Merge "Fixes Opt type of "topologyname""

This commit is contained in:
Jenkins 2013-07-23 16:15:29 +00:00 committed by Gerrit Code Review
commit 709a509aa0

View File

@ -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")), ]