aboutsummaryrefslogtreecommitdiffstats
path: root/notcompute.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 /notcompute.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 'notcompute.yaml')
-rw-r--r--notcompute.yaml22
1 files changed, 11 insertions, 11 deletions
diff --git a/notcompute.yaml b/notcompute.yaml
index 2e598c0f..6eb86f87 100644
--- a/notcompute.yaml
+++ b/notcompute.yaml
@@ -1,4 +1,4 @@
-Description: Nova API,Keystone,Heat Engine and API,Glance,Quantum,Dedicated MySQL
+Description: Nova API,Keystone,Heat Engine and API,Glance,Neutron,Dedicated MySQL
server,Dedicated RabbitMQ Server
HeatTemplateFormatVersion: '2012-12-12'
Parameters:
@@ -47,10 +47,10 @@ Parameters:
NovaInterfaces:
Default: eth0
Type: String
- QuantumDBPassword:
- Description: Password for connecting to quantum database
+ NeutronDBPassword:
+ Description: Password for connecting to neutron database
Type: String
- QuantumInterfaces:
+ NeutronInterfaces:
Default: eth0
Type: String
RabbitMQPassword:
@@ -107,9 +107,9 @@ Resources:
- database: nova
username: nova
password: {Ref: NovaDBPassword}
- - database: quantum
- username: quantum
- password: {Ref: QuantumDBPassword}
+ - database: neutron
+ username: neutron
+ password: {Ref: NeutronDBPassword}
glance:
db:
Fn::Join:
@@ -157,15 +157,15 @@ Resources:
- - 'mysql://nova:'
- {Ref: NovaDBPassword}
- '@127.0.0.1/nova'
- quantum:
+ neutron:
host:
'127.0.0.1'
ovs_db:
Fn::Join:
- ''
- - - 'mysql://quantum:'
- - {Ref: QuantumDBPassword}
- - '@127.0.0.1/ovs_quantum'
+ - - 'mysql://neutron:'
+ - {Ref: NeutronDBPassword}
+ - '@127.0.0.1/ovs_neutron'
rabbit:
host:
'127.0.0.1'