*** abhiraut has joined #openstack-neutron | 00:00 | |
*** ramamurthy has quit IRC | 00:02 | |
*** Swami has quit IRC | 00:03 | |
*** xagent has joined #openstack-neutron | 00:04 | |
xagent | Sam-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-Am | i dont know for sure but i'd guess api workers | 00:06 |
Sam-I-Am | i suspect HenryG would know more :) | 00:07 |
Sam-I-Am | he might be around tomorrow | 00:07 |
Sam-I-Am | or even kevinbenton | 00:07 |
kevinbenton | xagent, Sam-I-Am: yeah, not related to agents | 00:08 |
kevinbenton | it's API workers * SQL connection pool IIRC | 00:08 |
Sam-I-Am | yay, i was close :) | 00:08 |
xagent | by connection pool you mean the sql (max_pool_size + max_overflow) | 00:10 |
xagent | ? | 00:10 |
*** nlahouti1 has left #openstack-neutron | 00:10 | |
kevinbenton | xagent: yep | 00:10 |
kevinbenton | xagent: i believe each worker has its own pool | 00:10 |
xagent | ok, so we can scale the # of hosts (DVR) and agents without worrying about it having effect on that | 00:10 |
kevinbenton | xagent: yep | 00:11 |
kevinbenton | xagent: agents all put messages onto AMQP | 00:11 |
kevinbenton | xagent: its up to the neutron server processes to connect to the DB | 00:11 |
Sam-I-Am | xagent: yeah, but you might kill rabbit at some point | 00:11 |
openstackgerrit | Abhishek Raut proposed openstack/python-neutronclient: Add support to expose default quotas for tenants https://review.openstack.org/313134 | 00:11 |
*** lujinluo has joined #openstack-neutron | 00:12 | |
*** abhiraut has quit IRC | 00:12 | |
Sam-I-Am | i'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 dvr | 00:12 |
*** abhiraut has joined #openstack-neutron | 00:12 | |
*** stanzgy has joined #openstack-neutron | 00:12 | |
*** stanzgy_ has joined #openstack-neutron | 00:12 | |
kevinbenton | Sam-I-Am: remove md? | 00:13 |
Sam-I-Am | yeah, you dont need the md agent if you're using config drive | 00:13 |
kevinbenton | Sam-I-Am: oh, metadata | 00:13 |
kevinbenton | Sam-I-Am: not mechanism driver | 00:13 |
Sam-I-Am | hahah, naw :) | 00:13 |
Sam-I-Am | although that would reduce the rabbit chatter | 00:14 |
kevinbenton | Sam-I-Am: not really | 00:14 |
kevinbenton | Sam-I-Am: that's why i was going to say something | 00:14 |
xagent | kevinbenton: so we increase the sql pool size, yet we still see neutron server getting slammed with exceeded sql connections | 00:14 |
kevinbenton | Sam-I-Am: if a driver doesn't bind a port it doesn't do anything message queue | 00:14 |
xagent | Does this just mean our neutron server is getting slammed with too many API requests to handle? | 00:14 |
kevinbenton | xagent: wait, what's the error | 00:15 |
kevinbenton | xagent: 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 reached | 00:16 |
kevinbenton | xagent: yeah, you will need to turn it up | 00:16 |
kevinbenton | xagent: or consider decreasing the wsgi pool size | 00:16 |
kevinbenton | xagent: to make more of the API requests block on the initial TCP connection while others are being processed | 00:17 |
kevinbenton | xagent: wsgi_default_pool_size is how many each worker will accept | 00:17 |
kevinbenton | xagent: so you could potentially have that many SQL connection attempts per worker if you have a busy server | 00:18 |
*** aranjan has quit IRC | 00:18 | |
*** aranjan has joined #openstack-neutron | 00:19 | |
*** Swami has joined #openstack-neutron | 00:19 | |
*** Swami has quit IRC | 00:20 | |
*** Swami has joined #openstack-neutron | 00:20 | |
*** abhiraut has quit IRC | 00:23 | |
*** Swami_ has joined #openstack-neutron | 00:23 | |
*** aranjan has quit IRC | 00:24 | |
*** Swami has quit IRC | 00:25 | |
*** thorst has joined #openstack-neutron | 00:25 | |
*** banix has joined #openstack-neutron | 00:27 | |
*** padkrish has joined #openstack-neutron | 00:28 | |
*** claudiub|2 has joined #openstack-neutron | 00:30 | |
*** gouthamr has quit IRC | 00:32 | |
*** claudiub has quit IRC | 00:32 | |
*** thorst has quit IRC | 00:32 | |
*** gouthamr has joined #openstack-neutron | 00:32 | |
*** tflynn_ has joined #openstack-neutron | 00:35 | |
*** mirrorbo1 is now known as mirrobox | 00:37 | |
*** mirrobox is now known as mirrorbox | 00:37 | |
*** mirrorbox has quit IRC | 00:37 | |
*** mirrorbox has joined #openstack-neutron | 00:37 | |
*** tflynn has quit IRC | 00:38 | |
openstackgerrit | qinchunhua proposed openstack/python-neutronclient: Replace mox with mock in test_cli20_firewallpolicy.py https://review.openstack.org/333790 | 00:39 |
*** tflynn_ has quit IRC | 00:39 | |
*** dxu has quit IRC | 00:39 | |
openstackgerrit | qinchunhua proposed openstack/python-neutronclient: Replace mox.IsA with Class IsType https://review.openstack.org/331965 | 00:41 |
*** salv-orl_ has quit IRC | 00:42 | |
*** david-lyle has quit IRC | 00:42 | |
*** hoangcx has joined #openstack-neutron | 00:43 | |
*** david-lyle__ has joined #openstack-neutron | 00:45 | |
*** david-lyle__ has quit IRC | 00:45 | |
*** janzian has quit IRC | 00:47 | |
*** banix has quit IRC | 00:48 | |
*** thorst has joined #openstack-neutron | 00:49 | |
*** abhiraut has joined #openstack-neutron | 00:51 | |
openstackgerrit | Aradhana Singh proposed openstack/neutron: Refactoring config options for agent: l3 keepalived_state_change https://review.openstack.org/338559 | 00:52 |
*** root_ has quit IRC | 00:53 | |
*** abhiraut has quit IRC | 00:53 | |
*** Sukhdev has joined #openstack-neutron | 00:53 | |
*** shashank_hegde has quit IRC | 00:53 | |
lujinluo | akamyshnikova_, 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, or | 00:54 |
lujinluo | is there any workaround? | 00:54 |
*** ramamurthy has joined #openstack-neutron | 00:56 | |
*** mfuruta has joined #openstack-neutron | 00:57 | |
*** ajmiller_ has quit IRC | 00:57 | |
*** ajmiller has joined #openstack-neutron | 00:57 | |
*** lnicolas has joined #openstack-neutron | 01:01 | |
*** ajmiller has quit IRC | 01:02 | |
*** ajmiller has joined #openstack-neutron | 01:02 | |
xagent | kevinbenton: is wsgi_default_pool_size configurable in neutron in Liberty? | 01:02 |
*** rook has quit IRC | 01:03 | |
*** wolverineav has joined #openstack-neutron | 01:04 | |
*** hieulq has quit IRC | 01:05 | |
kevinbenton | xagent: should be | 01:06 |
kevinbenton | lujinluo: you should be able to base your patch on top of that one if it conflicts | 01:06 |
kevinbenton | xagent: oh, sorry | 01:07 |
kevinbenton | xagent: liberty no | 01:07 |
*** banix has joined #openstack-neutron | 01:07 | |
xagent | is it hardcoded to 1000? | 01:07 |
xagent | I dont see neutron initing a GreenPool with the poolsize conf | 01:08 |
kevinbenton | xagent: yeah, seems to be hardcoded :/ | 01:08 |
xagent | infact I see it doing: | 01:08 |
xagent | 148 # Pool for a greenthread in which wsgi server will be running 149 self.pool = eventlet.GreenPool(1) | 01:08 |
xagent | with just 1 | 01:08 |
xagent | but I do see num_threads at 1000 | 01:08 |
xagent | 7 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 |
xagent | What exactly is the difference between the GreenPool(1), and calling eventlet.wsgi.server with num_threads=1000? | 01:09 |
kevinbenton | xagent: iirc the greenpool(1) is just a parent container | 01:11 |
*** ramishra has quit IRC | 01:11 | |
kevinbenton | the num_threads controls the wsgi server that eventlet provides | 01:11 |
*** kevo has quit IRC | 01:12 | |
*** thorst has quit IRC | 01:12 | |
openstackgerrit | Manjeet Singh Bhatia proposed openstack/neutron: WIP Introduce OVO for quotas https://review.openstack.org/338625 | 01:12 |
openstackgerrit | Armando Migliaccio proposed openstack/neutron-lib: Tweak validation logic for subport validator https://review.openstack.org/338626 | 01:13 |
*** ramishra has joined #openstack-neutron | 01:13 | |
*** thorst has joined #openstack-neutron | 01:13 | |
*** techcet has quit IRC | 01:14 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron-lib: Tweak validation logic for subport validator https://review.openstack.org/338626 | 01:14 |
xagent | Perhaps I should change this then to something lower (similar in # to our poolsize + overflow?) | 01:14 |
xagent | a large wsgi thread count would still overwhelm api_workers * sql_pool_size, right? if we have a lot of API requests | 01:14 |
xagent | at least that is what I got from reading this: http://lists.openstack.org/pipermail/openstack-dev/2015-December/082717.html | 01:15 |
openstackgerrit | QunyingRan proposed openstack/neutron: Remove used ip which not in subnet pool from network used ip statistics https://review.openstack.org/322387 | 01:15 |
kevinbenton | xagent: yep | 01:15 |
kevinbenton | xagent: turn it down | 01:16 |
kevinbenton | xagent: or reduce to 1 api worker | 01:16 |
kevinbenton | xagent: and 1k on the pool size | 01:16 |
kevinbenton | xagent: i forgot we ran into the issue on the liberty backport that that conf variable doesn't exist | 01:16 |
openstackgerrit | xiewj proposed openstack/python-neutronclient: Should be used '-' instead of '_' in the prompt message of qos-bandwidth-limit-rule-create command https://review.openstack.org/336993 | 01:17 |
kevinbenton | xagent: yes, start by basically setting it to max_pool size | 01:18 |
kevinbenton | xagent: i gtg for a bit but will be back on in about an hour and a half | 01:18 |
*** hieulq_ has joined #openstack-neutron | 01:19 | |
*** EinstCrazy has joined #openstack-neutron | 01:22 | |
*** thorst has quit IRC | 01:22 | |
*** Swami has joined #openstack-neutron | 01:27 | |
*** YifanZeng has joined #openstack-neutron | 01:28 | |
*** namnh has joined #openstack-neutron | 01:29 | |
*** Sukhdev has quit IRC | 01:30 | |
*** Swami_ has quit IRC | 01:30 | |
*** wolverineav has quit IRC | 01:31 | |
*** ivc_ has quit IRC | 01:33 | |
*** shivrao has quit IRC | 01:35 | |
*** ajmiller has quit IRC | 01:36 | |
*** ajmiller has joined #openstack-neutron | 01:36 | |
*** padkrish has quit IRC | 01:36 | |
*** padkrish has joined #openstack-neutron | 01:37 | |
*** gvrangan has quit IRC | 01:40 | |
*** ajmiller has quit IRC | 01:40 | |
*** ajmiller has joined #openstack-neutron | 01:40 | |
*** wolverineav has joined #openstack-neutron | 01:40 | |
*** tonytan4ever has quit IRC | 01:41 | |
*** eilert has quit IRC | 01:41 | |
*** rook has joined #openstack-neutron | 01:44 | |
*** wolverineav has quit IRC | 01:44 | |
*** banix has quit IRC | 01:45 | |
lujinluo | kevinbenton, 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 tests | 01:45 |
*** hieulq_ has quit IRC | 01:47 | |
*** ivc_ has joined #openstack-neutron | 01:49 | |
*** ajmiller has quit IRC | 01:53 | |
*** ajmiller has joined #openstack-neutron | 01:53 | |
*** techcet has joined #openstack-neutron | 01:53 | |
*** wolverineav has joined #openstack-neutron | 01:54 | |
*** claudiub has joined #openstack-neutron | 01:54 | |
*** pacoblox has joined #openstack-neutron | 01:56 | |
*** techcet has quit IRC | 01:57 | |
*** sputnik13 has joined #openstack-neutron | 01:57 | |
*** claudiub|2 has quit IRC | 01:58 | |
*** sputnik13 has quit IRC | 01:58 | |
*** wolverineav has quit IRC | 01:58 | |
*** sputnik13 has joined #openstack-neutron | 02:00 | |
*** hieulq has joined #openstack-neutron | 02:00 | |
*** xagent has quit IRC | 02:03 | |
*** mickeys has joined #openstack-neutron | 02:03 | |
*** julim has joined #openstack-neutron | 02:05 | |
openstackgerrit | ZhaoBo proposed openstack/neutron: Add timestamp fields for neutron ext resources https://review.openstack.org/312873 | 02:06 |
*** jckasper has quit IRC | 02:07 | |
*** jckasper has joined #openstack-neutron | 02:08 | |
*** annp has joined #openstack-neutron | 02:11 | |
*** fnaval has quit IRC | 02:11 | |
*** jckasper has quit IRC | 02:13 | |
*** ramishra has quit IRC | 02:13 | |
*** ramishra has joined #openstack-neutron | 02:15 | |
*** ajmiller has quit IRC | 02:18 | |
*** ajmiller has joined #openstack-neutron | 02:19 | |
*** salv-orlando has joined #openstack-neutron | 02:19 | |
*** oss_xzdong has joined #openstack-neutron | 02:20 | |
*** Swami_ has joined #openstack-neutron | 02:21 | |
*** thorst has joined #openstack-neutron | 02:22 | |
*** fnaval has joined #openstack-neutron | 02:22 | |
*** padkrish has quit IRC | 02:24 | |
*** Swami has quit IRC | 02:25 | |
*** kriskend has joined #openstack-neutron | 02:26 | |
*** salv-orlando has quit IRC | 02:26 | |
*** thorst has quit IRC | 02:27 | |
*** gouthamr has quit IRC | 02:29 | |
*** sputnik13 has quit IRC | 02:30 | |
*** sindhu has joined #openstack-neutron | 02:32 | |
*** shivrao has joined #openstack-neutron | 02:32 | |
*** wolverineav has joined #openstack-neutron | 02:32 | |
*** thorst has joined #openstack-neutron | 02:34 | |
*** thorst has quit IRC | 02:34 | |
*** Swami__ has joined #openstack-neutron | 02:35 | |
*** rtheis has quit IRC | 02:35 | |
*** iyamahat has quit IRC | 02:35 | |
*** shivrao has quit IRC | 02:36 | |
*** yamahata has quit IRC | 02:38 | |
*** Swami_ has quit IRC | 02:39 | |
*** tonytan4ever has joined #openstack-neutron | 02:42 | |
*** shashank_hegde has joined #openstack-neutron | 02:43 | |
*** kriskend has quit IRC | 02:45 | |
*** tonytan4ever has quit IRC | 02:47 | |
*** shashank_hegde has quit IRC | 02:51 | |
*** baoli has joined #openstack-neutron | 02:54 | |
*** rook has quit IRC | 02:54 | |
*** salv-orlando has joined #openstack-neutron | 02:55 | |
*** baoli_ has joined #openstack-neutron | 02:56 | |
*** shashank_hegde has joined #openstack-neutron | 02:56 | |
*** tbachman has quit IRC | 02:57 | |
*** Leo_ has joined #openstack-neutron | 02:57 | |
*** ajmiller has quit IRC | 02:57 | |
*** Nakato has quit IRC | 02:57 | |
*** techcet has joined #openstack-neutron | 02:57 | |
*** ajmiller has joined #openstack-neutron | 02:57 | |
*** baoli has quit IRC | 02:59 | |
*** salv-orlando has quit IRC | 02:59 | |
*** shashank_hegde has quit IRC | 03:00 | |
*** mickeys has quit IRC | 03:00 | |
*** mickeys has joined #openstack-neutron | 03:01 | |
*** techcet has quit IRC | 03:02 | |
*** Nakato has joined #openstack-neutron | 03:03 | |
*** ajmiller has quit IRC | 03:04 | |
*** ajmiller has joined #openstack-neutron | 03:04 | |
*** mickeys has quit IRC | 03:05 | |
*** sputnik13 has joined #openstack-neutron | 03:08 | |
*** Swami_ has joined #openstack-neutron | 03:09 | |
*** yamamot__ has joined #openstack-neutron | 03:10 | |
openstackgerrit | Haifeng Yan proposed openstack/neutron-fwaas: Rename binary name of neutron-fwaas to neutron-l3-with-fwaas-agent. https://review.openstack.org/337402 | 03:10 |
*** ivc_ has quit IRC | 03:12 | |
*** ivc_ has joined #openstack-neutron | 03:12 | |
*** Swami__ has quit IRC | 03:12 | |
*** iwamoto has joined #openstack-neutron | 03:14 | |
*** sindhu has quit IRC | 03:14 | |
*** vishwanathj has joined #openstack-neutron | 03:20 | |
*** lujinluo has quit IRC | 03:26 | |
*** tonytan4ever has joined #openstack-neutron | 03:27 | |
*** salv-orlando has joined #openstack-neutron | 03:29 | |
*** tflynn has joined #openstack-neutron | 03:31 | |
openstackgerrit | Hong Hui Xiao proposed openstack/neutron: Add function to return all hosts with mapped segments https://review.openstack.org/337688 | 03:33 |
*** ivc_ has quit IRC | 03:33 | |
*** kevo has joined #openstack-neutron | 03:34 | |
*** thorst has joined #openstack-neutron | 03:34 | |
*** salv-orlando has quit IRC | 03:36 | |
*** ivc_ has joined #openstack-neutron | 03:36 | |
*** ramamurthy has quit IRC | 03:38 | |
*** jamielennox is now known as jamielennox|away | 03:43 | |
*** thorst has quit IRC | 03:43 | |
*** jamielennox|away is now known as jamielennox | 03:56 | |
*** mkolesni_ has joined #openstack-neutron | 03:58 | |
*** techcet has joined #openstack-neutron | 03:59 | |
*** wolverineav has quit IRC | 03:59 | |
*** Leo_ has quit IRC | 03:59 | |
*** pacoblox has quit IRC | 03:59 | |
*** lujinluo has joined #openstack-neutron | 03:59 | |
*** Swami__ has joined #openstack-neutron | 04:02 | |
*** techcet has quit IRC | 04:03 | |
*** links has joined #openstack-neutron | 04:03 | |
*** pacoblox has joined #openstack-neutron | 04:04 | |
*** gouthamr has joined #openstack-neutron | 04:04 | |
*** mkolesni_ has quit IRC | 04:05 | |
*** Swami_ has quit IRC | 04:06 | |
*** ivc_ has quit IRC | 04:06 | |
*** garyk1 has joined #openstack-neutron | 04:07 | |
*** shashank_hegde has joined #openstack-neutron | 04:07 | |
*** mkolesni has joined #openstack-neutron | 04:08 | |
*** gvrangan has joined #openstack-neutron | 04:17 | |
*** yamamot__ has quit IRC | 04:24 | |
*** asingh has quit IRC | 04:25 | |
*** yamamot__ has joined #openstack-neutron | 04:28 | |
*** jamielennox is now known as jamielennox|away | 04:35 | |
*** vikasc has joined #openstack-neutron | 04:35 | |
*** oanson has joined #openstack-neutron | 04:35 | |
*** vikasc_ has joined #openstack-neutron | 04:38 | |
*** gouthamr has quit IRC | 04:38 | |
*** salv-orlando has joined #openstack-neutron | 04:39 | |
*** baoli_ has quit IRC | 04:40 | |
*** thorst has joined #openstack-neutron | 04:41 | |
*** jamielennox|away is now known as jamielennox | 04:42 | |
*** iyamahat has joined #openstack-neutron | 04:42 | |
*** gvrangan has quit IRC | 04:42 | |
*** tonytan4ever has quit IRC | 04:44 | |
*** Swami_ has joined #openstack-neutron | 04:45 | |
*** Leo_ has joined #openstack-neutron | 04:47 | |
*** salv-orlando has quit IRC | 04:47 | |
*** thorst has quit IRC | 04:48 | |
*** Sukhdev has joined #openstack-neutron | 04:49 | |
*** salv-orlando has joined #openstack-neutron | 04:49 | |
*** prateek has joined #openstack-neutron | 04:50 | |
*** Swami__ has quit IRC | 04:50 | |
openstackgerrit | Yu Jie proposed openstack/neutron: Fix duplicated sg rules check for remote_ip_prefix https://review.openstack.org/331416 | 04:51 |
*** Leo_ has quit IRC | 04:51 | |
*** techcet has joined #openstack-neutron | 05:00 | |
*** ratailor has joined #openstack-neutron | 05:01 | |
*** yamahata has joined #openstack-neutron | 05:01 | |
*** mickeys has joined #openstack-neutron | 05:02 | |
*** mickeys has quit IRC | 05:05 | |
*** techcet has quit IRC | 05:05 | |
*** mickeys has joined #openstack-neutron | 05:06 | |
*** gouthamr has joined #openstack-neutron | 05:06 | |
*** ivar-lazzaro has joined #openstack-neutron | 05:10 | |
*** mickeys has quit IRC | 05:10 | |
*** pacoblox has quit IRC | 05:11 | |
*** ivar-laz_ has joined #openstack-neutron | 05:11 | |
*** jhershbe has joined #openstack-neutron | 05:13 | |
*** ivar-lazzaro has quit IRC | 05:14 | |
*** wolverineav has joined #openstack-neutron | 05:17 | |
*** abregman has joined #openstack-neutron | 05:22 | |
*** bharathk has joined #openstack-neutron | 05:23 | |
*** shashank_hegde has quit IRC | 05:25 | |
*** shashank_hegde has joined #openstack-neutron | 05:30 | |
*** ramishra has quit IRC | 05:34 | |
*** Dinesh_Bhor has joined #openstack-neutron | 05:36 | |
*** M00nr41n has joined #openstack-neutron | 05:37 | |
*** jprovazn has joined #openstack-neutron | 05:38 | |
*** tflynn has quit IRC | 05:38 | |
Dinesh_Bhor | armax: Hi, Could you please take a look at it? https://review.openstack.org/#/c/295651/ | 05:39 |
*** sudipto has joined #openstack-neutron | 05:39 | |
*** diga has joined #openstack-neutron | 05:39 | |
*** ajmiller has quit IRC | 05:41 | |
*** ajmiller has joined #openstack-neutron | 05:41 | |
*** Leo_ has joined #openstack-neutron | 05:41 | |
openstackgerrit | garyk proposed openstack/neutron: ML2: don't use IntegrityError for duplicate detection https://review.openstack.org/338104 | 05:42 |
*** korzen has joined #openstack-neutron | 05:42 | |
*** vikram has joined #openstack-neutron | 05:42 | |
*** ramishra has joined #openstack-neutron | 05:45 | |
*** oshvartz has joined #openstack-neutron | 05:45 | |
*** Leo_ has quit IRC | 05:46 | |
*** shashank_hegde has quit IRC | 05:46 | |
*** thorst has joined #openstack-neutron | 05:47 | |
openstackgerrit | Swaminathan Vasudevan proposed openstack/neutron: DVR: Cleanup the stable snat redirect rules in router namespace https://review.openstack.org/337855 | 05:48 |
garyk1 | Dinesh_Bhor: i think that armax is sleeping. i suggest that you try and get him when he is awake | 05:48 |
*** yfried has joined #openstack-neutron | 05:49 | |
*** yfried has quit IRC | 05:49 | |
*** anilvenkata has joined #openstack-neutron | 05:50 | |
*** yfried has joined #openstack-neutron | 05:51 | |
*** yamamot__ has quit IRC | 05:52 | |
*** Swami__ has joined #openstack-neutron | 05:53 | |
*** thorst has quit IRC | 05:54 | |
*** sputnik13 has quit IRC | 05:55 | |
*** tflynn has joined #openstack-neutron | 05:56 | |
*** Swami_ has quit IRC | 05:57 | |
*** banix has joined #openstack-neutron | 05:58 | |
*** sputnik13 has joined #openstack-neutron | 05:58 | |
*** shashank_hegde has joined #openstack-neutron | 05:58 | |
*** itzkb_ has joined #openstack-neutron | 05:59 | |
*** akorzeni__ has joined #openstack-neutron | 06:06 | |
*** ajmiller has quit IRC | 06:08 | |
*** Swami__ has quit IRC | 06:08 | |
*** ajmiller has joined #openstack-neutron | 06:08 | |
*** korzen has quit IRC | 06:09 | |
*** fragatina has quit IRC | 06:10 | |
*** Swami__ has joined #openstack-neutron | 06:10 | |
*** fragatina has joined #openstack-neutron | 06:11 | |
*** tflynn has quit IRC | 06:11 | |
*** pgadiya has joined #openstack-neutron | 06:12 | |
*** jckasper has joined #openstack-neutron | 06:12 | |
*** Sukhdev has quit IRC | 06:14 | |
*** tonytan4ever has joined #openstack-neutron | 06:14 | |
*** edand has joined #openstack-neutron | 06:16 | |
*** jckasper has quit IRC | 06:17 | |
*** rcernin has joined #openstack-neutron | 06:18 | |
*** tonytan4ever has quit IRC | 06:20 | |
*** banix has quit IRC | 06:22 | |
*** Swami__ has quit IRC | 06:23 | |
*** huanxie has joined #openstack-neutron | 06:30 | |
*** armax has quit IRC | 06:30 | |
Dinesh_Bhor | garyk1: ok, thank you, I will try to contact him after some time. | 06:30 |
*** andreas_s has joined #openstack-neutron | 06:31 | |
*** wolverineav has quit IRC | 06:33 | |
*** yamamot__ has joined #openstack-neutron | 06:33 | |
*** akorzeni__ has quit IRC | 06:35 | |
*** akorzeni__ has joined #openstack-neutron | 06:36 | |
*** p01nt3r75 has quit IRC | 06:39 | |
*** sputnik13 has quit IRC | 06:40 | |
*** iranzo has joined #openstack-neutron | 06:42 | |
*** iranzo has joined #openstack-neutron | 06:42 | |
*** zhhuabj has joined #openstack-neutron | 06:42 | |
*** ajmiller has quit IRC | 06:47 | |
*** ajmiller has joined #openstack-neutron | 06:48 | |
*** shashank_hegde has quit IRC | 06:51 | |
*** ajmiller has quit IRC | 06:51 | |
*** ajmiller has joined #openstack-neutron | 06:51 | |
*** thorst has joined #openstack-neutron | 06:52 | |
*** ajmiller has quit IRC | 06:54 | |
*** ajmiller has joined #openstack-neutron | 06:55 | |
*** sridharg has joined #openstack-neutron | 06:55 | |
*** ivar-laz_ has quit IRC | 06:56 | |
*** thorst has quit IRC | 06: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-neutron | 07:00 | |
*** garyk1 has quit IRC | 07:00 | |
*** shivrao has joined #openstack-neutron | 07:01 | |
*** shashank_hegde has joined #openstack-neutron | 07:01 | |
*** techcet has joined #openstack-neutron | 07:02 | |
*** nmagnezi has joined #openstack-neutron | 07: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 go | 07:02 |
*** akorzeni__ has quit IRC | 07:03 | |
*** tesseract- has joined #openstack-neutron | 07:03 | |
lujinluo | akamyshnikova_, 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 work | 07:06 |
*** techcet has quit IRC | 07:06 | |
lujinluo | akamyshnikova_, thanks! I will give it a try :) | 07:06 |
*** jprovazn has quit IRC | 07:07 | |
lujinluo | akamyshnikova_, 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.py | 07:07 |
*** kobis_ has joined #openstack-neutron | 07:08 | |
*** kobis_ is now known as kobis | 07:08 | |
*** ajmiller has quit IRC | 07:08 | |
*** ajmiller has joined #openstack-neutron | 07:09 | |
akamyshnikova_ | lujinluo, let me check this | 07:09 |
*** kobis_ has joined #openstack-neutron | 07:11 | |
*** tmorin has joined #openstack-neutron | 07:12 | |
*** kobis has quit IRC | 07:12 | |
*** kobis_ is now known as kobis | 07:12 | |
*** kobis has quit IRC | 07:12 | |
*** gouthamr has quit IRC | 07:14 | |
*** iwamoto has quit IRC | 07:15 | |
akamyshnikova_ | lujinluo, yes, you can | 07:16 |
lujinluo | akamyshnikova_, thanks a lot! | 07:17 |
akamyshnikova_ | lujinluo, I think should also work, you create prototype here as well | 07:17 |
akamyshnikova_ | lujinluo, np :) | 07:17 |
openstackgerrit | Hong Hui Xiao proposed openstack/neutron: Enable create and delete segments in ML2 https://review.openstack.org/317358 | 07:18 |
*** itamarl has joined #openstack-neutron | 07:19 | |
*** rvba has joined #openstack-neutron | 07:21 | |
*** rvba has joined #openstack-neutron | 07:21 | |
*** vikasc has quit IRC | 07:22 | |
*** vikasc_ has quit IRC | 07:22 | |
*** ygbo has joined #openstack-neutron | 07:23 | |
Dinesh_Bhor | Hi all, is anyone having any update on why 'gate-neutron-dsvm-functional' jobs are failing on? | 07:23 |
*** jprovazn has joined #openstack-neutron | 07:24 | |
openstackgerrit | Ann Taraday proposed openstack/neutron: Add information about contract creation exceptions in devref https://review.openstack.org/338197 | 07:24 |
*** garyk1 has joined #openstack-neutron | 07:25 | |
openstackgerrit | JingLiu proposed openstack/python-neutronclient: Modify the help of connection-limit https://review.openstack.org/338733 | 07:27 |
*** iyamahat has quit IRC | 07:28 | |
*** Leo_ has joined #openstack-neutron | 07:29 | |
*** slaweq_ has joined #openstack-neutron | 07:30 | |
*** gouthamr has joined #openstack-neutron | 07:30 | |
*** wolverineav has joined #openstack-neutron | 07:33 | |
*** Leo_ has quit IRC | 07:34 | |
*** yamahata has quit IRC | 07:34 | |
*** watanabe_isao has joined #openstack-neutron | 07:36 | |
*** kawa2014 has joined #openstack-neutron | 07:36 | |
*** jlibosva has joined #openstack-neutron | 07:37 | |
*** wolverineav has quit IRC | 07:38 | |
*** mkolesni has quit IRC | 07:38 | |
openstackgerrit | Bin Zhou proposed openstack/neutron: dict.values() refactor https://review.openstack.org/332661 | 07:40 |
*** jlanoux has joined #openstack-neutron | 07:40 | |
*** mkolesni has joined #openstack-neutron | 07:41 | |
edand | Dinesh_Bhor, +1, started a few days ago, haven't seen anyone talking about it here | 07:43 |
*** jprovazn has quit IRC | 07:45 | |
*** jprovazn has joined #openstack-neutron | 07:45 | |
*** jpena|off is now known as jpena | 07:46 | |
*** kobis has joined #openstack-neutron | 07:50 | |
*** salv-orlando has quit IRC | 07:51 | |
*** salv-orlando has joined #openstack-neutron | 07:52 | |
openstackgerrit | Merged openstack/neutron: Catch missing binding record in provision handler https://review.openstack.org/338565 | 07:53 |
*** gouthamr has quit IRC | 07:54 | |
*** mickeys has joined #openstack-neutron | 07:54 | |
*** thorst has joined #openstack-neutron | 07:55 | |
*** mvk has joined #openstack-neutron | 07:57 | |
*** ratailor is now known as ratailor|Lunch | 07:57 | |
*** mickeys has quit IRC | 07:58 | |
*** arosen12 has quit IRC | 07:59 | |
*** zzzeek has quit IRC | 08:00 | |
*** akorzeni__ has joined #openstack-neutron | 08:00 | |
andreas_s | anilvenkata, 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-neutron | 08:00 | |
*** eezhova has joined #openstack-neutron | 08:01 | |
*** gongysh has joined #openstack-neutron | 08:02 | |
*** techcet has joined #openstack-neutron | 08:03 | |
*** thorst has quit IRC | 08:03 | |
*** slaweq has quit IRC | 08:05 | |
*** mhickey has joined #openstack-neutron | 08:07 | |
*** techcet has quit IRC | 08:07 | |
*** obondarev has joined #openstack-neutron | 08:08 | |
*** fragatina has quit IRC | 08:09 | |
*** slaweq has joined #openstack-neutron | 08:09 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/neutron: [WIP] Testing latest u-c https://review.openstack.org/303346 | 08:10 |
*** tyrola has joined #openstack-neutron | 08:10 | |
*** fzdarsky has joined #openstack-neutron | 08:10 | |
*** akorzeni__ is now known as korzen | 08:13 | |
*** shivrao has quit IRC | 08:13 | |
*** tonytan4ever has joined #openstack-neutron | 08:15 | |
*** aranjan has joined #openstack-neutron | 08:17 | |
*** openstackgerrit has quit IRC | 08:18 | |
*** openstackgerrit has joined #openstack-neutron | 08:19 | |
anilvenkata | andreas_s, not yet | 08:19 |
anilvenkata | andreas_s, I have setup issues to reproduce that locally | 08:19 |
anilvenkata | andreas_s, so still trying | 08:20 |
*** tonytan4ever has quit IRC | 08:20 | |
openstackgerrit | gengchc2 proposed openstack/neutron: spelling error: modify standart -> standard in files as follows: neutron/agent/ovsdb/native/idlutils.py:197 https://review.openstack.org/338755 | 08:21 |
openstackgerrit | Lujin Luo proposed openstack/neutron: Add a composite unique key to floatingip table in Neutron database https://review.openstack.org/276018 | 08:23 |
*** Leo_ has joined #openstack-neutron | 08:23 | |
*** shashank_hegde has quit IRC | 08:27 | |
*** ushkalim has joined #openstack-neutron | 08:27 | |
*** Leo_ has quit IRC | 08:28 | |
liuyulong | jschwarz, ping | 08:30 |
*** pcaruana has joined #openstack-neutron | 08:30 | |
openstackgerrit | JingLiu proposed openstack/python-neutronclient: Modify the help of connection-limit https://review.openstack.org/338733 | 08:33 |
*** jlibosva has quit IRC | 08:33 | |
*** jlibosva has joined #openstack-neutron | 08:34 | |
*** wolverineav has joined #openstack-neutron | 08:35 | |
*** ociuhandu has joined #openstack-neutron | 08:35 | |
*** sambetts|afk is now known as sambetts | 08:38 | |
jschwarz | liuyulong, pong | 08:39 |
jschwarz | kevinbenton, ping, re: | 08:40 |
*** wolverineav has quit IRC | 08:40 | |
jschwarz | https://review.openstack.org/#/c/323232/ | 08:40 |
anilvenkata | shihanzhang, Hi shihanzhang | 08:40 |
*** jprovazn has quit IRC | 08:40 | |
*** ratailor|Lunch is now known as ratailor | 08:41 | |
openstackgerrit | bailin.zhang proposed openstack/python-neutronclient: Add some arguments of the command "quota-update" https://review.openstack.org/338049 | 08:41 |
*** davidsha has joined #openstack-neutron | 08:42 | |
*** eezhova has quit IRC | 08:43 | |
liuyulong | jschwarz, I've leave some comments here https://review.openstack.org/#/c/265680/. | 08:44 |
jschwarz | liuyulong, ok | 08:46 |
jschwarz | liuyulong, still, your patch does not solve the race condition. | 08:46 |
*** rossella_s has joined #openstack-neutron | 08:47 | |
*** karthiks has quit IRC | 08:48 | |
liuyulong | jschwarz, 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-neutron | 08:50 | |
*** eezhova has joined #openstack-neutron | 08:50 | |
*** dingboopt has joined #openstack-neutron | 08:51 | |
*** tyrola has quit IRC | 08:51 | |
openstackgerrit | QunyingRan proposed openstack/neutron: Remove used ip which not in subnet pool from network used ip statistics https://review.openstack.org/322387 | 08:52 |
*** sudipto has quit IRC | 08:53 | |
liuyulong | jschwarz, 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 |
jschwarz | liuyulong, I don't see how the fix in 265680 solves the problem on neutron server side | 08:56 |
*** aranjan has quit IRC | 08:58 | |
*** aranjan has joined #openstack-neutron | 08:58 | |
jschwarz | liuyulong, can you explain how it does fix it, please? | 08:59 |
*** lujinluo has quit IRC | 08:59 | |
*** tyrola has joined #openstack-neutron | 09:00 | |
liuyulong | jschwarz, It does not avoid the race, it just let router sync_router_info run properly. | 09:00 |
*** stanzgy_ has quit IRC | 09:00 | |
*** thorst has joined #openstack-neutron | 09:01 | |
*** stanzgy has quit IRC | 09:01 | |
*** YifanZeng has quit IRC | 09:01 | |
*** korzen has quit IRC | 09:02 | |
*** YifanZeng has joined #openstack-neutron | 09:02 | |
annp | rossella_s: ping | 09:02 |
*** salv-orlando has quit IRC | 09:03 | |
*** aranjan has quit IRC | 09:03 | |
annp | rossella_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 |
liuyulong | jschwarz, 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-neutron | 09:04 | |
*** stanzgy_ has joined #openstack-neutron | 09:04 | |
jschwarz | liuyulong, how did you get this error? | 09:04 |
*** claudiub has quit IRC | 09:04 | |
liuyulong | jschwarz, rally create_and_delete_routers... | 09:05 |
rossella_s | annp, thanks I will have a look | 09:05 |
jschwarz | liuyulong, we need a concrete use case | 09:05 |
jschwarz | "run a rally test and the error will happen" is not a good reproduction instruction | 09:05 |
*** sudipto has joined #openstack-neutron | 09:06 | |
annp | rossella_s: That 's very kind of you. :) | 09:06 |
*** mkolesni_ has joined #openstack-neutron | 09:08 | |
*** thorst has quit IRC | 09:09 | |
*** roeyc has joined #openstack-neutron | 09:09 | |
*** mkolesni has quit IRC | 09:09 | |
jschwarz | liuyulong, I've gone to eat lunch.. ttyl | 09:10 |
*** ajmiller has quit IRC | 09:10 | |
*** ajmiller has joined #openstack-neutron | 09:11 | |
liuyulong | jschwarz, 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 IRC | 09:12 | |
liuyulong | jschwarz, ok, have a nice launch. | 09:13 |
liuyulong | jschwarz, if rally scenario tests could encounter that error, for a large public cloud it may have a higher possibility. | 09:14 |
*** ociuhandu has quit IRC | 09:14 | |
*** neiljerram has joined #openstack-neutron | 09:14 | |
andreas_s | anilvenkata, 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-neutron | 09:18 | |
anilvenkata | andreas_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 IRC | 09:18 | |
*** ajmiller has quit IRC | 09:19 | |
*** tyrola has joined #openstack-neutron | 09:19 | |
*** ajmiller has joined #openstack-neutron | 09:20 | |
liuyulong | akamyshnikova_, ping | 09:20 |
akamyshnikova_ | liuyulong, pong | 09:21 |
andreas_s | anilvenkata, ok - my thought was it might speed up things a bit, as the rename parts probably don't cause trouble | 09:21 |
liuyulong | akamyshnikova_, https://bugs.launchpad.net/neutron/+bug/1555670, I leave a comment here, sorry for the late reply. | 09:21 |
openstack | Launchpad 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-neutron | 09:22 | |
andreas_s | anilvenkata, 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-neutron | 09:22 | |
openstackgerrit | Bin Zhou proposed openstack/neutron: orrect reraising of exception https://review.openstack.org/338790 | 09:23 |
andreas_s | anilvenkata, maybe I can find some time to setup a test environment as well, to help debugging... | 09:23 |
liuyulong | akamyshnikova_, maybe we need to set rpc_workers to the number of CPUs as same as api_workers. | 09:23 |
liuyulong | akamyshnikova_, I mean the default value of rpc_workers. : ) | 09:24 |
anilvenkata | andreaf, thanks Andreas | 09:24 |
akamyshnikova_ | akamyshnikova_, thanks! actually on scale environments this issue was not reproduced, but anyway this can be good variant | 09:26 |
akamyshnikova_ | liuyulong, ^^ | 09:26 |
*** sudipto has joined #openstack-neutron | 09:27 | |
*** watanabe_isao has quit IRC | 09:29 | |
*** huanxie has quit IRC | 09:30 | |
*** tonytan4ever has joined #openstack-neutron | 09:31 | |
*** ajmiller has quit IRC | 09:32 | |
*** oss_xzdong has quit IRC | 09:32 | |
*** ajmiller has joined #openstack-neutron | 09:32 | |
*** mfuruta has quit IRC | 09:34 | |
*** tonytan4ever has quit IRC | 09:35 | |
*** wolverineav has joined #openstack-neutron | 09:36 | |
liuyulong | akamyshnikova_, 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 IRC | 09:41 | |
*** bjornar_ has joined #openstack-neutron | 09:46 | |
openstackgerrit | Nam Nguyen Hoai proposed openstack/neutron: Preventing overlap CIDR on *one* network in case neutron active-active https://review.openstack.org/314054 | 09:47 |
*** ajmiller has quit IRC | 09:50 | |
*** gongysh has quit IRC | 09:52 | |
*** ajmiller has joined #openstack-neutron | 09:52 | |
*** yamamot__ has quit IRC | 09:54 | |
*** annp has quit IRC | 09:57 | |
*** gongysh has joined #openstack-neutron | 10:00 | |
*** vikasc has joined #openstack-neutron | 10:01 | |
*** vikasc_ has joined #openstack-neutron | 10:01 | |
jschwarz | liuyulong, I understand that | 10:02 |
jschwarz | liuyulong, but that doesn't help the innocent reviewer to review your patch | 10:02 |
jschwarz | liuyulong, 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 patch | 10:03 |
*** jckasper has joined #openstack-neutron | 10:03 | |
*** techcet has joined #openstack-neutron | 10:05 | |
*** thorst has joined #openstack-neutron | 10:07 | |
*** fragatina has quit IRC | 10:07 | |
*** jckasper has quit IRC | 10:08 | |
*** techcet has quit IRC | 10:09 | |
*** hoangcx has quit IRC | 10:09 | |
*** EinstCrazy has quit IRC | 10:11 | |
*** Leo_ has joined #openstack-neutron | 10:11 | |
*** pacoblox has joined #openstack-neutron | 10:12 | |
*** eezhova has quit IRC | 10:13 | |
*** thorst has quit IRC | 10:14 | |
*** eezhova has joined #openstack-neutron | 10:15 | |
*** pacoblox has quit IRC | 10:15 | |
*** Leo_ has quit IRC | 10:16 | |
*** salv-orlando has joined #openstack-neutron | 10:22 | |
*** tbachman has joined #openstack-neutron | 10:25 | |
*** eezhova has quit IRC | 10:25 | |
*** eezhova has joined #openstack-neutron | 10:26 | |
openstackgerrit | qinchunhua proposed openstack/neutron: Fix the mistake of calling the 'raise' https://review.openstack.org/338852 | 10:26 |
*** gongysh has quit IRC | 10:26 | |
*** fragatina has joined #openstack-neutron | 10:27 | |
*** tbachman has quit IRC | 10:30 | |
*** boden has joined #openstack-neutron | 10:32 | |
*** rodrigods has quit IRC | 10:36 | |
*** rodrigods has joined #openstack-neutron | 10:36 | |
*** marios is now known as marios|brb | 10:37 | |
liuyulong | jschwarz, 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-neutron | 10:37 | |
*** rossella_s has quit IRC | 10:39 | |
*** rossella_s has joined #openstack-neutron | 10:39 | |
openstackgerrit | Bin Zhou proposed openstack/neutron: Make dict.keys() PY3 compatible https://review.openstack.org/332661 | 10:40 |
*** wolverineav has quit IRC | 10:41 | |
*** salv-orl_ has joined #openstack-neutron | 10:43 | |
*** korzen has quit IRC | 10:44 | |
openstackgerrit | Bin Zhou proposed openstack/neutron: dict.values() refactor https://review.openstack.org/332661 | 10:44 |
*** fragatina has quit IRC | 10:44 | |
*** korzen has joined #openstack-neutron | 10:45 | |
*** fzdarsky is now known as fzdarsky|lunch | 10:45 | |
*** ivc_ has quit IRC | 10:46 | |
*** salv-orlando has quit IRC | 10:46 | |
*** hoangcx has joined #openstack-neutron | 10:46 | |
*** moshele has joined #openstack-neutron | 10:48 | |
*** ivc_ has joined #openstack-neutron | 10:48 | |
liuyulong | #join mmmmmmteststst | 10:50 |
liuyulong | ... | 10:50 |
*** djan has quit IRC | 10:50 | |
*** eezhova has quit IRC | 10:55 | |
*** claudiub has joined #openstack-neutron | 10:55 | |
*** rtheis has joined #openstack-neutron | 10:58 | |
*** ivc_ has quit IRC | 10:58 | |
*** obondarev has quit IRC | 11:01 | |
*** salv-orlando has joined #openstack-neutron | 11:04 | |
*** salv-orlando has quit IRC | 11:04 | |
*** techcet has joined #openstack-neutron | 11:06 | |
*** thorst has joined #openstack-neutron | 11:06 | |
*** korzen has quit IRC | 11:07 | |
*** salv-orl_ has quit IRC | 11:07 | |
*** sudipto has quit IRC | 11:09 | |
*** marios|brb is now known as marios | 11:09 | |
openstackgerrit | bailin.zhang proposed openstack/python-neutronclient: Add some arguments of the command "quota-update" https://review.openstack.org/338049 | 11:10 |
*** techcet has quit IRC | 11:11 | |
jschwarz | liuyulong, I don't agree it's obvious at all. | 11:12 |
*** efoley has joined #openstack-neutron | 11:12 | |
jschwarz | liuyulong, first of all you have the 'orm.joinedload()' logic which is not "obvious" as you claim | 11:12 |
jschwarz | liuyulong, it's also not clear where the TypeError is thrown from and why | 11:13 |
*** ajmiller has quit IRC | 11:13 | |
*** ajmiller has joined #openstack-neutron | 11:13 | |
jschwarz | liuyulong, 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 |
jschwarz | liuyulong, plus your fix requires 2 patches which make it very difficult to backport to previous versions | 11:14 |
*** john-davidge has joined #openstack-neutron | 11:14 | |
*** john-dav_ has joined #openstack-neutron | 11:16 | |
*** john-davidge has quit IRC | 11:19 | |
*** jpena is now known as jpena|lunch | 11:20 | |
*** john-dav_ is now known as john-davidge | 11:20 | |
*** ajmiller has quit IRC | 11:20 | |
*** ajmiller has joined #openstack-neutron | 11:20 | |
*** moshele has quit IRC | 11:20 | |
openstackgerrit | Bin Zhou proposed openstack/neutron: Correct reraising of exception https://review.openstack.org/338790 | 11:22 |
*** ivc_ has joined #openstack-neutron | 11:28 | |
openstackgerrit | Bin Zhou proposed openstack/neutron: dict.values() refactor https://review.openstack.org/332661 | 11:33 |
*** javeriak has joined #openstack-neutron | 11:33 | |
*** eezhova has joined #openstack-neutron | 11:33 | |
*** roeyc has quit IRC | 11:33 | |
*** ociuhandu has joined #openstack-neutron | 11:35 | |
*** tbachman has joined #openstack-neutron | 11:37 | |
*** wolverineav has joined #openstack-neutron | 11:38 | |
*** obondarev has joined #openstack-neutron | 11:39 | |
*** tpsilva has joined #openstack-neutron | 11:40 | |
*** EinstCrazy has joined #openstack-neutron | 11:40 | |
*** wolverineav has quit IRC | 11:42 | |
*** thorst_ has joined #openstack-neutron | 11:45 | |
*** thorst has quit IRC | 11:49 | |
*** bharathk has quit IRC | 11:51 | |
*** namnh has quit IRC | 11:53 | |
*** ajmiller has quit IRC | 11:54 | |
*** ajmiller has joined #openstack-neutron | 11:54 | |
*** obondarev has quit IRC | 11:55 | |
*** obondarev has joined #openstack-neutron | 11:56 | |
*** tbachman has quit IRC | 11:56 | |
*** tbachman_ has joined #openstack-neutron | 11:56 | |
jschwarz | akamyshnikova_, heya | 11:57 |
akamyshnikova_ | jschwarz, hi | 11:57 |
jschwarz | akamyshnikova_, how are you today? :) | 11:57 |
*** rook has joined #openstack-neutron | 11:58 | |
*** ramamurthy has joined #openstack-neutron | 11:58 | |
jschwarz | akamyshnikova_, finally got around to sending that list of topics for the talk | 11:58 |
akamyshnikova_ | jschwarz, I'm okey, but I have to write some reports about my testing today :( | 11:59 |
*** amuller has joined #openstack-neutron | 11:59 | |
jschwarz | akamyshnikova_, most of the tests were good though, no? | 11:59 |
*** Leo_ has joined #openstack-neutron | 12:00 | |
akamyshnikova_ | jschwarz, I tested L3 HA + DVR also and it was a bit slow with recovering | 12:00 |
jschwarz | akamyshnikova_, how slow? | 12:00 |
*** claudiub has quit IRC | 12:00 | |
akamyshnikova_ | jschwarz, yeah, I saw you email, this looks good! I just haven't write the same notes myself :( but I will do that | 12:01 |
jschwarz | akamyshnikova_, I trust you :) | 12:02 |
jschwarz | we have till Wednesday so I think we're good | 12:02 |
*** thorst_ is now known as thorst | 12:02 | |
*** ivc_ has quit IRC | 12: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 packets | 12:04 |
jschwarz | ouch :< | 12:04 |
jschwarz | during failover also? | 12:04 |
*** Leo_ has quit IRC | 12:04 | |
akamyshnikova_ | jschwarz, about L3 HA the race that we discuss and https://bugs.launchpad.net/neutron/+bug/1597461, otherwise it is OK | 12:04 |
openstack | Launchpad bug 1597461 in neutron "L3 HA: 2 masters after reboot of controller" [Undecided,Confirmed] - Assigned to Ann Taraday (akamyshnikova) | 12:04 |
jschwarz | akamyshnikova_, funny you mentioned https://bugs.launchpad.net/neutron/+bug/1597461 as we found it also in our inhouse testing | 12:05 |
akamyshnikova_ | jschwarz, during failover even more ~40 packets | 12:05 |
jschwarz | akamyshnikova_, sounds like we have our work cut out for us | 12: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 enough | 12:07 |
openstack | Launchpad 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-neutron | 12:07 | |
*** dingboopt has quit IRC | 12:08 | |
*** davidsha has quit IRC | 12: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 fine | 12:09 |
slaweq_ | thx a lot for help | 12:09 |
*** ajmiller has quit IRC | 12:09 | |
*** ajmiller has joined #openstack-neutron | 12:09 | |
akamyshnikova_ | slaweq, no problem! I have one suggestion I put a comment on patch set 22 | 12:10 |
*** vikasc_ has quit IRC | 12:10 | |
slaweq_ | I made changes according to that | 12:10 |
slaweq_ | You can check in meantime if will be better now for You | 12:10 |
*** vikasc has quit IRC | 12:10 | |
*** hoangcx has quit IRC | 12:11 | |
slaweq_ | akamyshnikova_: I didn't find Your today comment | 12: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 report | 12:14 |
jschwarz | kevinbenton, ping | 12:14 |
*** baoli has joined #openstack-neutron | 12:14 | |
slaweq_ | akamyshnikova_: ok, I will create such issue on launchpad and push patch asap, thx for help | 12:15 |
*** baoli_ has joined #openstack-neutron | 12:15 | |
akamyshnikova_ | slaweq_, great! Thank you! | 12:16 |
*** davidsha has joined #openstack-neutron | 12:16 | |
*** baoli has quit IRC | 12:19 | |
*** mdavidson has quit IRC | 12:21 | |
*** ratailor has quit IRC | 12:21 | |
*** dkehn_ has joined #openstack-neutron | 12:22 | |
slaweq_ | akamyshnikova_: will this be ok: https://bugs.launchpad.net/neutron/+bug/1599840 ? | 12:22 |
openstack | Launchpad 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 fzdarsky | 12:23 | |
*** tyrola has quit IRC | 12:23 | |
*** tyrola has joined #openstack-neutron | 12:24 | |
*** dkehn__ has quit IRC | 12:25 | |
*** stanzgy_ has quit IRC | 12:25 | |
*** stanzgy has quit IRC | 12: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 fks | 12:25 |
*** namnh has joined #openstack-neutron | 12:26 | |
*** garyk1 has quit IRC | 12:27 | |
*** apdibbo has joined #openstack-neutron | 12:27 | |
slaweq_ | ok, I added such info to description | 12:28 |
*** vthapar has joined #openstack-neutron | 12:28 | |
*** rtheis has quit IRC | 12:29 | |
akamyshnikova_ | slaweq_, thanks! | 12:29 |
*** mkolesni_ has quit IRC | 12:30 | |
*** banix has joined #openstack-neutron | 12:31 | |
*** tonytan4ever has joined #openstack-neutron | 12:33 | |
slaweq_ | akamyshnikova_: are there any unit or other tests for those functions? | 12:33 |
slaweq_ | because I can't find such tests | 12:33 |
*** ranjithd has joined #openstack-neutron | 12:34 | |
akamyshnikova_ | slaweq_, I think no, it is tested with working migration xD | 12:34 |
*** roeyc has joined #openstack-neutron | 12:34 | |
slaweq_ | ok, better for me :D | 12:34 |
namnh | zzzeek: 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 IRC | 12:36 | |
*** zzzeek has quit IRC | 12:37 | |
*** tyrola has joined #openstack-neutron | 12:37 | |
*** namnh has quit IRC | 12:37 | |
*** mdavidson has joined #openstack-neutron | 12:37 | |
*** pradk has quit IRC | 12:37 | |
*** tonytan4ever has quit IRC | 12:38 | |
*** wolverineav has joined #openstack-neutron | 12:39 | |
*** EinstCrazy has quit IRC | 12:40 | |
*** apdibbo has quit IRC | 12:40 | |
*** tbachman_ has quit IRC | 12:40 | |
anilvenkata | shihanzhang, rossella_s can u please review https://review.openstack.org/#/c/337064/ | 12:42 |
anilvenkata | ajo, jlibosva while zuul is running a test for patch, can I login to jenkins and check the test log? | 12:43 |
*** wolverineav has quit IRC | 12:43 | |
*** tbachman has joined #openstack-neutron | 12:44 | |
*** oanson has quit IRC | 12:46 | |
anilvenkata | haleyb, do u know anyone who can run tempest dvr multinode test locally in their setup? | 12:46 |
jschwarz | anilvenkata, I did that once | 12:51 |
jschwarz | "once" :P | 12:51 |
anilvenkata | jschwarz, how? | 12:51 |
*** eezhova has quit IRC | 12:51 | |
jschwarz | anilvenkata, it's a simple multi-node setup you can run using devstack | 12:51 |
anilvenkata | jschwarz, u mean checking jenkins? | 12:51 |
*** diga has quit IRC | 12:52 | |
*** tbachman_ has joined #openstack-neutron | 12:52 | |
jschwarz | and then run tempest as per usual | 12:52 |
*** tbachman has quit IRC | 12:52 | |
*** tbachman_ is now known as tbachman | 12:52 | |
anilvenkata | jschwarz, I have done that today | 12:52 |
jschwarz | anilvenkata, ok | 12:52 |
*** jamesdenton has joined #openstack-neutron | 12:53 | |
anilvenkata | jschwarz, tests were passing in my local set up, but on CI it is failing https://review.openstack.org/#/c/324302/14 | 12:53 |
anilvenkata | jschwarz, my last comment in that patch | 12:53 |
jlibosva | anilvenkata: I think not anymore, you can check results per test once it's finished | 12:54 |
anilvenkata | jlanoux, umm | 12:55 |
anilvenkata | jlanoux, sorry, I was replying to jlibosva | 12:55 |
jlanoux | :) | 12:55 |
*** jpena|lunch is now known as jpena | 12:55 | |
*** kawa2014 has quit IRC | 12:56 | |
*** kawa2014 has joined #openstack-neutron | 12:58 | |
*** korzen has joined #openstack-neutron | 12:58 | |
*** iyamahat has joined #openstack-neutron | 12:59 | |
*** nmagnezi_ has joined #openstack-neutron | 13:00 | |
openstackgerrit | Pablo Iranzo Gómez proposed openstack/neutron-lib: Add validator to test integers https://review.openstack.org/337237 | 13:01 |
*** oshvartz has quit IRC | 13:01 | |
*** pgadiya has quit IRC | 13:01 | |
*** nmagnezi_ has quit IRC | 13:01 | |
*** nmagnezi_ has joined #openstack-neutron | 13:02 | |
*** links has quit IRC | 13:02 | |
*** jckasper has joined #openstack-neutron | 13:05 | |
*** jckasper has quit IRC | 13:07 | |
*** ajmiller has quit IRC | 13:07 | |
*** ajmiller has joined #openstack-neutron | 13:08 | |
*** jckasper has joined #openstack-neutron | 13:08 | |
*** sputnik13 has joined #openstack-neutron | 13:08 | |
*** jckasper has quit IRC | 13:08 | |
*** jckasper has joined #openstack-neutron | 13:09 | |
*** hoangcx has joined #openstack-neutron | 13:09 | |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron: Add function to remove constraints from database https://review.openstack.org/338986 | 13:11 |
slaweq_ | akamyshnikova_: ^^^ this is patch with this db migration functions | 13:12 |
*** tonytan4ever has joined #openstack-neutron | 13:12 | |
*** jlibosva has quit IRC | 13:13 | |
*** abregman has quit IRC | 13:13 | |
*** M00nr41n has quit IRC | 13:15 | |
*** jlibosva has joined #openstack-neutron | 13:16 | |
*** yamahata has joined #openstack-neutron | 13:17 | |
HenryG | akamyshnikova_: ping | 13:17 |
akamyshnikova_ | HenryG, hi! | 13:17 |
HenryG | akamyshnikova_: I am looking at the unit test failure on enginefacade part 3 | 13:17 |
akamyshnikova_ | HenryG, yeah, I run locally and have DB error there, so this needs investigation | 13:18 |
openstackgerrit | Pablo Iranzo Gómez proposed openstack/neutron-lib: Fix simple typo https://review.openstack.org/338990 | 13:19 |
HenryG | akamyshnikova_: OK, let me try locally also | 13: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 this | 13:20 |
*** fragatina has joined #openstack-neutron | 13:21 | |
HenryG | akamyshnikova_: Oh, that is in the core of the API code. I wonder if amotoki or kevinbenton can help. | 13:23 |
*** baoli_ has quit IRC | 13:24 | |
HenryG | akamyshnikova_: I get the same sqlite3.IntegrityError when I run the unit test locally | 13:26 |
*** eezhova has joined #openstack-neutron | 13:26 | |
*** cleong has joined #openstack-neutron | 13:27 | |
akamyshnikova_ | HenryG, yeah, but the cause for this I suppose is the wrong session or something like it | 13:27 |
*** rtheis has joined #openstack-neutron | 13:32 | |
*** tbachman has quit IRC | 13:35 | |
haleyb | anilvenkata: that test could be failing because our updates to tempest and nova to support migration w/dvr aren't in the tree yet | 13:36 |
*** baoli has joined #openstack-neutron | 13:37 | |
slaweq_ | akamyshnikova_: I have one question about Your comment in https://review.openstack.org/#/c/338986/1/neutron/db/migration/__init__.py | 13:37 |
anilvenkata | haleyb, but locally it is passing | 13:37 |
akamyshnikova_ | slaweq_, sure | 13:37 |
*** prithiv has joined #openstack-neutron | 13: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-neutron | 13:38 | |
anilvenkata | haleyb, 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 IRC | 13:40 | |
akamyshnikova_ | slaweq_, yes, remove_foreign_keys becomes a special case of remove_constraints | 13:40 |
slaweq_ | ok, I understand it now | 13:40 |
slaweq_ | sorry | 13:40 |
slaweq_ | there was no question | 13:40 |
*** dkehn has joined #openstack-neutron | 13:40 | |
slaweq_ | I'm tired today :) | 13:40 |
*** dkehn_ has quit IRC | 13: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 IRC | 13:42 | |
slaweq_ | no prob | 13:42 |
slaweq_ | I'm doing this change right now :) | 13:42 |
slaweq_ | sorry for stupid question | 13:42 |
slaweq_ | when I asked You I understood what You wanted :) | 13:43 |
*** baoli has quit IRC | 13:44 | |
*** dane_leblanc_ has joined #openstack-neutron | 13:44 | |
*** zzzeek has joined #openstack-neutron | 13:44 | |
*** pradk has joined #openstack-neutron | 13:44 | |
*** janzian has joined #openstack-neutron | 13:45 | |
openstackgerrit | Hong Hui Xiao proposed openstack/neutron: Delete default route if no gateway in external net https://review.openstack.org/254750 | 13:46 |
*** sudipto has joined #openstack-neutron | 13:46 | |
*** anilvenkata has quit IRC | 13:48 | |
*** obondarev has quit IRC | 13:48 | |
*** dingboopt has joined #openstack-neutron | 13:49 | |
openstackgerrit | Brian Haley proposed openstack/neutron: Fix typo in message string causing server exception https://review.openstack.org/339008 | 13:51 |
slaweq_ | akamyshnikova_: it will not be so easy probably because I can't find method like "get_all_constraints" to check if constraint exists | 13:52 |
*** nmagnezi_ has quit IRC | 13:52 | |
slaweq_ | there is get_unique_constraints() methid in sqlalchemy but not for all constraints | 13:52 |
*** jhershbe has quit IRC | 13:53 | |
akamyshnikova_ | slaweq_, you can leave this check only for unique constraints | 13:53 |
slaweq_ | so if unique then check and in other cases just remove, yes? | 13:53 |
*** akorzeni__ has joined #openstack-neutron | 13: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 unique | 13: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 them | 13:55 |
slaweq_ | I can also just remove constraints without check if such constraint exists and then it will be easier | 13:55 |
*** korzen has quit IRC | 13:56 | |
*** dasanind has joined #openstack-neutron | 13:57 | |
*** sindhu has joined #openstack-neutron | 13:59 | |
*** wolverineav has joined #openstack-neutron | 14:00 | |
openstackgerrit | Pablo Iranzo Gómez proposed openstack/neutron-lib: Add validator to test integers https://review.openstack.org/337237 | 14:00 |
*** baoli has joined #openstack-neutron | 14:01 | |
*** numans has joined #openstack-neutron | 14:02 | |
*** dkehn_ has joined #openstack-neutron | 14:02 | |
*** nmagnezi has quit IRC | 14:02 | |
*** dasanind has quit IRC | 14:04 | |
*** dasanind has joined #openstack-neutron | 14:06 | |
*** lnicolas has quit IRC | 14:07 | |
*** wolverineav has quit IRC | 14:08 | |
*** trevormc has joined #openstack-neutron | 14:08 | |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron: Add function to remove constraints from database https://review.openstack.org/338986 | 14:08 |
openstackgerrit | tonytan4ever proposed openstack/neutron: Add subresources support for PECAN https://review.openstack.org/336188 | 14:09 |
openstackgerrit | tonytan4ever proposed openstack/neutron: Pecan: Define plugin crud methods in base class https://review.openstack.org/334736 | 14:09 |
*** baoli has quit IRC | 14:11 | |
*** baoli has joined #openstack-neutron | 14:12 | |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron: Add function to remove constraints from database https://review.openstack.org/338986 | 14:12 |
*** tonytan_brb has joined #openstack-neutron | 14:12 | |
*** rdxnoam has joined #openstack-neutron | 14:15 | |
*** tonytan4ever has quit IRC | 14:15 | |
rdxnoam | Hello! i need help setting up a second public network using neutron. can anyone assist? | 14:15 |
trevormc | I'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-neutron | 14:17 | |
*** prateek has quit IRC | 14:20 | |
*** emagana has quit IRC | 14:20 | |
openstackgerrit | Pablo Iranzo Gómez proposed openstack/neutron-lib: Add validator to test integers https://review.openstack.org/337237 | 14:21 |
*** EinstCra_ has joined #openstack-neutron | 14:24 | |
openstackgerrit | Pavel Bondar proposed openstack/neutron: Allow auto-addressed ips deletion on port update https://review.openstack.org/323345 | 14:25 |
*** prithiv has quit IRC | 14:25 | |
*** kriskend has joined #openstack-neutron | 14:26 | |
openstackgerrit | Margaret Frances proposed openstack/neutron-fwaas: [WIP] Refactor FWaaS' L3 agent extension https://review.openstack.org/337699 | 14:26 |
*** hoangcx has quit IRC | 14:28 | |
*** diga has joined #openstack-neutron | 14:29 | |
boden | dougwig 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-neutron | 14:30 | |
*** wolverineav has joined #openstack-neutron | 14:30 | |
openstackgerrit | Merged openstack/neutron: List only admin_state_up auto-allocated resources https://review.openstack.org/337863 | 14:34 |
*** rossella_s has quit IRC | 14:39 | |
*** techcet has joined #openstack-neutron | 14:39 | |
*** rossella_s has joined #openstack-neutron | 14:40 | |
*** moshele has joined #openstack-neutron | 14:40 | |
*** tbachman has joined #openstack-neutron | 14:41 | |
*** tonytan_brb is now known as tonytan4ever | 14:41 | |
*** emagana has joined #openstack-neutron | 14:42 | |
*** hoangcx has quit IRC | 14:43 | |
*** hoangcx has joined #openstack-neutron | 14:43 | |
*** techcet has quit IRC | 14:44 | |
*** emagana_ has joined #openstack-neutron | 14:44 | |
*** emagana_ has quit IRC | 14:44 | |
*** salv-orlando has joined #openstack-neutron | 14:44 | |
*** emagana_ has joined #openstack-neutron | 14:44 | |
*** javeriak has quit IRC | 14:45 | |
*** salv-orl_ has joined #openstack-neutron | 14:45 | |
*** banix has quit IRC | 14:46 | |
*** emagana has quit IRC | 14:46 | |
*** itamarl_ has joined #openstack-neutron | 14:47 | |
*** tidwellr has joined #openstack-neutron | 14:47 | |
*** vishwanathj has quit IRC | 14:47 | |
*** edand has quit IRC | 14:48 | |
*** vishwanathj has joined #openstack-neutron | 14:48 | |
*** jhershbe has joined #openstack-neutron | 14:48 | |
*** moshele has quit IRC | 14:48 | |
*** salv-orlando has quit IRC | 14:49 | |
*** itamarl has quit IRC | 14:49 | |
*** itamarl_ is now known as itamarl | 14:49 | |
*** gvrangan has joined #openstack-neutron | 14:49 | |
*** itamarl has quit IRC | 14:50 | |
*** Leo_ has joined #openstack-neutron | 14:51 | |
*** ametts has joined #openstack-neutron | 14:51 | |
*** bjornar_ has quit IRC | 14:52 | |
*** Leom has joined #openstack-neutron | 14:52 | |
*** jckasper has quit IRC | 14:53 | |
*** sindhu has quit IRC | 14:54 | |
*** jckasper has joined #openstack-neutron | 14:54 | |
*** hoangcx has quit IRC | 14:54 | |
*** jckasper has quit IRC | 14:55 | |
*** jckasper has joined #openstack-neutron | 14:56 | |
*** Leo_ has quit IRC | 14:56 | |
*** pavel_bondar has joined #openstack-neutron | 14:58 | |
*** fnaval has quit IRC | 14:58 | |
*** slaweq_ has quit IRC | 14:58 | |
openstackgerrit | Merged openstack/neutron: Change tunnel MTU calculation to support IPv6 https://review.openstack.org/320121 | 14:59 |
*** wolverineav has quit IRC | 14:59 | |
*** svenkat has joined #openstack-neutron | 15:00 | |
HenryG | boden: ack, I have added it to my queue | 15:01 |
*** banix has joined #openstack-neutron | 15:01 | |
*** mickeys has joined #openstack-neutron | 15:01 | |
*** bharath has joined #openstack-neutron | 15:02 | |
*** wolverineav has joined #openstack-neutron | 15:03 | |
*** garyk has quit IRC | 15:03 | |
*** gongysh has joined #openstack-neutron | 15:06 | |
rdxnoam | Hello! i need help setting up a second public network using neutron. can anyone assist? | 15:06 |
rdxnoam | Or point me in the right direction... | 15:07 |
*** gvrangan has quit IRC | 15:07 | |
gongysh | kevinbenton, hi | 15:08 |
*** regXboi has joined #openstack-neutron | 15:08 | |
*** sindhu has joined #openstack-neutron | 15:09 | |
*** ramamurthy has quit IRC | 15:09 | |
*** saggi has quit IRC | 15:10 | |
*** fnaval has joined #openstack-neutron | 15:10 | |
*** wolverineav has quit IRC | 15:11 | |
*** ramamurthy has joined #openstack-neutron | 15:12 | |
*** garyk has joined #openstack-neutron | 15:12 | |
*** vikram has quit IRC | 15:13 | |
*** banix has quit IRC | 15:13 | |
*** gvrangan has joined #openstack-neutron | 15:13 | |
*** dasanind has quit IRC | 15:13 | |
*** sindhu has quit IRC | 15:14 | |
*** sindhu has joined #openstack-neutron | 15:14 | |
*** banix has joined #openstack-neutron | 15:16 | |
*** sridharg has quit IRC | 15:16 | |
*** ababich has quit IRC | 15:17 | |
openstackgerrit | Drew Thorstensen proposed openstack/os-vif: Inclusion of PowerVM SEA VIF Type https://review.openstack.org/339059 | 15:19 |
*** sudipto has quit IRC | 15:19 | |
*** vhosakot has joined #openstack-neutron | 15:20 | |
*** davidlenwell has quit IRC | 15:20 | |
*** akshai has joined #openstack-neutron | 15:21 | |
*** david-lyle__ has joined #openstack-neutron | 15:21 | |
*** itzkb_ has quit IRC | 15:24 | |
*** david-lyle__ is now known as david-lyle | 15:24 | |
*** gvrangan has quit IRC | 15:24 | |
*** dkehn__ has joined #openstack-neutron | 15:25 | |
*** watanabe_isao has joined #openstack-neutron | 15:26 | |
*** aranjan has joined #openstack-neutron | 15:27 | |
*** obondarev has joined #openstack-neutron | 15:27 | |
*** jlibosva has quit IRC | 15:27 | |
*** aranjan_ has joined #openstack-neutron | 15:28 | |
*** dkehn has quit IRC | 15:28 | |
*** andreas_s has quit IRC | 15:29 | |
*** davidlenwell has joined #openstack-neutron | 15:30 | |
*** jhershbe has quit IRC | 15:30 | |
*** watanabe_isao has quit IRC | 15:30 | |
*** akorzeni__ has quit IRC | 15:31 | |
*** kobis has quit IRC | 15:31 | |
*** aranjan has quit IRC | 15:32 | |
*** aranjan_ has quit IRC | 15:32 | |
*** asingh has joined #openstack-neutron | 15:34 | |
*** wolverineav has joined #openstack-neutron | 15:34 | |
*** ramamurthy has quit IRC | 15:35 | |
*** dasanind has joined #openstack-neutron | 15:36 | |
*** tbachman_ has joined #openstack-neutron | 15:37 | |
*** tbachman has quit IRC | 15:39 | |
*** tbachman_ is now known as tbachman | 15:39 | |
*** javeriak has joined #openstack-neutron | 15:39 | |
*** iyamahat has quit IRC | 15:40 | |
*** yamahata has quit IRC | 15:42 | |
*** fragatina has quit IRC | 15:45 | |
openstackgerrit | Merged openstack/neutron: Fixed Typo in contribute.rst https://review.openstack.org/338303 | 15:47 |
openstackgerrit | Merged openstack/neutron-lib: Fix simple typo https://review.openstack.org/338990 | 15:48 |
*** techcet has joined #openstack-neutron | 15:49 | |
*** pcaruana has quit IRC | 15:49 | |
*** gongysh has quit IRC | 15:50 | |
*** roeyc1 has joined #openstack-neutron | 15:51 | |
*** roeyc has quit IRC | 15:51 | |
*** ushkalim has quit IRC | 15:52 | |
*** anilvenkata has joined #openstack-neutron | 15:53 | |
*** prithiv has joined #openstack-neutron | 15:53 | |
*** regXboi has quit IRC | 15:55 | |
*** regXboi has joined #openstack-neutron | 15:55 | |
*** aranjan has joined #openstack-neutron | 15:56 | |
*** jprovazn has joined #openstack-neutron | 15:56 | |
*** abregman has joined #openstack-neutron | 15:56 | |
*** wolverineav has quit IRC | 15:56 | |
*** nmagnezi has joined #openstack-neutron | 15:56 | |
*** azbiswas has joined #openstack-neutron | 15:57 | |
*** wolverineav has joined #openstack-neutron | 15:58 | |
*** pavel_bondar has quit IRC | 15:58 | |
*** iyamahat has joined #openstack-neutron | 16:00 | |
*** tbachman has quit IRC | 16:00 | |
*** jlibosva has joined #openstack-neutron | 16:01 | |
*** wolverineav has quit IRC | 16:02 | |
*** seldenr has joined #openstack-neutron | 16:03 | |
*** aranjan has quit IRC | 16:03 | |
*** yamamoto has joined #openstack-neutron | 16:03 | |
*** regXboi has quit IRC | 16:06 | |
*** regXboi has joined #openstack-neutron | 16:06 | |
*** dxu has joined #openstack-neutron | 16:07 | |
openstackgerrit | Anindita Das proposed openstack/python-neutronclient: Fix for neutron quota-update returns a list https://review.openstack.org/339104 | 16:07 |
*** abregman has quit IRC | 16:07 | |
*** abregman has joined #openstack-neutron | 16:07 | |
*** azbiswas_ has joined #openstack-neutron | 16:07 | |
*** jprovazn has quit IRC | 16:08 | |
*** jlanoux has quit IRC | 16:08 | |
*** ygbo has quit IRC | 16:09 | |
*** armax has joined #openstack-neutron | 16:09 | |
*** rcernin has quit IRC | 16:10 | |
*** azbiswas has quit IRC | 16:10 | |
*** vthapar has quit IRC | 16:11 | |
*** dasanind has left #openstack-neutron | 16:12 | |
*** dasanind has joined #openstack-neutron | 16:13 | |
*** john-davidge has quit IRC | 16:15 | |
*** dedery has joined #openstack-neutron | 16:15 | |
*** wolverineav has joined #openstack-neutron | 16:16 | |
*** dedery has quit IRC | 16:16 | |
*** yfried has quit IRC | 16:19 | |
*** ramamurthy has joined #openstack-neutron | 16:20 | |
*** wolverineav has quit IRC | 16:20 | |
*** dkehn_ is now known as dkehn | 16:20 | |
*** dkehn__ is now known as dkehn_ | 16:20 | |
*** dasanind has quit IRC | 16:20 | |
*** azbiswas_ has quit IRC | 16:21 | |
*** diga has quit IRC | 16:21 | |
*** wolverineav has joined #openstack-neutron | 16:21 | |
*** M00nr41n has joined #openstack-neutron | 16:21 | |
*** jianghuaw has joined #openstack-neutron | 16:23 | |
*** tesseract- has quit IRC | 16:23 | |
*** shashank_hegde has joined #openstack-neutron | 16:24 | |
*** azbiswas has joined #openstack-neutron | 16:24 | |
*** prithiv has quit IRC | 16:24 | |
*** dasanind has joined #openstack-neutron | 16:27 | |
*** wolverineav has quit IRC | 16:28 | |
*** tmorin has quit IRC | 16:29 | |
*** shivrao has joined #openstack-neutron | 16:29 | |
*** mkoderer has quit IRC | 16:30 | |
*** lmiccini has quit IRC | 16:30 | |
*** haplo37_ has joined #openstack-neutron | 16:31 | |
*** kawa2014 has quit IRC | 16:31 | |
*** mkoderer has joined #openstack-neutron | 16:31 | |
*** devvesa has quit IRC | 16:33 | |
*** wolverineav has joined #openstack-neutron | 16:33 | |
*** lmiccini has joined #openstack-neutron | 16:34 | |
*** shashank_hegde has quit IRC | 16:35 | |
*** shz has joined #openstack-neutron | 16:35 | |
*** anilvenkata has quit IRC | 16:36 | |
*** shihanzhang has quit IRC | 16:37 | |
*** julim has quit IRC | 16:38 | |
*** julim has joined #openstack-neutron | 16:38 | |
*** azbiswas has quit IRC | 16:38 | |
*** gvrangan has joined #openstack-neutron | 16:39 | |
*** asingh has quit IRC | 16:41 | |
*** julim has quit IRC | 16:42 | |
*** azbiswas has joined #openstack-neutron | 16:42 | |
*** davidsha has quit IRC | 16:43 | |
*** shivrao_ has joined #openstack-neutron | 16:45 | |
*** yamahata has joined #openstack-neutron | 16:45 | |
*** shivrao has quit IRC | 16:46 | |
*** shivrao_ is now known as shivrao | 16:46 | |
*** tyrola has quit IRC | 16:47 | |
openstackgerrit | Vasyl Saienko proposed openstack/neutron: WIP: Add BaremetalMechanismDriver driver https://review.openstack.org/339129 | 16:48 |
*** lucasagomes is now known as lucas|afk | 16:48 | |
*** regXboi has quit IRC | 16:49 | |
*** anilvenkata has joined #openstack-neutron | 16:50 | |
*** regXboi has joined #openstack-neutron | 16:51 | |
*** wolverineav has quit IRC | 16:51 | |
*** kevo has quit IRC | 16:52 | |
*** asingh has joined #openstack-neutron | 16:53 | |
*** azbiswas has quit IRC | 16:54 | |
*** yamahata has quit IRC | 16:58 | |
*** tidwellr has left #openstack-neutron | 16:58 | |
*** wolverineav has joined #openstack-neutron | 16:58 | |
*** yamahata has joined #openstack-neutron | 16:58 | |
openstackgerrit | Anindita Das proposed openstack/python-neutronclient: Fix for neutron quota-update returns a list https://review.openstack.org/339104 | 17:00 |
*** roeyc1 has quit IRC | 17:02 | |
*** Sukhdev has joined #openstack-neutron | 17:02 | |
*** wolverineav has quit IRC | 17:02 | |
*** klindgren__ is now known as klindgren | 17:02 | |
*** obondarev has quit IRC | 17:04 | |
*** cleong has quit IRC | 17:04 | |
*** azbiswas has joined #openstack-neutron | 17:04 | |
*** Leom has quit IRC | 17:04 | |
*** aranjan has joined #openstack-neutron | 17:05 | |
*** anilvenkata has quit IRC | 17:05 | |
*** dingboopt has quit IRC | 17:08 | |
*** sindhu has quit IRC | 17:08 | |
*** sputnik13 has quit IRC | 17:09 | |
*** azbiswas_ has joined #openstack-neutron | 17:12 | |
*** tbachman has joined #openstack-neutron | 17:12 | |
*** azbiswas has quit IRC | 17:13 | |
*** baoli has quit IRC | 17:14 | |
*** gouthamr has joined #openstack-neutron | 17:17 | |
*** wolverineav has joined #openstack-neutron | 17:19 | |
*** wolverineav has quit IRC | 17:19 | |
*** wolverineav has joined #openstack-neutron | 17:20 | |
*** julim has joined #openstack-neutron | 17:20 | |
*** xiaohhui has quit IRC | 17:20 | |
*** amuller is now known as amuller_afk | 17:20 | |
*** julim has quit IRC | 17:21 | |
*** dane_leblanc__ has joined #openstack-neutron | 17:21 | |
*** nmagnezi has quit IRC | 17:23 | |
*** julim has joined #openstack-neutron | 17:23 | |
*** abhiraut has joined #openstack-neutron | 17:24 | |
*** shz has quit IRC | 17:24 | |
*** dane_leblanc_ has quit IRC | 17:24 | |
*** shihanzhang has joined #openstack-neutron | 17:25 | |
*** tidwellr has joined #openstack-neutron | 17:30 | |
*** s3wong has joined #openstack-neutron | 17:31 | |
openstackgerrit | Ankur proposed openstack/neutron: Neutron Feature Classification https://review.openstack.org/318192 | 17:32 |
openstackgerrit | Ankur proposed openstack/neutron: Neutron Feature Matrix Implementation https://review.openstack.org/324048 | 17:32 |
*** fzdarsky is now known as fzdarsky|afk | 17:32 | |
yamamoto | armax: ping | 17:33 |
armax | yamamoto: pong | 17:33 |
yamamoto | armax: how do you think? https://bugs.launchpad.net/neutron/+bug/1599936 | 17:34 |
openstack | Launchpad bug 1599936 in neutron "l2gw provider config prevents *aas provider config from being loaded" [Undecided,New] | 17:34 |
* armax looks | 17:34 | |
*** daneyon has joined #openstack-neutron | 17:35 | |
armax | yamamoto: do you see this as a regression? | 17:35 |
yamamoto | i guess the easiest fix would be to make l2gw use the "canonical" name ie. /etc/neutron/networking_l2gw.conf | 17:35 |
armax | yamamoto: or you just happned to notice? | 17:35 |
*** xiaohhui has joined #openstack-neutron | 17:36 | |
armax | yamamoto: recently Ihar posted a patch in the area, I wonder if the —config-dir option helps | 17:36 |
armax | yamamoto: have you tried? | 17:36 |
yamamoto | i just happened to notice. i don't know if it's a regression or not | 17:36 |
yamamoto | no | 17:36 |
armax | https://review.openstack.org/#/c/323428/ | 17:36 |
yamamoto | do you mean to make devstack use the option? | 17:36 |
armax | I mean https://review.openstack.org/#/c/320304/ | 17:37 |
armax | well | 17:37 |
armax | I’d like to confirm first that using config-dir would help | 17:38 |
armax | then we can figure out how to tackle it | 17:38 |
armax | because I think the desire is to move away from using config-file multiple times | 17:38 |
*** salv-orlando has joined #openstack-neutron | 17:38 | |
*** daneyon_ has joined #openstack-neutron | 17:38 | |
*** mhickey has quit IRC | 17:39 | |
*** rdxnoam_ has joined #openstack-neutron | 17:39 | |
*** salv-orl_ has quit IRC | 17:39 | |
yamamoto | i thought there was some reason for devstack not to use --config-dir. isn't it the case? | 17:39 |
armax | yamamoto: also, I am not sure I fully understand the failure mode | 17:39 |
*** jpena has quit IRC | 17:39 | |
armax | yamamoto: I think it’s mostly legacy | 17:39 |
armax | yamamoto: that can be cleaned up especially now that all adv services get their own devstack plugin | 17:40 |
armax | yamamoto: do you happen to have a stacktrace, or an environment where you saw this? | 17:40 |
armax | or is it your local env? | 17:40 |
yamamoto | it's my local env | 17:40 |
*** kevo has joined #openstack-neutron | 17:41 | |
*** daneyon has quit IRC | 17:41 | |
armax | also | 17:42 |
armax | would the order matter? | 17:42 |
yamamoto | order of what? | 17:42 |
armax | ie. say you put the l2gw plugin file ahead of the midonet one | 17:42 |
armax | same error? | 17:42 |
yamamoto | i don't think it matters | 17:42 |
armax | ok | 17:44 |
armax | do you have time to look into it? | 17:44 |
armax | I have other fish to fry today :( | 17:44 |
yamamoto | i plan to look at it tomorrow. i wanted to know your opinion before working on it. | 17:45 |
yamamoto | i think the failure mode is reasonably clear | 17:45 |
armax | yamamoto: I not quite sure I undertstand teh failure mode | 17:45 |
*** shashank_hegde has joined #openstack-neutron | 17:45 | |
yamamoto | https://github.com/openstack/neutron/blob/master/neutron/services/provider_configuration.py#L114 | 17:45 |
armax | not to me | 17:45 |
yamamoto | this "Alternately" part is never executed because l2gw provider is found at L110 | 17:46 |
armax | but then how is the midonet.ini file any different? | 17:47 |
*** sindhu has joined #openstack-neutron | 17:47 | |
*** M00nr41n has quit IRC | 17:47 | |
yamamoto | midonet.ini is not relevant because it doesn't have service_provider setting | 17:48 |
yamamoto | if it has, it can cause the same issue. | 17:48 |
*** SumitNaiksatam has joined #openstack-neutron | 17:48 | |
armax | ok, 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.ini | 17:49 |
armax | is not complete? | 17:49 |
armax | or should it have the *-aas files too? | 17:49 |
yamamoto | it's complete in sense that it's what i saw from devstack | 17:50 |
armax | but you don’t have aas files on it, then how do you know? | 17:50 |
yamamoto | without l2gw_plugin.ini, the "Alternatively" code reads neutron_*aas.conf | 17:51 |
*** tbachman_ has joined #openstack-neutron | 17:52 | |
*** numans has quit IRC | 17:52 | |
*** tbachman has quit IRC | 17:52 | |
*** tbachman_ is now known as tbachman | 17:52 | |
yamamoto | so maybe making devstack specify --config-file *aas.conf, or use --config-dir would be a fix | 17:52 |
*** tflynn has joined #openstack-neutron | 17:52 | |
*** catintheroof has joined #openstack-neutron | 17:53 | |
armax | yamamoto: the fact taht the *aas files were automagically loaded always confused the heck out of me | 17:53 |
*** M00nr41n has joined #openstack-neutron | 17:54 | |
armax | yamamoto: but I am still confused | 17:54 |
armax | yamamoto: I don’t think that the *-aas are loaded automatically anymore if they are not specified on the command line | 17:55 |
*** M00nr41n has quit IRC | 17:55 | |
yamamoto | i don't care if they are always automatically loaded. the problem is that they sometimes are not. | 17:55 |
*** salv-orlando has quit IRC | 17:55 | |
armax | yamamoto: I think that adopting the config-dir option is the ultimate fix | 17:56 |
armax | yamamoto: otherwise extending what neutron can load is a mess | 17:56 |
yamamoto | ok, i agree. i'll try to make devstack use --config-dir tomorrow. | 17:57 |
*** salv-orlando has joined #openstack-neutron | 17:58 | |
yamamoto | armax: thank you for advice. good night! | 17:59 |
*** igordcard has quit IRC | 17:59 | |
*** igordcard has joined #openstack-neutron | 17:59 | |
armax | yamamoto: cool | 17:59 |
armax | yamamoto: ping me or ihar | 17:59 |
armax | yamamoto: and we’ll get this sorted once and for all | 18:00 |
armax | yamamoto: we keep kicking the can down the road | 18:00 |
armax | and that’s bad | 18:00 |
*** mkolesni_ has joined #openstack-neutron | 18:01 | |
*** yamamoto has quit IRC | 18:03 | |
*** baoli has joined #openstack-neutron | 18:03 | |
*** yamamoto has joined #openstack-neutron | 18:03 | |
*** david-lyle has quit IRC | 18:04 | |
*** bharath has quit IRC | 18:05 | |
*** regXboi has quit IRC | 18:06 | |
*** regXboi has joined #openstack-neutron | 18:06 | |
*** david-lyle has joined #openstack-neutron | 18:06 | |
*** daneyon_ has quit IRC | 18:09 | |
*** yamamoto has quit IRC | 18:09 | |
*** itisha has quit IRC | 18:10 | |
*** aranjan has quit IRC | 18:10 | |
*** efoley has quit IRC | 18:11 | |
*** aranjan has joined #openstack-neutron | 18:11 | |
*** jlibosva has quit IRC | 18:11 | |
*** ankur-gupta-f has left #openstack-neutron | 18:11 | |
*** aranjan_ has joined #openstack-neutron | 18:15 | |
*** aranjan has quit IRC | 18:15 | |
*** baoli has quit IRC | 18:17 | |
*** prateek has joined #openstack-neutron | 18:17 | |
*** crose has joined #openstack-neutron | 18:19 | |
*** fzdarsky|afk has quit IRC | 18:20 | |
*** rdxnoam_ has quit IRC | 18:20 | |
*** Leom has joined #openstack-neutron | 18:23 | |
*** aranjan_ has quit IRC | 18:23 | |
*** aranjan has joined #openstack-neutron | 18:23 | |
*** Leom_ has joined #openstack-neutron | 18:25 | |
*** Leom has quit IRC | 18:27 | |
*** Leom has joined #openstack-neutron | 18:28 | |
*** sindhu has quit IRC | 18:29 | |
*** Leom_ has quit IRC | 18:32 | |
*** shivrao has quit IRC | 18:32 | |
*** sindhu has joined #openstack-neutron | 18:32 | |
*** armax_ has joined #openstack-neutron | 18:32 | |
*** korzen has joined #openstack-neutron | 18:32 | |
*** armax has quit IRC | 18:34 | |
*** armax_ is now known as armax | 18:34 | |
*** azbiswas_ has quit IRC | 18:36 | |
*** gvrangan has quit IRC | 18:36 | |
openstackgerrit | Ankur proposed openstack/neutron: Neutron Feature Matrix Implementation https://review.openstack.org/324048 | 18:38 |
*** azbiswas has joined #openstack-neutron | 18:38 | |
*** banix has quit IRC | 18:38 | |
*** banix has joined #openstack-neutron | 18:38 | |
*** rcernin has joined #openstack-neutron | 18:39 | |
*** rossella_s has quit IRC | 18:39 | |
*** crose has quit IRC | 18:39 | |
*** rossella_s has joined #openstack-neutron | 18:39 | |
openstackgerrit | Aradhana Singh proposed openstack/neutron-fwaas: Updating imports as config options are being refactored https://review.openstack.org/339177 | 18:41 |
*** vhosakot has quit IRC | 18:41 | |
*** vhosakot has joined #openstack-neutron | 18:42 | |
*** vhosakot has quit IRC | 18:43 | |
*** vhosakot has joined #openstack-neutron | 18:43 | |
*** jianghuaw has quit IRC | 18:44 | |
*** claudiub has joined #openstack-neutron | 18:45 | |
*** amuller_afk is now known as amuller | 18:45 | |
*** shivrao has joined #openstack-neutron | 18:46 | |
*** baoli has joined #openstack-neutron | 18:46 | |
*** Sukhdev has quit IRC | 18:50 | |
*** mkolesni_ has quit IRC | 18:50 | |
*** shivrao has quit IRC | 18:51 | |
*** SumitNaiksatam has quit IRC | 18:51 | |
*** julim has quit IRC | 18:51 | |
*** itisha has joined #openstack-neutron | 18:52 | |
*** shivrao has joined #openstack-neutron | 18:53 | |
openstackgerrit | Manjeet Singh Bhatia proposed openstack/neutron: WIP Introduce OVO for quotas https://review.openstack.org/338625 | 18:53 |
*** tbachman has quit IRC | 18:53 | |
*** tbachman has joined #openstack-neutron | 18:54 | |
*** jianghuaw has joined #openstack-neutron | 18:56 | |
*** sambetts is now known as sambetts|afk | 18:57 | |
*** bjornar_ has joined #openstack-neutron | 18:57 | |
openstackgerrit | Margaret Frances proposed openstack/neutron: Generalize agent extension mechanism https://review.openstack.org/329701 | 18:57 |
*** vhosakot has quit IRC | 18:58 | |
*** ociuhandu has quit IRC | 18:58 | |
*** wolverin_ has joined #openstack-neutron | 18:59 | |
*** baoli has quit IRC | 19:00 | |
*** baoli has joined #openstack-neutron | 19:00 | |
*** wolverin_ has quit IRC | 19:01 | |
*** armax_ has joined #openstack-neutron | 19:01 | |
*** EinstCra_ has quit IRC | 19:01 | |
*** EinstCrazy has joined #openstack-neutron | 19:02 | |
*** wolverineav has quit IRC | 19:02 | |
*** tbachman has quit IRC | 19:02 | |
*** armax has quit IRC | 19:03 | |
*** armax_ is now known as armax | 19:03 | |
*** yamamoto has joined #openstack-neutron | 19:05 | |
*** yamamoto has quit IRC | 19:10 | |
*** vhosakot has joined #openstack-neutron | 19:12 | |
*** seldenr has quit IRC | 19:12 | |
*** prateek has quit IRC | 19:12 | |
*** salv-orlando has quit IRC | 19:12 | |
openstackgerrit | Sirushti Murugesan proposed openstack/neutron: Write a bytestring when opening file in binary mode https://review.openstack.org/337747 | 19:14 |
openstackgerrit | Brian Haley proposed openstack/neutron: DVR: Cleanup the stale snat redirect rules in router namespace https://review.openstack.org/337855 | 19:15 |
*** dasanind has quit IRC | 19:15 | |
*** woodburn has quit IRC | 19:16 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Revisit the Stadium section of the developer guide https://review.openstack.org/335739 | 19:17 |
openstackgerrit | Brian Haley proposed openstack/neutron: DVR: Cleanup the stale snat redirect rules in router namespace https://review.openstack.org/337855 | 19:17 |
openstackgerrit | Aradhana Singh proposed openstack/neutron: Refactoring config options for agent - l3 config https://review.openstack.org/338596 | 19:18 |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: DNM: Test subport validator https://review.openstack.org/339198 | 19:22 |
*** ametts has quit IRC | 19:23 | |
*** regXboi has quit IRC | 19:23 | |
amuller | haleyb: Thank you for finding a way to fix that that doesn't involve a local file cache =p | 19:25 |
*** shivrao has quit IRC | 19:25 | |
haleyb | amuller: well, swami did it, i just cleaned it up | 19:25 |
amuller | haleyb: I see he did, awesome :) | 19:26 |
*** wolverineav has joined #openstack-neutron | 19:27 | |
*** baoli has quit IRC | 19:28 | |
*** dasanind has joined #openstack-neutron | 19:30 | |
*** regXboi has joined #openstack-neutron | 19:31 | |
*** tonytan4ever has quit IRC | 19:32 | |
*** tbachman has joined #openstack-neutron | 19:32 | |
*** vhosakot has quit IRC | 19:33 | |
*** baoli has joined #openstack-neutron | 19:34 | |
openstackgerrit | Brian Haley proposed openstack/neutron: DVR: Create fip agent port on all agents when gateway added https://review.openstack.org/283757 | 19:35 |
openstackgerrit | Trevor McCasland proposed openstack/neutron: Add set_status helper in PortContext https://review.openstack.org/336068 | 19:39 |
*** rdxnoam_ has joined #openstack-neutron | 19:40 | |
rdxnoam_ | Hello, I am having trouble with some neutron configuration. can anyone assist? | 19:40 |
rdxnoam_ | Please? | 19:42 |
*** ociuhandu has joined #openstack-neutron | 19:44 | |
dasm | rdxnoam_: don't ask to ask, just ask. if you'll write your problem, maybe someone will be able to help and answer your question | 19: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 IRC | 19:47 | |
*** abhiraut1 has joined #openstack-neutron | 19:47 | |
*** abhiraut2 has joined #openstack-neutron | 19:48 | |
*** abhiraut has quit IRC | 19:48 | |
*** tonytan4ever has joined #openstack-neutron | 19:49 | |
*** vhosakot has joined #openstack-neutron | 19:49 | |
*** aranjan_ has joined #openstack-neutron | 19: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 IRC | 19:51 | |
*** aranjan_ has joined #openstack-neutron | 19:51 | |
*** abhiraut1 has quit IRC | 19:52 | |
*** gouthamr has quit IRC | 19:52 | |
*** aranjan has quit IRC | 19:52 | |
Sam-I-Am | devstack doesnt really have that capability. its not designed for much more than simple development. | 19:54 |
dlundquist | rdxnoam_: 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-neutron | 19:55 | |
Sam-I-Am | yeah, you can sort of hack it in, but openstack-specific config (such as creating the neutron network) requires post-installation commands | 19:55 |
*** tonytan4ever has quit IRC | 19:56 | |
*** shashank_hegde has quit IRC | 19:56 | |
*** aranjan_ has quit IRC | 19: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-neutron | 19:57 | |
amuller | devstack has a post-config section which allows you to input arbitrary configurations | 19:58 |
amuller | you can set any config value for any config file | 19:58 |
amuller | so you'd use that to edit the bridge_mappings for the ovs/lb agents | 19:58 |
*** eilert has joined #openstack-neutron | 19:59 | |
amuller | here'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-neutron | 19:59 | |
*** wolverineav has quit IRC | 20:00 | |
amuller | :) | 20:00 |
*** mickeys has quit IRC | 20:00 | |
*** aranjan_ has joined #openstack-neutron | 20:00 | |
*** aranjan has quit IRC | 20:01 | |
*** fnaval has quit IRC | 20:02 | |
*** shivrao has joined #openstack-neutron | 20:02 | |
*** shashank_hegde has joined #openstack-neutron | 20:02 | |
*** wolverineav has joined #openstack-neutron | 20:02 | |
*** fnaval has joined #openstack-neutron | 20:02 | |
*** wolverineav has quit IRC | 20:06 | |
*** yamamoto has joined #openstack-neutron | 20:07 | |
*** wolverineav has joined #openstack-neutron | 20:08 | |
*** baoli has quit IRC | 20:09 | |
*** yamamoto has quit IRC | 20:12 | |
*** jckasper has quit IRC | 20:12 | |
*** jckasper has joined #openstack-neutron | 20:13 | |
*** sindhu has quit IRC | 20:13 | |
regXboi | pc_m: ping? | 20:13 |
*** mickeys has joined #openstack-neutron | 20:15 | |
*** baoli has joined #openstack-neutron | 20:16 | |
*** asingh has quit IRC | 20:17 | |
*** vhosakot has quit IRC | 20:17 | |
openstackgerrit | Merged openstack/neutron-dynamic-routing: Fix unicode bug for password-authenticated BGP peer https://review.openstack.org/337589 | 20:17 |
*** jckasper has quit IRC | 20:18 | |
*** asingh has joined #openstack-neutron | 20:18 | |
*** sindhu has joined #openstack-neutron | 20:18 | |
*** jamesdenton has quit IRC | 20: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-neutron | 20:26 | |
*** azbiswas has quit IRC | 20:27 | |
*** tonytan_brb has quit IRC | 20:29 | |
Sam-I-Am | the local_ip option is just for tunnel endpoints | 20:30 |
Sam-I-Am | which dont exist for bridges (and external/public networks) | 20:31 |
Sam-I-Am | sounds like you should read about openstack networking a bit before configuring this | 20:31 |
*** banix has quit IRC | 20: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 |
openstackgerrit | Kevin Benton proposed openstack/neutron: Discard session before action start https://review.openstack.org/339226 | 20:34 |
Sam-I-Am | which component of neutron? | 20:34 |
rdxnoam_ | well is suppose i need just the ml2 agent | 20:34 |
*** gvrangan has joined #openstack-neutron | 20:34 | |
rdxnoam_ | if i understand correctly | 20:34 |
Sam-I-Am | there'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 config | 20:35 |
Sam-I-Am | the neutron services are q-XXX | 20:35 |
Sam-I-Am | you can restart them from their screens | 20:35 |
rdxnoam_ | I'll try. Thanks | 20:36 |
*** javeriak has quit IRC | 20:38 | |
*** abhiraut has joined #openstack-neutron | 20:40 | |
*** azbiswa__ has quit IRC | 20:40 | |
*** iranzo has quit IRC | 20:40 | |
*** baoli has quit IRC | 20:41 | |
*** baoli has joined #openstack-neutron | 20:41 | |
*** abhiraut2 has quit IRC | 20:41 | |
*** aranjan_ has quit IRC | 20:41 | |
*** aranjan has joined #openstack-neutron | 20:42 | |
*** azbiswas has joined #openstack-neutron | 20:42 | |
*** salv-orlando has joined #openstack-neutron | 20:44 | |
*** salv-orlando has quit IRC | 20:46 | |
*** salv-orlando has joined #openstack-neutron | 20:46 | |
*** aranjan has quit IRC | 20:46 | |
*** banix has joined #openstack-neutron | 20:48 | |
*** azbiswas has quit IRC | 20:49 | |
*** jianghuaw has quit IRC | 20:50 | |
*** abhiraut1 has joined #openstack-neutron | 20:50 | |
*** aranjan has joined #openstack-neutron | 20:51 | |
*** azbiswas has joined #openstack-neutron | 20:53 | |
*** abhiraut has quit IRC | 20:53 | |
*** ranjithd has quit IRC | 20:53 | |
*** tonytan4ever has joined #openstack-neutron | 20:54 | |
openstackgerrit | Anindita Das proposed openstack/python-neutronclient: quota-update to return an error msg for 0 args https://review.openstack.org/339104 | 20:55 |
*** shashank_hegde has quit IRC | 20:56 | |
*** wolverineav has quit IRC | 20:56 | |
*** fragatina has joined #openstack-neutron | 20:56 | |
*** wolverineav has joined #openstack-neutron | 20:56 | |
*** aranjan_ has joined #openstack-neutron | 21:00 | |
*** svenkat has quit IRC | 21:00 | |
*** shashank_hegde has joined #openstack-neutron | 21:03 | |
*** itzkb_ has joined #openstack-neutron | 21:03 | |
*** aranjan has quit IRC | 21:04 | |
*** trevormc has quit IRC | 21:04 | |
*** aranjan_ has quit IRC | 21:05 | |
*** azbiswas has quit IRC | 21:05 | |
*** kriskend has quit IRC | 21:06 | |
*** slaweq has quit IRC | 21:06 | |
*** sindhu has quit IRC | 21:06 | |
*** azbiswas has joined #openstack-neutron | 21:06 | |
*** yamamoto has joined #openstack-neutron | 21:09 | |
*** baoli has quit IRC | 21:09 | |
*** azbiswas has quit IRC | 21:14 | |
*** yamamoto has quit IRC | 21:14 | |
*** azbiswas has joined #openstack-neutron | 21:16 | |
*** sindhu has joined #openstack-neutron | 21:16 | |
*** rcernin has quit IRC | 21:17 | |
*** asingh has quit IRC | 21:17 | |
*** pacoblox has joined #openstack-neutron | 21:17 | |
*** xagent has joined #openstack-neutron | 21:19 | |
*** agireud has quit IRC | 21:20 | |
*** david-lyle has quit IRC | 21:21 | |
*** azbiswas has quit IRC | 21:21 | |
*** haplo37_ has quit IRC | 21:22 | |
xagent | When an instance gets deleted, the floating IP associated with it remains ACTIVE. However if I manually dissacociate, the FIP goes DOWN. | 21:22 |
xagent | running liberty | 21:22 |
xagent | is this a bug / has it been fixed in master? | 21:23 |
*** david-lyle has joined #openstack-neutron | 21:23 | |
xagent | Just wondering because i was checking the status of floatingip-show and we have unassociated FIPs still ACTIVE | 21:24 |
*** azbiswas has joined #openstack-neutron | 21:24 | |
amuller | xagent: sounds like a bug, I don't know if this reproduces on master | 21:25 |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Incorporate tweaks to subport validator https://review.openstack.org/339198 | 21:28 |
HenryG | zzzeek: ping, about setting up profiler in oslo.db enginefacade | 21:28 |
*** aranjan has joined #openstack-neutron | 21:31 | |
openstackgerrit | Nate Johnston proposed openstack/neutron: [WIP] Implement L3 Agent Extension Manager https://review.openstack.org/339246 | 21:35 |
*** ozialien10 has joined #openstack-neutron | 21:35 | |
openstackgerrit | Nate Johnston proposed openstack/neutron: [WIP] Implement L3 Agent Extension Manager https://review.openstack.org/339246 | 21:38 |
*** mickeys has quit IRC | 21:38 | |
openstackgerrit | Carl Baldwin proposed openstack/neutron: Ensure deferred IP fails when host is provided no IP allocated https://review.openstack.org/339247 | 21:40 |
*** rdxnoam_ has quit IRC | 21:41 | |
*** regXboi has quit IRC | 21:41 | |
*** azbiswas has quit IRC | 21:41 | |
*** banix has quit IRC | 21:42 | |
*** baoli has joined #openstack-neutron | 21:42 | |
*** azbiswas has joined #openstack-neutron | 21:43 | |
*** janzian has quit IRC | 21:44 | |
*** yamahata has quit IRC | 21:47 | |
*** yamahata has joined #openstack-neutron | 21:50 | |
*** asingh has joined #openstack-neutron | 21:51 | |
cgoncalves | armax: in case you have some time before the neutron-driver meeting: https://bugs.launchpad.net/neutron/+bug/1598081/comments/3 | 21:51 |
openstack | Launchpad bug 1598081 in neutron "[RFE] Port status update" [Wishlist,Confirmed] | 21:51 |
*** pacoblox has quit IRC | 21:52 | |
*** pacoblox has joined #openstack-neutron | 21:53 | |
armax | cgoncalves: ack | 21:53 |
*** azbiswas_ has joined #openstack-neutron | 21:56 | |
*** rtheis has quit IRC | 21:56 | |
openstackgerrit | Anindita Das proposed openstack/python-neutronclient: quota-update to return an error msg for 0 args https://review.openstack.org/339104 | 21:56 |
*** azbiswas has quit IRC | 21:58 | |
*** mickeys has joined #openstack-neutron | 22:00 | |
*** tonytan4ever has quit IRC | 22:00 | |
*** slaweq has joined #openstack-neutron | 22:01 | |
HenryG | amuller: drivers meeting | 22:02 |
*** dasanind has quit IRC | 22:02 | |
*** Leom has quit IRC | 22:02 | |
amuller | HenryG: thanks | 22:02 |
*** thorst has quit IRC | 22:03 | |
*** pacoblox has quit IRC | 22:03 | |
*** banix has joined #openstack-neutron | 22:04 | |
*** sindhu has quit IRC | 22:04 | |
*** pacoblox has joined #openstack-neutron | 22:05 | |
*** jckasper has joined #openstack-neutron | 22:06 | |
*** david-lyle has quit IRC | 22:07 | |
*** dasanind has joined #openstack-neutron | 22:09 | |
*** dasanind has quit IRC | 22:10 | |
*** Leom has joined #openstack-neutron | 22:10 | |
*** dasanind has joined #openstack-neutron | 22:10 | |
*** yamamoto has joined #openstack-neutron | 22:10 | |
*** sindhu has joined #openstack-neutron | 22:11 | |
*** akshai_ has joined #openstack-neutron | 22:11 | |
*** akshai has quit IRC | 22:15 | |
*** yamamoto has quit IRC | 22:16 | |
*** hoangcx has joined #openstack-neutron | 22:19 | |
*** pacoblox has quit IRC | 22:21 | |
*** ozialien10 has quit IRC | 22:22 | |
*** itzkb_ has quit IRC | 22:25 | |
*** pacoblox has joined #openstack-neutron | 22:26 | |
*** ajmiller_ has joined #openstack-neutron | 22:28 | |
*** sticker has joined #openstack-neutron | 22:28 | |
*** salv-orlando has quit IRC | 22:30 | |
*** ajmiller has quit IRC | 22:32 | |
*** Leom has quit IRC | 22:32 | |
*** Leom has joined #openstack-neutron | 22:32 | |
*** salv-orlando has joined #openstack-neutron | 22:34 | |
*** Leom has quit IRC | 22:36 | |
*** EinstCrazy has quit IRC | 22:38 | |
*** salv-orlando has quit IRC | 22:39 | |
*** rossella_s has quit IRC | 22:39 | |
*** catintheroof has quit IRC | 22:40 | |
*** rossella_s has joined #openstack-neutron | 22:40 | |
*** ramamurthy has quit IRC | 22:42 | |
*** julim has joined #openstack-neutron | 22:44 | |
*** banix has quit IRC | 22:49 | |
*** thorst has joined #openstack-neutron | 22:50 | |
*** pradk has quit IRC | 22:52 | |
*** thorst has quit IRC | 22:54 | |
*** dane_leblanc__ has quit IRC | 22:55 | |
*** ivc_ has quit IRC | 22:55 | |
*** tidwellr has left #openstack-neutron | 22:56 | |
*** emagana_ has quit IRC | 22:57 | |
*** sindhu has quit IRC | 22:59 | |
*** boden has quit IRC | 22:59 | |
*** azbiswas_ has quit IRC | 22:59 | |
*** azbiswas has joined #openstack-neutron | 23:00 | |
openstackgerrit | Rawlin Peters proposed openstack/neutron: Emit registry events on subport addition/removal https://review.openstack.org/339266 | 23:00 |
*** wolverin_ has joined #openstack-neutron | 23:00 | |
*** wolverin_ has quit IRC | 23:00 | |
*** wolverineav has quit IRC | 23:01 | |
*** salv-orlando has joined #openstack-neutron | 23:01 | |
*** wolverineav has joined #openstack-neutron | 23:01 | |
ajo | armax, damnit!, https://bugs.launchpad.net/neutron/+bug/1586056 is always after the top of the hour | 23:02 |
openstack | Launchpad bug 1586056 in neutron "[RFE] Improved validation mechanism for QoS rules with port types" [Wishlist,Triaged] - Assigned to Slawek Kaplonski (slaweq) | 23:02 |
ajo | I know slaweq cries ;) | 23:02 |
dasm | ajo: he is tough guy. he won't cry. ;) | 23:03 |
ajo | dasm lol | 23:03 |
dasm | ajo: maybe a little. | 23:03 |
ajo | in secret.. | 23:03 |
dasm | :D | 23:03 |
armax | ajo: sorry :( | 23:03 |
ajo | I don't care doing it publicly :) | 23:03 |
ajo | armax, not your fault | 23:04 |
dasm | ajo: crying? | 23:04 |
*** john51 has quit IRC | 23:04 | |
*** emagana has joined #openstack-neutron | 23:04 | |
ajo | ajo, I probably ate it's time diverging the classifier convesation :/ | 23:04 |
*** john51 has joined #openstack-neutron | 23:04 | |
*** azbiswas has quit IRC | 23:04 | |
ajo | armax, what's your opinion on the extra validation rfe? | 23:05 |
*** amuller has quit IRC | 23: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 meetings | 23:05 |
*** slaweq has quit IRC | 23:05 | |
ajo | dasm, yes ':D | 23:06 |
*** emagana has quit IRC | 23:06 | |
ajo | I need some sleep | 23:06 |
ajo | I won't be around on next drivers meeting probably, because I will probably be destroyed from double jet lag | 23:07 |
ajo | I 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-neutron | 23:09 | |
*** salv-orlando has quit IRC | 23:09 | |
*** yamamoto has joined #openstack-neutron | 23:12 | |
*** amotoki has quit IRC | 23:14 | |
*** hieulq_ has joined #openstack-neutron | 23:14 | |
openstackgerrit | Takashi NATSUME proposed openstack/neutron: Add a hacking rule for string interpolation at logging https://review.openstack.org/339268 | 23:15 |
*** ivc_ has joined #openstack-neutron | 23:15 | |
*** reedip_ has joined #openstack-neutron | 23:15 | |
*** abhiraut has joined #openstack-neutron | 23:16 | |
*** rawlin is now known as rawlin|afk | 23:16 | |
*** vhosakot has joined #openstack-neutron | 23:16 | |
*** hieulq has quit IRC | 23:16 | |
*** reedip has quit IRC | 23:16 | |
*** abhiraut1 has quit IRC | 23:16 | |
*** yamamoto has quit IRC | 23:17 | |
*** mickeys has quit IRC | 23:23 | |
*** ajmiller_ has quit IRC | 23:24 | |
*** ajmiller has joined #openstack-neutron | 23:24 | |
*** pacoblox has quit IRC | 23:24 | |
*** ramamurthy has joined #openstack-neutron | 23:25 | |
*** claudiub has quit IRC | 23:25 | |
*** julim has quit IRC | 23:27 | |
*** sindhu has quit IRC | 23:28 | |
*** djan has joined #openstack-neutron | 23:29 | |
*** dxu has quit IRC | 23:30 | |
*** dxu has joined #openstack-neutron | 23:31 | |
*** john51_ has joined #openstack-neutron | 23:31 | |
*** thorst has joined #openstack-neutron | 23:31 | |
*** dasanind has quit IRC | 23:32 | |
*** ramamurthy has quit IRC | 23:32 | |
*** julim has joined #openstack-neutron | 23:32 | |
*** john51 has quit IRC | 23:33 | |
*** azbiswas has joined #openstack-neutron | 23:33 | |
*** pacoblox has joined #openstack-neutron | 23:34 | |
*** watanabe_isao has joined #openstack-neutron | 23:35 | |
*** salv-orlando has joined #openstack-neutron | 23:35 | |
*** thorst has quit IRC | 23:36 | |
*** pacoblox has quit IRC | 23:37 | |
*** fragatina has quit IRC | 23:40 | |
*** aranjan_ has joined #openstack-neutron | 23:42 | |
*** abhiraut1 has joined #openstack-neutron | 23:42 | |
*** claudiub has joined #openstack-neutron | 23:44 | |
*** azbiswas has quit IRC | 23:45 | |
*** aranjan has quit IRC | 23:45 | |
*** emagana has joined #openstack-neutron | 23:45 | |
*** dxu has quit IRC | 23:46 | |
*** abhiraut has quit IRC | 23:46 | |
*** aranjan_ has quit IRC | 23:46 | |
*** salv-orlando has quit IRC | 23:47 | |
*** tpsilva has quit IRC | 23:48 | |
openstackgerrit | Adolfo Duarte proposed openstack/neutron: Allow unique keys to be used with get_object https://review.openstack.org/322024 | 23:48 |
openstackgerrit | Adolfo Duarte proposed openstack/neutron: RPC handler for service.trunk.plugin https://review.openstack.org/339283 | 23:48 |
*** xagent has quit IRC | 23:49 | |
*** azbiswas has joined #openstack-neutron | 23:49 | |
*** emagana has quit IRC | 23:50 | |
*** emagana has joined #openstack-neutron | 23:51 | |
*** yb has joined #openstack-neutron | 23:51 | |
*** thorst has joined #openstack-neutron | 23:52 | |
openstackgerrit | Aradhana Singh proposed openstack/neutron: [WIP] Auto Scheduling for Segments https://review.openstack.org/333716 | 23:56 |
*** thorst has quit IRC | 23:57 | |
*** janzian has joined #openstack-neutron | 23:57 | |
*** lujinluo has joined #openstack-neutron | 23:57 | |
*** azbiswas has quit IRC | 23:58 | |
*** vhosakot has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!