GitHub user marwaybs opened a pull request:
https://github.com/apache/libcloud/pull/869
0.11.x
## Changes Title (replace this with a logical title for your changes)
### Description
Replace this with the PR description (mention the changes you have made, why
you have made them, provide some background and any references to the
provider
documentation if needed, etc.).
For more information on contributing, please see
[Contributing](http://libcloud.readthedocs.org/en/latest/development.html#contributing)
section of our documentation.
### Status
Replace this: describe the PR status. Examples:
- work in progress
- done, ready for review
### Checklist (tick everything that applies)
- [ ] [Code
linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide)
(required, can be done after the PR checks)
- [ ] Documentation
- [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
- [ ]
[ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes)
(required for bigger changes)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/libcloud 0.11.x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/869.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #869
----
commit 2262ec4fe255ef582b7e8f37ba55dec6845089b0
Author: Tomaž Muraus <[email protected]>
Date: 2011-12-03T21:38:59Z
Merge py3k branch into trunk.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210013
13f79535-47bb-0310-9956-ffa450edef68
commit 6693e7b7f458d9703d3dbf6237bed981e9cf82bd
Author: Tomaž Muraus <[email protected]>
Date: 2011-12-03T22:26:08Z
Update CHANGES and setup.py.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210025
13f79535-47bb-0310-9956-ffa450edef68
commit 3785d73410db77faca62f40a53b5066137b82198
Author: Toma�� Muraus <[email protected]>
Date: 2011-12-03T22:27:42Z
pep8.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210026
13f79535-47bb-0310-9956-ffa450edef68
commit 23bbc25340dfb6db268bf215e6c991c3c4b4c6e3
Author: Tomaž Muraus <[email protected]>
Date: 2011-12-04T01:59:15Z
Re-organize libcloud.utils modules and create a new libcloud.utils package.
Update affected code.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210045
13f79535-47bb-0310-9956-ffa450edef68
commit b2b44569d85fa5addc093fc108822bbf68ef33d1
Author: Tomaž Muraus <[email protected]>
Date: 2011-12-04T02:25:10Z
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
commit 3cdef787121e44a45d8cb8bcd167654f00ec045a
Author: Tomaž Muraus <[email protected]>
Date: 2011-12-04T13:40:12Z
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
commit a0ccbdcd44592d6240d588ddec3db76fb4531215
Author: Tomaž Muraus <[email protected]>
Date: 2011-12-04T19:33:41Z
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
commit 0032cd8abdff1bdd56872f74426e8d7153c4eaf2
Author: Tomaž Muraus <[email protected]>
Date: 2011-12-04T21:35:16Z
More Python 3 madness.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210231
13f79535-47bb-0310-9956-ffa450edef68
commit 352b02f98f61127c4908bb0fe12e7e2fbc232def
Author: Tomaž Muraus <[email protected]>
Date: 2011-12-04T21:43:53Z
Add a note about byte arrays.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210235
13f79535-47bb-0310-9956-ffa450edef68
commit bc3b19d623ca4d0d347bd71beb416b0c9cbf5213
Author: Tomaž Muraus <[email protected]>
Date: 2011-12-04T21:55:40Z
Also need to use bytes here.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210244
13f79535-47bb-0310-9956-ffa450edef68
commit babd81a6cff144d46beb6b7060c1856e403e9c0a
Author: Tomaž Muraus <[email protected]>
Date: 2011-12-04T22:06:46Z
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
commit c335827882e215285be75b1720a3754a2942f894
Author: Tomaž Muraus <[email protected]>
Date: 2011-12-04T22:32:12Z
More Python 3k stuff.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210262
13f79535-47bb-0310-9956-ffa450edef68
commit 90fbc5d6c941805c523c2eabdd5dfaf34962bb76
Author: Tomaž Muraus <[email protected]>
Date: 2011-12-04T22:35:56Z
Update svnignore.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210264
13f79535-47bb-0310-9956-ffa450edef68
commit 80274845dabfccd9399cf26617a2e907bccbb6b3
Author: Tomaž Muraus <[email protected]>
Date: 2011-12-05T00:02:32Z
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
commit cc6b2149c3c0f7e2e4353a5f3795d76b173a11d1
Author: Tomaž Muraus <[email protected]>
Date: 2011-12-05T00:48:15Z
trigger a build.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210297
13f79535-47bb-0310-9956-ffa450edef68
commit 178cfd51c56cf57c39de68998172d8b95e00d3b7
Author: Tomaž Muraus <[email protected]>
Date: 2011-12-05T00:49:36Z
Trigger a build.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210298
13f79535-47bb-0310-9956-ffa450edef68
commit 819408ac338e95c8293b69a1bcbd28ac7240988b
Author: Tomaž Muraus <[email protected]>
Date: 2011-12-05T01:12:09Z
Trigger a build.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210304
13f79535-47bb-0310-9956-ffa450edef68
commit 4e382378fccb78702b85f357363f5c660f2d7c17
Author: Paul Querna <[email protected]>
Date: 2011-12-05T21:53:35Z
Fix LIBCLOUD_DEBUG mode
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210658
13f79535-47bb-0310-9956-ffa450edef68
commit e4e44483ee3260da090efdfc07feaacc615e318a
Author: Paul Querna <[email protected]>
Date: 2011-12-05T21:54:27Z
For the OpenStack Auth client, don't morph the action with a base path, we
are hitting specific versions ourselves
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210659
13f79535-47bb-0310-9956-ffa450edef68
commit be2301ba9f69bfe54180e2afcccb140bee226b6f
Author: Tomaž Muraus <[email protected]>
Date: 2011-12-05T22:11:43Z
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
commit 300dae398004e4d61981d4b3bd8833a5566e84a3
Author: Tomaž Muraus <[email protected]>
Date: 2011-12-05T22:19:17Z
Update changes.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210672
13f79535-47bb-0310-9956-ffa450edef68
commit 5c16442d35ed4bd1fd49e4600499f872d0f40b95
Author: Tomaž Muraus <[email protected]>
Date: 2011-12-05T22:20:53Z
Bump version.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1210673
13f79535-47bb-0310-9956-ffa450edef68
commit 65f9727dbe06cf0b62b68cf842c3d16c796361e4
Author: Tomaž Muraus <[email protected]>
Date: 2011-12-09T14:45:47Z
Update doap file.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1212448
13f79535-47bb-0310-9956-ffa450edef68
commit e161eec0aeb068dffd8caf580f50af63025be118
Author: Tomaž Muraus <[email protected]>
Date: 2011-12-09T17:33:24Z
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
commit cca04c758108a356de182e83af1310f4fc5912e0
Author: Hutson Betts <[email protected]>
Date: 2011-12-10T06:05:28Z
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
commit 3cda3bed2f3be776575e506dc735357204618a47
Author: Hutson Betts <[email protected]>
Date: 2011-12-11T08:01:50Z
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
commit 3db864e5264c9f9bcb07aefa4c2d8ab67c33213a
Author: Tomaž Muraus <[email protected]>
Date: 2011-12-11T15:12:25Z
Fix typos.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1213009
13f79535-47bb-0310-9956-ffa450edef68
commit cd80d1409a8c9ba05574edd4f5e848ffe207b181
Author: Tomaž Muraus <[email protected]>
Date: 2011-12-12T18:53:24Z
Add many improvements to the Rackspace LoadBalancer driver. This patch has
been
contributed by Dave King and is part of GH-43.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1213364
13f79535-47bb-0310-9956-ffa450edef68
commit 6b981e33b682950f06585b45ecdad574f86dd90a
Author: Tomaž Muraus <[email protected]>
Date: 2011-12-13T05:36:01Z
Add implementation for ex_save_image method to the OpenStack 1.1 driver.
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
commit c881d858864e054297d545419e2a5b4520ff149f
Author: Tomaž Muraus <[email protected]>
Date: 2011-12-13T21:52:49Z
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 GH-41.
git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1213944
13f79535-47bb-0310-9956-ffa450edef68
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---