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

30 commits

Author SHA1 Message Date
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 #1078 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 #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
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 #1 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
bdorry
5719b5376a merged in 0.11.0 release 2011-09-07 10:25:43 -04:00