*** ijw has quit IRC | 00:00 | |
*** mnasiadka has quit IRC | 00:00 | |
*** mnasiadka has joined #openstack-neutron | 00:03 | |
*** suresh12 has quit IRC | 00:08 | |
*** mnasiadka has quit IRC | 00:08 | |
openstackgerrit | Merged openstack/neutron-fwaas master: FWaaS v2 extension for L2 agent https://review.openstack.org/323971 | 00:09 |
---|---|---|
*** sshank has joined #openstack-neutron | 00:11 | |
*** sshank has quit IRC | 00:11 | |
*** mnasiadka has joined #openstack-neutron | 00:16 | |
*** thorst has joined #openstack-neutron | 00:16 | |
*** suresh12 has joined #openstack-neutron | 00:20 | |
*** mkoderer_ has quit IRC | 00:20 | |
*** thorst has quit IRC | 00:21 | |
*** erolg has joined #openstack-neutron | 00:22 | |
*** mnasiadka has quit IRC | 00:23 | |
*** mnasiadka has joined #openstack-neutron | 00:26 | |
*** wolverineav has quit IRC | 00:26 | |
*** hongbin has quit IRC | 00:26 | |
*** suresh12 has quit IRC | 00:29 | |
*** mnasiadka has quit IRC | 00:30 | |
*** ijw has joined #openstack-neutron | 00:30 | |
*** mnasiadka has joined #openstack-neutron | 00:33 | |
*** dayou has joined #openstack-neutron | 00:36 | |
*** ijw has quit IRC | 00:36 | |
*** mnasiadka has quit IRC | 00:38 | |
*** chyka has quit IRC | 00:38 | |
*** salv-orlando has joined #openstack-neutron | 00:38 | |
*** ijw has joined #openstack-neutron | 00:38 | |
*** chyka has joined #openstack-neutron | 00:38 | |
*** suresh12 has joined #openstack-neutron | 00:39 | |
*** tongl has quit IRC | 00:39 | |
*** mnasiadka has joined #openstack-neutron | 00:42 | |
*** chyka has quit IRC | 00:42 | |
zioproto | armax: still at work ? | 00:43 |
armax | yea | 00:43 |
*** ijw has quit IRC | 00:43 | |
armax | what’s the matter with you! | 00:43 |
zioproto | armax: I had finally time to look at the code properly | 00:43 |
armax | isn’t that 2am for you? | 00:43 |
zioproto | armax: it is :) when the kid sleeps I can work :D ahahahha | 00:43 |
*** salv-orlando has quit IRC | 00:43 | |
armax | zioproto: story of my life | 00:43 |
armax | :) | 00:43 |
zioproto | armax: I just updated the LP bug | 00:43 |
armax | any juicy relevations? | 00:44 |
zioproto | I found a single function that takes up to 300ms per interface to run | 00:44 |
zioproto | with 1000 interfaces make the math :) | 00:44 |
armax | nice | 00:44 |
armax | let me pull up the report | 00:44 |
armax | hang on | 00:44 |
zioproto | armax: I just added LOG.warning everywhere and I looked at timestamps in the log files | 00:44 |
zioproto | so there are 3 return points in the function. The very bad one is the last one | 00:45 |
*** linkmark has quit IRC | 00:45 | |
zioproto | if the function exits on one of the first two returns, the times are ok | 00:45 |
zioproto | https://bugs.launchpad.net/neutron/+bug/1735427 | 00:45 |
openstack | Launchpad bug 1735427 in neutron "Timeout in RPC method get_devices_details_list_and_failed_devices cannot be fixed by increasing the timeout to infinity" [High,Incomplete] - Assigned to Saverio Proto (zioproto) | 00:46 |
armax | zioproto: let me look into that | 00:46 |
armax | zioproto: did you check if the code is still the same after mitka? | 00:46 |
zioproto | this is newton | 00:46 |
armax | sorry, lapsus | 00:47 |
zioproto | the code is a bit changed in master, but not dramatically | 00:47 |
*** janzian has quit IRC | 00:47 | |
zioproto | can I ask you if this line triggers a DB write ? https://github.com/openstack/neutron/blob/newton-eol/neutron/plugins/ml2/rpc.py#L107 | 00:47 |
armax | it would, yes | 00:47 |
armax | it sounds like we probably need a bulk update | 00:48 |
armax | on the server side, maybe | 00:48 |
openstackgerrit | Merged openstack/networking-ovn master: Correct order of args passed to del_port in medata teardown_datapath https://review.openstack.org/523711 | 00:50 |
*** ijw has joined #openstack-neutron | 00:50 | |
armax | zioproto: good investigative work btw | 00:50 |
*** suresh12 has quit IRC | 00:50 | |
*** thorst has joined #openstack-neutron | 00:50 | |
zioproto | armax: bad news, already fixed in master https://review.openstack.org/#/c/434682/ | 00:50 |
zioproto | armax: using git blame I found this review | 00:50 |
*** suresh12 has joined #openstack-neutron | 00:51 | |
armax | that’s the one I was thinking of | 00:51 |
armax | why do you think it’s bad news | 00:52 |
*** esberglu has quit IRC | 00:52 | |
*** itlinux has joined #openstack-neutron | 00:52 | |
armax | this might not go enough thohugh | 00:52 |
armax | though | 00:52 |
zioproto | it is bad news because to upgrade to Pike I need 18 months of work :) | 00:52 |
*** thorst has quit IRC | 00:52 | |
zioproto | I will need to backport that patch to Newton if that fixes the problem | 00:53 |
armax | if the fix does it, it should not be hard to backport it locally :) | 00:53 |
*** mnasiadka has quit IRC | 00:53 | |
zioproto | you think that patch is not enough ? | 00:53 |
armax | I am not 100% | 00:54 |
armax | sure | 00:54 |
armax | let me see more closely | 00:54 |
zioproto | I will read about this bug monday https://bugs.launchpad.net/neutron/+bug/1665215 | 00:54 |
openstack | Launchpad bug 1665215 in neutron "performance degradation in agent<->server port wiring process" [High,Fix released] - Assigned to Kevin Benton (kevinbenton) | 00:54 |
zioproto | probably I have to mark my bug as a duplicate of this one | 00:54 |
*** iyamahat has quit IRC | 00:55 | |
*** yamahata has quit IRC | 00:56 | |
*** mnasiadka has joined #openstack-neutron | 00:56 | |
armax | zioproto: I think this might do it actually | 00:56 |
armax | because as I mentioned, it’s the one taht does the bulky DB update | 00:56 |
armax | I had a faint recollection that kevinbenton did something in this area | 00:57 |
armax | my +2 on the patch is the proof ;) | 00:57 |
*** ijw has quit IRC | 00:57 | |
armax | zioproto: I am gonna go home now, go to sleep! | 00:58 |
zioproto | great, so I guess we have sorted it out | 00:58 |
armax | if that does it, ye | 00:58 |
armax | s | 00:58 |
zioproto | I will be on this again monday | 00:58 |
zioproto | thanks ! | 00:58 |
armax | excellent | 00:58 |
armax | thanks for looking into this | 00:58 |
zioproto | have a good weekend | 00:58 |
armax | you too | 00:58 |
*** mnasiadka has quit IRC | 01:00 | |
*** esberglu has joined #openstack-neutron | 01:02 | |
*** armax has quit IRC | 01:05 | |
*** salmankhan has quit IRC | 01:05 | |
*** mnasiadka has joined #openstack-neutron | 01:06 | |
*** esberglu has quit IRC | 01:07 | |
*** dayou has quit IRC | 01:07 | |
*** dave-mcc_ has joined #openstack-neutron | 01:09 | |
*** mriedem has joined #openstack-neutron | 01:09 | |
*** mnasiadka has quit IRC | 01:10 | |
*** salmankhan has joined #openstack-neutron | 01:10 | |
*** AlexeyAbashkin has joined #openstack-neutron | 01:12 | |
*** mnasiadka has joined #openstack-neutron | 01:16 | |
*** AlexeyAbashkin has quit IRC | 01:16 | |
*** mriedem has quit IRC | 01:17 | |
*** suresh12 has quit IRC | 01:19 | |
*** rossella_s has quit IRC | 01:20 | |
*** rossella_s has joined #openstack-neutron | 01:22 | |
*** mnasiadka has quit IRC | 01:22 | |
*** thorst has joined #openstack-neutron | 01:29 | |
*** dayou has joined #openstack-neutron | 01:33 | |
*** mnasiadka has joined #openstack-neutron | 01:33 | |
*** thorst has quit IRC | 01:33 | |
*** bar_ has quit IRC | 01:35 | |
*** mnasiadka has quit IRC | 01:38 | |
*** salmankhan has quit IRC | 01:39 | |
*** salv-orlando has joined #openstack-neutron | 01:39 | |
*** suresh12 has joined #openstack-neutron | 01:43 | |
*** salv-orlando has quit IRC | 01:44 | |
*** mnasiadka has joined #openstack-neutron | 01:48 | |
*** markstur has quit IRC | 01:53 | |
*** mnasiadka has quit IRC | 01:53 | |
*** yamamoto has joined #openstack-neutron | 01:58 | |
*** gouthamr has quit IRC | 01:58 | |
*** mnasiadka has joined #openstack-neutron | 02:03 | |
*** gouthamr has joined #openstack-neutron | 02:04 | |
*** thorst has joined #openstack-neutron | 02:08 | |
*** mnasiadka has quit IRC | 02:08 | |
*** thorst has quit IRC | 02:09 | |
*** chyka has joined #openstack-neutron | 02:09 | |
*** rossella_s has quit IRC | 02:11 | |
*** chyka has quit IRC | 02:14 | |
*** rossella_s has joined #openstack-neutron | 02:14 | |
*** mnasiadka has joined #openstack-neutron | 02:19 | |
*** itlinux has quit IRC | 02:20 | |
*** mnasiadka has quit IRC | 02:23 | |
*** gouthamr has quit IRC | 02:27 | |
*** mnasiadka has joined #openstack-neutron | 02:34 | |
*** yamamoto has quit IRC | 02:35 | |
*** mnasiadka has quit IRC | 02:38 | |
*** rcernin has quit IRC | 02:39 | |
*** rcernin has joined #openstack-neutron | 02:39 | |
*** salv-orlando has joined #openstack-neutron | 02:40 | |
*** thorst has joined #openstack-neutron | 02:43 | |
*** yamamoto has joined #openstack-neutron | 02:43 | |
*** armax has joined #openstack-neutron | 02:44 | |
*** salv-orlando has quit IRC | 02:45 | |
*** fragatina has quit IRC | 02:46 | |
*** fragatina has joined #openstack-neutron | 02:47 | |
*** fragatina has quit IRC | 02:47 | |
*** thorst has quit IRC | 02:48 | |
*** mnasiadka has joined #openstack-neutron | 02:48 | |
*** yamamoto has quit IRC | 02:50 | |
*** itlinux has joined #openstack-neutron | 02:51 | |
*** mnasiadka has quit IRC | 02:53 | |
*** imacdonn has quit IRC | 02:54 | |
*** imacdonn has joined #openstack-neutron | 02:54 | |
*** thorst has joined #openstack-neutron | 02:55 | |
*** thorst has quit IRC | 02:55 | |
*** yamamoto has joined #openstack-neutron | 02:56 | |
openstackgerrit | Merged openstack/networking-odl master: Correct missleading example of l2gw in readme https://review.openstack.org/524501 | 03:00 |
*** andreas_s has joined #openstack-neutron | 03:01 | |
*** yamahata has joined #openstack-neutron | 03:04 | |
*** andreas_s has quit IRC | 03:06 | |
*** yamamoto has quit IRC | 03:09 | |
*** dave-mcc_ has quit IRC | 03:11 | |
*** udesale has joined #openstack-neutron | 03:13 | |
*** slaweq has joined #openstack-neutron | 03:16 | |
*** imacdonn has quit IRC | 03:16 | |
*** imacdonn has joined #openstack-neutron | 03:16 | |
*** slaweq has quit IRC | 03:20 | |
*** thorst has joined #openstack-neutron | 03:23 | |
*** thorst has quit IRC | 03:23 | |
openstackgerrit | Merged openstack/neutron master: Revert "Revert "objects: get, update and delete converted to Subnet OVO usage"" https://review.openstack.org/519762 | 03:24 |
*** suresh12 has quit IRC | 03:26 | |
*** liusheng has quit IRC | 03:30 | |
*** tbachman has quit IRC | 03:30 | |
*** liusheng has joined #openstack-neutron | 03:31 | |
*** slaweq has joined #openstack-neutron | 03:32 | |
*** itlinux has quit IRC | 03:36 | |
*** slaweq has quit IRC | 03:37 | |
*** itlinux has joined #openstack-neutron | 03:39 | |
*** salv-orlando has joined #openstack-neutron | 03:41 | |
*** itlinux has quit IRC | 03:42 | |
*** trinaths has joined #openstack-neutron | 03:43 | |
*** ramishra has joined #openstack-neutron | 03:43 | |
*** itlinux has joined #openstack-neutron | 03:45 | |
*** salv-orlando has quit IRC | 03:45 | |
*** suresh12 has joined #openstack-neutron | 03:48 | |
*** itlinux has quit IRC | 03:49 | |
*** itlinux has joined #openstack-neutron | 03:50 | |
*** suresh12 has quit IRC | 03:52 | |
*** thorst has joined #openstack-neutron | 03:59 | |
*** thorst has quit IRC | 04:04 | |
*** tbachman has joined #openstack-neutron | 04:09 | |
*** armax has quit IRC | 04:09 | |
*** yamamoto has joined #openstack-neutron | 04:09 | |
*** tbachman has quit IRC | 04:15 | |
*** yamamoto has quit IRC | 04:17 | |
*** trinaths has quit IRC | 04:17 | |
*** tbachman has joined #openstack-neutron | 04:20 | |
*** mihdih has quit IRC | 04:25 | |
*** thorst has joined #openstack-neutron | 04:32 | |
*** armax has joined #openstack-neutron | 04:36 | |
*** rkukura has quit IRC | 04:36 | |
*** thorst has quit IRC | 04:37 | |
*** suresh12 has joined #openstack-neutron | 04:41 | |
*** salv-orlando has joined #openstack-neutron | 04:42 | |
*** salv-orlando has quit IRC | 04:46 | |
*** radhikam has joined #openstack-neutron | 04:50 | |
*** rkukura has joined #openstack-neutron | 04:54 | |
*** thorst has joined #openstack-neutron | 05:06 | |
*** thorst has quit IRC | 05:11 | |
*** vks1 has joined #openstack-neutron | 05:12 | |
*** radhikam has quit IRC | 05:16 | |
*** tbachman has quit IRC | 05:16 | |
*** itlinux has quit IRC | 05:26 | |
*** itlinux has joined #openstack-neutron | 05:26 | |
*** chyka has joined #openstack-neutron | 05:27 | |
*** chyka has quit IRC | 05:32 | |
*** Zachary has joined #openstack-neutron | 05:41 | |
*** lenovo__ has joined #openstack-neutron | 05:41 | |
*** thorst has joined #openstack-neutron | 05:42 | |
*** salv-orlando has joined #openstack-neutron | 05:43 | |
*** thorst has quit IRC | 05:47 | |
*** salv-orlando has quit IRC | 05:47 | |
*** ijw has joined #openstack-neutron | 06:07 | |
*** bigjools_ has quit IRC | 06:09 | |
*** bigjools has joined #openstack-neutron | 06:09 | |
*** ijw has quit IRC | 06:12 | |
*** lihi has quit IRC | 06:13 | |
*** armax has quit IRC | 06:15 | |
*** lihi has joined #openstack-neutron | 06:15 | |
*** thorst has joined #openstack-neutron | 06:16 | |
*** armax has joined #openstack-neutron | 06:17 | |
*** thorst has quit IRC | 06:21 | |
*** armax has quit IRC | 06:22 | |
*** tongl has joined #openstack-neutron | 06:23 | |
*** ijw has joined #openstack-neutron | 06:23 | |
*** nplanel has joined #openstack-neutron | 06:23 | |
*** ijw has quit IRC | 06:28 | |
*** xinliang has quit IRC | 06:36 | |
*** armax has joined #openstack-neutron | 06:43 | |
*** salv-orlando has joined #openstack-neutron | 06:43 | |
*** armax has quit IRC | 06:47 | |
*** salv-orlando has quit IRC | 06:48 | |
*** xinliang has joined #openstack-neutron | 06:50 | |
*** thorst has joined #openstack-neutron | 06:55 | |
*** gcheresh has joined #openstack-neutron | 06:55 | |
*** thorst has quit IRC | 06:59 | |
*** trinaths has joined #openstack-neutron | 06:59 | |
*** tongl has quit IRC | 07:02 | |
*** suresh12 has quit IRC | 07:10 | |
openstackgerrit | Dongcan Ye proposed openstack/python-neutronclient master: Add choice value for VPN ikepolicy and ipsecpolicy https://review.openstack.org/524811 | 07:20 |
*** gcheresh has quit IRC | 07:20 | |
*** dimak has quit IRC | 07:31 | |
*** pcaruana has joined #openstack-neutron | 07:32 | |
openstackgerrit | Dongcan Ye proposed openstack/python-neutronclient master: Add choice value for VPN ikepolicy and ipsecpolicy https://review.openstack.org/524811 | 07:32 |
*** thorst has joined #openstack-neutron | 07:33 | |
*** dimak has joined #openstack-neutron | 07:35 | |
*** thorst has quit IRC | 07:37 | |
*** salv-orlando has joined #openstack-neutron | 07:44 | |
*** salv-orlando has quit IRC | 07:49 | |
*** AlexeyAbashkin has joined #openstack-neutron | 08:02 | |
*** thorst has joined #openstack-neutron | 08:09 | |
*** gouthamr has joined #openstack-neutron | 08:11 | |
*** AlexeyAbashkin has quit IRC | 08:13 | |
*** thorst has quit IRC | 08:13 | |
*** liusheng has quit IRC | 08:23 | |
*** liusheng has joined #openstack-neutron | 08:24 | |
openstackgerrit | Zachary Ma proposed openstack/neutron master: both max-rate and burst should use same number https://review.openstack.org/524830 | 08:30 |
*** moshele has joined #openstack-neutron | 08:34 | |
*** moshele has quit IRC | 08:41 | |
*** salv-orlando has joined #openstack-neutron | 08:45 | |
*** itlinux has quit IRC | 08:45 | |
*** thorst has joined #openstack-neutron | 08:47 | |
*** salv-orlando has quit IRC | 08:50 | |
*** ralonsoh has joined #openstack-neutron | 08:51 | |
*** nplanel has quit IRC | 08:51 | |
*** thorst has quit IRC | 08:52 | |
*** chyka has joined #openstack-neutron | 08:58 | |
*** Jeffrey4l has quit IRC | 09:07 | |
*** ramishra has quit IRC | 09:07 | |
*** Jeffrey4l has joined #openstack-neutron | 09:08 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron master: [DNM] Test commit in neutron-lib https://review.openstack.org/524853 | 09:11 |
*** fragatina has joined #openstack-neutron | 09:14 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron-lib master: Rehome placement client to neutron-lib https://review.openstack.org/511936 | 09:16 |
*** itlinux has joined #openstack-neutron | 09:18 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron-lib master: [DNM] Test commit in neutron-lib https://review.openstack.org/524854 | 09:18 |
*** fragatina has quit IRC | 09:19 | |
*** itlinux has quit IRC | 09:21 | |
*** ramishra has joined #openstack-neutron | 09:24 | |
*** salv-orlando has joined #openstack-neutron | 09:24 | |
*** gouthamr has quit IRC | 09:25 | |
*** thorst has joined #openstack-neutron | 09:26 | |
*** thorst has quit IRC | 09:30 | |
*** claudiub has joined #openstack-neutron | 09:31 | |
*** Smeared_Beard has quit IRC | 09:36 | |
*** sridharg has joined #openstack-neutron | 09:44 | |
*** salv-orlando has quit IRC | 09:55 | |
*** udesale__ has joined #openstack-neutron | 09:55 | |
*** salv-orlando has joined #openstack-neutron | 09:55 | |
*** udesale has quit IRC | 09:56 | |
*** thorst has joined #openstack-neutron | 09:57 | |
*** salv-orlando has quit IRC | 10:00 | |
*** thorst has quit IRC | 10:01 | |
*** AlexeyAbashkin has joined #openstack-neutron | 10:12 | |
*** AlexeyAbashkin has quit IRC | 10:16 | |
*** yamahata has quit IRC | 10:18 | |
*** chyka has quit IRC | 10:24 | |
*** chyka has joined #openstack-neutron | 10:25 | |
*** ramishra has quit IRC | 10:27 | |
*** thorst has joined #openstack-neutron | 10:28 | |
*** ramishra has joined #openstack-neutron | 10:29 | |
*** chyka has quit IRC | 10:30 | |
*** thorst has quit IRC | 10:32 | |
*** slaweq has joined #openstack-neutron | 10:33 | |
*** slaweq_ has joined #openstack-neutron | 10:33 | |
*** slaweq has quit IRC | 10:37 | |
*** slaweq_ has quit IRC | 10:38 | |
*** slaweq has joined #openstack-neutron | 10:39 | |
*** slaweq has quit IRC | 10:39 | |
*** slaweq has joined #openstack-neutron | 10:39 | |
*** slaweq has quit IRC | 10:41 | |
*** slaweq has joined #openstack-neutron | 10:41 | |
*** slaweq has quit IRC | 10:45 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/os-vif master: Migrate from 'ip' commands to 'pyroute2' https://review.openstack.org/484386 | 10:48 |
*** wolverineav has joined #openstack-neutron | 10:49 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/os-vif master: Add abstract OVSDB API https://review.openstack.org/476612 | 10:50 |
*** iranzo has joined #openstack-neutron | 10:53 | |
*** salv-orlando has joined #openstack-neutron | 10:56 | |
*** matrohon has joined #openstack-neutron | 10:57 | |
*** thorst has joined #openstack-neutron | 11:00 | |
*** salv-orlando has quit IRC | 11:00 | |
*** ralonsoh has quit IRC | 11:03 | |
*** slaweq has joined #openstack-neutron | 11:04 | |
*** thorst has quit IRC | 11:05 | |
*** Zachary has quit IRC | 11:10 | |
*** Zachary has joined #openstack-neutron | 11:10 | |
*** Zachary has quit IRC | 11:11 | |
*** Zachary has joined #openstack-neutron | 11:12 | |
*** cshastri has joined #openstack-neutron | 11:14 | |
*** thorst has joined #openstack-neutron | 11:35 | |
*** dayou has quit IRC | 11:39 | |
*** thorst has quit IRC | 11:40 | |
*** cshastri has quit IRC | 11:41 | |
*** salmankhan has joined #openstack-neutron | 11:48 | |
openstackgerrit | Zachary Ma proposed openstack/neutron master: [Qos] Fix residues of ovs in ingress bw limit https://review.openstack.org/515566 | 11:53 |
*** iranzo has quit IRC | 11:54 | |
*** ramishra has quit IRC | 11:55 | |
*** salv-orlando has joined #openstack-neutron | 11:57 | |
*** salv-orlando has quit IRC | 12:02 | |
*** dayou has joined #openstack-neutron | 12:03 | |
*** thorst has joined #openstack-neutron | 12:05 | |
*** slaweq has quit IRC | 12:06 | |
*** thorst has quit IRC | 12:10 | |
*** atoth has quit IRC | 12:10 | |
*** atoth has joined #openstack-neutron | 12:12 | |
*** martinus__ has joined #openstack-neutron | 12:29 | |
*** slaweq has joined #openstack-neutron | 12:29 | |
*** bkopilov has quit IRC | 12:33 | |
*** salmankhan has quit IRC | 12:34 | |
*** thorst has joined #openstack-neutron | 12:44 | |
*** thorst has quit IRC | 12:48 | |
*** salv-orlando has joined #openstack-neutron | 12:58 | |
*** salv-orlando has quit IRC | 13:02 | |
*** slaweq has quit IRC | 13:04 | |
*** pcaruana|afk| has joined #openstack-neutron | 13:06 | |
*** jmlowe has quit IRC | 13:07 | |
*** rcernin has quit IRC | 13:09 | |
*** trinaths has left #openstack-neutron | 13:09 | |
*** chyka has joined #openstack-neutron | 13:14 | |
*** chyka has quit IRC | 13:15 | |
*** thorst has joined #openstack-neutron | 13:16 | |
*** chyka has joined #openstack-neutron | 13:19 | |
*** thorst has quit IRC | 13:21 | |
*** Zachary has quit IRC | 13:21 | |
*** chyka has quit IRC | 13:23 | |
*** coffee_cat is now known as ildikov | 13:38 | |
*** fnaval has joined #openstack-neutron | 13:46 | |
*** trinaths1 has joined #openstack-neutron | 13:49 | |
*** thorst has joined #openstack-neutron | 13:51 | |
*** thorst has quit IRC | 13:52 | |
*** thorst has joined #openstack-neutron | 13:52 | |
*** salv-orlando has joined #openstack-neutron | 13:59 | |
*** trinaths1 has quit IRC | 14:03 | |
*** trinaths has joined #openstack-neutron | 14:03 | |
*** salv-orlando has quit IRC | 14:03 | |
*** thorst has quit IRC | 14:16 | |
*** trinaths has left #openstack-neutron | 14:31 | |
*** wolverineav has quit IRC | 14:37 | |
*** edand_ has joined #openstack-neutron | 14:41 | |
*** donghao has joined #openstack-neutron | 14:46 | |
*** thorst has joined #openstack-neutron | 14:47 | |
*** thorst has quit IRC | 14:52 | |
*** gcheresh has joined #openstack-neutron | 14:52 | |
*** erolg has quit IRC | 14:54 | |
*** dave-mccowan has joined #openstack-neutron | 14:55 | |
*** armaan has joined #openstack-neutron | 14:55 | |
*** slaweq has joined #openstack-neutron | 14:55 | |
*** dave-mcc_ has joined #openstack-neutron | 14:57 | |
*** edand_ has quit IRC | 14:58 | |
*** erolg has joined #openstack-neutron | 14:58 | |
*** thorst has joined #openstack-neutron | 14:58 | |
*** salv-orlando has joined #openstack-neutron | 14:59 | |
*** dave-mccowan has quit IRC | 15:00 | |
*** slaweq has quit IRC | 15:00 | |
*** armaan has quit IRC | 15:01 | |
*** thorst has quit IRC | 15:03 | |
*** armaan has joined #openstack-neutron | 15:03 | |
*** salv-orlando has quit IRC | 15:04 | |
*** yamamoto has joined #openstack-neutron | 15:16 | |
*** yamahata has joined #openstack-neutron | 15:20 | |
*** jhershbe has joined #openstack-neutron | 15:21 | |
*** donghao has quit IRC | 15:29 | |
*** thorst has joined #openstack-neutron | 15:32 | |
*** thorst has quit IRC | 15:37 | |
*** jhershbe has quit IRC | 15:41 | |
*** yamamoto has quit IRC | 15:54 | |
*** salv-orlando has joined #openstack-neutron | 16:00 | |
*** thorst has joined #openstack-neutron | 16:02 | |
*** salv-orlando has quit IRC | 16:04 | |
*** thorst has quit IRC | 16:06 | |
*** fnaval has quit IRC | 16:09 | |
*** AlexeyAbashkin has joined #openstack-neutron | 16:10 | |
*** wwriverrat_ has joined #openstack-neutron | 16:11 | |
*** wwriverrat has quit IRC | 16:12 | |
*** wwriverrat_ is now known as wwriverrat | 16:12 | |
*** jhershbe has joined #openstack-neutron | 16:13 | |
*** AlexeyAbashkin has quit IRC | 16:14 | |
*** jhershbe has quit IRC | 16:22 | |
*** yamamoto has joined #openstack-neutron | 16:24 | |
*** jhershbe has joined #openstack-neutron | 16:25 | |
*** thorst has joined #openstack-neutron | 16:40 | |
*** jhershbe has quit IRC | 16:42 | |
*** tbachman has joined #openstack-neutron | 16:44 | |
*** thorst has quit IRC | 16:45 | |
*** bzhao has quit IRC | 16:45 | |
*** bzhao has joined #openstack-neutron | 16:46 | |
*** linkmark has joined #openstack-neutron | 16:46 | |
*** tbachman has quit IRC | 16:47 | |
*** pcaruana|afk| has quit IRC | 16:47 | |
*** tbachman has joined #openstack-neutron | 16:48 | |
*** itlinux has joined #openstack-neutron | 16:49 | |
*** armaan has quit IRC | 16:50 | |
*** armaan has joined #openstack-neutron | 16:50 | |
*** armax has joined #openstack-neutron | 16:55 | |
*** slaweq has joined #openstack-neutron | 16:56 | |
*** matrohon has quit IRC | 16:57 | |
*** tbachman_ has joined #openstack-neutron | 16:59 | |
*** jhershbe has joined #openstack-neutron | 16:59 | |
*** salv-orlando has joined #openstack-neutron | 17:01 | |
*** slaweq has quit IRC | 17:01 | |
*** chyka has joined #openstack-neutron | 17:01 | |
*** gcheresh has quit IRC | 17:01 | |
*** erolg has quit IRC | 17:02 | |
*** tbachman_ has quit IRC | 17:02 | |
*** tbachman has quit IRC | 17:03 | |
*** salv-orlando has quit IRC | 17:05 | |
*** chyka has quit IRC | 17:06 | |
openstackgerrit | Andreas Jaeger proposed openstack/python-neutronclient master: Avoid tox_install.sh for constraints support https://review.openstack.org/524392 | 17:07 |
*** thorst has joined #openstack-neutron | 17:10 | |
*** AlexeyAbashkin has joined #openstack-neutron | 17:10 | |
*** itlinux has quit IRC | 17:13 | |
*** AlexeyAbashkin has quit IRC | 17:15 | |
*** itlinux has joined #openstack-neutron | 17:15 | |
*** thorst has quit IRC | 17:18 | |
*** Alex_Staf has joined #openstack-neutron | 17:38 | |
*** tongl has joined #openstack-neutron | 17:43 | |
*** Alex_Staf has quit IRC | 17:44 | |
*** thorst has joined #openstack-neutron | 17:48 | |
*** salmankhan has joined #openstack-neutron | 17:49 | |
*** yamamoto has quit IRC | 17:51 | |
*** thorst has quit IRC | 17:53 | |
*** yamamoto has joined #openstack-neutron | 17:56 | |
*** wolverineav has joined #openstack-neutron | 17:57 | |
*** jhershbe has quit IRC | 18:00 | |
*** yamamoto has quit IRC | 18:01 | |
*** salv-orlando has joined #openstack-neutron | 18:01 | |
*** thorst has joined #openstack-neutron | 18:02 | |
*** tongl has quit IRC | 18:04 | |
*** salv-orlando has quit IRC | 18:06 | |
*** thorst has quit IRC | 18:07 | |
*** AlexeyAbashkin has joined #openstack-neutron | 18:09 | |
*** jhershbe has joined #openstack-neutron | 18:12 | |
*** AlexeyAbashkin has quit IRC | 18:13 | |
*** fragatina has joined #openstack-neutron | 18:16 | |
*** armaan has quit IRC | 18:16 | |
*** armaan has joined #openstack-neutron | 18:16 | |
*** armaan has quit IRC | 18:17 | |
*** armaan has joined #openstack-neutron | 18:17 | |
*** fragatina has quit IRC | 18:20 | |
*** salmankhan has quit IRC | 18:23 | |
*** yamamoto has joined #openstack-neutron | 18:26 | |
*** salmankhan has joined #openstack-neutron | 18:27 | |
*** jhershbe has quit IRC | 18:30 | |
*** sridharg has quit IRC | 18:30 | |
*** yamamoto has quit IRC | 18:30 | |
*** gcheresh has joined #openstack-neutron | 18:31 | |
*** salv-orlando has joined #openstack-neutron | 18:34 | |
*** thorst has joined #openstack-neutron | 18:39 | |
*** fnaval has joined #openstack-neutron | 18:41 | |
*** fnaval has quit IRC | 18:41 | |
*** thorst has quit IRC | 18:44 | |
*** armaan has quit IRC | 18:44 | |
*** armaan has joined #openstack-neutron | 18:45 | |
*** salmankhan has quit IRC | 18:50 | |
*** slaweq has joined #openstack-neutron | 18:57 | |
*** dave-mcc_ has quit IRC | 19:00 | |
*** slaweq has quit IRC | 19:02 | |
*** yamamoto has joined #openstack-neutron | 19:06 | |
*** yamamoto has quit IRC | 19:11 | |
*** salv-orlando has quit IRC | 19:12 | |
*** salv-orlando has joined #openstack-neutron | 19:12 | |
*** thorst has joined #openstack-neutron | 19:14 | |
*** yamahata has quit IRC | 19:16 | |
*** salv-orlando has quit IRC | 19:16 | |
*** yamahata has joined #openstack-neutron | 19:19 | |
*** thorst has quit IRC | 19:19 | |
*** chyka has joined #openstack-neutron | 19:25 | |
*** chyka has quit IRC | 19:25 | |
*** amarao has joined #openstack-neutron | 19:26 | |
*** radhikam has joined #openstack-neutron | 19:28 | |
*** salmankhan has joined #openstack-neutron | 19:29 | |
*** chyka has joined #openstack-neutron | 19:29 | |
*** dave-mccowan has joined #openstack-neutron | 19:33 | |
*** fragatina has joined #openstack-neutron | 19:34 | |
*** dave-mccowan has quit IRC | 19:35 | |
*** slaweq has joined #openstack-neutron | 19:38 | |
*** gcheresh has quit IRC | 19:39 | |
*** mvk has quit IRC | 19:44 | |
*** gcheresh has joined #openstack-neutron | 19:51 | |
*** radhikam has quit IRC | 19:53 | |
*** thorst has joined #openstack-neutron | 19:54 | |
*** thorst has quit IRC | 19:59 | |
*** vks1 has quit IRC | 20:01 | |
*** armaan has quit IRC | 20:07 | |
*** armaan has joined #openstack-neutron | 20:08 | |
*** amarao has quit IRC | 20:09 | |
*** yamamoto has joined #openstack-neutron | 20:09 | |
*** armaan has quit IRC | 20:12 | |
*** salv-orlando has joined #openstack-neutron | 20:13 | |
*** ijw has joined #openstack-neutron | 20:13 | |
*** chyka has quit IRC | 20:13 | |
*** chyka has joined #openstack-neutron | 20:14 | |
*** yamamoto has quit IRC | 20:15 | |
*** salv-orlando has quit IRC | 20:17 | |
*** chyka has quit IRC | 20:18 | |
*** thorst has joined #openstack-neutron | 20:29 | |
*** fragatina has quit IRC | 20:31 | |
*** nyechiel has joined #openstack-neutron | 20:31 | |
*** fragatina has joined #openstack-neutron | 20:32 | |
openstackgerrit | Merged openstack/neutron master: Fix HA router initialization exception https://review.openstack.org/524404 | 20:33 |
*** thorst has quit IRC | 20:34 | |
*** salmankhan has quit IRC | 20:35 | |
*** fragatina has quit IRC | 20:36 | |
*** fragatina has joined #openstack-neutron | 20:48 | |
*** thorst has joined #openstack-neutron | 20:50 | |
*** fragatina has quit IRC | 20:50 | |
*** fragatina has joined #openstack-neutron | 20:51 | |
*** fragatina has quit IRC | 20:52 | |
*** fragatina has joined #openstack-neutron | 20:53 | |
*** thorst has quit IRC | 20:54 | |
*** amarao has joined #openstack-neutron | 20:59 | |
*** chyka has joined #openstack-neutron | 21:01 | |
*** nyechiel has quit IRC | 21:04 | |
*** salmankhan has joined #openstack-neutron | 21:06 | |
*** chyka has quit IRC | 21:06 | |
*** radhikam has joined #openstack-neutron | 21:06 | |
*** iranzo has joined #openstack-neutron | 21:13 | |
*** salv-orlando has joined #openstack-neutron | 21:14 | |
*** iranzo is now known as iranzo|AFK | 21:15 | |
*** salv-orlando has quit IRC | 21:18 | |
*** wolverineav has quit IRC | 21:26 | |
*** wolverineav has joined #openstack-neutron | 21:26 | |
*** thorst has joined #openstack-neutron | 21:30 | |
*** amarao has quit IRC | 21:31 | |
*** wolverineav has quit IRC | 21:31 | |
*** thorst has quit IRC | 21:35 | |
*** fragatina has quit IRC | 21:37 | |
*** fragatina has joined #openstack-neutron | 21:37 | |
*** fragatina has quit IRC | 21:42 | |
*** gouthamr has joined #openstack-neutron | 21:44 | |
*** iranzo|AFK is now known as iranzo | 21:47 | |
*** slaweq has quit IRC | 21:47 | |
*** slaweq has joined #openstack-neutron | 21:48 | |
*** slaweq has quit IRC | 21:48 | |
*** gcheresh has quit IRC | 21:49 | |
*** slaweq has joined #openstack-neutron | 21:53 | |
*** iranzo is now known as iranzo|AFK | 21:54 | |
*** slaweq has quit IRC | 21:56 | |
*** slaweq has joined #openstack-neutron | 21:57 | |
*** salmankhan has quit IRC | 22:02 | |
*** thorst has joined #openstack-neutron | 22:03 | |
*** thorst has quit IRC | 22:08 | |
*** reedip has quit IRC | 22:09 | |
*** reedip has joined #openstack-neutron | 22:11 | |
*** salv-orlando has joined #openstack-neutron | 22:14 | |
*** suresh12 has joined #openstack-neutron | 22:18 | |
*** salv-orlando has quit IRC | 22:19 | |
*** suresh12 has quit IRC | 22:21 | |
*** radhikam has quit IRC | 22:27 | |
*** salmankhan has joined #openstack-neutron | 22:29 | |
*** thorst has joined #openstack-neutron | 22:35 | |
*** wolverineav has joined #openstack-neutron | 22:38 | |
*** thorst has quit IRC | 22:40 | |
*** slaweq has quit IRC | 22:40 | |
*** wolverineav has quit IRC | 22:56 | |
*** wolverineav has joined #openstack-neutron | 22:57 | |
*** rossella_s has quit IRC | 23:01 | |
*** wolverineav has quit IRC | 23:02 | |
*** salmankhan has quit IRC | 23:08 | |
*** martinus__ has quit IRC | 23:11 | |
*** thorst has joined #openstack-neutron | 23:12 | |
*** salmankhan has joined #openstack-neutron | 23:12 | |
*** salv-orlando has joined #openstack-neutron | 23:15 | |
*** salmankhan has quit IRC | 23:17 | |
*** thorst has quit IRC | 23:17 | |
*** salv-orlando has quit IRC | 23:20 | |
*** hongbin has joined #openstack-neutron | 23:24 | |
*** fragatina has joined #openstack-neutron | 23:39 | |
*** fragatina has quit IRC | 23:44 | |
*** thorst has joined #openstack-neutron | 23:45 | |
*** slaweq has joined #openstack-neutron | 23:49 | |
*** thorst has quit IRC | 23:51 | |
openstackgerrit | Merged openstack/python-neutronclient master: Add Service Graphs networking-sfc resource https://review.openstack.org/487190 | 23:54 |
*** slaweq has quit IRC | 23:55 | |
*** mlavalle has quit IRC | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!