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

8 commits

Author SHA1 Message Date
Paul Thornthwaite
bb8412c808 [Brightbox] Remove provider specific helper test
Before `fog-brightbox` was extracted, this tested the helper we use to
select the best image ID to use when testing.

However this is not `fog` specific anymore and so can be removed.

The remaining tests continue to exercise the main `fog` (abstracted)
interface and should remain for backwards compatibility.
2015-04-07 15:10:13 +01:00
Paul Thornthwaite
2e0b7e545a Standardise empty lines throughout codebase
Done with `rubocop --auto-correct --only EmptyLineBetweenDefs,EmptyLines,EmptyLinesAroundBody`
2014-05-26 14:20:02 +01:00
Paul Thornthwaite
6e28c357d2 [Brightbox] Add support for Cloud SQL service
This adds support for Brightbox's Cloud SQL DBaaS.

It is currently still part of the Compute service so all resources can
be managed from one connection to the service.
2014-01-29 11:35:36 +00:00
Paul Thornthwaite
86b235e72f [Brightbox] Sort schema collections 2014-01-28 15:57:37 +00:00
Paul Thornthwaite
cd4fcc962f [Brightbox] Remove commented resource from schema 2013-11-25 17:44:39 +00:00
Paul Thornthwaite
968615f8ef [Brightbox] Add SSL settings to load balancer
This allows passing a SSL cert and key to a load balancer to use SSL.

If a certificate is present, the expiry time and certificate subject are
available.
2013-10-29 12:15:10 +00:00
Paul Thornthwaite
21c3e97c11 [Brightbox] Breaks schemas from test helper 2013-09-09 11:31:47 +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