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
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
a839747733
Merge branch 'master' of github.com:fog/fog into server_update
2013-01-10 15:48:42 -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
Brian Hartsock
f408d76754
Merge pull request #1454 from rackspace/rebuild_params
...
[rackspace|compute] updated rebuild to support passing additional option...
2013-01-10 09:28:30 -08:00
Kyle Rames
999b42f3f2
[rackspace|compute] updated rebuild to support passing additional options
2013-01-08 10:53:43 -06:00
Kyle Rames
9d72ff3f35
fixing broken tests
2013-01-08 10:32:24 -06:00
Kyle Rames
f83f744470
fixing typo
2013-01-08 09:57:45 -06:00
Kyle Rames
90c310a1c4
Merge branch 'master' of github.com:fog/fog into server_metadata
2013-01-07 11:42:55 -06:00
Kyle Rames
d8b8bb4134
fixing broken tests
2013-01-07 11:42:37 -06:00
Kyle Rames
84ec8d580c
changing variable names to make code clearer
2013-01-07 11:25:49 -06:00
Kyle Rames
fc1c77ca7e
refactored Fog::Compute::RackspaceV2 metadata to take collection as a parameter rather than using it as part of the method name.
2013-01-02 15:39:44 -06:00
Kyle Rames
68254a3f1d
added server metadata operations for Fog::Compute::RackspaceV2
2013-01-02 08:34:32 -06:00
Kyle Rames
39049cc769
implemented list_addresses_by_network for Fog::Compute::RackspaceV2
2012-12-21 10:13:25 -06:00
Kyle Rames
a8c8e96da4
implemented list_addresses for Fog::Compute::RackspaceV2
2012-12-20 17:42:04 -06:00
Kyle Rames
c131c68aca
added a mock for Compute::RackspaceV2 delete_image; Compute::RackspaceV2 has not implemented mocking support however
2012-12-12 08:56:16 -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
49300e6260
Merge remote-tracking branch 'scotje/master'
...
Conflicts:
lib/fog/rackspace/models/compute_v2/server.rb
2012-11-09 20:37:22 -05:00
heyryanw
99961f32f7
Adding explicit support for metadata for Rackspace compute_v2.
2012-11-08 05:13:15 -08:00
Julio Feijo
1f59f0fddd
changed list nova servers request to get details
2012-10-19 15:56:35 -03:00
Jesse Scott
62cef00f33
Merge remote-tracking branch 'upstream/master'
2012-10-17 11:16:15 -07:00
Alex Dunn
0ca2117397
modified create function to include options. changed "diskConfig" to "OS-DCF:diskConfig" to allow disk configuration to be properly set.
2012-10-08 15:16:41 -07:00
Julio Feijo
8920e7bbfb
[rackspace|compute] Add attachments model and collection.
...
Provide a method for attaching, listing, and detaching block
storage volumes on Rackspace next-generation cloud servers.
2012-09-13 10:37:37 -04:00
Jesse Scott
ea179666a4
Implemented bootstrap method for Rackspace Compute v2.
...
Added ability to set "metadata" and "personality" fields when creating a server on Rackspace Compute v2.
Improved response parsing when dealing with Rackspace DNS service.
2012-09-11 09:45:14 -07: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