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 --- nova/flags.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'nova/flags.py') diff --git a/nova/flags.py b/nova/flags.py index 3f3560057..a76a2328c 100644 --- a/nova/flags.py +++ b/nova/flags.py @@ -250,15 +250,6 @@ global_opts = [ cfg.StrOpt('network_topic', default='network', help='the topic network nodes listen on'), - cfg.StrOpt('ajax_console_proxy_topic', - default='ajax_proxy', - help='the topic ajax proxy nodes listen on'), - cfg.StrOpt('ajax_console_proxy_url', - default='http://127.0.0.1:8000', - help='URL of ajax console proxy, in the form http://host:port'), - cfg.IntOpt('ajax_console_proxy_port', - default=8000, - help='port that ajax_console_proxy binds'), cfg.StrOpt('vsa_topic', default='vsa', help='the topic that nova-vsa service listens on'), -- cgit