Thursday, 2014-07-24

*** sgordon has joined #openstack-neutron00:04
*** yamahata has joined #openstack-neutron00:05
openstackgerritKarthik Natarajan proposed a change to openstack/neutron: Implementation of Brocade Vyatta vRouter L3 Plugin  https://review.openstack.org/10233600:07
*** armax has left #openstack-neutron00:08
*** dguitarbite has quit IRC00:09
*** flaviof has quit IRC00:09
*** vivek-ebay has quit IRC00:09
*** cnesa has quit IRC00:10
*** rkukura has quit IRC00:10
*** cnesa has joined #openstack-neutron00:11
*** Longgeek has joined #openstack-neutron00:14
*** dims has joined #openstack-neutron00:14
*** rkukura has joined #openstack-neutron00:14
*** salv-orlando has quit IRC00:15
*** rudrarugge has joined #openstack-neutron00:15
*** ijw_ has joined #openstack-neutron00:16
*** yamamoto has joined #openstack-neutron00:16
*** manishg has quit IRC00:18
*** Longgeek has quit IRC00:18
*** nijaba has quit IRC00:18
*** ijw has quit IRC00:18
*** SumitNaiksatam has quit IRC00:19
*** SumitNai_ has quit IRC00:19
*** nijaba has joined #openstack-neutron00:19
*** xuhanp has joined #openstack-neutron00:20
openstackgerritRonak Shah proposed a change to openstack/neutron-specs: Specification for adding template as an extended attribute for nuage plugin  https://review.openstack.org/10437800:20
*** yamamoto has quit IRC00:21
openstackgerritA change was merged to openstack/neutron: Return a tuple of None's instead of one None  https://review.openstack.org/10747500:22
*** gangil has quit IRC00:24
openstackgerritA change was merged to openstack/neutron: Missing max_routes in neutron.conf  https://review.openstack.org/10666100:25
openstackgerritRonak Shah proposed a change to openstack/neutron-specs: Specification for adding template as an extended attribute for nuage plugin  https://review.openstack.org/10437800:25
*** shashankhegde has joined #openstack-neutron00:29
*** xuhanp has quit IRC00:29
*** zhhuabj has joined #openstack-neutron00:31
*** ZZelle has quit IRC00:33
*** trad511 has quit IRC00:34
*** padkrish has quit IRC00:34
*** sbfox has quit IRC00:35
*** jorgem has quit IRC00:35
*** padkrish has joined #openstack-neutron00:36
*** padkrish has quit IRC00:36
*** padkrish has joined #openstack-neutron00:37
*** padkrish has quit IRC00:37
*** nati_ueno has joined #openstack-neutron00:38
openstackgerritA change was merged to openstack/neutron: Use method's logger in log decorator  https://review.openstack.org/10639900:38
*** rudrarugge has quit IRC00:38
*** banix has quit IRC00:39
*** AbsinthMind has joined #openstack-neutron00:39
*** AbsinthMind has quit IRC00:41
*** shakamunyi has joined #openstack-neutron00:43
*** ranger81_ has quit IRC00:45
*** wolsen has quit IRC00:45
*** ijw_ has quit IRC00:46
*** nlahouti has quit IRC00:46
*** AbsinthMind has joined #openstack-neutron00:47
*** dguitarbite has joined #openstack-neutron00:48
*** xgerman has quit IRC00:48
*** flaviof_zzz has joined #openstack-neutron00:49
*** rkukura has quit IRC00:49
*** regXboi has quit IRC00:50
*** yamamoto has joined #openstack-neutron00:51
*** ijw has joined #openstack-neutron00:51
marunkevinbenton: re: https://review.openstack.org/#/c/10854400:52
marunkevinbenton: It seems pretty lame to have every single test have to load the config00:52
*** sbfox has joined #openstack-neutron00:52
marunkevinbenton: especially given the pervasive use of reset00:53
openstackgerritJun Wu proposed a change to openstack/neutron: Ensure ovs created device not in any namespace  https://review.openstack.org/10861400:53
marunkevinbenton: but I guess your goal is consistency of loading?00:54
*** jab has quit IRC00:54
*** jab has joined #openstack-neutron00:54
*** jab has quit IRC00:55
*** jab has joined #openstack-neutron00:55
kevinbentonmarun: yeah, there are tests that depend on the db but that don’t explicitly load the config00:55
marunkevinbenton: ok00:55
marunkevinbenton: and can you confirm that the most recent patch resolves zzzeek's issue?00:56
*** a_le has quit IRC00:57
*** a_le has joined #openstack-neutron00:58
marunkevinbenton: is it the CONF.reset00:58
maruncleanup added in BaseTestCase that is causing the problem?00:58
kevinbentonmarun: yeah, it’s the cleanup that causes it. if a patch runs that doesn’t setup the DB and the conf is reset before that one it will fail00:59
kevinbentonmarun: so it’s a pretty narrow case00:59
marunkevinbenton: and what is involved in setting up the db?01:00
kevinbentonmarun: in db/api.py that global _FACADE gets set01:00
marunkevinbenton: and how is that related to CONF being reset?01:01
*** _cjones_ has quit IRC01:01
openstackgerritA change was merged to openstack/neutron: Modify L3 Agent for Distributed Routers  https://review.openstack.org/8941301:01
*** shashankhegde has quit IRC01:01
*** _cjones_ has joined #openstack-neutron01:02
*** cristov_macbook has joined #openstack-neutron01:02
*** rkukura has joined #openstack-neutron01:02
kevinbentonmarun: we have to ensure that the “sqllite://“ connection param is in the config01:03
kevinbentonmarun: when the conf is reset that connection param is gone01:03
kevinbentons/gone/removed/01:03
*** tomoe_ has joined #openstack-neutron01:05
marunkevinbenton: so a reset literally cleans out all options set?01:05
marunkevinbenton: requiring a reload?01:05
marunkevinbenton: I'm still confused as to how _FACADE is affected by a CONF reset.01:06
*** banix has joined #openstack-neutron01:06
*** yamamoto has quit IRC01:06
kevinbentonmarun: once the DB connection is cached there, it doesn’t matter if the CONF is gone01:06
marunkevinbenton: for all time?01:06
*** _cjones_ has quit IRC01:07
kevinbentonmarun: i think so01:07
kevinbentonmarun: because that’s a module level global01:07
*** wolsen has joined #openstack-neutron01:09
kevinbentonmarun: just confirmed again that this fixes it01:10
kevinbentonmarun: if you want to test you can create a test list file with the two following tests01:10
kevinbentonneutron.tests.unit.test_db_plugin.DbModelTestCase.test_repr01:10
kevinbentonneutron.tests.unit.test_db_plugin.NeutronDbPluginV2AsMixinTestCase.test_create_network_with_default_status01:10
kevinbentonthen source .tox/py27/bin/activate01:11
*** AbsinthMind has quit IRC01:11
kevinbentontestr run --load-list=test_list01:11
*** rkukura has quit IRC01:11
*** amcrn has quit IRC01:11
marunkevinbenton: ah, so the dependency issue would be related to multiple test runners, each one would have to cache the connection separately01:12
marunkevinbenton: gotcha01:12
marunkevinbenton: ok, I'll +201:12
kevinbentonmarun: ok. i gtg for now. thanks for taking a look01:13
*** diegows has quit IRC01:13
marunkevinbenton: thanks for fixing!01:13
*** flaviof_zzz is now known as flaviof01:14
*** AbsinthMind has joined #openstack-neutron01:16
*** vivek-ebay has joined #openstack-neutron01:17
*** cristov_macbook has joined #openstack-neutron01:18
*** cristov_macbook has quit IRC01:18
openstackgerritA change was merged to openstack/neutron: call security_groups_member_updated in port_update  https://review.openstack.org/10129301:20
*** vivek-ebay has quit IRC01:20
*** lordd has quit IRC01:21
*** nati_ueno has quit IRC01:21
*** lordd has joined #openstack-neutron01:21
*** cristov_macbook has joined #openstack-neutron01:22
*** ijw_ has joined #openstack-neutron01:22
*** cristov_macbook has joined #openstack-neutron01:24
*** ijw has quit IRC01:25
*** cristov_macbook has joined #openstack-neutron01:25
*** cristov_macbook has joined #openstack-neutron01:26
*** cristov_macbook has quit IRC01:26
*** cristov has joined #openstack-neutron01:27
*** geekinutah has quit IRC01:27
*** cristov has joined #openstack-neutron01:27
*** vivek-ebay has joined #openstack-neutron01:28
*** shashankhegde has joined #openstack-neutron01:28
*** cristov has joined #openstack-neutron01:28
*** cristov has quit IRC01:28
*** leenheer has quit IRC01:28
*** cristov has joined #openstack-neutron01:29
*** cristov has joined #openstack-neutron01:30
*** JayJ__ has joined #openstack-neutron01:31
*** JayJ has joined #openstack-neutron01:31
*** sbfox1 has joined #openstack-neutron01:32
*** sbfox has quit IRC01:32
*** mwagner_lap has joined #openstack-neutron01:32
*** shashankhegde has quit IRC01:33
*** networkstatic has quit IRC01:35
openstackgerritA change was merged to openstack/neutron: Clear entries in Cisco N1KV specific tables on rollback  https://review.openstack.org/10714501:36
*** JayJ__ has quit IRC01:40
*** JayJ has quit IRC01:40
*** stanzgy has joined #openstack-neutron01:40
*** manishg has joined #openstack-neutron01:40
*** baohua has joined #openstack-neutron01:42
openstackgerritbadveli_vishnuus proposed a change to openstack/neutron: Add service group as a firewall customized service  https://review.openstack.org/10627401:42
*** manishg_ has joined #openstack-neutron01:44
*** xuhanp has joined #openstack-neutron01:44
*** manishg has quit IRC01:45
*** kashyap has quit IRC01:45
*** AbsinthMind has quit IRC01:47
openstackgerritKarthik Natarajan proposed a change to openstack/neutron: Implementation of Brocade Vyatta vRouter L3 Plugin  https://review.openstack.org/10233601:47
*** kashyap has joined #openstack-neutron01:47
*** manishg has joined #openstack-neutron01:48
*** manishg_ has quit IRC01:48
*** vivek-eb_ has joined #openstack-neutron01:51
*** vivek-ebay has quit IRC01:51
*** manishg_ has joined #openstack-neutron01:52
*** vivek-ebay has joined #openstack-neutron01:52
*** manishg has quit IRC01:52
*** manishg_ is now known as manishg01:52
openstackgerritbadveli_vishnuus proposed a change to openstack/neutron: Add service group as a firewall customized service  https://review.openstack.org/10627401:53
*** WackoRobie has joined #openstack-neutron01:54
*** vivek-eb_ has quit IRC01:55
*** ijw_ has quit IRC01:58
*** WackoRobie has quit IRC01:59
*** AbsinthMind has joined #openstack-neutron01:59
*** lordd has quit IRC02:01
*** Longgeek has joined #openstack-neutron02:02
*** JayJ has joined #openstack-neutron02:05
*** JayJ__ has joined #openstack-neutron02:05
*** JayJ has quit IRC02:05
*** JayJ__ has quit IRC02:05
*** JayJ__ has joined #openstack-neutron02:07
*** Longgeek has quit IRC02:07
*** JayJ has joined #openstack-neutron02:07
*** ijw has joined #openstack-neutron02:07
*** mrsnivvel has quit IRC02:08
*** yamahata has quit IRC02:08
*** yamahata has joined #openstack-neutron02:09
*** dims has quit IRC02:14
*** sbfox1 has quit IRC02:14
*** Hayim has quit IRC02:19
*** trinaths has joined #openstack-neutron02:21
*** WackoRobie has joined #openstack-neutron02:24
*** vivek-ebay has quit IRC02:24
*** WackoRobie has quit IRC02:25
*** WackoRobie has joined #openstack-neutron02:25
*** WackoRobie has quit IRC02:30
*** JayJ__ has quit IRC02:30
*** JayJ has quit IRC02:30
*** ranger81 has joined #openstack-neutron02:32
*** WackoRobie has joined #openstack-neutron02:32
*** ijw_ has joined #openstack-neutron02:39
*** dims has joined #openstack-neutron02:40
*** ijw has quit IRC02:41
*** vivek-ebay has joined #openstack-neutron02:42
*** gangil has joined #openstack-neutron02:42
*** WackoRobie has quit IRC02:42
*** dims has quit IRC02:44
*** WackoRobie has joined #openstack-neutron02:46
*** ijw_ has quit IRC02:46
*** manishg has quit IRC02:46
*** mrsnivvel has joined #openstack-neutron02:54
*** sbalukoff has quit IRC02:58
*** trinaths has quit IRC03:00
*** Longgeek has joined #openstack-neutron03:03
*** vivek-ebay has quit IRC03:03
*** Longgeek has quit IRC03:07
openstackgerritSwaminathan Vasudevan proposed a change to openstack/python-neutronclient: Fixes a CLI issue with the DVR  https://review.openstack.org/10918003:09
*** rudrarugge has joined #openstack-neutron03:11
*** kashyap has quit IRC03:11
*** ramishra has joined #openstack-neutron03:13
openstackgerritBrandon Logan proposed a change to openstack/neutron: New extension for version 2 of LBaaS API  https://review.openstack.org/10533103:13
*** kashyap_bbiab has joined #openstack-neutron03:15
*** rolledback has joined #openstack-neutron03:15
*** AbsinthMind has quit IRC03:17
*** rudrarugge has quit IRC03:18
*** kashyap_bbiab is now known as kashyap03:20
*** AbsinthMind has joined #openstack-neutron03:25
*** yamamoto has joined #openstack-neutron03:32
*** ranger81 has quit IRC03:33
*** SumitNaiksatam has joined #openstack-neutron03:34
*** SumitNai_ has joined #openstack-neutron03:34
*** AbsinthMind has quit IRC03:35
*** geekinutah has joined #openstack-neutron03:36
*** dims has joined #openstack-neutron03:41
*** dims has quit IRC03:45
*** leenheer has joined #openstack-neutron03:47
*** chandankumar has joined #openstack-neutron03:53
openstackgerritA change was merged to openstack/neutron: ML2: Update a comment after the recent bind_port change  https://review.openstack.org/10802603:55
openstackgerritOpenStack Proposal Bot proposed a change to openstack/neutron: Updated from global requirements  https://review.openstack.org/10657003:58
*** ranger81 has joined #openstack-neutron04:02
*** a_le has quit IRC04:03
*** Longgeek has joined #openstack-neutron04:03
openstackgerritBrandon Logan proposed a change to openstack/neutron: Plugin/DB additions for version 2 of LBaaS API  https://review.openstack.org/10560904:04
openstackgerritBrandon Logan proposed a change to openstack/neutron: Tests for extension, db and plugin for LBaaS V2  https://review.openstack.org/10561004:04
*** gildub has joined #openstack-neutron04:06
openstackgerritBrandon Logan proposed a change to openstack/neutron: Tests for extension, db and plugin for LBaaS V2  https://review.openstack.org/10561004:08
*** Longgeek has quit IRC04:08
openstackgerritBrandon Logan proposed a change to openstack/neutron: Implement Jinja templates for haproxy config  https://review.openstack.org/10686704:09
*** yfried_ has quit IRC04:09
openstackgerritBrandon Logan proposed a change to openstack/neutron: Implements agentless haproxy driver methods  https://review.openstack.org/10817304:09
openstackgerritBrandon Logan proposed a change to openstack/neutron: Implements managers for agentless haproxy driver  https://review.openstack.org/10817404:09
*** ijw has joined #openstack-neutron04:10
*** rolledback has quit IRC04:12
*** rolledback has joined #openstack-neutron04:13
*** syedawaisali has joined #openstack-neutron04:13
openstackgerritDoug Wiegley proposed a change to openstack/neutron: A10 Networks LBaaS Driver  https://review.openstack.org/10693704:14
openstackgerritKarthik Natarajan proposed a change to openstack/neutron: Implementation of Brocade Vyatta vRouter L3 Plugin  https://review.openstack.org/10233604:16
*** krtaylor has joined #openstack-neutron04:17
*** banix has quit IRC04:26
*** trinaths has joined #openstack-neutron04:31
*** gangil has quit IRC04:31
*** banix has joined #openstack-neutron04:34
*** [1]m1dev has joined #openstack-neutron04:35
*** armax has joined #openstack-neutron04:36
*** m1dev has quit IRC04:36
*** [1]m1dev is now known as m1dev04:36
*** ramishra has quit IRC04:36
*** nplanel_ has joined #openstack-neutron04:37
*** nati_ueno has joined #openstack-neutron04:40
*** dims has joined #openstack-neutron04:41
*** dconde has joined #openstack-neutron04:43
*** SridharG has joined #openstack-neutron04:44
*** dims has quit IRC04:46
*** yamamoto has quit IRC04:47
*** chandankumar has quit IRC04:49
*** dconde has quit IRC04:49
*** nplanel_ has quit IRC04:51
*** rolledback has quit IRC04:52
*** chandankumar has joined #openstack-neutron04:59
*** kopparam has joined #openstack-neutron05:00
*** yamamoto has joined #openstack-neutron05:03
*** kopparam has quit IRC05:04
*** dbite has joined #openstack-neutron05:04
*** kopparam has joined #openstack-neutron05:04
*** harlowja has quit IRC05:11
*** harlowja has joined #openstack-neutron05:11
*** nlahouti has joined #openstack-neutron05:11
*** banix has quit IRC05:13
*** WackoRobie has quit IRC05:13
*** WackoRobie has joined #openstack-neutron05:14
*** Hayim has joined #openstack-neutron05:16
*** gildub has quit IRC05:17
*** yamamoto has quit IRC05:18
*** WackoRobie has quit IRC05:18
openstackgerritbadveli_vishnuus proposed a change to openstack/neutron: Add service group as a firewall customized service  https://review.openstack.org/10627405:21
*** k4n0 has joined #openstack-neutron05:24
openstackgerritenikanorov proposed a change to openstack/neutron: Move loadbalancer vip port creation outside of transaction  https://review.openstack.org/10894505:26
*** shashankhegde has joined #openstack-neutron05:27
*** kakuma has quit IRC05:28
*** crc32 has quit IRC05:28
*** yfauser has joined #openstack-neutron05:30
*** yfauser has left #openstack-neutron05:30
*** gildub has joined #openstack-neutron05:30
*** crc32 has joined #openstack-neutron05:31
*** ranger81 has quit IRC05:37
*** ranger81 has joined #openstack-neutron05:38
*** geekinutah has quit IRC05:40
*** yamamoto has joined #openstack-neutron05:41
*** dims has joined #openstack-neutron05:42
*** ranger81 has quit IRC05:42
*** WackoRobie has joined #openstack-neutron05:44
*** flaviof is now known as flaviof_zzz05:45
*** dkehn_ has joined #openstack-neutron05:46
*** dbite has quit IRC05:46
*** crc32 has quit IRC05:46
*** irenab has joined #openstack-neutron05:46
*** nlahouti has quit IRC05:47
*** lordd has joined #openstack-neutron05:47
*** dims has quit IRC05:47
*** nlahouti has joined #openstack-neutron05:47
*** dkehn__ has joined #openstack-neutron05:47
*** ijw has quit IRC05:48
*** dkehnx has quit IRC05:49
*** lordd has quit IRC05:50
*** lordd has joined #openstack-neutron05:50
*** dkehn_ has quit IRC05:51
*** [1]trinaths has joined #openstack-neutron05:54
*** cristov has quit IRC05:55
*** WackoRobie has quit IRC05:56
*** trinaths has quit IRC05:56
*** [1]trinaths is now known as trinaths05:56
*** marios has quit IRC05:59
*** marios has joined #openstack-neutron06:00
*** shashankhegde has quit IRC06:02
*** nlahouti has quit IRC06:02
*** crc32 has joined #openstack-neutron06:03
openstackgerritOpenStack Proposal Bot proposed a change to openstack/neutron: Imported Translations from Transifex  https://review.openstack.org/10889706:05
*** lordd has quit IRC06:06
*** SumitNai_ has quit IRC06:08
*** avib has joined #openstack-neutron06:09
*** lordd has joined #openstack-neutron06:12
*** lordd has quit IRC06:13
*** Longgeek has joined #openstack-neutron06:18
*** _afazekas has quit IRC06:20
*** afazekas is now known as _afazekas06:20
*** jlibosva has joined #openstack-neutron06:24
*** zigo has quit IRC06:27
*** gangil has joined #openstack-neutron06:29
*** yamamot__ has joined #openstack-neutron06:29
*** carlp has quit IRC06:30
*** mitz has quit IRC06:30
*** mitz has joined #openstack-neutron06:32
*** yamamoto has quit IRC06:32
*** zigo has joined #openstack-neutron06:32
*** ChanServ changes topic to "Discussion of OpenStack Networking || for support join #openstack"06:33
*** liusheng has joined #openstack-neutron06:34
*** a_le has joined #openstack-neutron06:38
*** Longgeek has quit IRC06:38
*** Longgeek has joined #openstack-neutron06:39
*** SridharG has quit IRC06:39
*** ranger81 has joined #openstack-neutron06:40
*** harlowja is now known as harlowja_away06:42
*** dims has joined #openstack-neutron06:43
*** enikanorov has quit IRC06:44
*** enikanorov has joined #openstack-neutron06:44
*** dims has quit IRC06:48
*** nati_ueno has quit IRC06:50
*** gangil has quit IRC06:51
*** ranger81 has quit IRC06:51
*** WackoRobie has joined #openstack-neutron06:52
*** kopparam has quit IRC07:00
*** kopparam has joined #openstack-neutron07:01
*** shakamunyi has quit IRC07:03
*** WackoRobie has quit IRC07:03
*** afazekas_ has joined #openstack-neutron07:04
*** kopparam has quit IRC07:05
*** syedawaisali has quit IRC07:06
*** jschwarz has joined #openstack-neutron07:07
*** popw has quit IRC07:09
*** evgenyf has joined #openstack-neutron07:11
*** a_le has quit IRC07:11
*** a_le_ has joined #openstack-neutron07:12
*** luqas has joined #openstack-neutron07:14
*** luqas has quit IRC07:15
*** WackoRobie has joined #openstack-neutron07:17
*** ranger81 has joined #openstack-neutron07:17
*** WackoRobie has quit IRC07:21
*** luqas has joined #openstack-neutron07:22
openstackgerritSwaminathan Vasudevan proposed a change to openstack/python-neutronclient: Fixes a CLI issue with the DVR  https://review.openstack.org/10918007:22
*** armax has quit IRC07:23
*** xianghuihui has joined #openstack-neutron07:23
*** jistr has joined #openstack-neutron07:24
*** krtaylor has quit IRC07:25
*** xianghui has quit IRC07:26
*** salv-orlando has joined #openstack-neutron07:27
*** leenheer has quit IRC07:27
*** kopparam has joined #openstack-neutron07:31
*** zhipeng has quit IRC07:33
*** Hayim has quit IRC07:34
*** Hayim has joined #openstack-neutron07:34
*** zhipeng has joined #openstack-neutron07:36
*** kopparam has quit IRC07:36
*** lukego has joined #openstack-neutron07:40
*** xianghuihuihui has joined #openstack-neutron07:41
*** jgallard has joined #openstack-neutron07:42
*** dims_ has joined #openstack-neutron07:43
*** sbfox has joined #openstack-neutron07:44
*** salv-orlando has quit IRC07:44
*** xianghuihui has quit IRC07:44
*** yfried_ has joined #openstack-neutron07:47
*** zslot has joined #openstack-neutron07:48
*** xianghuihui has joined #openstack-neutron07:48
*** roeyc has joined #openstack-neutron07:48
*** dims_ has quit IRC07:48
openstackgerritJakub Libosvar proposed a change to openstack/neutron: Use storage engine when creating tables in migrations  https://review.openstack.org/8133407:51
*** xianghuihuihui has quit IRC07:51
*** zslot has quit IRC07:52
*** kopparam has joined #openstack-neutron07:52
*** zslot has joined #openstack-neutron07:53
*** mestery_ has joined #openstack-neutron07:54
openstackgerritSumit Naiksatam proposed a change to openstack/neutron: Group Policy DB-3: Contracts  https://review.openstack.org/10375507:57
*** karimb has joined #openstack-neutron07:57
*** mestery has quit IRC07:57
*** SridharG has joined #openstack-neutron07:58
*** shakamunyi has joined #openstack-neutron07:59
*** xianghuihuihui has joined #openstack-neutron08:01
*** xianghuihui has quit IRC08:03
*** amaretskiy has joined #openstack-neutron08:04
*** shakamunyi has quit IRC08:04
*** ygbo has joined #openstack-neutron08:04
*** itzikb has quit IRC08:06
*** oreillyd has joined #openstack-neutron08:07
*** sbfox has quit IRC08:08
*** rotbeard has joined #openstack-neutron08:08
*** safchain has joined #openstack-neutron08:09
*** xianghuihuihui has quit IRC08:11
*** xianghuihui has joined #openstack-neutron08:11
*** paraa has joined #openstack-neutron08:15
*** WackoRobie has joined #openstack-neutron08:17
*** hypot has joined #openstack-neutron08:19
*** WackoRobie has quit IRC08:22
*** dtantsur|afk is now known as dtantsur08:23
openstackgerritAnn Kamyshnikova proposed a change to openstack/neutron: Set mysql_engine to InnoDB  https://review.openstack.org/10873108:27
openstackgerritAnn Kamyshnikova proposed a change to openstack/neutron: Implement ModelsMigrationsSync test from oslo.db  https://review.openstack.org/7652008:29
*** ihrachyshka has joined #openstack-neutron08:37
*** gildub has quit IRC08:39
lukegoHoi! Do we have a final resolution of the need-a-newer-Alembic issue? I am getting build errors again on my CI at times. They had gone away when I did a manual upgrade of Alembic.08:42
lukego(afaik this issue affected heaps of CIs and people can guess what I mean?)08:42
*** amuller has joined #openstack-neutron08:43
*** dims_ has joined #openstack-neutron08:44
*** salv-orlando has joined #openstack-neutron08:45
*** xianghuihuihui has joined #openstack-neutron08:47
*** xianghuihui has quit IRC08:48
*** dims_ has quit IRC08:49
*** amuller_ has joined #openstack-neutron08:51
*** yamamot__ has quit IRC08:52
*** amuller has quit IRC08:52
jlibosvalukego: the global requirements patch was merged and afaik it will be updated to neutron automatically08:54
*** sbalukoff has joined #openstack-neutron08:57
lukegojlibosva: Do you know where I can find that change? I don’t see it linked from the bug report that I’m following and that is still in status Confirmed. https://bugs.launchpad.net/neutron/+bug/1342507. Could be that my CI is failing to install the global requirements somehow.08:57
jlibosvalukego: requirements in neutron hasn't been updated yet. I think there is some periodical jenkins job that does that.08:57
jlibosvalukego: there is no patch for neutron yet,only for global requirements08:58
lukegodo you know how other CI operators are dealing with this? My CI got a fail on https://review.openstack.org/#/c/102398/ for apparently this Alembic reason (judging by devstack output) but it looks like the others mostly passed.08:59
*** shakamunyi has joined #openstack-neutron09:00
*** amuller__ has joined #openstack-neutron09:00
*** crc32 has quit IRC09:01
jlibosvalukego: I don't know. Maybe others have already workaround to not use 0.6.2 alembic version09:01
*** amuller_ has quit IRC09:03
lukegojlibosva: thanks for the input. I will dig a bit deeper.09:03
openstackgerritPreeti Mirji proposed a change to openstack/neutron: Admin should not be able to use tenant's rule  https://review.openstack.org/10895209:04
*** shakamunyi has quit IRC09:05
*** baohua has quit IRC09:07
*** yfried__ has joined #openstack-neutron09:07
*** baohua has joined #openstack-neutron09:08
*** amotoki has joined #openstack-neutron09:08
*** yfried has joined #openstack-neutron09:08
*** amuller has joined #openstack-neutron09:09
*** baohua has quit IRC09:10
*** yfried_ has quit IRC09:10
*** amuller__ has quit IRC09:10
*** baohua has joined #openstack-neutron09:11
akamyshnikovajlibosva, I saw that https://review.openstack.org/81334 pass Jenkins, I'm a bit confused as it does not work on my computer... How is this possible?09:11
*** yfried__ has quit IRC09:12
openstackgerritAnn Kamyshnikova proposed a change to openstack/neutron: Use storage engine when creating tables in migrations  https://review.openstack.org/8133409:18
openstackgerritAnn Kamyshnikova proposed a change to openstack/neutron: test  https://review.openstack.org/10922409:18
*** WackoRobie has joined #openstack-neutron09:18
*** evgenyf has quit IRC09:19
*** WackoRobie has quit IRC09:23
*** matrohon has joined #openstack-neutron09:28
*** yamamoto has joined #openstack-neutron09:32
*** tomoe_ has quit IRC09:36
jlibosvaakamyshnikova: what error do you get?09:37
akamyshnikovajlibosva, http://paste.openstack.org/show/87904/09:38
jlibosvaakamyshnikova: what version of sqlalchemy do you have?09:39
akamyshnikovajlibosva, '0.9.2'09:39
jlibosvaakamyshnikova: damn, it doesn't work with this version09:41
akamyshnikovajlibosva, sorry, I see that it worked ok on the 0.8.409:41
jlibosvaakamyshnikova: it works ok with 0.9.4 too09:41
*** flwang_ has joined #openstack-neutron09:42
akamyshnikovajlibosva, but if this does not work on  0.9.2 we should add this in requirements...09:42
jlibosvaakamyshnikova: it works with 0.9.1 and 0.9.4 and doesn't work with 0.9.2 and 0.9.309:42
akamyshnikovajlibosva, we have SQLAlchemy>=0.8.4,!=0.9.5,<=0.9.99, so should be added !=0.9.2, !=0.9.309:44
openstackgerritXu Han Peng proposed a change to openstack/neutron: Allow DHCPv6 reply from server to client  https://review.openstack.org/10381109:44
*** dims_ has joined #openstack-neutron09:45
*** humbolt1 has joined #openstack-neutron09:45
*** baohua has quit IRC09:46
*** amuller has quit IRC09:49
openstackgerritCedric Brandily proposed a change to openstack/neutron: Remove SELECT FOR UPDATE use in ML2 tunnel driver add_endpoint  https://review.openstack.org/10547209:49
*** yamamoto has quit IRC09:50
*** dims_ has quit IRC09:50
*** avib has quit IRC09:51
*** yfried has quit IRC09:54
jlibosvaakamyshnikova: yeah09:54
*** evgenyf has joined #openstack-neutron09:56
*** bashok has joined #openstack-neutron09:58
openstackgerritA change was merged to openstack/neutron: OFAgent: Share codes of l2-population in OVS agent  https://review.openstack.org/8744009:59
*** yamahata has quit IRC10:00
*** sdmonov has joined #openstack-neutron10:01
*** amuller has joined #openstack-neutron10:04
*** jlibosva has quit IRC10:07
*** k4n0 has quit IRC10:07
*** yfried has joined #openstack-neutron10:10
*** paraa has quit IRC10:10
flwang_ihrachyshka: ping10:10
ihrachyshkaflwang_: pong10:11
flwang_ihrachyshka: seems your recent rpc patch for neutron caused that metering agent doesn't work10:12
*** xuhanp has quit IRC10:12
ihrachyshkaflwang_: which patch? there are lots of them10:13
flwang_wait a min, let me figure out10:14
ihrachyshkaflwang_: also, you can show me the failure10:14
flwang_sure10:14
flwang_ihrachyshka: never mind, seems it has been fixed, https://review.openstack.org/#/c/107955/210:16
ihrachyshkaflwang_: ok, good10:17
ihrachyshkaflwang_: multiple inheritance is evil! :)10:18
openstackgerritCedric Brandily proposed a change to openstack/neutron: Remove SELECT FOR UPDATE use in ML2 tunnel driver add_endpoint  https://review.openstack.org/10547210:18
flwang_ihrachyshka: yep, sometimes :)10:18
flwang_ihrachyshka: btw, thanks for the review for my patch10:18
ihrachyshkaflwang_: again, which one? :) I have plenty of them in review queue :) but nevermind, no need for the link really ;)10:19
*** WackoRobie has joined #openstack-neutron10:19
flwang_haha, the backport for a metering agent bug :D10:19
ihrachyshkaah, ok. now that I have a +2 stick for backports, I'm walking thru the list of stable backports the last two days trying to reduce the queue. It's huge.10:20
*** k4n0 has joined #openstack-neutron10:21
flwang_ihrachyshka: awesome, thanks for your effort10:21
*** WackoRobie has quit IRC10:24
*** paraa has joined #openstack-neutron10:32
openstackgerritEvgeny Fedoruk proposed a change to openstack/neutron: TLS capability extension implementation for lbaas v2  https://review.openstack.org/10903510:33
*** krtaylor has joined #openstack-neutron10:33
*** kopparam has quit IRC10:39
*** kopparam has joined #openstack-neutron10:40
*** kopparam has quit IRC10:44
*** baohua has joined #openstack-neutron10:46
*** pasquier-s_ has quit IRC10:51
*** mestery has joined #openstack-neutron10:56
*** mestery_ has quit IRC10:56
*** harlowja_away has quit IRC10:59
*** wolsen has quit IRC10:59
*** k4n0 has quit IRC11:01
openstackgerritAssaf Muller proposed a change to openstack/neutron: Add a new scheduler for the l3 HA  https://review.openstack.org/6634711:01
*** jgallard has quit IRC11:02
*** mestery_ has joined #openstack-neutron11:02
*** mestery has quit IRC11:03
*** yfried_ has joined #openstack-neutron11:04
*** yfried has quit IRC11:04
*** zslot has quit IRC11:07
openstackgerritAnn Kamyshnikova proposed a change to openstack/neutron: Use storage engine when creating tables in migrations  https://review.openstack.org/8133411:08
openstackgerritAnn Kamyshnikova proposed a change to openstack/neutron: Set InnoDB engine for all existing tables  https://review.openstack.org/10925311:08
*** kopparam has joined #openstack-neutron11:10
openstackgerritEvgeny Fedoruk proposed a change to openstack/neutron: TLS capability extension implementation for lbaas v2  https://review.openstack.org/10903511:10
*** kopparam has quit IRC11:15
*** kopparam has joined #openstack-neutron11:16
*** Youcef has joined #openstack-neutron11:16
*** liusheng has quit IRC11:16
*** ramishra has joined #openstack-neutron11:17
openstackgerritVivekanandan Narasimhan proposed a change to openstack/neutron: ML2 additions to support DVR  https://review.openstack.org/10239811:17
*** chandankumar has quit IRC11:17
*** k4n0 has joined #openstack-neutron11:18
*** cnesa has quit IRC11:20
*** WackoRobie has joined #openstack-neutron11:20
*** zhipeng has quit IRC11:20
*** WackoRobie has quit IRC11:24
*** humbolt1 has quit IRC11:25
openstackgerritIlya Shakhat proposed a change to openstack/neutron: Avoid RequestURITooLong exception in metadata agent  https://review.openstack.org/10925411:28
*** chandankumar has joined #openstack-neutron11:32
*** diegows has joined #openstack-neutron11:33
openstackgerritSudhakar Babu Gariganti proposed a change to openstack/neutron: Check subnet's DHCP before hosting networks  https://review.openstack.org/10119711:33
*** zhhuabj has quit IRC11:36
*** pasquier-s has joined #openstack-neutron11:37
*** zhhuabj has joined #openstack-neutron11:40
*** jab has quit IRC11:41
*** pcm_ has joined #openstack-neutron11:42
*** drankis has joined #openstack-neutron11:44
*** dims has joined #openstack-neutron11:44
*** skolekonov has joined #openstack-neutron11:50
*** bashok has quit IRC11:53
*** zhhuabj has quit IRC11:53
*** jschwarz has quit IRC11:53
*** jschwarz has joined #openstack-neutron11:53
*** trinaths has quit IRC11:54
*** banix has joined #openstack-neutron11:54
*** banix has quit IRC11:54
*** sgordon has quit IRC11:56
*** flwang_ has quit IRC11:56
*** sdmonov has quit IRC11:56
*** yfried__ has joined #openstack-neutron11:58
*** k4n0 has quit IRC11:59
*** Hayim has quit IRC12:00
*** yfried has joined #openstack-neutron12:00
baoliirenab: ping12:01
*** yfried_ has quit IRC12:01
*** ramishra has quit IRC12:03
*** yfried__ has quit IRC12:03
*** WackoRobie has joined #openstack-neutron12:03
openstackgerritAnn Kamyshnikova proposed a change to openstack/neutron: Fix migration set_length_of_description_field_metering  https://review.openstack.org/10873112:03
*** chuckC has quit IRC12:07
*** afazekas_ has quit IRC12:07
*** WackoRobie has quit IRC12:08
*** jab has joined #openstack-neutron12:08
*** jab has quit IRC12:08
*** jab has joined #openstack-neutron12:08
irenabbaoli: hi12:10
baoliirenab, thanks for your response to my questions.12:10
baoliirenab, so how do you report port up status to nova for sr-iov ports?12:10
irenabbaoli: thank you for raising the questions :-)12:11
irenabbaoli: port is up by default and updated by agent if exists12:12
baoliirenab, what I actually saw is that port is down when being created.12:12
baoliirenab, so there is no special handling for sr-iov port status with mlnx MD?12:13
irenabbaoli: see https://review.openstack.org/#/c/74464/8/neutron/plugins/ml2/drivers/mech_sriov/mech_driver.py#12312:13
irenabbaoli: how is mlnx MD is related to your question? I thought you ask regarding SR_IOV NIC Switch md12:14
baoliirenab, well, that's actually a general question, but wonder how you do it with mlnx MD12:15
irenabbaoli: for mlnx MD there is agent that updates the port status, but it also configures VF12:15
*** Longgeek has quit IRC12:16
irenabbaoli: quite the same as ovs agent does it for tap devices12:16
*** Longgeek has joined #openstack-neutron12:16
yfriedsalv-orlando: ping12:17
baoliirenab, yep, that line of code should do it.12:17
*** Longgeek_ has joined #openstack-neutron12:17
irenabbaoli: once agent configures the 'device' it sends update for status12:17
salv-orlandohi yfried how can I help?12:17
yfriedsalv-orlando: are you still in vmware?  http://208.91.1.172/logs/neutron/101135/3/414323/console.txt.gz12:18
baoliirenab, but for sr-iov ports, agent is not mandatory12:18
irenabbaoli: that why with all parts in nova and neutron to provide complete SR-IOV solution, there is other md and as you can see the port is active by default12:19
irenabbaoli: I mean the  SRIOV NIC Switch MD12:19
irenabbaoli: and there will be the one that sadasu does for special cisco case12:20
salv-orlandoyfried: can you trigger a recheck for that one? It is an infrastructure problem… however since our elastic recheck is tied to launchpad bugs and this is not an openstack issue I’ve not been able to whitelist this kind of failures so far12:20
*** Longgeek has quit IRC12:20
baoliirenab, talking about the sr-iov nic switch MD you did, is there anything specific to nic switch?12:21
irenabbaoli: like what?12:22
*** roeyc has quit IRC12:23
irenabbaoli: are you looking into option to consolidate both NIC switch and VM-FEX MDs?12:23
*** yamahata has joined #openstack-neutron12:23
yfriedsalv-orlando: so it's a known issue? just making sure12:23
openstackgerritRobert Mizielski proposed a change to openstack/neutron: Correct misspelled variable name  https://review.openstack.org/10697112:24
baoliirenab, I'm kind of confused now. For your part 1 patch, anything in it is specific to nic switch?12:24
*** afazekas_ has joined #openstack-neutron12:24
irenabbaoli: I do not understand your question ...12:24
salv-orlandoyfried: yes it’s known. I’d love to find a way to whitelist it so that when that happens it posts a message like “I crapped out during the test, can you please launch me again?” but without downvoting12:25
yfriedsalv-orlando: recheck fails as well http://208.91.1.172/logs/neutron/101135/3/nsx111/console.txt.gz12:25
baoliirenab, I see, my bad, get_vif_details is specific to nic switch12:25
salv-orlandoyfried: message received. minesweeper has been disabled.12:25
irenabbaoli: it sets vif details with vlan, sets port to ACTIVE and filters on PCI INFO of NIC SWITCH adapters12:26
*** kopparam has quit IRC12:26
yfriedsalv-orlando: tnx12:26
openstackgerrityangxurong proposed a change to openstack/neutron: Huawei SDN Mechanism Driver for ML2 Plugin  https://review.openstack.org/10410312:26
*** kopparam has joined #openstack-neutron12:26
baoliirenab, I can see it should be usable for vmfex as well, as long as get_vif_details is customized12:26
irenabbaoli: but there is also the second part of this patch with Agent. Need to see how to coexist12:27
irenabbaoli: and make consumption of cisco controller API optional as well12:28
irenabbaoli: but I think it may help sadasu, maybe need to discuss it next meeting into details12:28
baoliirenab, help me understand with this whole patch.12:29
baoliirenab, is mlnx MD going to use it?12:29
irenabbaoli: mlnx MD is not related to it12:29
irenabthe NIC SWITCH md12:29
baoliirenab, who is going to use nic switch md?12:30
irenabbaoli: it will replace the mlnx MD for ethernet fabric12:30
irenabalso work for Intel cards and probably other vendors that support embedded switching in SR-IOV NIC12:31
irenabbaoli: so probaly any deployment that want SR_IOV and do  not have cisco switches :-)12:31
*** kopparam has quit IRC12:32
*** cnesa has joined #openstack-neutron12:34
*** tongli has joined #openstack-neutron12:34
baoliirenab, when you say it WILL replace the mlnx MD for ethernet fabric, you are saying it's not going to replace the entire mlnx MD. right?12:35
irenabbaoli: mlnx MD also takes care of Infiniband Fabric, but its different story.12:36
irenabbaoli: I do  not want to confuse you with unrelated details12:36
*** yamamoto has joined #openstack-neutron12:38
irenabbaoli: for Infiniband there is no way to define Network Interface in libvirt for now12:38
openstackgerritAnn Kamyshnikova proposed a change to openstack/neutron: Implement ModelsMigrationsSync test from oslo.db  https://review.openstack.org/7652012:38
baoliirenab, that's how I actually got confused due to lack of understanding how mlnx MD works now without the sr-iov networking support in nova.12:38
*** kickinz1 has left #openstack-neutron12:38
irenabbaoli: there are some components that need to be taken out of the tree for nova and it has few limitations12:39
*** ChuckC has joined #openstack-neutron12:40
irenabbaoli: I can send you the ref acrchitecture if you want, but it is not related to our current solution that resolves all limutations of mlnx md.12:40
baoliirenab, so this new MD that replaces the ethernet fabric, it's going to need the agent in part 2, and the agent also needs to be enhanced to support other things that are required by mlnx MD, and also the port can not be set active by default any more. Is this understanding correct?12:41
irenabbaoli: no, just consider mlnx MD as depricated12:42
baoliirenab, sure12:43
*** mflobo has joined #openstack-neutron12:44
irenabbaoli: the new MD and agent should provide general NIC Switch SR-IOV support and mellanox is just one of vendors12:45
*** WackoRobie has joined #openstack-neutron12:46
baoliirenab, I kind of understand it now. what confuses me is 'setting port active by default' and 'agent only sets port admin status'12:47
*** rolledback has joined #openstack-neutron12:47
irenabbaoli: since binding is done by libvirt, we set it up. and if port owner decides to update the neutron port and disable traffic, agent can do it on bound port=> VF if vendor NIC support it12:49
*** geekinutah has joined #openstack-neutron12:49
irenabbaoli: i also done this way for ODL that does not have agent as part of port binding12:50
irenabbaoli: s/i/it12:51
baoliirenab, what's odl?12:52
irenabbaoli: OpenDayLight : https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/drivers/mechanism_odl.py12:54
*** stanzgy has quit IRC12:55
*** mestery_ is now known as mestery12:55
baoliirenab, yea, opendaylight it is.12:56
*** dmellado has joined #openstack-neutron12:56
*** jp_at_hp has joined #openstack-neutron12:57
irenabbaoli: having 4 mins to the meeting, we may follow -up later if you wish12:57
*** JayJ__ has joined #openstack-neutron12:58
*** JayJ has joined #openstack-neutron12:58
baoliirenab, I think I'm done for now. Thanks!12:58
irenabbaoli: you are welcome12:58
*** AbsinthMind has joined #openstack-neutron13:00
*** zhhuabj has joined #openstack-neutron13:01
*** crc32 has joined #openstack-neutron13:03
*** zigo has quit IRC13:03
*** zigo has joined #openstack-neutron13:04
*** rolledback has quit IRC13:06
*** _dguerri is now known as dguerri13:08
*** julim has joined #openstack-neutron13:10
*** wolsen has joined #openstack-neutron13:10
*** chandankumar has quit IRC13:10
*** zhhuabj has quit IRC13:10
*** dims has quit IRC13:13
akamyshnikovaHenryG, hi!13:13
*** dgollub has joined #openstack-neutron13:14
*** dims has joined #openstack-neutron13:14
HenryGakamyshnikova: Hi13:14
*** mwagner_lap has quit IRC13:14
*** data has joined #openstack-neutron13:16
*** alexpilotti has joined #openstack-neutron13:16
datahi, i am still trying to deploy an openstack cluster with the ml2-plugin & vxlan. I have arrived at a state where all services are running and giving me the requested output, but I can not start instances: http://paste.openstack.org/show/87930/13:16
openstackgerritlifeless proposed a change to openstack/neutron: WIP: Set VLAN tags on l3 gateway ports  https://review.openstack.org/10849413:16
datathe error hidden in that long string is: _create_domain_and_network raise exception.VirtualInterfaceCreateException()13:17
*** dkehn__ is now known as dkehnx13:17
databut neutron port-show gives me the actual port13:17
*** mestery_ has joined #openstack-neutron13:18
akamyshnikovaHenryG, yesterday I add test for checking InnoBD engine to test with sync. Also I've done several changes that rebase test on, so at this moment there is only two problems -2 from mark on https://review.openstack.org/81334 and that functional fails with MySQL-python13:18
HenryGakamyshnikova: Great work, thanks!13:19
*** cnesa3 has joined #openstack-neutron13:20
*** afazekas_ has quit IRC13:20
datasorry, just read the topic. Was hoping that someone here would be a bit more knowledgeable, as I hadn't received any answers about it in #openstack13:20
*** mestery has quit IRC13:20
HenryGakamyshnikova: I will help by talking to markmcclain about the first one and working with marun on the second.13:20
*** cnesa has quit IRC13:21
akamyshnikovaHenryG, thank you very much! I asked marun yesterday, but he told me that he didn't find out anything13:21
*** yfried has quit IRC13:22
*** jckasper_ has quit IRC13:22
openstackgerritZang MingJie proposed a change to openstack/neutron: Log exceptions inside spawned functions  https://review.openstack.org/10636213:23
*** zhhuabj has joined #openstack-neutron13:23
pcm_,13:23
*** JayJ has quit IRC13:23
*** JayJ__ has quit IRC13:23
*** irenab has quit IRC13:24
*** JayJ__ has joined #openstack-neutron13:24
*** JayJ has joined #openstack-neutron13:24
openstackgerritRossella Sblendido proposed a change to openstack/neutron: Remove redundant topic from rpc calls  https://review.openstack.org/10929113:26
*** jab has quit IRC13:27
*** jab has joined #openstack-neutron13:28
*** jab has quit IRC13:28
*** jab has joined #openstack-neutron13:28
openstackgerritAnn Kamyshnikova proposed a change to openstack/neutron: Fix migration set_length_of_description_field_metering  https://review.openstack.org/10873113:29
*** banix has joined #openstack-neutron13:30
*** afazekas_ has joined #openstack-neutron13:33
*** AbsinthMind has quit IRC13:34
*** erecio has joined #openstack-neutron13:35
*** dsneddon has joined #openstack-neutron13:37
*** afazekas_ has quit IRC13:42
*** erecio has quit IRC13:43
*** yfried has joined #openstack-neutron13:43
openstackgerritHenry Gessau proposed a change to openstack/neutron-specs: Layer 3 Service Plugin for Cisco Nexus Switches  https://review.openstack.org/9591013:44
*** tomoe_ has joined #openstack-neutron13:47
*** suresh12 has joined #openstack-neutron13:47
*** WackoRobie has quit IRC13:48
*** kopparam has joined #openstack-neutron13:49
*** s3wong has joined #openstack-neutron13:50
yfriedsalv-orlando: here as well http://208.91.1.172/logs/neutron/103547/7/414339/console.txt.gz13:50
*** kopparam has quit IRC13:52
*** jorgem has joined #openstack-neutron13:53
*** nplanel_ has joined #openstack-neutron13:54
*** drankis has quit IRC13:55
*** radez_g0n3 is now known as radez13:56
*** rolledback has joined #openstack-neutron13:56
*** xgerman has joined #openstack-neutron13:57
*** flwang_ has joined #openstack-neutron13:57
*** popw has joined #openstack-neutron13:58
*** prad has joined #openstack-neutron14:01
*** flwang_ has quit IRC14:01
*** AbsinthMind has joined #openstack-neutron14:02
*** ramishra has joined #openstack-neutron14:03
*** ramishra has quit IRC14:08
*** sdmonov has joined #openstack-neutron14:08
*** samuelbercovici has joined #openstack-neutron14:09
*** trad511 has joined #openstack-neutron14:11
*** jgallard has joined #openstack-neutron14:12
*** ramishra has joined #openstack-neutron14:17
*** regXboi has joined #openstack-neutron14:18
openstackgerritA change was merged to openstack/neutron: Move loadbalancer vip port creation outside of transaction  https://review.openstack.org/10894514:19
*** YorikSar_ has joined #openstack-neutron14:19
*** AbsinthMind has quit IRC14:19
*** kopparam has joined #openstack-neutron14:21
*** wolsen has quit IRC14:21
*** ramishra has quit IRC14:22
*** baohua has quit IRC14:23
*** kopparam has quit IRC14:23
*** YorikSar has quit IRC14:23
*** kopparam has joined #openstack-neutron14:23
*** humbolt has joined #openstack-neutron14:23
*** rotbeard has quit IRC14:25
*** humbolt has left #openstack-neutron14:25
*** jgrimm has joined #openstack-neutron14:26
*** suresh12 has quit IRC14:27
*** rwsu has joined #openstack-neutron14:28
*** kopparam has quit IRC14:28
*** jckasper has joined #openstack-neutron14:28
*** suresh12 has joined #openstack-neutron14:29
*** shakamunyi has joined #openstack-neutron14:31
*** mestery_ is now known as mestery14:31
*** AbsinthMind has joined #openstack-neutron14:31
*** networkstatic has joined #openstack-neutron14:33
*** flaviof_zzz is now known as flaviof14:33
openstackgerritAssaf Muller proposed a change to openstack/neutron: Add HA support to the l3 agent  https://review.openstack.org/7070014:34
openstackgerritAssaf Muller proposed a change to openstack/neutron: Introduces a keepalived manager for HA  https://review.openstack.org/6814214:34
*** kbringard has joined #openstack-neutron14:36
*** changbl has quit IRC14:37
*** mwagner_lap has joined #openstack-neutron14:38
*** AbsinthMind has quit IRC14:40
*** kbringard has quit IRC14:42
*** s3wong has quit IRC14:42
*** alagalah has joined #openstack-neutron14:43
*** vivek-ebay has joined #openstack-neutron14:45
*** WackoRobie has joined #openstack-neutron14:46
*** WackoRobie has quit IRC14:48
*** WackoRob_ has joined #openstack-neutron14:48
*** nati_ueno has joined #openstack-neutron14:49
*** yamahata has quit IRC14:49
*** kopparam has joined #openstack-neutron14:51
*** AbsinthMind has joined #openstack-neutron14:51
*** crc32 has quit IRC14:53
*** kopparam has quit IRC14:53
*** shakamunyi has quit IRC14:53
*** WackoRob_ has quit IRC14:53
*** markmcclain has joined #openstack-neutron14:55
*** carl_baldwin has joined #openstack-neutron14:57
*** zhipeng has joined #openstack-neutron14:57
*** SridharG has quit IRC14:57
*** zslot has joined #openstack-neutron14:59
*** ramishra has joined #openstack-neutron14:59
*** jorgem has quit IRC14:59
*** seizadi has joined #openstack-neutron15:00
*** armax has joined #openstack-neutron15:00
*** armax has quit IRC15:00
*** armax has joined #openstack-neutron15:01
openstackgerritZang MingJie proposed a change to openstack/neutron: Ensure host_routes order in subnet  https://review.openstack.org/7894615:02
*** alagalah has quit IRC15:02
*** alagalah has joined #openstack-neutron15:02
ZemeioAnyone knows how to create a devstack that only pretends to do stuff and does not actually do anything (only update database)?15:02
*** chandankumar has joined #openstack-neutron15:02
*** dguerri is now known as _dguerri15:02
ZemeioI wanted to isolate only the calls to a driver i am developing.15:03
*** ramishra has quit IRC15:03
*** _dguerri is now known as dguerri15:07
*** dconde has joined #openstack-neutron15:11
*** carlp has joined #openstack-neutron15:11
*** sballe has joined #openstack-neutron15:11
openstackgerritZang MingJie proposed a change to openstack/neutron: Ensure host_routes order in subnet  https://review.openstack.org/7894615:12
*** jobewan has joined #openstack-neutron15:12
*** nlahouti has joined #openstack-neutron15:12
*** AbsinthMind has quit IRC15:12
*** alagalah has quit IRC15:13
*** crc32 has joined #openstack-neutron15:13
*** alagalah has joined #openstack-neutron15:13
*** kopparam has joined #openstack-neutron15:13
*** alagalah has quit IRC15:14
*** ihrachyshka has quit IRC15:14
*** leenheer has joined #openstack-neutron15:15
*** alagalah has joined #openstack-neutron15:15
*** _cjones_ has joined #openstack-neutron15:16
*** AbsinthMind has joined #openstack-neutron15:18
openstackgerritZang MingJie proposed a change to openstack/neutron: Ensure host_routes order in subnet  https://review.openstack.org/7894615:19
*** leenheer has quit IRC15:19
*** rkukura has joined #openstack-neutron15:20
*** wolsen has joined #openstack-neutron15:20
*** AbsinthMind has quit IRC15:21
*** dsneddon has quit IRC15:22
*** kopparam has quit IRC15:23
*** jistr has quit IRC15:24
*** pradipta_away has quit IRC15:25
*** jab has quit IRC15:26
openstackgerritRossella Sblendido proposed a change to openstack/neutron: Remove redundant topic from rpc calls  https://review.openstack.org/10929115:26
*** xianghuihuihui has quit IRC15:30
*** xianghuihuihui has joined #openstack-neutron15:30
*** nplanel_ has quit IRC15:31
openstackgerritSteve Kowalik proposed a change to openstack/neutron: Raise exception if {subnet,port}-id are not found  https://review.openstack.org/10755815:33
*** trinaths has joined #openstack-neutron15:33
*** vivek-ebay has quit IRC15:37
*** vivek-ebay has joined #openstack-neutron15:38
datais there somewhere a fully working example configuration for openstack with neutron, ML2 plugin & VXLAN?15:40
openstackgerritsean mooney proposed a change to openstack/neutron-specs: specification for adding DPDKVHOST support in ML2  https://review.openstack.org/10779715:41
*** vivek-ebay has quit IRC15:42
*** lordd has joined #openstack-neutron15:43
*** dkehn_ has joined #openstack-neutron15:45
*** [1]trinaths has joined #openstack-neutron15:45
amullerdata: ml2_conf.ini you mean?15:46
dataamuller: that's a start, but I mean a complete set of settings, because right now I seem to have errors either in the nova-parts or in one of the agent configs15:47
datafrom what I can glean from the documentaiton I have, the ml2_conf.ini is actually correct15:47
*** trinaths has quit IRC15:47
*** [1]trinaths is now known as trinaths15:47
*** ZZelle has joined #openstack-neutron15:48
datae.g.: ovs_integration_bridge setting in dhcp_agent.ini, needed or not.15:48
*** kbringard has joined #openstack-neutron15:49
*** dkehnx has quit IRC15:49
*** WackoRobie has joined #openstack-neutron15:49
dataor interface_driver in l3_agent.ini. Because right now, I am getting an error of "NovaException: Unexpected vif_type=binding_failed"15:49
dataand a stack trace. Not exactly what I consider helpful in figuring out what's not working15:50
openstackgerritsean mooney proposed a change to openstack/neutron-specs: specification for adding DPDKVHOST support in ML2  https://review.openstack.org/10779715:50
*** nati_ueno has quit IRC15:50
amullerdata: You can just use devstack all-in-one with neutron, ml2 and inspect all of the configuration files15:51
dataamuller: I got the same error with devstack15:51
dataand just figured that it doesn't work yet with it. Or maybe my local.rc was broken for it15:52
*** mlavalle has joined #openstack-neutron15:52
dataamuller: if you have a link?15:52
amullerdata: devstack definitely works with Neutron and ML2 :)15:52
dataand vxlan?15:53
amullerof course15:53
datagreat, so all I need is a working local.rc. Would be awesome if you could give me a link. It's hard to google it with lot's of outdated infromation floating around15:53
*** WackoRobie has quit IRC15:53
*** skolekonov has quit IRC15:54
*** dbite has joined #openstack-neutron15:54
amullersend me your email I'll send you my devstack multi node setup with localrc and ml2 confs15:54
dataI meant local.conf...15:54
*** zslot has quit IRC15:55
*** ihrachyshka has joined #openstack-neutron15:57
*** YorikSar_ has quit IRC15:57
*** crc32 has quit IRC15:57
*** evgenyf has quit IRC15:58
*** flwang_ has joined #openstack-neutron15:58
*** sbfox has joined #openstack-neutron15:58
*** amuller_ has joined #openstack-neutron15:59
rkukuraHenryG: are you around?16:00
HenryGrkukura: yup, 'sup?16:00
rkukuraHenryG: Remember the DB migration generation problem I was discussing with you a couple days ago?16:00
HenryGrkukura: yes16:01
*** leenheer has joined #openstack-neutron16:01
rkukuraDo you know if there has been any update on that? Is it a real problem? Is there  solution or workaround?16:01
*** samuelbercovici has quit IRC16:01
*** amuller has quit IRC16:02
HenryGrkukura: https://review.openstack.org/10870016:02
HenryGrkukura: feel free to give it a +2 :)16:02
*** flwang_ has quit IRC16:02
*** jschwarz has quit IRC16:03
*** dmellado has left #openstack-neutron16:03
*** suresh12 has quit IRC16:03
rkukuradata: I haven’t read the whole conversation, but if you are getting binding_failed, its very useful to run “neutron agent-show <compute node’s L2 agent’s ID>” and make sure the bridge_mappings (or interface_mappings for linuxbridge) contains a mapping for the physical_network you are trying to bind.16:03
*** crc32 has joined #openstack-neutron16:04
HenryGrkukura: It will still generate a few lines of diffs that are not relevant to your change, but those are being worked on, and at least it's not all the tables.16:04
openstackgerritOpenStack Proposal Bot proposed a change to openstack/neutron: Updated from global requirements  https://review.openstack.org/10657016:04
*** ranger81 has quit IRC16:04
*** crc32 has quit IRC16:04
*** markmcclain has quit IRC16:05
rkukuraHenryG: Would just the env.py change be sufficient to get usable output, or is the rest needed too?16:05
*** leenheer has quit IRC16:05
HenryGrkukura: Yup, for usable output line 22 will get you close enough16:06
rkukuraHenryG: Thanks!16:06
HenryGrkukura: any time16:07
armaxrkukura: ready to roll? ;)16:07
*** tosky has joined #openstack-neutron16:08
*** dkehn_ is now known as dkehnx16:08
rkukuraarmax: need to roll out a couple of patches for the group-policy hackathon that starts in 22 minutes (and need to drive there), will re-review the DVR ML2 changes ASAP today16:09
*** YorikSar has joined #openstack-neutron16:09
armaxrkukura: yup, in the meantime I’ll finish off my GBP’s reviews16:09
*** SumitNaiksatam has quit IRC16:10
rkukuraarmax: thanks!16:10
*** yfried has quit IRC16:10
*** SumitNaiksatam has joined #openstack-neutron16:11
*** SumitNaiksatam has quit IRC16:12
*** rkukura has quit IRC16:16
aleksandr_nullHi guys!16:16
*** jschwarz has joined #openstack-neutron16:17
*** SridharG has joined #openstack-neutron16:18
*** geekinutah has quit IRC16:19
*** vivek-ebay has joined #openstack-neutron16:21
*** mestery has quit IRC16:22
*** mestery has joined #openstack-neutron16:23
*** mlavalle has quit IRC16:23
*** amcrn has joined #openstack-neutron16:24
*** leenheer has joined #openstack-neutron16:24
*** gangil has joined #openstack-neutron16:26
*** Longgeek_ has quit IRC16:26
*** kbringard has quit IRC16:26
*** syedawaisali has joined #openstack-neutron16:27
trinathsHi all16:27
*** sbalukoff has quit IRC16:28
*** Longgeek has joined #openstack-neutron16:29
*** pasquier-s has quit IRC16:29
*** ijw has joined #openstack-neutron16:32
*** WackoRobie has joined #openstack-neutron16:33
*** dconde has quit IRC16:34
*** leenheer has quit IRC16:35
mesteryanteaya: Well said response to my email you just sent, thank you!16:37
*** armax has quit IRC16:38
*** oreillyd has quit IRC16:39
*** SumitNaiksatam has joined #openstack-neutron16:39
*** alexpilotti has quit IRC16:40
*** sbfox has quit IRC16:41
*** chandankumar has quit IRC16:44
*** afazekas_ has joined #openstack-neutron16:44
*** padkrish has joined #openstack-neutron16:44
openstackgerritDoug Wiegley proposed a change to openstack/neutron: run_tests.sh script fixes OS X grep error, empty OS_TEST_PATH bug  https://review.openstack.org/10623716:45
*** sbfox has joined #openstack-neutron16:46
*** s3wong has joined #openstack-neutron16:49
*** SumitNaiksatam has left #openstack-neutron16:49
*** rkukura has joined #openstack-neutron16:49
*** SumitNaiksatam has joined #openstack-neutron16:49
*** jistr has joined #openstack-neutron16:50
*** safchain has quit IRC16:51
*** YorikSar_ has joined #openstack-neutron16:54
*** nati_ueno has joined #openstack-neutron16:54
*** sbfox1 has joined #openstack-neutron16:54
*** shashankhegde has joined #openstack-neutron16:55
openstackgerritRobert Kukura proposed a change to openstack/neutron: Group Policy Mapping API-1: EP, EPG, L2 Policy, L3 Policy  https://review.openstack.org/10071616:56
beaglesmestery: sorry I wasn't around last week for following up on that networks-no-subnets thing. I did the cliche thing of starting a thread and then running off for a week of PTO :)16:56
beaglesone was not causal of the other ... just sayin'16:57
*** sbfox2 has joined #openstack-neutron16:57
*** armax has joined #openstack-neutron16:57
*** YorikSar has quit IRC16:57
*** sbfox has quit IRC16:57
*** rwsu has quit IRC16:58
*** sbfox1 has quit IRC16:58
*** alexpilotti has joined #openstack-neutron16:58
*** banix has quit IRC16:58
*** networkstatic has quit IRC16:59
*** rwsu has joined #openstack-neutron16:59
*** crc32 has joined #openstack-neutron16:59
*** networkstatic has joined #openstack-neutron16:59
*** emagana has joined #openstack-neutron16:59
*** sbfox2 has quit IRC17:00
*** ijw has quit IRC17:02
*** banix has joined #openstack-neutron17:03
*** ijw has joined #openstack-neutron17:05
*** nati_uen_ has joined #openstack-neutron17:05
*** nati_ueno has quit IRC17:05
*** jgallard has quit IRC17:06
*** ranger81 has joined #openstack-neutron17:07
*** tosky has quit IRC17:10
*** ygbo has quit IRC17:10
*** seizadi has quit IRC17:11
*** SridharG has quit IRC17:12
*** trinaths has quit IRC17:12
*** sbfox has joined #openstack-neutron17:14
*** ijw has quit IRC17:15
*** SridharG has joined #openstack-neutron17:17
*** luqas has quit IRC17:17
*** sbfox has quit IRC17:21
*** sbfox1 has joined #openstack-neutron17:21
*** ijw has joined #openstack-neutron17:21
*** dave_tucker is now known as dave_tucker_zzz17:23
ZZelleenikanorov, hi17:25
*** markmcclain has joined #openstack-neutron17:26
*** sbalukoff has joined #openstack-neutron17:26
*** cnesa3 has quit IRC17:27
*** lori|away is now known as lori17:27
*** cnesa3 has joined #openstack-neutron17:27
anteayamestery: np17:29
anteayamestery: thanks for sending the initial email, well written17:29
*** markmcclain1 has joined #openstack-neutron17:29
mesteryanteaya: Thanks! I had to get that off my chest, so many private emails from folks, I was always sending the same thing :)17:30
*** terryw has quit IRC17:30
mesteryanteaya: I trully want to help everyone who asks and is willing to learn as well.17:30
*** pcm_ has quit IRC17:31
*** markmcclain has quit IRC17:31
anteayayep17:31
*** pcm_ has joined #openstack-neutron17:31
anteayaI just cut down the private emails cold and tell them we need to move to a public forum17:31
anteayathen will do my best to answer in an archived medium, as you said17:32
*** sbfox1 has quit IRC17:32
anteayaotherwise you just burn time repeating yourself17:32
HenryGmarkmcclain, markmcclain1: Hi, can you take another look at https://review.openstack.org/81334 ? For context, see the patch that depends on it.17:32
anteayaand I'm tired enough already17:32
anteayaha ha ha17:32
*** sbfox has joined #openstack-neutron17:32
anteayathe markmcclain1 chorus17:32
*** sbfox has quit IRC17:32
anteayalike greek theatre17:32
*** WackoRobie has quit IRC17:33
*** WackoRobie has joined #openstack-neutron17:33
*** amcrn has quit IRC17:34
*** amcrn has joined #openstack-neutron17:35
markmcclain1HenryG: I'll take a look17:35
markmcclain1anteaya: haha17:35
*** ihrachyshka has quit IRC17:35
*** ihrachyshka has joined #openstack-neutron17:35
*** harlowja has joined #openstack-neutron17:35
openstackgerritSudhakar Babu Gariganti proposed a change to openstack/neutron: Check subnet's DHCP before hosting networks  https://review.openstack.org/10119717:36
armaxrkukura: I have some comments here: https://review.openstack.org/#/c/101795/417:36
armaxrkukura: please have a look when you have a minute17:36
*** sbfox has joined #openstack-neutron17:36
HenryGmarkmcclain1: thanks17:36
*** geekinutah has joined #openstack-neutron17:36
*** sbfox has quit IRC17:38
*** WackoRobie has quit IRC17:38
*** ijw has quit IRC17:40
*** seizadi has joined #openstack-neutron17:40
*** jistr has quit IRC17:42
*** seizadi has quit IRC17:42
*** sbfox has joined #openstack-neutron17:45
*** lukego has quit IRC17:46
*** diegows has quit IRC17:47
*** leenheer has joined #openstack-neutron17:47
*** crc32 has quit IRC17:48
*** WackoRobie has joined #openstack-neutron17:48
*** dave_tucker_zzz is now known as dave_tucker17:52
mesterybaoli: Are you ok with me merging this BP from irena: https://review.openstack.org/#/c/107651/17:53
mesterybaoli: Were your questions answered ok there?17:54
mesterybaoli: I'm going to merge it, I think all your questisons were answered17:54
*** jckasper has quit IRC17:56
*** dave_tucker is now known as dave_tucker_zzz17:57
*** sbfox has quit IRC17:58
*** flwang_ has joined #openstack-neutron17:59
ZZellemestery, hi17:59
mesteryZZelle: Yo!18:00
*** amuller_ has quit IRC18:00
ZZellemestery, one question about https://review.openstack.org/9935618:00
*** lori is now known as lori|away18:00
mesteryZZelle: Please go ahead18:01
openstackgerritSwaminathan Vasudevan proposed a change to openstack/python-neutronclient: Revert "Fix CLI support for DVR"  https://review.openstack.org/10936618:01
ZZellemestery, the spec has not requested an spec freeze exception (not my intention) but there is no -2 to delay it to Kilo18:02
*** jschwarz has quit IRC18:02
mesteryZZelle: Correct, I'm going to go through and do that soon, I'll do this one now. :)18:02
mesteryZZelle: Done :)18:02
ZZellemestery, great, i will have a -2! :)18:02
mesteryZZelle: :P18:03
mesteryZZelle: It's on my list of things to finish this week yet.18:03
mesteryZZelle: Thanks again for all your awesome Neutron work!18:03
*** flwang_ has quit IRC18:03
ZZellemestery, now, i can go on holidays :)18:03
mesteryZZelle: Ha!18:03
*** rms_13 has joined #openstack-neutron18:06
*** diegows has joined #openstack-neutron18:07
*** geekinutah has quit IRC18:10
*** changbl has joined #openstack-neutron18:10
*** aveiga has joined #openstack-neutron18:11
*** ihrachyshka has quit IRC18:11
*** karimb has quit IRC18:14
*** sbfox has joined #openstack-neutron18:14
*** a_le_ has quit IRC18:15
*** a_le has joined #openstack-neutron18:16
*** nati_uen_ has quit IRC18:18
*** geekinutah has joined #openstack-neutron18:19
*** nati_ueno has joined #openstack-neutron18:19
*** SridharG has quit IRC18:19
openstackgerritSwaminathan Vasudevan proposed a change to openstack/python-neutronclient: Revert "Fix CLI support for DVR"  https://review.openstack.org/10936618:20
*** ijw has joined #openstack-neutron18:20
*** a_le has quit IRC18:20
*** nati_ueno has quit IRC18:20
*** markmcclain1 has quit IRC18:21
openstackgerritSayaji Patil proposed a change to openstack/neutron: Changes to remove the use of mapping tables from Nuage plugin  https://review.openstack.org/10561118:27
*** mestery has quit IRC18:27
*** amitpp has joined #openstack-neutron18:27
*** mestery has joined #openstack-neutron18:28
*** bandarji has joined #openstack-neutron18:28
*** nati_ueno has joined #openstack-neutron18:30
*** mlavalle has joined #openstack-neutron18:30
*** sbfox has quit IRC18:31
mlavalleSumitNaiksatam: is the group policy meeting now or in 30 minutes?18:32
openstackgerritRobert Kukura proposed a change to openstack/neutron: Group Policy Mapping DB-1: EP, EPG, L2 Policy, L3 Policy  https://review.openstack.org/10179518:33
*** amcrn_ has joined #openstack-neutron18:35
*** amcrn has quit IRC18:37
SumitNaiksatammlavalle: hi18:39
SumitNaiksatammlavalle: we are not having the group policy meeting today18:39
SumitNaiksatammlavalle: we are doing a code sprint today for group policy18:40
mlavalleSumitNaiksatam: ah ok…. but usually is running at this time, right?18:40
SumitNaiksatammlavalle: yes at this time18:40
SumitNaiksatammlavalle: #link https://wiki.openstack.org/wiki/Neutron/GroupPolicy/JunoCodeSprint18:40
mlavalleSumitNaiksatam: ok, I'll put it in my calendar?18:40
SumitNaiksatammlavalle: i had sent this to the -dev mailer18:40
SumitNaiksatammlavalle: may be i should have sent a reminder18:41
mlavalleSumitNaiksatam: don't worry, I must have missed it18:41
mlavalleSumitNaiksatam: enjoy the sprint!18:41
*** radez is now known as radez_g0n318:42
*** geekinutah has quit IRC18:43
*** amitpp has quit IRC18:43
SumitNaiksatammlavalle: sure thanks18:45
*** wolsen has quit IRC18:45
openstackgerritRobert Kukura proposed a change to openstack/neutron: Group Policy Mapping Plugin-1: EP, EPG, L2 Policy, L3 Policy  https://review.openstack.org/10195718:46
pcm_nati_ueno: ping18:47
*** wolsen has joined #openstack-neutron18:47
*** padkrish has quit IRC18:48
*** seizadi has joined #openstack-neutron18:49
*** dbite has quit IRC18:51
*** padkrish has joined #openstack-neutron18:52
*** mwagner_lap has quit IRC18:53
*** dbite has joined #openstack-neutron18:54
*** sbfox has joined #openstack-neutron19:01
*** yfauser has joined #openstack-neutron19:03
*** radez_g0n3 is now known as radez19:04
*** alagalah_ has joined #openstack-neutron19:05
*** alagalah has quit IRC19:07
*** ijw has quit IRC19:07
*** nlahouti has quit IRC19:08
*** yfauser has left #openstack-neutron19:08
*** YorikSar_ is now known as YorikSar19:09
openstackgerritA change was merged to openstack/neutron: Correct misspelled variable name  https://review.openstack.org/10697119:09
openstackgerritA change was merged to openstack/neutron: Log methods using rpc communcation  https://review.openstack.org/10640419:10
*** flaviof is now known as flaviof_zzz19:10
*** bandarji has quit IRC19:11
*** emagana has quit IRC19:13
*** dgollub has quit IRC19:13
*** emagana has joined #openstack-neutron19:14
*** a_le has joined #openstack-neutron19:15
armaxmarun: ping19:16
*** Longgeek has quit IRC19:16
*** yfauser1 has joined #openstack-neutron19:17
datarkukura: Thanks for that command. For some reason, none of the agents are running on the second compute server. This whole juju crap...19:18
*** geekinutah has joined #openstack-neutron19:18
*** a_le has quit IRC19:19
*** emagana has quit IRC19:19
dataI take that back19:19
marunarmax: pong19:19
*** a_le has joined #openstack-neutron19:19
datawwIt's only the open vswitch agent that should be running everywhere, correct?19:19
*** yfauser1 has quit IRC19:21
*** nlahouti has joined #openstack-neutron19:23
*** yfauser has joined #openstack-neutron19:24
*** yfauser has left #openstack-neutron19:24
*** nlahouti_ has joined #openstack-neutron19:24
*** lordd has quit IRC19:26
*** lordd has joined #openstack-neutron19:27
*** nlahouti has quit IRC19:28
*** lordd has quit IRC19:30
*** lordd has joined #openstack-neutron19:30
*** annegent_ has joined #openstack-neutron19:31
*** markmcclain has joined #openstack-neutron19:32
*** syedawaisali has quit IRC19:35
rkukuradata: usually, plus nova-compute19:35
salv-orlandomestery: thanks for your blog post on siliconloons.com! Have you thought of doing another one about “how not to contribute” ;)19:35
mesterysalv-orlando: I hadn't until just now, maybe I should! :)19:36
*** otherwiseguy has joined #openstack-neutron19:36
mesterysalv-orlando: I was rather upset last night, thus the surge in "how to contribute" stuff today.19:36
*** padkrish has quit IRC19:36
*** dconde has joined #openstack-neutron19:42
*** dconde has quit IRC19:43
*** dconde has joined #openstack-neutron19:44
*** emagana has joined #openstack-neutron19:45
*** dconde has quit IRC19:46
*** dconde has joined #openstack-neutron19:48
*** alexpilotti has quit IRC19:48
*** lukego has joined #openstack-neutron19:49
openstackgerritRobert Kukura proposed a change to openstack/neutron: Group Policy: Implicit Policy Driver  https://review.openstack.org/10472719:49
openstackgerritBradley Klein proposed a change to openstack/python-neutronclient: Add keystone v3 auth support  https://review.openstack.org/9239019:51
*** annegent_ has quit IRC19:51
*** annegent_ has joined #openstack-neutron19:52
*** ZZelle_ has quit IRC19:56
mlavallemestery: following up on our conversation of a couple of days19:56
*** lukego has quit IRC19:56
*** ZZelle_ has joined #openstack-neutron19:56
*** jckasper has joined #openstack-neutron19:57
enikanorov_rkukura: could you point me to CLI for the group policy?19:57
*** jckasper has quit IRC19:58
*** jckasper has joined #openstack-neutron19:58
*** flwang_ has joined #openstack-neutron20:00
*** paraa has quit IRC20:00
*** emagana has quit IRC20:00
*** emagana has joined #openstack-neutron20:01
*** emagana_ has joined #openstack-neutron20:04
*** annegent_ has quit IRC20:04
*** vivek-ebay has quit IRC20:05
*** flwang_ has quit IRC20:05
*** ijw has joined #openstack-neutron20:05
*** emagana has quit IRC20:05
*** padkrish has joined #openstack-neutron20:07
*** ChuckC has quit IRC20:07
mesterymlavalle: Yes sir, still on my list, working on it!20:10
*** chandankumar has joined #openstack-neutron20:10
*** rolledback has quit IRC20:10
*** pcm_ has quit IRC20:12
*** padkrish_ has joined #openstack-neutron20:12
*** rolledback has joined #openstack-neutron20:13
*** chuckC has joined #openstack-neutron20:13
*** yfauser has joined #openstack-neutron20:14
*** yfauser has left #openstack-neutron20:14
*** chuckC has quit IRC20:14
*** padkrish has quit IRC20:15
*** chandankumar has quit IRC20:17
*** trad511 has quit IRC20:17
*** cnesa3 has quit IRC20:20
openstackgerritA change was merged to openstack/neutron: ML2 mechanism driver for SR-IOV capable NIC based switching, Part 2  https://review.openstack.org/10765120:20
*** Sukhdev has joined #openstack-neutron20:22
*** sbalukoff has quit IRC20:23
*** ijw has quit IRC20:23
*** tomoe_ has quit IRC20:23
*** sbalukoff has joined #openstack-neutron20:23
*** nagyz has joined #openstack-neutron20:24
nagyzhey20:24
openstackgerritRobert Kukura proposed a change to openstack/neutron: Group Policy: Resource Mapping Driver  https://review.openstack.org/10527220:24
nagyzis there a central way to set the MTU of the adapters used for "patching" the interfaces out?20:24
*** ijw_ has joined #openstack-neutron20:26
*** flwang_ has joined #openstack-neutron20:26
mlavallemestery: thanks!!!:-)20:26
*** mwagner_lap has joined #openstack-neutron20:26
kevinbentonmarun: hey, weren’t you going to +2 this? https://review.openstack.org/#/c/108544/20:28
*** flwang_ has quit IRC20:28
*** sgordon has joined #openstack-neutron20:28
openstackgerritA change was merged to openstack/neutron: Add rule for updating network's router:external attribute  https://review.openstack.org/10579220:29
rkukuraenikanorov_: All the group policy patches in review are listed at https://wiki.openstack.org/wiki/Meetings/Neutron_Group_Policy/Patches20:29
enikanorov_rkukura: thanks!20:29
enikanorov_rkukura: is my assumption correct that i need GP-PLG-3 patch to get server-side altogether?20:30
*** lukego has joined #openstack-neutron20:31
rkukuraenikanorov_: Correct, for the full API, but with no drivers. For the 1st 4 resources with driver support, use GPM-RMD-1.20:32
marunkevinbenton: arg, I guess I didn't press 'submit'… will do shortly20:32
kevinbentonmarun: thanks. i was worried you +2’ed something else20:32
rkukuraenikanorov_: SumitNaiksatam is now working on rebasing the gp-*-2 and gp-*-3 series on gpm-rmd-1, which will bring everything together.20:32
marunkevinbenton heh20:33
enikanorov_rkukura: ok, that's what i'm looking for. i'll wait for the result, thanks20:33
*** amcrn_ has quit IRC20:34
*** annegent_ has joined #openstack-neutron20:34
*** vivek-ebay has joined #openstack-neutron20:36
*** bandarji has joined #openstack-neutron20:37
*** aveiga has quit IRC20:37
*** rolledback has quit IRC20:38
*** annegent_ has quit IRC20:39
*** lukego has quit IRC20:40
*** prad has quit IRC20:41
enikanorov_markmcclain: hi, may I update flavor spec?20:43
*** cnesa3 has joined #openstack-neutron20:45
*** yfauser has joined #openstack-neutron20:45
*** yfauser has left #openstack-neutron20:45
markmcclainenikanorov_: it was on my list for today20:47
enikanorov_markmcclain: great!20:47
*** sbfox has quit IRC20:57
*** ijw has joined #openstack-neutron20:58
*** emagana_ has quit IRC20:58
*** emagana has joined #openstack-neutron20:59
*** rolledback has joined #openstack-neutron20:59
*** ijw_ has quit IRC20:59
*** wolsen has quit IRC21:00
*** emagana_ has joined #openstack-neutron21:01
*** amcrn has joined #openstack-neutron21:02
*** wolsen has joined #openstack-neutron21:02
*** emagana has quit IRC21:03
*** flaviof_zzz is now known as flaviof21:05
*** manishg has joined #openstack-neutron21:05
*** sbfox has joined #openstack-neutron21:06
*** jdag has joined #openstack-neutron21:07
*** dgollub has joined #openstack-neutron21:07
ZZelleenikanorov_, hi21:07
enikanorov_ZZelle: hi21:07
*** amcrn has quit IRC21:08
ZZelleenikanorov_, i responded to your comment on https://review.openstack.org/10547221:08
*** rolledback has quit IRC21:08
*** annegent_ has joined #openstack-neutron21:09
datahey, how can I verify which plugin neutron uses?21:11
*** bandarji has quit IRC21:12
*** emagana_ has quit IRC21:13
*** emagana has joined #openstack-neutron21:13
*** JayJ__ has quit IRC21:15
*** JayJ has quit IRC21:15
*** alagalah_ has quit IRC21:17
*** emagana has quit IRC21:17
*** alagalah has joined #openstack-neutron21:18
*** bandarji has joined #openstack-neutron21:18
ZZelledata, the core plugin is defined through core_plugin option in neutron.conf21:18
enikanorov_ZZelle: left another inline comment21:18
*** dconde has quit IRC21:19
*** ijw has quit IRC21:19
*** alagalah_ has joined #openstack-neutron21:20
ZZelleenikanorov_, afaik, it's not possible to delete endpoints otherwise it gets harder to handle21:20
*** alagala__ has joined #openstack-neutron21:21
marunsalv-orlando: ping21:21
dataZZelle: getting help in #openstack right now, but I have it defined there, yet the output suggests it's not using ml221:22
*** alagal___ has joined #openstack-neutron21:22
*** ijw has joined #openstack-neutron21:22
*** alagala__ has quit IRC21:23
ZZelledata, good luck with your config trouble :)21:23
*** alagalah has quit IRC21:23
marunsalv-orlando: I'm having to help out on the NFV front, and the issue of 'port without subnet' is coming up (the reason for the portsecurity extension?).  Am I correct in assuming that you have an opinion on this?21:24
dataZZelle: thanks, I feel like I need it. The combination of vxlan and ml2 does not seem well documented so far, or I have made a fundamental mistake at the very beginning21:24
*** alagalah_ has quit IRC21:25
*** dconde has joined #openstack-neutron21:27
*** dconde has quit IRC21:27
enikanorov_ZZelle: why do you say query-and-add is not safe with lockmode?21:27
*** tongli has quit IRC21:29
ZZelleenikanorov_, on postgresql a select with lockmode has no effect if the select selects nothing21:30
salv-orlandomarun: no strong opinions there. My only opinion is that this is a scenario which was supposed to work in a straighforward way but it actually isn't21:30
ZZelleenikanorov_, mysql has the opposite behavior (no result => lock all rows)21:30
salv-orlandomarun: and therefore either we make it work properly or we disallow it21:30
salv-orlandomarun: I would like to make it work properly. But to understand the scope of “properly” I would need to gather more info on the NFV use cases21:32
*** julim has quit IRC21:32
salv-orlandomarun: unfortunately, even if it falls in my work hours I’m rarely available on weds at 1400 utc21:33
*** jp_at_hp has quit IRC21:34
*** ijw has quit IRC21:34
marunsalv-orlando: I have a similar conflict21:34
enikanorov_ZZelle: may be it worth then call .merge() instead of .add()21:34
enikanorov_what do you think?21:35
salv-orlandomarun: 1400 utc is also a bit early for you21:35
ZZelleenikanorov_, honestly, i don't know21:36
enikanorov_it might allow to avoid caring about dublicate records21:37
ZZelleenikanorov_, the behavior of merge is unclear to me21:37
*** flaviof is now known as flaviof_zzz21:37
ZZelleenikanorov_, if i remember correctly, merge could perform an update?21:38
ZZelleenikanorov_, in vxlan case the endpoint you tries to insert could have different port than the one in db21:39
ZZelleenikanorov_, merge would update the endpoint udp_port in db?21:39
enikanorov_ZZelle: yrd21:40
enikanorov_*yes21:40
enikanorov_ZZelle: it's interesting if it's ever the case, but your patch changing the logic21:41
mesterymarun salv-orlando: And I've sneakily setup the parity meeting to overlap with the NFV meeting as well to make it even more hard to attend.21:41
marunmestery: That explains it21:41
marunsalv-orlando: so, what's the simplest thing that could possibly work?21:41
ZZelleenikanorov_, not sure to understand21:41
enikanorov_ZZelle: ah no, sorry, the logic is same21:41
salv-orlandobasically first we’d need to support the port_security extension in ml2, and there’s a patch in review for it21:42
enikanorov_looks like method doesn't care about would the record be updated or not21:42
salv-orlandomarun: ^21:42
marunsalv-orlando: and that's preferable to ianw's approach of allowing promiscuous interfaces?21:42
marunsalv-orlando: (I'm ignorant, so please feel free to correct my mistakes in understanding)21:42
*** dconde has joined #openstack-neutron21:43
salv-orlandomarun: I think that’s a differnet thing.. you can always have the promiscuous interface, but if then enforce anti spoof filters promiscuity goes to hell, I think21:43
marunsalv-orlando: I'm trying to understand the relationship between this spec (https://review.openstack.org/#/c/99873/) and this one (https://review.openstack.org/#/c/97715/)21:43
ZZelleenikanorov_, yes, the behavior for vxlan is strange ... you cannot update the udp_port for an existing endpoint but i am pretty sure everyone uses default vxlan ports21:43
*** a_le has quit IRC21:44
salv-orlandomarun: regarding the anti-spoof filters, as of today these are kind of hardcoded21:44
*** changbl has quit IRC21:44
*** rwsu has quit IRC21:44
enikanorov_in this case I would suggest to use merge() - it's also looks more appropriate21:44
marunsalv-orlando: so the portsecurity extension is an easier route to similar capability21:44
marun?21:44
*** changbl has joined #openstack-neutron21:44
salv-orlandomarun: not an easier route, but a probably mandatory prerequisite21:44
salv-orlandomarun: also nova is a bit reluctant in booting vms with vif without ip21:45
salv-orlandoas it tries in most cases to stick a default security group on the port21:45
salv-orlandoand I guess a port without a subnet should not have a security group21:45
marunsalv-orlando: Is this documented in the specs in question to your knowledge?21:46
salv-orlandomarun: nope that I’m aware of, but I don’t remember them word by word21:46
marunsalv-orlando: ok21:47
*** annegent_ has quit IRC21:48
marunsalv-orlando, mestery: Do you have any objections to me -2ing the ml2 portsecurity spec and the vlan trunking spec so I can have a chance to review them and open lines of communications with their authors to confirm whether or not they are going to be able to finalize the implementation in time for Juno?21:48
salv-orlandomarun: you are core. Rather than -2’ing them you can put them in wip.21:49
ZZelleenikanorov_, but merge could update db when add will not and raise DBEntry?21:49
salv-orlandowith the new gerrit interface core reviewers can put in wip other people’s patches21:49
marunsalv-orlando: Ah, ok.  And that will outlast new submissions?21:49
salv-orlandomarun: yes it does afaict21:49
enikanorov_ZZelle: i think the benefir is updating the DB and not caring about duplicate entry21:49
marunsalv-orlando: great, thanks for the info.21:49
ZZelleenikanorov_, but that's not the current behavior21:49
salv-orlandomarun: also please have a look at https://review.openstack.org/#/c/94612/ I think it might be a bit mutually exclusive with spec #9771521:50
enikanorov_right, but it seems to be correct (unlike existing code), and also, more robust21:50
marunsalv-orlando: very confusing :(21:51
*** banix has quit IRC21:51
*** WackoRobie has quit IRC21:52
*** WackoRobie has joined #openstack-neutron21:53
mesterymarun: I'm fine with that21:55
*** emagana has joined #openstack-neutron21:57
*** WackoRobie has quit IRC21:57
ZZelleenikanorov_, i would prefer not to otherwise it seems impossible to identify (through logs) multiple neutron-servers with incoherent udp_port configs21:58
*** cnesa3 has quit IRC21:59
*** radez is now known as radez_g0n322:00
ZZelleenikanorov_, session.add ensures the first one to insert wins and others will use its config22:00
*** dguerri is now known as _dguerri22:00
ZZelleenikanorov_, session.merge ensures the last one to insert wins but others can use previous endpoint udp ports.22:01
marunmestery: ok22:01
*** emagana has quit IRC22:01
*** _afazekas is now known as afazekas22:03
*** alagal___ has quit IRC22:03
aleksandr_nullGuys, during testing I found that dvr/dvr_snat modes didn't do any check that they've ran in environment without vxlans.22:04
aleksandr_nullprobably there is should be changes related to that, as example scheduler should check that router with distributed parameter couldn't serve non-vxlan network.22:06
aleksandr_nullOr to support vlans/gre ...22:06
aleksandr_null=)22:06
*** dgollub has quit IRC22:06
*** a_le has joined #openstack-neutron22:06
*** markmcclain has quit IRC22:08
rkukuraarmax: I’ve re-reviewed https://review.openstack.org/#/c/102398/ and reviewed https://review.openstack.org/#/c/107880/. I think these are pretty close to ready to merge now.22:08
*** dims_ has joined #openstack-neutron22:09
armaxrkukura: super, I am on them22:09
armaxrkukura: thanks a bunch22:09
rkukuramarun: I also have some feedback to write-up on the ML2 portsecurity spec.22:10
*** baoli has quit IRC22:10
marunrkukura: most welcome22:11
*** mlavalle has quit IRC22:11
*** yamamoto has quit IRC22:11
openstackgerritSteve Martinelli proposed a change to openstack/python-neutronclient: Add a tox job for generating docs  https://review.openstack.org/10943522:11
*** dims has quit IRC22:12
*** chuckC has joined #openstack-neutron22:12
ZZellealeksandr_null, we removed runtime checks (including vxlan support check)22:16
openstackgerritSteve Martinelli proposed a change to openstack/python-neutronclient: Update theme for docs  https://review.openstack.org/10943722:16
*** dims_ has quit IRC22:16
aleksandr_nullZZelle: OK, that make sense! Thanks for clarifying that.22:16
ZZellealeksandr_null, so deployers must check their environment and choose to enable/disable vxlan support22:16
aleksandr_nullJust got in troubles when tried to use it over vlans :)22:17
aleksandr_null$)22:17
openstackgerritnlahouti proposed a change to openstack/neutron: Cisco DFA ML2 Mechanism Driver  https://review.openstack.org/10328122:17
*** alagalah has joined #openstack-neutron22:18
*** padkrish_ has quit IRC22:19
*** a_le has quit IRC22:20
*** alagalah has quit IRC22:20
*** a_le has joined #openstack-neutron22:20
openstackgerritAbhishek Raut proposed a change to openstack/neutron: Cisco: Fix test cases which make incorrect create requests  https://review.openstack.org/10914922:21
*** alagalah has joined #openstack-neutron22:21
*** Sukhdev has quit IRC22:22
*** dconde has quit IRC22:22
*** WackoRobie has joined #openstack-neutron22:23
ZZellealeksandr_null, you propose a DVR check in sanity-check22:24
*** nplanel_ has joined #openstack-neutron22:25
*** trad511 has joined #openstack-neutron22:26
*** WackoRobie has quit IRC22:27
*** flwang_ has joined #openstack-neutron22:29
*** seizadi has quit IRC22:30
*** banix has joined #openstack-neutron22:32
*** flwang_ has quit IRC22:33
*** baoli has joined #openstack-neutron22:33
*** otherwiseguy has quit IRC22:34
*** mlavalle has joined #openstack-neutron22:35
*** ZZelle has quit IRC22:35
*** carlp has quit IRC22:36
*** cnesa3 has joined #openstack-neutron22:37
*** jgrimm has quit IRC22:39
*** nagyz has quit IRC22:39
*** padkrish has joined #openstack-neutron22:39
*** sballe has quit IRC22:39
*** jobewan has quit IRC22:40
*** nati_ueno has quit IRC22:40
*** vivek-ebay has quit IRC22:40
*** nati_ueno has joined #openstack-neutron22:40
*** vivek-ebay has joined #openstack-neutron22:40
*** carlp has joined #openstack-neutron22:41
*** yamamoto has joined #openstack-neutron22:42
*** dims_ has joined #openstack-neutron22:42
*** chuckC has quit IRC22:47
*** dims_ has quit IRC22:47
*** yamamoto has quit IRC22:47
*** WackoRobie has joined #openstack-neutron22:47
*** changbl has quit IRC22:48
*** trad511 has quit IRC22:49
*** emagana has joined #openstack-neutron22:51
*** WackoRobie has quit IRC22:52
*** chuckC has joined #openstack-neutron22:53
*** manishg has quit IRC22:54
*** emagana has quit IRC22:55
*** armitage81 has joined #openstack-neutron22:55
*** armitage81 has quit IRC22:56
*** armitage81 has joined #openstack-neutron22:56
*** shashankhegde has quit IRC22:56
*** a_le has quit IRC23:01
*** a_le has joined #openstack-neutron23:01
*** sdmonov has quit IRC23:03
*** nati_ueno has quit IRC23:04
*** nati_ueno has joined #openstack-neutron23:05
*** shashankhegde has joined #openstack-neutron23:06
*** geekinutah has quit IRC23:07
*** nati_ueno has quit IRC23:08
*** chuckC has quit IRC23:09
*** otherwiseguy has joined #openstack-neutron23:12
*** sbfox has quit IRC23:12
*** ijw has joined #openstack-neutron23:13
*** sbfox has joined #openstack-neutron23:15
*** emagana has joined #openstack-neutron23:16
*** xuhanp has joined #openstack-neutron23:18
*** sbfox has quit IRC23:21
*** ijw_ has joined #openstack-neutron23:22
openstackgerritDivya ChanneGowda proposed a change to openstack/neutron: Implements securitygroup extension for nuage plugin  https://review.openstack.org/10722323:25
*** ijw has quit IRC23:25
*** bandarji has quit IRC23:26
*** emagana has quit IRC23:28
*** emagana has joined #openstack-neutron23:28
*** cnesa4 has joined #openstack-neutron23:32
*** banix has quit IRC23:32
*** cnesa3 has quit IRC23:32
*** emagana has quit IRC23:33
*** ollivier has joined #openstack-neutron23:34
*** banix has joined #openstack-neutron23:34
*** cnesa4 has quit IRC23:37
*** yamahata has joined #openstack-neutron23:39
*** alagalah_ has joined #openstack-neutron23:39
*** gangil has quit IRC23:40
openstackgerritArmando Migliaccio proposed a change to openstack/neutron: Encapsulate some port properties in the PortContext  https://review.openstack.org/10788023:41
*** armitage81 has quit IRC23:41
*** yamamoto has joined #openstack-neutron23:42
*** alagalah_ has quit IRC23:42
*** jaypipes has quit IRC23:43
*** dims_ has joined #openstack-neutron23:43
*** alagalah has quit IRC23:43
*** ijw has joined #openstack-neutron23:44
*** xgerman has quit IRC23:45
*** yamamoto has quit IRC23:46
*** ijw_ has quit IRC23:47
*** WackoRobie has joined #openstack-neutron23:47
*** dims_ has quit IRC23:47
*** Dev_Taro has joined #openstack-neutron23:49
*** ijw_ has joined #openstack-neutron23:50
*** WackoRobie has quit IRC23:52
*** vivek-ebay has quit IRC23:52
*** vivek-ebay has joined #openstack-neutron23:53
*** ijw has quit IRC23:53
*** manishg has joined #openstack-neutron23:53
*** ranger81 has quit IRC23:53
*** ranger81 has joined #openstack-neutron23:54
*** dconde has joined #openstack-neutron23:55
*** manishg_ has joined #openstack-neutron23:56
*** ollivier has quit IRC23:56
*** manishg has quit IRC23:57
*** manishg_ is now known as manishg23:57
*** ranger81 has quit IRC23:59
*** otherwiseguy has quit IRC23:59
*** ijw_ has quit IRC23:59
*** annegent_ has joined #openstack-neutron23:59
*** SridharG has joined #openstack-neutron23:59

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!