From c187b88e698a203a222b38cbf3a045b520918042 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 9 Dec 2014 15:41:55 +0100 Subject: [PATCH] Add tooz support from Oslo Change-Id: I4ccf4bf08e10c0ba651f973aa62562af85ea0f19 --- 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 1fff1f5d32..79d63ba8f7 100644 --- a/lib/oslo +++ b/lib/oslo @@ -36,6 +36,7 @@ GITDIR["oslo.vmware"]=$DEST/oslo.vmware GITDIR["pycadf"]=$DEST/pycadf GITDIR["stevedore"]=$DEST/stevedore GITDIR["taskflow"]=$DEST/taskflow +GITDIR["tooz"]=$DEST/tooz # Support entry points installation of console scripts OSLO_BIN_DIR=$(get_python_exec_prefix) @@ -69,6 +70,7 @@ function install_oslo { _do_install_oslo_lib "pycadf" _do_install_oslo_lib "stevedore" _do_install_oslo_lib "taskflow" + _do_install_oslo_lib "tooz" } # Restore xtrace diff --git a/stackrc b/stackrc index ac798894b8..81b60674ee 100644 --- a/stackrc +++ b/stackrc @@ -346,6 +346,10 @@ GITBRANCH["stevedore"]=${STEVEDORE_BRANCH:-master} GITREPO["taskflow"]=${TASKFLOW_REPO:-${GIT_BASE}/openstack/taskflow.git} GITBRANCH["taskflow"]=${TASKFLOW_BRANCH:-master} +# tooz plugin manager +GITREPO["tooz"]=${TOOZ_REPO:-${GIT_BASE}/openstack/tooz.git} +GITBRANCH["tooz"]=${TOOZ_BRANCH:-master} + # pbr drives the setuptools configs GITREPO["pbr"]=${PBR_REPO:-${GIT_BASE}/openstack-dev/pbr.git} GITBRANCH["pbr"]=${PBR_BRANCH:-master} diff --git a/tests/test_libs_from_pypi.sh b/tests/test_libs_from_pypi.sh index 1b576d87c2..7e96bae7bb 100755 --- a/tests/test_libs_from_pypi.sh +++ b/tests/test_libs_from_pypi.sh @@ -27,7 +27,7 @@ for i in $TOP/lib/*; do fi done -ALL_LIBS="python-novaclient oslo.config pbr oslo.context python-troveclient python-keystoneclient taskflow oslo.middleware pycadf python-glanceclient python-ironicclient tempest-lib oslo.messaging oslo.log cliff python-heatclient stevedore python-cinderclient glance_store oslo.concurrency oslo.db oslo.vmware keystonemiddleware oslo.serialization python-saharaclient django_openstack_auth python-openstackclient oslo.rootwrap oslo.i18n python-ceilometerclient oslo.utils python-swiftclient python-neutronclient" +ALL_LIBS="python-novaclient oslo.config pbr oslo.context python-troveclient python-keystoneclient taskflow oslo.middleware pycadf python-glanceclient python-ironicclient tempest-lib oslo.messaging oslo.log cliff python-heatclient stevedore python-cinderclient glance_store oslo.concurrency oslo.db oslo.vmware keystonemiddleware oslo.serialization python-saharaclient django_openstack_auth python-openstackclient oslo.rootwrap oslo.i18n python-ceilometerclient oslo.utils python-swiftclient python-neutronclient tooz" # Generate the above list with # echo ${!GITREPO[@]}