Fix error when removing node
authorMichael Hanselmann <hansmi@google.com>
Wed, 23 Nov 2011 07:15:18 +0000 (08:15 +0100)
committerMichael Hanselmann <hansmi@google.com>
Wed, 23 Nov 2011 09:51:19 +0000 (10:51 +0100)
commitd05326fce33c86b62dcd1568be13b5c71ea902b1
tree5a218687393bf7bcf66c0036fb66290f56f4f8e8
parentbdd8c7390b6a3a966aec30dbc5ca970f1c7f4f69
Fix error when removing node

ConfigWriter.GetAllInstancesInfo returns a dictionary, not a list.
Removing a node would fail with “too many values to unpack”.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
lib/cmdlib.py