From 7792bc39d4f9f7ec7fd1b81ddbb30c30988f03e6 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Fri, 23 Oct 2015 13:57:14 +1100 Subject: [PATCH] Add new oslo.privsep library to oslo repos A new project olos.privsep has been created but failes sdvm testing as even though the library is added ro PROJECTS and LIBS_FROM_GIT it isn't installed by devstack. Add oslo.privsep to the install_oslo function Change-Id: Ia4d56747d56dcfe50889ebbdf9d553df13e1b950 --- lib/oslo | 2 ++ stackrc | 4 ++++ tests/test_libs_from_pypi.sh | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/oslo b/lib/oslo index f64f327ccd..56615faaa3 100644 --- a/lib/oslo +++ b/lib/oslo @@ -36,6 +36,7 @@ GITDIR["oslo.log"]=$DEST/oslo.log GITDIR["oslo.messaging"]=$DEST/oslo.messaging GITDIR["oslo.middleware"]=$DEST/oslo.middleware GITDIR["oslo.policy"]=$DEST/oslo.policy +GITDIR["oslo.privsep"]=$DEST/oslo.privsep GITDIR["oslo.reports"]=$DEST/oslo.reports GITDIR["oslo.rootwrap"]=$DEST/oslo.rootwrap GITDIR["oslo.serialization"]=$DEST/oslo.serialization @@ -79,6 +80,7 @@ function install_oslo { _do_install_oslo_lib "oslo.messaging" _do_install_oslo_lib "oslo.middleware" _do_install_oslo_lib "oslo.policy" + _do_install_oslo_lib "oslo.privsep" _do_install_oslo_lib "oslo.reports" _do_install_oslo_lib "oslo.rootwrap" _do_install_oslo_lib "oslo.serialization" diff --git a/stackrc b/stackrc index 4026ff8feb..819aa0125c 100644 --- a/stackrc +++ b/stackrc @@ -371,6 +371,10 @@ GITBRANCH["oslo.middleware"]=${OSLOMID_BRANCH:-master} GITREPO["oslo.policy"]=${OSLOPOLICY_REPO:-${GIT_BASE}/openstack/oslo.policy.git} GITBRANCH["oslo.policy"]=${OSLOPOLICY_BRANCH:-master} +# oslo.privsep +GITREPO["oslo.privsep"]=${OSLOPRIVSEP_REPO:-${GIT_BASE}/openstack/oslo.privsep.git} +GITBRANCH["oslo.privsep"]=${OSLOPRIVSEP_BRANCH:-master} + # oslo.reports GITREPO["oslo.reports"]=${OSLOREPORTS_REPO:-${GIT_BASE}/openstack/oslo.reports.git} GITBRANCH["oslo.reports"]=${OSLOREPORTS_BRANCH:-master} diff --git a/tests/test_libs_from_pypi.sh b/tests/test_libs_from_pypi.sh index 8e8c0227a9..f31560a1fe 100755 --- a/tests/test_libs_from_pypi.sh +++ b/tests/test_libs_from_pypi.sh @@ -41,7 +41,7 @@ ALL_LIBS+=" oslo.utils python-swiftclient" ALL_LIBS+=" python-neutronclient tooz ceilometermiddleware oslo.policy" ALL_LIBS+=" debtcollector os-brick automaton futurist oslo.service" ALL_LIBS+=" oslo.cache oslo.reports" -ALL_LIBS+=" keystoneauth ironic-lib" +ALL_LIBS+=" keystoneauth ironic-lib oslo.privsep" # Generate the above list with # echo ${!GITREPO[@]}