install oslo from upstream in devstack
the libraries that have graduated from oslo incubation need to be
made available in devstack so that projects can develop against
upstream versions of these libraries, and that we can test their
compatibility in the gate.
This should also allow us to force global requirements on all the
projects during installation.
Change-Id: Idf527b16b50eb58564ec74428290cd31424f5de2
diff --git a/stack.sh b/stack.sh
index 4e23505..5013b0a 100755
--- a/stack.sh
+++ b/stack.sh
@@ -299,6 +299,7 @@
# Source project function libraries
source $TOP_DIR/lib/tls
+source $TOP_DIR/lib/oslo
source $TOP_DIR/lib/horizon
source $TOP_DIR/lib/keystone
source $TOP_DIR/lib/glance
@@ -661,6 +662,9 @@
git_clone $PBR_REPO $PBR_DIR $PBR_BRANCH
setup_develop $PBR_DIR
+# Install oslo libraries that have graduated
+install_oslo
+
# Install clients libraries
install_keystoneclient
install_glanceclient