Remove auth.tempest_role from extra tempest overrides

As https://review.opendev.org/#/c/638617/ takes cares for looking
for Member role so we do not need to specifically specify the same
in tempest config extra overrides.

Depends-On: https://review.opendev.org/#/c/660060/

Closes-Bug: #1828859

Change-Id: I478e5f036e3c57c09dae6623bf00e4b4f40e55cb
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
This commit is contained in:
Chandan Kumar (raukadah) 2019-05-20 12:43:59 +05:30
parent c86871ab45
commit 6c1cafd985
1 changed files with 0 additions and 1 deletions

View File

@ -178,7 +178,6 @@ $TEMPESTCONF --out etc/tempest.conf \
scenario.img_file {{ tempest_test_image_name }} \
{% else %}
auth.use_dynamic_credentials true \
auth.tempest_roles Member \
network-feature-enabled.port_security true \
{% endif %}
{% if release in ['newton', 'ocata', 'pike', 'queens'] %}