Browse code

Merge "Add vmware_nsx_v3 support"

Jenkins authored on 2015/06/17 01:58:16
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,10 @@
0
+#!/bin/bash
1
+
2
+# This file is needed so Q_PLUGIN=vmware_nsx_v3 will work.
3
+
4
+# FIXME(salv-orlando): This function should not be here, but unfortunately
5
+# devstack calls it before the external plugins are fetched
6
+function has_neutron_plugin_security_group {
7
+    # 0 means True here
8
+    return 0
9
+}