6dc3d7beaf
This patch sets Nova to use the Cinder v3 API as the default option. This change uses the base '3.0' version, which is identical to v2. Leveraging microversions that were introduced in v3 and switching to a newer microversion will be added in a follow up patch. Change-Id: Ibcc8eefcc5011ad5002d608a3c253f1e9b68416f
15 lines
634 B
YAML
15 lines
634 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Nova is now configured to use the v3 version of the Cinder API. You need to
|
|
ensure that the v3 version of the Cinder API is available and listed in the
|
|
service catalog in order to use Nova with the default configuration option.
|
|
|
|
The base ``3.0`` version is identical to v2 and it was introduced in the
|
|
Newton release of OpenStack. In case you need Nova to continue using the v2
|
|
version you can point it towards that by setting the ``catalog_info``
|
|
option in the ``nova.conf`` file under the ``cinder`` section, like::
|
|
|
|
[cinder]
|
|
catalog_info = volumev2:cinderv2:publicURL
|