Merge "Use Volume V3 API in OpenStack exporter"
This commit is contained in:
commit
dc5eaa4ec7
@ -3,6 +3,7 @@ clouds:
|
|||||||
region_name: {{ openstack_region_name }}
|
region_name: {{ openstack_region_name }}
|
||||||
identity_api_version: 3
|
identity_api_version: 3
|
||||||
identity_interface: internal
|
identity_interface: internal
|
||||||
|
volume_api_version: 3
|
||||||
auth:
|
auth:
|
||||||
username: {{ keystone_admin_user }}
|
username: {{ keystone_admin_user }}
|
||||||
password: {{ keystone_admin_password }}
|
password: {{ keystone_admin_password }}
|
||||||
|
6
releasenotes/notes/bug-1938194-80dba28f9cdd434c.yaml
Normal file
6
releasenotes/notes/bug-1938194-80dba28f9cdd434c.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Use Volume V3 API in OpenStack exporter. Volume V2 API has been removed
|
||||||
|
since OpenStack Wallaby.
|
||||||
|
`LP#1938194 <https://bugs.launchpad.net/kolla-ansible/+bug/1938194>`__
|
Loading…
x
Reference in New Issue
Block a user