Merge "Add missing region_name for nova auth in cinder"

This commit is contained in:
Zuul 2020-02-17 02:06:36 +00:00 committed by Gerrit Code Review
commit d7ea32c1be
1 changed files with 1 additions and 0 deletions

View File

@ -167,3 +167,4 @@ outputs:
cinder::nova::auth_type: password
cinder::nova::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri]}
cinder::nova::password: {get_param: NovaPassword}
cinder::nova::region_name: {get_param: KeystoneRegion}