From 2688eedc51fc7b4ef0a5332c1aafce8a557928da Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Wed, 13 Jan 2016 23:01:39 +0900 Subject: [PATCH] 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 --- lib/neutron_plugins/vmware_dvs | 10 ---------- lib/neutron_plugins/vmware_nsx | 10 ---------- lib/neutron_plugins/vmware_nsx_v | 10 ---------- lib/neutron_plugins/vmware_nsx_v3 | 10 ---------- 4 files changed, 40 deletions(-) delete mode 100644 lib/neutron_plugins/vmware_dvs delete mode 100644 lib/neutron_plugins/vmware_nsx delete mode 100644 lib/neutron_plugins/vmware_nsx_v delete mode 100644 lib/neutron_plugins/vmware_nsx_v3 diff --git a/lib/neutron_plugins/vmware_dvs b/lib/neutron_plugins/vmware_dvs deleted file mode 100644 index 587d5a6b11..0000000000 --- a/lib/neutron_plugins/vmware_dvs +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -# This file is needed so Q_PLUGIN=vmware_dvs will work. - -# FIXME(salv-orlando): 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 -} diff --git a/lib/neutron_plugins/vmware_nsx b/lib/neutron_plugins/vmware_nsx deleted file mode 100644 index b6c1c9c13f..0000000000 --- a/lib/neutron_plugins/vmware_nsx +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -# This file is needed so Q_PLUGIN=vmware_nsx will work. - -# FIXME(salv-orlando): 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 -} diff --git a/lib/neutron_plugins/vmware_nsx_v b/lib/neutron_plugins/vmware_nsx_v deleted file mode 100644 index 3d33c652d1..0000000000 --- a/lib/neutron_plugins/vmware_nsx_v +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -# -# This file is needed so Q_PLUGIN=vmware_nsx_v will work. - -# FIXME(salv-orlando): 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 -} diff --git a/lib/neutron_plugins/vmware_nsx_v3 b/lib/neutron_plugins/vmware_nsx_v3 deleted file mode 100644 index 6d8a6e6b70..0000000000 --- a/lib/neutron_plugins/vmware_nsx_v3 +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -# This file is needed so Q_PLUGIN=vmware_nsx_v3 will work. - -# FIXME(salv-orlando): 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 -}