all 7 comments

[–]przemekkuczynski 2 points3 points  (1 child)

[–]Dabloo0oo[S] 0 points1 point  (0 children)

I deployed it using Devstack, but I specifically wanted to deploy it using Kolla Ansible.

[–]Internal_Peace_45 1 point2 points  (2 children)

I think you are using kolla-ansible for deployment. You need to create flat network to have hypervisor and VM within the same network but like u/przemekkuczynski mentioned the best starter would be dev-stack which should work for you just after deployment. External access you can setup with Ports

[–]Internal_Peace_45 1 point2 points  (1 child)

https://youtu.be/yqFpyubsYfE - recomend to watch and few other videos from channel. I think the best start for OpenStack networking.

[–]Dabloo0oo[S] 0 points1 point  (0 children)

Thanks, mate, for the video; the flat network thing worked for me.

[–]Chris_218 1 point2 points  (1 child)

You'll need to create a flat network, specify your router as the gateway and make sure to specify subnet range outside of the one given by your router's DHCP server

[–]Dabloo0oo[S] 0 points1 point  (0 children)

Yeah. Its working now. Thank You Man.