Tuesday, 2015-03-31

kevinbentonmarun: they register config opts all of the time to test different functionality that depends on them00:00
*** dave-mccowan has joined #openstack-neutron00:00
*** sripriya has quit IRC00:01
*** sripriya has joined #openstack-neutron00:01
*** seizadi1 has quit IRC00:01
kevinbentonmarun: oh i see00:01
kevinbentonregister_cli_opts00:01
kevinbentonmarun: maybe it's behavior is a little different than register_cfg_opts00:01
marunkevinbenton: It certainly wasn't designed with any conception of testing :/00:02
marunor, maybe we're abusing it.00:02
marunI shouldn't assume00:02
*** annegentle has quit IRC00:02
*** achanda_ has joined #openstack-neutron00:03
*** yamamoto has joined #openstack-neutron00:04
kevinbentonmarun: yeah, it seems like cfg.CONF.register_opts can be repeated without raising00:05
*** baoli_ has quit IRC00:06
*** achanda has quit IRC00:07
*** dboik_ has quit IRC00:07
*** achanda_ has quit IRC00:08
*** yamamoto has quit IRC00:09
*** Marga_ has joined #openstack-neutron00:09
*** nati_ueno has quit IRC00:10
*** banix has joined #openstack-neutron00:10
*** carl_baldwin has quit IRC00:12
kevinbentonHenryG: have a sec?00:14
HenryGkevinbenton: aye00:14
*** baoli has joined #openstack-neutron00:15
kevinbentonHenryG: how do you run an individual test?00:15
kevinbentonHenryG: I saw your comments on the dhcp patch00:15
HenryGfrom the cli:00:16
HenryGsource .tox/py27/bin/activate00:16
HenryGunit2 neutron.tests.unit.path.module.class.test_case00:16
*** Aish has quit IRC00:17
HenryGkevinbenton: Yesterday I listed all the unit tests and ran them all this way00:18
HenryGI have a list of the ones that don't run00:18
kevinbentonHenryG: how many are there?00:19
HenryGYou list test cases like this:00:19
HenryGtestr list-tests neutron.tests.unit > ../ALL_UT_CASES.txt00:19
*** vmtrooper has joined #openstack-neutron00:19
HenryG104 fail00:19
*** rossella_s has quit IRC00:20
*** xgerman_ has quit IRC00:20
*** tsg has quit IRC00:20
*** rossella_s has joined #openstack-neutron00:20
HenryGBut there are many groups from the same test class, so presumably they can be fixed in the setUp()00:21
hitaliadkhasjf;lk00:21
kevinbentonHenryG: what I don't understand is what the testtools are doing that allow this to work00:21
HenryGkevinbenton: they import all the modules to discover the test cases00:22
kevinbentonHenryG: is it just that they are running through all of the modules and by processing the module level code it works?00:22
HenryGyup00:22
kevinbentonHenryG: ok, so we are accidentally depending on side effects of other imports00:22
kevinbentonHenryG: this also fails in the way i run them when i need pdb00:23
*** johnbelamaric has joined #openstack-neutron00:23
HenryGexactly00:23
kevinbentonHenryG: python -m testtools.run neutron.tests.unit.test_dhcp_agent.TestDhcpAgentEventHandler.test_port_update_change_ip_on_dhcp_agents_port00:23
kevinbentonHenryG: let me propose a follow-up really quick to my patch00:23
HenryGkevinbenton: not needed, I am planning to file a bug about independent testing00:24
*** vmtrooper has quit IRC00:24
kevinbentonHenryG: ok00:24
kevinbentonHenryG: I do need to fix the other UT though00:25
*** nati_ueno has joined #openstack-neutron00:25
HenryGkevinbenton: np, whatever is easiest for you00:25
*** pavel_bondar has quit IRC00:25
*** pavel_bondar has joined #openstack-neutron00:26
*** dims has joined #openstack-neutron00:27
*** Marga_ has quit IRC00:27
*** Marga_ has joined #openstack-neutron00:28
*** tiswanso has joined #openstack-neutron00:28
*** banix has quit IRC00:28
*** mwagner_lap has joined #openstack-neutron00:29
*** signed8b_ has joined #openstack-neutron00:30
openstackgerritKevin Benton proposed openstack/neutron: Fix test case for DHCP agent interface restart  https://review.openstack.org/16912300:30
kevinbentonHenryG: ^^00:30
*** sbfox has joined #openstack-neutron00:30
*** nati_ueno has quit IRC00:30
*** johnbelamaric has quit IRC00:30
*** ijw has quit IRC00:31
*** nati_ueno has joined #openstack-neutron00:31
kevinbentonHenryG: maybe we need another jenkins gate job that runs each test individually :)00:31
HenryGkevinbenton: I am sure infra would love us for that00:32
*** signed8bit has quit IRC00:32
HenryGand all the developers who have to wait 3-4 hours for their jenkins results00:33
kevinbentonHenryG: yeah :)00:35
kevinbentonmarun: still there?00:37
kevinbentonmarun: calling reset() will fix this particular error00:37
*** zhenq has joined #openstack-neutron00:38
HenryGkevinbenton: https://bugs.launchpad.net/neutron/+bug/143846300:38
openstackLaunchpad bug 1438463 in neutron "Some unit tests cannot be run independently" [Undecided,New]00:38
*** tiswanso has quit IRC00:38
kevinbentonmarun: may i assign your bug to myself?00:38
*** Networkn3rd has quit IRC00:39
*** tiswanso has joined #openstack-neutron00:39
kevinbentonHenryG: nice, looks like only a few classes00:39
HenryGkevinbenton: yes. I did the same check about a year ago and cleaned them up.00:40
HenryGThe ones that were broken at the time, I mean.00:41
kevinbentonHenryG: this does sound like a nice use for a periodic job...00:41
HenryGkevinbenton: even something run on just the changeset might be helpful00:42
*** zhenq has quit IRC00:42
HenryGIt wouldn't catch all the cases though00:42
*** pradip_vedams has quit IRC00:42
*** sridhar_ram has quit IRC00:42
openstackgerritMerged openstack/neutron: Test to verify  shared attribute of network  https://review.openstack.org/16756600:43
*** pradip_vedams has joined #openstack-neutron00:43
*** yamamoto_ has joined #openstack-neutron00:43
*** zzzeek has quit IRC00:44
*** amuller has quit IRC00:46
*** sridhar_ram has joined #openstack-neutron00:46
*** Marga_ has quit IRC00:49
*** nati_uen_ has joined #openstack-neutron00:52
*** nati_ueno has quit IRC00:52
*** Longgeek has joined #openstack-neutron00:54
*** YorikSar has quit IRC00:55
*** jamiem has quit IRC00:56
HenryGdougwig: Elite Coffee Flavors? That's the only reason why you want that patch in, isn't it?00:56
*** annegentle has joined #openstack-neutron00:58
*** nati_uen_ has quit IRC00:59
*** nati_ueno has joined #openstack-neutron01:00
*** emagana has quit IRC01:01
openstackgerritMerged openstack/neutron: Set floating IP port status to "N/A"  https://review.openstack.org/12226501:01
*** zhenq has joined #openstack-neutron01:02
openstackgerritshihanzhang proposed openstack/neutron: Fix fdb entries can't be removed  https://review.openstack.org/16880201:02
*** shaohe_feng has joined #openstack-neutron01:03
*** Marga_ has joined #openstack-neutron01:04
openstackgerritItsuro Oda proposed openstack/neutron: Make floatingip reachable from the same network  https://review.openstack.org/16194701:04
*** ChuckC has quit IRC01:08
*** sballe has quit IRC01:08
*** nlahouti has quit IRC01:09
*** zhenq has quit IRC01:10
marunkevinbenton: go ahead. I noticed the same thing, not sure why reset wouldn't be called01:11
*** imcsk8 has quit IRC01:12
*** baoli has quit IRC01:12
*** amotoki has joined #openstack-neutron01:12
*** imcsk8 has joined #openstack-neutron01:12
*** annegentle has quit IRC01:12
*** lizk has joined #openstack-neutron01:12
kevinbentonmarun: DietTestCase :)01:12
*** annegentle has joined #openstack-neutron01:13
marunkevinbenton: ??01:13
*** amotoki has quit IRC01:13
kevinbentonmarun: did you create that?01:13
marunI did, but it's not new01:13
*** haigang has joined #openstack-neutron01:13
marunit's simply a rename of sub_base.TestCase01:14
kevinbentonmarun: yeah, i just didn't notice it before now01:14
marunnow that the separation for the same of tempest is no longer required01:14
marunsame -> sake01:14
marunbut functionally it doesn't change anything01:14
marunkevinbenton: I guess it wouldn't hurt to do the reset there to avoid potential issues01:16
marunkevinbenton: but the only use outside of basetestcase is in the unit sutie01:16
marunsuite01:16
*** zhenq has joined #openstack-neutron01:16
*** Longgeek has quit IRC01:17
*** Longgeek has joined #openstack-neutron01:17
*** yamamoto_ has quit IRC01:17
*** sbfox has quit IRC01:17
*** banix has joined #openstack-neutron01:18
dougwigHenryG: that's enikanorov_ 's file/humor.01:21
HenryGdougwig: well, I lol'd. Good one enikanorov_ :)01:24
*** mitz has quit IRC01:26
lizkhi, all, please review https://review.openstack.org/155317/ and https://review.openstack.org/166539/  thanks :)01:27
*** aduarte has quit IRC01:30
*** sripriya has quit IRC01:31
*** catohornet has quit IRC01:32
openstackgerritMerged openstack/neutron: Improve DVR scale performance  https://review.openstack.org/15011001:33
openstackgerritMerged openstack/neutron: Improve DVR scale performance  https://review.openstack.org/15011001:33
kevinbentonmarun: left a comment01:33
kevinbentonmarun: have to step away for a while01:34
kevinbentonmarun: that test failure is caused by your patch01:34
*** stanzgy has joined #openstack-neutron01:34
*** ChuckC has joined #openstack-neutron01:34
*** mitz has joined #openstack-neutron01:36
*** sridhar_ram has quit IRC01:40
*** baoli has joined #openstack-neutron01:40
*** amotoki has joined #openstack-neutron01:42
*** annegentle has quit IRC01:42
*** baoli has quit IRC01:47
*** amotoki has quit IRC01:47
*** yamahata has joined #openstack-neutron01:47
*** amotoki has joined #openstack-neutron01:47
*** carl_baldwin has joined #openstack-neutron01:47
*** yamamoto_ has joined #openstack-neutron01:49
*** erkules_ has joined #openstack-neutron01:49
*** erkules has quit IRC01:49
*** tsg has joined #openstack-neutron01:49
*** chandankumar has joined #openstack-neutron01:50
*** dboik has joined #openstack-neutron01:50
*** amotoki has quit IRC01:52
*** rangansw has joined #openstack-neutron01:52
*** sthillma has quit IRC01:54
*** tflynn has quit IRC02:01
*** tflynn has joined #openstack-neutron02:02
openstackgerritYAMAMOTO Takashi proposed openstack/neutron: Update .coveragerc after the removal of Cisco Nexus monolithic plugin.  https://review.openstack.org/16913802:02
*** chandankumar has quit IRC02:04
openstackgerritMerged openstack/neutron: Support IPv6 Router  https://review.openstack.org/15628302:05
*** dims has quit IRC02:07
*** vmtrooper has joined #openstack-neutron02:08
*** dims has joined #openstack-neutron02:08
*** rangansw has quit IRC02:08
*** Longgeek has quit IRC02:09
*** Longgeek_ has joined #openstack-neutron02:09
*** lukasa_work has quit IRC02:10
*** lukasa_ has joined #openstack-neutron02:10
*** tflynn has quit IRC02:11
*** tflynn has joined #openstack-neutron02:11
*** padkrish has joined #openstack-neutron02:12
*** padkrish has quit IRC02:12
*** padkrish has joined #openstack-neutron02:12
*** vmtrooper has quit IRC02:13
*** tflynn has quit IRC02:13
*** dims has quit IRC02:14
*** banix has quit IRC02:14
*** carl_baldwin has quit IRC02:14
*** SumitNaiksatam has quit IRC02:14
*** tflynn has joined #openstack-neutron02:14
*** annegentle has joined #openstack-neutron02:15
*** nati_ueno has quit IRC02:16
*** marun has quit IRC02:16
*** baoli has joined #openstack-neutron02:18
*** seizadi has joined #openstack-neutron02:19
*** Longgeek_ has quit IRC02:20
*** carl_baldwin has joined #openstack-neutron02:21
*** Longgeek_ has joined #openstack-neutron02:23
openstackgerritYAMAMOTO Takashi proposed openstack/neutron: Functional tests for OVS-agent OpenFlow drivers  https://review.openstack.org/16458402:23
openstackgerritYAMAMOTO Takashi proposed openstack/neutron: OVS-agent: Introduce Ryu based OpenFlow driver  https://review.openstack.org/15394602:23
openstackgerritYAMAMOTO Takashi proposed openstack/neutron: OVS-agent: Separate ovs-ofctl using code as a driver  https://review.openstack.org/16024502:23
openstackgerritYAMAMOTO Takashi proposed openstack/neutron: Update .coveragerc after the removal of Cisco Nexus monolithic plugin  https://review.openstack.org/16913802:25
openstackgerritHaining Zhang proposed openstack/neutron: Add log for metadata DB reset  https://review.openstack.org/16882102:26
*** signed8b_ has quit IRC02:26
*** amotoki has joined #openstack-neutron02:28
*** _cjones_ has joined #openstack-neutron02:30
*** carl_baldwin has quit IRC02:31
*** _cjones_ has quit IRC02:33
*** _cjones_ has joined #openstack-neutron02:33
*** achanda has joined #openstack-neutron02:34
*** banix has joined #openstack-neutron02:34
*** popw has joined #openstack-neutron02:36
*** tflynn has quit IRC02:37
hanzhanghi all, who can help to review this patch:https://review.openstack.org/#/c/168802/02:37
openstackgerritliusheng proposed openstack/python-neutronclient: Add sha1 convention of token for HTTPclient  https://review.openstack.org/16883402:38
*** tflynn has joined #openstack-neutron02:41
*** carl_baldwin has joined #openstack-neutron02:41
*** sbfox has joined #openstack-neutron02:42
*** amotoki has quit IRC02:43
*** crc32 has quit IRC02:44
*** achanda has quit IRC02:44
*** yamahata has quit IRC02:44
*** achanda has joined #openstack-neutron02:45
*** hanzhang has quit IRC02:45
*** seizadi has quit IRC02:46
*** pradip_rawat has joined #openstack-neutron02:49
*** nati_ueno has joined #openstack-neutron02:50
openstackgerritYAMAMOTO Takashi proposed openstack/neutron: Functional tests for OVS-agent OpenFlow drivers  https://review.openstack.org/16458402:51
openstackgerritYAMAMOTO Takashi proposed openstack/neutron: OVS-agent: Introduce Ryu based OpenFlow driver  https://review.openstack.org/15394602:51
openstackgerritYAMAMOTO Takashi proposed openstack/neutron: OVS-agent: Separate ovs-ofctl using code as a driver  https://review.openstack.org/16024502:51
*** shwetaap has joined #openstack-neutron02:51
*** carl_baldwin has quit IRC02:51
*** pradip_vedams has quit IRC02:52
*** tflynn has quit IRC02:52
*** pradip_rawat is now known as pradip_vedams02:52
*** tflynn has joined #openstack-neutron02:53
*** dannywilson has joined #openstack-neutron02:54
*** setuid has quit IRC02:57
*** haigang has quit IRC02:57
*** setuid has joined #openstack-neutron02:58
openstackgerritShaoRan Xiao proposed openstack/neutron: Definition of the Virtual Network Performance interface Implements:blueprint virtual-network-performance-monitor  https://review.openstack.org/16481402:58
*** Marga_ has quit IRC02:58
*** hichihara has quit IRC02:59
*** dannywilson has quit IRC02:59
*** nati_ueno has quit IRC02:59
*** hichihara has joined #openstack-neutron02:59
*** hichihara has quit IRC02:59
*** seizadi has joined #openstack-neutron03:05
*** bquan has joined #openstack-neutron03:07
*** harlowja_ is now known as harlowja_away03:07
*** amotoki has joined #openstack-neutron03:10
*** banix has quit IRC03:11
*** mlavalle has joined #openstack-neutron03:11
*** padkrish has quit IRC03:12
*** mlavalle has quit IRC03:12
*** zhenq has quit IRC03:12
*** mlavalle has joined #openstack-neutron03:13
*** seizadi has quit IRC03:14
*** Marga_ has joined #openstack-neutron03:15
*** amotoki has quit IRC03:16
*** tsg has quit IRC03:19
*** haigang has joined #openstack-neutron03:22
*** tflynn has quit IRC03:24
*** suresh12 has quit IRC03:24
*** xgerman_ has joined #openstack-neutron03:24
*** aveiga has quit IRC03:25
*** pal has joined #openstack-neutron03:25
*** gildub has joined #openstack-neutron03:27
*** haigang has quit IRC03:27
*** sbalukoff has quit IRC03:32
*** carl_baldwin has joined #openstack-neutron03:32
*** ajmiller__ has joined #openstack-neutron03:34
*** baoli has quit IRC03:36
*** hanzhang has joined #openstack-neutron03:37
*** ajmiller_ has quit IRC03:37
hanzhanghi all, who can help to review this patch:https://review.openstack.org/#/c/168802/03:38
*** SumitNaiksatam has joined #openstack-neutron03:38
carl_baldwinHenryG: ping03:38
HenryGcarl_baldwin: pong03:39
carl_baldwinHenryG: Where are the ipv6 patches at?  Are they still in play for RC1?03:39
carl_baldwinUnfortunately, I had my attention split during the meeting today and haven’t been able to get back until now.03:40
HenryGcarl_baldwin: For multiple prefixes, the main patch is merged03:40
HenryGcarl_baldwin: for ipv6 router (external connectivity) there was only one patch and it was the one you helped merge, thanks!03:41
carl_baldwinHenryG: I did see that happen.  That is good.  I’m wondering about the remaining ones.  Are there any that should be preferred over the others?03:41
carl_baldwinHenryG: Glad to help.  I didn’t see why it should be blocked even though I will be following up in Liberty to clean up that use model.03:42
HenryGcarl_baldwin: right, so multiple prefixes is a bit clunky to use without https://review.openstack.org/15636003:43
*** amotoki has joined #openstack-neutron03:43
HenryGcarl_baldwin: How are things with the l3 agent restructure? Happy with what's merged or do you want help with some more?03:46
*** Murali has joined #openstack-neutron03:49
carl_baldwinHenryG: I’m done with the l3 agent for now.  Thank you for your reviews there.03:51
carl_baldwin… unless Miguel’s test didn’t merge but I think it did.03:51
carl_baldwinMiguel’s did merge.  So I think we’re done with what I wanted to include in Kilo.  There might be a few clean-ups in Liberty but nothing big.03:54
*** haigang has joined #openstack-neutron03:55
*** vmtrooper has joined #openstack-neutron03:57
*** yfauser has joined #openstack-neutron03:57
HenryGcarl_baldwin: Cool. Let me know if there is anything else I can help with. I am closing shop here for the night, but feel free to drop a note.03:58
*** sbfox has quit IRC03:59
*** anish_ has joined #openstack-neutron04:00
*** armax has quit IRC04:00
*** vmtrooper has quit IRC04:02
*** carl_baldwin has quit IRC04:05
*** seizadi has joined #openstack-neutron04:10
*** krtaylor has quit IRC04:11
*** txomon|fon has quit IRC04:12
*** jasondotstar has quit IRC04:12
*** achanda has quit IRC04:12
*** krtaylor has joined #openstack-neutron04:13
*** jasondotstar has joined #openstack-neutron04:14
*** _cjones_ has quit IRC04:15
*** _cjones_ has joined #openstack-neutron04:15
*** yatin has joined #openstack-neutron04:16
*** drjones has joined #openstack-neutron04:16
*** achanda has joined #openstack-neutron04:19
openstackgerritRyan Tidwell proposed openstack/neutron: Subnet allocation from a subnet pool  https://review.openstack.org/15759704:19
*** _cjones_ has quit IRC04:20
openstackgerritRyan Tidwell proposed openstack/neutron: Simple subnetpool allocation quotas  https://review.openstack.org/16526404:20
*** drjones has quit IRC04:21
*** txomon|fon has joined #openstack-neutron04:24
*** achanda has quit IRC04:27
*** achanda has joined #openstack-neutron04:30
*** aduarte has joined #openstack-neutron04:31
*** gs has joined #openstack-neutron04:31
*** gs has left #openstack-neutron04:32
*** xgerman_ has quit IRC04:32
*** oomichi_ has joined #openstack-neutron04:33
*** gowrishankar has joined #openstack-neutron04:33
*** nlahouti has joined #openstack-neutron04:34
*** suresh12 has joined #openstack-neutron04:35
*** gowrishankar has quit IRC04:35
*** aranjan has joined #openstack-neutron04:35
*** Longgeek_ has quit IRC04:35
*** nlahouti has quit IRC04:38
*** nlahouti has joined #openstack-neutron04:39
*** suresh12 has quit IRC04:39
*** gowri has joined #openstack-neutron04:40
*** achanda has quit IRC04:40
*** annegentle has quit IRC04:40
*** achanda has joined #openstack-neutron04:40
*** Flcn_ has quit IRC04:40
*** _cjones_ has joined #openstack-neutron04:41
*** carl_baldwin has joined #openstack-neutron04:41
*** Longgeek has joined #openstack-neutron04:42
*** _cjones_ has quit IRC04:44
*** aranjan_ has joined #openstack-neutron04:45
*** Flcn has joined #openstack-neutron04:46
*** bquan has quit IRC04:46
*** annegentle has joined #openstack-neutron04:46
*** chandankumar has joined #openstack-neutron04:47
openstackgerritSridhar Gaddam proposed openstack/neutron: Add sanity_check for keepalived ipv6 support  https://review.openstack.org/16878104:47
*** aranjan has quit IRC04:48
*** annegentle has quit IRC04:49
*** Murali has quit IRC04:50
*** achanda has quit IRC04:51
*** pradip_vedams has quit IRC04:53
*** mlavalle has quit IRC04:55
*** sbalukoff has joined #openstack-neutron04:58
*** Networkn3rd has joined #openstack-neutron04:59
*** ajo has joined #openstack-neutron05:06
*** yfried has quit IRC05:07
*** anshul has joined #openstack-neutron05:08
*** Networkn3rd has quit IRC05:15
*** carl_baldwin has quit IRC05:15
*** aepifanov has joined #openstack-neutron05:15
*** ajo has quit IRC05:16
*** ociuhandu has quit IRC05:16
*** anilvenkata has quit IRC05:18
*** seizadi has quit IRC05:20
*** trinaths has joined #openstack-neutron05:20
*** achanda has joined #openstack-neutron05:22
trinathsHi, Got a doubt in installation, When I do apt-get install, the neutron packages go to /usr/lib/python2.7/dist-packages/ directory but when I down from the openstack git for latest code, the code is installed in /usr/local/lib/python2.7/dist-packages/ directory. Why is that this happens this way? any idea guys?05:27
*** nplanel_ has quit IRC05:28
*** oomichi_ has quit IRC05:29
*** nlahouti has quit IRC05:31
*** anilvenkata has joined #openstack-neutron05:33
*** shwetaap has quit IRC05:33
*** pal has quit IRC05:37
*** garyk has joined #openstack-neutron05:37
*** aduarte has quit IRC05:42
*** ajo has joined #openstack-neutron05:44
*** yfried has joined #openstack-neutron05:45
*** apuimedo has joined #openstack-neutron05:45
*** vmtrooper has joined #openstack-neutron05:46
*** reed has quit IRC05:47
*** markvoelker has quit IRC05:48
*** yfried_ has joined #openstack-neutron05:49
*** yfried has quit IRC05:49
*** shilpa_ has joined #openstack-neutron05:49
dougwigtrinaths: apt and pip install in different locations.  that's "expected".05:50
openstackgerritMike Kolesnik proposed openstack/neutron: Fixed L3 agent manual scheduling for HA routers  https://review.openstack.org/14329705:50
*** nati_ueno has joined #openstack-neutron05:51
*** watanabe_isao has joined #openstack-neutron05:51
*** vmtrooper has quit IRC05:51
*** yfauser has quit IRC05:52
*** pradipta has joined #openstack-neutron05:52
*** nati_uen_ has joined #openstack-neutron05:55
*** annegentle has joined #openstack-neutron05:58
*** yatin has quit IRC05:58
*** nati_ueno has quit IRC05:59
*** annegentle has quit IRC06:02
*** itzikb has joined #openstack-neutron06:04
*** anish_ has quit IRC06:05
*** aranjan_ has quit IRC06:05
*** aranjan has joined #openstack-neutron06:06
*** chandankumar has quit IRC06:06
*** yfried_ is now known as yfried|afk06:06
*** shaohe_feng has quit IRC06:07
*** achanda has quit IRC06:08
*** achanda has joined #openstack-neutron06:08
*** jschwarz has joined #openstack-neutron06:09
trinathsdougwig: Thanks for the confirmation. Can there be a way that both install at the same point.06:09
*** pal has joined #openstack-neutron06:12
*** ijw has joined #openstack-neutron06:13
*** Marga_ has quit IRC06:15
*** yatin has joined #openstack-neutron06:15
*** anish_ has joined #openstack-neutron06:15
*** sbfox has joined #openstack-neutron06:17
*** anish_ has quit IRC06:19
*** markvoelker has joined #openstack-neutron06:19
*** anish_ has joined #openstack-neutron06:19
*** neeti has joined #openstack-neutron06:22
*** oda-g has quit IRC06:23
*** yfried|afk is now known as yfried_06:24
*** tflynn has joined #openstack-neutron06:24
*** markvoelker has quit IRC06:26
openstackgerritJohn Schwarz proposed openstack/neutron: Add HA full-stack test  https://review.openstack.org/12300006:26
*** haigang has quit IRC06:27
*** yatin has quit IRC06:27
*** haigang has joined #openstack-neutron06:27
*** amotoki has quit IRC06:27
*** gildub has quit IRC06:27
*** shaohe_feng has joined #openstack-neutron06:27
*** tflynn has quit IRC06:29
*** SridharG has joined #openstack-neutron06:29
*** scheuran has joined #openstack-neutron06:29
*** nmagnezi has joined #openstack-neutron06:31
*** haigang has quit IRC06:32
*** nyechiel has joined #openstack-neutron06:35
*** dboik has quit IRC06:40
*** yatin has joined #openstack-neutron06:41
*** hanzhang has quit IRC06:42
*** hanzhang has joined #openstack-neutron06:42
*** chandankumar has joined #openstack-neutron06:43
*** rotbeard has joined #openstack-neutron06:44
*** nati_uen_ has quit IRC06:46
*** nati_ueno has joined #openstack-neutron06:46
*** YorikSar has joined #openstack-neutron06:47
*** jamielennox is now known as jamielennox|away06:49
*** erkules_ is now known as erkules06:49
*** erkules has quit IRC06:49
*** erkules has joined #openstack-neutron06:49
*** marun has joined #openstack-neutron06:51
*** nati_ueno has quit IRC06:51
openstackgerritNurit Vilosny proposed openstack/neutron: Add notification flag (True / False) to extension_manager process_update_port  https://review.openstack.org/16919206:52
*** amotoki has joined #openstack-neutron06:53
*** SridharG has left #openstack-neutron06:54
*** marun has quit IRC06:55
*** evgenyf has joined #openstack-neutron06:58
*** annegentle has joined #openstack-neutron06:58
*** amotoki has quit IRC07:01
*** Murali has joined #openstack-neutron07:02
*** amotoki has joined #openstack-neutron07:02
*** annegentle has quit IRC07:04
*** yamamoto_ has quit IRC07:04
*** yfried__ has joined #openstack-neutron07:04
*** liusheng has joined #openstack-neutron07:04
*** achanda has quit IRC07:05
*** nati_ueno has joined #openstack-neutron07:06
*** yfried has joined #openstack-neutron07:06
*** ajo_ has joined #openstack-neutron07:07
openstackgerritAman Kumar proposed openstack/neutron: Added config variable for External Network type in ML2  https://review.openstack.org/14954607:07
hanzhanghi all, who can help review this patch:https://review.openstack.org/#/c/168802/07:07
openstackgerritNurit Vilosny proposed openstack/neutron: Add notification flag (True / False) to extension_manager process_update_port  https://review.openstack.org/16264807:08
*** yfried_ has quit IRC07:08
*** ZZelle has quit IRC07:08
*** numan has joined #openstack-neutron07:09
*** yfried__ has quit IRC07:09
*** ajo has quit IRC07:10
*** haigang has joined #openstack-neutron07:12
*** Yuriy has joined #openstack-neutron07:13
*** jamespd has joined #openstack-neutron07:13
*** yatin has quit IRC07:13
*** _kiran_ has joined #openstack-neutron07:16
*** _kiran_ is now known as kiran-r07:16
*** markvoelker has joined #openstack-neutron07:22
*** bobmel has joined #openstack-neutron07:23
*** matrohon has joined #openstack-neutron07:23
*** ronis has joined #openstack-neutron07:26
*** markvoelker has quit IRC07:27
*** yatin has joined #openstack-neutron07:30
*** SridharG has joined #openstack-neutron07:32
*** liusheng has quit IRC07:33
*** jschwarz has quit IRC07:33
*** liusheng has joined #openstack-neutron07:34
*** aranjan has quit IRC07:34
*** vmtrooper has joined #openstack-neutron07:35
*** jlanoux has joined #openstack-neutron07:37
*** nati_ueno has quit IRC07:38
*** nati_ueno has joined #openstack-neutron07:39
*** vmtrooper has quit IRC07:40
*** evgenyf has quit IRC07:42
*** evgenyf has joined #openstack-neutron07:42
*** zhenguo has joined #openstack-neutron07:43
*** nati_ueno has quit IRC07:43
*** jistr has joined #openstack-neutron07:43
*** yatin has quit IRC07:44
*** bjornar_ has joined #openstack-neutron07:46
*** pck has quit IRC07:47
*** nati_ueno has joined #openstack-neutron07:47
*** safchain has joined #openstack-neutron07:49
openstackgerritLiFengkai proposed openstack/neutron-specs: implements: blueprint open-wan-as-a-service  https://review.openstack.org/15536407:50
*** aranjan has joined #openstack-neutron07:50
*** nati_ueno has quit IRC07:52
*** evgenyf has quit IRC07:52
*** aranjan has quit IRC07:55
openstackgerritLiFengkai proposed openstack/neutron-specs: implements: blueprint e2e-wan-as-a-service  https://review.openstack.org/15536407:56
*** YorikSar has quit IRC07:56
*** pck has joined #openstack-neutron07:56
*** yamamoto_ has joined #openstack-neutron07:57
*** yamamoto_ has quit IRC07:59
*** annegentle has joined #openstack-neutron07:59
*** Yuriy has quit IRC08:01
*** yatin has joined #openstack-neutron08:01
*** Yuriy has joined #openstack-neutron08:02
*** criptoverso has joined #openstack-neutron08:02
*** liusheng has quit IRC08:03
*** moshele has joined #openstack-neutron08:04
*** liusheng has joined #openstack-neutron08:04
*** jlibosva has joined #openstack-neutron08:04
*** annegentle has quit IRC08:05
*** ygbo has joined #openstack-neutron08:07
openstackgerritLiFengkai proposed openstack/neutron-specs: Implements : Blueprint user-centric-naas  https://review.openstack.org/16920708:07
*** kerpan has quit IRC08:09
*** roberob has quit IRC08:10
*** stanzgy_ has joined #openstack-neutron08:11
*** yfried_ has joined #openstack-neutron08:11
*** kerpan has joined #openstack-neutron08:12
*** stanzgy has quit IRC08:13
*** yuanying has quit IRC08:13
*** roberob has joined #openstack-neutron08:13
*** yfried has quit IRC08:15
*** gowri has quit IRC08:15
*** yfried__ has joined #openstack-neutron08:16
*** yfried_ has quit IRC08:16
openstackgerritLiFengkai proposed openstack/neutron-specs: implements: blueprint e2e-wan-as-a-service  https://review.openstack.org/15536408:16
*** sbfox has quit IRC08:17
*** jlibosva has quit IRC08:21
*** stanzgy_ has quit IRC08:22
*** markvoelker has joined #openstack-neutron08:23
openstackgerritLiFengkai proposed openstack/neutron-specs: Implements : Blueprint user-centric-naas  https://review.openstack.org/16920708:25
*** markvoelker has quit IRC08:27
*** gowri has joined #openstack-neutron08:29
*** YorikSar has joined #openstack-neutron08:30
*** lori|away is now known as lori08:31
*** xuhanp has joined #openstack-neutron08:32
*** xuhanp_ has joined #openstack-neutron08:32
*** watanabe_isao has quit IRC08:36
*** haigang has quit IRC08:38
*** jschwarz has joined #openstack-neutron08:42
*** kiran-r has quit IRC08:45
*** atuvenie has joined #openstack-neutron08:47
*** SridharGaddam has joined #openstack-neutron08:50
*** aranjan has joined #openstack-neutron08:51
*** roeyc has joined #openstack-neutron08:51
*** yog__ has joined #openstack-neutron08:53
openstackgerritAdrien Cunin proposed openstack/neutron: Use "regionOne" case in metadata agent conf  https://review.openstack.org/16922208:54
-openstackstatus- NOTICE: CI Check/Gate pipelines currently stuck due to a bad dependency creeping in the system. No need to recheck your patches at the moment.08:54
*** ChanServ changes topic to "CI Check/Gate pipelines currently stuck due to a bad dependency creeping in the system. No need to recheck your patches at the moment."08:54
*** _kiran_ has joined #openstack-neutron08:54
*** _kiran_ is now known as kiran-r08:56
*** flcn___ has joined #openstack-neutron08:56
hanzhanghi all, who can help review this patch:https://review.openstack.org/#/c/168802/08:58
*** ociuhandu has joined #openstack-neutron08:59
*** flcn___ has quit IRC08:59
openstackgerrityalei wang proposed openstack/neutron-specs: ML2: convert security-group and address-pairs into extension driver  https://review.openstack.org/16922308:59
*** flcn___ has joined #openstack-neutron08:59
*** annegentle has joined #openstack-neutron09:00
*** stanzgy has joined #openstack-neutron09:00
*** ZZelle has joined #openstack-neutron09:04
*** yfried__ is now known as yfried|lunch09:05
*** annegentle has quit IRC09:06
*** Miouge has joined #openstack-neutron09:09
openstackgerrityalei wang proposed openstack/neutron-specs: ML2: convert security-group and address-pairs into extension driver  https://review.openstack.org/16922309:11
*** afazekas has joined #openstack-neutron09:11
*** yamamoto has joined #openstack-neutron09:12
*** stanzgy has quit IRC09:14
*** nyechiel has quit IRC09:15
*** yfried|lunch is now known as yfried|afk09:15
*** Longgeek has quit IRC09:16
*** nmagnezi_ has joined #openstack-neutron09:17
*** nmagnezi has quit IRC09:17
*** kiran-r has quit IRC09:18
*** shaohe_feng has quit IRC09:19
*** amotoki_ has joined #openstack-neutron09:20
*** pradipta has quit IRC09:20
*** ajmiller_ has joined #openstack-neutron09:23
hanzhanghi all, who can help review this patch:https://review.openstack.org/#/c/168802/09:23
*** markvoelker has joined #openstack-neutron09:23
*** vmtrooper has joined #openstack-neutron09:24
*** pradipta has joined #openstack-neutron09:24
*** aranjan has quit IRC09:25
*** ajmiller__ has quit IRC09:26
*** markvoelker has quit IRC09:28
*** vmtrooper has quit IRC09:28
*** trinaths has left #openstack-neutron09:30
*** social has joined #openstack-neutron09:31
socialhi, I'm getting neutron.common.config ImportError: No module named neutron_lbaas.services.loadbalancer.plugin on controller node when I enable lbaas for network nodes09:33
socialshould I install lbaas agent on controller?09:33
socialthis is kilo ^^09:33
*** yfried|afk is now known as yfried|lunch09:36
*** itzikb has quit IRC09:36
*** gowri has quit IRC09:36
*** gowri has joined #openstack-neutron09:37
*** itzikb has joined #openstack-neutron09:37
ZZelleyamamoto, hi09:40
*** jamielennox|away is now known as jamielennox09:41
*** ajo_ is now known as ajo09:42
*** flcn___ has quit IRC09:45
*** jlibosva has joined #openstack-neutron09:46
*** yfried|lunch is now known as yfried|afk09:46
*** jamielennox is now known as jamielennox|away09:47
*** nyechiel has joined #openstack-neutron09:49
ZZelleyamamoto, could you relook at https://review.openstack.org/161494 ?09:51
*** gowri has quit IRC09:52
*** moha_hunt has joined #openstack-neutron09:57
openstackgerritgoocher proposed openstack/neutron-fwaas: logic error in updating audited of firewall policy  https://review.openstack.org/16923910:00
*** liusheng has quit IRC10:00
*** yamamoto has quit IRC10:01
*** liusheng has joined #openstack-neutron10:01
*** annegentle has joined #openstack-neutron10:01
*** dims has joined #openstack-neutron10:03
openstackgerritJohn Davidge proposed openstack/neutron-specs: Move IPv6 Prefix Delegation from Kilo-backlog to Liberty  https://review.openstack.org/16924210:05
*** achanda has joined #openstack-neutron10:06
*** annegentle has quit IRC10:06
*** pradipta has quit IRC10:09
*** achanda has quit IRC10:10
*** moha_hunt has quit IRC10:15
*** yfried|afk is now known as yfried|lunch10:16
*** stanzgy has joined #openstack-neutron10:16
*** Longgeek has joined #openstack-neutron10:17
*** yamamoto has joined #openstack-neutron10:17
*** yfried|lunch is now known as yfried10:17
*** moha_hunt has joined #openstack-neutron10:18
*** pc_m has joined #openstack-neutron10:18
openstackgerritKevin Benton proposed openstack/neutron: Fix reference to non-existent setup_dvr_flows_on_integ_tun_br  https://review.openstack.org/15763210:18
jschwarzZZelle, hello friend :)10:21
*** aranjan has joined #openstack-neutron10:21
*** pbrooko has joined #openstack-neutron10:24
*** markvoelker has joined #openstack-neutron10:24
*** jlanoux_ has joined #openstack-neutron10:28
*** markvoelker has quit IRC10:29
*** shaohe_feng has joined #openstack-neutron10:29
*** Longgeek has quit IRC10:30
*** shaohe_feng has quit IRC10:30
yamamotoZZelle: done10:31
*** jlanoux has quit IRC10:31
yamamotoZZelle: do you have a strong opinion about location of tests?  https://review.openstack.org/#/c/164584/10:32
*** yamamoto has quit IRC10:37
*** jlanoux has joined #openstack-neutron10:43
*** txomon|fon has quit IRC10:45
*** jlanoux_ has quit IRC10:46
*** pbrooko has quit IRC10:48
*** jprovazn has joined #openstack-neutron10:49
*** chandankumar has quit IRC10:50
*** stanzgy has quit IRC10:50
*** txomon|fon has joined #openstack-neutron10:51
*** claudiub has joined #openstack-neutron10:52
*** teju has joined #openstack-neutron10:55
*** aranjan has quit IRC10:56
*** shaohe_feng has joined #openstack-neutron10:57
*** vmtrooper has joined #openstack-neutron10:59
*** bquan has joined #openstack-neutron11:00
ZZellejschwarz, hi11:01
jschwarzZZelle, hello11:01
*** pal has quit IRC11:02
*** annegentle has joined #openstack-neutron11:02
*** yatin has quit IRC11:02
ZZellejschwarz, what can i do?11:04
*** chandankumar has joined #openstack-neutron11:04
jschwarzZZelle, I posted a review on your FakeMachine patch11:05
jschwarzZZelle, I'm here if you want to talk about it11:05
jschwarz:)11:06
*** yfried is now known as yfried|afk11:06
*** gowri has joined #openstack-neutron11:06
*** annegentle has quit IRC11:07
*** dmellado has quit IRC11:08
*** gowri has quit IRC11:09
*** gowri has joined #openstack-neutron11:09
*** yfried|afk is now known as yfried11:11
*** anilvenkata1 has joined #openstack-neutron11:12
openstackgerritPaul Michali proposed openstack/neutron: Refactoring of L3 agent notifications for router  https://review.openstack.org/16446611:14
*** anilvenkata has quit IRC11:15
*** tsufiev_ has joined #openstack-neutron11:15
*** Longgeek has joined #openstack-neutron11:17
hanzhanghi all, who can help review this patch:https://review.openstack.org/#/c/168802/11:19
ZZellekevinbenton, hi11:24
*** markvoelker has joined #openstack-neutron11:25
ZZellehanzhang, you can ask matrohon11:26
*** salv-orlando has quit IRC11:26
hanzhangok, thanks for your reminding11:27
*** sc68cal has quit IRC11:27
*** sc68cal has joined #openstack-neutron11:28
*** strictlyb has quit IRC11:29
*** strictlyb has joined #openstack-neutron11:29
*** markvoelker has quit IRC11:29
*** changbl has quit IRC11:30
*** ferest has joined #openstack-neutron11:30
HenryGzigo: zigo_: zigo__: ping11:31
*** yatin has joined #openstack-neutron11:32
*** jistr is now known as jistr|english11:32
*** jistr|english is now known as jistr|class11:33
*** JustTessting has joined #openstack-neutron11:34
*** ferest has quit IRC11:35
*** JustTessting has quit IRC11:37
matrohonhanzhang : looking11:38
*** chandankumar has quit IRC11:38
hanzhangmatrohon: thanks11:39
*** salv-orlando has joined #openstack-neutron11:40
*** tsufiev_ is now known as tsufiev11:42
*** shaohe_feng has quit IRC11:45
ZZellejschwarz, i don't understand your 3rd remark https://review.openstack.org/#/c/143412/28..32/neutron/tests/common/machine_helpers.py11:46
*** dmellado has joined #openstack-neutron11:47
ZZellejschwarz, as it's incoherent with https://review.openstack.org/#/c/143412/22/neutron/tests/common/helpers.py remarks (L81)11:47
*** john-davidge has joined #openstack-neutron11:48
*** ChanServ changes topic to "Discussion of OpenStack Networking || for support join #openstack"11:50
-openstackstatus- NOTICE: Check/Gate unstuck, feel free to recheck your abusively-failed changes.11:50
*** shilpa_ has quit IRC11:50
*** aranjan has joined #openstack-neutron11:52
*** ihrachyshka has joined #openstack-neutron11:52
jschwarzZZelle, looking11:54
*** ujjain has quit IRC11:54
*** pal_ has joined #openstack-neutron11:54
*** britthouser has quit IRC11:54
jschwarzZZelle, it isn't conflicting with what I said before - last week I also said that ip_cidr should be IMO IPs and not subnet descriptors11:54
*** vmtrooper has quit IRC11:55
jschwarzsee 5th comment on the second link, L8111:55
*** britthouser has joined #openstack-neutron11:55
*** tiswanso has quit IRC11:55
ZZellejschwarz, it's not a network cidr, it's an ip cidr which describes an ip in a specific broadcast domain11:56
jschwarzZZelle, so the subnet mask ('/24' suffix) should be removed11:56
ZZellejschwarz, as you do when you do ifconfig eth0 1.1.1.1/24 up11:56
jschwarzbecause it doesn't fit in an IP CIDR11:56
jschwarzZZelle, but when I do that command, '1.1.1.1/24' also signifies the subnet the IP resides in11:57
ZZellejschwarz, and?11:57
ZZellejschwarz, i don't see where the trouble is it's the same: it defines an ip and it's broadcast domain11:58
jschwarzZZelle, the trouble is that it serves 2 purposes and it's definitely not clear from the code that it does11:59
ZZellejschwarz, that's why it's an ip_cidr not an ip not a cidr12:00
jschwarzZZelle, I would much rather have the code assume I'm using a class C subnet (/24) with the ability to override it if necessary, than to pass the subnet mask every time I want an new IP12:00
*** aepifanov1 has joined #openstack-neutron12:00
ZZellejschwarz, you do it once for all peer machines or you should use a FakeMachine to allocate one by one12:01
*** aepifanov has quit IRC12:02
*** annegentle has joined #openstack-neutron12:03
*** teju has left #openstack-neutron12:04
*** zhenguo has quit IRC12:07
jschwarzZZelle, your example of 'ifconfig eth0 1.1.1.1/24 up' finally clarified your intentions for me12:07
jschwarzZZelle, until now it wasn't clear and very confusing :)12:07
ZZellejschwarz, perhaps i should use IP_CIDR_TEMPLATE?12:08
*** annegentle has quit IRC12:08
*** xuhanp_ has quit IRC12:08
*** xuhanp has quit IRC12:08
jschwarzZZelle, yes12:08
jschwarzZZelle, Also if you could add a comment to indicate the intentions there, I would be very greatful12:08
ZZellejschwarz, "ip_cidr refers to the first peer machine ip_cidr"?12:11
*** raildo|away is now known as raildo12:11
*** wverdugo5001 has joined #openstack-neutron12:13
jschwarzZZelle, sec, let me think of a proper wording12:13
*** anish_ has quit IRC12:15
jschwarzZZelle, 'man ifconfig' calls this "couple" -- "addr/prefixlen"12:15
*** yamamoto has joined #openstack-neutron12:16
*** markvoelker has joined #openstack-neutron12:17
*** yfried is now known as yfried|afk12:17
*** amotoki_ has quit IRC12:20
openstackgerritMerged openstack/neutron: Enable to specify context on POST requests during unittests  https://review.openstack.org/15735512:21
*** amuller has joined #openstack-neutron12:22
*** zhenq has joined #openstack-neutron12:24
jschwarzZZelle, "ip_cidr refers to the first IP to be consumed. It also contains the network mask"12:24
*** yfried|afk is now known as yfried12:24
jschwarzZZelle, so given that latter part there - can you provide a good reason why it needs to contain the network mask?12:24
*** dims has quit IRC12:25
jschwarzZZelle, because now it will seem like you're using one variable to contain 2 types of data, which is generally discouraged in python :<12:25
*** dims has joined #openstack-neutron12:25
*** aranjan has quit IRC12:25
jschwarzZZelle, why not just add a default 'network_mask=24'?12:25
*** social has left #openstack-neutron12:26
*** claudiub has quit IRC12:27
*** claudiub has joined #openstack-neutron12:27
*** chandankumar has joined #openstack-neutron12:27
hanzhangwho can help me to explain why 'br-ex' must set it's 'bridge-id', if not set, ovs agent will not handle it12:28
*** stockpirate has quit IRC12:29
*** dboik has joined #openstack-neutron12:30
*** nati_ueno has joined #openstack-neutron12:32
*** banix has joined #openstack-neutron12:33
*** amotoki_ has joined #openstack-neutron12:34
openstackgerritPaul Michali proposed openstack/neutron-vpnaas: VPNaaS: Refactoring to use callback mechanism  https://review.openstack.org/16522612:34
*** amotoki_ has quit IRC12:34
*** zhenq has quit IRC12:36
*** yfried is now known as yfried|afk12:37
*** tiswanso has joined #openstack-neutron12:38
*** yatin has quit IRC12:38
*** yamamoto has quit IRC12:39
*** shilpa_ has joined #openstack-neutron12:40
*** yfried|afk is now known as yfried12:41
*** Networkn3rd has joined #openstack-neutron12:43
*** smccully has joined #openstack-neutron12:47
matrohonrossella_s : hi12:48
*** shilpa_ has quit IRC12:48
*** shwetaap has joined #openstack-neutron12:49
jschwarzmestery, ping12:49
*** tongli has joined #openstack-neutron12:49
*** dane_leblanc has joined #openstack-neutron12:50
*** blues-man has joined #openstack-neutron12:50
*** blues-man has quit IRC12:50
*** blues-man has joined #openstack-neutron12:50
*** dboik has quit IRC12:50
*** dboik has joined #openstack-neutron12:52
*** cference has joined #openstack-neutron12:52
*** yfried has quit IRC12:53
*** neeti has quit IRC12:53
jschwarzZZelle, I need https://review.openstack.org/#/c/165866/ merged :<12:54
jschwarzZZelle, I'll try to ping Maru tonight and see if he could do it12:55
*** wverdugo5001 has left #openstack-neutron12:57
*** jistr|class is now known as jistr12:58
ZZellejschwarz, you can ask HenryG12:58
jschwarzHenryG, can you please? :)12:58
ZZellejschwarz, or rebase on top of it?12:59
jschwarzZZelle, I prefer to avoid rebasing atm12:59
jschwarzmy path is complicated enough as it is and I might have to split it later on :<12:59
jschwarzalas, if worse comes to worst12:59
HenryGjschwarz: ZZelle: I am in the middle of reviewing it13:00
jschwarzHenryG, yay thanks a lot :D13:00
jschwarzZZelle, also I might want to add another helper to that code13:00
ZZellejschwarz, i see your point, when change path is too long and the rebase too big, i am always lost in my own changes :(13:00
*** maishsk has joined #openstack-neutron13:00
*** ajo has quit IRC13:01
*** ajo has joined #openstack-neutron13:01
*** ajo has quit IRC13:01
jschwarzZZelle, aye, and these patches of yours are huge13:01
*** annegentle has joined #openstack-neutron13:02
jschwarzZZelle, anyway I might want to create a PatchPortBridgeFixture (like veth, only patch ports which cost less)13:02
jschwarzand your code is so nice it won't take long :)13:02
ZZellejschwarz, if i want to play unfair, i can replace ip but ip_cidr: ""ip_cidr refers to the first ip_cidr to be consumed"13:02
ZZellejschwarz,  PatchPortBridgeFixture?13:03
jschwarzZZelle, yes13:03
jschwarzlike VethBridgeFixture13:03
*** kbringard has joined #openstack-neutron13:04
jschwarzZZelle, I didn't understand your first sentence about the ip_cidr business13:04
*** maishsk has quit IRC13:04
ZZellejschwarz, if i want to play unfair, i can replace ip BY ip_cidr: ""ip_cidr refers to the first ip_cidr to be consumed"13:04
ZZellejschwarz, sorry13:05
*** smccully_ has joined #openstack-neutron13:05
jschwarzZZelle, you mean rename ip_cidr with ip?13:05
*** rotbeard has quit IRC13:05
jschwarzs/with/to/g13:05
*** baoli has joined #openstack-neutron13:05
*** johnbelamaric has joined #openstack-neutron13:07
*** subscope has joined #openstack-neutron13:07
jschwarzZZelle, I'm fine with renaming 'ip_cidr' to 'ip'13:08
jschwarzZZelle, but then I'd ask "why do you need the CIDR suffix" :)13:08
*** nmagnezi_ is now known as nmagnezi13:08
*** Marga_ has joined #openstack-neutron13:11
*** banix has quit IRC13:11
*** Marga_ has quit IRC13:11
*** dboik has quit IRC13:11
*** Marga_ has joined #openstack-neutron13:12
*** logan2 has quit IRC13:16
*** ujjain has joined #openstack-neutron13:17
*** logan2 has joined #openstack-neutron13:19
*** nyechiel has quit IRC13:20
*** Miouge_ has joined #openstack-neutron13:20
*** aranjan has joined #openstack-neutron13:22
*** Miouge has quit IRC13:22
*** Miouge_ is now known as Miouge13:22
*** chandankumar has quit IRC13:23
*** Yuriy has quit IRC13:26
*** Networkn3rd has quit IRC13:27
*** jaypipes has quit IRC13:29
*** banix has joined #openstack-neutron13:30
*** Networkn3rd has joined #openstack-neutron13:30
*** dboik has joined #openstack-neutron13:31
*** rpothier has joined #openstack-neutron13:32
openstackgerritIhar Hrachyshka proposed openstack/neutron: Stop using deprecated DEFAULT group for lock_path  https://review.openstack.org/16930713:36
*** yfauser has joined #openstack-neutron13:36
*** yfauser has left #openstack-neutron13:36
*** Murali has quit IRC13:37
*** jaypipes has joined #openstack-neutron13:42
mesterypc_m: Did your VPN docs merge, the ones where you were restoring the API guide?13:43
pc_mmestery: yes 3/2813:43
mesterypc_m: I fouind it, great!13:44
mesterypc_m: Nice work and thanks!13:44
pc_msure. np.13:44
*** tsg_ has joined #openstack-neutron13:46
openstackgerritRomil Gupta proposed openstack/neutron: Added config variable for External Network type in ML2  https://review.openstack.org/14954613:47
jschwarzmestery, so the full stack framework merged late last week so https://blueprints.launchpad.net/neutron/+spec/integration-tests can be closed :)13:48
mesteryjschwarz: Yay! :)13:48
mesteryjschwarz: Our first liberty spec done! :)13:48
jschwarzmestery, see? I'm quick to the job :)13:48
mesteryjschwarz: lol13:49
jschwarzXD13:50
*** skoude has quit IRC13:50
*** mwagner_lap has quit IRC13:51
*** amotoki_ has joined #openstack-neutron13:51
*** skoude has joined #openstack-neutron13:52
*** banix has quit IRC13:53
*** shwetaap1 has joined #openstack-neutron13:53
*** logan2 has quit IRC13:53
*** bquan has quit IRC13:55
*** armax has joined #openstack-neutron13:55
*** FJB has joined #openstack-neutron13:55
*** logan2 has joined #openstack-neutron13:56
*** aranjan has quit IRC13:57
*** zzzeek has joined #openstack-neutron13:57
*** shwetaap has quit IRC13:57
*** haleyb_ has joined #openstack-neutron14:01
*** skoude has quit IRC14:02
*** skoude has joined #openstack-neutron14:02
*** absubram has joined #openstack-neutron14:04
*** nyechiel has joined #openstack-neutron14:05
*** yog__ has quit IRC14:05
*** gowri has quit IRC14:06
*** julien_ZTE has joined #openstack-neutron14:06
*** yfried has joined #openstack-neutron14:08
*** gowri has joined #openstack-neutron14:08
*** ChuckC has quit IRC14:09
*** anshul has quit IRC14:10
*** atuvenie has quit IRC14:11
*** julien_ZTE has quit IRC14:11
*** bjornar_ has quit IRC14:11
*** baoli has quit IRC14:12
*** carl_baldwin has joined #openstack-neutron14:13
*** dboik_ has joined #openstack-neutron14:13
*** julien_ZTE has joined #openstack-neutron14:14
*** dboik_ has quit IRC14:14
*** dboik_ has joined #openstack-neutron14:15
*** dboik has quit IRC14:16
*** ZZelle has quit IRC14:19
*** ZZelle has joined #openstack-neutron14:20
*** Marga_ has quit IRC14:20
*** gowri has quit IRC14:20
openstackgerritPavel Bondar proposed openstack/neutron: Refactor db_base_plugin_v2.py to use new IPAM  https://review.openstack.org/15323614:21
*** banix has joined #openstack-neutron14:21
*** zhipeng has joined #openstack-neutron14:22
*** carl_baldwin has quit IRC14:22
amullermestery: about https://bugs.launchpad.net/neutron/+bug/1365476, Mike should post a new patch this week that solves the bug in a much simpler approach (It consumes bp/report-ha-router-master)14:22
openstackLaunchpad bug 1365476 in neutron "OVS : HA routers interact badly with l2pop" [High,In progress] - Assigned to Mike Kolesnik (mkolesni)14:22
amullermestery: So we're hoping to solve that bug in some capacity for Kilo (Or backport it to Kilo if we don't make it)14:22
mesteryamuller: I marked it as Criticial and RC114:22
mesteryamuller: So, it's on the radar now.14:23
mesteryI'm bug scrubbing all high priority bugs one last time today14:23
amullermestery: it's high / liberty now?14:23
amullerI'm confused14:23
*** enikanorov has quit IRC14:23
mesteryamuller: Wait, am I confusing bugs here? Let me verify.14:24
openstackgerritPaul Michali proposed openstack/neutron-vpnaas: VPNaaS: Refactoring to use callback mechanism  https://review.openstack.org/16522614:24
mesteryamuller: Sorry, I'm dealing with multiple bugs and I thought you were referring to https://bugs.launchpad.net/neutron/+bug/141188314:25
openstackLaunchpad bug 1411883 in neutron "DVR qrouters are not created when VMs are added after the router-interface is added to the router" [Critical,In progress] - Assigned to ZongKai LI (lzklibj)14:25
amullermestery: oh thanks for that one, I'm monitoring that one as well14:25
amullerbut yeah I was referring to the L3 HA + l2pop bug14:25
*** shilpa_ has joined #openstack-neutron14:25
mesteryamuller: Ack, seems like the one I posted may be a release blocker potentially, so tagged it as such for now.14:25
*** gowri has joined #openstack-neutron14:25
amullermestery: It should be14:25
mesteryamuller: brb14:25
*** banix has quit IRC14:26
*** enikanorov has joined #openstack-neutron14:27
*** tsg_ has quit IRC14:27
*** nplanel_ has joined #openstack-neutron14:28
*** moshele has quit IRC14:28
*** dboik_ has quit IRC14:30
ihrachyshkaclaudiub, for stackforge/networking-hyperv, don't you review the patches in gerrit?14:30
*** absubram has quit IRC14:31
*** zz_jgrimm is now known as jgrimm14:31
*** atuvenie has joined #openstack-neutron14:31
*** gowri has quit IRC14:31
amullermestery: Thanks for moving the bug, Mike and I will do our best to shove this in Kilo. I'll exercise judgement to see that it cannot impact non-HA routers14:32
*** baoli has joined #openstack-neutron14:33
claudiubihrachyshka: hello. I am. There are a few commits there that still need some work. :)14:37
claudiubihrachyshka: also, hyper-v ci will have to be setup to run on that project, so until that, I won't merge heavy commits.14:38
*** haleyb_ has quit IRC14:38
*** nati_ueno has quit IRC14:39
ihrachyshkaclaudiub, hm.. I meant... I see some patches merged with Change-Ids, while I fail to find those in our gerrit14:39
*** ChuckC has joined #openstack-neutron14:39
ihrachyshkaclaudiub, I assume they were not pushed thru gerrit (?)14:39
ihrachyshkaclaudiub, if anything, having those pushed thru gerrit helps when you need to compare them with "backports"14:40
*** haleyb_ has joined #openstack-neutron14:40
*** banix has joined #openstack-neutron14:40
claudiubihrachyshka: if the commits are before the cookiecutter template, they were imported from another repo when the project proposal got in in openstack-infra/project-config14:41
openstackgerritZengfa Gao proposed openstack/neutron: Add API tests for subnetpool allocation  https://review.openstack.org/16761114:41
claudiubihrachyshka: anything after that commit, was pushed through gerrit.14:41
ihrachyshkaclaudiub, ok, so it's not the usual thing. I am fine with comparing github against gerrit for some time, I just wanted to make sure it's just transition thing14:41
ihrachyshkaclaudiub, ack, thanks for clarification14:42
claudiubihrachyshka: no problem. :)14:42
*** seizadi has joined #openstack-neutron14:43
*** pal has joined #openstack-neutron14:43
mesteryamuller: Thanks!~14:43
*** pal_ has quit IRC14:43
*** haleyb_ has quit IRC14:45
*** haleyb_ has joined #openstack-neutron14:47
*** haleyb_ has quit IRC14:48
*** amotoki_ has quit IRC14:49
*** jorgem has joined #openstack-neutron14:49
*** seizadi has quit IRC14:50
*** chandankumar has joined #openstack-neutron14:50
*** jorgem1 has joined #openstack-neutron14:52
*** Miouge has quit IRC14:52
*** Miouge has joined #openstack-neutron14:52
*** aranjan has joined #openstack-neutron14:52
ZZelleihrachyshka, mestery, hi14:53
ihrachyshkaZZelle, hi14:53
ZZelleihrachyshka, mestery, do you have any idea on how it should document such information? https://review.openstack.org/#/c/165115/6/etc/neutron.conf14:53
*** jaypipes has quit IRC14:53
mesteryZZelle: Looking14:54
*** dave-mccowan has quit IRC14:54
openstackgerritZengfa Gao proposed openstack/neutron: Add API tests for subnet-create with subnetpool  https://review.openstack.org/16837114:54
*** carl_baldwin has joined #openstack-neutron14:54
mesteryZZelle: It's taking me a bit to read that, the instructions aren't super clear to me. Are you looking for guidance on how to more effectively word that config section?14:54
*** jorgem has quit IRC14:55
*** FJB has quit IRC14:55
ZZelleie: some options are cross-dependent, so i am annoying to choose where i should put the cross-dependency matrix14:56
*** itzikb has quit IRC14:56
ihrachyshkajlibosva, may I ask you to check https://review.openstack.org/#/c/166725/ ? It's some change needed to fix migrate_to_ml2 for Juno. I'm in darkness on whether it's ok, so any advice is welcome.14:56
*** marun has joined #openstack-neutron14:56
*** devvesa has joined #openstack-neutron14:58
ZZellemestery, ^^14:58
mesteryZZelle: I re-read, and it makes sense. In fact, I think the wording is ok to me there.14:58
ihrachyshkaZZelle, dumb question: can we just do the right thing automatically?14:58
mesteryihrachyshka: +114:58
ihrachyshkaZZelle, and if there are some gotchas (like no effective log rotation in some cases), document them as such.14:59
jlibosvaihrachyshka: will do :)14:59
*** devvesa has quit IRC15:00
ihrachyshkaZZelle, also, localizing all interrelated options in single file could help a bit (no reference to metadata_agent.ini)15:00
ZZelleihrachyshka, disabling log rotation is required with "normal" deployment but someone can choose to change logdir permissions15:01
*** baoli has quit IRC15:01
*** claudiub has quit IRC15:01
*** rushil has quit IRC15:01
*** dboik has joined #openstack-neutron15:02
*** dboik has quit IRC15:02
*** dboik has joined #openstack-neutron15:03
ZZelleihrachyshka, mestery, metadata_proxy_socket_mode is more annoying as it's on a different agent, perhaps i could just try to deduce standard default values? And still allows explicit definition?15:03
mesteryZZelle: Yes, I think that is in fact what ihrachyshka was suggesting as well.15:04
ZZelleihrachyshka, mestery, ok, let's go!15:04
*** dims has quit IRC15:05
ihrachyshkaZZelle, cool! I know it's PITA to rework the patch again, sorry for that15:05
*** anilvenkata1 has quit IRC15:05
*** baoli has joined #openstack-neutron15:05
*** crose has joined #openstack-neutron15:06
ZZelleihrachyshka, should we still document cross-dependencies in code or only for DocImpact?15:06
*** dave-mccowan has joined #openstack-neutron15:06
*** ferest has joined #openstack-neutron15:07
*** annegentle has quit IRC15:08
*** dims_ has joined #openstack-neutron15:08
*** pal has quit IRC15:08
ihrachyshkaZZelle, if defaults are sane, I think we're ok to omit gotchas in code and leave them for documentation, though a short reference can be of help.15:09
ZZelleihrachyshka, ok15:10
*** gowri has joined #openstack-neutron15:10
*** bquan has joined #openstack-neutron15:10
*** ronis has quit IRC15:10
*** busterswt has joined #openstack-neutron15:11
*** jorgem1 has quit IRC15:11
*** ajmiller has joined #openstack-neutron15:13
*** annegentle has joined #openstack-neutron15:13
*** reed has joined #openstack-neutron15:13
*** jorgem has joined #openstack-neutron15:14
openstackgerritTerry Wilson proposed openstack/neutron: Fix native OVSDB db_get handling for UUID columns  https://review.openstack.org/16766415:15
*** ajmiller_ has quit IRC15:15
*** claudiub has joined #openstack-neutron15:16
*** popw has quit IRC15:16
*** gowri has quit IRC15:17
*** emagana has joined #openstack-neutron15:18
*** gsagie has joined #openstack-neutron15:18
*** nyechiel_ has joined #openstack-neutron15:18
*** shilpa_ has quit IRC15:18
*** carl_baldwin has quit IRC15:19
*** Marga_ has joined #openstack-neutron15:19
openstackgerritBaodong (Robert) Li proposed openstack/neutron: allow neutron-keepalived-state-change to run when installed with devstack  https://review.openstack.org/16733915:20
*** carl_baldwin_ has joined #openstack-neutron15:20
*** nyechiel has quit IRC15:20
*** aranjan has quit IRC15:23
openstackgerritRajeev Grover proposed openstack/neutron: HA for DVR - Neutron Server side code changes  https://review.openstack.org/14316915:23
zigo__HenryG: pong15:23
*** zigo__ is now known as zigo15:23
*** dannywilson has joined #openstack-neutron15:24
gsagieHello all, i would like to add a test that creates a namespace and tries to set route with default gateway for device that doesnt exists, where is best to put something like that?15:24
*** signed8bit has joined #openstack-neutron15:24
HenryGHey zigo, can you stop by in #openstack-meeting-alt a sec?15:24
*** dannywilson has quit IRC15:24
*** dannywilson has joined #openstack-neutron15:25
zigoHenryG: Sure, I'm there, let me know when you need me.15:25
*** sridhar_ram has joined #openstack-neutron15:26
*** chandankumar has quit IRC15:27
*** jlibosva has quit IRC15:30
*** garyk has quit IRC15:32
*** moshele has joined #openstack-neutron15:32
*** banix has quit IRC15:34
*** scheuran has quit IRC15:35
*** daneyon_ has joined #openstack-neutron15:36
*** sridhar_ram1 has joined #openstack-neutron15:37
*** YorikSar has quit IRC15:37
*** sridhar_ram has quit IRC15:38
*** jlanoux has quit IRC15:38
*** gsagie has quit IRC15:39
*** daneyon has quit IRC15:39
*** thedodd has joined #openstack-neutron15:40
*** tidwellr has joined #openstack-neutron15:42
*** moha_hunt has quit IRC15:43
*** nmagnezi has quit IRC15:44
*** jamiem has joined #openstack-neutron15:45
*** mestery has quit IRC15:45
*** xgerman has joined #openstack-neutron15:46
*** nyechiel__ has joined #openstack-neutron15:47
*** Aish has joined #openstack-neutron15:47
*** nyechiel_ has quit IRC15:48
*** moshele has quit IRC15:51
*** numan has quit IRC15:52
*** chandankumar has joined #openstack-neutron15:55
*** nyechiel__ has quit IRC15:57
*** aepifanov1 has quit IRC16:00
*** emagana has quit IRC16:00
*** claudiub has quit IRC16:01
*** SridharG has left #openstack-neutron16:02
*** dboik_ has joined #openstack-neutron16:02
*** nlahouti has joined #openstack-neutron16:02
*** tsg_ has joined #openstack-neutron16:03
*** mestery has joined #openstack-neutron16:03
*** emagana has joined #openstack-neutron16:04
openstackgerritCedric Brandily proposed openstack/neutron: Allow metadata proxy to log with nobody user/group  https://review.openstack.org/16149416:04
*** _cjones_ has joined #openstack-neutron16:05
*** dboik has quit IRC16:05
*** nyechiel has joined #openstack-neutron16:07
*** jistr has quit IRC16:09
*** carl_baldwin_ has quit IRC16:09
zigoHenryG: <zigo> formorer: Are you doing version 1.2.15 in Experimental? :)16:10
zigo<formorer> .16 uploaded16:10
zigoSo it's done! :)16:10
zigoI knew he'd be reactive ...16:10
*** Sukhdev has joined #openstack-neutron16:11
HenryGzigo: please tell him thanks! And thank you for liasing!16:11
*** matrohon has quit IRC16:11
Sukhdevmestery: Ping16:11
zigoMy pleasure.16:11
mesterySukhdev: Yo!16:12
HenryGSridharGaddam: did you see ^^16:12
Sukhdevmestery: Do we have the meeting on the decomp stuff16:13
mesterySukhdev: I think that's tomorrow during the ML2 slot16:13
*** anish_ has joined #openstack-neutron16:13
*** sridhar_ram1 has quit IRC16:13
Sukhdevmestery: Oh Shit - my bad - I am trying to get in now :-) sorry - did not pay attention to the day16:14
mesteryNo worries16:14
openstackgerritMerged openstack/neutron: Allow update of ext gateway IP's w/out port delete  https://review.openstack.org/16107316:15
*** ronis has joined #openstack-neutron16:15
Sukhdevmestery: While I got you here - have a QQ -16:15
*** nati_ueno has joined #openstack-neutron16:15
*** seizadi has joined #openstack-neutron16:16
mesterySukhdev: Shoot!16:16
*** ivar-lazzaro has joined #openstack-neutron16:16
Sukhdevmestery: Somebody asked me if they make code contribution to the stackforge project, do they get active contributor's discount for the summit - do you know the answer to it?16:16
*** ivar-lazzaro has quit IRC16:17
*** nati_ueno has quit IRC16:17
*** seizadi has quit IRC16:17
mesterySukhdev: I don't htink so, no16:17
*** ivar-lazzaro has joined #openstack-neutron16:17
Sukhdevmestery: that was my guess as well, but, was not sure….thanks for clarification16:18
mesterySukhdev: Sure!16:18
*** claudiub has joined #openstack-neutron16:19
*** seizadi has joined #openstack-neutron16:20
*** nati_ueno has joined #openstack-neutron16:20
*** daneyon has joined #openstack-neutron16:20
*** julien_ZTE has quit IRC16:20
*** julien_ZTE has joined #openstack-neutron16:21
openstackgerritTimothy Swanson proposed openstack/neutron: Move network MTU from core REST API to extension API  https://review.openstack.org/16940616:21
*** daneyon_ has quit IRC16:24
*** garyk has joined #openstack-neutron16:24
*** julien_ZTE has quit IRC16:25
*** jorgem has quit IRC16:26
*** ivar-laz_ has joined #openstack-neutron16:27
*** ygbo has quit IRC16:29
*** yfried is now known as yfried|afk16:29
*** yamahata has joined #openstack-neutron16:29
*** ronis has quit IRC16:30
*** ivar-lazzaro has quit IRC16:30
*** yfried|afk is now known as yfried16:31
*** carl_baldwin has joined #openstack-neutron16:33
openstackgerritCedric Brandily proposed openstack/neutron: Allow metadata proxy running with nobody user/group  https://review.openstack.org/16511516:34
*** tflynn has joined #openstack-neutron16:34
*** aranjan has joined #openstack-neutron16:35
*** blues-man has quit IRC16:35
*** tflynn has quit IRC16:35
*** baoli has quit IRC16:35
*** tflynn has joined #openstack-neutron16:36
*** baoli has joined #openstack-neutron16:37
openstackgerritJohn Schwarz proposed openstack/neutron: Add full-stack test  https://review.openstack.org/12300016:39
jschwarzmarun, ^ :)16:39
jschwarzmarun, this time it's only 4 files so maybe we *can* get it through in 2 weels ;-)16:40
*** annegentle has quit IRC16:40
*** marrusl has quit IRC16:41
*** pritesh has joined #openstack-neutron16:42
jschwarzamuller, ^16:42
*** aduarte has joined #openstack-neutron16:42
amullerjschwarz: thanks16:42
*** YorikSar has joined #openstack-neutron16:42
*** flaviof has quit IRC16:43
amullercarl_baldwin: About DVR routers and ip neigh commands16:43
amullercarl_baldwin: Do you have a minute to answer a question there?16:43
*** sbfox has joined #openstack-neutron16:43
marunjschwarz: abstract test case :(16:43
*** marrusl has joined #openstack-neutron16:43
jschwarzmarun, lol yeah16:43
marunjschwarz: Can you think of a better way to accomplish you goals?16:43
jschwarzmarun, I'm adding some comments as to points I want to clarify anyway16:43
carl_baldwinamuller: Could I ping you a bit later?16:43
jschwarzso make sure you refresh16:43
*** xgerman has quit IRC16:44
jschwarzmarun, probably... I can remove the abstract test case ;-)16:44
*** chandankumar has quit IRC16:44
amullercarl_baldwin: going in to a meeting in 15 minutes I'll try to catch you later16:44
marunjschwarz: I think you can find a better way16:44
marunjschwarz: too much coupling16:44
jschwarzmarun, between?16:44
marunjschwarz: test cases and their implementers16:45
marunjschwarz: it's not reasonable that a subclass of this test has to implement a specific method for the parent to access an attribute16:45
marunjschwarz: that's what setup and init are fo16:45
marunr16:45
*** harlowja_away is now known as harlowja_16:45
jschwarzmarun, that's the idea you talked about last week, no?16:45
*** SumitNaiksatam has quit IRC16:46
marunjschwarz: I'm not saying you don't allow the subclass to specialize the behavior of the parent16:46
marunjschwarz: but doing so via an abstract method?  not so nice16:46
*** Swami has joined #openstack-neutron16:46
jschwarzmarun, well, I mull this over for a few days and see what's what on thursday16:46
*** absubram has joined #openstack-neutron16:47
marunjschwarz: ojk16:47
jschwarzmarun, would still appreciate a review though, to shorten the ping-pongs :)16:47
jschwarzmarun, probably there are some more stuff there that you don't like :)16:47
*** jaypipes has joined #openstack-neutron16:48
*** jlanoux has joined #openstack-neutron16:48
*** chandankumar has joined #openstack-neutron16:48
marunjschwarz: fair enough16:49
*** bobmel has quit IRC16:49
jschwarzmarun, merci :)16:49
*** Marga_ has quit IRC16:49
*** dims_ has quit IRC16:51
*** dims_ has joined #openstack-neutron16:51
*** mwagner_lap has joined #openstack-neutron16:52
amullerjschwarz: initial comments16:52
*** yfried is now known as yfried|afk16:52
jschwarzamuller, yes! I love comments :>16:53
*** tidwellr has quit IRC16:54
*** sridhar_ram has joined #openstack-neutron16:55
Sukhdevrkukura: Ping16:56
*** criptoverso has quit IRC16:57
rkukuraSukhdev: pong16:57
Sukhdevrkukura: Need a favor16:57
rkukuraSukhdev: ok16:57
*** sbfox has quit IRC16:58
Sukhdevrkukura: I will not be able to make tomorrow's ML2 meeting - have a conflict - can you please chair it?16:58
rkukuraSukhdev: Sure, no problem16:58
Sukhdevrkukura: Thank you so much16:58
*** tflynn_ has joined #openstack-neutron16:58
carl_baldwinsalv-orlando: amotoki: garyk: ping16:59
*** sbfox has joined #openstack-neutron16:59
*** jorgem has joined #openstack-neutron16:59
openstackgerritMerged openstack/neutron: No allocation needed for specific IPv6 SLAAC addr assignment  https://review.openstack.org/16494317:00
*** tidwellr has joined #openstack-neutron17:00
openstackgerritMerged openstack/neutron: Auto-update gateway port after subnet-create  https://review.openstack.org/16108517:01
*** s3wong has joined #openstack-neutron17:01
*** tflynn has quit IRC17:02
carl_baldwinsalv-orlando: amotoki: garyk:  tidwellr pointed out that the shim extension is already baked in to the allocations patch.  Would you prefer it be merged separately?17:02
*** moshele has joined #openstack-neutron17:03
*** vthapar has joined #openstack-neutron17:03
*** moshele has left #openstack-neutron17:03
*** rotbeard has joined #openstack-neutron17:03
*** claudiub has quit IRC17:05
*** yfried|afk is now known as yfried17:06
*** TrevorV_ has joined #openstack-neutron17:06
*** chandankumar has quit IRC17:06
*** jlibosva has joined #openstack-neutron17:07
*** baoli has quit IRC17:08
*** nati_ueno has quit IRC17:09
*** pritesh has quit IRC17:11
*** bjornar_ has joined #openstack-neutron17:12
openstackgerritMike Kolesnik proposed openstack/neutron: Update port bindings for master router  https://review.openstack.org/14111417:12
jschwarzamuller, initial responses17:13
amullerjschwarz: thanks I'll try to take a look sometime later today17:14
*** baoli has joined #openstack-neutron17:14
*** SumitNaiksatam has joined #openstack-neutron17:16
*** suresh12 has joined #openstack-neutron17:17
*** baoli has quit IRC17:19
*** baoli has joined #openstack-neutron17:20
*** baoli has quit IRC17:20
*** ronis has joined #openstack-neutron17:21
*** chandankumar has joined #openstack-neutron17:22
*** rushil has joined #openstack-neutron17:22
*** achanda has joined #openstack-neutron17:23
*** Marga_ has joined #openstack-neutron17:24
*** lodgenbd has joined #openstack-neutron17:25
*** dboik_ has quit IRC17:25
*** ferest has quit IRC17:26
*** dboik has joined #openstack-neutron17:26
*** crose has quit IRC17:26
*** lodgenbd has quit IRC17:29
*** johnbelamaric has quit IRC17:29
*** johnbelamaric has joined #openstack-neutron17:29
*** gowri has joined #openstack-neutron17:30
*** banix has joined #openstack-neutron17:31
*** john-davidge has quit IRC17:31
*** roeyc has quit IRC17:32
*** jprovazn has quit IRC17:32
*** suresh12 has quit IRC17:34
marunotherwiseguy: I'm seeing local failures of the dsvm-functional job related to the use of the rootwrap daemon.17:34
marunotherwiseguy: How is the daemon configured?17:35
*** Sukhdev has quit IRC17:35
*** safchain has quit IRC17:36
*** suresh12 has joined #openstack-neutron17:36
otherwiseguymarun: it is just configured by having root_helper_daemon= configured to sudo neutron-rootwrap-daemon17:37
marunotherwiseguy: I'm also not seeing a good error message when no filter is matched17:38
*** atuvenie has quit IRC17:38
marunotherwiseguy: this is all I see:17:38
marun  oslo_rootwrap.wrapper.NoFilterMatched17:38
marunNo detail17:38
marunotherwiseguy: I'm guessing this is a limitation of the daemon?17:38
marunotherwiseguy: or have you seen reasonable error messages?17:39
salv-orlandocarl_baldwin: I must have missed it in review17:39
salv-orlandocarl_baldwin: it's fine if they're in the same patch for me17:39
carl_baldwinsalv-orlando: I missed it too.17:40
carl_baldwinsalv-orlando: Unfortunately, we just found that the patch is in merge conflict.  :(  So, tidwellr will turn another patch set.17:40
tidwellr:(17:40
*** annegentle has joined #openstack-neutron17:41
*** doude has quit IRC17:41
otherwiseguymarun: initially i pushed to have them convert those to error codes/messages like the non-daemon mode did, but I was vetoed. They don't really return any information. NoFilterMatched is just an empty subclass of Exception.17:42
*** baoli has joined #openstack-neutron17:43
marunotherwiseguy: what justification did they give?  this seems pretty braindead on the face of it.17:43
otherwiseguyWe could catch log and reraise in execute_rootwrap_daemon.17:43
otherwiseguy"Exceptions are better than return codes."17:43
otherwiseguy(was essentially the reason)17:44
otherwiseguymarun: is it a situation where non-daemon mode is actually not finding a filter and just returning an error?17:45
otherwiseguyOr is there a difference in filter-finding?17:45
*** sthillma has joined #openstack-neutron17:45
marunotherwiseguy: something more interesting, actually...17:45
marunotherwiseguy: it looks like I was getting oom errors17:45
marunotherwiseguy: but the result was those empty filter messages17:46
otherwiseguymarun: eep. is a long-running process being run with it? because that would be not a good thing.17:46
*** pritesh has joined #openstack-neutron17:46
*** annegentle has quit IRC17:46
marunotherwiseguy: I don't think it was the daemon's fault, I had been doing api testing with devstack and resource usage had grown over time17:46
marunotherwiseguy: weird that the first indication of the problem was rootwrap daemon failing with those blank error messages17:47
*** rangansw has joined #openstack-neutron17:47
*** melwitt has joined #openstack-neutron17:48
openstackgerritMaru Newby proposed openstack/neutron: Simplify retargetable test framework  https://review.openstack.org/16707517:50
*** doude has joined #openstack-neutron17:52
*** doude has quit IRC17:54
*** pritesh_ has joined #openstack-neutron17:58
*** sthillma_ has joined #openstack-neutron17:58
*** pritesh has quit IRC18:01
openstackgerritVikram Hosakote proposed openstack/python-neutronclient: 'neutron port-create' missing help info for --binding:vnic-type  https://review.openstack.org/16944318:01
*** sthillma has quit IRC18:01
*** sridhar_ram has quit IRC18:02
*** sridhar_ram has joined #openstack-neutron18:03
*** jlibosva has quit IRC18:03
*** jamielennox|away is now known as jamielennox18:04
*** baoli has quit IRC18:05
*** johnbelamaric has quit IRC18:05
*** johnbelamaric has joined #openstack-neutron18:05
*** aranjan has quit IRC18:07
*** jorgem has quit IRC18:07
*** pritesh has joined #openstack-neutron18:08
*** pritesh_ has quit IRC18:10
*** jschwarz has quit IRC18:14
*** banix has quit IRC18:15
*** aepifanov has joined #openstack-neutron18:15
*** banix has joined #openstack-neutron18:15
*** yfried is now known as yfried|afk18:15
*** yfried|afk is now known as yfried18:16
*** Longgeek has quit IRC18:16
*** Longgeek has joined #openstack-neutron18:17
*** aepifanov has quit IRC18:18
*** ihrachyshka has quit IRC18:22
*** tflynn_ has quit IRC18:24
*** packet has joined #openstack-neutron18:24
*** smcquaid has joined #openstack-neutron18:24
*** vthapar has quit IRC18:24
*** tflynn has joined #openstack-neutron18:24
*** TrevorV_ has quit IRC18:25
*** ferest has joined #openstack-neutron18:26
HenryGZZelle: still around?18:30
*** chandankumar has quit IRC18:31
*** ferest has quit IRC18:31
*** gowri has quit IRC18:34
*** sripriya has joined #openstack-neutron18:34
*** yfauser has joined #openstack-neutron18:34
*** yfauser has left #openstack-neutron18:35
*** zhenq has joined #openstack-neutron18:35
*** anish_ has quit IRC18:37
*** dane_leblanc has quit IRC18:38
*** smcquaid has quit IRC18:40
*** yfried is now known as yfried|afk18:41
*** afazekas has quit IRC18:43
emaganamestery: ping!18:44
mesteryemagana: pong18:44
emaganamestery: good time to discuss an update on: https://bugs.launchpad.net/neutron/+bug/143832918:44
openstackLaunchpad bug 1438329 in neutron "Example configuration files lack changes for Kilo" [High,Triaged] - Assigned to Edgar Magana (emagana)18:44
mesteryemagana: Ack, yes sir!18:44
emaganamestery: basically, our neutron.conf is so outdated!  :-)18:44
mesteryemagana: #sadpanda18:45
emaganamestery: It seems that we do not have any script to automatically update it. Nova folks have one: https://github.com/openstack/nova/tree/master/tools/config18:45
mesteryemagana: Without looking at it, is it as simple as copying that and running it?18:46
mesteryemagana: There must be more to it I bet :)18:46
emaganamestery: I could try that and see what I break  :-)18:46
emaganaI will give it a try and provide an update later...  otherwise we need to update neutron.conf.sample manually18:47
mesteryemagana: Please do! We need to sort this ASAP18:47
mesteryemagana: Bleah, that would be bad :(18:47
mesteryemagana: Thanks for driving this!18:47
emaganamestery: ok.. I will keep you posted!18:48
mesteryemagana: Thanks!18:48
*** amuller is now known as amuller_afk18:48
*** achanda has quit IRC18:49
*** padkrish has joined #openstack-neutron18:51
*** Marga_ has quit IRC18:51
*** annegentle has joined #openstack-neutron18:52
*** shwetaap1 has quit IRC18:52
*** flaviof has joined #openstack-neutron18:55
*** tidwellr has quit IRC18:56
*** yfried|afk is now known as yfried18:56
*** _cjones_ has quit IRC19:00
*** jlanoux has quit IRC19:00
*** Sukhdev has joined #openstack-neutron19:01
*** sthillma_ has quit IRC19:01
HenryGmarun: ping19:01
*** bjornar_ has quit IRC19:02
*** Marga_ has joined #openstack-neutron19:02
*** padkrish has quit IRC19:02
*** nlahouti has quit IRC19:02
*** padkrish has joined #openstack-neutron19:03
*** TrevorV_ has joined #openstack-neutron19:04
*** dboik has quit IRC19:04
openstackgerritPaul Michali proposed openstack/neutron-vpnaas: VPNaaS: Refactoring to use callback mechanism  https://review.openstack.org/16522619:04
*** TrevorV_ has quit IRC19:04
*** dboik has joined #openstack-neutron19:04
*** sripriya has quit IRC19:05
*** Sukhdev has quit IRC19:05
*** tiswanso has quit IRC19:07
*** padkrish has quit IRC19:07
marunHenryG: pong19:08
*** sridhar_ram1 has joined #openstack-neutron19:08
*** sridhar_ram has quit IRC19:09
*** salv-orl_ has joined #openstack-neutron19:11
*** padkrish has joined #openstack-neutron19:11
*** diegows has joined #openstack-neutron19:11
*** salv-orlando has quit IRC19:13
*** vishwanathj has quit IRC19:14
*** yfried is now known as yfried|afk19:14
*** sripriya has joined #openstack-neutron19:14
*** Aish has quit IRC19:15
*** nlahouti has joined #openstack-neutron19:16
*** padkrish_ has joined #openstack-neutron19:16
*** ZZelle_ has joined #openstack-neutron19:16
ZZelle_HenryG, hi19:17
*** padkrish has quit IRC19:18
HenryGZZelle: I left some comments on https://review.openstack.org/165866, I would like marun to also take a look19:19
*** sbfox has quit IRC19:19
ZZelle_HenryG, i am not strongly sure we need Bridge/PortFixture abstract classes but they define what we can expect from all bridge/port fixtures19:21
HenryGZZelle: marun: I understand it's an initial patch for the fixtures and it will be iterated on, so it looks fine to me if you want to merge it now.19:21
ZZelle_HenryG, and they are used by fake machines19:22
ZZelle_HenryG, i have no time constraints, it seems more to be a requirement for jschwarz work19:23
*** yfauser has joined #openstack-neutron19:23
*** yfauser has left #openstack-neutron19:23
HenryGZZelle: I see, so that's why jschwarz is so pushy :)19:23
*** yfried|afk is now known as yfried19:24
ZZelle_HenryG, :)19:25
*** pritesh_ has joined #openstack-neutron19:26
*** sbfox has joined #openstack-neutron19:26
*** achanda has joined #openstack-neutron19:27
HenryGmarun: FYI you have pep8 failures on https://review.openstack.org/16707519:27
*** Marga_ has quit IRC19:27
*** pritesh has quit IRC19:29
*** Sukhdev has joined #openstack-neutron19:29
*** SumitNaiksatam has quit IRC19:33
*** reed has quit IRC19:36
*** nlahouti has quit IRC19:36
*** reed has joined #openstack-neutron19:36
*** Sukhdev has quit IRC19:36
*** Sukhdev has joined #openstack-neutron19:37
*** nlahouti has joined #openstack-neutron19:37
*** shwetaap has joined #openstack-neutron19:37
*** tidwellr has joined #openstack-neutron19:37
*** alexpilotti has joined #openstack-neutron19:41
*** SumitNaiksatam has joined #openstack-neutron19:44
*** nlahouti has quit IRC19:45
*** padkrish_ has quit IRC19:45
*** vishwanathj has joined #openstack-neutron19:46
*** yfried is now known as yfried|afk19:47
*** padkrish has joined #openstack-neutron19:50
*** matrohon has joined #openstack-neutron19:50
*** aepifanov has joined #openstack-neutron19:50
openstackgerritMerged openstack/neutron-fwaas: Decouple L3 and Firewall during DVR router migration  https://review.openstack.org/16238019:50
*** annegentle has quit IRC19:51
*** Sukhdev has quit IRC19:54
openstackgerritDane LeBlanc proposed openstack/neutron: IPv6 SLAAC subnet create should update ports on net  https://review.openstack.org/16062219:54
*** Marga_ has joined #openstack-neutron19:58
*** dboik_ has joined #openstack-neutron20:00
*** _cjones_ has joined #openstack-neutron20:01
*** Aish has joined #openstack-neutron20:01
*** yfried|afk is now known as yfried20:01
*** sripriya has quit IRC20:02
*** sripriya has joined #openstack-neutron20:02
*** Marga_ has quit IRC20:03
*** dboik has quit IRC20:03
*** sridhar_ram has joined #openstack-neutron20:04
*** sridhar_ram1 has quit IRC20:04
*** xgerman has joined #openstack-neutron20:06
*** daneyon_ has joined #openstack-neutron20:07
*** annegentle has joined #openstack-neutron20:10
*** daneyon has quit IRC20:11
*** yfried is now known as yfried|afk20:13
openstackgerritMaru Newby proposed openstack/neutron: Simplify retargetable test framework  https://review.openstack.org/16707520:13
openstackgerritMaru Newby proposed openstack/neutron: Move API tests to neutron.test.api  https://review.openstack.org/16732020:16
*** yfried|afk is now known as yfried20:17
*** matrohon has quit IRC20:18
*** tiswanso has joined #openstack-neutron20:19
*** achanda has quit IRC20:20
*** padkrish has quit IRC20:20
*** tiswanso has quit IRC20:20
*** padkrish has joined #openstack-neutron20:20
*** tiswanso has joined #openstack-neutron20:21
*** alexpilotti has quit IRC20:21
*** _cjones_ has quit IRC20:22
*** dboik_ has quit IRC20:22
*** dboik has joined #openstack-neutron20:23
*** padkrish has quit IRC20:25
*** maishsk has joined #openstack-neutron20:26
*** baoli has joined #openstack-neutron20:26
*** busterswt has quit IRC20:27
*** ijw has quit IRC20:27
*** banix has quit IRC20:28
openstackgerritMerged openstack/neutron-fwaas: FWaaS: Refactor callback mechanism  https://review.openstack.org/16727520:30
*** annegentle has quit IRC20:30
*** banix has joined #openstack-neutron20:31
openstackgerritMaru Newby proposed openstack/neutron: Move API tests to neutron.test.api  https://review.openstack.org/16732020:31
*** padkrish has joined #openstack-neutron20:31
openstackgerritMerged openstack/neutron: Fix test case for DHCP agent interface restart  https://review.openstack.org/16912320:32
*** maishsk has left #openstack-neutron20:32
*** _cjones_ has joined #openstack-neutron20:33
*** annegentle has joined #openstack-neutron20:34
openstackgerritMerged openstack/neutron-specs: Re-propose flavors and lbaas l7 routing for liberty  https://review.openstack.org/16898820:36
*** baoli has quit IRC20:38
*** baoli has joined #openstack-neutron20:39
*** _cjones_ has quit IRC20:40
*** david-lyle has quit IRC20:40
*** nlahouti has joined #openstack-neutron20:41
*** _cjones_ has joined #openstack-neutron20:42
*** pritesh has joined #openstack-neutron20:43
*** pritesh_ has quit IRC20:47
*** sridhar_ram has quit IRC20:50
*** claudiub has joined #openstack-neutron20:51
openstackgerritRyan Tidwell proposed openstack/neutron: Subnet allocation from a subnet pool  https://review.openstack.org/15759720:52
tidwellrkevinbenton carl_baldwin: ^^^20:53
carl_baldwintidwellr: ack20:53
*** yfried is now known as yfried|afk20:55
*** sridhar_ram has joined #openstack-neutron20:56
openstackgerritRyan Tidwell proposed openstack/neutron: Simple subnetpool allocation quotas  https://review.openstack.org/16526420:56
*** arif-ali has joined #openstack-neutron20:57
*** sripriya has quit IRC20:58
*** Marga_ has joined #openstack-neutron20:59
*** johnbelamaric has quit IRC20:59
*** s3wong has quit IRC21:00
kevinbentontidwellr: is there a way to have a global default subnetpool?21:01
*** annegentle has quit IRC21:01
tidwellrkevinbenton: see https://review.openstack.org/#/c/168098/21:01
*** annegentle has joined #openstack-neutron21:01
kevinbentontidwellr: ah, i wasn't that far in the chain :)21:02
*** daneyon_ has quit IRC21:02
*** johnbelamaric has joined #openstack-neutron21:02
tidwellrkevinbenton: it's a follow-on to basic allocation and subnetpool CRUD21:02
*** daneyon has joined #openstack-neutron21:02
kevinbentontidwellr: cool21:03
*** Marga_ has quit IRC21:04
*** annegentle has quit IRC21:07
*** packet has quit IRC21:08
*** julien_ZTE has joined #openstack-neutron21:08
*** aduarte has quit IRC21:09
*** packet has joined #openstack-neutron21:10
*** julien_ZTE has quit IRC21:13
ZZelle_kevinbenton, hi21:13
*** tiswanso has quit IRC21:13
kevinbentonZZelle_: hey, what's up?21:13
*** achanda has joined #openstack-neutron21:14
ZZelle_kevinbenton, if you have time, i updated https://review.openstack.org/161494 after discussing with Henry and mestery ... doc is simplified: let neutron deduce options!21:14
otherwiseguymarun: Does running 'tox -e dsvm-functional test_port_sec_within_firewall' fail for you, while running 'tox -e dsvm-functional IptablesFirewallTestCase' passes? It does for me, even though test_port_sec_within_firewall is the only test in IptablesFirewallTestCase...21:14
otherwiseguywhich seems...odd.21:15
*** raildo is now known as raildo|away21:15
*** Marga_ has joined #openstack-neutron21:16
*** sbfox has quit IRC21:16
*** baoli has quit IRC21:17
marunotherwiseguy: I'll try21:18
*** baoli has joined #openstack-neutron21:18
*** irdkehn has joined #openstack-neutron21:18
kevinbentonZZelle_: "if not $expression" only applies when it's safe to test the boolean coercion21:19
ZZelle_kevinbenton, not sure to understand21:20
*** banix has quit IRC21:20
kevinbentonZZelle_: so the issue is that .get returns None by default21:21
marunkevinbenton: What do I need to do to get +2?21:21
kevinbentonmarun: $421:21
marunhah21:21
kevinbentonmarun: which patch?21:21
marunhttps://review.openstack.org/#/c/167075/21:21
*** Sukhdev has joined #openstack-neutron21:22
kevinbentonZZelle_: if it's more convuluted to get the return values to line up with the "if not" syntax, then it's not worth it21:22
marunif you can run the same single test and have it pass, I think we're good21:22
kevinbentonmarun: ok21:22
kevinbentonZZelle_: also "Comparisons to singletons like None should always be done with is or is not , never the equality operators." is why i suggested 'is False'21:23
*** annegentle has joined #openstack-neutron21:23
ZZelle_kevinbenton, None is a singleton not True/False21:24
ZZelle_kevinbenton, more precisely, "bool(1) is True" could be evaluated to False21:24
*** amuller_afk is now known as amuller21:25
kevinbentonZZelle_: when?21:25
*** sbfox has joined #openstack-neutron21:26
*** SumitNaiksatam has quit IRC21:26
kevinbentonmarun: passed!21:26
*** jgrimm is now known as zz_jgrimm21:26
kevinbentonZZelle_: http://stackoverflow.com/questions/2172189/why-i-cant-extend-bool-in-python/2172204#217220421:27
ZZelle_kevinbenton, let me find it, it was documented in old pythons21:28
ZZelle_kevinbenton, oups, perhaps too old21:28
kevinbentonZZelle_: it was my understanding that False and True were singletons21:29
openstackgerritCedric Brandily proposed openstack/neutron: Allow metadata proxy to log with nobody user/group  https://review.openstack.org/16149421:29
ZZelle_kevinbenton, i buy it! ^p21:29
ZZelle_s/^p/^^/ :)21:29
marunHenryG, mestery, armax: coup de grâce? https://review.openstack.org/#/c/16707521:30
*** rpothier has quit IRC21:30
*** pc_m has quit IRC21:30
mesterymarun: Nice!21:30
*** pritesh_ has joined #openstack-neutron21:31
kevinbentonZZelle_: one more quick change now21:31
ZZelle_kevinbenton, haaaaaaaaaaaaaaaaaaaaaaa21:32
ZZelle_kevinbenton, it seems more confusing to me to use None than True21:33
ZZelle_kevinbenton, imo, get() default value should be boolean default value21:33
kevinbentonZZelle_: but you're only checking if it's set to False. it doesn't matter what default is.21:34
*** pritesh has quit IRC21:34
kevinbentonZZelle_: if you do want a controlled default, then separate it into two lines like you had suggested before21:35
*** mwagner_lap has quit IRC21:35
kevinbentonZZelle_: because otherwise overriding the default return of .get to something that isn't going to be used won't make sense to future readers21:36
ZZelle_kevinbenton, ok21:38
*** sbfox has quit IRC21:38
openstackgerritJamie McCarthy proposed openstack/neutron: Flavor Framework implementation  https://review.openstack.org/13975821:39
openstackgerritCedric Brandily proposed openstack/neutron: Allow metadata proxy to log with nobody user/group  https://review.openstack.org/16149421:39
ZZelle_kevinbenton, ^^21:39
kevinbentonZZelle_: thanks!21:40
openstackgerritMerged openstack/neutron: Decouple L3 and service plugins during DVR router migration  https://review.openstack.org/15474921:42
*** sbfox has joined #openstack-neutron21:42
amullermestery: Do we write lightening sessions in the etherpad you put up, or only full sessions?21:42
mesteryamuller: added a section21:43
amullermestery: thank you21:43
mesteryamuller: yw21:43
*** pritesh_ has quit IRC21:44
*** nyechiel has quit IRC21:46
*** seizadi1 has joined #openstack-neutron21:48
*** seizadi has quit IRC21:48
*** ivar-laz_ has quit IRC21:49
*** seizadi has joined #openstack-neutron21:51
*** seizadi1 has quit IRC21:51
*** seizadi has quit IRC21:51
*** seizadi has joined #openstack-neutron21:51
*** padkrish has quit IRC21:56
*** padkrish has joined #openstack-neutron21:57
*** pritesh has joined #openstack-neutron21:57
*** johnbelamaric has quit IRC21:57
*** baoli has quit IRC21:58
*** signed8b_ has joined #openstack-neutron21:58
openstackgerritCarl Baldwin proposed openstack/neutron: Implement default subnet pool configuration settings  https://review.openstack.org/16809821:58
*** baoli has joined #openstack-neutron21:58
*** ociuhandu has quit IRC22:00
*** signed8bit has quit IRC22:00
*** padkrish has quit IRC22:01
openstackgerritCarl Baldwin proposed openstack/neutron: Implement default subnet pool configuration settings  https://review.openstack.org/16809822:03
*** igordcard_ has joined #openstack-neutron22:03
*** pritesh has quit IRC22:04
*** harlowja_ is now known as harlowja_away22:04
kevinbentontidwellr: ping22:04
tidwellrkevinbenton: pong22:05
kevinbentontidwellr: just want some clarifications on https://review.openstack.org/#/c/165264/22:05
kevinbentontidwellr: want to make sure we aren't backing ourselves into a corner22:05
*** absubram has quit IRC22:05
tidwellrkevinbenton: sure, what's the concern?22:06
kevinbentontidwellr: if i understand correctly, this sets a limit at the subnetpool level that's applied equally to all tenants22:06
kevinbentontidwellr: right?22:06
*** harlowja_away is now known as harlowja_22:07
tidwellrkevinbenton: correct, although this is a default22:07
tidwellrkevinbenton: it can be overridden with future patches22:08
kevinbentontidwellr: in the future would the regular quota system be used?22:09
kevinbentontidwellr: for tenant specific things?22:09
*** salv-orl_ has quit IRC22:09
tidwellrkevinbenton: yes, the belief is that the basic use model here works, can be extended, and the implementation can be adjusted later22:10
*** kbringard has quit IRC22:11
kevinbentontidwellr: how are defaults controlled for current neutron quotas22:12
kevinbentontidwellr: what i was worried about is that we would have one way to set default quotas for everything else22:12
kevinbentontidwellr: and a different way for subnetpools22:12
*** salv-orlando has joined #openstack-neutron22:13
*** SumitNaiksatam has joined #openstack-neutron22:14
tidwellrkevinbenton: that's a good point, one reason for this approach is that the existing quota mechanism doesn't allow us to enforce quotas on prefix space22:14
*** pritesh has joined #openstack-neutron22:15
tidwellrcarl_baldwin and salv-orlando could probably shed more light on this subject22:15
kevinbentontidwellr: yeah, i understand that, I just want to make sure anything user-facing via the API doesn't lock us into somewhere we don't want to be22:15
kevinbentoncarl_baldwin, salv-orlando: how are defaults quotas in neutron set right now?22:16
kevinbentondefaults for quotas*22:17
carl_baldwinkevinbenton: It looks like all of the defaults are in neutron.conf.22:19
tidwellrkevinbenton: I believe it's a neutron.conf setting22:19
tidwellrcarl_baldwin beat me to the punch22:19
tidwellr:)22:20
kevinbentoncarl_baldwin, tidwellr: yeah, i'm looking at that now22:20
carl_baldwinkevinbenton: I didn’t want to do the same because pools can be so different from pool to pool.22:20
kevinbentoncarl_baldwin, tidwellr: so i see the issue with the neutron quota system is that its a limit of objects per tenant22:20
kevinbentonand this needs objects per tenant per pool22:20
tidwellr+1 carl_baldwin22:21
kevinbentonobjects per tenant within a scope22:21
carl_baldwinThe default for an RPC1918 pool wouldn’t make sense for a public routable pool of ipv4.22:21
*** harlowja_ has quit IRC22:21
kevinbentoncarl_baldwin: definitely22:21
carl_baldwinBasically, some pools may manage a very valuable resource whereas others manage a throw-away resource of the same “type"22:22
kevinbentonyep, i got it now22:22
kevinbentonso basically a config value doesn't cut it because we would need one for every pool22:22
carl_baldwinkevinbenton: That was my thinking.22:23
kevinbentoncarl_baldwin, tidwellr: and the default default is None, right?22:25
kevinbentonif that makes sense :)22:25
tidwellrcorrect22:25
*** rotbeard has quit IRC22:25
tidwellrwhich means take as much prefix space as you like22:25
kevinbentonok, great. so that maintains current behavior22:25
tidwellrin which case the backstop is the quota on the number of subnets a tenant can create22:26
*** harlowja has joined #openstack-neutron22:26
*** oda-g has joined #openstack-neutron22:27
*** ociuhandu has joined #openstack-neutron22:28
*** carl_baldwin has quit IRC22:31
*** carl_baldwin has joined #openstack-neutron22:32
kevinbentonamotoki: hey, i broke NEC unit tests22:33
kevinbentonamotoki: with the floating ip status http://133.242.19.163:8000/neutron-ci-logs/unittest-with-neutron/2386/logs/testr_results.html.gz22:34
*** padkrish has joined #openstack-neutron22:35
*** packet has quit IRC22:36
*** aduarte has joined #openstack-neutron22:37
*** tidwellr has left #openstack-neutron22:37
*** annegentle has quit IRC22:38
*** suresh12 has quit IRC22:39
*** aepifanov has quit IRC22:40
openstackgerritAndrew Boik proposed openstack/neutron: Allow only one IPv4 and one IPv6 fixed IP on router gateway port  https://review.openstack.org/16778422:40
openstackgerritAndrew Boik proposed openstack/neutron: Allow only one IPv4 and one IPv6 fixed IP on router gateway port  https://review.openstack.org/16778422:41
*** annegentle has joined #openstack-neutron22:41
*** suresh12 has joined #openstack-neutron22:46
*** devlaps has joined #openstack-neutron22:50
*** packet has joined #openstack-neutron22:50
*** salv-orlando has quit IRC22:51
*** devlaps1 has joined #openstack-neutron22:53
*** banix has joined #openstack-neutron22:53
*** devlaps has quit IRC22:54
*** devlaps1 has quit IRC22:54
*** devlaps has joined #openstack-neutron22:55
*** salv-orlando has joined #openstack-neutron22:59
kevinbentonamotoki: https://review.openstack.org/16954922:59
*** flwang has quit IRC23:00
openstackgerritMerged openstack/neutron: Simplify retargetable test framework  https://review.openstack.org/16707523:00
*** zhipeng has quit IRC23:04
*** claudiub has quit IRC23:04
*** dave-mccowan has quit IRC23:04
*** baoli has quit IRC23:05
openstackgerritMaru Newby proposed openstack/neutron: Move API tests to neutron.test.api  https://review.openstack.org/16732023:05
*** dboik_ has joined #openstack-neutron23:05
*** thedodd has quit IRC23:07
*** pritesh_ has joined #openstack-neutron23:07
*** dboik has quit IRC23:08
*** jaypipes has quit IRC23:09
*** ijw has joined #openstack-neutron23:10
*** ijw has quit IRC23:10
*** pritesh has quit IRC23:10
*** dboik_ has quit IRC23:10
*** sbfox has quit IRC23:11
*** pritesh_ has quit IRC23:11
*** igordcard_ has quit IRC23:13
*** annegentle has quit IRC23:13
*** flwang has joined #openstack-neutron23:13
*** ronis has quit IRC23:13
*** dims_ has quit IRC23:14
*** jamiem has quit IRC23:14
*** Aish has quit IRC23:14
*** xgerman has quit IRC23:15
*** dims_ has joined #openstack-neutron23:17
*** pritesh has joined #openstack-neutron23:17
*** carl_baldwin has quit IRC23:20
*** mwagner_lap has joined #openstack-neutron23:21
*** Sukhdev has quit IRC23:22
*** marun has quit IRC23:22
*** julien_ZTE has joined #openstack-neutron23:22
*** jaypipes has joined #openstack-neutron23:23
*** hichihara has joined #openstack-neutron23:24
*** bquan has quit IRC23:25
*** yuanying has joined #openstack-neutron23:26
*** aranjan has joined #openstack-neutron23:29
*** catohornet has joined #openstack-neutron23:30
*** melwitt has quit IRC23:30
*** tongli has quit IRC23:30
*** padkrish has quit IRC23:32
*** padkrish has joined #openstack-neutron23:33
amullerDid anyone unstack && stack recently with fully updated devstack? I had a working setup, restacked, and now all of the services are getting rabbit errors23:33
*** padkrish_ has joined #openstack-neutron23:34
*** padkrish has quit IRC23:37
*** changbl has joined #openstack-neutron23:38
*** zzzeek has quit IRC23:38
*** achanda has quit IRC23:41
openstackgerritMerged openstack/neutron: Subnet allocation from a subnet pool  https://review.openstack.org/15759723:41
*** signed8b_ is now known as signed8bit_ZZZzz23:45
*** Marga_ has quit IRC23:47
*** Marga_ has joined #openstack-neutron23:48
*** marrusl has quit IRC23:48
openstackgerritKevin Benton proposed openstack/neutron: Remove auto deletion of routers in unit tests  https://review.openstack.org/16705623:49
*** dave-mccowan has joined #openstack-neutron23:50
*** sridhar_ram has quit IRC23:51
*** zhenq has quit IRC23:51
*** zhhuabj has quit IRC23:51
*** dannywilson has quit IRC23:54
*** achanda has joined #openstack-neutron23:55
*** smccully has quit IRC23:56
*** smccully_ has quit IRC23:57
*** julien_ZTE has quit IRC23:57
openstackgerritpritesh proposed openstack/neutron: Moving VLAN Transparency support from core to extension  https://review.openstack.org/16956923:57
*** julien_ZTE has joined #openstack-neutron23:58

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