Add a pointer to installing clients via LIBS_FROM_GIT to local.conf
sample. Mention in the git tree setup that the projects within are
usually installed via released pip versions.
Change-Id: I245094e51ea4a8ce983f6a1e48b6ab7ca5d309d0
| ... | ... |
@@ -63,7 +63,8 @@ LOGDAYS=2 |
| 63 | 63 |
# Using milestone-proposed branches |
| 64 | 64 |
# --------------------------------- |
| 65 | 65 |
|
| 66 |
-# Uncomment these to grab the milestone-proposed branches from the repos: |
|
| 66 |
+# Uncomment these to grab the milestone-proposed branches from the |
|
| 67 |
+# repos: |
|
| 67 | 68 |
#CINDER_BRANCH=milestone-proposed |
| 68 | 69 |
#GLANCE_BRANCH=milestone-proposed |
| 69 | 70 |
#HORIZON_BRANCH=milestone-proposed |
| ... | ... |
@@ -74,6 +75,13 @@ LOGDAYS=2 |
| 74 | 74 |
#NEUTRON_BRANCH=milestone-proposed |
| 75 | 75 |
#SWIFT_BRANCH=milestone-proposed |
| 76 | 76 |
|
| 77 |
+# Using git versions of clients |
|
| 78 |
+# ----------------------------- |
|
| 79 |
+# By default clients are installed from pip. See LIBS_FROM_GIT in |
|
| 80 |
+# stackrc for details on getting clients from specific branches or |
|
| 81 |
+# revisions. e.g. |
|
| 82 |
+# LIBS_FROM_GIT="python-ironicclient" |
|
| 83 |
+# IRONICCLIENT_BRANCH=refs/changes/44/2.../1 |
|
| 77 | 84 |
|
| 78 | 85 |
# Swift |
| 79 | 86 |
# ----- |
| ... | ... |
@@ -268,6 +268,7 @@ GITBRANCH["tempest-lib"]=${TEMPEST_LIB_BRANCH:-master}
|
| 268 | 268 |
############## |
| 269 | 269 |
# |
| 270 | 270 |
# OpenStack Client Library Components |
| 271 |
+# Note default install is from pip, see LIBS_FROM_GIT |
|
| 271 | 272 |
# |
| 272 | 273 |
############## |
| 273 | 274 |
|
| ... | ... |
@@ -317,6 +318,7 @@ GITDIR["python-openstackclient"]=$DEST/python-openstackclient |
| 317 | 317 |
################### |
| 318 | 318 |
# |
| 319 | 319 |
# Oslo Libraries |
| 320 |
+# Note default install is from pip, see LIBS_FROM_GIT |
|
| 320 | 321 |
# |
| 321 | 322 |
################### |
| 322 | 323 |
|