Skip to content

Commit d8ed29d

Browse files
committed
Add vmware_nsx_v3 support
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 parent 10e1fd4 commit d8ed29d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

lib/neutron_plugins/vmware_nsx_v3

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)