LGTM Thanks,
Guido On Wed, Apr 3, 2013 at 11:09 AM, Michele Tartara <[email protected]> wrote: > Signed-off-by: Michele Tartara <[email protected]> > --- > lib/objects.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/objects.py b/lib/objects.py > index d8dbca0..6af0bda 100644 > --- a/lib/objects.py > +++ b/lib/objects.py > @@ -1651,7 +1651,7 @@ class Cluster(TaggableObject): > wrongkeys = frozenset(self.ipolicy.keys()) - constants.IPOLICY_ALL_KEYS > if wrongkeys: > # These keys would be silently removed by FillIPolicy() > - msg = ("Cluster instance policy contains spourious keys: %s" % > + msg = ("Cluster instance policy contains spurious keys: %s" % > utils.CommaJoin(wrongkeys)) > raise errors.ConfigurationError(msg) > self.ipolicy = FillIPolicy(constants.IPOLICY_DEFAULTS, self.ipolicy) > -- > 1.8.1.3 > -- Guido Trotter Ganeti engineering Google Germany
