diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-02-02 18:03:57 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-02-02 18:19:49 +0100 |
commit | 23e3c26a3246a4a933710b7bb1845a077b015171 (patch) | |
tree | fb43611f0ed8524b90e13a7daf4f58806de06ff4 /xci/playbooks/roles/run-functest/templates | |
parent | 1d775691155069aa730e671a285e6f25ce37cef1 (diff) |
Rename Functest creds
It follows the change "Rename a common credential file for OS and
K8S" which stops forcing OpenStack creds.
[1] https://gerrit.opnfv.org/gerrit/#/c/51283/
Change-Id: Ic83a2e696c9ea8821e29e6b3f4e69db25c528a0d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'xci/playbooks/roles/run-functest/templates')
-rw-r--r-- | xci/playbooks/roles/run-functest/templates/run-functest.sh.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/playbooks/roles/run-functest/templates/run-functest.sh.j2 b/xci/playbooks/roles/run-functest/templates/run-functest.sh.j2 index 071dbca4..00892ed1 100644 --- a/xci/playbooks/roles/run-functest/templates/run-functest.sh.j2 +++ b/xci/playbooks/roles/run-functest/templates/run-functest.sh.j2 @@ -14,6 +14,6 @@ openstack --insecure subnet create --network {{ external_network }} \ mkdir ~/images && cd ~/images && wget http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img && cd ~ sudo docker run --env-file env \ - -v $(pwd)/openrc:/home/opnfv/functest/conf/openstack.creds \ + -v $(pwd)/openrc:/home/opnfv/functest/conf/env_file \ -v $(pwd)/images:/home/opnfv/functest/images \ opnfv/functest-healthcheck |