From 5aa2014e67f329f1751052643161b2e0e98ef621 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Wed, 13 Jan 2016 22:54:37 +0900 Subject: [PATCH] Remove Neutron NEC plugin 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: I78a4e05fa72b1dd545b8d9e97a8fd8fdbf23739c Depends-On: Id6765245459c1aff3aab27dbc60d320ce2951b38 --- lib/neutron_plugins/nec | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 lib/neutron_plugins/nec diff --git a/lib/neutron_plugins/nec b/lib/neutron_plugins/nec deleted file mode 100644 index 9ea7338696..0000000000 --- a/lib/neutron_plugins/nec +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -# This file is needed so Q_PLUGIN=nec will work. - -# FIXME(amotoki): 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 -}