Merge "Disable disk_config compute-feature-enabled in tempest"

This commit is contained in:
Jenkins 2016-06-01 21:40:51 +00:00 committed by Gerrit Code Review
commit d624401b91

View File

@ -1169,6 +1169,7 @@ function ironic_configure_tempest {
die_if_not_set $LINENO bm_flavor_id "Failed to get id of baremetal flavor"
iniset $TEMPEST_CONFIG compute flavor_ref $bm_flavor_id
iniset $TEMPEST_CONFIG compute flavor_ref_alt $bm_flavor_id
iniset $TEMPEST_CONFIG compute-feature-enabled disk_config False
}
# Restore xtrace + pipefail