Now that everything is deployed, we can start using our OpenStack
To quickly prepare openrc file for OpenStack run
kolla-ansible post-deploy
source /etc/kolla/admin-openrc.sh
pip install python-openstackclient python-glanceclient python-neutronclient
Centos
cd /usr/share/kolla-ansible
./init-runonce
Ubuntu
cd /usr/local/share/kolla-ansible
./init-runonce
init-runonce will prepare us a command to spawn our first vm, let's use it! :)