Comment 2 for bug 1543086

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

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

commit 60ae95d5dbdcd65763dd12fca44ef5cc720d73c3
Author: Stan Lagun <email address hidden>
Date: Mon Feb 8 15:22:31 2016 +0300

    Fixes TypeError in Client constructor

    When both session and artifacts_client parameters were
    passed to the Client a TypeError exception was raised
    because artifacts_client wan't removed from kwargs
    and SessionClient doesn't expect this parameter

    Change-Id: Ie4accbc363b0cfcb79bfa35529e0bb4c524633fe
    Closes-Bug: #1543086