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/openstack/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 [openstack|compute] Update fetching of addresses and added fetching for address pools 2012-04-30 10:35:01 +08:00
flavor.rb [core] Deprecates 'connection' accessor 2013-01-07 20:53:24 +00:00
flavors.rb Implement fog support for the Openstack Compute API v1.1. Includes 2011-09-26 02:51:45 -04:00
host.rb [core] Deprecates 'connection' accessor 2013-01-07 20:53:24 +00:00
hosts.rb [openstack|compute] Added list/get support for /os-hosts 2012-04-30 10:35:03 +08:00
image.rb [core] Deprecates 'connection' accessor 2013-01-07 20:53:24 +00:00
images.rb Implement fog support for the Openstack Compute API v1.1. Includes 2011-09-26 02:51:45 -04:00
key_pair.rb [openstack|compute] Added id attribute to the keypair. 2012-04-30 10:35:03 +08:00
key_pairs.rb [openstack|compute] Add Tenants and Fix Authentication Implementation 2012-04-30 10:34:58 +08:00
metadata.rb [openstack|compute] General Cleanup and Update 2012-04-30 10:34:59 +08:00
metadatum.rb [openstack|compute] General Cleanup and Update 2012-04-30 10:34:59 +08:00
network.rb [openstack|compute] General Cleanup and Update 2012-04-30 10:34:59 +08:00
networks.rb [openstack|compute] General Cleanup and Update 2012-04-30 10:34:59 +08:00
security_group.rb [openstack|compute] Add "Reset Server State" request 2012-11-26 22:42:59 +08:00
security_groups.rb [openstack|compute] Add Tenants and Fix Authentication Implementation 2012-04-30 10:34:58 +08:00
server.rb [core] Deprecates 'connection' accessor 2013-01-07 20:53:24 +00:00
servers.rb [openstack|compute] Add filters to list servers details 2012-07-08 23:44:47 +02:00
snapshot.rb [core] Deprecates 'connection' accessor 2013-01-07 20:53:24 +00:00
snapshots.rb [openstack|volume] Volume Snapshot CRUD 2012-04-30 10:35:00 +08:00
tenant.rb [openstack|identity] Update Fog to Accomodate Tenant Deletion Workaround 2012-04-30 10:35:02 +08:00
tenants.rb [openstack] Update Mocks and Cleanup Unused Code 2012-12-04 16:11:54 +08:00
volume.rb [core] Deprecates 'connection' accessor 2013-01-07 20:53:24 +00:00
volumes.rb [openstack|volume] Volume Endpoints Support 2012-04-30 10:34:58 +08:00