masakari/masakari
Corey Bryant 041af276d7 Py3: Ensure wsgi headers are not bytes type
In Python 3, running the Masakari API as a wsgi application was
resulting in "TypeError: expected unicode object, value of type
bytes found". It looks like headerlist should not include bytes
type objects so let's ensure they are str objects for Python 3.

Change-Id: Ica030c540970474cd2511ffe0ba653d7bb057849
Partial-Bug: #1815657
2019-03-03 19:10:39 +05:30
..
api Py3: Ensure wsgi headers are not bytes type 2019-03-03 19:10:39 +05:30
cmd Add framework for masakari-status upgrade check 2018-11-08 13:19:06 +00:00
common Add support for wsgi framework 2016-07-12 13:10:10 +05:30
compute Allow updating host name only if it exists in nova 2019-02-08 10:11:46 +05:30
conf Add hooks for recovery method customization plugins 2018-08-02 13:13:00 +05:30
db Fix datetime microsecond discrepancy issue 2018-11-19 16:12:28 +09:00
engine Add hooks for recovery method customization plugins 2018-08-02 13:13:00 +05:30
ha Allow updating host name only if it exists in nova 2019-02-08 10:11:46 +05:30
hacking Register and Document policy in code 2018-07-27 12:15:14 +05:30
objects Return 400 if notification payload is incorrect 2019-01-21 14:10:48 +05:30
policies Register and Document policy in code 2018-07-27 12:15:14 +05:30
tests Py3: Ensure wsgi headers are not bytes type 2019-03-03 19:10:39 +05:30
__init__.py Make eventlet hub use a monotonic clock 2017-11-14 07:15:45 +00:00
config.py Add RPC layer for masakari 2016-10-07 13:16:26 +05:30
context.py Register and Document policy in code 2018-07-27 12:15:14 +05:30
exception.py Allow updating host name only if it exists in nova 2019-02-08 10:11:46 +05:30
i18n.py Update the documentation link for doc migration 2017-07-24 16:34:45 +08:00
manager.py Add masakari-engine support 2016-10-05 14:53:26 +05:30
policy.py Register and Document policy in code 2018-07-27 12:15:14 +05:30
rpc.py Update hacking version >1.1.0 2019-02-18 18:29:45 +09:00
safe_utils.py Add support for wsgi framework 2016-07-12 13:10:10 +05:30
service.py Enable mutable config in Masakari 2018-05-11 16:10:46 +05:30
test.py Update hacking version >1.1.0 2019-02-18 18:29:45 +09:00
utils.py Use method validate_integer from oslo.utils 2018-03-29 10:02:18 +05:30
version.py Remove log translations 2017-04-05 08:11:09 +00:00
wsgi.py Remove log translations 2017-04-05 08:11:09 +00:00