diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-02-08 11:26:36 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-02-08 11:26:59 +0400 |
commit | e2378211a09397ab35e7c18d53d407360eaf470b (patch) | |
tree | 8887723bb152ac54d90d5d528a81300ff893ead1 /build | |
parent | 5d5dee90abf5d3d3f5e92f38bba4d6ff0765b3dd (diff) |
[odl] Mend standalone mode condition
Change-Id: If51ee19a0cd0cb0a83dcf40fda46d0aaa817408e
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
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 0732343b8..37db592c8 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 ?= 001dc03a0691bb3c94570d447584eea7e12264dc +FUEL_PLUGIN_ODL_CHANGE ?= 6aa47a6ad6f45175ce9f645d1ac171e0129507b2 FUEL_PLUGIN_ODL_REPO ?= https://github.com/openstack/fuel-plugin-opendaylight.git export OPNFV_BUILD?=true |