From cd8c8300370f507fc82dfc2e020d142665350372 Mon Sep 17 00:00:00 2001 From: SidneyAn Date: Mon, 22 Apr 2019 16:01:04 +0800 Subject: [PATCH] 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 --- puppet-manifests/src/hieradata/controller.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/puppet-manifests/src/hieradata/controller.yaml b/puppet-manifests/src/hieradata/controller.yaml index 8b3a3c9912..9a63291e04 100644 --- a/puppet-manifests/src/hieradata/controller.yaml +++ b/puppet-manifests/src/hieradata/controller.yaml @@ -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'