Skip to content

Commit 968ebee

Browse files
committed
Add castellan to LIBS_FROM_GIT
Allow castellan to be installed from git instead of pip. Castellan has recently been moved under the oslo framework, and the barbican-tempest-plugin tests which use castellan would benefit from the ability to usd castellan from git instead of pip. Change-Id: I96edca90c61aec84637b7b1ce842eff04c521923
1 parent 94047f4 commit 968ebee

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
@@ -364,6 +364,10 @@ GITDIR["python-openstackclient"]=$DEST/python-openstackclient
364364
#
365365
###################
366366

367+
# castellan key manager interface
368+
GITREPO["castellan"]=${CASTELLAN_REPO:-${GIT_BASE}/openstack/castellan.git}
369+
GITBRANCH["castellan"]=${CASTELLAN_BRANCH:-master}
370+
367371
# cliff command line framework
368372
GITREPO["cliff"]=${CLIFF_REPO:-${GIT_BASE}/openstack/cliff.git}
369373
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)