Comment 2 for bug 1463473

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

Reviewed: https://review.openstack.org/189803
Committed: https://git.openstack.org/cgit/openstack/keystoneauth/commit/?id=54decbd8543c697ee1a22234fe50fd9b0339bcb7
Submitter: Jenkins
Branch: master

commit 54decbd8543c697ee1a22234fe50fd9b0339bcb7
Author: Marek Denis <email address hidden>
Date: Tue Jun 9 18:10:40 2015 +0200

    Properly handle Service Provider in token fixtures

    ``keystoneauth.fixtures.V3Token`` doesn't handle service_providers
    properly. This attribute is not marked as part of the dictionary, rather
    an attribute of the class. In effect, serializied objects didn't include
    ``service_providers`` correctly. This patch fixes that.

    Change-Id: Ie5282c02886c2f8b00114f91abf098bd722cae38
    Closes-Bug: #1463473