fix a typo in the help message of quantum_controller_addr

Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
YAMAMOTO Takashi 2013-02-12 17:21:00 +09:00 committed by FUJITA Tomonori
parent 9ba977fa41
commit f2144087cf

View File

@ -41,6 +41,6 @@ CONF.register_cli_opts([
help='auth strategy for connecting to quantum in admin'
'context'),
cfg.StrOpt('quantum_controller_addr', default=None,
help='openflow mehod:address:port to set controller of'
help='openflow method:address:port to set controller of'
'ovs bridge')
])