summaryrefslogtreecommitdiff
path: root/cinderclient/apiclient/exceptions.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace six.iteritems(iter) with iter.items()xianming mao2016-12-011-3/+1
| | | | | | | | | | As mentioned in [1], we should avoid using six.iteritems(iter) to achieve iterators. We can use iter.items() instead, as it will return iterators in PY3 as well. [1] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html Change-Id: Ic41abf2ca6ec3ecb651b980091b52d0a185c9089
* Move old oslo-incubator code out of openstack/commondineshbhor2016-11-031-0/+444
As part of the first community-wide goal, teams were asked to remove the openstack/common package of their projects if one existed. This was a byproduct of the old oslo-incubator form of syncing common functionality. The package, apiclient, was moved to a top level location and cliutils was moved to the common module. There are no oslo specific libraries, the recommended solution is to move it in tree and maintain it there. Change-Id: Iee52004bd33c19d63133577ff466164b85fd6ca6