From 531017cf3e760dc1e9af25684465681277dec8d4 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Sat, 27 Jun 2015 03:37:39 +0000 Subject: [PATCH] Add oslo.cache to devstack as part of the graduation process, add oslo.cache to lib/oslo and stackrc. Change-Id: I2baf0384dd5d71d234a95b7acd0bfe5534f2732c --- lib/oslo | 2 ++ stackrc | 4 ++++ tests/test_libs_from_pypi.sh | 1 + 3 files changed, 7 insertions(+) diff --git a/lib/oslo b/lib/oslo index 554bec8945..be935bbe8c 100644 --- a/lib/oslo +++ b/lib/oslo @@ -26,6 +26,7 @@ GITDIR["automaton"]=$DEST/automaton GITDIR["cliff"]=$DEST/cliff GITDIR["debtcollector"]=$DEST/debtcollector GITDIR["futurist"]=$DEST/futurist +GITDIR["oslo.cache"]=$DEST/oslo.cache GITDIR["oslo.concurrency"]=$DEST/oslo.concurrency GITDIR["oslo.config"]=$DEST/oslo.config GITDIR["oslo.context"]=$DEST/oslo.context @@ -66,6 +67,7 @@ function install_oslo { _do_install_oslo_lib "cliff" _do_install_oslo_lib "debtcollector" _do_install_oslo_lib "futurist" + _do_install_oslo_lib "oslo.cache" _do_install_oslo_lib "oslo.concurrency" _do_install_oslo_lib "oslo.config" _do_install_oslo_lib "oslo.context" diff --git a/stackrc b/stackrc index 9cd9c053d7..f2aafe97fc 100644 --- a/stackrc +++ b/stackrc @@ -327,6 +327,10 @@ GITBRANCH["debtcollector"]=${DEBTCOLLECTOR_BRANCH:-master} GITREPO["automaton"]=${AUTOMATON_REPO:-${GIT_BASE}/openstack/automaton.git} GITBRANCH["automaton"]=${AUTOMATON_BRANCH:-master} +# oslo.cache +GITREPO["oslo.cache"]=${OSLOCACHE_REPO:-${GIT_BASE}/openstack/oslo.cache.git} +GITBRANCH["oslo.cache"]=${OSLOCACHE_BRANCH:-master} + # oslo.concurrency GITREPO["oslo.concurrency"]=${OSLOCON_REPO:-${GIT_BASE}/openstack/oslo.concurrency.git} GITBRANCH["oslo.concurrency"]=${OSLOCON_BRANCH:-master} diff --git a/tests/test_libs_from_pypi.sh b/tests/test_libs_from_pypi.sh index fc6596789b..1f7169c689 100755 --- a/tests/test_libs_from_pypi.sh +++ b/tests/test_libs_from_pypi.sh @@ -40,6 +40,7 @@ ALL_LIBS+=" python-openstackclient oslo.rootwrap oslo.i18n" ALL_LIBS+=" python-ceilometerclient 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" # Generate the above list with # echo ${!GITREPO[@]}