gnt-cluster, pass hvparams directly to dict()
authorGuido Trotter <ultrotter@google.com>
Wed, 11 Feb 2009 10:20:13 +0000 (10:20 +0000)
committerGuido Trotter <ultrotter@google.com>
Wed, 11 Feb 2009 10:20:13 +0000 (10:20 +0000)
commitf8e7ddca9de5f8eda5fcdb390e3b574fe48b034e
tree3d741231e9163adeb0ca64d8558c1b13069a6cf8
parentf2ffd244aed2749f719b2c1811dd715be9ae6a26
gnt-cluster, pass hvparams directly to dict()

If hvparams is not set it will be [], so dict() will transform it to an
empty dict, which is safe in all cases.

Reviewed-by: iustinp
scripts/gnt-cluster