From 6192d48956803419f1e77e05fbd3cc31ba888f12 Mon Sep 17 00:00:00 2001 From: Michal Skalski Date: Tue, 23 Aug 2016 15:28:33 +0200 Subject: 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) --- deploy/scenario/ha_nfv-ovs_heat_ceilometer_scenario.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deploy/scenario/ha_nfv-ovs_heat_ceilometer_scenario.yaml') 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 -- cgit 1.2.3-korg