]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/keystone.py: use list(a_dict) for concatenating lists
authorKefu Chai <kchai@redhat.com>
Mon, 6 Apr 2020 05:25:54 +0000 (13:25 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 14 Jun 2020 08:34:52 +0000 (16:34 +0800)
commit5ae78c4cf17872483d3d4211bb0151313b7cb1b6
treed8b29729cc8401e8641c39034d1018bbad061db2
parentc47f73d7152467ff89866efaafc4d77e34b62b25
qa/tasks/keystone.py: use list(a_dict) for concatenating lists

`dict.items()` does not return a list in python3, so we need to convert
it to a list first.

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 35a3d5f7f8a53e667d3196aa72be5b495b70e91f)
qa/tasks/keystone.py