OpenStack container-related projects
You learned in earlier chapters that OpenStack comprises composable services that, together, can deliver a unified infrastructure delivery system. This means that you can put together different combinations of services in an OpenStack cloud to meet different needs while having the core projects deliver the requisite services needed to operate an OpenStack cloud. When designing an OpenStack cloud for accommodating containerized applications there are quite a few options available. Let's look at some services that work in conjunction with others to provide container services.
Nova-Docker
Nova-Docker started as the project to bring Docker functionality to the compute project Nova. It was forked to its own project because the life cycle of VMs and Nova and Containers and Nova were quite different. The development of many other container-based projects led to the closure of the Nova-Docker project, but support in Nova remains for provisioning containers. Nova...