Browse code

Add oslo.cache to devstack

as part of the graduation process, add oslo.cache to lib/oslo
and stackrc.

Change-Id: I2baf0384dd5d71d234a95b7acd0bfe5534f2732c

Steve Martinelli authored on 2015/06/27 12:37:39
Showing 3 changed files
... ...
@@ -26,6 +26,7 @@ GITDIR["automaton"]=$DEST/automaton
26 26
 GITDIR["cliff"]=$DEST/cliff
27 27
 GITDIR["debtcollector"]=$DEST/debtcollector
28 28
 GITDIR["futurist"]=$DEST/futurist
29
+GITDIR["oslo.cache"]=$DEST/oslo.cache
29 30
 GITDIR["oslo.concurrency"]=$DEST/oslo.concurrency
30 31
 GITDIR["oslo.config"]=$DEST/oslo.config
31 32
 GITDIR["oslo.context"]=$DEST/oslo.context
... ...
@@ -66,6 +67,7 @@ function install_oslo {
66 66
     _do_install_oslo_lib "cliff"
67 67
     _do_install_oslo_lib "debtcollector"
68 68
     _do_install_oslo_lib "futurist"
69
+    _do_install_oslo_lib "oslo.cache"
69 70
     _do_install_oslo_lib "oslo.concurrency"
70 71
     _do_install_oslo_lib "oslo.config"
71 72
     _do_install_oslo_lib "oslo.context"
... ...
@@ -327,6 +327,10 @@ GITBRANCH["debtcollector"]=${DEBTCOLLECTOR_BRANCH:-master}
327 327
 GITREPO["automaton"]=${AUTOMATON_REPO:-${GIT_BASE}/openstack/automaton.git}
328 328
 GITBRANCH["automaton"]=${AUTOMATON_BRANCH:-master}
329 329
 
330
+# oslo.cache
331
+GITREPO["oslo.cache"]=${OSLOCACHE_REPO:-${GIT_BASE}/openstack/oslo.cache.git}
332
+GITBRANCH["oslo.cache"]=${OSLOCACHE_BRANCH:-master}
333
+
330 334
 # oslo.concurrency
331 335
 GITREPO["oslo.concurrency"]=${OSLOCON_REPO:-${GIT_BASE}/openstack/oslo.concurrency.git}
332 336
 GITBRANCH["oslo.concurrency"]=${OSLOCON_BRANCH:-master}
... ...
@@ -40,6 +40,7 @@ ALL_LIBS+=" python-openstackclient oslo.rootwrap oslo.i18n"
40 40
 ALL_LIBS+=" python-ceilometerclient oslo.utils python-swiftclient"
41 41
 ALL_LIBS+=" python-neutronclient tooz ceilometermiddleware oslo.policy"
42 42
 ALL_LIBS+=" debtcollector os-brick automaton futurist oslo.service"
43
+ALL_LIBS+=" oslo.cache"
43 44
 
44 45
 # Generate the above list with
45 46
 # echo ${!GITREPO[@]}