39e200e5eb3aa6909f85060519f9c74e84ca7c7d
Since iter(dict) is equivalent to iter(dict.keys()), it is unnecessary to call the keys() method of a dict, the dictionary itself is enough to be referenced. The shorter form is also considered to be more Pythonic. This patch removes the unnecessary dict.keys() method calls in api. This is a part of a larger patch series that removes dict.keys() method calls. TrivialFix Change-Id: I29000f1f05b90d70109fa01393e97e1ebf450c63
========================
Team and repository tags
========================
.. image:: https://governance.openstack.org/badges/watcher.svg
:target: https://governance.openstack.org/reference/tags/index.html
.. Change things from this point on
..
Except where otherwise noted, this document is licensed under Creative
Commons Attribution 3.0 License. You can view the license at:
https://creativecommons.org/licenses/by/3.0/
=======
Watcher
=======
OpenStack Watcher provides a flexible and scalable resource optimization
service for multi-tenant OpenStack-based clouds.
Watcher provides a robust framework to realize a wide range of cloud
optimization goals, including the reduction of data center
operating costs, increased system performance via intelligent virtual machine
migration, increased energy efficiency-and more!
* Free software: Apache license
* Wiki: https://wiki.openstack.org/wiki/Watcher
* Source: https://github.com/openstack/watcher
* Bugs: https://bugs.launchpad.net/watcher
* Documentation: https://docs.openstack.org/watcher/latest/
Description
Languages
Python
99.7%
Shell
0.3%