Chaozhe.Chen
e8a0be43d2
deprecate timeutils.total_seconds()
Because datetime.timedelta doesn't have method total_seconds in Python2.6, we use timeutils.total_seconds() to calculate it manually. Now we dropped Python 2.6, and this method will be deprecated in oslo.utils. According to patch https://review.openstack.org/#/c/248590/, we should use datetime.timedelta.total_seconds() instead of timeutils.total_seconds(). Change-Id: I5a4957ba863d1df332367088140517fd89986147
aodh
- Release notes can be read online at:
-
http://docs.openstack.org/developer/aodh/releasenotes/index.html
- Documentation for the project can be found at:
- The project home is at:
Description
Languages
Python
98%
Shell
1.8%
Mako
0.2%