From 1075c34e4badf9031698f2ad98c6bb0e33462787 Mon Sep 17 00:00:00 2001
From: Marcus G K Williams <marcus.williams@intel.com>
Date: Tue, 15 Aug 2017 13:13:12 -0700
Subject: [PATCH] Enable ovsdpdk w/ ODL Neutron_Plugin_Agent

Change-Id: I1ab0aae7d095d1d40406be65b2606709fac3bea7
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
---
 ansible/roles/ovs-dpdk/defaults/main.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ansible/roles/ovs-dpdk/defaults/main.yml b/ansible/roles/ovs-dpdk/defaults/main.yml
index 4447522ef7..2244eef3c7 100644
--- a/ansible/roles/ovs-dpdk/defaults/main.yml
+++ b/ansible/roles/ovs-dpdk/defaults/main.yml
@@ -7,7 +7,7 @@ ovsdpdk_services:
   ovsdpdk-db:
     container_name: "ovsdpdk_db"
     image: "{{ ovsdpdk_db_image_full }}"
-    enabled: "{{ neutron_plugin_agent == 'openvswitch' }}"
+    enabled: "{{ neutron_plugin_agent in ['openvswitch', 'opendaylight'] }}"
     host_in_groups: >-
       {{
       inventory_hostname in groups['compute']
@@ -26,7 +26,7 @@ ovsdpdk_services:
   ovsdpdk-vswitchd:
     container_name: "ovsdpdk_vswitchd"
     image: "{{ ovsdpdk_vswitchd_image_full }}"
-    enabled: "{{ neutron_plugin_agent == 'openvswitch' }}"
+    enabled: "{{ neutron_plugin_agent in ['openvswitch', 'opendaylight'] }}"
     privileged: True
     host_in_groups: >-
       {{