diff options
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 |