commit | b7f655982c9d16252015b33e80e4cbb465c6d5e4 | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Fri Jan 16 00:29:22 2015 +0000 |
committer | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Fri Jan 16 00:36:31 2015 +0000 |
tree | 5c3a37f150417f7920ed676fce1b02c634c81ba7 | |
parent | 33438a17352befd58cb692f6494b0294d025540e [diff] |
Make rest_client module py34-compatible We are testing tempest-lib on py27 and py34 now. To move rest_client module to tempest-lib, this patch makes it py34-compatible. * iteritems() has been removed since py3. * items() returns dict_keys object on py3, so it is necessary to convert the return value with list() clearly to avoid TypeError. Change-Id: Ie9105b5d01e7883213c1d3398cc5fe56782920d9