Граф коммитов

11254 Коммитов

Автор SHA1 Сообщение Дата
Paul Thornthwaite 3b805f6483 Detailed checks for `Brightbox` class 2014-12-09 22:42:50 +00:00
Paul Thornthwaite 2cd387622e Specs for existing `Fog::Bin` interface
Prepartion for fog/fog-core#105
2014-12-09 22:42:27 +00:00
Christian Ott 25c3779ee7 remove debug msg 2014-12-09 23:21:16 +01:00
Christian Ott e659fc6941 check path_style for nil 2014-12-09 23:17:59 +01:00
Christian Ott ae12cde70d path_style debugging 2014-12-09 23:14:25 +01:00
Christian Ott e9c9c9fecb issue #3275, setting path_style to true for signature_version 4 2014-12-09 22:34:56 +01:00
Brandon Dunne 97b2ff19f8 [Openstack|Compute|Server] Rewrite block_device_mapping to support
Old support did not properly handle multiple volume attachments for block_device_mapping_v2
V2 support is much different and should be requested with the proper key name rather than being merged into block_device_mapping
2014-12-09 13:22:30 -05:00
Brandon Dunne c55a2e27b9 [Openstack|Compute|Server] Add test boot from block_device_mapping_v2 2014-12-09 13:14:43 -05:00
Brandon Dunne f771c752eb [Openstack|Compute|Server] Add test boot from block_device_mapping 2014-12-09 13:14:43 -05:00
Brandon Dunne 62ae444225 [Openstack|Tests] Add rake subtask for testing only Openstack 2014-12-09 13:14:43 -05:00
Ladislav Smola 354607e210 Enhance images details call by query
The images.details method needs to support the query parameter.
There is no other way how to pass the query into the images
collection.
2014-12-09 10:42:09 +01:00
Paul Thornthwaite f1500ba000 Merge pull request #3314 from jrafanie/fog_connection_is_deprecated_not_fog_xml_connection
Fix typo: Fog::Connection is deprecated, not Fog::XML::Connection.
2014-12-04 21:01:18 +00:00
Wesley Beary 927c2d18b2 Merge pull request #3311 from TerryHowe/master
Require fog/version for User-Agent header
2014-12-04 14:12:52 -06:00
Joe Rafaniello d9559c610d Fix typo: Fog::Connection is deprecated, not Fog::XML::Connection.
Commit 0e1daf3d did a mass rename and accidentally renamed the intended deprecated method.
2014-12-04 14:08:07 -05:00
Wesley Beary bfd83eabd6 Merge pull request #3312 from seanhandley/fix_deprecation_warnings
Fix deprecation warning.
2014-12-03 15:06:53 -06:00
Sean Handley d45ec9e535 Fix deprecation warning.
[fog][DEPRECATION] #connection is deprecated, use #service instead (/home/rails/stronghold/vendor/bundle/ruby/2.1.0/gems/fog-1.22.1/lib/fog/openstack/models/network/floating_ips.rb:23:in `get')
2014-12-03 19:18:59 +00:00
Terry Howe 67d3e7ab77 Require fog/version for User-Agent header 2014-12-03 11:33:06 -07:00
geemus ad636d2ed7 Revert "bump fog-core dep"
This reverts commit 1418559a04.
2014-12-02 11:41:33 -06:00
Wesley Beary ccf96e75a1 Merge pull request #3307 from evertrue/evertrue/eherot/do_not_unnecessarily_throw_path_style_warning
Do not throw a warning about falling back to path_style
2014-12-02 10:59:44 -06:00
geemus 46a7a47d04 [aws|storage] catch edge cases around redirect region/host 2014-12-02 10:55:39 -06:00
Eric Herot 09666e0910 Do not throw a warning about falling back to path_style
... if the user has already explicitly specified path_style (dots are, after all, a perfectly valid thing to have in a bucket name)
2014-12-02 11:50:45 -05:00
Wesley Beary 2906a6f37b Merge pull request #3306 from plribeiro3000/remove_atmos
Removing Atmos
2014-12-02 10:42:16 -06:00
geemus 1418559a04 bump fog-core dep 2014-12-02 09:26:28 -06:00
Paulo Henrique Lopes Ribeiro 928dad3733 Removing Atmos 2014-12-02 13:15:23 -02:00
Wesley Beary f4a04fe7b8 Merge pull request #3303 from fcheung/s3_v2_signature
[AWS|Storage] allow signature version to be set to 2 (WIP)
2014-12-02 09:15:18 -06:00
Wesley Beary 9c836706dc Merge pull request #3304 from dennybaa/master
fixed backups in DigitalOcean
2014-12-01 16:04:06 -06:00
Denis Barishev 8173935b7d fixed backups in DigitalOcean 2014-12-01 22:03:45 +03:00
Jon K Hellan fc29620996 Use old style date header for signature v2 2014-12-01 15:58:17 +00:00
Jon K Hellan dd00c3bc81 recognize aws_signature_version option 2014-12-01 15:58:17 +00:00
Frederick Cheung c4721c2ade [AWS|Storage] allow signature version to be set to 2 (WIP) 2014-12-01 15:58:15 +00:00
Wesley Beary d78208bff2 Merge pull request #3302 from rackspace/fog-bin
Move Fog::Bin into fog-core
2014-12-01 09:44:19 -06:00
Wesley Beary b6b94f2bc6 Merge pull request #3278 from ColinHebert/assume_role_with_saml
Add support for "Assume role with saml" in AWS
2014-12-01 08:43:22 -06:00
Wesley Beary 6ef8871f90 Merge pull request #3294 from fcheung/rewindable_s3
[AWS|Storage] make s3 IO based uploads retryable again
2014-12-01 08:42:37 -06:00
Wesley Beary f539a05aeb Merge pull request #3301 from eLobato/do_server
[DigitalOcean] Helper methods for flavor,image,region,ips
2014-12-01 08:27:31 -06:00
Colin Hebert c0f818d75d Fix style 2014-12-01 11:31:41 +11:00
Matt Darby 44dacc062d Moved to Fog::Core 2014-11-29 14:44:54 -05:00
Daniel Lobato c974e8f88c [DigitalOcean] Helper methods for flavor,image,region,ips 2014-11-28 01:02:31 +01:00
Nat Welch 418fd8fdc1 Merge pull request #3298 from icco/disable-rackspace
Disable rackspace until fog-rackspace#10 is fixed.
2014-11-26 22:30:34 +00:00
Nat Welch 2768c0e582 Disable rackspace until fog-rackspace#10 is fixed. 2014-11-26 22:20:18 +00:00
Wesley Beary e41fb0829d Merge pull request #3296 from benpillet/aws/autoscaling/placement_tenancy
[aws|auto_scaling] Add PlacementTenancy attribute for launch configurati...
2014-11-26 13:23:04 -06:00
Benjamin Pillet 3736c15f6a [aws|auto_scaling] Add PlacementTenancy attribute for launch configuration 2014-11-26 10:51:14 -08:00
geemus 1eeda84e69 [storage|aws] more redirect tweaks 2014-11-26 09:29:00 -06:00
Wesley Beary 653810cb4b Merge pull request #3291 from rackspace/nix-rax
Coordination Needed: Moving Rackspace logic to fog-rackspace
2014-11-26 09:11:49 -06:00
geemus 2f0ca69ed6 [opennebula] lazily require opennebula gem
closes #3295
2014-11-26 09:09:12 -06:00
Matt Darby d6ecb19d24 Moving Rackspace logic to fog-rackspace 2014-11-26 10:08:42 -05:00
Wesley Beary 8935c3d3f0 Merge pull request #3293 from plribeiro3000/remove_storm_on_demand
Moved StormOnDemand to its own gem
2014-11-26 09:05:27 -06:00
Frederick Cheung c78d7601c7 [AWS|Storage] make s3 IO based uploads retryable again
requires that excon be updated to support retrying request_block based requests
2014-11-25 08:07:23 +00:00
Paulo Henrique Lopes Ribeiro 45ca61c507 Moved StormOnDemand to its own gem 2014-11-25 00:45:06 -02:00
Paulo Henrique Lopes Ribeiro 1f38b10269 Merge pull request #3191 from switch-ch/master
Adds openstack_region parameter to OpenStack Identity Service
2014-11-24 18:45:36 -02:00
Wesley Beary 045393770f Merge pull request #3290 from plribeiro3000/remove_ecloud
Moved Ecloud to a modular gem
2014-11-24 11:09:53 -06:00