-
Notifications
You must be signed in to change notification settings - Fork 925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Experimental #39
Experimental #39
Commits on Oct 15, 2011
-
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1183573 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 21bf766 - Browse repository at this point
Copy the full SHA 21bf766View commit details -
Also include tox.in when building a dist package.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1183574 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for ead1da8 - Browse repository at this point
Copy the full SHA ead1da8View commit details -
Add support for 1.1 API and many other improvements for the OpenStack…
… driver. This patch is part of LIBCLOUD-83. External contributors include Mike Nerone and Brad Morgan. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1183722 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 3e4a18c - Browse repository at this point
Copy the full SHA 3e4a18cView commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1183723 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 2fb30a8 - Browse repository at this point
Copy the full SHA 2fb30a8View commit details
Commits on Oct 16, 2011
-
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1184798 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for b6ce9f1 - Browse repository at this point
Copy the full SHA b6ce9f1View commit details -
Update changelog (mostly style fixes.)
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1184804 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 975368b - Browse repository at this point
Copy the full SHA 975368bView commit details
Commits on Oct 17, 2011
-
Add support for OpenNebula 3.0 API. This patch has been contributed b…
…y Hutson Betts <hut606 at gmail dot com> and it's part of LIBCLOUD-120. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1184967 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 1f5b7e3 - Browse repository at this point
Copy the full SHA 1f5b7e3View commit details
Commits on Oct 19, 2011
-
Fix softlayer API url. Their docs are a lie, old URL doesn't work any…
…more. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1186273 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for aa8fbdb - Browse repository at this point
Copy the full SHA aa8fbdbView commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1186274 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 3d81a61 - Browse repository at this point
Copy the full SHA 3d81a61View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1186280 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 0143cac - Browse repository at this point
Copy the full SHA 0143cacView commit details -
Fix a typo in __all__ in the OpenStack compute driver (reported by Br…
…ad Morgan). git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1186336 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 5a85892 - Browse repository at this point
Copy the full SHA 5a85892View commit details -
uh, VERIFY_SSL_CERT needs to default to True.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1186461 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 95a4f8a - Browse repository at this point
Copy the full SHA 95a4f8aView commit details -
Export Terremark provider via get_provider.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1186462 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 48fb337 - Browse repository at this point
Copy the full SHA 48fb337View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1186505 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 9d80c9c - Browse repository at this point
Copy the full SHA 9d80c9cView commit details -
Update HACKING file and add a new RELEASING file which contains info …
…about creating a release. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1186534 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 4117991 - Browse repository at this point
Copy the full SHA 4117991View commit details -
Modify ParamikoSSHClient.connect so it supports authentication using …
…a key file. This patch has been submitted by Jay Doane <issues dot apache dot org at jay dot m82 dot com> and it's part of LIBCLOUD-116. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1186566 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 2c48518 - Browse repository at this point
Copy the full SHA 2c48518View commit details
Commits on Oct 20, 2011
-
Add a test case for ParamikoSSHClient.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1186572 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 47ecd1d - Browse repository at this point
Copy the full SHA 47ecd1dView commit details -
User must now explicitly specify a path when LIBCLOUD_DEBUG env. vari…
…able is used. Reported by daveb, part of LIBCLOUD-95. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1187006 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 8c2036a - Browse repository at this point
Copy the full SHA 8c2036aView commit details
Commits on Oct 21, 2011
-
Add more attributes to the node.extra dictionary in the EC2 driver. C…
…ontributed by Juan Carlos Moreno part of GITHUB-31. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1187584 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 121acd2 - Browse repository at this point
Copy the full SHA 121acd2View commit details
Commits on Oct 22, 2011
-
Add a custom NodeSize class with "cpu" and "vcpu" attribute to the Op…
…enNebula 3.0 driver. Contributed by Hutson Betts <hut606 at gmail dot com> part of LIBCLOUD-119. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1187687 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for c8179b8 - Browse repository at this point
Copy the full SHA c8179b8View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1187693 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 6919746 - Browse repository at this point
Copy the full SHA 6919746View commit details
Commits on Oct 23, 2011
-
OpenStack and Opsource driver style and code cleanup. No functional c…
…hanges. Contributed by Hutson Betts <hut606 at gmail dot com> part of LIBCLOUD-123. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1187872 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for b3605d2 - Browse repository at this point
Copy the full SHA b3605d2View commit details -
Add OpenNebulaNetwork class and ex_list_networks() method to the Open…
…Nebula driver. Also be consistent and make node states constants uppercase and clean up the style (double quotes to single quotes, etc.). Contributed by Hutson Betts <hut606 at gmail dot com> and part of LIBCLOUD-121. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1187946 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 2428bcd - Browse repository at this point
Copy the full SHA 2428bcdView commit details -
Refactor response classes and add a new XmlResponse and JsonResponse …
…class. Modify driver-specific response classes to inherit one of those two classes where applicable. Contributed by Caio Romão <caioromao at gmail dot com>, part of LIBCLOUD-97. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1187966 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 9834425 - Browse repository at this point
Copy the full SHA 9834425View commit details -
Add tests for new response classes.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1187970 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for c204c10 - Browse repository at this point
Copy the full SHA c204c10View commit details
Commits on Oct 24, 2011
-
Add 24GB node size to GoGrid compute driver.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1188012 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 5a834d9 - Browse repository at this point
Copy the full SHA 5a834d9View commit details
Commits on Oct 27, 2011
-
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1190054 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 6a1b743 - Browse repository at this point
Copy the full SHA 6a1b743View commit details
Commits on Oct 29, 2011
-
Remove assigned but unused variables.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1195016 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 71c5a3e - Browse repository at this point
Copy the full SHA 71c5a3eView commit details -
Remove assigned but unused variables.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1195017 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for c3c3610 - Browse repository at this point
Copy the full SHA c3c3610View commit details -
Add a new "PollingConnection" class which can work with "async" APIs …
…and use it in the CloudStackConnection class. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1195065 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for f0afbc2 - Browse repository at this point
Copy the full SHA f0afbc2View commit details -
Add a new DNS driver for Rackspace Cloud DNS (US, UK).
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1195069 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for c11efc2 - Browse repository at this point
Copy the full SHA c11efc2View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1195078 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 78d885e - Browse repository at this point
Copy the full SHA 78d885eView commit details
Commits on Oct 30, 2011
-
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1195260 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 564b955 - Browse repository at this point
Copy the full SHA 564b955View commit details -
Wrap ex_create_tags call inside create_node in a try / except block a…
…nd for now ignore tag creation errors. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1195261 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 0ad2d0c - Browse repository at this point
Copy the full SHA 0ad2d0cView commit details -
Fix public and private ip address handling in the EC2 compute driver.…
… Assign an empty list to the node object if no public / ip address is found instead of assigning a list with a "None" element. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1195269 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 2d3d94b - Browse repository at this point
Copy the full SHA 2d3d94bView commit details -
Use a node returned by _wait_until_running and change the if statemen…
…t so the empty list in node.public_ip doesn't evaluate to True. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1195277 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for b663acf - Browse repository at this point
Copy the full SHA b663acfView commit details -
If LIBCLOUD_DEBUG is specified and paramiko library is available, als…
…o set paramiko library log level to debug. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1195280 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for a837853 - Browse repository at this point
Copy the full SHA a837853View commit details
Commits on Oct 31, 2011
-
Support deploying node using a preinstalled SSH key. Also enable SSH key
deployment in the EC2 driver. This patch has been contributed by Russell Haering <russellhaering at gmail dot com> and is part of LIBCLOUD-42. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1195285 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for f51d62b - Browse repository at this point
Copy the full SHA f51d62bView commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1195294 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for d8fbf2f - Browse repository at this point
Copy the full SHA d8fbf2fView commit details
Commits on Nov 1, 2011
-
Add some more explanation about (future) functionality of
upload_object_via_stream. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1195771 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for e4e2c77 - Browse repository at this point
Copy the full SHA e4e2c77View commit details -
Make sure to set have_paramiko to False when debug is on and paramiko…
… is not available. Reported by Juan Carlos Moreno. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1195942 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 364b082 - Browse repository at this point
Copy the full SHA 364b082View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1195957 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for f829aae - Browse repository at this point
Copy the full SHA f829aaeView commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1195973 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 6008d91 - Browse repository at this point
Copy the full SHA 6008d91View commit details -
Add _upload_data method and missing docstrings.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1196289 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 868f969 - Browse repository at this point
Copy the full SHA 868f969View commit details -
Add exhaust_iterator function and tests for it.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1196310 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 4eaf7cb - Browse repository at this point
Copy the full SHA 4eaf7cbView commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1196312 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for b8b86c2 - Browse repository at this point
Copy the full SHA b8b86c2View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1196313 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for c29c3b7 - Browse repository at this point
Copy the full SHA c29c3b7View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1196320 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 86a935c - Browse repository at this point
Copy the full SHA 86a935cView commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1196322 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 347060d - Browse repository at this point
Copy the full SHA 347060dView commit details -
Modify _upload_object so it also supports iterators and works with pr…
…oviders which don't support chunked encoding. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1196339 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 22121e5 - Browse repository at this point
Copy the full SHA 22121e5View commit details -
Implement upload_object_via_stream in S3 storage driver. Because S3 d…
…oesn't support chunked transfer encoding whole object is buffered in memory when using this method. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1196341 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 04eefcd - Browse repository at this point
Copy the full SHA 04eefcdView commit details -
Add supports_chunked_encoding attribute to CloudFiles class.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1196342 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 745f750 - Browse repository at this point
Copy the full SHA 745f750View commit details -
Add supports_chunked_encoding attribute to AtmosDriver class.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1196344 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for bc86cfd - Browse repository at this point
Copy the full SHA bc86cfdView commit details -
Add supports_chunked_encoding attribute to GoogleStorageDriver class.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1196346 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for e68eea9 - Browse repository at this point
Copy the full SHA e68eea9View commit details -
Fix typo in S3 tests - should be self.driver.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1196347 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 2450287 - Browse repository at this point
Copy the full SHA 2450287View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1196351 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 2956a2a - Browse repository at this point
Copy the full SHA 2956a2aView commit details -
Use _get_hash_type function instead of always directly instantiating …
…hashlib.md5 function. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1196390 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 4f9f1a4 - Browse repository at this point
Copy the full SHA 4f9f1a4View commit details -
Default to CHUNK_SIZE if chunk_size is not provided.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1196394 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 3dc60f0 - Browse repository at this point
Copy the full SHA 3dc60f0View commit details
Commits on Nov 2, 2011
-
Add ex_get_metadata and ex_set_metadata methods to the OpenStack 1.1 …
…compute driver. Contributed by Mark Everett <mark dot everett at rackspace dot com> and part of GITHUB-33. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1196577 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 710b38a - Browse repository at this point
Copy the full SHA 710b38aView commit details -
Fix the request signature generation in the base EC2 compute driver. …
…If the endpoint is using a non-standard port, append it to the hostname used to generate the signature. Patch has been contributed by Simon Delamare <simon dot delamare at ens-lyon dot fr> and is part of LIBCLOUD-125. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1196699 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for b6f8d10 - Browse repository at this point
Copy the full SHA b6f8d10View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1196700 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 5f3a056 - Browse repository at this point
Copy the full SHA 5f3a056View commit details
Commits on Nov 3, 2011
-
Add a missing argument to the method call inside
LoadBalancer.attach_compute_node and Driver.balancer_attach_compute_node. This patch has been contributed by Tim Fletcher <mail at tfletcher dot com> and is part of LIBCLOUD-126 git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1197169 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 84cba00 - Browse repository at this point
Copy the full SHA 84cba00View commit details -
Add new "unavailable" state to the BrightboxNodeDriver class. This pa…
…tch has been contributed by Tim Fletcher <mail at tfletcher dot com> and is part of LIBCLOUD-127. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1197201 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 6a9422f - Browse repository at this point
Copy the full SHA 6a9422fView commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1197202 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for a5140b3 - Browse repository at this point
Copy the full SHA a5140b3View commit details
Commits on Nov 4, 2011
-
- Added ex_start_node method to the ec2 compute driver
- Added ex_stop_node method to the ec2 compute driver - Added a new _get_state_boolean function to get the state of the node while starting or stopping
Suvish Vt committedNov 4, 2011 Configuration menu - View commit details
-
Copy full SHA for 36bf518 - Browse repository at this point
Copy the full SHA 36bf518View commit details
Commits on Nov 5, 2011
-
Change base LoadBalancer API to use keyword arguments. Also add tests…
… for LoadBalancer class methods. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1197990 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for ad59aa8 - Browse repository at this point
Copy the full SHA ad59aa8View commit details -
Add missing destroy() method to the LoadBalancer class.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1197991 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 64a2900 - Browse repository at this point
Copy the full SHA 64a2900View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1197993 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for d5945a2 - Browse repository at this point
Copy the full SHA d5945a2View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1197995 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for c4d02f5 - Browse repository at this point
Copy the full SHA c4d02f5View commit details -
Add list_record_types() method to the base DNS API and drivers. Updat…
…e tests and CHANGES. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1198083 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 525a58f - Browse repository at this point
Copy the full SHA 525a58fView commit details -
Bump version, update MANIFEST.in
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1198099 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 014b8c5 - Browse repository at this point
Copy the full SHA 014b8c5View commit details -
Update deprecation warning, old paths will be removed in the next rel…
…ease. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1198100 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 26a7c3a - Browse repository at this point
Copy the full SHA 26a7c3aView commit details
Commits on Nov 7, 2011
-
- Changed the EC2 _get_state_boolean function to use findall instead …
…of iterating. - Added tests for EC2 ex_start_node, ex_stop_node functionality
Suvish Vt committedNov 7, 2011 Configuration menu - View commit details
-
Copy full SHA for ecd0ad3 - Browse repository at this point
Copy the full SHA ecd0ad3View commit details -
Merge remote-tracking branch 'upstream/trunk' into trunk
Suvish Vt committedNov 7, 2011 Configuration menu - View commit details
-
Copy full SHA for 26c8b47 - Browse repository at this point
Copy the full SHA 26c8b47View commit details -
Increase a PollingConnection timeout in the CloudStack connection and…
… fix the context dictionary creation in the _async_request method. This patch has been contributed by "gigimon" and is part of GITHUB-36. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1198734 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 3bc8c36 - Browse repository at this point
Copy the full SHA 3bc8c36View commit details -
"publicipaddress" field in the CloudStack driver are not always avail…
…able. This patch has been contributed by "gigimon" and is part of GITHUB-36. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1198739 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 01ff9d1 - Browse repository at this point
Copy the full SHA 01ff9d1View commit details -
"network_id" field in the CloudStack driver create_node is optional. …
…Also fix network retrieval. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1198742 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 7700dfd - Browse repository at this point
Copy the full SHA 7700dfdView commit details -
Fix private IPs retrieval. Private IPs are not always available.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1198744 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 770e4de - Browse repository at this point
Copy the full SHA 770e4deView commit details -
Add missing 'Destroyed' state to the CloudStack compute driver. This …
…patch has been contributed by "gigimon" and is part of GITHUB-36. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1198747 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 251d3de - Browse repository at this point
Copy the full SHA 251d3deView commit details -
Bump CloudStack PollingConnection timeout to 600 seconds, cuz it take…
…s time for packets to travel from Europe to Australia. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1198748 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for fd79072 - Browse repository at this point
Copy the full SHA fd79072View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1198751 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for a33975f - Browse repository at this point
Copy the full SHA a33975fView commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1198753 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 6c11a2e - Browse repository at this point
Copy the full SHA 6c11a2eView commit details
Commits on Nov 8, 2011
-
Add support for Auth 2.0 API (keystone) to the OpenStack Auth connect…
…ion class. This patch has been submitted by Brad Morgan <morgabra at cloudkick dot com> and is part of LIBCLOUD-128. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1199274 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 8b6bdd7 - Browse repository at this point
Copy the full SHA 8b6bdd7View commit details
Commits on Nov 9, 2011
-
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1199719 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for cf49aa6 - Browse repository at this point
Copy the full SHA cf49aa6View commit details
Commits on Nov 10, 2011
-
Add list_locations method to the OpenStack driver and fix some incons…
…istencies in the OpenStack driver extension method signatures. This patch has been submitted by Brad Morgan <morgabra at cloudkick dot com> and is part of LIBCLOUD-129. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1200058 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for ee7a214 - Browse repository at this point
Copy the full SHA ee7a214View commit details -
Update Amazon EC2 and S3 driver and add support for a new US West 2 -…
… Oregon region. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1200328 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 1aa23d4 - Browse repository at this point
Copy the full SHA 1aa23d4View commit details
Commits on Nov 11, 2011
-
Fix a bug in OpenStack connection class. morph_action_hook shouldn't …
…ignore _force_base url attribute if it's present. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1200980 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for cbba0eb - Browse repository at this point
Copy the full SHA cbba0ebView commit details
Commits on Nov 12, 2011
-
Rename public_ip and private_ip on the Node object to public_ips and
private_ips. For backward compatibility still allow users to access those two attributes the old way. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1201114 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 99f032a - Browse repository at this point
Copy the full SHA 99f032aView commit details -
Make sure public_ips and private_ips attributes are always a list. Al…
…so fix an inconsistency in IBM SBC driver and make sure those two attributes are a list. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1201117 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 0a4fc54 - Browse repository at this point
Copy the full SHA 0a4fc54View commit details -
Fix an inconsistency in OpSource driver and make sure public_ips is an
empty list ([]), not 'unknown' git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1201119 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 1148f22 - Browse repository at this point
Copy the full SHA 1148f22View commit details -
Increase the default poll interval in the Rackspace driver to 2.5
seconds git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1201138 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 2fda070 - Browse repository at this point
Copy the full SHA 2fda070View commit details -
Fix a bug in Rackspace Cloud DNS driver and make sure to throw an
exception if an unexpected status code is returned. Reported by "jeblair" git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1201141 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 7e4f63e - Browse repository at this point
Copy the full SHA 7e4f63eView commit details -
Actually use poll_interval and don't ignore it. Also bump default pol…
…l timeout to 200 seconds. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1201152 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 4470d80 - Browse repository at this point
Copy the full SHA 4470d80View commit details -
Change Rackspace Cloud DNS driver poll timeout to 30 seconds.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1201153 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 7e7c40f - Browse repository at this point
Copy the full SHA 7e7c40fView commit details -
Set poll_interval to 0.0 in the tests.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1201154 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 2658826 - Browse repository at this point
Copy the full SHA 2658826View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1201155 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for e95dea4 - Browse repository at this point
Copy the full SHA e95dea4View commit details
Commits on Nov 15, 2011
-
Expose CLOUDSTACK provider and allow users to instantiate it. This wa…
…y it can also be used with an arbitrary CloudStack provider not just with ninefold.com. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1201975 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for bf636d1 - Browse repository at this point
Copy the full SHA bf636d1View commit details
Commits on Nov 16, 2011
-
Cherry-pick changes from 0.6.x.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1202514 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for ed61db4 - Browse repository at this point
Copy the full SHA ed61db4View commit details -
Add new "Cluster Compute Eight Extra Large" size to the Amazon EC2
driver. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1202516 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 36e2756 - Browse repository at this point
Copy the full SHA 36e2756View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1202520 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 05b0302 - Browse repository at this point
Copy the full SHA 05b0302View commit details -
Added certain api's to the ec2 driver:
ex_describe_all_addresses ex_associate_addresses ex_list_nodes Also the corresponding tests were added.
Suvish Vt committedNov 16, 2011 Configuration menu - View commit details
-
Copy full SHA for d011ff4 - Browse repository at this point
Copy the full SHA d011ff4View commit details -
Merge branch 'trunk' of https://github.com/apache/libcloud into trunk
Suvish Vt committedNov 16, 2011 Configuration menu - View commit details
-
Copy full SHA for 90a8bce - Browse repository at this point
Copy the full SHA 90a8bceView commit details -
Suvish Vt committed
Nov 16, 2011 Configuration menu - View commit details
-
Copy full SHA for f4e21de - Browse repository at this point
Copy the full SHA f4e21deView commit details -
Add the following extension methods to the EC2 compute driver:
ex_describe_all_addresses, ex_associate_addresses, ex_start_node, ex_stop_node. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1202734 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for f19e202 - Browse repository at this point
Copy the full SHA f19e202View commit details
Commits on Nov 17, 2011
-
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1203200 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 2069217 - Browse repository at this point
Copy the full SHA 2069217View commit details
Commits on Nov 18, 2011
-
Add support for the RAX-KSKEY extension, which lets you use API keys,…
… not just a password for the keystone auth service git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1203898 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 4ea614b - Browse repository at this point
Copy the full SHA 4ea614bView commit details
Commits on Nov 19, 2011
-
Add ex_member_address argument to the Rackspace LoadBalancer driver
list_balancers method. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1204075 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 2778574 - Browse repository at this point
Copy the full SHA 2778574View commit details
Commits on Nov 21, 2011
-
Merge branch 'trunk' of https://github.com/apache/libcloud into trunk
Conflicts: libcloud/compute/drivers/ec2.py test/compute/test_ec2.py
Suvish Vt committedNov 21, 2011 Configuration menu - View commit details
-
Copy full SHA for 6092b8a - Browse repository at this point
Copy the full SHA 6092b8aView commit details -
- added a parameter to list_nodes to filter the node output
Suvish Vt committedNov 21, 2011 Configuration menu - View commit details
-
Copy full SHA for bf8f044 - Browse repository at this point
Copy the full SHA bf8f044View commit details -
Update IBM SBC driver create_node docstring.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1204502 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 2154c22 - Browse repository at this point
Copy the full SHA 2154c22View commit details
Commits on Nov 22, 2011
-
Fix the CHANGES file. Those entries should be under in development, n…
…ot 0.6.2 (failed to merge it properly the first time). git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1204797 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for f3d48ec - Browse repository at this point
Copy the full SHA f3d48ecView commit details -
Add NS and MX record types to the Linode DNS driver. Reported by Bran…
…don Helwig. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1205005 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 6789616 - Browse repository at this point
Copy the full SHA 6789616View commit details
Commits on Nov 23, 2011
-
Merge branch 'trunk' of https://github.com/apache/libcloud into exper…
…imental
Suvish Vt committedNov 23, 2011 Configuration menu - View commit details
-
Copy full SHA for 3fa9732 - Browse repository at this point
Copy the full SHA 3fa9732View commit details
Commits on Nov 24, 2011
-
If OpenStack Auth 2.0 API is used, also parse out tenant id and name …
…and save it on the connection class. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1205685 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 33b28e6 - Browse repository at this point
Copy the full SHA 33b28e6View commit details -
Fix OpenStack Auth 2.0 fixture. Current one probably was from some pr…
…e-release version, because it doesn't match the docs and the actual API response. Also update all the tests and fix the tenant id parsing. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1205708 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 1942061 - Browse repository at this point
Copy the full SHA 1942061View commit details -
Decrease poll_interval for all the drivers which use PollingConnectio…
…n class. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1205715 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 50af33a - Browse repository at this point
Copy the full SHA 50af33aView commit details
Commits on Nov 25, 2011
-
Merge branch 'trunk' into experimental
Suvish Vt committedNov 25, 2011 Configuration menu - View commit details
-
Copy full SHA for 912090f - Browse repository at this point
Copy the full SHA 912090fView commit details -
Suvish Vt committed
Nov 25, 2011 Configuration menu - View commit details
-
Copy full SHA for 24978a3 - Browse repository at this point
Copy the full SHA 24978a3View commit details -
Suvish Vt committed
Nov 25, 2011 Configuration menu - View commit details
-
Copy full SHA for 8c5578d - Browse repository at this point
Copy the full SHA 8c5578dView commit details -
Add ex_node_ids argument to the EC2 driver list_nodes method. This pa…
…tch has been contributed by Suvish Vt and it's part of GITHUB-39. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1206263 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 5231cd5 - Browse repository at this point
Copy the full SHA 5231cd5View commit details
Commits on Nov 29, 2011
-
Merge branch 'trunk' into experimental
Suvish Vt committedNov 29, 2011 Configuration menu - View commit details
-
Copy full SHA for 2db6d21 - Browse repository at this point
Copy the full SHA 2db6d21View commit details
Commits on Nov 30, 2011
-
Update OpenStack 1.1 driver to comply with the API specs. Need to mak…
…e another call to retrieve node name and ip addresses when creating a node, because the first call only returns an id an the password. Contributed by Dave King <[email protected]>. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1208595 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for d3803df - Browse repository at this point
Copy the full SHA d3803dfView commit details
Commits on Dec 1, 2011
-
1. Update CloudSigma Zurich API endpoint address
2. Add new Las Vegas endpoint and driver 3. Allow user to specify drive type when creating a node git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1209253 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 8d797dd - Browse repository at this point
Copy the full SHA 8d797ddView commit details
Commits on Dec 2, 2011
-
Updated to reflect a patch attributed to LIBCLOUD-121 brining full co…
…mpute support, PEP 8 compliance, and additional driver tests, for OpenNebula.org versions up to 3.2. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1209752 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 080f6e6 - Browse repository at this point
Copy the full SHA 080f6e6View commit details -
Updated CHANGES to reflect changes in r1209752.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1209765 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 486bcf0 - Browse repository at this point
Copy the full SHA 486bcf0View commit details
Commits on Dec 3, 2011
-
Start working on Python 3 compatibility.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209915 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for aeeeb63 - Browse repository at this point
Copy the full SHA aeeeb63View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209919 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 4678183 - Browse repository at this point
Copy the full SHA 4678183View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209920 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 7ef6604 - Browse repository at this point
Copy the full SHA 7ef6604View commit details -
OpenNebula driver tests now pass on py3k.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209922 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for ae2c26d - Browse repository at this point
Copy the full SHA ae2c26dView commit details -
Use libcloud.py3.{urllib,httplib}.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209923 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 72eb705 - Browse repository at this point
Copy the full SHA 72eb705View commit details -
Bluebox driver tests now pass.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209925 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for ccb9266 - Browse repository at this point
Copy the full SHA ccb9266View commit details -
Use items() instead of iteritems().
git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209926 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 2fe368a - Browse repository at this point
Copy the full SHA 2fe368aView commit details -
Values passed to base64.bencode need to be bytes. More progress on po…
…rting to py3k. git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209930 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for b919653 - Browse repository at this point
Copy the full SHA b919653View commit details -
Use 'in' instead of has_key().
git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209932 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for edcd3a5 - Browse repository at this point
Copy the full SHA edcd3a5View commit details -
More progress, map calls needs to be wrapped inside list().
git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209933 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 6a2eb7f - Browse repository at this point
Copy the full SHA 6a2eb7fView commit details -
keys() needs to be wrapped in a list().
git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209934 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 03670ce - Browse repository at this point
Copy the full SHA 03670ceView commit details -
keys() calls needs to be wrapped inside list().
git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209935 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 022716f - Browse repository at this point
Copy the full SHA 022716fView commit details -
CloudStack driver tests now pass.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209936 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for d22e2c2 - Browse repository at this point
Copy the full SHA d22e2c2View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209937 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 00b6c74 - Browse repository at this point
Copy the full SHA 00b6c74View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209941 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 150f73f - Browse repository at this point
Copy the full SHA 150f73fView commit details -
More progress. All the common + compute tests with the exception if O…
…penStack ones now pass. git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209943 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 53a9f4e - Browse repository at this point
Copy the full SHA 53a9f4eView commit details -
All the common + compute tests now pass with Python 3.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209946 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for fc0364e - Browse repository at this point
Copy the full SHA fc0364eView commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209948 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 72f9518 - Browse repository at this point
Copy the full SHA 72f9518View commit details -
More progress. All the Loadbalancer tests now pass.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209949 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for b816ad7 - Browse repository at this point
Copy the full SHA b816ad7View commit details -
All the DNS tests now pass with Python 3.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209950 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for b66f7ff - Browse repository at this point
Copy the full SHA b66f7ffView commit details -
Storage tests now pass with Python 3.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209961 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for a02a8e6 - Browse repository at this point
Copy the full SHA a02a8e6View commit details -
Export if under different names.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209967 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 3924cd2 - Browse repository at this point
Copy the full SHA 3924cd2View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209968 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 86e512c - Browse repository at this point
Copy the full SHA 86e512cView commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209970 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 87374d9 - Browse repository at this point
Copy the full SHA 87374d9View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209972 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for e43f723 - Browse repository at this point
Copy the full SHA e43f723View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209974 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 22ec7af - Browse repository at this point
Copy the full SHA 22ec7afView commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209975 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 931fc58 - Browse repository at this point
Copy the full SHA 931fc58View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210013 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 0277650 - Browse repository at this point
Copy the full SHA 0277650View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210025 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 707c7f3 - Browse repository at this point
Copy the full SHA 707c7f3View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210026 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 3180888 - Browse repository at this point
Copy the full SHA 3180888View commit details
Commits on Dec 4, 2011
-
Re-organize libcloud.utils modules and create a new libcloud.utils pa…
…ckage. Update affected code. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210045 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 3e69598 - Browse repository at this point
Copy the full SHA 3e69598View commit details -
Some more Python 3 compatibility changes recommended by 2to3. Most of…
… them are not needed, but still adding them so it won't cause any surprises in the future. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210046 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 764003f - Browse repository at this point
Copy the full SHA 764003fView commit details -
Remove old deprecated paths. Also fix some imports.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210112 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 38ca6ec - Browse repository at this point
Copy the full SHA 38ca6ecView commit details -
Update description in setup.py, add script for migrating from the old…
… style (pre 0.5) paths. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210186 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for c76eb77 - Browse repository at this point
Copy the full SHA c76eb77View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210231 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 01c9ef6 - Browse repository at this point
Copy the full SHA 01c9ef6View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210235 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 61f7bd2 - Browse repository at this point
Copy the full SHA 61f7bd2View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210244 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 8136e05 - Browse repository at this point
Copy the full SHA 8136e05View commit details -
Bump version, add Python version classifiers to setup.py.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210248 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 1bf82ac - Browse repository at this point
Copy the full SHA 1bf82acView commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210262 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for b737eb2 - Browse repository at this point
Copy the full SHA b737eb2View commit details
Commits on Dec 5, 2011
-
Explicitly pass encoding to file.open when using Python 3. Otherwise …
…tests might fail in some circumstances when locate is not set. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210285 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for dd90b4a - Browse repository at this point
Copy the full SHA dd90b4aView commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210297 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 512da24 - Browse repository at this point
Copy the full SHA 512da24View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210298 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 9b9ca07 - Browse repository at this point
Copy the full SHA 9b9ca07View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210304 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 4bc5736 - Browse repository at this point
Copy the full SHA 4bc5736View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210658 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 96d3a74 - Browse repository at this point
Copy the full SHA 96d3a74View commit details -
For the OpenStack Auth client, don't morph the action with a base pat…
…h, we are hitting specific versions ourselves git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210659 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for e4768c7 - Browse repository at this point
Copy the full SHA e4768c7View commit details -
Update Rackspace test fixtures to work with the new endpoints URL.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210667 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for c16840a - Browse repository at this point
Copy the full SHA c16840aView commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210672 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 9cfc0ef - Browse repository at this point
Copy the full SHA 9cfc0efView commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210673 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for b8d99f0 - Browse repository at this point
Copy the full SHA b8d99f0View commit details
Commits on Dec 9, 2011
-
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1212448 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 6e4ff5d - Browse repository at this point
Copy the full SHA 6e4ff5dView commit details -
Add 'extra' attribute to the LoadBalancer object and retrieve all the…
… virtual IP addresses in the Rackspace LoadBalancer driver. Contributed by Dave King, part of GITHUB-42. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1212531 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 8dd68e7 - Browse repository at this point
Copy the full SHA 8dd68e7View commit details
Commits on Dec 10, 2011
-
Support for retrieving OpenNebula v3.2 instance types, OpenNebula v3.…
…0 network Public attribute support, and additional code coverage tests. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1212736 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 5b483c3 - Browse repository at this point
Copy the full SHA 5b483c3View commit details
Commits on Dec 11, 2011
-
Fixed a few PEP8 compliance issues, and removed unused variables.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1212975 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 6c3e17f - Browse repository at this point
Copy the full SHA 6c3e17fView commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1213009 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 636c90c - Browse repository at this point
Copy the full SHA 636c90cView commit details
Commits on Dec 12, 2011
-
Add many improvements to the Rackspace LoadBalancer driver. This patc…
…h has been contributed by Dave King and is part of apacheGH-43. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1213364 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 80607ee - Browse repository at this point
Copy the full SHA 80607eeView commit details
Commits on Dec 13, 2011
-
Add implementation for ex_save_image method to the OpenStack 1.1 driv…
…er. This patch has been contributed by Shawn Smith <shawnpsmith at gmail dot com> and is part of LIBCLOUD-135. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1213566 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for f0245d1 - Browse repository at this point
Copy the full SHA f0245d1View commit details -
Propagate extra keyword arguments passed to the Rackspace driver
connection class (loadbalancer, storage). This patch has been contributed by Dave King and is part of apacheGH-41. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1213944 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for a26d660 - Browse repository at this point
Copy the full SHA a26d660View commit details
Commits on Dec 14, 2011
-
Add Brightbox.net LoadBalancer driver. This patch has been contribute…
…d by Tim Fletcher <mail at tfletcher dot com> and is part of LIBCLOUD-136. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1214063 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for b4ecd41 - Browse repository at this point
Copy the full SHA b4ecd41View commit details -
Add protocol info the Rackspace LoadBalancer object 'extra' dictionar…
…y. This patch has been contributed by Dave King and is part of apacheGH-45. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1214415 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for ae44d54 - Browse repository at this point
Copy the full SHA ae44d54View commit details
Commits on Dec 15, 2011
-
Add support for Amazon EC2 new location - South America (Sao Paulo).
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1214643 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 6154a56 - Browse repository at this point
Copy the full SHA 6154a56View commit details -
Fix a bug in OpenStack driver when 2.0_apikey or 2.0_password
'auth_version' is used. Reported by Shawn Smith. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1214646 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 049df23 - Browse repository at this point
Copy the full SHA 049df23View commit details
Commits on Dec 16, 2011
-
Merge branch 'trunk' into experimental
Suvish Vt committedDec 16, 2011 Configuration menu - View commit details
-
Copy full SHA for ec09d1a - Browse repository at this point
Copy the full SHA ec09d1aView commit details
Commits on Dec 19, 2011
-
Add 'extra' attribute to the Member object and populate it in
the Rackspace driver. This patch has been contributed by Mark Everett <[email protected]> and is part of apacheGH-46. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1221010 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for ff1eeef - Browse repository at this point
Copy the full SHA ff1eeefView commit details
Commits on Dec 20, 2011
-
Add pricing data for Rackspace 30GB node size.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1221260 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 21f97cd - Browse repository at this point
Copy the full SHA 21f97cdView commit details
Commits on Dec 21, 2011
-
Current OpenNebula OCCI implementation does not support a proper rest…
…art method. Rather it suspends and resumes. Therefore, restart_node has been removed from the OpenNebula driver. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1221618 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 101dfba - Browse repository at this point
Copy the full SHA 101dfbaView commit details -
Adds status to the Member object and conditions an 'enum'
(Rackspace driver). This patch has been contributed by Mark Everett and is part of apacheGH-48. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1221946 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 75c8329 - Browse repository at this point
Copy the full SHA 75c8329View commit details
Commits on Dec 22, 2011
-
1. Add 'request_kwargs' kwarg to the 'get_poll_request_kwargs' method.
This argument contains kwargs which were previously used to initiate the poll request. 2. Add update_balancer method to the base LoadBalancer class. 3. Add update_balancer and ex_update_balancer_no_poll method to the Rackspace LoadBalancer driver. This patch has been contributed by Mark Everett <[email protected]> and is part of apacheGH-47. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1222444 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 30fc63e - Browse repository at this point
Copy the full SHA 30fc63eView commit details
Commits on Dec 25, 2011
-
Add created and updated attribute to the LoadBalancer extra dictionar…
…y in the Rackspace driver. This patch has been contributed by Mark Everett and is part of apacheGH-49. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1223041 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 7c04e8d - Browse repository at this point
Copy the full SHA 7c04e8dView commit details
Commits on Jan 2, 2012
-
Add list_record_types method to the base DNSDriver class.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1226328 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 346ac49 - Browse repository at this point
Copy the full SHA 346ac49View commit details
Commits on Jan 5, 2012
-
Fix a typo in Linode driver. This patch has been contributed by Migue…
…l Jacq (mig at mig5 dot net) and is part of LIBCLOUD-139. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1227610 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 4fbe9f4 - Browse repository at this point
Copy the full SHA 4fbe9f4View commit details
Commits on Jan 6, 2012
-
Actually fix the hexlify problem in the Linode driver and add a test …
…case for it. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1227972 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 6816fc4 - Browse repository at this point
Copy the full SHA 6816fc4View commit details -
Make sure that the password we generate in the Linode compute driver
has at least one uppercase / special character. Should fix LIBCLOUD-139. M linode.py git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1228414 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for f0ce37b - Browse repository at this point
Copy the full SHA f0ce37bView commit details
Commits on Jan 8, 2012
-
Enable ex_delete_image method in the OpenStack 1.1 compute driver. Th…
…is patch has been contributed by Shawn Smith <shawnpsmith at gmail dot comA> and is part of LIBCLOUD-141. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1228809 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 04b3060 - Browse repository at this point
Copy the full SHA 04b3060View commit details
Commits on Jan 9, 2012
-
Add a bunch of extension methods to the Rackspace Loadbalancer driver…
…. This patch has been submitted bye Dave King <dave dot king at mailtrust dot com> and it's part of LIBCLOUD-140. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1229390 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 35f1f64 - Browse repository at this point
Copy the full SHA 35f1f64View commit details
Commits on Jan 10, 2012
-
Add ex_list_protocols_with_default_ports method to the Rackspace load…
…balancer driver. This patch has been contributed by Dave King <dave dot king at mailtrust dot com> and it's part of LIBCLOUD-142. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1229432 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for b6a318c - Browse repository at this point
Copy the full SHA b6a318cView commit details -
Return NodeImage instance in the OpenStack 1.1 node driver ex_save_im…
…age method. This patch has been contributed by Shawn Smith <shawnpsmith at gmail dot com> and is part of LIBCLOUD-138. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1229803 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 30ca22c - Browse repository at this point
Copy the full SHA 30ca22cView commit details
Commits on Jan 11, 2012
-
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1229904 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 418d3e9 - Browse repository at this point
Copy the full SHA 418d3e9View commit details
Commits on Jan 30, 2012
-
Add UuidMixin class and make Node, NodeImage and NodeSize inherit fro…
…m it. This patch has been contributed by Keiko Oda and is part of apacheGH-55. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1237774 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for d375c57 - Browse repository at this point
Copy the full SHA d375c57View commit details -
Update protocol name mapping in the Rackspace loadbalancer driver. Th…
…is patch has been submitted by Bill Woodward <bill dot woodward at rackspace dot com> and is part of LIBCLOUD-144. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1237930 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 3a4a1e4 - Browse repository at this point
Copy the full SHA 3a4a1e4View commit details
Commits on Jan 31, 2012
-
Added reboot_node to the OpenNebula v3.2 compute driver.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1238107 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for fdc8506 - Browse repository at this point
Copy the full SHA fdc8506View commit details
Commits on Feb 2, 2012
-
Add missing docstrings to NodeDriver class. patch submitted by Shawn …
…Smith and is part of apacheGH-57. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1239442 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for d9b62a4 - Browse repository at this point
Copy the full SHA d9b62a4View commit details -
Add support for decompressing responses inside the base Response clas…
…s. Also add tests. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1239468 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for af424b4 - Browse repository at this point
Copy the full SHA af424b4View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1239469 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 3ecd75d - Browse repository at this point
Copy the full SHA 3ecd75dView commit details -
Include a --compress flag when using LIBCLOUD_DEBUG.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1239767 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 330ff93 - Browse repository at this point
Copy the full SHA 330ff93View commit details -
Fix a public_ips assignment in the Gande.net compute driver. This pat…
…ch has been submitted by Aymeric Barantal <mric at gandi dot net> and is part of LIBCLOUD-147. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1239804 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 772f132 - Browse repository at this point
Copy the full SHA 772f132View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1239806 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for ff417c5 - Browse repository at this point
Copy the full SHA ff417c5View commit details -
Add a new module for handling decompression of data.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1239825 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for c17dc5e - Browse repository at this point
Copy the full SHA c17dc5eView commit details
Commits on Feb 3, 2012
-
Modify LoggingConnection to decompress data (if compressed), before l…
…ogging it. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1240037 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 8bec1fd - Browse repository at this point
Copy the full SHA 8bec1fdView commit details -
Fix the response classes test.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1240062 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 27cf540 - Browse repository at this point
Copy the full SHA 27cf540View commit details
Commits on Feb 4, 2012
-
Updated the list of node states for OpenNebula drivers. ; LIBCLOUD-148
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1240451 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 3398b69 - Browse repository at this point
Copy the full SHA 3398b69View commit details -
Fix debug mode so it works with Python 3.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1240455 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 23c6df8 - Browse repository at this point
Copy the full SHA 23c6df8View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1240456 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 61a09f5 - Browse repository at this point
Copy the full SHA 61a09f5View commit details -
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1240457 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for b2952ea - Browse repository at this point
Copy the full SHA b2952eaView commit details -
Modifed OpenNebula compute fixtures for additional test coverage.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1240458 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for f10d567 - Browse repository at this point
Copy the full SHA f10d567View commit details
Commits on Feb 8, 2012
-
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1242045 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for b1dbe15 - Browse repository at this point
Copy the full SHA b1dbe15View commit details
Commits on Feb 10, 2012
-
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1242943 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for c28ebab - Browse repository at this point
Copy the full SHA c28ebabView commit details -
Allow user to specify condition and weight when adding a member to th…
…e Rackspace loadbalancer driver. This patch has been submitted by Adam Pickeral and is part of LIBCLOUD-150. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1242944 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 017806f - Browse repository at this point
Copy the full SHA 017806fView commit details
Commits on Feb 11, 2012
-
Don't lowercase special headers in the S3 storage driver. Reported by…
… Florent Cayré, part of LIBCLOUD-149. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1243010 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 8963b2e - Browse repository at this point
Copy the full SHA 8963b2eView commit details
Commits on Feb 16, 2012
-
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1244858 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for edc78b1 - Browse repository at this point
Copy the full SHA edc78b1View commit details -
Make parsing of the Auth API responses in the OpenStack drivers more …
…flexible and extensible. This patch is part of LIBCLOUD-151 and has been contributed by Brad Morgan <morgabra at cloudkick dot com>. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1244862 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for d48dce9 - Browse repository at this point
Copy the full SHA d48dce9View commit details -
Include 'created' and 'updated' attribute in the OpenStack 1.1 driver…
…. This patch has been submitted by Chris Gilmer <chris dot gilmer at gmail dot com> and is part of LIBCLOUD-155. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1245193 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 9921942 - Browse repository at this point
Copy the full SHA 9921942View commit details
Commits on Feb 17, 2012
-
Add an extension method (ex_balancer_attach_members) for attaching
multiple members to a load balancer in the Rackspace driver. This patch has been submitted by Adam Pickeral <adam dot pickeral at rackspace dot com> and is part of LIBCLOUD-152. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1245771 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 7621a03 - Browse repository at this point
Copy the full SHA 7621a03View commit details
Commits on Feb 18, 2012
-
Alow users to use a list of tuples for the query string parameters in…
…side the OpenStack connection classes. This way same the key can be specified multiple times. This patch has been submitted by Dave King and is part of LIBCLOUD-153. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1245823 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for a56901b - Browse repository at this point
Copy the full SHA a56901bView commit details -
Fix curl command which is logged when using debug mode to reflect the…
… actual protocol (http, https) which is used inside the url. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1245889 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for d883eed - Browse repository at this point
Copy the full SHA d883eedView commit details
Commits on Feb 19, 2012
-
Add __repr__ for all the common types. This addresses LIBCLOUD-156.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1290936 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 75c5602 - Browse repository at this point
Copy the full SHA 75c5602View commit details -
Modify OpenStack driver to also handle JSON error responses without the
'message' attribute. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1290945 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 4e5aa68 - Browse repository at this point
Copy the full SHA 4e5aa68View commit details
Commits on Feb 20, 2012
-
1. Allow user to pass 'max_tries' keyword argument to deploy_node met…
…hod. 2. Include original exception error message when re-throwing an exception inside _run_deployment_script method. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1291117 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 75e8bc6 - Browse repository at this point
Copy the full SHA 75e8bc6View commit details -
Start working on libvirt driver.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1291129 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 3073f19 - Browse repository at this point
Copy the full SHA 3073f19View commit details -
Use .info() to retrieve node state and include some other attributes …
…in extra dictionary. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1291130 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 4915b42 - Browse repository at this point
Copy the full SHA 4915b42View commit details -
Add support for ElasticHosts new United States (Los Angeles) and Canada
(Toronto) locations. This patch has been submitted by Jaime Irurzu and is part of apacheGH-53. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1291132 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 7e3b281 - Browse repository at this point
Copy the full SHA 7e3b281View commit details
Commits on Feb 25, 2012
-
Fix a bug with handling decompressed response in the Linode drivers i…
…ntroduced in 0.8.0. This patch has been submitted by Ben Agricola <ben dot agricola at gmail dot com> and is part of LIBCLOUD-158. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1293688 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 5c64768 - Browse repository at this point
Copy the full SHA 5c64768View commit details
Commits on Mar 3, 2012
-
Add serverId attribute to the NodeImage object extra dictionary in the
OpenStack driver. This patch has been contributed by Mark Everett and is part of GITHUB-61. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1296520 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 0ba1bfd - Browse repository at this point
Copy the full SHA 0ba1bfdView commit details
Commits on Mar 5, 2012
-
Updated some source code to comply with PEP8.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1297286 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for a680718 - Browse repository at this point
Copy the full SHA a680718View commit details
Commits on Mar 8, 2012
-
Include 'minRam' and 'minDisk' attribute in the OpenStack 1.1 driver
Node extra dictionary. This patch has been contributed by Chris Gilmer and is part of LIBCLOUD-163. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1298491 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for e3d9c99 - Browse repository at this point
Copy the full SHA e3d9c99View commit details -
Add new Amazon instance type - m1.medium.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1298501 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for f065421 - Browse repository at this point
Copy the full SHA f065421View commit details
Commits on Mar 13, 2012
-
Allow user to re-use auth tokens and pass 'ex_force_auth_token' keyword
argument to the OpenStack driver constructor. This patch has been contributed by Dave King and is part of LIBCLOUD-164. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1300356 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for f82450e - Browse repository at this point
Copy the full SHA f82450eView commit details
Commits on Mar 15, 2012
-
Merge branch 'trunk' into experimental
Suvish Vt committedMar 15, 2012 Configuration menu - View commit details
-
Copy full SHA for 64d9c4d - Browse repository at this point
Copy the full SHA 64d9c4dView commit details -
Suvish Vt committed
Mar 15, 2012 Configuration menu - View commit details
-
Copy full SHA for 6fe8c8e - Browse repository at this point
Copy the full SHA 6fe8c8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4ea75d - Browse repository at this point
Copy the full SHA b4ea75dView commit details -
Add ex_creaate_balancer method to the Rackspace driver and allow user to
pass 'vip' argument to it. THis patch has been contributed by Adam Pickeral and is part of LIBCLOUD-166. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1301126 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for abe09bb - Browse repository at this point
Copy the full SHA abe09bbView commit details
Commits on Mar 16, 2012
-
Add a new mixin class and make all the OpenStack based drivers inheri…
…t from it. This way all the OpenStack based drivers accept the same extenstion keyword arguments. This patch has been contributed by Dave King and is part of LIBCLOUD-167. git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1301741 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for cf90e1e - Browse repository at this point
Copy the full SHA cf90e1eView commit details -
Change the code so it works with all the supported versions.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1301756 13f79535-47bb-0310-9956-ffa450edef68
Configuration menu - View commit details
-
Copy full SHA for 7205045 - Browse repository at this point
Copy the full SHA 7205045View commit details
Commits on Mar 19, 2012
-
Merge branch 'trunk' into experimental
Suvish Vt committedMar 19, 2012 Configuration menu - View commit details
-
Copy full SHA for 92853b0 - Browse repository at this point
Copy the full SHA 92853b0View commit details
Commits on Mar 21, 2012
-
Got basic list_balancers call working
Suvish Vt committedMar 21, 2012 Configuration menu - View commit details
-
Copy full SHA for 2a212d2 - Browse repository at this point
Copy the full SHA 2a212d2View commit details
Commits on Mar 22, 2012
-
- elb is now almost base feature complete
Suvish Vt committedMar 22, 2012 Configuration menu - View commit details
-
Copy full SHA for 7e95843 - Browse repository at this point
Copy the full SHA 7e95843View commit details -
- added some function documentation
Suvish Vt committedMar 22, 2012 Configuration menu - View commit details
-
Copy full SHA for eef626a - Browse repository at this point
Copy the full SHA eef626aView commit details