Merge "Fixes missing boolean for Neutron FWaaS"
This commit is contained in:
commit
dffbfd6c6d
@ -358,7 +358,7 @@ neutron_rolling_upgrade_services: ["neutron", "neutron-fwaas", "neutron-vpnaas"]
|
||||
####################
|
||||
service_plugins:
|
||||
- name: "firewall_v2"
|
||||
enabled: "{{ enable_neutron_fwaas }}"
|
||||
enabled: "{{ enable_neutron_fwaas | bool }}"
|
||||
- name: "flow_classifier"
|
||||
enabled: "{{ enable_neutron_sfc | bool }}"
|
||||
- name: "metering"
|
||||
|
Loading…
x
Reference in New Issue
Block a user