Comment 3 for bug 1537018

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-muranoclient (master)

Reviewed: https://review.openstack.org/271236
Committed: https://git.openstack.org/cgit/openstack/python-muranoclient/commit/?id=921cb9362e785298dd522ac61be98f6b0eac8fe7
Submitter: Jenkins
Branch: master

commit 921cb9362e785298dd522ac61be98f6b0eac8fe7
Author: Alexander Tivelkov <email address hidden>
Date: Mon Jan 18 16:07:50 2016 +0300

    Fixed visibility parameter for create package glare call

    When creating a murano-package artifact in Glare muranoclient was not
    properly passing the visibility parameter. Instead, it was passing the
    'is_public' parameter, which is not supported by Glare.

    Appropriate conversion has been added to PackageManagerAdapter class

    Change-Id: Ia3a038d2b16e27effd208f5e4877f1f06d8ad882
    Closes-bug: #1537018