summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-07-03 20:29:22 +0200
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-07-03 20:29:22 +0200
commitb2c8a4da9548d195df2abeb64eff1d22cc4c76f4 (patch)
tree350b217d07dec6f444a105687fc321352bce4b68
parent4afe031d31e37e85985cc8911875ac4db772730c (diff)
xci: Fix README for setting dev path instructions
Change-Id: I56c727c242b6826f87a64246b6b4736a637c1abe Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
-rw-r--r--prototypes/xci/README.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/prototypes/xci/README.rst b/prototypes/xci/README.rst
index b65abde9b..ecb8e19dc 100644
--- a/prototypes/xci/README.rst
+++ b/prototypes/xci/README.rst
@@ -196,8 +196,10 @@ on each run.
To enable it, you need to export the different DEV_PATH vars:
- export OPNFV_RELENG_DEV_PATH=/opt/releng/
-- export OPENSTACK_BIFROST_DEV_PATH=/opt/bifrost
-- export OPENSTACK_OSA_DEV_PATH=/opt/openstack-ansible
+- export OPENSTACK_BIFROST_DEV_PATH=/opt/bifrost/
+- export OPENSTACK_OSA_DEV_PATH=/opt/openstack-ansible/
+
+Please note the trailing slahses.
This will cause the deployment to pick the development copies stored at the
specified directories, and use them instead of cloning those on every run.