You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by ldipenti <gi...@git.apache.org> on 2017/09/13 15:37:59 UTC

[GitHub] libcloud pull request #1110: Fix blob storage regression

GitHub user ldipenti opened a pull request:

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

    Fix blob storage regression

    ## Azure Blob storage access on alternate cloud environments regression fix.
    
    ### Description
    
    Hello,
    Here's a fix to allow using azure's blob storage on alternate environments, it seems that the regression was introduced here: https://github.com/apache/libcloud/commit/5352e710350939539878aae879c2bd687f401c3d
    
    ### 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)
    - [ ] Documentation
    - [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
    - [X] [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/curoverse/libcloud fix-blob-storage-regression

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

    https://github.com/apache/libcloud/pull/1110.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 #1110
    
----
commit 379cfe7e4cce5209b6353e3087bc3131671a9924
Author: Lucas Di Pentima <ld...@veritasgenetics.com>
Date:   2017-08-29T22:06:18Z

    Use TagSpecification parameter on EC2 create_node

commit 386456c245a3518254f5f6a045832ceb6451e486
Author: Lucas Di Pentima <ld...@veritasgenetics.com>
Date:   2017-08-30T21:03:47Z

    Updated code so it's Python 3 compatible.

commit f9118e8d62825e42fd155b387bcdf8472f089783
Author: Lucas Di Pentima <ld...@veritasgenetics.com>
Date:   2017-08-30T21:22:52Z

    Updated code so it's also compatible with Python 2.6

commit 6f0d3aa6d3b5d9db58a998a91ad1088ff3fe6413
Author: Lucas Di Pentima <ld...@veritasgenetics.com>
Date:   2017-08-31T18:26:03Z

    * Reverted version number.
    * Removed MockHttp methods as requested on the PR.

commit bbd6d1366ff01d88b10f29267667f0f85ed83d90
Author: Lucas Di Pentima <ld...@veritasgenetics.com>
Date:   2017-09-13T15:28:14Z

    Merge remote-tracking branch 'upstream/trunk' into fix-blob-storage-regression

commit f33345cc00d1d2feeea5c6f680160104a8cc5bd1
Author: Lucas Di Pentima <ld...@veritasgenetics.com>
Date:   2017-09-13T15:32:16Z

    Accessing blob storage in alternate cloud environments.

----


---

[GitHub] libcloud pull request #1110: Fix blob storage regression

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

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


---