Add cursive to LIBS_FROM_GIT
Allow cursive to be installed from git instead of pip. The barbican-tempest-plugin, which uses cursive indirectly through nova and glance, would benefit from the ability to use cursive from git instead of pip. Change-Id: Icae7d310f1ee392d080e7c8e421a26d7c0ef4727
This commit is contained in:
parent
94047f45cd
commit
f9c2a68338
2
lib/oslo
2
lib/oslo
@ -24,6 +24,7 @@ set +o xtrace
|
||||
# --------
|
||||
GITDIR["automaton"]=$DEST/automaton
|
||||
GITDIR["cliff"]=$DEST/cliff
|
||||
GITDIR["cursive"]=$DEST/cursive
|
||||
GITDIR["debtcollector"]=$DEST/debtcollector
|
||||
GITDIR["futurist"]=$DEST/futurist
|
||||
GITDIR["os-client-config"]=$DEST/os-client-config
|
||||
@ -72,6 +73,7 @@ function _do_install_oslo_lib {
|
||||
function install_oslo {
|
||||
_do_install_oslo_lib "automaton"
|
||||
_do_install_oslo_lib "cliff"
|
||||
_do_install_oslo_lib "cursive"
|
||||
_do_install_oslo_lib "debtcollector"
|
||||
_do_install_oslo_lib "futurist"
|
||||
_do_install_oslo_lib "osc-lib"
|
||||
|
4
stackrc
4
stackrc
@ -483,6 +483,10 @@ GITBRANCH["pbr"]=${PBR_BRANCH:-master}
|
||||
#
|
||||
##################
|
||||
|
||||
# cursive library
|
||||
GITREPO["cursive"]=${CURSIVE_REPO:-${GIT_BASE}/openstack/cursive.git}
|
||||
GITBRANCH["cursive"]=${CURSIVE_BRANCH:-master}
|
||||
|
||||
# glance store library
|
||||
GITREPO["glance_store"]=${GLANCE_STORE_REPO:-${GIT_BASE}/openstack/glance_store.git}
|
||||
GITBRANCH["glance_store"]=${GLANCE_STORE_BRANCH:-master}
|
||||
|
@ -40,7 +40,7 @@ ALL_LIBS+=" python-openstackclient osc-lib os-client-config oslo.rootwrap"
|
||||
ALL_LIBS+=" oslo.i18n oslo.utils python-openstacksdk python-swiftclient"
|
||||
ALL_LIBS+=" python-neutronclient tooz ceilometermiddleware oslo.policy"
|
||||
ALL_LIBS+=" debtcollector os-brick automaton futurist oslo.service"
|
||||
ALL_LIBS+=" oslo.cache oslo.reports osprofiler"
|
||||
ALL_LIBS+=" oslo.cache oslo.reports osprofiler cursive"
|
||||
ALL_LIBS+=" keystoneauth ironic-lib neutron-lib oslo.privsep"
|
||||
ALL_LIBS+=" diskimage-builder os-vif python-brick-cinderclient-ext"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user