Browse code

VMware: add support for simple DVS

Add the file vmware_dvs that will enable the external CI to be
run.

The patch in the VMware repo for the DVS support is:
https://review.openstack.org/#/c/177597/

Change-Id: I6dee978fd2be3818c5ce57b1dcb2917234ab61e2

Gary Kotton authored on 2015/04/27 00:50:49
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
+}