Brian D. Burns
7cc4773675
[core] log warning for unrecognized arguments
2013-10-21 12:31:55 -04:00
Rupak Ganguly
58257dd714
Merge pull request #2177 from omarreiss/allow-custom-hp-service-type
...
allow custom hp_service_type
2013-10-21 06:49:16 -07:00
Marc Grimme
7e16079279
Merge pull request #2298 from MarcGrimme/cpu_sockets
...
[vSphere] Implemented feature to specify a socket cpu layout as specified
2013-10-21 06:47:11 -07:00
Wesley Beary
f25462b5c1
Merge pull request #2292 from bousquet/aws-iam-excon-warning
...
[aws|iam] Don't pass :host to Excon request
2013-10-21 06:24:29 -07:00
Marc Grimme
e8f71c671d
[vSphere] Implemented feature to specify a socket cpu layout as specified in vmware API. If not used numCoresPerSocket is left out and default VMware behaviour is used.
...
[vSphere] also fixed bug in vm_reconfig_memory: wrong memory value passed to reconfig_hardware (memory in bytes instead of memory in MB).
2013-10-21 15:07:24 +02:00
Nat Welch
6d2abe4e2b
Merge pull request #2222 from icco/gce_v1beta16
...
[google|compute] Upgrade to v1beta16
2013-10-20 11:27:55 -07:00
Nat Welch
ff6205767a
Merge pull request #2293 from icco/master
...
Fix external IP config for GCE.
2013-10-20 11:18:41 -07:00
Nat Welch
85280efe4f
Forgot to update Google Readme.
2013-10-20 11:06:21 -07:00
Nat Welch
2f6b7f1041
Merge branch 'master' of github.com:fog/fog
2013-10-19 23:59:02 -07:00
Robert Bousquet
cc5f41bf1e
[aws|iam] Don't pass :host to Excon request
...
Related issues: #2262 , #2265 & #2284
2013-10-19 14:30:28 -07:00
Kyle Rames
588535326f
Merge pull request #2290 from rackspace/merge_fix
...
[rackspace|block_storage] fixing merge issue
2013-10-18 09:18:21 -07:00
Kyle Rames
40a3b09cd1
[rackspace|block_storage] fixing merge issue
2013-10-18 11:17:42 -05:00
Rodrigo Estebanez
d55f4d26e8
Merge pull request #2286 from alphagov/fixing_generator_name
...
corrected name of edgegateway generator
2013-10-18 07:09:29 -07:00
Sneha Somwanshi
dd3d80eb78
corrected name of edgegateway generator
2013-10-18 11:35:15 +01:00
Wesley Beary
be6a5955f0
Merge pull request #2281 from burns/aws_storage_connection
...
[aws|storage] ensure connection uses correct scheme, host and port
2013-10-17 12:15:23 -07:00
Wesley Beary
162d21d84c
Merge pull request #2283 from engineyard/iam_stuff
...
AWS IAM userless key management
2013-10-17 10:19:32 -07:00
Brian D. Burns
c4ca3a0615
[aws|storage] ensure connection uses correct scheme, host and port
...
Currently, the `:scheme`, `:host` and `:port` are determined in
`#request_params` and passed as request parameters. However, passing
these as request parameters does not override the URI used to establish
the connection, which is used by Excon for the underlying socket.
Excon now considers these to be invalid request parameters.
This patch defers establishing the connection until the proper URI is
known, while still allowing the `:persistent` option to work as long as
the URI doesn't change.
2013-10-17 00:08:26 -04:00
Jacob Burkhart & Shai Rosenfeld
625f0910ee
AWS IAM userless key management
...
implement mocks for create_acces_key, list_access_keys,
update_access_keys
support fog.access_keys without specifying user as amazon does:
http://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAccessKeys.html
2013-10-16 15:52:31 -07:00
Nat Welch
5efc8f5c5e
Merge branch 'master' of github.com:fog/fog
2013-10-16 15:50:41 -07:00
Wesley Beary
7cfc6a2419
Merge pull request #2282 from ccloes-intuit/master
...
Removed host params for excon connections
2013-10-16 13:49:52 -07:00
ccloes
78a1ceaa5a
Removed host params for excon connections
2013-10-16 13:04:54 -07:00
Wesley Beary
1b7dfb2fc9
Merge pull request #2277 from fnichol/linode-excon-invalid-host-key
...
[linode|compute] Avoid passing host to request.
2013-10-16 08:57:33 -07:00
Fletcher Nichol
30b592f2f5
[linode|compute] Avoid passing host to request.
...
References #2248
2013-10-16 09:47:28 -06:00
Kyle Rames
965fbb7e5b
Merge pull request #2276 from rackspace/default-tests
...
[rackspace] fixing broken tests
2013-10-16 08:26:30 -07:00
geemus
51fcdfc43d
[linode|dns] avoid passing host to request
...
see #2248
2013-10-16 10:24:50 -05:00
Kyle Rames
00b608090d
[rackspace] setting rackspace_region to nil in default tests to override any settings loaded via Fog.credentials
2013-10-16 10:24:06 -05:00
Nick Osborn
d180fb510f
Merge pull request #2274 from alphagov/ensure_edgegateway_elements_are_list
...
[vcloud_director] making sure that edgegateway has correct list elements
2013-10-16 07:54:11 -07:00
Sneha Somwanshi
59f093dd98
ensuring that edgegateway list elements are list
2013-10-16 15:24:26 +01:00
geemus
216de7fae3
Release 1.16.0
2013-10-16 09:24:05 -05:00
Wesley Beary
13a86cd41e
Merge pull request #2226 from anynines/hp_provider_temp_urls
...
Temp url generation interface modification according to the aws and openstack providers
2013-10-16 07:03:34 -07:00
geemus
2c64c7be7f
tighten mime-types dependency for 1.8.7
...
closes #2269
2013-10-16 08:50:10 -05:00
geemus
e57058fff4
[aws|sdb] don't pass host to request
...
closes #2248
2013-10-16 08:42:03 -05:00
geemus
00da79c3cb
fix S3 vs EC2 escaping differences
2013-10-16 08:23:07 -05:00
Wesley Beary
3e52caa18b
Merge pull request #2272 from nosborn/remove_webmock
...
Remove webmock.
2013-10-16 06:10:40 -07:00
Nick Osborn
a00571f7cb
Remove webmock.
2013-10-16 13:44:35 +01:00
Julian Weber
f1a2d1d141
corrects object_tests, also working in mock mode now
2013-10-16 14:25:31 +02:00
Nick Osborn
79ec3783fb
[vcloud_director] Parse response in #put_vm_capabilities.
2013-10-16 13:05:54 +01:00
Julian Weber
71d8953a62
adds :os_account_meta_temp_url_key to test mock helper
2013-10-16 13:53:55 +02:00
Julian Weber
e30de086ca
refactor: duplicate parsing of the storage_uri, file#url uses service.create_temp_url to be able to pass options now
2013-10-16 13:53:55 +02:00
Julian Weber
b7056383cb
implements the get_http_url, get_https_url and url functions according to the openstack and aws providers
2013-10-16 13:53:55 +02:00
Nick Osborn
464570f464
[vcloud_director] Doc update for get,put_vm_capabilities.
2013-10-16 12:52:11 +01:00
Nick Osborn
b5761cc36b
Merge pull request #2271 from nosborn/vcloud_director_task_progress
...
[vcloud_director] Fancy progress bar for async tasks.
2013-10-16 02:11:06 -07:00
Nick Osborn
19f8fc7262
[vcloud_director] Fancy progress bar for async tasks.
2013-10-16 09:44:32 +01:00
Nick Osborn
7da58b632c
Merge pull request #2270 from nosborn/vcloud_director_get_vcloud
...
[vcloud_director] More request methods
2013-10-16 01:31:46 -07:00
Nick Osborn
6aa0cb6294
[vcloud_director] Add #put_vm_capabilities.
2013-10-16 00:27:23 +01:00
Nick Osborn
6372861cb4
[vcloud_director] Add #post_answer_vm_pending_question.
2013-10-16 00:27:23 +01:00
Nick Osborn
16db605f9a
[vcloud_director] Add #get_org_settings and #get_vcloud.
2013-10-16 00:27:23 +01:00
Nick Osborn
74b6dfc902
[vcloud_director] Minor test cleanups.
2013-10-16 00:26:29 +01:00
Kyle Rames
e50b86efee
Merge pull request #2263 from juniorz/fix_mocking
...
[openstack] Fix mocking for create server request.
2013-10-15 13:25:19 -07:00
Reinaldo Junior
07476351c5
Fix mocking for create server request.
...
Adds required `openstack_auth_url`.
2013-10-15 17:09:55 -03:00