Skip to content

Commit

Permalink
Merge "Fixes Opt type of "topologyname""
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Jul 23, 2013
2 parents 1a0be97 + 95a63d1 commit 7eec32b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
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")), ]


Expand Down

0 comments on commit 7eec32b

Please sign in to comment.