1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/google/examples
Akshay Moghe b42d86360c Query global projects when get/list'ing compute images.
This patch refactors some of the code that would query global
projects when get'ing images. It makes the list of global projects
a constant on the Images collection, so that both 'get' and 'list'
can use the same list of projects to query.

Also, when bootstrapping/create'ing a server, the validation of
the specified image name is done by trying to 'get' the image
instead of 'save'ing it.
2013-08-07 11:17:45 -07:00
..
bootstrap.rb A set of smoke tests for GCE. 2013-07-24 18:46:20 -07:00
create.rb fix some small bugs in the gce smoke tests 2013-07-25 12:22:12 -07:00
eric-fail.rb A set of smoke tests for GCE. 2013-07-24 18:46:20 -07:00
get_list_images.rb Query global projects when get/list'ing compute images. 2013-08-07 11:17:45 -07:00
launch_micro_instance.rb some more small bugs in the GCE examples 2013-07-25 14:44:18 -07:00
metadata.rb some more small bugs in the GCE examples 2013-07-25 14:44:18 -07:00