Merge "OSC plugin support microversions 1.21 & 1.22"

This commit is contained in:
Jenkins 2016-10-14 10:00:27 +00:00 committed by Gerrit Code Review
commit 159ad9d518
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -0,0 +1,4 @@
---
fixes:
- Fixes the OpenStackClient plugin so that
microversions 1.21 and 1.22 are supported.