Merge "Add vmware_nsx_v3 support"
This commit is contained in:
commit
0a2b95c4a0
10
lib/neutron_plugins/vmware_nsx_v3
Normal file
10
lib/neutron_plugins/vmware_nsx_v3
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This file is needed so Q_PLUGIN=vmware_nsx_v3 will work.
|
||||
|
||||
# FIXME(salv-orlando): This function should not be here, but unfortunately
|
||||
# devstack calls it before the external plugins are fetched
|
||||
function has_neutron_plugin_security_group {
|
||||
# 0 means True here
|
||||
return 0
|
||||
}
|
Loading…
Reference in New Issue
Block a user