Comment 6 for bug 1586028

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

Reviewed: https://review.openstack.org/333594
Committed: https://git.openstack.org/cgit/openstack/python-muranoclient/commit/?id=369056a1f6021349f91dea1662c0bc36ccb2f155
Submitter: Jenkins
Branch: stable/liberty

commit 369056a1f6021349f91dea1662c0bc36ccb2f155
Author: Kirill Zaitsev <email address hidden>
Date: Thu Jun 2 14:03:09 2016 +0300

    Use DummyYaqlYamlLoader to load classes during upload

    This commit changes the loader, that loads MuranoPL classes during
    package upload to DummyYaqlYamlLoader. This would allow importing and parsing
    packages that contain '!yaql' tag without any errors, when importing to
    glare.

    Change-Id: I9071bb479019cac20bf61f110154082063c9d777
    Closes-Bug: #1586028