Thursday, 2016-07-07

*** abhiraut has joined #openstack-neutron00:00
*** ramamurthy has quit IRC00:02
*** Swami has quit IRC00:03
*** xagent has joined #openstack-neutron00:04
xagentSam-I-Am: any idea what the # of SQL connections neutron has is proportional to? The total number of neutron agents running? Or would it be more the # of total VMs or networks created?00:05
Sam-I-Ami dont know for sure but i'd guess api workers00:06
Sam-I-Ami suspect HenryG would know more :)00:07
Sam-I-Amhe might be around tomorrow00:07
Sam-I-Amor even kevinbenton00:07
kevinbentonxagent, Sam-I-Am: yeah, not related to agents00:08
kevinbentonit's API workers * SQL connection pool IIRC00:08
Sam-I-Amyay, i was close :)00:08
xagentby connection pool you mean the sql (max_pool_size + max_overflow)00:10
xagent?00:10
*** nlahouti1 has left #openstack-neutron00:10
kevinbentonxagent: yep00:10
kevinbentonxagent: i believe each worker has its own pool00:10
xagentok, so we can scale the # of hosts (DVR) and agents without worrying about it having effect on that00:10
kevinbentonxagent: yep00:11
kevinbentonxagent: agents all put messages onto AMQP00:11
kevinbentonxagent: its up to the neutron server processes to connect to the DB00:11
Sam-I-Amxagent: yeah, but you might kill rabbit at some point00:11
openstackgerritAbhishek Raut proposed openstack/python-neutronclient: Add support to expose default quotas for tenants  https://review.openstack.org/31313400:11
*** lujinluo has joined #openstack-neutron00:12
*** abhiraut has quit IRC00:12
Sam-I-Ami'd a) reduce the # of dhcp and md agents (or remove md if you're actually not using it) or b) re-evaluate the need for dvr00:12
*** abhiraut has joined #openstack-neutron00:12
*** stanzgy has joined #openstack-neutron00:12
*** stanzgy_ has joined #openstack-neutron00:12
kevinbentonSam-I-Am: remove md?00:13
Sam-I-Amyeah, you dont need the md agent if you're using config drive00:13
kevinbentonSam-I-Am: oh, metadata00:13
kevinbentonSam-I-Am: not mechanism driver00:13
Sam-I-Amhahah, naw :)00:13
Sam-I-Amalthough that would reduce the rabbit chatter00:14
kevinbentonSam-I-Am: not really00:14
kevinbentonSam-I-Am: that's why i was going to say something00:14
xagentkevinbenton: so we increase the sql pool size, yet we still see neutron server getting slammed with exceeded sql connections00:14
kevinbentonSam-I-Am: if a driver doesn't bind a port it doesn't do anything message queue00:14
xagentDoes this just mean our neutron server is getting slammed with too many API requests to handle?00:14
kevinbentonxagent: wait, what's the error00:15
kevinbentonxagent: are you sure it's not an error from the sql backend about exceeded connections for mysql?00:15
xagent"Exception during message handling: QueuePool limit" was reached00:16
kevinbentonxagent: yeah, you will need to turn it up00:16
kevinbentonxagent: or consider decreasing the wsgi pool size00:16
kevinbentonxagent: to make more of the API requests block on the initial TCP connection while others are being processed00:17
kevinbentonxagent: wsgi_default_pool_size is how many each worker will accept00:17
kevinbentonxagent: so you could potentially have that many SQL connection attempts per worker if you have a busy server00:18
*** aranjan has quit IRC00:18
*** aranjan has joined #openstack-neutron00:19
*** Swami has joined #openstack-neutron00:19
*** Swami has quit IRC00:20
*** Swami has joined #openstack-neutron00:20
*** abhiraut has quit IRC00:23
*** Swami_ has joined #openstack-neutron00:23
*** aranjan has quit IRC00:24
*** Swami has quit IRC00:25
*** thorst has joined #openstack-neutron00:25
*** banix has joined #openstack-neutron00:27
*** padkrish has joined #openstack-neutron00:28
*** claudiub|2 has joined #openstack-neutron00:30
*** gouthamr has quit IRC00:32
*** claudiub has quit IRC00:32
*** thorst has quit IRC00:32
*** gouthamr has joined #openstack-neutron00:32
*** tflynn_ has joined #openstack-neutron00:35
*** mirrorbo1 is now known as mirrobox00:37
*** mirrobox is now known as mirrorbox00:37
*** mirrorbox has quit IRC00:37
*** mirrorbox has joined #openstack-neutron00:37
*** tflynn has quit IRC00:38
openstackgerritqinchunhua proposed openstack/python-neutronclient: Replace mox with mock in test_cli20_firewallpolicy.py  https://review.openstack.org/33379000:39
*** tflynn_ has quit IRC00:39
*** dxu has quit IRC00:39
openstackgerritqinchunhua proposed openstack/python-neutronclient: Replace mox.IsA  with Class IsType  https://review.openstack.org/33196500:41
*** salv-orl_ has quit IRC00:42
*** david-lyle has quit IRC00:42
*** hoangcx has joined #openstack-neutron00:43
*** david-lyle__ has joined #openstack-neutron00:45
*** david-lyle__ has quit IRC00:45
*** janzian has quit IRC00:47
*** banix has quit IRC00:48
*** thorst has joined #openstack-neutron00:49
*** abhiraut has joined #openstack-neutron00:51
openstackgerritAradhana Singh proposed openstack/neutron: Refactoring config options for agent: l3 keepalived_state_change  https://review.openstack.org/33855900:52
*** root_ has quit IRC00:53
*** abhiraut has quit IRC00:53
*** Sukhdev has joined #openstack-neutron00:53
*** shashank_hegde has quit IRC00:53
lujinluoakamyshnikova_, hi Ann, if you have time, could you please have a look at Henry's comment on https://review.openstack.org/#/c/276018/38 ? I used prototype of floatingips model, which contains 'tenant_id' column. Henry is worrying this may conflict with https://review.openstack.org/#/c/335786/, which is altering column name from 'tenant_id' to 'project_id'. Do I need to wait for that patch to be merged first, or00:54
lujinluois there any workaround?00:54
*** ramamurthy has joined #openstack-neutron00:56
*** mfuruta has joined #openstack-neutron00:57
*** ajmiller_ has quit IRC00:57
*** ajmiller has joined #openstack-neutron00:57
*** lnicolas has joined #openstack-neutron01:01
*** ajmiller has quit IRC01:02
*** ajmiller has joined #openstack-neutron01:02
xagentkevinbenton: is wsgi_default_pool_size configurable in neutron in Liberty?01:02
*** rook has quit IRC01:03
*** wolverineav has joined #openstack-neutron01:04
*** hieulq has quit IRC01:05
kevinbentonxagent: should be01:06
kevinbentonlujinluo: you should be able to base your patch on top of that one if it conflicts01:06
kevinbentonxagent: oh, sorry01:07
kevinbentonxagent: liberty no01:07
*** banix has joined #openstack-neutron01:07
xagentis it hardcoded to 1000?01:07
xagentI dont see neutron initing a GreenPool with the poolsize conf01:08
kevinbentonxagent: yeah, seems to be hardcoded :/01:08
xagentinfact I see it doing:01:08
xagent148        # Pool for a greenthread in which wsgi server will be running 149        self.pool = eventlet.GreenPool(1)01:08
xagentwith just 101:08
xagentbut I do see num_threads at 100001:08
xagent7    def _run(self, application, socket): 288        """Start a WSGI server in a new green thread.""" 289        eventlet.wsgi.server(socket, application, 290                             max_size=self.num_threads,01:08
xagentWhat exactly is the difference between the GreenPool(1), and calling eventlet.wsgi.server with num_threads=1000?01:09
kevinbentonxagent: iirc the greenpool(1) is just a parent container01:11
*** ramishra has quit IRC01:11
kevinbentonthe num_threads controls the wsgi server that eventlet provides01:11
*** kevo has quit IRC01:12
*** thorst has quit IRC01:12
openstackgerritManjeet Singh Bhatia proposed openstack/neutron: WIP Introduce OVO for quotas  https://review.openstack.org/33862501:12
openstackgerritArmando Migliaccio proposed openstack/neutron-lib: Tweak validation logic for subport validator  https://review.openstack.org/33862601:13
*** ramishra has joined #openstack-neutron01:13
*** thorst has joined #openstack-neutron01:13
*** techcet has quit IRC01:14
openstackgerritArmando Migliaccio proposed openstack/neutron-lib: Tweak validation logic for subport validator  https://review.openstack.org/33862601:14
xagentPerhaps I should change this then to something lower (similar in # to our poolsize + overflow?)01:14
xagenta large wsgi thread count would still overwhelm api_workers * sql_pool_size, right? if we have a lot of API requests01:14
xagentat least that is what I got from reading this: http://lists.openstack.org/pipermail/openstack-dev/2015-December/082717.html01:15
openstackgerritQunyingRan proposed openstack/neutron: Remove used ip which not in subnet pool from network used ip statistics  https://review.openstack.org/32238701:15
kevinbentonxagent: yep01:15
kevinbentonxagent: turn it down01:16
kevinbentonxagent: or reduce to 1 api worker01:16
kevinbentonxagent: and 1k on the pool size01:16
kevinbentonxagent: i forgot we ran into the issue on the liberty backport that that conf variable doesn't exist01:16
openstackgerritxiewj proposed openstack/python-neutronclient: Should be used '-' instead of '_' in the prompt message of qos-bandwidth-limit-rule-create command  https://review.openstack.org/33699301:17
kevinbentonxagent: yes, start by basically setting it to max_pool size01:18
kevinbentonxagent: i gtg for a bit but will be back on in about an hour and a half01:18
*** hieulq_ has joined #openstack-neutron01:19
*** EinstCrazy has joined #openstack-neutron01:22
*** thorst has quit IRC01:22
*** Swami has joined #openstack-neutron01:27
*** YifanZeng has joined #openstack-neutron01:28
*** namnh has joined #openstack-neutron01:29
*** Sukhdev has quit IRC01:30
*** Swami_ has quit IRC01:30
*** wolverineav has quit IRC01:31
*** ivc_ has quit IRC01:33
*** shivrao has quit IRC01:35
*** ajmiller has quit IRC01:36
*** ajmiller has joined #openstack-neutron01:36
*** padkrish has quit IRC01:36
*** padkrish has joined #openstack-neutron01:37
*** gvrangan has quit IRC01:40
*** ajmiller has quit IRC01:40
*** ajmiller has joined #openstack-neutron01:40
*** wolverineav has joined #openstack-neutron01:40
*** tonytan4ever has quit IRC01:41
*** eilert has quit IRC01:41
*** rook has joined #openstack-neutron01:44
*** wolverineav has quit IRC01:44
*** banix has quit IRC01:45
lujinluokevinbenton, thanks! A rather newbie question: Will this work even if that patch is not in perfect state? No offense, but I noticed that patch did not pass all gate tests01:45
*** hieulq_ has quit IRC01:47
*** ivc_ has joined #openstack-neutron01:49
*** ajmiller has quit IRC01:53
*** ajmiller has joined #openstack-neutron01:53
*** techcet has joined #openstack-neutron01:53
*** wolverineav has joined #openstack-neutron01:54
*** claudiub has joined #openstack-neutron01:54
*** pacoblox has joined #openstack-neutron01:56
*** techcet has quit IRC01:57
*** sputnik13 has joined #openstack-neutron01:57
*** claudiub|2 has quit IRC01:58
*** sputnik13 has quit IRC01:58
*** wolverineav has quit IRC01:58
*** sputnik13 has joined #openstack-neutron02:00
*** hieulq has joined #openstack-neutron02:00
*** xagent has quit IRC02:03
*** mickeys has joined #openstack-neutron02:03
*** julim has joined #openstack-neutron02:05
openstackgerritZhaoBo proposed openstack/neutron: Add timestamp fields for neutron ext resources  https://review.openstack.org/31287302:06
*** jckasper has quit IRC02:07
*** jckasper has joined #openstack-neutron02:08
*** annp has joined #openstack-neutron02:11
*** fnaval has quit IRC02:11
*** jckasper has quit IRC02:13
*** ramishra has quit IRC02:13
*** ramishra has joined #openstack-neutron02:15
*** ajmiller has quit IRC02:18
*** ajmiller has joined #openstack-neutron02:19
*** salv-orlando has joined #openstack-neutron02:19
*** oss_xzdong has joined #openstack-neutron02:20
*** Swami_ has joined #openstack-neutron02:21
*** thorst has joined #openstack-neutron02:22
*** fnaval has joined #openstack-neutron02:22
*** padkrish has quit IRC02:24
*** Swami has quit IRC02:25
*** kriskend has joined #openstack-neutron02:26
*** salv-orlando has quit IRC02:26
*** thorst has quit IRC02:27
*** gouthamr has quit IRC02:29
*** sputnik13 has quit IRC02:30
*** sindhu has joined #openstack-neutron02:32
*** shivrao has joined #openstack-neutron02:32
*** wolverineav has joined #openstack-neutron02:32
*** thorst has joined #openstack-neutron02:34
*** thorst has quit IRC02:34
*** Swami__ has joined #openstack-neutron02:35
*** rtheis has quit IRC02:35
*** iyamahat has quit IRC02:35
*** shivrao has quit IRC02:36
*** yamahata has quit IRC02:38
*** Swami_ has quit IRC02:39
*** tonytan4ever has joined #openstack-neutron02:42
*** shashank_hegde has joined #openstack-neutron02:43
*** kriskend has quit IRC02:45
*** tonytan4ever has quit IRC02:47
*** shashank_hegde has quit IRC02:51
*** baoli has joined #openstack-neutron02:54
*** rook has quit IRC02:54
*** salv-orlando has joined #openstack-neutron02:55
*** baoli_ has joined #openstack-neutron02:56
*** shashank_hegde has joined #openstack-neutron02:56
*** tbachman has quit IRC02:57
*** Leo_ has joined #openstack-neutron02:57
*** ajmiller has quit IRC02:57
*** Nakato has quit IRC02:57
*** techcet has joined #openstack-neutron02:57
*** ajmiller has joined #openstack-neutron02:57
*** baoli has quit IRC02:59
*** salv-orlando has quit IRC02:59
*** shashank_hegde has quit IRC03:00
*** mickeys has quit IRC03:00
*** mickeys has joined #openstack-neutron03:01
*** techcet has quit IRC03:02
*** Nakato has joined #openstack-neutron03:03
*** ajmiller has quit IRC03:04
*** ajmiller has joined #openstack-neutron03:04
*** mickeys has quit IRC03:05
*** sputnik13 has joined #openstack-neutron03:08
*** Swami_ has joined #openstack-neutron03:09
*** yamamot__ has joined #openstack-neutron03:10
openstackgerritHaifeng Yan proposed openstack/neutron-fwaas: Rename binary name of neutron-fwaas to neutron-l3-with-fwaas-agent.  https://review.openstack.org/33740203:10
*** ivc_ has quit IRC03:12
*** ivc_ has joined #openstack-neutron03:12
*** Swami__ has quit IRC03:12
*** iwamoto has joined #openstack-neutron03:14
*** sindhu has quit IRC03:14
*** vishwanathj has joined #openstack-neutron03:20
*** lujinluo has quit IRC03:26
*** tonytan4ever has joined #openstack-neutron03:27
*** salv-orlando has joined #openstack-neutron03:29
*** tflynn has joined #openstack-neutron03:31
openstackgerritHong Hui Xiao proposed openstack/neutron: Add function to return all hosts with mapped segments  https://review.openstack.org/33768803:33
*** ivc_ has quit IRC03:33
*** kevo has joined #openstack-neutron03:34
*** thorst has joined #openstack-neutron03:34
*** salv-orlando has quit IRC03:36
*** ivc_ has joined #openstack-neutron03:36
*** ramamurthy has quit IRC03:38
*** jamielennox is now known as jamielennox|away03:43
*** thorst has quit IRC03:43
*** jamielennox|away is now known as jamielennox03:56
*** mkolesni_ has joined #openstack-neutron03:58
*** techcet has joined #openstack-neutron03:59
*** wolverineav has quit IRC03:59
*** Leo_ has quit IRC03:59
*** pacoblox has quit IRC03:59
*** lujinluo has joined #openstack-neutron03:59
*** Swami__ has joined #openstack-neutron04:02
*** techcet has quit IRC04:03
*** links has joined #openstack-neutron04:03
*** pacoblox has joined #openstack-neutron04:04
*** gouthamr has joined #openstack-neutron04:04
*** mkolesni_ has quit IRC04:05
*** Swami_ has quit IRC04:06
*** ivc_ has quit IRC04:06
*** garyk1 has joined #openstack-neutron04:07
*** shashank_hegde has joined #openstack-neutron04:07
*** mkolesni has joined #openstack-neutron04:08
*** gvrangan has joined #openstack-neutron04:17
*** yamamot__ has quit IRC04:24
*** asingh has quit IRC04:25
*** yamamot__ has joined #openstack-neutron04:28
*** jamielennox is now known as jamielennox|away04:35
*** vikasc has joined #openstack-neutron04:35
*** oanson has joined #openstack-neutron04:35
*** vikasc_ has joined #openstack-neutron04:38
*** gouthamr has quit IRC04:38
*** salv-orlando has joined #openstack-neutron04:39
*** baoli_ has quit IRC04:40
*** thorst has joined #openstack-neutron04:41
*** jamielennox|away is now known as jamielennox04:42
*** iyamahat has joined #openstack-neutron04:42
*** gvrangan has quit IRC04:42
*** tonytan4ever has quit IRC04:44
*** Swami_ has joined #openstack-neutron04:45
*** Leo_ has joined #openstack-neutron04:47
*** salv-orlando has quit IRC04:47
*** thorst has quit IRC04:48
*** Sukhdev has joined #openstack-neutron04:49
*** salv-orlando has joined #openstack-neutron04:49
*** prateek has joined #openstack-neutron04:50
*** Swami__ has quit IRC04:50
openstackgerritYu Jie proposed openstack/neutron: Fix duplicated sg rules check for remote_ip_prefix  https://review.openstack.org/33141604:51
*** Leo_ has quit IRC04:51
*** techcet has joined #openstack-neutron05:00
*** ratailor has joined #openstack-neutron05:01
*** yamahata has joined #openstack-neutron05:01
*** mickeys has joined #openstack-neutron05:02
*** mickeys has quit IRC05:05
*** techcet has quit IRC05:05
*** mickeys has joined #openstack-neutron05:06
*** gouthamr has joined #openstack-neutron05:06
*** ivar-lazzaro has joined #openstack-neutron05:10
*** mickeys has quit IRC05:10
*** pacoblox has quit IRC05:11
*** ivar-laz_ has joined #openstack-neutron05:11
*** jhershbe has joined #openstack-neutron05:13
*** ivar-lazzaro has quit IRC05:14
*** wolverineav has joined #openstack-neutron05:17
*** abregman has joined #openstack-neutron05:22
*** bharathk has joined #openstack-neutron05:23
*** shashank_hegde has quit IRC05:25
*** shashank_hegde has joined #openstack-neutron05:30
*** ramishra has quit IRC05:34
*** Dinesh_Bhor has joined #openstack-neutron05:36
*** M00nr41n has joined #openstack-neutron05:37
*** jprovazn has joined #openstack-neutron05:38
*** tflynn has quit IRC05:38
Dinesh_Bhorarmax: Hi, Could you please take a look at it? https://review.openstack.org/#/c/295651/05:39
*** sudipto has joined #openstack-neutron05:39
*** diga has joined #openstack-neutron05:39
*** ajmiller has quit IRC05:41
*** ajmiller has joined #openstack-neutron05:41
*** Leo_ has joined #openstack-neutron05:41
openstackgerritgaryk proposed openstack/neutron: ML2: don't use IntegrityError for duplicate detection  https://review.openstack.org/33810405:42
*** korzen has joined #openstack-neutron05:42
*** vikram has joined #openstack-neutron05:42
*** ramishra has joined #openstack-neutron05:45
*** oshvartz has joined #openstack-neutron05:45
*** Leo_ has quit IRC05:46
*** shashank_hegde has quit IRC05:46
*** thorst has joined #openstack-neutron05:47
openstackgerritSwaminathan Vasudevan proposed openstack/neutron: DVR: Cleanup the stable snat redirect rules in router namespace  https://review.openstack.org/33785505:48
garyk1Dinesh_Bhor: i think that armax is sleeping. i suggest that you try and get him when he is awake05:48
*** yfried has joined #openstack-neutron05:49
*** yfried has quit IRC05:49
*** anilvenkata has joined #openstack-neutron05:50
*** yfried has joined #openstack-neutron05:51
*** yamamot__ has quit IRC05:52
*** Swami__ has joined #openstack-neutron05:53
*** thorst has quit IRC05:54
*** sputnik13 has quit IRC05:55
*** tflynn has joined #openstack-neutron05:56
*** Swami_ has quit IRC05:57
*** banix has joined #openstack-neutron05:58
*** sputnik13 has joined #openstack-neutron05:58
*** shashank_hegde has joined #openstack-neutron05:58
*** itzkb_ has joined #openstack-neutron05:59
*** akorzeni__ has joined #openstack-neutron06:06
*** ajmiller has quit IRC06:08
*** Swami__ has quit IRC06:08
*** ajmiller has joined #openstack-neutron06:08
*** korzen has quit IRC06:09
*** fragatina has quit IRC06:10
*** Swami__ has joined #openstack-neutron06:10
*** fragatina has joined #openstack-neutron06:11
*** tflynn has quit IRC06:11
*** pgadiya has joined #openstack-neutron06:12
*** jckasper has joined #openstack-neutron06:12
*** Sukhdev has quit IRC06:14
*** tonytan4ever has joined #openstack-neutron06:14
*** edand has joined #openstack-neutron06:16
*** jckasper has quit IRC06:17
*** rcernin has joined #openstack-neutron06:18
*** tonytan4ever has quit IRC06:20
*** banix has quit IRC06:22
*** Swami__ has quit IRC06:23
*** huanxie has joined #openstack-neutron06:30
*** armax has quit IRC06:30
Dinesh_Bhorgaryk1: ok, thank you, I will try to contact him after some time.06:30
*** andreas_s has joined #openstack-neutron06:31
*** wolverineav has quit IRC06:33
*** yamamot__ has joined #openstack-neutron06:33
*** akorzeni__ has quit IRC06:35
*** akorzeni__ has joined #openstack-neutron06:36
*** p01nt3r75 has quit IRC06:39
*** sputnik13 has quit IRC06:40
*** iranzo has joined #openstack-neutron06:42
*** iranzo has joined #openstack-neutron06:42
*** zhhuabj has joined #openstack-neutron06:42
*** ajmiller has quit IRC06:47
*** ajmiller has joined #openstack-neutron06:48
*** shashank_hegde has quit IRC06:51
*** ajmiller has quit IRC06:51
*** ajmiller has joined #openstack-neutron06:51
*** thorst has joined #openstack-neutron06:52
*** ajmiller has quit IRC06:54
*** ajmiller has joined #openstack-neutron06:55
*** sridharg has joined #openstack-neutron06:55
*** ivar-laz_ has quit IRC06:56
*** thorst has quit IRC06:59
akamyshnikova_lujinluo, Hi! I'm afraid that that https://review.openstack.org/#/c/335786/ is top priority for now, I hope that author will resolve all our comments ASAP, after that all tests should pass.06:59
*** devvesa has joined #openstack-neutron07:00
*** garyk1 has quit IRC07:00
*** shivrao has joined #openstack-neutron07:01
*** shashank_hegde has joined #openstack-neutron07:01
*** techcet has joined #openstack-neutron07:02
*** nmagnezi has joined #openstack-neutron07:02
akamyshnikova_lujinluo, actually you need only that columns that you use in query, so tenant_id can be removed and you change is free to go07:02
*** akorzeni__ has quit IRC07:03
*** tesseract- has joined #openstack-neutron07:03
lujinluoakamyshnikova_, thanks! Do you mean Line 37 sa.Column('tenant_id', sa.String(255)), in the prototype is not needed?07:05
akamyshnikova_lujinluo, yes, you can leave only floating_network_id, fixed_port_id, fixed_ip_address columns there, that should work07:06
*** techcet has quit IRC07:06
lujinluoakamyshnikova_, thanks! I will give it a try :)07:06
*** jprovazn has quit IRC07:07
lujinluoakamyshnikova_, does this also apply to the test_migration.py as well? I also used floatingips table there https://review.openstack.org/#/c/276018/38/neutron/tests/functional/db/test_migrations.py07:07
*** kobis_ has joined #openstack-neutron07:08
*** kobis_ is now known as kobis07:08
*** ajmiller has quit IRC07:08
*** ajmiller has joined #openstack-neutron07:09
akamyshnikova_lujinluo, let me check this07:09
*** kobis_ has joined #openstack-neutron07:11
*** tmorin has joined #openstack-neutron07:12
*** kobis has quit IRC07:12
*** kobis_ is now known as kobis07:12
*** kobis has quit IRC07:12
*** gouthamr has quit IRC07:14
*** iwamoto has quit IRC07:15
akamyshnikova_lujinluo, yes, you can07:16
lujinluoakamyshnikova_, thanks a lot!07:17
akamyshnikova_lujinluo, I think should also work, you create prototype here as well07:17
akamyshnikova_lujinluo, np :)07:17
openstackgerritHong Hui Xiao proposed openstack/neutron: Enable create and delete segments in ML2  https://review.openstack.org/31735807:18
*** itamarl has joined #openstack-neutron07:19
*** rvba has joined #openstack-neutron07:21
*** rvba has joined #openstack-neutron07:21
*** vikasc has quit IRC07:22
*** vikasc_ has quit IRC07:22
*** ygbo has joined #openstack-neutron07:23
Dinesh_BhorHi all, is anyone having any update on why 'gate-neutron-dsvm-functional' jobs are failing on?07:23
*** jprovazn has joined #openstack-neutron07:24
openstackgerritAnn Taraday proposed openstack/neutron: Add information about contract creation exceptions in devref  https://review.openstack.org/33819707:24
*** garyk1 has joined #openstack-neutron07:25
openstackgerritJingLiu proposed openstack/python-neutronclient: Modify the help of connection-limit  https://review.openstack.org/33873307:27
*** iyamahat has quit IRC07:28
*** Leo_ has joined #openstack-neutron07:29
*** slaweq_ has joined #openstack-neutron07:30
*** gouthamr has joined #openstack-neutron07:30
*** wolverineav has joined #openstack-neutron07:33
*** Leo_ has quit IRC07:34
*** yamahata has quit IRC07:34
*** watanabe_isao has joined #openstack-neutron07:36
*** kawa2014 has joined #openstack-neutron07:36
*** jlibosva has joined #openstack-neutron07:37
*** wolverineav has quit IRC07:38
*** mkolesni has quit IRC07:38
openstackgerritBin Zhou proposed openstack/neutron: dict.values() refactor  https://review.openstack.org/33266107:40
*** jlanoux has joined #openstack-neutron07:40
*** mkolesni has joined #openstack-neutron07:41
edandDinesh_Bhor, +1, started a few days ago, haven't seen anyone talking about it here07:43
*** jprovazn has quit IRC07:45
*** jprovazn has joined #openstack-neutron07:45
*** jpena|off is now known as jpena07:46
*** kobis has joined #openstack-neutron07:50
*** salv-orlando has quit IRC07:51
*** salv-orlando has joined #openstack-neutron07:52
openstackgerritMerged openstack/neutron: Catch missing binding record in provision handler  https://review.openstack.org/33856507:53
*** gouthamr has quit IRC07:54
*** mickeys has joined #openstack-neutron07:54
*** thorst has joined #openstack-neutron07:55
*** mvk has joined #openstack-neutron07:57
*** ratailor is now known as ratailor|Lunch07:57
*** mickeys has quit IRC07:58
*** arosen12 has quit IRC07:59
*** zzzeek has quit IRC08:00
*** akorzeni__ has joined #openstack-neutron08:00
andreas_sanilvenkata, hi, regarding https://review.openstack.org/#/c/324302 - where you already able to figure out why the dvr multinode tests are failing?08:00
*** zzzeek has joined #openstack-neutron08:00
*** eezhova has joined #openstack-neutron08:01
*** gongysh has joined #openstack-neutron08:02
*** techcet has joined #openstack-neutron08:03
*** thorst has quit IRC08:03
*** slaweq has quit IRC08:05
*** mhickey has joined #openstack-neutron08:07
*** techcet has quit IRC08:07
*** obondarev has joined #openstack-neutron08:08
*** fragatina has quit IRC08:09
*** slaweq has joined #openstack-neutron08:09
openstackgerritDavanum Srinivas (dims) proposed openstack/neutron: [WIP] Testing latest u-c  https://review.openstack.org/30334608:10
*** tyrola has joined #openstack-neutron08:10
*** fzdarsky has joined #openstack-neutron08:10
*** akorzeni__ is now known as korzen08:13
*** shivrao has quit IRC08:13
*** tonytan4ever has joined #openstack-neutron08:15
*** aranjan has joined #openstack-neutron08:17
*** openstackgerrit has quit IRC08:18
*** openstackgerrit has joined #openstack-neutron08:19
anilvenkataandreas_s, not yet08:19
anilvenkataandreas_s, I have setup issues to reproduce that locally08:19
anilvenkataandreas_s, so still trying08:20
*** tonytan4ever has quit IRC08:20
openstackgerritgengchc2 proposed openstack/neutron:   spelling error:   modify standart -> standard in files as follows:   neutron/agent/ovsdb/native/idlutils.py:197  https://review.openstack.org/33875508:21
openstackgerritLujin Luo proposed openstack/neutron: Add a composite unique key to floatingip table in Neutron database  https://review.openstack.org/27601808:23
*** Leo_ has joined #openstack-neutron08:23
*** shashank_hegde has quit IRC08:27
*** ushkalim has joined #openstack-neutron08:27
*** Leo_ has quit IRC08:28
liuyulongjschwarz, ping08:30
*** pcaruana has joined #openstack-neutron08:30
openstackgerritJingLiu proposed openstack/python-neutronclient: Modify the help of connection-limit  https://review.openstack.org/33873308:33
*** jlibosva has quit IRC08:33
*** jlibosva has joined #openstack-neutron08:34
*** wolverineav has joined #openstack-neutron08:35
*** ociuhandu has joined #openstack-neutron08:35
*** sambetts|afk is now known as sambetts08:38
jschwarzliuyulong, pong08:39
jschwarzkevinbenton, ping, re:08:40
*** wolverineav has quit IRC08:40
jschwarzhttps://review.openstack.org/#/c/323232/08:40
anilvenkatashihanzhang, Hi shihanzhang08:40
*** jprovazn has quit IRC08:40
*** ratailor|Lunch is now known as ratailor08:41
openstackgerritbailin.zhang proposed openstack/python-neutronclient: Add some arguments of the command "quota-update"  https://review.openstack.org/33804908:41
*** davidsha has joined #openstack-neutron08:42
*** eezhova has quit IRC08:43
liuyulongjschwarz, I've leave some comments here https://review.openstack.org/#/c/265680/.08:44
jschwarzliuyulong, ok08:46
jschwarzliuyulong, still, your patch does not solve the race condition.08:46
*** rossella_s has joined #openstack-neutron08:47
*** karthiks has quit IRC08:48
liuyulongjschwarz, the race happens between router create and delete, IMHO, let deletion just go further happy, we just need to ensure no stale data/process lives in both neutron server and l3 agent.08:49
*** karthiks has joined #openstack-neutron08:50
*** eezhova has joined #openstack-neutron08:50
*** dingboopt has joined #openstack-neutron08:51
*** tyrola has quit IRC08:51
openstackgerritQunyingRan proposed openstack/neutron: Remove used ip which not in subnet pool from network used ip statistics  https://review.openstack.org/32238708:52
*** sudipto has quit IRC08:53
liuyulongjschwarz, so https://review.openstack.org/#/c/265680/ this one is let the neutron server side router deletion run happy, at the same time, this https://review.openstack.org/#/c/265672/ for l3 agent.08:53
jschwarzliuyulong, I don't see how the fix in 265680 solves the problem on neutron server side08:56
*** aranjan has quit IRC08:58
*** aranjan has joined #openstack-neutron08:58
jschwarzliuyulong, can you explain how it does fix it, please?08:59
*** lujinluo has quit IRC08:59
*** tyrola has joined #openstack-neutron09:00
liuyulongjschwarz, It does not avoid the race, it just let router sync_router_info run properly.09:00
*** stanzgy_ has quit IRC09:00
*** thorst has joined #openstack-neutron09:01
*** stanzgy has quit IRC09:01
*** YifanZeng has quit IRC09:01
*** korzen has quit IRC09:02
*** YifanZeng has joined #openstack-neutron09:02
annprossella_s: ping09:02
*** salv-orlando has quit IRC09:03
*** aranjan has quit IRC09:03
annprossella_s: I've updated my spec (https://review.openstack.org/#/c/203509/46). Could you please take a look at it? Thanks for your time.09:03
liuyulongjschwarz, 265680 does not interference the router deletion procedure. It solves the NoneType error of the ha_port. http://paste.openstack.org/show/489511/09:04
*** stanzgy has joined #openstack-neutron09:04
*** stanzgy_ has joined #openstack-neutron09:04
jschwarzliuyulong, how did you get this error?09:04
*** claudiub has quit IRC09:04
liuyulongjschwarz, rally create_and_delete_routers...09:05
rossella_sannp, thanks I will have a look09:05
jschwarzliuyulong, we need a concrete use case09:05
jschwarz"run a rally test and the error will happen" is not a good reproduction instruction09:05
*** sudipto has joined #openstack-neutron09:06
annprossella_s: That 's very kind of you. :)09:06
*** mkolesni_ has joined #openstack-neutron09:08
*** thorst has quit IRC09:09
*** roeyc has joined #openstack-neutron09:09
*** mkolesni has quit IRC09:09
jschwarzliuyulong, I've gone to eat lunch.. ttyl09:10
*** ajmiller has quit IRC09:10
*** ajmiller has joined #openstack-neutron09:11
liuyulongjschwarz, The reason why I abandoned this https://review.openstack.org/#/c/265672/, is because of filter of this patch https://review.openstack.org/#/c/285572/ where the "ALLOCATING" patch removed.09:11
*** sudipto has quit IRC09:12
liuyulongjschwarz, ok, have a nice launch.09:13
liuyulongjschwarz, if rally scenario tests could encounter that error, for a large public cloud it may have a higher possibility.09:14
*** ociuhandu has quit IRC09:14
*** neiljerram has joined #openstack-neutron09:14
andreas_sanilvenkata, do you think it would make sense to split that patch up into 2, one doing rename, the other one doing the change from device_owner to vif_type?09:17
*** korzen has joined #openstack-neutron09:18
anilvenkataandreas_s, yes, but with one patch itself I am not getting reviewers attention :) so afraid to split it into more :)09:18
*** tyrola has quit IRC09:18
*** ajmiller has quit IRC09:19
*** tyrola has joined #openstack-neutron09:19
*** ajmiller has joined #openstack-neutron09:20
liuyulongakamyshnikova_, ping09:20
akamyshnikova_liuyulong, pong09:21
andreas_sanilvenkata, ok - my thought was it might speed up things a bit, as the rename parts probably don't cause trouble09:21
liuyulongakamyshnikova_, https://bugs.launchpad.net/neutron/+bug/1555670, I leave a comment here, sorry for the late reply.09:21
openstackLaunchpad bug 1555670 in neutron "L3 HA: MessagingTimeout during running rally create_and_delete_routers" [Medium,Confirmed] - Assigned to Ann Taraday (akamyshnikova)09:21
*** ivc_ has joined #openstack-neutron09:22
andreas_sanilvenkata, I planned to put something on top of your patch - but I'm not sure how stable the code already is - so I'll do my refactoring directly on master and move it later on onto your patch...09:22
*** fragatina has joined #openstack-neutron09:22
openstackgerritBin Zhou proposed openstack/neutron: orrect reraising of exception  https://review.openstack.org/33879009:23
andreas_sanilvenkata, maybe I can find some time to setup a test environment as well, to help debugging...09:23
liuyulongakamyshnikova_, maybe we need to set rpc_workers to the number of CPUs as same as api_workers.09:23
liuyulongakamyshnikova_, I mean the default value of rpc_workers. : )09:24
anilvenkataandreaf, thanks Andreas09:24
akamyshnikova_akamyshnikova_, thanks! actually on scale environments this issue was not reproduced, but anyway this can be good variant09:26
akamyshnikova_liuyulong, ^^09:26
*** sudipto has joined #openstack-neutron09:27
*** watanabe_isao has quit IRC09:29
*** huanxie has quit IRC09:30
*** tonytan4ever has joined #openstack-neutron09:31
*** ajmiller has quit IRC09:32
*** oss_xzdong has quit IRC09:32
*** ajmiller has joined #openstack-neutron09:32
*** mfuruta has quit IRC09:34
*** tonytan4ever has quit IRC09:35
*** wolverineav has joined #openstack-neutron09:36
liuyulongakamyshnikova_, OK, the default 1 is a risk when restart a large number of agents, such as L2 agent, neutron server will get a very large number of RPCs. time out may happen.09:39
*** wolverineav has quit IRC09:41
*** bjornar_ has joined #openstack-neutron09:46
openstackgerritNam Nguyen Hoai proposed openstack/neutron: Preventing overlap CIDR on *one* network in case neutron active-active  https://review.openstack.org/31405409:47
*** ajmiller has quit IRC09:50
*** gongysh has quit IRC09:52
*** ajmiller has joined #openstack-neutron09:52
*** yamamot__ has quit IRC09:54
*** annp has quit IRC09:57
*** gongysh has joined #openstack-neutron10:00
*** vikasc has joined #openstack-neutron10:01
*** vikasc_ has joined #openstack-neutron10:01
jschwarzliuyulong, I understand that10:02
jschwarzliuyulong, but that doesn't help the innocent reviewer to review your patch10:02
jschwarzliuyulong, if I want to review your patch I don't want to run rally just to make sure it doesn't happen again - I want to run a specific set of actions that will convince me the problem is resolved by your patch10:03
*** jckasper has joined #openstack-neutron10:03
*** techcet has joined #openstack-neutron10:05
*** thorst has joined #openstack-neutron10:07
*** fragatina has quit IRC10:07
*** jckasper has quit IRC10:08
*** techcet has quit IRC10:09
*** hoangcx has quit IRC10:09
*** EinstCrazy has quit IRC10:11
*** Leo_ has joined #openstack-neutron10:11
*** pacoblox has joined #openstack-neutron10:12
*** eezhova has quit IRC10:13
*** thorst has quit IRC10:14
*** eezhova has joined #openstack-neutron10:15
*** pacoblox has quit IRC10:15
*** Leo_ has quit IRC10:16
*** salv-orlando has joined #openstack-neutron10:22
*** tbachman has joined #openstack-neutron10:25
*** eezhova has quit IRC10:25
*** eezhova has joined #openstack-neutron10:26
openstackgerritqinchunhua proposed openstack/neutron: Fix the mistake of calling the 'raise'  https://review.openstack.org/33885210:26
*** gongysh has quit IRC10:26
*** fragatina has joined #openstack-neutron10:27
*** tbachman has quit IRC10:30
*** boden has joined #openstack-neutron10:32
*** rodrigods has quit IRC10:36
*** rodrigods has joined #openstack-neutron10:36
*** marios is now known as marios|brb10:37
liuyulongjschwarz, it's obvious. That patch 265680 only deal with the condition of HA router has no ha ports(deleted/not created/not existed whatever). If that happens, that patch will make sync_router_info run happy. Same as 265672, a HA router without ha port comes, fine, make it can be removed totally in the l3 agent.10:37
*** wolverineav has joined #openstack-neutron10:37
*** rossella_s has quit IRC10:39
*** rossella_s has joined #openstack-neutron10:39
openstackgerritBin Zhou proposed openstack/neutron: Make dict.keys() PY3 compatible  https://review.openstack.org/33266110:40
*** wolverineav has quit IRC10:41
*** salv-orl_ has joined #openstack-neutron10:43
*** korzen has quit IRC10:44
openstackgerritBin Zhou proposed openstack/neutron: dict.values() refactor  https://review.openstack.org/33266110:44
*** fragatina has quit IRC10:44
*** korzen has joined #openstack-neutron10:45
*** fzdarsky is now known as fzdarsky|lunch10:45
*** ivc_ has quit IRC10:46
*** salv-orlando has quit IRC10:46
*** hoangcx has joined #openstack-neutron10:46
*** moshele has joined #openstack-neutron10:48
*** ivc_ has joined #openstack-neutron10:48
liuyulong#join mmmmmmteststst10:50
liuyulong...10:50
*** djan has quit IRC10:50
*** eezhova has quit IRC10:55
*** claudiub has joined #openstack-neutron10:55
*** rtheis has joined #openstack-neutron10:58
*** ivc_ has quit IRC10:58
*** obondarev has quit IRC11:01
*** salv-orlando has joined #openstack-neutron11:04
*** salv-orlando has quit IRC11:04
*** techcet has joined #openstack-neutron11:06
*** thorst has joined #openstack-neutron11:06
*** korzen has quit IRC11:07
*** salv-orl_ has quit IRC11:07
*** sudipto has quit IRC11:09
*** marios|brb is now known as marios11:09
openstackgerritbailin.zhang proposed openstack/python-neutronclient: Add some arguments of the command "quota-update"  https://review.openstack.org/33804911:10
*** techcet has quit IRC11:11
jschwarzliuyulong, I don't agree it's obvious at all.11:12
*** efoley has joined #openstack-neutron11:12
jschwarzliuyulong, first of all you have the 'orm.joinedload()' logic which is not "obvious" as you claim11:12
jschwarzliuyulong, it's also not clear where the TypeError is thrown from and why11:13
*** ajmiller has quit IRC11:13
*** ajmiller has joined #openstack-neutron11:13
jschwarzliuyulong, and I disagree that just logging the TypeError is a correct handling. I would prefer if you'd thrown an exceptionand not return the router to the requesting at all since it's not "ready"11:14
jschwarzliuyulong, plus your fix requires 2 patches which make it very difficult to backport to previous versions11:14
*** john-davidge has joined #openstack-neutron11:14
*** john-dav_ has joined #openstack-neutron11:16
*** john-davidge has quit IRC11:19
*** jpena is now known as jpena|lunch11:20
*** john-dav_ is now known as john-davidge11:20
*** ajmiller has quit IRC11:20
*** ajmiller has joined #openstack-neutron11:20
*** moshele has quit IRC11:20
openstackgerritBin Zhou proposed openstack/neutron: Correct reraising of exception  https://review.openstack.org/33879011:22
*** ivc_ has joined #openstack-neutron11:28
openstackgerritBin Zhou proposed openstack/neutron: dict.values() refactor  https://review.openstack.org/33266111:33
*** javeriak has joined #openstack-neutron11:33
*** eezhova has joined #openstack-neutron11:33
*** roeyc has quit IRC11:33
*** ociuhandu has joined #openstack-neutron11:35
*** tbachman has joined #openstack-neutron11:37
*** wolverineav has joined #openstack-neutron11:38
*** obondarev has joined #openstack-neutron11:39
*** tpsilva has joined #openstack-neutron11:40
*** EinstCrazy has joined #openstack-neutron11:40
*** wolverineav has quit IRC11:42
*** thorst_ has joined #openstack-neutron11:45
*** thorst has quit IRC11:49
*** bharathk has quit IRC11:51
*** namnh has quit IRC11:53
*** ajmiller has quit IRC11:54
*** ajmiller has joined #openstack-neutron11:54
*** obondarev has quit IRC11:55
*** obondarev has joined #openstack-neutron11:56
*** tbachman has quit IRC11:56
*** tbachman_ has joined #openstack-neutron11:56
jschwarzakamyshnikova_, heya11:57
akamyshnikova_jschwarz, hi11:57
jschwarzakamyshnikova_, how are you today? :)11:57
*** rook has joined #openstack-neutron11:58
*** ramamurthy has joined #openstack-neutron11:58
jschwarzakamyshnikova_, finally got around to sending that list of topics for the talk11:58
akamyshnikova_jschwarz, I'm okey, but I have to write some reports about my testing today :(11:59
*** amuller has joined #openstack-neutron11:59
jschwarzakamyshnikova_, most of the tests were good though, no?11:59
*** Leo_ has joined #openstack-neutron12:00
akamyshnikova_jschwarz, I tested L3 HA + DVR also and it was a bit slow with recovering12:00
jschwarzakamyshnikova_, how slow?12:00
*** claudiub has quit IRC12:00
akamyshnikova_jschwarz, yeah, I saw you email, this looks good! I just haven't write the same notes myself :( but I will do that12:01
jschwarzakamyshnikova_, I trust you :)12:02
jschwarzwe have till Wednesday so I think we're good12:02
*** thorst_ is now known as thorst12:02
*** ivc_ has quit IRC12:02
akamyshnikova_jschwarz, stop/start of l3 agent took longer, so with L3 HA was lost ~3 packets during ping, and with L3 HA + DVR ~20 packets12:04
jschwarzouch :<12:04
jschwarzduring failover also?12:04
*** Leo_ has quit IRC12:04
akamyshnikova_jschwarz, about L3 HA the race that we discuss and https://bugs.launchpad.net/neutron/+bug/1597461, otherwise it is OK12:04
openstackLaunchpad bug 1597461 in neutron "L3 HA: 2 masters after reboot of controller" [Undecided,Confirmed] - Assigned to Ann Taraday (akamyshnikova)12:04
jschwarzakamyshnikova_, funny you mentioned https://bugs.launchpad.net/neutron/+bug/1597461 as we found it also in our inhouse testing12:05
akamyshnikova_jschwarz, during failover even more ~40 packets12:05
jschwarzakamyshnikova_, sounds like we have our work cut out for us12:07
akamyshnikova_jschwarz, we can have a work around with https://bugs.launchpad.net/neutron/+bug/1597461 like Rossela mentioned, but I think this is not enough12:07
openstackLaunchpad bug 1597461 in neutron "L3 HA: 2 masters after reboot of controller" [Undecided,Confirmed] - Assigned to Ann Taraday (akamyshnikova)12:07
*** itisha has joined #openstack-neutron12:07
*** dingboopt has quit IRC12:08
*** davidsha has quit IRC12:08
slaweq_akamyshnikova_: hello, I made what You adviced me with db upgrade in https://review.openstack.org/#/c/303626/25 and it's now working fine12:09
slaweq_thx a lot for help12:09
*** ajmiller has quit IRC12:09
*** ajmiller has joined #openstack-neutron12:09
akamyshnikova_slaweq, no problem! I have one suggestion I put a comment on patch set 2212:10
*** vikasc_ has quit IRC12:10
slaweq_I made changes according to that12:10
slaweq_You can check in meantime if will be better now for You12:10
*** vikasc has quit IRC12:10
*** hoangcx has quit IRC12:11
slaweq_akamyshnikova_: I didn't find Your today comment12:12
slaweq_I will make separate patch with those changes :)12:12
slaweq_should I create bug report on launchpad for that?12:13
akamyshnikova_slaweq_, that would be great!12:13
akamyshnikova_slaweq_, yes, it would be good, to have a description of that issue in a bug report12:14
jschwarzkevinbenton, ping12:14
*** baoli has joined #openstack-neutron12:14
slaweq_akamyshnikova_: ok, I will create such issue on launchpad and push patch asap, thx for help12:15
*** baoli_ has joined #openstack-neutron12:15
akamyshnikova_slaweq_, great! Thank you!12:16
*** davidsha has joined #openstack-neutron12:16
*** baoli has quit IRC12:19
*** mdavidson has quit IRC12:21
*** ratailor has quit IRC12:21
*** dkehn_ has joined #openstack-neutron12:22
slaweq_akamyshnikova_: will this be ok: https://bugs.launchpad.net/neutron/+bug/1599840 ?12:22
openstackLaunchpad bug 1599840 in neutron "Remove foreign key during db upgrade not remove unique constraint for it" [Undecided,New]12:22
*** fzdarsky|lunch is now known as fzdarsky12:23
*** tyrola has quit IRC12:23
*** tyrola has joined #openstack-neutron12:24
*** dkehn__ has quit IRC12:25
*** stanzgy_ has quit IRC12:25
*** stanzgy has quit IRC12:25
akamyshnikova_slaweq_, I think you should mention in bug that drop constraint is working differently for mysql and portgres, so we need to introduce new function remove_constraints, which can also be in removing fks12:25
*** namnh has joined #openstack-neutron12:26
*** garyk1 has quit IRC12:27
*** apdibbo has joined #openstack-neutron12:27
slaweq_ok, I added such info to description12:28
*** vthapar has joined #openstack-neutron12:28
*** rtheis has quit IRC12:29
akamyshnikova_slaweq_, thanks!12:29
*** mkolesni_ has quit IRC12:30
*** banix has joined #openstack-neutron12:31
*** tonytan4ever has joined #openstack-neutron12:33
slaweq_akamyshnikova_: are there any unit or other tests for those functions?12:33
slaweq_because I can't find such tests12:33
*** ranjithd has joined #openstack-neutron12:34
akamyshnikova_slaweq_, I think no, it is tested with working migration xD12:34
*** roeyc has joined #openstack-neutron12:34
slaweq_ok, better for me :D12:34
namnhzzzeek: Hello Mr.Mike. I updated new patch set, but I had a problem with Postgresql, could you please take a lock at it, and give me some advices. Thank you so much: https://review.openstack.org/#/c/314054/12:36
*** tyrola has quit IRC12:36
*** zzzeek has quit IRC12:37
*** tyrola has joined #openstack-neutron12:37
*** namnh has quit IRC12:37
*** mdavidson has joined #openstack-neutron12:37
*** pradk has quit IRC12:37
*** tonytan4ever has quit IRC12:38
*** wolverineav has joined #openstack-neutron12:39
*** EinstCrazy has quit IRC12:40
*** apdibbo has quit IRC12:40
*** tbachman_ has quit IRC12:40
anilvenkatashihanzhang, rossella_s can u please review https://review.openstack.org/#/c/337064/12:42
anilvenkataajo, jlibosva while zuul is running a test for patch, can I login to jenkins and check the test log?12:43
*** wolverineav has quit IRC12:43
*** tbachman has joined #openstack-neutron12:44
*** oanson has quit IRC12:46
anilvenkatahaleyb, do u know anyone who can run tempest dvr multinode test locally in their setup?12:46
jschwarzanilvenkata, I did that once12:51
jschwarz"once" :P12:51
anilvenkatajschwarz, how?12:51
*** eezhova has quit IRC12:51
jschwarzanilvenkata, it's a simple multi-node setup you can run using devstack12:51
anilvenkatajschwarz, u mean checking jenkins?12:51
*** diga has quit IRC12:52
*** tbachman_ has joined #openstack-neutron12:52
jschwarzand then run tempest as per usual12:52
*** tbachman has quit IRC12:52
*** tbachman_ is now known as tbachman12:52
anilvenkatajschwarz, I have done that today12:52
jschwarzanilvenkata, ok12:52
*** jamesdenton has joined #openstack-neutron12:53
anilvenkatajschwarz, tests were passing in my local set up, but on CI it is failing https://review.openstack.org/#/c/324302/1412:53
anilvenkatajschwarz, my last comment in that patch12:53
jlibosvaanilvenkata: I think not anymore, you can check results per test once it's finished12:54
anilvenkatajlanoux, umm12:55
anilvenkatajlanoux, sorry, I was replying to jlibosva12:55
jlanoux:)12:55
*** jpena|lunch is now known as jpena12:55
*** kawa2014 has quit IRC12:56
*** kawa2014 has joined #openstack-neutron12:58
*** korzen has joined #openstack-neutron12:58
*** iyamahat has joined #openstack-neutron12:59
*** nmagnezi_ has joined #openstack-neutron13:00
openstackgerritPablo Iranzo Gómez proposed openstack/neutron-lib: Add validator to test integers  https://review.openstack.org/33723713:01
*** oshvartz has quit IRC13:01
*** pgadiya has quit IRC13:01
*** nmagnezi_ has quit IRC13:01
*** nmagnezi_ has joined #openstack-neutron13:02
*** links has quit IRC13:02
*** jckasper has joined #openstack-neutron13:05
*** jckasper has quit IRC13:07
*** ajmiller has quit IRC13:07
*** ajmiller has joined #openstack-neutron13:08
*** jckasper has joined #openstack-neutron13:08
*** sputnik13 has joined #openstack-neutron13:08
*** jckasper has quit IRC13:08
*** jckasper has joined #openstack-neutron13:09
*** hoangcx has joined #openstack-neutron13:09
openstackgerritSlawek Kaplonski proposed openstack/neutron: Add function to remove constraints from database  https://review.openstack.org/33898613:11
slaweq_akamyshnikova_: ^^^ this is patch with this db migration functions13:12
*** tonytan4ever has joined #openstack-neutron13:12
*** jlibosva has quit IRC13:13
*** abregman has quit IRC13:13
*** M00nr41n has quit IRC13:15
*** jlibosva has joined #openstack-neutron13:16
*** yamahata has joined #openstack-neutron13:17
HenryGakamyshnikova_: ping13:17
akamyshnikova_HenryG, hi!13:17
HenryGakamyshnikova_: I am looking at the unit test failure on enginefacade part 313:17
akamyshnikova_HenryG, yeah, I run locally and have DB error there, so this needs investigation13:18
openstackgerritPablo Iranzo Gómez proposed openstack/neutron-lib: Fix simple typo  https://review.openstack.org/33899013:19
HenryGakamyshnikova_: OK, let me try locally also13:19
akamyshnikova_HenryG, I think I have a conflict with https://github.com/openstack/neutron/blob/master/neutron/api/v2/base.py#L454 but I'm not sure how is better to solve this13:20
*** fragatina has joined #openstack-neutron13:21
HenryGakamyshnikova_: Oh, that is in the core of the API code. I wonder if amotoki or kevinbenton can help.13:23
*** baoli_ has quit IRC13:24
HenryGakamyshnikova_: I get the same sqlite3.IntegrityError when I run the unit test locally13:26
*** eezhova has joined #openstack-neutron13:26
*** cleong has joined #openstack-neutron13:27
akamyshnikova_HenryG, yeah, but the cause for this I suppose is the wrong session or something like it13:27
*** rtheis has joined #openstack-neutron13:32
*** tbachman has quit IRC13:35
haleybanilvenkata: that test could be failing because our updates to tempest and nova to support migration w/dvr aren't in the tree yet13:36
*** baoli has joined #openstack-neutron13:37
slaweq_akamyshnikova_: I have one question about Your comment in https://review.openstack.org/#/c/338986/1/neutron/db/migration/__init__.py13:37
anilvenkatahaleyb, but locally it is passing13:37
akamyshnikova_slaweq_, sure13:37
*** prithiv has joined #openstack-neutron13:38
slaweq_do You want to move calling remove_constraints() function from remove_fks_from_table to remove_foreign_keys()?13:38
*** techcet has joined #openstack-neutron13:38
anilvenkatahaleyb, can anyone run that tempest test locally for that patch?13:39
slaweq_do You want to call remove_constraint() for each fk which is deleting in this loop?13:39
*** dkehn has quit IRC13:40
akamyshnikova_slaweq_, yes, remove_foreign_keys becomes a special case of remove_constraints13:40
slaweq_ok, I understand it now13:40
slaweq_sorry13:40
slaweq_there was no question13:40
*** dkehn has joined #openstack-neutron13:40
slaweq_I'm tired today :)13:40
*** dkehn_ has quit IRC13:41
akamyshnikova_slaweq_, that okey :)13:41
akamyshnikova_slaweq_, your change is already good I just want to make it perfect :)13:42
*** techcet has quit IRC13:42
slaweq_no prob13:42
slaweq_I'm doing this change right now :)13:42
slaweq_sorry for stupid question13:42
slaweq_when I asked You I understood what You wanted :)13:43
*** baoli has quit IRC13:44
*** dane_leblanc_ has joined #openstack-neutron13:44
*** zzzeek has joined #openstack-neutron13:44
*** pradk has joined #openstack-neutron13:44
*** janzian has joined #openstack-neutron13:45
openstackgerritHong Hui Xiao proposed openstack/neutron: Delete default route if no gateway in external net  https://review.openstack.org/25475013:46
*** sudipto has joined #openstack-neutron13:46
*** anilvenkata has quit IRC13:48
*** obondarev has quit IRC13:48
*** dingboopt has joined #openstack-neutron13:49
openstackgerritBrian Haley proposed openstack/neutron: Fix typo in message string causing server exception  https://review.openstack.org/33900813:51
slaweq_akamyshnikova_: it will not be so easy probably because I can't find method like "get_all_constraints" to check if constraint exists13:52
*** nmagnezi_ has quit IRC13:52
slaweq_there is get_unique_constraints() methid in sqlalchemy but not for all constraints13:52
*** jhershbe has quit IRC13:53
akamyshnikova_slaweq_, you can leave this check only for unique constraints13:53
slaweq_so if unique then check and in other cases just remove, yes?13:53
*** akorzeni__ has joined #openstack-neutron13:54
akamyshnikova_slaweq_, there should be something like get_foreign_keys, but we just remove it now, so... we could leave this check only for unique13:54
slaweq_yes, there is get_foreign_keys() but constraint can also be for example "check constraint" and there is nothing for such constraints to get them13:55
slaweq_I can also just remove constraints without check if such constraint exists and then it will be easier13:55
*** korzen has quit IRC13:56
*** dasanind has joined #openstack-neutron13:57
*** sindhu has joined #openstack-neutron13:59
*** wolverineav has joined #openstack-neutron14:00
openstackgerritPablo Iranzo Gómez proposed openstack/neutron-lib: Add validator to test integers  https://review.openstack.org/33723714:00
*** baoli has joined #openstack-neutron14:01
*** numans has joined #openstack-neutron14:02
*** dkehn_ has joined #openstack-neutron14:02
*** nmagnezi has quit IRC14:02
*** dasanind has quit IRC14:04
*** dasanind has joined #openstack-neutron14:06
*** lnicolas has quit IRC14:07
*** wolverineav has quit IRC14:08
*** trevormc has joined #openstack-neutron14:08
openstackgerritSlawek Kaplonski proposed openstack/neutron: Add function to remove constraints from database  https://review.openstack.org/33898614:08
openstackgerrittonytan4ever proposed openstack/neutron: Add subresources support for PECAN  https://review.openstack.org/33618814:09
openstackgerrittonytan4ever proposed openstack/neutron: Pecan: Define plugin crud methods in base class  https://review.openstack.org/33473614:09
*** baoli has quit IRC14:11
*** baoli has joined #openstack-neutron14:12
openstackgerritSlawek Kaplonski proposed openstack/neutron: Add function to remove constraints from database  https://review.openstack.org/33898614:12
*** tonytan_brb has joined #openstack-neutron14:12
*** rdxnoam has joined #openstack-neutron14:15
*** tonytan4ever has quit IRC14:15
rdxnoamHello! i need help setting up a second public network using neutron. can anyone assist?14:15
trevormcI've been working on improving port validation for another project and I thought maybe Neutron can help me. My question is, what does Neutron do to validate a range of ports? For example, "100-1000"14:16
*** mlavalle has joined #openstack-neutron14:17
*** prateek has quit IRC14:20
*** emagana has quit IRC14:20
openstackgerritPablo Iranzo Gómez proposed openstack/neutron-lib: Add validator to test integers  https://review.openstack.org/33723714:21
*** EinstCra_ has joined #openstack-neutron14:24
openstackgerritPavel Bondar proposed openstack/neutron: Allow auto-addressed ips deletion on port update  https://review.openstack.org/32334514:25
*** prithiv has quit IRC14:25
*** kriskend has joined #openstack-neutron14:26
openstackgerritMargaret Frances proposed openstack/neutron-fwaas: [WIP] Refactor FWaaS' L3 agent extension  https://review.openstack.org/33769914:26
*** hoangcx has quit IRC14:28
*** diga has joined #openstack-neutron14:29
bodendougwig HenryG: When you get time https://review.openstack.org/#/c/338571/ has PoC tool to generate public API changes. Looking for feedback as to if I should clean this code up or if there’s a better approach. Please see commit message.14:29
*** hoangcx has joined #openstack-neutron14:30
*** wolverineav has joined #openstack-neutron14:30
openstackgerritMerged openstack/neutron: List only admin_state_up auto-allocated resources  https://review.openstack.org/33786314:34
*** rossella_s has quit IRC14:39
*** techcet has joined #openstack-neutron14:39
*** rossella_s has joined #openstack-neutron14:40
*** moshele has joined #openstack-neutron14:40
*** tbachman has joined #openstack-neutron14:41
*** tonytan_brb is now known as tonytan4ever14:41
*** emagana has joined #openstack-neutron14:42
*** hoangcx has quit IRC14:43
*** hoangcx has joined #openstack-neutron14:43
*** techcet has quit IRC14:44
*** emagana_ has joined #openstack-neutron14:44
*** emagana_ has quit IRC14:44
*** salv-orlando has joined #openstack-neutron14:44
*** emagana_ has joined #openstack-neutron14:44
*** javeriak has quit IRC14:45
*** salv-orl_ has joined #openstack-neutron14:45
*** banix has quit IRC14:46
*** emagana has quit IRC14:46
*** itamarl_ has joined #openstack-neutron14:47
*** tidwellr has joined #openstack-neutron14:47
*** vishwanathj has quit IRC14:47
*** edand has quit IRC14:48
*** vishwanathj has joined #openstack-neutron14:48
*** jhershbe has joined #openstack-neutron14:48
*** moshele has quit IRC14:48
*** salv-orlando has quit IRC14:49
*** itamarl has quit IRC14:49
*** itamarl_ is now known as itamarl14:49
*** gvrangan has joined #openstack-neutron14:49
*** itamarl has quit IRC14:50
*** Leo_ has joined #openstack-neutron14:51
*** ametts has joined #openstack-neutron14:51
*** bjornar_ has quit IRC14:52
*** Leom has joined #openstack-neutron14:52
*** jckasper has quit IRC14:53
*** sindhu has quit IRC14:54
*** jckasper has joined #openstack-neutron14:54
*** hoangcx has quit IRC14:54
*** jckasper has quit IRC14:55
*** jckasper has joined #openstack-neutron14:56
*** Leo_ has quit IRC14:56
*** pavel_bondar has joined #openstack-neutron14:58
*** fnaval has quit IRC14:58
*** slaweq_ has quit IRC14:58
openstackgerritMerged openstack/neutron: Change tunnel MTU calculation to support IPv6  https://review.openstack.org/32012114:59
*** wolverineav has quit IRC14:59
*** svenkat has joined #openstack-neutron15:00
HenryGboden: ack, I have added it to my queue15:01
*** banix has joined #openstack-neutron15:01
*** mickeys has joined #openstack-neutron15:01
*** bharath has joined #openstack-neutron15:02
*** wolverineav has joined #openstack-neutron15:03
*** garyk has quit IRC15:03
*** gongysh has joined #openstack-neutron15:06
rdxnoamHello! i need help setting up a second public network using neutron. can anyone assist?15:06
rdxnoamOr point me in the right direction...15:07
*** gvrangan has quit IRC15:07
gongyshkevinbenton, hi15:08
*** regXboi has joined #openstack-neutron15:08
*** sindhu has joined #openstack-neutron15:09
*** ramamurthy has quit IRC15:09
*** saggi has quit IRC15:10
*** fnaval has joined #openstack-neutron15:10
*** wolverineav has quit IRC15:11
*** ramamurthy has joined #openstack-neutron15:12
*** garyk has joined #openstack-neutron15:12
*** vikram has quit IRC15:13
*** banix has quit IRC15:13
*** gvrangan has joined #openstack-neutron15:13
*** dasanind has quit IRC15:13
*** sindhu has quit IRC15:14
*** sindhu has joined #openstack-neutron15:14
*** banix has joined #openstack-neutron15:16
*** sridharg has quit IRC15:16
*** ababich has quit IRC15:17
openstackgerritDrew Thorstensen proposed openstack/os-vif: Inclusion of PowerVM SEA VIF Type  https://review.openstack.org/33905915:19
*** sudipto has quit IRC15:19
*** vhosakot has joined #openstack-neutron15:20
*** davidlenwell has quit IRC15:20
*** akshai has joined #openstack-neutron15:21
*** david-lyle__ has joined #openstack-neutron15:21
*** itzkb_ has quit IRC15:24
*** david-lyle__ is now known as david-lyle15:24
*** gvrangan has quit IRC15:24
*** dkehn__ has joined #openstack-neutron15:25
*** watanabe_isao has joined #openstack-neutron15:26
*** aranjan has joined #openstack-neutron15:27
*** obondarev has joined #openstack-neutron15:27
*** jlibosva has quit IRC15:27
*** aranjan_ has joined #openstack-neutron15:28
*** dkehn has quit IRC15:28
*** andreas_s has quit IRC15:29
*** davidlenwell has joined #openstack-neutron15:30
*** jhershbe has quit IRC15:30
*** watanabe_isao has quit IRC15:30
*** akorzeni__ has quit IRC15:31
*** kobis has quit IRC15:31
*** aranjan has quit IRC15:32
*** aranjan_ has quit IRC15:32
*** asingh has joined #openstack-neutron15:34
*** wolverineav has joined #openstack-neutron15:34
*** ramamurthy has quit IRC15:35
*** dasanind has joined #openstack-neutron15:36
*** tbachman_ has joined #openstack-neutron15:37
*** tbachman has quit IRC15:39
*** tbachman_ is now known as tbachman15:39
*** javeriak has joined #openstack-neutron15:39
*** iyamahat has quit IRC15:40
*** yamahata has quit IRC15:42
*** fragatina has quit IRC15:45
openstackgerritMerged openstack/neutron: Fixed Typo in contribute.rst  https://review.openstack.org/33830315:47
openstackgerritMerged openstack/neutron-lib: Fix simple typo  https://review.openstack.org/33899015:48
*** techcet has joined #openstack-neutron15:49
*** pcaruana has quit IRC15:49
*** gongysh has quit IRC15:50
*** roeyc1 has joined #openstack-neutron15:51
*** roeyc has quit IRC15:51
*** ushkalim has quit IRC15:52
*** anilvenkata has joined #openstack-neutron15:53
*** prithiv has joined #openstack-neutron15:53
*** regXboi has quit IRC15:55
*** regXboi has joined #openstack-neutron15:55
*** aranjan has joined #openstack-neutron15:56
*** jprovazn has joined #openstack-neutron15:56
*** abregman has joined #openstack-neutron15:56
*** wolverineav has quit IRC15:56
*** nmagnezi has joined #openstack-neutron15:56
*** azbiswas has joined #openstack-neutron15:57
*** wolverineav has joined #openstack-neutron15:58
*** pavel_bondar has quit IRC15:58
*** iyamahat has joined #openstack-neutron16:00
*** tbachman has quit IRC16:00
*** jlibosva has joined #openstack-neutron16:01
*** wolverineav has quit IRC16:02
*** seldenr has joined #openstack-neutron16:03
*** aranjan has quit IRC16:03
*** yamamoto has joined #openstack-neutron16:03
*** regXboi has quit IRC16:06
*** regXboi has joined #openstack-neutron16:06
*** dxu has joined #openstack-neutron16:07
openstackgerritAnindita Das proposed openstack/python-neutronclient: Fix for neutron quota-update returns a list  https://review.openstack.org/33910416:07
*** abregman has quit IRC16:07
*** abregman has joined #openstack-neutron16:07
*** azbiswas_ has joined #openstack-neutron16:07
*** jprovazn has quit IRC16:08
*** jlanoux has quit IRC16:08
*** ygbo has quit IRC16:09
*** armax has joined #openstack-neutron16:09
*** rcernin has quit IRC16:10
*** azbiswas has quit IRC16:10
*** vthapar has quit IRC16:11
*** dasanind has left #openstack-neutron16:12
*** dasanind has joined #openstack-neutron16:13
*** john-davidge has quit IRC16:15
*** dedery has joined #openstack-neutron16:15
*** wolverineav has joined #openstack-neutron16:16
*** dedery has quit IRC16:16
*** yfried has quit IRC16:19
*** ramamurthy has joined #openstack-neutron16:20
*** wolverineav has quit IRC16:20
*** dkehn_ is now known as dkehn16:20
*** dkehn__ is now known as dkehn_16:20
*** dasanind has quit IRC16:20
*** azbiswas_ has quit IRC16:21
*** diga has quit IRC16:21
*** wolverineav has joined #openstack-neutron16:21
*** M00nr41n has joined #openstack-neutron16:21
*** jianghuaw has joined #openstack-neutron16:23
*** tesseract- has quit IRC16:23
*** shashank_hegde has joined #openstack-neutron16:24
*** azbiswas has joined #openstack-neutron16:24
*** prithiv has quit IRC16:24
*** dasanind has joined #openstack-neutron16:27
*** wolverineav has quit IRC16:28
*** tmorin has quit IRC16:29
*** shivrao has joined #openstack-neutron16:29
*** mkoderer has quit IRC16:30
*** lmiccini has quit IRC16:30
*** haplo37_ has joined #openstack-neutron16:31
*** kawa2014 has quit IRC16:31
*** mkoderer has joined #openstack-neutron16:31
*** devvesa has quit IRC16:33
*** wolverineav has joined #openstack-neutron16:33
*** lmiccini has joined #openstack-neutron16:34
*** shashank_hegde has quit IRC16:35
*** shz has joined #openstack-neutron16:35
*** anilvenkata has quit IRC16:36
*** shihanzhang has quit IRC16:37
*** julim has quit IRC16:38
*** julim has joined #openstack-neutron16:38
*** azbiswas has quit IRC16:38
*** gvrangan has joined #openstack-neutron16:39
*** asingh has quit IRC16:41
*** julim has quit IRC16:42
*** azbiswas has joined #openstack-neutron16:42
*** davidsha has quit IRC16:43
*** shivrao_ has joined #openstack-neutron16:45
*** yamahata has joined #openstack-neutron16:45
*** shivrao has quit IRC16:46
*** shivrao_ is now known as shivrao16:46
*** tyrola has quit IRC16:47
openstackgerritVasyl Saienko proposed openstack/neutron: WIP: Add BaremetalMechanismDriver driver  https://review.openstack.org/33912916:48
*** lucasagomes is now known as lucas|afk16:48
*** regXboi has quit IRC16:49
*** anilvenkata has joined #openstack-neutron16:50
*** regXboi has joined #openstack-neutron16:51
*** wolverineav has quit IRC16:51
*** kevo has quit IRC16:52
*** asingh has joined #openstack-neutron16:53
*** azbiswas has quit IRC16:54
*** yamahata has quit IRC16:58
*** tidwellr has left #openstack-neutron16:58
*** wolverineav has joined #openstack-neutron16:58
*** yamahata has joined #openstack-neutron16:58
openstackgerritAnindita Das proposed openstack/python-neutronclient: Fix for neutron quota-update returns a list  https://review.openstack.org/33910417:00
*** roeyc1 has quit IRC17:02
*** Sukhdev has joined #openstack-neutron17:02
*** wolverineav has quit IRC17:02
*** klindgren__ is now known as klindgren17:02
*** obondarev has quit IRC17:04
*** cleong has quit IRC17:04
*** azbiswas has joined #openstack-neutron17:04
*** Leom has quit IRC17:04
*** aranjan has joined #openstack-neutron17:05
*** anilvenkata has quit IRC17:05
*** dingboopt has quit IRC17:08
*** sindhu has quit IRC17:08
*** sputnik13 has quit IRC17:09
*** azbiswas_ has joined #openstack-neutron17:12
*** tbachman has joined #openstack-neutron17:12
*** azbiswas has quit IRC17:13
*** baoli has quit IRC17:14
*** gouthamr has joined #openstack-neutron17:17
*** wolverineav has joined #openstack-neutron17:19
*** wolverineav has quit IRC17:19
*** wolverineav has joined #openstack-neutron17:20
*** julim has joined #openstack-neutron17:20
*** xiaohhui has quit IRC17:20
*** amuller is now known as amuller_afk17:20
*** julim has quit IRC17:21
*** dane_leblanc__ has joined #openstack-neutron17:21
*** nmagnezi has quit IRC17:23
*** julim has joined #openstack-neutron17:23
*** abhiraut has joined #openstack-neutron17:24
*** shz has quit IRC17:24
*** dane_leblanc_ has quit IRC17:24
*** shihanzhang has joined #openstack-neutron17:25
*** tidwellr has joined #openstack-neutron17:30
*** s3wong has joined #openstack-neutron17:31
openstackgerritAnkur proposed openstack/neutron: Neutron Feature Classification  https://review.openstack.org/31819217:32
openstackgerritAnkur proposed openstack/neutron: Neutron Feature Matrix Implementation  https://review.openstack.org/32404817:32
*** fzdarsky is now known as fzdarsky|afk17:32
yamamotoarmax: ping17:33
armaxyamamoto: pong17:33
yamamotoarmax: how do you think?  https://bugs.launchpad.net/neutron/+bug/159993617:34
openstackLaunchpad bug 1599936 in neutron "l2gw provider config prevents *aas provider config from being loaded" [Undecided,New]17:34
* armax looks17:34
*** daneyon has joined #openstack-neutron17:35
armaxyamamoto: do you see this as a regression?17:35
yamamotoi guess the easiest fix would be to make l2gw use the "canonical" name ie. /etc/neutron/networking_l2gw.conf17:35
armaxyamamoto: or you just happned to notice?17:35
*** xiaohhui has joined #openstack-neutron17:36
armaxyamamoto: recently Ihar posted a patch in the area, I wonder if the —config-dir option helps17:36
armaxyamamoto: have you tried?17:36
yamamotoi just happened to notice.  i don't know if it's a regression or not17:36
yamamotono17:36
armaxhttps://review.openstack.org/#/c/323428/17:36
yamamotodo you mean to make devstack use the option?17:36
armaxI mean https://review.openstack.org/#/c/320304/17:37
armaxwell17:37
armaxI’d like to confirm first that using config-dir would help17:38
armaxthen we can figure out how to tackle it17:38
armaxbecause I think the desire is to move away from using config-file multiple times17:38
*** salv-orlando has joined #openstack-neutron17:38
*** daneyon_ has joined #openstack-neutron17:38
*** mhickey has quit IRC17:39
*** rdxnoam_ has joined #openstack-neutron17:39
*** salv-orl_ has quit IRC17:39
yamamotoi thought there was some reason for devstack not to use --config-dir.  isn't it the case?17:39
armaxyamamoto: also, I am not sure I fully understand the failure mode17:39
*** jpena has quit IRC17:39
armaxyamamoto: I think it’s mostly legacy17:39
armaxyamamoto: that can be cleaned up especially now that all adv services get their own devstack plugin17:40
armaxyamamoto: do you happen to have a stacktrace, or an environment where you saw this?17:40
armaxor is it your local env?17:40
yamamotoit's my local env17:40
*** kevo has joined #openstack-neutron17:41
*** daneyon has quit IRC17:41
armaxalso17:42
armaxwould the order matter?17:42
yamamotoorder of what?17:42
armaxie. say you put the l2gw plugin file ahead of the midonet one17:42
armaxsame error?17:42
yamamotoi don't think it matters17:42
armaxok17:44
armaxdo you have time to look into it?17:44
armaxI have other fish to fry today :(17:44
yamamotoi plan to look at it tomorrow.  i wanted to know your opinion before working on it.17:45
yamamotoi think the failure mode is reasonably clear17:45
armaxyamamoto: I not quite sure I undertstand teh failure mode17:45
*** shashank_hegde has joined #openstack-neutron17:45
yamamotohttps://github.com/openstack/neutron/blob/master/neutron/services/provider_configuration.py#L11417:45
armaxnot to me17:45
yamamotothis "Alternately" part is never executed because l2gw provider is found at L11017:46
armaxbut then how is the midonet.ini file any different?17:47
*** sindhu has joined #openstack-neutron17:47
*** M00nr41n has quit IRC17:47
yamamotomidonet.ini is not relevant because it doesn't have service_provider setting17:48
yamamotoif it has, it can cause the same issue.17:48
*** SumitNaiksatam has joined #openstack-neutron17:48
armaxok, so the line /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/midonet/midonet.ini --config-file /etc/neutron/l2gw_plugin.ini17:49
armaxis not complete?17:49
armaxor should it have the *-aas files too?17:49
yamamotoit's complete in sense that it's what i saw from devstack17:50
armaxbut you don’t have aas files on it, then how do you know?17:50
yamamotowithout l2gw_plugin.ini, the "Alternatively" code reads neutron_*aas.conf17:51
*** tbachman_ has joined #openstack-neutron17:52
*** numans has quit IRC17:52
*** tbachman has quit IRC17:52
*** tbachman_ is now known as tbachman17:52
yamamotoso maybe making devstack specify --config-file *aas.conf, or use --config-dir would be a fix17:52
*** tflynn has joined #openstack-neutron17:52
*** catintheroof has joined #openstack-neutron17:53
armaxyamamoto: the fact taht the *aas files were automagically loaded always confused the heck out of me17:53
*** M00nr41n has joined #openstack-neutron17:54
armaxyamamoto: but I am still confused17:54
armaxyamamoto: I don’t think that the *-aas are loaded automatically anymore if they are not specified on the command line17:55
*** M00nr41n has quit IRC17:55
yamamotoi don't care if they are always automatically loaded.  the problem is that they sometimes are not.17:55
*** salv-orlando has quit IRC17:55
armaxyamamoto: I think that adopting the config-dir option is the ultimate fix17:56
armaxyamamoto: otherwise extending what neutron can load is a mess17:56
yamamotook, i agree.  i'll try to make devstack use --config-dir tomorrow.17:57
*** salv-orlando has joined #openstack-neutron17:58
yamamotoarmax: thank you for advice.  good night!17:59
*** igordcard has quit IRC17:59
*** igordcard has joined #openstack-neutron17:59
armaxyamamoto: cool17:59
armaxyamamoto: ping me or ihar17:59
armaxyamamoto: and we’ll get this sorted once and for all18:00
armaxyamamoto: we keep kicking the can down the road18:00
armaxand that’s bad18:00
*** mkolesni_ has joined #openstack-neutron18:01
*** yamamoto has quit IRC18:03
*** baoli has joined #openstack-neutron18:03
*** yamamoto has joined #openstack-neutron18:03
*** david-lyle has quit IRC18:04
*** bharath has quit IRC18:05
*** regXboi has quit IRC18:06
*** regXboi has joined #openstack-neutron18:06
*** david-lyle has joined #openstack-neutron18:06
*** daneyon_ has quit IRC18:09
*** yamamoto has quit IRC18:09
*** itisha has quit IRC18:10
*** aranjan has quit IRC18:10
*** efoley has quit IRC18:11
*** aranjan has joined #openstack-neutron18:11
*** jlibosva has quit IRC18:11
*** ankur-gupta-f has left #openstack-neutron18:11
*** aranjan_ has joined #openstack-neutron18:15
*** aranjan has quit IRC18:15
*** baoli has quit IRC18:17
*** prateek has joined #openstack-neutron18:17
*** crose has joined #openstack-neutron18:19
*** fzdarsky|afk has quit IRC18:20
*** rdxnoam_ has quit IRC18:20
*** Leom has joined #openstack-neutron18:23
*** aranjan_ has quit IRC18:23
*** aranjan has joined #openstack-neutron18:23
*** Leom_ has joined #openstack-neutron18:25
*** Leom has quit IRC18:27
*** Leom has joined #openstack-neutron18:28
*** sindhu has quit IRC18:29
*** Leom_ has quit IRC18:32
*** shivrao has quit IRC18:32
*** sindhu has joined #openstack-neutron18:32
*** armax_ has joined #openstack-neutron18:32
*** korzen has joined #openstack-neutron18:32
*** armax has quit IRC18:34
*** armax_ is now known as armax18:34
*** azbiswas_ has quit IRC18:36
*** gvrangan has quit IRC18:36
openstackgerritAnkur proposed openstack/neutron: Neutron Feature Matrix Implementation  https://review.openstack.org/32404818:38
*** azbiswas has joined #openstack-neutron18:38
*** banix has quit IRC18:38
*** banix has joined #openstack-neutron18:38
*** rcernin has joined #openstack-neutron18:39
*** rossella_s has quit IRC18:39
*** crose has quit IRC18:39
*** rossella_s has joined #openstack-neutron18:39
openstackgerritAradhana Singh proposed openstack/neutron-fwaas: Updating imports as config options are being refactored  https://review.openstack.org/33917718:41
*** vhosakot has quit IRC18:41
*** vhosakot has joined #openstack-neutron18:42
*** vhosakot has quit IRC18:43
*** vhosakot has joined #openstack-neutron18:43
*** jianghuaw has quit IRC18:44
*** claudiub has joined #openstack-neutron18:45
*** amuller_afk is now known as amuller18:45
*** shivrao has joined #openstack-neutron18:46
*** baoli has joined #openstack-neutron18:46
*** Sukhdev has quit IRC18:50
*** mkolesni_ has quit IRC18:50
*** shivrao has quit IRC18:51
*** SumitNaiksatam has quit IRC18:51
*** julim has quit IRC18:51
*** itisha has joined #openstack-neutron18:52
*** shivrao has joined #openstack-neutron18:53
openstackgerritManjeet Singh Bhatia proposed openstack/neutron: WIP Introduce OVO for quotas  https://review.openstack.org/33862518:53
*** tbachman has quit IRC18:53
*** tbachman has joined #openstack-neutron18:54
*** jianghuaw has joined #openstack-neutron18:56
*** sambetts is now known as sambetts|afk18:57
*** bjornar_ has joined #openstack-neutron18:57
openstackgerritMargaret Frances proposed openstack/neutron: Generalize agent extension mechanism  https://review.openstack.org/32970118:57
*** vhosakot has quit IRC18:58
*** ociuhandu has quit IRC18:58
*** wolverin_ has joined #openstack-neutron18:59
*** baoli has quit IRC19:00
*** baoli has joined #openstack-neutron19:00
*** wolverin_ has quit IRC19:01
*** armax_ has joined #openstack-neutron19:01
*** EinstCra_ has quit IRC19:01
*** EinstCrazy has joined #openstack-neutron19:02
*** wolverineav has quit IRC19:02
*** tbachman has quit IRC19:02
*** armax has quit IRC19:03
*** armax_ is now known as armax19:03
*** yamamoto has joined #openstack-neutron19:05
*** yamamoto has quit IRC19:10
*** vhosakot has joined #openstack-neutron19:12
*** seldenr has quit IRC19:12
*** prateek has quit IRC19:12
*** salv-orlando has quit IRC19:12
openstackgerritSirushti Murugesan proposed openstack/neutron: Write a bytestring when opening file in binary mode  https://review.openstack.org/33774719:14
openstackgerritBrian Haley proposed openstack/neutron: DVR: Cleanup the stale snat redirect rules in router namespace  https://review.openstack.org/33785519:15
*** dasanind has quit IRC19:15
*** woodburn has quit IRC19:16
openstackgerritArmando Migliaccio proposed openstack/neutron: Revisit the Stadium section of the developer guide  https://review.openstack.org/33573919:17
openstackgerritBrian Haley proposed openstack/neutron: DVR: Cleanup the stale snat redirect rules in router namespace  https://review.openstack.org/33785519:17
openstackgerritAradhana Singh proposed openstack/neutron: Refactoring config options for agent - l3 config  https://review.openstack.org/33859619:18
openstackgerritArmando Migliaccio proposed openstack/neutron: DNM: Test subport validator  https://review.openstack.org/33919819:22
*** ametts has quit IRC19:23
*** regXboi has quit IRC19:23
amullerhaleyb: Thank you for finding a way to fix that that doesn't involve a local file cache =p19:25
*** shivrao has quit IRC19:25
haleybamuller: well, swami did it, i just cleaned it up19:25
amullerhaleyb: I see he did, awesome :)19:26
*** wolverineav has joined #openstack-neutron19:27
*** baoli has quit IRC19:28
*** dasanind has joined #openstack-neutron19:30
*** regXboi has joined #openstack-neutron19:31
*** tonytan4ever has quit IRC19:32
*** tbachman has joined #openstack-neutron19:32
*** vhosakot has quit IRC19:33
*** baoli has joined #openstack-neutron19:34
openstackgerritBrian Haley proposed openstack/neutron: DVR: Create fip agent port on all agents when gateway added  https://review.openstack.org/28375719:35
openstackgerritTrevor McCasland proposed openstack/neutron: Add set_status helper in PortContext  https://review.openstack.org/33606819:39
*** rdxnoam_ has joined #openstack-neutron19:40
rdxnoam_Hello, I am having trouble with some neutron configuration. can anyone assist?19:40
rdxnoam_Please?19:42
*** ociuhandu has joined #openstack-neutron19:44
dasmrdxnoam_: don't ask to ask, just ask. if you'll write your problem, maybe someone will be able to help and answer your question19:45
rdxnoam_I have a single node devstack setup, and one public interface working which is setup by paramters in local.conf. I need to have access to 2 different physical interfaces on different subnets as external networks. How can this be done?19:46
*** korzen has quit IRC19:47
*** abhiraut1 has joined #openstack-neutron19:47
*** abhiraut2 has joined #openstack-neutron19:48
*** abhiraut has quit IRC19:48
*** tonytan4ever has joined #openstack-neutron19:49
*** vhosakot has joined #openstack-neutron19:49
*** aranjan_ has joined #openstack-neutron19:49
rdxnoam_In other words, how do i configure local.conf to have stack.sh finish with 2 public networks each on a different physical interface?19:50
*** aranjan_ has quit IRC19:51
*** aranjan_ has joined #openstack-neutron19:51
*** abhiraut1 has quit IRC19:52
*** gouthamr has quit IRC19:52
*** aranjan has quit IRC19:52
Sam-I-Amdevstack doesnt really have that capability. its not designed for much more than simple development.19:54
dlundquistrdxnoam_: You can configure this by adding an additional physical interface/bridge mapping in the plugin configuration file, then creating a second network with net-create. I'm not sure if its possible to do this thorugh devstack.19:54
*** tonytan_brb has joined #openstack-neutron19:55
Sam-I-Amyeah, you can sort of hack it in, but openstack-specific config (such as creating the neutron network) requires post-installation commands19:55
*** tonytan4ever has quit IRC19:56
*** shashank_hegde has quit IRC19:56
*** aranjan_ has quit IRC19:57
rdxnoam_dlundquist: the plugin is the ml2 plugin right? How do i restart it after adding the configuration? do i need to restart all of neutron? or just the plugin? could not find any up to date documentation on this...19:57
*** aranjan has joined #openstack-neutron19:57
amullerdevstack has a post-config section which allows you to input arbitrary configurations19:58
amulleryou can set any config value for any config file19:58
amullerso you'd use that to edit the bridge_mappings for the ovs/lb agents19:58
*** eilert has joined #openstack-neutron19:59
amullerhere's an example of the syntax http://paste.openstack.org/show/527036/19:59
rdxnoam_amuller: Thanks! i will try to use that.19:59
*** ivc_ has joined #openstack-neutron19:59
*** wolverineav has quit IRC20:00
amuller:)20:00
*** mickeys has quit IRC20:00
*** aranjan_ has joined #openstack-neutron20:00
*** aranjan has quit IRC20:01
*** fnaval has quit IRC20:02
*** shivrao has joined #openstack-neutron20:02
*** shashank_hegde has joined #openstack-neutron20:02
*** wolverineav has joined #openstack-neutron20:02
*** fnaval has joined #openstack-neutron20:02
*** wolverineav has quit IRC20:06
*** yamamoto has joined #openstack-neutron20:07
*** wolverineav has joined #openstack-neutron20:08
*** baoli has quit IRC20:09
*** yamamoto has quit IRC20:12
*** jckasper has quit IRC20:12
*** jckasper has joined #openstack-neutron20:13
*** sindhu has quit IRC20:13
regXboipc_m: ping?20:13
*** mickeys has joined #openstack-neutron20:15
*** baoli has joined #openstack-neutron20:16
*** asingh has quit IRC20:17
*** vhosakot has quit IRC20:17
openstackgerritMerged openstack/neutron-dynamic-routing: Fix unicode bug for password-authenticated BGP peer  https://review.openstack.org/33758920:17
*** jckasper has quit IRC20:18
*** asingh has joined #openstack-neutron20:18
*** sindhu has joined #openstack-neutron20:18
*** jamesdenton has quit IRC20:20
rdxnoam_dlundquist: After i add another bridge mapping to the ml2 plugin, how do i set the ip address? simple ifconfig? (the local_ip setting in the plugin conf file does not accept tuple according to the docs)20:24
*** azbiswa__ has joined #openstack-neutron20:26
*** azbiswas has quit IRC20:27
*** tonytan_brb has quit IRC20:29
Sam-I-Amthe local_ip option is just for tunnel endpoints20:30
Sam-I-Amwhich dont exist for bridges (and external/public networks)20:31
Sam-I-Amsounds like you should read about openstack networking a bit before configuring this20:31
*** banix has quit IRC20:32
rdxnoam_Sam-I-Am: I've been reading. there's a lot of documentation out there and it's a lot to digest for a simple thing like adding an interface. Can you tell me how i restart only neutron so i don't have to unstack and stack after every configuration change?20:33
openstackgerritKevin Benton proposed openstack/neutron: Discard session before action start  https://review.openstack.org/33922620:34
Sam-I-Amwhich component of neutron?20:34
rdxnoam_well is suppose i need just the ml2 agent20:34
*** gvrangan has joined #openstack-neutron20:34
rdxnoam_if i understand correctly20:34
Sam-I-Amthere's no ml2 agent... the neutron server uses the ml2 plug-in and there's a layer-2 agent (probably ovs) that reads its specific config20:35
Sam-I-Amthe neutron services are q-XXX20:35
Sam-I-Amyou can restart them from their screens20:35
rdxnoam_I'll try. Thanks20:36
*** javeriak has quit IRC20:38
*** abhiraut has joined #openstack-neutron20:40
*** azbiswa__ has quit IRC20:40
*** iranzo has quit IRC20:40
*** baoli has quit IRC20:41
*** baoli has joined #openstack-neutron20:41
*** abhiraut2 has quit IRC20:41
*** aranjan_ has quit IRC20:41
*** aranjan has joined #openstack-neutron20:42
*** azbiswas has joined #openstack-neutron20:42
*** salv-orlando has joined #openstack-neutron20:44
*** salv-orlando has quit IRC20:46
*** salv-orlando has joined #openstack-neutron20:46
*** aranjan has quit IRC20:46
*** banix has joined #openstack-neutron20:48
*** azbiswas has quit IRC20:49
*** jianghuaw has quit IRC20:50
*** abhiraut1 has joined #openstack-neutron20:50
*** aranjan has joined #openstack-neutron20:51
*** azbiswas has joined #openstack-neutron20:53
*** abhiraut has quit IRC20:53
*** ranjithd has quit IRC20:53
*** tonytan4ever has joined #openstack-neutron20:54
openstackgerritAnindita Das proposed openstack/python-neutronclient: quota-update to return an error msg for 0 args  https://review.openstack.org/33910420:55
*** shashank_hegde has quit IRC20:56
*** wolverineav has quit IRC20:56
*** fragatina has joined #openstack-neutron20:56
*** wolverineav has joined #openstack-neutron20:56
*** aranjan_ has joined #openstack-neutron21:00
*** svenkat has quit IRC21:00
*** shashank_hegde has joined #openstack-neutron21:03
*** itzkb_ has joined #openstack-neutron21:03
*** aranjan has quit IRC21:04
*** trevormc has quit IRC21:04
*** aranjan_ has quit IRC21:05
*** azbiswas has quit IRC21:05
*** kriskend has quit IRC21:06
*** slaweq has quit IRC21:06
*** sindhu has quit IRC21:06
*** azbiswas has joined #openstack-neutron21:06
*** yamamoto has joined #openstack-neutron21:09
*** baoli has quit IRC21:09
*** azbiswas has quit IRC21:14
*** yamamoto has quit IRC21:14
*** azbiswas has joined #openstack-neutron21:16
*** sindhu has joined #openstack-neutron21:16
*** rcernin has quit IRC21:17
*** asingh has quit IRC21:17
*** pacoblox has joined #openstack-neutron21:17
*** xagent has joined #openstack-neutron21:19
*** agireud has quit IRC21:20
*** david-lyle has quit IRC21:21
*** azbiswas has quit IRC21:21
*** haplo37_ has quit IRC21:22
xagentWhen an instance gets deleted, the floating IP associated with it remains ACTIVE. However if I manually dissacociate, the FIP goes DOWN.21:22
xagentrunning liberty21:22
xagentis this a bug / has it been fixed in master?21:23
*** david-lyle has joined #openstack-neutron21:23
xagentJust wondering because i was checking the status of floatingip-show and we have unassociated FIPs still ACTIVE21:24
*** azbiswas has joined #openstack-neutron21:24
amullerxagent: sounds like a bug, I don't know if this reproduces on master21:25
openstackgerritArmando Migliaccio proposed openstack/neutron: Incorporate tweaks to subport validator  https://review.openstack.org/33919821:28
HenryGzzzeek: ping, about setting up profiler in oslo.db enginefacade21:28
*** aranjan has joined #openstack-neutron21:31
openstackgerritNate Johnston proposed openstack/neutron: [WIP] Implement L3 Agent Extension Manager  https://review.openstack.org/33924621:35
*** ozialien10 has joined #openstack-neutron21:35
openstackgerritNate Johnston proposed openstack/neutron: [WIP] Implement L3 Agent Extension Manager  https://review.openstack.org/33924621:38
*** mickeys has quit IRC21:38
openstackgerritCarl Baldwin proposed openstack/neutron: Ensure deferred IP fails when host is provided no IP allocated  https://review.openstack.org/33924721:40
*** rdxnoam_ has quit IRC21:41
*** regXboi has quit IRC21:41
*** azbiswas has quit IRC21:41
*** banix has quit IRC21:42
*** baoli has joined #openstack-neutron21:42
*** azbiswas has joined #openstack-neutron21:43
*** janzian has quit IRC21:44
*** yamahata has quit IRC21:47
*** yamahata has joined #openstack-neutron21:50
*** asingh has joined #openstack-neutron21:51
cgoncalvesarmax: in case you have some time before the neutron-driver meeting: https://bugs.launchpad.net/neutron/+bug/1598081/comments/321:51
openstackLaunchpad bug 1598081 in neutron "[RFE] Port status update" [Wishlist,Confirmed]21:51
*** pacoblox has quit IRC21:52
*** pacoblox has joined #openstack-neutron21:53
armaxcgoncalves: ack21:53
*** azbiswas_ has joined #openstack-neutron21:56
*** rtheis has quit IRC21:56
openstackgerritAnindita Das proposed openstack/python-neutronclient: quota-update to return an error msg for 0 args  https://review.openstack.org/33910421:56
*** azbiswas has quit IRC21:58
*** mickeys has joined #openstack-neutron22:00
*** tonytan4ever has quit IRC22:00
*** slaweq has joined #openstack-neutron22:01
HenryGamuller: drivers meeting22:02
*** dasanind has quit IRC22:02
*** Leom has quit IRC22:02
amullerHenryG: thanks22:02
*** thorst has quit IRC22:03
*** pacoblox has quit IRC22:03
*** banix has joined #openstack-neutron22:04
*** sindhu has quit IRC22:04
*** pacoblox has joined #openstack-neutron22:05
*** jckasper has joined #openstack-neutron22:06
*** david-lyle has quit IRC22:07
*** dasanind has joined #openstack-neutron22:09
*** dasanind has quit IRC22:10
*** Leom has joined #openstack-neutron22:10
*** dasanind has joined #openstack-neutron22:10
*** yamamoto has joined #openstack-neutron22:10
*** sindhu has joined #openstack-neutron22:11
*** akshai_ has joined #openstack-neutron22:11
*** akshai has quit IRC22:15
*** yamamoto has quit IRC22:16
*** hoangcx has joined #openstack-neutron22:19
*** pacoblox has quit IRC22:21
*** ozialien10 has quit IRC22:22
*** itzkb_ has quit IRC22:25
*** pacoblox has joined #openstack-neutron22:26
*** ajmiller_ has joined #openstack-neutron22:28
*** sticker has joined #openstack-neutron22:28
*** salv-orlando has quit IRC22:30
*** ajmiller has quit IRC22:32
*** Leom has quit IRC22:32
*** Leom has joined #openstack-neutron22:32
*** salv-orlando has joined #openstack-neutron22:34
*** Leom has quit IRC22:36
*** EinstCrazy has quit IRC22:38
*** salv-orlando has quit IRC22:39
*** rossella_s has quit IRC22:39
*** catintheroof has quit IRC22:40
*** rossella_s has joined #openstack-neutron22:40
*** ramamurthy has quit IRC22:42
*** julim has joined #openstack-neutron22:44
*** banix has quit IRC22:49
*** thorst has joined #openstack-neutron22:50
*** pradk has quit IRC22:52
*** thorst has quit IRC22:54
*** dane_leblanc__ has quit IRC22:55
*** ivc_ has quit IRC22:55
*** tidwellr has left #openstack-neutron22:56
*** emagana_ has quit IRC22:57
*** sindhu has quit IRC22:59
*** boden has quit IRC22:59
*** azbiswas_ has quit IRC22:59
*** azbiswas has joined #openstack-neutron23:00
openstackgerritRawlin Peters proposed openstack/neutron: Emit registry events on subport addition/removal  https://review.openstack.org/33926623:00
*** wolverin_ has joined #openstack-neutron23:00
*** wolverin_ has quit IRC23:00
*** wolverineav has quit IRC23:01
*** salv-orlando has joined #openstack-neutron23:01
*** wolverineav has joined #openstack-neutron23:01
ajoarmax, damnit!,  https://bugs.launchpad.net/neutron/+bug/1586056 is always after the top of the hour23:02
openstackLaunchpad bug 1586056 in neutron "[RFE] Improved validation mechanism for QoS rules with port types" [Wishlist,Triaged] - Assigned to Slawek Kaplonski (slaweq)23:02
ajoI know slaweq cries ;)23:02
dasmajo: he is tough guy. he won't cry. ;)23:03
ajodasm lol23:03
dasmajo: maybe a little.23:03
ajoin secret..23:03
dasm:D23:03
armaxajo: sorry :(23:03
ajoI don't care doing it publicly :)23:03
ajoarmax, not your fault23:04
dasmajo: crying?23:04
*** john51 has quit IRC23:04
*** emagana has joined #openstack-neutron23:04
ajoajo, I probably ate it's time diverging the classifier convesation :/23:04
*** john51 has joined #openstack-neutron23:04
*** azbiswas has quit IRC23:04
ajoarmax, what's your opinion on the extra validation rfe?23:05
*** amuller has quit IRC23:05
ajo I believe that after removing the reporting API of the RFE, and just doing proper validation, there is some consensus on the people who spoke in last meetings23:05
*** slaweq has quit IRC23:05
ajodasm,  yes ':D23:06
*** emagana has quit IRC23:06
ajoI need some sleep23:06
ajoI won't be around on next drivers meeting probably, because I will probably be destroyed from double jet lag23:07
ajoI have a 3 day meeting in Boston, and then I'm back, may be I can stay on my timezone sleep cycle... yikes, that won't work :-)23:08
*** sindhu has joined #openstack-neutron23:09
*** salv-orlando has quit IRC23:09
*** yamamoto has joined #openstack-neutron23:12
*** amotoki has quit IRC23:14
*** hieulq_ has joined #openstack-neutron23:14
openstackgerritTakashi NATSUME proposed openstack/neutron: Add a hacking rule for string interpolation at logging  https://review.openstack.org/33926823:15
*** ivc_ has joined #openstack-neutron23:15
*** reedip_ has joined #openstack-neutron23:15
*** abhiraut has joined #openstack-neutron23:16
*** rawlin is now known as rawlin|afk23:16
*** vhosakot has joined #openstack-neutron23:16
*** hieulq has quit IRC23:16
*** reedip has quit IRC23:16
*** abhiraut1 has quit IRC23:16
*** yamamoto has quit IRC23:17
*** mickeys has quit IRC23:23
*** ajmiller_ has quit IRC23:24
*** ajmiller has joined #openstack-neutron23:24
*** pacoblox has quit IRC23:24
*** ramamurthy has joined #openstack-neutron23:25
*** claudiub has quit IRC23:25
*** julim has quit IRC23:27
*** sindhu has quit IRC23:28
*** djan has joined #openstack-neutron23:29
*** dxu has quit IRC23:30
*** dxu has joined #openstack-neutron23:31
*** john51_ has joined #openstack-neutron23:31
*** thorst has joined #openstack-neutron23:31
*** dasanind has quit IRC23:32
*** ramamurthy has quit IRC23:32
*** julim has joined #openstack-neutron23:32
*** john51 has quit IRC23:33
*** azbiswas has joined #openstack-neutron23:33
*** pacoblox has joined #openstack-neutron23:34
*** watanabe_isao has joined #openstack-neutron23:35
*** salv-orlando has joined #openstack-neutron23:35
*** thorst has quit IRC23:36
*** pacoblox has quit IRC23:37
*** fragatina has quit IRC23:40
*** aranjan_ has joined #openstack-neutron23:42
*** abhiraut1 has joined #openstack-neutron23:42
*** claudiub has joined #openstack-neutron23:44
*** azbiswas has quit IRC23:45
*** aranjan has quit IRC23:45
*** emagana has joined #openstack-neutron23:45
*** dxu has quit IRC23:46
*** abhiraut has quit IRC23:46
*** aranjan_ has quit IRC23:46
*** salv-orlando has quit IRC23:47
*** tpsilva has quit IRC23:48
openstackgerritAdolfo Duarte proposed openstack/neutron: Allow unique keys to be used with get_object  https://review.openstack.org/32202423:48
openstackgerritAdolfo Duarte proposed openstack/neutron: RPC handler for service.trunk.plugin  https://review.openstack.org/33928323:48
*** xagent has quit IRC23:49
*** azbiswas has joined #openstack-neutron23:49
*** emagana has quit IRC23:50
*** emagana has joined #openstack-neutron23:51
*** yb has joined #openstack-neutron23:51
*** thorst has joined #openstack-neutron23:52
openstackgerritAradhana Singh proposed openstack/neutron: [WIP] Auto Scheduling for Segments  https://review.openstack.org/33371623:56
*** thorst has quit IRC23:57
*** janzian has joined #openstack-neutron23:57
*** lujinluo has joined #openstack-neutron23:57
*** azbiswas has quit IRC23:58
*** vhosakot has quit IRC23:59

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