devstack-vagrant-basebox icon indicating copy to clipboard operation
devstack-vagrant-basebox copied to clipboard

devstack complains if you run stack.sh as root

Open virtuald opened this issue 12 years ago • 0 comments

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)

virtuald avatar Nov 20 '13 23:11 virtuald