diff options
-rw-r--r-- | build/f_isoroot/f_odlpluginbuild/config.mk | 2 | ||||
-rw-r--r-- | deploy/scenario/ha_odl-l2_sfc_heat_ceilometer_scenario.yaml | 2 | ||||
-rw-r--r-- | deploy/scenario/no-ha_odl-l2_sfc_heat_ceilometer_scenario.yaml | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/build/f_isoroot/f_odlpluginbuild/config.mk b/build/f_isoroot/f_odlpluginbuild/config.mk index 37db592c8..82cd82b88 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 ?= 6aa47a6ad6f45175ce9f645d1ac171e0129507b2 +FUEL_PLUGIN_ODL_CHANGE ?= d1aa0aa604748f8c1a87df69c6fd27ec087de294 FUEL_PLUGIN_ODL_REPO ?= https://github.com/openstack/fuel-plugin-opendaylight.git export OPNFV_BUILD?=true diff --git a/deploy/scenario/ha_odl-l2_sfc_heat_ceilometer_scenario.yaml b/deploy/scenario/ha_odl-l2_sfc_heat_ceilometer_scenario.yaml index f02949f94..e675f2df2 100644 --- a/deploy/scenario/ha_odl-l2_sfc_heat_ceilometer_scenario.yaml +++ b/deploy/scenario/ha_odl-l2_sfc_heat_ceilometer_scenario.yaml @@ -50,6 +50,8 @@ stack-extensions: versions: - enable_sfc: value: true + deb_version: + value: '5.2.0-1' metadata: plugin_version: 1.0.0 - module: tacker diff --git a/deploy/scenario/no-ha_odl-l2_sfc_heat_ceilometer_scenario.yaml b/deploy/scenario/no-ha_odl-l2_sfc_heat_ceilometer_scenario.yaml index 6abea7b77..29d9383e5 100644 --- a/deploy/scenario/no-ha_odl-l2_sfc_heat_ceilometer_scenario.yaml +++ b/deploy/scenario/no-ha_odl-l2_sfc_heat_ceilometer_scenario.yaml @@ -50,6 +50,8 @@ stack-extensions: versions: - enable_sfc: value: true + deb_version: + value: '5.2.0-1' metadata: plugin_version: 1.0.0 - module: tacker |