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

16 commits

Author SHA1 Message Date
Brad Gignac
e9a7d8fe80 [rackspace|networks] Add networks model and collection. 2013-01-31 23:34:30 -05:00
Brad Gignac
b2601eb913 [rackspace|networks] Add Cloud Networks requests. 2013-01-31 23:34:30 -05:00
Brad Gignac
31b72b42f2 [rackspace|compute] Handle malformed API responses.
When deleting a Cloud Network, the API returns a plain text
response even when the Content-Type is set to
application/json. In the event of a JSON parsing error, this
change sets the request body to an empty hash.
2013-01-31 22:21:10 -05:00
Brad Gignac
ee02e55175 [rackspace|compute] Fix typo in attachments model. 2013-01-31 22:21:08 -05:00
Eugene Howe
cfc1d58847 [rackspace] compute_v2 and blockstorage are mocked
[ecloud] fixed a test and removed connection deprecation notices
2013-01-11 21:21:18 -05:00
Kyle Rames
90c310a1c4 Merge branch 'master' of github.com:fog/fog into server_metadata 2013-01-07 11:42:55 -06:00
Kyle Rames
fc1c77ca7e refactored Fog::Compute::RackspaceV2 metadata to take collection as a parameter rather than using it as part of the method name. 2013-01-02 15:39:44 -06:00
Kyle Rames
68254a3f1d added server metadata operations for Fog::Compute::RackspaceV2 2013-01-02 08:34:32 -06:00
Kyle Rames
39049cc769 implemented list_addresses_by_network for Fog::Compute::RackspaceV2 2012-12-21 10:13:25 -06:00
Kyle Rames
a8c8e96da4 implemented list_addresses for Fog::Compute::RackspaceV2 2012-12-20 17:42:04 -06:00
Kyle Rames
c131c68aca added a mock for Compute::RackspaceV2 delete_image; Compute::RackspaceV2 has not implemented mocking support however 2012-12-12 08:56:16 -06:00
Kyle Rames
8a71538fde added create_image and delete_image to Compute::RackspaceV2 Fixes #1351 2012-12-11 08:35:06 -06:00
Julio Feijo
8920e7bbfb [rackspace|compute] Add attachments model and collection.
Provide a method for attaching, listing, and detaching block
storage volumes on Rackspace next-generation cloud servers.
2012-09-13 10:37:37 -04:00
Brad Gignac
b574b27397 [rackspace|compute] Add servers model and collection. 2012-08-06 20:38:51 -04:00
Brad Gignac
773b3461ff [rackspace|compute] Add flavors and images. 2012-08-06 20:38:48 -04:00
Brad Gignac
c9134655b0 [rackspace|compute] Add service for Cloud Servers v2.0.
This is the first instance of a versioned service inside of
fog. To specify version 2.0 of the API over 1.0, you simply
pass ":version => 'v2'" when instantiating a new compute
service.
2012-08-01 17:28:44 -04:00