Installing DevStack
DevStack is a project whose purpose is to quickly deploy a development and testing environment for OpenStack. DevStack supports Ubuntu 16.04/17.04, Fedora 24/25, CentOS/RHEL 7, as well as Debian and OpenSUSE. In this article, we will install the Ocata version of OpenStack. DevStack installs the following modules by default: Keystone: Identity service. Nova: Virtualization management module. Cinder: Storage. Neutron: Network module. Horizon: Web interface. Warning: DevStack is not designed to be restarted. It cannot be used as a production environment. ...