Comment 5 for bug 1586028

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

Reviewed: https://review.openstack.org/333593
Committed: https://git.openstack.org/cgit/openstack/python-muranoclient/commit/?id=5b05ef8a169872c22c6b9f92379a45fe5060e98d
Submitter: Jenkins
Branch: stable/mitaka

commit 5b05ef8a169872c22c6b9f92379a45fe5060e98d
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