Skip to content

Commit

Permalink
Bug 884527: ajax_console_proxy_port needs to be an integer
Browse files Browse the repository at this point in the history
Fix declaration of ajax_console_proxy_port flag.

(cherry picked from commit 44d9647)

Change-Id: If949878a81339def2be5dba67ad1415180db4715
  • Loading branch information
Ewan Mellor authored and markmc committed Nov 16, 2011
1 parent fb898d6 commit 6b5a941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nova/flags.py
Expand Up @@ -290,7 +290,7 @@ def _get_my_ip():
'http://127.0.0.1:8000',
'location of ajax console proxy, \
in the form "http://127.0.0.1:8000"')
DEFINE_string('ajax_console_proxy_port',
DEFINE_integer('ajax_console_proxy_port',
8000, 'port that ajax_console_proxy binds')
DEFINE_string('vsa_topic', 'vsa', 'the topic that nova-vsa service listens on')
DEFINE_bool('verbose', False, 'show debug output')
Expand Down

0 comments on commit 6b5a941

Please sign in to comment.