summaryrefslogtreecommitdiff
path: root/ironicclient/common
diff options
context:
space:
mode:
authorTzu-Mainn Chen <tzumainn@redhat.com>2020-01-15 19:01:57 +0000
committerTzu-Mainn Chen <tzumainn@redhat.com>2020-01-20 15:20:08 +0000
commita64370701e8acff6aa28da87ccebd72664a48d34 (patch)
tree7b0f3059e124a2bd7a3692ad0fa1858eb8c47af8 /ironicclient/common
parent7d5804984170b2aab7b12bf407094fac965729a8 (diff)
downloadpython-ironicclient-a64370701e8acff6aa28da87ccebd72664a48d34.tar.gz
Add allocation owner
Add support to create an allocation with an owner, and to display an allocation owner. Change-Id: I85d5c324b177a1e016e93e011f9ad22144ca9340 Story: #2006506 Task: #37540
Diffstat (limited to 'ironicclient/common')
-rw-r--r--ironicclient/common/http.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ironicclient/common/http.py b/ironicclient/common/http.py
index bf41d2f..a756961 100644
--- a/ironicclient/common/http.py
+++ b/ironicclient/common/http.py
@@ -40,7 +40,7 @@ from ironicclient import exc
# http://specs.openstack.org/openstack/ironic-specs/specs/kilo/api-microversions.html # noqa
# for full details.
DEFAULT_VER = '1.9'
-LAST_KNOWN_API_VERSION = 58
+LAST_KNOWN_API_VERSION = 60
LATEST_VERSION = '1.{}'.format(LAST_KNOWN_API_VERSION)
LOG = logging.getLogger(__name__)