Add barbicanclient clone back (was overzealous in pruning)
I919487f3490f769ffdad036024033e1f991a7ecd correctly removed the extra barbican clone, but I was overzealous in removing the python-barbicanclient clone which IS still necessary, because it is not pulled in by zuul automatically. Change-Id: Ic28852572f4e2adab9a0e775f82269c588a2a138
This commit is contained in:
parent
ecfa4beee9
commit
803a8a0256
@ -168,6 +168,8 @@ function install_barbican {
|
||||
# install_barbicanclient - Collect source and prepare
|
||||
function install_barbicanclient {
|
||||
# TODO(ravips): We need this until barbican gets into devstack
|
||||
ERROR_ON_CLONE=False
|
||||
git_clone $BARBICANCLIENT_REPO $BARBICANCLIENT_DIR $BARBICANCLIENT_BRANCH
|
||||
setup_develop $BARBICANCLIENT_DIR
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user