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

8118 commits

Author SHA1 Message Date
Rodrigo Estebanez
05bdad34f6 adding a hash_items method to show the tags as a hash 2013-08-27 15:00:16 +02:00
Kyle Rames
58a5cb438d Merge pull request from cwuest/rackspace_compute_v2_flavors_detail
[rackspace|compute_v2] Flavor list returns details
2013-08-27 05:57:42 -07:00
Rodrigo Estebanez
efbd082c8a adding vapp_name to the vm model 2013-08-27 14:33:36 +02:00
Rodrigo Estebanez
063678f840 Rename Vcloudng to VcloudDirector 2013-08-27 11:19:54 +02:00
Chris Wuest
bec4940e70 [rackspace|compute_v2] tests for new requests
Add tests to cover the _detail variants of requests for flavor and image
information.
2013-08-26 22:39:12 -05:00
Chris Wuest
c9b2fed02d [rackspace|compute_v2] Image list returns details
Ensure consistency with detailed Flavor lists
2013-08-26 18:42:14 -05:00
Kyle Rames
ff1cb9de31 [rackspace|compute] switching default compute provider to Fog::Compute::RackspaceV2 2013-08-26 15:37:11 -05:00
Chris Wuest
b14c25d3af [rackspace|compute_v2] Flavor list returns details
This avoids forcing iteration through the flavor list and calling get on
each member to obtain the full details of flavors.
2013-08-26 13:59:18 -05:00
Rodrigo Estebanez
30adc65597 adding metadata support for vapp too 2013-08-26 16:57:58 +02:00
Akshay Moghe
901f70c525 Merge pull request from icco/multiple-ssh-keys
[google|compute] Fix a bug when dealing with multiple ssh keys
2013-08-24 11:58:53 -07:00
Wesley Beary
6e265ce397 Merge pull request from snoopie/content_disposition_openstack
[openstack | storage] Allow passing Content-Disposition header when saving file
2013-08-23 15:45:22 -07:00
Kyle Rames
afe4ab7b11 Merge pull request from rackspace/test_fix3
[rackspace] test tweaks
2013-08-23 07:47:23 -07:00
Kyle Rames
cd01508ecc [rackspace] removing debug puts 2013-08-23 09:16:41 -05:00
Kyle Rames
0197937ae0 Merge branch 'master' of github.com:fog/fog into test_fix3 2013-08-22 10:28:47 -05:00
Kyle Rames
c8b667da13 [rackspace|compute] fixing broken tests 2013-08-22 10:26:04 -05:00
Nat Welch
111bd6089c Add support for multiple sshkeys and downed zones. 2013-08-21 18:51:38 -07:00
Nat Welch
ac8d06550a [google|compute] Set default zone to be one not in maintence. 2013-08-21 18:48:47 -07:00
Brian Nelson
3882176238 Fix for Mock AWS::Elasticache::SecurityGroup deletion 2013-08-21 12:59:15 -07:00
Kyle Rames
e39242145d Merge pull request from dJason/patch-4
Create Compute::RackspaceV2::Real.list_snapshot_images
2013-08-21 12:58:04 -07:00
dJason
d913af5ddf Update list_images.rb 2013-08-21 13:09:24 -06:00
dJason
1e23c5a1db Delete list_snapshot_images.rb 2013-08-21 12:57:08 -06:00
dJason
372dc2214a Update images.rb 2013-08-21 12:56:43 -06:00
dJason
e6eba51319 Update images.rb 2013-08-21 11:30:14 -06:00
Kyle Rames
f5688e61c7 Merge pull request from rebelagentm/lb_stats
[Rackspace|Load Balancers] Added get_stats and mock for create_load_balancer
2013-08-21 06:57:41 -07:00
Kyle Rames
1a05672512 Merge pull request from rackspace/reauth_fix
[rackspace] Fixes potential recursive loop
2013-08-21 06:55:57 -07:00
Kyle Rames
4df3e77e5e [rackspace] making server tests more robust 2013-08-21 08:03:50 -05:00
Kyle Rames
acc917e273 Merge pull request from samsonjs/fix-rackspace-storage-non-ssl-public-urls
[rackspace] fix non-SSL public CDN URLs
2013-08-20 14:58:32 -07:00
Michael Jackson
23cded277b [Rackspace|Load Balancers] Added get_stats and mock for create_load_balancer 2013-08-20 16:45:48 -05:00
Sami Samhuri
c73ca4ef21 [rackspace] fix non-SSL public CDN URLs 2013-08-20 09:54:35 -07:00
dJason
25be8d0a3b Update list_images.rb
Comments were copied from list_flavors.rb, correcting documentation link
2013-08-20 10:38:58 -06:00
dJason
f67cc7055d Create list_snapshot_images.rb
Provide a method for retrieving snapshot images.
2013-08-20 10:36:25 -06:00
Kyle Rames
fc6f40c5aa [rackspace] fixes issue - Recursive loop in rackspace compute authentication 2013-08-20 10:46:22 -05:00
Rodrigo Estebanez
b9159ed569 make tests 1.8.7 compatible 2013-08-20 16:08:11 +02:00
Kyle Rames
61d9475e3e Merge pull request from bfosberry/adding_ssh_example_20130819
Adding example to bootstrap server with custom ssh_key
2013-08-20 06:57:38 -07:00
Kyle Rames
da3937ae1a Merge pull request from samsonjs/fix-rackspace-escape
[rackspace] fix excluding extra characters in Rackspace.escape
2013-08-20 06:41:09 -07:00
Rodrigo Estebanez
3368779ea6 make tests 1.8.7 compatible 2013-08-20 15:33:34 +02:00
Rodrigo Estebanez
421f17e9bb webmock dependency added 2013-08-20 14:14:31 +02:00
Rodrigo Estebanez
2906fee6d5 Adding VCR dependency in the gemspec 2013-08-20 14:03:25 +02:00
Rodrigo Estebanez
7a3873d6f0 vm and vapp life cycle tests 2013-08-20 13:55:32 +02:00
Yauheni Kryudziuk
d21ac4f0ca Allow passing Content-Disposition header when saving file into Openstack cloud 2013-08-20 11:50:54 +02:00
Brian Nelson
e8956b8d38 Fix Fog::AWS::Elasticache::Mock#authorize_cache_security_group_ingress 2013-08-20 02:18:58 -07:00
Sami Samhuri
f651d05654 [rackspace] fix excluding extra characters in Rackspace.escape 2013-08-19 16:31:22 -07:00
Brian Nelson
826d3bb361 Add fog Elasticache security group mocking 2013-08-19 15:02:43 -07:00
Brendan Fosberry
1a357ed95d Adding example to bootstrap server with custom ssh_key 2013-08-19 13:48:20 -05:00
Kyle Rames
40cfa73d79 [rackspace] fixing resize server test; updated server test to make network deletion more robust. 2013-08-19 10:04:31 -05:00
Rodrigo Estebanez
fa7ae92a8b Tests organizations, vdcs, catalogs, catalog_items and RO vapps 2013-08-19 16:04:25 +02:00
Kyle Rames
bf7d348d88 Merge pull request from rackspace/test_fix
[rackspace] fixing more broken tests
2013-08-16 18:46:29 -07:00
Robert Clark
d828eb17ab Cleaned up unnecessary parsers. 2013-08-16 12:26:22 -04:00
Robert Clark
a909754ff4 Updated create route to make additional checks so it passed our tests. 2013-08-16 11:13:02 -04:00
Robert Clark
3f4b04d563 Added spots to ignore for mocks in tests. 2013-08-16 11:12:52 -04:00