How to install OpenStack on Ubuntu with DevStack
Installation The first thing you must do is create a new non-root user that can be used for the installation. Open up a terminal window and issue the command: sudo useradd -s /bin/bash -d /opt/stack -m stack Give that user sudo privileges with the command: echo “stack ALL=(ALL) NOPASSWD: ALL” | sudo tee /etc/sudoers.d/stack usermod […]