Change in vdsm[master]: qos: fix invalid dictionary iteration

2016-07-09 Thread automation
gerrit-hooks has posted comments on this change. Change subject: qos: fix invalid dictionary iteration .. Patch Set 2: * Update tracker: IGNORE, no Bug-Url found * Set MODIFIED::IGNORE, no Bug-Url found. -- To view, visit htt

Change in vdsm[master]: qos: fix invalid dictionary iteration

2016-07-09 Thread danken
Dan Kenigsberg has posted comments on this change. Change subject: qos: fix invalid dictionary iteration .. Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.ovirt.org/60333 To unsubscribe, visit https://gerrit.ovirt

Change in vdsm[master]: qos: fix invalid dictionary iteration

2016-07-09 Thread danken
Dan Kenigsberg has submitted this change and it was merged. Change subject: qos: fix invalid dictionary iteration .. qos: fix invalid dictionary iteration `for x, y in dictionary` is not valid dictionary iteration. This bug was

Change in vdsm[master]: qos: fix invalid dictionary iteration

2016-07-07 Thread phoracek
Petr Horáček has posted comments on this change. Change subject: qos: fix invalid dictionary iteration .. Patch Set 1: Verified+1 Fails on master with 'too many values to unpack', it is OK with this patch: NETSETUP = { 'ca

Change in vdsm[master]: qos: fix invalid dictionary iteration

2016-07-07 Thread automation
gerrit-hooks has posted comments on this change. Change subject: qos: fix invalid dictionary iteration .. Patch Set 1: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matches

Change in vdsm[master]: qos: fix invalid dictionary iteration

2016-07-07 Thread phoracek
Petr Horáček has uploaded a new change for review. Change subject: qos: fix invalid dictionary iteration .. qos: fix invalid dictionary iteration `for x, y in dictionary` is not valid dictionary iteration. This bug was here for