Merge "Use Volume V3 API in OpenStack exporter"

This commit is contained in:
Zuul 2022-01-07 19:19:09 +00:00 committed by Gerrit Code Review
commit dc5eaa4ec7
2 changed files with 7 additions and 0 deletions

View File

@ -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 }}

View 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>`__