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

8 commits

Author SHA1 Message Date
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
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
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