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

27 commits

Author SHA1 Message Date
Kyle Rames
f82b25c986 [rackspace|compute_v2] fixed chef issue 2013-03-15 11:55:40 -05:00
Kyle Rames
a3fb609379 [rackspace|compute_v2] updated compute_v2 to get the appropriate endpoint from the service catalog when an endpoint is specified via :rackspace_endpoint with one of the known constants (DFW_ENDPOINT, ORD_ENDPOINT, LON_ENDPOINT); updated compute examples to use rackspace region 2013-03-15 09:11:39 -05:00
Kyle Rames
2647212838 merging in latest master 2013-03-05 14:34:49 -06:00
Kyle Rames
06fa838204 Revert "Revert "[rackspace] adding accept headers to block_storage, cdn, compute_v2, databases, identity, load_balancers, storage""
This reverts commit f64e312e92.
2013-03-01 16:59:59 -06:00
Kyle Rames
b16d925480 [rackspace] made some methods private per @brianhartsock 2013-03-01 16:47:22 -06:00
Kyle Rames
d93d3c350b [rackspace] created auth_token method in service that will return a token defined in the @auth_token variable to the identity service to reduce the chance that token might not be set; improved token tests 2013-03-01 14:48:26 -06:00
Kyle Rames
88beffdf64 [rackspace] updated to pass string rather and a uri to Fog::Connection 2013-03-01 14:46:14 -06:00
Kyle Rames
8db34057c8 updated endpoint handing 2013-02-28 14:57:09 -06:00
Kyle Rames
8e3575ea9f [rackspace] updated service_catalog.reload; added rackspace_cdn_url as an option to storage service; tweaked compute_v2 auth 2013-02-21 13:07:29 -06:00
Kyle Rames
65af5b018e [rackspace|compute_v2] updated to support auth 2.0 2013-02-20 15:48:19 -06:00
Kyle Rames
ca7d7135f5 [rackspace|compute_v2] updated compute_v2 to use auth 2.0 endpoints 2013-02-20 08:14:34 -06:00
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