add rocky feature flags for tempest testing

Set feature flags for vitrage webhook and monasca webhook to
enable corresponding tempest tests.

Depends-On: https://review.openstack.org/#/c/594747/
Change-Id: I1c1153676b6d99230874a9e76905e5c9a255a49c
This commit is contained in:
Eric K 2018-08-21 15:50:19 -07:00
parent 014361c809
commit 291a3e7945
1 changed files with 5 additions and 1 deletions

View File

@ -63,7 +63,6 @@ function configure_congress {
iniset $CONGRESS_CONF database connection `database_connection_url $CONGRESS_DB_NAME`
_congress_setup_keystone $CONGRESS_CONF keystone_authtoken
}
function configure_congress_datasources {
@ -106,6 +105,11 @@ function _configure_tempest {
if [[ $ENABLE_CONGRESS_Z3 == "True" ]] ; then
iniset $TEMPEST_CONFIG congressz3 enabled "True"
fi
# Set feature flags
# (remove when Queens no longer supported)
iniset $TEMPEST_CONFIG congress-feature-enabled monasca_webhook "True"
iniset $TEMPEST_CONFIG congress-feature-enabled vitrage_webhook "True"
}
function _configure_service {