From 872b0d33c9bcb17abf7faee51d4b499fe7b46309 Mon Sep 17 00:00:00 2001 From: tengqm Date: Mon, 13 Apr 2015 03:06:08 -0400 Subject: [PATCH] Update setup.cfg to reflect new reality Several changes in code base failed to reflect in setup.cfg. This patch fixes some of the broken cases. Change-Id: I5bddc8fedc794a07f53839a978a5096930505021 --- setup.cfg | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/setup.cfg b/setup.cfg index 06d2169b8..5e55b3b67 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,6 @@ classifier = Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 - Programming Language :: Python :: 2.6 [files] packages = @@ -29,11 +28,8 @@ scripts = [entry_points] oslo.config.opts = senlin.common.config = senlin.common.config:list_opts - senlin.common.crypt = senlin.common.crypt:list_opts senlin.common.wsgi = senlin.common.wsgi:list_opts - senlin.engine.notification = senlin.engine.notification:list_opts senlin.openstack.common.eventlet_backdoor = senlin.openstack.common.eventlet_backdoor:list_opts - senlin.openstack.common.policy = senlin.openstack.common.policy:list_opts senlin.profiles = os.heat.stack = senlin.profiles.os.heat.stack:StackProfile @@ -49,14 +45,6 @@ senlin.policies = PlacementPolicy = senlin.policies.placement_policy:PlacementPolicy UpdatePolicy = senlin.policies.update_policy:UpdatePolicy -# These are for backwards compat with Icehouse notification_driver configuration values -oslo.messaging.notify.drivers = - senlin.openstack.common.notifier.log_notifier = oslo.messaging.notify._impl_log:LogDriver - senlin.openstack.common.notifier.no_op_notifier = oslo.messaging.notify._impl_noop:NoOpDriver - senlin.openstack.common.notifier.rpc_notifier2 = oslo.messaging.notify._impl_messaging:MessagingV2Driver - senlin.openstack.common.notifier.rpc_notifier = oslo.messaging.notify._impl_messaging:MessagingDriver - senlin.openstack.common.notifier.test_notifier = oslo.messaging.notify._impl_test:TestDriver - [global] setup-hooks = pbr.hooks.setup_hook