Use common name for service project description

Since `service` project is shared, it's confusing to have same naming as
for service_catalog. We add variable
`keystone_service_project_description` that will be used specifically
for `service` project description

Change-Id: I33a88f3782d7cf334ad878e57b07d09dcd77842c
This commit is contained in:
Dmitriy Rabotyagov 2021-04-23 10:40:53 +03:00
parent b6794b6e53
commit 700730dfd9
2 changed files with 2 additions and 1 deletions

View File

@ -159,6 +159,7 @@ keystone_service_port: 5000
keystone_service_type: identity
keystone_service_description: "Keystone Identity Service"
keystone_service_tenant_name: service
keystone_service_project_description: "OpenStack Services"
keystone_service_proto: http
keystone_service_publicuri_proto: "{{ openstack_service_publicuri_proto | default(keystone_service_proto) }}"

View File

@ -201,7 +201,7 @@
_service_setup_host: "{{ keystone_service_setup_host }}"
_service_setup_host_python_interpreter: "{{ keystone_service_setup_host_python_interpreter }}"
_project_name: "{{ keystone_service_tenant_name }}"
_project_description: "{{ keystone_service_description }}"
_project_description: "{{ keystone_service_project_description }}"
_role_name: "{{ keystone_default_role_name }}"
_service_region: "{{ keystone_service_region }}"
_service_catalog: