diff options
author | Robert Collins <rbtcollins@hp.com> | 2013-09-13 19:02:30 +1200 |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2013-09-14 16:23:42 +1200 |
commit | eadb34841f7b56b8c778800aabd8c41ff665153a (patch) | |
tree | 9df7ef7cab6736281d5a602544443fb462d7fef1 /undercloud-vm.yaml | |
parent | ae40df0c2aa33a6a6637ff20ef96d139def51806 (diff) |
Add Nova service password.
Another service converted to match the keystone model of unique
accounts per service.
Change-Id: I62fce289a7032138be3aca8c74df499c2b1fde28
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 efd3b02f..7941b0da 100644 --- a/undercloud-vm.yaml +++ b/undercloud-vm.yaml @@ -28,6 +28,10 @@ Parameters: Default: unset Description: The password for the neutron service account, used by neutron agents. Type: String + NovaPassword: + Default: unset + Description: The password for the nova service account, used by nova-api. + Type: String PowerUserName: Default: stack Description: What username to ssh to the virtual power host with. @@ -133,6 +137,8 @@ Resources: key: /opt/stack/boot-stack/virtual-power-key ssh_host: 192.168.122.1 type: virsh + service-password: + Ref: NovaPassword neutron: host: 127.0.0.1 ovs_db: mysql://neutron:unset@localhost/ovs_neutron?charset=utf8 |