openstackgerrit | Alessandro Pilotti proposed a change to openstack/neutron: Fixes Hyper-V COM initializazion race condition https://review.openstack.org/128140 | 00:02 |
---|---|---|
exploreshaifali | kevinbenton, here is latest patch https://review.openstack.org/#/c/126141/ | 00:02 |
*** pritesh has quit IRC | 00:03 | |
*** SumitNaiksatam has quit IRC | 00:03 | |
exploreshaifali | kevinbenton, have submitted the patch | 00:05 |
*** yjiang5 is now known as yjiang5_away | 00:05 | |
*** britthou_ has quit IRC | 00:05 | |
*** britthouser has joined #openstack-neutron | 00:06 | |
*** yjiang5_away has quit IRC | 00:06 | |
*** marrusl has joined #openstack-neutron | 00:07 | |
*** ijw_ has joined #openstack-neutron | 00:11 | |
*** AbsinthMind has joined #openstack-neutron | 00:11 | |
*** a_le has quit IRC | 00:13 | |
*** ijw has quit IRC | 00:14 | |
*** achanda has quit IRC | 00:16 | |
exploreshaifali | kevinbenton, all right Thanks again. Leaving | 00:16 |
*** exploreshaifali has quit IRC | 00:18 | |
*** pritesh has joined #openstack-neutron | 00:18 | |
*** ramishra has quit IRC | 00:19 | |
*** tonyb has quit IRC | 00:20 | |
*** tonyb has joined #openstack-neutron | 00:20 | |
*** ZZelle_ has quit IRC | 00:20 | |
*** zzzeek has quit IRC | 00:21 | |
*** chuckC_ has quit IRC | 00:22 | |
*** pritesh has quit IRC | 00:28 | |
*** manishg has quit IRC | 00:29 | |
*** pritesh has joined #openstack-neutron | 00:30 | |
*** ChuckC has quit IRC | 00:32 | |
*** padkrish has quit IRC | 00:35 | |
*** nlahouti has quit IRC | 00:35 | |
*** nlahouti has joined #openstack-neutron | 00:38 | |
*** alexpilotti has quit IRC | 00:38 | |
*** Sukhdev has quit IRC | 00:39 | |
*** vivek-ebay has quit IRC | 00:43 | |
*** vivek-ebay has joined #openstack-neutron | 00:43 | |
*** SumitNaiksatam has joined #openstack-neutron | 00:45 | |
*** VijayB_ has quit IRC | 00:47 | |
*** pritesh has quit IRC | 00:48 | |
*** VijayB_ has joined #openstack-neutron | 00:48 | |
*** VijayB has joined #openstack-neutron | 00:49 | |
*** VijayB_ has quit IRC | 00:49 | |
*** baoli has quit IRC | 00:50 | |
*** VijayB has quit IRC | 00:51 | |
*** ramishra has joined #openstack-neutron | 00:54 | |
*** mitz_ has quit IRC | 00:55 | |
*** mitz_ has joined #openstack-neutron | 00:57 | |
*** shivharis has quit IRC | 00:59 | |
*** dims_ has quit IRC | 01:00 | |
*** shivharis has joined #openstack-neutron | 01:00 | |
*** dims has joined #openstack-neutron | 01:01 | |
*** ijw_ has quit IRC | 01:02 | |
*** shakayumi has quit IRC | 01:02 | |
*** vivek-ebay has quit IRC | 01:04 | |
*** shakayumi has joined #openstack-neutron | 01:04 | |
*** armax has joined #openstack-neutron | 01:04 | |
*** stanzgy has joined #openstack-neutron | 01:05 | |
*** ramishra has quit IRC | 01:05 | |
*** vivek-ebay has joined #openstack-neutron | 01:05 | |
*** dims has quit IRC | 01:05 | |
*** yjiang5 has joined #openstack-neutron | 01:05 | |
kevinbenton | armax: hey | 01:06 |
armax | kevinbenton: oi | 01:06 |
*** padkrish has joined #openstack-neutron | 01:06 | |
kevinbenton | armax: what was the decision for https://review.openstack.org/#/c/127943/ | 01:06 |
armax | haven’t looked at it yet | 01:07 |
kevinbenton | armax: ok. i’ll make the small change swami suggested | 01:07 |
armax | kevinbenton: thanks! | 01:07 |
*** padkrish has quit IRC | 01:08 | |
*** nlahouti has quit IRC | 01:08 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/neutron: Updated from global requirements https://review.openstack.org/128040 | 01:08 |
armax | kevinbenton: I’ll look at it asap | 01:08 |
*** trad511 has joined #openstack-neutron | 01:09 | |
kevinbenton | armax: there is one more i need your feedback on | 01:09 |
armax | kevinbenton: shoot | 01:09 |
kevinbenton | armax: I don’t know what to narrow the exception catching to in this https://review.openstack.org/#/c/124961/ | 01:09 |
kevinbenton | armax: reschedule_router is a function that does lots of stuff | 01:10 |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: Call DVR VMARP notify outside of transaction https://review.openstack.org/127943 | 01:10 |
armax | so what prompted you in the first place? | 01:10 |
armax | kevinbenton: you must have observed an exception at least | 01:10 |
armax | no? | 01:10 |
kevinbenton | armax: yeah, one i saw in particular was a “mysql server went away” error | 01:11 |
kevinbenton | armax: i think another was a connection refused for RPC | 01:11 |
armax | kevinbenton: so I’d say that DBerror and RPCError would be a good start | 01:12 |
armax | kevinbenton: or the equivalent for RPC I can’t recall the exact name, no it’s RemoteError | 01:12 |
kevinbenton | armax: the thing that worries me is that if we miss one, this thing just dies and it’s not an obvious bug for users to run into | 01:12 |
kevinbenton | armax: but i suppose general DB errors and RPC errors should cover the two I’ve seen | 01:13 |
armax | kevinbenton: cover both of them should give us exestive protection | 01:13 |
armax | kevinbenton: having said that I’d be fine with catching broadly | 01:14 |
armax | but as I said, we need to limit the scope of the try-execept | 01:14 |
armax | otherwise there’s a danger, of cathing stuff that clearly we don’t want | 01:15 |
armax | perhaps we can only wrap the reschedule_router method | 01:16 |
*** dims has joined #openstack-neutron | 01:16 | |
*** harlowja is now known as harlowja_away | 01:16 | |
*** ChuckC has joined #openstack-neutron | 01:16 | |
*** harlowja_away is now known as harlowja | 01:16 | |
kevinbenton | armax: that’s not enough, if there are errors with the DB connection, L116 will fail | 01:16 |
armax | kevinbenton: sorry I hadn’t seen that one | 01:17 |
armax | oh wait | 01:17 |
dkehn | armax: when adding a 3rd party DHCP support code which provided an API to the 3rd party DHCP server , where should one place that code, it would be call that one would make from the neutron/agetn/linux/dhcp.py module | 01:17 |
armax | the query is not issue to the DB not until129 | 01:17 |
armax | 116 is just query preparation | 01:18 |
armax | nothing gets issued at that point | 01:18 |
armax | the sql execute is only done lazely on query object access | 01:18 |
armax | kevinbenton: I gotta go now, ping me later if you need me | 01:18 |
openstackgerrit | Dane LeBlanc proposed a change to openstack/neutron: Use EUI64 for IPv6 SLAAC when subnet is specified https://review.openstack.org/101433 | 01:19 |
openstackgerrit | Dane LeBlanc proposed a change to openstack/neutron: Support Multiple IPv6 Prefixes and Addresses for IPv6 Network https://review.openstack.org/113339 | 01:19 |
*** chuckC_ has joined #openstack-neutron | 01:19 | |
openstackgerrit | Carl Baldwin proposed a change to openstack/neutron: Make L2 DVR Agent start successfully without an active neutron server https://review.openstack.org/123911 | 01:19 |
kevinbenton | armax: so should i narrow the catch and the try-except coverage then? | 01:20 |
armax | dkehn: that would need to be looked into in the context of a larger refactoring but that’s a good place to start | 01:20 |
*** shashankhegde has quit IRC | 01:20 | |
*** s3wong has quit IRC | 01:23 | |
*** ramishra has joined #openstack-neutron | 01:23 | |
*** yamamoto_ has joined #openstack-neutron | 01:23 | |
dkehn | armax: in the neutron/agent/linux or would it be the plugin dir? | 01:23 |
*** vivek-ebay has quit IRC | 01:24 | |
dkehn | armax: just curious I see that the plugins 3rd party are more switch in nature but still vendor specific | 01:24 |
*** armax has left #openstack-neutron | 01:25 | |
*** shivharis has quit IRC | 01:28 | |
*** ijw has joined #openstack-neutron | 01:28 | |
*** Sukhdev has joined #openstack-neutron | 01:29 | |
*** carl_baldwin has quit IRC | 01:30 | |
*** ramishra has quit IRC | 01:33 | |
*** Sukhdev has quit IRC | 01:33 | |
*** popw has joined #openstack-neutron | 01:36 | |
*** spandhe_ has quit IRC | 01:36 | |
*** padkrish has joined #openstack-neutron | 01:37 | |
*** ivar-laz_ has joined #openstack-neutron | 01:38 | |
*** vivek-ebay has joined #openstack-neutron | 01:41 | |
*** mestery has quit IRC | 01:42 | |
*** ivar-lazzaro has quit IRC | 01:42 | |
*** vivek-eb_ has joined #openstack-neutron | 01:45 | |
*** vivek-ebay has quit IRC | 01:45 | |
*** mestery has joined #openstack-neutron | 01:47 | |
*** yjiang5 has quit IRC | 01:49 | |
*** padkrish has quit IRC | 01:50 | |
*** padkrish has joined #openstack-neutron | 01:51 | |
*** yjiang5 has joined #openstack-neutron | 01:54 | |
*** padkrish has quit IRC | 01:55 | |
*** shakamunyi has joined #openstack-neutron | 01:56 | |
*** shakayumi has quit IRC | 01:57 | |
*** ijw has quit IRC | 01:58 | |
*** trad511 has quit IRC | 02:01 | |
*** yeungp has quit IRC | 02:01 | |
*** gongysh has joined #openstack-neutron | 02:01 | |
*** yeungp has joined #openstack-neutron | 02:02 | |
*** armax has joined #openstack-neutron | 02:05 | |
*** xuhanp has joined #openstack-neutron | 02:06 | |
*** yeungp has quit IRC | 02:09 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: Catch exceptions in router rescheduler https://review.openstack.org/124961 | 02:11 |
*** X019 has quit IRC | 02:11 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: Call DVR VMARP notify outside of transaction https://review.openstack.org/127943 | 02:13 |
*** suresh12 has quit IRC | 02:14 | |
*** suresh12 has joined #openstack-neutron | 02:17 | |
*** yjiang5 has quit IRC | 02:18 | |
*** popw has quit IRC | 02:23 | |
*** armax has quit IRC | 02:27 | |
*** ivar-laz_ has quit IRC | 02:27 | |
*** ivar-lazzaro has joined #openstack-neutron | 02:27 | |
*** dims has quit IRC | 02:29 | |
*** shakamunyi has quit IRC | 02:34 | |
*** shakamunyi has joined #openstack-neutron | 02:35 | |
*** liusheng has quit IRC | 02:42 | |
*** chuckC__ has joined #openstack-neutron | 02:44 | |
*** shakayumi has joined #openstack-neutron | 02:46 | |
*** cnesa17 has joined #openstack-neutron | 02:46 | |
*** nijaba_ has joined #openstack-neutron | 02:47 | |
*** tflynn_ has joined #openstack-neutron | 02:47 | |
*** britthou_ has joined #openstack-neutron | 02:47 | |
*** suresh12_ has joined #openstack-neutron | 02:47 | |
*** jdaggett_ has joined #openstack-neutron | 02:48 | |
*** wendar_ has joined #openstack-neutron | 02:49 | |
*** ctracey_ has joined #openstack-neutron | 02:49 | |
*** popw has joined #openstack-neutron | 02:50 | |
*** SpamapS_ has joined #openstack-neutron | 02:50 | |
*** morgan has joined #openstack-neutron | 02:52 | |
*** yeungp has joined #openstack-neutron | 02:52 | |
*** rcarrill` has joined #openstack-neutron | 02:53 | |
*** shakamunyi has quit IRC | 02:54 | |
*** suresh12 has quit IRC | 02:54 | |
*** gongysh has quit IRC | 02:54 | |
*** chuckC_ has quit IRC | 02:54 | |
*** britthouser has quit IRC | 02:54 | |
*** krtaylor has quit IRC | 02:54 | |
*** tflynn has quit IRC | 02:54 | |
*** Dafna has quit IRC | 02:54 | |
*** HenryG has quit IRC | 02:54 | |
*** morganfainberg has quit IRC | 02:54 | |
*** cnesa16 has quit IRC | 02:54 | |
*** rcarrillocruz has quit IRC | 02:54 | |
*** jaypipes has quit IRC | 02:54 | |
*** zenpac has quit IRC | 02:54 | |
*** mgagne has quit IRC | 02:54 | |
*** jroll has quit IRC | 02:54 | |
*** comstud has quit IRC | 02:54 | |
*** atmark has quit IRC | 02:54 | |
*** ctracey has quit IRC | 02:54 | |
*** jdaggett has quit IRC | 02:54 | |
*** wendar has quit IRC | 02:54 | |
*** vishy has quit IRC | 02:54 | |
*** jmeridth has quit IRC | 02:54 | |
*** adam_g has quit IRC | 02:54 | |
*** nimissa1 has quit IRC | 02:54 | |
*** nijaba has quit IRC | 02:54 | |
*** SpamapS has quit IRC | 02:54 | |
*** morgan is now known as morganfainberg | 02:54 | |
*** chuckC__ is now known as chuckC_ | 02:54 | |
*** manishg has joined #openstack-neutron | 02:54 | |
*** manishg has quit IRC | 02:55 | |
*** ivar-laz_ has joined #openstack-neutron | 02:55 | |
*** vishy has joined #openstack-neutron | 02:56 | |
*** jdaggett_ is now known as jdaggett | 02:56 | |
*** adam_g has joined #openstack-neutron | 02:57 | |
*** adam_g has quit IRC | 02:58 | |
*** adam_g has joined #openstack-neutron | 02:58 | |
*** a_le has joined #openstack-neutron | 02:58 | |
*** ivar-lazzaro has quit IRC | 02:59 | |
*** ctracey_ is now known as ctracey | 02:59 | |
*** ivar-laz_ has quit IRC | 03:00 | |
*** Dafna has joined #openstack-neutron | 03:00 | |
*** atmark has joined #openstack-neutron | 03:00 | |
*** zenpac has joined #openstack-neutron | 03:00 | |
*** nimissa has joined #openstack-neutron | 03:00 | |
*** atmark is now known as Guest86251 | 03:01 | |
*** padkrish has joined #openstack-neutron | 03:01 | |
*** yamahata has joined #openstack-neutron | 03:01 | |
*** britthouser has joined #openstack-neutron | 03:02 | |
*** carl_baldwin has joined #openstack-neutron | 03:02 | |
*** britthou_ has quit IRC | 03:02 | |
*** gongysh has joined #openstack-neutron | 03:03 | |
*** jaypipes has joined #openstack-neutron | 03:04 | |
*** krtaylor has joined #openstack-neutron | 03:04 | |
*** ramishra has joined #openstack-neutron | 03:05 | |
*** padkrish has quit IRC | 03:06 | |
*** thedodd has joined #openstack-neutron | 03:08 | |
*** mrsnivvel has joined #openstack-neutron | 03:10 | |
*** armax has joined #openstack-neutron | 03:11 | |
openstackgerrit | A change was merged to openstack/neutron: Do not assume order of lvm.tun_ofports set elements https://review.openstack.org/112079 | 03:17 |
*** WeiWang has joined #openstack-neutron | 03:19 | |
*** comstud has joined #openstack-neutron | 03:21 | |
*** jroll has joined #openstack-neutron | 03:21 | |
*** mgagne has joined #openstack-neutron | 03:21 | |
*** jmeridth has joined #openstack-neutron | 03:21 | |
*** mgagne is now known as Guest88785 | 03:21 | |
*** suresh12_ has quit IRC | 03:25 | |
*** dims has joined #openstack-neutron | 03:29 | |
*** armax has quit IRC | 03:29 | |
*** AbsinthMind has quit IRC | 03:30 | |
*** catohornet has quit IRC | 03:30 | |
*** shashankhegde has joined #openstack-neutron | 03:33 | |
*** carl_baldwin has quit IRC | 03:34 | |
*** dims has quit IRC | 03:34 | |
*** SpamapS_ is now known as SpamapS | 03:34 | |
*** armax has joined #openstack-neutron | 03:34 | |
*** SpamapS has quit IRC | 03:34 | |
*** SpamapS has joined #openstack-neutron | 03:34 | |
*** carl_baldwin has joined #openstack-neutron | 03:35 | |
*** popw has quit IRC | 03:43 | |
*** popw has joined #openstack-neutron | 03:43 | |
*** spandhe has joined #openstack-neutron | 03:43 | |
*** leenheer has joined #openstack-neutron | 03:43 | |
*** nlahouti has joined #openstack-neutron | 03:45 | |
*** changbl_ has quit IRC | 03:46 | |
*** nlahouti has quit IRC | 03:47 | |
*** nlahouti has joined #openstack-neutron | 03:47 | |
*** carl_baldwin has quit IRC | 03:48 | |
*** harlowja is now known as harlowja_away | 03:48 | |
*** xuhanp has quit IRC | 03:48 | |
*** spandhe has quit IRC | 03:48 | |
*** spandhe___ has joined #openstack-neutron | 03:48 | |
*** SridharG has joined #openstack-neutron | 03:49 | |
*** harlowja_away is now known as harlowja | 03:52 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: Catch exceptions in router rescheduler https://review.openstack.org/124961 | 03:55 |
*** thedodd has quit IRC | 03:56 | |
*** achanda has joined #openstack-neutron | 03:56 | |
*** ChuckC has quit IRC | 04:00 | |
*** ChuckC has joined #openstack-neutron | 04:01 | |
*** HenryG has joined #openstack-neutron | 04:12 | |
*** vivek-eb_ has quit IRC | 04:12 | |
*** amotoki has joined #openstack-neutron | 04:13 | |
*** tflynn has joined #openstack-neutron | 04:13 | |
*** tflynn_ has quit IRC | 04:17 | |
*** tflynn has quit IRC | 04:18 | |
*** SridharG has quit IRC | 04:18 | |
*** yamahata has quit IRC | 04:19 | |
*** yamahata has joined #openstack-neutron | 04:19 | |
*** Sukhdev has joined #openstack-neutron | 04:19 | |
*** armax has quit IRC | 04:26 | |
*** vivek-ebay has joined #openstack-neutron | 04:26 | |
*** yatin has joined #openstack-neutron | 04:27 | |
*** dims has joined #openstack-neutron | 04:30 | |
*** ramishra has quit IRC | 04:31 | |
*** ramishra has joined #openstack-neutron | 04:32 | |
*** zhhuabj has quit IRC | 04:33 | |
*** zhhuabj has joined #openstack-neutron | 04:34 | |
*** dims has quit IRC | 04:35 | |
*** zhhuabj has quit IRC | 04:35 | |
*** ramishra_ has joined #openstack-neutron | 04:35 | |
*** suresh12 has joined #openstack-neutron | 04:36 | |
*** ramishra has quit IRC | 04:36 | |
*** zhhuabj has joined #openstack-neutron | 04:36 | |
*** suresh12 has quit IRC | 04:40 | |
*** rakesh_hs has joined #openstack-neutron | 04:42 | |
*** yfried__ has quit IRC | 04:44 | |
*** a_le has quit IRC | 04:44 | |
*** WeiWang has quit IRC | 04:45 | |
*** sthillma has joined #openstack-neutron | 04:47 | |
*** killer_prince is now known as lazy_prince | 04:50 | |
*** spandhe___ has quit IRC | 04:53 | |
*** padkrish has joined #openstack-neutron | 04:53 | |
*** trinaths has joined #openstack-neutron | 04:53 | |
*** otherwiseguy has joined #openstack-neutron | 04:54 | |
*** hanzhang has quit IRC | 04:56 | |
*** spandhe_ has joined #openstack-neutron | 04:57 | |
*** s3wong has joined #openstack-neutron | 04:58 | |
*** neeti has joined #openstack-neutron | 05:02 | |
*** padkrish has quit IRC | 05:02 | |
*** padkrish has joined #openstack-neutron | 05:03 | |
*** armax has joined #openstack-neutron | 05:04 | |
*** rotbeard has joined #openstack-neutron | 05:08 | |
*** padkrish has quit IRC | 05:08 | |
*** aepifanov has joined #openstack-neutron | 05:13 | |
*** emagana has joined #openstack-neutron | 05:14 | |
*** padkrish has joined #openstack-neutron | 05:15 | |
openstackgerrit | Vinod Kumar proposed a change to openstack/python-neutronclient: CLI support to display DVR host mac https://review.openstack.org/128174 | 05:15 |
*** trinaths1 has joined #openstack-neutron | 05:15 | |
*** otherwiseguy has quit IRC | 05:15 | |
*** trinaths has quit IRC | 05:16 | |
*** Longgeek has joined #openstack-neutron | 05:16 | |
*** Sukhdev has quit IRC | 05:16 | |
*** trinaths1 has quit IRC | 05:17 | |
*** irenab has joined #openstack-neutron | 05:21 | |
*** trinaths has joined #openstack-neutron | 05:21 | |
*** armax has quit IRC | 05:21 | |
*** shashankhegde has quit IRC | 05:21 | |
*** haleyb has joined #openstack-neutron | 05:21 | |
*** armax has joined #openstack-neutron | 05:23 | |
*** armax has quit IRC | 05:23 | |
*** shashankhegde has joined #openstack-neutron | 05:24 | |
*** xuhanp has joined #openstack-neutron | 05:25 | |
*** yfried__ has joined #openstack-neutron | 05:26 | |
*** padkrish has quit IRC | 05:26 | |
*** padkrish has joined #openstack-neutron | 05:27 | |
*** leenheer has quit IRC | 05:28 | |
*** spandhe_ has quit IRC | 05:29 | |
*** armax has joined #openstack-neutron | 05:32 | |
*** emagana_ has joined #openstack-neutron | 05:35 | |
*** padkrish has quit IRC | 05:37 | |
*** suresh12 has joined #openstack-neutron | 05:37 | |
*** padkrish has joined #openstack-neutron | 05:37 | |
*** rakesh_hs has quit IRC | 05:37 | |
*** rakesh_hs has joined #openstack-neutron | 05:38 | |
*** suresh12 has quit IRC | 05:38 | |
*** padkrish has quit IRC | 05:38 | |
openstackgerrit | A change was merged to openstack/neutron: Arista L3 Ops is success if it is successful on one peer https://review.openstack.org/123886 | 05:40 |
*** SridharG has joined #openstack-neutron | 05:40 | |
*** padkrish_ has joined #openstack-neutron | 05:40 | |
*** emagana has quit IRC | 05:40 | |
*** Guest86251 has quit IRC | 05:40 | |
*** marrusl has quit IRC | 05:40 | |
*** bradjones has quit IRC | 05:40 | |
*** lazy_prince has quit IRC | 05:40 | |
*** enikanorov_ has quit IRC | 05:40 | |
*** mitz has quit IRC | 05:40 | |
*** harlowja has quit IRC | 05:40 | |
*** stefanb has quit IRC | 05:40 | |
*** sbadia has quit IRC | 05:40 | |
*** dosaboy has quit IRC | 05:40 | |
*** mongo2_ has quit IRC | 05:40 | |
*** aszeszo has quit IRC | 05:40 | |
*** padkrish_ has quit IRC | 05:40 | |
*** padkrish_ has joined #openstack-neutron | 05:40 | |
*** emagana_ has quit IRC | 05:40 | |
*** SridharG has left #openstack-neutron | 05:42 | |
*** SridharG has joined #openstack-neutron | 05:42 | |
*** suresh12 has joined #openstack-neutron | 05:46 | |
*** Guest86251 has joined #openstack-neutron | 05:46 | |
*** marrusl has joined #openstack-neutron | 05:46 | |
*** bradjones has joined #openstack-neutron | 05:46 | |
*** lazy_prince has joined #openstack-neutron | 05:46 | |
*** enikanorov_ has joined #openstack-neutron | 05:46 | |
*** mitz has joined #openstack-neutron | 05:46 | |
*** harlowja has joined #openstack-neutron | 05:46 | |
*** stefanb has joined #openstack-neutron | 05:46 | |
*** sbadia has joined #openstack-neutron | 05:46 | |
*** aszeszo has joined #openstack-neutron | 05:46 | |
*** dosaboy has joined #openstack-neutron | 05:46 | |
*** mongo2_ has joined #openstack-neutron | 05:46 | |
*** WeiWang has joined #openstack-neutron | 05:47 | |
openstackgerrit | YAMAMOTO Takashi proposed a change to openstack/neutron: openvswitch: Remove no longer used options https://review.openstack.org/127082 | 05:47 |
*** afazekas has joined #openstack-neutron | 05:49 | |
*** armax has quit IRC | 05:55 | |
*** jeraldv has quit IRC | 05:55 | |
*** armax has joined #openstack-neutron | 05:57 | |
*** armax has quit IRC | 05:59 | |
*** padkrish_ has quit IRC | 05:59 | |
*** padkrish has joined #openstack-neutron | 06:00 | |
*** dims has joined #openstack-neutron | 06:00 | |
*** padkrish has quit IRC | 06:03 | |
*** nmagnezi has joined #openstack-neutron | 06:04 | |
*** ivar-lazzaro has joined #openstack-neutron | 06:05 | |
*** nmagnezi has quit IRC | 06:05 | |
*** nmagnezi has joined #openstack-neutron | 06:05 | |
*** dims has quit IRC | 06:05 | |
*** ivar-lazzaro has quit IRC | 06:07 | |
openstackgerrit | Ann Kamyshnikova proposed a change to openstack/neutron: Use correct base class for unit tests for ML2 drivers https://review.openstack.org/125894 | 06:08 |
*** achanda has quit IRC | 06:09 | |
*** lazy_prince is now known as killer_prince | 06:12 | |
*** itzikb has joined #openstack-neutron | 06:12 | |
*** evgenyf has joined #openstack-neutron | 06:13 | |
*** killer_prince is now known as lazy_prince | 06:13 | |
itzikb | irenab: ping | 06:13 |
*** padkrish has joined #openstack-neutron | 06:14 | |
*** padkrish has quit IRC | 06:14 | |
*** padkrish has joined #openstack-neutron | 06:15 | |
*** shashankhegde has quit IRC | 06:16 | |
*** yfried__ is now known as yfried|afk | 06:20 | |
openstackgerrit | Elena Ezhova proposed a change to openstack/neutron: Handle unused set_context in L3NatTestCaseMixin.floatingip_with_assoc https://review.openstack.org/128178 | 06:20 |
*** kopparam has joined #openstack-neutron | 06:21 | |
*** yfried|afk is now known as yfried__ | 06:21 | |
*** kopparam has quit IRC | 06:22 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: Call DVR VMARP notify outside of transaction https://review.openstack.org/127943 | 06:23 |
*** k4n0 has joined #openstack-neutron | 06:24 | |
*** harlowja is now known as harlowja_away | 06:25 | |
*** neerajgaa has joined #openstack-neutron | 06:26 | |
neerajgaa | hello | 06:27 |
*** gildub has quit IRC | 06:27 | |
neerajgaa | I was trying to create instance VM on external network! | 06:28 |
neerajgaa | it is not accessible | 06:28 |
irenab | itzk8ib: good morning | 06:28 |
neerajgaa | VGM | 06:29 |
*** tflynn has joined #openstack-neutron | 06:30 | |
*** coolsvap has joined #openstack-neutron | 06:30 | |
*** kopparam has joined #openstack-neutron | 06:31 | |
*** vthapar has joined #openstack-neutron | 06:31 | |
itzikb | irenab: :-) About macvtap . I thought about suggesting the dummy MAC yesterday .. | 06:32 |
openstackgerrit | A change was merged to openstack/python-neutronclient: Leverage neutronclient.openstack.common.importutils import_class https://review.openstack.org/118969 | 06:33 |
*** SridharG has quit IRC | 06:33 | |
*** jprovazn has joined #openstack-neutron | 06:34 | |
*** shakayumi has quit IRC | 06:34 | |
*** kopparam has quit IRC | 06:36 | |
*** kopparam has joined #openstack-neutron | 06:37 | |
*** sthillma has quit IRC | 06:39 | |
*** kopparam has quit IRC | 06:41 | |
*** armax has joined #openstack-neutron | 06:41 | |
*** danieln has quit IRC | 06:42 | |
*** yamamoto_ has quit IRC | 06:42 | |
*** Longgeek has quit IRC | 06:44 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: Minor: remove unnecessary intermediate variable https://review.openstack.org/128183 | 06:44 |
*** Longgeek has joined #openstack-neutron | 06:44 | |
*** s3wong has quit IRC | 06:45 | |
*** pradipta_away is now known as pradipta | 06:47 | |
*** exploreshaifali has joined #openstack-neutron | 06:48 | |
*** padkrish has quit IRC | 06:48 | |
*** SumitNaiksatam has quit IRC | 06:50 | |
*** Longgeek_ has joined #openstack-neutron | 06:50 | |
*** zzzeek has joined #openstack-neutron | 06:51 | |
*** zzzeek has quit IRC | 06:51 | |
*** Longgeek has quit IRC | 06:51 | |
*** SumitNaiksatam has joined #openstack-neutron | 06:52 | |
*** exploreshaifali has quit IRC | 06:52 | |
*** nlahouti has quit IRC | 06:55 | |
*** syt has joined #openstack-neutron | 06:59 | |
*** suresh12 has quit IRC | 06:59 | |
*** pasquier-s has joined #openstack-neutron | 07:00 | |
*** doude has joined #openstack-neutron | 07:00 | |
*** svilgelm has joined #openstack-neutron | 07:02 | |
*** ramishra_ has quit IRC | 07:02 | |
*** zarric has joined #openstack-neutron | 07:03 | |
*** liusheng has joined #openstack-neutron | 07:05 | |
*** jpena has joined #openstack-neutron | 07:05 | |
*** yamamoto_ has joined #openstack-neutron | 07:09 | |
*** jlibosva has joined #openstack-neutron | 07:10 | |
*** armax has quit IRC | 07:11 | |
*** yamamoto_ has quit IRC | 07:15 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: Catch exceptions in router rescheduler https://review.openstack.org/124961 | 07:16 |
*** gongysh has quit IRC | 07:17 | |
*** yatin has quit IRC | 07:18 | |
*** achanda has joined #openstack-neutron | 07:20 | |
xuhanp | amotoki, ping | 07:21 |
*** tomoiaga has joined #openstack-neutron | 07:23 | |
*** tomoiaga has left #openstack-neutron | 07:24 | |
*** armax has joined #openstack-neutron | 07:24 | |
*** achanda has quit IRC | 07:25 | |
*** armax has quit IRC | 07:29 | |
*** yatin has joined #openstack-neutron | 07:31 | |
*** nyechiel_ has joined #openstack-neutron | 07:32 | |
*** jp_at_hp has joined #openstack-neutron | 07:34 | |
*** tflynn has quit IRC | 07:34 | |
*** trinaths has quit IRC | 07:35 | |
*** vivek-ebay has quit IRC | 07:36 | |
*** ihrachyshka has joined #openstack-neutron | 07:36 | |
*** saju_m has joined #openstack-neutron | 07:37 | |
*** luqas has joined #openstack-neutron | 07:38 | |
*** amcrn has quit IRC | 07:38 | |
*** ihrachyshka has quit IRC | 07:41 | |
*** ollivier has joined #openstack-neutron | 07:43 | |
amotoki | xuhanp: pong | 07:44 |
xuhanp | amotoki, thanks for responding. Just want to check with you about one API change for extra_dhcp_opts | 07:44 |
amotoki | xuhanp: re: the ML thread on IPv6 extra_dhcp_opts? | 07:45 |
*** zhhuabj has quit IRC | 07:45 | |
*** zhhuabj has joined #openstack-neutron | 07:45 | |
*** zhhuabj has quit IRC | 07:45 | |
*** zhhuabj has joined #openstack-neutron | 07:46 | |
xuhanp | amotoki, yep. So if I want to change the API format. Do I need a new neutron spec? | 07:46 |
*** zhhuabj has quit IRC | 07:46 | |
*** zhhuabj has joined #openstack-neutron | 07:46 | |
amotoki | xuhanp: yes. API change is better to be discussed in a spec review. | 07:46 |
xuhanp | amotoki, I see. thanks! I will submit one ASAP | 07:47 |
amotoki | xuhanp: I know extra_dhcp_opts implementation is a bit odd in the behavior of PUT operation. | 07:47 |
*** danieln1 has joined #openstack-neutron | 07:47 | |
*** saju_m has quit IRC | 07:48 | |
xuhanp | amotoki, what do you mean by odd? | 07:48 |
amotoki | xuhanp: IMHO I prefer to "ip_version" over just "version". "ip_version" is used as subnet attribute, so it sounds better to me if both match. | 07:48 |
xuhanp | amotoki, that's the plan. to use ip_version | 07:49 |
openstackgerrit | Vinod Kumar proposed a change to openstack/neutron: RESTful API to retrieve dvr host mac https://review.openstack.org/118126 | 07:49 |
*** trinaths has joined #openstack-neutron | 07:49 | |
amotoki | xuhanp: In PUT operation of extra_dhcp_opts, the behavior is incremental. | 07:49 |
openstackgerrit | Vinod Kumar proposed a change to openstack/python-neutronclient: CLI support to display DVR host mac https://review.openstack.org/128174 | 07:49 |
amotoki | xuhanp: a dict of dhcp opts put via API is added to the dict of dhcp opts. It is different behavior from the other PUT operation. | 07:50 |
xuhanp | amotoki, you mean we can only add new opts instead of changing the existing ones? | 07:50 |
*** eoutin has joined #openstack-neutron | 07:51 | |
amotoki | xuhanp: yes. IIRC I pointed this several times.... but the author disagreed and mark said okay... | 07:52 |
*** karimb has joined #openstack-neutron | 07:52 | |
amotoki | xuhanp: IIRC we can remove the existing ones. | 07:52 |
*** safchain has joined #openstack-neutron | 07:52 | |
xuhanp | amotoki, I see. it's an odd operation indeed | 07:53 |
amotoki | xuhanp: I hope you will make a change carefully on this point :-) | 07:53 |
*** exploreshaifali has joined #openstack-neutron | 07:53 | |
xuhanp | amotoki, will do! at least I can draft a spec and see what we can discuss from there. | 07:54 |
amotoki | xuhanp: sure. thanks! | 07:54 |
xuhanp | amotoki, thank you! | 07:54 |
openstackgerrit | Angus Lees proposed a change to openstack/neutron: Remove several unused variables https://review.openstack.org/117418 | 07:55 |
*** jistr has joined #openstack-neutron | 07:57 | |
*** padkrish has joined #openstack-neutron | 07:59 | |
*** ygbo has joined #openstack-neutron | 08:00 | |
*** Longgeek_ has quit IRC | 08:00 | |
*** trinaths has left #openstack-neutron | 08:01 | |
*** Longgeek has joined #openstack-neutron | 08:01 | |
*** jpich has joined #openstack-neutron | 08:03 | |
*** padkrish has quit IRC | 08:03 | |
*** lori|away is now known as lori | 08:05 | |
*** Longgeek has quit IRC | 08:06 | |
*** vthapar has quit IRC | 08:06 | |
*** vthapar has joined #openstack-neutron | 08:07 | |
*** coolsvap is now known as coolsvap|afk | 08:09 | |
*** suresh12 has joined #openstack-neutron | 08:09 | |
*** nmagnezi has quit IRC | 08:11 | |
*** ihrachyshka has joined #openstack-neutron | 08:13 | |
*** jschwarz has joined #openstack-neutron | 08:13 | |
*** suresh12 has quit IRC | 08:14 | |
*** nmagnezi has joined #openstack-neutron | 08:15 | |
*** nmagnezi has quit IRC | 08:15 | |
*** sthillma has joined #openstack-neutron | 08:15 | |
*** nmagnezi has joined #openstack-neutron | 08:16 | |
*** sthillma has joined #openstack-neutron | 08:16 | |
*** yamamoto_ has joined #openstack-neutron | 08:19 | |
*** yamamoto_ has quit IRC | 08:21 | |
*** yamamoto_ has joined #openstack-neutron | 08:21 | |
*** jp_at_hp has quit IRC | 08:22 | |
*** jp_at_hp has joined #openstack-neutron | 08:22 | |
*** alexpilotti has joined #openstack-neutron | 08:23 | |
*** alexpilotti has quit IRC | 08:24 | |
*** vthapar has quit IRC | 08:24 | |
*** alexpilotti has joined #openstack-neutron | 08:24 | |
*** ajo has joined #openstack-neutron | 08:25 | |
*** vthapar has joined #openstack-neutron | 08:25 | |
*** yamamoto_ has quit IRC | 08:26 | |
*** shakamunyi has joined #openstack-neutron | 08:27 | |
*** yfried__ is now known as yfried|afk | 08:30 | |
*** yfauser has joined #openstack-neutron | 08:31 | |
*** yfauser has left #openstack-neutron | 08:31 | |
*** shakamunyi has quit IRC | 08:32 | |
*** yfried|afk is now known as yfried__ | 08:32 | |
*** yatin has quit IRC | 08:36 | |
*** trinaths1 has joined #openstack-neutron | 08:37 | |
openstackgerrit | Alessandro Pilotti proposed a change to openstack/neutron: Fixes Hyper-V COM initializazion race condition https://review.openstack.org/128140 | 08:41 |
*** liusheng has quit IRC | 08:41 | |
*** lazy_prince has quit IRC | 08:42 | |
*** Longgeek has joined #openstack-neutron | 08:44 | |
*** syt1 has joined #openstack-neutron | 08:46 | |
*** amuller has joined #openstack-neutron | 08:46 | |
*** syt has quit IRC | 08:48 | |
*** syt1 has quit IRC | 08:51 | |
*** syt has joined #openstack-neutron | 08:52 | |
*** killer_prince has joined #openstack-neutron | 08:53 | |
*** killer_prince is now known as lazy_prince | 08:53 | |
*** yamamoto_ has joined #openstack-neutron | 08:55 | |
*** yamamoto_ has quit IRC | 08:55 | |
*** yfried__ is now known as yfried|afk | 08:58 | |
*** gstaicu has joined #openstack-neutron | 08:58 | |
gstaicu | hi! | 08:58 |
gstaicu | can somebody please help me with a connection issue between neutron and rabbitmq? | 08:59 |
*** k4n0 has quit IRC | 09:01 | |
gstaicu | I have a 17 servers deployment on havana | 09:01 |
gstaicu | and everytime when I start 10 instances in the same time | 09:01 |
*** aix_ has joined #openstack-neutron | 09:01 | |
gstaicu | the queue of q-plugin get a lot of unack messages | 09:02 |
gstaicu | did anybody see this behavior? | 09:03 |
*** kopparam has joined #openstack-neutron | 09:04 | |
*** kopparam has quit IRC | 09:04 | |
openstackgerrit | Vinod Kumar proposed a change to openstack/python-neutronclient: CLI support to display DVR host mac https://review.openstack.org/128174 | 09:04 |
*** kopparam has joined #openstack-neutron | 09:05 | |
*** yfried|afk is now known as yfried__ | 09:05 | |
*** yatin has joined #openstack-neutron | 09:05 | |
*** mancdaz_away has joined #openstack-neutron | 09:06 | |
*** lazy_prince has quit IRC | 09:07 | |
*** kopparam_ has joined #openstack-neutron | 09:07 | |
*** mancdaz_away has quit IRC | 09:07 | |
*** mancdaz_away has joined #openstack-neutron | 09:08 | |
*** kopparam has quit IRC | 09:08 | |
*** mancdaz_away is now known as mancdaz | 09:08 | |
*** syt has quit IRC | 09:09 | |
openstackgerrit | Alessandro Pilotti proposed a change to openstack/neutron: Fixes Hyper-V COM initializazion race condition https://review.openstack.org/128140 | 09:09 |
*** syt has joined #openstack-neutron | 09:09 | |
*** kopparam_ has quit IRC | 09:10 | |
*** k4n0 has joined #openstack-neutron | 09:14 | |
*** ollivier has quit IRC | 09:16 | |
*** killer_prince has joined #openstack-neutron | 09:17 | |
*** liusheng has joined #openstack-neutron | 09:17 | |
*** killer_prince is now known as lazy_prince | 09:17 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: Catch exceptions in router rescheduler https://review.openstack.org/124961 | 09:17 |
*** GeoPan has joined #openstack-neutron | 09:18 | |
*** kopparam has joined #openstack-neutron | 09:19 | |
*** trinaths1 has left #openstack-neutron | 09:21 | |
*** sambetts has joined #openstack-neutron | 09:22 | |
*** kopparam has quit IRC | 09:22 | |
*** aix_ has quit IRC | 09:26 | |
*** aix_ has joined #openstack-neutron | 09:27 | |
*** jprovazn has quit IRC | 09:27 | |
*** shakamunyi has joined #openstack-neutron | 09:28 | |
*** shakamunyi has quit IRC | 09:32 | |
*** pradipta is now known as pradipta_away | 09:33 | |
*** rakesh_hs has quit IRC | 09:33 | |
*** rakesh_hs2 has joined #openstack-neutron | 09:33 | |
*** evgenyf has quit IRC | 09:33 | |
*** svilgelm has left #openstack-neutron | 09:37 | |
*** zhhuabj has quit IRC | 09:40 | |
*** zhhuabj has joined #openstack-neutron | 09:40 | |
*** lazy_prince has quit IRC | 09:41 | |
*** evgenyf has joined #openstack-neutron | 09:41 | |
*** HenryG has quit IRC | 09:42 | |
*** HenryG_ has joined #openstack-neutron | 09:42 | |
*** HenryG_ has quit IRC | 09:43 | |
*** HenryG has joined #openstack-neutron | 09:43 | |
*** armax has joined #openstack-neutron | 09:45 | |
*** killer_prince has joined #openstack-neutron | 09:49 | |
*** killer_prince is now known as lazy_prince | 09:49 | |
openstackgerrit | Vinod Kumar proposed a change to openstack/neutron-specs: RESTful API to retrieve dvr host mac https://review.openstack.org/119796 | 09:49 |
openstackgerrit | Vinod Kumar proposed a change to openstack/neutron-specs: CLI support to display DVR host mac https://review.openstack.org/121505 | 09:50 |
*** eoutin has quit IRC | 09:50 | |
*** syt has quit IRC | 09:53 | |
*** gildub has joined #openstack-neutron | 09:54 | |
*** Longgeek has quit IRC | 09:58 | |
*** kopparam has joined #openstack-neutron | 09:59 | |
*** xuhanp has quit IRC | 10:01 | |
*** Longgeek has joined #openstack-neutron | 10:07 | |
*** yfried__ is now known as yfried|afk | 10:08 | |
*** yfried|afk is now known as yfried__ | 10:08 | |
*** lazy_prince has quit IRC | 10:09 | |
*** trinaths has joined #openstack-neutron | 10:09 | |
*** lazy_prince has joined #openstack-neutron | 10:09 | |
*** coolsvap|afk is now known as coolsvap | 10:16 | |
*** yfried__ is now known as yfried|afk | 10:18 | |
*** sthillma has quit IRC | 10:20 | |
*** Longgeek has quit IRC | 10:22 | |
*** yfried|afk is now known as yfried__ | 10:22 | |
*** evgenyf has quit IRC | 10:23 | |
*** evgenyf has joined #openstack-neutron | 10:26 | |
*** pc_m has joined #openstack-neutron | 10:29 | |
*** armax has quit IRC | 10:30 | |
*** pc_m has quit IRC | 10:31 | |
*** pasquier-s has quit IRC | 10:31 | |
openstackgerrit | Jaume Devesa proposed a change to openstack/neutron-specs: BGP dynamic routing https://review.openstack.org/125401 | 10:31 |
*** pc_m has joined #openstack-neutron | 10:31 | |
*** bradjones has quit IRC | 10:33 | |
*** bradjones has joined #openstack-neutron | 10:33 | |
*** Longgeek has joined #openstack-neutron | 10:33 | |
*** k4n0 has quit IRC | 10:33 | |
*** yamahata has quit IRC | 10:37 | |
*** dims has joined #openstack-neutron | 10:38 | |
*** yfried__ is now known as yfried|afk | 10:42 | |
*** dims has quit IRC | 10:43 | |
*** cnesa17 has quit IRC | 10:43 | |
*** neerajgaa has quit IRC | 10:47 | |
*** rakesh_hs2 has quit IRC | 10:49 | |
*** rakesh_hs has joined #openstack-neutron | 10:50 | |
*** armax has joined #openstack-neutron | 10:56 | |
*** sthillma has joined #openstack-neutron | 10:56 | |
*** dims has joined #openstack-neutron | 11:00 | |
*** itzikb has quit IRC | 11:06 | |
*** itbrown_ has joined #openstack-neutron | 11:06 | |
*** itbrown_ has quit IRC | 11:07 | |
*** itzikb has joined #openstack-neutron | 11:07 | |
*** armax has quit IRC | 11:11 | |
*** yfried|afk is now known as yfried__ | 11:12 | |
*** claudiub has joined #openstack-neutron | 11:12 | |
*** armax has joined #openstack-neutron | 11:15 | |
*** gildub has quit IRC | 11:16 | |
*** sthillma has quit IRC | 11:19 | |
*** yfried__ is now known as yfried|afk | 11:22 | |
*** yfried|afk is now known as yfried__ | 11:24 | |
*** armax has quit IRC | 11:26 | |
*** kopparam has quit IRC | 11:27 | |
*** cnesa17 has joined #openstack-neutron | 11:27 | |
*** kopparam has joined #openstack-neutron | 11:28 | |
*** hanzhang has joined #openstack-neutron | 11:28 | |
*** jistr is now known as jistr|english | 11:29 | |
*** neerajgaa has joined #openstack-neutron | 11:30 | |
*** cbouch has joined #openstack-neutron | 11:32 | |
*** yfried__ is now known as yfried|afk | 11:34 | |
*** yfried|afk is now known as yfried__ | 11:34 | |
*** SridharG has joined #openstack-neutron | 11:35 | |
*** itbrown_ has joined #openstack-neutron | 11:35 | |
*** itzikb has quit IRC | 11:37 | |
*** armax has joined #openstack-neutron | 11:41 | |
*** popw has quit IRC | 11:44 | |
*** yfried__ is now known as yfried|afk | 11:44 | |
*** armax has quit IRC | 11:45 | |
jlibosva | obondarev_: hi | 11:45 |
*** baoli has joined #openstack-neutron | 11:46 | |
amotoki | kevinbenton: around? | 11:49 |
*** coolsvap is now known as coolsvap|afk | 11:49 | |
*** yfried|afk is now known as yfried__ | 11:49 | |
*** ygbo has quit IRC | 11:51 | |
*** liusheng has quit IRC | 11:52 | |
*** karimb has quit IRC | 11:53 | |
*** ramishra has joined #openstack-neutron | 11:53 | |
*** ygbo has joined #openstack-neutron | 11:54 | |
*** amotoki has quit IRC | 11:54 | |
*** yamahata has joined #openstack-neutron | 11:57 | |
*** amuller has quit IRC | 11:59 | |
*** yfried__ is now known as yfried|afk | 11:59 | |
*** trinaths has left #openstack-neutron | 12:00 | |
*** trinaths has joined #openstack-neutron | 12:00 | |
*** trinaths has quit IRC | 12:04 | |
*** yfried|afk has quit IRC | 12:14 | |
*** k4n0 has joined #openstack-neutron | 12:14 | |
*** SridharG has left #openstack-neutron | 12:16 | |
*** pasquier-s has joined #openstack-neutron | 12:19 | |
*** yatin has quit IRC | 12:20 | |
*** jkraj has joined #openstack-neutron | 12:20 | |
*** dims has quit IRC | 12:24 | |
*** dims has joined #openstack-neutron | 12:25 | |
*** ramishra has quit IRC | 12:26 | |
*** jprovazn has joined #openstack-neutron | 12:28 | |
*** dims has quit IRC | 12:30 | |
*** lazy_prince is now known as killer_prince | 12:32 | |
*** shakayumi has joined #openstack-neutron | 12:35 | |
*** shakayumi has quit IRC | 12:35 | |
*** ramishra has joined #openstack-neutron | 12:36 | |
*** yatin has joined #openstack-neutron | 12:37 | |
openstackgerrit | John Schwarz proposed a change to openstack/neutron-specs: Integration Tests framework https://review.openstack.org/128257 | 12:37 |
openstackgerrit | John Schwarz proposed a change to openstack/neutron-specs: Integration Tests framework https://review.openstack.org/128257 | 12:38 |
openstackgerrit | John Schwarz proposed a change to openstack/neutron: Add ability to run daemonized Neutron processes https://review.openstack.org/128258 | 12:39 |
openstackgerrit | John Schwarz proposed a change to openstack/neutron: Add Integration Tests framework https://review.openstack.org/128259 | 12:39 |
openstackgerrit | John Schwarz proposed a change to openstack/neutron: Test that a namespace is created for new routers https://review.openstack.org/128260 | 12:39 |
*** karimb has joined #openstack-neutron | 12:39 | |
*** amuller has joined #openstack-neutron | 12:41 | |
*** rpothier has joined #openstack-neutron | 12:42 | |
*** ramishra has quit IRC | 12:52 | |
*** vivek-ebay has joined #openstack-neutron | 12:53 | |
*** jasondotstar has quit IRC | 12:54 | |
*** jistr|english is now known as jistr | 12:54 | |
*** stanzgy has quit IRC | 12:56 | |
*** vivek-ebay has quit IRC | 12:57 | |
*** yfried|afk has joined #openstack-neutron | 12:59 | |
*** f13o_f13o has joined #openstack-neutron | 13:00 | |
*** f13o_f13o has quit IRC | 13:00 | |
*** packet has joined #openstack-neutron | 13:03 | |
openstackgerrit | A change was merged to openstack/neutron: Update VPN logging to use new i18n functions https://review.openstack.org/127600 | 13:07 |
*** kbringard has joined #openstack-neutron | 13:12 | |
*** aepifanov has quit IRC | 13:13 | |
*** aepifanov has joined #openstack-neutron | 13:14 | |
*** syt has joined #openstack-neutron | 13:14 | |
*** julim has joined #openstack-neutron | 13:18 | |
*** jroll has quit IRC | 13:19 | |
*** jroll has joined #openstack-neutron | 13:19 | |
openstackgerrit | Jaume Devesa proposed a change to openstack/neutron-specs: Edge router mapping https://review.openstack.org/128272 | 13:20 |
*** salv-orlando has joined #openstack-neutron | 13:20 | |
openstackgerrit | Jaume Devesa proposed a change to openstack/neutron-specs: BGP dynamic routing https://review.openstack.org/125401 | 13:22 |
*** rotbeard has quit IRC | 13:25 | |
*** itbrown_ is now known as itzikb | 13:26 | |
*** jasondotstar has joined #openstack-neutron | 13:29 | |
*** exploreshaifali has quit IRC | 13:30 | |
*** packet has quit IRC | 13:33 | |
openstackgerrit | Paul Michali proposed a change to openstack/neutron-specs: Cisco VPNaaS and router integration https://review.openstack.org/123551 | 13:33 |
*** nijaba_ is now known as nijaba | 13:34 | |
*** rakesh_hs has quit IRC | 13:34 | |
*** nijaba has quit IRC | 13:34 | |
*** nijaba has joined #openstack-neutron | 13:34 | |
*** signed8bit has joined #openstack-neutron | 13:34 | |
*** yatin has quit IRC | 13:35 | |
*** padkrish has joined #openstack-neutron | 13:38 | |
*** regXboi has joined #openstack-neutron | 13:38 | |
*** dboik has joined #openstack-neutron | 13:39 | |
pc_m | mestery: ping | 13:39 |
mestery | pc_m: Hey! In 1:1 with ttx, but whats up? | 13:40 |
regXboi | mestery: then I'll get in the queue :) | 13:40 |
*** nijaba has quit IRC | 13:40 | |
pc_m | mestery: Just wanted to get approval of BP for Kilo (https://blueprints.launchpad.net/neutron/+spec/cisco-vpnaas-and-router-integration). I have a BP Spec out for review. | 13:40 |
*** padkrish has quit IRC | 13:40 | |
*** padkrish has joined #openstack-neutron | 13:41 | |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: switch to oslo.serialization https://review.openstack.org/127306 | 13:42 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Migrate to oslo.utils https://review.openstack.org/127257 | 13:42 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Updated fileutils and its dependencies https://review.openstack.org/128284 | 13:42 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Updated service.py and its dependencies https://review.openstack.org/128285 | 13:42 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Updated cache module and its dependencies https://review.openstack.org/128286 | 13:42 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Updated policy module from oslo-incubator https://review.openstack.org/128287 | 13:42 |
*** jobewan has joined #openstack-neutron | 13:42 | |
mestery | pc_m: Ack, that's on my list for this week | 13:44 |
pc_m | mestery: thanks! | 13:44 |
*** nijaba has joined #openstack-neutron | 13:45 | |
*** nijaba has quit IRC | 13:45 | |
*** nijaba has joined #openstack-neutron | 13:45 | |
*** armax has joined #openstack-neutron | 13:46 | |
*** amotoki has joined #openstack-neutron | 13:47 | |
jschwarz | amotoki, hi - heard you had some more bad rains.. everything alright with you? | 13:51 |
*** itzikb has quit IRC | 13:53 | |
amotoki | jschwarz: you seem to catch news from worldwide :-) | 13:54 |
amotoki | jschwarz: The wind was very strong but the typhoon went away during night and the impact was less than we are afraid before the weekend :-) | 13:54 |
mestery | amotoki: Hey, question for you sir! | 13:54 |
mestery | amotoki: https://bugs.launchpad.net/neutron/+bug/1378525 | 13:54 |
amotoki | mestery: i just read your mail :-) | 13:54 |
jschwarz | amotoki, I try to keep myself updated :) | 13:54 |
mestery | amotoki: Ack, thanks! | 13:54 |
*** lori is now known as lori|away | 13:54 | |
amotoki | I think the impact in Horizon is limited because the feature is disabled by default. | 13:55 |
*** nijaba has quit IRC | 13:55 | |
amotoki | mestery: so I think we can move forward for RC3. | 13:55 |
*** FJB has joined #openstack-neutron | 13:55 | |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: switch to oslo.serialization https://review.openstack.org/127306 | 13:56 |
amotoki | mestery: I can discuss in Horizon meeting two hours later. | 13:56 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Migrate to oslo.utils https://review.openstack.org/127257 | 13:56 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Updated policy module from oslo-incubator https://review.openstack.org/128287 | 13:56 |
mestery | amotoki: OK, so we'll do RC3 then. | 13:56 |
mestery | amotoki: Thank you! | 13:56 |
amotoki | mestery: I think Horizon can mention this in the release note (or quick fix in Horizon RC3). | 13:56 |
mestery | amotoki: Cool! | 13:57 |
amotoki | mestery: anyway i will follow up the change. | 13:57 |
mestery | amotoki: I'll get ttx and myself to merge those. | 13:57 |
amotoki | mestery: sounds good. | 13:57 |
jschwarz | amotoki, could you have a look at a blueprint I wrote? https://blueprints.launchpad.net/neutron/+spec/integration-tests | 13:59 |
jschwarz | the more comments the merrier I'll be ;-) | 14:00 |
*** FJB has quit IRC | 14:00 | |
*** yjiang5 has joined #openstack-neutron | 14:00 | |
*** nijaba has joined #openstack-neutron | 14:00 | |
*** nijaba has quit IRC | 14:00 | |
*** nijaba has joined #openstack-neutron | 14:00 | |
amotoki | jschwarz: sure, but let me look at it later. I would like to start neutron-specs reviews next week. I have several task queues this week :-( | 14:02 |
*** baoli has quit IRC | 14:02 | |
jschwarz | amotoki, it's alright, thanks | 14:02 |
jschwarz | amotoki, probably need some non-core attention anyway before it's fully ready, so there's much time | 14:02 |
*** ijw has joined #openstack-neutron | 14:03 | |
*** baoli has joined #openstack-neutron | 14:03 | |
*** yamahata has quit IRC | 14:03 | |
amotoki | jschwarz: I think we need a guide how to write integration tests to lower the bar for contributors. | 14:03 |
*** yamahata has joined #openstack-neutron | 14:04 | |
jschwarz | amotoki, marun was saying just that last week at my status with him | 14:04 |
jschwarz | amotoki, this is way down in the Dev Docs section - still need to hear some other people's opinion about what to put it it | 14:04 |
openstackgerrit | A change was merged to openstack/neutron: Big Switch: Don't clear hash before sync https://review.openstack.org/127345 | 14:04 |
jschwarz | s/it it/in it/g | 14:05 |
*** otherwiseguy has joined #openstack-neutron | 14:06 | |
*** GeoPan has quit IRC | 14:07 | |
amotoki | jschwarz: agree. we need to put our best practice and howtos to the dev docs. I am fairly new to integration tests and I might have silly questions on your reviews... | 14:07 |
*** radez_g0n3 is now known as radez | 14:07 | |
amotoki | but it will be a good example. | 14:07 |
*** mwagner_lap has quit IRC | 14:09 | |
*** AbsinthMind has joined #openstack-neutron | 14:09 | |
jschwarz | amotoki, there's no such thing as silly questions | 14:09 |
jschwarz | :) | 14:09 |
*** yjiang5 has quit IRC | 14:10 | |
jschwarz | rossella_s, ping | 14:10 |
*** ijw_ has joined #openstack-neutron | 14:11 | |
*** ijw_ has quit IRC | 14:11 | |
jschwarz | ijw, hi | 14:11 |
ZZelle | mestery, hi | 14:11 |
*** ijw_ has joined #openstack-neutron | 14:12 | |
jschwarz | ijw_, hi | 14:12 |
ijw_ | hey | 14:12 |
mestery | ZZelle ijw_ : Hi! | 14:12 |
jschwarz | ijw_, I have a question regarding https://blueprints.launchpad.net/neutron/+spec/mtu-selection-and-advertisement | 14:13 |
ZZelle | mestery, one question about https://review.openstack.org/99356 | 14:13 |
ijw_ | Yup? | 14:13 |
jschwarz | ijw_, specifically, are you still working on it? :) | 14:13 |
ijw_ | I'm not working on it right this second. I do want to see it implemented. | 14:13 |
ZZelle | mestery, i am not sure of the process, should you remove your -2 or should i create a new change for kilo? | 14:13 |
ijw_ | And for what it's worth I think it's more important to have the API in place than a plugin that implements it. | 14:14 |
mestery | ZZelle: You will want to update it, the template has changed. I'll remove the -2 now. | 14:14 |
rossella_s | jschwarz: pong | 14:14 |
jschwarz | ijw_, a few of our clients also ran into some problems regarding low MTUs with tunnels | 14:14 |
*** dbite has joined #openstack-neutron | 14:14 | |
jschwarz | ijw_, are you planning on getting this in for Kilo? | 14:14 |
jschwarz | rossella_s, hi :) I finally uploaded the integration tests patches and bp, and added you as a reviewer where relevant :) | 14:15 |
ijw_ | Yes | 14:15 |
ZZelle | mestery, ok, moreover do i need to refine the spec before the design summit | 14:15 |
jschwarz | ijw_, what kind API do you want to have? | 14:15 |
ijw_ | It's in the spe | 14:16 |
ijw_ | c | 14:16 |
ZZelle | ... i mean ... there are lots of topics in https://etherpad.openstack.org/p/kilo-neutron-summit-topics which implies potentially a lots of spec/BP for kilo | 14:16 |
mestery | ZZelle: Not necessary, but the sooner you do it the better | 14:16 |
mestery | ZZelle: Agreed | 14:16 |
rossella_s | jschwarz: great! thanks! btw I found the answer regarding the db user and password. It's hard coded in the infra script, see https://git.openstack.org/cgit/openstack-infra/devstack-gate/tree/devstack-vm-gate.sh#n99 | 14:16 |
ijw_ | Basically, you request your MTU on network create so that the driver has the option to refuse to make the network if it can't make the MTU you want | 14:17 |
*** dims has joined #openstack-neutron | 14:17 | |
ZZelle | mestery, so i am not sure it's meaningful to refine too much spec before so "go for it!" approval | 14:17 |
*** yjiang5 has joined #openstack-neutron | 14:17 | |
ZZelle | s/so/some/ | 14:17 |
mestery | ZZelle: How about this: I'll make sure neutron-drivers reviews it this week and get back to you Thursday. | 14:17 |
mestery | OK? | 14:17 |
ZZelle | mestery, great! | 14:18 |
jschwarz | ijw_, does this also include lowering the MTUs of the instances using DHCP? | 14:18 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: switch to oslo.serialization https://review.openstack.org/127306 | 14:18 |
ZZelle | mestery, Thursday? is there some neutron-drivers meeting on thursday? | 14:18 |
*** mrsnivvel has quit IRC | 14:18 | |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Migrate to oslo.utils https://review.openstack.org/127257 | 14:18 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Updated policy module from oslo-incubator https://review.openstack.org/128287 | 14:18 |
jschwarz | rossella_s, talking with marun I understood from him that what we don't want to do is access the database with root permissions | 14:18 |
jschwarz | rossella_s, that's what the link I posted supposed to solve - basically the post gate hook bash script runs everytime and that sets up a new user for this kind of things (and also that's what we're supposed to use) | 14:19 |
jschwarz | rossella_s, but the way I see it that patch is still in discussion - not sure that's what's gonna work in the long term | 14:20 |
mestery | ZZelle: It's on Wednesdays actually | 14:20 |
jschwarz | in short, need to wait for marun to review your patch :) | 14:20 |
ZZelle | mestery, oki | 14:21 |
jschwarz | ijw_, we thought that in the short run (before your blueprint is implemented) we could add a warning if the MTU is too low (ie. if a network is created and tunneling is used, and the physical interface's MTU is 1500, a warning will pop). What do you think about this? | 14:21 |
rossella_s | jschwarz: ok...anyway I will have a look at the script, thanks! | 14:21 |
ijw_ | Nearly everyone would get that warning, all the time | 14:21 |
ijw_ | jschwarz: in practice, the only way to get a full MTU network is to use VLAN networking | 14:22 |
ijw_ | VXLAN and GRE tend to knock it down, unless the implementations violate the spec and support fragmentation | 14:22 |
*** irenab has quit IRC | 14:22 | |
jschwarz | ijw_, the idea is having a sanity script that's run on deployment | 14:22 |
jschwarz | but the idea is still getting together | 14:23 |
ijw_ | In a sanity that would be fine (though again it would almost always be reporting an error) | 14:23 |
ajo | ijw_ but that warning only needs to happen once | 14:23 |
jschwarz | rossella_s, ack :) | 14:23 |
*** ijw has quit IRC | 14:23 | |
ajo | then people can correct their interfaces mtu, if that's enought for them | 14:23 |
jschwarz | ijw_, the warning is supposed to raise awareness (so clients can see that the MTU is too low and might cause problems) | 14:23 |
jschwarz | what ajo said :) | 14:23 |
*** yjiang51 has joined #openstack-neutron | 14:24 | |
*** vivek-ebay has joined #openstack-neutron | 14:24 | |
ijw_ | jschwarz: Well, actually clients of Redhat might see it, but clients of Openstack don't | 14:24 |
jschwarz | ijw_, see neutron/cmd/sanity_check.py - the script is already there (and all we need to do is get devstack/packstack/... run it once the deployment is done) | 14:25 |
ajo | ijw_, why "clients of openstack" don't ? | 14:25 |
*** yjiang5 has quit IRC | 14:25 | |
jschwarz | my intention is developing a solution all clients can use :) | 14:25 |
*** dbite has left #openstack-neutron | 14:25 | |
ajo | any operator would eventually look at the logs if something is wrong | 14:25 |
rook | i dont understand how this is RH specific? | 14:25 |
ajo | me neither :) | 14:26 |
*** dbite has joined #openstack-neutron | 14:26 | |
*** dbite has quit IRC | 14:26 | |
rook | This is specific to deployments using GRE/VXLAN... you are telling me no one else uses tunnels? | 14:26 |
ajo | ijw_, ubuntu set's a chmod a-r on logs! (just kidding , sorry ijw_ ) | 14:26 |
*** haleyb has quit IRC | 14:27 | |
ajo | :) | 14:27 |
jschwarz | XD | 14:27 |
*** claudiub has quit IRC | 14:27 | |
ajo | jokes apart, ijw_ I find your spec very interesting | 14:28 |
*** vivek-ebay has quit IRC | 14:28 | |
amuller | amotoki: I appreciate your help with https://bugs.launchpad.net/neutron/+bug/1378525 | 14:29 |
*** trad511 has joined #openstack-neutron | 14:29 | |
amotoki | amuller: no problem. I believe we can provide better user experience in Juno :-) | 14:29 |
amuller | amotoki: I hope... | 14:30 |
jschwarz | amotoki++ | 14:30 |
*** gaud has joined #openstack-neutron | 14:31 | |
amotoki | amuller: now am writing a quick and small fix in Horizon and will discuss in the horizon meeting today. | 14:31 |
jschwarz | ijw_, I'd be happy to lend a hand on the spec if you need any such help - let me know if so :) | 14:31 |
ijw_ | jschwarz: OK - I need to review it again, but it's unlikely to happen this week because I'm on holiday from tomorrow (yay!) | 14:32 |
jschwarz | ijw_, me too! :) where are you from? | 14:32 |
ajo | neighbors? :) ;) | 14:33 |
openstackgerrit | A change was merged to openstack/neutron: Handle unused set_context in L3NatTestCaseMixin.floatingip_with_assoc https://review.openstack.org/128178 | 14:33 |
ijw_ | ajo: and by that comment I meant that you can't, from the API, find out what the MTU is - only the person deploying Openstack can figure it out at the moment. | 14:33 |
*** carl_baldwin has joined #openstack-neutron | 14:34 | |
ajo | yes from the API, of course, ijw_ I mean, your spec is really worth implementing, a simple log message doesn't cover the real needs. | 14:34 |
jschwarz | carl_baldwin, morning mate - sorry I forgot to ping you earlier regarding the ns_name cleanup stuff | 14:35 |
*** neerajgaa has quit IRC | 14:35 | |
ijw_ | Meaning that 'clients' in general would be clients of a company providing Openstack (jschwartz referred to his clients) but not clients of the API. | 14:35 |
ajo | but could be a good measure to help operators finding out why they have performance issues when there is fragmentation. | 14:35 |
ajo | lol :) | 14:35 |
ijw_ | Technically there shouldn't be fragmentation, it's against the VXLAN spec (though it seems to happen) | 14:35 |
jschwarz | ajo, ijw_, the idea of the log message is that it can be (easily) backported to earlier versions, whereas the entire spec will probably be more difficult | 14:35 |
amotoki | ijw_: ajo: what blueprint or review are you discussing? just from my curiosity. | 14:35 |
carl_baldwin | jschwarz: hi No worries. | 14:36 |
jschwarz | amotoki, https://review.openstack.org/#/c/105989/2/specs/juno/mtu-selection-and-advertisement.rst | 14:36 |
ajo | https://review.openstack.org/#/c/105989/ | 14:36 |
ijw_ | amotoki: the MTU one, https://blueprints.launchpad.net/neutron/+spec/mtu-selection-and-advertisement | 14:36 |
ajo | (DUP) | 14:36 |
ajo | :) | 14:36 |
amotoki | ijw_: jschwarz thanks. it looks interesting one. | 14:36 |
ajo | yes amotoki , it's a pervasive problem when using tunneling | 14:37 |
*** dbite has joined #openstack-neutron | 14:37 | |
*** padkrish has quit IRC | 14:38 | |
-amotoki- already starred the review. | 14:38 | |
ajo | amotoki, also, if you try to manipulate MTU in tenant networks, via DHCP options, it will cause problems around... | 14:38 |
ajo | like qrouters not having the legs with MTU set, etc... | 14:38 |
jschwarz | carl_baldwin, I +1'd your patch though I think that in the long run this still needs fixing. Specifically using only the L3Agent.get_ns_name (instead of ri.get_ns_name), and maybe moving all that stuff to other classes | 14:38 |
amotoki | ajo: i understand. I experience the problem too. | 14:38 |
*** zhipeng has joined #openstack-neutron | 14:38 | |
ajo | and having a mismatch MTU at router legs and VM legs, causes data loss for >smalles_mtu packets | 14:38 |
ajo | smallest | 14:38 |
ajo | amotoki, ack :] | 14:38 |
openstackgerrit | Jakub Libosvar proposed a change to openstack/neutron: neutron-db-manage finds automatically config file https://review.openstack.org/128309 | 14:39 |
jschwarz | carl_baldwin, I mean, we have 'get_fip_ns_name', 'get_ns_name', 'get_snat_ns_name', all receive router_id - those functions can be moved to a different namespace | 14:39 |
*** dbite has quit IRC | 14:39 | |
jschwarz | carl_baldwin, likewise get_external_device_name, get_fip_ext_device_name,... which receive port_id, can be moved to their own namespace as well | 14:39 |
jschwarz | carl_baldwin, What do you think? | 14:39 |
jschwarz | ajo, I'm not sure that the qrouter's interfaces matter - I remember checking them and they didn't effect the MTU | 14:40 |
jschwarz | ajo, it was a long day though so I might be mistaken | 14:40 |
carl_baldwin | jschwarz: Do you want to propose a patch to illustrate what you’re thinking? | 14:41 |
*** neeti has quit IRC | 14:41 | |
jschwarz | carl_baldwin, I could if you want me to ;-) might take a few days though seeing as the rest of the week is a holiday here | 14:41 |
carl_baldwin | jschwarz: understood | 14:41 |
jschwarz | carl_baldwin, will ping you back when I have something up and running | 14:41 |
carl_baldwin | jschwarz: I almost have a spec written about refactoring the L3 agent. | 14:42 |
*** k4n0 has quit IRC | 14:42 | |
jschwarz | carl_baldwin, also I finally uploaded the integration tests specs and patches - added you as a reviewer to the relevant patches | 14:42 |
carl_baldwin | I should have had it up on Friday but it wasn’t ready. I’ll try to get it up today. | 14:42 |
*** Dafna has quit IRC | 14:42 | |
carl_baldwin | jschwarz: Thanks. | 14:42 |
jschwarz | carl_baldwin, :) let me know when it's up | 14:42 |
jschwarz | seems like it's spec season around here XD | 14:42 |
dkehn | ZZelle: saw your https://review.openstack.org/#/c/99356/ spec, so you are proposing a hook mechanism such that one can extract various informational data, would that be a correct statement? | 14:42 |
carl_baldwin | I will. | 14:42 |
ajo | jschwarz, they matter | 14:42 |
ajo | jschwarz, if you lower mtu into a tenant network | 14:43 |
ajo | jschwarz, then you also need to lower mtu on the qrouter ports | 14:43 |
ajo | jschwarz, so VM.mtu = QROUTER.mtu | 14:43 |
openstackgerrit | Abishek Subramanian proposed a change to openstack/neutron: ML2 Cisco Nexus MD - not overwriting existing config https://review.openstack.org/105514 | 14:43 |
rook | ajo++ exactly | 14:43 |
jschwarz | ajo, when I checked that, I didn't have to - but that was 2 weeks ago and was a long day | 14:43 |
ajo | rook, and not sure if I'm forgetting about other cases | 14:43 |
jschwarz | I'll make sure :) | 14:43 |
ajo | rook, there could be the case where we want to rise the external interfaces mtu, instead of lowering the tenant network ports mtu... | 14:44 |
rook | jschwarz: when testing you need to go both ways (yes... i said it).. | 14:44 |
rook | jschwarz guest reaching out, and external reaching in | 14:44 |
*** zilberstein has joined #openstack-neutron | 14:44 | |
jschwarz | anyway the sanity check is my next work item, so I should have something in the next week or so | 14:44 |
jschwarz | rook, lol | 14:44 |
zilberstein | hello #openstack-neutron | 14:44 |
zilberstein | Stderr: "device qbr87085844-8f already exists; can't create bridge with the same name\n" | 14:44 |
zilberstein | the same with linuxbridge | 14:44 |
zilberstein | why ? | 14:44 |
ajo | jschwarz, the problem only happens when you transfer big packets out->in via the floating ip | 14:44 |
zilberstein | ( this is what nova reports ) | 14:44 |
jschwarz | rook, yes, I understand the logic | 14:44 |
ajo | VM.mtu=1400 | 14:44 |
ajo | Qrouter.mtu=1500 | 14:44 |
ajo | you receive a packet from external network which is 1500... you send it to the VM as-is... | 14:45 |
jschwarz | btw, why not use jumbo frames and be done with it? ajo, rook, ijw_ | 14:45 |
ajo | (without fragmenting) | 14:45 |
ajo | the VM drops it | 14:45 |
rook | lol | 14:45 |
jschwarz | increase MTU of phys and others to 9000 | 14:45 |
ajo | jschwarz, not all nets will allow that, | 14:45 |
ajo | specially if you cross over routers | 14:45 |
*** aveiga has joined #openstack-neutron | 14:45 | |
ijw_ | jschwarz: So, if I give you an API endpoint, is it deployed on a jumbo frame infrastructure? | 14:45 |
ajo | but, that's the most performant option | 14:45 |
ijw_ | That's the more important question | 14:45 |
jschwarz | I'd think most hardware know how to deal with jumbo frames.. | 14:46 |
ijw_ | And I can only find out if there's an API facility to ask | 14:46 |
rook | some applications are latency sensitive, and will not like a 9k mtu | 14:46 |
jschwarz | ack | 14:46 |
ajo | rook explain | 14:46 |
ijw_ | Also also, you can have large MTU Openstack deployments with small-MTU provider networks (which I've seen happen) | 14:46 |
ajo | ideally we may have both options | 14:46 |
ajo | but, I see the capability to adjust tenant networks mtu, more critical | 14:47 |
*** neeti has joined #openstack-neutron | 14:47 | |
rook | ajo stock-market apps are ns sensitive they don't want to wait to fill a 9k frame. | 14:47 |
rook | ns time sensitive** | 14:48 |
ijw_ | They don't have to wait, 9k MTUs are permitted, not required | 14:48 |
jschwarz | rook, maybe join us in bluejeans and we can talk about it in the meeting tonight? | 14:48 |
rook | much agreed | 14:48 |
ijw_ | Also, no-one with an ounce of sense runs latency sensitive apps virtualised | 14:48 |
rook | ijw_: this is referring to jschwarz's comment about "lets make everything a 9k party!" | 14:48 |
jschwarz | rook, whoa, I didn't call it a party! XD | 14:48 |
rook | haha | 14:48 |
ijw_ | Yes, and even on a network with 9k MTUs I can send any packet size I want | 14:48 |
*** gduan has joined #openstack-neutron | 14:48 | |
*** armax has quit IRC | 14:48 | |
rook | ijw_: lol | 14:48 |
rook | ijw_: ever hear of nfv? | 14:49 |
ijw_ | So latency isn't simply longer just because 9k packets are possible | 14:49 |
rook | it is coming ;) | 14:49 |
ajo | ijw_, true | 14:49 |
rook | ijw_ it is a factor in some latency sensitive applications. but i digress.. | 14:49 |
*** padkrish has joined #openstack-neutron | 14:49 | |
*** k4n0 has joined #openstack-neutron | 14:50 | |
ijw_ | rook: There's a difference between NFV and 'let me do high speed trading in VMs because what could possibly go wrong' | 14:50 |
*** padkrish has quit IRC | 14:50 | |
*** k4n0 has quit IRC | 14:50 | |
ajo | rook, may be it depends on the protocol implementation | 14:50 |
rook | ijw_ we would be ignorant not to think people wont try it. | 14:50 |
*** padkrish has joined #openstack-neutron | 14:50 | |
*** k4n0 has joined #openstack-neutron | 14:50 | |
rook | but the conversation is more about warning the user/administrator they config is fubar. | 14:50 |
*** garyduan has quit IRC | 14:50 | |
rook | their* | 14:51 |
ijw_ | rook: what you're saying bears some relation to the truth - specifically, if you're sharing a network with other connections that use 9k MTUs you may see worse latency (but then you would anyway beacuse other processes would be flooding your pipes) | 14:51 |
ijw_ | rook: actually the conversation was originally about the spec | 14:51 |
*** markmcclain has joined #openstack-neutron | 14:52 | |
* jschwarz will never say "9000 MTU" again | 14:52 | |
rook | lol | 14:52 |
jschwarz | btw, "it's over 9000" anyone? XD | 14:52 |
jschwarz | https://www.youtube.com/watch?v=SiMHTK15Pik&spfreload=10%20Message%3A%20Unexpected%20end%20of%20input%20(url%3A%20https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DSiMHTK15Pik) | 14:52 |
*** ramishra has joined #openstack-neutron | 14:52 | |
jschwarz | ijw_, I think we can call it a day with "there are plenty of people around wanting to help with the spec so lets talk about it next week when we have some time" | 14:53 |
jschwarz | ajo, rook ^ | 14:54 |
ijw_ | Sounds good to me ;) | 14:54 |
*** ramishra has quit IRC | 14:54 | |
jschwarz | ijw_, you never said where you're from in the world? | 14:54 |
rook | jschwarz: | 14:54 |
ijw_ | Nope, and that's a complex question | 14:54 |
ijw_ | In the bay area at the momment | 14:54 |
*** ramishra has joined #openstack-neutron | 14:54 | |
rook | i will try to make a call/irc meeting. | 14:54 |
rook | early for the bay area! | 14:55 |
*** Dafna has joined #openstack-neutron | 14:55 | |
jschwarz | ijw_, uhuh. asked because we also have a vacation for the rest of the week in Israel | 14:55 |
ijw_ | Ah - no, I'm just taking some time off, nothing special | 14:55 |
rook | jschwarz: i am on the east coast, NC | 14:55 |
jschwarz | time off ftw | 14:55 |
ijw_ | And yes, far too early for the bay area ;) | 14:55 |
openstackgerrit | Salvatore Orlando proposed a change to openstack/neutron-specs: Reliable quota enforcement specification https://review.openstack.org/128318 | 14:56 |
*** johnbelamaric has joined #openstack-neutron | 14:56 | |
*** thedodd has joined #openstack-neutron | 14:56 | |
rook | ijw_ lol, I remember working at Cisco, and being n the East Coast was horrible... all SJ/Bay area meetings were EST lunch time. | 14:56 |
jschwarz | rook, call/irc meeting will be nice :) | 14:56 |
ijw_ | rook: I was working in Europe, and my working hours were roughly about 10:30am to 2am | 14:57 |
rook | OUCH | 14:57 |
rook | I do not function well after 2100 | 14:57 |
jschwarz | markmcclain, ping | 14:59 |
*** ramishra has quit IRC | 14:59 | |
ijw_ | I don't really function well before 1000 | 14:59 |
*** xuhanp has joined #openstack-neutron | 14:59 | |
ijw_ | Which is why I hate people on the east coast with their early morning meetings and their 3 hours of chippiness | 14:59 |
amotoki | ijw_: 2am on bed? | 15:00 |
rook | I am one of those assholes | 15:00 |
*** dkehn has quit IRC | 15:00 | |
*** nyechiel_ has quit IRC | 15:01 | |
*** neeti has quit IRC | 15:01 | |
*** johnbelamaric has quit IRC | 15:01 | |
*** dkehn has joined #openstack-neutron | 15:02 | |
*** a_le has joined #openstack-neutron | 15:03 | |
*** britthou_ has joined #openstack-neutron | 15:03 | |
*** carl_baldwin has quit IRC | 15:03 | |
*** jobewan has quit IRC | 15:04 | |
*** anna_ has joined #openstack-neutron | 15:04 | |
*** zzzeek has joined #openstack-neutron | 15:05 | |
*** changbl_ has joined #openstack-neutron | 15:06 | |
*** vthapar has quit IRC | 15:06 | |
*** jkraj has quit IRC | 15:07 | |
*** britthouser has quit IRC | 15:07 | |
*** marun has joined #openstack-neutron | 15:07 | |
ihrachyshka | eezhova: hi | 15:08 |
ihrachyshka | eezhova: do you need that oslo.log sync for policy patch? | 15:08 |
amuller | marun: Morning | 15:09 |
marun | amuller: morning | 15:09 |
jschwarz | morning marun :) | 15:11 |
marun | jschwarz: morning! | 15:12 |
ihrachyshka | eezhova: seems like log module is already fresh in my sync series | 15:12 |
ihrachyshka | eezhova: let me put your patch in the series | 15:12 |
*** amuller__ has joined #openstack-neutron | 15:13 | |
*** amuller has quit IRC | 15:14 | |
*** stanzgy has joined #openstack-neutron | 15:15 | |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: WIP: Sync policy from oslo-incubator https://review.openstack.org/123673 | 15:15 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: switch to oslo.serialization https://review.openstack.org/127306 | 15:15 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Migrate to oslo.utils https://review.openstack.org/127257 | 15:15 |
*** BillTheKat has joined #openstack-neutron | 15:16 | |
*** gizmoguy has quit IRC | 15:18 | |
*** gizmoguy has joined #openstack-neutron | 15:19 | |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: WIP: Sync policy from oslo-incubator https://review.openstack.org/123673 | 15:19 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: switch to oslo.serialization https://review.openstack.org/127306 | 15:19 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Migrate to oslo.utils https://review.openstack.org/127257 | 15:19 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Updated service.py and its dependencies https://review.openstack.org/128285 | 15:19 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Updated fileutils and its dependencies https://review.openstack.org/128284 | 15:19 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Updated cache module and its dependencies https://review.openstack.org/128286 | 15:19 |
*** cnesa17 has quit IRC | 15:20 | |
*** evgenyf has quit IRC | 15:22 | |
*** ijw has joined #openstack-neutron | 15:24 | |
*** cnesa17 has joined #openstack-neutron | 15:25 | |
*** ijw has quit IRC | 15:28 | |
ZZelle | dkehn, it allows to include business command in dhcp management workflow | 15:29 |
ZZelle | dkehn, like configuring a security component | 15:29 |
dkehn | ZZelle: ah | 15:29 |
*** gstaicu has quit IRC | 15:29 | |
ZZelle | dkehn, but that's my usecase perhaps you could find others :) | 15:29 |
dkehn | ZZelle: I'm wortking on providing an 3rd party DHCP server and relay, and wondering of the impacts that this might present | 15:30 |
dkehn | ZZelle: if any | 15:30 |
*** vivek-ebay has joined #openstack-neutron | 15:31 | |
ZZelle | normally no impact | 15:31 |
*** devvesa has quit IRC | 15:31 | |
*** yamahata has quit IRC | 15:31 | |
ZZelle | dkehn, perhaps it will simplify the integration | 15:31 |
*** kopparam has quit IRC | 15:31 | |
*** absubram_ has joined #openstack-neutron | 15:32 | |
ZZelle | dkehn, as workflow will be implemented on one side and actions on the other side | 15:32 |
dkehn | ZZelle: possibly, need to review a bit more | 15:32 |
*** nyechiel_ has joined #openstack-neutron | 15:32 | |
ZZelle | dkehn, your driver should replaces actions not workflow | 15:32 |
dkehn | ZZelle: true, I'm think that really, by the time the driber see it, we are just translating from dnsmasq to another DHCP server requests and setups | 15:33 |
*** emagana has joined #openstack-neutron | 15:34 | |
jschwarz | mestery, thanks for the review - i'll have a look asap :) | 15:34 |
mestery | jschwarz: Thanks for the BP and work on integration tests! | 15:34 |
jschwarz | it's a pleasure :) | 15:35 |
*** aepifanov has quit IRC | 15:35 | |
*** absubram_ has quit IRC | 15:36 | |
ZZelle | dkehn, so i could help (don't remember how dhpc_agent and dhcp module are linked) | 15:36 |
*** jschwarz has quit IRC | 15:36 | |
*** absubram_ has joined #openstack-neutron | 15:37 | |
*** mcaulfie has joined #openstack-neutron | 15:37 | |
dkehn | ZZelle: ask request from VMs comes in the agent is requested to dela with the setup via the driver sync_state, in its current form it involves determining the DHCP port on a subnet and re-writing the output file and bouncing dnsmasq | 15:38 |
*** pasquier-s has quit IRC | 15:38 | |
dkehn | ZZelle: thought the relay portion of this I'm not sure | 15:39 |
*** vivek-eb_ has joined #openstack-neutron | 15:39 | |
dkehn | mcaulfie: anything to add? | 15:40 |
*** nlahouti has joined #openstack-neutron | 15:40 | |
*** vivek-ebay has quit IRC | 15:41 | |
*** sballe has joined #openstack-neutron | 15:43 | |
*** ijw_ has quit IRC | 15:46 | |
*** leenheer has joined #openstack-neutron | 15:46 | |
*** xuhanp has quit IRC | 15:46 | |
*** thedodd has quit IRC | 15:47 | |
*** thedodd has joined #openstack-neutron | 15:49 | |
*** syt has quit IRC | 15:49 | |
*** k4n0 has quit IRC | 15:51 | |
*** Longgeek has quit IRC | 15:52 | |
*** sthillma has joined #openstack-neutron | 15:55 | |
*** emagana has quit IRC | 15:55 | |
*** ramishra has joined #openstack-neutron | 15:55 | |
*** rakesh_hs has joined #openstack-neutron | 15:57 | |
*** ramishra has quit IRC | 16:00 | |
*** ZZelle has quit IRC | 16:00 | |
*** ZZelle has joined #openstack-neutron | 16:01 | |
*** stanzgy has quit IRC | 16:01 | |
*** afazekas has quit IRC | 16:02 | |
*** manishg has joined #openstack-neutron | 16:03 | |
*** shashankhegde has joined #openstack-neutron | 16:04 | |
*** baoli has quit IRC | 16:04 | |
*** emagana has joined #openstack-neutron | 16:05 | |
*** sthillma has quit IRC | 16:05 | |
*** _cjones_ has joined #openstack-neutron | 16:05 | |
*** ihrachyshka has quit IRC | 16:06 | |
*** baoli has joined #openstack-neutron | 16:06 | |
*** ijw has joined #openstack-neutron | 16:08 | |
*** amuller has joined #openstack-neutron | 16:11 | |
*** thedodd has quit IRC | 16:11 | |
openstackgerrit | A change was merged to openstack/neutron: Catch exceptions in router rescheduler https://review.openstack.org/124961 | 16:11 |
*** padkrish has quit IRC | 16:13 | |
*** amuller__ has quit IRC | 16:13 | |
*** yatin has joined #openstack-neutron | 16:13 | |
*** yeungp has quit IRC | 16:14 | |
*** Guest88785 is now known as mgagne | 16:15 | |
*** mgagne is now known as Guest63293 | 16:15 | |
*** Guest63293 is now known as mgagne | 16:16 | |
*** mgagne has joined #openstack-neutron | 16:16 | |
*** yfried|afk is now known as yfried__ | 16:16 | |
*** emagana has quit IRC | 16:17 | |
*** leenheer1 has joined #openstack-neutron | 16:17 | |
*** leenheer has quit IRC | 16:20 | |
*** mlavalle has joined #openstack-neutron | 16:20 | |
*** ollivier has joined #openstack-neutron | 16:20 | |
*** thedodd has joined #openstack-neutron | 16:21 | |
*** leenheer1 has quit IRC | 16:23 | |
*** baoli has quit IRC | 16:24 | |
*** baoli has joined #openstack-neutron | 16:25 | |
*** padkrish has joined #openstack-neutron | 16:25 | |
*** padkrish has quit IRC | 16:25 | |
*** padkrish has joined #openstack-neutron | 16:26 | |
*** VijayB_ has joined #openstack-neutron | 16:29 | |
*** mancdaz is now known as mancdaz_away | 16:29 | |
*** a_le has quit IRC | 16:29 | |
*** annegent_ has joined #openstack-neutron | 16:31 | |
*** carl_baldwin has joined #openstack-neutron | 16:32 | |
*** shashankhegde has quit IRC | 16:32 | |
amotoki | mestery: regarding L3-HA Horizon support, there is a possible bug for RC3 and if it is in we will have the fix in RC3. otherwise we will cover it in the release note and backport it in the stable update. | 16:33 |
mestery | amotoki: Ackl | 16:33 |
amotoki | it is reasonable and same as we discussed. | 16:34 |
mestery | amotoki: Perfect | 16:34 |
*** afazekas has joined #openstack-neutron | 16:35 | |
*** vivek-eb_ has quit IRC | 16:36 | |
*** a_le has joined #openstack-neutron | 16:36 | |
*** ygbo has quit IRC | 16:36 | |
*** a_le has quit IRC | 16:39 | |
openstackgerrit | Hao Chen proposed a change to openstack/neutron: Change "v6" to "ipv6" https://review.openstack.org/127067 | 16:39 |
mlavalle | mestery: I replied to your email regarding qa | 16:39 |
mestery | mlavalle: Ack, got it sir. | 16:39 |
*** a_le has joined #openstack-neutron | 16:40 | |
*** VijayB_ has quit IRC | 16:41 | |
*** a_le has quit IRC | 16:42 | |
*** spandhe_ has joined #openstack-neutron | 16:43 | |
mlavalle | mestery: so i would like some guidance as to next step. we can talk in Paris, when you have a clearer perspective on kilo. in the meantime i am reading a lot of code and playin with devstack | 16:43 |
*** a_le has joined #openstack-neutron | 16:44 | |
*** BillTheKat has quit IRC | 16:45 | |
*** padkrish has quit IRC | 16:45 | |
*** annegent_ has quit IRC | 16:47 | |
*** shakayumi has joined #openstack-neutron | 16:48 | |
*** armax has joined #openstack-neutron | 16:49 | |
*** BillTheKat has joined #openstack-neutron | 16:50 | |
*** luqas has quit IRC | 16:50 | |
*** aveiga has quit IRC | 16:51 | |
*** yjiang51 is now known as yjiang5_away | 16:51 | |
*** jobewan has joined #openstack-neutron | 16:51 | |
*** yjiang5_away has quit IRC | 16:51 | |
mestery | mlavalle: Ack | 16:51 |
*** jistr has quit IRC | 16:53 | |
*** achanda has joined #openstack-neutron | 16:54 | |
*** cbouch has quit IRC | 16:55 | |
*** jschwarz has joined #openstack-neutron | 16:56 | |
*** ramishra has joined #openstack-neutron | 16:56 | |
*** doude has quit IRC | 16:56 | |
*** sbfox has joined #openstack-neutron | 16:57 | |
*** yeungp has joined #openstack-neutron | 16:57 | |
*** britthou_ has quit IRC | 16:58 | |
*** shashankhegde has joined #openstack-neutron | 16:58 | |
*** britthouser has joined #openstack-neutron | 16:58 | |
*** a_le has quit IRC | 16:59 | |
*** syt has joined #openstack-neutron | 17:00 | |
*** ihrachyshka has joined #openstack-neutron | 17:00 | |
*** ijw has quit IRC | 17:00 | |
*** tflynn has joined #openstack-neutron | 17:00 | |
*** a_le has joined #openstack-neutron | 17:00 | |
*** ramishra has quit IRC | 17:00 | |
*** ijw has joined #openstack-neutron | 17:01 | |
*** tflynn has quit IRC | 17:01 | |
*** tflynn has joined #openstack-neutron | 17:02 | |
*** baoli has quit IRC | 17:02 | |
*** s3wong has joined #openstack-neutron | 17:02 | |
*** a_le has quit IRC | 17:02 | |
*** ijw has quit IRC | 17:02 | |
*** a_le has joined #openstack-neutron | 17:02 | |
*** tflynn_ has joined #openstack-neutron | 17:03 | |
*** baoli has joined #openstack-neutron | 17:03 | |
*** ijw has joined #openstack-neutron | 17:03 | |
*** a_le has quit IRC | 17:03 | |
*** a_le_ has joined #openstack-neutron | 17:03 | |
*** annegent_ has joined #openstack-neutron | 17:04 | |
*** VijayB has joined #openstack-neutron | 17:04 | |
openstackgerrit | Vivekanandan Narasimhan proposed a change to openstack/neutron: Race for l2pop when ports go up/down on same host https://review.openstack.org/123403 | 17:05 |
*** afaranha has joined #openstack-neutron | 17:06 | |
*** tflynn has quit IRC | 17:06 | |
*** ijw_ has joined #openstack-neutron | 17:07 | |
*** armax has left #openstack-neutron | 17:07 | |
afaranha | Hello guys, I'm just starting at Neutron and would like to know what's the neutron service in rejoin-stack screen, can anyone help me? | 17:07 |
*** jp_at_hp has quit IRC | 17:07 | |
*** ijw has quit IRC | 17:08 | |
*** exploreshaifali has joined #openstack-neutron | 17:08 | |
*** BillTheKat has quit IRC | 17:08 | |
*** syt has quit IRC | 17:10 | |
*** amotoki has quit IRC | 17:10 | |
*** harlowja_away is now known as harlowja | 17:13 | |
*** anna_ has quit IRC | 17:13 | |
*** afazekas has quit IRC | 17:16 | |
*** nyechiel_ has quit IRC | 17:16 | |
*** yfried__ is now known as yfried|afk | 17:18 | |
*** annegent_ has quit IRC | 17:20 | |
*** vivek-ebay has joined #openstack-neutron | 17:20 | |
*** vivek-ebay has quit IRC | 17:20 | |
*** vivek-ebay has joined #openstack-neutron | 17:21 | |
*** dsneddon_ has quit IRC | 17:21 | |
*** dsneddon has joined #openstack-neutron | 17:21 | |
*** padkrish has joined #openstack-neutron | 17:23 | |
*** trad511 has quit IRC | 17:24 | |
*** ijw has joined #openstack-neutron | 17:24 | |
*** vivek-ebay has quit IRC | 17:24 | |
*** anna_ has joined #openstack-neutron | 17:25 | |
*** vivek-ebay has joined #openstack-neutron | 17:25 | |
*** vivek-eb_ has joined #openstack-neutron | 17:26 | |
*** Sukhdev has joined #openstack-neutron | 17:29 | |
*** vivek-ebay has quit IRC | 17:29 | |
*** ijw has quit IRC | 17:31 | |
*** catohornet has joined #openstack-neutron | 17:33 | |
*** sbfox has quit IRC | 17:33 | |
jschwarz | markmcclain, hi, got a minute to discuss https://review.openstack.org/#/c/117142/ ? | 17:33 |
*** carl_baldwin has quit IRC | 17:35 | |
*** catohornet has quit IRC | 17:37 | |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: WIP: Sync policy from oslo-incubator https://review.openstack.org/123673 | 17:40 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: switch to oslo.serialization https://review.openstack.org/127306 | 17:40 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Migrate to oslo.utils https://review.openstack.org/127257 | 17:40 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Updated cache module and its dependencies https://review.openstack.org/128286 | 17:40 |
*** devvesa has joined #openstack-neutron | 17:40 | |
*** amuller has quit IRC | 17:41 | |
*** jlibosva has quit IRC | 17:41 | |
*** suresh12 has joined #openstack-neutron | 17:42 | |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: WIP: Sync policy from oslo-incubator https://review.openstack.org/123673 | 17:43 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: switch to oslo.serialization https://review.openstack.org/127306 | 17:43 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Migrate to oslo.utils https://review.openstack.org/127257 | 17:43 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Updated service.py and its dependencies https://review.openstack.org/128285 | 17:43 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Updated fileutils and its dependencies https://review.openstack.org/128284 | 17:43 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Updated cache module and its dependencies https://review.openstack.org/128286 | 17:44 |
ihrachyshka | afaranha: q-svc | 17:44 |
*** catohornet has joined #openstack-neutron | 17:44 | |
ihrachyshka | afaranha: that stands for quantum-service (quantum is an old name of neutron that was dropped in havana I guess) | 17:44 |
*** amcrn has joined #openstack-neutron | 17:45 | |
Sukhdev | mestery: Any chance of planning for RC3? | 17:45 |
mestery | Sukhdev: Yes, and unfourtanetly your patch didn't make the cut after discussion with ttx today. | 17:45 |
mestery | It can be backported to the .1 release in < 6 weeks. | 17:46 |
*** VijayB has quit IRC | 17:46 | |
Sukhdev | mestery: Yike!! how come? | 17:46 |
mestery | Sukhdev: For RC3, we only put two bugs in: One which was a 5 character change, and one which removed approx. 30 lines of code. | 17:46 |
mestery | Very low risk stuff. | 17:46 |
Sukhdev | mestery: .1 is for Kilo? | 17:46 |
afaranha | ihrachyshka: I'm having some issues due to Neutron policy, actually list agents is a admin only operation, but I don't get permission error when listing it using user demo, is there any known issue with policies in Neutron? | 17:46 |
*** leenheer has joined #openstack-neutron | 17:46 | |
mestery | No, the first dot release of Juno stable. | 17:46 |
*** carl_baldwin has joined #openstack-neutron | 17:47 | |
*** jschwarz has quit IRC | 17:47 | |
Sukhdev | mestery: when does the official Juno release goes out? | 17:47 |
ihrachyshka | afaranha: sorry, no idea | 17:47 |
*** vivek-eb_ has quit IRC | 17:47 | |
mestery | Thursday | 17:47 |
*** vivek-ebay has joined #openstack-neutron | 17:48 | |
afaranha | ihrachyshka: I'll see that, Thanks :) | 17:48 |
*** ijw_ has quit IRC | 17:48 | |
Sukhdev | mestery: So, can you please tag it for back port to .1 release, please? | 17:48 |
*** ijw has joined #openstack-neutron | 17:48 | |
mestery | Sukhdev: Yes sir, you can propose the cherry-pick back once we open stable/juno for patches | 17:49 |
mestery | Or I can do it, either way. | 17:49 |
*** otherwiseguy has quit IRC | 17:49 | |
Sukhdev | mestery: I have not done it, so not familiar with the process - do not want to miss the boat :-) | 17:50 |
*** achanda_ has joined #openstack-neutron | 17:50 | |
*** annegent_ has joined #openstack-neutron | 17:50 | |
mestery | Sukhdev: I'll make sure it happens sir. | 17:50 |
*** carl_baldwin has quit IRC | 17:51 | |
Sukhdev | mestery: Thank you so much…..when will stable/juno open for patches? | 17:51 |
mestery | Sukhdev: Sure! Once we release it Thursday, I expect stable/juno to open after that. | 17:51 |
*** aix_ has quit IRC | 17:52 | |
*** mcaulfie has quit IRC | 17:52 | |
*** moha_hunt has joined #openstack-neutron | 17:52 | |
Sukhdev | mestery: cool - will keep an eye out and possibly bug you early next week - hope that is OK | 17:52 |
*** ollivier has quit IRC | 17:52 | |
*** carl_baldwin has joined #openstack-neutron | 17:53 | |
*** achanda has quit IRC | 17:53 | |
*** VijayB_ has joined #openstack-neutron | 17:53 | |
*** annegent_ has quit IRC | 17:56 | |
*** ChuckC has quit IRC | 17:56 | |
*** ramishra has joined #openstack-neutron | 17:57 | |
*** Zemeio has quit IRC | 17:57 | |
*** BillTheKat has joined #openstack-neutron | 17:58 | |
*** ijw has quit IRC | 17:58 | |
*** thedodd has quit IRC | 17:58 | |
*** ollivier has joined #openstack-neutron | 17:59 | |
*** wendar_ is now known as wendar | 18:00 | |
*** ramishra has quit IRC | 18:01 | |
*** nlahouti has quit IRC | 18:02 | |
*** jpich has quit IRC | 18:02 | |
*** nlahouti has joined #openstack-neutron | 18:03 | |
*** tflynn_ has quit IRC | 18:05 | |
*** a_le_ has quit IRC | 18:05 | |
*** padkrish has quit IRC | 18:05 | |
*** tflynn has joined #openstack-neutron | 18:05 | |
*** a_le has joined #openstack-neutron | 18:06 | |
*** carl_baldwin has quit IRC | 18:06 | |
*** emagana has joined #openstack-neutron | 18:07 | |
*** tflynn has quit IRC | 18:08 | |
*** tflynn has joined #openstack-neutron | 18:09 | |
*** sbfox has joined #openstack-neutron | 18:11 | |
*** radez is now known as radez_g0n3 | 18:11 | |
*** afazekas has joined #openstack-neutron | 18:12 | |
*** nyechiel_ has joined #openstack-neutron | 18:13 | |
*** ianw has quit IRC | 18:16 | |
*** annegent_ has joined #openstack-neutron | 18:17 | |
*** ivar-lazzaro has joined #openstack-neutron | 18:18 | |
*** alexpilotti has quit IRC | 18:19 | |
*** cbouch has joined #openstack-neutron | 18:19 | |
*** yfried|afk is now known as yfried__ | 18:21 | |
*** thedodd has joined #openstack-neutron | 18:22 | |
*** trad511 has joined #openstack-neutron | 18:22 | |
*** emagana has quit IRC | 18:23 | |
*** emagana has joined #openstack-neutron | 18:23 | |
*** alexpilotti_ has joined #openstack-neutron | 18:24 | |
*** alexpilotti_ is now known as alexpilotti | 18:24 | |
*** afazekas has quit IRC | 18:24 | |
*** padkrish has joined #openstack-neutron | 18:24 | |
*** emagana has quit IRC | 18:26 | |
*** emagana has joined #openstack-neutron | 18:26 | |
*** mcaulfie has joined #openstack-neutron | 18:26 | |
*** jprovazn has quit IRC | 18:28 | |
*** annegent_ has quit IRC | 18:29 | |
*** yjiang5 has joined #openstack-neutron | 18:31 | |
*** ZZelle_ has joined #openstack-neutron | 18:32 | |
*** yjiang51 has joined #openstack-neutron | 18:32 | |
*** baoli has quit IRC | 18:33 | |
*** nyechiel_ has quit IRC | 18:33 | |
*** salv-orlando has quit IRC | 18:34 | |
*** annegent_ has joined #openstack-neutron | 18:35 | |
*** yjiang5 has quit IRC | 18:35 | |
*** leenheer has quit IRC | 18:38 | |
*** carl_baldwin has joined #openstack-neutron | 18:40 | |
ZZelle_ | mestery, hi² | 18:40 |
mestery | ZZelle_: Hi there sir! | 18:41 |
ZZelle_ | mestery, one question about the new neutron-specs template | 18:41 |
mestery | ZZelle_: Shoot! | 18:41 |
*** emagana has quit IRC | 18:42 | |
ZZelle_ | mestery, the "Community Impact" section will be written by spec owner or neutron-driver cores? | 18:42 |
*** rakesh_hs has quit IRC | 18:42 | |
*** BillTheKat has quit IRC | 18:42 | |
mestery | ZZelle_: spec owner, just how it will impact the community going forward, does it fit with the direction the community is going, etc. | 18:43 |
ZZelle_ | mestery, oki, not fully sure to know what to write | 18:44 |
mestery | ZZelle_: I'm sure reviewers will comment if it misses the mark ;) | 18:45 |
ZZelle_ | mestery, argh ... i hate reviewers :) | 18:45 |
mestery | ZZelle_: :P | 18:45 |
*** haleyb has joined #openstack-neutron | 18:46 | |
*** syt has joined #openstack-neutron | 18:48 | |
*** radez_g0n3 is now known as radez | 18:49 | |
*** sambetts has quit IRC | 18:50 | |
*** cbouch has quit IRC | 18:52 | |
*** cnesa17 has quit IRC | 18:56 | |
*** baoli has joined #openstack-neutron | 18:57 | |
*** ramishra has joined #openstack-neutron | 18:57 | |
*** ihrachyshka has quit IRC | 18:58 | |
*** ianw has joined #openstack-neutron | 18:59 | |
*** AbsinthMind has quit IRC | 19:00 | |
*** AbsinthMind has joined #openstack-neutron | 19:00 | |
*** annegent_ has quit IRC | 19:01 | |
*** yatin has quit IRC | 19:01 | |
*** gildub has joined #openstack-neutron | 19:02 | |
*** ramishra has quit IRC | 19:03 | |
*** shakayumi has quit IRC | 19:04 | |
*** shakayumi has joined #openstack-neutron | 19:04 | |
*** changbl_ has quit IRC | 19:08 | |
*** dmellado has quit IRC | 19:09 | |
roaet | mestery: ping, what is the best e-mail to contact you from? | 19:10 |
*** igordcard has joined #openstack-neutron | 19:11 | |
roaet | mestery: thanks! | 19:11 |
mestery | roaet: Sure! | 19:11 |
openstackgerrit | Cedric Brandily proposed a change to openstack/neutron-specs: DHCP agent customization https://review.openstack.org/99356 | 19:14 |
*** suresh12 has quit IRC | 19:15 | |
*** _cjones_ has quit IRC | 19:17 | |
*** _cjones_ has joined #openstack-neutron | 19:18 | |
*** leenheer has joined #openstack-neutron | 19:18 | |
*** _cjones_ has quit IRC | 19:22 | |
*** carl_baldwin has quit IRC | 19:25 | |
*** thedodd has quit IRC | 19:27 | |
*** ijw has joined #openstack-neutron | 19:28 | |
*** Sukhdev has quit IRC | 19:29 | |
*** safchain has quit IRC | 19:30 | |
*** ijw has quit IRC | 19:34 | |
*** trad511 has quit IRC | 19:36 | |
*** bradjones has quit IRC | 19:36 | |
*** achanda_ has quit IRC | 19:36 | |
*** salv-orlando has joined #openstack-neutron | 19:37 | |
*** thedodd has joined #openstack-neutron | 19:38 | |
*** padkrish has quit IRC | 19:38 | |
*** nlahouti has quit IRC | 19:38 | |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: remove E251 exemption from pep8 check https://review.openstack.org/99521 | 19:39 |
*** nlahouti has joined #openstack-neutron | 19:40 | |
*** padkrish has joined #openstack-neutron | 19:40 | |
*** padkrish has quit IRC | 19:41 | |
*** padkrish has joined #openstack-neutron | 19:43 | |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: enable E713 in pep8 tests https://review.openstack.org/99522 | 19:45 |
*** trad511 has joined #openstack-neutron | 19:47 | |
*** trad5111 has joined #openstack-neutron | 19:49 | |
*** _cjones_ has joined #openstack-neutron | 19:49 | |
*** VijayB_ has quit IRC | 19:49 | |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: enable F402 check for flake8 https://review.openstack.org/99548 | 19:50 |
*** trad511 has quit IRC | 19:51 | |
*** achanda has joined #openstack-neutron | 19:53 | |
*** padkrish has quit IRC | 19:54 | |
*** BillTheKat has joined #openstack-neutron | 19:55 | |
*** anna_ is now known as XX019 | 19:56 | |
*** XX019 is now known as X019 | 19:56 | |
*** vivek-ebay has quit IRC | 19:56 | |
*** annegent_ has joined #openstack-neutron | 19:57 | |
*** ramishra has joined #openstack-neutron | 19:58 | |
*** annegent_ has quit IRC | 19:58 | |
*** nlahouti has quit IRC | 19:58 | |
*** annegent_ has joined #openstack-neutron | 19:59 | |
*** killer_prince has quit IRC | 20:01 | |
*** ramishra has quit IRC | 20:03 | |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: enable F811 check for flake8 https://review.openstack.org/99549 | 20:03 |
*** shakayumi has quit IRC | 20:04 | |
*** shakayumi has joined #openstack-neutron | 20:05 | |
*** achanda has quit IRC | 20:05 | |
*** baoli has quit IRC | 20:07 | |
*** sbfox has quit IRC | 20:07 | |
*** killer_prince has joined #openstack-neutron | 20:11 | |
*** a_le has quit IRC | 20:11 | |
*** killer_prince is now known as lazy_prince | 20:11 | |
*** sbfox has joined #openstack-neutron | 20:11 | |
*** a_le has joined #openstack-neutron | 20:11 | |
*** BillTheKat has quit IRC | 20:13 | |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: enable F812 check for flake8 https://review.openstack.org/99550 | 20:13 |
openstackgerrit | A change was merged to openstack/neutron: Remove an argument that is never used https://review.openstack.org/127341 | 20:15 |
*** _cjones_ has quit IRC | 20:16 | |
*** padkrish has joined #openstack-neutron | 20:16 | |
*** _cjones_ has joined #openstack-neutron | 20:19 | |
*** mwagner_lap has joined #openstack-neutron | 20:19 | |
*** shakayumi has quit IRC | 20:20 | |
*** shakayumi has joined #openstack-neutron | 20:20 | |
*** gaud has left #openstack-neutron | 20:20 | |
*** suresh12 has joined #openstack-neutron | 20:21 | |
*** jschwarz has joined #openstack-neutron | 20:23 | |
*** aepifanov has joined #openstack-neutron | 20:23 | |
*** devvesa has quit IRC | 20:23 | |
*** jprovazn has joined #openstack-neutron | 20:24 | |
*** nus has joined #openstack-neutron | 20:28 | |
*** VijayB_ has joined #openstack-neutron | 20:33 | |
*** ollivier has quit IRC | 20:34 | |
*** carl_baldwin has joined #openstack-neutron | 20:36 | |
*** carl_baldwin has quit IRC | 20:36 | |
*** aepifanov has quit IRC | 20:36 | |
*** openstackgerrit has quit IRC | 20:36 | |
*** jschwarz has quit IRC | 20:38 | |
*** syt has quit IRC | 20:39 | |
*** julim has quit IRC | 20:39 | |
*** jprovazn has quit IRC | 20:42 | |
*** mwagner_lap has quit IRC | 20:43 | |
*** carl_baldwin has joined #openstack-neutron | 20:44 | |
*** ihrachyshka has joined #openstack-neutron | 20:50 | |
*** carl_baldwin has quit IRC | 20:54 | |
*** aj9 has joined #openstack-neutron | 20:56 | |
*** carl_baldwin has joined #openstack-neutron | 20:57 | |
*** vivek-ebay has joined #openstack-neutron | 20:57 | |
*** ramishra has joined #openstack-neutron | 20:59 | |
*** nlahouti has joined #openstack-neutron | 21:00 | |
*** carl_baldwin has quit IRC | 21:00 | |
*** achanda has joined #openstack-neutron | 21:00 | |
*** otherwiseguy has joined #openstack-neutron | 21:01 | |
*** signed8bit has quit IRC | 21:01 | |
*** signed8bit has joined #openstack-neutron | 21:01 | |
*** mestery has quit IRC | 21:01 | |
*** vivek-ebay has quit IRC | 21:01 | |
*** mestery has joined #openstack-neutron | 21:02 | |
*** manishg has quit IRC | 21:02 | |
*** zenpac has left #openstack-neutron | 21:03 | |
*** ramishra has quit IRC | 21:03 | |
*** achanda_ has joined #openstack-neutron | 21:03 | |
*** vivek-ebay has joined #openstack-neutron | 21:03 | |
*** achanda__ has joined #openstack-neutron | 21:06 | |
*** achanda has quit IRC | 21:06 | |
*** carl_baldwin has joined #openstack-neutron | 21:08 | |
*** achanda_ has quit IRC | 21:09 | |
*** jpena is now known as jpena|afk | 21:14 | |
*** zigo has quit IRC | 21:16 | |
*** ChuckC has joined #openstack-neutron | 21:19 | |
*** annegen__ has joined #openstack-neutron | 21:19 | |
*** leenheer has quit IRC | 21:19 | |
ChuckC | sc68cal: hi | 21:21 |
*** annegent_ has quit IRC | 21:23 | |
*** manishg has joined #openstack-neutron | 21:24 | |
*** _cjones_ has quit IRC | 21:31 | |
*** manishg has quit IRC | 21:31 | |
*** _cjones_ has joined #openstack-neutron | 21:31 | |
*** mcaulfie has quit IRC | 21:33 | |
*** VijayB_ has quit IRC | 21:35 | |
*** VijayB_ has joined #openstack-neutron | 21:35 | |
*** _cjones_ has quit IRC | 21:36 | |
*** _cjones_ has joined #openstack-neutron | 21:36 | |
*** annegen__ has quit IRC | 21:38 | |
*** harlowja is now known as harlowja_away | 21:39 | |
*** syt has joined #openstack-neutron | 21:40 | |
*** syt has quit IRC | 21:42 | |
*** manishg has joined #openstack-neutron | 21:43 | |
*** yjiang51 has left #openstack-neutron | 21:45 | |
*** X019 has quit IRC | 21:46 | |
*** leenheer has joined #openstack-neutron | 21:49 | |
*** emagana has joined #openstack-neutron | 21:50 | |
*** karimb has quit IRC | 21:50 | |
*** rpothier has quit IRC | 21:51 | |
*** tflynn_ has joined #openstack-neutron | 21:52 | |
*** manishg has quit IRC | 21:52 | |
*** tflynn has quit IRC | 21:55 | |
*** X019 has joined #openstack-neutron | 21:58 | |
*** yeungp has quit IRC | 21:59 | |
*** ramishra has joined #openstack-neutron | 22:00 | |
*** pritesh has joined #openstack-neutron | 22:01 | |
*** kbringard has quit IRC | 22:01 | |
*** AbsinthMind has quit IRC | 22:02 | |
*** Zemeio has joined #openstack-neutron | 22:02 | |
*** nmagnezi has quit IRC | 22:03 | |
*** annegent_ has joined #openstack-neutron | 22:03 | |
*** otherwiseguy has quit IRC | 22:03 | |
*** emagana has quit IRC | 22:04 | |
*** dims_ has joined #openstack-neutron | 22:04 | |
*** emagana has joined #openstack-neutron | 22:04 | |
*** ramishra has quit IRC | 22:05 | |
*** dims_ has quit IRC | 22:06 | |
*** dims_ has joined #openstack-neutron | 22:07 | |
*** dims has quit IRC | 22:07 | |
*** emagana has quit IRC | 22:09 | |
*** Zemeio has quit IRC | 22:10 | |
*** dims_ has quit IRC | 22:12 | |
*** MentalRay has joined #openstack-neutron | 22:14 | |
*** pritesh has quit IRC | 22:19 | |
*** dims has joined #openstack-neutron | 22:19 | |
*** dims is now known as dimsum_ | 22:22 | |
*** dimsum_ is now known as dims | 22:22 | |
*** dims has quit IRC | 22:22 | |
*** dims has joined #openstack-neutron | 22:23 | |
*** ianw has quit IRC | 22:23 | |
*** ianw has joined #openstack-neutron | 22:23 | |
*** pritesh has joined #openstack-neutron | 22:24 | |
*** harlowja_away is now known as harlowja | 22:25 | |
*** manishg has joined #openstack-neutron | 22:25 | |
*** igordcard has quit IRC | 22:26 | |
*** ijw has joined #openstack-neutron | 22:32 | |
*** annegent_ has quit IRC | 22:32 | |
*** tflynn_ has quit IRC | 22:33 | |
*** tflynn has joined #openstack-neutron | 22:34 | |
*** tflynn has quit IRC | 22:34 | |
*** tflynn has joined #openstack-neutron | 22:35 | |
*** ijw has quit IRC | 22:37 | |
*** carl_baldwin has quit IRC | 22:37 | |
*** MentalRay has quit IRC | 22:44 | |
*** signed8bit has quit IRC | 22:46 | |
*** thedodd has quit IRC | 22:47 | |
*** pc_m has quit IRC | 22:49 | |
*** leenheer has quit IRC | 22:52 | |
*** manishg has quit IRC | 22:52 | |
*** jpena|afk has quit IRC | 22:53 | |
*** dboik has quit IRC | 22:56 | |
*** jobewan has quit IRC | 22:56 | |
*** leenheer has joined #openstack-neutron | 22:57 | |
*** vivek-ebay has quit IRC | 22:59 | |
*** zhipeng has quit IRC | 22:59 | |
*** ramishra has joined #openstack-neutron | 23:00 | |
*** tflynn_ has joined #openstack-neutron | 23:01 | |
*** mcaulfie has joined #openstack-neutron | 23:01 | |
*** haleyb has quit IRC | 23:01 | |
*** aj9 has quit IRC | 23:02 | |
*** tflynn_ has quit IRC | 23:02 | |
*** tflynn_ has joined #openstack-neutron | 23:02 | |
*** openstackgerrit has joined #openstack-neutron | 23:03 | |
*** trad5111 has quit IRC | 23:03 | |
*** tflynn has quit IRC | 23:04 | |
*** ramishra has quit IRC | 23:05 | |
*** vivek-ebay has joined #openstack-neutron | 23:06 | |
*** mlavalle has quit IRC | 23:07 | |
*** annegent_ has joined #openstack-neutron | 23:08 | |
*** ZZelle_ has quit IRC | 23:11 | |
*** dims has quit IRC | 23:12 | |
*** dims has joined #openstack-neutron | 23:13 | |
*** pritesh has quit IRC | 23:14 | |
*** sbfox has quit IRC | 23:18 | |
*** moha_hunt has quit IRC | 23:20 | |
*** zzzeek has quit IRC | 23:21 | |
*** dims has quit IRC | 23:22 | |
*** annegent_ has quit IRC | 23:26 | |
*** dboik has joined #openstack-neutron | 23:26 | |
*** leenheer1 has joined #openstack-neutron | 23:27 | |
*** ihrachyshka has quit IRC | 23:28 | |
*** leenheer1 has quit IRC | 23:30 | |
*** leenheer has quit IRC | 23:32 | |
*** ijw has joined #openstack-neutron | 23:33 | |
*** suresh12 has quit IRC | 23:34 | |
*** dboik has quit IRC | 23:35 | |
*** suresh12 has joined #openstack-neutron | 23:35 | |
*** dboik has joined #openstack-neutron | 23:36 | |
*** regXboi has quit IRC | 23:37 | |
*** ijw has quit IRC | 23:38 | |
*** tflynn_ has quit IRC | 23:44 | |
*** Zemeio has joined #openstack-neutron | 23:44 | |
*** tflynn has joined #openstack-neutron | 23:44 | |
*** markmcclain has quit IRC | 23:45 | |
*** jaypipes has quit IRC | 23:45 | |
*** manishg has joined #openstack-neutron | 23:47 | |
*** jordandh has quit IRC | 23:53 | |
*** jordandh has joined #openstack-neutron | 23:54 | |
*** manishg has quit IRC | 23:55 | |
*** jordandh has joined #openstack-neutron | 23:56 | |
*** padkrish has quit IRC | 23:56 | |
*** Vad has quit IRC | 23:57 | |
*** yeungp has joined #openstack-neutron | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!