*** srilatha has quit IRC | 00:01 | |
*** nlahouti has quit IRC | 00:02 | |
*** achanda has quit IRC | 00:02 | |
*** Sukhdev has quit IRC | 00:02 | |
*** achanda has joined #openstack-neutron | 00:03 | |
*** shwetaap has quit IRC | 00:03 | |
*** Sukhdev has joined #openstack-neutron | 00:03 | |
*** nlahouti has joined #openstack-neutron | 00:04 | |
*** Swami has joined #openstack-neutron | 00:05 | |
*** zhangjn has joined #openstack-neutron | 00:07 | |
*** Sukhdev has quit IRC | 00:07 | |
*** nlahouti has quit IRC | 00:09 | |
*** nlahouti has joined #openstack-neutron | 00:10 | |
*** madhu_ak has quit IRC | 00:12 | |
kevinbenton | HenryG: ping | 00:12 |
---|---|---|
HenryG | kevinbenton: pong | 00:13 |
*** ivar-lazzaro has quit IRC | 00:13 | |
kevinbenton | HenryG: https://review.openstack.org/#/c/219107/ | 00:13 |
*** ivar-lazzaro has joined #openstack-neutron | 00:13 | |
kevinbenton | HenryG: the big switch CI used the requirements.txt to determine which bsnstacklib module to use when testing neutron patches | 00:13 |
*** hichihara has joined #openstack-neutron | 00:14 | |
kevinbenton | HenryG: without requirements.txt, where do you store the version of a 3rd party lib that goes with neutron | 00:14 |
*** minwang2 has quit IRC | 00:15 | |
HenryG | kevinbenton: I believe for ours it's the other way around. The 3rd party lib has a dependency on neutron. | 00:16 |
*** Swami has quit IRC | 00:16 | |
kevinbenton | HenryG: but that doesn't tell you what version of the 3rd party lib you need to install for neutron stable/kilo for example | 00:16 |
*** ivar-lazzaro has quit IRC | 00:17 | |
*** chlong has quit IRC | 00:19 | |
HenryG | kevinbenton: I see what you are saying | 00:19 |
HenryG | kevinbenton: But having the stadium project requirements in random places is not ideal | 00:19 |
HenryG | kevinbenton: Should we create stadium-requirements.txt ? | 00:19 |
kevinbenton | HenryG: how would that work, would it just be one file with everything? | 00:21 |
*** shoutm has quit IRC | 00:22 | |
*** shadower has quit IRC | 00:23 | |
*** SourabhP has joined #openstack-neutron | 00:23 | |
HenryG | kevinbenton: yes, but I have not thought it through | 00:23 |
*** shadower has joined #openstack-neutron | 00:23 | |
*** shoutm has joined #openstack-neutron | 00:23 | |
kevinbenton | HenryG: can you selectively install one package from a requirements file? | 00:23 |
HenryG | kevinbenton: It would only be relevant for stable branches, right? | 00:23 |
*** nlahouti has quit IRC | 00:23 | |
*** nlahouti has joined #openstack-neutron | 00:23 | |
*** bradjones is now known as bradjones|away | 00:24 | |
kevinbenton | HenryG: well i could see wanting to version cap master as well if you had experimental stuff | 00:25 |
kevinbenton | HenryG: how is Cisco handling the CI testing for stable branches? Do you just have something hardcoded in scripts that says "if stable/kilo use this version", etc? | 00:26 |
*** nlahouti has quit IRC | 00:27 | |
HenryG | kevinbenton: I believe it starts with the stable/kilo version of networking-cisco, which has https://github.com/openstack/networking-cisco/blob/stable/kilo/requirements.txt#L10 | 00:28 |
kevinbenton | HenryG: no, i mean how do you know what version of the cisco lib to install on stable/kilo patches to neutron? | 00:28 |
*** nlahouti has joined #openstack-neutron | 00:29 | |
kevinbenton | HenryG: that requirements.txt just says which version of neutron is required for stable/kilo of cisco | 00:29 |
HenryG | kevinbenton: I understand. I'd have to ask | 00:29 |
*** mlavalle has quit IRC | 00:30 | |
*** shwetaap1 has quit IRC | 00:30 | |
HenryG | kevinbenton: Although the answer is probably in here somewhere if you want to dig around: https://github.com/cisco-openstack/openstack-sqe | 00:31 |
kevinbenton | HenryG: ok, so right now we have no way to know which lib to use for neutron then, right? | 00:31 |
*** nlahouti has quit IRC | 00:31 | |
*** shwetaap has joined #openstack-neutron | 00:31 | |
HenryG | kevinbenton: I think you are right | 00:31 |
*** zhangjn has quit IRC | 00:31 | |
*** rushil has quit IRC | 00:31 | |
kevinbenton | HenryG: i'll wait for armax to pop online later tonight and see what he had in mind for this | 00:32 |
HenryG | kevinbenton: also ask Ihar, because he probably knows how RH picks things for their distros | 00:32 |
*** sridhar_ram1 has quit IRC | 00:33 | |
kevinbenton | HenryG: yeah, i suppose one answer would just be to pay red hat to maintain package dependencies | 00:33 |
kevinbenton | HenryG: but it seems like we should be able to capture this somewhere | 00:33 |
kevinbenton | HenryG: it's a weird bi-directional dependency | 00:33 |
*** cdl has quit IRC | 00:34 | |
*** sridhar_ram has joined #openstack-neutron | 00:35 | |
*** sthillma has quit IRC | 00:35 | |
*** sthillma has joined #openstack-neutron | 00:36 | |
*** banix has quit IRC | 00:36 | |
*** jckasper has joined #openstack-neutron | 00:37 | |
*** sthillma has quit IRC | 00:37 | |
*** sthillma has joined #openstack-neutron | 00:38 | |
*** shoutm_ has joined #openstack-neutron | 00:40 | |
*** banix has joined #openstack-neutron | 00:40 | |
*** nlahouti has joined #openstack-neutron | 00:41 | |
*** shoutm has quit IRC | 00:41 | |
*** bigjools has joined #openstack-neutron | 00:43 | |
HenryG | kevinbenton: maybe it can be done using requirements extras | 00:44 |
*** nlahouti has quit IRC | 00:50 | |
*** nlahouti has joined #openstack-neutron | 00:51 | |
lifeless | whats the thing you need to expres? | 00:51 |
*** tiswanso has joined #openstack-neutron | 00:54 | |
*** tiswanso has quit IRC | 00:57 | |
*** armax has joined #openstack-neutron | 00:57 | |
*** tiswanso has joined #openstack-neutron | 00:58 | |
*** thurloat_isgone is now known as thurloat | 00:58 | |
HenryG | lifeless: if the deployer wants to include and optional package 'networking-foo', we want to express what version of networking-foo is required. | 00:58 |
*** nlahouti has quit IRC | 00:59 | |
HenryG | s/and/an/ | 00:59 |
lifeless | mmm, so really its up to those things to work with neutron's core, not the other way around | 01:00 |
*** SumitNaiksatam has quit IRC | 01:02 | |
*** shivrao has quit IRC | 01:02 | |
*** chlong has joined #openstack-neutron | 01:02 | |
*** nlahouti has joined #openstack-neutron | 01:04 | |
HenryG | lifeless: when networking-foo==2015.1.0 is released, it is known to work with neutron kilo. It's dependency is set there. For example, https://github.com/openstack/networking-cisco/blob/stable/kilo/requirements.txt#L10 | 01:05 |
lifeless | right | 01:05 |
lifeless | though the upper cap there is going to bite folk eventually, sigh | 01:06 |
HenryG | lifeless: I'll ask about the upper cap issue later. First ... | 01:08 |
HenryG | lifeless: Now the problem is that a deployer (or packager) installs neutron version X, and wants to add optional networking-foo. Which version of networking-foo should they pick? | 01:08 |
*** achanda has quit IRC | 01:08 | |
*** chlong has quit IRC | 01:08 | |
*** achanda has joined #openstack-neutron | 01:08 | |
*** dannywilson has joined #openstack-neutron | 01:09 | |
*** zhhuabj has quit IRC | 01:09 | |
*** miyagishi_t has joined #openstack-neutron | 01:09 | |
*** zhenguo has joined #openstack-neutron | 01:09 | |
lifeless | HenryG: the highest one that is satisfied by that version of neutron | 01:10 |
lifeless | HenryG: this is a pip limitation problem, I think you'll cause havoc trying to solve it the other way around | 01:10 |
lifeless | HenryG: ('pip needs a resolver' is the general thing - and I have a POC that would work) | 01:10 |
HenryG | lifeless: perhaps kevinbenton would like to try your POC? | 01:11 |
lifeless | sure, its in my pip repo on github | 01:14 |
lifeless | it doesn't support constraints files yet, but just pip install networking-foo from it should DTRT (assuming you've got that all published to pypi) | 01:15 |
lifeless | if not, make a little local repo and point pip at that | 01:15 |
HenryG | lifeless: thanks | 01:16 |
*** neophy has joined #openstack-neutron | 01:16 | |
HenryG | lifeless: about the upper cap issue ... how will it bite and what should be done? | 01:17 |
*** baoli has joined #openstack-neutron | 01:17 | |
*** jwy has quit IRC | 01:19 | |
*** vivek-ebay has quit IRC | 01:19 | |
*** chlong has joined #openstack-neutron | 01:20 | |
lifeless | HenryG: it makes the process of openning up the new branch tricky because you can't atomically fix them all | 01:21 |
lifeless | and all the -foo's disagree | 01:21 |
lifeless | remember all the headaches with pbr and different oslo libraries and version caps at the start of L ? | 01:21 |
HenryG | yeah | 01:22 |
lifeless | basically that | 01:22 |
lifeless | we might avoid it with constraints, not sure yet | 01:22 |
*** zhhuabj has joined #openstack-neutron | 01:25 | |
*** SourabhP has quit IRC | 01:25 | |
*** amotoki has joined #openstack-neutron | 01:26 | |
*** armax has quit IRC | 01:26 | |
*** sdake has quit IRC | 01:26 | |
*** armax has joined #openstack-neutron | 01:26 | |
*** ajmiller has quit IRC | 01:28 | |
*** armax has quit IRC | 01:29 | |
*** moha_hunt has quit IRC | 01:29 | |
*** armax has joined #openstack-neutron | 01:30 | |
*** saksham has quit IRC | 01:30 | |
*** tfukushima has joined #openstack-neutron | 01:31 | |
*** daneyon_ has quit IRC | 01:32 | |
*** jbell8 has quit IRC | 01:32 | |
*** cbits has quit IRC | 01:33 | |
*** shwetaap has quit IRC | 01:33 | |
*** jbell8 has joined #openstack-neutron | 01:34 | |
*** armax has quit IRC | 01:34 | |
*** jwy has joined #openstack-neutron | 01:35 | |
*** stanzgy has joined #openstack-neutron | 01:36 | |
*** stanzgy__ has joined #openstack-neutron | 01:36 | |
*** tfukushima has quit IRC | 01:36 | |
*** enikanorov__ has quit IRC | 01:36 | |
*** abhiraut has quit IRC | 01:36 | |
*** sballe has quit IRC | 01:36 | |
*** zhangjn has joined #openstack-neutron | 01:42 | |
*** jckasper has quit IRC | 01:47 | |
*** ivar-lazzaro has joined #openstack-neutron | 01:47 | |
*** jlvillal has quit IRC | 01:49 | |
*** tiny-hands has joined #openstack-neutron | 01:49 | |
openstackgerrit | ZhaoBo proposed openstack/python-neutronclient: Fixed the help CLI info of lbaas-pool-update https://review.openstack.org/190968 | 01:49 |
*** fzdarsky_ has joined #openstack-neutron | 01:51 | |
*** n00btube has quit IRC | 01:51 | |
*** ivar-lazzaro has quit IRC | 01:52 | |
*** tbachman has quit IRC | 01:52 | |
*** sthillma has quit IRC | 01:52 | |
*** yalie has quit IRC | 01:53 | |
*** carl_baldwin has quit IRC | 01:53 | |
*** salv-orlando has joined #openstack-neutron | 01:54 | |
*** fzdarsky has quit IRC | 01:54 | |
*** dannywilson has quit IRC | 01:57 | |
*** s3wong has quit IRC | 02:00 | |
*** EinstCrazy has joined #openstack-neutron | 02:00 | |
*** baojg has joined #openstack-neutron | 02:01 | |
*** salv-orlando has quit IRC | 02:02 | |
*** shoutm_ has quit IRC | 02:02 | |
*** arajagopal has joined #openstack-neutron | 02:08 | |
*** mickeys has quit IRC | 02:09 | |
*** shoutm has joined #openstack-neutron | 02:09 | |
*** daneyon has joined #openstack-neutron | 02:09 | |
*** daneyon has quit IRC | 02:10 | |
*** tomoe__ has joined #openstack-neutron | 02:10 | |
*** tomoe_ has quit IRC | 02:10 | |
*** daneyon has joined #openstack-neutron | 02:12 | |
*** daneyon has quit IRC | 02:13 | |
*** daneyon has joined #openstack-neutron | 02:13 | |
*** n00btube has joined #openstack-neutron | 02:16 | |
*** jlvillal has joined #openstack-neutron | 02:18 | |
*** zhangjn has quit IRC | 02:18 | |
*** daneyon has quit IRC | 02:19 | |
*** sridhar_ram has quit IRC | 02:22 | |
*** yamahata has quit IRC | 02:24 | |
*** yamamoto has quit IRC | 02:24 | |
*** dims_ has quit IRC | 02:25 | |
*** nlahouti has quit IRC | 02:26 | |
*** SumitNaiksatam has joined #openstack-neutron | 02:26 | |
*** slaweq has joined #openstack-neutron | 02:31 | |
*** tfukushima has joined #openstack-neutron | 02:31 | |
*** claudiub|2 has quit IRC | 02:32 | |
*** baoli has quit IRC | 02:33 | |
*** dims has joined #openstack-neutron | 02:33 | |
*** jlvillal has quit IRC | 02:35 | |
*** dave-mccowan has joined #openstack-neutron | 02:35 | |
*** dave-mccowan has quit IRC | 02:35 | |
*** achanda has quit IRC | 02:35 | |
*** achanda has joined #openstack-neutron | 02:36 | |
*** abregman has joined #openstack-neutron | 02:36 | |
*** tfukushima has quit IRC | 02:36 | |
*** yalie has joined #openstack-neutron | 02:41 | |
*** achanda has quit IRC | 02:42 | |
*** achanda has joined #openstack-neutron | 02:42 | |
openstackgerrit | shihanzhang proposed openstack/neutron: DVR: notify specific agent when create/update port https://review.openstack.org/221209 | 02:43 |
*** bharathm has joined #openstack-neutron | 02:43 | |
*** achanda has quit IRC | 02:44 | |
*** n00btube has quit IRC | 02:44 | |
*** achanda has joined #openstack-neutron | 02:45 | |
*** baoli has joined #openstack-neutron | 02:46 | |
*** bharathm has quit IRC | 02:47 | |
*** achanda has quit IRC | 02:47 | |
*** achanda has joined #openstack-neutron | 02:48 | |
*** jaypipes has quit IRC | 02:49 | |
*** iwamoto has joined #openstack-neutron | 02:52 | |
*** tiny-hands has quit IRC | 02:53 | |
iwamoto | fullstack tests don't seem to tear down test processes | 02:54 |
iwamoto | which is PITA with native of_interface | 02:55 |
*** banix has quit IRC | 02:56 | |
*** achanda has quit IRC | 02:57 | |
*** achanda has joined #openstack-neutron | 02:58 | |
*** yalie has left #openstack-neutron | 02:58 | |
*** dkehn has quit IRC | 03:01 | |
*** Marga_ has quit IRC | 03:02 | |
*** tomoe__ has quit IRC | 03:02 | |
*** tomoe_ has joined #openstack-neutron | 03:02 | |
*** tiny-hands has joined #openstack-neutron | 03:03 | |
*** dkehn has joined #openstack-neutron | 03:03 | |
openstackgerrit | Yushiro FURUKAWA proposed openstack/neutron-specs: Logging API for security group and firewall rules https://review.openstack.org/203509 | 03:05 |
*** tiny-hands has quit IRC | 03:05 | |
*** SridharG has joined #openstack-neutron | 03:05 | |
*** tomoe_ has quit IRC | 03:07 | |
*** changbl has quit IRC | 03:07 | |
*** achanda has quit IRC | 03:09 | |
*** armax has joined #openstack-neutron | 03:09 | |
*** kengo_sakai has joined #openstack-neutron | 03:12 | |
*** stanzgy_1 has joined #openstack-neutron | 03:16 | |
*** stanzgy_2 has joined #openstack-neutron | 03:17 | |
*** gberginc has joined #openstack-neutron | 03:17 | |
*** srilatha has joined #openstack-neutron | 03:19 | |
openstackgerrit | ZhaoBo proposed openstack/neutron: Add timestamp for neutron core resources https://review.openstack.org/213586 | 03:19 |
*** stanzgy__ has quit IRC | 03:19 | |
*** gberginc has quit IRC | 03:20 | |
*** dims has quit IRC | 03:20 | |
*** stanzgy has quit IRC | 03:20 | |
*** abregman has quit IRC | 03:20 | |
*** deepthi has joined #openstack-neutron | 03:21 | |
*** stanzgy has joined #openstack-neutron | 03:21 | |
*** stanzgy__ has joined #openstack-neutron | 03:22 | |
*** stanzgy_2 has quit IRC | 03:22 | |
*** stanzgy_1 has quit IRC | 03:22 | |
*** yamamoto has joined #openstack-neutron | 03:22 | |
*** tbachman has joined #openstack-neutron | 03:24 | |
*** tiswanso has quit IRC | 03:24 | |
*** tiswanso has joined #openstack-neutron | 03:24 | |
*** VikasC has joined #openstack-neutron | 03:24 | |
*** jwy has quit IRC | 03:25 | |
*** amotoki has quit IRC | 03:27 | |
*** Samos123 has quit IRC | 03:29 | |
*** Marga_ has joined #openstack-neutron | 03:30 | |
*** Marga_ has quit IRC | 03:30 | |
*** tbachman_ has joined #openstack-neutron | 03:30 | |
*** sbalukoff has quit IRC | 03:31 | |
*** Marga_ has joined #openstack-neutron | 03:31 | |
*** tbachman has quit IRC | 03:31 | |
*** tbachman_ is now known as tbachman | 03:31 | |
*** adam_g has quit IRC | 03:32 | |
*** dims has joined #openstack-neutron | 03:32 | |
*** dkehn has quit IRC | 03:34 | |
*** adam_g has joined #openstack-neutron | 03:35 | |
*** adam_g has quit IRC | 03:35 | |
*** adam_g has joined #openstack-neutron | 03:35 | |
*** nplanel has joined #openstack-neutron | 03:35 | |
*** dkehn has joined #openstack-neutron | 03:35 | |
*** sbalukoff has joined #openstack-neutron | 03:36 | |
*** Samos123 has joined #openstack-neutron | 03:38 | |
*** nlahouti has joined #openstack-neutron | 03:39 | |
*** shivrao has joined #openstack-neutron | 03:40 | |
*** links has joined #openstack-neutron | 03:41 | |
*** ajmiller_ has quit IRC | 03:45 | |
*** amotoki has joined #openstack-neutron | 03:45 | |
*** dims has quit IRC | 03:46 | |
*** tomoe_ has joined #openstack-neutron | 03:47 | |
*** baoli has quit IRC | 03:49 | |
*** ivar-lazzaro has joined #openstack-neutron | 03:49 | |
*** anilvenkata has joined #openstack-neutron | 03:50 | |
*** bobmel has joined #openstack-neutron | 03:50 | |
*** bobmel_ has quit IRC | 03:52 | |
*** amotoki has quit IRC | 03:54 | |
*** sdake has joined #openstack-neutron | 03:55 | |
*** ivar-lazzaro has quit IRC | 03:55 | |
*** amotoki has joined #openstack-neutron | 03:58 | |
*** shivrao has quit IRC | 03:58 | |
*** shivrao_ has joined #openstack-neutron | 03:58 | |
*** arajagopal has quit IRC | 03:59 | |
*** daneyon has joined #openstack-neutron | 04:00 | |
*** achanda has joined #openstack-neutron | 04:00 | |
*** stanzgy has quit IRC | 04:00 | |
*** stanzgy has joined #openstack-neutron | 04:01 | |
*** EinstCrazy has quit IRC | 04:03 | |
*** miyagishi_t has quit IRC | 04:04 | |
kevinbenton | iwamoto: ping | 04:06 |
iwamoto | kevinbenton: hi | 04:06 |
kevinbenton | iwamoto: ihar had filed a bug related to that | 04:06 |
kevinbenton | iwamoto: https://bugs.launchpad.net/neutron/+bug/1494363 | 04:07 |
openstack | Launchpad bug 1494363 in neutron "fullstack tests leave neutron-server running" [Undecided,New] | 04:07 |
iwamoto | kevinbenton: thanks for the info | 04:07 |
kevinbenton | iwamoto: is that what you are running into? | 04:07 |
iwamoto | kevinbenton: i think my problem is due to agent processes being left unkilled | 04:08 |
*** anilvenkata has quit IRC | 04:10 | |
*** stevemar has quit IRC | 04:11 | |
*** salv-orlando has joined #openstack-neutron | 04:11 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Make base Neutron objects reference single table https://review.openstack.org/222079 | 04:12 |
*** Marga_ has quit IRC | 04:13 | |
*** tiswanso has quit IRC | 04:16 | |
kevinbenton | iwamoto: ah, i see | 04:17 |
kevinbenton | iwamoto: i would either file another bug or comment on that same bug | 04:18 |
*** amotoki has quit IRC | 04:18 | |
*** salv-orlando has quit IRC | 04:18 | |
*** nlahouti1 has joined #openstack-neutron | 04:20 | |
*** nlahouti has quit IRC | 04:22 | |
*** amotoki has joined #openstack-neutron | 04:25 | |
*** anilvenkata has joined #openstack-neutron | 04:26 | |
*** SourabhP has joined #openstack-neutron | 04:28 | |
*** jckasper has joined #openstack-neutron | 04:29 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Make base Neutron objects reference single table https://review.openstack.org/222079 | 04:30 |
*** tfukushima has joined #openstack-neutron | 04:32 | |
*** tfukushima has quit IRC | 04:36 | |
*** tfukushima has joined #openstack-neutron | 04:36 | |
*** tfukushima has quit IRC | 04:36 | |
*** tflynn has joined #openstack-neutron | 04:38 | |
*** SourabhP_ has joined #openstack-neutron | 04:38 | |
*** tflynn_ has joined #openstack-neutron | 04:40 | |
*** SourabhP has quit IRC | 04:41 | |
*** SourabhP_ is now known as SourabhP | 04:41 | |
*** srilatha has quit IRC | 04:42 | |
*** srilatha has joined #openstack-neutron | 04:42 | |
*** tflynn has quit IRC | 04:43 | |
*** srilatha has quit IRC | 04:44 | |
openstackgerrit | ZongKai LI proposed openstack/neutron: skip add_endpoint for endpoint not changed case https://review.openstack.org/222459 | 04:44 |
*** srilatha has joined #openstack-neutron | 04:44 | |
*** enikanorov has joined #openstack-neutron | 04:45 | |
*** SourabhP_ has joined #openstack-neutron | 04:47 | |
*** SourabhP has quit IRC | 04:48 | |
*** SourabhP_ is now known as SourabhP | 04:48 | |
*** srilatha has quit IRC | 04:48 | |
*** ivar-lazzaro has joined #openstack-neutron | 04:52 | |
*** daneyon has quit IRC | 04:54 | |
*** achanda has quit IRC | 04:54 | |
*** lazy_prince has joined #openstack-neutron | 04:55 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Tickle-tickle https://review.openstack.org/222460 | 04:55 |
*** achanda has joined #openstack-neutron | 04:55 | |
*** daneyon has joined #openstack-neutron | 04:56 | |
*** anilvenkata has quit IRC | 04:56 | |
*** ivar-lazzaro has quit IRC | 04:56 | |
*** daneyon has quit IRC | 04:58 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Tickle-tickle https://review.openstack.org/222460 | 04:59 |
*** daneyon has joined #openstack-neutron | 05:00 | |
*** slaweq has quit IRC | 05:03 | |
*** jlvillal has joined #openstack-neutron | 05:06 | |
*** cdl has joined #openstack-neutron | 05:07 | |
*** Ramanjaneya has joined #openstack-neutron | 05:11 | |
*** yfried has quit IRC | 05:11 | |
*** anilvenkata has joined #openstack-neutron | 05:12 | |
vishwanathj | armax, hi | 05:13 |
*** sdake has quit IRC | 05:13 | |
vishwanathj | armax, I had some questions related to neutron callbacks, we use neutron callbacks in our Brocade Vyatta Firewall code.....ran into some issues with it, was wondering if you are the right person to discuss and get some guidance to debug | 05:15 |
*** lajos-katona has joined #openstack-neutron | 05:18 | |
*** salv-orlando has joined #openstack-neutron | 05:23 | |
*** diga has joined #openstack-neutron | 05:23 | |
*** aranjan has joined #openstack-neutron | 05:25 | |
*** yfried has joined #openstack-neutron | 05:28 | |
*** salv-orlando has quit IRC | 05:30 | |
*** daneyon has quit IRC | 05:30 | |
*** anilvenkata has quit IRC | 05:32 | |
*** EinstCrazy has joined #openstack-neutron | 05:33 | |
*** tflynn has joined #openstack-neutron | 05:33 | |
openstackgerrit | Hong Hui Xiao proposed openstack/neutron: Enable servicing lbaasV2 vip by DVR https://review.openstack.org/222135 | 05:33 |
*** hichihara has quit IRC | 05:34 | |
*** cdl has quit IRC | 05:37 | |
*** tflynn_ has quit IRC | 05:37 | |
*** shausy has joined #openstack-neutron | 05:37 | |
*** yeungp has joined #openstack-neutron | 05:38 | |
*** zhhuabj has quit IRC | 05:39 | |
*** cdl has joined #openstack-neutron | 05:40 | |
*** anilvenkata has joined #openstack-neutron | 05:41 | |
*** cdl has quit IRC | 05:41 | |
*** cdl1 has joined #openstack-neutron | 05:41 | |
*** tflynn_ has joined #openstack-neutron | 05:43 | |
*** tfukushima has joined #openstack-neutron | 05:43 | |
*** neophy has quit IRC | 05:45 | |
*** jprovazn has joined #openstack-neutron | 05:45 | |
*** tflynn has quit IRC | 05:46 | |
*** shausy has quit IRC | 05:48 | |
*** lazy_prince has quit IRC | 05:48 | |
*** slaweq has joined #openstack-neutron | 05:49 | |
*** lazy_prince has joined #openstack-neutron | 05:49 | |
*** zhhuabj has joined #openstack-neutron | 05:50 | |
*** anilvenkata has quit IRC | 05:51 | |
*** slaweq has quit IRC | 05:54 | |
*** fedexo has joined #openstack-neutron | 05:54 | |
*** neophy has joined #openstack-neutron | 05:55 | |
*** stanzgy_1 has joined #openstack-neutron | 05:59 | |
*** stanzgy_2 has joined #openstack-neutron | 05:59 | |
*** tfukushima has quit IRC | 05:59 | |
*** y_sawai has joined #openstack-neutron | 06:02 | |
*** stanzgy has quit IRC | 06:02 | |
*** tfukushima has joined #openstack-neutron | 06:02 | |
*** stanzgy__ has quit IRC | 06:02 | |
*** tfukushima has quit IRC | 06:04 | |
*** kawa2014 has joined #openstack-neutron | 06:04 | |
*** tfukushima has joined #openstack-neutron | 06:04 | |
*** SridharG has left #openstack-neutron | 06:06 | |
*** numans has joined #openstack-neutron | 06:09 | |
*** slaweq has joined #openstack-neutron | 06:10 | |
*** anilvenkata has joined #openstack-neutron | 06:11 | |
*** aranjan_ has joined #openstack-neutron | 06:11 | |
*** Murali has joined #openstack-neutron | 06:12 | |
*** aranjan has quit IRC | 06:12 | |
*** SourabhP has quit IRC | 06:12 | |
*** stanzgy has joined #openstack-neutron | 06:14 | |
*** stanzgy__ has joined #openstack-neutron | 06:15 | |
*** markvoelker has quit IRC | 06:16 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron: Imported Translations from Transifex https://review.openstack.org/218742 | 06:16 |
*** slaweq has quit IRC | 06:17 | |
*** stanzgy_1 has quit IRC | 06:17 | |
*** stanzgy_2 has quit IRC | 06:17 | |
*** aranjan_ has quit IRC | 06:19 | |
*** lori|away is now known as lori | 06:22 | |
*** fedexo has quit IRC | 06:25 | |
*** y_sawai has quit IRC | 06:29 | |
*** vthapar has joined #openstack-neutron | 06:30 | |
*** yeungp has quit IRC | 06:33 | |
*** ildikov has quit IRC | 06:37 | |
*** stanzgy__ has quit IRC | 06:38 | |
*** stanzgy__ has joined #openstack-neutron | 06:38 | |
*** y_sawai has joined #openstack-neutron | 06:39 | |
*** lazy_prince has quit IRC | 06:40 | |
*** hoangcx has joined #openstack-neutron | 06:42 | |
*** SridharG has joined #openstack-neutron | 06:44 | |
*** amotoki has quit IRC | 06:46 | |
*** cdl1 has left #openstack-neutron | 06:48 | |
*** dims has joined #openstack-neutron | 06:48 | |
*** shwetaap has joined #openstack-neutron | 06:52 | |
*** salv-orlando has joined #openstack-neutron | 06:53 | |
*** dims has quit IRC | 06:53 | |
*** jerrygb has quit IRC | 06:54 | |
*** jerrygb has joined #openstack-neutron | 06:55 | |
*** Ramanjaneya has quit IRC | 06:55 | |
*** anilvenkata has quit IRC | 06:56 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Make base Neutron objects reference single table https://review.openstack.org/222079 | 06:59 |
*** jerrygb has quit IRC | 07:00 | |
*** salv-orlando has quit IRC | 07:00 | |
*** lajos-katona has quit IRC | 07:04 | |
*** lazy_prince has joined #openstack-neutron | 07:04 | |
*** jlanoux has joined #openstack-neutron | 07:04 | |
*** EinstCrazy has quit IRC | 07:07 | |
*** jlanoux_ has joined #openstack-neutron | 07:07 | |
*** lajos-katona has joined #openstack-neutron | 07:07 | |
*** gildub has quit IRC | 07:08 | |
*** jlanoux has quit IRC | 07:09 | |
*** tryit has joined #openstack-neutron | 07:10 | |
*** tflynn_ has quit IRC | 07:11 | |
*** anilvenkata has joined #openstack-neutron | 07:14 | |
*** josecastroleon has quit IRC | 07:15 | |
*** breitz has quit IRC | 07:16 | |
*** breitz has joined #openstack-neutron | 07:17 | |
*** markvoelker has joined #openstack-neutron | 07:17 | |
*** tmorin has joined #openstack-neutron | 07:18 | |
*** y_sawai has quit IRC | 07:19 | |
*** shivrao_ has quit IRC | 07:20 | |
*** ildikov has joined #openstack-neutron | 07:21 | |
*** markvoelker has quit IRC | 07:22 | |
*** numans has quit IRC | 07:22 | |
*** neeti has joined #openstack-neutron | 07:22 | |
*** matrohon has joined #openstack-neutron | 07:23 | |
*** vthapar has quit IRC | 07:24 | |
*** vthapar_ has joined #openstack-neutron | 07:25 | |
*** pbrooko has joined #openstack-neutron | 07:25 | |
*** tryit has quit IRC | 07:26 | |
*** tryit has joined #openstack-neutron | 07:26 | |
*** yog has joined #openstack-neutron | 07:26 | |
*** yog is now known as Guest80988 | 07:27 | |
*** y_sawai has joined #openstack-neutron | 07:35 | |
*** jpena has joined #openstack-neutron | 07:36 | |
*** gparaskevas has joined #openstack-neutron | 07:41 | |
*** jlibosva has joined #openstack-neutron | 07:44 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Add utility function for checking trusted port https://review.openstack.org/222506 | 07:44 |
*** shwetaap has quit IRC | 07:45 | |
*** ronis has joined #openstack-neutron | 07:46 | |
*** gildub has joined #openstack-neutron | 07:49 | |
openstackgerrit | liusheng proposed openstack/python-neutronclient: Add sha1 conversion of token for HTTPclient https://review.openstack.org/168834 | 07:50 |
openstackgerrit | Thomas Morin proposed openstack/neutron-specs: Neutron Extension for BGPVPN https://review.openstack.org/177740 | 07:52 |
*** ygbo has joined #openstack-neutron | 07:55 | |
*** oomichi has joined #openstack-neutron | 07:57 | |
armax | vishwanathj: sure | 07:58 |
armax | what issues did you find? | 07:59 |
*** sbelous has joined #openstack-neutron | 07:59 | |
*** sayali has quit IRC | 08:00 | |
vishwanathj | armax, Refer vyatta fwaas code at https://github.com/openstack/neutron-fwaas/blob/master/neutron_fwaas/services/firewall/agents/vyatta/firewall_service.py#L34 where we subscribe to router events..... | 08:01 |
armax | ok | 08:01 |
*** sayali has joined #openstack-neutron | 08:03 | |
vishwanathj | a firewall is created and is associated with a router.....next, external gateway is attached to the router followed by attaching a private network interface..... | 08:03 |
armax | ok | 08:03 |
vishwanathj | I should expect that _process_updated_router should be invoked right at https://github.com/openstack/neutron/blob/stable/kilo/neutron/agent/l3/agent.py#L423 | 08:04 |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Tickle-tickle https://review.openstack.org/222460 | 08:04 |
vishwanathj | we are finding that sync_firewall_zones() is not being called at https://github.com/openstack/neutron-fwaas/blob/master/neutron_fwaas/services/firewall/agents/vyatta/firewall_service.py#L42 | 08:04 |
armax | vishwanathj: ok, I imagine that _process_updated_router is called somewhere within the callback body | 08:05 |
armax | the callback call is logged | 08:05 |
armax | do you see it? | 08:05 |
*** jlanoux_ has quit IRC | 08:05 | |
*** y_sawai has quit IRC | 08:05 | |
*** baojg has quit IRC | 08:05 | |
*** amotoki has joined #openstack-neutron | 08:06 | |
*** jlanoux has joined #openstack-neutron | 08:08 | |
*** ildikov has quit IRC | 08:08 | |
*** safchain has joined #openstack-neutron | 08:08 | |
vishwanathj | armax, _process_update_router() is expected to be invoked via sequence _process_router_update() -> _process_router_if_compatible(router) ->_process_updated_router() is my understanding when external gateway or a private network interface is attached to router....is my understanding correct?..... | 08:09 |
*** achanda has quit IRC | 08:09 | |
armax | I suppose it is…but that has nothing to do with the callback itself | 08:09 |
openstackgerrit | Thomas Morin proposed openstack/neutron-specs: Neutron Extension for BGPVPN https://review.openstack.org/177740 | 08:09 |
*** baojg has joined #openstack-neutron | 08:09 | |
armax | so long as the callback is subscribed and the notification is issued, then you should see the call being made | 08:10 |
armax | so look in the logs | 08:10 |
armax | there should be a debug trace | 08:10 |
armax | that shows whether your callback is being called | 08:11 |
vishwanathj | my observation is that the notification is not being issued and hence the call back is not being made...... | 08:11 |
armax | in the log you should see the subscription call being made | 08:11 |
armax | and the notification call beind made | 08:11 |
armax | like here: | 08:11 |
armax | http://logs.openstack.org/60/222460/2/check/gate-neutron-dsvm-api/802c592/logs/screen-q-svc.txt.gz#_2015-09-11_05_20_10_776 | 08:11 |
*** achanda has joined #openstack-neutron | 08:12 | |
*** amotoki_ has joined #openstack-neutron | 08:12 | |
armax | and the notification happen here: | 08:13 |
armax | http://logs.openstack.org/60/222460/2/check/gate-neutron-dsvm-api/802c592/logs/screen-q-svc.txt.gz#_2015-09-11_05_24_09_460 | 08:13 |
armax | if yours isn’t called | 08:13 |
armax | then it isn’t subscribed | 08:13 |
armax | and we’d need to figure why | 08:13 |
armax | the notification is in the code all right | 08:13 |
armax | do you have a log I could look at? | 08:14 |
*** amotoki has quit IRC | 08:14 | |
*** achanda has quit IRC | 08:16 | |
*** amotoki_ has quit IRC | 08:16 | |
vishwanathj | armax, unfortunately, i do not have the logs right away, one of my colleagues noticed the issue and we were debugging together....he is remote....I plan try to get that tomorrow.....but I did confirm that the callback is getting subscribed from the logs....in my analysis, I narrowed down that the code was executed only once at https://github.com/openstack/neutron/blob/stable/kilo/neutron/agent/l3/agen | 08:16 |
vishwanathj | t.py#L433 | 08:16 |
vishwanathj | https://github.com/openstack/neutron/blob/stable/kilo/neutron/agent/l3/agent.py#L433 | 08:17 |
armax | well you gotta figure out if the notify happens | 08:19 |
armax | if it does, then the problem is with the registry | 08:19 |
armax | if it doesn’t | 08:19 |
armax | the fault is elsewhere | 08:20 |
armax | the registry is pretty dumb in that regard | 08:20 |
*** tkatarki has joined #openstack-neutron | 08:20 | |
*** tfukushima has quit IRC | 08:21 | |
vishwanathj | per my analysis( i could be wrong thouhg) the notify would happen if https://github.com/openstack/neutron/blob/stable/kilo/neutron/agent/l3/agent.py#L467 would get invoked which in turn invokes https://github.com/openstack/neutron/blob/stable/kilo/neutron/agent/l3/agent.py#L414..... | 08:22 |
*** jistr has joined #openstack-neutron | 08:22 | |
vishwanathj | I find that https://github.com/openstack/neutron/blob/stable/kilo/neutron/agent/l3/agent.py#L432 is not getting executed.... | 08:23 |
vishwanathj | and hence the notify is not happening | 08:23 |
vishwanathj | ...could my thinking be right there? | 08:24 |
*** tfukushima has joined #openstack-neutron | 08:24 | |
openstackgerrit | IWAMOTO Toshihiro proposed openstack/neutron: Add native of_interface fullstack tests https://review.openstack.org/216991 | 08:24 |
*** amotoki has joined #openstack-neutron | 08:26 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Make base Neutron objects reference single table https://review.openstack.org/222079 | 08:26 |
*** lajos-katona has quit IRC | 08:27 | |
*** pradiprwt has joined #openstack-neutron | 08:27 | |
*** pradiprwt has quit IRC | 08:30 | |
*** vthapar_ has quit IRC | 08:30 | |
*** pbrooko_ has joined #openstack-neutron | 08:31 | |
*** pbrooko has quit IRC | 08:32 | |
*** shoutm has quit IRC | 08:32 | |
openstackgerrit | Cao Xuan Hoang proposed openstack/neutron-specs: Logging API for security group and firewall rules https://review.openstack.org/203509 | 08:33 |
*** alex_klimov has joined #openstack-neutron | 08:33 | |
openstackgerrit | Thomas Morin proposed openstack/neutron-specs: Neutron Extension for BGPVPN https://review.openstack.org/177740 | 08:34 |
*** salv-orlando has joined #openstack-neutron | 08:35 | |
*** anilvenkata has quit IRC | 08:35 | |
openstackgerrit | Thomas Morin proposed openstack/neutron-specs: Neutron Extension for BGPVPN https://review.openstack.org/177740 | 08:37 |
*** vishwanathj_ has joined #openstack-neutron | 08:38 | |
openstackgerrit | Sergey Belous proposed openstack/neutron: Adds base in-tree functional testing of the dhcp agent (OVS) https://review.openstack.org/136834 | 08:39 |
diga | hi | 08:40 |
diga | gsagie: Hi | 08:40 |
*** armax has quit IRC | 08:41 | |
*** rotbeard has joined #openstack-neutron | 08:44 | |
openstackgerrit | Sergey Belous proposed openstack/neutron: Adds base in-tree functional testing of the dhcp agent (OVS) https://review.openstack.org/136834 | 08:44 |
*** ihrachys has joined #openstack-neutron | 08:44 | |
*** lajos-katona has joined #openstack-neutron | 08:45 | |
*** sbelous has quit IRC | 08:45 | |
*** tkatarki has quit IRC | 08:46 | |
*** yonglihe has quit IRC | 08:47 | |
*** Vijaykc4 has joined #openstack-neutron | 08:47 | |
openstackgerrit | Sudhakar Babu Gariganti proposed openstack/neutron: fix call which is only specific to enhanced_rpc https://review.openstack.org/222522 | 08:47 |
*** tkatarki has joined #openstack-neutron | 08:47 | |
*** Marga_ has joined #openstack-neutron | 08:47 | |
*** hoangcx has quit IRC | 08:47 | |
openstackgerrit | Thomas Morin proposed openstack/neutron-specs: Neutron Extension for BGPVPN https://review.openstack.org/177740 | 08:48 |
*** anilvenkata has joined #openstack-neutron | 08:49 | |
*** salv-orlando has quit IRC | 08:50 | |
*** ildikov has joined #openstack-neutron | 08:52 | |
*** tkatarki has quit IRC | 08:52 | |
*** tomoe_ has quit IRC | 08:53 | |
*** salv-orlando has joined #openstack-neutron | 08:53 | |
*** ivar-lazzaro has joined #openstack-neutron | 08:56 | |
*** salv-orlando has quit IRC | 08:58 | |
*** Vijaykc4 has quit IRC | 08:59 | |
*** ivar-lazzaro has quit IRC | 09:01 | |
*** claudiub has joined #openstack-neutron | 09:03 | |
*** sbelous_ has quit IRC | 09:03 | |
*** sbelous_ has joined #openstack-neutron | 09:06 | |
*** tkatarki has joined #openstack-neutron | 09:09 | |
*** anilvenkata has quit IRC | 09:09 | |
*** claudiub|2 has joined #openstack-neutron | 09:10 | |
*** numans has joined #openstack-neutron | 09:10 | |
*** tkatarki has quit IRC | 09:11 | |
*** ArchiFleKs has quit IRC | 09:12 | |
openstackgerrit | Zhi Chang proposed openstack/neutron: Notify specific agent when update floatingip https://review.openstack.org/215136 | 09:13 |
*** claudiub has quit IRC | 09:13 | |
*** ArchiFleKs has joined #openstack-neutron | 09:15 | |
*** chlong has quit IRC | 09:16 | |
*** armax has joined #openstack-neutron | 09:19 | |
*** VikasC has quit IRC | 09:20 | |
openstackgerrit | Zhiyuan Cai proposed openstack/neutron-specs: Define timestamp as extension attribute https://review.openstack.org/210955 | 09:21 |
*** anilvenkata has joined #openstack-neutron | 09:22 | |
openstackgerrit | ZhaoBo proposed openstack/python-neutronclient: Fixed the help CLI info of lbaas-pool-update https://review.openstack.org/190968 | 09:24 |
*** pbrooko_ has quit IRC | 09:27 | |
*** mickeys has joined #openstack-neutron | 09:28 | |
tfukushima | Hi I have a question about Neutron ports. Ports have references to subnets but the subnets don't seem to have ones to the ports. Can I query if the subnet has any port with python-neutronclient? | 09:30 |
tfukushima | http://developer.openstack.org/api-ref-networking-v2.html#ports | 09:31 |
*** l6unchpad has joined #openstack-neutron | 09:31 | |
*** armax has quit IRC | 09:35 | |
*** killer_prince has joined #openstack-neutron | 09:35 | |
openstackgerrit | Sudhakar Babu Gariganti proposed openstack/neutron: Prevent full_sync in dhcp_agent when possible https://review.openstack.org/222546 | 09:35 |
*** armax has joined #openstack-neutron | 09:36 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Switch to load based schedulers https://review.openstack.org/222547 | 09:37 |
openstackgerrit | Sudhakar Babu Gariganti proposed openstack/neutron: Prevent full_sync in dhcp_agent when possible https://review.openstack.org/222546 | 09:37 |
*** sbelous has joined #openstack-neutron | 09:37 | |
*** mickeys has quit IRC | 09:38 | |
*** lazy_prince has quit IRC | 09:38 | |
*** lazy_prince has joined #openstack-neutron | 09:39 | |
*** killer_prince has quit IRC | 09:39 | |
*** pbrooko has joined #openstack-neutron | 09:40 | |
*** dims has joined #openstack-neutron | 09:46 | |
*** zhenguo has quit IRC | 09:48 | |
*** tfukushima has quit IRC | 09:48 | |
*** anilvenkata has quit IRC | 09:49 | |
*** tfukushima has joined #openstack-neutron | 09:54 | |
*** john-davidge has joined #openstack-neutron | 09:58 | |
*** ivar-lazzaro has joined #openstack-neutron | 09:58 | |
*** Marga_ has quit IRC | 10:00 | |
*** ivar-lazzaro has quit IRC | 10:02 | |
*** john-davidge_ has joined #openstack-neutron | 10:03 | |
*** tfukushima has quit IRC | 10:05 | |
openstackgerrit | IWAMOTO Toshihiro proposed openstack/neutron: AsyncProcess: try to kill tender https://review.openstack.org/222556 | 10:05 |
*** john-davidge has quit IRC | 10:05 | |
*** john-davidge_ is now known as john-davidge | 10:05 | |
*** iwamoto has quit IRC | 10:07 | |
*** anilvenkata has joined #openstack-neutron | 10:07 | |
*** aix has joined #openstack-neutron | 10:08 | |
*** anilvenkata has quit IRC | 10:08 | |
*** mmdurrant has quit IRC | 10:09 | |
*** jprovazn has quit IRC | 10:09 | |
openstackgerrit | Vinod Kumar proposed openstack/neutron: Get method to retrieve firewall handle. https://review.openstack.org/222557 | 10:09 |
*** tryit has quit IRC | 10:09 | |
*** tfukushima has joined #openstack-neutron | 10:13 | |
*** baojg has quit IRC | 10:14 | |
*** gildub has quit IRC | 10:14 | |
*** diga has quit IRC | 10:14 | |
*** baojg has joined #openstack-neutron | 10:14 | |
*** numans has quit IRC | 10:15 | |
*** tfukushima has quit IRC | 10:17 | |
*** gildub has joined #openstack-neutron | 10:18 | |
*** baojg has quit IRC | 10:19 | |
*** kiran-r has joined #openstack-neutron | 10:21 | |
*** f13o has joined #openstack-neutron | 10:22 | |
*** anilvenkata has joined #openstack-neutron | 10:27 | |
*** pc_m has joined #openstack-neutron | 10:29 | |
*** ociuhandu has quit IRC | 10:29 | |
*** anilvenkata has quit IRC | 10:29 | |
*** yamamoto has quit IRC | 10:34 | |
*** claudiub has joined #openstack-neutron | 10:35 | |
*** armax has quit IRC | 10:35 | |
*** fzdarsky_ is now known as fzdarsky|lunch | 10:36 | |
*** armax has joined #openstack-neutron | 10:37 | |
*** claudiub|2 has quit IRC | 10:37 | |
*** kawa2014 has quit IRC | 10:39 | |
*** lazy_prince has quit IRC | 10:40 | |
*** NareshA has joined #openstack-neutron | 10:41 | |
*** Marga_ has joined #openstack-neutron | 10:45 | |
*** anilvenkata has joined #openstack-neutron | 10:49 | |
*** ZZelle has quit IRC | 10:49 | |
*** jbell8 has quit IRC | 10:49 | |
*** ZZelle has joined #openstack-neutron | 10:50 | |
openstackgerrit | Sridhar Gaddam proposed openstack/neutron: Configure gw_iface for RAs only in Master HA Router https://review.openstack.org/222283 | 10:50 |
*** kashyap has joined #openstack-neutron | 10:50 | |
*** stanzgy__ has quit IRC | 10:50 | |
*** pbrooko has quit IRC | 10:50 | |
*** stanzgy has quit IRC | 10:50 | |
*** anilvenkata has quit IRC | 10:51 | |
*** kawa2014 has joined #openstack-neutron | 10:54 | |
*** sudipto has joined #openstack-neutron | 10:55 | |
openstackgerrit | Jakub Libosvar proposed openstack/neutron: Fix establishing UDP connection https://review.openstack.org/212425 | 10:56 |
*** dave-mccowan has joined #openstack-neutron | 10:57 | |
*** lajos-katona1 has joined #openstack-neutron | 10:59 | |
*** ivar-lazzaro has joined #openstack-neutron | 11:00 | |
*** tbachman has quit IRC | 11:00 | |
*** tbachman has joined #openstack-neutron | 11:00 | |
*** Marga_ has quit IRC | 11:02 | |
*** zhangjn has joined #openstack-neutron | 11:02 | |
*** lajos-katona has quit IRC | 11:02 | |
*** zhangjn has quit IRC | 11:02 | |
*** markvoelker has joined #openstack-neutron | 11:04 | |
*** ivar-lazzaro has quit IRC | 11:04 | |
*** oomichi has quit IRC | 11:06 | |
*** markvoelker has quit IRC | 11:09 | |
*** jlanoux has quit IRC | 11:11 | |
*** shoutm has joined #openstack-neutron | 11:13 | |
*** ociuhandu has joined #openstack-neutron | 11:17 | |
*** kengo_sakai has quit IRC | 11:17 | |
*** sudipto has quit IRC | 11:20 | |
*** yamamoto has joined #openstack-neutron | 11:21 | |
*** yamamoto_ has joined #openstack-neutron | 11:22 | |
*** fxpester has joined #openstack-neutron | 11:22 | |
fxpester | hey guys, are neutron is going to provide a some DPI based services for openstack ? may be in the future ? | 11:23 |
*** yamamoto has quit IRC | 11:25 | |
*** gildub has quit IRC | 11:26 | |
*** lajos-katona1 has quit IRC | 11:30 | |
*** l6unchpad has quit IRC | 11:30 | |
openstackgerrit | Zhi Chang proposed openstack/neutron: Notify specific agent when update floatingip https://review.openstack.org/215136 | 11:31 |
*** yuanying_ has joined #openstack-neutron | 11:33 | |
*** pbrooko has joined #openstack-neutron | 11:35 | |
*** yuanying has quit IRC | 11:35 | |
*** anshul has joined #openstack-neutron | 11:38 | |
*** baoli_ has joined #openstack-neutron | 11:39 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Switch scheduler drivers to load based schedulers https://review.openstack.org/222547 | 11:42 |
*** sdake has joined #openstack-neutron | 11:42 | |
*** fzdarsky|lunch is now known as fzdarsky | 11:43 | |
*** thorst has joined #openstack-neutron | 11:43 | |
*** sdake has quit IRC | 11:44 | |
*** rtheis has joined #openstack-neutron | 11:46 | |
*** lajos-katona has joined #openstack-neutron | 11:47 | |
*** baoli_ has quit IRC | 11:48 | |
*** baoli has joined #openstack-neutron | 11:49 | |
*** yfried has quit IRC | 11:52 | |
*** anshul has quit IRC | 11:53 | |
*** jamiec has quit IRC | 11:59 | |
*** anshul has joined #openstack-neutron | 11:59 | |
*** Jet has quit IRC | 11:59 | |
*** jamiec has joined #openstack-neutron | 11:59 | |
*** Guest80988 has quit IRC | 12:00 | |
*** jpena is now known as jpena|lunch | 12:00 | |
*** ildikov has quit IRC | 12:01 | |
*** tiny-hands has joined #openstack-neutron | 12:02 | |
*** Sukhdev has joined #openstack-neutron | 12:03 | |
*** jlanoux has joined #openstack-neutron | 12:04 | |
*** arajagopal has joined #openstack-neutron | 12:04 | |
*** yfried has joined #openstack-neutron | 12:05 | |
*** tkatarki has joined #openstack-neutron | 12:06 | |
openstackgerrit | Merged openstack/neutron: Add test to check that correct functions is used in expand/contract https://review.openstack.org/221712 | 12:07 |
*** arajagopal has quit IRC | 12:08 | |
*** lindycoder has joined #openstack-neutron | 12:08 | |
*** mkolesni has joined #openstack-neutron | 12:10 | |
*** ociuhandu has quit IRC | 12:13 | |
*** deepthi has quit IRC | 12:14 | |
*** ociuhandu has joined #openstack-neutron | 12:14 | |
*** markvoelker has joined #openstack-neutron | 12:15 | |
*** sri-p has joined #openstack-neutron | 12:15 | |
*** ildikov has joined #openstack-neutron | 12:17 | |
*** bradjones|away is now known as bradjones | 12:18 | |
*** neophy has quit IRC | 12:19 | |
*** tiswanso has joined #openstack-neutron | 12:21 | |
sri-p | is anyone aware of neutronclient command extension support? | 12:22 |
sri-p | i need help regrading that.. | 12:22 |
*** tiswanso has quit IRC | 12:23 | |
*** tiswanso has joined #openstack-neutron | 12:24 | |
kgalanov | sri-p, please describe a problem briefly, don't ping anyone in the chat for nothing | 12:25 |
sri-p | sure kgalanov.. | 12:26 |
sri-p | i am trying to wrrite CLI commands for neutronclient with extension support without using shell.py.. | 12:27 |
*** ivar-lazzaro has joined #openstack-neutron | 12:27 | |
sri-p | i am almost done with making the changes..when i am trying to run my command i am seeing an error "404 Resource not found".. | 12:27 |
kgalanov | try to run neutron command with --debug flag | 12:28 |
kgalanov | you will get API endpoing which does not exist | 12:28 |
sri-p | i tried of that...my request is going to neutron server..but i am getting a response of Resource not found | 12:29 |
sri-p | just for clarification what should be path values for object_path and resource_path? | 12:30 |
kgalanov | 404 means that requested neutron service is not supported / enabled on the server | 12:30 |
kgalanov | or url was not configured correctly | 12:30 |
*** edmondsw has joined #openstack-neutron | 12:31 | |
sri-p | how do i knoe my extension loaded properly or not?can you provide a pinpoint where i should look exactly to resolve my issue | 12:32 |
*** ivar-lazzaro has quit IRC | 12:32 | |
*** mwagner_lap has joined #openstack-neutron | 12:34 | |
*** ildikov has quit IRC | 12:36 | |
*** rpothier has joined #openstack-neutron | 12:37 | |
*** regXboi has joined #openstack-neutron | 12:38 | |
*** tiswanso has quit IRC | 12:38 | |
*** annegentle has joined #openstack-neutron | 12:42 | |
*** thurloat is now known as thurloat_isgone | 12:42 | |
*** vthapar has joined #openstack-neutron | 12:43 | |
openstackgerrit | Ryan Moats proposed openstack/neutron: Remove useless log from periodic_sync_routers_task https://review.openstack.org/222589 | 12:43 |
*** ivar-lazzaro has joined #openstack-neutron | 12:45 | |
*** vishwanathj_ has quit IRC | 12:51 | |
*** changbl has joined #openstack-neutron | 12:52 | |
*** ildikov has joined #openstack-neutron | 12:52 | |
*** kiran-r has quit IRC | 12:53 | |
*** neeti has quit IRC | 12:56 | |
*** rtheis_ has joined #openstack-neutron | 12:57 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Tweak test_keepalived_respawns test logic https://review.openstack.org/222460 | 12:58 |
*** rtheis has quit IRC | 13:00 | |
*** jpena|lunch is now known as jpena | 13:00 | |
*** ivar-lazzaro has quit IRC | 13:00 | |
*** tkatarki has quit IRC | 13:00 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Tweak test_keepalived_respawns test logic https://review.openstack.org/222460 | 13:01 |
*** ivar-lazzaro has joined #openstack-neutron | 13:01 | |
*** tkatarki has joined #openstack-neutron | 13:01 | |
*** rtheis_ has quit IRC | 13:03 | |
*** tkatarki has quit IRC | 13:03 | |
*** kodokuu has joined #openstack-neutron | 13:06 | |
*** rossella_s has quit IRC | 13:06 | |
*** ivar-lazzaro has quit IRC | 13:06 | |
*** rossella_s has joined #openstack-neutron | 13:06 | |
kodokuu | Hi, is it possible to disable a network which use by all tenants (a shared network) for force new instances to deploy on new network ? | 13:06 |
openstackgerrit | Ryan Moats proposed openstack/neutron: Add instrumentation devref https://review.openstack.org/204282 | 13:09 |
*** mwagner_lap has quit IRC | 13:11 | |
*** mwagner_lap has joined #openstack-neutron | 13:11 | |
*** f13o has quit IRC | 13:12 | |
*** banix has joined #openstack-neutron | 13:12 | |
*** pbrooko has quit IRC | 13:13 | |
openstackgerrit | Kyle Mestery proposed openstack/neutron: sub_project_guidelines: Add richer documentation https://review.openstack.org/222256 | 13:14 |
leitan | hi everyone | 13:14 |
leitan | are dvr / dvr_snat type routers allowed to host ha routers ? | 13:14 |
leitan | cause i create an ha=true distributed=false router and it gets created on legacy agents and dvr agents also | 13:15 |
leitan | is this the normal/expected behaviour ? | 13:15 |
*** logan2 has quit IRC | 13:15 | |
*** tmorin has quit IRC | 13:16 | |
*** jaypipes has joined #openstack-neutron | 13:16 | |
*** tmorin has joined #openstack-neutron | 13:16 | |
*** pbrooko has joined #openstack-neutron | 13:17 | |
*** vikram has joined #openstack-neutron | 13:18 | |
leitan | anyone :) ? | 13:19 |
*** salv-orlando has joined #openstack-neutron | 13:19 | |
*** rtheis has joined #openstack-neutron | 13:19 | |
*** nus has quit IRC | 13:19 | |
leitan | i have another one too, why if i delete a namespace (like the fip namespace) the interface are still there buy the l3 agent complains that it cannot attach them to the namespace ? (after it gets recreated after a restart ) | 13:20 |
openstackgerrit | Ryan Moats proposed openstack/neutron: Add instrumentation devref https://review.openstack.org/204282 | 13:20 |
*** annegentle has quit IRC | 13:21 | |
*** jaypipes is now known as leakypipes | 13:22 | |
*** nus has joined #openstack-neutron | 13:22 | |
openstackgerrit | Ryan Moats proposed openstack/neutron: Introduce report_counters RPC for agents https://review.openstack.org/213474 | 13:22 |
*** anshul has quit IRC | 13:23 | |
regXboi | leitan: there is a whole thread/bug around this | 13:23 |
*** pbrooko has quit IRC | 13:24 | |
regXboi | leitan: see https://bugs.launchpad.net/neutron/+bug/1365473 | 13:24 |
openstack | Launchpad bug 1365473 in neutron "Unable to create a router that's both HA and distributed" [High,In progress] - Assigned to Adolfo Duarte (adolfo-duarte) | 13:24 |
*** tbachman has quit IRC | 13:24 | |
*** nus has quit IRC | 13:27 | |
*** vikram has quit IRC | 13:27 | |
*** nus has joined #openstack-neutron | 13:28 | |
*** nlahouti1 has quit IRC | 13:28 | |
*** pbrooko has joined #openstack-neutron | 13:29 | |
leitan | regXboi, read the bug, but what i see is that the ha routers are actually created OK on a dvr type router , buy i have 4 l3 agents, 2 are (dvr_snat and one dvr) the other 2 are legacy with ha enabled, i have configured max_ha_agents_per_router 2 | 13:31 |
leitan | regXboi, i was expecting that the distruted=false ha=true will only get created on the legacy agents | 13:32 |
leitan | regXboi, but no, they are created on the four l3 agents | 13:32 |
leitan | and ha works just fine | 13:32 |
*** salv-orlando has quit IRC | 13:32 | |
*** dansmith is now known as superdan | 13:32 | |
regXboi | Leitan: I would consider updating the bug with that information | 13:32 |
leitan | regXboi, i wanted to know if theres a way to schedule ha=true routers, just to legacy/non-dvr router | 13:32 |
*** zhenguo has joined #openstack-neutron | 13:33 | |
*** jroll is now known as jtroll | 13:33 | |
*** sballe has joined #openstack-neutron | 13:34 | |
*** claudiub has quit IRC | 13:34 | |
*** jtroll is now known as Guest13730 | 13:34 | |
*** Guest13730 is now known as jroll | 13:34 | |
*** achanda has joined #openstack-neutron | 13:34 | |
*** alaski is now known as lascii | 13:36 | |
akamyshnikova | leitan, there is this bug https://bugs.launchpad.net/neutron/+bug/1365426 | 13:37 |
openstack | Launchpad bug 1365426 in neutron "Support migration of non-HA router to HA and reverse" [Medium,New] | 13:37 |
*** links has quit IRC | 13:38 | |
*** n00btube has joined #openstack-neutron | 13:38 | |
*** nate_gone is now known as njohnston | 13:38 | |
leitan | akamyshnikova, regXboi thanks | 13:39 |
leitan | regXboi, akamyshnikova what about namespaces destroyed not atacching existing interfaces to the namespaces ? | 13:40 |
*** crose has joined #openstack-neutron | 13:40 | |
*** logan2 has joined #openstack-neutron | 13:43 | |
*** Piet has quit IRC | 13:43 | |
gparaskevas | Hello there, I am doing some tests with neutron, kilo multi node installation, i have created a ext net and a private net, i have created a router. Everything is working fine, internet access is ok | 13:46 |
*** tbachman has joined #openstack-neutron | 13:46 | |
gparaskevas | but on my 2 compute nodes i can see with brctl show my router bridge | 13:46 |
gparaskevas | is that normal? | 13:46 |
*** mmdurrant has joined #openstack-neutron | 13:46 | |
gparaskevas | i have 3 compute nodes and one Network/controller. on my 2 compute nodes i can see with brctl show the router device i have created | 13:47 |
gparaskevas | is that normal? | 13:47 |
gparaskevas | anyone i am just saying is this normal or this a bug? | 13:51 |
*** annegentle has joined #openstack-neutron | 13:52 | |
*** linkmark has joined #openstack-neutron | 13:53 | |
*** achanda has quit IRC | 13:54 | |
*** aranjan has joined #openstack-neutron | 13:54 | |
*** zzzeek has joined #openstack-neutron | 13:54 | |
regXboi | leitan: I don't understand the question | 13:55 |
* regXboi stepping out to run an errand | 13:55 | |
*** cbitte002 has joined #openstack-neutron | 13:55 | |
*** carl_baldwin has joined #openstack-neutron | 13:56 | |
*** ivar-lazzaro has joined #openstack-neutron | 13:56 | |
gparaskevas | regXboi: let me refrase, i can see a bridge on my compute nodes that is named with the ID of the router i have created, and its is bridged on a vlan interface of the xternal network. | 13:57 |
*** mestery has quit IRC | 13:57 | |
*** hichihara has joined #openstack-neutron | 13:58 | |
*** aranjan has quit IRC | 13:59 | |
*** annegentle has quit IRC | 14:00 | |
*** annegentle has joined #openstack-neutron | 14:00 | |
*** claudiub has joined #openstack-neutron | 14:03 | |
*** gparaskevas has left #openstack-neutron | 14:03 | |
*** kbringard has joined #openstack-neutron | 14:03 | |
*** Piet has joined #openstack-neutron | 14:03 | |
*** vikram has joined #openstack-neutron | 14:04 | |
*** tiswanso has joined #openstack-neutron | 14:05 | |
*** tkatarki has joined #openstack-neutron | 14:05 | |
*** sri-p has quit IRC | 14:06 | |
openstackgerrit | Sridhar Gaddam proposed openstack/neutron: Configure gw_iface for RAs only in Master HA Router https://review.openstack.org/222283 | 14:07 |
*** zzzeek_ has joined #openstack-neutron | 14:08 | |
*** zzzeek has quit IRC | 14:08 | |
*** zzzeek_ is now known as zzzeek | 14:08 | |
*** mkolesni has quit IRC | 14:10 | |
*** armax has quit IRC | 14:11 | |
*** tflynn has joined #openstack-neutron | 14:13 | |
*** ivar-lazzaro has quit IRC | 14:14 | |
*** ivar-lazzaro has joined #openstack-neutron | 14:15 | |
*** crose has quit IRC | 14:15 | |
*** ajmiller has joined #openstack-neutron | 14:16 | |
*** SridharG has left #openstack-neutron | 14:18 | |
*** tflynn_ has joined #openstack-neutron | 14:18 | |
*** Sukhdev has quit IRC | 14:19 | |
*** mlavalle has joined #openstack-neutron | 14:19 | |
*** tflynn has quit IRC | 14:21 | |
*** Murali has quit IRC | 14:21 | |
*** ildikov has quit IRC | 14:22 | |
*** tflynn_ has quit IRC | 14:23 | |
*** n00btube has quit IRC | 14:25 | |
*** zzzeek has quit IRC | 14:26 | |
*** baojg has joined #openstack-neutron | 14:27 | |
*** pbrooko has quit IRC | 14:29 | |
*** mkolesni has joined #openstack-neutron | 14:30 | |
*** pbrooko has joined #openstack-neutron | 14:30 | |
*** paul has joined #openstack-neutron | 14:30 | |
*** pbrooko has quit IRC | 14:32 | |
*** baojg has quit IRC | 14:32 | |
*** pbrooko has joined #openstack-neutron | 14:32 | |
*** pbrooko has quit IRC | 14:33 | |
*** pbrooko has joined #openstack-neutron | 14:33 | |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron: Install sriov-agent.ini on 'setup.py install' https://review.openstack.org/222632 | 14:33 |
*** abregman has joined #openstack-neutron | 14:34 | |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron: Install sriov-agent.ini on 'setup.py install' https://review.openstack.org/222632 | 14:34 |
*** lajos-katona has quit IRC | 14:34 | |
*** tongli has joined #openstack-neutron | 14:35 | |
*** mestery has joined #openstack-neutron | 14:37 | |
regXboi | gparaskevas: can't answer that question - I haven't looked at vlan all that much | 14:38 |
*** pbrooko has quit IRC | 14:38 | |
*** morgan has quit IRC | 14:40 | |
*** morganfainberg has joined #openstack-neutron | 14:40 | |
*** yamahata has joined #openstack-neutron | 14:44 | |
*** setuid has joined #openstack-neutron | 14:45 | |
*** vishwanathj_ has joined #openstack-neutron | 14:48 | |
*** emagana has joined #openstack-neutron | 14:48 | |
*** Marga_ has joined #openstack-neutron | 14:49 | |
*** yfried has quit IRC | 14:49 | |
*** _cerberus_ is now known as llanfairpwllgwyn | 14:51 | |
*** llanfairpwllgwyn is now known as _cerberus_ | 14:51 | |
*** r-daneel has joined #openstack-neutron | 14:52 | |
*** tfukushima has joined #openstack-neutron | 14:52 | |
openstackgerrit | Brent Eagles proposed openstack/neutron-vpnaas: Set owner to root for ipsec.secrets for LibreSwan https://review.openstack.org/222192 | 14:52 |
*** dannywilson has joined #openstack-neutron | 14:53 | |
*** zhangjn has joined #openstack-neutron | 14:54 | |
*** zhangjn has quit IRC | 14:55 | |
*** annegent_ has joined #openstack-neutron | 14:55 | |
*** annegentle has quit IRC | 14:55 | |
*** TrevorV|Home has joined #openstack-neutron | 14:55 | |
*** ronis has quit IRC | 14:55 | |
*** zhangjn has joined #openstack-neutron | 14:55 | |
*** zhangjn has quit IRC | 14:55 | |
*** aranjan has joined #openstack-neutron | 14:56 | |
*** morganfainberg has quit IRC | 14:56 | |
*** morganfainberg has joined #openstack-neutron | 14:57 | |
*** yamahata has quit IRC | 14:58 | |
*** yamahata has joined #openstack-neutron | 14:58 | |
*** morganfainberg has quit IRC | 14:59 | |
*** aranjan has quit IRC | 15:00 | |
*** annegent_ has quit IRC | 15:01 | |
*** jerrygb has joined #openstack-neutron | 15:01 | |
*** kodokuu has quit IRC | 15:02 | |
*** jistr is now known as jistr|mtg | 15:02 | |
*** salv-orlando has joined #openstack-neutron | 15:02 | |
*** hichihara has quit IRC | 15:03 | |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron-vpnaas: Added +x permission to gate hook scripts https://review.openstack.org/222655 | 15:03 |
*** setuid has quit IRC | 15:03 | |
*** morganfainberg has joined #openstack-neutron | 15:04 | |
*** morganfainberg has quit IRC | 15:04 | |
*** sambetts is now known as tehsmash | 15:06 | |
*** tbachman has quit IRC | 15:06 | |
*** tbachman has joined #openstack-neutron | 15:07 | |
*** tbachman has quit IRC | 15:10 | |
*** tbachman has joined #openstack-neutron | 15:11 | |
*** setuid has joined #openstack-neutron | 15:11 | |
leitan | Guys, im seeing some packages get lost on qvo device that doesnt reach the qr interface (default gw) on the router, but from sources , the sec group is permit any from and to any, have you seen this before ? i tried deleting the router associate floating ips again, no succes | 15:12 |
*** vikram has quit IRC | 15:13 | |
*** salv-orlando has quit IRC | 15:15 | |
*** zzzeek has joined #openstack-neutron | 15:15 | |
*** srilatha has joined #openstack-neutron | 15:17 | |
*** salv-orlando has joined #openstack-neutron | 15:20 | |
*** mestery has quit IRC | 15:20 | |
*** jistr|mtg is now known as jistr | 15:22 | |
*** morgan has joined #openstack-neutron | 15:23 | |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron-fwaas: Added +x permission to gate hook scripts https://review.openstack.org/222668 | 15:24 |
*** setuid has quit IRC | 15:24 | |
*** morgan has quit IRC | 15:25 | |
ihrachys | I am a champion of non-sense patches for today... | 15:26 |
*** morgan has joined #openstack-neutron | 15:26 | |
*** salv-orlando has quit IRC | 15:29 | |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron: ovs: don't use ARP responder for IPv6 addresses https://review.openstack.org/222206 | 15:29 |
*** salv-orlando has joined #openstack-neutron | 15:30 | |
*** morgan has quit IRC | 15:31 | |
*** morgan has joined #openstack-neutron | 15:31 | |
*** abregman is now known as abregman|vafk | 15:32 | |
*** AlexeyElagin has quit IRC | 15:33 | |
*** y_sawai has joined #openstack-neutron | 15:33 | |
*** jlibosva has quit IRC | 15:34 | |
*** matrohon has quit IRC | 15:34 | |
*** morgan has quit IRC | 15:35 | |
*** AlexeyElagin has joined #openstack-neutron | 15:35 | |
*** morgan has joined #openstack-neutron | 15:35 | |
*** salv-orl_ has joined #openstack-neutron | 15:37 | |
*** salv-orlando has quit IRC | 15:38 | |
*** abregman|vafk has quit IRC | 15:40 | |
*** tidwellr1 has joined #openstack-neutron | 15:42 | |
*** jbell8 has joined #openstack-neutron | 15:43 | |
*** tflynn has joined #openstack-neutron | 15:47 | |
*** kbringard has quit IRC | 15:48 | |
*** claudiub|2 has joined #openstack-neutron | 15:48 | |
*** nplanel_ has joined #openstack-neutron | 15:49 | |
*** claudiub has quit IRC | 15:49 | |
*** nplanel has quit IRC | 15:51 | |
*** bobmel_ has joined #openstack-neutron | 15:52 | |
*** aix has quit IRC | 15:52 | |
*** nplanel_ has quit IRC | 15:53 | |
*** bobmel has quit IRC | 15:54 | |
*** ronis has joined #openstack-neutron | 15:58 | |
*** NareshA has quit IRC | 16:01 | |
*** yuanying has joined #openstack-neutron | 16:02 | |
*** setuid has joined #openstack-neutron | 16:02 | |
*** namptit has joined #openstack-neutron | 16:02 | |
*** rotbeard has quit IRC | 16:03 | |
*** namptit has quit IRC | 16:03 | |
*** zhenguo has quit IRC | 16:03 | |
*** safchain has quit IRC | 16:03 | |
*** chlong has joined #openstack-neutron | 16:04 | |
*** yuanying_ has quit IRC | 16:04 | |
*** kawa2014 has quit IRC | 16:05 | |
*** devlaps has joined #openstack-neutron | 16:06 | |
*** daneyon has joined #openstack-neutron | 16:06 | |
*** sridhar_ram1 has joined #openstack-neutron | 16:07 | |
*** vivek-ebay has joined #openstack-neutron | 16:08 | |
*** mestery has joined #openstack-neutron | 16:09 | |
*** jlanoux has quit IRC | 16:09 | |
*** ihrachys has quit IRC | 16:12 | |
*** kiran-r has joined #openstack-neutron | 16:13 | |
*** njohnston is now known as nate_gone | 16:13 | |
*** alex_klimov has quit IRC | 16:17 | |
*** tmorin has quit IRC | 16:18 | |
*** tflynn has quit IRC | 16:18 | |
*** sridhar_ram1 has quit IRC | 16:20 | |
*** kiran-r has quit IRC | 16:21 | |
*** kbringard has joined #openstack-neutron | 16:21 | |
*** kiran-r has joined #openstack-neutron | 16:22 | |
*** salv-orl_ has quit IRC | 16:22 | |
*** nlahouti has joined #openstack-neutron | 16:24 | |
*** blogan_ has joined #openstack-neutron | 16:25 | |
*** salv-orlando has joined #openstack-neutron | 16:25 | |
openstackgerrit | Ryan Moats proposed openstack/neutron: Add instrumentation devref https://review.openstack.org/204282 | 16:26 |
*** kiran-r has quit IRC | 16:27 | |
*** vivek-ebay has quit IRC | 16:28 | |
*** sudipto has joined #openstack-neutron | 16:28 | |
*** shwetaap1 has joined #openstack-neutron | 16:29 | |
*** mkolesni has quit IRC | 16:29 | |
*** armax has joined #openstack-neutron | 16:31 | |
*** minwang2 has joined #openstack-neutron | 16:31 | |
*** salv-orlando has quit IRC | 16:31 | |
*** salv-orlando has joined #openstack-neutron | 16:34 | |
*** tehsmash is now known as sambetts | 16:36 | |
*** salv-orlando has quit IRC | 16:38 | |
*** Marga_ has quit IRC | 16:39 | |
*** Marga_ has joined #openstack-neutron | 16:40 | |
*** tfukushima has quit IRC | 16:42 | |
*** tbachman has quit IRC | 16:43 | |
*** aranjan has joined #openstack-neutron | 16:44 | |
pc_m | dougwig: ping | 16:44 |
*** banix has quit IRC | 16:46 | |
*** davidjc has joined #openstack-neutron | 16:49 | |
*** zzzeek has quit IRC | 16:49 | |
*** mickeys has joined #openstack-neutron | 16:51 | |
*** sdake has joined #openstack-neutron | 16:51 | |
*** vivek-ebay has joined #openstack-neutron | 16:53 | |
*** Marga_ has quit IRC | 16:53 | |
*** sbelous has quit IRC | 16:54 | |
*** clev is now known as clev-away | 16:54 | |
*** dims has quit IRC | 16:55 | |
*** dims has joined #openstack-neutron | 16:55 | |
*** TrevorV|Home has quit IRC | 16:55 | |
*** rushil has joined #openstack-neutron | 16:56 | |
mlavalle | HenryG: ping | 16:56 |
*** ygbo has quit IRC | 16:57 | |
*** sdake_ has joined #openstack-neutron | 16:57 | |
*** changbl has quit IRC | 16:58 | |
HenryG | mlavalle: pong | 17:00 |
*** nate_gone is now known as njohnston | 17:01 | |
*** sdake has quit IRC | 17:01 | |
mlavalle | HenryG: I am doing the following: neutron-db-manage revision -m "Add attributes to support external DNS integration" | 17:01 |
*** jistr has quit IRC | 17:01 | |
mlavalle | HenryG: and I get: FAILED: Multiple heads are present; please specify the head revision on which the new revision should be based, or perform a merge. | 17:01 |
mlavalle | HenryG: what am I doing wrong? | 17:01 |
mlavalle | HenryG: this is freshly built devstack, in a freshly built VM using master | 17:02 |
*** sridhar_ram has joined #openstack-neutron | 17:03 | |
mlavalle | HenryG: I had a chat with salvatore-orlando a couple of days ago and he was seeing the same thing | 17:03 |
*** vthapar has quit IRC | 17:03 | |
greghaynes | Hello! A few of us over in -infra are working on this infra-cloud thing and had a question about http://docs.openstack.org/networking-guide/deploy_scenario4b.html (provider networks with linuxbridge) | 17:04 |
HenryG | mlavalle: give me a few minutes, on a call | 17:04 |
greghaynes | Basically - we were wondering if we can have neutron use an existing bridge interface we create rather than create its own | 17:04 |
mlavalle | HenryG: np, take your time | 17:04 |
*** rossella_s has quit IRC | 17:06 | |
*** Swami has joined #openstack-neutron | 17:06 | |
*** rossella_s has joined #openstack-neutron | 17:06 | |
*** rushil has quit IRC | 17:06 | |
*** rushil has joined #openstack-neutron | 17:07 | |
*** john-davidge has quit IRC | 17:08 | |
*** achanda has joined #openstack-neutron | 17:09 | |
*** tbachman has joined #openstack-neutron | 17:09 | |
*** jpena has quit IRC | 17:10 | |
*** amotoki has quit IRC | 17:10 | |
*** madhu_ak has joined #openstack-neutron | 17:10 | |
*** sdake_ has quit IRC | 17:10 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Tweak test_keepalived_respawns test logic https://review.openstack.org/222460 | 17:11 |
*** john-davidge has joined #openstack-neutron | 17:13 | |
*** BoBall_AWOL has quit IRC | 17:14 | |
*** s3wong has joined #openstack-neutron | 17:15 | |
*** yamahata has quit IRC | 17:15 | |
Swami | carl_baldwin: replied to your review comments #194446 | 17:15 |
HenryG | mlavalle: I am back | 17:16 |
*** y_sawai has quit IRC | 17:16 | |
mlavalle | HenryG: thanks.... so whar am I doing wrong? | 17:16 |
HenryG | mlavalle: where is your patch? | 17:16 |
*** beagles has quit IRC | 17:17 | |
mlavalle | HenryG: well, before pushing the code I am trying to generate the allembic script in my devstack, to include it in the code I am going to push | 17:17 |
*** davidjc has quit IRC | 17:17 | |
*** y_sawai has joined #openstack-neutron | 17:18 | |
HenryG | mlavalle: no problem | 17:18 |
*** john-davidge has quit IRC | 17:18 | |
*** bharath has joined #openstack-neutron | 17:18 | |
*** shwetaap1 has quit IRC | 17:18 | |
HenryG | mlavalle: let's try with a temporary database | 17:19 |
*** SumitNaiksatam has quit IRC | 17:19 | |
mlavalle | HenryG: I just want the teamplate. I am not attempting autogenrate. I'll fill in the details | 17:19 |
*** bharath is now known as bharathm | 17:19 | |
*** sdake has joined #openstack-neutron | 17:19 | |
HenryG | mlavalle: understood | 17:20 |
HenryG | mlavalle: run this: | 17:20 |
*** SourabhP has joined #openstack-neutron | 17:20 | |
HenryG | mysql -e "create database temp4dns;" | 17:20 |
HenryG | mlavalle: Then this: | 17:21 |
HenryG | neutron-db-manage --database-connection mysql+pymysql://root:secret@127.0.0.1/tmp4dns?charset=utf8 upgrade heads | 17:21 |
carl_baldwin | Swami: ack | 17:22 |
Swami | carl_baldwin: thanks | 17:22 |
HenryG | mlavalle: obviously replace 'secret' with your root mysql password | 17:22 |
*** jbell8 has quit IRC | 17:22 | |
*** Marga_ has joined #openstack-neutron | 17:23 | |
HenryG | mlavalle: which is in localrc if you have forgotten it | 17:23 |
*** abhiraut has joined #openstack-neutron | 17:23 | |
mlavalle | HenryG: trying..... | 17:23 |
openstackgerrit | Merged openstack/neutron: Updated from global requirements https://review.openstack.org/221933 | 17:24 |
*** sudipto has quit IRC | 17:24 | |
HenryG | mlavalle: I mispelled the DB name: temp4dns vs tmp4dns | 17:24 |
*** shivrao has joined #openstack-neutron | 17:24 | |
HenryG | mlavalle: make sure you use the same name in the commands | 17:24 |
mlavalle | HenryG: ok | 17:25 |
HenryG | mlavalle: Now run: | 17:25 |
HenryG | neutron-db-manage --database-connection mysql+pymysql://root:secret@127.0.0.1/temp4dns?charset=utf8 revision -m "add bla bla" | 17:26 |
*** john-davidge has joined #openstack-neutron | 17:27 | |
*** ivar-lazzaro has quit IRC | 17:28 | |
*** baoli has quit IRC | 17:28 | |
*** leakypipes has quit IRC | 17:28 | |
*** amuller has joined #openstack-neutron | 17:28 | |
*** ivar-lazzaro has joined #openstack-neutron | 17:28 | |
mlavalle | HenryG: same error FAILED: Multiple heads are present; please specify the head revision on which the new revision should be based, or perform a merge. | 17:29 |
mlavalle | HenryG: I have to go to the airport now. Can I ping you Monday? | 17:29 |
HenryG | mlavalle: OK, then you must have some stray migrations in your tree | 17:29 |
HenryG | mlavalle: 'git status | 17:30 |
mlavalle | HenryG: I might ping you later from the airport | 17:30 |
mlavalle | HenryG: If I can't, have a nice weekend! | 17:30 |
*** jbell8 has joined #openstack-neutron | 17:31 | |
HenryG | mlavalle: Look for uncommitted migration files in neutron/db/migration/alembic_migrations/versions/... | 17:31 |
*** john-davidge has quit IRC | 17:32 | |
mlavalle | HenryG: will do, thanks! | 17:32 |
*** mlavalle has quit IRC | 17:32 | |
*** BoBall_AWOL has joined #openstack-neutron | 17:33 | |
*** chlong has quit IRC | 17:34 | |
*** Sukhdev has joined #openstack-neutron | 17:35 | |
*** abhiraut has quit IRC | 17:37 | |
*** yamahata has joined #openstack-neutron | 17:38 | |
*** abhiraut has joined #openstack-neutron | 17:40 | |
*** changbl has joined #openstack-neutron | 17:40 | |
*** jbell8 has quit IRC | 17:42 | |
*** tbachman has quit IRC | 17:43 | |
*** rstarr has quit IRC | 17:44 | |
*** aranjan has quit IRC | 17:44 | |
*** tbachman has joined #openstack-neutron | 17:45 | |
*** aranjan has joined #openstack-neutron | 17:45 | |
*** numans has joined #openstack-neutron | 17:48 | |
dougwig | pc_m: ack | 17:49 |
*** baoli has joined #openstack-neutron | 17:50 | |
pc_m | dougwig: I think I may have figured out how to get neutron patchset used for VPN functional tests. | 17:50 |
pc_m | dougwig: When you get a chance, can you look at https://review.openstack.org/#/c/203201/15/tools/tox_install.sh | 17:50 |
*** aranjan has quit IRC | 17:51 | |
*** rstarr has joined #openstack-neutron | 17:51 | |
pc_m | dougwig: I tried with a neutron commit that had an error and then one that did not, and both worked as expected for VPN test. | 17:51 |
pc_m | dougwig: I also checked VPN commit and local test run. | 17:51 |
*** ajmiller has quit IRC | 17:52 | |
*** sbelous has joined #openstack-neutron | 17:52 | |
*** armax has quit IRC | 17:52 | |
*** saksham has joined #openstack-neutron | 17:53 | |
*** ivar-lazzaro has quit IRC | 17:53 | |
*** ivar-lazzaro has joined #openstack-neutron | 17:54 | |
dougwig | pc_m: great | 17:56 |
*** sbelous has quit IRC | 17:57 | |
*** jwy has joined #openstack-neutron | 17:58 | |
*** jbell8 has joined #openstack-neutron | 18:00 | |
*** dmartls1 has joined #openstack-neutron | 18:01 | |
*** numans has quit IRC | 18:02 | |
*** ajmiller has joined #openstack-neutron | 18:04 | |
*** salv-orlando has joined #openstack-neutron | 18:05 | |
*** sridhar_ram has quit IRC | 18:05 | |
*** ZZelle_ has joined #openstack-neutron | 18:06 | |
*** salv-orlando has quit IRC | 18:07 | |
*** salv-orlando has joined #openstack-neutron | 18:08 | |
*** banix has joined #openstack-neutron | 18:08 | |
*** sridhar_ram has joined #openstack-neutron | 18:08 | |
*** thumpba has joined #openstack-neutron | 18:08 | |
*** Piet has quit IRC | 18:09 | |
*** TrevorV|Home has joined #openstack-neutron | 18:10 | |
regXboi | amuller: thx for the A+2/W+1 :) | 18:11 |
*** vishwanathj_ has quit IRC | 18:11 | |
amuller | regXboi: It was a hard one ;-) | 18:11 |
regXboi | amuller: I've been running experiments to nail down how scheduling a router to a NN scales linearly in time and I've gotten *INCREDIBLY* tired of seeing that line | 18:12 |
*** beagles has joined #openstack-neutron | 18:12 | |
amuller | regXboi: IIRC we have 8 eventlet worker threads on the L3 agent | 18:12 |
regXboi | amuller: sounds right | 18:13 |
amuller | regXboi: so generally configuring routers on an agent would scale linearly | 18:13 |
amuller | regXboi: that's the whole basis for L3 HA | 18:13 |
regXboi | amuller: I think there are some places we can make that better without L3 HA | 18:13 |
amuller | regXboi: I'm sure :) | 18:13 |
amuller | regXboi: I think that we haven't scratched the surface with profiling and optimizing the agents or server | 18:14 |
regXboi | amuller: ack | 18:14 |
regXboi | or so ack | 18:14 |
regXboi | er oh so ack | 18:14 |
*** zzzeek has joined #openstack-neutron | 18:15 | |
amuller | I wouldn't be surprised if we can get x2 improvements or better with a little bit of work on many types of operations | 18:15 |
* regXboi hopes to file a few bugs on what I'm finding by end of day | 18:15 | |
amuller | regXboi++ | 18:15 |
regXboi | the nasty part is I think the RPC mechanism as going to come under fire | 18:15 |
* regXboi has seen some ugly performance behavior of it when scaling offered load | 18:16 | |
* regXboi isn't ready to cry wolf yet, because he doesn't have fine grained enough perf numbers to isolate causes | 18:17 | |
* regXboi hopes that will change when after this experiment finishes | 18:19 | |
openstackgerrit | James Arendt proposed openstack/neutron: Fix Neutron flavor framework https://review.openstack.org/219486 | 18:19 |
*** abhiraut has quit IRC | 18:20 | |
*** tflynn has joined #openstack-neutron | 18:20 | |
*** tflynn_ has joined #openstack-neutron | 18:23 | |
*** abhiraut has joined #openstack-neutron | 18:24 | |
*** slaweq has joined #openstack-neutron | 18:24 | |
*** jerrygb_ has joined #openstack-neutron | 18:24 | |
*** y_sawai has quit IRC | 18:25 | |
*** tbachman has quit IRC | 18:25 | |
*** dims is now known as dimsum__ | 18:26 | |
*** tflynn has quit IRC | 18:26 | |
*** salv-orl_ has joined #openstack-neutron | 18:26 | |
*** blogan_ has quit IRC | 18:27 | |
*** blogan_ has joined #openstack-neutron | 18:27 | |
*** salv-orlando has quit IRC | 18:27 | |
*** jerrygb has quit IRC | 18:28 | |
*** salv-orlando has joined #openstack-neutron | 18:28 | |
*** strictlyb has joined #openstack-neutron | 18:29 | |
*** kiran-r has joined #openstack-neutron | 18:31 | |
*** aranjan has joined #openstack-neutron | 18:31 | |
*** salv-orl_ has quit IRC | 18:32 | |
*** y_sawai has joined #openstack-neutron | 18:32 | |
*** kiran-r has quit IRC | 18:33 | |
*** strictlyb has quit IRC | 18:33 | |
*** strictlyb has joined #openstack-neutron | 18:33 | |
*** mriedem has joined #openstack-neutron | 18:36 | |
*** slaweq has quit IRC | 18:36 | |
*** aranjan has quit IRC | 18:36 | |
*** aranjan has joined #openstack-neutron | 18:36 | |
mriedem | can anyone explain why the neutron db api deadlocks so much in successful CI runs? http://goo.gl/mNc3g8 <- shows 85% success rate still when that happens | 18:36 |
mriedem | is there a retry decorator happening? | 18:36 |
*** aranjan has quit IRC | 18:37 | |
*** aranjan has joined #openstack-neutron | 18:37 | |
*** salv-orlando has quit IRC | 18:38 | |
*** salv-orlando has joined #openstack-neutron | 18:39 | |
*** Marga_ has quit IRC | 18:40 | |
*** Marga_ has joined #openstack-neutron | 18:41 | |
*** Piet has joined #openstack-neutron | 18:41 | |
*** aranjan has quit IRC | 18:42 | |
*** achanda has quit IRC | 18:42 | |
*** salv-orlando has quit IRC | 18:44 | |
*** salv-orl_ has joined #openstack-neutron | 18:45 | |
*** Marga_ has quit IRC | 18:45 | |
regXboi | mriedem: I have to go back and look but I remember lots of discussions about retry decorators in the channel | 18:45 |
regXboi | especially w.r.t. deadlock | 18:45 |
mriedem | ok, this might be a dupe at this point, but https://bugs.launchpad.net/neutron/+bug/1494886 | 18:45 |
openstack | Launchpad bug 1494886 in neutron "Neutron DBDeadlocks a ridiculous amount in successful CI runs" [Undecided,Confirmed] | 18:45 |
*** Marga_ has joined #openstack-neutron | 18:46 | |
*** blogan__ has joined #openstack-neutron | 18:48 | |
openstackgerrit | Assaf Muller proposed openstack/neutron: ovs: don't use ARP responder for IPv6 addresses https://review.openstack.org/222206 | 18:49 |
*** blogan_ has quit IRC | 18:49 | |
*** Sukhdev_ has joined #openstack-neutron | 18:49 | |
*** y_sawai has quit IRC | 18:50 | |
*** y_sawai has joined #openstack-neutron | 18:51 | |
amuller | kevinbenton: wanna take a look at this simple OVS agent ARP responder fix? https://review.openstack.org/#/c/222206/ | 18:51 |
amuller | haleyb: ^ | 18:51 |
*** salv-orl_ has quit IRC | 18:53 | |
*** salv-orlando has joined #openstack-neutron | 18:54 | |
haleyb | amuller: thanks, i didn't expect ihar to update the address, but it lgtm now | 18:54 |
*** jerrygb_ has quit IRC | 18:57 | |
*** jerrygb has joined #openstack-neutron | 18:57 | |
*** salv-orlando has quit IRC | 19:00 | |
*** salv-orlando has joined #openstack-neutron | 19:01 | |
*** slaweq has joined #openstack-neutron | 19:01 | |
*** changbl has quit IRC | 19:03 | |
*** tflynn_ has quit IRC | 19:04 | |
*** tflynn has joined #openstack-neutron | 19:04 | |
*** saksham has quit IRC | 19:05 | |
*** sridhar_ram has quit IRC | 19:05 | |
*** nlahouti has quit IRC | 19:05 | |
*** ivar-lazzaro has quit IRC | 19:06 | |
*** tbachman has joined #openstack-neutron | 19:06 | |
*** abhiraut has quit IRC | 19:09 | |
*** sdake_ has joined #openstack-neutron | 19:09 | |
*** SumitNaiksatam has joined #openstack-neutron | 19:09 | |
*** ociuhandu has quit IRC | 19:13 | |
*** sdake has quit IRC | 19:13 | |
*** abhiraut has joined #openstack-neutron | 19:13 | |
*** rushil has quit IRC | 19:16 | |
*** aranjan has joined #openstack-neutron | 19:17 | |
*** rushil has joined #openstack-neutron | 19:17 | |
*** rushil has quit IRC | 19:17 | |
*** abhiraut has quit IRC | 19:18 | |
*** y_sawai_ has joined #openstack-neutron | 19:20 | |
*** sdake_ is now known as sdake | 19:20 | |
*** rushil has joined #openstack-neutron | 19:22 | |
*** y_sawai has quit IRC | 19:22 | |
*** pc_m is now known as pc_m_AWAY | 19:24 | |
*** banix has quit IRC | 19:25 | |
*** rushil has quit IRC | 19:25 | |
*** SumitNaiksatam has quit IRC | 19:31 | |
*** SumitNaiksatam has joined #openstack-neutron | 19:31 | |
openstackgerrit | Merged openstack/neutron: Remove useless log from periodic_sync_routers_task https://review.openstack.org/222589 | 19:32 |
*** slaweq has quit IRC | 19:32 | |
*** armax has joined #openstack-neutron | 19:33 | |
*** slaweq has joined #openstack-neutron | 19:34 | |
claudiub|2 | mestery: around? | 19:35 |
*** trey has joined #openstack-neutron | 19:36 | |
mestery | claudiub|2: hi there! | 19:38 |
claudiub|2 | mestery: hi. :) so, if you have a little bit of time, I'd like your opinion on some security groups related issue | 19:39 |
*** dkehn has quit IRC | 19:39 | |
mestery | claudiub|2: Please, lets see what's going on | 19:39 |
claudiub|2 | mestery: so, let's say we have an network le_foo with the subnet le_subfoo, cidr: "10.0.0.0/24". let's say we create 100 instances on that network. each gets an ip. all of them are in the same sec-group le_bar, which only have the default security group rules. | 19:39 |
*** rtheis has quit IRC | 19:39 | |
claudiub|2 | mestery: the thing is, neutron creates a security group rule for each instance on that network: 10.0.0.3/32, 10.0.0.3/32, 10.0.0.4/32, etc. | 19:40 |
*** rtheis has joined #openstack-neutron | 19:40 | |
*** mlavalle has joined #openstack-neutron | 19:40 | |
claudiub|2 | mestery: since the security group updates, each port in that network will have to add the new rules. this means NxN new rules to add. the problem is, the HyperVSecurityGroupDriver cannot handle large ammounts of security group rules, especially if they are added almost sequencially. | 19:40 |
claudiub|2 | mestery: So, my question is, wouldn't be easier to just add a 10.0.0.0/24 rule once instead of a /32 rule for each new instance? Or is there any particular reason for this? | 19:40 |
*** dkehn has joined #openstack-neutron | 19:40 | |
*** rtheis has quit IRC | 19:41 | |
mestery | claudiub|2: I see what you mean with regards to the Hyper-V driver, but I'm wondering if another way to address this would be to batch the pdates the driver, assuming the problem is handling them sequentially. | 19:41 |
*** rtheis has joined #openstack-neutron | 19:41 | |
claudiub|2 | mestery: the thing is, I've already done almost everything I can to improve the performance. Currently, it requires more than 80% less time to process the same ammount of rules than in the first icehouse implementation | 19:42 |
mestery | claudiub|2: That's impressive indeed, so it seems you've optimized things quite a bit so far. | 19:43 |
claudiub|2 | mestery: poor choice of words... now it takes less than 20% of the original time it needed with the initial implementation | 19:43 |
*** lindycoder has quit IRC | 19:44 | |
mestery | claudiub|2: :) | 19:44 |
claudiub|2 | mestery: indeed, but there isn't much i can improve anymore | 19:44 |
claudiub|2 | it takes roughly 5 seconds to add 100 security group rules to a single port | 19:44 |
mestery | claudiub|2: My suggestion to you is to file a bug for this so we can look at this optimization. I'd like kevinbenton and ajo to take a peek at your suggestoin, and a bug may be the best way to continue the discussion. | 19:44 |
*** slaweq has quit IRC | 19:45 | |
claudiub|2 | 5 seconds is a lot, when created ports are ~ around hundreds. | 19:45 |
*** shoutm has quit IRC | 19:46 | |
*** sdake_ has joined #openstack-neutron | 19:46 | |
claudiub|2 | mestery: sure. I can report that bug. at the moment, I was thinking about doing this at the neutron-hyperv-agent level: check if a /32 rule would be redundant to add, if there already is a /24 or whatever rule that covers that | 19:47 |
claudiub|2 | mestery: ofcourse, while also being careful on what rules are removed, especially the mentioned /24 rules or so. | 19:48 |
mestery | claudiub|2: I can see why you'd want to do that, but I imagine you'd run into problems if someone changes a SG rule in such a way that you then need to re-calculate and explode out a /24 into /32 for example. | 19:48 |
*** mlavalle has quit IRC | 19:48 | |
*** sdake has quit IRC | 19:50 | |
claudiub|2 | mestery: true. but at the moment, we are being bombarded with +1 sg rule for each new port created, which must be added to all the existing ports. If the /24 would be removed and the /32 ones would have to be added, we can add them in bulk, which performs a loot better, from what i've experimented with. | 19:51 |
*** rtheis has quit IRC | 19:51 | |
mestery | claudiub|2: Fair point, just trying to think about edge cases with the optimization you've proposed | 19:51 |
*** mza- has quit IRC | 19:56 | |
*** mza- has joined #openstack-neutron | 19:56 | |
*** yamamoto_ has quit IRC | 19:57 | |
*** paul has quit IRC | 19:58 | |
*** paul has joined #openstack-neutron | 19:58 | |
*** Piet has quit IRC | 19:59 | |
*** tbachman has quit IRC | 20:01 | |
*** johnbelamaric1 has joined #openstack-neutron | 20:01 | |
mriedem | can anyone explain why this doesn't result in a test failure? http://logs.openstack.org/20/195820/11/gate/gate-tempest-dsvm-neutron-full/35f6716/logs/screen-q-svc.txt.gz?level=TRACE#_2015-09-11_16_36_07_813 | 20:02 |
*** yamamoto has joined #openstack-neutron | 20:03 | |
*** yamamoto has quit IRC | 20:03 | |
mriedem | i'm assuming there is some rpc cast going on there and whatever initiated the cast doesn't care about the results | 20:03 |
kevinbenton | claudiub|2: ping | 20:03 |
claudiub|2 | kevinbenton: hi | 20:03 |
*** johnbelamaric has quit IRC | 20:03 | |
*** dkehn has quit IRC | 20:04 | |
kevinbenton | claudiub|2: i don't quite follow how cidr summarization will help with the incremental port additions | 20:04 |
kevinbenton | claudiub|2: each time a port is added, you will still need to update all existing ports with a CIDR | 20:04 |
*** dkehn has joined #openstack-neutron | 20:05 | |
claudiub|2 | kevinbenton: if a new port is added, then a new security group rule with a /32 is created, right? Well, that rule would be redundant, if there is another rule that already covers that, like a /24 | 20:05 |
Swami | mriedem: Yes all the tests have passed but we still see a DBDeadlock error. | 20:05 |
claudiub|2 | kevinbenton: for example, the 10.0.0.5/32 rule is redundant, if the 10.0.0.0/24 already exists, right? | 20:06 |
*** mwagner_lap has quit IRC | 20:06 | |
*** y_sawai_ has quit IRC | 20:06 | |
kevinbenton | claudiub|2: so your existing rules are going to have holes allowing extra traffic then? | 20:07 |
*** nlahouti has joined #openstack-neutron | 20:07 | |
kevinbenton | claudiub|2: you would have to be sure your /24 isn't allowing something else | 20:07 |
HenryG | mriedem: we retry on db errors. That looks like a create, so: https://github.com/openstack/neutron/blob/master/neutron/api/v2/base.py#L403 | 20:10 |
*** sridhar_ram has joined #openstack-neutron | 20:10 | |
claudiub|2 | kevinbenton: that may be true. but that doesn't mean that users can't add security group rules with a /24. | 20:10 |
*** banix has joined #openstack-neutron | 20:12 | |
claudiub|2 | kevinbenton: so, what I'm suggesting, if there already exists a, let's say a /24 rule, not to add the /32 ones. I'm perfectly fine with /32 rules if there aren't any other more general rule, I understand the need for them. | 20:13 |
*** rushil has joined #openstack-neutron | 20:13 | |
kevinbenton | claudiub|2: what do you mean? are you exploding out an allow rule for a /24 into /32s? | 20:13 |
*** jbell8 has quit IRC | 20:15 | |
*** tflynn has quit IRC | 20:15 | |
*** y_sawai has joined #openstack-neutron | 20:16 | |
*** tbachman has joined #openstack-neutron | 20:16 | |
mriedem | HenryG: how are we getting from https://github.com/openstack/neutron/blob/master/neutron/api/v2/base.py#L403 to File "/opt/stack/new/neutron/neutron/db/l3_db.py", line 181, in create_router though? | 20:17 |
mriedem | there are then multiple retry on db errors going on here | 20:17 |
mriedem | because File "/opt/stack/new/neutron/neutron/plugins/ml2/plugin.py", line 1031, in create_port has it's own | 20:18 |
*** jwy has quit IRC | 20:18 | |
*** dave-mccowan has quit IRC | 20:18 | |
claudiub|2 | kevinbenton: no, I'm saying that instead of adding hundreds of /32 security group rules, it's easier to add a /24 one instead. If I have created a security group that has a 10.0.0.0/24 rule, I don't want to have to add the other hundreds of 10.0.0.X/32 security group rules. | 20:18 |
mriedem | https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/plugin.py#L1027 | 20:18 |
claudiub|2 | kevinbenton: in the end, I'm looking for a way to not have to spend an abysmal amount of time processing and applying too fined grained security group rules. | 20:19 |
claudiub|2 | kevinbenton: because at the moment, it limits how much we can scale our networks while having security groups enabled. | 20:21 |
*** cdl has joined #openstack-neutron | 20:21 | |
claudiub|2 | mestery: can you take a look at this spec? there are some new replies on it: https://review.openstack.org/#/c/89712/ | 20:23 |
HenryG | mriedem: I tend to get lost when trying follow router code. :( Maybe carl_baldwin or amuller can help | 20:24 |
*** armax has quit IRC | 20:25 | |
mriedem | :( | 20:27 |
mriedem | this is like 100 times worse than tracing cells in nova | 20:27 |
*** alex_xu has quit IRC | 20:27 | |
mestery | claudiub|2: done | 20:27 |
kevinbenton | claudiub|2: i see. no ipsets in hyperv i take it? | 20:28 |
claudiub|2 | kevinbenton: nope | 20:28 |
kevinbenton | mriedem: i'm working on it. you just want the traces to stop on deadlocks, right? | 20:29 |
*** armax has joined #openstack-neutron | 20:29 | |
mriedem | kevinbenton: well, if i wanted that, i could just add retry_on_deadlock=True to https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/plugin.py#L1027 | 20:29 |
claudiub|2 | mestery: thanks. shouldn't the spec be un-abandoned, since it has some value? | 20:29 |
mestery | claudiub|2: Indeed, but it would need an owner | 20:29 |
mriedem | kevinbenton: i'm more wondering now why there are no test failures associated with that port create failure | 20:30 |
claudiub|2 | mestery: I guess that's true | 20:30 |
*** alex_xu has joined #openstack-neutron | 20:30 | |
kevinbenton | mriedem: well did it completely fail or did the decorator do it's job? | 20:30 |
*** salv-orlando has quit IRC | 20:30 | |
mriedem | kevinbenton: according to http://logs.openstack.org/20/195820/11/gate/gate-tempest-dsvm-neutron-full/35f6716/logs/screen-q-svc.txt.gz?level=TRACE#_2015-09-11_16_36_07_813 it failed | 20:30 |
* kevinbenton looking | 20:31 | |
mriedem | but whatever was calling File "/opt/stack/new/neutron/neutron/db/l3_db.py", line 181, in create_router didn't care | 20:31 |
mriedem | i'm assuming there was a cast to File "/opt/stack/new/neutron/neutron/db/l3_db.py", line 181, in create_router | 20:31 |
*** salv-orlando has joined #openstack-neutron | 20:31 | |
claudiub|2 | mestery: well, we can take ownership | 20:31 |
mestery | claudiub|2: Most cool! | 20:31 |
claudiub|2 | :) | 20:31 |
kevinbenton | claudiub|2: i'm happy with any optimizations you come up with to SG as long as it's not allowing extra stuff | 20:32 |
*** jwy has joined #openstack-neutron | 20:32 | |
claudiub|2 | kevinbenton: ok, ty. :) | 20:33 |
*** bradjones is now known as bradjones|away | 20:33 | |
kevinbenton | claudiub|2, mestery: miguel ajo already has that IIRC | 20:33 |
kevinbenton | the OVS stuff | 20:33 |
kevinbenton | firewall | 20:33 |
mestery | kevinbenton: Hopefully he takes over that spec then, but you're right, I believe he's on that | 20:33 |
kevinbenton | somewhere he has a POC | 20:33 |
claudiub|2 | oh, cool then, sounds great then. :) | 20:34 |
kevinbenton | i would ping him and see what the status was. IIRC he was just waiting on the kernel support | 20:34 |
*** tiswanso has quit IRC | 20:35 | |
*** lindycoder has joined #openstack-neutron | 20:35 | |
*** achanda has joined #openstack-neutron | 20:35 | |
kevinbenton | mriedem: this is strange. i wonder if there is a test creating unused resources | 20:38 |
*** apuimedo has joined #openstack-neutron | 20:40 | |
mriedem | kevinbenton: An exception occurred while creating the router: {u'router': {u'name': u'tempest-UsersV3TestJSON-381721188-router', u'admin_state_up': True, u'tenant_id': u'a5d12a75ed93402eae8bcc1da797c605', 'distributed': False, 'ha': False}} | 20:41 |
mriedem | u'name': u'tempest-UsersV3TestJSON-381721188-router' | 20:41 |
mriedem | would seem to indicate it's somehow coming from a keystone v3 API test in tempest? | 20:42 |
mriedem | which makes no sense | 20:42 |
kevinbenton | mriedem: yeah, maybe some base "setup resources" being called unnecessarily | 20:42 |
mriedem | i'm looking | 20:42 |
kevinbenton | mriedem: however, this l3 code isn't deadlock safe so it needs to be fixed | 20:42 |
mriedem | you mean just adding retry_on_deadlock=True in that one spot/ | 20:43 |
mriedem | ? | 20:43 |
*** tkatarki has quit IRC | 20:43 | |
kevinbenton | mriedem: this commit added that exception catch | 20:44 |
mriedem | mtreinish: does the tempest base test class setup any networking stuff by default regardless of whether or not the tests are going to use them, like keystone tests? | 20:44 |
kevinbenton | mriedem: https://github.com/openstack/neutron/commit/622dea818d851224a43d5276a81d5ce8a6eebb76 | 20:44 |
kevinbenton | mriedem: i'm not sure | 20:44 |
kevinbenton | mriedem: so the general retry protection for deadlocks we have at the API layer no longer helps there | 20:44 |
openstackgerrit | Ryan Tidwell proposed openstack/neutron: [WIP] Add BGP Speaker Service Plugin RPC Calls https://review.openstack.org/216994 | 20:44 |
openstackgerrit | Ryan Tidwell proposed openstack/neutron: BGP Dynamic Routing: introduce driver https://review.openstack.org/207635 | 20:44 |
openstackgerrit | Ryan Tidwell proposed openstack/neutron: BGP Dynamic Routing: introduce entities and model https://review.openstack.org/201621 | 20:44 |
openstackgerrit | Ryan Tidwell proposed openstack/neutron: BGP Dynamic Routing: introduce dragent scheduler model https://review.openstack.org/207607 | 20:44 |
openstackgerrit | Ryan Tidwell proposed openstack/neutron: BGP Dynamic Routing: introduce BgpDrAgent https://review.openstack.org/207625 | 20:44 |
mriedem | kevinbenton: well, despite the neutron change, the retry decorator in oslo.db will log the exception if it's unexpected | 20:44 |
kevinbenton | mriedem: yes, that one around create_port was also recently added | 20:45 |
mtreinish | mriedem: the tests will create a network, subnet, and router unless you tell it not to | 20:45 |
mriedem | mtreinish: ah, ok | 20:45 |
kevinbenton | mriedem: the protection at the api layer has expectation of deadlocks | 20:45 |
mtreinish | I think the keystone api tests probably tell it not to in the base class | 20:45 |
kevinbenton | mriedem: i need to see why that decorator was added in ML2 | 20:46 |
kevinbenton | mriedem: i'm guessing to cover to RPC corner case | 20:46 |
mriedem | mtreinish: appears not: | 20:46 |
mriedem | An exception occurred while creating the router: {u'router': {u'name': u'tempest-UsersV3TestJSON-381721188-router', u'admin_state_up': True, u'tenant_id': u'a5d12a75ed93402eae8bcc1da797c605', 'distributed': False, 'ha': False}} | 20:46 |
mtreinish | mriedem: oh, well thats easily fixed | 20:47 |
mtreinish | although I'm not sure why that would cause a problem it just makes extra resources and then tears them down | 20:47 |
*** y_sawai has quit IRC | 20:47 | |
kevinbenton | mtreinish: this is a neutron bug | 20:47 |
kevinbenton | mtreinish: we've essentially lost our deadlock protection on routers | 20:48 |
kevinbenton | mtreinish: i'm working on that bit | 20:48 |
kevinbenton | mtreinish: i wouldn't mind if tempest kept creating resources :) | 20:48 |
kevinbenton | mtreinish: just to hold neutron's feet to the fire | 20:48 |
mtreinish | kevinbenton: heh, historically the reason we had to add the ability to turn off the automatic creation is because it used to crash neutron | 20:49 |
mtreinish | we generated too many calls and everything fell apart | 20:49 |
mtreinish | this is pre-icehouse | 20:49 |
*** Sukhdev_ has quit IRC | 20:49 | |
*** armax has quit IRC | 20:49 | |
kevinbenton | mtreinish: right | 20:50 |
kevinbenton | mtreinish, mriedem: let me push up a couple of neutron patches | 20:50 |
*** zzzeek has quit IRC | 20:50 | |
mriedem | http://i.imgur.com/ES6sP.jpg | 20:51 |
leitan | guys, is there any ways to pinpoint a router to be scheduled on specific agents ? | 20:52 |
*** rushil has quit IRC | 20:52 | |
*** rushil has joined #openstack-neutron | 20:52 | |
leitan | for example to force an ha router not to be created on a dvr agent | 20:53 |
leitan | and send it to a legacy agent | 20:53 |
*** abhiraut has joined #openstack-neutron | 20:54 | |
*** SumitNaiksatam has quit IRC | 20:59 | |
*** lascii is now known as alaski | 21:01 | |
*** cdl has left #openstack-neutron | 21:02 | |
*** flaviof has joined #openstack-neutron | 21:03 | |
*** SumitNaiksatam has joined #openstack-neutron | 21:03 | |
*** tiny-hands has quit IRC | 21:03 | |
*** yamamoto has joined #openstack-neutron | 21:03 | |
*** cdl has joined #openstack-neutron | 21:03 | |
*** cdl has left #openstack-neutron | 21:04 | |
*** mkolesni has joined #openstack-neutron | 21:06 | |
*** dmartls1 has quit IRC | 21:06 | |
*** thorst has quit IRC | 21:07 | |
*** ronis has quit IRC | 21:07 | |
*** achanda has quit IRC | 21:07 | |
*** thumpba has quit IRC | 21:07 | |
*** Piet has joined #openstack-neutron | 21:08 | |
*** cdl has joined #openstack-neutron | 21:08 | |
*** arajagopal has joined #openstack-neutron | 21:08 | |
*** yamamoto has quit IRC | 21:09 | |
*** pradk has quit IRC | 21:10 | |
*** blogan__ is now known as blogan_ | 21:10 | |
*** pradk has joined #openstack-neutron | 21:10 | |
*** sridhar_ram has quit IRC | 21:12 | |
*** slaweq has joined #openstack-neutron | 21:13 | |
kevinbenton | mriedem: interestingly that might not actually be a failure. aftering logging that exception, it will have reraised and then the normal deadlock catch will have caught it and retried | 21:15 |
kevinbenton | mriedem: which would explain why it didn't make tempest puke | 21:15 |
kevinbenton | mriedem: http://logs.openstack.org/20/195820/11/gate/gate-tempest-dsvm-neutron-full/35f6716/logs/screen-q-svc.txt.gz#_2015-09-11_16_36_08_035 | 21:15 |
kevinbenton | mriedem: that log line is it retrying | 21:15 |
kevinbenton | mriedem: so i just need to clean up this noise | 21:15 |
mriedem | that's fun | 21:16 |
mriedem | seems you could also just pass retry_on_deadlock=True in File "/opt/stack/new/neutron/neutron/plugins/ml2/plugin.py", line 1031, in create_port | 21:16 |
mriedem | where it's already doing retry_on_request | 21:16 |
mriedem | i'm not actually sure what retry_on_request actually does, the oslo.db internals didn't make it obvious to me | 21:17 |
anteaya | dougwig: ping your email is offering errors | 21:17 |
dougwig | anteaya: which email? i put the wrong one in the qa sprint wiki, it's now corrected. | 21:18 |
anteaya | dougwig: mtreinish sent out an email about the qa sprint next week and I replied and your email sent an error | 21:18 |
mtreinish | anteaya: yeah I had to resend it to him, dougwig used the wrong address on the wiki | 21:18 |
*** tbachman has quit IRC | 21:18 | |
anteaya | dougwig: boooo | 21:18 |
anteaya | dougwig: did you get that one? | 21:20 |
*** slaweq has quit IRC | 21:20 | |
kevinbenton | mestery: ping | 21:21 |
anteaya | I forwarded | 21:21 |
mestery | kevinbenton: pongalongdingdong | 21:21 |
kevinbenton | mestery: just seeing if you're paying attention :) | 21:21 |
mestery | kevinbenton: For you, I'm always there. Always on :) | 21:21 |
kevinbenton | mestery: will have two patches shortly up to adjust that logging junk | 21:22 |
mestery | kevinbenton: you rock | 21:22 |
regXboi | which logging junk is that? | 21:24 |
*** flaviof has quit IRC | 21:24 | |
*** mkolesni has quit IRC | 21:24 | |
*** flaviof has joined #openstack-neutron | 21:25 | |
*** mkolesni has joined #openstack-neutron | 21:25 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Remove retry decorators added to ML2 plugin https://review.openstack.org/222776 | 21:25 |
openstackgerrit | Kevin Benton proposed openstack/neutron: Don't log deadlock or retry exceptions in L3 DB https://review.openstack.org/222777 | 21:25 |
kevinbenton | mestery, regXboi: ^^ | 21:25 |
mestery | kevinbenton: I'm on it like lice on a kindergartner's head | 21:25 |
regXboi | kevinbenton: ack | 21:25 |
kevinbenton | mestery: :D | 21:26 |
mestery | kevinbenton: As always, you've done an eximplemary job. It's so good, my spell checker can't figure out how to correctly spell exlipmeary for me. | 21:27 |
kevinbenton | HenryG: can you check out those patches as well? | 21:28 |
HenryG | kevinbenton: yes | 21:29 |
*** cdl has left #openstack-neutron | 21:29 | |
*** blogan_ has quit IRC | 21:29 | |
*** arajagopal has quit IRC | 21:29 | |
*** Sukhdev_ has joined #openstack-neutron | 21:31 | |
*** blogan_ has joined #openstack-neutron | 21:32 | |
*** slaweq has joined #openstack-neutron | 21:32 | |
*** lindycoder has quit IRC | 21:34 | |
*** aix has joined #openstack-neutron | 21:37 | |
*** slaweq has quit IRC | 21:38 | |
*** TrevorV|Home has quit IRC | 21:39 | |
*** thorst has joined #openstack-neutron | 21:41 | |
regXboi | mestery: https://bugs.launchpad.net/neutron/+bug/1494958 | 21:43 |
openstack | Launchpad bug 1494958 in neutron "router_info _process_internal_ports execution time is O(n)" [Undecided,New] | 21:43 |
HenryG | kevinbenton: some initial comments for now. I have to go afk for a bit, back later | 21:43 |
*** mriedem has quit IRC | 21:44 | |
openstackgerrit | Salvatore Orlando proposed openstack/neutron: Restore reservations in API controller https://review.openstack.org/214660 | 21:44 |
openstackgerrit | Salvatore Orlando proposed openstack/neutron: Reservations: Don't count usage if resource is unlimited https://review.openstack.org/218375 | 21:44 |
regXboi | mestery: https://bugs.launchpad.net/neutron/+bug/1494959 | 21:45 |
openstack | Launchpad bug 1494959 in neutron "router_info new_ports loop execution time is O(n)" [Undecided,New] | 21:45 |
openstackgerrit | Merged openstack/neutron: Add list routes https://review.openstack.org/218479 | 21:46 |
*** aix has quit IRC | 21:46 | |
openstackgerrit | Merged openstack/neutron: Make ip address optional to add_route and delete_route https://review.openstack.org/219375 | 21:46 |
openstackgerrit | Kevin Benton proposed openstack/neutron: Don't log deadlock or retry exceptions in L3 DB https://review.openstack.org/222777 | 21:50 |
*** sridhar_ram has joined #openstack-neutron | 21:50 | |
*** tiswanso has joined #openstack-neutron | 21:51 | |
kevinbenton | regXboi: banix ran into that I believe as well | 21:51 |
kevinbenton | regXboi: or at least i'm guessing it's the same issue | 21:51 |
regXboi | kevinbenton: yes, I'm breaking banix's issue into it's component parts | 21:51 |
regXboi | or starting to I should say | 21:52 |
kevinbenton | regXboi: ok. cool | 21:52 |
regXboi | there's another bug that I didn't file that is also related | 21:52 |
regXboi | https://bugs.launchpad.net/neutron/+bug/1492456 | 21:53 |
openstack | Launchpad bug 1492456 in neutron "cProfile - fix Security Groups hotfunctions" [High,Triaged] - Assigned to Miguel Angel Ajo (mangelajo) | 21:53 |
regXboi | kevinbenton: there will likely be more - that's the ones I've run to ground so far | 21:53 |
banix | kevinbenton: yes | 21:53 |
regXboi | banix: in addition to those two, there are also these: | 21:54 |
regXboi | https://bugs.launchpad.net/neutron/+bug/1494961 | 21:54 |
openstack | Launchpad bug 1494961 in neutron "router_info's _get_existing_devices execution time is O(n)" [Undecided,New] | 21:54 |
regXboi | https://bugs.launchpad.net/neutron/+bug/1494963 | 21:54 |
openstack | Launchpad bug 1494963 in neutron "router_info process_floating_ip_addresses execution time is O(n)" [Undecided,New] | 21:54 |
kevinbenton | HenryG: actually that wasn't necessary. this is the only one that should be needed https://review.openstack.org/#/c/222777/ | 21:54 |
*** tiswanso has quit IRC | 21:55 | |
banix | regXboi: Thanks for filing the bugs and digging through them | 21:56 |
regXboi | banix: I suspect there will be more - I've only looked at a small piece of the assembly process so far | 21:56 |
*** kbringard has quit IRC | 21:56 | |
*** linkmark has quit IRC | 21:57 | |
*** leitan has quit IRC | 21:58 | |
banix | regXboi: I am sure there will be more but this is a great start | 21:59 |
*** mwagner_lap has joined #openstack-neutron | 22:00 | |
haleyb | regXboi: i think the iptables manager slowdown was fixed, just updated bug | 22:00 |
regXboi | haleyb: ack | 22:01 |
*** daneyon has quit IRC | 22:01 | |
*** ivar-lazzaro has joined #openstack-neutron | 22:02 | |
*** sridhar_ram has quit IRC | 22:03 | |
*** sridhar_ram has joined #openstack-neutron | 22:04 | |
*** edmondsw has quit IRC | 22:05 | |
regXboi | haleyb: my tests were with latest liberty | 22:06 |
regXboi | and I'm still seeing O(n) in iptables | 22:06 |
regXboi | haleyb: let me double verify that | 22:06 |
*** ivar-lazzaro has quit IRC | 22:07 | |
*** ivar-lazzaro has joined #openstack-neutron | 22:07 | |
*** achanda has joined #openstack-neutron | 22:08 | |
*** saksham has joined #openstack-neutron | 22:10 | |
regXboi | haleyb: that code doesn't look anything like what I'm seeing on tip of tree | 22:11 |
regXboi | there is a more recent patch that changes the _find_last method | 22:11 |
*** flaviof has quit IRC | 22:12 | |
*** achanda has quit IRC | 22:13 | |
*** mkolesni has quit IRC | 22:15 | |
*** aranjan has quit IRC | 22:15 | |
*** aranjan has joined #openstack-neutron | 22:16 | |
*** emagana has quit IRC | 22:17 | |
*** cdl has joined #openstack-neutron | 22:18 | |
*** cdl has left #openstack-neutron | 22:18 | |
openstackgerrit | Merged openstack/neutron: ovs: don't use ARP responder for IPv6 addresses https://review.openstack.org/222206 | 22:19 |
haleyb | regXboi: that was just what i found in my email, there were other changes as well | 22:21 |
*** tiswanso has joined #openstack-neutron | 22:22 | |
*** mickeys has quit IRC | 22:22 | |
haleyb | regXboi: ah yes, kevinbenton 's dictionary change right near the same time should have helped, strange it is so slow (again) | 22:24 |
regXboi | haleyb: I'm not saying that it is as slow as it was | 22:26 |
haleyb | :) | 22:26 |
regXboi | haleyb: I'm saying that it is still O(n) | 22:26 |
regXboi | I'm trying to get it to O(1) | 22:26 |
*** tiswanso has quit IRC | 22:26 | |
Swami | carl_baldwin: ping | 22:27 |
carl_baldwin | Swami: pong | 22:27 |
kevinbenton | regXboi: something must have regressed. once i got the fix in, the speed of iptables-restore what the bottlneck by a wide margin | 22:28 |
*** ivar-lazzaro has quit IRC | 22:28 | |
Swami | carl_baldwin: you had a comment on one of my patch asking about the 'admin_context' | 22:28 |
regXboi | kevinbenton: that's very possible :) | 22:28 |
*** aranjan has quit IRC | 22:28 | |
*** aranjan has joined #openstack-neutron | 22:28 | |
carl_baldwin | Swami: yes | 22:28 |
*** aranjan has quit IRC | 22:29 | |
regXboi | ok folks - I'm out - I will see those of you that will be in Ft. Collins on Monday | 22:29 |
Swami | carl_baldwin: This function call is coming from the agent through rpc. This "delet_agent_gateway_port" is an rpc function that inturn calls "delete_floatingip_agent_gateway_port". | 22:29 |
*** regXboi has quit IRC | 22:29 | |
carl_baldwin | Swami: I guess I thought those were called in admin context already. Are they not? | 22:29 |
Swami | carl_baldwin: only when a call is directly made to "delete_floatingip_agent_gateway_port" from the l3_dvr_db, then they are called with admin context. | 22:30 |
Swami | carl_baldwin: #link https://github.com/openstack/neutron/blob/master/neutron/db/l3_dvr_db.py#L173 | 22:32 |
-openstackstatus- NOTICE: 30 minute warning, Gerrit will be offline from 23:00 to 23:30 UTC while some projects are renamed http://lists.openstack.org/pipermail/openstack-dev/2015-September/074235.html | 22:32 | |
Swami | carl_baldwin: when called from L173 you would expect it to be called with context.elevated. | 22:32 |
*** aranjan has joined #openstack-neutron | 22:32 | |
banix | kevinbenton: here is the bug I had promissed to file a couple of days ago: https://bugs.launchpad.net/neutron/+bug/1494975 I referenced the bugs filed by regXboi which show possibly scalability issues related to some of the operations involved in my test | 22:34 |
openstack | Launchpad bug 1494975 in neutron "Increase in time when a floating IP becomes operational" [Undecided,New] | 22:34 |
*** blogan__ has joined #openstack-neutron | 22:36 | |
carl_baldwin | Swami: ok | 22:36 |
Swami | carl_baldwin: thanks | 22:36 |
*** john-davidge has joined #openstack-neutron | 22:37 | |
*** baoli has quit IRC | 22:38 | |
*** blogan_ has quit IRC | 22:38 | |
*** blogan__ has quit IRC | 22:41 | |
*** dannywilson has quit IRC | 22:44 | |
*** john-davidge has quit IRC | 22:45 | |
*** Sukhdev has quit IRC | 22:49 | |
anteaya | rossella_s: I hope your talk goes well! https://mitakadesignsummit.sched.org/event/7b3d77a77931982a4437a944d00ac521?iframe=no&w=i:100;&sidebar=yes&bg=no#.VfNUybMnFz0 | 22:49 |
*** ivar-lazzaro has joined #openstack-neutron | 22:50 | |
*** aranjan has quit IRC | 23:00 | |
-openstackstatus- NOTICE: Gerrit is offline from 23:00 to 23:30 UTC while some projects are renamed. http://lists.openstack.org/pipermail/openstack-dev/2015-September/074235.html | 23:03 | |
*** ChanServ changes topic to "Gerrit is offline from 23:00 to 23:30 UTC while some projects are renamed. http://lists.openstack.org/pipermail/openstack-dev/2015-September/074235.html" | 23:03 | |
*** rex_lee has quit IRC | 23:03 | |
*** xgerman has quit IRC | 23:03 | |
*** jlvillal has quit IRC | 23:03 | |
*** sweston has quit IRC | 23:04 | |
*** cgoncalves has quit IRC | 23:04 | |
*** ondergetekende has quit IRC | 23:04 | |
*** ondergetekende has joined #openstack-neutron | 23:05 | |
*** cgoncalves has joined #openstack-neutron | 23:05 | |
*** dimsum__ has quit IRC | 23:05 | |
*** dims_ has joined #openstack-neutron | 23:06 | |
*** carl_baldwin has quit IRC | 23:06 | |
*** rpothier has quit IRC | 23:08 | |
*** ivar-lazzaro has quit IRC | 23:09 | |
*** rex_lee has joined #openstack-neutron | 23:09 | |
*** jbell8 has joined #openstack-neutron | 23:09 | |
*** sweston has joined #openstack-neutron | 23:09 | |
*** ivar-lazzaro has joined #openstack-neutron | 23:09 | |
*** sdake has joined #openstack-neutron | 23:10 | |
*** rushil has quit IRC | 23:12 | |
*** achanda has joined #openstack-neutron | 23:12 | |
*** ivar-lazzaro has quit IRC | 23:13 | |
*** sdake_ has quit IRC | 23:14 | |
*** tongli has quit IRC | 23:14 | |
*** dims_ has quit IRC | 23:16 | |
*** markvoelker has quit IRC | 23:19 | |
*** zhangjn has joined #openstack-neutron | 23:20 | |
*** abhiraut has quit IRC | 23:21 | |
*** achanda has quit IRC | 23:21 | |
*** dr_gogeta86 has quit IRC | 23:22 | |
*** dimsum__ has joined #openstack-neutron | 23:24 | |
*** tflynn has joined #openstack-neutron | 23:24 | |
HenryG | kevinbenton: should we still try to clean up the retry decorators at some point (in M)? | 23:26 |
*** zhangjn has quit IRC | 23:26 | |
*** zhangjn has joined #openstack-neutron | 23:27 | |
*** jbell8 has quit IRC | 23:27 | |
*** Sukhdev has joined #openstack-neutron | 23:29 | |
*** Sukhdev_ has quit IRC | 23:31 | |
*** zhangjn has quit IRC | 23:32 | |
*** achanda has joined #openstack-neutron | 23:32 | |
*** Sukhdev_ has joined #openstack-neutron | 23:33 | |
*** abhiraut has joined #openstack-neutron | 23:33 | |
*** madhu_ak has quit IRC | 23:35 | |
*** achanda_ has joined #openstack-neutron | 23:35 | |
*** achanda has quit IRC | 23:36 | |
*** ChanServ changes topic to "Discussion of OpenStack Networking || for support join #openstack" | 23:39 | |
*** shivrao has quit IRC | 23:39 | |
*** zhangjn has joined #openstack-neutron | 23:42 | |
*** zhangjn has quit IRC | 23:43 | |
*** slaweq has joined #openstack-neutron | 23:45 | |
*** achanda_ has quit IRC | 23:46 | |
*** openstackgerrit has quit IRC | 23:46 | |
*** openstackgerrit has joined #openstack-neutron | 23:47 | |
*** rushil has joined #openstack-neutron | 23:48 | |
*** banix has quit IRC | 23:49 | |
*** nlahouti has quit IRC | 23:55 | |
*** johnbelamaric1 has quit IRC | 23:56 | |
*** kbyrne has quit IRC | 23:58 | |
*** tflynn_ has joined #openstack-neutron | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!