I'm install openstack wallaby using kolla-ansible deployment method. (ubuntu) I want to chagne container runtime engine(running on controller and compute node) from docker to cri or containerd. is it possible?
Thanks.
I'm install openstack wallaby using kolla-ansible deployment method. (ubuntu) I want to chagne container runtime engine(running on controller and compute node) from docker to cri or containerd. is it possible?
Thanks.
According to globals.yml
docker
is the only option.
################
# Container engine
################
# Valid options are [ docker ]
# kolla_container_engine: docker