diff --git a/lib/objects.py b/lib/objects.py index aebe95960a8a2f12ec40d1cedad301b7b60e544d..8106287e856921b3f4853705cb99e5b1508bef3e 100644 --- a/lib/objects.py +++ b/lib/objects.py @@ -764,7 +764,7 @@ class Cluster(TaggableObject): def FillHV(self, instance): """Fill an instance's hvparams dict. - @type instance: object + @type instance: L{objects.Instance} @param instance: the instance parameter to fill @rtype: dict @return: a copy of the instance's hvparams with missing keys filled from @@ -777,7 +777,7 @@ class Cluster(TaggableObject): def FillBE(self, instance): """Fill an instance's beparams dict. - @type instance: object + @type instance: L{objects.Instance} @param instance: the instance parameter to fill @rtype: dict @return: a copy of the instance's beparams with missing keys filled from