Bug 884527: ajax_console_proxy_port needs to be an integer

Fix declaration of ajax_console_proxy_port flag.

Change-Id: If949878a81339def2be5dba67ad1415180db4715
This commit is contained in:
Ewan Mellor 2011-10-31 17:21:54 -07:00
parent 844d37c8cc
commit ddf5c8fe6a
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ DEFINE_string('ajax_console_proxy_url',
'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')