Browse code

Merge "VMware: add support for simple DVS"

Jenkins authored on 2015/06/17 04:50:06
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_dvs 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
+}