Fix a few nits in prepare_env and dockerfile
authorjose.lausuch <jose.lausuch@ericsson.com>
Wed, 11 May 2016 10:15:20 +0000 (12:15 +0200)
committerjose.lausuch <jose.lausuch@ericsson.com>
Wed, 11 May 2016 10:16:01 +0000 (12:16 +0200)
Change-Id: Idb407ab80a41be0838c35d79819f8953885ba668
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
ci/prepare_env.py
docker/Dockerfile

index 61740cd..5754a62 100644 (file)
@@ -150,7 +150,7 @@ def source_rc_file():
         logger.warning("The environment variable 'creds' must be set and"
                        "pointing to the local RC file. Using default: "
                        "/home/opnfv/functest/conf/openstack.creds ...")
-        rc_file = "/home/opnfv/functest/conf/openstack.creds ..."
+        rc_file = "/home/opnfv/functest/conf/openstack.creds"
 
     if not os.path.isfile(rc_file):
         logger.info("RC file not provided. "
index 8f5758c..f2c8178 100644 (file)
@@ -11,7 +11,7 @@
 # Execution:
 #    $ docker run -t -i \
 #      -e "INSTALLER_TYPE=fuel|apex|compass|joid \
-#      -e "INSTALLER_IP=10.20.0.2/172.30.10.73" \
+#      -e "INSTALLER_IP=10.20.0.2" \
 #      -v $(pwd)/config_functest.yaml:/home/opnfv/repos/functest/ci/config_functest.yaml
 #      opnfv/functest /bin/bash
 #