openstack-ironic/ironic/common
Julia Kreger a0968f8413 Add release mapping alias for 2025.2
When we create major release mappings, we should not forget to
include the alias mapping so users don't have to look it up
separately.

Change-Id: If1970f0d63be220c45bec272187502954ced2adf
Signed-off-by: Julia Kreger <juliaashleykreger@gmail.com>
2026-01-07 10:42:16 -08:00
..
glance_service fix: glance image member lookup resulted in an empty list always 2025-11-21 15:51:02 -06:00
inspection_rules fix loading of built-in inspection rules 2025-12-17 16:44:09 -06:00
json_rpc Drop remaining references to ironic-inspector 2025-11-28 01:35:34 +09:00
trait_based_networking Generate network plan based on trait based networking config 2025-12-04 12:26:56 -06:00
__init__.py Remove copyright from empty files 2014-01-07 21:05:01 +08:00
args.py api: Ensure parameter transform happens early 2025-05-15 13:42:08 +01:00
async_steps.py Fix agent from being locked out with complex steps 2025-01-29 20:53:31 +00:00
auth_basic.py Revert "Switch from local RPC to automated JSON RPC on localhost" 2025-08-28 17:10:25 +02:00
automated_clean_methods.py Automated cleaning by runbook 2025-06-11 07:31:54 -07:00
boot_devices.py Redfish UefiHttp boot support 2024-01-04 07:12:20 -08:00
boot_modes.py Adds boot mode support to ManagementInterface 2018-06-15 15:19:41 +00:00
checksum_utils.py OCI container adjacent artifact support 2025-02-06 11:38:21 -08:00
cinder.py Excise use of non-timezone aware utcnow() 2024-06-03 12:15:22 +01:00
components.py Add indicator management harness to ManagementInterface 2019-08-26 12:05:29 +02:00
config.py Deprecate usage of ironic.api.wsgi:initialize_wsgi_app 2025-09-09 08:22:38 +02:00
console_factory.py remove explicit eventlet usage around time.sleep 2025-05-13 16:28:54 -07:00
context.py Use native override of RequestContext.from_environ 2025-12-14 19:38:10 +09:00
dhcp_factory.py remove explicit eventlet usage around time.sleep 2025-05-13 16:28:54 -07:00
driver_factory.py Clean-up misc eventlet references 2025-08-18 16:54:00 +00:00
exception.py Add standalone networking service for ironic 2025-11-27 11:39:59 -05:00
faults.py Adds service steps 2023-08-16 06:34:08 -07:00
fsm.py move imports to top of file for lints 2024-12-16 09:07:38 -06:00
grub_conf.template Use linux instead of linuxefi in grub config 2024-11-07 09:40:35 +01:00
hash_ring.py Optional indirection API use 2025-08-18 09:53:11 -07:00
i18n.py Make oslo.i18n an optional dependency 2020-04-02 14:10:21 +02:00
image_publisher.py Migrate ironic_lib to ironic 2025-01-09 13:52:30 -08:00
image_service.py OCI Basic Auth/Tag access 2025-12-15 13:13:52 -08:00
images.py fix: use the correct path to the image when deep image inspection is off 2025-11-25 09:50:35 -06:00
indicator_states.py Add indicator management harness to ManagementInterface 2019-08-26 12:05:29 +02:00
isolinux_config.template Add support for creating vfat and iso images 2014-08-26 21:18:11 +05:30
keystone.py Drop remaining references to ironic-inspector 2025-11-28 01:35:34 +09:00
kickstart_utils.py Migrate ironic_lib to ironic 2025-01-09 13:52:30 -08:00
lessee_sources.py Support Automatic Lessee from instance metadata 2024-09-02 18:14:22 -07:00
mdns.py Migrate ironic_lib to ironic 2025-01-09 13:52:30 -08:00
metrics.py Migrate ironic_lib to ironic 2025-01-09 13:52:30 -08:00
metrics_collector.py Migrate ironic_lib to ironic 2025-01-09 13:52:30 -08:00
metrics_statsd.py Migrate ironic_lib to ironic 2025-01-09 13:52:30 -08:00
metrics_utils.py Migrate ironic_lib to ironic 2025-01-09 13:52:30 -08:00
molds.py Deprecate configuration molds 2023-11-27 09:21:38 -08:00
network.py Add standalone networking service for ironic 2025-11-27 11:39:59 -05:00
neutron.py Merge "Remove ovn vtep support" 2025-12-18 23:10:55 +00:00
nova.py Update nova os-server-external-events response logic 2019-12-10 09:28:23 -06:00
oci_registry.py OCI: Add an option to fallback to HTTP 2025-12-15 13:08:50 -08:00
policy.py fix: remove unnecessary trailing slash 2025-11-23 14:06:18 -06:00
profiler.py Enable OSProfiler support in Ironic - follow-up 2017-08-18 14:41:44 +00:00
pxe_utils.py Use common utility to wrap IPv6 address 2025-12-26 03:40:10 +00:00
qemu_img.py CVE-2024-44982: Harden all image handling and conversion code 2024-09-04 15:18:58 -07:00
raid.py Excise use of non-timezone aware utcnow() 2024-06-03 12:15:22 +01:00
release_mappings.py Add release mapping alias for 2025.2 2026-01-07 10:42:16 -08:00
rpc.py Add standalone networking service for ironic 2025-11-27 11:39:59 -05:00
rpc_service.py Add standalone networking service for ironic 2025-11-27 11:39:59 -05:00
service.py Launch vnc proxy with no_fork 2025-08-16 07:14:37 -07:00
state_machine.py Separate states code from states constants 2025-12-08 14:17:14 -08:00
states.py Separate states code from states constants 2025-12-08 14:17:14 -08:00
swift.py Replace swiftclient usage with openstacksdk 2023-11-29 12:44:30 +13:00
utils.py Use common utility to wrap IPv6 address 2025-12-26 03:40:10 +00:00
vnc.py Utility functions for graphical console drivers 2025-02-14 13:40:04 +13:00
wsgi_service.py Eventlet: Migrate API & JSON-RPC to cheroot 2025-06-12 17:14:36 +01:00