Open daibhidh opened 8 years ago
weird, seems the same as the updated sample, that was tested just days ago https://github.com/fog/fog-openstack/blob/master/examples/image/upload-test-image.rb
Seems like a valid timeout when trying to talk to glance endpoint. Can you check if python CLI works for you from the same place?
I realise this is an older issue, but I just ran into the exact problem today with Glance. The issue was that I was trying to communicate on 'adminURL' when it wasn't available - setting the :openstack_endpoint_type to an available endpoint (in this case 'publicURL') solved the issue.
I am not sure if I am just doing something wrong, but every time I try to connect to Glance through fog I get connection_write timeouts. Identity, compute, etc work fine. The 'python' api's work from the same system, just not Fog::Image::OpenStack.new.
Example of what I am doing and getting:
Seeing as All other calls with Fog work, and the python api's work for glance from the same system I am at a loss as to what the actual problem is.