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

51 commits

Author SHA1 Message Date
geemus
e5e3758918 [cloudstack] fix broken mock test 2013-05-20 11:13:06 -05:00
torake.fransson
708520f5e6 servers can still be nil under some circumstances (server id specified does no longer exist) 2013-05-15 15:17:09 +02:00
torake.fransson
2ff10ab35e Consolidation suggested by Wesley Beary 2013-05-15 11:03:14 +02:00
Tor-Ake Fransson
5c74409f03 fail when cloudstack default view empty 2013-05-08 16:35:48 +02:00
bdorry
7b0cd244a8 Merge pull request from dm1try/cloudstack_add_disk_offering_model
[cloudstack] add disk offering model
2013-04-24 12:26:36 -07:00
Dmitry Dedov
cdb92ec49b [cloudstack] fix typo in declaration model 2013-04-23 12:50:21 +03:00
Dmitry Dedov
187f986fc7 [cloudstack] add create/delete disk_offering mocks 2013-04-22 15:44:43 +03:00
Dmitry Dedov
1f3ebf395b [cloudstack] add disk offerings to compute, tidy up 2013-04-22 13:54:41 +03:00
Dmitry Dedov
425a3004bd [cloudstack] add disk_offerings collection 2013-04-22 13:39:47 +03:00
Dmitry Dedov
b12e45772f [cloudstack] add disk_offering model 2013-04-22 13:27:32 +03:00
Dmitry Dedov
9de639e123 [cloudstack] add delete_disk_offering request 2013-04-22 13:19:44 +03:00
Dmitry Dedov
3a306e3131 [cloudstack] add create_disk_offering request 2013-04-22 13:17:34 +03:00
dm1try
b3d0bc1d2d [cloudstack] add test volume to mock data 2013-04-20 23:00:30 +03:00
dm1try
e85f6688b1 [cloudstack] add list_snapshots request mock 2013-04-20 22:41:58 +03:00
dm1try
6e2bc6d6c3 [cloudstack] add delete_snapshot request mock, fix delete_snapshot description comments 2013-04-20 22:15:02 +03:00
Dmitry Dedov
6086cc0d01 [cloudstack] fix image password_enabled field alias 2013-04-17 13:35:21 +03:00
Dmitry Dedov
951212e957 [cloudstack] servers collection, add attributes to :all method 2013-04-15 17:38:15 +03:00
Dmitry Dedov
ba6242f64d [cloudstack] add list_os_types, list_disk_offerings request mocks 2013-04-11 11:31:18 +03:00
Dmitry Dedov
1a753624b8 [cloudstack] add disk_offerings, os_types mock data 2013-04-11 11:21:58 +03:00
Dmitry Dedov
7fe7796412 [cloudstack] add snapshot model 2013-03-26 18:27:42 +03:00
Paul Thornthwaite
245c3452a2 [cloudstack] Updates reference to service 2013-01-07 20:53:28 +00:00
Dan Bode
ebf45f2468 Add attr group.
This commit adds the group object to the
cloudstack compute model.
2012-11-20 20:49:39 -08:00
Dan Bode
6911b7da0b Do not add empty security group
Previously, not setting a security group leads to an invalid
signature (when using api keys). This was caused b/c
an extra securitygroupid was added with '' as its value.

This was calculated as a part of the signature, but dropped
from the request, leading to the error:
    unable to verify user credentials and/or request signature

This commit only adds a securtygroupid param if the result of
the querying for groups does not return []. This will prevent the
extra security group from being added.
2012-11-09 13:37:37 -08:00
Frederick Cheung
e519f9bd46 [Cloudstack] 1.8.7 compat: on 1.8.7 '123'[0] returns the byte value of '0' and not '1' 2012-09-02 12:51:17 +01:00
geemus
cbcd71236d [cloudstack|compute] remove erroneous comma in merge command 2012-08-16 14:38:51 -05:00
bdorry
354ac075d8 Merge pull request from kliuchnikau/cloudstack_register_template
Cloudstack: added registerTemplate request
2012-08-10 07:18:48 -07:00
Aliaksei Kliuchnikau
13ed022c3f CloudStack: listTemplates, registerTemplate requests return hypervisor in the response 2012-08-09 12:52:52 +03:00
Aliaksei Kliuchnikau
47218e93e3 CloudStack: added registerTemplate request 2012-08-09 12:51:52 +03:00
alex
8dc5148658 CloudStack: images.get always returns nil - fixed 2012-08-08 22:00:34 +03:00
Josh Lane
c47ba29b39 [cloudstack|security_group] fix rule revoke mock 2012-07-20 16:38:49 -07:00
Josh Lane & Jason Hansen
1fb8b19510 [cloudstack|server] assign security group 2012-07-18 16:46:45 -07:00
Josh Lane & Jason Hansen
722b33cdad [cloudstack|security_groups] add groups and rules
* add volume tests back into tests/cloudstack/models/
* represent rules as a resource
* fix job representations
2012-07-18 12:59:16 -07:00
James Herdman
a3c92dcd6a Remove duplicate Mock class definition 2012-05-26 11:27:28 -04:00
James Herdman
97b16d08d2 Remove absolute path when requiring 2012-05-26 11:27:28 -04:00
James Herdman
5f95596f39 Remove unused variable 2012-05-26 11:27:26 -04:00
Josh Lane & Jason Hansen
54f1c92184 [cloudstack|compute] volumes support 2012-05-22 16:54:30 -07:00
Jason Hansen & Josh Lane
ff9fd54c1a [cloudstack|compute] support async jobs 2012-05-21 16:53:53 -07:00
Jason Hansen & Josh Lane
5e68a7e204 [cloudstack|compute] zones,flavors,images,address 2012-05-16 16:06:13 -07:00
Josh Lane & Jason Hansen
e470e6cc66 [cloudstack|compute] server abstraction and mocks 2012-05-16 10:01:19 -07:00
Kevin Menard
dcefc2d7de Fixed : 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
geemus
e7ed695fc2 [cloudstack] skip ssl verification 2012-03-18 17:25:29 -05:00
bdorry
f6bd3126c8 [cloudstack|compute] added update resource count action 2012-02-01 12:17:37 -05:00
bdorry
40c4fc2098 [cloudstack|compute] added ssh key support, snapshot policy support 2012-01-25 11:11:22 -05:00
bdorry
8745aa0342 [cloudstack|compute] merged in upstream 2012-01-16 10:38:44 -05:00
bdorry
bdfb60fbb7 merged 1.0.0 2011-11-10 13:38:58 -05:00
bdorry
57c54cc870 Merge pull request from ke4qqq/master
rounding out Virtual Machine section of API Coverage
2011-11-10 08:34:18 -08:00
Christopher Oliver
951e9c4aaf Removed various 'puts' statements... 2011-10-31 12:10:46 -04:00
David Nalley
991a4c35e8 rounding out API coverage in 'Virtual Machine section 2011-10-29 19:53:10 -04:00
Brian Dorry
0a0148399b [cloudstack] added additional networking support and volume management commands 2011-10-09 21:14:28 -04:00