Dear Team,

I am trying to upgrade Operating system of Infra node from ubuntu 20 to ubuntu 22.

And I am following below docs for same:
https://docs.openstack.org/openstack-ansible/2023.1/admin/upgrades/distribution-upgrades.html

When I run:
openstack-ansible setup-hosts.yml --limit localhost,reinstalled_host*

I thought it would upgrade OS of LXC containers as well. I can see ubuntu-22-amd64 in /var/lib/lxc/ and /var/lib/machines/
I can see ubuntu-22-amd64 even when I run lxc-ls command.
Should I destroy and recreate lxc containers one by one to upgrade it to ubuntu 22? or is there any playbook which can take care of this?
Regards,
Danish Khan