diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-01-09 19:45:59 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-01-09 19:49:43 +0100 |
commit | 826616d51aa10eaa8d810ddb5906126103fda7ab (patch) | |
tree | 37cf9f015174e864a66540bfc636a5c86505b2a7 | |
parent | 16a3c9c3cee0701c05168873d8bd8d4c66d0aa51 (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 fe4c595edbaa31a43b94c5065fb14cab932ddffd.
Change-Id: Ic24bbbbadfe0cd8901ed66357e95f466cee8da80
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-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 81a190c75..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.7/site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml |