On 7/7/2016 8:05 AM, Eric Harney wrote:
On 07/07/2016 02:41 AM, Chen CH Ji wrote:Hi, I am backporting https://review.openstack.org/#/c/333749/ <https://review.openstack.org/#/c/333749/> to stable/liberty and failed in gating job, then I submitted another doc change https://review.openstack.org/#/c/338699/ to verify and seems failed with same reason and I have no idea what's wrong in test... can someone help to take a look or give some hint? error is :ft17.1: cinder.tests.unit.api.contrib.test_quotas.QuotaSetsControllerTest.test_delete_StringException: Empty attachments: pythonlogging:'' stderr stdout Traceback (most recent call last): File "cinder/tests/unit/api/contrib/test_quotas.py", line 100, in setUp self.fixture = self.useFixture(config_fixture.Config(auth_token.CONF)) AttributeError: 'module' object has no attribute 'CONF'Yes, it looks like it. I filed bug https://bugs.launchpad.net/cinder/+bug/1599855 for this. It looks like the way we are setting keystonemiddleware options breaks with newer keystonemiddleware releases. keystonemiddleware 2.6.0 works here, 4.6.0 does not. Thanks for the report. __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
Cinder's tox.ini on stable/liberty isn't using upper-constraints, it should be and will fix the problem.
So cherry-pick https://review.openstack.org/#/c/312438/ and fix the branch used in the tox.ini and you should be good.
-- Thanks, Matt Riedemann __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
