Browse code

Merge "Remove Neutron Midonet plugin file completely"

Jenkins authored on 2016/02/14 23:42:28
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,10 +0,0 @@
1
-#!/bin/bash
2
-
3
-# REVISIT(devvesa): This file is needed so Q_PLUGIN=midonet will work.
4
-
5
-# FIXME(yamamoto): 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
-}