Merge "Add missing ec2api::api::keystone_ec2_tokens_url config"

This commit is contained in:
Jenkins 2017-03-31 12:40:11 +00:00 committed by Gerrit Code Review
commit 29a0754982
1 changed files with 5 additions and 0 deletions

View File

@ -98,6 +98,11 @@ outputs:
- {get_param: [EndpointMap, MysqlInternal, host]}
- '/ec2_api'
- '?read_default_file=/etc/my.cnf.d/tripleo.cnf&read_default_group=tripleo'
ec2api::api::keystone_ec2_tokens_url:
list_join:
- ''
- - {get_param: [EndpointMap, KeystoneV3Internal, uri]}
- '/ec2tokens'
-
if:
- nova_workers_zero