- Update and install dependencies
yum update yum install -y git yum-utils
- Add an openstack user
useradd -d /opt/stack -m -s /bin/bash stack echo "stack ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers.d/stack
su
into the new user and clone devstack
su - stack git clone -b stable/kilo https://github.com/openstack-dev/devstack.git
- Install devstack
cd devstack/
./stack.sh
- Visit your new devstack install