File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ set +o xtrace
2323# Defaults
2424# --------
2525GITDIR[" automaton" ]=$DEST /automaton
26+ GITDIR[" castellan" ]=$DEST /castellan
2627GITDIR[" cliff" ]=$DEST /cliff
2728GITDIR[" debtcollector" ]=$DEST /debtcollector
2829GITDIR[" futurist" ]=$DEST /futurist
@@ -71,6 +72,7 @@ function _do_install_oslo_lib {
7172# install_oslo() - Collect source and prepare
7273function install_oslo {
7374 _do_install_oslo_lib " automaton"
75+ _do_install_oslo_lib " castellan"
7476 _do_install_oslo_lib " cliff"
7577 _do_install_oslo_lib " debtcollector"
7678 _do_install_oslo_lib " futurist"
Original file line number Diff line number Diff line change @@ -370,6 +370,10 @@ GITDIR["python-openstackclient"]=$DEST/python-openstackclient
370370#
371371# ##################
372372
373+ # castellan key manager interface
374+ GITREPO[" castellan" ]=${CASTELLAN_REPO:- ${GIT_BASE} / openstack/ castellan.git}
375+ GITBRANCH[" castellan" ]=${CASTELLAN_BRANCH:- master}
376+
373377# cliff command line framework
374378GITREPO[" cliff" ]=${CLIFF_REPO:- ${GIT_BASE} / openstack/ cliff.git}
375379GITBRANCH[" cliff" ]=${CLIFF_BRANCH:- master}
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ ALL_LIBS+=" debtcollector os-brick automaton futurist oslo.service"
4343ALL_LIBS+=" oslo.cache oslo.reports osprofiler"
4444ALL_LIBS+=" keystoneauth ironic-lib neutron-lib oslo.privsep"
4545ALL_LIBS+=" diskimage-builder os-vif python-brick-cinderclient-ext"
46+ ALL_LIBS+=" castellan"
4647
4748# Generate the above list with
4849# echo ${!GITREPO[@]}
You can’t perform that action at this time.
0 commit comments