Activity log for bug #1349485

Date Who What changed Old value New value Message
2014-07-28 16:16:39 Akihiro Motoki bug added bug
2014-07-28 16:21:28 Akihiro Motoki description In keystoneclient 0.10.0, construct parameters in UserManager/TenantManager was changed. http://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=658b6900493c9b169dc0dc971e8a9a0f087a0df5 http://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=0e8673769929026b9a3facc078c876be82cdf7cb django-openstack-auth test data uses UserManager/TenantManager directly, so the unit tests no longer work. To fix it, we need to add dummy parameters (None) to UserManager/TenantManager. Note that this fix is not compatible with keystoneclient 0.9.0, but it cannot be avoided because keystoneclient 0.10.0 change is not backward-compat. The unit tests are run using the latest version of keystoneclient, so I think it can be accepted temporarily. Once global requirements are updated to use keystoneclient >= 0.10.0 and django-openstack-auth requirements.txt is updated, the problem will be addressed. global requirements update is now under review: https://review.openstack.org/#/c/108832/ In keystoneclient 0.10.0, construct parameters in v2.0 UserManager/TenantManager was changed. http://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=658b6900493c9b169dc0dc971e8a9a0f087a0df5 http://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=0e8673769929026b9a3facc078c876be82cdf7cb django-openstack-auth test data uses UserManager/TenantManager directly, so the unit tests no longer work. To fix it, we need to add dummy parameters (None) to UserManager/TenantManager. Note that this fix is not compatible with keystoneclient 0.9.0, but it cannot be avoided because keystoneclient 0.10.0 change is not backward-compat. The unit tests are run using the latest version of keystoneclient, so I think it can be accepted temporarily. Once global requirements are updated to use keystoneclient >= 0.10.0 and django-openstack-auth requirements.txt is updated, the problem will be addressed. global requirements update is now under review: https://review.openstack.org/#/c/108832/
2014-07-28 16:28:52 OpenStack Infra django-openstack-auth: status New In Progress
2014-07-28 19:58:28 OpenStack Infra django-openstack-auth: status In Progress Fix Committed
2014-09-01 04:32:50 Akihiro Motoki django-openstack-auth: milestone 1.1.7
2014-09-20 11:40:23 Akihiro Motoki django-openstack-auth: status Fix Committed Fix Released