summaryrefslogtreecommitdiffstats
path: root/docs/configguide
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-09-13 16:33:13 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-09-13 16:33:14 +0000
commit93d2aaac6ac519ad848064425fd9a4d5de019e45 (patch)
tree82120e31362e544d04d932e90db4f448c6dfcd2a /docs/configguide
parent60b1378663af737b0ae79caf2c5f116cc69c3795 (diff)
parente7e579f3f03d2bdce513e6bd17da3aecfbca8612 (diff)
Merge "Doc for Xreview by other test projects"
Diffstat (limited to 'docs/configguide')
-rw-r--r--docs/configguide/configguide.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configguide/configguide.rst b/docs/configguide/configguide.rst
index d79494399..4ef673c94 100644
--- a/docs/configguide/configguide.rst
+++ b/docs/configguide/configguide.rst
@@ -31,7 +31,7 @@ following docker command::
[functester@jumphost ~]$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
opnfv/functest latest 8cd6683c32ae 2 weeks ago 1.611 GB
- opnfv/functest brahmaputra.3.0 94b78faa94f7 4 weeks ago 874.9 MB
+ opnfv/functest colorado.1.0 94b78faa94f7 4 weeks ago 874.9 MB
hello-world latest 94df4f0ce8a4 7 weeks ago 967 B
The Functest docker container environment can -in principle- be also
@@ -119,7 +119,7 @@ recommended parameters for invoking docker container
The credentials file needs to exist in the Docker container
under the path: '/home/opnfv/functest/conf/openstack.creds'.
- WARNING: If you are using the Joid installer, you must pass the
+ **WARNING:** If you are using the Joid installer, you must pass the
credentials using the **-v** option:
-v /var/lib/jenkins/admin-openrc:/home/opnfv/functest/conf/openstack.creds.
See the section `Accessing the Openstack credentials`_ above.