diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-07-03 21:39:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-03 21:39:15 +0000 |
commit | e858613f52f1d8b9bea04870921395d36055bfe6 (patch) | |
tree | 27f0d9fc1ccc63eee9a039d6b01f66aec77e5b31 /prototypes | |
parent | 469ea32285a0a6ac86b8e2b5f5054695de09bdf1 (diff) | |
parent | b2c8a4da9548d195df2abeb64eff1d22cc4c76f4 (diff) |
Merge "xci: Fix README for setting dev path instructions"
Diffstat (limited to 'prototypes')
-rw-r--r-- | prototypes/xci/README.rst | 6 |
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. |