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

24 commits

Author SHA1 Message Date
Rupak Ganguly
34ca17acc4 [hp] Add Accept header with application/json for all HP requests. 2013-03-13 18:31:01 -04:00
Rupak Ganguly
72a5fcede5 Deprecate hp_account_id to use hp_access_key instead. 2013-01-22 17:28:33 -05:00
Rupak Ganguly
03bf99d9d3 Merge changes from upstream fog 1.8.0 and later updates. 2013-01-18 15:06:41 -05:00
Rupak Ganguly
303fe38f25 Add customised user_agent string for HP providers. Also, enable passing a custom user_agent string from calling clients. Add corresponding tests. 2012-08-13 13:07:39 -04:00
Edward Muller
d180ad4967 Don't leak HP cdn & storage 2012-06-22 09:38:00 -07:00
James Herdman
97b16d08d2 Remove absolute path when requiring 2012-05-26 11:27:28 -04:00
Rupak Ganguly
1ff7b0392d Change hp_service_type to check for 'name' in the service catalog rather than 'type'. 2012-05-01 12:15:22 -04:00
Rupak Ganguly
cbdd519e6a Add availability zone required parameter for storage and cdn services. 2012-04-27 14:13:39 -04:00
Kevin Menard
dcefc2d7de Fixed #875: Loosen multi_json version. 2012-04-25 10:31:28 -04:00
Steve Smith
d89dd56fe7 Use MultiJSON #dump and #load rather than #encode and #decode
MultiJSON deprecated these methods in 1.3.0 in favour of the new ones.
This requires an update to the gemspec to ensure ~>1.3
2012-04-20 13:09:14 +01:00
Rupak Ganguly
9d1e801d92 Add new HP providers for Object Storage, Compute and CDN services. 2012-04-16 15:48:41 -04:00
Rupak Ganguly
de0c739e68 Add hp_tenant_id as a required param for connection to HP providers. 2012-04-11 12:41:05 -04:00
Rupak Ganguly
4b72f88d91 Add mocking support for HP CDN provider. 2012-04-09 16:02:04 -04:00
Rupak Ganguly
813c23ae10 Refactor escape method for container and object names and move it to the HP provider from individual namespaces. 2012-03-21 16:59:08 -04:00
Rupak Ganguly
415e05b2d7 Fix for Fog::HP::CDN::NotFound exception. 2012-02-15 00:40:23 -05:00
Rupak Ganguly
0a3fa872e3 Fix for auth uri using Identity service. 2012-02-09 17:59:07 -05:00
Rupak Ganguly
36bb238685 Refactor to remove service_type param from provider call. 2012-01-24 16:33:46 -05:00
Rupak Ganguly
91214ab329 Update for cdn endpoint fix in place. 2012-01-18 17:36:29 -05:00
Rupak Ganguly
6fc636caf5 Update CDN provider to work with v1 and v2 auths. Also, patch code for incorrect endpoint via CS catalog. 2012-01-18 17:26:48 -05:00
Rupak Ganguly
82346ab8f0 Add a new option for CDN endpoint url and build the CDN mgmt url. 2011-11-10 16:47:52 -05:00
Rupak Ganguly
102646581c Add fix for special chars. in CDN-enabled container names. 2011-10-21 17:43:17 -04:00
Rupak Ganguly
b1d6b001b6 Enable delete_container on the CDN service. 2011-10-21 16:39:55 -04:00
Rupak Ganguly
b21c602f83 Hardcode X-Storage-Url as service is returning wrong url. 2011-10-21 15:50:35 -04:00
Rupak Ganguly
8d443eb351 Enable HP CDN provider. 2011-10-21 00:11:08 -04:00