aboutsummaryrefslogtreecommitdiffstats
path: root/nova-compute.yaml
diff options
context:
space:
mode:
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: