Merge "Enable ovsdpdk w/ ODL Neutron_Plugin_Agent"
This commit is contained in:
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: >-
|
||||
{{
|
||||
|
Loading…
x
Reference in New Issue
Block a user