diff options
author | Michal Skalski <mskalski@mirantis.com> | 2016-06-30 21:55:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-30 21:55:56 +0000 |
commit | f27660f6b1fc7995e373a7aecfbe89d3735b02a9 (patch) | |
tree | 0ee1c489ecb316106cee09ffcd7887d65372cf36 /build/f_isoroot | |
parent | 261046f7cc5dcf0ee7a9d1e4428b14f5227878c5 (diff) | |
parent | 484d866264c0023c33c3c7f3cb14e47d1cc11b78 (diff) |
Merge "Use ODL Boron for SFC"
Diffstat (limited to 'build/f_isoroot')
-rw-r--r-- | build/f_isoroot/f_odlpluginbuild/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/f_isoroot/f_odlpluginbuild/config.mk b/build/f_isoroot/f_odlpluginbuild/config.mk index e02da2bf9..7e68245c3 100644 --- a/build/f_isoroot/f_odlpluginbuild/config.mk +++ b/build/f_isoroot/f_odlpluginbuild/config.mk @@ -8,7 +8,7 @@ ############################################################################## ODL_BRANCH ?= master -ODL_CHANGE ?= 8eb70403e009f1a1f5ea3d2a027165139029d597 +ODL_CHANGE ?= ae7f56df70acb92f78150c5461d84896e6aef1b4 ODL_REPO ?= https://github.com/openstack/fuel-plugin-opendaylight.git FPB_BRANCH ?= master @@ -17,3 +17,4 @@ FPB_REPO ?= https://github.com/openstack/fuel-plugins export ODL_TARBALL_LOCATION?=https://nexus.opendaylight.org/content/groups/public/org/opendaylight/integration/distribution-karaf/0.4.2-Beryllium-SR2/distribution-karaf-0.4.2-Beryllium-SR2.tar.gz export ODL_VERSION_NUMBER?=0.4.2 +export ODL_BORON_TARBALL_LOCATION?=https://nexus.opendaylight.org/content/repositories/staging/org/opendaylight/integration/distribution-karaf/0.5.0-Boron/distribution-karaf-0.5.0-Boron.tar.gz |