devstack-vagrant-basebox
devstack-vagrant-basebox copied to clipboard
devstack complains if you run stack.sh as root
The current version of devstack fails to run as root. I fixed it by doing the following in the bootstrap script:
time (sudo -u vagrant $SRC_DIR/stack.sh)