blob: b6c1c9c13f163aca83d0f0e044fee55613e81714 [file] [log] [blame]
#!/bin/bash
# This file is needed so Q_PLUGIN=vmware_nsx 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
}