Browse code

Remove Neutron VMware NSX plugin files 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: Ib0f6e3d9463357d2dd66a2d61b8c722fa1f0bfba
Depends-On: I8b19b8f1b0694a96132f158146848aee7d14e8ff

Akihiro Motoki authored on 2016/01/13 23:01:39
Showing 4 changed files
1 1
deleted file mode 100644
... ...
@@ -1,10 +0,0 @@
1
-#!/bin/bash
2
-
3
-# This file is needed so Q_PLUGIN=vmware_dvs will work.
4
-
5
-# FIXME(salv-orlando): 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
-}
11 1
deleted file mode 100644
... ...
@@ -1,10 +0,0 @@
1
-#!/bin/bash
2
-
3
-# This file is needed so Q_PLUGIN=vmware_nsx will work.
4
-
5
-# FIXME(salv-orlando): 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
-}
11 1
deleted file mode 100644
... ...
@@ -1,10 +0,0 @@
1
-#!/bin/bash
2
-#
3
-# This file is needed so Q_PLUGIN=vmware_nsx_v will work.
4
-
5
-# FIXME(salv-orlando): 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
-}
11 1
deleted file mode 100644
... ...
@@ -1,10 +0,0 @@
1
-#!/bin/bash
2
-
3
-# This file is needed so Q_PLUGIN=vmware_nsx_v3 will work.
4
-
5
-# FIXME(salv-orlando): 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
-}