Skip to content
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

Support glance API v1 #168

Closed
ggiamarchi opened this issue Nov 13, 2014 · 0 comments
Closed

Support glance API v1 #168

ggiamarchi opened this issue Nov 13, 2014 · 0 comments
Assignees
Milestone

Comments

@ggiamarchi
Copy link
Owner

At the moment, we support only glance v2 API. v1 API is still often used and sometimes the only available version on some cloud providers. We should support it as well.

@ggiamarchi ggiamarchi self-assigned this Nov 13, 2014
@ggiamarchi ggiamarchi added this to the 0.6 milestone Nov 13, 2014
julienvey added a commit that referenced this issue Nov 26, 2014
Issue #168 Support both v1 & v2 glance API
Sharpie pushed a commit to Sharpie/vagrant-openstack-provider that referenced this issue Jan 18, 2016
Fix ggiamarchi#168

Endpoint /images exists on both v1 and v2 API
The attribute 'visibility' is used to detect
if the call has been made on v1 or v2

In case of v2 we have all the needed information,
but in case of v1 we don't and we have to call
/images/detail to get full details
Sharpie pushed a commit to Sharpie/vagrant-openstack-provider that referenced this issue Jul 31, 2016
Fix ggiamarchi#168

Endpoint /images exists on both v1 and v2 API
The attribute 'visibility' is used to detect
if the call has been made on v1 or v2

In case of v2 we have all the needed information,
but in case of v1 we don't and we have to call
/images/detail to get full details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant