HTTPConnectionPool(host='controller', port=35357): Max retries exceeded with url: /v2.0/tokens (Caused by <class 'socket.error'>: [Errno 113] No route to host)
I am stuck on second step of creating a network by install guide: http://docs.openstack.org/icehouse/in...
I get error when I typed
nova network-create demo-net --bridge br100 --multi-host T --fixed-range-v4 192.168.213.140/145
I am runing cotnroller node on my wokrstation on windows, using NAT. IP address 192.168.213.133 is of my ubuntu on workstation. I am getting error below.
HTTPConnectionPool(host='controller', port=35357): Max retries exceeded with url: /v2.0/tokens (Caused by <class 'socket.error'>: [Errno 113] No route to host)