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
This commit is contained in:
Jim Rollenhagen 2017-03-13 15:15:06 -04:00
parent 91540cd7f1
commit 745b07610e
1 changed files with 1 additions and 1 deletions

View File

@ -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 {