Public bug reported:

In \nova\virt\vmwareapi\vmops.py, at the end of method
get_vnc_console(self, instance), a log has been printed. In this log,
the data content of instance.name is assigned to key "UUID", which is
not correct. Since instance name can be same to more than one instances,
we should use instance.uuid.

** Affects: nova
     Importance: Undecided
     Assignee: Zhenyu Zheng (zhengzhenyu)
         Status: New

** Changed in: nova
     Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1456872

Title:
  Instance UUID and Instance name is misused in virt/vmwareapi/vmops.py

Status in OpenStack Compute (Nova):
  New

Bug description:
  In \nova\virt\vmwareapi\vmops.py, at the end of method
  get_vnc_console(self, instance), a log has been printed. In this log,
  the data content of instance.name is assigned to key "UUID", which is
  not correct. Since instance name can be same to more than one
  instances, we should use instance.uuid.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1456872/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to