aboutsummaryrefslogtreecommitdiffstats
path: root/nova-compute-group.yaml
diff options
context:
space:
mode:
authorDerek Higgins <derekh@redhat.com>2013-07-10 12:53:44 +0100
committerDerek Higgins <derekh@redhat.com>2013-07-10 12:53:44 +0100
commit36b4e49819c0e7121a618f30f0cdec034ce9050e (patch)
tree9f3c0ff25f380673e79df26ba99f6a39e78ace4e /nova-compute-group.yaml
parented2207820728f309383c9021c9f879d3ced5d486 (diff)
Quantum -> Neutron rename
Almost all references to quantum have been changed neutron in tripleo-image-elements. Change-Id: Ib17353d5834dd95d0348f62111074180c6e47181
Diffstat (limited to 'nova-compute-group.yaml')
-rw-r--r--nova-compute-group.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/nova-compute-group.yaml b/nova-compute-group.yaml
index 90e1bb0a..89f4a75f 100644
--- a/nova-compute-group.yaml
+++ b/nova-compute-group.yaml
@@ -17,7 +17,7 @@ Parameters:
ServicePassword:
Description: admin_password for setting up auth in nova.
Type: String
- QuantumHost:
+ NeutronHost:
Type: String
RabbitHost:
Type: String
@@ -38,7 +38,7 @@ Parameters:
Default: https://raw.github.com/stackforge/tripleo-heat-templates/master/nova-compute-instance.yaml
NovaDSN:
Type: String
- QuantumDSN:
+ NeutronDSN:
Type: String
Resources:
NovaCompute0:
@@ -50,7 +50,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}
@@ -58,5 +58,5 @@ Resources:
NovaApiHost: {Ref: NovaApiHost}
GlanceHost: {Ref: GlanceHost}
NovaDSN: {Ref: NovaDSN}
- QuantumDSN: {Ref: QuantumDSN}
+ NeutronDSN: {Ref: NeutronDSN}
TemplateURL: {Ref: NovaComputeTemplate}