diff options
author | Michal Skalski <mskalski@mirantis.com> | 2016-08-31 12:50:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-31 12:50:32 +0000 |
commit | 9360af2ce5d4ccef3c58dc301384db5310a04300 (patch) | |
tree | bc357b51d0712813c6dd7d5bdc4dc76d1ee84b5c | |
parent | 63a7354191a77550f45a81ede6d6cc590ce75b3a (diff) | |
parent | f7c948fa78ec487723ea6328bb9d145293057e8d (diff) |
Merge "[ODL] Fix odl deployment on separate node" into stable/colorado
-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 d600e54ef..48e7f78fd 100644 --- a/build/f_isoroot/f_odlpluginbuild/config.mk +++ b/build/f_isoroot/f_odlpluginbuild/config.mk @@ -8,7 +8,7 @@ ############################################################################## FUEL_PLUGIN_ODL_BRANCH ?= master -FUEL_PLUGIN_ODL_CHANGE ?= 8cc22c4717d2da338135d854e1d13aac3ef75314 +FUEL_PLUGIN_ODL_CHANGE ?= 0ff4ebdbfe5f681f0b44eea14c9c2b3dbb10b1d5 FUEL_PLUGIN_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 |