Add metadata to configure swift
[apex-tripleo-heat-templates.git] / nova-compute-group.yaml
index 7e3d834..9942028 100644 (file)
@@ -11,17 +11,20 @@ Parameters:
     Default: baremetal
   NovaImage:
     Type: String
+    Default: overcloud-compute
   KeystoneHost:
     Type: String
   ServicePassword:
     Description: admin_password for setting up auth in nova.
     Type: String
-  QuantumHost:
+    NoEcho: true
+  NeutronHost:
     Type: String
   RabbitHost:
     Type: String
   RabbitPassword:
     Type: String
+    NoEcho: true
   NovaInterfaces:
     Type: String
     Default: eth0
@@ -34,10 +37,10 @@ Parameters:
     Type: String
   NovaComputeTemplate:
     Type: String
-    Default: https://raw.github.com/stackforge/tripleo-heat-templates/master/nova-compute-instance.yaml
+    Default: https://raw.github.com/openstack/tripleo-heat-templates/master/nova-compute-instance.yaml
   NovaDSN:
     Type: String
-  QuantumDSN:
+  NeutronDSN:
     Type: String
 Resources:
   NovaCompute0:
@@ -49,7 +52,7 @@ Resources:
         KeyName: {Ref: KeyName}
         KeystoneHost: {Ref: KeystoneHost}
         ServicePassword: {Ref: ServicePassword}
-        QuantumHost: {Ref: QuantumHost}
+        NeutronHost: {Ref: NeutronHost}
         RabbitHost: {Ref: RabbitHost}
         RabbitPassword: {Ref: RabbitPassword}
         NovaInterfaces: {Ref: NovaInterfaces}
@@ -57,5 +60,5 @@ Resources:
         NovaApiHost: {Ref: NovaApiHost}
         GlanceHost: {Ref: GlanceHost}
         NovaDSN: {Ref: NovaDSN}
-        QuantumDSN: {Ref: QuantumDSN}
+        NeutronDSN: {Ref: NeutronDSN}
       TemplateURL: {Ref: NovaComputeTemplate}