summaryrefslogtreecommitdiffstats
path: root/nova/flags.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/flags.py')
-rw-r--r--nova/flags.py9
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'),