You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by JuanCarlosM <gi...@git.apache.org> on 2013/04/12 16:13:56 UTC

[dev] libcloud pull request: Trunk

GitHub user JuanCarlosM opened a pull request:

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

    Trunk

    Replace common/linode.py constant LINODE_PLAN_IDS by updated plan ids get function. Currently there are no plan 512 or 768, and plan id 3 is returns 1024 plan, but now is 2048


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ecmanaged/libcloud trunk

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

    https://github.com/apache/libcloud/pull/100.patch

----
commit eb98445107dfe350ff3b7be78ec0cc8baf06f174
Author: Juan Carlos Moreno <ju...@ecmanaged.com>
Date:   2013-04-12T14:01:03Z

    Update linode.py

commit 0b2642ecf8e57e0af82215ffa3b8bfc787af7e81
Author: Juan Carlos Moreno <ju...@ecmanaged.com>
Date:   2013-04-12T14:09:47Z

    Update linode.py
    
    Linode Driver: Not use plan ids constant, fetch updated plan ids

----