On 08/16/2012 05:51 AM, Lucas Meneghel Rodrigues wrote:
Signed-off-by: Lucas Meneghel Rodrigues<[email protected]>
---
  client/virt/ovirt.py | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/virt/ovirt.py b/client/virt/ovirt.py
index d75204e..0faad2e 100644
--- a/client/virt/ovirt.py
+++ b/client/virt/ovirt.py
@@ -581,7 +581,7 @@ class ClusterManager(object):
          dc = self.api.datacenters.get(dc_name)
          try:
              logging.info('Creating a cluster %s in datacenter %s'
-                         % (cluster_name, dc_name))
+                         % (self.name, dc_name))
              if self.api.clusters.add(param.Cluster(name=self.name,
                                                     cpu=param.CPU(id=cpu_type),
                                                     data_center=dc,

Oh, a typo, thanks.

_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel

Reply via email to