From 01672d86d512320cae936c8c3f070664aafe8d45 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Wed, 19 Jun 2013 08:50:32 +0100 Subject: Remove the unused plugins framework This framework was merged a year ago and AFAICT hasn't seen use beyond the two initial wikimedia extensions. The framework basically allows a way for a single plugin to register API extensions and notification drivers. Both of these can be done by directly using config opts like osapi_compute_extension and notification_driver so this framework really only helps if we expected to (and wanted to) lots of these plugins in the wild. Change-Id: I09a11f9931ee0436a56e8b0d925683b54f73b104 --- openstack-common.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'openstack-common.conf') diff --git a/openstack-common.conf b/openstack-common.conf index 05fca3167..9edac2d2e 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -24,7 +24,6 @@ module=network_utils module=notifier module=patch_tox_venv module=periodic_task -module=plugin module=policy module=processutils module=redhat-eventlet.patch -- cgit