Hi, Not related to the stable branches, but related to trunk. At the moment I am working on https://review.openstack.org/#/c/47788/. This patch adds a timeout to the access to the OVS database. The neutron gate fails on this - http://logs.openstack.org/88/47788/4/check/check-tempest-devstack-vm-neutron/47328d3/ (at times it passes). Is anyone aware of a change in the OVS version over the last few days? Thanks Gary
From: 孔令贤 <anlin.k...@gmail.com<mailto:anlin.k...@gmail.com>> Reply-To: OpenStack Development Mailing List <openstack-dev@lists.openstack.org<mailto:openstack-dev@lists.openstack.org>> Date: Sunday, September 29, 2013 11:15 AM To: OpenStack Development Mailing List <openstack-dev@lists.openstack.org<mailto:openstack-dev@lists.openstack.org>> Subject: Re: [openstack-dev] Gate issues - what you can do to help I met the same problem, I hope the situation is getting better. What can I help? 2013-09-29 07:05:55.248 | Traceback (most recent call last): 2013-09-29 07:05:55.248 | File "/home/jenkins/workspace/gate-nova-python27/nova/tests/api/openstack/compute/contrib/test_quantum_security_groups.py", line 200, in test_associate 2013-09-29 07:05:55.248 | self.manager._addSecurityGroup(req, '1', body) 2013-09-29 07:05:55.248 | File "/home/jenkins/workspace/gate-nova-python27/nova/api/openstack/compute/contrib/security_groups.py", line 448, in _addSecurityGroup 2013-09-29 07:05:55.249 | context, id, group_name) 2013-09-29 07:05:55.249 | File "/home/jenkins/workspace/gate-nova-python27/nova/api/openstack/compute/contrib/security_groups.py", line 430, in _invoke 2013-09-29 07:05:55.249 | method(context, instance, group_name) 2013-09-29 07:05:55.249 | File "/home/jenkins/workspace/gate-nova-python27/nova/compute/api.py", line 163, in wrapped 2013-09-29 07:05:55.249 | return func(self, context, target, *args, **kwargs) 2013-09-29 07:05:55.249 | File "/home/jenkins/workspace/gate-nova-python27/nova/network/security_group/quantum_driver.py", line 333, in add_to_instance 2013-09-29 07:05:55.249 | security_group_id = quantumv20.find_resourceid_by_name_or_id( 2013-09-29 07:05:55.250 | AttributeError: 'module' object has no attribute 'find_resourceid_by_name_or_id' 2013/9/29 Alan Pevec <ape...@gmail.com<mailto:ape...@gmail.com>> > 1) Please *do not* Approve or Reverify stable/* patches. The pyparsing > requirements conflict with neutron client from earlier in the week is still > not resolved on stable/*. Also there's an issue with quantumclient and Nova stable/grizzly: https://jenkins01.openstack.org/job/periodic-nova-python27-stable-grizzly/34/console ...nova/network/security_group/quantum_driver.py", line 101, in get id = quantumv20.find_resourceid_by_name_or_id( AttributeError: 'module' object has no attribute 'find_resourceid_by_name_or_id' Relevant difference in pip freeze from last good is: -python-quantumclient==2.2.3 +python-neutronclient==2.3.1 +python-quantumclient==2.2.4.2 Looks like new quantumclient compatbility layer is missing few methods. Cheers, Alan _______________________________________________ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org<mailto:OpenStack-dev@lists.openstack.org> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev -- -------------------------------------------- Lingxian Kong Huawei Technologies Co.,LTD. IT Product Line CloudOS PDU China, Xi'an Mobile: +86-18602962792 Email: konglingx...@huawei.com<mailto:konglingx...@huawei.com>; anlin.k...@gmail.com<mailto:anlin.k...@gmail.com>
_______________________________________________ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev