Comment 12 for bug 1596573

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

Reviewed: https://review.openstack.org/338630
Committed: https://git.openstack.org/cgit/openstack/python-glanceclient/commit/?id=d7db97c92605a11e312d17cdcdd8ac363bc10924
Submitter: Jenkins
Branch: master

commit d7db97c92605a11e312d17cdcdd8ac363bc10924
Author: Sabari Kumar Murugesan <email address hidden>
Date: Wed Jul 6 18:02:28 2016 -0700

    Fix warlock model creation

    Commands like glance md-namespace-show <namespace> fail because
    of a breaking change in warlock 1.3.0's model creation factory
    method.

    Warlock introduced a new kwarg 'resolver' in model_factory method
    but changed its position with the 'base_class' kwarg. Since we
    were calling the model_factory method with positional arg, this
    broke the model creation.

    Closes-Bug: #1596573

    Change-Id: Ic7821f4fdb1b752e0c7ed2bc486299a06bf485c1