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

26 commits

Author SHA1 Message Date
Kyle Rames
9a31161c92 [core] Adds ssh_ip_address= so users can override the ssh address per issue #2584 2014-01-22 11:38:31 -06:00
Mark Phillips
6768ebb193 support "name" on cloudstack deploy 2013-09-27 12:25:20 +01:00
Christophe Roux
c22c821adc [Cloudstack|Compute] Add support for keypair and userdata when creating cloudstack vms 2013-08-07 11:34:57 +02:00
torake.fransson
c8b21b067d lib/fog/cloudstack/models/compute/servers.rb must check for nil before checking for empty
Error message gems/fog-1.14.0/lib/fog/cloudstack/models/compute/servers.rb:26:in `get': undefined method `empty?' for nil:NilClass (NoMethodError)
2013-07-23 15:21:59 +02:00
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
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
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
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
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
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