How to reach Openstack API endpoint from Openstack's VM
Hi, We need help in reaching Openstack's endpoint from its VM. Our openstack's identity endpoint is at http://192.168.1.3 and VM's floating IP is 192.168.1.6 Now, we need to reachidentity endpoint from VM. It pings the host IP but cant reach the endpoint. Kindly, help in solving the issue Thanks in advance!!
Test doing curl to endpoint with -v to see where connection is dropped. Maybe the response from keystone is denied by security groups
By host ip do you mean where keystone is listening?, if not is it able to ping the controller where keystone daemon is running?
yeah host IP is where keystone is. I have all in one singlenode openstack kilo setup.
Thank you eduardo........ will try dat and post the result!
output :- curl -vv http://192.168.1.3:5000/v2.0 * Trying 192.168.1.3... * connect to 192.168.1.3 port 5000 failed: Connection refused * Failed to connect to 192.168.1.3 port 5000: Connection refused * Closing connection 0 curl: (7) Failed to connect to 192.168.1.3 port 5000: Connection refused