Browse code

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

Akihiro Motoki authored on 2016/01/13 22:54:37
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,10 +0,0 @@
1
-#!/bin/bash
2
-
3
-# This file is needed so Q_PLUGIN=nec will work.
4
-
5
-# FIXME(amotoki): This function should not be here, but unfortunately
6
-# devstack calls it before the external plugins are fetched
7
-function has_neutron_plugin_security_group {
8
-    # 0 means True here
9
-    return 0
10
-}