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

29 commits

Author SHA1 Message Date
geemus
0f74c3f6c9 [aws|compute] make mock delay comparison >= so that delay 0 will work properly 2011-05-18 16:10:46 -07:00
Aaron Suggs
a30c6c9970 [compute|aws] Mock get_password_data request 2011-05-18 14:37:44 -04:00
geemus
2725e312fd [aws|compute] better region/zone handling for mocks 2011-05-17 10:32:44 -07:00
geemus
82425027bb [aws|compute] less confusing explanation comment 2011-05-13 13:43:31 -07:00
Aaron Suggs
00278cf57a [compute|aws] Add get_password_data request.
This request only applies to MS Windows instances,
so use an MS Win AMI in the instance tests.

Relaxes the parser formats flexible to make tests
less brittle to other instances.

Depends on #302
2011-05-13 12:49:28 -04:00
Aaron Suggs
5895747456 [compute|aws] Fix describe_instances filtering.
describe_instances now correctly handles filters
with a single instance id. E.g.

filters = {'instance-id' => 'i-12345678'}
2011-05-13 12:35:30 -04:00
geemus
76444cb484 [aws|compute] use old style, more consistent call to get single instance 2011-05-11 16:09:13 -07:00
Samuel Merritt
707a46ae75 [compute|aws] Add different availability zones for each region to the mock.
Closes #262.
2011-04-26 17:45:05 -07:00
Matt Griffin
e0677e7883 [aws | instances] Correct name of dns-filter filter 2011-03-29 10:34:02 -04:00
geemus
98ea62da06 Merge remote branch 'Viximo/feature/mocks' 2011-03-28 14:08:26 -07:00
Matt Griffin
8f56ae8351 [aws | tags] Add delete_tags mock 2011-03-25 16:05:34 -04:00
Matt Griffin
bd506e0e73 [aws] Add tag filtering to mocks for snapshots, volumes, instances. 2011-03-25 16:05:34 -04:00
Matt Griffin
74c8566099 [aws | tags] Add tag to resource data when creating a mock tag 2011-03-25 16:05:26 -04:00
coliver
d62279b7b5 Removed CGI escape calls from requests/aws/create_security_group.rb 2011-03-23 17:13:31 -04:00
geemus
6941fc6dfe de-inline conditionals 2011-03-22 11:17:02 -07:00
geemus
8e7f545b2c Merge remote branch 'mtodd/create_volume-raise-on-non-existent-snapshot' 2011-03-22 11:15:58 -07:00
Matt Todd
7d61e5dac9 [aws|compute] Raise error on non-existent snapshot for create_volume 2011-03-21 23:43:16 -04:00
Matt Todd
5c5ccc349a [aws|compute] Emulate volume unavailability when mocking 2011-03-21 23:31:15 -04:00
gilles
01cfd42011 parser is much closer to the original XML
test updates @data
2011-03-15 15:35:32 -07:00
gilles
87b5a30e19 monitor / unmonitor for AWS 2011-03-11 13:06:49 -08:00
geemus
17e137efa0 [aws|compute] fix revoke_security_group method signature 2011-03-03 15:44:49 -08:00
geemus
cb4a9d0cd9 [aws|compute] allow deleting all tags 2011-03-02 10:46:35 -08:00
crazed
1d341d0b04 [aws|compute] fixed missing require line for basic parser 2011-02-24 02:52:18 +08:00
crazed
4f9972efcd [aws|compute] authorize/revoke security group requests name should be required param 2011-02-23 02:54:54 +08:00
Cody Herriges
7166d35d6b [aws] One line change to be able to delete AWS tag
I have know idea if that was intentional but with that action set the
  method does not delete tags.  Setting it to the DeleteTags action does.
2011-02-12 03:11:18 +08:00
geemus
c673c28b16 implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
geemus
5b2aaef25e [aws|compute] describe reserved instances offerings 2011-01-26 13:35:22 -08:00
Matt Griffin
f267bc54af [aws | compute] implement describe_images mock 2011-01-22 05:23:20 +08:00
geemus
3be53104be [compute] consolidate 2011-01-07 16:52:09 -08:00