aboutsummaryrefslogtreecommitdiffstats
path: root/nova-compute.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.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.yaml')
-rw-r--r--nova-compute.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/nova-compute.yaml b/nova-compute.yaml
index 172e9a1a..dd7db49a 100644
--- a/nova-compute.yaml
+++ b/nova-compute.yaml
@@ -16,7 +16,7 @@ Parameters:
ServicePassword:
Description: admin_password for setting up auth in nova.
Type: String
- QuantumHost:
+ NeutronHost:
Type: String
RabbitHost:
Type: String
@@ -68,8 +68,8 @@ Resources:
compute_driver: {Ref: NovaComputeDriver}
keystone:
host: {Ref: KeystoneHost}
- quantum:
- host: {Ref: QuantumHost}
+ neutron:
+ host: {Ref: NeutronHost}
service-password: {Ref: ServicePassword}
admin-password: {Ref: ServicePassword}
rabbit: