Merge "Fix typo in neutron's default/main.yml file"

This commit is contained in:
Jenkins 2017-02-16 08:56:00 +00:00 committed by Gerrit Code Review
commit a703348e8f

View File

@ -90,7 +90,7 @@ neutron_services:
host_in_groups: >- host_in_groups: >-
{{ {{
True if orchestration_engine == 'KUBERNETES' else 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 (enable_manila | bool and inventory_hostname in groups['manila-share'])
or inventory_hostname in groups['neutron-dhcp-agent'] or inventory_hostname in groups['neutron-dhcp-agent']
or inventory_hostname in groups['neutron-l3-agent'] or inventory_hostname in groups['neutron-l3-agent']