Skip to content

Commit be3e553

Browse files
jumpojoyianw
authored andcommitted
Add discussion of LIBS_FROM_GIT
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
1 parent 8c5a331 commit be3e553

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

samples/local.conf

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ LOGDAYS=2
6363
# Using milestone-proposed branches
6464
# ---------------------------------
6565

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:
6768
#CINDER_BRANCH=milestone-proposed
6869
#GLANCE_BRANCH=milestone-proposed
6970
#HORIZON_BRANCH=milestone-proposed
@@ -74,6 +75,13 @@ LOGDAYS=2
7475
#NEUTRON_BRANCH=milestone-proposed
7576
#SWIFT_BRANCH=milestone-proposed
7677

78+
# Using git versions of clients
79+
# -----------------------------
80+
# By default clients are installed from pip. See LIBS_FROM_GIT in
81+
# stackrc for details on getting clients from specific branches or
82+
# revisions. e.g.
83+
# LIBS_FROM_GIT="python-ironicclient"
84+
# IRONICCLIENT_BRANCH=refs/changes/44/2.../1
7785

7886
# Swift
7987
# -----

stackrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ GITBRANCH["tempest-lib"]=${TEMPEST_LIB_BRANCH:-master}
268268
##############
269269
#
270270
# OpenStack Client Library Components
271+
# Note default install is from pip, see LIBS_FROM_GIT
271272
#
272273
##############
273274

@@ -317,6 +318,7 @@ GITDIR["python-openstackclient"]=$DEST/python-openstackclient
317318
###################
318319
#
319320
# Oslo Libraries
321+
# Note default install is from pip, see LIBS_FROM_GIT
320322
#
321323
###################
322324

0 commit comments

Comments
 (0)