Commit: d6e3e13a98b7c11d83093c3512dcf0908f035d6a
https://github.com/cloudkick/libcloud/commit/d6e3e13a98b7c11d83093c3512dcf0908f035d6a
Author: Eric Woods <woo...@apache.org>
Date: 2010-09-15 (Wed, 15 Sep 2010)
Changed paths:
M libcloud/drivers/ec2.py
M libcloud/providers.py
M libcloud/types.py
Log Message:
-----------
Patches from Geoff Greer:
- Micro instance support in EC2 driver
- Register Asia Pacific SE driver in providers.py
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@997482 13f79535-47bb-0310-9956-ffa450edef68
Commit: 9cc610d89b02c8cb429103452a65c2ed80cdbb20
https://github.com/cloudkick/libcloud/commit/9cc610d89b02c8cb429103452a65c2ed80cdbb20
Author: Eric Woods <woo...@apache.org>
Date: 2010-09-16 (Thu, 16 Sep 2010)
Changed paths:
M test/test_ec2.py
Log Message:
-----------
Fixed broken test cases for EC2: https://issues.apache.org/jira/browse/LIBCLOUD-52
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@997932 13f79535-47bb-0310-9956-ffa450edef68
Commit: d18cd7aeb52081ea8188c7f5772bb156b2b17138
https://github.com/cloudkick/libcloud/commit/d18cd7aeb52081ea8188c7f5772bb156b2b17138
Author: Jedidiah Smith <j...@apache.org>
Date: 2010-09-17 (Fri, 17 Sep 2010)
Changed paths:
M libcloud/drivers/linode.py
Log Message:
-----------
Don't hide MalformedResponseError when it happens
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@998267 13f79535-47bb-0310-9956-ffa450edef68
Commit: d6c7defe3e79a7fdcd5919af5e493958e1009dd4
https://github.com/cloudkick/libcloud/commit/d6c7defe3e79a7fdcd5919af5e493958e1009dd4
Author: Jedidiah Smith <j...@apache.org>
Date: 2010-09-17 (Fri, 17 Sep 2010)
Changed paths:
M libcloud/drivers/linode.py
Log Message:
-----------
Let's just forget I wrote that, OK?
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@998271 13f79535-47bb-0310-9956-ffa450edef68
Commit: 2f6b1009d43c68910e5d1b7902b64ba9e835d23b
https://github.com/cloudkick/libcloud/commit/2f6b1009d43c68910e5d1b7902b64ba9e835d23b
Author: Paul Querna <pqu...@apache.org>
Date: 2010-09-21 (Tue, 21 Sep 2010)
Changed paths:
M libcloud/drivers/gogrid.py
Log Message:
-----------
Better handle limited use API keys from GoGrid, which don't have permissions to access the password list API. This will silently ignore limited access, and just not provide the node's password in the resulting node object.
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@999509 13f79535-47bb-0310-9956-ffa450edef68
Commit: f75c14aebc217e31f8eb63a26003e8607c43c25e
https://github.com/cloudkick/libcloud/commit/f75c14aebc217e31f8eb63a26003e8607c43c25e
Author: Paul Querna <pqu...@apache.org>
Date: 2010-09-21 (Tue, 21 Sep 2010)
Changed paths:
M libcloud/drivers/gogrid.py
Log Message:
-----------
Use the GoGrid 1.5 api, which is backwards compatible to 1.3.
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@999522 13f79535-47bb-0310-9956-ffa450edef68
Commit: db1a98cd27d758a80cd4696212f256e0389c0ced
https://github.com/cloudkick/libcloud/commit/db1a98cd27d758a80cd4696212f256e0389c0ced
Author: Jedidiah Smith <j...@apache.org>
Date: 2010-09-29 (Wed, 29 Sep 2010)
Changed paths:
M README
M libcloud/base.py
Log Message:
-----------
LIBCLOUD-55: Add warnings and a link to Python bug tracker
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1002708 13f79535-47bb-0310-9956-ffa450edef68
Commit: e390f4e66f23c38bd05ff3380b73426eebc92c4a
https://github.com/cloudkick/libcloud/commit/e390f4e66f23c38bd05ff3380b73426eebc92c4a
Author: Paul Querna <pqu...@apache.org>
Date: 2010-10-04 (Mon, 04 Oct 2010)
Changed paths:
M libcloud/drivers/ec2.py
Log Message:
-----------
Add ex_create_keypair method to EC2NodeDriver class. LIBCLOUD-57.
Submitted by: Grig Gheorghiu <grig.gheorghiu gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1004499 13f79535-47bb-0310-9956-ffa450edef68
Commit: 563d7b482276fe5fcbf2c9917a2e059fd9983517
https://github.com/cloudkick/libcloud/commit/563d7b482276fe5fcbf2c9917a2e059fd9983517
Author: Paul Querna <pqu...@apache.org>
Date: 2010-10-04 (Mon, 04 Oct 2010)
Changed paths:
M CHANGES
Log Message:
-----------
sync CHANGES
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1004500 13f79535-47bb-0310-9956-ffa450edef68
Commit: 6401958c9e3012e205d117174219c01ccd5de191
https://github.com/cloudkick/libcloud/commit/6401958c9e3012e205d117174219c01ccd5de191
Author: Paul Querna <pqu...@apache.org>
Date: 2010-10-06 (Wed, 06 Oct 2010)
Changed paths:
M CHANGES
M libcloud/__init__.py
Log Message:
-----------
prepare for 0.4.0 tagging
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1005234 13f79535-47bb-0310-9956-ffa450edef68
Commit: 8e8fcfef986fdbb22f639a5bd4b62455d231dfb1
https://github.com/cloudkick/libcloud/commit/8e8fcfef986fdbb22f639a5bd4b62455d231dfb1
Author: Paul Querna <pqu...@apache.org>
Date: 2010-10-06 (Wed, 06 Oct 2010)
Changed paths:
M CHANGES
M libcloud/__init__.py
Log Message:
-----------
roll on to 0.4.1-dev
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1005237 13f79535-47bb-0310-9956-ffa450edef68
Commit: a77c17dd5137a3c5f3f2110ef1aede1aad861952
https://github.com/cloudkick/libcloud/commit/a77c17dd5137a3c5f3f2110ef1aede1aad861952
Author: Roman Bogorodskiy <rbogor...@apache.org>
Date: 2010-11-01 (Mon, 01 Nov 2010)
Changed paths:
M libcloud/drivers/rackspace.py
A test/fixtures/rackspace/v1_slug_limits.xml
M test/test_rackspace.py
Log Message:
-----------
Add extra call ex_limits to Rackspace driver to
obtain information about account's limits (such
as allowed request rate or maximum RAM used by
servers).
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1029795 13f79535-47bb-0310-9956-ffa450edef68
Commit: 65dff922f603232fa3bcfd57515379d057277f8d
https://github.com/cloudkick/libcloud/commit/65dff922f603232fa3bcfd57515379d057277f8d
Author: Jedidiah Smith <j...@apache.org>
Date: 2010-11-02 (Tue, 02 Nov 2010)
Changed paths:
M libcloud/drivers/ec2.py
M test/fixtures/ec2/describe_images.xml
M test/fixtures/ec2/describe_instances.xml
M test/fixtures/ec2/reboot_instances.xml
M test/fixtures/ec2/run_instances.xml
M test/fixtures/ec2/terminate_instances.xml
Log Message:
-----------
Add Import/DescribeKeyPair and update API version [LIBCLOUD-62]
* Add ImportKeyPair and DescribeKeyPair to the EC2 driver.
* Update EC2 API version in driver and tests.
The ec2 functions ImportKeyPair and DescribeKeyPair are not implemented and will
be needed for deploy_node functionality for EC2.
Signed-off-by: Jed Smith <j...@linode.com>
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1030128 13f79535-47bb-0310-9956-ffa450edef68
Commit: fa5e75a037544d6c89f5741ca0722d0dd69060a3
https://github.com/cloudkick/libcloud/commit/fa5e75a037544d6c89f5741ca0722d0dd69060a3
Author: Jedidiah Smith <j...@apache.org>
Date: 2010-11-02 (Tue, 02 Nov 2010)
Changed paths:
M CHANGES
Log Message:
-----------
Make sure Philip gets proper credit for LIBCLOUD-62
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1030131 13f79535-47bb-0310-9956-ffa450edef68
Commit: c184527d7bd84f92b669d2594ed00dd301011d2d
https://github.com/cloudkick/libcloud/commit/c184527d7bd84f92b669d2594ed00dd301011d2d
Author: Roman Bogorodskiy <rbogor...@apache.org>
Date: 2010-11-07 (Sun, 07 Nov 2010)
Changed paths:
M libcloud/drivers/gogrid.py
A test/fixtures/gogrid/image_save.json
M test/test_gogrid.py
Log Message:
-----------
Add several minor features to GoGrid driver:
- allow to create a 'sandbox' node
- add isSandbox boolean extra property to see if a node
is a sandbox
- add ex_save_image() method for turning node into custom
image
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1032303 13f79535-47bb-0310-9956-ffa450edef68
Commit: db393deafd7c7d30c0dc1caf36ea5db6b933a5fe
https://github.com/cloudkick/libcloud/commit/db393deafd7c7d30c0dc1caf36ea5db6b933a5fe
Author: Roman Bogorodskiy <rbogor...@apache.org>
Date: 2010-11-19 (Fri, 19 Nov 2010)
Changed paths:
M libcloud/drivers/rackspace.py
A test/fixtures/rackspace/v1_slug_images_post.xml
M test/test_rackspace.py
Log Message:
-----------
Add extra call ex_save_image() to Rackspace driver to save images from nodes.
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1037117 13f79535-47bb-0310-9956-ffa450edef68
Commit: bc3969c001aeae069879db9edb4fae443762a997
https://github.com/cloudkick/libcloud/commit/bc3969c001aeae069879db9edb4fae443762a997
Author: Roman Bogorodskiy <rbogor...@apache.org>
Date: 2010-12-13 (Mon, 13 Dec 2010)
Changed paths:
M libcloud/drivers/gogrid.py
A test/fixtures/gogrid/lookup_list_ip_datacenter.json
M test/test_gogrid.py
Log Message:
-----------
Add locations support to GoGrid driver.
- In list_locations() obtain locations using common/lookup/list
API call instead of hardcoded location
- Take into account 'location' kwarg for create_node
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1045270 13f79535-47bb-0310-9956-ffa450edef68
Commit: 61efa9a751073d1770fb368ca4cbdc0cb705a49f
https://github.com/cloudkick/libcloud/commit/61efa9a751073d1770fb368ca4cbdc0cb705a49f
Author: Roman Bogorodskiy <rbogor...@apache.org>
Date: 2010-12-13 (Mon, 13 Dec 2010)
Changed paths:
M CHANGES
Log Message:
-----------
Mention my recent commits and clean up trailing
whilespaces while here.
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1045280 13f79535-47bb-0310-9956-ffa450edef68
Commit: e134547cdbf373f11fda9459e519ac64c5ad025c
https://github.com/cloudkick/libcloud/commit/e134547cdbf373f11fda9459e519ac64c5ad025c
Author: Roman Bogorodskiy <rbogor...@apache.org>
Date: 2010-12-14 (Tue, 14 Dec 2010)
Changed paths:
M libcloud/drivers/gogrid.py
Log Message:
-----------
Add support filtering images by location to GoGrid driver.
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1049201 13f79535-47bb-0310-9956-ffa450edef68
Commit: 794def37c1df688e918028813229eaec36994703
https://github.com/cloudkick/libcloud/commit/794def37c1df688e918028813229eaec36994703
Author: Jerry Chen <je...@apache.org>
Date: 2010-12-24 (Fri, 24 Dec 2010)
Changed paths:
M CHANGES
M libcloud/drivers/rackspace.py
M libcloud/providers.py
M libcloud/types.py
Log Message:
-----------
Rackspace UK support; LIBCLOUD-66
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1052522 13f79535-47bb-0310-9956-ffa450edef68
Commit: e4baceb6743db82f96039f0e2e4c136d0c08685f
https://github.com/cloudkick/libcloud/commit/e4baceb6743db82f96039f0e2e4c136d0c08685f
Author: Jerry Chen <je...@apache.org>
Date: 2010-12-24 (Fri, 24 Dec 2010)
Changed paths:
M libcloud/drivers/elastichosts.py
Log Message:
-----------
Remove trailing whitespace.
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1052534 13f79535-47bb-0310-9956-ffa450edef68
Commit: 0488c8ad09a5cd31f0dd7307998262962f7982d8
https://github.com/cloudkick/libcloud/commit/0488c8ad09a5cd31f0dd7307998262962f7982d8
Author: Jerry Chen <je...@apache.org>
Date: 2010-12-24 (Fri, 24 Dec 2010)
Changed paths:
M libcloud/drivers/elastichosts.py
M test/test_elastichosts.py
Log Message:
-----------
Update standard drives list for ElasticHosts
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1052535 13f79535-47bb-0310-9956-ffa450edef68
Commit: 5acc4511e7520888df8b974c6a5da2d59abae879
https://github.com/cloudkick/libcloud/commit/5acc4511e7520888df8b974c6a5da2d59abae879
Author: Jerry Chen <je...@apache.org>
Date: 2010-12-24 (Fri, 24 Dec 2010)
Changed paths:
M libcloud/base.py
Log Message:
-----------
Allow user to specify ssh port and username when deploying a node.
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1052536 13f79535-47bb-0310-9956-ffa450edef68
Commit: a46447faec1050c7200aa7cf6ed87597bf70faa2
https://github.com/cloudkick/libcloud/commit/a46447faec1050c7200aa7cf6ed87597bf70faa2
Author: Jerry Chen <je...@apache.org>
Date: 2010-12-24 (Fri, 24 Dec 2010)
Changed paths:
M libcloud/drivers/elastichosts.py
Log Message:
-----------
Add deployment support to the ElasticHosts driver; LIBCLOUD-60
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1052537 13f79535-47bb-0310-9956-ffa450edef68
Commit: aef59e6ddb03051ef4f5956930b88aeb58e42147
https://github.com/cloudkick/libcloud/commit/aef59e6ddb03051ef4f5956930b88aeb58e42147
Author: Jerry Chen <je...@apache.org>
Date: 2010-12-24 (Fri, 24 Dec 2010)
Changed paths:
M libcloud/drivers/elastichosts.py
Log Message:
-----------
Formatting niceties, cleanup
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1052538 13f79535-47bb-0310-9956-ffa450edef68
Commit: 27bf1315148b10e6e6a1501a4e8a72656464a9b5
https://github.com/cloudkick/libcloud/commit/27bf1315148b10e6e6a1501a4e8a72656464a9b5
Author: Jerry Chen <je...@apache.org>
Date: 2010-12-24 (Fri, 24 Dec 2010)
Changed paths:
M CHANGES
Log Message:
-----------
CHANGES and commit msgs credit where credit is due
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1052539 13f79535-47bb-0310-9956-ffa450edef68
Commit: abc935170c7e2712c02461a7ff244f3d89b87374
https://github.com/cloudkick/libcloud/commit/abc935170c7e2712c02461a7ff244f3d89b87374
Author: Jerry Chen <je...@apache.org>
Date: 2010-12-24 (Fri, 24 Dec 2010)
Changed paths:
M libcloud/drivers/__init__.py
A libcloud/drivers/brightbox.py
M libcloud/providers.py
M libcloud/types.py
A test/fixtures/brightbox/create_server.json
A test/fixtures/brightbox/list_images.json
A test/fixtures/brightbox/list_server_types.json
A test/fixtures/brightbox/list_servers.json
A test/fixtures/brightbox/list_zones.json
A test/fixtures/brightbox/token.json
M test/secrets.py-dist
A test/test_brightbox.py
Log Message:
-----------
Brightbox Cloud Driver; LIBCLOUD-63
Submitted By: Tim Fletcher <ma...@tfletcher.com>
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1052557 13f79535-47bb-0310-9956-ffa450edef68
Commit: 5ae223bfb265de079d37985da39e110690e73276
https://github.com/cloudkick/libcloud/commit/5ae223bfb265de079d37985da39e110690e73276
Author: Jerry Chen <je...@apache.org>
Date: 2010-12-24 (Fri, 24 Dec 2010)
Changed paths:
M CHANGES
Log Message:
-----------
Add last commit (Brightbox driver) to CHANGES
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1052562 13f79535-47bb-0310-9956-ffa450edef68
Commit: a2abb847310a8b71fbd692e6c8d1f8f58909f72b
https://github.com/cloudkick/libcloud/commit/a2abb847310a8b71fbd692e6c8d1f8f58909f72b
Author: Jerry Chen <je...@apache.org>
Date: 2010-12-24 (Fri, 24 Dec 2010)
Changed paths:
M CHANGES
M libcloud/drivers/__init__.py
A libcloud/drivers/cloudsigma.py
M libcloud/providers.py
M libcloud/types.py
A test/fixtures/cloudsigma/drives_clone.txt
A test/fixtures/cloudsigma/drives_info.txt
A test/fixtures/cloudsigma/drives_single_info.txt
A test/fixtures/cloudsigma/drives_standard_info.txt
A test/fixtures/cloudsigma/resources_ip_create.txt
A test/fixtures/cloudsigma/resources_ip_list.txt
A test/fixtures/cloudsigma/servers_create.txt
A test/fixtures/cloudsigma/servers_info.txt
A test/fixtures/cloudsigma/servers_set.txt
A test/test_cloudsigma.py
Log Message:
-----------
CloudSigma driver; LIBCLOUD-58
Submitted By: Tomaž Muraus <to...@cloudkick.com>
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1052646 13f79535-47bb-0310-9956-ffa450edef68
Commit: be6f3dcef5ed300194120d2c2282e648a6f4f8c0
https://github.com/cloudkick/libcloud/commit/be6f3dcef5ed300194120d2c2282e648a6f4f8c0
Author: Jerry Chen <je...@apache.org>
Date: 2010-12-24 (Fri, 24 Dec 2010)
Changed paths:
M libcloud/drivers/cloudsigma.py
M libcloud/drivers/elastichosts.py
M libcloud/drivers/gogrid.py
M libcloud/drivers/linode.py
Log Message:
-----------
valueError -> ValueError, removed unused vars as reported by pyflakes
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1052700 13f79535-47bb-0310-9956-ffa450edef68
Commit: 3fed814b0a1e976be480d663618488ece26a6f0a
https://github.com/cloudkick/libcloud/commit/3fed814b0a1e976be480d663618488ece26a6f0a
Author: Jerry Chen <je...@apache.org>
Date: 2010-12-24 (Fri, 24 Dec 2010)
Changed paths:
M libcloud/drivers/cloudsigma.py
Log Message:
-----------
Remove extraneous JSON dump/load in CloudSigmaResponse.parse_body
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1052723 13f79535-47bb-0310-9956-ffa450edef68
Commit: cf29bc2743637fd8985fed8732a0511ec975c7a3
https://github.com/cloudkick/libcloud/commit/cf29bc2743637fd8985fed8732a0511ec975c7a3
Author: Jerry Chen <je...@apache.org>
Date: 2010-12-24 (Fri, 24 Dec 2010)
Changed paths:
M libcloud/drivers/cloudsigma.py
Log Message:
-----------
Remove unused MalformedResponseError, json import from CloudSigma
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1052726 13f79535-47bb-0310-9956-ffa450edef68
Commit: 8f580c5b2229ddb9511697bc565bbcc95525a66c
https://github.com/cloudkick/libcloud/commit/8f580c5b2229ddb9511697bc565bbcc95525a66c
Author: Jerry Chen <je...@apache.org>
Date: 2010-12-24 (Fri, 24 Dec 2010)
Changed paths:
M libcloud/drivers/elastichosts.py
M libcloud/drivers/ibm_sbc.py
M libcloud/drivers/rimuhosting.py
Log Message:
-----------
Remove invalid, extraneous copyright notice
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1052747 13f79535-47bb-0310-9956-ffa450edef68
Commit: 61318913e21936d9ce4bf99745611f3f5f8c5084
https://github.com/cloudkick/libcloud/commit/61318913e21936d9ce4bf99745611f3f5f8c5084
Author: Jerry Chen <je...@apache.org>
Date: 2010-12-24 (Fri, 24 Dec 2010)
Changed paths:
M libcloud/drivers/cloudsigma.py
Log Message:
-----------
Increase imaging timeout for CloudSigma
Submitted By: Tomaž Muraus <ka...@k5-storitve.net>
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1052748 13f79535-47bb-0310-9956-ffa450edef68
Commit: 6e0178ab26a1b0f063c9b78b1495bef68e384d2b
https://github.com/cloudkick/libcloud/commit/6e0178ab26a1b0f063c9b78b1495bef68e384d2b
Author: Jerry Chen <je...@apache.org>
Date: 2010-12-24 (Fri, 24 Dec 2010)
Changed paths:
M libcloud/drivers/cloudsigma.py
Log Message:
-----------
Destroy created drive and throw an exception if the node creation fails because of insufficient funds.
Submitted By: Tomaž Muraus <ka...@k5-storitve.net>
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1052749 13f79535-47bb-0310-9956-ffa450edef68
Commit: f5396a5d6d0c55642b8f969c7e53906b2f4bfc3b
https://github.com/cloudkick/libcloud/commit/f5396a5d6d0c55642b8f969c7e53906b2f4bfc3b
Author: Jerry Chen <je...@apache.org>
Date: 2010-12-24 (Fri, 24 Dec 2010)
Changed paths:
M libcloud/drivers/cloudsigma.py
Log Message:
-----------
Bugfix: remove extraneous line
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1052750 13f79535-47bb-0310-9956-ffa450edef68
Commit: 5ba6f006b72aa49fa05b50fdb0ee5c5d7a219cbd
https://github.com/cloudkick/libcloud/commit/5ba6f006b72aa49fa05b50fdb0ee5c5d7a219cbd
Author: Jerry Chen <je...@apache.org>
Date: 2010-12-30 (Thu, 30 Dec 2010)
Changed paths:
M libcloud/drivers/rackspace.py
A test/fixtures/rackspace/v1_slug_servers_ips.xml
A test/fixtures/rackspace/v1_slug_shared_ip_group.xml
A test/fixtures/rackspace/v1_slug_shared_ip_groups.xml
A test/fixtures/rackspace/v1_slug_shared_ip_groups_detail.xml
M test/test_rackspace.py
Log Message:
-----------
Implement shared IP groups in Rackspace driver
Add Content-type for PUTs in RackspaceConnection.request
Submitted By: Andrew Klochkov <aklo...@griddynamics.com>
URL: https://github.com/apache/libcloud/pull/5
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1054021 13f79535-47bb-0310-9956-ffa450edef68
Commit: a1f9618db068feacd65775a3e7e420229bf94563
https://github.com/cloudkick/libcloud/commit/a1f9618db068feacd65775a3e7e420229bf94563
Author: Jerry Chen <je...@apache.org>
Date: 2010-12-30 (Thu, 30 Dec 2010)
Changed paths:
M libcloud/drivers/rackspace.py
Log Message:
-----------
Properly namespace SharedIpGroup,SharedIpGroup to Rackspace*
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1054022 13f79535-47bb-0310-9956-ffa450edef68
Commit: 40e562ad8a7bac18703dd7cdbd827907eb111e5a
https://github.com/cloudkick/libcloud/commit/40e562ad8a7bac18703dd7cdbd827907eb111e5a
Author: Jerry Chen <je...@apache.org>
Date: 2010-12-30 (Thu, 30 Dec 2010)
Changed paths:
M test/test_rackspace.py
Log Message:
-----------
Fix the Rackspace tests for namespacing
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1054024 13f79535-47bb-0310-9956-ffa450edef68
Commit: 9b27bba8a15d6b47622493ec9e6da02f6496613f
https://github.com/cloudkick/libcloud/commit/9b27bba8a15d6b47622493ec9e6da02f6496613f
Author: Jerry Chen <je...@apache.org>
Date: 2010-12-31 (Fri, 31 Dec 2010)
Changed paths:
M libcloud/drivers/dummy.py
Log Message:
-----------
Fix Dummy provider NodeLocation IDs; LIBCLOUD-70
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1054119 13f79535-47bb-0310-9956-ffa450edef68
Commit: eb8ee7b877b0f21f77cee01730a9d06e2ebbc4fb
https://github.com/cloudkick/libcloud/commit/eb8ee7b877b0f21f77cee01730a9d06e2ebbc4fb
Author: Jerry Chen <je...@apache.org>
Date: 2010-12-31 (Fri, 31 Dec 2010)
Changed paths:
M CHANGES
Log Message:
-----------
CHANGES update for IP groups in Rackspace
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1054129 13f79535-47bb-0310-9956-ffa450edef68
Commit: 6783d694d3720689a6d54e0185246893aff9a7f7
https://github.com/cloudkick/libcloud/commit/6783d694d3720689a6d54e0185246893aff9a7f7
Author: Jerry Chen <je...@apache.org>
Date: 2010-12-31 (Fri, 31 Dec 2010)
Changed paths:
M libcloud/ssh.py
Log Message:
-----------
Brief blurb on DeprecationWarnings caused by Paramiko
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1054131 13f79535-47bb-0310-9956-ffa450edef68
Commit: acc18adb7293b091b751b40350b663a0e9721da1
https://github.com/cloudkick/libcloud/commit/acc18adb7293b091b751b40350b663a0e9721da1
Author: Jerry Chen <je...@apache.org>
Date: 2010-12-31 (Fri, 31 Dec 2010)
Changed paths:
M libcloud/deployment.py
Log Message:
-----------
Fixed minor typo in comments
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1054132 13f79535-47bb-0310-9956-ffa450edef68
Commit: 9a81fdface2ceb960994d3673b49d492e3096b01
https://github.com/cloudkick/libcloud/commit/9a81fdface2ceb960994d3673b49d492e3096b01
Author: Jerry Chen <je...@apache.org>
Date: 2010-12-31 (Fri, 31 Dec 2010)
Changed paths:
M CHANGES
M libcloud/drivers/rackspace.py
Log Message:
-----------
Reflect multiple locations for Rackspace, but unmanaged from API
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1054185 13f79535-47bb-0310-9956-ffa450edef68
Commit: 6336294522873081ffbd1f1ea762fe9699393b40
https://github.com/cloudkick/libcloud/commit/6336294522873081ffbd1f1ea762fe9699393b40
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-02 (Sun, 02 Jan 2011)
Changed paths:
M libcloud/base.py
A libcloud/httplib_ssl.py
A libcloud/security.py
Log Message:
-----------
SSL Certificate Name Verification
- libcloud.security
- libcloud.security.VERIFY_SSL_CERT = False
- libcloud.security.CA_CERTS_PATH
- LibcloudHTTPSConnection, LibcloudHTTPConnection
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1054518 13f79535-47bb-0310-9956-ffa450edef68
Commit: e1546e059fa1de8ecba3a602ea5189defad38e4e
https://github.com/cloudkick/libcloud/commit/e1546e059fa1de8ecba3a602ea5189defad38e4e
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-02 (Sun, 02 Jan 2011)
Changed paths:
M CHANGES
Log Message:
-----------
CHANGES update for SSL Certificate Name Verification
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1054519 13f79535-47bb-0310-9956-ffa450edef68
Commit: 258bdb29bff7064580b68e67afcf432d925c345c
https://github.com/cloudkick/libcloud/commit/258bdb29bff7064580b68e67afcf432d925c345c
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-02 (Sun, 02 Jan 2011)
Changed paths:
M CHANGES
M libcloud/drivers/ec2.py
M test/test_ec2.py
Log Message:
-----------
EC2 Driver Idempotency capability in create_node; LIBCLOUD-69
Submitted By: David LaBissoniere
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1054521 13f79535-47bb-0310-9956-ffa450edef68
Commit: f60727d12d1b9c359f8e6571a6786def5c2c2609
https://github.com/cloudkick/libcloud/commit/f60727d12d1b9c359f8e6571a6786def5c2c2609
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-02 (Sun, 02 Jan 2011)
Changed paths:
M CHANGES
M libcloud/drivers/ec2.py
M test/test_ec2.py
Log Message:
-----------
Add support for availability zones to EC2 driver,
via ex_list_availability_zones; LIBCLOUD-67
Submitted By: Tomaž Muraus <ka...@k5-storitve.net>
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1054527 13f79535-47bb-0310-9956-ffa450edef68
Commit: e9e0f30d8d9925f29d18ec3702bddf6adcafa4f8
https://github.com/cloudkick/libcloud/commit/e9e0f30d8d9925f29d18ec3702bddf6adcafa4f8
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-02 (Sun, 02 Jan 2011)
Changed paths:
A test/fixtures/ec2/describe_availability_zones.xml
Log Message:
-----------
Forgot describe_availability_zones.xml fixture
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1054528 13f79535-47bb-0310-9956-ffa450edef68
Commit: 4127987bf9d778efe21e8dffa2392e729dab0e13
https://github.com/cloudkick/libcloud/commit/4127987bf9d778efe21e8dffa2392e729dab0e13
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-03 (Mon, 03 Jan 2011)
Changed paths:
M libcloud/security.py
Log Message:
-----------
Add FreeBSD ca_root_nss path in CA_CERTS_PATH
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1054678 13f79535-47bb-0310-9956-ffa450edef68
Commit: 081333cfb0f151824ea00fb5138f24db155dc751
https://github.com/cloudkick/libcloud/commit/081333cfb0f151824ea00fb5138f24db155dc751
Author: Paul Querna <pqu...@apache.org>
Date: 2011-01-03 (Mon, 03 Jan 2011)
Changed paths:
M CHANGES
M libcloud/drivers/rackspace.py
Log Message:
-----------
Adding hard and soft reboot methods.
Submitted by: Peter Herndon
Submitted Via: https://github.com/tpherndon/libcloud/commit/7f9443bf011f48ef368a608404323eb6fb19e1f3
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1054749 13f79535-47bb-0310-9956-ffa450edef68
Commit: 47ca0eb0f90096b1f8bdc7f7f28e916af6b1d473
https://github.com/cloudkick/libcloud/commit/47ca0eb0f90096b1f8bdc7f7f28e916af6b1d473
Author: Paul Querna <pqu...@apache.org>
Date: 2011-01-03 (Mon, 03 Jan 2011)
Changed paths:
M libcloud/drivers/rackspace.py
Log Message:
-----------
Add ex_set_password and ex_set_server_name to Rackspace driver.
Submitted by: Peter Herndon
Based on: https://github.com/tpherndon/libcloud/commit/c18efa96343148462f03095943b06d09142a907f
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1054760 13f79535-47bb-0310-9956-ffa450edef68
Commit: 2b3841d9174d91cf4dc8a0d4b7c2cdac048013bf
https://github.com/cloudkick/libcloud/commit/2b3841d9174d91cf4dc8a0d4b7c2cdac048013bf
Author: Paul Querna <pqu...@apache.org>
Date: 2011-01-03 (Mon, 03 Jan 2011)
Changed paths:
M CHANGES
Log Message:
-----------
sync CHANGES
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1054761 13f79535-47bb-0310-9956-ffa450edef68
Commit: 71dc8751859b5723ed315d7cad83081dfb0040db
https://github.com/cloudkick/libcloud/commit/71dc8751859b5723ed315d7cad83081dfb0040db
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-03 (Mon, 03 Jan 2011)
Changed paths:
M setup.py
Log Message:
-----------
Conditionally require 'ssl' package when version <2.6 in distutils.core.setup
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1054849 13f79535-47bb-0310-9956-ffa450edef68
Commit: e2414f4e8a2e800deacd7fe15455c19849f82133
https://github.com/cloudkick/libcloud/commit/e2414f4e8a2e800deacd7fe15455c19849f82133
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-03 (Mon, 03 Jan 2011)
Changed paths:
M setup.py
Log Message:
-----------
Also require simplejson in <2.6 (long overdue)
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1054851 13f79535-47bb-0310-9956-ffa450edef68
Commit: ab09be05d897af8f2a619e7aabb8b10d6fb5e041
https://github.com/cloudkick/libcloud/commit/ab09be05d897af8f2a619e7aabb8b10d6fb5e041
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-03 (Mon, 03 Jan 2011)
Changed paths:
M test/test_brightbox.py
Log Message:
-----------
Properly catch ImportError for 'json' and attempt to import simplejson in test/test_brightbox
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1054852 13f79535-47bb-0310-9956-ffa450edef68
Commit: 032bb016f2898241ebd069604e6c79dfacd4a292
https://github.com/cloudkick/libcloud/commit/032bb016f2898241ebd069604e6c79dfacd4a292
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-03 (Mon, 03 Jan 2011)
Changed paths:
M libcloud/drivers/linode.py
Log Message:
-----------
Remove extraneous 'import json' from Linode driver
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1054877 13f79535-47bb-0310-9956-ffa450edef68
Commit: ae0fa702aa977899c0e8e9248284d14f7fdeddc4
https://github.com/cloudkick/libcloud/commit/ae0fa702aa977899c0e8e9248284d14f7fdeddc4
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-03 (Mon, 03 Jan 2011)
Changed paths:
M libcloud/drivers/brightbox.py
Log Message:
-----------
Try simplejson in Brightbox driver on json ImportError
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1054878 13f79535-47bb-0310-9956-ffa450edef68
Commit: b23b1794cc88d6e5844ae5bf665aeb666dc95109
https://github.com/cloudkick/libcloud/commit/b23b1794cc88d6e5844ae5bf665aeb666dc95109
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-03 (Mon, 03 Jan 2011)
Changed paths:
M libcloud/drivers/linode.py
Log Message:
-----------
Provide pre-2.6 izip_longest backport in Linode driver
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1054879 13f79535-47bb-0310-9956-ffa450edef68
Commit: 04d000cce726d298a4b16be35af2eeb636b1fa8d
https://github.com/cloudkick/libcloud/commit/04d000cce726d298a4b16be35af2eeb636b1fa8d
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-03 (Mon, 03 Jan 2011)
Changed paths:
M test/test_gogrid.py
Log Message:
-----------
Fallback for urlparse.parse_qs to use (now deprecated) cgi.parse_qs in < 2.6
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1054880 13f79535-47bb-0310-9956-ffa450edef68
Commit: ed62c646008253c9f2a3b5ef6651cb036ff40e8c
https://github.com/cloudkick/libcloud/commit/ed62c646008253c9f2a3b5ef6651cb036ff40e8c
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-03 (Mon, 03 Jan 2011)
Changed paths:
M libcloud/base.py
M libcloud/drivers/dummy.py
Log Message:
-----------
Documentation with doctests for base.py and dummy.py; LIBCLOUD-64
Submitted By: Michael De La Rue
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1054893 13f79535-47bb-0310-9956-ffa450edef68
Commit: 355ca58ccb2338bf34b1a1528e52cddeed94fd92
https://github.com/cloudkick/libcloud/commit/355ca58ccb2338bf34b1a1528e52cddeed94fd92
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-03 (Mon, 03 Jan 2011)
Changed paths:
M libcloud/httplib_ssl.py
Log Message:
-----------
Provide 2.5 fallback for socket.create_connection in httplib_ssl
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1054897 13f79535-47bb-0310-9956-ffa450edef68
Commit: d1f6400b947804fec0ad212db3bedb70e80b7c5b
https://github.com/cloudkick/libcloud/commit/d1f6400b947804fec0ad212db3bedb70e80b7c5b
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-03 (Mon, 03 Jan 2011)
Changed paths:
M libcloud/drivers/voxel.py
Log Message:
-----------
Voxel driver cleanup, per LIBCLOUD-23
- create_node() cleanup and reenabling
- prefixed optional args to ex_
- uses kwargs['size'].disk (NodeSize.disk) for disk size,
instead of non-standard kwargs['disk']
- correctly uses xml path 'device/status' instead of 'devices/status'
- adds 'QUEUED' and 'unknown' states to NODE_STATE_MAP
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1054920 13f79535-47bb-0310-9956-ffa450edef68
Commit: 68e91448c4e3a08ddee0976c601336de6566e860
https://github.com/cloudkick/libcloud/commit/68e91448c4e3a08ddee0976c601336de6566e860
Author: Roman Bogorodskiy <rbogor...@apache.org>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M CHANGES
M libcloud/drivers/gogrid.py
A test/fixtures/gogrid/server_edit.json
M test/test_gogrid.py
Log Message:
-----------
- Bump GoGrid API version to 1.7
- Implment ex_edit_node() method for GoGrid driver. This
method allows changing some of the node attributes, like
RAM and description
- Add a simple test for it
- Update CHANGES
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1054994 13f79535-47bb-0310-9956-ffa450edef68
Commit: 5759512e846518f7273317065d1ace49332fd442
https://github.com/cloudkick/libcloud/commit/5759512e846518f7273317065d1ace49332fd442
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M libcloud/drivers/ibm_sbc.py
Log Message:
-----------
Updated IBM SBC instance sizes
Submitted By: Sengor
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1055050 13f79535-47bb-0310-9956-ffa450edef68
Commit: 10afe4dbba37a8bce8d235baa01b4ae4522e877c
https://github.com/cloudkick/libcloud/commit/10afe4dbba37a8bce8d235baa01b4ae4522e877c
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M test/test_ibm_sbc.py
Log Message:
-----------
IBM SBC test update to reflect 7 -> 9 instance sizes
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1055052 13f79535-47bb-0310-9956-ffa450edef68
Commit: 02171fd3097ac32ce9f5d2a15c7173e503016f64
https://github.com/cloudkick/libcloud/commit/02171fd3097ac32ce9f5d2a15c7173e503016f64
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M test/test_ibm_sbc.py
Log Message:
-----------
Fix remaining IBM SBC tests as well
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1055054 13f79535-47bb-0310-9956-ffa450edef68
Commit: e3bae18ab80cc5b9a5fe13caef99019733fd4306
https://github.com/cloudkick/libcloud/commit/e3bae18ab80cc5b9a5fe13caef99019733fd4306
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M libcloud/drivers/ec2.py
M test/test_ec2.py
Log Message:
-----------
Tests for EC2 Idempotent launches; LIBCLOUD-69
Submitted By: David LaBissoniere
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1055059 13f79535-47bb-0310-9956-ffa450edef68
Commit: 634bd05d96b6379c392971b1ef635567cb0f5900
https://github.com/cloudkick/libcloud/commit/634bd05d96b6379c392971b1ef635567cb0f5900
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
A test/fixtures/ec2/run_instances_idem.xml
A test/fixtures/ec2/run_instances_idem_mismatch.xml
Log Message:
-----------
Forgot EC2 text fixtures... again.
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1055067 13f79535-47bb-0310-9956-ffa450edef68
Commit: 4ad611d7e2dab022bf9678c83e040bc5c33934b0
https://github.com/cloudkick/libcloud/commit/4ad611d7e2dab022bf9678c83e040bc5c33934b0
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M CHANGES
Log Message:
-----------
Update CHANGES to reflect CPython 2.5 compatibility changes
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1055273 13f79535-47bb-0310-9956-ffa450edef68
Commit: 0f75c60cd9a8a7644cbf090d1173807d875d97b6
https://github.com/cloudkick/libcloud/commit/0f75c60cd9a8a7644cbf090d1173807d875d97b6
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M README
M libcloud/base.py
Log Message:
-----------
Update README with SSL info, remove SSL warning in libcloud/base.py
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1055275 13f79535-47bb-0310-9956-ffa450edef68
Commit: 89d49ad372232a6c90bb6c9b3b333a67d1d99d06
https://github.com/cloudkick/libcloud/commit/89d49ad372232a6c90bb6c9b3b333a67d1d99d06
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M setup.py
Log Message:
-----------
Provide dependency hints for <2.6, much like test/secrets.py-dist hint
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1055277 13f79535-47bb-0310-9956-ffa450edef68
Commit: dbc61cdb0f5930242ace42c5adfddf2283fc6653
https://github.com/cloudkick/libcloud/commit/dbc61cdb0f5930242ace42c5adfddf2283fc6653
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M setup.py
Log Message:
-----------
setup.py dependency check only exits if modules are missing
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1055278 13f79535-47bb-0310-9956-ffa450edef68
Commit: 359529e4a0e4a20e04967573dd79684e010beb79
https://github.com/cloudkick/libcloud/commit/359529e4a0e4a20e04967573dd79684e010beb79
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M setup.py
Log Message:
-----------
Version bump to 0.4.1
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1055286 13f79535-47bb-0310-9956-ffa450edef68
Commit: 052306b90e10d2b6b675e04d7d5d46094c02a4e8
https://github.com/cloudkick/libcloud/commit/052306b90e10d2b6b675e04d7d5d46094c02a4e8
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M libcloud/__init__.py
Log Message:
-----------
__version__ to '0.4.1' as well
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1055292 13f79535-47bb-0310-9956-ffa450edef68
Commit: cb4fbbee547bfb7458f21ce64905228291ccee3a
https://github.com/cloudkick/libcloud/commit/cb4fbbee547bfb7458f21ce64905228291ccee3a
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M libcloud/__init__.py
M setup.py
Log Message:
-----------
Trunk to 0.4.2-dev
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1055294 13f79535-47bb-0310-9956-ffa450edef68
Commit: 5b71bbbd7a119187b5837fbd24a150681fb0bf6d
https://github.com/cloudkick/libcloud/commit/5b71bbbd7a119187b5837fbd24a150681fb0bf6d
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-07 (Fri, 07 Jan 2011)
Changed paths:
M CHANGES
M libcloud/drivers/ec2.py
M test/test_ec2.py
Log Message:
-----------
Make create_node backward compatible and don't throw an exception if a
NodeLocation object passed to the create_node method doesn't have
availability_zone attribute.
Submitted By: Tomaž Muraus <to...@cloudkick.com>
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1056498 13f79535-47bb-0310-9956-ffa450edef68
Commit: fa0fa7217a0734301faeea7b216b02b5aeb2a168
https://github.com/cloudkick/libcloud/commit/fa0fa7217a0734301faeea7b216b02b5aeb2a168
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-07 (Fri, 07 Jan 2011)
Changed paths:
M test/test_ec2.py
Log Message:
-----------
Update affected test and add a new test for ex_list_availability_zones.
Submitted By: Tomaž Muraus <to...@cloudkick.com>
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1056501 13f79535-47bb-0310-9956-ffa450edef68
Commit: 7ead1e4343dce942171e9111f689ce5eebdbc1de
https://github.com/cloudkick/libcloud/commit/7ead1e4343dce942171e9111f689ce5eebdbc1de
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-07 (Fri, 07 Jan 2011)
Changed paths:
M libcloud/__init__.py
Log Message:
-----------
Prep for 0.4.2 tagging
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1056621 13f79535-47bb-0310-9956-ffa450edef68
Commit: 73b46ce294d8bd6f8781c24492b9f16eb2398c04
https://github.com/cloudkick/libcloud/commit/73b46ce294d8bd6f8781c24492b9f16eb2398c04
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-07 (Fri, 07 Jan 2011)
Changed paths:
M libcloud/__init__.py
M setup.py
Log Message:
-----------
Push trunk to 0.4.3-dev
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1056624 13f79535-47bb-0310-9956-ffa450edef68
Commit: f4f75d09bab3a05f04fa49662a4c551ab2deb8f1
https://github.com/cloudkick/libcloud/commit/f4f75d09bab3a05f04fa49662a4c551ab2deb8f1
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-07 (Fri, 07 Jan 2011)
Changed paths:
M CHANGES
Log Message:
-----------
Epic CHANGES fixes
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1056628 13f79535-47bb-0310-9956-ffa450edef68
Commit: 35f4bc753c7bef8c37c2b833e38d29bd9c744e3d
https://github.com/cloudkick/libcloud/commit/35f4bc753c7bef8c37c2b833e38d29bd9c744e3d
Author: Roman Bogorodskiy <rbogor...@apache.org>
Date: 2011-01-09 (Sun, 09 Jan 2011)
Changed paths:
M CHANGES
M libcloud/drivers/gogrid.py
M test/test_gogrid.py
Log Message:
-----------
Add an extra method to GoGrid drivers to edit image attributes.
The name of the method is ex_edit_image() and it uses grid.image.edit
API cal introducent in a version 1.7 of the GoGrid API.
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1056894 13f79535-47bb-0310-9956-ffa450edef68
Commit: 958c8f8e5a060c277312a9e5f70e3890f130ba8c
https://github.com/cloudkick/libcloud/commit/958c8f8e5a060c277312a9e5f70e3890f130ba8c
Author: Roman Bogorodskiy <rbogor...@apache.org>
Date: 2011-01-09 (Sun, 09 Jan 2011)
Changed paths:
M libcloud/drivers/gogrid.py
Log Message:
-----------
Docstring fixes for GoGrid driver.
- typo in ex_save_image() docstring: s/param/type/
- document ex_edit_node()
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1056916 13f79535-47bb-0310-9956-ffa450edef68
Commit: a175cf29496e3c57344be9c14ac22f21ec209c43
https://github.com/cloudkick/libcloud/commit/a175cf29496e3c57344be9c14ac22f21ec209c43
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-10 (Mon, 10 Jan 2011)
Changed paths:
A DISCLAIMER
Log Message:
-----------
Incubator status disclaimer in DISCLAIMER, 'backported' to 0.4.2
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1057489 13f79535-47bb-0310-9956-ffa450edef68
Commit: c58098ca26a6ff61cba9a65144c45bd321a3a78f
https://github.com/cloudkick/libcloud/commit/c58098ca26a6ff61cba9a65144c45bd321a3a78f
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-10 (Mon, 10 Jan 2011)
Changed paths:
M DISCLAIMER
M MANIFEST.in
Log Message:
-----------
Added DISCLAIMER to MANIFEST.in, and newline at EOF to DISCLAIMER
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1057490 13f79535-47bb-0310-9956-ffa450edef68
Commit: 277fe052f928e250b5b1f7f931d3c27d62e3a60a
https://github.com/cloudkick/libcloud/commit/277fe052f928e250b5b1f7f931d3c27d62e3a60a
Author: Paul Querna <pqu...@apache.org>
Date: 2011-01-19 (Wed, 19 Jan 2011)
Changed paths:
M libcloud/base.py
Log Message:
-----------
Try to be more robust about transient connectivity issues over the SSH connection during deployment
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1061130 13f79535-47bb-0310-9956-ffa450edef68
Commit: 9ae3778343408d688a035b7b9e27638c0f307554
https://github.com/cloudkick/libcloud/commit/9ae3778343408d688a035b7b9e27638c0f307554
Author: Jerry Chen <je...@apache.org>
Date: 2011-01-23 (Sun, 23 Jan 2011)
Changed paths:
M libcloud/drivers/ibm_sbc.py
Log Message:
-----------
Updates to new instance states for the IBM SBC Driver
Submitted By: Sengor <sen...@gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1062429 13f79535-47bb-0310-9956-ffa450edef68
Commit: 602999e3b49c6e230e3d17198a978db5e67cc5a5
https://github.com/cloudkick/libcloud/commit/602999e3b49c6e230e3d17198a978db5e67cc5a5
Author: Tomaž Muraus <to...@apache.org>
Date: 2011-01-24 (Mon, 24 Jan 2011)
Changed paths:
M libcloud/drivers/ec2.py
M test/test_ec2.py
Log Message:
-----------
Add cluster instances to EC2 driver.
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1062725 13f79535-47bb-0310-9956-ffa450edef68
Commit: 113480d96437c5d4721add5efaa04417ce437f61
https://github.com/cloudkick/libcloud/commit/113480d96437c5d4721add5efaa04417ce437f61
Author: Jedidiah Smith <j...@apache.org>
Date: 2011-01-24 (Mon, 24 Jan 2011)
Changed paths:
M libcloud/drivers/linode.py
Log Message:
-----------
Remove maintainer line from Linode driver
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1063020 13f79535-47bb-0310-9956-ffa450edef68
Commit: a72dc0744b4df5824ef893e5be1f2b6e45c4a00c
https://github.com/cloudkick/libcloud/commit/a72dc0744b4df5824ef893e5be1f2b6e45c4a00c
Author: Tomaž Muraus <to...@apache.org>
Date: 2011-02-04 (Fri, 04 Feb 2011)
Changed paths:
M libcloud/drivers/ec2.py
A test/fixtures/ec2/describe_tags.xml
M test/test_ec2.py
Log Message:
-----------
Add ex_describe_tags method to EC2 driver.
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1067376 13f79535-47bb-0310-9956-ffa450edef68
Commit: f95ca0fa1d2f011421fb88b6e6315c56616ceb32
https://github.com/cloudkick/libcloud/commit/f95ca0fa1d2f011421fb88b6e6315c56616ceb32
Author: Tomaž Muraus <to...@apache.org>
Date: 2011-02-04 (Fri, 04 Feb 2011)
Changed paths:
M test/test_ec2.py
Log Message:
-----------
Remove duplicate methods.
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1067377 13f79535-47bb-0310-9956-ffa450edef68
Commit: 104b6a41aa12b65822095d01a4195041b9e0ddfd
https://github.com/cloudkick/libcloud/commit/104b6a41aa12b65822095d01a4195041b9e0ddfd
Author: Roman Bogorodskiy <rbogor...@apache.org>
Date: 2011-02-05 (Sat, 05 Feb 2011)
Changed paths:
M CHANGES
M libcloud/drivers/gogrid.py
M test/fixtures/gogrid/ip_list.json
M test/test_gogrid.py
Log Message:
-----------
Implement ex_list_ips() for GoGrid driver to list
IP addresses assigned to the account.
Make use of it in _get_first_ip().
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1067448 13f79535-47bb-0310-9956-ffa450edef68
Commit: 99a6e8b89b605525da4cd1096e0e53d4fdb4d544
https://github.com/cloudkick/libcloud/commit/99a6e8b89b605525da4cd1096e0e53d4fdb4d544
Author: Roman Bogorodskiy <rbogor...@apache.org>
Date: 2011-02-05 (Sat, 05 Feb 2011)
Changed paths:
M CHANGES
M libcloud/drivers/rackspace.py
Log Message:
-----------
Implement ex_rebuild() and ex_get_node_details()
routines for Rackspace driver.
Submitted by: Andrew Klochkov
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1067451 13f79535-47bb-0310-9956-ffa450edef68
Commit: 1b82d3174370b3985390b79e9278737ddb1047a5
https://github.com/cloudkick/libcloud/commit/1b82d3174370b3985390b79e9278737ddb1047a5
Author: Jerry Chen <je...@apache.org>
Date: 2011-02-05 (Sat, 05 Feb 2011)
Changed paths:
M libcloud/drivers/ec2.py
Log Message:
-----------
This commit fixes the pricing of several EC2 instances. In addition it
also fixes spelling mistakes that mislabelled where an instance was.
Submitted By: Andrew Wong <n...@insidiae.net>
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1067561 13f79535-47bb-0310-9956-ffa450edef68
Commit: bd2f9ba96a78cb377cf738736875a5b337ba7acd
https://github.com/cloudkick/libcloud/commit/bd2f9ba96a78cb377cf738736875a5b337ba7acd
Author: Paul Querna <pqu...@apache.org>
Date: 2011-02-07 (Mon, 07 Feb 2011)
Changed paths:
M libcloud/drivers/rackspace.py
Log Message:
-----------
Expose the URI of a rackspace node to the node metadata
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1068183 13f79535-47bb-0310-9956-ffa450edef68
Commit: b424932e7894282254eca729935342843edb22c8
https://github.com/cloudkick/libcloud/commit/b424932e7894282254eca729935342843edb22c8
Author: Tomaž Muraus <to...@apache.org>
Date: 2011-02-16 (Wed, 16 Feb 2011)
Changed paths:
M libcloud/drivers/ec2.py
A test/fixtures/ec2/describe_addresses.xml
M test/test_ec2.py
Log Message:
-----------
Add ex_describe_addresses method to the EC2 driver.
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1071201 13f79535-47bb-0310-9956-ffa450edef68
Commit: 9fb15e10c3d8c1141f531bb24dffed8ad5ba0ad0
https://github.com/cloudkick/libcloud/commit/9fb15e10c3d8c1141f531bb24dffed8ad5ba0ad0
Author: Tomaž Muraus <to...@apache.org>
Date: 2011-02-16 (Wed, 16 Feb 2011)
Changed paths:
M libcloud/drivers/ec2.py
M test/fixtures/ec2/describe_instances.xml
M test/test_ec2.py
Log Message:
-----------
Use ipAddress and privateIpAddress attribute for the node public and private ip
correspondingly,
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1071367 13f79535-47bb-0310-9956-ffa450edef68
Commit: 9f2d0c380bbe02f6f9b605574fe0cfbcafc2f7bc
https://github.com/cloudkick/libcloud/commit/9f2d0c380bbe02f6f9b605574fe0cfbcafc2f7bc
Author: Tomaž Muraus <to...@apache.org>
Date: 2011-02-16 (Wed, 16 Feb 2011)
Changed paths:
M libcloud/drivers/ec2.py
M test/test_ec2.py
Log Message:
-----------
Also include node Elastic IP addresses in the node public_ip attribute.
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1071372 13f79535-47bb-0310-9956-ffa450edef68
Commit: 20f655f458903ed36a2497b658519bef20ca20d2
https://github.com/cloudkick/libcloud/commit/20f655f458903ed36a2497b658519bef20ca20d2
Author: Tomaž Muraus <to...@apache.org>
Date: 2011-02-16 (Wed, 16 Feb 2011)
Changed paths:
M libcloud/drivers/ec2.py
M test/test_ec2.py
Log Message:
-----------
Make describe_addresses more efficient when requesting Elastic IP addresses for
multiple nodes. It's still pretty bad for the worse case (user has a lot of
unassociated Elastic IP addresses), but it's a lot better for the average case
(multiple numbers of nodes with not a lot of unassociated addresses).
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1071455 13f79535-47bb-0310-9956-ffa450edef68
Commit: 5f07a249a8629565060a1fe17b1227021a49ed11
https://github.com/cloudkick/libcloud/commit/5f07a249a8629565060a1fe17b1227021a49ed11
Author: Tomaž Muraus <to...@apache.org>
Date: 2011-02-16 (Wed, 16 Feb 2011)
Changed paths:
A test/fixtures/ec2/describe_addresses_multi.xml
A test/fixtures/ec2/describe_addresses_single.xml
Log Message:
-----------
Forgot to add modified fixtures.
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1071456 13f79535-47bb-0310-9956-ffa450edef68
Commit: f9e2798c65fd8bccbbf1f8285f55fc04a8c1d047
https://github.com/cloudkick/libcloud/commit/f9e2798c65fd8bccbbf1f8285f55fc04a8c1d047
Author: Tomaž Muraus <to...@apache.org>
Date: 2011-02-16 (Wed, 16 Feb 2011)
Changed paths:
M test/test_ec2.py
Log Message:
-----------
Make sure that an empty list is returned where there are no Elastic IPs
associated with a node.
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1071457 13f79535-47bb-0310-9956-ffa450edef68
Commit: 25f795d78922f45bdea9e5379cc0b6a35fcb0488
https://github.com/cloudkick/libcloud/commit/25f795d78922f45bdea9e5379cc0b6a35fcb0488
Author: Jerry Chen <je...@apache.org>
Date: 2011-02-18 (Fri, 18 Feb 2011)
Changed paths:
M libcloud/drivers/ec2.py
Log Message:
-----------
ex_create_tags and ex_delete_tags functionality to the EC2 driver.
Submitted By: Brandon Rhodes
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1072101 13f79535-47bb-0310-9956-ffa450edef68
Commit: 13274f9bb9461048c6ad77d27d9a5ab036505b2c
https://github.com/cloudkick/libcloud/commit/13274f9bb9461048c6ad77d27d9a5ab036505b2c
Author: Roman Bogorodskiy <rbogor...@apache.org>
Date: 2011-02-20 (Sun, 20 Feb 2011)
Changed paths:
M libcloud/drivers/gogrid.py
Log Message:
-----------
GoGrid driver minor improvements.
* Support specifying IP addresses for new nodes
at creation time via ex_ip keyword
* Support filtering IP addresses by location
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1072590 13f79535-47bb-0310-9956-ffa450edef68
Commit: 60afd810c72dc16b241bd224240fc4442390b527
https://github.com/cloudkick/libcloud/commit/60afd810c72dc16b241bd224240fc4442390b527
Author: Tomaž Muraus <to...@apache.org>
Date: 2011-02-20 (Sun, 20 Feb 2011)
Changed paths:
M test/test_ec2.py
Log Message:
-----------
Tests for the ex_create_tags and ex_delete_tags function (EC2 driver).
Submitted By: Brandon Rhodes
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1072716 13f79535-47bb-0310-9956-ffa450edef68
Commit: 06e556f981b9d556ad768e6b2c185891d0cb343b
https://github.com/cloudkick/libcloud/commit/06e556f981b9d556ad768e6b2c185891d0cb343b
Author: Tomaž Muraus <to...@apache.org>
Date: 2011-03-02 (Wed, 02 Mar 2011)
Changed paths:
M libcloud/drivers/ec2.py
M libcloud/providers.py
M libcloud/types.py
M test/test_ec2.py
Log Message:
-----------
Add support for the new Amazon region (Tokyo).
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1076474 13f79535-47bb-0310-9956-ffa450edef68
Commit: ce07278ded99ff05d203a0761537272042ff97f6
https://github.com/cloudkick/libcloud/commit/ce07278ded99ff05d203a0761537272042ff97f6
Author: Tomaž Muraus <to...@apache.org>
Date: 2011-03-07 (Mon, 07 Mar 2011)
Changed paths:
A test/fixtures/ec2/create_tags.xml
A test/fixtures/ec2/delete_tags.xml
Log Message:
-----------
Add missing fixtures.
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1079005 13f79535-47bb-0310-9956-ffa450edef68
Commit: ea269b64514c0bccf80d989158f84a1441eb5775
https://github.com/cloudkick/libcloud/commit/ea269b64514c0bccf80d989158f84a1441eb5775
Author: Tomaž Muraus <to...@apache.org>
Date: 2011-03-07 (Mon, 07 Mar 2011)
Changed paths:
R CHANGES
R DISCLAIMER
R HACKING
R LICENSE
R MANIFEST.in
R NOTICE
R README
R demos/ec2_demo.py
R demos/secrets.py.dist
R dist/hash-sign.sh
R dist/release.sh
R example.py
R libcloud/__init__.py
R libcloud/base.py
R libcloud/deployment.py
R libcloud/drivers/__init__.py
R libcloud/drivers/brightbox.py
R libcloud/drivers/cloudsigma.py
R libcloud/drivers/dreamhost.py
R libcloud/drivers/dummy.py
R libcloud/drivers/ec2.py
R libcloud/drivers/ecp.py
R libcloud/drivers/elastichosts.py
R libcloud/drivers/gogrid.py
R libcloud/drivers/ibm_sbc.py
R libcloud/drivers/linode.py
R libcloud/drivers/opennebula.py
R libcloud/drivers/rackspace.py
R libcloud/drivers/rimuhosting.py
R libcloud/drivers/slicehost.py
R libcloud/drivers/softlayer.py
R libcloud/drivers/vcloud.py
R libcloud/drivers/voxel.py
R libcloud/drivers/vpsnet.py
R libcloud/httplib_ssl.py
R libcloud/providers.py
R libcloud/security.py
R libcloud/ssh.py
R libcloud/types.py
R setup.py
R test/__init__.py
R test/file_fixtures.py
R test/fixtures/brightbox/create_server.json
R test/fixtures/brightbox/list_images.json
R test/fixtures/brightbox/list_server_types.json
R test/fixtures/brightbox/list_servers.json
R test/fixtures/brightbox/list_zones.json
R test/fixtures/brightbox/token.json
R test/fixtures/cloudsigma/drives_clone.txt
R test/fixtures/cloudsigma/drives_info.txt
R test/fixtures/cloudsigma/drives_single_info.txt
R test/fixtures/cloudsigma/drives_standard_info.txt
R test/fixtures/cloudsigma/resources_ip_create.txt
R test/fixtures/cloudsigma/resources_ip_list.txt
R test/fixtures/cloudsigma/servers_create.txt
R test/fixtures/cloudsigma/servers_info.txt
R test/fixtures/cloudsigma/servers_set.txt
R test/fixtures/ec2/create_tags.xml
R test/fixtures/ec2/delete_tags.xml
R test/fixtures/ec2/describe_addresses.xml
R test/fixtures/ec2/describe_addresses_multi.xml
R test/fixtures/ec2/describe_addresses_single.xml
R test/fixtures/ec2/describe_availability_zones.xml
R test/fixtures/ec2/describe_images.xml
R test/fixtures/ec2/describe_instances.xml
R test/fixtures/ec2/describe_tags.xml
R test/fixtures/ec2/reboot_instances.xml
R test/fixtures/ec2/run_instances.xml
R test/fixtures/ec2/run_instances_idem.xml
R test/fixtures/ec2/run_instances_idem_mismatch.xml
R test/fixtures/ec2/terminate_instances.xml
R test/fixtures/ecp/htemplate_list.json
R test/fixtures/ecp/network_list.json
R test/fixtures/ecp/ptemplate_list.json
R test/fixtures/ecp/vm_1_action_delete.json
R test/fixtures/ecp/vm_1_action_start.json
R test/fixtures/ecp/vm_1_action_stop.json
R test/fixtures/ecp/vm_1_get.json
R test/fixtures/ecp/vm_list.json
R test/fixtures/ecp/vm_put.json
R test/fixtures/elastichosts/drives_create.json
R test/fixtures/elastichosts/drives_info.json
R test/fixtures/elastichosts/servers_create.json
R test/fixtures/elastichosts/servers_info.json
R test/fixtures/gogrid/image_list.json
R test/fixtures/gogrid/image_save.json
R test/fixtures/gogrid/ip_list.json
R test/fixtures/gogrid/ip_list_empty.json
R test/fixtures/gogrid/lookup_list_ip_datacenter.json
R test/fixtures/gogrid/password_list.json
R test/fixtures/gogrid/server_add.json
R test/fixtures/gogrid/server_delete.json
R test/fixtures/gogrid/server_edit.json
R test/fixtures/gogrid/server_list.json
R test/fixtures/gogrid/server_power.json
R test/fixtures/ibm_sbc/create.xml
R test/fixtures/ibm_sbc/delete.xml
R test/fixtures/ibm_sbc/images.xml
R test/fixtures/ibm_sbc/instances.xml
R test/fixtures/ibm_sbc/instances_deleted.xml
R test/fixtures/ibm_sbc/locations.xml
R test/fixtures/ibm_sbc/reboot_active.xml
R test/fixtures/ibm_sbc/sizes.xml
R test/fixtures/meta/helloworld.txt
R test/fixtures/opennebula/compute.xml
R test/fixtures/opennebula/computes.xml
R test/fixtures/opennebula/disk.xml
R test/fixtures/opennebula/storage.xml
R test/fixtures/rackspace/v1_slug_flavors_detail.xml
R test/fixtures/rackspace/v1_slug_images_detail.xml
R test/fixtures/rackspace/v1_slug_images_post.xml
R test/fixtures/rackspace/v1_slug_limits.xml
R test/fixtures/rackspace/v1_slug_servers.xml
R test/fixtures/rackspace/v1_slug_servers_detail.xml
R test/fixtures/rackspace/v1_slug_servers_detail_empty.xml
R test/fixtures/rackspace/v1_slug_servers_detail_metadata.xml
R test/fixtures/rackspace/v1_slug_servers_ips.xml
R test/fixtures/rackspace/v1_slug_servers_metadata.xml
R test/fixtures/rackspace/v1_slug_shared_ip_group.xml
R test/fixtures/rackspace/v1_slug_shared_ip_groups.xml
R test/fixtures/rackspace/v1_slug_shared_ip_groups_detail.xml
R test/fixtures/rimuhosting/r_distributions.json
R test/fixtures/rimuhosting/r_orders.json
R test/fixtures/rimuhosting/r_orders_new_vps.json
R test/fixtures/rimuhosting/r_orders_order_88833465_api_ivan_net_nz_vps.json
R test/fixtures/rimuhosting/r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
R test/fixtures/rimuhosting/r_pricing_plans.json
R test/fixtures/slicehost/flavors.xml
R test/fixtures/slicehost/images.xml
R test/fixtures/slicehost/slices_1_reboot.xml
R test/fixtures/slicehost/slices_1_reboot_forbidden.xml
R test/fixtures/slicehost/slices_errors.xml
R test/fixtures/slicehost/slices_get.xml
R test/fixtures/slicehost/slices_post.xml
R test/fixtures/softlayer/v3_SoftLayer_Account_getVirtualGuests.xml
R test/fixtures/softlayer/v3_SoftLayer_Location_Datacenter_getDatacenters.xml
R test/fixtures/terremark/api_v0_8_catalogItem_5.xml
R test/fixtures/terremark/api_v0_8_login.xml
R test/fixtures/terremark/api_v0_8_org_240.xml
R test/fixtures/terremark/api_v0_8_task_10496.xml
R test/fixtures/terremark/api_v0_8_task_11001.xml
R test/fixtures/terremark/api_v0_8_vapp_14031.xml
R test/fixtures/terremark/api_v0_8_vapp_14031_action_deploy.xml
R test/fixtures/terremark/api_v0_8_vapp_14031_get.xml
R test/fixtures/terremark/api_v0_8_vapp_14031_power_action_powerOn.xml
R test/fixtures/terremark/api_v0_8_vapp_14031_power_action_poweroff.xml
R test/fixtures/terremark/api_v0_8_vapp_14031_power_action_reset.xml
R test/fixtures/terremark/api_v0_8_vdc_224.xml
R test/fixtures/terremark/api_v0_8_vdc_224_action_instantiateVAppTemplate.xml
R test/fixtures/terremark/api_v0_8_vdc_224_catalog.xml
R test/fixtures/voxel/unauthorized.xml
R test/secrets.py-dist
R test/test_base.py
R test/test_brightbox.py
R test/test_cloudsigma.py
R test/test_dreamhost.py
R test/test_ec2.py
R test/test_ecp.py
R test/test_elastichosts.py
R test/test_file_fixtures.py
R test/test_gogrid.py
R test/test_ibm_sbc.py
R test/test_linode.py
R test/test_opennebula.py
R test/test_rackspace.py
R test/test_rimuhosting.py
R test/test_slicehost.py
R test/test_softlayer.py
R test/test_vcloud.py
R test/test_voxel.py
R test/test_vpsnet.py
Log Message:
-----------
Delete all the files (merging storage_api branch from the git repo).
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1079023 13f79535-47bb-0310-9956-ffa450edef68
Commit: e80d7bcc9e903610c1e3ee6390ecacc1d4ee1fa6
https://github.com/cloudkick/libcloud/commit/e80d7bcc9e903610c1e3ee6390ecacc1d4ee1fa6
Author: Tomaž Muraus <to...@apache.org>
Date: 2011-03-07 (Mon, 07 Mar 2011)
Changed paths:
A CHANGES
A DISCLAIMER
A HACKING
A LICENSE
A MANIFEST.in
A NOTICE
A README
A demos/ec2_demo.py
A demos/secrets.py.dist
A dist/hash-sign.sh
A dist/release.sh
A example_compute.py
A example_storage.py
A libcloud/__init__.py
A libcloud/base.py
A libcloud/common/__init__.py
A libcloud/common/base.py
A libcloud/common/types.py
A libcloud/compute/__init__.py
A libcloud/compute/base.py
A libcloud/compute/deployment.py
A libcloud/compute/drivers/__init__.py
A libcloud/compute/drivers/brightbox.py
A libcloud/compute/drivers/cloudsigma.py
A libcloud/compute/drivers/dreamhost.py
A libcloud/compute/drivers/dummy.py
A libcloud/compute/drivers/ec2.py
A libcloud/compute/drivers/ecp.py
A libcloud/compute/drivers/elastichosts.py
A libcloud/compute/drivers/gogrid.py
A libcloud/compute/drivers/ibm_sbc.py
A libcloud/compute/drivers/linode.py
A libcloud/compute/drivers/opennebula.py
A libcloud/compute/drivers/rackspace.py
A libcloud/compute/drivers/rimuhosting.py
A libcloud/compute/drivers/slicehost.py
A libcloud/compute/drivers/softlayer.py
A libcloud/compute/drivers/vcloud.py
A libcloud/compute/drivers/voxel.py
A libcloud/compute/drivers/vpsnet.py
A libcloud/compute/providers.py
A libcloud/compute/ssh.py
A libcloud/compute/types.py
A libcloud/deployment.py
A libcloud/drivers/__init__.py
A libcloud/drivers/brightbox.py
A libcloud/drivers/cloudsigma.py
A libcloud/drivers/dreamhost.py
A libcloud/drivers/dummy.py
A libcloud/drivers/ec2.py
A libcloud/drivers/ecp.py
A libcloud/drivers/elastichosts.py
A libcloud/drivers/gogrid.py
A libcloud/drivers/ibm_sbc.py
A libcloud/drivers/linode.py
A libcloud/drivers/opennebula.py
A libcloud/drivers/rackspace.py
A libcloud/drivers/rimuhosting.py
A libcloud/drivers/slicehost.py
A libcloud/drivers/softlayer.py
A libcloud/drivers/vcloud.py
A libcloud/drivers/voxel.py
A libcloud/drivers/vpsnet.py
A libcloud/httplib_ssl.py
A libcloud/providers.py
A libcloud/security.py
A libcloud/ssh.py
A libcloud/storage/__init__.py
A libcloud/storage/base.py
A libcloud/storage/drivers/__init__.py
A libcloud/storage/drivers/cloudfiles.py
A libcloud/storage/drivers/dummy.py
A libcloud/storage/providers.py
A libcloud/storage/types.py
A libcloud/types.py
A libcloud/utils.py
A setup.py
A test/__init__.py
A test/compute/__init__.py
A test/compute/fixtures/brightbox/create_server.json
A test/compute/fixtures/brightbox/list_images.json
A test/compute/fixtures/brightbox/list_server_types.json
A test/compute/fixtures/brightbox/list_servers.json
A test/compute/fixtures/brightbox/list_zones.json
A test/compute/fixtures/brightbox/token.json
A test/compute/fixtures/cloudsigma/drives_clone.txt
A test/compute/fixtures/cloudsigma/drives_info.txt
A test/compute/fixtures/cloudsigma/drives_single_info.txt
A test/compute/fixtures/cloudsigma/drives_standard_info.txt
A test/compute/fixtures/cloudsigma/resources_ip_create.txt
A test/compute/fixtures/cloudsigma/resources_ip_list.txt
A test/compute/fixtures/cloudsigma/servers_create.txt
A test/compute/fixtures/cloudsigma/servers_info.txt
A test/compute/fixtures/cloudsigma/servers_set.txt
A test/compute/fixtures/ec2/create_tags.xml
A test/compute/fixtures/ec2/delete_tags.xml
A test/compute/fixtures/ec2/describe_addresses.xml
A test/compute/fixtures/ec2/describe_addresses_multi.xml
A test/compute/fixtures/ec2/describe_addresses_single.xml
A test/compute/fixtures/ec2/describe_availability_zones.xml
A test/compute/fixtures/ec2/describe_images.xml
A test/compute/fixtures/ec2/describe_instances.xml
A test/compute/fixtures/ec2/describe_tags.xml
A test/compute/fixtures/ec2/reboot_instances.xml
A test/compute/fixtures/ec2/run_instances.xml
A test/compute/fixtures/ec2/run_instances_idem.xml
A test/compute/fixtures/ec2/run_instances_idem_mismatch.xml
A test/compute/fixtures/ec2/terminate_instances.xml
A test/compute/fixtures/ecp/htemplate_list.json
A test/compute/fixtures/ecp/network_list.json
A test/compute/fixtures/ecp/ptemplate_list.json
A test/compute/fixtures/ecp/vm_1_action_delete.json
A test/compute/fixtures/ecp/vm_1_action_start.json
A test/compute/fixtures/ecp/vm_1_action_stop.json
A test/compute/fixtures/ecp/vm_1_get.json
A test/compute/fixtures/ecp/vm_list.json
A test/compute/fixtures/ecp/vm_put.json
A test/compute/fixtures/elastichosts/drives_create.json
A test/compute/fixtures/elastichosts/drives_info.json
A test/compute/fixtures/elastichosts/servers_create.json
A test/compute/fixtures/elastichosts/servers_info.json
A test/compute/fixtures/gogrid/image_list.json
A test/compute/fixtures/gogrid/image_save.json
A test/compute/fixtures/gogrid/ip_list.json
A test/compute/fixtures/gogrid/ip_list_empty.json
A test/compute/fixtures/gogrid/lookup_list_ip_datacenter.json
A test/compute/fixtures/gogrid/password_list.json
A test/compute/fixtures/gogrid/server_add.json
A test/compute/fixtures/gogrid/server_delete.json
A test/compute/fixtures/gogrid/server_edit.json
A test/compute/fixtures/gogrid/server_list.json
A test/compute/fixtures/gogrid/server_power.json
A test/compute/fixtures/ibm_sbc/create.xml
A test/compute/fixtures/ibm_sbc/delete.xml
A test/compute/fixtures/ibm_sbc/images.xml
A test/compute/fixtures/ibm_sbc/instances.xml
A test/compute/fixtures/ibm_sbc/instances_deleted.xml
A test/compute/fixtures/ibm_sbc/locations.xml
A test/compute/fixtures/ibm_sbc/reboot_active.xml
A test/compute/fixtures/ibm_sbc/sizes.xml
A test/compute/fixtures/meta/helloworld.txt
A test/compute/fixtures/opennebula/compute.xml
A test/compute/fixtures/opennebula/computes.xml
A test/compute/fixtures/opennebula/disk.xml
A test/compute/fixtures/opennebula/storage.xml
A test/compute/fixtures/rackspace/v1_slug_flavors_detail.xml
A test/compute/fixtures/rackspace/v1_slug_images_detail.xml
A test/compute/fixtures/rackspace/v1_slug_images_post.xml
A test/compute/fixtures/rackspace/v1_slug_limits.xml
A test/compute/fixtures/rackspace/v1_slug_servers.xml
A test/compute/fixtures/rackspace/v1_slug_servers_detail.xml
A test/compute/fixtures/rackspace/v1_slug_servers_detail_empty.xml
A test/compute/fixtures/rackspace/v1_slug_servers_detail_metadata.xml
A test/compute/fixtures/rackspace/v1_slug_servers_ips.xml
A test/compute/fixtures/rackspace/v1_slug_servers_metadata.xml
A test/compute/fixtures/rackspace/v1_slug_shared_ip_group.xml
A test/compute/fixtures/rackspace/v1_slug_shared_ip_groups.xml
A test/compute/fixtures/rackspace/v1_slug_shared_ip_groups_detail.xml
A test/compute/fixtures/rimuhosting/r_distributions.json
A test/compute/fixtures/rimuhosting/r_orders.json
A test/compute/fixtures/rimuhosting/r_orders_new_vps.json
A test/compute/fixtures/rimuhosting/r_orders_order_88833465_api_ivan_net_nz_vps.json
A test/compute/fixtures/rimuhosting/r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
A test/compute/fixtures/rimuhosting/r_pricing_plans.json
A test/compute/fixtures/slicehost/flavors.xml
A test/compute/fixtures/slicehost/images.xml
A test/compute/fixtures/slicehost/slices_1_reboot.xml
A test/compute/fixtures/slicehost/slices_1_reboot_forbidden.xml
A test/compute/fixtures/slicehost/slices_errors.xml
A test/compute/fixtures/slicehost/slices_get.xml
A test/compute/fixtures/slicehost/slices_post.xml
A test/compute/fixtures/softlayer/v3_SoftLayer_Account_getVirtualGuests.xml
A test/compute/fixtures/softlayer/v3_SoftLayer_Location_Datacenter_getDatacenters.xml
A test/compute/fixtures/terremark/api_v0_8_catalogItem_5.xml
A test/compute/fixtures/terremark/api_v0_8_login.xml
A test/compute/fixtures/terremark/api_v0_8_org_240.xml
A test/compute/fixtures/terremark/api_v0_8_task_10496.xml
A test/compute/fixtures/terremark/api_v0_8_task_11001.xml
A test/compute/fixtures/terremark/api_v0_8_vapp_14031.xml
A test/compute/fixtures/terremark/api_v0_8_vapp_14031_action_deploy.xml
A test/compute/fixtures/terremark/api_v0_8_vapp_14031_get.xml
A test/compute/fixtures/terremark/api_v0_8_vapp_14031_power_action_powerOn.xml
A test/compute/fixtures/terremark/api_v0_8_vapp_14031_power_action_poweroff.xml
A test/compute/fixtures/terremark/api_v0_8_vapp_14031_power_action_reset.xml
A test/compute/fixtures/terremark/api_v0_8_vdc_224.xml
A test/compute/fixtures/terremark/api_v0_8_vdc_224_action_instantiateVAppTemplate.xml
A test/compute/fixtures/terremark/api_v0_8_vdc_224_catalog.xml
A test/compute/fixtures/voxel/unauthorized.xml
A test/compute/test_base.py
A test/compute/test_brightbox.py
A test/compute/test_cloudsigma.py
A test/compute/test_dreamhost.py
A test/compute/test_ec2.py
A test/compute/test_ecp.py
A test/compute/test_elastichosts.py
A test/compute/test_gogrid.py
A test/compute/test_ibm_sbc.py
A test/compute/test_linode.py
A test/compute/test_opennebula.py
A test/compute/test_rackspace.py
A test/compute/test_rimuhosting.py
A test/compute/test_slicehost.py
A test/compute/test_softlayer.py
A test/compute/test_vcloud.py
A test/compute/test_voxel.py
A test/compute/test_vpsnet.py
A test/file_fixtures.py
A test/secrets.py
A test/secrets.py-dist
A test/storage/__init__.py
A test/storage/fixtures/cloudfiles/list_container_objects.json
A test/storage/fixtures/cloudfiles/list_container_objects_empty.json
A test/storage/fixtures/cloudfiles/list_containers.json
A test/storage/fixtures/cloudfiles/list_containers_empty.json
A test/storage/fixtures/cloudfiles/meta_data.json
A test/storage/test_cloudfiles.py
A test/test_file_fixtures.py
Log Message:
-----------
Merge storage_api branch.
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1079029 13f79535-47bb-0310-9956-ffa450edef68
Commit: 47779f8e0a35dd290a8c56473336a2f077cd329c
https://github.com/cloudkick/libcloud/commit/47779f8e0a35dd290a8c56473336a2f077cd329c
Author: Tomaž Muraus <to...@apache.org>
Date: 2011-03-07 (Mon, 07 Mar 2011)
Changed paths:
R test/secrets.py
Log Message:
-----------
secrets.py shouldn't be here.
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1079031 13f79535-47bb-0310-9956-ffa450edef68
Commit: 8d15f455b4d6d11ab8481d76bfa94ade0e1424a1
https://github.com/cloudkick/libcloud/commit/8d15f455b4d6d11ab8481d76bfa94ade0e1424a1
Author: Tomaž Muraus <to...@apache.org>
Date: 2011-03-07 (Mon, 07 Mar 2011)
Changed paths:
M libcloud/__init__.py
Log Message:
-----------
Update version number.
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1079032 13f79535-47bb-0310-9956-ffa450edef68
Commit: aff40177befa7201179d4b64a14e2bc2e3d0ef04
https://github.com/cloudkick/libcloud/commit/aff40177befa7201179d4b64a14e2bc2e3d0ef04
Author: Tomaž Muraus <to...@apache.org>
Date: 2011-03-07 (Mon, 07 Mar 2011)
Changed paths:
M CHANGES
Log Message:
-----------
Update changelog.
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1079035 13f79535-47bb-0310-9956-ffa450edef68
Commit: 13f2788cfafd8f51dfd0d3d9e504e33d6264f7da
https://github.com/cloudkick/libcloud/commit/13f2788cfafd8f51dfd0d3d9e504e33d6264f7da
Author: Tomaž Muraus <to...@apache.org>
Date: 2011-03-08 (Tue, 08 Mar 2011)
Changed paths:
M test/storage/test_cloudfiles.py
Log Message:
-----------
Add test for upload_object throwing an Exception.
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1079332 13f79535-47bb-0310-9956-ffa450edef68
Commit: 9ed43ee780265cc5af302ffa575a3511e6a976e0
https://github.com/cloudkick/libcloud/commit/9ed43ee780265cc5af302ffa575a3511e6a976e0
Author: Tomaž Muraus <to...@apache.org>
Date: 2011-03-08 (Tue, 08 Mar 2011)
Changed paths:
M libcloud/storage/base.py
Log Message:
-----------
Oops, this whole body shouldn't be wrapped inside "if calculate_hash"
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1079334 13f79535-47bb-0310-9956-ffa450edef68
Commit: 182bf0098fd5421f63232e090907bb871bb37b00
https://github.com/cloudkick/libcloud/commit/182bf0098fd5421f63232e090907bb871bb37b00
Author: Tomaž Muraus <to...@apache.org>
Date: 2011-03-08 (Tue, 08 Mar 2011)
Changed paths:
M libcloud/storage/base.py
Log Message:
-----------
Fix indentation.
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1079335 13f79535-47bb-0310-9956-ffa450edef68
Commit: a0b1584ce18779901dd744f7eaf07c3d3ac71d0c
https://github.com/cloudkick/libcloud/commit/a0b1584ce18779901dd744f7eaf07c3d3ac71d0c
Author: Roman Bogorodskiy <rbogor...@apache.org>
Date: 2011-03-09 (Wed, 09 Mar 2011)
Changed paths:
M setup.py
Log Message:
-----------
Add missing packages to setup.py after refactoring.
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1079909 13f79535-47bb-0310-9956-ffa450edef68
Commit: 429d47885848addc39f08ea8c48cfd59ae1328b2
https://github.com/cloudkick/libcloud/commit/429d47885848addc39f08ea8c48cfd59ae1328b2
Author: Tomaž Muraus <to...@apache.org>
Date: 2011-03-10 (Thu, 10 Mar 2011)
Changed paths:
M libcloud/compute/providers.py
Log Message:
-----------
Update paths in providers.py
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1080281 13f79535-47bb-0310-9956-ffa450edef68
Commit: 7e3a91ef6b10e73592b7aaf233c49cd765695d04
https://github.com/cloudkick/libcloud/commit/7e3a91ef6b10e73592b7aaf233c49cd765695d04
Author: Paul Querna <pqu...@apache.org>
Date: 2011-03-13 (Sun, 13 Mar 2011)
Changed paths:
M libcloud/storage/base.py
M libcloud/storage/drivers/cloudfiles.py
M libcloud/storage/drivers/dummy.py
M test/storage/test_cloudfiles.py
Log Message:
-----------
Rename stream_object_data to upload_object_via_stream
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1081240 13f79535-47bb-0310-9956-ffa450edef68
Commit: 9ae2b11edf5f8a5c6798d9a5b7568f86f1c07b55
https://github.com/cloudkick/libcloud/commit/9ae2b11edf5f8a5c6798d9a5b7568f86f1c07b55
Author: Paul Querna <pqu...@apache.org>
Date: 2011-03-13 (Sun, 13 Mar 2011)
Changed paths:
M libcloud/storage/base.py
M libcloud/storage/drivers/cloudfiles.py
M libcloud/storage/drivers/dummy.py
Log Message:
-----------
Rename object_as_stream to download_object_as_stream
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1081242 13f79535-47bb-0310-9956-ffa450edef68
Commit: 0d09c8da1393c6ae38c3414498b5235bbf43c932
https://github.com/cloudkick/libcloud/commit/0d09c8da1393c6ae38c3414498b5235bbf43c932
Author: Tomaž Muraus <to...@apache.org>
Date: 2011-03-13 (Sun, 13 Mar 2011)
Changed paths:
A .coveragerc
M setup.py
Log Message:
-----------
Add coverage command.
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1081243 13f79535-47bb-0310-9956-ffa450edef68
Commit: 308de586e10253088617f7c02805bfe7a14376b2
https://github.com/cloudkick/libcloud/commit/308de586e10253088617f7c02805bfe7a14376b2
Author: Paul Querna <pqu...@apache.org>
Date: 2011-03-13 (Sun, 13 Mar 2011)
Changed paths:
A libcloud/common/rackspace.py
M libcloud/compute/drivers/rackspace.py
M libcloud/storage/drivers/cloudfiles.py
Log Message:
-----------
Version the auth API separately from the normal APIs
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1081247 13f79535-47bb-0310-9956-ffa450edef68
Compare: https://github.com/cloudkick/libcloud/compare/0ca10d9...308de58