Use instance.all_nodes instead of hand-building it
authorIustin Pop <iustin@google.com>
Mon, 19 Jan 2009 14:33:13 +0000 (14:33 +0000)
committerIustin Pop <iustin@google.com>
Mon, 19 Jan 2009 14:33:13 +0000 (14:33 +0000)
commit6b12959c903240425485a91cdabf17247405be7c
treed30f70d20348eb22641ace67bc34ae78a8a62ffc
parent99c7b2a15f0dbce160134c13d1a3c97a8f1042a8
Use instance.all_nodes instead of hand-building it

This patch replaces a few obvious uses of [instance.primary_node] +
list(instance.secondary_nodes) (or similar usage) with the new
instance.all_nodes.

Reviewed-by: ultrotter
lib/cmdlib.py