blob: ca0b70c76ca957afa47afa579fca34591564af43 [file] [log] [blame]
#!/bin/bash
# REVISIT(devvesa): This file is needed so Q_PLUGIN=midonet will work.
# FIXME(yamamoto): 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
}