Viktor Varga d218e6f107 Replace map/filter lambda with comprehensions
List comprehensions and generator expressions are considered to be more
Pythonic (and usually more readable) than map and filter with lambda.
This patch replaces four usages of [map|filter](lambda ...) with the
appropriate list comprehension or generator expression.

TrivialFix

Change-Id: Ifda9030bb8aa196cb7a5977a57ef46dfefd70fa6
2017-08-07 13:22:40 +03:00
2017-07-20 08:48:57 +00:00
2017-07-25 07:31:53 +00:00
2016-11-16 11:26:27 +03:00
2015-10-22 16:34:14 +02:00
2015-06-04 15:27:57 +02:00
2015-06-04 15:27:57 +02:00
2015-06-04 15:27:57 +02:00
2017-04-07 10:55:59 +08:00
2017-04-07 10:55:59 +08:00
2015-06-04 15:27:57 +02:00
2017-07-04 16:01:07 +03:00
2017-07-31 10:52:07 +00:00
2017-03-07 02:08:03 +00:00
2017-07-25 07:31:53 +00:00

========================
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
No description provided
Readme 32 MiB
Languages
Python 99.7%
Shell 0.3%