summaryrefslogtreecommitdiffstats
path: root/nova/flags.py
diff options
context:
space:
mode:
authorAnthony Young <sleepsonthefloor@gmail.com>2010-12-22 23:41:07 -0800
committerAnthony Young <sleepsonthefloor@gmail.com>2010-12-22 23:41:07 -0800
commit4364a6e0570794fca841a7e5ecc8cecebf1bae9b (patch)
tree55246acb07f158837249362416c3f296537a7c35 /nova/flags.py
parent4e9b4c9ce31a7a50d7e38d5e0bd71718d5bb8b95 (diff)
downloadnova-4364a6e0570794fca841a7e5ecc8cecebf1bae9b.tar.gz
nova-4364a6e0570794fca841a7e5ecc8cecebf1bae9b.tar.xz
nova-4364a6e0570794fca841a7e5ecc8cecebf1bae9b.zip
rewrite proxy to not use twisted
Diffstat (limited to 'nova/flags.py')
-rw-r--r--nova/flags.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/nova/flags.py b/nova/flags.py
index c6e56fcc7..c4404a120 100644
--- a/nova/flags.py
+++ b/nova/flags.py
@@ -222,6 +222,9 @@ DEFINE_string('ajax_console_proxy_topic', 'ajax_proxy',
DEFINE_string('ajax_console_proxy_url',
'http://tonbuntu:8000',
'location of ajax console proxy, in the form "http://tonbuntu:8000"')
+DEFINE_string('ajax_console_proxy_port',
+ 8000,
+ 'port that ajax_console_proxy binds')
DEFINE_bool('verbose', False, 'show debug output')
DEFINE_boolean('fake_rabbit', False, 'use a fake rabbit')
DEFINE_bool('fake_network', False,