Saturday, 2016-06-18

*** yamahata has joined #openstack-neutron00:00
*** sterdnotshaken has joined #openstack-neutron00:00
*** singhj has joined #openstack-neutron00:01
*** techcet has quit IRC00:11
*** techcet has joined #openstack-neutron00:20
openstackgerritAradhana Singh proposed openstack/neutron: Refactoring config options for dhcp agent  https://review.openstack.org/33134800:23
*** mriedem has joined #openstack-neutron00:23
*** ivar-lazzaro has joined #openstack-neutron00:23
*** sf has quit IRC00:23
*** techcet has quit IRC00:24
*** ivar-lazzaro has quit IRC00:28
*** mlavalle has quit IRC00:31
*** hoangcx has joined #openstack-neutron00:32
*** numans has joined #openstack-neutron00:32
*** techcet has joined #openstack-neutron00:34
*** pacoblox has quit IRC00:34
*** singhj has quit IRC00:35
*** julim has quit IRC00:35
*** johnbelamaric has quit IRC00:38
*** techcet has quit IRC00:41
*** thorst has joined #openstack-neutron00:45
*** sterdnotshaken has quit IRC00:47
mriedemarmax: i found the vif plugged event for that timeout,00:48
mriedemit's ~10.5 minutes after nova plugs the vif00:48
mriedemover 2 times our 5 minute timeout00:48
armaxmriedem: what?00:48
mriedemnova plugs the vif here http://logs.openstack.org/01/327901/1/check/gate-tempest-dsvm-neutron-full/339c967/logs/screen-n-cpu.txt.gz?#_2016-06-17_19_10_32_94800:48
*** thorst has quit IRC00:48
mriedemtimes out 5 minutes later http://logs.openstack.org/01/327901/1/check/gate-tempest-dsvm-neutron-full/339c967/logs/screen-n-cpu.txt.gz#_2016-06-17_19_15_35_72700:48
mriedemneutron sends the event back to nova 5 minutes after that timeout http://logs.openstack.org/01/327901/1/check/gate-tempest-dsvm-neutron-full/339c967/logs/screen-q-svc.txt.gz#_2016-06-17_19_21_01_72200:48
armaxmriedem: oh boy, 10 minutes sounds something is going terribly wrong00:48
mriedemyeah00:49
*** thorst has joined #openstack-neutron00:49
armaxis it possible that starting 3 servers at once makes the node superswamped?00:49
armaxmriedem: something is off00:50
mriedemnot sure, there are other multiple create tests in tempest though00:51
mriedemat least 2, not sure about 300:51
mriedemanyway, don't bother on a friday night. i'll update gerrit with any notes i find.00:56
armaxmriedem: the thing that puzzles me00:57
armaxis that once the network is provisioned00:57
armaxit looks no different than any other network00:58
*** thorst has quit IRC00:58
armaxso why on earth would Neutron take so long in plugging the port?00:58
armaxthe fact that there’s authentication error in the cleanup is troubling00:58
armaxone possibility that I mentioned to kevinbenton yesterday was that the Neutron L2 and DHCP agents do pay attention to the admin status00:59
armaxof the network00:59
armaxwhen they do their provisioning work01:00
armaxso it’s possible that the fact that we create the network in disabled state may upset something01:00
armaxand we’ll have to track down why the agents do not react to the toggling of the admin_status_up flag01:01
kevinbentonarmax: i suspect it's that dhcp isn't scheduled if admin state down like you thought01:02
kevinbentonAnd turning admin state up doesn't reschedule01:02
armaxkevinbenton: indeed01:02
kevinbentonAnd it's not until some other event that the dhcp agent finally picks it up01:02
armaxwe’d need to find the smoking gun01:03
kevinbentonShould be easy to verify with dhcp port creation times I think01:03
armaxI am pretty sure that’s that it is01:03
kevinbentonDo you have a test run with a failure I can dig through the logs on?01:03
armaxbecause the auto-allocate-topology extension simply flip the DB column01:03
kevinbentonI'm about to take off but I will have wifi in flight01:03
kevinbentonWhat!?!?01:03
armaxand therefore the agents have no clue that a network has been updated01:03
kevinbentonIt doesn't call net update?01:04
mriedemarmax: i know why nova is getting the 401 so i'm not too worried about that01:04
armaxno01:04
armaxkevinbenton: I am an idiot01:04
kevinbentonWho wrote that garbage?!?01:04
kevinbenton:)01:04
kevinbentonWhy not call net update?01:04
kevinbentonDid you encounter an error?01:04
armaxkevinbenton: I am slow01:04
armaxkevinbenton: it takes time for me to get there01:04
armaxeventually01:04
kevinbentonSeems like that would take longer than calling net update :l01:04
mriedemkevinbenton: see http://logs.openstack.org/01/327901/1/check/gate-tempest-dsvm-neutron-full/339c967/logs/screen-n-cpu.txt.gz?#_2016-06-17_19_10_32_94801:04
armaxkevinbenton: I didn’t want to call net-update in the db transaction01:04
kevinbenton:)01:04
mriedeminstance 51720bca-fa92-4df8-b8a0-fa2d550b1102 is the one that fails in there01:05
armaxkevinbenton, mriedem I’ll try to issue a full blown net-update01:05
mriedemok01:05
* mriedem acts like he's understanding this all01:05
kevinbenton(Ok. Doors on plane closed. Will be back on above 10k feet)01:05
armaxmriedem: you do01:06
armaxkevinbenton: enjoy01:06
mriedemmust have been a mirantis all hands this week01:06
*** banix has quit IRC01:06
mriedemmirantis summit 2016?01:06
armaxmriedem: I’ll kick a recheck once I try01:06
mriedemarmax: ok01:06
*** karad has joined #openstack-neutron01:06
mriedemarmax: i'm going to update the tempest test too to wait for the servers to be deleted before tearing down everything else01:06
mriedemthat's why nova is getting the 401s01:07
armaxah01:07
armaxgotcha01:07
armaxmriedem: I feared the dhcp agent was going to pay attention to the admin flag01:08
*** fnaval_ has quit IRC01:08
mriedemjust add a special 'seriously-only-nova-cares-about-this-network-or-does-not-who-knows' boolean to the network model01:08
armaxmriedem: don’t like the name, but other than that +2 :)01:09
*** kevo has quit IRC01:09
*** ijw has quit IRC01:10
*** fnaval has joined #openstack-neutron01:11
*** asingh has quit IRC01:16
openstackgerritArmando Migliaccio proposed openstack/neutron: Create auto allocated networks in disabled state  https://review.openstack.org/32900601:20
armaxmriedem: ^ let’s see if I can pull it off once and for all01:20
mriedemalright, i just pushed the tempest update01:20
mriedemso go ahead and recheck the devstack change01:20
armaxmriedem: done01:20
*** brad_behle has quit IRC01:21
*** brad_behle has joined #openstack-neutron01:21
*** banix has joined #openstack-neutron01:22
kevinbentonarmax, mriedem: i am alive!01:23
mriedemhuzzah01:23
kevinbentonmriedem: there was a mirantis summit thingy, but i'm traveling for a different reason01:23
mriedemkevinbenton: oh01:24
armaxkevinbenton: that’s an odd thing to say when you just took off01:24
mriedemjinx01:24
kevinbentoni think like 50% of takeoffs fail01:24
kevinbentonso i was lucky :)01:24
armaxkevinbenton: anyhoo I did switch to full blown net-update01:24
mriedemthat seems like a high number...01:24
kevinbentonarmax: did you find code that looks at admin_state somewhere?01:24
armaxkevinbenton: yeah, 50% sounds too hig01:25
armaxh01:25
armaxkevinbenton: no01:25
armaxkevinbenton: I am lazy01:25
kevinbentonmriedem: it seems high, but once you consider that the 50% that fail don't complain, it makes sense01:25
armaxkevinbenton: you have a few hours to kill don’t you01:25
armax?01:25
kevinbentonarmax: MSP to ALB so 1.5 hours of wifi time about01:25
kevinbentonarmax: i'll look to see what looks at admin state01:25
armaxkevinbenton: it should be somewhere in the agent_db or agent_scheduler db somewhere01:25
*** gangil has quit IRC01:26
armaxkevinbenton: but if you look for it where’s the fun in waiting zuul to tell us we got it wrong yet again?01:26
kevinbentonarmax: well actually i'm going to look at the logs mriedem linked first01:26
kevinbentonarmax: to see what was blocking the transition to ACTIVE01:26
armaxkevinbenton: either way updating just the DB field was wrong01:27
armaxkevinbenton: I should have known better01:27
kevinbentonarmax: yeah01:27
kevinbentonarmax: agree to both statements :)01:28
armaxotherwise backends are out of sync01:28
kevinbentonwe'll see if gogo wifi can handle the download of a neutron server log01:28
armaxkevinbenton: but in my defense you coerced me in filing a fix quickly when I was not in my best ability to do so01:28
armaxkevinbenton: good luck with that01:28
armaxkevinbenton, mriedem: I’ll go afk01:30
mriedemok01:31
mriedemlater01:31
kevinbentonarmax: no01:31
armaxkevinbenton: why not?01:31
*** gvrangan has quit IRC01:31
kevinbentonarmax: have to wait for the results01:32
*** fnaval has quit IRC01:32
armaxI’ll wait while I am afk01:34
armaxmriedem: btw01:34
armaxmriedem: coming to think of it01:34
*** shivrao has quit IRC01:34
armaxmriedem: if it’s true that this vif timeout failure is induced by a lack of dhcp, perhaps it’s ok to make nova unconditionally filter on UP networks01:35
*** ivar-lazzaro has joined #openstack-neutron01:36
*** karad has quit IRC01:37
*** gouthamr has joined #openstack-neutron01:37
kevinbentonarmax: list_active_networks_on_active_dhcp_agent01:39
kevinbentonarmax: get_networks call is based on admin_state_up01:39
kevinbentonarmax: calling net-update should hopefully trigger all of that01:40
*** fnaval has joined #openstack-neutron01:41
*** techcet has joined #openstack-neutron01:41
*** fnaval has quit IRC01:42
mriedemarmax: i don't know honestly, i always worry about weird scenario/edge cases with neutron01:42
*** fnaval has joined #openstack-neutron01:42
mriedeme.g. https://github.com/openstack/nova/blob/master/nova/network/neutronv2/api.py#L176801:44
mriedemthat makes 0 sense to me01:44
*** mickeys has joined #openstack-neutron01:44
mriedemthe port is considered active if admin_state_up=False01:44
*** techcet has quit IRC01:46
*** mickeys has quit IRC01:48
*** shivrao has joined #openstack-neutron01:50
armaxmriedem: that mirrors the logic of real switch ports01:52
armaxwhere the link is operational, but the port is made disabled by the operator01:53
*** shivrao has quit IRC01:55
*** thorst has joined #openstack-neutron01:55
*** enikanorov has quit IRC01:57
kevinbentonmriedem, armax: wtf. that logic doesn't make sense to me either01:57
kevinbentonarmax: why would admin_state_up == False let it skip the dataplane status?01:58
kevinbentonmriedem: sounds like a nova edge case to me :)01:58
mriedembah01:58
mriedemidk, but this is the kind of stuff that makes me never want to mess with the code in there01:59
mriedembecause i never know what i'm going to break01:59
kevinbentonmriedem: it would be nice to sit down and go through this code with you at some point02:00
kevinbentonmriedem: there are lots of things nova does WRT to neutron that i don't understand the motivation behind02:00
kevinbentonmriedem: i suspect lots was "make it like nova network"02:00
kevinbentonmriedem: but i suspect others were a lack of clear understanding of the neutron semantics02:01
*** gangil has joined #openstack-neutron02:03
*** thorst has quit IRC02:03
*** wolverineav has quit IRC02:04
*** wolverineav has joined #openstack-neutron02:04
mriedemi'm sure there was some pigeon holing for nova-network's api yeah02:05
mriedembuilding the nw info model for example, that gets real hairy02:05
mriedemand it's building the original nova-net model02:05
*** ssalagame has quit IRC02:06
*** manikanta_tadi has joined #openstack-neutron02:06
*** yamahata has quit IRC02:09
*** wolverineav has quit IRC02:09
*** iyamahat has quit IRC02:09
*** dane_leblanc has quit IRC02:37
*** techcet has joined #openstack-neutron02:43
*** pjm6 has quit IRC02:45
*** techcet has quit IRC02:48
*** manikanta_tadi has quit IRC03:00
*** thorst has joined #openstack-neutron03:01
*** yamahata has joined #openstack-neutron03:03
openstackgerritMerged openstack/neutron: Update Neutron documentation with `project`  https://review.openstack.org/32725803:07
*** thorst has quit IRC03:07
*** tbachman has quit IRC03:09
*** HELLER[ca] has joined #openstack-neutron03:15
*** bharathm has quit IRC03:16
*** bharathm has joined #openstack-neutron03:16
*** vikasc has joined #openstack-neutron03:30
*** johnbelamaric has joined #openstack-neutron03:34
*** banix has quit IRC03:37
*** HELLER[ca] has quit IRC03:42
*** techcet has joined #openstack-neutron03:45
*** bharathm has quit IRC03:46
*** nplanel has joined #openstack-neutron03:48
*** bharathm has joined #openstack-neutron03:49
*** techcet has quit IRC03:49
*** iyamahat has joined #openstack-neutron03:52
*** hoangcx has quit IRC04:03
*** Leo_ has joined #openstack-neutron04:04
*** thorst has joined #openstack-neutron04:05
*** numans has quit IRC04:08
*** thorst has quit IRC04:13
*** nplanel has quit IRC04:14
*** kobis has joined #openstack-neutron04:16
*** ssalagame has joined #openstack-neutron04:22
*** pacoblox has joined #openstack-neutron04:25
*** hoangcx has joined #openstack-neutron04:26
*** kobis has quit IRC04:27
*** Leo_ has quit IRC04:30
*** vikasc has quit IRC04:58
*** vikasc has joined #openstack-neutron04:59
*** gouthamr has quit IRC05:00
*** sudipto has joined #openstack-neutron05:07
*** yamamoto has joined #openstack-neutron05:10
*** thorst has joined #openstack-neutron05:12
*** vikram has joined #openstack-neutron05:16
*** thorst has quit IRC05:18
*** ijw has joined #openstack-neutron05:20
*** vikasc has quit IRC05:26
*** swat30 has quit IRC05:27
*** netsin has joined #openstack-neutron05:29
*** swat30 has joined #openstack-neutron05:30
*** sudipto has quit IRC05:32
*** ijw has quit IRC05:33
*** obondarev has joined #openstack-neutron05:36
*** vikasc has joined #openstack-neutron05:40
*** vikram has quit IRC05:44
*** techcet has joined #openstack-neutron05:45
*** ssalagame has quit IRC05:51
*** Sukhdev has joined #openstack-neutron05:53
*** yamamoto has quit IRC06:05
*** armax has quit IRC06:09
*** thorst has joined #openstack-neutron06:16
*** obondarev has quit IRC06:19
*** garyk has joined #openstack-neutron06:20
*** mickeys has joined #openstack-neutron06:20
openstackgerritOpenStack Proposal Bot proposed openstack/neutron: Imported Translations from Zanata  https://review.openstack.org/32859206:22
*** hoangcx has quit IRC06:23
*** thorst has quit IRC06:23
*** danofsatx is now known as dan06:29
*** dan is now known as danofsatx06:29
*** pacoblox has quit IRC06:30
*** zhhuabj has quit IRC06:31
*** mickeys has quit IRC06:33
*** iyamahat has quit IRC06:38
*** Sukhdev has quit IRC06:41
*** yamamoto has joined #openstack-neutron07:06
openstackgerritgaryk proposed openstack/neutron-fwaas: Fix subunit trace help  https://review.openstack.org/33115307:07
openstackgerritgaryk proposed openstack/neutron-fwaas: Fix deprecation warnings  https://review.openstack.org/33073707:07
*** techcet has quit IRC07:09
*** yamamoto has quit IRC07:10
*** slaweq_ has joined #openstack-neutron07:13
*** numans has joined #openstack-neutron07:15
*** thorst has joined #openstack-neutron07:20
*** thorst has quit IRC07:27
*** moshele has joined #openstack-neutron07:27
*** jckasper has joined #openstack-neutron07:35
*** jckasper has quit IRC07:40
*** yamamoto has joined #openstack-neutron07:41
*** yamamoto has quit IRC07:46
*** zzzeek has quit IRC08:00
*** zzzeek has joined #openstack-neutron08:00
*** slaweq_ has quit IRC08:03
*** vikasc has quit IRC08:04
*** slaweq_ has joined #openstack-neutron08:04
*** techcet has joined #openstack-neutron08:10
*** javeriak has joined #openstack-neutron08:11
*** sbalukoff has quit IRC08:11
*** hoangcx has joined #openstack-neutron08:11
*** techcet has quit IRC08:14
*** yamamoto has joined #openstack-neutron08:15
*** wolverineav has joined #openstack-neutron08:19
*** karts has quit IRC08:22
*** yamamoto has quit IRC08:22
*** wolverineav has quit IRC08:22
*** wolverineav has joined #openstack-neutron08:22
*** karts has joined #openstack-neutron08:22
*** thorst has joined #openstack-neutron08:25
*** daneyon has quit IRC08:26
*** daneyon has joined #openstack-neutron08:26
*** gangil has quit IRC08:26
*** thorst has quit IRC08:33
*** mkrcmari__ has joined #openstack-neutron08:36
*** mvk_ has quit IRC08:39
*** leifmadsen has quit IRC08:43
*** russellb has quit IRC08:43
*** abregman|afk has joined #openstack-neutron08:43
*** vikasc has joined #openstack-neutron08:58
*** wolverineav has quit IRC09:08
*** techcet has joined #openstack-neutron09:11
*** hoangcx has quit IRC09:12
*** moshele has quit IRC09:12
*** techcet has quit IRC09:16
*** numans has quit IRC09:26
*** thorst has joined #openstack-neutron09:31
*** yamamoto has joined #openstack-neutron09:32
*** thorst has quit IRC09:37
*** tangchen has quit IRC09:40
*** irenab has joined #openstack-neutron09:40
*** hoangcx has joined #openstack-neutron09:44
*** tangchen has joined #openstack-neutron09:49
*** hieulq has quit IRC09:49
*** tbachman has joined #openstack-neutron09:55
*** hoangcx has quit IRC09:57
*** yamamoto has quit IRC09:58
*** hoangcx has joined #openstack-neutron10:02
*** hieulq has joined #openstack-neutron10:04
*** wolverineav has joined #openstack-neutron10:08
*** tbachman_ has joined #openstack-neutron10:11
*** hoangcx has quit IRC10:12
*** tbachman has quit IRC10:13
*** tbachman_ is now known as tbachman10:13
*** wolverineav has quit IRC10:13
*** mikelk has joined #openstack-neutron10:25
*** vikasc has quit IRC10:33
*** thorst has joined #openstack-neutron10:34
*** javeriak has quit IRC10:36
*** thorst has quit IRC10:42
*** yamamoto has joined #openstack-neutron10:58
*** karad has joined #openstack-neutron11:00
*** yamamoto has quit IRC11:00
*** yamamoto has joined #openstack-neutron11:01
*** hoangcx has joined #openstack-neutron11:08
*** slaweq_ has quit IRC11:10
*** EinstCrazy has joined #openstack-neutron11:11
*** nplanel has joined #openstack-neutron11:12
*** techcet has joined #openstack-neutron11:13
*** EinstCrazy has quit IRC11:15
*** EinstCrazy has joined #openstack-neutron11:16
*** techcet has quit IRC11:17
*** dave-mccowan has joined #openstack-neutron11:21
*** karad has quit IRC11:27
*** EinstCrazy has quit IRC11:33
*** brad_behle has quit IRC11:35
*** thorst has joined #openstack-neutron11:39
*** mikelk has quit IRC11:43
*** edand has joined #openstack-neutron11:44
*** thorst has quit IRC11:48
*** abregman|afk has quit IRC12:08
*** techcet has joined #openstack-neutron12:15
*** techcet has quit IRC12:19
*** jckasper has joined #openstack-neutron12:24
*** jckasper has quit IRC12:24
*** dave-mccowan has quit IRC12:45
*** yamamoto has quit IRC12:45
*** thorst has joined #openstack-neutron12:47
*** thorst has quit IRC12:48
*** thorst has joined #openstack-neutron12:48
*** thorst has quit IRC12:49
*** dave-mccowan has joined #openstack-neutron12:50
openstackgerritYu Jie proposed openstack/neutron: SG rules without setting remote_ip_prefix should be treated as duplicate with 0.0.0.0/0 or ::/0  https://review.openstack.org/33141612:54
*** jckasper has joined #openstack-neutron12:58
*** yamamoto has joined #openstack-neutron12:58
*** thumpba has joined #openstack-neutron12:59
*** nplanel has quit IRC13:02
*** edand has quit IRC13:04
*** jckasper has quit IRC13:08
*** jckasper has joined #openstack-neutron13:08
*** mvk_ has joined #openstack-neutron13:11
*** jckasper has quit IRC13:13
*** mkrcmari__ has quit IRC13:15
*** javeriak has joined #openstack-neutron13:16
*** baoli has joined #openstack-neutron13:18
*** javeriak has quit IRC13:21
*** baoli has quit IRC13:23
*** techcet has joined #openstack-neutron13:25
*** techcet has quit IRC13:30
*** thumpba_ has joined #openstack-neutron13:30
*** slaweq_ has joined #openstack-neutron13:31
*** thumpba has quit IRC13:32
*** prateek has joined #openstack-neutron13:33
*** prateek has quit IRC13:36
*** prateek has joined #openstack-neutron13:37
*** fnaval has quit IRC13:43
*** armax has joined #openstack-neutron13:49
*** thorst has joined #openstack-neutron13:49
*** Leo_ has joined #openstack-neutron13:50
*** thorst has quit IRC13:58
*** baoli has joined #openstack-neutron13:59
*** prateek has quit IRC14:03
*** frontrunner2 has joined #openstack-neutron14:03
*** mkrcmari__ has joined #openstack-neutron14:04
*** EinstCrazy has joined #openstack-neutron14:04
*** frontrunner has quit IRC14:04
*** wolverineav has joined #openstack-neutron14:06
*** mvk_ has quit IRC14:07
*** wolverineav has quit IRC14:10
*** thorst has joined #openstack-neutron14:11
*** frontrunner2 has quit IRC14:12
*** dave-mccowan has quit IRC14:12
*** johnbelamaric has quit IRC14:13
*** thorst has quit IRC14:13
*** baoli has quit IRC14:14
*** kobis has joined #openstack-neutron14:15
*** thumpba_ has quit IRC14:15
*** pacoblox has joined #openstack-neutron14:15
*** thumpba has joined #openstack-neutron14:16
*** armax has left #openstack-neutron14:19
*** armax has joined #openstack-neutron14:20
*** thumpba has quit IRC14:20
openstackgerritYu Jie proposed openstack/neutron: SG rules without setting remote_ip_prefix should be treated as duplicate with 0.0.0.0/0 or ::/0  https://review.openstack.org/33141614:25
*** techcet has joined #openstack-neutron14:27
*** EinstCrazy has quit IRC14:28
*** EinstCrazy has joined #openstack-neutron14:29
*** techcet has quit IRC14:31
*** EinstCrazy has quit IRC14:33
*** kobis has quit IRC14:34
*** kobis has joined #openstack-neutron14:35
*** nyechiel has joined #openstack-neutron14:37
*** nyechiel has quit IRC14:42
*** gouthamr has joined #openstack-neutron14:47
*** HenryG has quit IRC14:51
*** HenryG has joined #openstack-neutron14:51
*** gouthamr_ has joined #openstack-neutron14:53
*** gouthamr has quit IRC14:56
*** kobis has quit IRC14:56
*** baoli has joined #openstack-neutron14:56
*** gouthamr_ is now known as gouthamr14:57
*** baoli has quit IRC15:00
*** thorst has joined #openstack-neutron15:13
openstackgerritArmando Migliaccio proposed openstack/neutron: Create auto allocated networks in disabled state  https://review.openstack.org/32900615:20
openstackgerritArmando Migliaccio proposed openstack/neutron: DNM: oh the joy  https://review.openstack.org/33142415:20
*** tflynn has joined #openstack-neutron15:21
*** thorst has quit IRC15:22
*** tflynn has quit IRC15:23
*** sudipto has joined #openstack-neutron15:47
*** tpsilva has joined #openstack-neutron15:52
*** banix has joined #openstack-neutron15:58
*** vikasc has joined #openstack-neutron16:08
*** pacoblox has quit IRC16:11
*** mvk_ has joined #openstack-neutron16:19
*** thorst has joined #openstack-neutron16:21
*** thumpba has joined #openstack-neutron16:21
*** banix has quit IRC16:22
*** mkrcmari__ has quit IRC16:24
*** thorst has quit IRC16:28
*** techcet has joined #openstack-neutron16:28
*** pacoblox has joined #openstack-neutron16:30
*** techcet has quit IRC16:33
*** sudipto has quit IRC16:35
-openstackstatus- NOTICE: Gerrit is restarting now to relieve memory pressure and restore responsiveness16:37
*** Leo_ has quit IRC16:42
*** mkrcmari__ has joined #openstack-neutron16:52
*** thumpba has quit IRC16:54
*** vikasc has quit IRC16:54
*** mvk has joined #openstack-neutron16:55
*** mvk_ has quit IRC16:56
*** mkrcmari__ has quit IRC16:58
*** ri0 has joined #openstack-neutron17:02
*** superdan is now known as dansmith17:11
*** davideagnello has joined #openstack-neutron17:15
*** Leo_ has joined #openstack-neutron17:16
*** davideagnello has quit IRC17:17
*** Leo_ has quit IRC17:20
*** stanzgy has joined #openstack-neutron17:20
*** shivrao has joined #openstack-neutron17:21
*** mvk_ has joined #openstack-neutron17:21
*** mvk has quit IRC17:25
*** thorst has joined #openstack-neutron17:25
*** shivrao has quit IRC17:28
*** techcet has joined #openstack-neutron17:30
*** pacoblox has quit IRC17:31
*** efoley has joined #openstack-neutron17:32
*** thorst has quit IRC17:33
*** wolverineav has joined #openstack-neutron17:34
*** techcet has quit IRC17:35
*** mvk_ has quit IRC17:38
*** mvk_ has joined #openstack-neutron17:39
*** mkrcmari__ has joined #openstack-neutron17:40
*** mvk_ has quit IRC17:43
*** oshvartz has quit IRC17:44
*** mvk_ has joined #openstack-neutron17:44
*** efoley has quit IRC17:45
*** mkrcmari__ has quit IRC17:48
*** gangil has joined #openstack-neutron17:50
*** jhershbe has joined #openstack-neutron17:56
*** kobis has joined #openstack-neutron17:56
*** oshvartz has joined #openstack-neutron17:57
*** kobis has quit IRC17:58
*** wolverineav has quit IRC18:04
*** wolverineav has joined #openstack-neutron18:04
*** fnaval has joined #openstack-neutron18:06
*** kobis has joined #openstack-neutron18:10
*** Leo_ has joined #openstack-neutron18:10
*** Sukhdev has joined #openstack-neutron18:12
*** oshvartz has quit IRC18:13
*** kobis has quit IRC18:14
*** kobis has joined #openstack-neutron18:14
*** kobis has quit IRC18:14
*** Leo_ has quit IRC18:15
*** javeriak has joined #openstack-neutron18:17
*** ri0 has quit IRC18:18
*** Anand has joined #openstack-neutron18:18
AnandHello, anyone has openstack installed in their homelab?18:19
*** javeriak_ has joined #openstack-neutron18:21
*** javeriak has quit IRC18:21
*** thorst has joined #openstack-neutron18:33
*** amit213 has quit IRC18:34
*** jhershbe has quit IRC18:34
*** amit213 has joined #openstack-neutron18:37
*** thorst has quit IRC18:38
*** jhershbe has joined #openstack-neutron18:44
*** techcet has joined #openstack-neutron18:46
*** thumpba has joined #openstack-neutron18:47
*** amit213 has quit IRC18:49
*** amit213 has joined #openstack-neutron18:49
*** gouthamr has quit IRC18:49
*** thumpba has quit IRC18:52
*** amit213 has quit IRC18:56
*** amit213 has joined #openstack-neutron18:57
*** techcet has quit IRC19:01
*** amit213 has quit IRC19:02
*** amit213 has joined #openstack-neutron19:03
*** Leo_ has joined #openstack-neutron19:04
*** wolverineav has quit IRC19:05
*** wolverineav has joined #openstack-neutron19:06
*** banix has joined #openstack-neutron19:08
*** bapalm has quit IRC19:08
*** stanzgy has quit IRC19:08
*** Leo_ has quit IRC19:09
*** karad has joined #openstack-neutron19:12
*** ajmiller_ has quit IRC19:16
*** ajmiller has joined #openstack-neutron19:17
*** jhershbe has quit IRC19:21
*** wolverineav has quit IRC19:21
*** wolverineav has joined #openstack-neutron19:24
*** nyechiel has joined #openstack-neutron19:25
*** wolverineav has quit IRC19:29
*** jhershbe has joined #openstack-neutron19:29
*** shivrao has joined #openstack-neutron19:35
*** shivrao has quit IRC19:35
*** banix has quit IRC19:37
openstackgerritRodolfo Alonso Hernandez proposed openstack/neutron: Add cookie tracking to OVS firewall driver  https://review.openstack.org/29515419:39
*** mriedem1 has joined #openstack-neutron19:44
*** shivrao has joined #openstack-neutron19:45
*** mriedem has quit IRC19:46
*** mriedem1 is now known as mriedem19:46
*** mriedem1 has joined #openstack-neutron19:58
*** Sukhdev has quit IRC19:58
*** jhershbe has quit IRC19:58
*** mriedem has quit IRC20:00
Anandhas joined...has left....has joined....has left....20:03
*** moshele has joined #openstack-neutron20:03
Anandhas joined...has quit....has joined....has quit....20:03
Anandhas joined...has quit....has joined....has quit....20:03
Anandhas joined...has quit....has joined....has quit....20:03
Anandhas joined...has quit....has joined....has quit....20:03
*** ssalagame has joined #openstack-neutron20:16
*** wolverineav has joined #openstack-neutron20:16
*** wolverineav has quit IRC20:21
*** nyechiel has quit IRC20:25
*** karad has quit IRC20:29
*** wolverineav has joined #openstack-neutron20:39
*** thorst has joined #openstack-neutron20:39
*** wolverineav has quit IRC20:43
*** thorst has quit IRC20:47
*** shivrao has quit IRC20:52
*** Leo_ has joined #openstack-neutron20:52
*** wolverineav has joined #openstack-neutron20:53
*** Leo_ has quit IRC20:57
*** moshele has quit IRC21:00
*** ssalagame has quit IRC21:01
*** techcet has joined #openstack-neutron21:03
*** techcet has quit IRC21:04
*** javeriak_ has quit IRC21:11
*** Anand has left #openstack-neutron21:17
*** mkrcmari__ has joined #openstack-neutron21:26
*** ijw has joined #openstack-neutron21:26
*** ihrachys has joined #openstack-neutron21:28
*** mvk_ has quit IRC21:29
*** thorst has joined #openstack-neutron21:45
*** thorst has quit IRC21:53
*** ijw has quit IRC21:56
*** tpsilva has quit IRC22:07
*** ihrachys has quit IRC22:09
*** pacoblox has joined #openstack-neutron22:15
*** gouthamr has joined #openstack-neutron22:32
*** banix has joined #openstack-neutron22:34
*** pacoblox has quit IRC22:36
*** pacoblox has joined #openstack-neutron22:36
*** Leom has joined #openstack-neutron22:41
*** Leom has quit IRC22:45
*** yamamoto has quit IRC22:48
*** thorst has joined #openstack-neutron22:49
*** thorst has quit IRC22:58
*** yamamoto has joined #openstack-neutron23:00
*** yamamoto has quit IRC23:00
*** claudiub has joined #openstack-neutron23:06
*** abregman has joined #openstack-neutron23:07
*** pacoblox has quit IRC23:22
*** ijw has joined #openstack-neutron23:26
*** slaweq_ has quit IRC23:28
*** iyamahat has joined #openstack-neutron23:35
*** karad has joined #openstack-neutron23:36
*** openstackstatus has quit IRC23:40
*** ijw has quit IRC23:40
*** iyamahat has quit IRC23:40
*** openstackstatus has joined #openstack-neutron23:41
*** ChanServ sets mode: +v openstackstatus23:41
*** thorst has joined #openstack-neutron23:52
*** thorst has quit IRC23:52
*** thorst has joined #openstack-neutron23:53

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