-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No suitable endpoint #11
Comments
I'm not that familiar with how OVH cloud implements OpenStack but it appears by your snippet that you only have Cinder V1 there? The docker driver is using Cinder V2 endpoint; do you have the V2 endpoint for cinder available in your cloud? |
Any update on this guys ? |
I have a similar problem on different provider.
We are buying OpenStack infra as a service so not much insight into internals of it. My goal is to use cinder directly as container volume storage in various cluster activities. I would really like to have a solution that just utilises cinder directly. Especially since we are running on top of OpenStack anyways. |
Can you please link your config.json file that you're using? I've tested this using v2 and v3 on an Ocata deployment without issues. Keep in mind that the endpoint specified in the config.json file is the Auth endpoint, NOT the Cinder endpoint. On a related not, I've started work on updating this to use gophercloud/gophercloud (instead of the non-maintained rackspace/gophercloud) and also updating it to use the new Docker volume plugin helper version. If there's interest there's no shortage of work to be done here. |
I could try v3 identity API. If I had any experience on go I could help as this would really help me. |
Just an update. I got it almost working by building the driver from master branch myself. v3 identify works now just fine. |
Oh that's great! Although I wonder what's out of date in the binary that your recompile fixed. TBH all of my runs are built from source, so I may try and pull the binary next. So far I've tested on a few different clouds including V2 and V3 keystone endpoints using both the older "https://x.x.x.x:5000/vX" and the "https://x.x.x.x/identity" formats. |
@paali Let me know where you'r at and if I can close this. Will be working on updates in the next couple of weeks. |
Hello,
I'm trying to use your plugin on the OVH cloud (OpenStack).
But I have the following error:
While I look at the openstack catalog, I have many URLs:
Maxence
The text was updated successfully, but these errors were encountered: