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

23 commits

Author SHA1 Message Date
Rupak Ganguly
c3058e86f3 Enable and implement create, get and delete security group methods for compute service. 2011-12-01 15:42:33 -05:00
Rupak Ganguly
950fc37af8 Enable and implemented delete_security_groups method in requets layer for compute services. 2011-11-30 18:18:54 -05:00
Rupak Ganguly
e32d1c32e9 Use id instead of name to index the security groups hash in mock data structure. 2011-11-30 18:17:20 -05:00
Rupak Ganguly
485eb7a628 Fix code to remove from last modified hash afetr delete in mock code. 2011-11-30 17:21:41 -05:00
Rupak Ganguly
48099f8522 Enable and implemented create_security_groups method for request layer for compute services. 2011-11-30 17:04:45 -05:00
Rupak Ganguly
bfadebf62a Fix a small typo in mocks. 2011-11-30 17:01:15 -05:00
Rupak Ganguly
42513557a0 Add implementation for list_security_groups request layer method and enable it for compute services. Add mocking support as well. 2011-11-29 17:59:46 -05:00
Rupak Ganguly
91f5ac41de Enable delete_key_pair request method and implement it, along with mocking support. 2011-11-23 15:11:51 -05:00
Rupak Ganguly
f15faa6b17 Fix param name. 2011-11-23 15:10:50 -05:00
Rupak Ganguly
1fa8042463 Remove a debug message. 2011-11-23 13:28:03 -05:00
Rupak Ganguly
b6303ff2c4 Add implementation for creating keypair and also provide mocking support. 2011-11-23 13:21:37 -05:00
Rupak Ganguly
3121ef15ab Fix issue with list in mock mode. 2011-11-23 13:18:22 -05:00
Rupak Ganguly
099a963fd3 Add list_key_pairs compute request layer method, and mocks for it as well. 2011-11-22 14:42:29 -05:00
Rupak Ganguly
e64281bbce Add request and model methods for change_password_server, and enable it for compute. 2011-11-18 12:17:29 -05:00
Rupak Ganguly
60b11858c1 Add name, accessIPv4 and accessIPv6 as properties. Change create_server signature to include the now required name param. Breaking change due to OS API. 2011-11-03 14:37:06 -04:00
Rupak Ganguly
5dd9a8a451 Add new request layer method for rebuild_server and enable it for compute services. Behavior added in Diablo 4. 2011-11-02 16:29:54 -04:00
Rupak Ganguly
2ecb406c08 Update image and images model, and create_image call now uses server_action. Behavior change in Diablo 4. 2011-11-02 15:14:58 -04:00
Rupak Ganguly
102646581c Add fix for special chars. in CDN-enabled container names. 2011-10-21 17:43:17 -04:00
Rupak Ganguly
e74fd7e2c8 Add initial implementation for cdn services i.e. GET, PUT, POST, HEAD and DELETE. 2011-10-21 00:16:29 -04:00
Rupak Ganguly
2ba533cb0a Change expected status to be 204 instead of 200. 2011-10-18 11:19:28 -04:00
Rupak Ganguly
c640d7d7e4 Change expected status to be 204 instead of 202. 2011-10-18 11:18:14 -04:00
Rupak Ganguly
d1172a6bd3 Change flavorId to flavorRef and imageId to imageRef as the specs changed. Also, change expected status to be 202 instead of 200. 2011-10-18 11:16:37 -04:00
Rupak Ganguly
7e1a287e4d Merge fog 1.0.0 from upstream, and update namespace changes across the HP provider for storage and compute services. 2011-10-17 15:25:07 -04:00