You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by samuelchong <gi...@git.apache.org> on 2016/11/25 04:05:06 UTC

[GitHub] libcloud pull request #953: CaaS 2.4 features

GitHub user samuelchong opened a pull request:

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

    CaaS 2.4 features

    
    ### Description
    
    Support for CaaS API 2.4
    - import customer image 
    - clone image (inc. NGOC)
    - Add feature exchange nic vlans			
    - Add feature to Change NIC network adapter of a server
    
    
    ### Status
    
    Replace this: describe the PR status. Examples:
    - done, ready for review
    
    ### Checklist (tick everything that applies)
    
    - [x] [Code linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide) (required, can be done after the PR checks)
    - [x] Documentation
    - [x] [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/samuelchong/libcloud ngoc_images

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

    https://github.com/apache/libcloud/pull/953.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 #953
    
----
commit f4caab373b18e3c02cdfe3e4580cb03efb7a9199
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-03T00:10:07Z

    Enable specifying api version

commit 45fea8d5f4b7a8bb3147d79ceebc624f36200491
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-03T04:01:57Z

    update comment

commit 03a2aa4e341ddda803104fb6bfa862ea05430afd
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-07T01:54:47Z

    Upgrade OS Image and Customer Image for caas api 2.4

commit a8190ca3c15ff19b65ba0a3966108ec81c6c4f96
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-08T02:10:11Z

    Set default api versino to 2.3

commit 75111a446e8323df607c17703bfb4303eb966dde
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-08T04:16:38Z

    update variable names

commit 3b947b311940bdd0fa75a03029095db34eb7a605
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-08T04:41:41Z

    Update DD node driver comments

commit 1c2f34a081556a2762dc5441671351d54a1d0b43
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-08T04:56:13Z

    Merge branch 'enable_api_version' into ngoc_images

commit 9cb7785e1707b7c688820a7a7a6a8a1df9c19597
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-08T23:26:23Z

    Backward compatibility with 2.3

commit 53c6c9795c8c1e6e90d8c1bee216e14c14e68b70
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-09T02:41:11Z

    Remove commented line

commit 2b97294b8beee1638aa49ba11e9259cad668ac4f
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-09T05:09:33Z

    Update active api version to 2.4

commit 125212068a0bc83b74815a8d20ae18f031674a5b
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-14T04:16:20Z

    Clone Image and Import Image features

commit cd7fe0e5c8ed10f6aa8e6cf573d9239ef10bcaa4
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-15T00:33:47Z

    Compare  version using disutils package LooseVersion

commit e846f57b57f70d93d7ff4d18e12bda32f921e9da
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-15T00:49:14Z

    Fix merge conflict

commit bb1b810444ba33c11c1bac52151d00477a500123
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-15T21:15:09Z

    Unit tests for 2.3

commit 3ab1a465bddf2d9c1c88a3df28097ca589f717dd
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-15T21:16:55Z

    Resource file for api version 2.3

commit 1bafa61da2980b5425ec34f11de5cd5d8c6ec446
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-15T23:02:31Z

    Unit tests for caas api version 2.4

commit 4189872dac0d5b58158fc968bcc127fca140a139
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-17T00:02:15Z

    Unit test for import image

commit 8404532020b576651d3f915a157a707bd966d56c
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-17T00:54:34Z

    Add feature exchange nic vlans

commit 060954eb30dc376f5eec0b49be7a480e25e70c64
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-17T04:10:08Z

    Add feature to Change NIC network adapter of a server

commit aeb03d80c7459b7a27e5bdde281f0a94c4b41066
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-18T00:33:10Z

    Merge remote-tracking branch 'apache/trunk' into enable_api_version

commit ab681f6199008bc2f8c743127742d1f570678db1
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-21T03:12:25Z

    remove strictversion imported but unused

commit 75da6d8fd9fddf60051c1983c6ef4e3394f55faf
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-21T22:14:56Z

    Attempt workaround for pylint bug on travis CI

commit d2486ec8437c7bdf209bc1cf6990c565065f7e6a
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-22T00:19:50Z

    Attempt workaround 2 for pylint bug on travis CI

commit d8cdb924d1886fafcdaf532a6e434f79fa86e4f4
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-23T04:53:19Z

    Attempt to workaround pylint issue on import disutils.version on travis CI

commit 13eee8a4e71d6f1c7ba3fd142bd4aedbe77f2085
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-24T01:28:04Z

    Replace Distutils.version LooseVersion with a customised version. Temp workaround until Travis CI support Distutils.version with pylint

commit 31a0bdad45135703784e2dc9e73d1564bd6be9b0
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-24T05:39:04Z

    Import image documentation and validation for choice of cluster and datacenter id

commit 4284c31a457bb52ae24bf19afea1f80533babe41
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-24T23:57:57Z

    Merge branch 'enable_api_version' into ngoc_images
    Get changes for version compare

commit ba6346f7871ffc9451d5c3f45dafc516383d94f8
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-25T00:12:16Z

    Merge update for version compare and fix pylint issues

commit d1c325960d5fe2c914004687264f4fb236f57767
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-25T00:29:50Z

    Fix more pylint error

commit b27bbe075779cd0a721d9ca57ebde6d5a3d35dc9
Author: Samuel Chong <sa...@gmail.com>
Date:   2016-11-25T00:45:50Z

    Fix line over hanging issue in test

----


---
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 #953: CaaS 2.4 features

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

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


---
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.
---