summaryrefslogtreecommitdiffstats
path: root/nova/flags.py
diff options
context:
space:
mode:
authorAnthony Young <sleepsonthefloor@gmail.com>2010-12-22 12:36:37 -0800
committerAnthony Young <sleepsonthefloor@gmail.com>2010-12-22 12:36:37 -0800
commit19f389b3dcc89f0115dc6fc1a6ca606338ad866a (patch)
treeea98bffe24f8e2ececcbf8432f51d31c895f05e7 /nova/flags.py
parentf98bb2b2dee4a0ff67a6548646a852686092c53f (diff)
downloadnova-19f389b3dcc89f0115dc6fc1a6ca606338ad866a.tar.gz
nova-19f389b3dcc89f0115dc6fc1a6ca606338ad866a.tar.xz
nova-19f389b3dcc89f0115dc6fc1a6ca606338ad866a.zip
working connection security
Diffstat (limited to 'nova/flags.py')
-rw-r--r--nova/flags.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/nova/flags.py b/nova/flags.py
index 53ae9be4f..c6e56fcc7 100644
--- a/nova/flags.py
+++ b/nova/flags.py
@@ -217,8 +217,11 @@ DEFINE_string('scheduler_topic', 'scheduler',
'the topic scheduler nodes listen on')
DEFINE_string('volume_topic', 'volume', 'the topic volume nodes listen on')
DEFINE_string('network_topic', 'network', 'the topic network nodes listen on')
-DEFINE_string('ajax_proxy_topic', 'ajax_proxy',
+DEFINE_string('ajax_console_proxy_topic', 'ajax_proxy',
'the topic ajax proxy nodes listen on')
+DEFINE_string('ajax_console_proxy_url',
+ 'http://tonbuntu:8000',
+ 'location of ajax console proxy, in the form "http://tonbuntu:8000"')
DEFINE_bool('verbose', False, 'show debug output')
DEFINE_boolean('fake_rabbit', False, 'use a fake rabbit')
DEFINE_bool('fake_network', False,