You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by haucke <gi...@git.apache.org> on 2016/10/30 14:22:47 UTC

[GitHub] libcloud pull request #929: 0.6.x

GitHub user haucke opened a pull request:

    https://github.com/apache/libcloud/pull/929

    0.6.x

    ## Follow PEP8 Guidelines
    
    ### Helped lines to follow character count guidelines for PEP8
    
        id = data['id'],
                 name = data['name'],
                 state = self.NODE_STATE_MAP[data['status']],
    -            public_ips=map(lambda cloud_ip: cloud_ip['public_ip'], data['cloud_ips']),
    -            private_ips=map(lambda interface: interface['ipv4_address'], data['interfaces']),
    +            public_ip=map(lambda cloud_ip: cloud_ip['public_ip'], data['cloud_ips']),
    +            private_ip=map(lambda interface: interface['ipv4_address'], data['interfaces']),
                 driver = self.connection.driver,
                 extra = {
                     'status': data['status'],
    
    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.6.x

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/libcloud/pull/929.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 #929
    
----
commit ff5facd75e2f5a1124aef6cd5007f3baf36a18cf
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2011-11-12T01:26:44Z

    I can has 0.6.x branch
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/0.6.x@1201142 13f79535-47bb-0310-9956-ffa450edef68

commit 3bd6015cdb15b290f0faae1f2056f4d826bd0d3c
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2011-11-12T01:29:59Z

    I can has 0.6.x branch
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/0.6.x@1201143 13f79535-47bb-0310-9956-ffa450edef68

commit 6d0b81d5b340c2c8a756723e7c80fcf37aba689a
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2011-11-12T01:32:32Z

    Create 0.6.x branch
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/0.6.x@1201145 13f79535-47bb-0310-9956-ffa450edef68

commit 523abff179706dade726a539b1fb373414b43297
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2011-11-12T01:34:48Z

    Increase the default poll interval in the Rackspace driver to 2.5
    seconds (backport from trunk)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/0.6.x@1201147 13f79535-47bb-0310-9956-ffa450edef68

commit d734d4c0968b8ad53acb1168f4b203a458f55499
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2011-11-12T01:35:53Z

    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" (backport from trunk)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/0.6.x@1201148 13f79535-47bb-0310-9956-ffa450edef68

commit 14f953ffaca8fd432d7d46a92f68ba2ae5e7a809
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2011-11-12T01:53:47Z

    Actually use poll_interval and don't ignore it. Also bump default poll timeout
    to 200 seconds (back-port from trunk).
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/0.6.x@1201156 13f79535-47bb-0310-9956-ffa450edef68

commit e6d48f8a8ab2695c76a0ba36ae63dfd0df15dd56
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2011-11-12T01:54:20Z

    Change Rackspace Cloud DNS driver poll timeout to 30 seconds (back-port from
    trunk).
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/0.6.x@1201157 13f79535-47bb-0310-9956-ffa450edef68

commit 912649270434940e76348f31c00c984f6d5861c4
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2011-11-12T01:54:57Z

    Set poll_interval to 0.0 in the tests (back-port from trunk).
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/0.6.x@1201159 13f79535-47bb-0310-9956-ffa450edef68

commit 1a9fbeb691fac976aeaf1bba3ff52508336dc8fe
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2011-11-12T01:55:30Z

    Update changes.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/0.6.x@1201160 13f79535-47bb-0310-9956-ffa450edef68

commit 859206b5a086437543de1d4299b1a2618db45520
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2011-11-15T00:37:37Z

    Expose CLOUDSTACK provider and allow users to instantiate it. This way it can
    also be used with an arbitrary CloudStack provider not just with ninefold.com
    (back-port from trunk).
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/0.6.x@1201980 13f79535-47bb-0310-9956-ffa450edef68

commit b9fbefd7d52d6778c5da7fbf64d493fdf23eedb7
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2011-11-15T02:05:41Z

    Bump version, update description in setup.py
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/0.6.x@1202003 13f79535-47bb-0310-9956-ffa450edef68

commit 00f2e98f9d48d99d17d25219f756dc0b0e54986d
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2011-11-15T02:07:01Z

    Update changes.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/0.6.x@1202005 13f79535-47bb-0310-9956-ffa450edef68

commit fbe4161f2ca99e69a90b260c31fc75013d5a7e3f
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2011-11-15T02:08:06Z

    Fix formatting.
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/0.6.x@1202006 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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] libcloud pull request #929: 0.6.x

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/libcloud/pull/929


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---