diff options
author | Michal Skalski <mskalski@mirantis.com> | 2016-08-25 10:18:21 +0200 |
---|---|---|
committer | Michal Skalski <mskalski@mirantis.com> | 2016-08-25 10:18:27 +0000 |
commit | f7c948fa78ec487723ea6328bb9d145293057e8d (patch) | |
tree | c7993228e9a0f1ac4a069246762da3ce055ad547 /build | |
parent | 6192d48956803419f1e77e05fbd3cc31ba888f12 (diff) |
[ODL] Fix odl deployment on separate node
JIRA: FUEL-185
Change-Id: Id14d30154b63abc915a0cd55835bb72cee862dde
Signed-off-by: Michal Skalski <mskalski@mirantis.com>
(cherry picked from commit ba1cb485398d811d2f473406ae085993bfd9f68a)
Diffstat (limited to 'build')
-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 |