Add oslo.cache to devstack
as part of the graduation process, add oslo.cache to lib/oslo and stackrc. Change-Id: I2baf0384dd5d71d234a95b7acd0bfe5534f2732c
This commit is contained in:
parent
e4d57d6bed
commit
531017cf3e
2
lib/oslo
2
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"
|
||||
|
4
stackrc
4
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}
|
||||
|
@ -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[@]}
|
||||
|
Loading…
Reference in New Issue
Block a user