Merge "Revert "Enable port_security in gate to fix the neutron broken""

This commit is contained in:
Jenkins 2017-06-16 15:18:11 +00:00 committed by Gerrit Code Review
commit 6aa4f96d3e

View File

@ -19,13 +19,3 @@ enable_horizon: "yes"
enable_heat: "no"
openstack_logging_debug: "True"
openstack_service_workers: "1"
# enable port security in gate until this bug is fixed
# https://bugs.launchpad.net/neutron/+bug/1694420
extension_drivers:
- name: "qos"
enabled: "{{ '{{' }} enable_neutron_qos | bool {{ '}}' }}"
- name: "port_security"
enabled: true
- name: "dns"
enabled: "{{ '{{' }} enable_designate | bool {{ '}}' }}"