Enable ovsdpdk w/ ODL Neutron_Plugin_Agent
Change-Id: I1ab0aae7d095d1d40406be65b2606709fac3bea7 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
This commit is contained in:
parent
3393054f9b
commit
1075c34e4b
@ -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: >-
|
||||
{{
|
||||
|
Loading…
Reference in New Issue
Block a user