summaryrefslogtreecommitdiff
path: root/ironicclient/common
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-08-24 13:48:24 +0000
committerGerrit Code Review <review@openstack.org>2021-08-24 13:48:24 +0000
commitb5df386022c686f1b1020253f0980e8b738091fd (patch)
treea2774c548dc60cbc952a89fcaa37602b328fb990 /ironicclient/common
parent00ee2d778f60ce802574c4540d14afcde2a24fd0 (diff)
parent00808631c1ffa3a9ec2cecafd5ea9f7447f440a8 (diff)
downloadpython-ironicclient-4.8.0.tar.gz
Merge "Add support for changing 'boot_mode' and 'secure_boot' states"4.8.0
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 2c71386..f2a1aef 100644
--- a/ironicclient/common/http.py
+++ b/ironicclient/common/http.py
@@ -37,7 +37,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 = 75
+LAST_KNOWN_API_VERSION = 76
LATEST_VERSION = '1.{}'.format(LAST_KNOWN_API_VERSION)
LOG = logging.getLogger(__name__)