Skip to content
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

Closed
wants to merge 1,187 commits into from
Closed

Experimental #39

wants to merge 1,187 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 15, 2011

  1. Move openstack fixtures.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1183573 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Oct 15, 2011
    Configuration menu
    Copy the full SHA
    21bf766 View commit details
    Browse the repository at this point in the history
  2. 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
    Kami committed Oct 15, 2011
    Configuration menu
    Copy the full SHA
    ead1da8 View commit details
    Browse the repository at this point in the history
  3. 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
    Kami committed Oct 15, 2011
    Configuration menu
    Copy the full SHA
    3e4a18c View commit details
    Browse the repository at this point in the history
  4. Update changes.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1183723 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Oct 15, 2011
    Configuration menu
    Copy the full SHA
    2fb30a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2011

  1. Change version to -beta1.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1184798 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Oct 16, 2011
    Configuration menu
    Copy the full SHA
    b6ce9f1 View commit details
    Browse the repository at this point in the history
  2. Update changelog (mostly style fixes.)

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1184804 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Oct 16, 2011
    Configuration menu
    Copy the full SHA
    975368b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2011

  1. 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
    Kami committed Oct 17, 2011
    Configuration menu
    Copy the full SHA
    1f5b7e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2011

  1. 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
    Kami committed Oct 19, 2011
    Configuration menu
    Copy the full SHA
    aa8fbdb View commit details
    Browse the repository at this point in the history
  2. Update changes.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1186274 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Oct 19, 2011
    Configuration menu
    Copy the full SHA
    3d81a61 View commit details
    Browse the repository at this point in the history
  3. Fix softlayer tests.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1186280 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Oct 19, 2011
    Configuration menu
    Copy the full SHA
    0143cac View commit details
    Browse the repository at this point in the history
  4. 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
    Kami committed Oct 19, 2011
    Configuration menu
    Copy the full SHA
    5a85892 View commit details
    Browse the repository at this point in the history
  5. 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
    Kami committed Oct 19, 2011
    Configuration menu
    Copy the full SHA
    95a4f8a View commit details
    Browse the repository at this point in the history
  6. Export Terremark provider via get_provider.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1186462 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Oct 19, 2011
    Configuration menu
    Copy the full SHA
    48fb337 View commit details
    Browse the repository at this point in the history
  7. forgot to update this file.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1186505 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Oct 19, 2011
    Configuration menu
    Copy the full SHA
    9d80c9c View commit details
    Browse the repository at this point in the history
  8. 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
    Kami committed Oct 19, 2011
    Configuration menu
    Copy the full SHA
    4117991 View commit details
    Browse the repository at this point in the history
  9. 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
    Kami committed Oct 19, 2011
    Configuration menu
    Copy the full SHA
    2c48518 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2011

  1. Add a test case for ParamikoSSHClient.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1186572 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Oct 20, 2011
    Configuration menu
    Copy the full SHA
    47ecd1d View commit details
    Browse the repository at this point in the history
  2. 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
    Kami committed Oct 20, 2011
    Configuration menu
    Copy the full SHA
    8c2036a View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2011

  1. 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
    Kami committed Oct 21, 2011
    Configuration menu
    Copy the full SHA
    121acd2 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2011

  1. 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
    Kami committed Oct 22, 2011
    Configuration menu
    Copy the full SHA
    c8179b8 View commit details
    Browse the repository at this point in the history
  2. Update CHANGES.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1187693 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Oct 22, 2011
    Configuration menu
    Copy the full SHA
    6919746 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2011

  1. 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
    Kami committed Oct 23, 2011
    Configuration menu
    Copy the full SHA
    b3605d2 View commit details
    Browse the repository at this point in the history
  2. 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
    Kami committed Oct 23, 2011
    Configuration menu
    Copy the full SHA
    2428bcd View commit details
    Browse the repository at this point in the history
  3. 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
    Kami committed Oct 23, 2011
    Configuration menu
    Copy the full SHA
    9834425 View commit details
    Browse the repository at this point in the history
  4. Add tests for new response classes.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1187970 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Oct 23, 2011
    Configuration menu
    Copy the full SHA
    c204c10 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2011

  1. 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
    novel committed Oct 24, 2011
    Configuration menu
    Copy the full SHA
    5a834d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2011

  1. Update changes.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1190054 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Oct 27, 2011
    Configuration menu
    Copy the full SHA
    6a1b743 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2011

  1. Remove assigned but unused variables.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1195016 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Oct 29, 2011
    Configuration menu
    Copy the full SHA
    71c5a3e View commit details
    Browse the repository at this point in the history
  2. Remove assigned but unused variables.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1195017 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Oct 29, 2011
    Configuration menu
    Copy the full SHA
    c3c3610 View commit details
    Browse the repository at this point in the history
  3. 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
    Kami committed Oct 29, 2011
    Configuration menu
    Copy the full SHA
    f0afbc2 View commit details
    Browse the repository at this point in the history
  4. 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
    Kami committed Oct 29, 2011
    Configuration menu
    Copy the full SHA
    c11efc2 View commit details
    Browse the repository at this point in the history
  5. Remove a comment.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1195078 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Oct 29, 2011
    Configuration menu
    Copy the full SHA
    78d885e View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2011

  1. Update changes.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1195260 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Oct 30, 2011
    Configuration menu
    Copy the full SHA
    564b955 View commit details
    Browse the repository at this point in the history
  2. 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
    Kami committed Oct 30, 2011
    Configuration menu
    Copy the full SHA
    0ad2d0c View commit details
    Browse the repository at this point in the history
  3. 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
    Kami committed Oct 30, 2011
    Configuration menu
    Copy the full SHA
    2d3d94b View commit details
    Browse the repository at this point in the history
  4. 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
    Kami committed Oct 30, 2011
    Configuration menu
    Copy the full SHA
    b663acf View commit details
    Browse the repository at this point in the history
  5. 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
    Kami committed Oct 30, 2011
    Configuration menu
    Copy the full SHA
    a837853 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2011

  1. 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
    Kami committed Oct 31, 2011
    Configuration menu
    Copy the full SHA
    f51d62b View commit details
    Browse the repository at this point in the history
  2. Update CHANGES.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1195294 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Oct 31, 2011
    Configuration menu
    Copy the full SHA
    d8fbf2f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2011

  1. 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
    Kami committed Nov 1, 2011
    Configuration menu
    Copy the full SHA
    e4e2c77 View commit details
    Browse the repository at this point in the history
  2. 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
    Kami committed Nov 1, 2011
    Configuration menu
    Copy the full SHA
    364b082 View commit details
    Browse the repository at this point in the history
  3. Update out of date docstring.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1195957 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Nov 1, 2011
    Configuration menu
    Copy the full SHA
    f829aae View commit details
    Browse the repository at this point in the history
  4. Update CHANGES.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1195973 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Nov 1, 2011
    Configuration menu
    Copy the full SHA
    6008d91 View commit details
    Browse the repository at this point in the history
  5. Add _upload_data method and missing docstrings.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1196289 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Nov 1, 2011
    Configuration menu
    Copy the full SHA
    868f969 View commit details
    Browse the repository at this point in the history
  6. 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
    Kami committed Nov 1, 2011
    Configuration menu
    Copy the full SHA
    4eaf7cb View commit details
    Browse the repository at this point in the history
  7. pep8, no functional changes.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1196312 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Nov 1, 2011
    Configuration menu
    Copy the full SHA
    b8b86c2 View commit details
    Browse the repository at this point in the history
  8. pep8, no functional changes.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1196313 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Nov 1, 2011
    Configuration menu
    Copy the full SHA
    c29c3b7 View commit details
    Browse the repository at this point in the history
  9. Add test for _upload_data.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1196320 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Nov 1, 2011
    Configuration menu
    Copy the full SHA
    86a935c View commit details
    Browse the repository at this point in the history
  10. pep8, no functional changes.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1196322 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Nov 1, 2011
    Configuration menu
    Copy the full SHA
    347060d View commit details
    Browse the repository at this point in the history
  11. 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
    Kami committed Nov 1, 2011
    Configuration menu
    Copy the full SHA
    22121e5 View commit details
    Browse the repository at this point in the history
  12. 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
    Kami committed Nov 1, 2011
    Configuration menu
    Copy the full SHA
    04eefcd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    745f750 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bc86cfd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e68eea9 View commit details
    Browse the repository at this point in the history
  16. 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
    Kami committed Nov 1, 2011
    Configuration menu
    Copy the full SHA
    2450287 View commit details
    Browse the repository at this point in the history
  17. pep8, no functional changes.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1196351 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Nov 1, 2011
    Configuration menu
    Copy the full SHA
    2956a2a View commit details
    Browse the repository at this point in the history
  18. 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
    Kami committed Nov 1, 2011
    Configuration menu
    Copy the full SHA
    4f9f1a4 View commit details
    Browse the repository at this point in the history
  19. 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
    Kami committed Nov 1, 2011
    Configuration menu
    Copy the full SHA
    3dc60f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2011

  1. 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
    Kami committed Nov 2, 2011
    Configuration menu
    Copy the full SHA
    710b38a View commit details
    Browse the repository at this point in the history
  2. 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
    Kami committed Nov 2, 2011
    Configuration menu
    Copy the full SHA
    b6f8d10 View commit details
    Browse the repository at this point in the history
  3. Update CHANGES.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1196700 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Nov 2, 2011
    Configuration menu
    Copy the full SHA
    5f3a056 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2011

  1. 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
    Kami committed Nov 3, 2011
    Configuration menu
    Copy the full SHA
    84cba00 View commit details
    Browse the repository at this point in the history
  2. 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
    Kami committed Nov 3, 2011
    Configuration menu
    Copy the full SHA
    6a9422f View commit details
    Browse the repository at this point in the history
  3. Update CHANGES.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1197202 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Nov 3, 2011
    Configuration menu
    Copy the full SHA
    a5140b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2011

  1. - 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 committed Nov 4, 2011
    Configuration menu
    Copy the full SHA
    36bf518 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2011

  1. 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
    Kami committed Nov 5, 2011
    Configuration menu
    Copy the full SHA
    ad59aa8 View commit details
    Browse the repository at this point in the history
  2. 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
    Kami committed Nov 5, 2011
    Configuration menu
    Copy the full SHA
    64a2900 View commit details
    Browse the repository at this point in the history
  3. pep8, no functional changes.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1197993 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Nov 5, 2011
    Configuration menu
    Copy the full SHA
    d5945a2 View commit details
    Browse the repository at this point in the history
  4. Update changes.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1197995 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Nov 5, 2011
    Configuration menu
    Copy the full SHA
    c4d02f5 View commit details
    Browse the repository at this point in the history
  5. 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
    Kami committed Nov 5, 2011
    Configuration menu
    Copy the full SHA
    525a58f View commit details
    Browse the repository at this point in the history
  6. Bump version, update MANIFEST.in

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1198099 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Nov 5, 2011
    Configuration menu
    Copy the full SHA
    014b8c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26a7c3a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2011

  1. - 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 committed Nov 7, 2011
    Configuration menu
    Copy the full SHA
    ecd0ad3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26c8b47 View commit details
    Browse the repository at this point in the history
  3. 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
    Kami committed Nov 7, 2011
    Configuration menu
    Copy the full SHA
    3bc8c36 View commit details
    Browse the repository at this point in the history
  4. "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
    Kami committed Nov 7, 2011
    Configuration menu
    Copy the full SHA
    01ff9d1 View commit details
    Browse the repository at this point in the history
  5. "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
    Kami committed Nov 7, 2011
    Configuration menu
    Copy the full SHA
    7700dfd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    770e4de View commit details
    Browse the repository at this point in the history
  7. 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
    Kami committed Nov 7, 2011
    Configuration menu
    Copy the full SHA
    251d3de View commit details
    Browse the repository at this point in the history
  8. 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
    Kami committed Nov 7, 2011
    Configuration menu
    Copy the full SHA
    fd79072 View commit details
    Browse the repository at this point in the history
  9. Update CHANGES.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1198751 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Nov 7, 2011
    Configuration menu
    Copy the full SHA
    a33975f View commit details
    Browse the repository at this point in the history
  10. 0.6.1, heck yeah.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1198753 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Nov 7, 2011
    Configuration menu
    Copy the full SHA
    6c11a2e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2011

  1. 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
    Kami committed Nov 8, 2011
    Configuration menu
    Copy the full SHA
    8b6bdd7 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2011

  1. add 0.6.1 to doap file.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1199719 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Nov 9, 2011
    Configuration menu
    Copy the full SHA
    cf49aa6 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2011

  1. 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
    Kami committed Nov 10, 2011
    Configuration menu
    Copy the full SHA
    ee7a214 View commit details
    Browse the repository at this point in the history
  2. 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
    Kami committed Nov 10, 2011
    Configuration menu
    Copy the full SHA
    1aa23d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2011

  1. 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
    Kami committed Nov 11, 2011
    Configuration menu
    Copy the full SHA
    cbba0eb View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2011

  1. 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
    Kami committed Nov 12, 2011
    Configuration menu
    Copy the full SHA
    99f032a View commit details
    Browse the repository at this point in the history
  2. 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
    Kami committed Nov 12, 2011
    Configuration menu
    Copy the full SHA
    0a4fc54 View commit details
    Browse the repository at this point in the history
  3. 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
    Kami committed Nov 12, 2011
    Configuration menu
    Copy the full SHA
    1148f22 View commit details
    Browse the repository at this point in the history
  4. 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
    Kami committed Nov 12, 2011
    Configuration menu
    Copy the full SHA
    2fda070 View commit details
    Browse the repository at this point in the history
  5. 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
    Kami committed Nov 12, 2011
    Configuration menu
    Copy the full SHA
    7e4f63e View commit details
    Browse the repository at this point in the history
  6. 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
    Kami committed Nov 12, 2011
    Configuration menu
    Copy the full SHA
    4470d80 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e7c40f View commit details
    Browse the repository at this point in the history
  8. 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
    Kami committed Nov 12, 2011
    Configuration menu
    Copy the full SHA
    2658826 View commit details
    Browse the repository at this point in the history
  9. Update changes.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1201155 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Nov 12, 2011
    Configuration menu
    Copy the full SHA
    e95dea4 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2011

  1. 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
    Kami committed Nov 15, 2011
    Configuration menu
    Copy the full SHA
    bf636d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2011

  1. Cherry-pick changes from 0.6.x.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1202514 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Nov 16, 2011
    Configuration menu
    Copy the full SHA
    ed61db4 View commit details
    Browse the repository at this point in the history
  2. 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
    Kami committed Nov 16, 2011
    Configuration menu
    Copy the full SHA
    36e2756 View commit details
    Browse the repository at this point in the history
  3. Update CC1 instance pricing.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1202520 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Nov 16, 2011
    Configuration menu
    Copy the full SHA
    05b0302 View commit details
    Browse the repository at this point in the history
  4. 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 committed Nov 16, 2011
    Configuration menu
    Copy the full SHA
    d011ff4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90a8bce View commit details
    Browse the repository at this point in the history
  6. Added fixtures

    Suvish Vt committed Nov 16, 2011
    Configuration menu
    Copy the full SHA
    f4e21de View commit details
    Browse the repository at this point in the history
  7. 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
    Kami committed Nov 16, 2011
    Configuration menu
    Copy the full SHA
    f19e202 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2011

  1. Update doap_libcloud.rdf

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1203200 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Nov 17, 2011
    Configuration menu
    Copy the full SHA
    2069217 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2011

  1. 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
    pquerna committed Nov 18, 2011
    Configuration menu
    Copy the full SHA
    4ea614b View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2011

  1. 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
    Kami committed Nov 19, 2011
    Configuration menu
    Copy the full SHA
    2778574 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2011

  1. Merge branch 'trunk' of https://github.com/apache/libcloud into trunk

    Conflicts:
    	libcloud/compute/drivers/ec2.py
    	test/compute/test_ec2.py
    Suvish Vt committed Nov 21, 2011
    Configuration menu
    Copy the full SHA
    6092b8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf8f044 View commit details
    Browse the repository at this point in the history
  3. Update IBM SBC driver create_node docstring.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1204502 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Nov 21, 2011
    Configuration menu
    Copy the full SHA
    2154c22 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2011

  1. 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
    Kami committed Nov 22, 2011
    Configuration menu
    Copy the full SHA
    f3d48ec View commit details
    Browse the repository at this point in the history
  2. 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
    Kami committed Nov 22, 2011
    Configuration menu
    Copy the full SHA
    6789616 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2011

  1. Merge branch 'trunk' of https://github.com/apache/libcloud into exper…

    …imental
    Suvish Vt committed Nov 23, 2011
    Configuration menu
    Copy the full SHA
    3fa9732 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2011

  1. 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
    Kami committed Nov 24, 2011
    Configuration menu
    Copy the full SHA
    33b28e6 View commit details
    Browse the repository at this point in the history
  2. 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
    Kami committed Nov 24, 2011
    Configuration menu
    Copy the full SHA
    1942061 View commit details
    Browse the repository at this point in the history
  3. 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
    Kami committed Nov 24, 2011
    Configuration menu
    Copy the full SHA
    50af33a View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2011

  1. Merge branch 'trunk' into experimental

    Suvish Vt committed Nov 25, 2011
    Configuration menu
    Copy the full SHA
    912090f View commit details
    Browse the repository at this point in the history
  2. - deleted orig files

    Suvish Vt committed Nov 25, 2011
    Configuration menu
    Copy the full SHA
    24978a3 View commit details
    Browse the repository at this point in the history
  3. - url longline repair

    Suvish Vt committed Nov 25, 2011
    Configuration menu
    Copy the full SHA
    8c5578d View commit details
    Browse the repository at this point in the history
  4. 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
    Kami committed Nov 25, 2011
    Configuration menu
    Copy the full SHA
    5231cd5 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2011

  1. Merge branch 'trunk' into experimental

    Suvish Vt committed Nov 29, 2011
    Configuration menu
    Copy the full SHA
    2db6d21 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2011

  1. 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
    Kami committed Nov 30, 2011
    Configuration menu
    Copy the full SHA
    d3803df View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2011

  1. 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
    Kami committed Dec 1, 2011
    Configuration menu
    Copy the full SHA
    8d797dd View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2011

  1. 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
    hutson committed Dec 2, 2011
    Configuration menu
    Copy the full SHA
    080f6e6 View commit details
    Browse the repository at this point in the history
  2. Updated CHANGES to reflect changes in r1209752.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1209765 13f79535-47bb-0310-9956-ffa450edef68
    hutson committed Dec 2, 2011
    Configuration menu
    Copy the full SHA
    486bcf0 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2011

  1. Start working on Python 3 compatibility.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209915 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    aeeeb63 View commit details
    Browse the repository at this point in the history
  2. More progress on py3k.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209919 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    4678183 View commit details
    Browse the repository at this point in the history
  3. Add missing import.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209920 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    7ef6604 View commit details
    Browse the repository at this point in the history
  4. 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
    Kami committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    ae2c26d View commit details
    Browse the repository at this point in the history
  5. Use libcloud.py3.{urllib,httplib}.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209923 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    72eb705 View commit details
    Browse the repository at this point in the history
  6. Bluebox driver tests now pass.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209925 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    ccb9266 View commit details
    Browse the repository at this point in the history
  7. Use items() instead of iteritems().

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209926 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    2fe368a View commit details
    Browse the repository at this point in the history
  8. 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
    Kami committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    b919653 View commit details
    Browse the repository at this point in the history
  9. Use 'in' instead of has_key().

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209932 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    edcd3a5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6a2eb7f View commit details
    Browse the repository at this point in the history
  11. 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
    Kami committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    03670ce View commit details
    Browse the repository at this point in the history
  12. 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
    Kami committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    022716f View commit details
    Browse the repository at this point in the history
  13. CloudStack driver tests now pass.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209936 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    d22e2c2 View commit details
    Browse the repository at this point in the history
  14. More progress.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209937 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    00b6c74 View commit details
    Browse the repository at this point in the history
  15. More progress.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209941 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    150f73f View commit details
    Browse the repository at this point in the history
  16. 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
    Kami committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    53a9f4e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fc0364e View commit details
    Browse the repository at this point in the history
  18. More progress.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209948 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    72f9518 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b816ad7 View commit details
    Browse the repository at this point in the history
  20. 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
    Kami committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    b66f7ff View commit details
    Browse the repository at this point in the history
  21. 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
    Kami committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    a02a8e6 View commit details
    Browse the repository at this point in the history
  22. Export if under different names.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209967 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    3924cd2 View commit details
    Browse the repository at this point in the history
  23. Update examples and demo.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209968 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    86e512c View commit details
    Browse the repository at this point in the history
  24. Update setup.py

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209970 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    87374d9 View commit details
    Browse the repository at this point in the history
  25. Fix print in a docstring.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209972 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    e43f723 View commit details
    Browse the repository at this point in the history
  26. Update py3.py.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209974 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    22ec7af View commit details
    Browse the repository at this point in the history
  27. Update exception handling.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/py3k@1209975 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    931fc58 View commit details
    Browse the repository at this point in the history
  28. Merge py3k branch into trunk.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210013 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    0277650 View commit details
    Browse the repository at this point in the history
  29. Update CHANGES and setup.py.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210025 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    707c7f3 View commit details
    Browse the repository at this point in the history
  30. pep8.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210026 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    3180888 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2011

  1. 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
    Kami committed Dec 4, 2011
    Configuration menu
    Copy the full SHA
    3e69598 View commit details
    Browse the repository at this point in the history
  2. 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
    Kami committed Dec 4, 2011
    Configuration menu
    Copy the full SHA
    764003f View commit details
    Browse the repository at this point in the history
  3. 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
    Kami committed Dec 4, 2011
    Configuration menu
    Copy the full SHA
    38ca6ec View commit details
    Browse the repository at this point in the history
  4. 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
    Kami committed Dec 4, 2011
    Configuration menu
    Copy the full SHA
    c76eb77 View commit details
    Browse the repository at this point in the history
  5. More Python 3 madness.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210231 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 4, 2011
    Configuration menu
    Copy the full SHA
    01c9ef6 View commit details
    Browse the repository at this point in the history
  6. Add a note about byte arrays.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210235 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 4, 2011
    Configuration menu
    Copy the full SHA
    61f7bd2 View commit details
    Browse the repository at this point in the history
  7. Also need to use bytes here.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210244 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 4, 2011
    Configuration menu
    Copy the full SHA
    8136e05 View commit details
    Browse the repository at this point in the history
  8. 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
    Kami committed Dec 4, 2011
    Configuration menu
    Copy the full SHA
    1bf82ac View commit details
    Browse the repository at this point in the history
  9. More Python 3k stuff.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210262 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 4, 2011
    Configuration menu
    Copy the full SHA
    b737eb2 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2011

  1. 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
    Kami committed Dec 5, 2011
    Configuration menu
    Copy the full SHA
    dd90b4a View commit details
    Browse the repository at this point in the history
  2. trigger a build.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210297 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 5, 2011
    Configuration menu
    Copy the full SHA
    512da24 View commit details
    Browse the repository at this point in the history
  3. Trigger a build.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210298 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 5, 2011
    Configuration menu
    Copy the full SHA
    9b9ca07 View commit details
    Browse the repository at this point in the history
  4. Trigger a build.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210304 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 5, 2011
    Configuration menu
    Copy the full SHA
    4bc5736 View commit details
    Browse the repository at this point in the history
  5. Fix LIBCLOUD_DEBUG mode

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210658 13f79535-47bb-0310-9956-ffa450edef68
    pquerna committed Dec 5, 2011
    Configuration menu
    Copy the full SHA
    96d3a74 View commit details
    Browse the repository at this point in the history
  6. 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
    pquerna committed Dec 5, 2011
    Configuration menu
    Copy the full SHA
    e4768c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c16840a View commit details
    Browse the repository at this point in the history
  8. Update changes.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210672 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 5, 2011
    Configuration menu
    Copy the full SHA
    9cfc0ef View commit details
    Browse the repository at this point in the history
  9. Bump version.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210673 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 5, 2011
    Configuration menu
    Copy the full SHA
    b8d99f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2011

  1. Update doap file.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1212448 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 9, 2011
    Configuration menu
    Copy the full SHA
    6e4ff5d View commit details
    Browse the repository at this point in the history
  2. 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
    Kami committed Dec 9, 2011
    Configuration menu
    Copy the full SHA
    8dd68e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2011

  1. 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
    hutson committed Dec 10, 2011
    Configuration menu
    Copy the full SHA
    5b483c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2011

  1. Configuration menu
    Copy the full SHA
    6c3e17f View commit details
    Browse the repository at this point in the history
  2. Fix typos.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1213009 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Dec 11, 2011
    Configuration menu
    Copy the full SHA
    636c90c View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2011

  1. 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
    Kami committed Dec 12, 2011
    Configuration menu
    Copy the full SHA
    80607ee View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2011

  1. 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
    Kami committed Dec 13, 2011
    Configuration menu
    Copy the full SHA
    f0245d1 View commit details
    Browse the repository at this point in the history
  2. 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
    Kami committed Dec 13, 2011
    Configuration menu
    Copy the full SHA
    a26d660 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2011

  1. 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
    Kami committed Dec 14, 2011
    Configuration menu
    Copy the full SHA
    b4ecd41 View commit details
    Browse the repository at this point in the history
  2. 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
    Kami committed Dec 14, 2011
    Configuration menu
    Copy the full SHA
    ae44d54 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2011

  1. Configuration menu
    Copy the full SHA
    6154a56 View commit details
    Browse the repository at this point in the history
  2. 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
    Kami committed Dec 15, 2011
    Configuration menu
    Copy the full SHA
    049df23 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2011

  1. Merge branch 'trunk' into experimental

    Suvish Vt committed Dec 16, 2011
    Configuration menu
    Copy the full SHA
    ec09d1a View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2011

  1. 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
    Kami committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    ff1eeef View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2011

  1. 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
    Kami committed Dec 20, 2011
    Configuration menu
    Copy the full SHA
    21f97cd View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2011

  1. 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
    hutson committed Dec 21, 2011
    Configuration menu
    Copy the full SHA
    101dfba View commit details
    Browse the repository at this point in the history
  2. 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
    Kami committed Dec 21, 2011
    Configuration menu
    Copy the full SHA
    75c8329 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2011

  1. 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
    Kami committed Dec 22, 2011
    Configuration menu
    Copy the full SHA
    30fc63e View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2011

  1. 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
    Kami committed Dec 25, 2011
    Configuration menu
    Copy the full SHA
    7c04e8d View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2012

  1. 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
    Kami committed Jan 2, 2012
    Configuration menu
    Copy the full SHA
    346ac49 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2012

  1. 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
    Kami committed Jan 5, 2012
    Configuration menu
    Copy the full SHA
    4fbe9f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2012

  1. 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
    Kami committed Jan 6, 2012
    Configuration menu
    Copy the full SHA
    6816fc4 View commit details
    Browse the repository at this point in the history
  2. 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
    Kami committed Jan 6, 2012
    Configuration menu
    Copy the full SHA
    f0ce37b View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2012

  1. 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
    Kami committed Jan 8, 2012
    Configuration menu
    Copy the full SHA
    04b3060 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2012

  1. 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
    Kami committed Jan 9, 2012
    Configuration menu
    Copy the full SHA
    35f1f64 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2012

  1. 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
    Kami committed Jan 10, 2012
    Configuration menu
    Copy the full SHA
    b6a318c View commit details
    Browse the repository at this point in the history
  2. 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
    Kami committed Jan 10, 2012
    Configuration menu
    Copy the full SHA
    30ca22c View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2012

  1. Add missing fixture.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1229904 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Jan 11, 2012
    Configuration menu
    Copy the full SHA
    418d3e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2012

  1. 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
    Kami committed Jan 30, 2012
    Configuration menu
    Copy the full SHA
    d375c57 View commit details
    Browse the repository at this point in the history
  2. 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
    Kami committed Jan 30, 2012
    Configuration menu
    Copy the full SHA
    3a4a1e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2012

  1. 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
    hutson committed Jan 31, 2012
    Configuration menu
    Copy the full SHA
    fdc8506 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2012

  1. 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
    Kami committed Feb 2, 2012
    Configuration menu
    Copy the full SHA
    d9b62a4 View commit details
    Browse the repository at this point in the history
  2. 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
    Kami committed Feb 2, 2012
    Configuration menu
    Copy the full SHA
    af424b4 View commit details
    Browse the repository at this point in the history
  3. Send Accept-Encoding header.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1239469 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Feb 2, 2012
    Configuration menu
    Copy the full SHA
    3ecd75d View commit details
    Browse the repository at this point in the history
  4. 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
    Kami committed Feb 2, 2012
    Configuration menu
    Copy the full SHA
    330ff93 View commit details
    Browse the repository at this point in the history
  5. 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
    Kami committed Feb 2, 2012
    Configuration menu
    Copy the full SHA
    772f132 View commit details
    Browse the repository at this point in the history
  6. Update CHANGES.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1239806 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Feb 2, 2012
    Configuration menu
    Copy the full SHA
    ff417c5 View commit details
    Browse the repository at this point in the history
  7. 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
    Kami committed Feb 2, 2012
    Configuration menu
    Copy the full SHA
    c17dc5e View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2012

  1. 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
    Kami committed Feb 3, 2012
    Configuration menu
    Copy the full SHA
    8bec1fd View commit details
    Browse the repository at this point in the history
  2. Fix the response classes test.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1240062 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Feb 3, 2012
    Configuration menu
    Copy the full SHA
    27cf540 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2012

  1. Configuration menu
    Copy the full SHA
    3398b69 View commit details
    Browse the repository at this point in the history
  2. 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
    Kami committed Feb 4, 2012
    Configuration menu
    Copy the full SHA
    23c6df8 View commit details
    Browse the repository at this point in the history
  3. Remove extra blank line.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1240456 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Feb 4, 2012
    Configuration menu
    Copy the full SHA
    61a09f5 View commit details
    Browse the repository at this point in the history
  4. bump version.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1240457 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Feb 4, 2012
    Configuration menu
    Copy the full SHA
    b2952ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f10d567 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2012

  1. Add 0.8.0 release.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1242045 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Feb 8, 2012
    Configuration menu
    Copy the full SHA
    b1dbe15 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2012

  1. Update releasing.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1242943 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Feb 10, 2012
    Configuration menu
    Copy the full SHA
    c28ebab View commit details
    Browse the repository at this point in the history
  2. 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
    Kami committed Feb 10, 2012
    Configuration menu
    Copy the full SHA
    017806f View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2012

  1. 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
    Kami committed Feb 11, 2012
    Configuration menu
    Copy the full SHA
    8963b2e View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2012

  1. Update CHANGES.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1244858 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Feb 16, 2012
    Configuration menu
    Copy the full SHA
    edc78b1 View commit details
    Browse the repository at this point in the history
  2. 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
    Kami committed Feb 16, 2012
    Configuration menu
    Copy the full SHA
    d48dce9 View commit details
    Browse the repository at this point in the history
  3. 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
    Kami committed Feb 16, 2012
    Configuration menu
    Copy the full SHA
    9921942 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2012

  1. 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
    Kami committed Feb 17, 2012
    Configuration menu
    Copy the full SHA
    7621a03 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2012

  1. 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
    Kami committed Feb 18, 2012
    Configuration menu
    Copy the full SHA
    a56901b View commit details
    Browse the repository at this point in the history
  2. 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
    Kami committed Feb 18, 2012
    Configuration menu
    Copy the full SHA
    d883eed View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2012

  1. Configuration menu
    Copy the full SHA
    75c5602 View commit details
    Browse the repository at this point in the history
  2. 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
    Kami committed Feb 19, 2012
    Configuration menu
    Copy the full SHA
    4e5aa68 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2012

  1. 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
    Kami committed Feb 20, 2012
    Configuration menu
    Copy the full SHA
    75e8bc6 View commit details
    Browse the repository at this point in the history
  2. Start working on libvirt driver.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1291129 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Feb 20, 2012
    Configuration menu
    Copy the full SHA
    3073f19 View commit details
    Browse the repository at this point in the history
  3. 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
    Kami committed Feb 20, 2012
    Configuration menu
    Copy the full SHA
    4915b42 View commit details
    Browse the repository at this point in the history
  4. 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
    Kami committed Feb 20, 2012
    Configuration menu
    Copy the full SHA
    7e3b281 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2012

  1. 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
    Kami committed Feb 25, 2012
    Configuration menu
    Copy the full SHA
    5c64768 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2012

  1. 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
    Kami committed Mar 3, 2012
    Configuration menu
    Copy the full SHA
    0ba1bfd View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2012

  1. 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
    hutson committed Mar 5, 2012
    Configuration menu
    Copy the full SHA
    a680718 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2012

  1. 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
    Kami committed Mar 8, 2012
    Configuration menu
    Copy the full SHA
    e3d9c99 View commit details
    Browse the repository at this point in the history
  2. Add new Amazon instance type - m1.medium.

    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1298501 13f79535-47bb-0310-9956-ffa450edef68
    Kami committed Mar 8, 2012
    Configuration menu
    Copy the full SHA
    f065421 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2012

  1. 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
    Kami committed Mar 13, 2012
    Configuration menu
    Copy the full SHA
    f82450e View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2012

  1. Merge branch 'trunk' into experimental

    Suvish Vt committed Mar 15, 2012
    Configuration menu
    Copy the full SHA
    64d9c4d View commit details
    Browse the repository at this point in the history
  2. deleted all

    Suvish Vt committed Mar 15, 2012
    Configuration menu
    Copy the full SHA
    6fe8c8e View commit details
    Browse the repository at this point in the history
  3. Revert "deleted all"

    This reverts commit e2aaa88.
    Suvish Vt committed Mar 15, 2012
    Configuration menu
    Copy the full SHA
    b4ea75d View commit details
    Browse the repository at this point in the history
  4. 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
    Kami committed Mar 15, 2012
    Configuration menu
    Copy the full SHA
    abe09bb View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2012

  1. 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
    Kami committed Mar 16, 2012
    Configuration menu
    Copy the full SHA
    cf90e1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7205045 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2012

  1. Merge branch 'trunk' into experimental

    Suvish Vt committed Mar 19, 2012
    Configuration menu
    Copy the full SHA
    92853b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2012

  1. Got basic list_balancers call working

    Suvish Vt committed Mar 21, 2012
    Configuration menu
    Copy the full SHA
    2a212d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2012

  1. - elb is now almost base feature complete

    Suvish Vt committed Mar 22, 2012
    Configuration menu
    Copy the full SHA
    7e95843 View commit details
    Browse the repository at this point in the history
  2. - added some function documentation

    Suvish Vt committed Mar 22, 2012
    Configuration menu
    Copy the full SHA
    eef626a View commit details
    Browse the repository at this point in the history