開発中バージョンのリリースノート

29.0.0-37

新機能

  • If allow_image_access_via_auth_token is set to True, Ironic allows access to Glance images if an auth_token is present in the request context.

  • Add a new configuration group [agent_containers] that allows users to dynamically configure container-based cleaning via Ironic conductor.

  • A new "description" field has been added to the Port object. This field allows operators to provide human-readable descriptions to easily identify physical ports on bare metal hosts.

  • The ipmitool-socat console interface is now available for users of the redfish hardware type. This was done as an enablement action for operators to be able to leverage IPMI based Serial-over-Lan connections. This option requires the IPMI parameters to be configured on the baremetal node in addition to the redfish hardware type.

アップグレード時の注意

  • CONF.allow_image_access_via_auth_token is set to True in this Ironic release. OpenStack integrated operators should ensure images for Ironic use are using image visibility "public" or "community" for the most reliable results.

バグ修正

  • Fixes loop functionality to align more closely with the spec where, with loop present, args reference loop items using '{item}' placeholder to support direct array iteration; plus, separately handle list and dict loop item types.

  • Updates the patch validation logic to support special characters (~ and /) in field keys, provided they align with the escaping rules defined in RFC 6901 (JSON Pointer) as required for the path field specified in RFC 6902 (JSON Patch).