From 239f5c8551830742a02d15aaf366993013971d55 Mon Sep 17 00:00:00 2001 From: Salvatore Date: Wed, 17 Dec 2014 23:09:24 +0100 Subject: [PATCH] Remove NSX 'service' plugin Following the spin-off for Neutron advanced services, this plugin has become non-functional. This patch removes the plugin, the service drivers, the database models which kept tracking of resource associations, exceptions, and obviously unit tests. As there were some extensions which were leveraged only by this plugin, they are being removed as well. In particular, one of these extensions, 'routed-service-insertion' was in the neutron.extensions package rather than neutron.plugins.vmware package. This was for historical reasons. As no other plugin is using this extension, it is being removed as well with this patch. By removing this plugin vmware the temporary skips applied to neutron unit tests can be lifted. This patch does this. Closes-Bug: #1403585 Change-Id: I0717f955b0f787c2951cb9db44ea5decc5d3dff0 --- neutron/db/migration/models/head.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/neutron/db/migration/models/head.py b/neutron/db/migration/models/head.py index 98c26dc1..43222e47 100644 --- a/neutron/db/migration/models/head.py +++ b/neutron/db/migration/models/head.py @@ -40,8 +40,6 @@ from neutron.db import models_v2 # noqa from neutron.db import portbindings_db # noqa from neutron.db import portsecurity_db # noqa from neutron.db import quota_db # noqa -from neutron.db import routedserviceinsertion_db # noqa -from neutron.db import routerservicetype_db # noqa from neutron.db import securitygroups_db # noqa from neutron.db import servicetype_db # noqa from neutron.plugins.bigswitch.db import consistency_db # noqa