File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,6 +121,9 @@ function install_libs {
121121 # os-traits for nova
122122 _install_lib_from_source " os-brick"
123123 _install_lib_from_source " os-traits"
124+ #
125+ # python client libraries we might need from git can go here
126+ _install_lib_from_source " python-barbicanclient"
124127
125128
126129 # etcd (because tooz does not have a hard dependency on these)
Original file line number Diff line number Diff line change @@ -341,6 +341,11 @@ GITBRANCH["python-cinderclient"]=${CINDERCLIENT_BRANCH:-master}
341341GITREPO[" python-brick-cinderclient-ext" ]=${BRICK_CINDERCLIENT_REPO:- ${GIT_BASE} / openstack/ python-brick-cinderclient-ext.git}
342342GITBRANCH[" python-brick-cinderclient-ext" ]=${BRICK_CINDERCLIENT_BRANCH:- master}
343343
344+ # python barbican client library
345+ GITREPO[" python-barbicanclient" ]=${BARBICANCLIENT_REPO:- ${GIT_BASE} / openstack/ python-barbicanclient.git}
346+ GITBRANCH[" python-barbicanclient" ]=${BARBICANCLIENT_BRANCH:- master}
347+ GITDIR[" python-barbicanclient" ]=$DEST /python-barbicanclient
348+
344349# python glance client library
345350GITREPO[" python-glanceclient" ]=${GLANCECLIENT_REPO:- ${GIT_BASE} / openstack/ python-glanceclient.git}
346351GITBRANCH[" python-glanceclient" ]=${GLANCECLIENT_BRANCH:- master}
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ ALL_LIBS+=" debtcollector os-brick os-traits automaton futurist oslo.service"
4343ALL_LIBS+=" oslo.cache oslo.reports osprofiler cursive"
4444ALL_LIBS+=" keystoneauth ironic-lib neutron-lib oslo.privsep"
4545ALL_LIBS+=" diskimage-builder os-vif python-brick-cinderclient-ext"
46- ALL_LIBS+=" castellan"
46+ ALL_LIBS+=" castellan python-barbicanclient "
4747
4848# Generate the above list with
4949# echo ${!GITREPO[@]}
You can’t perform that action at this time.
0 commit comments