Remove Neutron Midonet plugin file completely

override-defaults mechanism allows us to define
s_neutron_plugin_security_group before loading lib/neutron,
and we no longer need to have a plugin-specific file in
the master DevStack repository.

Change-Id: I37d5012e89cb3650e4f325b6d77d70f28f87d3e7
Depends-On: I5e02acd288e53dd06a369d348ec77ead57d476fd
This commit is contained in:
Akihiro Motoki 2016-01-13 23:11:09 +09:00
parent 4a974e61c8
commit 7e843edca7

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
}