.. |
allocate_address.rb
|
[aws|compute] Address#destroy handles VPC addresses, improve address allocate/release mocking for VPC.
|
2012-07-18 12:33:13 -03:00 |
associate_address.rb
|
|
|
associate_dhcp_options.rb
|
this adds the dhcp_options object and associated operations
|
2012-06-04 16:03:34 -04:00 |
attach_internet_gateway.rb
|
VPC ELBs, Tests, and the introduction of the InternetGateway object
|
2012-05-22 15:15:06 -04:00 |
attach_network_interface.rb
|
https://github.com/fog/fog/issues/810 - Add ENI support by maf23
|
2012-04-01 22:22:38 -04:00 |
attach_volume.rb
|
|
|
authorize_security_group_ingress.rb
|
add authorize and revoke port range for security group
|
2012-06-15 21:56:02 -07:00 |
cancel_spot_instance_requests.rb
|
|
|
create_dhcp_options.rb
|
...and the same for dhcp_options
|
2012-07-02 14:38:08 +02:00 |
create_image.rb
|
|
|
create_internet_gateway.rb
|
And the same for internet gateways
|
2012-07-02 14:43:21 +02:00 |
create_key_pair.rb
|
|
|
create_network_interface.rb
|
https://github.com/fog/fog/issues/810 - Add ENI support by maf23
|
2012-04-01 22:22:38 -04:00 |
create_placement_group.rb
|
|
|
create_security_group.rb
|
|
|
create_snapshot.rb
|
|
|
create_spot_datafeed_subscription.rb
|
|
|
create_subnet.rb
|
Correct solution for subnet failing tests - use a collection in self.data
|
2012-07-02 14:23:23 +02:00 |
create_tags.rb
|
|
|
create_volume.rb
|
|
|
create_vpc.rb
|
Do the same thing for vpcs as previously done for subnets
|
2012-07-02 14:30:31 +02:00 |
delete_dhcp_options.rb
|
...and the same for dhcp_options
|
2012-07-02 14:38:08 +02:00 |
delete_internet_gateway.rb
|
And the same for internet gateways
|
2012-07-02 14:43:21 +02:00 |
delete_key_pair.rb
|
|
|
delete_network_interface.rb
|
https://github.com/fog/fog/issues/810 - Add ENI support by maf23
|
2012-04-01 22:22:38 -04:00 |
delete_placement_group.rb
|
|
|
delete_security_group.rb
|
|
|
delete_snapshot.rb
|
|
|
delete_spot_datafeed_subscription.rb
|
|
|
delete_subnet.rb
|
Correct solution for subnet failing tests - use a collection in self.data
|
2012-07-02 14:23:23 +02:00 |
delete_tags.rb
|
|
|
delete_volume.rb
|
|
|
delete_vpc.rb
|
Do the same thing for vpcs as previously done for subnets
|
2012-07-02 14:30:31 +02:00 |
deregister_image.rb
|
|
|
describe_addresses.rb
|
|
|
describe_availability_zones.rb
|
add us-east-1e to mock
|
2012-07-02 11:16:18 -07:00 |
describe_dhcp_options.rb
|
...and the same for dhcp_options
|
2012-07-02 14:38:08 +02:00 |
describe_images.rb
|
|
|
describe_instance_status.rb
|
complete Request param support
|
2012-03-31 12:21:09 -07:00 |
describe_instances.rb
|
private ip address should start with a 10.
|
2012-07-13 11:46:37 -04:00 |
describe_internet_gateways.rb
|
And the same for internet gateways
|
2012-07-02 14:43:21 +02:00 |
describe_key_pairs.rb
|
|
|
describe_network_interface_attribute.rb
|
https://github.com/fog/fog/issues/810 - Add ENI support by maf23
|
2012-04-01 22:22:38 -04:00 |
describe_network_interfaces.rb
|
https://github.com/fog/fog/issues/810 - Add ENI support by maf23
|
2012-04-01 22:22:38 -04:00 |
describe_placement_groups.rb
|
|
|
describe_regions.rb
|
|
|
describe_reserved_instances.rb
|
|
|
describe_reserved_instances_offerings.rb
|
|
|
describe_security_groups.rb
|
wrangled security tests into working
|
2012-03-20 16:38:21 -04:00 |
describe_snapshots.rb
|
|
|
describe_spot_datafeed_subscription.rb
|
|
|
describe_spot_instance_requests.rb
|
|
|
describe_spot_price_history.rb
|
|
|
describe_subnets.rb
|
Correct solution for subnet failing tests - use a collection in self.data
|
2012-07-02 14:23:23 +02:00 |
describe_tags.rb
|
|
|
describe_volume_status.rb
|
refactor to use Fog::AWS.indexed_request_param
|
2012-03-31 12:21:35 -07:00 |
describe_volumes.rb
|
|
|
describe_vpcs.rb
|
Do the same thing for vpcs as previously done for subnets
|
2012-07-02 14:30:31 +02:00 |
detach_internet_gateway.rb
|
VPC ELBs, Tests, and the introduction of the InternetGateway object
|
2012-05-22 15:15:06 -04:00 |
detach_network_interface.rb
|
minor fix to ENI tests
|
2012-04-01 22:29:36 -04:00 |
detach_volume.rb
|
|
|
disassociate_address.rb
|
|
|
get_console_output.rb
|
|
|
get_password_data.rb
|
|
|
import_key_pair.rb
|
|
|
modify_image_attribute.rb
|
|
|
modify_instance_attribute.rb
|
|
|
modify_network_interface_attribute.rb
|
https://github.com/fog/fog/issues/810 - Add ENI support by maf23
|
2012-04-01 22:22:38 -04:00 |
modify_snapshot_attribute.rb
|
|
|
monitor_instances.rb
|
|
|
purchase_reserved_instances_offering.rb
|
|
|
reboot_instances.rb
|
|
|
register_image.rb
|
[compute|aws] Respect extra register_image options when mocking.
|
2012-05-29 15:18:28 -03:00 |
release_address.rb
|
[aws|compute] Address#destroy handles VPC addresses, improve address allocate/release mocking for VPC.
|
2012-07-18 12:33:13 -03:00 |
request_spot_instances.rb
|
|
|
reset_network_interface_attribute.rb
|
https://github.com/fog/fog/issues/810 - Add ENI support by maf23
|
2012-04-01 22:22:38 -04:00 |
revoke_security_group_ingress.rb
|
|
|
run_instances.rb
|
add cc2.8xlarge AWS flavor
|
2012-04-12 14:34:00 -07:00 |
start_instances.rb
|
Fix for stopping all the servers instead of just specified servers
|
2012-07-13 11:33:23 -04:00 |
stop_instances.rb
|
Fix for stopping all the servers instead of just specified servers
|
2012-07-13 11:33:23 -04:00 |
terminate_instances.rb
|
|
|
unmonitor_instances.rb
|
|
|