OpenStack Juno All in One
Quick guide on setting up the OpenStack Juno release in an all in one server with one NIC using RDO. This is configured for Neutron networking with floating IPs. My setup: CentOS 7 minimal, IP: 192.168.1.100 By default NetworkManager will be running and controlling our NICs. packstack will complain about this later so disable and stop the service. [root@juno-allinone ~]# systemctl disable NetworkManager [root@juno-allinone ~]# systemctl stop NetworkManager Next we’ll update some stuff, install the RDO Juno repo and install packstack. ...