1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/aws/requests/compute
MaF 06d2bcdd40 Changes to the security group handling:
* CreateSecurityGroup now includes the group id in the reply, this
  patch makes the code store this
* The patch also changes the delete call to use the group id if
  present (since you must use the id when deleting VPC groups)
* Fix teh security group mock and test code to handle this new behavior
2012-03-20 14:49:32 +01:00
..
allocate_address.rb [aws|compute] Fix allocate_address mocking. 2012-02-15 16:37:55 -04:00
associate_address.rb associate EIPs in a vpc 2012-02-21 09:12:56 -05:00
attach_volume.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
authorize_security_group_ingress.rb Changed verify_permission_options in mocked version of authorize_security_group_ingress 2012-03-15 14:30:40 +01:00
cancel_spot_instance_requests.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
create_image.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
create_key_pair.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
create_placement_group.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
create_security_group.rb Changes to the security group handling: 2012-03-20 14:49:32 +01:00
create_snapshot.rb [aws|compute] Allow mock tagging to work across accounts. 2011-10-07 14:39:13 -07:00
create_spot_datafeed_subscription.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
create_subnet.rb [aws]Add in subnets 2012-03-11 23:15:37 -04:00
create_tags.rb Ran M-x align-regexp on the hashrockets 2012-02-05 18:50:04 -05:00
create_volume.rb [aws|compute] Allow mock tagging to work across accounts. 2011-10-07 14:39:13 -07:00
create_vpc.rb basic VPC creation 2012-03-05 22:47:10 -05:00
delete_key_pair.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
delete_placement_group.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
delete_security_group.rb Improved support for SecurityGroup IDs 2012-03-09 09:09:28 +01:00
delete_snapshot.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
delete_spot_datafeed_subscription.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
delete_subnet.rb [aws]Add in subnets 2012-03-11 23:15:37 -04:00
delete_tags.rb [aws|compute] Fix a bug in delete_tags, but come up against a bug in AWS where tags aren't deleted if the resource still exists. 2011-10-07 18:35:53 -07:00
delete_volume.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
delete_vpc.rb basic VPC creation 2012-03-05 22:47:10 -05:00
deregister_image.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
describe_addresses.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
describe_availability_zones.rb added sa-east-1 region 2011-12-15 12:37:31 +00:00
describe_images.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
describe_instance_status.rb Add implementation of DescribeInstanceStatus. 2011-12-02 15:28:34 -08:00
describe_instances.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
describe_key_pairs.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
describe_placement_groups.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
describe_regions.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
describe_reserved_instances.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
describe_reserved_instances_offerings.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
describe_security_groups.rb Improved support for SecurityGroup IDs 2012-03-09 09:09:28 +01:00
describe_snapshots.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
describe_spot_datafeed_subscription.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
describe_spot_instance_requests.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
describe_spot_price_history.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
describe_subnets.rb [aws]Add in subnets 2012-03-11 23:15:37 -04:00
describe_tags.rb [compute|aws] Add mocking for describe_tags 2011-09-06 11:25:55 -04:00
describe_volume_status.rb DescribeVolumeStatus 2012-03-14 23:16:31 -07:00
describe_volumes.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
describe_vpcs.rb basic VPC creation 2012-03-05 22:47:10 -05:00
detach_volume.rb [aws|compute] Mock detach_volume should raise proper error if volume is not attached. 2012-03-15 14:22:21 -07:00
disassociate_address.rb associate EIPs in a vpc 2012-02-21 09:12:56 -05:00
get_console_output.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
get_password_data.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
import_key_pair.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
modify_image_attribute.rb [aws|compute] Mock modify_image_attribute add/remove users. 2011-10-06 12:08:34 -07:00
modify_instance_attribute.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
modify_snapshot_attribute.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
monitor_instances.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
purchase_reserved_instances_offering.rb [aws|mock] Dig into mock data instead of instantiating new service objects. 2011-10-05 15:52:09 -07:00
reboot_instances.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
register_image.rb [aws|compute] Allow mock tagging to work across accounts. 2011-10-07 14:39:13 -07:00
release_address.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
request_spot_instances.rb Improved support for SecurityGroup IDs 2012-03-09 09:09:28 +01:00
revoke_security_group_ingress.rb Changed verify_permission_options in mocked version of authorize_security_group_ingress 2012-03-15 14:30:40 +01:00
run_instances.rb Improved support for SecurityGroup IDs 2012-03-09 09:09:28 +01:00
start_instances.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
stop_instances.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
terminate_instances.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
unmonitor_instances.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00