From 803a8a0256724876b98fceef24ec7cd4c2eb58a8 Mon Sep 17 00:00:00 2001 From: Adam Harwell Date: Wed, 16 Sep 2015 12:50:22 -0500 Subject: [PATCH] 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 --- devstack/lib/barbican | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devstack/lib/barbican b/devstack/lib/barbican index 1c57c745f..db42f3f8d 100644 --- a/devstack/lib/barbican +++ b/devstack/lib/barbican @@ -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 }