We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cd5576 + d8ed29d commit 0a2b95cCopy full SHA for 0a2b95c
1 file changed
lib/neutron_plugins/vmware_nsx_v3
@@ -0,0 +1,10 @@
1
+#!/bin/bash
2
+
3
+# This file is needed so Q_PLUGIN=vmware_nsx_v3 will work.
4
5
+# FIXME(salv-orlando): This function should not be here, but unfortunately
6
+# devstack calls it before the external plugins are fetched
7
+function has_neutron_plugin_security_group {
8
+ # 0 means True here
9
+ return 0
10
+}
0 commit comments