From 7e843edca791224eea1d53fc963267dded0c220b Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Wed, 13 Jan 2016 23:11:09 +0900 Subject: [PATCH] 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 --- lib/neutron_plugins/midonet | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 lib/neutron_plugins/midonet diff --git a/lib/neutron_plugins/midonet b/lib/neutron_plugins/midonet deleted file mode 100644 index ca0b70c76c..0000000000 --- a/lib/neutron_plugins/midonet +++ /dev/null @@ -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 -}