Merge "Remove Neutron Midonet plugin file completely"

This commit is contained in:
Jenkins 2016-02-14 14:42:28 +00:00 committed by Gerrit Code Review
commit cd23ab9644
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
#!/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
}