diff --git a/config/general_config/featureset003.yml b/config/general_config/featureset003.yml index 3f3acb042..cbe166e9b 100644 --- a/config/general_config/featureset003.yml +++ b/config/general_config/featureset003.yml @@ -2,6 +2,7 @@ undercloud_generate_service_certificate: false ssl_overcloud: false undercloud_check_idempotency: true undercloud_check_sanity: false +containerized_undercloud: false # in order to still support running this job on instack-undercloud, we need # to specify a different install command for >= Stein since we dropped the @@ -28,14 +29,6 @@ undercloud_install_cli_options: >- # Tempest configuration, keep always at the end of the file test_ping: false -# Run tempest in containers when at least undercloud is containerized -tempest_format: >- - {% if containerized_undercloud|bool -%} - container - {%- else -%} - packages - {%- endif -%} - run_tempest: true test_regex: '' tempest_undercloud: true