You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by pquentin <gi...@git.apache.org> on 2017/09/20 05:47:04 UTC

[GitHub] libcloud pull request #1114: Remove final mentions of CA_CERTS_PATHS as list

GitHub user pquentin opened a pull request:

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

    Remove final mentions of CA_CERTS_PATHS as list

    ## Remove final mentions of CA_CERTS_PATHS as list
    
    Since libcloud 2.0, CA_CERTS_PATHS is no longer a list, but there were a
    few mentions left in the code, which was confusing.
    
    Thanks to @llazzaro for the inital report in #1113.
    
    done, ready for review
    
    ### Checklist
    
    - [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)


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

    $ git pull https://github.com/pquentin/libcloud cert-append

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

    https://github.com/apache/libcloud/pull/1114.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 #1114
    
----
commit 2cc45c86e287f0473c0d9bb4fc7bfc7ef7523daf
Author: Quentin Pradet <qu...@clustree.com>
Date:   2017-09-20T05:36:38Z

    Remove final mentions of CA_CERTS_PATHS as list
    
    Since libcloud 2.0, CA_CERTS_PATHS is no longer a list, but there were a
    few mentions left in the code, which was confusing.

----


---

[GitHub] libcloud pull request #1114: Remove final mentions of CA_CERTS_PATHS as list

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

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


---