Swift auth url should use a suffix
gnocchi metricd and statsd are broken due to recent change to support keystone v3. see I2feed8b1219069128faa1a1e8dcd2ddfbae7e40a We need swift auth url to have suffix so it knows what endpoint to use. Change-Id: I753f37e121b95813e345f200ad3f3e75ec4bd7e1
This commit is contained in:
parent
5bcfc8c2a7
commit
4b3ec853e3
@ -68,7 +68,7 @@ outputs:
|
||||
gnocchi::storage::swift::swift_user: 'service:gnocchi'
|
||||
gnocchi::storage::swift::swift_auth_version: 3
|
||||
gnocchi::storage::swift::swift_key: {get_param: GnocchiPassword}
|
||||
gnocchi::storage::swift::swift_authurl: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
|
||||
gnocchi::storage::swift::swift_authurl: {get_param: [EndpointMap, KeystoneV3Internal, uri]}
|
||||
gnocchi::storage::ceph::ceph_pool: {get_param: GnocchiRbdPoolName}
|
||||
gnocchi::storage::ceph::ceph_username: {get_param: CephClientUserName}
|
||||
gnocchi::storage::ceph::ceph_keyring:
|
||||
|
Loading…
Reference in New Issue
Block a user