summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Rollenhagen <jim@jimrollenhagen.com>2017-03-13 15:15:06 -0400
committerJim Rollenhagen <jim@jimrollenhagen.com>2017-03-13 15:15:06 -0400
commit745b07610e46b3aa895ccdb3cb7b715376c8a09e (patch)
treece4310bb6713a78bbcbac8726691af9b3964545b
parent91540cd7f10cdc8eacc7876e7bb41a978a1ee6d9 (diff)
downloadironic-745b07610e46b3aa895ccdb3cb7b715376c8a09e.tar.gz
Set tempest's max microversion to 1.31
Per our releasing docs[0], this is meant to be done before cutting a stable branch, and seems to have been overlooked for Ocata. Set it to 1.31, the latest microversion present in Ocata. [0] https://docs.openstack.org/developer/ironic/dev/releasing.html#things-to-do-before-releasing Change-Id: Ia443f3d6b991299a9844c239cd09e61e803a5622
-rw-r--r--devstack/lib/ironic2
1 files changed, 1 insertions, 1 deletions
diff --git a/devstack/lib/ironic b/devstack/lib/ironic
index 72c19ce3b..2292da6e3 100644
--- a/devstack/lib/ironic
+++ b/devstack/lib/ironic
@@ -382,7 +382,7 @@ IRONIC_DEPLOY_LOGS_LOCAL_PATH=${IRONIC_DEPLOY_LOGS_LOCAL_PATH:-$IRONIC_VM_LOG_DI
TEMPEST_BAREMETAL_MIN_MICROVERSION=${TEMPEST_BAREMETAL_MIN_MICROVERSION:-}
# Define baremetal max_microversion in tempest config. No default value means that it is picked from tempest.
-TEMPEST_BAREMETAL_MAX_MICROVERSION=${TEMPEST_BAREMETAL_MAX_MICROVERSION:-}
+TEMPEST_BAREMETAL_MAX_MICROVERSION=${TEMPEST_BAREMETAL_MAX_MICROVERSION:-'1.31'}
# get_pxe_boot_file() - Get the PXE/iPXE boot file path
function get_pxe_boot_file {