Following are instructions for installing OpenStack (ocata) on Ubuntu 16.04 LTS VM. When creating Ubuntu VM, the RAM size must be at least 4GB. Otherwise, OpenStack may show errors while installing. Add user named “stack” using the following command: sudo useradd -s /bin/bash -d /opt/stack -m stack Assign no password for […]