hey glancerinos, it seems the OSC gate is broken, several patches are failing the same way: testtools.matchers._impl.MismatchError: !=: reference = '''\ qcow2 True 4 5 d35ba06a07654721bb730ea154b9c6e7 ''' actual = u'''\ qcow2 False 4 5 d35ba06a07654721bb730ea154b9c6e7 ''' In short, the test used to use python-glanceclient's image update method to set the "is_public" attribute of an image to True, but now it's returning False, here's the actual OSC test: https://github.com/openstack/python-openstackclient/blob/master/openstackclient/tests/functional/image/v1/test_image.py#L55-L61 here's an example test result: http://logs.openstack.org/54/423154/1/check/gate-osc-dsvm-functional-ubuntu-xenial/f23fbfa/testr_results.html.gz did something break? at first glance (hehe), it seems this patch may be to blame? https://github.com/openstack/glance/commit/265659e8c34865331568b069fdb27ea272df4eaa stevemar -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20170120/e3947030/attachment.html>