Browse code

Add tooz support from Oslo

Change-Id: I4ccf4bf08e10c0ba651f973aa62562af85ea0f19

Julien Danjou authored on 2014/12/09 23:41:55
Showing 3 changed files
... ...
@@ -36,6 +36,7 @@ GITDIR["oslo.vmware"]=$DEST/oslo.vmware
36 36
 GITDIR["pycadf"]=$DEST/pycadf
37 37
 GITDIR["stevedore"]=$DEST/stevedore
38 38
 GITDIR["taskflow"]=$DEST/taskflow
39
+GITDIR["tooz"]=$DEST/tooz
39 40
 
40 41
 # Support entry points installation of console scripts
41 42
 OSLO_BIN_DIR=$(get_python_exec_prefix)
... ...
@@ -69,6 +70,7 @@ function install_oslo {
69 69
     _do_install_oslo_lib "pycadf"
70 70
     _do_install_oslo_lib "stevedore"
71 71
     _do_install_oslo_lib "taskflow"
72
+    _do_install_oslo_lib "tooz"
72 73
 }
73 74
 
74 75
 # Restore xtrace
... ...
@@ -346,6 +346,10 @@ GITBRANCH["stevedore"]=${STEVEDORE_BRANCH:-master}
346 346
 GITREPO["taskflow"]=${TASKFLOW_REPO:-${GIT_BASE}/openstack/taskflow.git}
347 347
 GITBRANCH["taskflow"]=${TASKFLOW_BRANCH:-master}
348 348
 
349
+# tooz plugin manager
350
+GITREPO["tooz"]=${TOOZ_REPO:-${GIT_BASE}/openstack/tooz.git}
351
+GITBRANCH["tooz"]=${TOOZ_BRANCH:-master}
352
+
349 353
 # pbr drives the setuptools configs
350 354
 GITREPO["pbr"]=${PBR_REPO:-${GIT_BASE}/openstack-dev/pbr.git}
351 355
 GITBRANCH["pbr"]=${PBR_BRANCH:-master}
... ...
@@ -27,7 +27,7 @@ for i in $TOP/lib/*; do
27 27
     fi
28 28
 done
29 29
 
30
-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"
30
+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"
31 31
 
32 32
 # Generate the above list with
33 33
 # echo ${!GITREPO[@]}