summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-03-14 16:25:31 +0000
committerGerrit Code Review <review@openstack.org>2017-03-14 16:25:31 +0000
commit3c1d9874b93671638c496ab98df8255c8d084bf0 (patch)
tree7fee97ff872b510e76175773dbd0cb41d3d2bf11
parentc04164da9c5ae44fe68b1524dea61d11deea7c50 (diff)
parent745b07610e46b3aa895ccdb3cb7b715376c8a09e (diff)
downloadironic-3c1d9874b93671638c496ab98df8255c8d084bf0.tar.gz
Merge "Set tempest's max microversion to 1.31" into stable/ocata
-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 {