Use config_drive for network basicops tests

For running network basicops tests, we need to set
compute_feature_enabled.config_drive to true so that
user-data should be passed to the cirros vm while booting.

Related-Bug: #1836046

Change-Id: Ieac018bf19481666e0db31dfa70a78dd0dc3f046
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
This commit is contained in:
Chandan Kumar (raukadah) 2019-08-14 20:29:32 +05:30
parent cc597ed947
commit 810de643b4
1 changed files with 2 additions and 0 deletions

View File

@ -155,6 +155,8 @@ undercloud_enable_tempest: >-
false
{%- endif -%}
tempest_extra_config: {'compute_feature_enabled.config_drive': 'True'}
undercloud_container_cli: >-
{% if release in ['rocky'] -%}
docker