vitrage/vitrage
Hervé Beraud 0c90b740cc 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: I739502c3379364aafd2363c09d9a8d539100bf44
2020-06-03 04:51:26 +00:00
..
api Make sure depth is an int in get topology 2020-05-08 10:05:36 +03:00
api_handler Merge "Refactor vitrage to use global CONF instead of local one" 2019-07-23 16:31:10 +00:00
cli it will not be printed using LOG.info 2020-01-08 14:26:43 +00:00
common Make sure depth is an int in get topology 2020-05-08 10:05:36 +03:00
coordination Refactor vitrage to use global CONF instead of local one 2019-07-22 15:12:43 +03:00
datasources Added TMF API 639 Datasource 2020-04-23 19:46:57 +01:00
entity_graph Bugfix: Consistency query timestamp format is not the same as vertices 2020-04-06 06:04:49 +00:00
evaluator Fix sampling timestamp format of deduced alarms. 2019-09-01 15:05:19 +00:00
graph networkx node attribute is deprecated 2019-11-12 18:35:20 +02:00
hacking Update hacking for Python3 2020-04-02 06:31:25 +00:00
machine_learning Repair vitrage-ml run fail. 2019-12-18 03:34:19 +00:00
middleware Fix keycloak authentication 2020-01-02 15:38:11 +02:00
notifier Use raw strings in all pattern matching strings 2019-08-07 14:36:54 +03:00
persistency Stop to use the __future__ module. 2020-06-03 04:51:26 +00:00
snmp_parsing Refactor vitrage to use global CONF instead of local one 2019-07-22 15:12:43 +03:00
storage Stop to use the __future__ module. 2020-06-03 04:51:26 +00:00
tests Merge "Added TMF API 639 Datasource" 2020-04-24 19:18:45 +00:00
utils Stop to use the __future__ module. 2020-06-03 04:51:26 +00:00
__init__.py Add common directories and initializers 2015-11-16 00:16:14 +00:00
i18n.py Update the documentation link for doc migration 2017-09-22 05:56:11 +00:00
keystone_client.py Add nova_client's region option 2020-04-01 15:56:49 +08:00
messaging.py oslo messaging removed the blocking option 2020-03-08 09:04:38 +02:00
opts.py Refactor vitrage to use global CONF instead of local one 2019-07-22 15:12:43 +03:00
os_clients.py Add region option to clients of other openstack datasource 2020-04-07 15:31:48 +08:00
rpc.py oslo messaging removed the blocking option 2020-03-08 09:04:38 +02:00