diff options
| author | Thierry Carrez <thierry@openstack.org> | 2012-02-07 16:37:34 +0100 |
|---|---|---|
| committer | Thierry Carrez <thierry@openstack.org> | 2012-02-07 21:14:31 +0100 |
| commit | 71410724cd1516608ee58c37077bf9080da38de2 (patch) | |
| tree | 89d1b1c2930cef01565da8e5436ad8c2edb8a1bf /nova/flags.py | |
| parent | ae377f42e95b18438f4855c13230e077a870c64b (diff) | |
| download | nova-71410724cd1516608ee58c37077bf9080da38de2.tar.gz nova-71410724cd1516608ee58c37077bf9080da38de2.tar.xz nova-71410724cd1516608ee58c37077bf9080da38de2.zip | |
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
Diffstat (limited to 'nova/flags.py')
| -rw-r--r-- | nova/flags.py | 9 |
1 files changed, 0 insertions, 9 deletions
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'), |
