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/models/compute
Paul Thornthwaite 7961ad6508 [core] Deprecates 'connection' accessor
The 'connection' accessor in collections and models actually refered to
a subclassed instance of Fog::Service which creates confusion in the
code.

References to 'connection' could have meant the service or the
Fog::Connection held within that service.

This deprecates the connection accessor and replaces it with `#service`
as a read only value. When a collection or model is initalised then
service should be passed.

This commit also updates all the changes to @connection made by
providers in model initialisers since these depending on the presence of
the 'connection' key. The key is still accepted by outputs a warning.
2013-01-07 20:53:24 +00:00
..
address.rb Make use of #persisted? method 2012-12-23 02:45:05 +00:00
addresses.rb Fixing typo "retreive" -> "retrieve" 2012-03-07 15:52:07 -03:00
dhcp_option.rb this adds the dhcp_options object and associated operations 2012-06-04 16:03:34 -04:00
dhcp_options.rb this adds the dhcp_options object and associated operations 2012-06-04 16:03:34 -04:00
flavor.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
flavors.rb Added m1.medium instance type for AWS flavors 2012-08-23 15:39:04 -05:00
image.rb [aws|compute] Updates 'connection' references 2013-01-07 20:52:14 +00:00
images.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
internet_gateway.rb this adds the dhcp_options object and associated operations 2012-06-04 16:03:34 -04:00
internet_gateways.rb this adds the dhcp_options object and associated operations 2012-06-04 16:03:34 -04:00
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
key_pairs.rb Fixing typo "retreive" -> "retrieve" 2012-03-07 15:52:07 -03:00
network_interface.rb https://github.com/fog/fog/issues/810 - Add ENI support by maf23 2012-04-01 22:22:38 -04:00
network_interfaces.rb https://github.com/fog/fog/issues/810 - Add ENI support by maf23 2012-04-01 22:22:38 -04:00
security_group.rb Update lib/fog/aws/models/compute/security_group.rb 2012-08-18 02:27:02 +05:30
security_groups.rb Fixing typo "retreive" -> "retrieve" 2012-03-07 15:52:07 -03:00
server.rb [core] Deprecates 'connection' accessor 2013-01-07 20:53:24 +00:00
servers.rb Adding network interface information and security group ids to the model 2012-05-17 22:33:19 -07:00
snapshot.rb Make use of #persisted? method 2012-12-23 02:45:05 +00:00
snapshots.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
spot_request.rb [core] Deprecates 'connection' accessor 2013-01-07 20:53:24 +00:00
spot_requests.rb [aws|compute] fixes for spot request waiting 2012-08-09 14:44:37 -07:00
subnet.rb wrangled security tests into working 2012-03-20 16:38:21 -04:00
subnets.rb [aws]Add in subnets 2012-03-11 23:15:37 -04:00
tag.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
tags.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
volume.rb Make use of #persisted? method 2012-12-23 02:45:05 +00:00
volumes.rb Fixing typo "retreive" -> "retrieve" 2012-03-07 15:52:07 -03:00
vpc.rb [aws]Add in subnets 2012-03-11 23:15:37 -04:00
vpcs.rb Fixing typo "retreive" -> "retrieve" 2012-03-07 15:52:07 -03:00