From eadb34841f7b56b8c778800aabd8c41ff665153a Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Fri, 13 Sep 2013 19:02:30 +1200 Subject: Add Nova service password. Another service converted to match the keystone model of unique accounts per service. Change-Id: I62fce289a7032138be3aca8c74df499c2b1fde28 --- overcloud-source.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'overcloud-source.yaml') diff --git a/overcloud-source.yaml b/overcloud-source.yaml index 8800aca8..2505ba21 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -42,6 +42,10 @@ Parameters: NovaInterfaces: Default: eth0 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. @@ -195,6 +199,8 @@ Resources: - notcompute - PrivateIp metadata-proxy: true + service-password: + Ref: NovaPassword neutron: host: Fn::GetAtt: -- cgit 1.2.3-korg