project-config/nodepool
Hervé Beraud 95c01abf38 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: Icc115b2271a6fd84f3952b03406250367babd273
2020-06-02 20:44:50 +02:00
..
elements Stop to use the __future__ module. 2020-06-02 20:44:50 +02:00
scripts Restore blank nodepool/scripts 2020-03-03 15:01:23 +11:00
nb01-test.opendev.org.yaml nodepool: Add nb01-test.opendev.org config file 2020-03-03 11:06:05 +11:00
nb03.openstack.org.yaml Add Ubuntu Focal for AArch64 2020-05-18 20:35:06 +02:00
nl01.openstack.org.yaml Use infra-root-keys-2020-05-13 in nodepool 2020-05-18 08:52:19 -07:00
nl02.openstack.org.yaml Use infra-root-keys-2020-05-13 in nodepool 2020-05-18 08:52:19 -07:00
nl03.openstack.org.yaml Replace vexxhost sjc1 with ca region 2020-05-28 15:11:39 +03:00
nl04.openstack.org.yaml Use infra-root-keys-2020-05-13 in nodepool 2020-05-18 08:52:19 -07:00
nodepool.yaml Fix outdated mirror references 2020-05-20 14:24:21 +00:00