Reviewed: https://review.openstack.org/498287 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=3d86ae664a784e3f261943bd014dc88c82ea8b5d Submitter: Jenkins Branch: master
commit 3d86ae664a784e3f261943bd014dc88c82ea8b5d Author: Sean McCully <[email protected]> Date: Sun Aug 27 22:14:02 2017 -0400 iso8601.is8601.Utc No Longer Exists iso8601.UTC is correct datetime UTC field object. iso8601 >= 0.1.12 includes only iso8601.UTC for python3 while both UTC and Utc() for python2. Less then 0.1.12 included both UTC and Utc() for both python2/3. Change-Id: I10b84a9cc7f0cc8ea213a377e4c4f16168b6e45b Closes-Bug: #1713354 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1713354 Title: oslo.versionedobjects iso8601.is8061.Utc No Longer correct import path in python3 Status in Cinder: New Status in OpenStack Compute (nova): Fix Released Status in oslo.versionedobjects: In Progress Bug description: iso8601.iso8601 No Longer supports Utc method. Instead iso8601.UTC field. To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1713354/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

