cinder: set cinder::nova::project_name to service

The default is changing in https://review.opendev.org/661413
and in TripleO we use 'service', and not 'services'. So we need to force
cinder::nova::project_name to be 'service'.

Change-Id: I688e6b32703e19df032c86c0f4d04b75a12bfd20
This commit is contained in:
Emilien Macchi 2019-05-28 10:04:32 -04:00
parent 4d6eeaee01
commit d75aee60f3
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ outputs:
cinder::cron::db_purge::max_delay: {get_param: CinderCronDbPurgeMaxDelay}
cinder::glance::glance_api_servers: {get_param: [EndpointMap, GlanceInternal, uri]}
cinder::nova::interface: admin
cinder::nova::project_name: service
cinder::nova::auth_type: password
cinder::nova::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri]}
cinder::nova::password: {get_param: NovaPassword}