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

6837 commits

Author SHA1 Message Date
Paul Thornthwaite
22e5f71973 [Docs] Fixes assorted yardoc tagging issues
This fixes some incorrect tag names and type/name ordering
2013-05-02 13:19:12 +01:00
Paul Thornthwaite
9035c3abf6 Merge pull request from fog/brightbox_image_selector
[Brightbox] Updates image selector for name format
2013-05-02 03:56:58 -07:00
Paul Thornthwaite
81ca784902 [Brightbox] Updates image selector for name format
Brightbox is now moving to using the default Ubuntu Cloud Images
(http://cloud-images.ubuntu.com/) where we are also using the naming
convention used there.

So the image selector has been updated to select the latest version of
Ubuntu (i386, official Brightbox) image if no image is specified with
the new format.
2013-05-02 11:10:19 +01:00
Frederick Cheung
87f5e89348 Merge pull request from jfraser/master
Fix typo in method name for DynamoDB::Mock#setup_credentials
2013-04-30 23:07:38 -07:00
James Fraser
4323caef6d Fix typo in method name for DynamoDB::Mock#setup_credentials 2013-05-01 13:38:35 +10:00
Wesley Beary
ca53b9993e Merge pull request from pcarrier-forks/feature/aws-iam-user-created_at
[aws|iam| user: add created_at attribute
2013-04-25 14:06:27 -07:00
Wesley Beary
41b573cdd6 Merge pull request from eric/fix-bluebox-public_ip_address
Fix bluebox's Server#public_ip_address
2013-04-25 14:04:07 -07:00
Pierre Carrier
d7a66cf6fe [aws|iam] user: add created_at attribute 2013-04-25 22:37:14 +02:00
Eric Lindvall
36458ce89f Fix bluebox's Server#public_ip_address
This should be returning a String not a Hash.
2013-04-25 13:33:21 -07:00
bdorry
7b0cd244a8 Merge pull request from dm1try/cloudstack_add_disk_offering_model
[cloudstack] add disk offering model
2013-04-24 12:26:36 -07:00
Wesley Beary
2806cd4a71 Merge pull request from dm1try/cloudstack_fix_snapshot_tests
[cloudstack] fix snapshot tests
2013-04-23 11:21:28 -07:00
Wesley Beary
0d31d132bf Merge pull request from drbrain/fix_warnings
Fix non-circular-require warnings
2013-04-23 09:02:02 -07:00
Dmitry Dedov
cdb92ec49b [cloudstack] fix typo in declaration model 2013-04-23 12:50:21 +03:00
Eric Hodel
701dfa31b5 Fix non-circular-require warnings
This fixes miscellaneous warnings in fog including unused variables,
indentation mismatch and one warning for a duplicated attr_reader.
2013-04-22 15:16:32 -07:00
Brad Gignac
b58c0ab145 Merge pull request from cwuest/master
[Rackspace | ComputeV2] Add calls to enter and exit rescue mode
2013-04-22 13:47:19 -07:00
Dmitry Dedov
e13ee6fa30 [cloudstack] add disk_offering model tests 2013-04-22 15:57:00 +03:00
Dmitry Dedov
187f986fc7 [cloudstack] add create/delete disk_offering mocks 2013-04-22 15:44:43 +03:00
Ohad Levy
0e8f7c2c42 Merge pull request from maestrodev/find_raw_datacenter
[vsphere] Use find_raw_datacenter instead of get_raw_datacenter
2013-04-22 05:42:06 -07:00
Ohad Levy
379190731c Merge pull request from maestrodev/fog_mock
[vsphere] Use Fog.mock? as the other providers
2013-04-22 05:38:53 -07:00
Carlos Sanchez
d7099162b3 [vsphere] Use find_raw_datacenter instead of get_raw_datacenter
find_raw_datacenter uses the cache of datacenters in list_datacenters, speeding it up. Calls to get_raw_datacenter if not cached
2013-04-22 14:25:01 +02:00
Carlos Sanchez
35be017b03 [vsphere] Use Fog.mock? as the other providers
Specs can set Fog.mock! without setting the env var
2013-04-22 14:17:46 +02:00
Dmitry Dedov
1f3ebf395b [cloudstack] add disk offerings to compute, tidy up 2013-04-22 13:54:41 +03:00
Dmitry Dedov
425a3004bd [cloudstack] add disk_offerings collection 2013-04-22 13:39:47 +03:00
Dmitry Dedov
b12e45772f [cloudstack] add disk_offering model 2013-04-22 13:27:32 +03:00
Dmitry Dedov
9de639e123 [cloudstack] add delete_disk_offering request 2013-04-22 13:19:44 +03:00
Dmitry Dedov
3a306e3131 [cloudstack] add create_disk_offering request 2013-04-22 13:17:34 +03:00
Ohad Levy
0e686b2740 Merge pull request from mingjin/vsphere
[Vsphere] delete VMs of which config is NULL
2013-04-21 06:59:41 -07:00
dm1try
a88681b813 [cloudstack] tests, remove unreachable code in snapshot test, add testcase for volume relation 2013-04-20 23:39:06 +03:00
dm1try
580e5e1329 [cloudstack] tests, fix snapshot test 2013-04-20 23:04:06 +03:00
dm1try
75ee64f172 [cloudstack] tests, add snapshots_attributes to cloudstack provider config 2013-04-20 23:02:34 +03:00
dm1try
b3d0bc1d2d [cloudstack] add test volume to mock data 2013-04-20 23:00:30 +03:00
dm1try
e85f6688b1 [cloudstack] add list_snapshots request mock 2013-04-20 22:41:58 +03:00
dm1try
6e2bc6d6c3 [cloudstack] add delete_snapshot request mock, fix delete_snapshot description comments 2013-04-20 22:15:02 +03:00
Kyle Rames
344d3eff13 Merge pull request from rackspace/network_fix
[rackspace|compute_v2] Fixed issue adding networks to new servers
2013-04-19 08:01:26 -07:00
Kyle Rames
73f54fd10e adding space to force travis to build 2013-04-19 09:53:55 -05:00
Kyle Rames
18283114ff [rackspace] fixing bug with mock data 2013-04-19 07:59:33 -05:00
Kyle Rames
12f36dff78 Merge branch 'master' of github.com:fog/fog into network_fix 2013-04-19 07:39:34 -05:00
Kyle Rames
4ece52e5c0 Merge pull request from rackspace/merge_fix
[rackspace] removing duplicate line caused by bad merge
2013-04-18 13:52:33 -07:00
Kyle Rames
9fb5176301 [rackspace] removing duplicate line caused by bad merge 2013-04-18 15:51:52 -05:00
Kyle Rames
ecda2b51e8 [rackspace|compute_v2] fixed bug where server creation was not adding networks 2013-04-18 15:18:26 -05:00
Andrew Kuklewicz
83631aabdd Merge pull request from PRX/internet_archive
[Internet archive] fix head request bug
2013-04-18 11:02:10 -07:00
Andrew Kuklewicz
243102a4d7 fix bug with head request - no query on version id for IA 2013-04-18 13:43:24 -04:00
Andrew Kuklewicz
a6da5bc80e cosmetic - fix space 2013-04-18 13:32:10 -04:00
Kyle Rames
95b3e6e3f3 Merge pull request from rackspace/not_found
[Rackspace] Not Found Exceptions
2013-04-18 06:36:45 -07:00
Wesley Beary
e1cfca8f20 Merge pull request from dm1try/cloudstack_fix_image_field
[cloudstack] fix image password_enabled field alias
2013-04-17 08:54:13 -07:00
Wesley Beary
8ca8a059b2 Merge pull request from pandastream/s3-access-cleanup
[AWS|storage] access cleanup
2013-04-17 08:53:43 -07:00
Kyle Rames
6b27181daa Merge branch 'master' of github.com:fog/fog into not_found 2013-04-17 10:27:55 -05:00
Kyle Rames
b747795501 [rackspace] fixing broken tests 2013-04-17 10:19:07 -05:00
Kyle Rames
a082abf2f8 [rackspace|compute_v2] fixed bug in InvalidStateExceptions 2013-04-17 10:18:47 -05:00
Dmitry Dedov
6086cc0d01 [cloudstack] fix image password_enabled field alias 2013-04-17 13:35:21 +03:00