aboutsummaryrefslogtreecommitdiff
path: root/leg-kolla
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2018-04-26 14:33:00 +0200
committerMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2018-04-26 13:29:34 +0000
commitbd8413c36c51cb9c6efb9ef8acb71d85280df79b (patch)
tree5a739f1902ff5161c9b3d4175ed991b37cd0bbab /leg-kolla
parentbec244cd8400666ecade11394ebed49ab3ecb1ae (diff)
leg-kolla: remove neutron-server-opendaylight from build
Change-Id: I25c792f2cbcf947146ad69065042d8680be04412
Diffstat (limited to 'leg-kolla')
-rw-r--r--leg-kolla/build.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/leg-kolla/build.sh b/leg-kolla/build.sh
index 2fb7d046..489a462c 100644
--- a/leg-kolla/build.sh
+++ b/leg-kolla/build.sh
@@ -50,6 +50,12 @@ if [ -n ${kolla_ldc} ]; then
git clone --depth 1 https://git.linaro.org/leg/sdi/kolla/ldc-overlay.git Linaro-overlay
fi
+# Rocky always tries to build it and it fails for us
+# to be debugged later
+if [ ${kolla_branch} == "master" ]; then
+ rm -rf kolla/docker/neutron/neutron-server-opendaylight
+fi
+
virtualenv --python=/usr/bin/python2 venv-for-kolla
. venv-for-kolla/bin/activate