Merge "Bump the default bare metal (ironic) API version to 1.34"

This commit is contained in:
Jenkins
2017-08-20 05:39:57 +00:00
committed by Gerrit Code Review
2 changed files with 7 additions and 2 deletions

View File

@@ -19,8 +19,8 @@ export OS_AUTH_URL
OS_USERNAME=admin
OS_PROJECT_NAME=admin
COMPUTE_API_VERSION=1.1
# 1.29 is the latest API version in Ironic Ocata supported by ironicclient
IRONIC_API_VERSION=1.29
# 1.34 is the latest API version in Ironic Pike supported by ironicclient
IRONIC_API_VERSION=1.34
OS_BAREMETAL_API_VERSION=$IRONIC_API_VERSION
OS_NO_CACHE=True
OS_CLOUDNAME=undercloud

View File

@@ -0,0 +1,5 @@
---
upgrade:
- |
The default bare metal API version used by the undercloud was bumped
to 1.34, which is latest API version supported by Pike ironicclient.