horizon/openstack_dashboard/api
Takashi Natsume 906be85853 Replace deprecated functions in datetime
The datetime.utcfromtimestamp() and datetime.utcnow()
are deprecated in Python 3.12.
Replace datetime.utcfromtimestamp() with datetime.fromtimestamp().
Replace datetime.utcnow() with oslo_utils.timeutils.utcnow().
This bumps oslo.utils to 7.0.0.

Change-Id: Ifa8a892aeaece7575a29c979bf48a1c27ec1643f
Signed-off-by: Takashi Natsume <takanattie@gmail.com>
2024-11-02 14:29:20 +00:00
..
rest Replace pytz by built-in library 2024-06-12 14:21:34 +09:00
__init__.py Use Placement API along with the hypervisor stats 2023-12-06 15:39:34 +00:00
_nova.py Fix AttributeError in the project instance detail view 2020-11-20 20:57:28 +09:00
base.py pylint: Fix unnecessary-comprehension warning 2020-09-27 12:44:16 +09:00
cinder.py cinder: Use 'block-storage' service type to detect cinder 2024-10-17 14:55:22 -05:00
glance.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
keystone.py Fix error on changing user password by admin 2024-03-14 15:58:43 -03:00
microversions.py Fix rescue of volume-based instances 2022-09-12 15:57:31 +02:00
network.py Move SG and FIP API wrapper to api.neutron 2017-06-04 17:51:25 +00:00
neutron.py SDK for Neutron Subnetpools 2024-08-28 17:09:50 +00:00
nova.py Fix instance table behavior after deleting an instance 2023-01-31 18:17:07 +00:00
placement.py Fix generation of inventory capacities 2024-08-22 11:52:36 -05:00
swift.py Replace deprecated functions in datetime 2024-11-02 14:29:20 +00:00