From 71410724cd1516608ee58c37077bf9080da38de2 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Tue, 7 Feb 2012 16:37:34 +0100 Subject: Remove ajaxterm from Nova Removes copy of ajaxterm code, nova-ajax-console-proxy, and support for get_ajax_console from Nova proper. Implements blueprint remove-ajaxterm Fixes bug 917963 Change-Id: I2c0ff427c53c0f63a18b10475d6b4cbe9a085d83 --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d98918968..1276e0aee 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,6 @@ setup(name='nova', data_files=find_data_files('share/nova', 'tools'), scripts=['bin/clear_rabbit_queues', 'bin/instance-usage-audit', - 'bin/nova-ajax-console-proxy', 'bin/nova-all', 'bin/nova-api', 'bin/nova-api-ec2', -- cgit