Forgot to mention the link for the patch[1].

[1] https://review.opendev.org/c/openstack/nova/+/820368

On Mon, Aug 29, 2022 at 6:37 PM Rajat Dhasmana <rdhasman@redhat.com> wrote:
Hi,

I'm working on a nova feature which adds support for rebuilding volume backed instances which modifies the arguments for 'rebuild' method. It adds a 'reimage_boot_volume' parameter which signifies if the user has requested a rebuild operation for a volume backed instance.
Currently it is only implemented by the ironic driver in the in-tree drivers.
If you're a maintainer of an out of tree driver then you will need to account for it.

Thanks and regards
Rajat Dhasmana