Merge "fuel plugin: Pick updated pcre packages." into stable/brahmaputra
authorBilly O'Mahony <billy.o.mahony@intel.com>
Mon, 11 Apr 2016 16:19:18 +0000 (16:19 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Mon, 11 Apr 2016 16:19:18 +0000 (16:19 +0000)
fuel-plugin-ovsnfv/deployment_scripts/puppet/modules/ovsdpdk/manifests/postinstall_ovs_dpdk.pp

index 315a3c1..95b4272 100755 (executable)
@@ -149,7 +149,7 @@ CoreFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFil
 
   # common part
   exec {'adapt_ml2_conf_mechanism_driver':
-    command => "sudo crudini --set ${ml2_conf} ml2 mechanism_drivers ovsdpdk",
+    command => "sudo crudini --set ${ml2_conf} ml2 mechanism_drivers ovsdpdk,openvswitch",
     path    => ['/usr/bin','/bin'],
     user    => root,
     onlyif  => "test -f ${ml2_conf}",