Merge "Deploy Mistral with Keystone v3 options (authtoken)"

This commit is contained in:
Jenkins 2017-09-13 08:11:59 +00:00 committed by Gerrit Code Review
commit 2b6d516af2
2 changed files with 9 additions and 4 deletions

View File

@ -101,15 +101,17 @@ outputs:
- service_debug_unset
- {get_param: Debug }
- {get_param: MistralDebug }
mistral::keystone_password: {get_param: MistralPassword}
mistral::keystone_tenant: 'service'
mistral::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri]}
mistral::keystone::authtoken::project_name: 'service'
mistral::keystone::authtoken::user_domain_name: 'Default'
mistral::keystone::authtoken::project_domain_name: 'Default'
mistral::keystone::authtoken::password: {get_param: MistralPassword}
mistral::keystone::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri]}
mistral::keystone::authtoken::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
mistral::keystone_ec2_uri:
list_join:
- ''
- - {get_param: [EndpointMap, KeystoneV3Internal, uri]}
- '/ec2tokens'
mistral::identity_uri: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
service_config_settings:
keystone:
mistral::keystone::auth::tenant: 'service'

View File

@ -0,0 +1,3 @@
---
features:
- Mistral is now deployed with Keystone v3 options (authtoken).