Add missing region for service user in cinder

Change-Id: I978eeda59fb55e9037ca4dd4b159a2b23765ae99
This commit is contained in:
Takashi Kajinami 2020-02-12 11:23:01 +09:00
parent 53a7d4e402
commit be8aca8a2f
1 changed files with 5 additions and 0 deletions

View File

@ -53,6 +53,10 @@ parameters:
description: Mapping of service endpoint -> protocol. Typically set
via parameter_defaults in the resource registry.
type: json
KeystoneRegion:
type: string
default: 'regionOne'
description: Keystone region for endpoint
CinderCronDbPurgeMinute:
type: string
description: >
@ -157,6 +161,7 @@ outputs:
cinder::keystone::service_user::auth_type: password
cinder::keystone::service_user::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri]}
cinder::keystone::service_user::password: {get_param: CinderPassword}
cinder::keystone::service_user::region_name: {get_param: KeystoneRegion}
cinder::nova::interface: admin
cinder::nova::project_name: service
cinder::nova::auth_type: password