Stop using deprecated timeutils.isotime()

oslo_utils.timeutils.isotime() has been deprecated, stop using it, see:

  http://docs.openstack.org/developer/oslo.utils/api/timeutils.html#oslo_utils.timeutils.isotime

Change-Id: I0176f498db89a3a10c2474e4ae5c4b0929c65ece
This commit is contained in:
Julien Danjou
2015-05-16 14:39:23 +02:00
parent 7ed2476311
commit d106e6f61b
11 changed files with 41 additions and 32 deletions

View File

@@ -25,6 +25,7 @@ Cinder Specific Commandments
- [C305] Prevent use of deprecated contextlib.nested.
- [C306] timeutils.strtime() must not be used (deprecated).
- [C307] LOG.warn is deprecated. Enforce use of LOG.warning.
- [C308] timeutils.isotime() must not be used (deprecated).
General
-------