From: Michal Skalski Date: Tue, 23 Aug 2016 13:28:33 +0000 (+0200) Subject: Fix ovs scenario configuration X-Git-Tag: colorado.1.rc1~19 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F73%2F19373%2F1;p=fuel.git Fix ovs scenario configuration Due the incorrect indentation install_dpdk option was not set to true. JIRA: OVSNFV-37 Change-Id: Ida3b0d1e72ce8322905ff399af89b43cac878299 Signed-off-by: Michal Skalski (cherry picked from commit ae8196be2c5863a5ca837828eead7188d608023d) --- diff --git a/deploy/scenario/ha_nfv-ovs_heat_ceilometer_scenario.yaml b/deploy/scenario/ha_nfv-ovs_heat_ceilometer_scenario.yaml index 91eb7b342..6ececba6c 100644 --- a/deploy/scenario/ha_nfv-ovs_heat_ceilometer_scenario.yaml +++ b/deploy/scenario/ha_nfv-ovs_heat_ceilometer_scenario.yaml @@ -38,8 +38,8 @@ stack-extensions: module-config-override: metadata: versions: - - install_dpdk: - value: true + - install_dpdk: + value: true metadata: plugin_version: 0.9.0 diff --git a/deploy/scenario/no-ha_nfv-ovs_heat_ceilometer_scenario.yaml b/deploy/scenario/no-ha_nfv-ovs_heat_ceilometer_scenario.yaml index e3c07db35..f7b69a50f 100644 --- a/deploy/scenario/no-ha_nfv-ovs_heat_ceilometer_scenario.yaml +++ b/deploy/scenario/no-ha_nfv-ovs_heat_ceilometer_scenario.yaml @@ -38,8 +38,8 @@ stack-extensions: module-config-override: metadata: versions: - - install_dpdk: - value: true + - install_dpdk: + value: true metadata: plugin_version: 0.9.0