Merge "Configure hidden tag for tempest test"

This commit is contained in:
Zuul 2018-04-19 20:56:45 +00:00 committed by Gerrit Code Review
commit f4ab6b1469
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ function _config_iniset {
iniset $conf_file heat_plugin image_ref Fedora-Cloud-Base-27-1.6.x86_64
iniset $conf_file heat_plugin minimal_image_ref cirros-0.3.5-x86_64-disk
iniset $conf_file heat_plugin hidden_stack_tag hidden
if [ "$DISABLE_CONVERGENCE" == "true" ]; then
iniset $conf_file heat_plugin convergence_engine_enabled false