Merge "Fix typo in neutron's default/main.yml file"
This commit is contained in:
commit
a703348e8f
@ -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']
|
||||||
|
Loading…
Reference in New Issue
Block a user