Merge "Enable port_security by default"

This commit is contained in:
Jenkins 2017-06-30 09:40:36 +00:00 committed by Gerrit Code Review
commit 99075dab64
2 changed files with 5 additions and 1 deletions

View File

@ -254,7 +254,7 @@ extension_drivers:
- name: "qos" - name: "qos"
enabled: "{{ enable_neutron_qos | bool }}" enabled: "{{ enable_neutron_qos | bool }}"
- name: "port_security" - name: "port_security"
enabled: "{{ enable_tacker | bool or enable_designate | bool }}" enabled: true
- name: "dns" - name: "dns"
enabled: "{{ enable_designate | bool }}" enabled: "{{ enable_designate | bool }}"

View File

@ -0,0 +1,4 @@
---
features:
- |
Neutron port_security extension driver is enabled by default.