Security: Remove quotes from extra vars

The func_rhel7 gate is not running the RHEL7 STIG tests due
to an issue in the tests repository (see Depends-On below) and due
to some errant quotes in the tox.ini.

Depends-On: I0ec6eb0692e67ebdfdf81b3cbfa89e8c51d88d10
Change-Id: Ife5591ea98fae9e502a9f230ab13a73c11fe78a3
This commit is contained in:
Major Hayden 2016-10-12 10:02:46 -05:00
parent 90c363031e
commit 13e3fd4208

View File

@ -154,7 +154,7 @@ setenv =
# https://review.openstack.org/354819 merges.
# NOTE(mhayden): Skipping V-38620 since chrony cannot start with ntpd
# running in the gate images.
ANSIBLE_PARAMETERS=--skip-tags V-38462,V-38660,V-38620 -e 'stig_version=rhel7'
ANSIBLE_PARAMETERS=--skip-tags V-38462,V-38660,V-38620 -e stig_version=rhel7
commands =
{[testenv:tests_clone]commands}
bash -c "{toxinidir}/tests/common/test-ansible-functional.sh"