Comment 4 for bug 1537010

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

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

commit bc6f50407fdbbf6dbd4a575046d9804036fe321d
Author: Alexander Tivelkov <email address hidden>
Date: Fri Jan 15 18:37:07 2016 +0300

    CLI shell can now properly interact with Glance Artifacts

    Since murano packages can now be stored in Glance Artifact Repository
    the client needs to be instructed which service to query for them.
    Appropriate argument was added to python client, however it was not
    set from the shell for the CLI usage.

    This patch adds appropriate command line argument to the shell script
    and adds ability to instantiate artifacts_client to be passed to
    muranoclient as an option.

    Change-Id: I2aabc2c98ee001dfe42dbc5c6d50cb279a5a10ce
    Closes-bug: #1537010