Saturday, 2017-07-08

*** amotoki_away is now known as amotoki00:37
*** amotoki is now known as amotoki_away00:52
*** yamamoto has joined #openstack-fwaas01:15
*** yamamoto has quit IRC01:18
*** yamamoto has joined #openstack-fwaas01:18
*** yamamoto has quit IRC01:23
*** yamamoto has joined #openstack-fwaas01:26
*** yamamoto has quit IRC02:23
*** yamamoto has joined #openstack-fwaas02:26
*** amotoki_away is now known as amotoki02:44
*** amotoki is now known as amotoki_away02:53
*** amotoki_away is now known as amotoki03:44
*** yamamoto has quit IRC03:47
*** amotoki is now known as amotoki_away03:54
*** amotoki_away is now known as amotoki04:45
*** yamamoto has joined #openstack-fwaas04:47
*** yamamoto has quit IRC04:55
*** amotoki is now known as amotoki_away04:55
*** reedip_ has joined #openstack-fwaas05:14
*** amotoki_away is now known as amotoki05:37
reedip_amotoki : https://review.openstack.org/#/c/478719/17 updated06:05
amotokireedip_: I am not sure what was done for L.66 https://review.openstack.org/#/c/478719/17/neutron_lib/exceptions/firewall_v2.py@6606:10
amotokireedip_: should I file a bug against fwaas?06:10
reedip_checking06:11
reedip_amotoki : Please check https://review.openstack.org/#/c/478719/17..18/neutron_lib/exceptions/firewall_v2.py06:12
amotokiaccording to the description, this is a case where 404 should be raised. if correct, FirewallPolicyConflict would be unncessary.06:12
reedip_oh ok, so the name is causing confusion ?06:13
amotokireedip_: I wonder why FirewallPolicyConflict is needed to raise a wrong exception (409 is incorrect API behavior and 404 should be returned)06:13
reedip_amotoki : Sorry, I changed it NotFound, but seems like I forgot to save it06:14
amotokireedip_: in this case, a requested firewall policy is not visible to a requester.06:14
reedip_the next exception was correct06:14
amotokireedip_: ah, i just saw the class name (not a base class)06:14
reedip_amotoki : oh ok06:15
amotokiit seems worth filing a bug on fwaas to track the reason of the change06:15
reedip_amotoki : so you consider not to have the Firewall PolicyCOnflict exception ?06:16
amotokiwe have several ways:06:16
reedip_as it can be taken care with FirewallPolicyNotFound exception ?06:16
amotoki(a) introduce a new exception FirewallPolicyNotFound inheriting NotFound06:16
reedip_Already there in Line#46 ^^06:16
amotoki(b) keep FirewallPolicyConflict and fix it as a bug in a separate effort.06:16
amotoki(c) do not introduce FirewallPolicyConflict and change the FWaaS v2 code06:17
amotokithought?06:17
reedip_Remove FirewallPolicyConflict exception. modify the message for FirewallPolicyNotFound so that it can be generic (handle the Not Found and Conflict scenario)06:18
amotokireedip_: so do you agree (c) in my list above?06:19
reedip_yes06:19
reedip_If we are going to keep it as NotFound, then there is no need for a separate exception06:19
amotokiI think a bug is also needed for FWaaS v2 side06:19
amotokiin either way, I started to think it is beyond the scope of the migration06:20
amotokiso I started to think it can be fixed later.06:21
amotokidropping FirewallPolicyConflict can make neutron-lib migration complicated.06:22
amotokiif you are okay, I do not put my -1 regarding this point.06:22
reedip_amotoki : Okay, let me log a bug which can be modified later on06:23
reedip_plus, others can also pitch it06:23
amotokireedip_: I can do it if you want me to do it06:23
reedip_it -> in *06:23
reedip_amotoki : if you want to log the bug, then sure06:24
reedip_please go ahead, thanks :)06:24
amotokireedip_: sure. perhaps I should06:24
amotokireedip_: another question: https://review.openstack.org/#/c/478719/17/neutron_lib/exceptions/firewall_v2.py@19206:24
amotokireedip_: a reserved name vs the reserved name06:24
reedip_Yeah06:24
amotokireedip_: I think 'default' is the only one name reserved by neutron-fwaas API06:25
amotokiso I suggested 'the' for it.06:25
reedip_amotoki : yes, it is the Only one reserved.06:25
reedip_makes sense, ok, I will change it06:25
amotokithanks for clarification06:25
reedip_I have updated the same06:28
*** reedip_ has quit IRC06:57
*** bzhao has quit IRC07:26
*** bzhao has joined #openstack-fwaas07:27
*** yamamoto has joined #openstack-fwaas08:06
*** yamamoto has quit IRC08:08
*** yamamoto has joined #openstack-fwaas08:14
*** yamamoto has quit IRC08:18
*** yamamoto has joined #openstack-fwaas08:20
*** yamamoto has quit IRC08:20
*** reedip_ has joined #openstack-fwaas08:41
*** yamamoto has joined #openstack-fwaas08:42
*** yamamoto has quit IRC08:45
*** yamamoto has joined #openstack-fwaas08:46
*** yamamoto has quit IRC08:52
*** reedip_ has quit IRC08:52
*** yamamoto has joined #openstack-fwaas09:00
*** yamamoto has quit IRC09:08
*** yamamoto has joined #openstack-fwaas09:35
*** bzhao has quit IRC10:24
*** bzhao has joined #openstack-fwaas10:24
*** yamamoto has quit IRC10:52
*** yamamoto has joined #openstack-fwaas10:54
*** yamamoto has quit IRC10:57
*** yamamoto has joined #openstack-fwaas10:57
*** yamamoto has quit IRC11:01
*** yamamoto has joined #openstack-fwaas11:11
*** yamamoto has quit IRC11:11
*** yamamoto has joined #openstack-fwaas11:29
*** yamamoto has quit IRC12:25
*** yamamoto has joined #openstack-fwaas12:31
*** yamamoto has quit IRC12:36
*** yamamoto has joined #openstack-fwaas13:01
*** yamamoto has quit IRC13:06
*** yamamoto has joined #openstack-fwaas13:31
*** yamamoto has quit IRC13:35
*** reedip_ has joined #openstack-fwaas14:09
*** yamamoto has joined #openstack-fwaas14:16
*** yamamoto has quit IRC14:20
*** bzhao has quit IRC14:59
*** yamamoto has joined #openstack-fwaas15:16
*** reedip_ has quit IRC15:20
*** yamamoto has quit IRC15:21
*** openstackgerrit has joined #openstack-fwaas23:58
openstackgerritAkihiro Motoki proposed openstack/neutron-fwaas-dashboard master: Import FWaaS policy file from Horizon  https://review.openstack.org/48186723:58

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