Merge "Fixes missing keystone authtoken pw for Tacker"

This commit is contained in:
Jenkins 2017-09-25 15:26:41 +00:00 committed by Gerrit Code Review
commit 5f58832b14
2 changed files with 5 additions and 0 deletions

View File

@ -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]}

View File

@ -0,0 +1,4 @@
---
fixes:
- |
Fixes missing Keystone authtoken password for Tacker.