diff options
author | 2017-07-03 20:29:22 +0200 | |
---|---|---|
committer | 2017-08-11 12:56:12 -0700 | |
commit | 8f81ada6df7441c459f5c59ce565321903c58d75 (patch) | |
tree | 4a6f5dc60b7ac1978cc15144068786e6efd4e559 /xci | |
parent | 45bc31feeaa0a7235e483a74414e19f2a07c250b (diff) |
xci: Fix README for setting dev path instructions
Change-Id: I56c727c242b6826f87a64246b6b4736a637c1abe
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'xci')
-rw-r--r-- | xci/README.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xci/README.rst b/xci/README.rst index b65abde9..ecb8e19d 100644 --- a/xci/README.rst +++ b/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. |