Add oslo.context
Treat the new oslo.context library just like the other Oslo libraries. i.e. make it possible to either test with upstream released library, or with git versions of oslo.context. Change-Id: I2dc498324d6c405655a8e2e249465c5b351ca960
This commit is contained in:
parent
9bfdea87a6
commit
958111e188
1
lib/oslo
1
lib/oslo
@ -23,6 +23,7 @@ set +o xtrace
|
||||
GITDIR["cliff"]=$DEST/cliff
|
||||
GITDIR["oslo.config"]=$DEST/oslo.config
|
||||
GITDIR["oslo.concurrency"]=$DEST/oslo.concurrency
|
||||
GITDIR["oslo.context"]=$DEST/oslo.context
|
||||
GITDIR["oslo.db"]=$DEST/oslo.db
|
||||
GITDIR["oslo.i18n"]=$DEST/oslo.i18n
|
||||
GITDIR["oslo.log"]=$DEST/oslo.log
|
||||
|
4
stackrc
4
stackrc
@ -279,6 +279,10 @@ GITBRANCH["oslo.concurrency"]=${OSLOCON_BRANCH:-master}
|
||||
GITREPO["oslo.config"]=${OSLOCFG_REPO:-${GIT_BASE}/openstack/oslo.config.git}
|
||||
GITBRANCH["oslo.config"]=${OSLOCFG_BRANCH:-master}
|
||||
|
||||
# oslo.context
|
||||
GITREPO["oslo.context"]=${OSLOCTX_REPO:-${GIT_BASE}/openstack/oslo.context.git}
|
||||
GITBRANCH["oslo.context"]=${OSLOCTX_BRANCH:-master}
|
||||
|
||||
# oslo.db
|
||||
GITREPO["oslo.db"]=${OSLODB_REPO:-${GIT_BASE}/openstack/oslo.db.git}
|
||||
GITBRANCH["oslo.db"]=${OSLODB_BRANCH:-master}
|
||||
|
Loading…
Reference in New Issue
Block a user