How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "stackinabox/openstack"
  config.vm.box_version = "0.1.5.1"
end
vagrant init stackinabox/openstack \
  --box-version 0.1.5.1
vagrant up

This version was created over 8 years ago.

Fix issue with devstack on restart of box remove use of screen

1 provider for this version.
  • virtualbox
    unknown Externally hosted (github.com)