*** ijw__ has quit IRC | 00:01 | |
*** masaki has joined #openstack-neutron | 00:02 | |
*** suresh12 has quit IRC | 00:02 | |
*** lujinluo has joined #openstack-neutron | 00:04 | |
*** suresh12 has joined #openstack-neutron | 00:05 | |
*** SumitNaiksatam has quit IRC | 00:05 | |
*** yee37922 has joined #openstack-neutron | 00:09 | |
*** openstack has joined #openstack-neutron | 00:19 | |
*** edmondsw has quit IRC | 00:19 | |
*** sambetts_ has joined #openstack-neutron | 00:19 | |
*** aignatov has joined #openstack-neutron | 00:20 | |
*** tbachman has quit IRC | 00:20 | |
*** tbachman_ is now known as tbachman | 00:20 | |
*** safchain has joined #openstack-neutron | 00:20 | |
*** mickeys has quit IRC | 00:20 | |
*** rha has joined #openstack-neutron | 00:20 | |
*** rha has quit IRC | 00:20 | |
*** rha has joined #openstack-neutron | 00:20 | |
*** igordcard has joined #openstack-neutron | 00:20 | |
*** PramodJ has quit IRC | 00:22 | |
*** inara has quit IRC | 00:23 | |
*** john51 has joined #openstack-neutron | 00:23 | |
*** s1061123 has joined #openstack-neutron | 00:23 | |
*** 7JTABFHYX has joined #openstack-neutron | 00:24 | |
*** zigo has joined #openstack-neutron | 00:24 | |
*** peterstac has joined #openstack-neutron | 00:24 | |
*** 7JTABFHYX has quit IRC | 00:24 | |
*** thorst has joined #openstack-neutron | 00:26 | |
*** thorst has quit IRC | 00:27 | |
*** tbachman_ has joined #openstack-neutron | 00:29 | |
*** inara has joined #openstack-neutron | 00:30 | |
*** tbachman has quit IRC | 00:33 | |
*** tbachman_ is now known as tbachman | 00:33 | |
*** yuanying has quit IRC | 00:36 | |
*** dsneddon has quit IRC | 00:37 | |
*** limao has joined #openstack-neutron | 00:39 | |
*** jaosorior has joined #openstack-neutron | 00:39 | |
*** dsneddon has joined #openstack-neutron | 00:40 | |
*** fnaval has joined #openstack-neutron | 00:40 | |
*** ijw has joined #openstack-neutron | 00:41 | |
*** amotoki_away is now known as amotoki | 00:41 | |
*** ijw has quit IRC | 00:43 | |
*** ijw has joined #openstack-neutron | 00:43 | |
*** bfournie has joined #openstack-neutron | 00:49 | |
*** bfournie has quit IRC | 00:50 | |
*** claudiub has quit IRC | 00:52 | |
*** hoonetorg has quit IRC | 00:54 | |
*** amotoki is now known as amotoki_away | 00:55 | |
*** cuongnv has joined #openstack-neutron | 00:56 | |
*** mdnadeem has joined #openstack-neutron | 00:56 | |
*** tonyb_ is now known as tonyb | 00:57 | |
*** jkilpatr has joined #openstack-neutron | 00:59 | |
*** ijw has quit IRC | 01:02 | |
*** caowei has joined #openstack-neutron | 01:02 | |
*** harlowja has joined #openstack-neutron | 01:04 | |
Swami | kevinbenton: ping | 01:05 |
---|---|---|
kevinbenton | Swami: pong | 01:05 |
Swami | kevinbenton: i was looking at the current code base, and it seem when you restart the agent the create_rtr_2_fip_link is called the first time since, the self.rtr_to_fip_connect is initialized with false. | 01:06 |
kevinbenton | Swami: ah, so that's the bug then, right? | 01:06 |
kevinbenton | Swami: it should be true | 01:06 |
*** yedongcan has joined #openstack-neutron | 01:07 | |
Swami | kevinbenton: if create_rtr_2_fip_link is called then the default route should be added in that case. | 01:07 |
kevinbenton | Swami: but does it know about the floating IP at that point? | 01:08 |
Swami | kevinbenton: Yes the self.rtr_to_fip_connect should reflect the right status, when restarted. That is a bug | 01:08 |
kevinbenton | Swami: i'm confused, are you saying create_rtr_2_fip_link is or is not being called on restart? | 01:09 |
Swami | kevinbenton: with the current master branch code, it is being called when restarted. | 01:09 |
*** ijw has joined #openstack-neutron | 01:09 | |
kevinbenton | Swami: so master may be fine, but what about the ocata/newton where this was backported? | 01:10 |
kevinbenton | where it was based on fip count | 01:10 |
*** hoonetorg has joined #openstack-neutron | 01:11 | |
Swami | kevinbenton: yes I will take a look at ocata/newton as well. But just wanted to let you know that in master it is the current behavior. So the proposed change in master is not required. | 01:12 |
*** caowei_ has joined #openstack-neutron | 01:13 | |
kevinbenton | Swami: ok. leave a comment on the master patch | 01:14 |
Swami | kevinbenton: this patch is the one that was introduced in master. So I need to check if this was back ported to ocata and newton. | 01:14 |
kevinbenton | Swami: maybe for stable we just need to adjust a flag for calling create_rtr_2_fip_link on startup | 01:14 |
Swami | kevinbenton: https://review.openstack.org/#/c/283757/51 | 01:14 |
*** ijw has quit IRC | 01:15 | |
kevinbenton | Swami: that's a big change to bring all of the way back to Newton | 01:16 |
Swami | kevinbenton: This above patch is the one that introduce the 'create_rtr_2_fip_link' | 01:16 |
kevinbenton | Swami: maybe we should just stick with my change for ocata/newton? | 01:16 |
*** fzdarsky_ has joined #openstack-neutron | 01:16 | |
*** caowei has quit IRC | 01:16 | |
*** caowei_ is now known as caowei | 01:16 | |
*** mickeys has joined #openstack-neutron | 01:17 | |
Swami | kevinbenton: ok, let me put my comments on the master and for the ocata/newton we can live with your change. | 01:17 |
kevinbenton | Swami: sounds good. ttyl | 01:17 |
Swami | kevinbenton: that would work. | 01:17 |
openstackgerrit | Isaku Yamahata proposed openstack/networking-odl master: unbreak security gruop with ovo https://review.openstack.org/474855 | 01:17 |
openstackgerrit | Isaku Yamahata proposed openstack/networking-odl master: mech_driver_v2: remove update_security_group work around https://review.openstack.org/475559 | 01:17 |
openstackgerrit | Isaku Yamahata proposed openstack/networking-odl master: add test cases for security group https://review.openstack.org/474856 | 01:17 |
openstackgerrit | Isaku Yamahata proposed openstack/networking-odl master: unbreak test_update/delete_floating_ip https://review.openstack.org/475557 | 01:17 |
*** bfournie has joined #openstack-neutron | 01:18 | |
*** zzzeek has quit IRC | 01:18 | |
*** zzzeek has joined #openstack-neutron | 01:18 | |
*** fzdarsky|afk has quit IRC | 01:19 | |
*** ijw has joined #openstack-neutron | 01:21 | |
*** mickeys has quit IRC | 01:21 | |
*** StevenK_ is now known as StevenK | 01:22 | |
*** cshastri has joined #openstack-neutron | 01:23 | |
*** ijw has quit IRC | 01:26 | |
*** markvoelker has quit IRC | 01:27 | |
*** hoonetorg has quit IRC | 01:30 | |
*** Swami has quit IRC | 01:31 | |
*** bobmel_ has joined #openstack-neutron | 01:31 | |
*** xinliang has quit IRC | 01:31 | |
*** bobmel has quit IRC | 01:32 | |
*** mriedem has quit IRC | 01:33 | |
*** xinliang has joined #openstack-neutron | 01:34 | |
*** xinliang has quit IRC | 01:34 | |
*** xinliang has joined #openstack-neutron | 01:34 | |
*** thorst has joined #openstack-neutron | 01:38 | |
*** jhershbe has joined #openstack-neutron | 01:40 | |
*** ijw has joined #openstack-neutron | 01:40 | |
*** suresh12 has quit IRC | 01:44 | |
*** xinliang_ has joined #openstack-neutron | 01:44 | |
*** ijw has quit IRC | 01:48 | |
*** hoonetorg has joined #openstack-neutron | 01:52 | |
*** yamahata_ has quit IRC | 01:53 | |
*** annp has joined #openstack-neutron | 01:53 | |
*** iyamahat has quit IRC | 01:54 | |
*** thorst has quit IRC | 01:56 | |
*** thorst has joined #openstack-neutron | 01:56 | |
*** hoonetorg has quit IRC | 01:58 | |
*** thorst has quit IRC | 02:00 | |
*** amotoki_away is now known as amotoki | 02:01 | |
*** xinliang has quit IRC | 02:02 | |
*** edmondsw has joined #openstack-neutron | 02:03 | |
*** edmondsw has quit IRC | 02:08 | |
*** huntxu has joined #openstack-neutron | 02:11 | |
*** amotoki is now known as amotoki_away | 02:11 | |
*** hoonetorg has joined #openstack-neutron | 02:12 | |
*** yamamoto has joined #openstack-neutron | 02:17 | |
*** mickeys has joined #openstack-neutron | 02:17 | |
*** jhershbe has quit IRC | 02:19 | |
*** armax has joined #openstack-neutron | 02:19 | |
*** cuongnv_ has joined #openstack-neutron | 02:21 | |
*** mickeys has quit IRC | 02:22 | |
*** cuongnv has quit IRC | 02:24 | |
*** hongbin has joined #openstack-neutron | 02:31 | |
*** raginbajin has quit IRC | 02:33 | |
*** masber has joined #openstack-neutron | 02:34 | |
*** ramishra has joined #openstack-neutron | 02:35 | |
*** yuanying has joined #openstack-neutron | 02:35 | |
*** amotoki_away is now known as amotoki | 02:36 | |
*** masuberu has quit IRC | 02:37 | |
*** masuberu has joined #openstack-neutron | 02:38 | |
*** gkadam has joined #openstack-neutron | 02:39 | |
*** raginbajin has joined #openstack-neutron | 02:39 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron master: Fix SG callbacks notification https://review.openstack.org/475445 | 02:40 |
*** masber has quit IRC | 02:42 | |
*** zhugaoxiao has joined #openstack-neutron | 02:51 | |
openstackgerrit | Nguyen Phuong An proposed openstack/neutron-lib master: add support for extension api_status https://review.openstack.org/475577 | 02:57 |
*** cuongnv_ has quit IRC | 02:57 | |
zhugaoxiao | DBAPIError exception wrapped from (pymysql.err.InternalError) (1305, u'SAVEPOINT sa_savepoint_1 does not exist') [SQL: u'ROLLBACK TO SAVEPOINT sa_savepoint_1'] | 02:57 |
*** gkadam_ has joined #openstack-neutron | 02:58 | |
zhugaoxiao | Hi, I got the error,what should I do ? | 02:58 |
*** gongysh has joined #openstack-neutron | 02:59 | |
openstackgerrit | Reedip proposed openstack/python-neutronclient master: [FWaaS] Migrate 'public' attribute to 'shared' https://review.openstack.org/453204 | 02:59 |
*** gkadam_ has quit IRC | 03:00 | |
*** gkadam_ has joined #openstack-neutron | 03:00 | |
*** gkadam has quit IRC | 03:01 | |
*** gkadam__ has joined #openstack-neutron | 03:04 | |
*** yuanying has quit IRC | 03:04 | |
*** armax has quit IRC | 03:04 | |
*** yuanying has joined #openstack-neutron | 03:04 | |
*** gkadam_ has quit IRC | 03:07 | |
*** cuongnv has joined #openstack-neutron | 03:08 | |
*** yuanying has quit IRC | 03:09 | |
openstackgerrit | Nguyen Phuong An proposed openstack/neutron-lib master: Introduce logging api extension https://review.openstack.org/415817 | 03:10 |
*** armax has joined #openstack-neutron | 03:10 | |
openstackgerrit | Moshe Levi proposed openstack/os-vif master: hardware offload support for openvswitch https://review.openstack.org/460278 | 03:12 |
*** emagana has joined #openstack-neutron | 03:13 | |
*** moshele has joined #openstack-neutron | 03:15 | |
*** moshele has quit IRC | 03:17 | |
*** mickeys has joined #openstack-neutron | 03:18 | |
*** psahoo has joined #openstack-neutron | 03:20 | |
*** mickeys has quit IRC | 03:22 | |
*** amotoki is now known as amotoki_away | 03:24 | |
*** nicolasbock has joined #openstack-neutron | 03:27 | |
*** markvoelker has joined #openstack-neutron | 03:28 | |
*** sridharg has joined #openstack-neutron | 03:34 | |
*** mickeys has joined #openstack-neutron | 03:40 | |
*** iwamoto has joined #openstack-neutron | 03:45 | |
*** edmondsw has joined #openstack-neutron | 03:51 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron master: tempest: Make _create_router_with_client obey enable_snat=False https://review.openstack.org/475637 | 03:51 |
*** ratailor has joined #openstack-neutron | 03:52 | |
*** ratailor has quit IRC | 03:52 | |
*** ratailor has joined #openstack-neutron | 03:55 | |
*** edmondsw has quit IRC | 03:56 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/networking-midonet master: Add a tempest scenario for bgp-speaker-router-insertion https://review.openstack.org/474535 | 03:56 |
*** thorst has joined #openstack-neutron | 03:57 | |
*** emagana has quit IRC | 03:57 | |
*** links has joined #openstack-neutron | 03:58 | |
*** catintheroof has quit IRC | 04:01 | |
*** thorst has quit IRC | 04:01 | |
*** gouthamr has quit IRC | 04:03 | |
*** hongbin has quit IRC | 04:17 | |
*** caowei has quit IRC | 04:21 | |
*** zenirc369 has joined #openstack-neutron | 04:34 | |
*** jerrygb has joined #openstack-neutron | 04:36 | |
*** emagana has joined #openstack-neutron | 04:37 | |
*** jhershbe has joined #openstack-neutron | 04:43 | |
*** emagana has quit IRC | 04:47 | |
*** amotoki_away is now known as amotoki | 04:48 | |
*** salv-orlando has joined #openstack-neutron | 04:48 | |
*** salv-orlando has quit IRC | 04:49 | |
*** salv-orlando has joined #openstack-neutron | 04:49 | |
*** salv-orlando has quit IRC | 04:51 | |
*** salv-orlando has joined #openstack-neutron | 04:51 | |
*** janki has joined #openstack-neutron | 04:53 | |
openstackgerrit | Cao Xuan Hoang proposed openstack/neutron master: Clean up test cases in test_iptables_firewall.py https://review.openstack.org/475645 | 04:53 |
*** gongysh has quit IRC | 04:56 | |
openstackgerrit | Kevin Benton proposed openstack/neutron master: Add revises_on_change to Binding DB models https://review.openstack.org/475646 | 04:57 |
*** rstarmer has quit IRC | 04:58 | |
*** yamahata_ has joined #openstack-neutron | 04:58 | |
*** amotoki is now known as amotoki_away | 05:00 | |
*** jerrygb_ has joined #openstack-neutron | 05:01 | |
*** jerrygb has quit IRC | 05:03 | |
*** anilvenkata has joined #openstack-neutron | 05:07 | |
openstackgerrit | Isaku Yamahata proposed openstack/neutron master: security group: pass update value to precommit_update https://review.openstack.org/475649 | 05:08 |
openstackgerrit | Kevin Benton proposed openstack/neutron master: [wip]: ovo binding https://review.openstack.org/475650 | 05:08 |
openstackgerrit | Isaku Yamahata proposed openstack/neutron master: security group: pass update value to precommit_update https://review.openstack.org/475649 | 05:10 |
*** yuanying has joined #openstack-neutron | 05:11 | |
*** pcaruana has joined #openstack-neutron | 05:14 | |
*** salv-orl_ has joined #openstack-neutron | 05:15 | |
*** ltomasbo|away is now known as ltomasbo | 05:17 | |
*** salv-orlando has quit IRC | 05:18 | |
*** jhershbe has quit IRC | 05:20 | |
*** moshele has joined #openstack-neutron | 05:20 | |
*** pcaruana has quit IRC | 05:30 | |
*** gongysh has joined #openstack-neutron | 05:30 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/networking-midonet master: Add a tempest scenario for bgp-speaker-router-insertion https://review.openstack.org/474535 | 05:30 |
*** mosulica has joined #openstack-neutron | 05:33 | |
*** vks1 has joined #openstack-neutron | 05:35 | |
*** frickler_ is now known as frickler | 05:35 | |
*** jlibosva has joined #openstack-neutron | 05:37 | |
*** cshastri has quit IRC | 05:38 | |
*** edmondsw has joined #openstack-neutron | 05:39 | |
*** edmondsw has quit IRC | 05:44 | |
*** suresh12 has joined #openstack-neutron | 05:46 | |
*** cshastri has joined #openstack-neutron | 05:55 | |
*** MoguCloud1 has joined #openstack-neutron | 05:56 | |
*** MoguCloud has quit IRC | 05:58 | |
*** MoguCloud1 is now known as MoguCloud | 05:58 | |
*** thorst has joined #openstack-neutron | 05:58 | |
*** markvoelker has quit IRC | 06:01 | |
*** thorst has quit IRC | 06:02 | |
*** iranzo has joined #openstack-neutron | 06:03 | |
*** cshastri has quit IRC | 06:04 | |
*** nyechiel has joined #openstack-neutron | 06:04 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/networking-midonet master: devstack: Support CentOS https://review.openstack.org/467966 | 06:06 |
*** bkopilov has quit IRC | 06:07 | |
*** itzikb has joined #openstack-neutron | 06:09 | |
*** armax has quit IRC | 06:10 | |
*** jprovazn has joined #openstack-neutron | 06:12 | |
*** cshastri has joined #openstack-neutron | 06:16 | |
*** claudiub has joined #openstack-neutron | 06:26 | |
*** caowei has joined #openstack-neutron | 06:26 | |
*** armax has joined #openstack-neutron | 06:27 | |
*** fnordahl_ is now known as fnordahl | 06:31 | |
*** udesale has joined #openstack-neutron | 06:31 | |
*** udesale has quit IRC | 06:31 | |
*** amotoki_away is now known as amotoki | 06:31 | |
*** udesale has joined #openstack-neutron | 06:32 | |
*** gcheresh has joined #openstack-neutron | 06:33 | |
*** abalutoiu_ has quit IRC | 06:34 | |
openstackgerrit | Merged openstack/neutron master: DHCP RPC: Separate local from non-local subnets https://review.openstack.org/459861 | 06:37 |
*** cshastri has quit IRC | 06:39 | |
*** cshastri has joined #openstack-neutron | 06:40 | |
*** tesseract has joined #openstack-neutron | 06:40 | |
*** gongysh has quit IRC | 06:41 | |
*** cgoncalv1s is now known as cgoncalves | 06:43 | |
*** matrohon has joined #openstack-neutron | 06:45 | |
*** suresh12 has quit IRC | 06:49 | |
*** amotoki is now known as amotoki_away | 06:49 | |
*** links has quit IRC | 06:49 | |
*** pcaruana has joined #openstack-neutron | 06:49 | |
openstackgerrit | Merged openstack/neutron master: DHCP Agent: Separate local from non-local subnets https://review.openstack.org/468744 | 06:52 |
*** rcernin_ has joined #openstack-neutron | 06:53 | |
*** cNilesh has joined #openstack-neutron | 06:55 | |
*** lujinluo has quit IRC | 06:58 | |
*** emagana has joined #openstack-neutron | 06:59 | |
*** horms has joined #openstack-neutron | 06:59 | |
*** benh has joined #openstack-neutron | 07:00 | |
*** benh is now known as Guest37912 | 07:00 | |
*** Guest37912 is now known as ben42 | 07:00 | |
*** salv-orl_ has quit IRC | 07:01 | |
*** salv-orlando has joined #openstack-neutron | 07:02 | |
*** emagana has quit IRC | 07:04 | |
*** gongysh has joined #openstack-neutron | 07:04 | |
*** links has joined #openstack-neutron | 07:05 | |
*** amotoki_away is now known as amotoki | 07:06 | |
*** salv-orlando has quit IRC | 07:07 | |
*** salv-orlando has joined #openstack-neutron | 07:09 | |
*** Ming has quit IRC | 07:10 | |
*** brenda_tian has joined #openstack-neutron | 07:10 | |
*** masaki has quit IRC | 07:10 | |
*** masaki has joined #openstack-neutron | 07:10 | |
*** itzikb_ has joined #openstack-neutron | 07:13 | |
*** itzikb has quit IRC | 07:13 | |
*** rmart04 has joined #openstack-neutron | 07:15 | |
*** iyamahat has joined #openstack-neutron | 07:15 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/networking-midonet master: Add a tempest scenario for bgp-speaker-router-insertion https://review.openstack.org/474535 | 07:17 |
*** yamahata_ has quit IRC | 07:18 | |
*** limao has quit IRC | 07:20 | |
*** limao has joined #openstack-neutron | 07:21 | |
*** ijw has joined #openstack-neutron | 07:21 | |
*** amotoki is now known as amotoki_away | 07:22 | |
*** iyamahat has quit IRC | 07:23 | |
*** limao_ has joined #openstack-neutron | 07:23 | |
*** limao has quit IRC | 07:24 | |
*** abalutoiu has joined #openstack-neutron | 07:24 | |
*** ijw has quit IRC | 07:25 | |
*** matrohon has quit IRC | 07:26 | |
*** edmondsw has joined #openstack-neutron | 07:27 | |
openstackgerrit | Kevin Benton proposed openstack/neutron master: Add revises_on_change to Binding DB models https://review.openstack.org/475646 | 07:27 |
openstackgerrit | Kevin Benton proposed openstack/neutron master: Use objects instead of SQLA deep copies in PortContext https://review.openstack.org/475650 | 07:27 |
*** vj3k has joined #openstack-neutron | 07:28 | |
*** amotoki_away is now known as amotoki | 07:29 | |
*** oidgar has joined #openstack-neutron | 07:29 | |
*** dave-mccowan has quit IRC | 07:30 | |
*** kobis has joined #openstack-neutron | 07:30 | |
*** tbachman has quit IRC | 07:30 | |
*** rkukura has quit IRC | 07:31 | |
*** mickeys_ has joined #openstack-neutron | 07:32 | |
*** mickeys has quit IRC | 07:32 | |
*** edmondsw has quit IRC | 07:32 | |
*** rkukura has joined #openstack-neutron | 07:32 | |
openstackgerrit | Kevin Benton proposed openstack/neutron master: Async dhcp notifications https://review.openstack.org/475278 | 07:33 |
*** pcaruana|afk| has joined #openstack-neutron | 07:35 | |
*** pcaruana|afk| has quit IRC | 07:35 | |
*** jhershbe has joined #openstack-neutron | 07:35 | |
*** pcaruana has quit IRC | 07:36 | |
*** dave-mccowan has joined #openstack-neutron | 07:36 | |
*** rkukura has quit IRC | 07:37 | |
*** jpena|off is now known as jpena | 07:37 | |
*** iranzo has quit IRC | 07:37 | |
*** amotoki is now known as amotoki_away | 07:39 | |
*** huanxie has joined #openstack-neutron | 07:40 | |
*** pcaruana has joined #openstack-neutron | 07:40 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/networking-midonet master: devstack: Support CentOS https://review.openstack.org/467966 | 07:41 |
*** vj3k has quit IRC | 07:42 | |
*** iranzo has joined #openstack-neutron | 07:43 | |
*** iranzo has quit IRC | 07:43 | |
*** iranzo has joined #openstack-neutron | 07:43 | |
*** mickeys_ has quit IRC | 07:46 | |
*** ralonsoh has joined #openstack-neutron | 07:50 | |
*** rkukura has joined #openstack-neutron | 07:50 | |
*** amotoki_away is now known as amotoki | 07:53 | |
*** tbachman has joined #openstack-neutron | 07:53 | |
*** links has quit IRC | 07:55 | |
*** rossella_ has joined #openstack-neutron | 07:58 | |
*** thorst has joined #openstack-neutron | 07:58 | |
*** zzzeek has quit IRC | 08:00 | |
*** sgran_ has quit IRC | 08:00 | |
*** zzzeek has joined #openstack-neutron | 08:00 | |
*** davidsha has joined #openstack-neutron | 08:01 | |
*** rossella_s has joined #openstack-neutron | 08:02 | |
*** horms_ has joined #openstack-neutron | 08:03 | |
*** thorst has quit IRC | 08:03 | |
*** fzdarsky_ is now known as fzdarsky | 08:03 | |
*** horms_ has quit IRC | 08:03 | |
*** horms has quit IRC | 08:03 | |
*** horms has joined #openstack-neutron | 08:03 | |
*** rossella_ has quit IRC | 08:04 | |
*** oomichi has quit IRC | 08:05 | |
*** jhershbe has quit IRC | 08:06 | |
*** oomichi has joined #openstack-neutron | 08:07 | |
*** links has joined #openstack-neutron | 08:08 | |
*** amoralej|off is now known as amoralej | 08:08 | |
*** udesale has quit IRC | 08:08 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/networking-midonet master: devstack: Support CentOS https://review.openstack.org/467966 | 08:10 |
openstackgerrit | YAMAMOTO Takashi proposed openstack/networking-midonet master: devstack: Support CentOS https://review.openstack.org/467966 | 08:11 |
*** vj3k has joined #openstack-neutron | 08:13 | |
*** vj3k_ has joined #openstack-neutron | 08:15 | |
*** Guest39557 is now known as asettle | 08:16 | |
*** Administrator_ has joined #openstack-neutron | 08:17 | |
*** bkopilov has joined #openstack-neutron | 08:17 | |
*** vj3k has quit IRC | 08:18 | |
*** rvba has quit IRC | 08:18 | |
*** jhershbe has joined #openstack-neutron | 08:19 | |
*** zhugaoxiao has quit IRC | 08:20 | |
*** cuongnv has quit IRC | 08:21 | |
*** vj3k has joined #openstack-neutron | 08:22 | |
*** vj3k_ has quit IRC | 08:23 | |
*** doude has joined #openstack-neutron | 08:24 | |
*** mvk has quit IRC | 08:24 | |
*** doude has quit IRC | 08:25 | |
*** doude has joined #openstack-neutron | 08:25 | |
*** mhickey has joined #openstack-neutron | 08:26 | |
*** rvba has joined #openstack-neutron | 08:26 | |
*** rvba has quit IRC | 08:26 | |
*** rvba has joined #openstack-neutron | 08:26 | |
*** jhershbe has quit IRC | 08:30 | |
openstackgerrit | Nguyen Phuong An proposed openstack/neutron master: [log]: Add rpc consume for logging extension https://review.openstack.org/468265 | 08:31 |
openstackgerrit | Nguyen Phuong An proposed openstack/neutron master: [log] ovs fw logging implementation https://review.openstack.org/468281 | 08:31 |
openstackgerrit | Nguyen Phuong An proposed openstack/neutron master: [log]: Add validator to logging api https://review.openstack.org/467976 | 08:31 |
openstackgerrit | Nguyen Phuong An proposed openstack/neutron master: [log]: implement logging plugin https://review.openstack.org/395504 | 08:31 |
openstackgerrit | Nguyen Phuong An proposed openstack/neutron master: [log]: implement logging agent extension https://review.openstack.org/396104 | 08:31 |
openstackgerrit | Nguyen Phuong An proposed openstack/neutron master: [log]: add driver manager to LoggingApiPlugin https://review.openstack.org/468309 | 08:31 |
*** annp has quit IRC | 08:32 | |
openstackgerrit | Kevin Benton proposed openstack/neutron master: OVO: Allow port queries based on security_group_ids https://review.openstack.org/475283 | 08:33 |
*** lucas-afk is now known as lucasagomes | 08:34 | |
openstackgerrit | Kevin Benton proposed openstack/neutron master: Use push notification for security groups https://review.openstack.org/410422 | 08:35 |
openstackgerrit | Kevin Benton proposed openstack/neutron master: Add revises_on_change to Binding DB models https://review.openstack.org/475646 | 08:35 |
openstackgerrit | Kevin Benton proposed openstack/neutron master: Use objects instead of SQLA deep copies in PortContext https://review.openstack.org/475650 | 08:35 |
openstackgerrit | Kevin Benton proposed openstack/neutron master: Add support for list querying in resource cache https://review.openstack.org/475112 | 08:35 |
openstackgerrit | ZhaoBo proposed openstack/neutron master: Correct the config group in check_trunk_dependencies https://review.openstack.org/475702 | 08:38 |
*** tmorin has joined #openstack-neutron | 08:39 | |
*** efoley has joined #openstack-neutron | 08:39 | |
*** mickeys has joined #openstack-neutron | 08:40 | |
*** bfernando has joined #openstack-neutron | 08:41 | |
openstackgerrit | Thomas Morin proposed openstack/networking-bagpipe master: bagpipe-bgp: be less verbose in debug mode https://review.openstack.org/475456 | 08:41 |
*** udesale has joined #openstack-neutron | 08:41 | |
*** jhershbe has joined #openstack-neutron | 08:42 | |
*** mickeys has quit IRC | 08:42 | |
*** openstackgerrit has quit IRC | 08:48 | |
*** suresh12 has joined #openstack-neutron | 08:50 | |
*** jhershbe has quit IRC | 08:50 | |
*** mvk has joined #openstack-neutron | 08:53 | |
*** suresh12 has quit IRC | 08:54 | |
*** maciejjo1 has quit IRC | 08:57 | |
*** sdatko has quit IRC | 08:58 | |
*** mvk has quit IRC | 08:59 | |
*** masaki has quit IRC | 09:03 | |
*** nyechiel_ has joined #openstack-neutron | 09:04 | |
*** nyechiel has quit IRC | 09:04 | |
*** salv-orlando has quit IRC | 09:09 | |
*** salv-orlando has joined #openstack-neutron | 09:09 | |
*** ushkalim_ has joined #openstack-neutron | 09:10 | |
*** mvk has joined #openstack-neutron | 09:11 | |
*** udesale has quit IRC | 09:13 | |
*** salv-orlando has quit IRC | 09:13 | |
*** edmondsw has joined #openstack-neutron | 09:15 | |
*** udesale has joined #openstack-neutron | 09:16 | |
*** sambetts_ is now known as sambetts | 09:19 | |
*** edmondsw has quit IRC | 09:20 | |
*** iwamoto has quit IRC | 09:20 | |
*** sdatko has joined #openstack-neutron | 09:21 | |
*** maciejjo1 has joined #openstack-neutron | 09:23 | |
*** limao_ has quit IRC | 09:23 | |
*** limao has joined #openstack-neutron | 09:24 | |
*** salmankhan has joined #openstack-neutron | 09:25 | |
*** limao has quit IRC | 09:28 | |
*** salmankhan has quit IRC | 09:30 | |
*** ushkalim_ has quit IRC | 09:33 | |
*** nyechiel_ has quit IRC | 09:33 | |
*** nyechiel_ has joined #openstack-neutron | 09:33 | |
*** salmankhan has joined #openstack-neutron | 09:36 | |
*** maciejjo1 has quit IRC | 09:38 | |
*** openstackgerrit has joined #openstack-neutron | 09:40 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/networking-midonet master: Add a tempest scenario for bgp-speaker-router-insertion https://review.openstack.org/474535 | 09:40 |
*** yamamoto has quit IRC | 09:41 | |
*** mickeys has joined #openstack-neutron | 09:43 | |
*** ijw has joined #openstack-neutron | 09:44 | |
*** mdnadeem has quit IRC | 09:46 | |
*** ushkalim_ has joined #openstack-neutron | 09:47 | |
*** sdatko has quit IRC | 09:47 | |
*** mickeys has quit IRC | 09:49 | |
*** thorst has joined #openstack-neutron | 09:49 | |
*** ijw has quit IRC | 09:49 | |
*** sdatko has joined #openstack-neutron | 09:49 | |
*** f0o has quit IRC | 09:53 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/os-vif master: Read datapath_type from VIF object https://review.openstack.org/474914 | 09:56 |
*** f0o has joined #openstack-neutron | 09:56 | |
*** yamamoto has joined #openstack-neutron | 09:56 | |
*** amarao has joined #openstack-neutron | 09:58 | |
*** thorst has quit IRC | 09:59 | |
*** udesale has quit IRC | 10:02 | |
*** jerrygb_ has quit IRC | 10:03 | |
*** udesale has joined #openstack-neutron | 10:03 | |
*** jhershbe has joined #openstack-neutron | 10:04 | |
*** ushkalim_ has quit IRC | 10:05 | |
*** yamamoto has quit IRC | 10:06 | |
*** bfournie has quit IRC | 10:09 | |
*** bfournie has joined #openstack-neutron | 10:09 | |
openstackgerrit | Moshe Levi proposed openstack/os-vif master: hardware offload support for openvswitch https://review.openstack.org/460278 | 10:13 |
openstackgerrit | Thomas Morin proposed openstack/networking-bagpipe master: fullstack: add scenario for linuxbridge IPVPN driver https://review.openstack.org/475454 | 10:14 |
openstackgerrit | Thomas Morin proposed openstack/networking-bagpipe master: Allow bgpvpn agent extension to work with linuxbridge https://review.openstack.org/475455 | 10:14 |
*** dims has quit IRC | 10:16 | |
*** thorst has joined #openstack-neutron | 10:17 | |
*** ushkalim_ has joined #openstack-neutron | 10:17 | |
*** gongysh has quit IRC | 10:18 | |
*** tmorin has quit IRC | 10:19 | |
*** newinopenstack has joined #openstack-neutron | 10:20 | |
*** dims has joined #openstack-neutron | 10:21 | |
newinopenstack | Hi all ... i would like to develop an API to connect Neutron to RYU sdn comtroller. Can anyone help me with this? | 10:21 |
*** yamamoto has joined #openstack-neutron | 10:25 | |
*** horms has quit IRC | 10:25 | |
*** jpena is now known as jpena|off | 10:27 | |
*** horms has joined #openstack-neutron | 10:27 | |
*** jpena|off is now known as jpena | 10:31 | |
*** moshele has quit IRC | 10:36 | |
*** andreas_s has joined #openstack-neutron | 10:36 | |
openstackgerrit | Kevin Benton proposed openstack/neutron master: Async dhcp notifications https://review.openstack.org/475278 | 10:36 |
*** caowei_ has joined #openstack-neutron | 10:36 | |
*** caowei has quit IRC | 10:36 | |
*** caowei_ is now known as caowei | 10:36 | |
*** ben42 has quit IRC | 10:37 | |
*** boden has joined #openstack-neutron | 10:37 | |
*** horms has quit IRC | 10:39 | |
*** matrohon has joined #openstack-neutron | 10:41 | |
*** rstarmer has joined #openstack-neutron | 10:45 | |
*** mickeys has joined #openstack-neutron | 10:45 | |
*** jkilpatr has quit IRC | 10:47 | |
*** mickeys has quit IRC | 10:49 | |
*** vks1 has quit IRC | 10:51 | |
*** horms has joined #openstack-neutron | 10:54 | |
*** cshastri has quit IRC | 10:56 | |
*** edmondsw has joined #openstack-neutron | 11:03 | |
*** janki has quit IRC | 11:06 | |
*** janki has joined #openstack-neutron | 11:07 | |
*** rossella_ has joined #openstack-neutron | 11:07 | |
*** neiljerram has quit IRC | 11:08 | |
*** edmondsw has quit IRC | 11:08 | |
*** neiljerram has joined #openstack-neutron | 11:09 | |
*** rossella_s has quit IRC | 11:10 | |
*** amoralej is now known as amoralej|lunch | 11:10 | |
*** wolverineav has joined #openstack-neutron | 11:10 | |
*** bkopilov has quit IRC | 11:12 | |
*** tmorin has joined #openstack-neutron | 11:14 | |
*** huanxie has quit IRC | 11:15 | |
*** jchhatbar has joined #openstack-neutron | 11:16 | |
*** thorst has quit IRC | 11:16 | |
*** tbachman has quit IRC | 11:17 | |
*** vks1 has joined #openstack-neutron | 11:18 | |
*** huntxu has quit IRC | 11:19 | |
*** janki has quit IRC | 11:19 | |
*** atoth has joined #openstack-neutron | 11:21 | |
openstackgerrit | Thomas Morin proposed openstack/networking-bagpipe master: fullstack: add scenario for linuxbridge IPVPN driver https://review.openstack.org/475454 | 11:22 |
openstackgerrit | Thomas Morin proposed openstack/networking-bagpipe master: Allow bgpvpn agent extension to work with linuxbridge https://review.openstack.org/475455 | 11:22 |
*** emagana has joined #openstack-neutron | 11:23 | |
*** jkilpatr has joined #openstack-neutron | 11:23 | |
*** lucasagomes is now known as lucas-hungry | 11:24 | |
*** moshele has joined #openstack-neutron | 11:24 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/networking-midonet master: TEST FOR CI DO NOT REVIEW https://review.openstack.org/199387 | 11:24 |
*** horms has quit IRC | 11:25 | |
*** jchhatbar is now known as janki | 11:26 | |
openstackgerrit | Roey Chen proposed openstack/python-neutronclient master: Dynamic routing CLIs OSC transition https://review.openstack.org/340763 | 11:27 |
*** horms has joined #openstack-neutron | 11:27 | |
*** emagana has quit IRC | 11:27 | |
sambetts | kevinbenton: Hey, I'm digging into the routed networks stuff for Ironic again, and I'm trying to work out where in neutron you process the subnet selection based on host/segment mapping, | 11:31 |
sambetts | kevinbenton: is it in the ml2 plugin itself or in the ml2 driver logic? | 11:32 |
*** edwarnicke has quit IRC | 11:33 | |
*** edwarnicke has joined #openstack-neutron | 11:36 | |
*** garyk has quit IRC | 11:37 | |
*** ijw has joined #openstack-neutron | 11:37 | |
*** matrohon has quit IRC | 11:42 | |
*** ijw has quit IRC | 11:42 | |
*** vks1 has quit IRC | 11:44 | |
*** mickeys has joined #openstack-neutron | 11:46 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron master: Updated from global requirements https://review.openstack.org/475236 | 11:47 |
*** thorst has joined #openstack-neutron | 11:47 | |
openstackgerrit | Thomas Morin proposed openstack/networking-bagpipe master: fullstack: add scenario for linuxbridge IPVPN driver https://review.openstack.org/475454 | 11:47 |
openstackgerrit | Thomas Morin proposed openstack/networking-bagpipe master: Allow bgpvpn agent extension to work with linuxbridge https://review.openstack.org/475455 | 11:47 |
*** rossella_ has quit IRC | 11:48 | |
*** benh has joined #openstack-neutron | 11:50 | |
*** benh is now known as ben42 | 11:50 | |
*** suresh12 has joined #openstack-neutron | 11:51 | |
*** mickeys has quit IRC | 11:51 | |
jlibosva | haleyb: haleyb_ hi :) would you mind looking at https://review.openstack.org/#/q/status:open+project:openstack/neutron+branch:master+topic:bug/1696983 ? | 11:51 |
*** anilvenkata has quit IRC | 11:52 | |
*** anilvenkata has joined #openstack-neutron | 11:52 | |
jlibosva | the failures there are not related | 11:52 |
*** thorst has quit IRC | 11:52 | |
openstackgerrit | Moshe Levi proposed openstack/os-vif master: hardware offload support for openvswitch https://review.openstack.org/460278 | 11:53 |
*** jpena is now known as jpena|lunch | 11:54 | |
*** suresh12 has quit IRC | 11:55 | |
*** udesale has quit IRC | 11:55 | |
*** udesale has joined #openstack-neutron | 11:55 | |
*** matrohon has joined #openstack-neutron | 11:57 | |
*** fzdarsky is now known as fzdarsky|afk | 12:00 | |
*** amuller has joined #openstack-neutron | 12:03 | |
*** rossella_ has joined #openstack-neutron | 12:03 | |
*** caowei_ has joined #openstack-neutron | 12:05 | |
*** nyechiel has joined #openstack-neutron | 12:06 | |
*** nyechiel_ has quit IRC | 12:06 | |
*** thorst has joined #openstack-neutron | 12:08 | |
*** caowei has quit IRC | 12:09 | |
*** caowei_ is now known as caowei | 12:09 | |
*** tbachman has joined #openstack-neutron | 12:09 | |
*** chlong has joined #openstack-neutron | 12:10 | |
openstackgerrit | Thomas Morin proposed openstack/neutron master: OVS firewall: move strip_vlan action and match dl_vlan https://review.openstack.org/454646 | 12:12 |
*** caowei has quit IRC | 12:14 | |
*** caowei has joined #openstack-neutron | 12:14 | |
*** edmondsw has joined #openstack-neutron | 12:15 | |
openstackgerrit | Ann Taraday proposed openstack/neutron master: [WIP]Use reader and writer for routers and agents https://review.openstack.org/396121 | 12:17 |
*** salv-orlando has joined #openstack-neutron | 12:19 | |
*** trozet has joined #openstack-neutron | 12:21 | |
openstackgerrit | Merged openstack/neutron master: Fix linuxbridge ebtables locking https://review.openstack.org/473993 | 12:23 |
openstackgerrit | Thomas Morin proposed openstack/networking-bagpipe master: fullstack: add scenario for linuxbridge IPVPN driver https://review.openstack.org/475454 | 12:24 |
openstackgerrit | Thomas Morin proposed openstack/networking-bagpipe master: Allow bgpvpn agent extension to work with linuxbridge https://review.openstack.org/475455 | 12:24 |
*** donghao has joined #openstack-neutron | 12:25 | |
openstackgerrit | Merged openstack/networking-bgpvpn master: Updated from global requirements https://review.openstack.org/475560 | 12:28 |
*** vpickard_ is now known as vpickard | 12:29 | |
*** lucas-hungry is now known as lucasagomes | 12:32 | |
*** Arpit has joined #openstack-neutron | 12:36 | |
Arpit | Hi All | 12:36 |
Arpit | I am arpit | 12:36 |
Arpit | I have installed | 12:36 |
Arpit | openstack newton on centos 7 | 12:36 |
Arpit | instance are not getting IP from DHCP server | 12:37 |
Arpit | even IP is showing in dashboard | 12:37 |
Arpit | can any one help me?? | 12:37 |
*** cNilesh has quit IRC | 12:37 | |
*** amoralej|lunch is now known as amoralej | 12:38 | |
*** mriedem has joined #openstack-neutron | 12:38 | |
*** donghao has quit IRC | 12:39 | |
*** amuller has quit IRC | 12:40 | |
*** Arpit has quit IRC | 12:40 | |
*** amuller has joined #openstack-neutron | 12:40 | |
*** Arpit has joined #openstack-neutron | 12:40 | |
*** therve_ is now known as therve | 12:41 | |
Arpit | Hi All | 12:41 |
Arpit | I have installed openstack on centos7 | 12:41 |
Arpit | I am getting issue | 12:41 |
Arpit | instacne are not getting ip from DHCP server | 12:41 |
*** bkopilov has joined #openstack-neutron | 12:42 | |
*** salmankhan has quit IRC | 12:42 | |
*** vks1 has joined #openstack-neutron | 12:43 | |
*** mickeys has joined #openstack-neutron | 12:47 | |
*** itzikb_ has quit IRC | 12:49 | |
haleyb | jlibosva: i will look right after meeting | 12:50 |
*** Guest18801 has quit IRC | 12:50 | |
*** mickeys has quit IRC | 12:51 | |
*** sean-chang has joined #openstack-neutron | 12:51 | |
*** salv-orlando has quit IRC | 12:52 | |
openstackgerrit | Lucas Alvares Gomes proposed openstack/networking-ovn master: Add database migration tests https://review.openstack.org/468449 | 12:52 |
openstackgerrit | Lucas Alvares Gomes proposed openstack/networking-ovn master: Start using journaling https://review.openstack.org/464222 | 12:52 |
openstackgerrit | Lucas Alvares Gomes proposed openstack/networking-ovn master: Add security groups and security group rules to OVNClient https://review.openstack.org/475776 | 12:52 |
openstackgerrit | Lucas Alvares Gomes proposed openstack/networking-ovn master: Journaling recovery: Do not fail if some resources doesn't exist https://review.openstack.org/475777 | 12:52 |
*** salv-orlando has joined #openstack-neutron | 12:52 | |
*** janki has quit IRC | 12:52 | |
jlibosva | haleyb: thanks! | 12:56 |
-openstackstatus- NOTICE: restarting gerrit to address slowdown issues | 12:56 | |
*** zenirc369 has quit IRC | 12:56 | |
*** haleyb has quit IRC | 12:56 | |
*** salv-orlando has quit IRC | 12:56 | |
*** haleyb_ is now known as haleyb | 12:57 | |
*** jpena|lunch is now known as jpena | 12:57 | |
*** efoley has quit IRC | 12:58 | |
*** efoley has joined #openstack-neutron | 12:58 | |
openstackgerrit | Merged openstack/networking-bagpipe master: Updated from global requirements https://review.openstack.org/475556 | 12:58 |
*** nwonknu has joined #openstack-neutron | 12:59 | |
*** nwonknu is now known as Guest61446 | 13:00 | |
*** lucasxu has joined #openstack-neutron | 13:00 | |
*** lyan has joined #openstack-neutron | 13:02 | |
*** salmankhan has joined #openstack-neutron | 13:06 | |
*** hichihara has joined #openstack-neutron | 13:07 | |
*** fzdarsky|afk is now known as fzdarsky | 13:08 | |
*** Guest61446 has quit IRC | 13:08 | |
*** lpetrut has joined #openstack-neutron | 13:09 | |
*** yamamoto has quit IRC | 13:10 | |
*** ratailor has quit IRC | 13:10 | |
*** yamamoto has joined #openstack-neutron | 13:11 | |
*** newinopenstack is now known as ahmedOS | 13:11 | |
*** salv-orlando has joined #openstack-neutron | 13:12 | |
*** gouthamr has joined #openstack-neutron | 13:13 | |
openstackgerrit | Sridhar Gaddam proposed openstack/networking-odl master: Send port[fixed_ips] update to ODL Controller https://review.openstack.org/475784 | 13:14 |
*** zz9pzza has quit IRC | 13:14 | |
*** zz9pzza has joined #openstack-neutron | 13:14 | |
*** zz9pzza has quit IRC | 13:15 | |
*** zz9pzza has joined #openstack-neutron | 13:15 | |
*** yamamoto has quit IRC | 13:15 | |
*** jerrygb has joined #openstack-neutron | 13:15 | |
*** caowei_ has joined #openstack-neutron | 13:16 | |
*** _nwonknu has joined #openstack-neutron | 13:16 | |
*** links has quit IRC | 13:18 | |
*** iyamahat has joined #openstack-neutron | 13:18 | |
*** caowei has quit IRC | 13:19 | |
*** caowei_ is now known as caowei | 13:19 | |
*** jerrygb_ has joined #openstack-neutron | 13:20 | |
*** baoli has joined #openstack-neutron | 13:20 | |
*** jerrygb has quit IRC | 13:20 | |
*** hoangcx_ has joined #openstack-neutron | 13:21 | |
*** limao has joined #openstack-neutron | 13:25 | |
*** Arpit has quit IRC | 13:26 | |
*** nyechiel has quit IRC | 13:28 | |
*** limao has quit IRC | 13:29 | |
*** yamamoto has joined #openstack-neutron | 13:29 | |
*** yamamoto has quit IRC | 13:29 | |
*** nyechiel has joined #openstack-neutron | 13:30 | |
*** mhickey has quit IRC | 13:30 | |
*** yamamoto has joined #openstack-neutron | 13:31 | |
*** lnicolas has quit IRC | 13:33 | |
*** psahoo has quit IRC | 13:33 | |
*** caowei has quit IRC | 13:33 | |
*** yamahata_ has joined #openstack-neutron | 13:34 | |
openstackgerrit | boden proposed openstack/neutron master: add support for extension api_status https://review.openstack.org/475792 | 13:34 |
*** emagana has joined #openstack-neutron | 13:35 | |
*** limao has joined #openstack-neutron | 13:36 | |
*** zz9pzza has quit IRC | 13:38 | |
*** emagana has quit IRC | 13:39 | |
*** cleong has joined #openstack-neutron | 13:39 | |
*** zz9pzza has joined #openstack-neutron | 13:41 | |
*** limao has quit IRC | 13:41 | |
*** limao has joined #openstack-neutron | 13:41 | |
*** janzian has joined #openstack-neutron | 13:42 | |
*** apuimedo has quit IRC | 13:43 | |
openstackgerrit | Houpeng Liu proposed openstack/neutron master: Fix html_last_updated_fmt for Python3. https://review.openstack.org/475797 | 13:45 |
*** mhickey has joined #openstack-neutron | 13:45 | |
*** mickeys has joined #openstack-neutron | 13:47 | |
*** ataraday__ has joined #openstack-neutron | 13:49 | |
*** crushil has joined #openstack-neutron | 13:51 | |
*** mickeys has quit IRC | 13:52 | |
*** suresh12 has joined #openstack-neutron | 13:52 | |
*** udesale has quit IRC | 13:56 | |
*** mlavalle has joined #openstack-neutron | 13:57 | |
*** gouthamr has quit IRC | 13:58 | |
*** suresh12 has quit IRC | 14:00 | |
*** Administrator_ has quit IRC | 14:01 | |
*** Administrator_ has joined #openstack-neutron | 14:02 | |
openstackgerrit | Thomas Morin proposed openstack/neutron master: OVS firewall: move strip_vlan action and match dl_vlan https://review.openstack.org/454646 | 14:03 |
*** suresh12 has joined #openstack-neutron | 14:04 | |
*** nyechiel has quit IRC | 14:06 | |
*** nyechiel_ has joined #openstack-neutron | 14:06 | |
*** kobis has quit IRC | 14:06 | |
*** emagana has joined #openstack-neutron | 14:08 | |
*** lyan has quit IRC | 14:10 | |
*** lyan has joined #openstack-neutron | 14:10 | |
*** mhickey has quit IRC | 14:12 | |
*** trevormc has joined #openstack-neutron | 14:16 | |
*** horms has quit IRC | 14:16 | |
*** reedip_ has joined #openstack-neutron | 14:17 | |
*** bobmel_ has quit IRC | 14:18 | |
ahmedOS | Hi all ... i would like to develop an API to connect Neutron to RYU sdn comtroller. Can anyone help me with this? | 14:19 |
*** limao has quit IRC | 14:20 | |
*** limao has joined #openstack-neutron | 14:20 | |
*** tidwellr has joined #openstack-neutron | 14:22 | |
*** yamahata_ has quit IRC | 14:23 | |
openstackgerrit | Brian Haley proposed openstack/neutron master: dvr: Move normal/output br-int flows to table TRANSIENT https://review.openstack.org/472691 | 14:23 |
*** salv-orlando has quit IRC | 14:24 | |
*** mhickey has joined #openstack-neutron | 14:25 | |
*** iyamahat has quit IRC | 14:25 | |
*** moshele has quit IRC | 14:25 | |
*** suresh12 has quit IRC | 14:26 | |
trevormc | ahmedOS, have you heard of the dragonflow project? | 14:27 |
*** salv-orlando has joined #openstack-neutron | 14:28 | |
*** salv-orlando has quit IRC | 14:30 | |
*** gouthamr has joined #openstack-neutron | 14:30 | |
*** salv-orlando has joined #openstack-neutron | 14:30 | |
*** rossella_ has quit IRC | 14:32 | |
*** dane_ has joined #openstack-neutron | 14:33 | |
*** udesale has joined #openstack-neutron | 14:34 | |
*** thorst has quit IRC | 14:37 | |
*** annegentle has joined #openstack-neutron | 14:38 | |
*** limao has quit IRC | 14:40 | |
*** limao has joined #openstack-neutron | 14:41 | |
*** iyamahat has joined #openstack-neutron | 14:41 | |
*** suresh12 has joined #openstack-neutron | 14:41 | |
*** thorst has joined #openstack-neutron | 14:42 | |
*** yamahata_ has joined #openstack-neutron | 14:42 | |
*** lyan has quit IRC | 14:43 | |
*** lyan has joined #openstack-neutron | 14:43 | |
*** donghao has joined #openstack-neutron | 14:44 | |
*** mhayden has quit IRC | 14:46 | |
*** mhayden has joined #openstack-neutron | 14:46 | |
*** udesale has quit IRC | 14:46 | |
*** thorst has quit IRC | 14:47 | |
*** rcernin_ has quit IRC | 14:47 | |
*** mickeys has joined #openstack-neutron | 14:48 | |
*** rossella_ has joined #openstack-neutron | 14:48 | |
*** markvoelker has joined #openstack-neutron | 14:49 | |
*** gcheresh has quit IRC | 14:49 | |
*** mickeys_ has joined #openstack-neutron | 14:50 | |
*** mickeys has quit IRC | 14:50 | |
openstackgerrit | Merged openstack/neutron master: Clean up test cases in test_iptables_firewall.py https://review.openstack.org/475645 | 14:52 |
*** annegentle has quit IRC | 14:53 | |
*** yamamoto has quit IRC | 14:53 | |
*** yamamoto has joined #openstack-neutron | 14:54 | |
*** garyk has joined #openstack-neutron | 14:54 | |
*** yamamoto has quit IRC | 14:54 | |
*** iyamahat has quit IRC | 14:55 | |
*** nplanel has joined #openstack-neutron | 14:58 | |
*** mickeys_ has quit IRC | 15:00 | |
*** hoangcx_ has quit IRC | 15:01 | |
*** yedongcan has left #openstack-neutron | 15:02 | |
*** zenirc369 has joined #openstack-neutron | 15:02 | |
*** esberglu has joined #openstack-neutron | 15:03 | |
*** yamamoto has joined #openstack-neutron | 15:04 | |
*** pcarver_ is now known as pcarver | 15:04 | |
*** annegentle has joined #openstack-neutron | 15:05 | |
*** suresh12 has quit IRC | 15:07 | |
jlibosva | amotoki: btw the team pushed amount of failures in py3 functional from about ~250 down to 3 | 15:08 |
jlibosva | amazing work :) | 15:08 |
amotoki | jlibosva: cool | 15:08 |
amotoki | jlibosva: honestly I was surprised when I hear heat already has enabled py35 tempest job with neutron | 15:09 |
jlibosva | amotoki: that's one thing I don't understand. How could we break them, when neutron is not py3 ready yet :) | 15:09 |
amotoki | jlibosva: they run lbaasv2 job so it covers small set of neutron. this might be a reason the job heat uses is working | 15:10 |
*** ssalagame has joined #openstack-neutron | 15:10 | |
esberglu | Hi. I am getting an error with a neutron tempest test | 15:10 |
esberglu | https://pastebin.com/Be86aBrb | 15:10 |
esberglu | https://github.com/openstack/neutron/blob/master/neutron/tests/tempest/api/admin/test_agent_management.py#L26-L31 | 15:10 |
*** yamamoto has quit IRC | 15:11 | |
jlibosva | esberglu: looks like you don't have any agent running in your cloud? | 15:11 |
bcafarel | jlibosva: indeed nice job http://logs.openstack.org/65/475465/1/experimental/gate-neutron-dsvm-functional-python35-ubuntu-xenial-nv/ae9a07f/testr_results.html.gz | 15:11 |
esberglu | I was going to ask what "agents" are in this context | 15:11 |
*** yamamoto has joined #openstack-neutron | 15:11 | |
esberglu | networking agents? | 15:11 |
esberglu | And it seems that we have 1 agent (agents[0]) but don't have a second agent (agents[1]) | 15:12 |
jlibosva | esberglu: I think it's whatever agent (l3, meta, dhcp, l2) | 15:12 |
*** rmart04 has quit IRC | 15:14 | |
*** yamamoto has quit IRC | 15:15 | |
esberglu | jlibosva: We are only running 1 agent (our custom pvm-q-sea-agent) | 15:16 |
esberglu | So I think this is a bug in the test? | 15:16 |
jlibosva | esberglu: yep, it sounds like a bug in the test to me | 15:16 |
esberglu | jlibosva: Okay. That was my initial thought, but I wasn't familiar enough with neutron to be sure. Thanks for the help, I can open a bug | 15:17 |
*** sgran has joined #openstack-neutron | 15:17 | |
*** limao_ has joined #openstack-neutron | 15:17 | |
*** oidgar has quit IRC | 15:18 | |
openstackgerrit | Bernard Cafarelli proposed openstack/neutron master: python3: use binary mode to open file in test https://review.openstack.org/475842 | 15:18 |
*** hichihara has quit IRC | 15:18 | |
*** limao has quit IRC | 15:19 | |
*** jerrygb_ has quit IRC | 15:20 | |
openstackgerrit | Reedip proposed openstack/neutron master: [WIP] Add network_qos_policy_id to port info https://review.openstack.org/419642 | 15:20 |
*** jerrygb has joined #openstack-neutron | 15:21 | |
*** rstarmer has quit IRC | 15:22 | |
openstackgerrit | Reedip proposed openstack/neutron master: Improve Qos Update Policy Rule test https://review.openstack.org/456773 | 15:22 |
*** rstarmer has joined #openstack-neutron | 15:22 | |
*** mosulica has quit IRC | 15:25 | |
*** ushkalim_ has quit IRC | 15:25 | |
*** ben42 has quit IRC | 15:26 | |
*** claudiub has quit IRC | 15:27 | |
*** jerrygb_ has joined #openstack-neutron | 15:27 | |
*** bobmel has joined #openstack-neutron | 15:28 | |
*** jerrygb has quit IRC | 15:29 | |
*** claudiub has joined #openstack-neutron | 15:30 | |
*** tidwellr has quit IRC | 15:30 | |
*** tidwellr has joined #openstack-neutron | 15:31 | |
*** crose has joined #openstack-neutron | 15:31 | |
*** jerrygb has joined #openstack-neutron | 15:31 | |
*** iranzo has quit IRC | 15:32 | |
*** jerrygb_ has quit IRC | 15:32 | |
*** thorst has joined #openstack-neutron | 15:33 | |
*** fnaval has quit IRC | 15:33 | |
*** thorst has quit IRC | 15:34 | |
*** ltomasbo is now known as ltomasbo|away | 15:34 | |
*** thorst has joined #openstack-neutron | 15:34 | |
*** zenirc369 has quit IRC | 15:34 | |
*** jerrygb_ has joined #openstack-neutron | 15:36 | |
*** jerrygb has quit IRC | 15:37 | |
*** rstarmer_ has joined #openstack-neutron | 15:40 | |
openstackgerrit | boden proposed openstack/neutron-lib master: add support for extension api_status https://review.openstack.org/475577 | 15:40 |
*** benh has joined #openstack-neutron | 15:40 | |
*** benh is now known as ben42 | 15:40 | |
*** nyechiel_ has quit IRC | 15:41 | |
*** rstarmer has quit IRC | 15:42 | |
*** crushil has quit IRC | 15:42 | |
*** jerrygb_ has quit IRC | 15:42 | |
*** jerrygb has joined #openstack-neutron | 15:43 | |
openstackgerrit | Thomas Morin proposed openstack/networking-bagpipe master: fullstack: add scenario for linuxbridge IPVPN driver https://review.openstack.org/475454 | 15:44 |
openstackgerrit | Thomas Morin proposed openstack/networking-bagpipe master: Allow bgpvpn agent extension to work with linuxbridge https://review.openstack.org/475455 | 15:44 |
*** rkukura has quit IRC | 15:46 | |
*** jhershbe has quit IRC | 15:46 | |
*** tidwellr has quit IRC | 15:50 | |
*** mriedem is now known as mriedem_bowlcut | 15:51 | |
*** sridharg has quit IRC | 15:52 | |
*** matrohon has quit IRC | 15:53 | |
*** amarao has quit IRC | 15:56 | |
*** tbachman has quit IRC | 15:56 | |
*** andreas_s has quit IRC | 15:56 | |
*** tbachman has joined #openstack-neutron | 15:56 | |
*** reedip_ has quit IRC | 15:58 | |
*** bobmel has quit IRC | 15:58 | |
*** vks1 has quit IRC | 15:59 | |
*** tidwellr has joined #openstack-neutron | 16:00 | |
*** vks1 has joined #openstack-neutron | 16:03 | |
*** armax has quit IRC | 16:03 | |
*** ataraday__ has quit IRC | 16:03 | |
*** bobmel has joined #openstack-neutron | 16:04 | |
openstackgerrit | Thomas Morin proposed openstack/networking-bagpipe master: fullstack: add scenario for linuxbridge IPVPN driver https://review.openstack.org/475454 | 16:07 |
openstackgerrit | Thomas Morin proposed openstack/networking-bagpipe master: Allow bgpvpn agent extension to work with linuxbridge https://review.openstack.org/475455 | 16:07 |
*** ahmedOS has quit IRC | 16:08 | |
*** thorst has quit IRC | 16:09 | |
*** mvk has quit IRC | 16:09 | |
*** bobmel has quit IRC | 16:10 | |
*** mhickey has quit IRC | 16:11 | |
*** bobmel has joined #openstack-neutron | 16:13 | |
*** vj3k has quit IRC | 16:13 | |
*** oidgar has joined #openstack-neutron | 16:13 | |
*** vj3k has joined #openstack-neutron | 16:13 | |
*** ltomasbo|away is now known as ltomasbo | 16:13 | |
*** bobmel has quit IRC | 16:16 | |
*** sudipto has joined #openstack-neutron | 16:17 | |
*** sudipto_ has joined #openstack-neutron | 16:17 | |
openstackgerrit | Thomas Morin proposed openstack/networking-bagpipe master: fullstack: add scenario for linuxbridge IPVPN driver https://review.openstack.org/475454 | 16:17 |
openstackgerrit | Thomas Morin proposed openstack/networking-bagpipe master: Allow bgpvpn agent extension to work with linuxbridge https://review.openstack.org/475455 | 16:17 |
*** yamamoto has joined #openstack-neutron | 16:17 | |
openstackgerrit | Merged openstack/neutron master: tempest: Make _create_router_with_client obey enable_snat=False https://review.openstack.org/475637 | 16:18 |
*** rossella_ has quit IRC | 16:19 | |
openstackgerrit | Brian Haley proposed openstack/neutron master: Make HA deletion attempt on RouterNotFound race https://review.openstack.org/472454 | 16:19 |
*** pcaruana has quit IRC | 16:19 | |
*** xiaofandh12 has joined #openstack-neutron | 16:22 | |
*** donghao has quit IRC | 16:23 | |
*** tmorin has quit IRC | 16:24 | |
*** xiaofandh12 has quit IRC | 16:24 | |
*** thorst has joined #openstack-neutron | 16:25 | |
*** limao_ has quit IRC | 16:27 | |
*** davidsha has quit IRC | 16:27 | |
*** suresh12 has joined #openstack-neutron | 16:27 | |
*** yamamoto has quit IRC | 16:28 | |
*** rossella_ has joined #openstack-neutron | 16:34 | |
*** nyechiel_ has joined #openstack-neutron | 16:35 | |
*** thorst has quit IRC | 16:35 | |
*** lpetrut has quit IRC | 16:40 | |
*** ltomasbo is now known as ltomasbo|away | 16:42 | |
*** tbachman has quit IRC | 16:44 | |
*** sambetts is now known as sambetts|afk | 16:45 | |
*** suresh12 has quit IRC | 16:45 | |
*** nplanel has quit IRC | 16:47 | |
manjeets | kevinbenton, ping (qq regarding update_network in ml2 plugin) | 16:48 |
*** dane_ has quit IRC | 16:49 | |
*** iyamahat has joined #openstack-neutron | 16:49 | |
*** dane_ has joined #openstack-neutron | 16:49 | |
*** iyamahat has quit IRC | 16:51 | |
*** bfernando has quit IRC | 16:51 | |
*** iyamahat has joined #openstack-neutron | 16:51 | |
*** iyamahat has quit IRC | 16:51 | |
*** iyamahat has joined #openstack-neutron | 16:52 | |
*** sshank has joined #openstack-neutron | 16:52 | |
*** thorst has joined #openstack-neutron | 16:52 | |
*** itlinux_ has joined #openstack-neutron | 16:52 | |
*** crushil has joined #openstack-neutron | 16:54 | |
*** marlinc has quit IRC | 16:54 | |
*** zzzeek has quit IRC | 16:55 | |
*** thorst has quit IRC | 16:55 | |
*** moshele has joined #openstack-neutron | 16:55 | |
*** yamamoto has joined #openstack-neutron | 16:57 | |
*** bobmel has joined #openstack-neutron | 16:58 | |
*** ralonsoh has quit IRC | 16:58 | |
*** bobmel has quit IRC | 16:59 | |
*** thorst has joined #openstack-neutron | 17:00 | |
*** tesseract has quit IRC | 17:00 | |
*** crose has quit IRC | 17:00 | |
*** moshele has quit IRC | 17:01 | |
*** lucasagomes is now known as lucas-afk | 17:03 | |
*** yamamoto has quit IRC | 17:03 | |
openstackgerrit | Merged openstack/neutron master: use six.u rather than unicode for py3 compat https://review.openstack.org/475465 | 17:03 |
*** liangy has joined #openstack-neutron | 17:04 | |
*** moshele has joined #openstack-neutron | 17:06 | |
openstackgerrit | boden proposed openstack/neutron-lib master: add support for extension api_status https://review.openstack.org/475577 | 17:06 |
*** rossella__ has joined #openstack-neutron | 17:07 | |
*** blogan has joined #openstack-neutron | 17:08 | |
*** bobmel has joined #openstack-neutron | 17:08 | |
*** Swami has joined #openstack-neutron | 17:09 | |
*** bobmel_ has joined #openstack-neutron | 17:10 | |
*** rossella_ has quit IRC | 17:10 | |
*** salmankhan has quit IRC | 17:12 | |
*** bobmel has quit IRC | 17:12 | |
*** jkilpatr has quit IRC | 17:14 | |
*** vks1 has quit IRC | 17:16 | |
*** jkilpatr has joined #openstack-neutron | 17:17 | |
*** vks1 has joined #openstack-neutron | 17:18 | |
*** suresh12 has joined #openstack-neutron | 17:19 | |
*** lyan has quit IRC | 17:19 | |
*** fzdarsky is now known as fzdarsky|afk | 17:20 | |
*** tbachman has joined #openstack-neutron | 17:20 | |
*** slaweq has joined #openstack-neutron | 17:20 | |
openstackgerrit | Jakub Libosvar proposed openstack/neutron master: python3: use binary mode to open file in test https://review.openstack.org/475842 | 17:21 |
*** iyamahat has quit IRC | 17:22 | |
*** suresh12 has quit IRC | 17:23 | |
*** iyamahat_ has joined #openstack-neutron | 17:23 | |
*** amotoki is now known as amotoki_away | 17:23 | |
*** suresh12 has joined #openstack-neutron | 17:24 | |
*** catintheroof has joined #openstack-neutron | 17:24 | |
*** slaweq has quit IRC | 17:25 | |
*** suresh12_ has joined #openstack-neutron | 17:25 | |
*** slaweq has joined #openstack-neutron | 17:25 | |
*** marlinc has joined #openstack-neutron | 17:26 | |
*** ahmedOS has joined #openstack-neutron | 17:26 | |
*** ahmedOS has quit IRC | 17:27 | |
*** suresh12 has quit IRC | 17:29 | |
*** slaweq has quit IRC | 17:30 | |
atoth | beagles, another question if you have the time | 17:31 |
*** suresh12_ has quit IRC | 17:32 | |
openstackgerrit | boden proposed openstack/neutron master: add support for extension api_status https://review.openstack.org/475792 | 17:32 |
*** vks1 has quit IRC | 17:35 | |
*** vpickard has quit IRC | 17:37 | |
*** nplanel has joined #openstack-neutron | 17:37 | |
*** suresh12 has joined #openstack-neutron | 17:38 | |
*** sudipto has quit IRC | 17:40 | |
*** sudipto_ has quit IRC | 17:40 | |
*** iyamahat has joined #openstack-neutron | 17:41 | |
*** iyamahat has quit IRC | 17:41 | |
*** vpickard has joined #openstack-neutron | 17:43 | |
beagles | atoth: fire away | 17:43 |
atoth | beagles, re: https://review.openstack.org/#/c/475466/ | 17:44 |
atoth | beagles, not sure if there is something wrong with my stuff or if the ci env is just flaky, I want to say it's the later but would like your opinion before I do yet another recheck | 17:45 |
*** claudiub has quit IRC | 17:45 | |
beagles | atoth, k 1s | 17:45 |
atoth | beagles, thanks | 17:45 |
openstackgerrit | Jakub Libosvar proposed openstack/neutron master: DNM: Raise timeout for test_server https://review.openstack.org/475888 | 17:47 |
*** zzzeek has joined #openstack-neutron | 17:47 | |
*** iyamahat__ has joined #openstack-neutron | 17:48 | |
*** iyamahat_ has quit IRC | 17:50 | |
*** anilvenkata has quit IRC | 17:51 | |
beagles | atoth, just asked about fuel CI in puppet-openstack. You might want to watch in there | 17:53 |
atoth | beagles, thanks, would that cause the gate-tripleo-ci-centos-7-ovb-ha-oooq failure too? | 17:53 |
beagles | no.. that one is a different sort of weird | 17:54 |
*** jpena is now known as jpena|off | 17:54 | |
atoth | beagles, ok, but you confirm it is weird :-) | 17:54 |
*** ben42 has quit IRC | 17:55 | |
sdague | can I get a review on this python-neutronclient change that works with new keystoneauth - https://review.openstack.org/#/c/473903/ ? | 17:55 |
atoth | beagles, little do you know that when you graciously joined in to help that I hit all the weird issues :-) | 17:55 |
openstackgerrit | Merged openstack/neutron master: Fix SG callbacks notification https://review.openstack.org/475445 | 17:56 |
*** tbachman has quit IRC | 17:56 | |
beagles | atoth, heh.. yeah, this is that the package build failed (I think) | 17:56 |
atoth | beagles, yeah, I just could see if my stuff caused the failure :-) | 17:57 |
*** bobmel_ has quit IRC | 17:57 | |
*** zzzeek has quit IRC | 17:57 | |
*** bobmel has joined #openstack-neutron | 17:57 | |
*** suresh12 has quit IRC | 17:59 | |
*** suresh12 has joined #openstack-neutron | 17:59 | |
*** mriedem_bowlcut is now known as mriedem | 17:59 | |
*** moshele has quit IRC | 17:59 | |
atoth | oooo, beagles, real question, on you comments in the review, there are actually deprecated params that aren't listed under the heading (ie log_file)that aren't related to my feature, should I move them under the heading, remove them as well or leave them as is? I'm thinking at a minimum to move them under the heading. | 18:01 |
*** iyamahat__ has quit IRC | 18:02 | |
*** zzzeek has joined #openstack-neutron | 18:03 | |
openstackgerrit | Jakub Libosvar proposed openstack/neutron master: functional: Don't write strings to pipe https://review.openstack.org/475889 | 18:03 |
beagles | atoth, I would leave them actually for your patch | 18:03 |
*** catinthe_ has joined #openstack-neutron | 18:03 | |
beagles | atoth, not sure why they are marked "REMOVED", that's a new one on me | 18:03 |
atoth | beagles, leave them where they are or move them under the deprecated heading? | 18:04 |
beagles | and btw... why are we talking here and not in puppet-openstack? | 18:04 |
*** jlibosva has quit IRC | 18:04 | |
beagles | atoth, don't touch them in this patch | 18:04 |
atoth | beagles, thanks, and because I have too many rooms opens | 18:04 |
*** thorst has quit IRC | 18:05 | |
atoth | beagles, and forgot to ask which one to go to :-) | 18:05 |
*** catintheroof has quit IRC | 18:05 | |
*** bobmel has quit IRC | 18:05 | |
*** MasterOfBugs has joined #openstack-neutron | 18:06 | |
*** suresh12 has quit IRC | 18:10 | |
*** efoley has quit IRC | 18:11 | |
openstackgerrit | Manjeet Singh Bhatia proposed openstack/neutron master: Add provider info to network for update https://review.openstack.org/475891 | 18:14 |
*** suresh12 has joined #openstack-neutron | 18:18 | |
*** nyechiel_ has quit IRC | 18:19 | |
openstackgerrit | Manjeet Singh Bhatia proposed openstack/neutron master: Add provider info to network for update https://review.openstack.org/475891 | 18:21 |
*** jlibosva has joined #openstack-neutron | 18:24 | |
*** tbachman has joined #openstack-neutron | 18:26 | |
*** amoralej is now known as amoralej|off | 18:27 | |
*** kobis has joined #openstack-neutron | 18:31 | |
*** boden has quit IRC | 18:32 | |
*** suresh12 has quit IRC | 18:32 | |
*** sshank has quit IRC | 18:36 | |
*** salv-orlando has quit IRC | 18:38 | |
*** nplanel has quit IRC | 18:39 | |
*** salv-orlando has joined #openstack-neutron | 18:39 | |
*** fzdarsky|afk is now known as fzdarsky | 18:40 | |
openstackgerrit | Brian Haley proposed openstack/neutron master: Fix tempest router creation https://review.openstack.org/475069 | 18:42 |
*** gcheresh has joined #openstack-neutron | 18:48 | |
*** jkilpatr_ has joined #openstack-neutron | 18:52 | |
*** jkilpatr has quit IRC | 18:53 | |
*** nplanel has joined #openstack-neutron | 18:57 | |
*** thorst has joined #openstack-neutron | 18:58 | |
*** bobmel has joined #openstack-neutron | 19:00 | |
*** mosulica has joined #openstack-neutron | 19:03 | |
*** mosulica has quit IRC | 19:03 | |
*** bobmel has quit IRC | 19:05 | |
*** ssalagame has quit IRC | 19:06 | |
*** suresh12 has joined #openstack-neutron | 19:08 | |
*** slaweq has joined #openstack-neutron | 19:10 | |
*** itlinux_ has quit IRC | 19:13 | |
*** thorst has quit IRC | 19:15 | |
*** thorst has joined #openstack-neutron | 19:15 | |
*** catinthe_ has quit IRC | 19:16 | |
*** slaweq has quit IRC | 19:17 | |
*** thorst has quit IRC | 19:20 | |
*** nicolasbock has quit IRC | 19:21 | |
*** atoth has quit IRC | 19:22 | |
*** sshank has joined #openstack-neutron | 19:28 | |
*** edmondsw has quit IRC | 19:29 | |
*** sshank has quit IRC | 19:31 | |
*** hoonetorg has quit IRC | 19:34 | |
*** liangy has quit IRC | 19:37 | |
*** kobis has quit IRC | 19:37 | |
*** sshank has joined #openstack-neutron | 19:40 | |
*** ataraday__ has joined #openstack-neutron | 19:41 | |
*** mgkwill_ is now known as mgkwill | 19:46 | |
*** hoonetorg has joined #openstack-neutron | 19:50 | |
openstackgerrit | Manjeet Singh Bhatia proposed openstack/neutron master: Add provider info to network for update https://review.openstack.org/475891 | 19:52 |
*** zzzeek has quit IRC | 19:53 | |
*** fzdarsky is now known as fzdarsky|afk | 19:55 | |
*** edmondsw has joined #openstack-neutron | 20:00 | |
*** ben42 has joined #openstack-neutron | 20:02 | |
*** kobis has joined #openstack-neutron | 20:04 | |
*** kobis has quit IRC | 20:08 | |
*** jkilpatr_ has quit IRC | 20:10 | |
openstackgerrit | Jakub Libosvar proposed openstack/neutron master: functional-tests: Make addresses for tunneling unique https://review.openstack.org/475911 | 20:10 |
*** slaweq has joined #openstack-neutron | 20:11 | |
*** amuller has quit IRC | 20:11 | |
*** amuller has joined #openstack-neutron | 20:12 | |
*** hoonetorg has quit IRC | 20:15 | |
openstackgerrit | Jakub Libosvar proposed openstack/neutron master: functional-tests: Make addresses for tunneling unique https://review.openstack.org/475911 | 20:17 |
*** jprovazn has quit IRC | 20:17 | |
*** jlibosva has quit IRC | 20:19 | |
*** jerrygb has quit IRC | 20:19 | |
*** amotoki_away is now known as amotoki | 20:24 | |
*** suresh12 has quit IRC | 20:28 | |
*** suresh12 has joined #openstack-neutron | 20:29 | |
*** amotoki is now known as amotoki_away | 20:33 | |
*** ssalagame has joined #openstack-neutron | 20:34 | |
*** boden has joined #openstack-neutron | 20:36 | |
*** hoonetorg has joined #openstack-neutron | 20:36 | |
*** suresh12 has quit IRC | 20:39 | |
*** gcheresh has quit IRC | 20:39 | |
*** zzzeek has joined #openstack-neutron | 20:42 | |
*** suresh12 has joined #openstack-neutron | 20:44 | |
*** ijw has joined #openstack-neutron | 20:45 | |
*** suresh12 has quit IRC | 20:46 | |
*** suresh12 has joined #openstack-neutron | 20:46 | |
*** ben42 has quit IRC | 20:46 | |
*** cleong has quit IRC | 20:53 | |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron master: Ingress bandwidth limit rule in Linuxbridge agent https://review.openstack.org/475584 | 20:53 |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron master: Add missing info about supported ingress bandwidth limit rule https://review.openstack.org/475925 | 20:58 |
slaweq | kevinbenton: mlavalle: hello, can You take a look on https://review.openstack.org/#/c/475925/ | 21:00 |
slaweq | it's very trivial fix with add missing info in devref for qos only :) | 21:00 |
*** bobmel has joined #openstack-neutron | 21:01 | |
mlavalle | slaweq: you had already updated the devref, but forgot this table.... is that right? | 21:03 |
slaweq | mlavalle: yes | 21:03 |
mlavalle | updated for bandwidth ingress in OVS, I mean | 21:03 |
mlavalle | correct? | 21:03 |
slaweq | sorry for mess but I found it now when I was changing https://review.openstack.org/#/c/475584/ | 21:04 |
slaweq | mlavalle: exactly | 21:04 |
slaweq | ingress bw limit of ovs was added few days ago | 21:04 |
slaweq | and I changed devref then but I forgot to add it in this table :/ | 21:05 |
*** lucasxu has quit IRC | 21:05 | |
*** bobmel has quit IRC | 21:06 | |
mlavalle | slaweq: you have a little type in the commit: look at the 3rd line, first word 'bot' | 21:06 |
mlavalle | slaweq: do you want to fix it? | 21:06 |
mlavalle | is should be both | 21:06 |
mlavalle | I can fix it for you if you want | 21:06 |
mlavalle | it should be both | 21:06 |
slaweq | yes, I will fix it | 21:06 |
slaweq | thx | 21:06 |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron master: Add missing info about supported ingress bandwidth limit rule https://review.openstack.org/475925 | 21:07 |
slaweq | mlavalle: fixed :) | 21:07 |
mlavalle | slaweq: ok I see you pushed it again. Thanks | 21:07 |
*** tidwellr has quit IRC | 21:08 | |
slaweq | thx for help mlavalle | 21:08 |
mlavalle | slaweq: done | 21:08 |
slaweq | mlavalle: thx | 21:09 |
slaweq | btw mlavalle: if You would have time please take a look on https://review.openstack.org/#/c/475584/ also :) | 21:09 |
slaweq | it's ingress bw limit for linuxbridge backend driver | 21:09 |
mlavalle | slaweq: it was mentioned in the QoS meeting earlier today. Yes I will take a look, not necessarily today though | 21:10 |
slaweq | yes, I saw log from meeting | 21:10 |
slaweq | but then it was WIP | 21:10 |
slaweq | and now I think it's ready to review :) | 21:10 |
slaweq | thx a lot | 21:11 |
mlavalle | slaweq: yeah that is why I was waiting. ok, now I know it is not WIP anymore | 21:11 |
slaweq | yes, it should be ready for review now | 21:12 |
slaweq | thx and have a nice day | 21:12 |
mlavalle | you too | 21:13 |
*** jkilpatr_ has joined #openstack-neutron | 21:16 | |
*** salv-orl_ has joined #openstack-neutron | 21:17 | |
*** salv-orlando has quit IRC | 21:20 | |
*** armax has joined #openstack-neutron | 21:22 | |
*** crushil has quit IRC | 21:22 | |
*** crushil has joined #openstack-neutron | 21:22 | |
*** catintheroof has joined #openstack-neutron | 21:25 | |
*** crushil has quit IRC | 21:27 | |
*** trevormc has quit IRC | 21:28 | |
*** apuimedo has joined #openstack-neutron | 21:29 | |
openstackgerrit | Merged openstack/neutron master: python3: use binary mode to open file in test https://review.openstack.org/475842 | 21:30 |
openstackgerrit | Merged openstack/neutron master: TC doesn't rise exception if device doesn't exist https://review.openstack.org/474244 | 21:30 |
*** lihi has quit IRC | 21:31 | |
*** jkilpatr_ has quit IRC | 21:31 | |
*** jkilpatr has joined #openstack-neutron | 21:31 | |
*** dimak has quit IRC | 21:31 | |
*** gouthamr has quit IRC | 21:31 | |
*** dimak has joined #openstack-neutron | 21:32 | |
*** lihi has joined #openstack-neutron | 21:32 | |
*** thorst has joined #openstack-neutron | 21:32 | |
*** apuimedo has quit IRC | 21:33 | |
*** apuimedo has joined #openstack-neutron | 21:34 | |
*** dave-mccowan has quit IRC | 21:35 | |
*** pramodrj07 has joined #openstack-neutron | 21:37 | |
*** baoli has quit IRC | 21:40 | |
*** MasterOfBugs has quit IRC | 21:40 | |
*** amuller has quit IRC | 21:44 | |
*** gouthamr has joined #openstack-neutron | 21:46 | |
*** thorst has quit IRC | 21:47 | |
*** armax has quit IRC | 21:54 | |
*** slaweq has quit IRC | 21:55 | |
*** slaweq has joined #openstack-neutron | 21:56 | |
*** markvoelker has quit IRC | 21:56 | |
*** slaweq has quit IRC | 21:56 | |
*** slaweq has joined #openstack-neutron | 21:57 | |
*** thorst has joined #openstack-neutron | 21:57 | |
*** slaweq has quit IRC | 21:59 | |
*** slaweq has joined #openstack-neutron | 22:00 | |
*** wolverineav has quit IRC | 22:00 | |
*** wolverineav has joined #openstack-neutron | 22:01 | |
*** armax has joined #openstack-neutron | 22:03 | |
*** markvoelker has joined #openstack-neutron | 22:04 | |
*** thorst has quit IRC | 22:05 | |
*** thorst has joined #openstack-neutron | 22:05 | |
*** wolverineav has quit IRC | 22:05 | |
*** slaweq has quit IRC | 22:05 | |
*** thorst has quit IRC | 22:07 | |
*** esberglu has quit IRC | 22:07 | |
*** yee37923 has joined #openstack-neutron | 22:10 | |
*** yee37923 has quit IRC | 22:10 | |
*** sshank has quit IRC | 22:11 | |
*** openstack has joined #openstack-neutron | 22:19 | |
*** apuimedo has joined #openstack-neutron | 22:19 | |
*** oomichi has joined #openstack-neutron | 22:19 | |
*** safchain has joined #openstack-neutron | 22:20 | |
*** yee379 has quit IRC | 22:20 | |
*** dosaboy has joined #openstack-neutron | 22:20 | |
*** neiljerram has quit IRC | 22:20 | |
*** yee379 has joined #openstack-neutron | 22:20 | |
*** edmondsw has quit IRC | 22:23 | |
*** StevenK has joined #openstack-neutron | 22:25 | |
*** suresh12 has quit IRC | 22:28 | |
*** dweeks has joined #openstack-neutron | 22:29 | |
*** dane_ has quit IRC | 22:29 | |
*** slaweq has joined #openstack-neutron | 22:30 | |
*** slaweq has quit IRC | 22:37 | |
*** wolverineav has joined #openstack-neutron | 22:37 | |
*** rossella__ has quit IRC | 22:38 | |
*** slaweq has joined #openstack-neutron | 22:38 | |
*** slaweq has quit IRC | 22:43 | |
*** suresh12_ has joined #openstack-neutron | 22:44 | |
*** mriedem1 has joined #openstack-neutron | 22:48 | |
*** mriedem has quit IRC | 22:50 | |
*** sshank has joined #openstack-neutron | 22:50 | |
*** pramodrj07 has quit IRC | 22:52 | |
*** pramodrj07 has joined #openstack-neutron | 22:53 | |
openstackgerrit | Kevin Benton proposed openstack/neutron master: Common Agent loop: Catch delete_port extension failures https://review.openstack.org/474166 | 22:55 |
*** Guest96259 is now known as dansmith | 22:56 | |
*** annegentle has quit IRC | 22:58 | |
*** salv-orl_ has quit IRC | 22:59 | |
*** salv-orlando has joined #openstack-neutron | 22:59 | |
*** bobmel has joined #openstack-neutron | 23:02 | |
*** salv-orlando has quit IRC | 23:03 | |
*** bobmel has quit IRC | 23:07 | |
openstackgerrit | Igor Duarte Cardoso proposed openstack/networking-sfc master: [WIP] Service Graphs CLI (neutronclient) https://review.openstack.org/474137 | 23:08 |
openstackgerrit | Igor Duarte Cardoso proposed openstack/networking-sfc master: Add Service Graph API/extension resource and stubs https://review.openstack.org/388802 | 23:08 |
openstackgerrit | Igor Duarte Cardoso proposed openstack/networking-sfc master: Add Service Graph OVS Driver+Agent logic+tests https://review.openstack.org/424370 | 23:08 |
openstackgerrit | Igor Duarte Cardoso proposed openstack/networking-sfc master: Add Service Graph DB and Plugin logic+tests https://review.openstack.org/419212 | 23:08 |
kevinbenton | mlavalle: hey | 23:08 |
mlavalle | kevinbenton: hey | 23:08 |
kevinbenton | mlavalle: did you propose a revert of that segments change? | 23:08 |
mlavalle | kevinbenton: I ws going to do it in a bit | 23:08 |
kevinbenton | mlavalle: ok, no rush | 23:08 |
kevinbenton | just wanted to make sure i didn't miss it | 23:08 |
mlavalle | kevinbenton: I'll do it right now | 23:09 |
kevinbenton | mlavalle: thanks. can you also take a quick look at https://review.openstack.org/#/c/475283/ (it's small i promise) :) | 23:09 |
*** sshank has quit IRC | 23:12 | |
*** slaweq has joined #openstack-neutron | 23:14 | |
*** sshank has joined #openstack-neutron | 23:15 | |
mlavalle | kevinbenton: review done | 23:16 |
*** emagana has quit IRC | 23:17 | |
*** emagana has joined #openstack-neutron | 23:17 | |
*** catintheroof has quit IRC | 23:18 | |
*** slaweq has quit IRC | 23:19 | |
*** harlowja has quit IRC | 23:19 | |
*** annegentle has joined #openstack-neutron | 23:19 | |
*** emagana_ has joined #openstack-neutron | 23:20 | |
*** emagana has quit IRC | 23:21 | |
*** annegentle has quit IRC | 23:22 | |
*** annegentle has joined #openstack-neutron | 23:22 | |
*** emagana_ has quit IRC | 23:25 | |
openstackgerrit | Miguel Lavalle proposed openstack/neutron master: Revert "Delete segments on BEFORE_DELETE instead of PRECOMMIT" https://review.openstack.org/475955 | 23:25 |
openstackgerrit | Miguel Lavalle proposed openstack/neutron master: Revert "Delete segments on BEFORE_DELETE instead of PRECOMMIT" https://review.openstack.org/475955 | 23:26 |
*** armax has quit IRC | 23:26 | |
*** mvk has joined #openstack-neutron | 23:27 | |
*** annegentle has quit IRC | 23:27 | |
*** emagana has joined #openstack-neutron | 23:27 | |
openstackgerrit | Merged openstack/neutron master: Add missing info about supported ingress bandwidth limit rule https://review.openstack.org/475925 | 23:28 |
*** janzian has quit IRC | 23:30 | |
*** mriedem1 is now known as mriedem | 23:31 | |
*** emagana has quit IRC | 23:31 | |
*** ssalagame has quit IRC | 23:32 | |
*** ijw has quit IRC | 23:33 | |
openstackgerrit | Merged openstack/neutron-lib master: bgpvpn-routes-control extension https://review.openstack.org/467277 | 23:33 |
*** ssalagame has joined #openstack-neutron | 23:34 | |
*** slaweq has joined #openstack-neutron | 23:35 | |
*** slaweq has quit IRC | 23:40 | |
*** annegentle has joined #openstack-neutron | 23:42 | |
*** mlavalle has quit IRC | 23:42 | |
*** ssalagame has quit IRC | 23:45 | |
*** lnicolas has joined #openstack-neutron | 23:45 | |
*** annegentle has quit IRC | 23:47 | |
*** ssalagame has joined #openstack-neutron | 23:50 | |
*** wolverineav has quit IRC | 23:50 | |
*** slaweq has joined #openstack-neutron | 23:56 | |
openstackgerrit | Isaku Yamahata proposed openstack/neutron master: security group: pass update value to precommit_update https://review.openstack.org/475649 | 23:57 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!