aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud-source.yaml
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2013-09-13 10:25:49 +1200
committerRobert Collins <rbtcollins@hp.com>2013-09-13 18:04:09 +1200
commitd65cd33bc0a1d67ed1cdcf40c18c5866b0720a8c (patch)
treef86d10d116655fe65c7f6def95ff3d51620926c4 /overcloud-source.yaml
parent21980f5d6519ac799a882e82713270d85efbaa9e (diff)
Add in Neutron service password.
The in-instance scripts are being fixed to not confuse the admin password with the neutron service password. Change-Id: I341574bb838a9563120791b9ac014d75274a96aa
Diffstat (limited to 'overcloud-source.yaml')
-rw-r--r--overcloud-source.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml
index c20f81f9..0c1a5b15 100644
--- a/overcloud-source.yaml
+++ b/overcloud-source.yaml
@@ -18,6 +18,10 @@ Parameters:
Default: default
Description: Name of an existing EC2 KeyPair to enable SSH access to the instances
Type: String
+ NeutronPassword:
+ Default: unset
+ Description: The password for the neutron service account, used by neutron agents.
+ Type: String
NovaComputeDriver:
Default: libvirt.LibvirtDriver
Type: String
@@ -195,6 +199,8 @@ Resources:
physical_bridge: br-ex
tenant_network_type: gre
ovs_db: mysql://neutron:unset@localhost/ovs_neutron?charset=utf8
+ service-password:
+ Ref: NeutronPassword
rabbit:
host:
Fn::GetAtt: