heat/heat
Hervé Beraud e8c52040da Remove six and python 2.7 full support
Six is in use to help us to keep support for python 2.7.
Since the ussuri cycle we decide to remove the python 2.7
support so we can go ahead and also remove six usage from
the python code.

Review process and help
-----------------------
Removing six introduce a lot of changes and an huge amount of modified files
To simplify reviews we decided to split changes into several patches to avoid
painful reviews and avoid mistakes.

To review this patch you can use the six documentation [1] to obtain help and
understand choices.

Additional informations
-----------------------
Changes related to 'six.b(data)' [2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

six.b [2] encode the given datas in latin-1 in python3 so I did the same
things in this patch.

Latin-1 is equal to iso-8859-1 [3].

This encoding is the default encoding [4] of certain descriptive HTTP
headers.

I suggest to keep latin-1 for the moment and to move to another encoding
in a follow-up patch if needed to move to most powerful encoding (utf8).

HTML4 support utf8 charset and utf8 is the default charset for HTML5 [5].

Note that this commit message is autogenerated and not necesserly contains
changes related to 'six.b'

[1] https://six.readthedocs.io/
[2] https://six.readthedocs.io/#six.b
[3] https://docs.python.org/3/library/codecs.html#standard-encodings
[4] https://www.w3schools.com/charsets/ref_html_8859.asp
[5] https://www.w3schools.com/html/html_charset.asp

Patch 11 of a serie of 28 patches

Change-Id: I1d796ac4dbe29217ed87015cde21597dbcd4cf9b
2020-04-23 14:49:12 +02:00
..
api Remove six and python 2.7 full support 2020-04-22 12:23:44 +02:00
cloudinit Validate that python3 is ready for loguserdata 2016-08-26 11:49:30 +00:00
cmd Remove six and python 2.7 full support 2020-04-22 12:23:44 +02:00
common Remove six and python 2.7 full support 2020-04-22 12:23:44 +02:00
db Remove six and python 2.7 full support 2020-04-22 12:23:44 +02:00
engine Remove six and python 2.7 full support 2020-04-23 14:49:12 +02:00
hacking Update hacking for Python3 2020-04-16 08:41:49 +02:00
httpd Merge "fix logger names" 2019-10-07 19:30:55 +00:00
locale Imported Translations from Zanata 2019-12-22 09:16:37 +00:00
objects Streamline conversion of resources to convergence 2018-12-17 16:59:25 +13:00
policies Merge "Add Octavia Quota Resource for lbaas quota parameters" 2020-03-12 04:12:46 +00:00
rpc Option for retrieving child templates and env files from swift 2018-07-26 09:50:51 +05:30
scaling Merge "Eliminate nested stack loading in InstanceGroup/ASG scaling" 2018-04-02 04:35:47 +00:00
tests Remove six and python 2.7 full support 2020-04-22 12:23:44 +02:00
__init__.py
version.py change the dist name to 'openstack-heat' 2018-11-01 11:54:05 -04:00