Merge "OSC plugin support microversions 1.21 & 1.22"
This commit is contained in:
commit
159ad9d518
@ -23,7 +23,7 @@ LOG = logging.getLogger(__name__)
|
||||
|
||||
API_VERSION_OPTION = 'os_baremetal_api_version'
|
||||
API_NAME = 'baremetal'
|
||||
LAST_KNOWN_API_VERSION = 20
|
||||
LAST_KNOWN_API_VERSION = 22
|
||||
API_VERSIONS = {
|
||||
'1.%d' % i: 'ironicclient.v1.client.Client'
|
||||
for i in range(1, LAST_KNOWN_API_VERSION + 1)
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
- Fixes the OpenStackClient plugin so that
|
||||
microversions 1.21 and 1.22 are supported.
|
Loading…
Reference in New Issue
Block a user