1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

2 commits

Author SHA1 Message Date
Paul Thornthwaite
e7030a63cc [Brightbox] Extract Compute::Shared to own file
Seeing a lot of churn in lib/fog/brightbox/compute.rb because of adding
new requests or models as well as any implementation changes.

This moves the common behaviour between Compute's Real and Mock
classes into their own file to cut down on the noise when refactoring or
merging.
2013-06-24 14:29:06 +01:00
Paul Thornthwaite
81ca784902 [Brightbox] Updates image selector for name format
Brightbox is now moving to using the default Ubuntu Cloud Images
(http://cloud-images.ubuntu.com/) where we are also using the naming
convention used there.

So the image selector has been updated to select the latest version of
Ubuntu (i386, official Brightbox) image if no image is specified with
the new format.
2013-05-02 11:10:19 +01:00