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:
Adam Harwell 2015-09-16 12:50:22 -05:00 committed by Dave McCowan
parent ecfa4beee9
commit 803a8a0256

View File

@ -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
}