You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by vdloo <gi...@git.apache.org> on 2018/03/04 21:44:55 UTC

[GitHub] libcloud pull request #1176: Implement ex create image member openstack

GitHub user vdloo opened a pull request:

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

    Implement ex create image member openstack

    implement ex_create_image_member and ex_accept_image_member in the OpenStack compute driver

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

    $ git pull https://github.com/vdloo/libcloud implement-ex-create-image-member-openstack

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

    https://github.com/apache/libcloud/pull/1176.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 #1176
    
----
commit 2513f33b38fc19b09ec0dec9dcfbafa9ec9e797e
Author: Rick van de Loo <ri...@...>
Date:   2018-03-04T12:00:20Z

    implement ex_create_image_member for OpenStack
    
    give a project (previously known as tenant) access to an image. after the tenant has been given access, it still needs to accept the image (using the scoped token for that project).

commit 846ffb8876fcfd2a9ae3e821a5b3b0405384b566
Author: Rick van de Loo <ri...@...>
Date:   2018-03-04T12:27:41Z

    implement ex_accept_image_member for OpenStack
    
    For sharing images between tenants. The tenant that owns the image
    (which must have visibility status shared) can share it with another
    tenant by creating a new image member. The image member must then accept
    the image before it can be used.

----


---

[GitHub] libcloud pull request #1176: Implement ex create image member openstack

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

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


---