*** xgerman has quit IRC | 00:01 | |
marun | HenryG: it pays to read the list :) | 00:02 |
---|---|---|
kevinbenton | armax: ping re your bug | 00:04 |
armax | kevinbenton: shoot | 00:04 |
kevinbenton | armax: that stack trace references line 1461 in l3_agent.py | 00:04 |
kevinbenton | armax: which seems a bit long compared to master | 00:05 |
armax | yes, unless I messed up with copy and paste | 00:05 |
kevinbenton | armax: https://github.com/openstack/neutron/blob/master/neutron/agent/l3_agent.py | 00:05 |
armax | oh right | 00:05 |
kevinbenton | armax: working on dvr stuff? | 00:05 |
armax | kevinbenton: I think mine was a stacktrace with the dvr changes in | 00:05 |
kevinbenton | armax: do you have the stuff a little further before the stacktrace? | 00:07 |
*** chuckC has quit IRC | 00:07 | |
kevinbenton | armax: it does look like master is susceptible assuming an exception is thrown in the plugin_rpc.get_routers() call | 00:07 |
*** yamamoto has joined #openstack-neutron | 00:07 | |
armax | kevinbenton: I think the problems has been introduced by this patch: | 00:08 |
armax | https://review.openstack.org/#/c/30988 | 00:08 |
armax | kevinbenton: prior to this change there was no chance that routers was going to be used duing an exception | 00:08 |
armax | kevinbenton: one always assumes the worst | 00:09 |
armax | :) | 00:09 |
kevinbenton | armax: i’m not following. the prior code caught Exceptions | 00:10 |
kevinbenton | armax: and continued | 00:10 |
kevinbenton | armax: so it looks possible to me | 00:10 |
armax | what looks possible? | 00:10 |
armax | kevinbenton: I am not sure I understand what you’re getting at | 00:10 |
openstackgerrit | Maru Newby proposed a change to openstack/neutron: Fix OVSBridge.get_port_ofport to handle empty output https://review.openstack.org/104028 | 00:10 |
openstackgerrit | Maru Newby proposed a change to openstack/neutron: Allow setting a rootwrap cmd for functional tests https://review.openstack.org/104029 | 00:10 |
kevinbenton | armax: even before that patch, plugin_rpc.get_routers() could raise | 00:10 |
armax | kevinbenton: correct | 00:11 |
kevinbenton | armax: and routers would be unbound | 00:11 |
armax | but routers wouldn’t be touched though | 00:11 |
*** ranger81 has quit IRC | 00:11 | |
armax | as the method returned | 00:11 |
marun | armax: if you have the time, would appreciate getting the functional job fixed: https://review.openstack.org/#/q/status:open+project:openstack/neutron+branch:master+topic:bug/1336172,n,z | 00:11 |
kevinbenton | armax: no, it doesn’t return | 00:11 |
armax | it did | 00:11 |
kevinbenton | armax: oh sorry | 00:11 |
*** ranger81 has joined #openstack-neutron | 00:11 | |
kevinbenton | armax: it didn’t delete before | 00:11 |
armax | marun: will do | 00:11 |
armax | kevinbenton: righ | 00:11 |
armax | t | 00:11 |
kevinbenton | armax: i see | 00:11 |
armax | kevinbenton: all good? | 00:12 |
kevinbenton | armax: yeah | 00:12 |
armax | kevinbenton: shall I reword the bug report? | 00:12 |
kevinbenton | armax: no no. go ahead with what you were doing. i was just trying to figure out what was going on there | 00:12 |
armax | kevinbenton: no worries, I’ll be more descriptive next time | 00:13 |
*** ajo|mac_ has quit IRC | 00:13 | |
openstackgerrit | YAMAMOTO Takashi proposed a change to openstack/neutron: OVS agent: fix a comment on CANARY_TABLE https://review.openstack.org/103701 | 00:14 |
openstackgerrit | nlahouti proposed a change to openstack/neutron: Cisco DFA ML2 Mechanism Driver https://review.openstack.org/103281 | 00:15 |
*** ranger81 has quit IRC | 00:15 | |
*** WackoRobie has joined #openstack-neutron | 00:22 | |
*** tomoe_ has quit IRC | 00:23 | |
*** dims__ has quit IRC | 00:25 | |
*** xarses has quit IRC | 00:26 | |
*** regXboi has quit IRC | 00:26 | |
*** WackoRobie has quit IRC | 00:27 | |
*** a_le_ has quit IRC | 00:31 | |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: Fix UnboundLocalError raised during L3 router sync task https://review.openstack.org/104006 | 00:35 |
*** banix has joined #openstack-neutron | 00:35 | |
*** Salec has joined #openstack-neutron | 00:36 | |
gus | kevinbenton: if you were curious, unsetting PIP_INDEX_URL fixed it. It seems my pypi mirror has cached a poisonous combination of oslo packages (?) | 00:39 |
Salec | I apologize if this is a silly question. How do you remote into an instance on a tenant network that doesn't have an associated external IP address? | 00:39 |
Salec | is that even possible? | 00:39 |
*** nlahouti_ has quit IRC | 00:39 | |
gus | Salec: use one of the vnc/console options. | 00:39 |
gus | (they talk to the hypervisor, iiuc) | 00:40 |
*** banix has quit IRC | 00:40 | |
Salec | I've got the novnc proxy setup, but many of the cloud images require login via keypair. Not quite sure that's possible if I use the novnc browser | 00:40 |
gus | Salec: oh, or have a 'bastion' host that does have an associated external host and access to a private network shared with your instance. | 00:41 |
Salec | are those the only two options? | 00:41 |
gus | some sort of dnat? | 00:41 |
* gus is scraping the barrel now... | 00:42 | |
*** ranger81 has joined #openstack-neutron | 00:42 | |
*** shakamunyi has quit IRC | 00:42 | |
Salec | I was just curious :) I'm in the process of learning all of this in my home lab and realized I got myself in a pickle when I setup a keypair for the ubuntu cloud image but couldn't use vnc | 00:42 |
gus | if you have no networking at all, then the only option is vnc/console afaik. | 00:42 |
*** dims__ has joined #openstack-neutron | 00:43 | |
Salec | well I can ping the tenant's router and I can access the external ip | 00:43 |
*** banix has joined #openstack-neutron | 00:43 | |
Salec | i'm assuming the router is blocking the traffic intentionally, otherwise all VM ips could be externally accessible | 00:43 |
*** jp_at_hp has quit IRC | 00:45 | |
*** ranger81 has quit IRC | 00:46 | |
*** gildub has quit IRC | 00:47 | |
openstackgerrit | Maru Newby proposed a change to openstack/neutron: Add a gate-specific tox env for functional tests https://review.openstack.org/104042 | 00:49 |
openstackgerrit | Maru Newby proposed a change to openstack/neutron: DO NOT MERGE https://review.openstack.org/104043 | 00:49 |
*** diegows has quit IRC | 00:51 | |
marun | HenryG: if you're interested it should be possible to download review 104042 and run 'tox -e gate-functional' successfully on a host that has successfully ran devstack with neutron enabled | 00:53 |
HenryG | marun: cool, I'll give it a whirl | 00:55 |
marun | HenryG: the gate-functional env requires rootwrap to be configured by devstack, as it will be in the upstream gate | 00:56 |
*** a_le has joined #openstack-neutron | 00:56 | |
marun | HenryG: it's still possible to use the functional env with OS_SUDO_TESTING as before | 00:56 |
*** xianghui has joined #openstack-neutron | 00:58 | |
*** a_le has quit IRC | 00:58 | |
HenryG | marun: Neat! Thanks for laying the groundwork here. | 00:59 |
marun | HenryG: I'm kind of confused as to how I could have missed the fact that things were so broken. :/ | 00:59 |
marun | I was pretty sure it was working before but there's no way that could have been true with the sudo restrictions in the gate. | 00:59 |
*** nati_ueno has quit IRC | 00:59 | |
*** shakamunyi has joined #openstack-neutron | 01:00 | |
marun | HenryG: live and learn, I guess. :) | 01:00 |
*** nati_ueno has joined #openstack-neutron | 01:01 | |
HenryG | When things just work you don't learn much IMO. :) | 01:01 |
marun | HenryG: very true | 01:01 |
*** gildub has joined #openstack-neutron | 01:04 | |
*** suresh12 has quit IRC | 01:05 | |
*** suresh12 has joined #openstack-neutron | 01:05 | |
openstackgerrit | IWAMOTO Toshihiro proposed a change to openstack/neutron: Make l3-agent be able to load advanced service drivers https://review.openstack.org/96691 | 01:06 |
openstackgerrit | Subrahmanyam Ongole proposed a change to openstack/python-neutronclient: Group Policy CLI-1: EP, EPG, L2 Policy, L3 Policy https://review.openstack.org/104013 | 01:07 |
*** jp_at_hp has joined #openstack-neutron | 01:08 | |
*** nati_ueno has quit IRC | 01:09 | |
*** nati_ueno has joined #openstack-neutron | 01:10 | |
*** dvorkinista has joined #openstack-neutron | 01:10 | |
*** networkstatic has joined #openstack-neutron | 01:10 | |
*** gildub has quit IRC | 01:10 | |
*** suresh12 has quit IRC | 01:10 | |
*** mitz_ has joined #openstack-neutron | 01:11 | |
*** ranger81 has joined #openstack-neutron | 01:12 | |
*** jp_at_hp has quit IRC | 01:14 | |
*** dvorkinista has quit IRC | 01:15 | |
*** suresh12 has joined #openstack-neutron | 01:15 | |
*** ranger81 has quit IRC | 01:17 | |
*** Sukhdev has quit IRC | 01:20 | |
*** yamamoto has quit IRC | 01:20 | |
*** shakamunyi has quit IRC | 01:20 | |
*** Sukhdev has joined #openstack-neutron | 01:22 | |
*** WackoRobie has joined #openstack-neutron | 01:22 | |
*** tomoe_ has joined #openstack-neutron | 01:22 | |
openstackgerrit | shihanzhang proposed a change to openstack/neutron-specs: Using ipset for security group https://review.openstack.org/100761 | 01:25 |
*** suresh12 has quit IRC | 01:26 | |
*** WackoRobie has quit IRC | 01:27 | |
*** otherwiseguy has quit IRC | 01:27 | |
*** rms_13 has joined #openstack-neutron | 01:27 | |
*** otherwiseguy has joined #openstack-neutron | 01:27 | |
*** suresh12 has joined #openstack-neutron | 01:27 | |
rms_13 | On the latest code I am running into an error while running tox -e pep8: http://paste.openstack.org/show/85286/ | 01:28 |
rms_13 | Any idea? | 01:28 |
*** xarses has joined #openstack-neutron | 01:28 | |
rms_13 | It seem to be relevant to https://github.com/openstack/neutron/commit/8041539ab7b1ef612e89b19d60cdfb4fe4b4d4e8#diff-b91f3d5bd63fcd17221b267e851608e8 and https://github.com/openstack/neutron/commit/14fb3ec932834febd9929f6eefbd1a24236ec5de | 01:32 |
rms_13 | sdague: ping | 01:35 |
HenryG | marun: tox -e gate-functional is not working for me :( | 01:35 |
*** stanzgy has joined #openstack-neutron | 01:35 | |
*** armax has quit IRC | 01:35 | |
HenryG | marun: http://paste.openstack.org/show/85287/ | 01:36 |
rms_13 | anybody else facing issue with tox -e pep8? | 01:39 |
*** yamamoto has joined #openstack-neutron | 01:40 | |
HenryG | rms_13: yes | 01:42 |
rms_13 | HenryG: ok. Now I wonder how come jenkins is happy | 01:43 |
HenryG | rms_13: one sec, looking into it a little ... | 01:43 |
HenryG | rms_13: Your (and my) pep8 virtualenv is stale. Use -r to rebuild it: tox -r -e pep8 | 01:46 |
HenryG | rms_13: jenkins builds a new env from scratch every time | 01:47 |
*** gildub has joined #openstack-neutron | 01:47 | |
marun | HenryG: has devstack installed neutron? | 01:48 |
HenryG | marun: yes | 01:48 |
rms_13 | HenryG: arghh. ya it seems to be doing better. thx | 01:48 |
marun | HenryG: so /usr/local/bin/neutron-rootwrap and /etc/neutron/rootwrap.conf exist? | 01:49 |
HenryG | marun: they sure do | 01:49 |
HenryG | rms_13: HTH | 01:49 |
*** otherwiseguy has quit IRC | 01:51 | |
marun | HenryG: I'd recommend enabling debug logging so you can see the output of utils.execute | 01:51 |
marun | HenryG: It should indicate the full command that is being invoked | 01:52 |
HenryG | marun: DEBUG [neutron.agent.linux.utils] Running command: ['sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf', 'ovsdb-client', 'list-dbs'] | 01:54 |
HenryG | marun: works fine if I run it manually | 01:54 |
marun | HenryG: hmm, it isn't splitting the command up | 01:54 |
marun | HenryG: utils.execute needs to split the root helper string up for it to work | 01:54 |
HenryG | marun: aha! | 01:55 |
marun | HenryG: I'm not sure why that isn't working for you | 01:56 |
marun | HenryG: when i set a breakpoint on neutron.agent.linux.utils.execute(), it does hit the line that splits the root helper into a list | 01:57 |
marun | HenryG: line 43 | 01:57 |
marun | HenryG: can you try inserting breakpoint or pdb statement on line 44 and running: OS_SUDO_TESTING=1 OS_ROOTWRAP_CMD='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' nosetests neutron/tests/functional/ -s | 01:58 |
*** ranger81 has joined #openstack-neutron | 01:58 | |
HenryG | marun: sure thing, give me a couple of minutes ... | 01:59 |
*** evanjfraser has joined #openstack-neutron | 01:59 | |
*** evanjfraser has left #openstack-neutron | 01:59 | |
*** dennis_^^ has joined #openstack-neutron | 02:00 | |
marun | HenryG: I'm seeing a couple of skips in the supposedly fixed job… I wonder why they are passing for me :( | 02:04 |
*** busterswt has quit IRC | 02:05 | |
marun | HenryG: now I'm really confused. there should only be 7 tests, but your test run shows 9 being executed | 02:06 |
*** nati_ueno has quit IRC | 02:07 | |
marun | HenryG: I guess I should try downloading the patches from review | 02:07 |
*** nati_ueno has joined #openstack-neutron | 02:10 | |
*** zhipeng has joined #openstack-neutron | 02:10 | |
*** otherwiseguy has joined #openstack-neutron | 02:12 | |
*** suresh12 has quit IRC | 02:12 | |
*** zhipeng_ has quit IRC | 02:12 | |
*** kakuma has quit IRC | 02:17 | |
*** nati_ueno has quit IRC | 02:21 | |
*** nati_ueno has joined #openstack-neutron | 02:21 | |
*** zhiyan_ is now known as zhiyan | 02:22 | |
*** WackoRobie has joined #openstack-neutron | 02:22 | |
*** nati_ueno has quit IRC | 02:22 | |
*** zhipeng_ has joined #openstack-neutron | 02:23 | |
*** xianghui has quit IRC | 02:24 | |
*** suresh12 has joined #openstack-neutron | 02:24 | |
*** zhipeng has quit IRC | 02:24 | |
*** Vishal__ has joined #openstack-neutron | 02:24 | |
*** WackoRobie has quit IRC | 02:27 | |
*** manishg has quit IRC | 02:30 | |
*** zhiyan is now known as zhiyan_ | 02:30 | |
openstackgerrit | Xu Han Peng proposed a change to openstack/neutron: Allow DHCPv6 reply from server to client https://review.openstack.org/103811 | 02:35 |
*** xuhanp has joined #openstack-neutron | 02:37 | |
*** suresh12 has quit IRC | 02:38 | |
*** spandhe has quit IRC | 02:39 | |
*** flwang has joined #openstack-neutron | 02:39 | |
*** zhipeng_ has quit IRC | 02:41 | |
*** zhiyan_ is now known as zhiyan | 02:42 | |
*** zz_blogan is now known as blogan | 02:42 | |
*** scott-millward has quit IRC | 02:42 | |
*** changbl has joined #openstack-neutron | 02:43 | |
*** chuckC has joined #openstack-neutron | 02:44 | |
*** Sukhdev has quit IRC | 02:46 | |
*** armax has joined #openstack-neutron | 02:47 | |
*** harlowja is now known as harlowja_away | 02:50 | |
*** ajc_ has joined #openstack-neutron | 02:50 | |
*** ijw has joined #openstack-neutron | 02:52 | |
*** otherwiseguy has quit IRC | 02:58 | |
*** mlavalle has joined #openstack-neutron | 02:58 | |
*** nati_ueno has joined #openstack-neutron | 03:02 | |
*** ijw has quit IRC | 03:02 | |
*** theannegentle has joined #openstack-neutron | 03:03 | |
*** otherwiseguy has joined #openstack-neutron | 03:04 | |
*** theannegentle has quit IRC | 03:04 | |
*** xianghui has joined #openstack-neutron | 03:05 | |
*** dims__ has quit IRC | 03:09 | |
*** ramishra has joined #openstack-neutron | 03:11 | |
*** a_le has joined #openstack-neutron | 03:13 | |
*** mwagner_ has quit IRC | 03:15 | |
*** carl_baldwin has joined #openstack-neutron | 03:18 | |
*** zhipeng has joined #openstack-neutron | 03:18 | |
*** armax has left #openstack-neutron | 03:20 | |
*** zhiyan is now known as zhiyan_ | 03:22 | |
*** WackoRobie has joined #openstack-neutron | 03:22 | |
*** zhiyan_ is now known as zhiyan | 03:24 | |
*** andyhky` is now known as andyhky | 03:24 | |
*** WackoRobie has quit IRC | 03:27 | |
*** mwagner_ has joined #openstack-neutron | 03:27 | |
*** Vishal__ has quit IRC | 03:30 | |
*** zhiyan has quit IRC | 03:30 | |
*** popw1 has quit IRC | 03:31 | |
*** popw has joined #openstack-neutron | 03:33 | |
*** carl_baldwin has quit IRC | 03:34 | |
*** zhiyan has joined #openstack-neutron | 03:37 | |
*** zhiyan is now known as zhiyan_ | 03:39 | |
*** otherwiseguy has quit IRC | 03:39 | |
*** otherwiseguy has joined #openstack-neutron | 03:40 | |
*** zhiyan_ is now known as zhiyan | 03:40 | |
*** carl_baldwin has joined #openstack-neutron | 03:42 | |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: Fix UnboundLocalError raised during L3 router sync task https://review.openstack.org/104006 | 03:43 |
*** SridharG has joined #openstack-neutron | 03:45 | |
*** ijw has joined #openstack-neutron | 03:46 | |
*** zhiyan is now known as zhiyan_ | 03:46 | |
*** ijw has quit IRC | 03:49 | |
*** zhiyan_ is now known as zhiyan | 03:50 | |
*** coolsvap|afk is now known as coolsvap | 03:53 | |
*** lykinsbd has quit IRC | 04:00 | |
*** VijayB_ has quit IRC | 04:01 | |
openstackgerrit | A change was merged to openstack/neutron: NSX: fix indentations https://review.openstack.org/103813 | 04:01 |
*** tong_ has joined #openstack-neutron | 04:02 | |
*** stanzgy has quit IRC | 04:02 | |
*** tongli has quit IRC | 04:03 | |
HenryG | marun: still awake? | 04:04 |
*** VijayB has joined #openstack-neutron | 04:05 | |
*** yfried_ has quit IRC | 04:10 | |
*** gkotton_ has quit IRC | 04:10 | |
*** gkotton_ has joined #openstack-neutron | 04:11 | |
*** banix has quit IRC | 04:11 | |
*** lori|away is now known as lori | 04:12 | |
*** Sukhdev has joined #openstack-neutron | 04:12 | |
openstackgerrit | A change was merged to openstack/neutron: Ignore variable column widths in ovsdb functional tests https://review.openstack.org/104005 | 04:13 |
*** networkstatic has quit IRC | 04:13 | |
openstackgerrit | Fei Long Wang proposed a change to openstack/python-neutronclient: Improve the method find_resourceid_by_name_or_id https://review.openstack.org/103476 | 04:14 |
*** nlahouti has joined #openstack-neutron | 04:25 | |
*** nlahouti has quit IRC | 04:26 | |
*** carl_baldwin has quit IRC | 04:26 | |
*** nlahouti has joined #openstack-neutron | 04:26 | |
*** carl_baldwin has joined #openstack-neutron | 04:28 | |
*** stanzgy has joined #openstack-neutron | 04:32 | |
*** crc32 has quit IRC | 04:32 | |
*** bashok has joined #openstack-neutron | 04:33 | |
*** tong_ has quit IRC | 04:33 | |
*** garyk1 has quit IRC | 04:34 | |
*** ranger81 has quit IRC | 04:35 | |
*** ranger81 has joined #openstack-neutron | 04:35 | |
*** dvorkinista has joined #openstack-neutron | 04:36 | |
*** dims__ has joined #openstack-neutron | 04:37 | |
*** ramishra has quit IRC | 04:37 | |
*** VijayB_ has joined #openstack-neutron | 04:38 | |
*** ranger81 has quit IRC | 04:40 | |
*** VijayB has quit IRC | 04:41 | |
marun | HenryG: yes | 04:41 |
marun | HenryG: I can replicate your problem by pulling the patches back down | 04:42 |
*** VijayB_ has quit IRC | 04:42 | |
HenryG | marun: I posted a comment with the solution | 04:42 |
*** dims__ has quit IRC | 04:42 | |
*** Salec has quit IRC | 04:42 | |
HenryG | marun: https://review.openstack.org/#/c/104042/1/tox.ini | 04:42 |
*** Vishal_ has quit IRC | 04:43 | |
HenryG | marun: The quotes end up as part of the command string | 04:43 |
*** dvorkinista has quit IRC | 04:44 | |
marun | HenryG: and how many tests end up being executed then? | 04:44 |
HenryG | 7 | 04:45 |
HenryG | all is good | 04:46 |
*** dennis_^^ has quit IRC | 04:46 | |
*** dvorkinista has joined #openstack-neutron | 04:46 | |
marun | HenryG: I'm seeing the same thing | 04:47 |
marun | HenryG: I can imagine the quotes causing problems, but adding more test cases? | 04:47 |
marun | HenryG: good catch, in any case. | 04:48 |
marun | HenryG: also confusing how the problem didn't manifest until I pulled the patch back down. :( | 04:48 |
HenryG | marun: I wish I could explain it :( | 04:48 |
marun | tmm -> too much magic | 04:48 |
HenryG | marun: yup. And it's way past my bed time. | 04:49 |
openstackgerrit | Maru Newby proposed a change to openstack/neutron: Add a gate-specific tox env for functional tests https://review.openstack.org/104042 | 04:49 |
*** ramishra has joined #openstack-neutron | 04:49 | |
*** dvorkinista has quit IRC | 04:49 | |
marun | HenryG: sleep well | 04:50 |
marun | ! | 04:50 |
marun | HenryG: and thank you for your diligence in chasing down this issue. | 04:50 |
*** dvorkinista has joined #openstack-neutron | 04:51 | |
HenryG | marun: np, it was kind of fun, I learned a lot | 04:51 |
HenryG | marun: talk to you tomorrow | 04:51 |
*** dvorkinista has quit IRC | 04:51 | |
*** irenab has joined #openstack-neutron | 04:52 | |
*** ofer has joined #openstack-neutron | 04:52 | |
*** yfried_ has joined #openstack-neutron | 04:53 | |
marun | HenryG: g'nite | 04:54 |
openstackgerrit | Maru Newby proposed a change to openstack/neutron: DO NOT MERGE https://review.openstack.org/104043 | 04:54 |
*** dvorkinista has joined #openstack-neutron | 04:58 | |
*** blogan is now known as zz_blogan | 04:59 | |
*** dims__ has joined #openstack-neutron | 05:02 | |
*** dims__ has quit IRC | 05:07 | |
*** otherwiseguy has quit IRC | 05:08 | |
*** carl_baldwin has quit IRC | 05:13 | |
*** otherwiseguy has joined #openstack-neutron | 05:15 | |
*** marun is now known as marun_afk | 05:16 | |
*** amitpp has joined #openstack-neutron | 05:21 | |
*** otherwiseguy has quit IRC | 05:21 | |
*** afazekas_ has joined #openstack-neutron | 05:21 | |
*** rwsu has quit IRC | 05:24 | |
*** swat30 has quit IRC | 05:26 | |
*** swat30 has joined #openstack-neutron | 05:27 | |
*** dvorkinista has quit IRC | 05:28 | |
*** pradipta_away is now known as pradipta | 05:30 | |
*** shakamunyi has joined #openstack-neutron | 05:31 | |
*** shakamunyi has quit IRC | 05:32 | |
*** shakamunyi has joined #openstack-neutron | 05:32 | |
*** amitpp has quit IRC | 05:35 | |
*** zhipeng_ has joined #openstack-neutron | 05:36 | |
*** zhipeng has quit IRC | 05:36 | |
*** otherwiseguy has joined #openstack-neutron | 05:38 | |
*** chandan_kumar has joined #openstack-neutron | 05:38 | |
*** Vishal_ has joined #openstack-neutron | 05:39 | |
*** amitpp has joined #openstack-neutron | 05:40 | |
*** shakamunyi has quit IRC | 05:42 | |
*** otherwiseguy has quit IRC | 05:42 | |
Vishal_ | obondarev: Hi | 05:43 |
Vishal_ | https://bugs.launchpad.net/neutron/+bug/1335023 | 05:43 |
Vishal_ | there is a comment by Asaf Muller | 05:44 |
*** zhipeng_ has quit IRC | 05:44 | |
*** pradipta is now known as pradipta_away | 05:47 | |
*** pradipta_away is now known as pradipta | 05:47 | |
*** otherwiseguy has joined #openstack-neutron | 05:48 | |
*** padkrish has joined #openstack-neutron | 05:49 | |
*** dvorkinista has joined #openstack-neutron | 05:49 | |
*** a_le has quit IRC | 05:50 | |
*** shakamunyi has joined #openstack-neutron | 05:50 | |
*** shakamunyi has quit IRC | 05:50 | |
*** padkrish has quit IRC | 05:50 | |
*** pradipta is now known as pradipta_away | 05:50 | |
*** otherwiseguy has quit IRC | 05:52 | |
*** bashok has quit IRC | 05:57 | |
openstackgerrit | Stephen Wong proposed a change to openstack/neutron-specs: Add spec for service-base-and-insertion https://review.openstack.org/93128 | 05:58 |
*** redbeard has joined #openstack-neutron | 05:59 | |
*** dims__ has joined #openstack-neutron | 06:03 | |
*** nati_ueno has quit IRC | 06:03 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/neutron: Imported Translations from Transifex https://review.openstack.org/103745 | 06:08 |
*** dims__ has quit IRC | 06:08 | |
*** evgenyf has joined #openstack-neutron | 06:10 | |
*** Sukhdev has quit IRC | 06:11 | |
*** nati_ueno has joined #openstack-neutron | 06:16 | |
*** dvorkinista has quit IRC | 06:18 | |
*** zhipeng has joined #openstack-neutron | 06:20 | |
openstackgerrit | Hemanth N proposed a change to openstack/neutron-specs: Support for netconf based FWaaS Appliance https://review.openstack.org/98104 | 06:23 |
*** zhipeng has quit IRC | 06:26 | |
*** bashok has joined #openstack-neutron | 06:32 | |
*** zhipeng has joined #openstack-neutron | 06:34 | |
*** doude has joined #openstack-neutron | 06:47 | |
*** mitz_ has quit IRC | 06:48 | |
*** mitz_ has joined #openstack-neutron | 06:50 | |
*** nati_ueno has quit IRC | 06:51 | |
*** zhipeng has quit IRC | 06:56 | |
*** nlahouti has quit IRC | 07:01 | |
*** nlahouti has joined #openstack-neutron | 07:02 | |
*** nlahouti has quit IRC | 07:02 | |
openstackgerrit | Sumit Naiksatam proposed a change to openstack/neutron: Group Policy API-1: EP, EPG, L2 Policy, L3 Policy https://review.openstack.org/95900 | 07:02 |
*** karimb has joined #openstack-neutron | 07:03 | |
*** pasquier-s has joined #openstack-neutron | 07:04 | |
*** karimb has quit IRC | 07:05 | |
*** karimb has joined #openstack-neutron | 07:06 | |
*** luqas has joined #openstack-neutron | 07:11 | |
*** pradipta_away is now known as pradipta | 07:11 | |
openstackgerrit | Ralf Haferkamp proposed a change to openstack/neutron: Fix isinstance assertions https://review.openstack.org/104100 | 07:19 |
*** jlibosva has joined #openstack-neutron | 07:24 | |
*** ajo|mac has joined #openstack-neutron | 07:24 | |
*** afazekas_ is now known as afazekas | 07:25 | |
*** gildub has quit IRC | 07:26 | |
*** otherwiseguy has joined #openstack-neutron | 07:26 | |
*** otherwiseguy has quit IRC | 07:31 | |
*** otherwiseguy has joined #openstack-neutron | 07:32 | |
*** nlahouti has joined #openstack-neutron | 07:33 | |
*** otherwiseguy has quit IRC | 07:37 | |
*** nlahouti has quit IRC | 07:37 | |
*** leseb has joined #openstack-neutron | 07:38 | |
openstackgerrit | Erik Moe proposed a change to openstack/neutron-specs: VLAN aware VMs https://review.openstack.org/94612 | 07:46 |
*** yamamoto has quit IRC | 07:49 | |
*** mestery has quit IRC | 07:51 | |
*** dave_tucker_zzz is now known as dave_tucker | 07:52 | |
openstackgerrit | Joe Mills proposed a change to openstack/neutron: Implement Midonet Juno Network Api calls https://review.openstack.org/103820 | 07:53 |
*** dave_tucker is now known as dave_tucker_zzz | 07:53 | |
openstackgerrit | yangxurong proposed a change to openstack/neutron: Huawei SDN Mechanism Driver for ML2 Plugin https://review.openstack.org/104103 | 07:55 |
*** mestery has joined #openstack-neutron | 07:55 | |
*** jpich has joined #openstack-neutron | 07:56 | |
openstackgerrit | Ann Kamyshnikova proposed a change to openstack/neutron: Fix 'server_default' parameter usage models https://review.openstack.org/82073 | 07:59 |
openstackgerrit | Ann Kamyshnikova proposed a change to openstack/neutron: Fix 'server_default' parameter usage models https://review.openstack.org/82073 | 08:00 |
openstackgerrit | Ann Kamyshnikova proposed a change to openstack/neutron: Fix 'server_default' parameter usage in models https://review.openstack.org/82073 | 08:00 |
*** nlahouti has joined #openstack-neutron | 08:04 | |
*** amuller has joined #openstack-neutron | 08:05 | |
*** dims__ has joined #openstack-neutron | 08:06 | |
*** nlahouti has quit IRC | 08:08 | |
openstackgerrit | liusheng proposed a change to openstack/neutron: Use None instead of mutables in method params defaults https://review.openstack.org/103713 | 08:08 |
*** zhipeng has joined #openstack-neutron | 08:10 | |
*** dims__ has quit IRC | 08:11 | |
openstackgerrit | Ann Kamyshnikova proposed a change to openstack/neutron: Fix enums usage for postgres in migrations https://review.openstack.org/53112 | 08:11 |
*** yfried_ has quit IRC | 08:12 | |
*** yfried_ has joined #openstack-neutron | 08:13 | |
*** yfried_ has quit IRC | 08:13 | |
*** yfried_ has joined #openstack-neutron | 08:13 | |
*** amitpp has quit IRC | 08:14 | |
*** amitpp has joined #openstack-neutron | 08:14 | |
*** fifieldt_ has joined #openstack-neutron | 08:16 | |
*** yfried_ has quit IRC | 08:18 | |
ajo | ping doude | 08:18 |
*** yfried has joined #openstack-neutron | 08:18 | |
*** fifieldt has quit IRC | 08:18 | |
*** ihrachyshka has joined #openstack-neutron | 08:19 | |
*** zhipeng has quit IRC | 08:20 | |
*** safchain has joined #openstack-neutron | 08:25 | |
*** jp_at_hp has joined #openstack-neutron | 08:26 | |
*** zhipeng has joined #openstack-neutron | 08:27 | |
*** ramishra has quit IRC | 08:30 | |
*** ramishra has joined #openstack-neutron | 08:30 | |
*** fifieldt_ is now known as fifieldt | 08:31 | |
*** otherwiseguy has joined #openstack-neutron | 08:32 | |
*** nlahouti has joined #openstack-neutron | 08:35 | |
ajo | mestery, ping: http://lists.openstack.org/pipermail/openstack-dev/2014-July/039153.html | 08:35 |
ajo | could you review a bit this thread? | 08:35 |
ajo | I think we have some misunderstanding or conflict in there, not sure, | 08:36 |
*** otherwiseguy has quit IRC | 08:36 | |
ajo | I really believe that a security_groups_for_devices RPC refactor is needed during this cycle, because of nova parity.... | 08:36 |
ajo | neutron hits an scalability issue there, that leaves us far behind nova. | 08:37 |
*** alex_klimov has joined #openstack-neutron | 08:37 | |
ajo | At least, that's what we found in the scale lab at Red Hat. | 08:37 |
ajo | mwagner_, ^ | 08:39 |
*** nlahouti has quit IRC | 08:39 | |
*** krypto has joined #openstack-neutron | 08:40 | |
*** yamamoto has joined #openstack-neutron | 08:41 | |
krypto | hi isn't the virtual router located on the hypervisor | 08:41 |
*** yfried has quit IRC | 08:42 | |
krypto | is there any other role for neutron other than providing dhcp dns service to instances,i dont have access to any Openstack services here and i am trying to brush up things | 08:43 |
*** WackoRobie has joined #openstack-neutron | 08:43 | |
*** bvandenh has joined #openstack-neutron | 08:48 | |
*** jgallard has joined #openstack-neutron | 08:48 | |
*** yamamoto has quit IRC | 08:48 | |
*** yamamoto has joined #openstack-neutron | 08:54 | |
*** leseb has quit IRC | 09:03 | |
*** Longgeek has joined #openstack-neutron | 09:03 | |
*** Longgeek has quit IRC | 09:03 | |
*** leseb has joined #openstack-neutron | 09:03 | |
*** leseb has quit IRC | 09:04 | |
*** leseb has joined #openstack-neutron | 09:04 | |
*** Longgeek has joined #openstack-neutron | 09:04 | |
*** nlahouti has joined #openstack-neutron | 09:06 | |
*** dims__ has joined #openstack-neutron | 09:07 | |
*** bjornar has joined #openstack-neutron | 09:07 | |
amuller | krypto: check out docs.openstack.org | 09:08 |
amuller | the admin guide -> network | 09:08 |
amuller | there's details about all the different stuff that Neutron can do | 09:08 |
*** nlahouti has quit IRC | 09:10 | |
*** dims__ has quit IRC | 09:12 | |
*** leseb has quit IRC | 09:17 | |
*** leseb has joined #openstack-neutron | 09:18 | |
*** overlayer has joined #openstack-neutron | 09:25 | |
*** ramishra has quit IRC | 09:27 | |
*** leseb has quit IRC | 09:27 | |
*** leseb has joined #openstack-neutron | 09:27 | |
*** yamamoto has quit IRC | 09:28 | |
*** geekinutah has quit IRC | 09:30 | |
*** geekinut1h has joined #openstack-neutron | 09:30 | |
openstackgerrit | Murali Birru proposed a change to openstack/neutron: Add L3 Scheduler Changes for Distributed Routers https://review.openstack.org/89694 | 09:34 |
*** ramishra has joined #openstack-neutron | 09:35 | |
openstackgerrit | Sylvain Afchain proposed a change to openstack/neutron: Introduces a keepalived manager for HA https://review.openstack.org/68142 | 09:37 |
*** nlahouti has joined #openstack-neutron | 09:37 | |
*** liusheng is now known as liusheng-leave | 09:39 | |
*** nlahouti has quit IRC | 09:41 | |
*** lori is now known as lori|away | 09:45 | |
*** mlavalle has quit IRC | 09:47 | |
*** tomoe_ has quit IRC | 09:47 | |
*** bjornar has quit IRC | 09:49 | |
*** stanzgy has quit IRC | 09:54 | |
openstackgerrit | Sumit Naiksatam proposed a change to openstack/neutron: Group Policy DB-1: EP, EPG, L2 Policy, L3 Policy https://review.openstack.org/96050 | 09:58 |
*** yamamoto has joined #openstack-neutron | 09:59 | |
*** Longgeek has quit IRC | 10:03 | |
*** Longgeek has joined #openstack-neutron | 10:03 | |
*** leseb has quit IRC | 10:05 | |
*** leseb has joined #openstack-neutron | 10:06 | |
*** devvesa has joined #openstack-neutron | 10:06 | |
openstackgerrit | Koteswara Rao Kelam proposed a change to openstack/python-neutronclient: firewall policy update for a rule is not working https://review.openstack.org/104132 | 10:06 |
*** yamamoto has quit IRC | 10:06 | |
*** Longgeek has quit IRC | 10:07 | |
*** nlahouti has joined #openstack-neutron | 10:07 | |
openstackgerrit | Sumit Naiksatam proposed a change to openstack/neutron: Group Policy Plugin-1: EP, EPG, L2 Policy, L3 Policy https://review.openstack.org/96393 | 10:08 |
*** dims__ has joined #openstack-neutron | 10:08 | |
*** nlahouti has quit IRC | 10:12 | |
*** xuhanp has quit IRC | 10:13 | |
*** dims__ has quit IRC | 10:13 | |
*** zzelle has joined #openstack-neutron | 10:13 | |
*** leseb has quit IRC | 10:13 | |
*** zzelle is now known as Guest43500 | 10:13 | |
*** leseb has joined #openstack-neutron | 10:13 | |
*** jgallard has quit IRC | 10:14 | |
*** Guest43500 has quit IRC | 10:15 | |
*** stanzgy has joined #openstack-neutron | 10:20 | |
*** ramishra has quit IRC | 10:21 | |
*** Longgeek has joined #openstack-neutron | 10:21 | |
*** taz has joined #openstack-neutron | 10:22 | |
*** taz is now known as zzelle_ | 10:22 | |
zzelle_ | obondarev: hi | 10:23 |
*** leseb has quit IRC | 10:24 | |
*** leseb has joined #openstack-neutron | 10:25 | |
*** pcm_ has joined #openstack-neutron | 10:25 | |
openstackgerrit | Ralf Haferkamp proposed a change to openstack/neutron: Fix isinstance assertions https://review.openstack.org/104100 | 10:25 |
*** ramishra_ has joined #openstack-neutron | 10:25 | |
*** pcm_ has quit IRC | 10:26 | |
*** pcm_ has joined #openstack-neutron | 10:26 | |
Vishal_ | amuller: Hi | 10:28 |
Vishal_ | This is regarding defect https://bugs.launchpad.net/neutron/+bug/1335023 | 10:28 |
*** ajo has quit IRC | 10:31 | |
*** matrohon has quit IRC | 10:32 | |
*** francois_eleouet has quit IRC | 10:32 | |
*** dims__ has joined #openstack-neutron | 10:32 | |
*** WackoRobie has quit IRC | 10:33 | |
*** francois_eleouet has joined #openstack-neutron | 10:33 | |
*** ajo has joined #openstack-neutron | 10:34 | |
*** WackoRobie has joined #openstack-neutron | 10:34 | |
*** WackoRobie has quit IRC | 10:35 | |
*** WackoRobie has joined #openstack-neutron | 10:35 | |
openstackgerrit | Murali Birru proposed a change to openstack/neutron: Add L3 Scheduler Changes for Distributed Routers https://review.openstack.org/89694 | 10:36 |
*** roeyc has joined #openstack-neutron | 10:38 | |
*** nlahouti has joined #openstack-neutron | 10:38 | |
*** ramishra_ has quit IRC | 10:39 | |
*** WackoRobie has quit IRC | 10:40 | |
*** tomoe_ has joined #openstack-neutron | 10:40 | |
*** SridharG has quit IRC | 10:42 | |
*** nlahouti has quit IRC | 10:43 | |
*** matrohon has joined #openstack-neutron | 10:45 | |
*** tomoe_ has quit IRC | 10:46 | |
*** tomoe_ has joined #openstack-neutron | 10:51 | |
*** tomoe_ has quit IRC | 10:51 | |
*** lori|away is now known as lori | 10:54 | |
*** yamamoto has joined #openstack-neutron | 10:55 | |
*** tomoe_ has joined #openstack-neutron | 11:04 | |
openstackgerrit | A change was merged to openstack/neutron: Fix OVSBridge.get_port_ofport to handle empty output https://review.openstack.org/104028 | 11:08 |
*** nlahouti has joined #openstack-neutron | 11:09 | |
*** nplanel_ has joined #openstack-neutron | 11:09 | |
*** Longgeek has quit IRC | 11:10 | |
*** Longgeek has joined #openstack-neutron | 11:10 | |
*** stanzgy has quit IRC | 11:11 | |
*** tomoe_ has quit IRC | 11:12 | |
*** oreillyd has joined #openstack-neutron | 11:14 | |
*** nlahouti has quit IRC | 11:14 | |
openstackgerrit | Shivakumar M proposed a change to openstack/neutron: audited attribute for policy update not changing https://review.openstack.org/104152 | 11:14 |
*** otherwiseguy has joined #openstack-neutron | 11:15 | |
*** tomoe_ has joined #openstack-neutron | 11:15 | |
*** pradipta is now known as pradipta_away | 11:15 | |
*** tellesnobrega has left #openstack-neutron | 11:16 | |
*** pradipta_away is now known as pradipta | 11:18 | |
*** otherwiseguy has quit IRC | 11:19 | |
*** devvesa has quit IRC | 11:22 | |
*** coolsvap is now known as coolsvap|afk | 11:23 | |
*** leseb has quit IRC | 11:23 | |
*** leseb has joined #openstack-neutron | 11:23 | |
*** devvesa has joined #openstack-neutron | 11:25 | |
*** pasquier-s has quit IRC | 11:26 | |
*** tomoe_ has quit IRC | 11:28 | |
*** leseb has quit IRC | 11:30 | |
*** leseb has joined #openstack-neutron | 11:31 | |
*** luqas has quit IRC | 11:34 | |
krypto | amuller :thanks i will have a look | 11:34 |
*** yamamoto has quit IRC | 11:35 | |
*** WackoRobie has joined #openstack-neutron | 11:37 | |
*** nlahouti has joined #openstack-neutron | 11:40 | |
*** WackoRobie has quit IRC | 11:42 | |
*** nlahouti has quit IRC | 11:45 | |
pcm_ | akamyshnikova: ping | 11:45 |
*** julim has joined #openstack-neutron | 11:45 | |
akamyshnikova | pcm_, hi | 11:45 |
pcm_ | Hi Ann, HenryG suggested I contact you. | 11:45 |
pcm_ | I found a issue with migration and wanted to hear your thoughts on it. | 11:46 |
*** samuelbercovici has joined #openstack-neutron | 11:46 | |
pcm_ | https://bugs.launchpad.net/neutron/+bug/1336556 | 11:46 |
pcm_ | I did a simple fix in my local repo and it worked. Wondering if I should apply that upstream or if we need to do some other approach to fix it (an existing migration) | 11:47 |
*** dave_tucker_zzz is now known as dave_tucker | 11:48 | |
akamyshnikova | pcm_, I'm looking though this | 11:49 |
*** hoangdo has joined #openstack-neutron | 11:49 | |
*** lukego has joined #openstack-neutron | 11:50 | |
*** amitpp has quit IRC | 11:50 | |
*** SridharG has joined #openstack-neutron | 11:52 | |
akamyshnikova | using default not server_default is not good in migrations | 11:52 |
*** markmcclain has joined #openstack-neutron | 11:53 | |
*** pasquier-s has joined #openstack-neutron | 11:54 | |
akamyshnikova | pcm_, what core plugin do you use? I want to check this | 11:54 |
*** lukego has quit IRC | 11:55 | |
pcm_ | akamyshnikova: I'm using a private repo, where Q_PLUGIN is set to "cisco". | 11:56 |
*** pradipta is now known as pradipta_away | 11:58 | |
*** ajc_ has quit IRC | 11:58 | |
openstackgerrit | Murali Birru proposed a change to openstack/neutron: Add L3 Scheduler Changes for Distributed Routers https://review.openstack.org/89694 | 11:58 |
pcm_ | akamyshnikova: Branch was synched up w/upstream about 3 weeks ago. | 11:59 |
*** markmcclain1 has joined #openstack-neutron | 11:59 | |
*** markmcclain has quit IRC | 11:59 | |
pcm_ | akamyshnikova: In migration area, I see only two files that use the 'default=True' syntax. Is that syntax incorrect? | 12:01 |
* pcm_ it doesn't work in this private repo with the version of SQLAlchemy that I use | 12:02 | |
*** markmcclain1 has quit IRC | 12:02 | |
akamyshnikova | pcm_, as far as I understand using default instead of server_default is not good in migrations | 12:02 |
*** Longgeek_ has joined #openstack-neutron | 12:02 | |
pcm_ | akamyshnikova: Yeah, seems like it breaks in the case I have. | 12:03 |
pcm_ | akamyshnikova: Should I push a commit out for review that has this changed in the two migration files? | 12:04 |
*** jgallard has joined #openstack-neutron | 12:04 | |
*** Longgeek has quit IRC | 12:06 | |
*** Longgeek_ has quit IRC | 12:07 | |
enikanorov__ | pcm_: yes, it is incorrect | 12:07 |
*** bvandenh has quit IRC | 12:08 | |
pcm_ | akamyshnikova: Actually, there are 4 files that set to booleans, and a few more that set to strings. Not sure if those two should use the server_default syntax. | 12:08 |
enikanorov__ | basically, default attribute of model definition is not used at all when creating schema | 12:08 |
*** Longgeek has joined #openstack-neutron | 12:08 | |
pcm_ | enikanorov__: Do I just change the existing migration files? | 12:08 |
akamyshnikova | pcm_, in fact this migration works, but set incorrect value, so I think that should be another migration.. | 12:09 |
enikanorov__ | pcm_: yes. meanwhile, would you mind if i assign a new contributor to fix this? | 12:09 |
*** banix has joined #openstack-neutron | 12:10 | |
*** samuelbercovici1 has joined #openstack-neutron | 12:10 | |
pcm_ | akamyshnikova: For ext_gw_mode.py, I saw that no default was set. For my education, is the value of True wrong? | 12:11 |
*** nlahouti has joined #openstack-neutron | 12:11 | |
pcm_ | enikanorov__: No, I don't mind. I have a pile of tasks I'm working on right now. it's cool with me if someone else works it. | 12:11 |
enikanorov__ | pcm_: default value True is correct, but it is not assigned | 12:12 |
pcm_ | enikanorov__: akamyshnikova: I'm mostly interested in understanding how it should be done, in case I need to do something similar in the future. | 12:12 |
enikanorov__ | so if there are rows in the table, the migration will fail | 12:12 |
enikanorov__ | pcm_: use server_default instead | 12:12 |
pcm_ | so, is it server_default=sa.text("true")? | 12:13 |
pcm_ | (that's what I did in my local changes, on the private repo) | 12:13 |
*** samuelbercovici has quit IRC | 12:13 | |
*** samuelbercovici1 is now known as samuelbercovici | 12:13 | |
enikanorov__ | pcm_: no, i don't think so | 12:13 |
*** otherwiseguy has joined #openstack-neutron | 12:14 | |
enikanorov__ | i think for boolean you need to search for other examples in migrations | 12:14 |
*** krypto has quit IRC | 12:14 | |
enikanorov__ | pcm_: i think it depends on the engine, so additional logic might be needed | 12:14 |
pcm_ | enikanorov__: I thought that's what I saw on another migration file. | 12:14 |
*** annegent_ has joined #openstack-neutron | 12:15 | |
akamyshnikova | pcm_, server_default='1' | 12:15 |
enikanorov__ | yes. as far as i remember, some engines don't support boolean, so 0/1 should be used instead | 12:15 |
*** alexpilotti has joined #openstack-neutron | 12:15 | |
*** nlahouti has quit IRC | 12:15 | |
pcm_ | enikanorov__: So to recap, are we saying that the issue is not that they set the default, but because there may have been rows in the table already? | 12:15 |
enikanorov__ | pcm_: using default attribute in migration means 'no default', e.g. no effect. If you add non-null column to a table with data, and don't provide the default - it will fail | 12:16 |
pcm_ | akamyshnikova: Ah, OK. when I did sa.text("true") it stored a 1. | 12:17 |
enikanorov__ | akamyshnikova: will this work for postgres which supports boolean? | 12:18 |
enikanorov__ | i don't remember, but i have a feeling that it will not | 12:18 |
enikanorov__ | postgres has strong type check | 12:18 |
*** otherwiseguy has quit IRC | 12:18 | |
akamyshnikova | enikanorov__, yes it works I just checked this | 12:20 |
enikanorov__ | ok, good to know | 12:20 |
pcm_ | enikanorov__: akamyshnikova: For setting default to string, would one use sa.text('foo')? | 12:21 |
enikanorov__ | pcm_: yes | 12:21 |
*** annegent_ is now known as annegentle_ | 12:21 | |
pcm_ | enikanorov__: akamyshnikova: Thanks for the enlightenment on this (I'm woefully inexperienced with SQLAlghemy). | 12:22 |
enikanorov__ | you're welcome! | 12:22 |
akamyshnikova | pcm_, np :) | 12:23 |
pcm_ | enikanorov__: I didn't assign 1336556 to myself, so feel free to assign someone. | 12:23 |
enikanorov__ | thanks | 12:23 |
*** banix has quit IRC | 12:24 | |
*** doude has quit IRC | 12:25 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/neutron: Updated from global requirements https://review.openstack.org/104019 | 12:25 |
*** diegows has joined #openstack-neutron | 12:28 | |
*** yamamoto has joined #openstack-neutron | 12:30 | |
*** doude has joined #openstack-neutron | 12:30 | |
*** stanzgy has joined #openstack-neutron | 12:33 | |
*** yamamoto_ has joined #openstack-neutron | 12:34 | |
*** WackoRobie has joined #openstack-neutron | 12:34 | |
*** yamamoto has quit IRC | 12:34 | |
*** mestery has quit IRC | 12:35 | |
*** mestery has joined #openstack-neutron | 12:39 | |
*** otherwiseguy has joined #openstack-neutron | 12:39 | |
*** nlahouti has joined #openstack-neutron | 12:42 | |
*** erecio has joined #openstack-neutron | 12:43 | |
*** leseb has quit IRC | 12:45 | |
*** leseb has joined #openstack-neutron | 12:45 | |
*** nlahouti has quit IRC | 12:47 | |
*** luqas has joined #openstack-neutron | 12:51 | |
*** dims__ has quit IRC | 12:52 | |
*** hoangdo has left #openstack-neutron | 12:53 | |
*** julim has quit IRC | 12:53 | |
*** dims__ has joined #openstack-neutron | 12:53 | |
*** julim has joined #openstack-neutron | 12:54 | |
*** zhipeng has quit IRC | 12:54 | |
*** radez_g0n3 is now known as radez | 12:55 | |
*** zhipeng has joined #openstack-neutron | 12:55 | |
*** annegentle_ has quit IRC | 12:55 | |
*** stanzgy has quit IRC | 12:56 | |
*** jlibosva has quit IRC | 12:57 | |
*** swat30 has quit IRC | 12:58 | |
*** swat30 has joined #openstack-neutron | 12:58 | |
*** jlibosva has joined #openstack-neutron | 12:59 | |
*** leseb has quit IRC | 13:01 | |
*** leseb has joined #openstack-neutron | 13:01 | |
*** chandan_kumar is now known as chandankumar | 13:03 | |
mestery | ajo: Will review that this morning. | 13:05 |
ajo | mestery, thanks, I will submit a first version of a separate spec during the next hour. | 13:06 |
ajo | it could be during tomorrow morning, because I'm getting interrupted atm ;/ | 13:07 |
*** nplanel_ has quit IRC | 13:10 | |
*** nplanel has joined #openstack-neutron | 13:10 | |
*** evgenyf has quit IRC | 13:11 | |
*** xianghui has quit IRC | 13:12 | |
*** yamamoto_ has quit IRC | 13:12 | |
*** nlahouti has joined #openstack-neutron | 13:13 | |
*** yamamoto has joined #openstack-neutron | 13:14 | |
*** baoli has joined #openstack-neutron | 13:14 | |
*** rolledback has joined #openstack-neutron | 13:15 | |
*** samuelbercovici1 has joined #openstack-neutron | 13:17 | |
*** redbeard has quit IRC | 13:17 | |
*** nlahouti has quit IRC | 13:18 | |
*** samuelbercovici has quit IRC | 13:20 | |
*** samuelbercovici1 is now known as samuelbercovici | 13:20 | |
*** trad511 has joined #openstack-neutron | 13:21 | |
*** rolledback has quit IRC | 13:22 | |
*** jobewan has joined #openstack-neutron | 13:26 | |
*** evgenyf has joined #openstack-neutron | 13:28 | |
*** xianghui has joined #openstack-neutron | 13:29 | |
mestery | ajo: Thanks! | 13:30 |
*** annegent_ has joined #openstack-neutron | 13:31 | |
*** julim has quit IRC | 13:34 | |
*** jecarey has quit IRC | 13:35 | |
*** prad has joined #openstack-neutron | 13:35 | |
*** julim has joined #openstack-neutron | 13:35 | |
*** jlibosva has quit IRC | 13:38 | |
*** jlibosva has joined #openstack-neutron | 13:39 | |
*** irenab has quit IRC | 13:40 | |
*** jckasper_ has quit IRC | 13:41 | |
zzelle_ | mestery: hi | 13:43 |
mestery | zzelle_: good afternoon | 13:43 |
*** annegent_ has quit IRC | 13:43 | |
zzelle_ | mestery: good morning :) | 13:43 |
*** annegent_ has joined #openstack-neutron | 13:44 | |
*** yamamoto has quit IRC | 13:45 | |
zzelle_ | mestery: if you have time, could you have a look to https://review.openstack.org/100345 (small db access improvement) | 13:45 |
zzelle_ | ? | 13:45 |
mestery | zzelle_: Sure, looking now! | 13:45 |
*** leseb has quit IRC | 13:46 | |
*** tomoe_ has joined #openstack-neutron | 13:46 | |
*** prad has quit IRC | 13:47 | |
mestery | zzelle_: +2, nice work and thank you! | 13:47 |
zzelle_ | mestery: thanks | 13:49 |
openstackgerrit | Evgeny Fedoruk proposed a change to openstack/neutron-specs: LBaaS TLS termination capability specification https://review.openstack.org/98640 | 13:49 |
*** bashok has quit IRC | 13:50 | |
*** armax has joined #openstack-neutron | 13:50 | |
*** thedodd has joined #openstack-neutron | 13:51 | |
zzelle_ | matrohon: hi | 13:53 |
matrohon | zzelle_:hi! | 13:53 |
*** s3wong has joined #openstack-neutron | 13:54 | |
ofer | mestery: the spec at https://review.openstack.org/#/c/89596/ has "Need Workflow", how can we proceed? | 13:55 |
* mestery goes and looks. | 13:55 | |
mestery | ofer: Let me find another core to review this one. | 13:55 |
*** nlahouti has joined #openstack-neutron | 13:56 | |
zzelle_ | matrohon: i updated the code to replace defer_apply_on/off with a deferred bridge, https://review.openstack.org/77578 | 13:56 |
*** amitpp has joined #openstack-neutron | 13:57 | |
*** nlahouti has quit IRC | 13:57 | |
ofer | mestery: thanks | 13:57 |
zzelle_ | matrohon: if you can have a look and try it ... indeed i have difficulties to check that fdb is correctly populated | 13:57 |
matrohon | zzelle_: fine thanks for this improvment, I'll do | 13:58 |
*** mestery_ has joined #openstack-neutron | 13:59 | |
matrohon | zzelle_: why are you having difficulties? | 13:59 |
*** mestery has quit IRC | 14:00 | |
*** mestery_ is now known as mestery | 14:00 | |
*** xuhanp has joined #openstack-neutron | 14:00 | |
amuller | zzelle_: about https://review.openstack.org/#/c/100345 | 14:00 |
amuller | zzelle_: Could there be issues with removing the select for update when running multiple neutron servers? | 14:00 |
*** amitpp has quit IRC | 14:00 | |
*** ranger81 has joined #openstack-neutron | 14:01 | |
*** tomoe_ has quit IRC | 14:02 | |
zzelle_ | matrohon: i am not really fluent with l2pop so i have difficulties to ensure that openflows are correctly defined | 14:03 |
*** jckasper has joined #openstack-neutron | 14:03 | |
*** julim has quit IRC | 14:03 | |
*** julim has joined #openstack-neutron | 14:04 | |
*** ijw has joined #openstack-neutron | 14:04 | |
zzelle_ | amuller: it depends | 14:04 |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: Fix UnboundLocalError raised during L3 router sync task https://review.openstack.org/104006 | 14:05 |
amuller | zzelle_: We're trying to get multiple api/rpc on by default | 14:05 |
matrohon | zzelle_: ok fine! this underlines that l2pop is missing some functionnal tests run by openstack-ci! | 14:05 |
amuller | zzelle_: Keep that in mind... | 14:05 |
zzelle_ | amuller: i know | 14:05 |
zzelle_ | amuller: the change ensures each remove/update is done atomically | 14:05 |
amuller | ok | 14:06 |
zzelle_ | amuller: i have difficulties to remove other SELECT FOR UPDATE because it is diffiult to transform queries into atomic queries or thread-safe queries | 14:07 |
*** dfarrell07 has joined #openstack-neutron | 14:07 | |
zzelle_ | amuller: https://review.openstack.org/71904 proposes to remove SELECT FOR UPDATE in network create | 14:09 |
*** dvorkinista has joined #openstack-neutron | 14:09 | |
*** rwsu has joined #openstack-neutron | 14:10 | |
*** erecio has quit IRC | 14:10 | |
*** jlibosva has quit IRC | 14:11 | |
*** jlibosva has joined #openstack-neutron | 14:11 | |
*** dfarrell07 has quit IRC | 14:14 | |
*** salv-orlando has joined #openstack-neutron | 14:14 | |
*** dfarrell07 has joined #openstack-neutron | 14:16 | |
*** tomoe_ has joined #openstack-neutron | 14:16 | |
*** leseb has joined #openstack-neutron | 14:18 | |
*** afazekas has quit IRC | 14:21 | |
*** yfried has joined #openstack-neutron | 14:22 | |
*** dvorkinista has quit IRC | 14:23 | |
*** evgenyf has quit IRC | 14:25 | |
*** yamamoto has joined #openstack-neutron | 14:28 | |
*** evgenyf has joined #openstack-neutron | 14:30 | |
*** yamamoto has quit IRC | 14:32 | |
*** alagalah has joined #openstack-neutron | 14:33 | |
*** b3nt_pin is now known as beagles | 14:34 | |
*** prad has joined #openstack-neutron | 14:34 | |
*** evgenyf has quit IRC | 14:35 | |
*** thurloat has quit IRC | 14:36 | |
openstackgerrit | Ann Kamyshnikova proposed a change to openstack/neutron: Database healing migration https://review.openstack.org/96438 | 14:40 |
*** thurloat has joined #openstack-neutron | 14:42 | |
*** ghyoc has joined #openstack-neutron | 14:42 | |
*** pasquier-s has quit IRC | 14:43 | |
akamyshnikova | jlibosva, hi! | 14:43 |
jlibosva | akamyshnikova: hi | 14:43 |
*** jgrimm has joined #openstack-neutron | 14:44 | |
*** otherwiseguy has quit IRC | 14:44 | |
akamyshnikova | jlibosva, I've got one problem I need rebased on master my code :) I understand that you are busy. Do you have some time to just do rebase of https://review.openstack.org/102857 or do you mind if do that? | 14:45 |
akamyshnikova | if I do that | 14:45 |
jlibosva | akamyshnikova: I can do that. I'll also add __init__ | 14:46 |
jlibosva | akamyshnikova: I'll change the models to current later if you don't mind | 14:46 |
akamyshnikova | jlibosva, thanks! | 14:46 |
*** armax has left #openstack-neutron | 14:47 | |
akamyshnikova | jlibosva, no problem with switching models to current state later :) | 14:48 |
*** armax has joined #openstack-neutron | 14:48 | |
jlibosva | akamyshnikova: should I address your comment regarding enable_snat in Router model or you are ok if it'll be done as part of movement to current models?? | 14:48 |
*** dvorkinista has joined #openstack-neutron | 14:48 | |
*** sphoorti has joined #openstack-neutron | 14:48 | |
*** alex_klimov has quit IRC | 14:49 | |
openstackgerrit | Jakub Libosvar proposed a change to openstack/neutron: WIP: Freeze models for healing migration https://review.openstack.org/102857 | 14:49 |
akamyshnikova | jlibosva, live it as it now :) for this time I add this to my changes, then you will have it and I will rebase it. | 14:49 |
*** xgerman has joined #openstack-neutron | 14:49 | |
akamyshnikova | jlibosva, thanks a lot! | 14:50 |
jlibosva | akamyshnikova: ok, thanks :) Patch is in gerrit | 14:50 |
akamyshnikova | jlibosva, great! thanks :) | 14:52 |
*** coolsvap|afk is now known as coolsvap | 14:53 | |
*** amuller has quit IRC | 14:53 | |
openstackgerrit | Ann Kamyshnikova proposed a change to openstack/neutron: Database healing migration https://review.openstack.org/96438 | 14:54 |
*** dims__ has quit IRC | 14:55 | |
*** tomoe_ has quit IRC | 14:56 | |
*** klindgren_ has joined #openstack-neutron | 14:57 | |
*** TrevorV_ has joined #openstack-neutron | 14:58 | |
*** yamamoto has joined #openstack-neutron | 14:59 | |
*** klindgren has quit IRC | 14:59 | |
*** jecarey has joined #openstack-neutron | 15:00 | |
gabriel-bezerra | Hi. I'm working on some tests to Neutron policies and would like to know what methods of the api the subnets:{private,shared}:{read,write} refer to. Updating a subnet on a shared network with a non-admin user worked the same way as updating a private network, with the method subnet_update of python-neutronclient; even with subnets:shared:write set to admin_only. | 15:01 |
*** dvorkinista has quit IRC | 15:01 | |
*** carl_baldwin has joined #openstack-neutron | 15:01 | |
gabriel-bezerra | Do subnets:shared:write policy refer to a different method from update_subnet policy? | 15:02 |
*** yamamoto has quit IRC | 15:04 | |
*** krtaylor has quit IRC | 15:05 | |
*** jaypipes-GOOAL has quit IRC | 15:06 | |
*** xianghui has quit IRC | 15:18 | |
openstackgerrit | Ann Kamyshnikova proposed a change to openstack/neutron: Database healing migration https://review.openstack.org/96438 | 15:18 |
*** matrohon has quit IRC | 15:18 | |
*** packet has joined #openstack-neutron | 15:19 | |
*** nlahouti has joined #openstack-neutron | 15:20 | |
*** dims__ has joined #openstack-neutron | 15:23 | |
*** s3wong has quit IRC | 15:24 | |
*** jlibosva has quit IRC | 15:25 | |
*** zz_blogan is now known as blogan | 15:25 | |
*** dims__ has quit IRC | 15:27 | |
*** dims__ has joined #openstack-neutron | 15:27 | |
*** matrohon has joined #openstack-neutron | 15:28 | |
*** yamamoto has joined #openstack-neutron | 15:29 | |
*** ijw has quit IRC | 15:30 | |
*** r-mibu_ has joined #openstack-neutron | 15:34 | |
*** garyk has joined #openstack-neutron | 15:34 | |
*** yfried has quit IRC | 15:40 | |
*** otherwiseguy has joined #openstack-neutron | 15:42 | |
*** alex_klimov has joined #openstack-neutron | 15:42 | |
*** yfried has joined #openstack-neutron | 15:43 | |
*** SridharG has quit IRC | 15:43 | |
*** afazekas has joined #openstack-neutron | 15:44 | |
*** chandankumar has quit IRC | 15:44 | |
*** markmcclain has joined #openstack-neutron | 15:45 | |
*** leseb has quit IRC | 15:46 | |
*** leseb has joined #openstack-neutron | 15:46 | |
*** jorgem has joined #openstack-neutron | 15:46 | |
*** leseb has quit IRC | 15:46 | |
*** leseb has joined #openstack-neutron | 15:47 | |
openstackgerrit | Ryota MIBU proposed a change to openstack/neutron: Set vif_details to reflect enable_security_group https://review.openstack.org/104240 | 15:47 |
*** changbl has quit IRC | 15:47 | |
kickinz1 | Hi, | 15:49 |
*** samuelbercovici1 has joined #openstack-neutron | 15:50 | |
*** nati_ueno has joined #openstack-neutron | 15:50 | |
kickinz1 | I'm trying to get the list of port belonging to a router from python | 15:50 |
*** ihrachyshka has quit IRC | 15:51 | |
openstackgerrit | YAMAMOTO Takashi proposed a change to openstack/neutron: ofagent: Fix an argument mismatch bug in commit 9d13ea88 https://review.openstack.org/103764 | 15:51 |
kickinz1 | I don'tfind an easy way to do that (new to python), I tried with the creation of a port.ListRouterPort(); but I don't get what args.get_data() requires. | 15:52 |
kickinz1 | any idea? | 15:52 |
openstackgerrit | YAMAMOTO Takashi proposed a change to openstack/neutron: ofagent: Fix an argument mismatch bug in commit 9d13ea88 https://review.openstack.org/103764 | 15:52 |
*** samuelbercovici has quit IRC | 15:53 | |
*** samuelbercovici1 is now known as samuelbercovici | 15:53 | |
*** rcurran has joined #openstack-neutron | 15:56 | |
*** roeyc has quit IRC | 15:56 | |
*** ofer has left #openstack-neutron | 15:57 | |
*** ijw has joined #openstack-neutron | 15:57 | |
*** padkrish has joined #openstack-neutron | 15:58 | |
*** Sukhdev has joined #openstack-neutron | 15:58 | |
*** otherwiseguy has quit IRC | 15:58 | |
*** ijw_ has joined #openstack-neutron | 16:00 | |
*** nlahouti_ has joined #openstack-neutron | 16:00 | |
*** padkrish_ has joined #openstack-neutron | 16:00 | |
*** dave_tucker is now known as dave_tucker_zzz | 16:00 | |
*** otherwiseguy has joined #openstack-neutron | 16:00 | |
*** irenab has joined #openstack-neutron | 16:01 | |
*** yisun has joined #openstack-neutron | 16:01 | |
carl_baldwin | viveknarasimhan: yisun: ping | 16:01 |
yisun | Carl: echo | 16:02 |
*** ijw has quit IRC | 16:02 | |
*** mestery has quit IRC | 16:02 | |
*** padkrish has quit IRC | 16:02 | |
*** nlahouti has quit IRC | 16:02 | |
carl_baldwin | I do not see Vivek in this room yet. Let me PM him. | 16:02 |
yisun | Carl: before Vivek drop off from another room, he said “bindings are in a single bucket represented by a logical router interface to the tenant”. Do you know what does “bindings” means? | 16:03 |
yisun | Carl: BTW— I will need to run in a few mintues, if you can not find Vivek, I think we can talk over email | 16:04 |
carl_baldwin | Maybe we can plan a time to discuss this with him and others on the DVR team like Swami when he is back from vacation. I think a hangout or something would be a good idea. | 16:06 |
carl_baldwin | I think there is some confusion with Vivek about which room we’re in. | 16:06 |
yisun | Carl: Sure | 16:06 |
*** banix has joined #openstack-neutron | 16:06 | |
yisun | When will Swami back? | 16:07 |
carl_baldwin | yisun: I’ll let you go now. Could you suggest convening a discussion on the ML? | 16:07 |
yisun | Carl: Sure, I will do that what would be your preferred time? | 16:07 |
carl_baldwin | I think Swami may be returning next week. It was going to be early July I think. | 16:07 |
carl_baldwin | yisun: We can discuss time on the ML. | 16:07 |
yisun | Carl: ok, let me do it. Thanks. See u later | 16:07 |
carl_baldwin | yisun: ttyl | 16:08 |
*** armax has quit IRC | 16:08 | |
*** a_le has joined #openstack-neutron | 16:09 | |
*** a_le has quit IRC | 16:11 | |
*** coolsvap is now known as coolsvap|afk | 16:12 | |
*** sphoorti has quit IRC | 16:16 | |
*** otherwiseguy has quit IRC | 16:16 | |
*** _cjones_ has joined #openstack-neutron | 16:16 | |
gabriel-bezerra | kickinz1: you can list the ports of a project and filter by router_id | 16:17 |
gabriel-bezerra | if you are using python-neutronclient | 16:17 |
gabriel-bezerra | this file may help you https://github.com/openstack/python-neutronclient/blob/master/neutronclient/v2_0/client.py | 16:17 |
gabriel-bezerra | this doc as well: http://docs.openstack.org/api/openstack-network/2.0/content/router_ext.html | 16:18 |
gabriel-bezerra | and you can find some samples here: https://github.com/rajdeepd/openstack-samples/tree/master/lab1/neutronsamples | 16:18 |
*** xuhanp has quit IRC | 16:18 | |
*** klindgren_ has quit IRC | 16:19 | |
kickinz1 | <gabriel-bezerra>: thanks | 16:19 |
* kickinz1 reading | 16:19 | |
*** mestery has joined #openstack-neutron | 16:19 | |
gabriel-bezerra | kickinz1: no problem | 16:19 |
*** doude has quit IRC | 16:20 | |
*** ygbo has quit IRC | 16:21 | |
*** dvorkinista has joined #openstack-neutron | 16:21 | |
*** SridharG has joined #openstack-neutron | 16:25 | |
*** manishg has joined #openstack-neutron | 16:25 | |
*** TrevorV_ has quit IRC | 16:26 | |
*** overlayer has quit IRC | 16:28 | |
*** ijw has joined #openstack-neutron | 16:28 | |
openstackgerrit | Edward Hope-Morley proposed a change to openstack/neutron: Adds optional timeout for neutronclient https://review.openstack.org/61183 | 16:30 |
*** ijw_ has quit IRC | 16:30 | |
*** krtaylor has joined #openstack-neutron | 16:30 | |
*** alagalah_ has joined #openstack-neutron | 16:31 | |
kickinz1 | gabriel-bzerra, port list don't give you any router_id. Did I miss something? | 16:31 |
*** irenab has quit IRC | 16:32 | |
kickinz1 | I read all but, I may have missed something... Don't know how to make the port-router link... | 16:32 |
*** alagalah has quit IRC | 16:33 | |
*** xarses has quit IRC | 16:33 | |
*** nati_ueno has quit IRC | 16:33 | |
*** leseb has quit IRC | 16:34 | |
*** leseb has joined #openstack-neutron | 16:34 | |
*** irenab has joined #openstack-neutron | 16:35 | |
*** leseb has quit IRC | 16:39 | |
*** yisun has quit IRC | 16:40 | |
*** karimb has quit IRC | 16:41 | |
*** samuelbercovici has quit IRC | 16:42 | |
*** oreillyd has quit IRC | 16:42 | |
*** thedodd has quit IRC | 16:44 | |
*** annegent_ has quit IRC | 16:45 | |
*** otherwiseguy has joined #openstack-neutron | 16:46 | |
*** networkstatic has joined #openstack-neutron | 16:46 | |
*** jpich has quit IRC | 16:47 | |
*** markmcclain has quit IRC | 16:48 | |
kickinz1 | ok, thanks to menastress2, I solved my pb: | 16:48 |
kickinz1 | in a port, if its owner is 'network:router_interface', device_id is router_id. | 16:49 |
*** zhiyan is now known as zhiyan_ | 16:50 | |
openstackgerrit | Arvind Somya proposed a change to openstack/neutron-specs: ML2 Type drivers refactor to allow extensiblity https://review.openstack.org/91811 | 16:50 |
*** zhiyan_ is now known as zhiyan | 16:51 | |
openstackgerrit | Arvind Somya proposed a change to openstack/neutron-specs: ML2 Type drivers refactor to allow extensiblity https://review.openstack.org/91811 | 16:51 |
*** harlowja_away is now known as harlowja | 16:52 | |
*** spandhe has joined #openstack-neutron | 16:57 | |
*** markmcclain has joined #openstack-neutron | 16:58 | |
*** markmcclain has quit IRC | 16:58 | |
*** markmcclain has joined #openstack-neutron | 16:59 | |
*** jgallard has quit IRC | 16:59 | |
*** WackoRobie has quit IRC | 17:02 | |
*** rcurran has quit IRC | 17:02 | |
*** irenab has quit IRC | 17:02 | |
*** WackoRobie has joined #openstack-neutron | 17:02 | |
*** Longgeek has quit IRC | 17:02 | |
*** VijayB has joined #openstack-neutron | 17:03 | |
*** otherwiseguy has quit IRC | 17:03 | |
*** xarses has joined #openstack-neutron | 17:04 | |
openstackgerrit | Maru Newby proposed a change to openstack/neutron: DO NOT MERGE https://review.openstack.org/104043 | 17:04 |
*** VijayB has quit IRC | 17:04 | |
*** leseb has joined #openstack-neutron | 17:04 | |
*** VijayB_ has joined #openstack-neutron | 17:04 | |
*** otherwiseguy has joined #openstack-neutron | 17:05 | |
*** WackoRobie has quit IRC | 17:07 | |
openstackgerrit | YAMAMOTO Takashi proposed a change to openstack/neutron: OVS agent: fix a comment on CANARY_TABLE https://review.openstack.org/103701 | 17:07 |
*** zhiyan is now known as zhiyan_ | 17:08 | |
*** SumitNaiksatam has quit IRC | 17:09 | |
*** garyduan has quit IRC | 17:09 | |
*** leseb has quit IRC | 17:09 | |
*** garyduan has joined #openstack-neutron | 17:10 | |
*** sbfox has joined #openstack-neutron | 17:10 | |
*** Zemeio has joined #openstack-neutron | 17:12 | |
*** dave_tucker_zzz is now known as dave_tucker | 17:13 | |
*** leseb has joined #openstack-neutron | 17:13 | |
*** luqas has quit IRC | 17:16 | |
*** otherwiseguy has quit IRC | 17:21 | |
*** amcrn has joined #openstack-neutron | 17:23 | |
*** SumitNaiksatam has joined #openstack-neutron | 17:24 | |
*** dkehn_ has quit IRC | 17:24 | |
*** alagalah_ has quit IRC | 17:25 | |
*** a_le has joined #openstack-neutron | 17:25 | |
*** crc32 has joined #openstack-neutron | 17:25 | |
*** alagalah has joined #openstack-neutron | 17:25 | |
*** a_le has quit IRC | 17:25 | |
*** s3wong has joined #openstack-neutron | 17:26 | |
*** dkehn has joined #openstack-neutron | 17:26 | |
*** networkstatic has quit IRC | 17:29 | |
*** leseb has quit IRC | 17:30 | |
*** leseb has joined #openstack-neutron | 17:31 | |
*** baoli has quit IRC | 17:31 | |
*** sbfox has quit IRC | 17:33 | |
*** suresh12 has joined #openstack-neutron | 17:34 | |
*** harmw has quit IRC | 17:34 | |
*** leseb has quit IRC | 17:35 | |
*** mwagner_ has quit IRC | 17:35 | |
*** mandeep has joined #openstack-neutron | 17:36 | |
*** dvorkinista has quit IRC | 17:39 | |
*** dvorkinista has joined #openstack-neutron | 17:39 | |
*** chuckC has quit IRC | 17:43 | |
*** sbfox has joined #openstack-neutron | 17:44 | |
*** zzelle has joined #openstack-neutron | 17:44 | |
*** leseb has joined #openstack-neutron | 17:45 | |
*** luqas has joined #openstack-neutron | 17:48 | |
*** irenab has joined #openstack-neutron | 17:49 | |
*** openstackgerrit has quit IRC | 17:49 | |
*** leseb has quit IRC | 17:50 | |
*** nlahouti_ has quit IRC | 17:50 | |
*** openstackgerrit has joined #openstack-neutron | 17:50 | |
*** nlahouti has joined #openstack-neutron | 17:52 | |
*** bandarji has joined #openstack-neutron | 17:52 | |
*** harmw has joined #openstack-neutron | 17:52 | |
*** armax has joined #openstack-neutron | 17:53 | |
*** zzelle_ has quit IRC | 17:54 | |
*** annegent_ has joined #openstack-neutron | 17:54 | |
*** otherwiseguy has joined #openstack-neutron | 17:54 | |
*** beagles has quit IRC | 17:57 | |
*** Sukhdev has quit IRC | 17:58 | |
*** lori is now known as lori|away | 17:58 | |
*** beagles has joined #openstack-neutron | 17:58 | |
*** dvorkini_ has joined #openstack-neutron | 17:59 | |
*** padkrish has joined #openstack-neutron | 17:59 | |
*** dvorkinista has quit IRC | 18:01 | |
*** alagalah has quit IRC | 18:01 | |
*** padkrish_ has quit IRC | 18:01 | |
*** mestery has quit IRC | 18:02 | |
*** baoli has joined #openstack-neutron | 18:02 | |
*** otherwiseguy has quit IRC | 18:03 | |
*** annegent_ has quit IRC | 18:03 | |
*** alagalah has joined #openstack-neutron | 18:03 | |
openstackgerrit | Carl Baldwin proposed a change to openstack/neutron: L2 Model additions to support DVR https://review.openstack.org/102101 | 18:05 |
*** nati_ueno has joined #openstack-neutron | 18:05 | |
*** bandarji has quit IRC | 18:05 | |
*** bandarji has joined #openstack-neutron | 18:05 | |
*** packet has quit IRC | 18:06 | |
*** garyk has quit IRC | 18:06 | |
*** changbl has joined #openstack-neutron | 18:07 | |
*** baoli has quit IRC | 18:09 | |
*** bandarji has quit IRC | 18:10 | |
*** mestery has joined #openstack-neutron | 18:10 | |
*** bandarji has joined #openstack-neutron | 18:10 | |
*** bandarji has quit IRC | 18:11 | |
*** devvesa has quit IRC | 18:11 | |
beagles | arosen: are the port security extension changes already in the neutron code base? | 18:11 |
beagles | arosen: for Icehouse I mean... sorry should've been more specific | 18:12 |
*** WackoRobie has joined #openstack-neutron | 18:13 | |
*** WackoRobie has quit IRC | 18:13 | |
*** padkrish_ has joined #openstack-neutron | 18:13 | |
*** mestery_ has joined #openstack-neutron | 18:14 | |
*** WackoRobie has joined #openstack-neutron | 18:14 | |
openstackgerrit | A change was merged to openstack/neutron: Add configurable http_timeout parameter for Cisco N1K https://review.openstack.org/102604 | 18:14 |
*** mestery has quit IRC | 18:14 | |
*** shakamunyi has joined #openstack-neutron | 18:14 | |
*** padkrish has quit IRC | 18:16 | |
*** changbl has quit IRC | 18:17 | |
*** marun_afk is now known as marun | 18:18 | |
*** amitpp has joined #openstack-neutron | 18:19 | |
*** packet has joined #openstack-neutron | 18:19 | |
*** ijw has quit IRC | 18:20 | |
*** ijw has joined #openstack-neutron | 18:21 | |
*** mestery_ has quit IRC | 18:21 | |
*** mestery has joined #openstack-neutron | 18:21 | |
arosen | beagles: I believe only for nsx and nuage | 18:21 |
arosen | beagles: unfortunately i've been busy with other non openstack stuff lately. | 18:22 |
beagles | arosen: okay, thanks for the info | 18:22 |
openstackgerrit | Edward Hope-Morley proposed a change to openstack/neutron: Adds optional timeout for neutronclient https://review.openstack.org/61183 | 18:23 |
*** ijw_ has joined #openstack-neutron | 18:25 | |
*** nlahouti_ has joined #openstack-neutron | 18:26 | |
*** mestery has quit IRC | 18:26 | |
*** mestery has joined #openstack-neutron | 18:28 | |
*** ijw has quit IRC | 18:28 | |
anteaya | mestery: so the sprint is next week | 18:29 |
anteaya | mestery: do you need anything from infra that you are aware of now? | 18:29 |
*** nlahouti has quit IRC | 18:30 | |
anteaya | or the next sprint is next week, I should say | 18:30 |
mestery | anteaya: ayup | 18:30 |
anteaya | do you need anything that you know about now? | 18:30 |
anteaya | so I can like, try to prepare? | 18:30 |
*** chuckC has joined #openstack-neutron | 18:31 | |
*** ijw has joined #openstack-neutron | 18:31 | |
nlahouti_ | Can someone other than owner (i.e. co-writer) can edit the neutron-spec and commit the changes for review? | 18:32 |
*** spandhe has quit IRC | 18:33 | |
*** ijw_ has quit IRC | 18:33 | |
anteaya | nlahouti_: it is physically possible to download a patchset and edit it, submitting a changed patchset to gerrit | 18:34 |
anteaya | nlahouti_: doing so without permission from the patch owner is probably going to cause an issue though | 18:34 |
*** spandhe has joined #openstack-neutron | 18:34 | |
nlahouti_ | anteaya: we did but we get access errror | 18:34 |
anteaya | nlahouti_: can you paste the output | 18:34 |
*** alagalah has quit IRC | 18:35 | |
anteaya | including the command you ran to produce it | 18:35 |
anteaya | paste.openstack.org | 18:35 |
*** mestery_ has joined #openstack-neutron | 18:35 | |
*** mestery has quit IRC | 18:35 | |
mestery_ | anteaya: My VPN is bouncing, apologies for appearing and disappearing. | 18:35 |
anteaya | mestery_: np | 18:36 |
anteaya | I tolerate the many manifestations of markmcclain | 18:36 |
*** dave_tucker is now known as dave_tucker_zzz | 18:36 | |
anteaya | only two of you is simple | 18:36 |
nlahouti_ | anteaya: http://paste.openstack.org/show/85345/ | 18:36 |
openstackgerrit | Arvind Somya proposed a change to openstack/neutron-specs: ML2 Type drivers refactor to allow extensiblity https://review.openstack.org/91811 | 18:36 |
anteaya | nlahouti_: right so the person who is the gerrit user submitting this patch, can't submit patches to gerrit right now | 18:37 |
openstackgerrit | A change was merged to openstack/neutron: Updated from global requirements https://review.openstack.org/104019 | 18:37 |
anteaya | nlahouti_: since gerrit doen'st have a record of that person submitting contact information with their icla | 18:37 |
openstackgerrit | A change was merged to openstack/neutron: Imported Translations from Transifex https://review.openstack.org/103745 | 18:37 |
*** dims__ has quit IRC | 18:37 | |
anteaya | nlahouti_: http://docs.openstack.org/infra/manual/developers.html#getting-started | 18:38 |
nlahouti_ | anteaya: we added and it shows up in the accepted list | 18:38 |
*** mandeep has left #openstack-neutron | 18:38 | |
anteaya | nlahouti_: make sure the person getting that message has followed all the steps in the doc I linked you to | 18:38 |
anteaya | nlahouti_: can you link me to what you mean by accepted list | 18:39 |
*** overlayer has joined #openstack-neutron | 18:39 | |
mestery_ | anteaya: ha! :) | 18:39 |
anteaya | mestery_: :D | 18:39 |
anteaya | so anything you want me to prep for next week? | 18:39 |
*** s3wong has quit IRC | 18:40 | |
mestery_ | anteaya: Off the top of my head, nothing right now. We will discuss third-party CI for multi-node tempest testing if that is of interest. | 18:40 |
mestery_ | anteaya: marun has an interest there. | 18:40 |
anteaya | mestery_: okay, know that my one and only contribution to that particular discussion is bring it up at the infra meeting | 18:40 |
anteaya | mestery_: so if you want to be ahead of the game, put it on next weeks infra meeting | 18:40 |
anteaya | mestery_: great | 18:40 |
*** SridharG has quit IRC | 18:41 | |
mestery_ | anteaya: OK, thanks! | 18:41 |
mestery_ | anteaya: I think marun is going to also discuss it at the QA meeting tomorrow as well. | 18:41 |
nlahouti_ | anteaya: we see it on gitreview.openstack.org/#/admin/groups. It so slow now.. | 18:41 |
anteaya | mestery_: awesome | 18:41 |
markmcclain | anteaya: it's just the plain nick today :) | 18:41 |
*** amitpp has quit IRC | 18:41 | |
anteaya | nlahouti_: what do you see at review.openstack.org/#/admin/groups? | 18:41 |
markmcclain | enikanorov__: flavor re flavor | 18:41 |
anteaya | markmcclain: wow, that never happens | 18:41 |
anteaya | markmcclain: usually 4 of you bouncing around | 18:42 |
enikanorov__ | markmcclain: hey | 18:42 |
nlahouti_ | anteaya: paddu is sending the link | 18:42 |
padkrish_ | anteaya: https://review.openstack.org/#/admin/groups/324,members | 18:42 |
markmcclain | enikanorov__: playing catch up.. you have pinged me earlier | 18:42 |
markmcclain | anteaya: haha | 18:43 |
*** tongli has joined #openstack-neutron | 18:43 | |
anteaya | nlahouti_ padkrish_ okay whose account is throwing the error? | 18:43 |
nlahouti_ | anteaya: padkrish | 18:44 |
enikanorov__ | markmcclain: yeah, i've left the general comment on the review. If we could agree on this, I think it should not take me too long to implement the proposal | 18:44 |
padkrish_ | anteaya: mine | 18:44 |
*** nati_ueno has quit IRC | 18:44 | |
anteaya | great, okay padkrish_ that means you signed the icla | 18:44 |
*** mlavalle has joined #openstack-neutron | 18:44 | |
markmcclain | enikanorov__: ah cool looking at the comments | 18:45 |
anteaya | padkrish_: the error you are getting is regarding contact information | 18:45 |
*** nati_ueno has joined #openstack-neutron | 18:45 | |
anteaya | padkrish_: please read: http://docs.openstack.org/infra/manual/developers.html#getting-started and ensure you followed all the steps | 18:45 |
padkrish_ | anteaya: Yes, i did...My username and password seems to match with .gitconfig | 18:46 |
anteaya | and the contact information | 18:46 |
anteaya | that you were prompted to fill out when you signed the icla | 18:46 |
anteaya | did you fill out that contact information? | 18:47 |
*** dims__ has joined #openstack-neutron | 18:47 | |
*** Youcef has quit IRC | 18:47 | |
padkrish_ | anteaya: Yes, i again did it..."Contact information last updated on Jul 2, 2014 at 11:47 AM." | 18:48 |
anteaya | great | 18:48 |
padkrish_ | anteaya: except for the fax number | 18:48 |
anteaya | what command are you running when you get the error? | 18:48 |
anteaya | next time please include it in the paste | 18:48 |
padkrish_ | anteaya: git review | 18:48 |
anteaya | okay | 18:49 |
anteaya | please run git review -v and paste the output including the command | 18:49 |
*** yamamoto has quit IRC | 18:49 | |
*** overlayer has quit IRC | 18:49 | |
*** overlayer has joined #openstack-neutron | 18:50 | |
*** armax has quit IRC | 18:50 | |
*** irenab has quit IRC | 18:50 | |
padkrish_ | anteaya: now the error seems to be different, not the icla error anymore. I have the new error at http://paste.openstack.org/show/85346/ | 18:51 |
*** alagalah has joined #openstack-neutron | 18:52 | |
anteaya | okay I will post a command for you to run, you have to substite your gerrit username where it says <gerrit username> | 18:52 |
anteaya | okay | 18:52 |
padkrish_ | anteaya: ok | 18:53 |
anteaya | ssh -p 29418 <gerrit username>@review.openstack.org gerrit ls projects | 18:53 |
*** samuelbercovici has joined #openstack-neutron | 18:53 | |
anteaya | and paste the output including the command | 18:53 |
*** dvorkini_ has quit IRC | 18:53 | |
*** nati_uen_ has joined #openstack-neutron | 18:53 | |
*** chuckC has quit IRC | 18:54 | |
*** dvorkinista has joined #openstack-neutron | 18:54 | |
anteaya | padkrish_: sorry I forgot a hyphen, gerrit ls-projects | 18:56 |
*** nati_ueno has quit IRC | 18:56 | |
mlavalle | markmcclain: are you around? | 18:57 |
*** chuckC has joined #openstack-neutron | 18:57 | |
padkrish_ | anteaya: O/P is at http://paste.openstack.org/show/85348/ | 18:57 |
markmcclain | mlavalle: yes.. what's up? | 18:57 |
mlavalle | markmcclain: I am populating the etherpad for net week's sprint. I want to check with you what is needed from tempest for nova parity? | 18:58 |
*** changbl has joined #openstack-neutron | 18:59 | |
markmcclain | for tempest we should be able to run the full job | 18:59 |
markmcclain | and pass all tests that nova does | 18:59 |
*** harlowja is now known as harlowja_away | 18:59 | |
openstackgerrit | Paddu Krishnan proposed a change to openstack/neutron-specs: VDP support in OVS Neutron Agent https://review.openstack.org/89728 | 18:59 |
nlahouti_ | anteaya: it works now | 19:00 |
padkrish_ | anteaya: Now it seemed to have gone thrpough :) | 19:00 |
nlahouti_ | anteaya: thx a lot for your time | 19:00 |
anteaya | marvelous | 19:00 |
anteaya | np | 19:00 |
padkrish_ | anteaya: Thanks a lot for your help | 19:00 |
anteaya | great work, happy submitting patches | 19:00 |
anteaya | do reviews! | 19:00 |
padkrish_ | anteaya: sure !! | 19:01 |
mlavalle | markmcclain: ok, got you. A few weeks ago I updated for you an etherpad for nova parity where you had a section with the neutron api tests. I want to update it again with the latest status…. what's the url? | 19:02 |
markmcclain | mlavalle: that etherpad was converted to a wiki for TC | 19:03 |
markmcclain | feel free to add the update to one we're using for the sprint | 19:03 |
mlavalle | cool | 19:03 |
*** harlowja_away is now known as harlowja | 19:03 | |
openstackgerrit | Paddu Krishnan proposed a change to openstack/neutron-specs: VDP support in OVS Neutron Agent https://review.openstack.org/89728 | 19:05 |
*** baoli has joined #openstack-neutron | 19:07 | |
*** baoli_ has joined #openstack-neutron | 19:08 | |
*** AbsinthMind has joined #openstack-neutron | 19:10 | |
*** baoli has quit IRC | 19:11 | |
*** luqas has quit IRC | 19:12 | |
*** baoli_ has quit IRC | 19:13 | |
*** leseb has joined #openstack-neutron | 19:14 | |
*** Sukhdev has joined #openstack-neutron | 19:21 | |
*** samuelbercovici has quit IRC | 19:22 | |
*** otherwiseguy has joined #openstack-neutron | 19:25 | |
openstackgerrit | Sourabh Patwardhan proposed a change to openstack/neutron-specs: Refactor DHCP agent scheduler code https://review.openstack.org/104316 | 19:26 |
*** yamamoto has joined #openstack-neutron | 19:31 | |
*** ijw has quit IRC | 19:32 | |
*** VijayB_ has quit IRC | 19:32 | |
*** ijw has joined #openstack-neutron | 19:33 | |
*** dims__ has quit IRC | 19:33 | |
*** ijw has quit IRC | 19:33 | |
*** ijw has joined #openstack-neutron | 19:34 | |
*** yamamoto has quit IRC | 19:35 | |
*** lykinsbd has joined #openstack-neutron | 19:37 | |
anteaya | mestery_: everything about this makes me sad: http://lists.openstack.org/pipermail/openstack-dev/2014-July/039213.html | 19:37 |
anteaya | mestery_: I would really like to get some good developer feedback on kevinbenton's post since I think it is a legitimate question | 19:38 |
*** leseb has quit IRC | 19:38 | |
mestery_ | anteaya: Understood. | 19:38 |
*** mestery_ is now known as mestery | 19:38 | |
anteaya | mestery_: and a good dialog opener for the ci/dev discussion | 19:38 |
openstackgerrit | Edward Hope-Morley proposed a change to openstack/neutron: Adds optional timeout for neutronclient https://review.openstack.org/61183 | 19:38 |
anteaya | please let's not let this derail his question | 19:38 |
*** leseb has joined #openstack-neutron | 19:38 | |
anteaya | mestery: I'll leave it with you then, and thank you | 19:39 |
mestery | anteaya: Thank you for bringing this to my attention! | 19:39 |
anteaya | thank you | 19:40 |
*** jobewan has quit IRC | 19:40 | |
anteaya | I appreciate it | 19:40 |
*** overlayer has quit IRC | 19:42 | |
*** TrevorV_ has joined #openstack-neutron | 19:42 | |
*** overlayer has joined #openstack-neutron | 19:43 | |
*** leseb has quit IRC | 19:43 | |
zzelle | Sukhdev, hi | 19:43 |
*** dims has joined #openstack-neutron | 19:44 | |
*** networkstatic has joined #openstack-neutron | 19:46 | |
*** dims_ has joined #openstack-neutron | 19:48 | |
*** safchain has quit IRC | 19:48 | |
* anteaya is also paging Sukhdev | 19:49 | |
anteaya | Sukhdev: when you are around please /join #openstack-trove, SlickNik needs to speak with you | 19:49 |
Sukhdev | zzelle anteaya: Hi | 19:49 |
*** leseb has joined #openstack-neutron | 19:49 | |
*** dims has quit IRC | 19:49 | |
anteaya | Sukhdev: he tried to patch the gerrit trigger plugin and got the following stacktrace: https://gist.github.com/anonymous/7984f4180fdd271a8c4f | 19:50 |
openstackgerrit | A change was merged to openstack/neutron: Allow setting a rootwrap cmd for functional tests https://review.openstack.org/104029 | 19:50 |
anteaya | Sukhdev: he is keen to work with you to figure out what to do next | 19:50 |
*** ranger81 has quit IRC | 19:51 | |
*** shakamunyi has quit IRC | 19:52 | |
*** ranger81 has joined #openstack-neutron | 19:52 | |
Sukhdev | anteaya: I was heading out to lunch - heard the ping and came to check it out | 19:52 |
*** SlickNik has joined #openstack-neutron | 19:53 | |
Sukhdev | anteaya: I will look and hook up with him | 19:53 |
anteaya | okay where in -infra or -trove or here? | 19:53 |
anteaya | where should I tell him? | 19:53 |
SlickNik | I'm in both places now, so you can take your pick :) | 19:53 |
*** dims_ has quit IRC | 19:54 | |
*** dims has joined #openstack-neutron | 19:54 | |
*** SlickNik has left #openstack-neutron | 19:58 | |
*** dims_ has joined #openstack-neutron | 19:58 | |
*** yamamoto has joined #openstack-neutron | 19:59 | |
*** dims has quit IRC | 20:00 | |
*** TrevorV_ has quit IRC | 20:02 | |
zzelle | markmcclain, hi | 20:03 |
markmcclain | zzelle: hi | 20:03 |
*** slawqo has joined #openstack-neutron | 20:03 | |
*** yamamoto has quit IRC | 20:04 | |
slawqo | hello everyone | 20:04 |
slawqo | I'm playing with openstack, neutron with openvswitch and vxlan tenant network | 20:04 |
zzelle | markmcclain, could you provide me your feedback on helper methods to remove SELECT FOR UPDATE in ML2 network create - https://review.openstack.org/#/c/71904/20/neutron/plugins/ml2/drivers/helpers.py | 20:04 |
zzelle | ? | 20:04 |
*** dims_ has quit IRC | 20:05 | |
slawqo | and all is fine except performance | 20:05 |
zzelle | markmcclain, that's the only solution i found without changing db models | 20:05 |
slawqo | on 10Gbps interfaces on hosts I have only about 2-2.5 Gbps on instances (tested with iperf) | 20:05 |
slawqo | same test on hosts give me more than 9Gbps | 20:06 |
slawqo | I have got jumbo frames on hosts enabled | 20:06 |
slawqo | maybe someone of You will have idea what can be reason of such poor performance? | 20:06 |
*** dims has joined #openstack-neutron | 20:06 | |
*** padkrish_ has quit IRC | 20:07 | |
*** shakamunyi has joined #openstack-neutron | 20:07 | |
markmcclain | zzelle: sure I'll take a look | 20:07 |
*** padkrish has joined #openstack-neutron | 20:07 | |
zzelle | markmcclain, should we try to remove SELECT FOR UPDATE even if it slow down service startup ? | 20:08 |
*** baoli has joined #openstack-neutron | 20:09 | |
*** harlowja is now known as harlowja_away | 20:09 | |
zzelle | markmcclain, ie: it's possible to remove all SELECT FOR UPDATE in vlan type drivers but it implies to insert vlan one by one (not possible to reuse bulk vxlan insert) | 20:10 |
*** thedodd has joined #openstack-neutron | 20:10 | |
*** ijw has quit IRC | 20:11 | |
markmcclain | zzelle: long term for service start-up yes | 20:12 |
*** padkrish has quit IRC | 20:12 | |
*** Sukhdev has quit IRC | 20:13 | |
*** vivek-ebay has joined #openstack-neutron | 20:13 | |
*** radez is now known as radez_g0n3 | 20:13 | |
*** baoli has quit IRC | 20:14 | |
*** vivek-ebay has quit IRC | 20:16 | |
zzelle | markmcclain, not sure to understand, we should prefer SELECT FOR UPDATE removal over faster startup ? | 20:17 |
zzelle | markmcclain, btw, vlans are limited in number by RFC so the impact should be small | 20:18 |
*** vivek-ebay has joined #openstack-neutron | 20:18 | |
*** ihrachyshka has joined #openstack-neutron | 20:21 | |
*** ijw has joined #openstack-neutron | 20:22 | |
*** VijayB has joined #openstack-neutron | 20:23 | |
*** ihrachyshka has quit IRC | 20:26 | |
*** suresh12 has quit IRC | 20:26 | |
*** padkrish has joined #openstack-neutron | 20:26 | |
*** mestery_ has joined #openstack-neutron | 20:30 | |
*** alexpilotti has quit IRC | 20:31 | |
*** suresh12 has joined #openstack-neutron | 20:34 | |
*** harlowja_away is now known as harlowja | 20:39 | |
*** spandhe has quit IRC | 20:40 | |
openstackgerrit | nlahouti proposed a change to openstack/neutron: Cisco DFA ML2 Mechanism Driver https://review.openstack.org/103281 | 20:41 |
*** marun is now known as marun_afk | 20:43 | |
*** suresh12 has quit IRC | 20:47 | |
*** Sukhdev has joined #openstack-neutron | 20:50 | |
*** suresh12 has joined #openstack-neutron | 20:50 | |
*** krtaylor has quit IRC | 20:50 | |
*** marun_afk is now known as marun | 20:52 | |
*** Gamekiller77 has joined #openstack-neutron | 20:52 | |
Gamekiller77 | Hello all need some help finding some code for OVS agent or neutron where it updates the iptables rules | 20:52 |
Gamekiller77 | from what i can see only 5 private IP are able to be in the out bound chain at any given time and this seems very odd | 20:54 |
*** dims has quit IRC | 20:55 | |
*** Sukhdev_ has joined #openstack-neutron | 20:57 | |
*** yamamoto has joined #openstack-neutron | 20:59 | |
*** Sukhdev has quit IRC | 21:00 | |
*** dims has joined #openstack-neutron | 21:00 | |
*** yfried has quit IRC | 21:00 | |
*** Sukhdev_ has quit IRC | 21:02 | |
openstackgerrit | Arvind Somya proposed a change to openstack/neutron-specs: ML2 Type driver for Overlay Networking https://review.openstack.org/104341 | 21:03 |
*** sbfox1 has joined #openstack-neutron | 21:03 | |
*** yfried has joined #openstack-neutron | 21:03 | |
*** yamamoto has quit IRC | 21:03 | |
openstackgerrit | Arvind Somya proposed a change to openstack/neutron-specs: ML2 Type driver for Overlay Networking https://review.openstack.org/104341 | 21:04 |
*** mestery_ has quit IRC | 21:04 | |
*** sbfox has quit IRC | 21:05 | |
*** jckasper has quit IRC | 21:05 | |
*** jecarey has quit IRC | 21:06 | |
*** sbfox1 has quit IRC | 21:06 | |
*** sbfox has joined #openstack-neutron | 21:06 | |
*** sbfox1 has joined #openstack-neutron | 21:09 | |
*** sbfox has quit IRC | 21:09 | |
*** baoli has joined #openstack-neutron | 21:10 | |
*** dims_ has joined #openstack-neutron | 21:13 | |
*** baoli has quit IRC | 21:14 | |
*** dims has quit IRC | 21:15 | |
*** julim has quit IRC | 21:15 | |
openstackgerrit | Fei Long Wang proposed a change to openstack/python-neutronclient: Improve the method find_resourceid_by_name_or_id https://review.openstack.org/103476 | 21:16 |
*** gabriel-bezerra has quit IRC | 21:17 | |
*** alagalah has quit IRC | 21:17 | |
*** ijw has quit IRC | 21:18 | |
*** annegent_ has joined #openstack-neutron | 21:18 | |
*** dims_ has quit IRC | 21:18 | |
openstackgerrit | Yi Sun proposed a change to openstack/neutron-specs: Service group blueprint blueprint fwaas-customized-service https://review.openstack.org/94133 | 21:18 |
*** ijw has joined #openstack-neutron | 21:19 | |
*** dfarrell07 has quit IRC | 21:20 | |
*** jecarey has joined #openstack-neutron | 21:20 | |
*** ajo|mac has quit IRC | 21:21 | |
zzelle | arosen, hi | 21:24 |
*** markmcclain has quit IRC | 21:25 | |
*** alex_klimov has quit IRC | 21:26 | |
*** jp_at_hp has quit IRC | 21:27 | |
*** yfauser has joined #openstack-neutron | 21:28 | |
*** yfauser has left #openstack-neutron | 21:28 | |
*** overlayer has quit IRC | 21:30 | |
*** dims has joined #openstack-neutron | 21:31 | |
*** SumitNaiksatam has quit IRC | 21:32 | |
*** shashankhegde has joined #openstack-neutron | 21:32 | |
*** AbsinthMind has left #openstack-neutron | 21:33 | |
*** phil_h has quit IRC | 21:34 | |
*** sbfox has joined #openstack-neutron | 21:36 | |
*** sbfox1 has quit IRC | 21:38 | |
*** overlayer has joined #openstack-neutron | 21:40 | |
*** sbfox1 has joined #openstack-neutron | 21:42 | |
*** gabriel-bezerra has joined #openstack-neutron | 21:44 | |
*** sbfox has quit IRC | 21:44 | |
*** ghyoc has quit IRC | 21:48 | |
*** leseb has quit IRC | 21:49 | |
*** leseb has joined #openstack-neutron | 21:50 | |
*** ijw_ has joined #openstack-neutron | 21:51 | |
*** sweston has joined #openstack-neutron | 21:52 | |
*** ijw has quit IRC | 21:53 | |
*** leseb has quit IRC | 21:54 | |
openstackgerrit | Abhishek Raut proposed a change to openstack/neutron-specs: State synchronization for Cisco N1KV plugin https://review.openstack.org/104356 | 21:56 |
zzelle | mestery, in the place? | 21:57 |
manishg | marun, carl_baldwin - we talked about filing a bug last week re validation of len for string fields in API . I was going to file it now and noticed amotoki already filed one recently and is working on it - https://bugs.launchpad.net/neutron/+bug/1301350 . just fyi + followup. so not filing another one. | 21:58 |
*** rolledback has joined #openstack-neutron | 21:59 | |
*** yamamoto has joined #openstack-neutron | 21:59 | |
*** WackoRobie has quit IRC | 22:00 | |
*** WackoRobie has joined #openstack-neutron | 22:00 | |
*** tongli has quit IRC | 22:01 | |
*** pcm_ has quit IRC | 22:02 | |
carl_baldwin | manishg: Thanks for the pointer. Have you looked at the implementation and review comments? | 22:02 |
carl_baldwin | manishg: You would be a good person to review the implementation and get in to the discussion started by Mark. | 22:04 |
*** yamamoto has quit IRC | 22:04 | |
*** nlahouti_ has quit IRC | 22:04 | |
manishg | carl_baldwin - haven't looked at the review. Let me review it. thanks. | 22:05 |
*** nlahouti has joined #openstack-neutron | 22:05 | |
*** WackoRobie has quit IRC | 22:05 | |
carl_baldwin | Mark makes a good point. I’m not sure what my position is yet. | 22:05 |
openstackgerrit | AARON ZHANG proposed a change to openstack/neutron-specs: Config option to control visibility of cisco-policy-profile https://review.openstack.org/104014 | 22:08 |
*** nlahouti_ has joined #openstack-neutron | 22:08 | |
*** nlahouti has quit IRC | 22:09 | |
*** baoli has joined #openstack-neutron | 22:11 | |
*** baoli has quit IRC | 22:15 | |
*** shakamunyi has quit IRC | 22:17 | |
*** vivek-ebay has quit IRC | 22:18 | |
*** dfarrell07 has joined #openstack-neutron | 22:19 | |
*** rolledback has quit IRC | 22:19 | |
*** shakamunyi has joined #openstack-neutron | 22:20 | |
*** otherwiseguy has quit IRC | 22:21 | |
*** VijayB has quit IRC | 22:23 | |
*** mlavalle has quit IRC | 22:23 | |
*** vivek-ebay has joined #openstack-neutron | 22:23 | |
*** VijayB has joined #openstack-neutron | 22:23 | |
*** vivek-eb_ has joined #openstack-neutron | 22:25 | |
*** vivek-ebay has quit IRC | 22:25 | |
*** bklei has joined #openstack-neutron | 22:25 | |
*** banix has quit IRC | 22:26 | |
*** VijayB has quit IRC | 22:28 | |
*** vivek-eb_ has quit IRC | 22:29 | |
*** dvorkinista has quit IRC | 22:29 | |
*** dvorkini_ has joined #openstack-neutron | 22:29 | |
*** shashankhegde has quit IRC | 22:30 | |
*** annegent_ has quit IRC | 22:34 | |
*** otherwiseguy has joined #openstack-neutron | 22:36 | |
*** jgrimm has quit IRC | 22:37 | |
*** zzelle has quit IRC | 22:37 | |
*** baoli has joined #openstack-neutron | 22:39 | |
*** vivek-ebay has joined #openstack-neutron | 22:39 | |
*** ijw has joined #openstack-neutron | 22:40 | |
*** vivek-ebay has quit IRC | 22:41 | |
*** vivek-ebay has joined #openstack-neutron | 22:41 | |
*** armax has joined #openstack-neutron | 22:42 | |
*** ijw_ has quit IRC | 22:42 | |
*** bklei has quit IRC | 22:44 | |
*** shashankhegde has joined #openstack-neutron | 22:45 | |
*** sbfox1 has quit IRC | 22:46 | |
*** sbfox has joined #openstack-neutron | 22:47 | |
*** gongysh has joined #openstack-neutron | 22:50 | |
manishg | carl_baldwin - yeah, Mark makes a good point. If the API doesn't have it how does one figure out the maxlen? In that case the maxlen of a field is an attribute defined the db model. And hence , perhaps belongs there (at the db level - so instead of truncation it errors out during validation) | 22:52 |
*** ijw_ has joined #openstack-neutron | 22:52 | |
*** ranger81_ has joined #openstack-neutron | 22:53 | |
openstackgerrit | Sourabh Patwardhan proposed a change to openstack/neutron-specs: Refactor DHCP agent scheduler code https://review.openstack.org/104316 | 22:55 |
*** ijw has quit IRC | 22:55 | |
*** ranger81 has quit IRC | 22:55 | |
*** krtaylor has joined #openstack-neutron | 22:56 | |
*** trad511 has quit IRC | 22:56 | |
*** jecarey has quit IRC | 22:57 | |
*** ijw_ has quit IRC | 22:57 | |
*** jecarey has joined #openstack-neutron | 22:57 | |
*** yamamoto has joined #openstack-neutron | 22:59 | |
*** sbfox has quit IRC | 23:01 | |
*** sbfox1 has joined #openstack-neutron | 23:01 | |
openstackgerrit | AARON ZHANG proposed a change to openstack/neutron-specs: Config option to control visibility of cisco-policy-profile https://review.openstack.org/104014 | 23:01 |
*** vivek-ebay has quit IRC | 23:01 | |
openstackgerrit | Itsuro Oda proposed a change to openstack/neutron-specs: Linuxbridge QoS Support https://review.openstack.org/96331 | 23:01 |
*** kaiserpathos has joined #openstack-neutron | 23:02 | |
*** sbfox1 has quit IRC | 23:02 | |
*** sbfox has joined #openstack-neutron | 23:02 | |
*** trad511 has joined #openstack-neutron | 23:03 | |
openstackgerrit | Itsuro Oda proposed a change to openstack/neutron-specs: Linuxbridge QoS Support https://review.openstack.org/96331 | 23:04 |
*** yamamoto has quit IRC | 23:04 | |
*** amcrn has quit IRC | 23:04 | |
*** kaiserpathos has quit IRC | 23:05 | |
*** amcrn has joined #openstack-neutron | 23:05 | |
*** otherwiseguy has quit IRC | 23:05 | |
*** manishg has quit IRC | 23:08 | |
openstackgerrit | Salvatore Orlando proposed a change to openstack/neutron-specs: Reorganize migrations after DB 'healing' https://review.openstack.org/101963 | 23:10 |
*** shakamunyi has quit IRC | 23:11 | |
*** annegent_ has joined #openstack-neutron | 23:12 | |
*** Gamekiller77 has quit IRC | 23:17 | |
openstackgerrit | A change was merged to openstack/neutron: OVS agent: fix a comment on CANARY_TABLE https://review.openstack.org/103701 | 23:20 |
*** Sukhdev has joined #openstack-neutron | 23:22 | |
*** blogan is now known as zz_blogan | 23:23 | |
*** sbfox has quit IRC | 23:23 | |
*** sbfox1 has joined #openstack-neutron | 23:24 | |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: Add L3 Extension for Distributed Routers https://review.openstack.org/84223 | 23:24 |
*** carl_baldwin has quit IRC | 23:26 | |
*** annegent_ has quit IRC | 23:26 | |
*** thedodd has quit IRC | 23:31 | |
*** jorgem has quit IRC | 23:32 | |
*** vivek-ebay has joined #openstack-neutron | 23:37 | |
*** ijw has joined #openstack-neutron | 23:37 | |
*** nlahouti_ has quit IRC | 23:41 | |
*** nlahouti has joined #openstack-neutron | 23:41 | |
*** vivek-ebay has quit IRC | 23:42 | |
*** vivek-ebay has joined #openstack-neutron | 23:43 | |
*** geekinut1h is now known as geekinutah | 23:45 | |
*** nlahouti has quit IRC | 23:46 | |
openstackgerrit | Ronak Shah proposed a change to openstack/neutron-specs: Specification for adding template as an extended attribute for nuage plugin https://review.openstack.org/104378 | 23:47 |
openstackgerrit | Ronak Shah proposed a change to openstack/neutron-specs: Specification for adding template as an extended attribute for nuage plugin https://review.openstack.org/104378 | 23:48 |
*** nati_uen_ has quit IRC | 23:49 | |
*** trad511 has quit IRC | 23:51 | |
*** dvorkini_ has quit IRC | 23:52 | |
*** dvorkinista has joined #openstack-neutron | 23:53 | |
*** suresh12 has quit IRC | 23:53 | |
*** padkrish has quit IRC | 23:53 | |
*** shashankhegde has quit IRC | 23:55 | |
*** gildub has joined #openstack-neutron | 23:56 | |
*** a_le has joined #openstack-neutron | 23:56 | |
*** suresh12 has joined #openstack-neutron | 23:57 | |
*** prad has quit IRC | 23:59 | |
*** nlahouti has joined #openstack-neutron | 23:59 | |
*** padkrish has joined #openstack-neutron | 23:59 | |
*** yamamoto has joined #openstack-neutron | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!