tripleo-ansible/tripleo_ansible/ansible_plugins/modules
Hervé Beraud c09f624891 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: I088f435bfc0dfeb67b4b2c3400aaa08eb41d7c59
2020-06-02 21:02:57 +02:00
..
baremetal_nodes_validate.py Stop to use the __future__ module. 2020-06-02 21:02:57 +02:00
baremetal_register_or_update_nodes.py Stop to use the __future__ module. 2020-06-02 21:02:57 +02:00
container_config_data.py Stop to use the __future__ module. 2020-06-02 21:02:57 +02:00
container_puppet_config.py Stop to use the __future__ module. 2020-06-02 21:02:57 +02:00
metalsmith_instances.py Stop to use the __future__ module. 2020-06-02 21:02:57 +02:00
os_baremetal_clean_node.py Stop to use the __future__ module. 2020-06-02 21:02:57 +02:00
os_baremetal_node_info.py Stop to use the __future__ module. 2020-06-02 21:02:57 +02:00
os_baremetal_provide_node.py Stop to use the __future__ module. 2020-06-02 21:02:57 +02:00
os_tripleo_baremetal_configure.py Add a new set of modules to support derived params 2020-04-30 23:48:25 +00:00
os_tripleo_baremetal_node_introspection.py Stop to use the __future__ module. 2020-06-02 21:02:57 +02:00
paunch.py Stop to use the __future__ module. 2020-06-02 21:02:57 +02:00
podman_container.py Stop to use the __future__ module. 2020-06-02 21:02:57 +02:00
podman_container_info.py Stop to use the __future__ module. 2020-06-02 21:02:57 +02:00
podman_volume_info.py Stop to use the __future__ module. 2020-06-02 21:02:57 +02:00
tripleo_baremetal_check_existing.py Stop to use the __future__ module. 2020-06-02 21:02:57 +02:00
tripleo_baremetal_expand_roles.py Stop to use the __future__ module. 2020-06-02 21:02:57 +02:00
tripleo_baremetal_populate_environment.py Stop to use the __future__ module. 2020-06-02 21:02:57 +02:00
tripleo_config_download.py Stop to use the __future__ module. 2020-06-02 21:02:57 +02:00
tripleo_fernet_keys_rotate.py Stop to use the __future__ module. 2020-06-02 21:02:57 +02:00
tripleo_generate_ansible_inventory.py Stop to use the __future__ module. 2020-06-02 21:02:57 +02:00
tripleo_generate_overcloudrc.py Stop to use the __future__ module. 2020-06-02 21:02:57 +02:00
tripleo_get_flatten_stack.py Create derived parameters playbook, and role 2020-05-22 20:02:03 +00:00
tripleo_get_flavor_profile.py Add a new set of modules to support derived params 2020-04-30 23:48:25 +00:00
tripleo_get_introspected_data.py Add a new set of modules to support derived params 2020-04-30 23:48:25 +00:00
tripleo_get_role_list.py Create derived parameters playbook, and role 2020-05-22 20:02:03 +00:00
tripleo_image_params_prepare.py Stop to use the __future__ module. 2020-06-02 21:02:57 +02:00
tripleo_nova_image_cache.py Stop to use the __future__ module. 2020-06-02 21:02:57 +02:00
tripleo_passwords_rotate.py Stop to use the __future__ module. 2020-06-02 21:02:57 +02:00
tripleo_plan_deploy.py Stop to use the __future__ module. 2020-06-02 21:02:57 +02:00
tripleo_plan_parameters_update.py Stop to use the __future__ module. 2020-06-02 21:02:57 +02:00
tripleo_reset_params.py Create derived parameters playbook, and role 2020-05-22 20:02:03 +00:00
tripleo_swift_tempurl.py Stop to use the __future__ module. 2020-06-02 21:02:57 +02:00
tripleo_templates_upload.py Stop to use the __future__ module. 2020-06-02 21:02:57 +02:00