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

5427 commits

Author SHA1 Message Date
Paul Thornthwaite
b8a36cc688 [hp] Updates reference to service 2013-01-07 21:01:13 +00:00
Paul Thornthwaite
2135e583b5 [glesys|compute] Updates reference to service 2013-01-07 21:01:13 +00:00
Paul Thornthwaite
59bed55aa0 [google|storage] Updates reference to service 2013-01-07 21:01:13 +00:00
Paul Thornthwaite
b82eb763f6 [go_grid|compute] Updates reference to service 2013-01-07 21:01:13 +00:00
Paul Thornthwaite
0c5395b0d6 [dynect|dns] Updates reference to service 2013-01-07 20:53:28 +00:00
Paul Thornthwaite
322cf0c56a [dns_made_easy|dns] Updates reference to service 2013-01-07 20:53:28 +00:00
Paul Thornthwaite
3daa602f5f [dnsimple] Updates reference to service 2013-01-07 20:53:28 +00:00
Paul Thornthwaite
245c3452a2 [cloudstack] Updates reference to service 2013-01-07 20:53:28 +00:00
Paul Thornthwaite
4c129b2b4a [linode] Updates reference to service 2013-01-07 20:53:28 +00:00
Paul Thornthwaite
0653f7b5b4 [clodo] Updates reference to service 2013-01-07 20:53:27 +00:00
Paul Thornthwaite
a7bb561fe7 [Brightbox] Updates reference to service 2013-01-07 20:53:27 +00:00
Paul Thornthwaite
b98428b08b [bluebox] Updates reference to service 2013-01-07 20:53:27 +00:00
Paul Thornthwaite
e4dd7c85b8 [aws|storage] Updates reference to service 2013-01-07 20:53:27 +00:00
Paul Thornthwaite
ca9fc51c82 [aws|rds] Updates reference to service 2013-01-07 20:53:27 +00:00
Paul Thornthwaite
a550c54407 [aws|iam] Updates reference to service 2013-01-07 20:53:26 +00:00
Paul Thornthwaite
13733d01dc [aws|glacier] Updates reference to service 2013-01-07 20:53:26 +00:00
Paul Thornthwaite
95e8c34b96 [aws|elb] Updates reference to service 2013-01-07 20:53:26 +00:00
Paul Thornthwaite
d1ada0cd92 [aws|elasticache] Updates reference to service 2013-01-07 20:53:25 +00:00
Paul Thornthwaite
95d8da053b [aws|dns] Updates reference to service 2013-01-07 20:53:25 +00:00
Paul Thornthwaite
1cb5a45b3e [aws|compute] Updates reference to service 2013-01-07 20:53:25 +00:00
Paul Thornthwaite
b42d4731e5 [aws|cloud_watch] Updates reference to service 2013-01-07 20:53:25 +00:00
Paul Thornthwaite
4dd40c1c70 [aws|cdn] Updates reference to service 2013-01-07 20:53:24 +00:00
Paul Thornthwaite
017a1b67f9 [aws|beanstalk] Updates reference to service 2013-01-07 20:53:24 +00:00
Paul Thornthwaite
e8108fdce0 [aws|auto_scaling] Updates reference to service 2013-01-07 20:53:24 +00:00
Paul Thornthwaite
acb52cbee9 [atmos] Updates reference to service 2013-01-07 20:53:24 +00:00
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
Paul Thornthwaite
05dffba5bf [rackspace|storage] Updates 'connection' references
`connection` is being deprecated within Fog::Model because it actually
refers to the Fog::Service not the Fog::Connection.

This replaces references to the instance variable to use the accessor so
will continue to work following deprecation.
2013-01-07 20:52:15 +00:00
Paul Thornthwaite
961be3ecd7 [libvirt|compute] Updates 'connection' references
`connection` is being deprecated within Fog::Model because it actually
refers to the Fog::Service not the Fog::Connection.

This replaces references to the instance variable to use the accessor so
will continue to work following deprecation.
2013-01-07 20:52:15 +00:00
Paul Thornthwaite
2c2e9c3a18 [aws|compute] Updates 'connection' references
`connection` is being deprecated within Fog::Model because it actually
refers to the Fog::Service not the Fog::Connection.

This replaces references to the instance variable to use the accessor so
will continue to work following deprecation.
2013-01-07 20:52:14 +00:00
Sergio Rubio
5e1d3e473a Merge pull request from rubiojr/xenserver-sr-fixes
[xenserver] StorageRepository.save should use sane defaults
2013-01-06 11:26:06 -08:00
Sergio Rubio
9a3226543c Merge pull request from rubiojr/missing-host-operations
[xenserver] add missing host operations (enable/disable, reboot, shutdown)
2013-01-06 11:25:26 -08:00
Sergio Rubio
a3edb0a601 [xenserver] add missing host operations (enable/disable, reboot, shutdown) 2013-01-06 16:12:38 +01:00
Sergio Rubio
5b6ca0b98b [xenserver] StorageRepository.save should use sane defaults
- Added required tests
- Minor StorageRepository tests refactoring
2013-01-06 14:31:26 +01:00
Sergio Rubio
9db7f34aa8 Merge pull request from rubiojr/new-xenserver-features
New xenserver features and examples
2013-01-04 14:44:30 -08:00
Sergio Rubio
731ba25bc4 [xenserver|tests] added missing SotorageRepository tests 2013-01-04 23:18:31 +01:00
Sergio Rubio
09c8d80075 [xenserver|tests] added more pool tests to cover the new functionality 2013-01-04 23:07:33 +01:00
Sergio Rubio
4ddef41a59 [xenserver|tests] tests PBDs plug/unplug operation 2013-01-04 22:48:58 +01:00
Sergio Rubio
6d80fe5c70 [xenserver|tests] add unplug_pbd request tests 2013-01-04 22:31:01 +01:00
Sergio Rubio
31f7883453 [xenserver] add missing PBD 'currently_attached' attribute 2013-01-04 22:29:38 +01:00
Sergio Rubio
9808b08541 [xenserver|tests] Added destroy_sr request tests 2013-01-04 22:14:20 +01:00
Sergio Rubio
494ebe634e [xenserver|tests] Added create_sr request tests 2013-01-04 22:13:36 +01:00
Sergio Rubio
c7f75c8aaa [xenserver] updated create_sr request documentation, fixed default values 2013-01-04 22:12:09 +01:00
Wesley Beary
e21a308b54 Merge pull request from ehowe/master
[ecloud] improvements and mocking
2013-01-04 12:51:57 -08:00
Wesley Beary
b0113056bd Merge pull request from deepj/xenserver-nokogiri
[xenserver] Use Nokogiri instead of slow REXML for parsing
2013-01-04 12:48:56 -08:00
Eugene Howe & Josh Lane
853755d32f [ecloud] improvements and some mocking 2013-01-04 13:50:05 -05:00
Wesley Beary
d9d72c3aeb Merge pull request from westonplatter/master
[docs::aws::storage] rdoc to yard formatted all get requests
2013-01-04 09:24:49 -08:00
Weston Platter
9a66cec2bc Merge branch 'master' of git://github.com/fog/fog 2013-01-03 23:56:50 -06:00
Weston Platter
e6d3ead670 [docs::aws::storage] finished formatting get requests 2013-01-03 23:56:21 -06:00
deepj
7172c15472 [xenserver] Use Nokogiri instead of slow REXML for parsing 2013-01-04 05:41:28 +01:00
Wesley Beary
4e047e9d30 Merge pull request from epdejager/aws_storage_mock_fix
Aws storage mock fix
2013-01-03 09:39:01 -08:00