fog-openstack
fog-openstack copied to clipboard
Issue with endpoint when proxy URL used
trafficstars
Hi,
When fog detect endpoint, it use URL for detect version of API.
For that, fog use the beginning of URL like http://hostname and request on / for detecting the version.
If we use an endpoint like http://hostname/nameOfService, fog use http://hostname and can't detect the good version.
Need to change how to detect version and use the entire URL.