Remove usage of deprecated aodh::auth::auth_tenant_name
... and use aodh::auth::auth_project_name instead. Depends-on: https://review.opendev.org/#/c/720898/ Change-Id: I3ce473844bbda676204ee3132e46beb33c5320d2
This commit is contained in:
parent
a74a8cd69b
commit
dace9fba0c
@ -109,7 +109,7 @@ outputs:
|
||||
aodh::keystone::authtoken::region_name: {get_param: KeystoneRegion}
|
||||
aodh::auth::auth_password: {get_param: AodhPassword}
|
||||
aodh::auth::auth_region: {get_param: KeystoneRegion}
|
||||
aodh::auth::auth_tenant_name: 'service'
|
||||
aodh::auth::auth_project_name: 'service'
|
||||
service_config_settings:
|
||||
mysql:
|
||||
aodh::db::mysql::user: aodh
|
||||
|
Loading…
Reference in New Issue
Block a user