Add possibility to give Openstack creds file to the docker container 73/3073/2
authorjose.lausuch <jose.lausuch@ericsson.com>
Thu, 5 Nov 2015 14:29:06 +0000 (15:29 +0100)
committerjose.lausuch <jose.lausuch@ericsson.com>
Thu, 5 Nov 2015 14:30:27 +0000 (15:30 +0100)
commitee72ee8f18be243df00fb9671ae0a09eb39c811c
tree0d674d7ca25b21affbf228c16de89115b2271025
parente2f7d3f8c1ce98b2c65c2c8206389b7533e5ba2e
Add possibility to give Openstack creds file to the docker container

If the file is given through a docker volume, it will not use
fetch_os_creds.sh, it will source it directly.

Usage:
 Add the following to the docker command line:
    -v $(pwd)/<your_local_creds_file>:/home/opnfv/functest/conf/openstack.creds

Change-Id: I24c20378c940aaa1d9f93d5e6c57b3243b50aab5
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
docker/prepare_env.sh