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
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
ce140dc4e5 [rackspace|storage] updating to use 2.0 authentication endpoints 2013-02-19 14:43:06 -06:00
Brad Gignac
f9c5773bb6 [rackspace|identity] Correctly populate model from request data.
Previously, the model was being incorrectly loaded from request data. As a
result, the username and apiKey properties were always nil. This fixes parsing
and improves the tests to catch this type of bug in the future.
2013-01-29 17:10:49 -05:00
Paul Thornthwaite
bc26c4e433 [rackspace] Updates reference to service 2013-01-07 21:01:20 +00:00
Paul Thornthwaite
40c0cd7122 Make use of #persisted? method
In many places we were checking for identity which was the shorthand for
checking if the resource had been saved by the service.

The #persisted? method was added to show a clearer intent and also offer
minimal ActiveModel interface
2012-12-23 02:45:05 +00:00
Brian Hartsock
bae7e50765 [rackspace|identity] Handle NotAuthorized respones from the identity API in the user model 2012-06-25 22:56:53 -04:00
Brad Gignac
21c0fd079f [rackspace|identity] Add user model and collection with tests. 2012-06-23 16:40:40 -04:00