glance/glance/common
deepak_mourya daa3c88d8b Handle TZ change in iso8601 >=0.1.12
The iso8601 lib introduced a change such that if running on python
3.2 or later it internally uses the python timezone information
instead of its own implementation. This does not change direct
date handling, but when converting this value there is a slight
difference where now python 2.x will show UTC times as "UTC",
but on python 3 they will end up with "UTC+00:00".

The to_primitive call for DateTime fields was doing an exact match
on "UTC" to determine whether to include "Z" in the resulting string.
This updates that handling to recognize either of the new values

Change-Id: Icb29d71472932f3ddfe485298d1a5fdd08be6f12
Closes-bug: #1744160
2018-01-31 14:50:36 +00:00
..
location_strategy Clean up acceptable values for 'store_type_preference' 2017-04-26 15:06:33 +00:00
scripts Fix api_image_import tasks stuck in 'pending' 2017-08-23 14:12:43 -04:00
__init__.py Empty files shouldn't contain copyright nor license 2013-12-24 22:39:05 -06:00
auth.py Extracted HTTP response codes to constants 2016-10-06 15:15:20 +00:00
client.py IPv6 fix in Glance for malformed URLs. 2016-11-15 17:09:51 +01:00
config.py Correct related section for enable_image_import 2017-11-17 18:33:45 +00:00
crypt.py Use cryptography instead of pycrypto 2017-03-28 13:12:57 -04:00
exception.py Remove the remaining code after glare-ectomy 2017-03-17 15:29:16 +03:00
property_utils.py Implementation of Inject metadata properties 2018-01-19 12:11:31 +05:30
rpc.py do not declare code blocks as json when they do not parse 2017-06-21 14:15:58 -04:00
store_utils.py Remove references of s3 store driver 2016-08-11 12:32:48 -04:00
swift_store_utils.py Fix a typo in swift_store_utils.py: replace Vaid with Valid 2017-09-26 09:13:45 +00:00
timeutils.py Handle TZ change in iso8601 >=0.1.12 2018-01-31 14:50:36 +00:00
trust_auth.py Fix trust auth mechanism 2017-06-29 22:35:07 +03:00
utils.py Fix some reST field lists in docstrings 2017-03-25 00:35:17 -07:00
wsgi.py Resolve unit test failures with going to oslo.serialization 2.3.0 2018-01-18 12:18:59 +00:00
wsgi_app.py Implementation of Inject metadata properties 2018-01-19 12:11:31 +05:30
wsme_utils.py Replace oslo_utils.timeutils 2015-12-10 10:53:46 +00:00