add patch to update description for admin and services projects

update the descriptions of the admin and services projects created
in the platform keystone as distinction.

the default is:
admin: admin tenant
services: Tenant for the openstack services

updated to:
admin: admin project
services: project for the platform services

Closes-bug:1824872
Depends-On: https://review.opendev.org/654024/
Change-Id: I819f07f821e7cc7c9c4c87fcc1ed2ada1edcf05c
Signed-off-by: SidneyAn <ran1.an@intel.com>
This commit is contained in:
SidneyAn 2019-04-22 16:01:04 +08:00 committed by Ran An
parent 55bca6e738
commit cd8c830037
1 changed files with 2 additions and 0 deletions

View File

@ -198,6 +198,8 @@ keystone::security_compliance::password_regex_description: 'Password must have a
keystone::roles::admin::email: 'admin@localhost'
keystone::roles::admin::admin_tenant: 'admin'
keystone::roles::admin::admin_tenant_desc: 'admin project'
keystone::roles::admin::service_tenant_desc: 'project for the platform services'
platform::client::params::identity_auth_url: 'http://localhost:5000/v3'