How does zun works with glance and nova
I've installed zun
into my openstack
environment.
General question: how does zun
works with glance
and nova
?
More specific questions:
openstack appcontainer image list
includes all docker container images. Can / should they be seen also inopenstack image list
?- When starting an instance from an image of
openstack image list
, if this image's format israw
, and container format isdocker
(--container-format docker --disk-format raw
). Doesnova
knows it should usezun
to start the container, and not start it by itself?
2.2. Is there a way to tellnova
to run these kind of images withzun
?
Thank you.