Comment 2 for bug 1551733

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

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

commit c093404b7eef9e418380ff2fdb22fd9ddc1824dd
Author: Kirill Zaitsev <email address hidden>
Date: Wed Mar 2 17:53:24 2016 +0300

    Distinguish between glance and glare endpoints

    Since glare has been moved to a separate service (instead of being
    glance v3) muranoclient has to distinguish between glance and glare.

    This commit adds a glare-url parameter, that is used for glare artefact
    client

    Change-Id: Ief54eb0b3e0bf6def7cee1e2d75f8aebaf113466
    Closes-Bug: #1551733