Running OpenStack DevStack in a Container
Introduction to https://github.com/bobuhiro11/containerized-devstack. OpenStack has a convenient tool 1 for creating an all-in-one development environment with a single command, but it assumes VMs or physical machines as the target environment. If we could create that environment inside a container, it would make re-setup easier, which would be great. Of course, similar attempts 2 3 4 have been made several times in the past, but they are no longer maintained at this point, so I decided to create my own....