aboutsummaryrefslogtreecommitdiffstats
path: root/nova-compute-instance.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-instance.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-instance.yaml')
-rw-r--r--nova-compute-instance.yaml26
1 files changed, 13 insertions, 13 deletions
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}