Add in Neutron service password.
authorRobert Collins <rbtcollins@hp.com>
Thu, 12 Sep 2013 22:25:49 +0000 (10:25 +1200)
committerRobert Collins <rbtcollins@hp.com>
Fri, 13 Sep 2013 06:04:09 +0000 (18:04 +1200)
The in-instance scripts are being fixed to not confuse the admin
password with the neutron service password.

Change-Id: I341574bb838a9563120791b9ac014d75274a96aa

overcloud-source.yaml
undercloud-vm.yaml

index c20f81f..0c1a5b1 100644 (file)
@@ -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:
index d2b4a4e..e9f9b35 100644 (file)
@@ -20,6 +20,10 @@ Parameters:
   Image:
     Default: undercloud
     Type: String
+  NeutronPassword:
+    Default: unset
+    Description: The password for the neutron service account, used by neutron agents.
+    Type: String
   PowerUserName:
     Default: stack
     Description: What username to ssh to the virtual power host with.
@@ -135,6 +139,8 @@ Resources:
           bridge_mappings: ctlplane:br-ctlplane
           tenant_network_type: vlan
           enable_tunneling: 'False'
+        service-password:
+          Ref: NeutronPassword
       rabbit:
         host: 127.0.0.1
         password: guest