[Yahoo-eng-team] [Bug 1639091] [NEW] Progress_watermark needed to be reset when next iterator start

2016-11-03 Thread linbing
and progress_time may never be reset, it's will cause progress_timeout, however, it's not progress_timeout. ** Affects: nova Importance: Undecided Assignee: linbing (hawkerous) Status: In Progress ** Changed in: nova Assignee: (unassigned) => linbing (hawkerous) **

[Yahoo-eng-team] [Bug 1525797] [NEW] vmwareapi get clusters error

2015-12-13 Thread linbing
ect is not iterable. so,you must judge all_clusters is not None type, then do the code : for cluster in all_clusters, otherwise return {} ** Affects: nova Importance: Undecided Assignee: linbing (hawkerous) Status: Fix Released ** Changed in: nova Assignee: (unassigned)

[Yahoo-eng-team] [Bug 1525797] Re: vmwareapi get clusters error

2015-12-13 Thread linbing
In nova/nova/virt/vmwareapi/vm_util.py, function get_cluster_ref_by_name def get_cluster_ref_by_name(session, cluster_name): """Get reference to the vCenter cluster with the specified name.""" all_clusters = get_all_cluster_mors(session) if not all_clusters: return {} for c

[Yahoo-eng-team] [Bug 1525913] [NEW] vmwareapi get vcenter cluster

2015-12-14 Thread linbing
Affects: nova Importance: Undecided Assignee: linbing (hawkerous) Status: New ** Changed in: nova Assignee: (unassigned) => linbing (hawkerous) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Comp

[Yahoo-eng-team] [Bug 1528114] [NEW] vmware start instance from snapshot error

2015-12-20 Thread linbing
Public bug reported: 1. I take a snapshot from vmware instance, then the snapshot image(which is link_clone of snapshot) will be saved in glance server. 2. Start from this snapshot image from glance server. then got the following error 2015-12-15 01:32:05.255 25992 DEBUG oslo_vmware.api [-] Inv

[Yahoo-eng-team] [Bug 1612466] [NEW] aggregate object file does not define LOG error in Liberty

2016-08-11 Thread linbing
ve error and throw exception, bug in this module does not defined LOG, so it will report Unexpected API Error. ** Affects: nova Importance: Undecided Assignee: linbing (hawkerous) Status: Confirmed ** Changed in: nova Assignee: (unassigned) => linbing (hawkerous) ** Changed i

[Yahoo-eng-team] [Bug 1625487] [NEW] live_migration progress watermarker need to reset

2016-09-20 Thread linbing
and progress_time may never be reset, it's will cause progress_timeout, however, it's not progress_timeout. ** Affects: nova Importance: Undecided Assignee: linbing (hawkerous) Status: In Progress ** Changed in: nova Assignee: (unassigned) => linbing (hawkerous) **

[Yahoo-eng-team] [Bug 1597160] [NEW] linuxbridget agent-id is not linuxbridge agent uuid

2016-06-28 Thread linbing
Public bug reported: i found that linuxbridget call rpc to api server,call method is 'get_devices_details_list' and pass a param agent_id to rpc server. and i also found that param agent_id does not used in api server, it is just user to debug output message, so i think agent_id is just to used fo