From 36b4e49819c0e7121a618f30f0cdec034ce9050e Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Wed, 10 Jul 2013 12:53:44 +0100 Subject: Quantum -> Neutron rename Almost all references to quantum have been changed neutron in tripleo-image-elements. Change-Id: Ib17353d5834dd95d0348f62111074180c6e47181 --- nova-compute-group.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nova-compute-group.yaml') 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} -- cgit 1.2.3-korg