From 94a882babe7210cdec0029f4796f2e1b83df116b Mon Sep 17 00:00:00 2001
From: Jeffrey Zhang <zhang.lei.fly@gmail.com>
Date: Sun, 4 Jun 2017 09:01:49 +0800
Subject: [PATCH] Enable port_security in gate to fix the neutron broken

Revert this when neutron bug[0] is fixed.

[0] https://bugs.launchpad.net/neutron/+bug/1694420

Change-Id: Id9f84608826351b9675cd6a6f2a183e91ce33bf6
Partial-Bug: #1694420
---
 tools/deploy_aio.sh | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/tools/deploy_aio.sh b/tools/deploy_aio.sh
index 60d3d9891..9448e12ee 100755
--- a/tools/deploy_aio.sh
+++ b/tools/deploy_aio.sh
@@ -92,6 +92,16 @@ 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 }}"
 EOF
 
     mkdir /etc/kolla/config/nova
-- 
GitLab