Merge "Fix aodh auth url to remove suffix"
This commit is contained in:
commit
6725d14e8a
@ -77,7 +77,7 @@ outputs:
|
||||
- {get_param: [EndpointMap, MysqlInternal, host]}
|
||||
- '/aodh'
|
||||
aodh::debug: {get_param: Debug}
|
||||
aodh::auth::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri] }
|
||||
aodh::auth::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix] }
|
||||
aodh::rabbit_userid: {get_param: RabbitUserName}
|
||||
aodh::rabbit_password: {get_param: RabbitPassword}
|
||||
aodh::rabbit_use_ssl: {get_param: RabbitClientUseSSL}
|
||||
|
Loading…
Reference in New Issue
Block a user