diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-01-09 19:57:07 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-01-09 19:58:28 +0100 |
commit | 2b44fe152695067dddf84a0ac6685f9326379ff7 (patch) | |
tree | 77c3d67784bf515167d507a3636bbf202c5f6b91 /ansible | |
parent | a686d19807b993f9e260b788bb4d99c1dee85dfd (diff) |
Revert "Ease overriding tempest_conf.yaml"
It raises side effects if the file is missing (trying to mount a
directory onto a file) which is the default case.
This reverts commit a686d19807b993f9e260b788bb4d99c1dee85dfd.
Change-Id: If872cd94eb989c964c9b0c80c4928dcf93cac614
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/host_vars/127.0.0.1 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ansible/host_vars/127.0.0.1 b/ansible/host_vars/127.0.0.1 index 2dade6627..169b56b07 100644 --- a/ansible/host_vars/127.0.0.1 +++ b/ansible/host_vars/127.0.0.1 @@ -3,4 +3,3 @@ docker_args: volumes: - /home/opnfv/functest/openstack.creds:/home/opnfv/functest/conf/env_file - /home/opnfv/functest/images:/home/opnfv/functest/images - - /home/opnfv/functest/tempest_conf.yaml:/usr/lib/python3.6/site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml |