Skip to content

Commit 958111e

Browse files
author
Davanum Srinivas
committed
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
1 parent 9bfdea8 commit 958111e

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

lib/oslo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ set +o xtrace
2323
GITDIR["cliff"]=$DEST/cliff
2424
GITDIR["oslo.config"]=$DEST/oslo.config
2525
GITDIR["oslo.concurrency"]=$DEST/oslo.concurrency
26+
GITDIR["oslo.context"]=$DEST/oslo.context
2627
GITDIR["oslo.db"]=$DEST/oslo.db
2728
GITDIR["oslo.i18n"]=$DEST/oslo.i18n
2829
GITDIR["oslo.log"]=$DEST/oslo.log

stackrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,10 @@ GITBRANCH["oslo.concurrency"]=${OSLOCON_BRANCH:-master}
279279
GITREPO["oslo.config"]=${OSLOCFG_REPO:-${GIT_BASE}/openstack/oslo.config.git}
280280
GITBRANCH["oslo.config"]=${OSLOCFG_BRANCH:-master}
281281

282+
# oslo.context
283+
GITREPO["oslo.context"]=${OSLOCTX_REPO:-${GIT_BASE}/openstack/oslo.context.git}
284+
GITBRANCH["oslo.context"]=${OSLOCTX_BRANCH:-master}
285+
282286
# oslo.db
283287
GITREPO["oslo.db"]=${OSLODB_REPO:-${GIT_BASE}/openstack/oslo.db.git}
284288
GITBRANCH["oslo.db"]=${OSLODB_BRANCH:-master}

0 commit comments

Comments
 (0)