Takashi Natsume
20c3119202
Replace deprecated datetime.utcnow()
The datetime.utcnow() is deprecated in Python 3.12. Replace datetime.utcnow() with oslo_utils.timeutils.utcnow(). This bumps oslo.utils to 7.0.0. Change-Id: I37aa282a3eb35f64ac3c0bc6e941b3138badceff Signed-off-by: Takashi Natsume <takanattie@gmail.com>
Team and repository tags
Blazar client
This is a client for the OpenStack Blazar API. It provides a Python API (the blazarclient module) and a command-line script (blazar).
Other Resources
Source code:
Blueprints/Bugs: https://launchpad.net/blazar
Documentation: https://docs.openstack.org/blazar/latest/
Release notes: https://docs.openstack.org/releasenotes/python-blazarclient/
Description
Languages
Python
100%