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:
Takashi Kajinami 2020-04-20 21:39:17 +09:00
parent a74a8cd69b
commit dace9fba0c

View File

@ -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