Fixes Opt type of "topologyname"
Changed topologyname from IntOpt to StrOpt Fixes bug #1202538 Change-Id: I8cabf1868d5eac04dd31271932d5c4fadae78935
This commit is contained in:
parent
3471fbcf45
commit
770a553d89
@ -46,7 +46,7 @@ nos_server_opts = [
|
||||
help=_("PLUMgrid NOS admin password")),
|
||||
cfg.IntOpt('servertimeout', default=5,
|
||||
help=_("PLUMgrid NOS server timeout")),
|
||||
cfg.IntOpt('topologyname', default='t1',
|
||||
cfg.StrOpt('topologyname', default='t1',
|
||||
help=_("PLUMgrid NOS topology name")), ]
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user