Lu lei 7b83eec5b8 py3:Rmove six.iteritems/iterkeys in python-senlinclient
1、As mentioned in [1], we should avoid using six.iteritems/keys achieve
iterators. We can use dict.items/keys instead, as it will return iterators in
PY3 as well. And dict.items/keys will more readable.
2、In py2, the performance about list should be negligible, see the link [2].

[1] https://wiki.openstack.org/wiki/Python3
[2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: I75d12f56821666ebaec8350acba3a5fc29957f1e
2016-08-24 14:12:35 +08:00
2016-08-02 06:49:06 +00:00
2016-04-12 01:22:58 +00:00
2015-10-17 22:37:46 +00:00
2015-01-04 17:59:59 +08:00
2015-09-05 10:52:29 -04:00
2015-01-04 17:59:59 +08:00
2015-09-05 10:52:29 -04:00
2015-01-04 17:59:59 +08:00
2015-01-04 17:59:59 +08:00
2016-05-07 23:54:09 -04:00
2015-01-04 17:59:59 +08:00
2016-08-10 06:49:28 +00:00
2015-09-17 12:18:23 +00:00
2015-02-07 12:12:13 +08:00

Python bindings to the Senlin Clustering API

This is a client library for Senlin built on the Senlin clustering API. It provides a Python API (the senlinclient module) and a command-line tool (senlin).

Development takes place via the usual OpenStack processes as outlined in the developer guide. The master repository is in Git.

Description
RETIRED, Client library for Senlin API
Readme 6.3 MiB