diff options
| author | Anthony Young <sleepsonthefloor@gmail.com> | 2011-03-29 13:32:03 -0700 |
|---|---|---|
| committer | Anthony Young <sleepsonthefloor@gmail.com> | 2011-03-29 13:32:03 -0700 |
| commit | dbef49203985b4eea82912d010df7204ec68586c (patch) | |
| tree | 01a576f04c10b31c260d57876d993eb48ab9f465 /nova/flags.py | |
| parent | 3e9b5977137c430d218ec8c00e286b691ea8367d (diff) | |
| download | nova-dbef49203985b4eea82912d010df7204ec68586c.tar.gz nova-dbef49203985b4eea82912d010df7204ec68586c.tar.xz nova-dbef49203985b4eea82912d010df7204ec68586c.zip | |
fix flag names
Diffstat (limited to 'nova/flags.py')
| -rw-r--r-- | nova/flags.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nova/flags.py b/nova/flags.py index b5c0cd380..b0c116f6b 100644 --- a/nova/flags.py +++ b/nova/flags.py @@ -281,13 +281,13 @@ 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', 'vncproxy', +DEFINE_string('vncproxy_topic', 'vncproxy', 'the topic vnc proxy nodes listen on') -DEFINE_string('vnc_console_proxy_url', +DEFINE_string('vncproxy_url', 'http://127.0.0.1:6080', 'location of vnc console proxy, \ in the form "http://127.0.0.1:6080"') -DEFINE_string('vnc_server_host', '0.0.0.0', +DEFINE_string('vncserver_host', '0.0.0.0', 'the host interface on which vnc server should listen') DEFINE_bool('vnc_enabled', True, 'enable vnc related features') |
