summaryrefslogtreecommitdiffstats
path: root/nova/flags.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/flags.py')
-rw-r--r--nova/flags.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/nova/flags.py b/nova/flags.py
index 9123e9ac7..904373a0b 100644
--- a/nova/flags.py
+++ b/nova/flags.py
@@ -281,6 +281,16 @@ DEFINE_string('ajax_console_proxy_url',
in the form "http://127.0.0.1:8000"')
DEFINE_string('ajax_console_proxy_port',
8000, 'port that ajax_console_proxy binds')
+DEFINE_string('vnc_console_proxy_topic', 'vnc_proxy',
+ 'the topic vnc proxy nodes listen on')
+DEFINE_string('vnc_console_proxy_url',
+ 'http://127.0.0.1:6080',
+ 'location of vnc console proxy, \
+ in the form "http://127.0.0.1:6080"')
+DEFINE_string('vnc_compute_host_iface', '0.0.0.0',
+ 'the compute host interface on which vnc server should listen')
+DEFINE_bool('vnc_enabled', True,
+ 'enable vnc related features')
DEFINE_bool('verbose', False, 'show debug output')
DEFINE_boolean('fake_rabbit', False, 'use a fake rabbit')
DEFINE_bool('fake_network', False,