<div dir="ltr">hey glancerinos,<div><br></div><div>it seems the OSC gate is broken, several patches are failing the same way:</div><div><br></div><div><pre style="font-size:8.53333px;color:rgb(0,0,0)">testtools.matchers._impl.MismatchError: !=:
reference = '''\
qcow2
True
4
5
d35ba06a07654721bb730ea154b9c6e7
'''
actual    = u'''\
qcow2
False
4
5
d35ba06a07654721bb730ea154b9c6e7
'''</pre></div><div><br></div><div>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: <a href="https://github.com/openstack/python-openstackclient/blob/master/openstackclient/tests/functional/image/v1/test_image.py#L55-L61">https://github.com/openstack/python-openstackclient/blob/master/openstackclient/tests/functional/image/v1/test_image.py#L55-L61</a></div><div><br></div><div>here's an example test result: <a href="http://logs.openstack.org/54/423154/1/check/gate-osc-dsvm-functional-ubuntu-xenial/f23fbfa/testr_results.html.gz">http://logs.openstack.org/54/423154/1/check/gate-osc-dsvm-functional-ubuntu-xenial/f23fbfa/testr_results.html.gz</a></div><div><br></div><div>did something break? at first glance (hehe), it seems this patch may be to blame? <a href="https://github.com/openstack/glance/commit/265659e8c34865331568b069fdb27ea272df4eaa">https://github.com/openstack/glance/commit/265659e8c34865331568b069fdb27ea272df4eaa</a></div><div><br></div><div>stevemar</div></div>