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-instance.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'nova-compute-instance.yaml') diff --git a/nova-compute-instance.yaml b/nova-compute-instance.yaml index 95fff893..548857a5 100644 --- a/nova-compute-instance.yaml +++ b/nova-compute-instance.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 @@ -35,15 +35,15 @@ Parameters: Type: String NovaDSN: Type: String - QuantumDSN: + NeutronDSN: Type: String - QuantumBridgeMappings: + NeutronBridgeMappings: Type: String - QuantumNetworkVLANRanges: + NeutronNetworkVLANRanges: Type: String - QuantumNetworkType: + NeutronNetworkType: Type: String - QuantumEnableTunnelling: + NeutronEnableTunnelling: Type: String Resources: AccessPolicy: @@ -86,15 +86,15 @@ Resources: host: {Ref: GlanceHost} keystone: host: {Ref: KeystoneHost} - quantum: - host: {Ref: QuantumHost} - ovs_db: {Ref: QuantumDSN} + neutron: + host: {Ref: NeutronHost} + ovs_db: {Ref: NeutronDSN} ovs: local_ip: 0.0.0.0 - tenant_network_type: {Ref: QuantumNetworkType} - network_vlan_ranges: {Ref: QuantumNetworkVLANRanges} - bridge_mappings: {Ref: QuantumBridgeMappings} - enable_tunneling: {Ref: QuantumEnableTunnelling} + tenant_network_type: {Ref: NeutronNetworkType} + network_vlan_ranges: {Ref: NeutronNetworkVLANRanges} + bridge_mappings: {Ref: NeutronBridgeMappings} + enable_tunneling: {Ref: NeutronEnableTunnelling} service-password: {Ref: ServicePassword} admin-password: {Ref: ServicePassword} -- cgit 1.2.3-korg