Comment 2 for bug 1349485

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

Reviewed: https://review.openstack.org/110050
Committed: https://git.openstack.org/cgit/openstack/django_openstack_auth/commit/?id=95dffe082adc72594587ed7dd36521f315655dbf
Submitter: Jenkins
Branch: master

commit 95dffe082adc72594587ed7dd36521f315655dbf
Author: Akihiro Motoki <email address hidden>
Date: Tue Jul 29 01:21:40 2014 +0900

    Replace UserManager/TenantManager with None in tests

    UserManager/TenantManager seems private classes in keystoneclient
    and the interface was changed in keystoneclient 0.10.0.
    django-openstack-auth tests actually don't need these managers,
    so this commit makes test data not use these classes.

    Change-Id: I9398c705acab262e89d4801da84ccea188980d99
    Closes-Bug: #1349485