Change in ovirt-hosted-engine-setup[master]: cleanup: explicit dict keys conversion to list

Sandro Bonazzola has submitted this change and it was merged. Change subject: cleanup: explicit dict keys conversion to list ...................................................................... cleanup: explicit dict keys conversion to list In Python 3.3 dict keys() method returns a view, not a list. Adding explicit conversion when needed. Change-Id: Ie2cc9921cbaf67f2081039d0c5723bf07b53f87f Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com> --- M src/plugins/ovirt-hosted-engine-setup/vm/configurevm.py M src/plugins/ovirt-hosted-engine-setup/vm/runvm.py 2 files changed, 2 insertions(+), 2 deletions(-) Approvals: Sandro Bonazzola: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/17671 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie2cc9921cbaf67f2081039d0c5723bf07b53f87f Gerrit-PatchSet: 3 Gerrit-Project: ovirt-hosted-engine-setup Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <sbonazzo@redhat.com> Gerrit-Reviewer: Alex Lourie <alourie@redhat.com> Gerrit-Reviewer: Greg Padgett <gpadgett@redhat.com> Gerrit-Reviewer: Lev Veyde <lveyde@gmail.com> Gerrit-Reviewer: Moran Goldboim <mgoldboi@redhat.com> Gerrit-Reviewer: Ofer Schreiber <oschreib@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: Sandro Bonazzola <sbonazzo@redhat.com> Gerrit-Reviewer: Yedidyah Bar David <didi@redhat.com>
participants (1)
-
sbonazzo@redhat.com