Merge "Enable ovsdpdk w/ ODL Neutron_Plugin_Agent"

This commit is contained in:
Jenkins 2017-08-16 19:27:07 +00:00 committed by Gerrit Code Review
commit 5b7f57918d

@ -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: >-
{{