Merge "Add oslo.rootwrap to devstack gate"
This commit is contained in:
commit
bd49958794
4
lib/oslo
4
lib/oslo
@ -22,6 +22,7 @@ set +o xtrace
|
|||||||
# --------
|
# --------
|
||||||
OSLOCFG_DIR=$DEST/oslo.config
|
OSLOCFG_DIR=$DEST/oslo.config
|
||||||
OSLOMSG_DIR=$DEST/oslo.messaging
|
OSLOMSG_DIR=$DEST/oslo.messaging
|
||||||
|
OSLORWRAP_DIR=$DEST/oslo.rootwrap
|
||||||
|
|
||||||
# Entry Points
|
# Entry Points
|
||||||
# ------------
|
# ------------
|
||||||
@ -37,6 +38,9 @@ function install_oslo() {
|
|||||||
|
|
||||||
git_clone $OSLOMSG_REPO $OSLOMSG_DIR $OSLOMSG_BRANCH
|
git_clone $OSLOMSG_REPO $OSLOMSG_DIR $OSLOMSG_BRANCH
|
||||||
setup_develop $OSLOMSG_DIR
|
setup_develop $OSLOMSG_DIR
|
||||||
|
|
||||||
|
git_clone $OSLORWRAP_REPO $OSLORWRAP_DIR $OSLORWRAP_BRANCH
|
||||||
|
setup_develop $OSLORWRAP_DIR
|
||||||
}
|
}
|
||||||
|
|
||||||
# cleanup_oslo() - purge possibly old versions of oslo
|
# cleanup_oslo() - purge possibly old versions of oslo
|
||||||
|
4
stackrc
4
stackrc
@ -136,6 +136,10 @@ OSLOCFG_BRANCH=${OSLOCFG_BRANCH:-master}
|
|||||||
OSLOMSG_REPO=${OSLOMSG_REPO:-${GIT_BASE}/openstack/oslo.messaging.git}
|
OSLOMSG_REPO=${OSLOMSG_REPO:-${GIT_BASE}/openstack/oslo.messaging.git}
|
||||||
OSLOMSG_BRANCH=${OSLOMSG_BRANCH:-master}
|
OSLOMSG_BRANCH=${OSLOMSG_BRANCH:-master}
|
||||||
|
|
||||||
|
# oslo.rootwrap
|
||||||
|
OSLORWRAP_REPO=${OSLORWRAP_REPO:-${GIT_BASE}/openstack/oslo.rootwrap.git}
|
||||||
|
OSLORWRAP_BRANCH=${OSLORWRAP_BRANCH:-master}
|
||||||
|
|
||||||
# pbr drives the setuptools configs
|
# pbr drives the setuptools configs
|
||||||
PBR_REPO=${PBR_REPO:-${GIT_BASE}/openstack-dev/pbr.git}
|
PBR_REPO=${PBR_REPO:-${GIT_BASE}/openstack-dev/pbr.git}
|
||||||
PBR_BRANCH=${PBR_BRANCH:-master}
|
PBR_BRANCH=${PBR_BRANCH:-master}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user