diff --git a/ansible/roles/neutron/defaults/main.yml b/ansible/roles/neutron/defaults/main.yml index 8060a141e9..9a6a93fc77 100644 --- a/ansible/roles/neutron/defaults/main.yml +++ b/ansible/roles/neutron/defaults/main.yml @@ -90,7 +90,7 @@ neutron_services: host_in_groups: >- {{ True if orchestration_engine == 'KUBERNETES' else - ( inventory_hostname in groups['compute'] or + ( inventory_hostname in groups['compute'] or (enable_manila | bool and inventory_hostname in groups['manila-share']) or inventory_hostname in groups['neutron-dhcp-agent'] or inventory_hostname in groups['neutron-l3-agent']