Merge "Add discussion of LIBS_FROM_GIT"
This commit is contained in:
commit
8bfcb723c6
@ -63,7 +63,8 @@ LOGDAYS=2
|
||||
# Using milestone-proposed branches
|
||||
# ---------------------------------
|
||||
|
||||
# Uncomment these to grab the milestone-proposed branches from the repos:
|
||||
# Uncomment these to grab the milestone-proposed branches from the
|
||||
# repos:
|
||||
#CINDER_BRANCH=milestone-proposed
|
||||
#GLANCE_BRANCH=milestone-proposed
|
||||
#HORIZON_BRANCH=milestone-proposed
|
||||
@ -74,6 +75,13 @@ LOGDAYS=2
|
||||
#NEUTRON_BRANCH=milestone-proposed
|
||||
#SWIFT_BRANCH=milestone-proposed
|
||||
|
||||
# Using git versions of clients
|
||||
# -----------------------------
|
||||
# By default clients are installed from pip. See LIBS_FROM_GIT in
|
||||
# stackrc for details on getting clients from specific branches or
|
||||
# revisions. e.g.
|
||||
# LIBS_FROM_GIT="python-ironicclient"
|
||||
# IRONICCLIENT_BRANCH=refs/changes/44/2.../1
|
||||
|
||||
# Swift
|
||||
# -----
|
||||
|
2
stackrc
2
stackrc
@ -268,6 +268,7 @@ GITBRANCH["tempest-lib"]=${TEMPEST_LIB_BRANCH:-master}
|
||||
##############
|
||||
#
|
||||
# OpenStack Client Library Components
|
||||
# Note default install is from pip, see LIBS_FROM_GIT
|
||||
#
|
||||
##############
|
||||
|
||||
@ -317,6 +318,7 @@ GITDIR["python-openstackclient"]=$DEST/python-openstackclient
|
||||
###################
|
||||
#
|
||||
# Oslo Libraries
|
||||
# Note default install is from pip, see LIBS_FROM_GIT
|
||||
#
|
||||
###################
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user