Sadly this is needed. We should refactor this out from all of the
plugins so we don't need to have all of these files. Adding this one
for now though.
Change-Id: Id382443fa7bef6b45237688c7e88d9e9a80a6ba1
| 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 |
+} |