Merge "nova: replace deprecated nova::cinder_catalog_info"

This commit is contained in:
Zuul 2021-08-09 19:52:48 +00:00 committed by Gerrit Code Review
commit 8f138324e3
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ outputs:
nova::network::neutron::password: {get_param: NeutronPassword}
nova::network::neutron::auth_url: {get_param: [EndpointMap, KeystoneV3Internal, uri]}
nova::rabbit_heartbeat_timeout_threshold: 60
nova::cinder_catalog_info: 'volumev3:cinderv3:internalURL'
nova::cinder::catalog_info: 'volumev3:cinderv3:internalURL'
nova::host: "%{hiera('fqdn_canonical')}"
nova::notify_on_state_change: 'vm_and_task_state'
nova::notification_driver: {get_param: NotificationDriver}