diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-01-09 20:00:50 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-01-09 20:03:01 +0100 |
commit | c1736c6b46cec107a99c11f5b77880a4c7c62a38 (patch) | |
tree | 6a370b8b86e43090363b837032f4e999d3095931 /ansible | |
parent | 552a96c56f31043ef0b6e413085f2bdf2dd39063 (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 552a96c56f31043ef0b6e413085f2bdf2dd39063.
Change-Id: Id8dd3ecf8871c5447ba4655f8a2019527dd106e1
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 89de7bf60..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/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml |