Merge "Enable port_security by default"
This commit is contained in:
commit
99075dab64
@ -254,7 +254,7 @@ extension_drivers:
|
||||
- name: "qos"
|
||||
enabled: "{{ enable_neutron_qos | bool }}"
|
||||
- name: "port_security"
|
||||
enabled: "{{ enable_tacker | bool or enable_designate | bool }}"
|
||||
enabled: true
|
||||
- name: "dns"
|
||||
enabled: "{{ enable_designate | bool }}"
|
||||
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Neutron port_security extension driver is enabled by default.
|
Loading…
Reference in New Issue
Block a user