Hervé Beraud 932b1e0e61 Stop to use the __future__ module.
The __future__ module [1] was used in this context to ensure compatibility
between python 2 and python 3.

We previously dropped the support of python 2.7 [2] and now we only support
python 3 so we don't need to continue to use this module and the imports
listed below.

Imports commonly used and their related PEPs:
- `division` is related to PEP 238 [3]
- `print_function` is related to PEP 3105 [4]
- `unicode_literals` is related to PEP 3112 [5]
- `with_statement` is related to PEP 343 [6]
- `absolute_import` is related to PEP 328 [7]

[1] https://docs.python.org/3/library/__future__.html
[2] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html
[3] https://www.python.org/dev/peps/pep-0238
[4] https://www.python.org/dev/peps/pep-3105
[5] https://www.python.org/dev/peps/pep-3112
[6] https://www.python.org/dev/peps/pep-0343
[7] https://www.python.org/dev/peps/pep-0328

Change-Id: I51c6ea487e714fc61fe79a42e83a461cb0fed81e
2020-06-02 19:34:10 +02:00
2020-06-02 19:34:10 +02:00
2017-09-11 17:21:06 +00:00
2016-02-05 08:45:38 +00:00
2019-04-19 19:30:26 +00:00
2014-10-09 10:31:23 +03:00
2020-04-22 13:11:05 +00:00
2018-07-26 11:43:28 +02:00
2013-03-15 14:25:48 +00:00
2018-04-12 10:59:40 +02:00
2019-06-19 14:46:28 +08:00
2017-09-11 17:21:06 +00:00
2020-04-13 18:04:34 +02:00
2020-04-13 18:04:34 +02:00

aodh

Release notes can be read online at:

https://docs.openstack.org/aodh/latest/contributor/releasenotes/index.html

Documentation for the project can be found at:

https://docs.openstack.org/aodh/latest/

The project home is at:

https://storyboard.openstack.org/#!/project/openstack/aodh

Bugs and feature requests are tracked on Launchpad at:

https://storyboard.openstack.org/#!/project/openstack/aodh

Description
OpenStack Telemetry (Ceilometer) Alarming
Readme 21 MiB
Languages
Python 98.6%
Shell 1.3%
Mako 0.1%