Rupak Ganguly
|
826136433c
|
Add new attributes and revise addresses hash structure for the mock.
|
2011-12-09 13:29:22 -05:00 |
|
Rupak Ganguly
|
6e2c3508eb
|
Enable and add associating and disassociating addresses to a server instance in the request layer for the compute service.
|
2011-12-08 17:59:18 -05:00 |
|
Rupak Ganguly
|
d1f8355069
|
Fix the documentation.
|
2011-12-08 17:58:13 -05:00 |
|
Rupak Ganguly
|
7b68187b54
|
Enable and implement the address model layer for the compute service.
|
2011-12-07 17:55:11 -05:00 |
|
Rupak Ganguly
|
d96971d98f
|
Enable and implement list addresses for request layer for the compute service.
|
2011-12-06 17:08:41 -05:00 |
|
Rupak Ganguly
|
0f89be0f8c
|
Rename these to add a server prefix as they pertain to server addresses.
|
2011-12-06 16:58:36 -05:00 |
|
Rupak Ganguly
|
408bec0b00
|
Enable and implement get address for request layer along with mocking support for the compute service.
|
2011-12-06 15:56:49 -05:00 |
|
Rupak Ganguly
|
ee09f5709b
|
Fix documentation.
|
2011-12-06 15:53:33 -05:00 |
|
Rupak Ganguly
|
f5cd3e3618
|
Enable and add implementation for release address for request layer for the compute service.
|
2011-12-06 15:47:11 -05:00 |
|
Rupak Ganguly
|
eb1470121e
|
Add options for keyname, security group and availability zone.
|
2011-12-06 14:11:06 -05:00 |
|
Rupak Ganguly
|
3c5c5f7a8d
|
Enable and implement allocate address with mocking support for compute services.
|
2011-12-06 14:10:12 -05:00 |
|
Rupak Ganguly
|
e75b022f20
|
Add helper methods for mocking.
|
2011-12-06 14:09:20 -05:00 |
|
Rupak Ganguly
|
462116781e
|
Fix create_rule to return response instead of boolean.
|
2011-12-06 00:29:28 -05:00 |
|
Rupak Ganguly
|
35e5cb5688
|
Add security group rule methods to security group model.
|
2011-12-05 23:37:41 -05:00 |
|
Rupak Ganguly
|
9cf629bc74
|
Enable and implement delete security group rules for compute service.
|
2011-12-05 19:04:01 -05:00 |
|
Rupak Ganguly
|
7dd307b6ad
|
Small fix in mocks.
|
2011-12-05 19:02:57 -05:00 |
|
Rupak Ganguly
|
f092738209
|
Fix bugs in mocking support.
|
2011-12-05 15:29:27 -05:00 |
|
Rupak Ganguly
|
7a398f6267
|
Enable and add implementation for create security group rules for compute service.
|
2011-12-05 12:49:29 -05:00 |
|
Rupak Ganguly
|
0c4a03b4bf
|
Enable and add the security groups model layer implementation for the compute services.
|
2011-12-02 16:15:56 -05:00 |
|
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
|
925fc3db89
|
Enable and implement key pairs model layer for compute service.
|
2011-11-28 18:07:31 -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
|
82508e40cf
|
Enable create_key_pair service for compute. Add key_pairs array for mocking support.
|
2011-11-23 13:20:36 -05:00 |
|
Rupak Ganguly
|
3121ef15ab
|
Fix issue with list in mock mode.
|
2011-11-23 13:18:22 -05:00 |
|
Rupak Ganguly
|
a28193d2b8
|
Add some mocking helper methods.
|
2011-11-23 13:17:43 -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
|
953bf7625f
|
Add some new attributes. Fix image_id and flavor_id getters.
|
2011-11-17 16:47:11 -05:00 |
|
Rupak Ganguly
|
401908447f
|
Update destroy and save methods to call appropriate CDN counterparts when CDN service is available and enabled.
|
2011-11-11 16:14:28 -05:00 |
|
Rupak Ganguly
|
d125fdc3eb
|
Add a new cdn uri to the Storage service to enable a CDN service from within the Storage service.
|
2011-11-11 16:12:57 -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
|
0c571634d9
|
Update changelog for 0.0.10 tagged version.
|
2011-11-04 16:01:15 -04:00 |
|
Rupak Ganguly
|
d98bb3dcbb
|
Remove resize related calls as they are not fully functional yet.
|
2011-11-03 18:31:54 -04:00 |
|
Rupak Ganguly
|
e9456d88a9
|
Add new attributes, update flavor and image attributes and add corresponding accessors for them. Add new methods for rebuild, resize, revert_resize, confirm_resize, and create_image. Update save method to use new attributes. Update create_server call to pass in name param.
|
2011-11-03 18:30:55 -04: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
|
9a64b3f1d4
|
Enable new compute services.
|
2011-11-03 13:25:14 -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
|
465b8362c5
|
Remove CDN integration from within Storage service, till CDN service is more mature.
|
2011-10-24 17:33:49 -04:00 |
|
Rupak Ganguly
|
3ad6af22c0
|
Make headers camel cased in public_url and remove manipulation of public_url in save method. Use delete_container in CDN context instead of out_container.
|
2011-10-24 16:00:21 -04:00 |
|
Rupak Ganguly
|
02e40aed2c
|
Update code to call delete_container if CDN is enabled.
|
2011-10-24 13:40:50 -04:00 |
|