diff options
author | Robert Collins <rbtcollins@hp.com> | 2013-09-13 10:25:49 +1200 |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2013-09-13 18:04:09 +1200 |
commit | d65cd33bc0a1d67ed1cdcf40c18c5866b0720a8c (patch) | |
tree | f86d10d116655fe65c7f6def95ff3d51620926c4 /undercloud-vm.yaml | |
parent | 21980f5d6519ac799a882e82713270d85efbaa9e (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 'undercloud-vm.yaml')
-rw-r--r-- | undercloud-vm.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/undercloud-vm.yaml b/undercloud-vm.yaml index d2b4a4e4..e9f9b356 100644 --- a/undercloud-vm.yaml +++ b/undercloud-vm.yaml @@ -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 |