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

23 commits

Author SHA1 Message Date
Brad Gignac
e9a7d8fe80 [rackspace|networks] Add networks model and collection. 2013-01-31 23:34:30 -05:00
Kyle Rames
2021bf3595 [rackspace|compute_v2] fixing merge issues; added metadata test for servers 2013-01-24 18:15:18 -06:00
Paul Thornthwaite
b7b7f51b0b [rackspace] Fixes nesting of tests
Fog::Compute connection was called outside of the Shindo blocks and
failing if rackspace credentials were not present.
2013-01-17 10:33:17 +00:00
Brad Gignac
9bce631156 Merge pull request #1470 from rackspace/image_obj
[Rackspace|Compute] updated server.create_image to return Image Object
2013-01-14 15:20:34 -08:00
Kyle Rames
57a021547e [Rackspace|Compute] updated create_image to return an image object instead of the object id 2013-01-14 16:50:50 -06:00
Kyle Rames
a5a04c8be4 fixing merge issues 2013-01-14 13:51:29 -06:00
Kyle Rames
2695399954 Fixing merge conflicts 2013-01-14 11:28:59 -06:00
Kyle Rames
9174315ce3 merge in latest master 2013-01-14 09:37:37 -06:00
Eugene Howe
b7daf27003 [rackspace] Moved methods to MockData module 2013-01-14 10:03:37 -05:00
Eugene Howe
cfc1d58847 [rackspace] compute_v2 and blockstorage are mocked
[ecloud] fixed a test and removed connection deprecation notices
2013-01-11 21:21:18 -05:00
Kyle Rames
c182e322ab Merge branch 'master' of github.com:fog/fog into volume_actions 2013-01-11 16:47:57 -06:00
Kyle Rames
f496ece518 [rackspace|compute] tweaked server model tests; updated ready? method to support different ready states as well as checking for error states 2013-01-11 16:36:07 -06:00
Kyle Rames
19a70fd612 [rackspace|compute] made device an optional parameter in attach_volume method and request; split volume_attach and attachments into two different tests 2013-01-11 08:29:53 -06:00
Kyle Rames
f75b0e3c52 [rackspace|compute] server update method now updates accessIPv4, accessIPv6, as well as name; made server request tests more robust. 2013-01-10 15:48:30 -06:00
Kyle Rames
d387c9b3f1 [rackspace|compute] added attach_volume method to server; cleaned up attachment model 2013-01-09 14:54:02 -06:00
Kyle Rames
49d1c385a6 added better acceptance criteria to server/image metadata tests; added metadata to ignored_attributes to address bug 2013-01-07 16:00:50 -06:00
Kyle Rames
4116970d66 changed metadata implementation for Fog::Compute::RackspaceV2::Server and Fog::Compute::RackspaceV2::Image 2013-01-07 11:10:17 -06:00
Kyle Rames
2f2d602866 Modified Fog::Compute::RackspaceV2 destroy image test from test setup 2012-12-13 13:34:58 -06:00
Kyle Rames
8a71538fde added create_image and delete_image to Compute::RackspaceV2 Fixes #1351 2012-12-11 08:35:06 -06:00
Brian Hartsock
07f7da5c30 [rackspace|computev2] aded test for bootstrap 2012-11-13 22:45:41 -05:00
Brad Gignac
4d82f7bbc4 [rackspace|compute] Set password attribute on V2 servers.
Provides a method for determining next-gen server passwords.
Adds a read-only attribute to next-gen servers for storing
the root password. The attribute is set whenever a new server
is created or the password on an existing server is changed.
2012-08-08 21:57:37 -04:00
Brad Gignac
b574b27397 [rackspace|compute] Add servers model and collection. 2012-08-06 20:38:51 -04:00
Brad Gignac
773b3461ff [rackspace|compute] Add flavors and images. 2012-08-06 20:38:48 -04:00