Fix mistral-devstack quoting

Remove double quoting that suddenly confuses the job.

Change-Id: I58f1943d427c83c72e9bf17f99f3f870ba7d008b
This commit is contained in:
Andreas Jaeger 2019-06-27 15:11:08 +02:00
parent 2fa0ce696f
commit dee6cd7570
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
tox_envlist: all
tempest_test_regex: mistral
devstack_localrc:
TEMPEST_PLUGINS: "'{{ ansible_user_dir }}/src/opendev.org/openstack/mistral-tempest-plugin'"
TEMPEST_PLUGINS: "{{ ansible_user_dir }}/src/opendev.org/openstack/mistral-tempest-plugin"
SWIFT_HASH: secrethash
MYSQL_ROOT_PW: secretdatabase
MISTRAL_USE_MOD_WSGI: true