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

[LIBCLOUD-602] improve gce.image_list() #423

Closed
wants to merge 1 commit into from

Conversation

erjohnso
Copy link
Contributor

Improves the GCE driver's list_images() method to actually return what the user would expect; a list of vendor supported operating system images including what they have on their own project. The default behavior now returns on non-deprectated images, but a full list can be returned using the ex_include_deprecated param.

Although this changes the behavior of list_images(), it more closely matches the behavior of GCE's command-line utility gcloud compute that is part of the Cloud SDK package[1]. It is also more likely what the user wants to see anyway.

[1] https://cloud.google.com/sdk/

@ZuluPro
Copy link
Contributor

ZuluPro commented Jan 5, 2015

+1, better than search manually images from every projects.

By default, driver.list_images actually returns an empty list.

@asfgit asfgit closed this in 71e3840 Jan 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants