Skip to content

Commit 0cfc523

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Add castellan to LIBS_FROM_GIT"
2 parents f6c8674 + 968ebee commit 0cfc523

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

lib/oslo

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ set +o xtrace
2323
# Defaults
2424
# --------
2525
GITDIR["automaton"]=$DEST/automaton
26+
GITDIR["castellan"]=$DEST/castellan
2627
GITDIR["cliff"]=$DEST/cliff
2728
GITDIR["debtcollector"]=$DEST/debtcollector
2829
GITDIR["futurist"]=$DEST/futurist
@@ -71,6 +72,7 @@ function _do_install_oslo_lib {
7172
# install_oslo() - Collect source and prepare
7273
function 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"

stackrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
374378
GITREPO["cliff"]=${CLIFF_REPO:-${GIT_BASE}/openstack/cliff.git}
375379
GITBRANCH["cliff"]=${CLIFF_BRANCH:-master}

tests/test_libs_from_pypi.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ ALL_LIBS+=" debtcollector os-brick automaton futurist oslo.service"
4343
ALL_LIBS+=" oslo.cache oslo.reports osprofiler"
4444
ALL_LIBS+=" keystoneauth ironic-lib neutron-lib oslo.privsep"
4545
ALL_LIBS+=" diskimage-builder os-vif python-brick-cinderclient-ext"
46+
ALL_LIBS+=" castellan"
4647

4748
# Generate the above list with
4849
# echo ${!GITREPO[@]}

0 commit comments

Comments
 (0)