From 2fdd73816c56b578a65466db4e5a86b9b191e1c1 Mon Sep 17 00:00:00 2001 From: Monsyne Dragon Date: Fri, 6 Jul 2012 18:28:21 +0000 Subject: Refactor instance_usage_audit. Add audit tasklog. The instance usage audit cronjob that generates periodic compute.instance.exists notifications is not particularly scalable. It is run on one server and takes longer as the number of instances grows. This change moves the generation of those events to a periodic task in the compute manager. It also adds an api extension that can be used by administrators to check for errors generating these events. Change-Id: I856d3d0c73c34e570112f1345d306308ef20a9ae --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 0f71ec2e8b..935d36e0d9 100644 --- a/setup.py +++ b/setup.py @@ -86,7 +86,6 @@ setuptools.setup(name='nova', 'bin/nova-console', 'bin/nova-consoleauth', 'bin/nova-dhcpbridge', - 'bin/nova-instance-usage-audit', 'bin/nova-manage', 'bin/nova-network', 'bin/nova-novncproxy', -- cgit v1.2.1