diff options
author | “Manuel Buil” <mbuil@suse.com> | 2017-03-08 16:56:17 +0100 |
---|---|---|
committer | “Manuel Buil” <mbuil@suse.com> | 2017-03-08 16:57:41 +0100 |
commit | 98a33bf7f79521c3e6748b824efa23d7ccae2dfd (patch) | |
tree | 429f3251350728fcd35ce70507bf3447d9ca7fea | |
parent | edef199db16ee2b48c21a6e569d069bc753f16d3 (diff) |
Update to get the latest bug fix in ODL plugin
https://review.openstack.org/#/q/32b7edbde866b6a4c1c61e674ddf01a93dd010a2
Change-Id: I9b943bd1fd47f98d9bab9eef23faf6f01650f929
Signed-off-by: “Manuel Buil” <mbuil@suse.com>
-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 82cd82b88..6d176fb75 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 ?= d1aa0aa604748f8c1a87df69c6fd27ec087de294 +FUEL_PLUGIN_ODL_CHANGE ?= 32b7edbde866b6a4c1c61e674ddf01a93dd010a2 FUEL_PLUGIN_ODL_REPO ?= https://github.com/openstack/fuel-plugin-opendaylight.git export OPNFV_BUILD?=true |