diff options
author | Michal Skalski <mskalski@mirantis.com> | 2016-08-10 11:55:46 +0200 |
---|---|---|
committer | Michal Skalski <mskalski@mirantis.com> | 2016-08-12 11:28:45 +0200 |
commit | fa28f15fda4207bfb546c34cc0bed83423fcc42f (patch) | |
tree | d6ece2b02648c6f212000f37fbb96c0a04a4a39c /build/f_isoroot/f_odlpluginbuild | |
parent | 242641444b6f64ef7e1ca6399a77d080f74987d7 (diff) |
Allign odl-sfc scenarios with new plugin version
ODL Boron use different set of sfc features.
JIRA: FUEL-169
Change-Id: I38c1e518ffbf625a68f879779c01e4abfdb1d672
Signed-off-by: Michal Skalski <mskalski@mirantis.com>
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 d0738257b..2de18fba7 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 ?= 5d80efce6d0b1d242489ec2897cf20f51dd5fcb1 +ODL_CHANGE ?= b6aeb90c156d77bd3e100106d8501a50f756cacd ODL_REPO ?= https://github.com/openstack/fuel-plugin-opendaylight.git 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 |