diff options
author | Michal Skalski <mskalski@mirantis.com> | 2016-09-14 11:55:21 +0200 |
---|---|---|
committer | Michal Skalski <mskalski@mirantis.com> | 2016-09-14 15:03:59 +0000 |
commit | f8337987d6feab6674ce05508c321ac30ef996a3 (patch) | |
tree | 0dd02500e6d9ef5c5f212901814ae53a875697d6 /build/f_isoroot/f_odlpluginbuild | |
parent | 098c34d407f71df6f29cd70b0c8381c9522c71b2 (diff) |
Use Boron RC3.5 for sfc scenarion
It should fix problems with vm communication through floating IPs.
Change-Id: Icadc71f2b99c28715c15389e59111272a21440fb
Signed-off-by: Michal Skalski <mskalski@mirantis.com>
(cherry picked from commit ff9c24257a2c62dd981297a92eecf712f6643617)
Diffstat (limited to 'build/f_isoroot/f_odlpluginbuild')
-rw-r--r-- | build/f_isoroot/f_odlpluginbuild/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/f_isoroot/f_odlpluginbuild/config.mk b/build/f_isoroot/f_odlpluginbuild/config.mk index 7672b0037..466aba2ae 100644 --- a/build/f_isoroot/f_odlpluginbuild/config.mk +++ b/build/f_isoroot/f_odlpluginbuild/config.mk @@ -13,4 +13,4 @@ FUEL_PLUGIN_ODL_REPO ?= https://github.com/openstack/fuel-plugin-opendaylight.gi export ODL_TARBALL_LOCATION?=https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/integration/distribution-karaf/0.4.3-Beryllium-SR3/distribution-karaf-0.4.3-Beryllium-SR3.tar.gz export ODL_VERSION_NUMBER?=0.4.3 -export ODL_BORON_TARBALL_LOCATION?=http://artifacts.opnfv.org/fuel/colorado/vendor/distribution-karaf-0.5.0-Boron-RC2.tar.gz +export ODL_BORON_TARBALL_LOCATION?=http://artifacts.opnfv.org/fuel/colorado/vendor/distribution-karaf-0.5.0-Boron-RC3.5.tar.gz |