Fixes missing keystone authtoken pw for Tacker
Closes-Bug: 1718997 Change-Id: I2b347cbc4595e6651b0d4be032cb862fde72e15f Signed-off-by: Tim Rozet <trozet@redhat.com>
This commit is contained in:
parent
420126fd98
commit
253d9b9107
@ -114,6 +114,7 @@ outputs:
|
||||
tacker::keystone::authtoken::project_name: 'service'
|
||||
tacker::keystone::authtoken::user_domain_name: 'Default'
|
||||
tacker::keystone::authtoken::project_domain_name: 'Default'
|
||||
tacker::keystone::authtoken::password: {get_param: TackerPassword}
|
||||
tacker::keystone::authtoken::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
|
||||
tacker::keystone::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
|
||||
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes missing Keystone authtoken password for Tacker.
|
Loading…
x
Reference in New Issue
Block a user