Friday, 2017-07-21

*** yamamoto has joined #openstack-fwaas00:03
*** yamamoto has quit IRC00:08
*** trungnv has joined #openstack-fwaas00:57
*** vishwanathj has joined #openstack-fwaas01:12
*** vishwana_ has quit IRC01:12
xgerman_https://www.irccloud.com/pastebin/jMteDoSb/01:14
xgerman_Mine are failing with a missing AF_Br[idge01:15
*** yushiro has joined #openstack-fwaas01:39
*** yamamoto has joined #openstack-fwaas02:36
reedipxgerman_ : Looking at the paste02:58
reedipyushiro : hi02:59
reedipxgerman_ : that seems to be a different issue, because in your case the tests arent getting executed.. seems like some requirement issue03:00
yushiroreedip, hi03:01
yushiroreedip, sorry.  I'll go for lunch now.  will back 1 hour later :)03:01
*** yushiro is now known as yushiro_lunch03:01
reedipok :)03:02
*** yamamoto has quit IRC03:08
*** yushiro_lunch is now known as yushiro04:02
yushiroreedip, https://review.openstack.org/#/c/478883/   sorry for confusing.  I just remove -1 now.04:06
reedipyushiro : the failure is occuring becuase of the get_required_extensions and get_optional_extensions is not defined, it seems04:18
yushiroreedip, https://github.com/openstack/neutron/search?utf8=%E2%9C%93&q=get_required_extensions&type=04:19
yushiroreedip, OK04:19
yushirogood catch!04:19
reediprunnin the new tests now04:22
*** yamamoto has joined #openstack-fwaas04:39
reedipyushiro : tests work fine04:43
reedipnow need to check how midonet responds04:43
*** openstackgerrit has joined #openstack-fwaas04:44
openstackgerritReedip proposed openstack/neutron-fwaas master: Use API Definitions from Neutron-Lib  https://review.openstack.org/47888304:44
openstackgerritReedip proposed openstack/neutron-fwaas master: Use API Definitions from Neutron-Lib  https://review.openstack.org/47888304:45
*** yamamoto has quit IRC04:48
*** yamamoto has joined #openstack-fwaas04:51
reedipyamamoto : I am testing the changes in the new patch04:53
reedipyamamoto : I removed the @classmethod for Name, Alias, Description and Updated time in firewall, firewall_v2 and firewallrouterinsertion extensions04:53
reedipyamamoto : but py27 is failing to find the extensions now.... so rechecking04:54
reedipyamamoto : these tests run fine when these values are specified in the extension file04:54
openstackgerritReedip proposed openstack/neutron-fwaas master: Use API Definitions from Neutron-Lib  https://review.openstack.org/47888304:56
reedipyamamoto : tests ran fine when the classmethods have been removed from firewall and firewall_V2 , but fail when removed from fwaasrouterinsertion ^^04:57
openstackgerritReedip proposed openstack/neutron-fwaas master: Use API Definitions from Neutron-Lib  https://review.openstack.org/47888305:04
yamamotoreedip: why does it fail?05:08
*** yamamoto has quit IRC05:15
reedipyamamoto : it could find the fwaasrouterinsertion extension05:16
reedipyamamoto : also , if we remove the get_optional_extensions or get_required_extensions , then py27 complains that the API extension is not defiend05:19
yushiroOK, let's wait until PS12 will finish.05:39
reedipyushiro : the tests are running properly in my system, but fails as per zuul :(05:40
reedipcan you check it once ? midonet also fails due to similar error05:40
reedipi need a break ..05:42
yushiroplease take a seat and have a break :)06:23
*** jhesketh has quit IRC06:35
*** jhesketh has joined #openstack-fwaas06:35
yushiroreedip, Can I update your patch?06:39
reedipyeah sure , thanks06:40
openstackgerritYushiro FURUKAWA proposed openstack/neutron-fwaas master: Use API Definitions from Neutron-Lib  https://review.openstack.org/47888306:43
yushiroI just reflected yamamoto's comment.06:43
yushiroI think his comment for PS12 is not only firewall but also firewall_v2 and firewallrouterinsertion.06:43
*** trungnv has quit IRC07:12
reedipyushiro : as stated earlier, we need to revert the changes for firewallrouterinsertion. firewallrouterinsertion needs the class methods, else py27 tests fail07:16
reedipReference: http://logs.openstack.org/83/478883/13/check/gate-neutron-fwaas-python27-ubuntu-xenial/e0fed81/console.html#_2017-07-21_06_50_02_42434707:16
*** yamamoto has joined #openstack-fwaas07:20
yushiroreedip, hmm, firewallrouterinsertion also inheritted extensions.APIExtensionDescriptor.  I don't know why a behavior was different..07:26
reediplogs say so ...07:31
yushiroOK.07:32
*** hoangcx has quit IRC07:37
*** yamamoto has quit IRC07:42
yushirohttp://logs.openstack.org/83/478883/13/check/gate-neutron-fwaas-python27-ubuntu-xenial/e0fed81/console.html#_2017-07-21_06_50_02_34241408:09
yushiroWARNING [neutron.api.extensions] Extension file firewallrouterinsertion.py wasn't loaded due to Extension module API definition not set.08:09
reedipexactly08:26
yushiroaaaaa08:52
yushiroI found it08:52
yushiroapi_definiton = firewallrouterinsertion08:52
yushirox: api_definiton = firewallrouterinsertion08:52
yushiroo: api_definition = firewallrouterinsertion08:52
yushirobut still occurs KeyError: 'router_ids'08:55
reedip???09:32
reedipdamn ! and it doesnt show any error ?09:32
openstackgerritReedip proposed openstack/neutron-fwaas master: Use API Definitions from Neutron-Lib  https://review.openstack.org/47888309:46
yushiroreedip, can I update it?09:54
yushiroThe cause was a timing to call self.addCleanup(self.restore_attribute_map)09:56
yushiroself.addCleanup(self.restore_attribute_map)09:56
yushiro removes 'router_ids' from 'firewalls' resource attribute map09:56
yushiroHowever, 'router_ids' is inserted after calling super(test_db_firewall.FirewallPluginDbTestCase, self).setUp(plugin=plugin, service_plugins=service_plugins, ext_mgr=ext_mgr)09:57
yushiroIf your PS14 will be failed, please move self.addCleanup(self.restore_attribute_map)  in neutron_fwaas/tests/unit/services/firewall/test_fwaas_plugin.py09:58
yushiroBut I don't know why the behavior is different b/w before and after.10:01
reedipyushiro : shouldnt addCleanup work after the test cases fail ?10:03
reedipor complete10:03
yushirohmm?  addCleanup is called in setUp(). So, it should be called before testing.10:05
reedipinteresting to note that fwaas_plugin_v2 doesnt have the addCleanup routing10:07
reedipand other thing is that py27 is still working 100% on my system ...10:08
openstackgerritReedip proposed openstack/neutron-fwaas master: Use API Definitions from Neutron-Lib  https://review.openstack.org/47888310:13
*** yamamoto_ has joined #openstack-fwaas10:48
*** yamamoto_ has quit IRC11:32
*** yamamoto has joined #openstack-fwaas11:52
*** yamamoto has quit IRC11:56
*** yamamoto has joined #openstack-fwaas12:42
yushiroyamamoto, hi12:51
*** yamamoto has quit IRC12:52
yushiroI noticed that resource attribute map for firewall_rule are missing 1 converter.  That's why reedip avoids to specify integer as source/destination port.12:52
*** yamamoto has joined #openstack-fwaas12:52
yushiroyamamoto, I noticed that resource attribute map for firewall_rule are missing 1 converter.  That's why reedip avoids to specify integer as source/destination port.  I just posted a patch into neutron-lib although deadline is over.12:52
yushiroyamamoto, To avoid breaking backward compatibility, I need to be merged this patch https://review.openstack.org/#/c/486133/12:53
yushiroyamamoto, Is it possible to be merged in this timing?  I strongly hope that....12:54
yamamotoyushiro: i feel it isn't so urgent but you can ask an exception i guess13:08
yushiroyamamoto, https://releases.openstack.org/pike/schedule.html  I thought that 21st is deadline.13:08
yamamotoyushiro: it seems so. if it's worth to make another release, i don't know.13:10
yushiroyamamoto, you commented to reedip's patch that 'i don't follow'.  I thought that we should keep backward compat.  That's why I post a patch into neutron-lib and need to be merged ASAP.13:13
yamamotoyushiro: i don't understand why "use neutron-lib definition" patch is that urgent.13:13
yushiroyamamoto, because we cannot handle neutron-lib with 'depends-on' tag.  In addition, 'migrate API extension to neutron-lib' was one of stadium constraint.13:15
yamamotoyushiro: relax, i don't think fwaas will be kicked out only for that reason. :-)13:17
yushiroyamamoto, hmm, so, could you tell me what is the better way?  I'm just confusing between you'd like to fix broken compat or not.13:19
yushiros/between/whether13:19
yamamotoi wonder if "with-neutron-lib-master" job (something like the existing periodic job) can be useful.13:19
yamamotofixing the definition in neutron-lib (as your patch does) is fine. i'm not sure if it warrants another neutron-lib release.  anyway you can ask and neutron-lib folks will decide.13:22
yamamotohave you asked kevin etc?13:23
openstackgerritmelissaml proposed openstack/neutron-fwaas master: Update URLs in documents according to document migration  https://review.openstack.org/48373613:23
*** yamamoto_ has joined #openstack-fwaas13:28
*** yamamoto_ has quit IRC13:28
*** yamamoto has quit IRC13:28
*** Tim_Eberhard has joined #openstack-fwaas13:45
*** yamamoto has joined #openstack-fwaas13:47
*** vishwanathj has quit IRC13:50
*** vishwanathj has joined #openstack-fwaas13:50
openstackgerritYushiro FURUKAWA proposed openstack/neutron-fwaas master: Use API Definitions from Neutron-Lib  https://review.openstack.org/47888314:19
openstackgerritYushiro FURUKAWA proposed openstack/neutron-fwaas master: Use API Definitions from Neutron-Lib  https://review.openstack.org/47888314:24
*** Tim_Eberhard has quit IRC15:12
*** Tim_Eberhard has joined #openstack-fwaas15:12
*** Tim_Eberhard has quit IRC15:16
openstackgerritYushiro FURUKAWA proposed openstack/neutron-fwaas master: Remove log translations  https://review.openstack.org/47910215:20
*** vishwanathj has quit IRC15:22
*** vishwanathj has joined #openstack-fwaas15:23
openstackgerritYushiro FURUKAWA proposed openstack/neutron-fwaas master: Remove log translations  https://review.openstack.org/47910215:27
*** yushiro has quit IRC15:28
*** yamamoto has quit IRC15:44
*** yamamoto has joined #openstack-fwaas15:44
*** yamamoto has quit IRC15:49
*** Tim_Eberhard has joined #openstack-fwaas16:10
*** reedip_ has joined #openstack-fwaas16:17
openstackgerritReedip proposed openstack/neutron-fwaas master: Use API Definitions from Neutron-Lib  https://review.openstack.org/47888316:41
*** yamamoto has joined #openstack-fwaas16:50
-openstackstatus- NOTICE: Restarting Gerrit for our weekly memory leak cleanup.17:05
*** yamamoto has quit IRC17:05
*** reedip_ has quit IRC17:08
-openstackstatus- NOTICE: docs.o.o is currently broken, we're investigating18:38
*** vishwana_ has joined #openstack-fwaas19:41
*** vishwanathj has quit IRC19:41
*** vishwana_ has quit IRC19:50
*** vishwanathj has joined #openstack-fwaas19:50
*** vishwanathj has quit IRC19:54
*** vishwanathj has joined #openstack-fwaas19:54
*** vishwana_ has joined #openstack-fwaas20:07
*** vishwanathj has quit IRC20:07
*** vishwana_ has quit IRC20:46
*** vishwanathj has joined #openstack-fwaas20:47
*** vishwana_ has joined #openstack-fwaas20:59
*** vishwanathj has quit IRC20:59
*** mestery has quit IRC21:40
*** mestery_ has joined #openstack-fwaas21:40
*** mestery_ is now known as mestery21:42
*** Tim_Eberhard has quit IRC21:58
*** Tim_Eberhard has joined #openstack-fwaas21:59
*** Tim_Eberhard has quit IRC22:04

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!