cloudkitty/cloudkitty
chenghuiyu 07ba0dc644 Utils: fix usage of iso8601_from_timestamp
The commit Ib384ae8130dcc6cbd47a837d11ca171ce02ef29e replaced
oslo_utils.timeutils.isotime, As oslo_utils.timeutils.isotime()
is deprecated in version '1.6'. So the workaround is to copy
the current implementation from oslo_utils.timeutils.isotime()
to utils.py. However, oslo_utils.timeutils.iso8601_from_timestamp
is also deprecated in version '1.6' and will be removed in a
future version.

So the workaround is to copy the current implementation from
oslo_utils.timeutils.iso8601_from_timestamp() to utils.py

For more informations:
https://docs.openstack.org/oslo.utils/latest/reference/timeutils.html

Change-Id: Iaea0465527329ac4253828fab88998de8eafc031
Partial-Bug: #1715325
2018-01-31 09:10:51 +00:00
..
api fix custom configuration file path 2018-01-30 15:47:37 +00:00
backend Trivial: add the missing period 2017-01-16 15:44:30 +08:00
cli Fix two mistakes of method description 2018-01-30 14:52:02 +00:00
collector Manage metrics units in yaml configuration. 2018-01-24 18:26:50 +01:00
common Policy in code 2017-12-08 16:45:13 +00:00
db Remove deprecated APIs and method in cloudkitty 2017-11-29 09:50:18 +00:00
hacking Update log translation hacking rule 2017-07-04 05:10:09 -04:00
rating Merge "Policy in code" 2017-12-12 22:03:15 +00:00
storage Refactor the storage backend 2018-01-26 15:46:57 +00:00
tenant_fetcher Fix wrong option names and missed options in cloudkitty.conf.sample 2017-01-12 22:08:05 +08:00
tests Refactor the storage backend 2018-01-26 15:46:57 +00:00
transformer Add Ceph Object Storage Usage service 2018-01-10 09:34:54 +00:00
writer Merge "Update fields of CSV reports." 2018-01-03 10:10:21 +00:00
__init__.py Removed version information from setup.cfg 2015-10-19 17:27:02 +02:00
config.py Moving to Liberty cycle (0.5) 2015-08-28 16:51:03 +02:00
extension_manager.py Renaming billing to rating 2015-04-08 16:07:25 +02:00
i18n.py Remove log translations 2017-04-28 08:46:10 +08:00
messaging.py Remove deprecated oslo_messaging.get_transport 2017-12-06 08:58:37 +00:00
orchestrator.py Deprecate the ceilometer collector 2018-01-25 22:56:12 +01:00
service.py Improve the rpc module 2016-08-24 15:20:13 +00:00
state.py Add wrapper for decimal.Decimal objects in json.dumps() 2016-12-05 14:12:21 +01:00
utils.py Utils: fix usage of iso8601_from_timestamp 2018-01-31 09:10:51 +00:00
version.py Improve the rpc module 2016-08-24 15:20:13 +00:00
write_orchestrator.py Ensure the exist of writer path 2016-12-15 08:08:11 +00:00