openstack-ansible-os_swift/templates
Hervé Beraud 0126d029c2 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: Ic435def472b13d5c89645c2bb083702cb251d132
2020-12-02 12:58:30 +00:00
..
account-server-2.conf.j2 split templates to work around configparser bug 2020-04-16 13:49:01 -05:00
account-server-replicator.conf.j2 Revert deleted config section in Swift config files 2020-04-14 18:13:36 +00:00
account-server.conf.j2 split templates to work around configparser bug 2020-04-16 13:49:01 -05:00
container-reconciler.conf.j2 Use systemd-journald instead of log files 2019-07-19 15:10:49 +03:00
container-server-2.conf.j2 split templates to work around configparser bug 2020-04-16 13:49:01 -05:00
container-server-replicator.conf.j2 Revert deleted config section in Swift config files 2020-04-14 18:13:36 +00:00
container-server.conf.j2 split templates to work around configparser bug 2020-04-16 13:49:01 -05:00
container-sync-realms.conf.j2 Add ability to set up Swift container-sync realms 2016-03-24 13:54:09 +00:00
drive-audit.conf.j2 Use systemd-journald instead of log files 2019-07-19 15:10:49 +03:00
internal-client.conf.j2 Use systemd-journald instead of log files 2019-07-19 15:10:49 +03:00
mlocate-crond-daily.sh.j2 Remove XFS filesystem from the daily mlocate cron job 2016-04-22 08:11:57 -05:00
object-expirer.conf.j2 Use systemd-journald instead of log files 2019-07-19 15:10:49 +03:00
object-server-2.conf.j2 split templates to work around configparser bug 2020-04-16 13:49:01 -05:00
object-server-replicator.conf.j2 split templates to work around configparser bug 2020-04-16 13:49:01 -05:00
object-server.conf.j2 split templates to work around configparser bug 2020-04-16 13:49:01 -05:00
proxy-server.conf.j2 Add global override for service bind address 2020-10-21 10:30:11 +03:00
ring.contents.j2 Type min_part_hours,part_power,repl_number as int 2016-09-26 15:12:23 +01:00
rsyncd.conf.j2 Use systemd-journald instead of log files 2019-07-19 15:10:49 +03:00
swift_rings_check.py.j2 Stop to use the __future__ module. 2020-12-02 12:58:30 +00:00
swift_rings.py.j2 Stop to use the __future__ module. 2020-12-02 12:58:30 +00:00
swift-dispersion.conf.j2 Define region name. 2016-07-23 08:47:14 -05:00
swift-memcache.conf.j2 Move swift memcache conf into separate file 2016-02-10 16:29:17 +00:00
swift.conf.j2 Make ansible managed line in swift.conf static 2016-06-10 15:48:07 +00:00