Friday, 2014-09-05

*** sballe has quit IRC00:06
*** mlavalle_ has quit IRC00:07
dtroyer_zzjroll: I'm +2 on 114408 but would prefer to wait until tomorrow to approve00:10
jrolldtroyer_zz: that's fine :)00:10
jrolldtroyer_zz: I also pushed 117384 if you have a moment, also no rush00:11
*** ianw has quit IRC00:15
adam_ggrenade question.. does anyone have any insight as to why BASE_SQL_CONN is set at the top of many upgrade-* scripts?00:16
salv-orlandomelwitt, mtreinish, jogo: when you have some time check the last comment I added to https://bugs.launchpad.net/cirros/+bug/1349617 - It seems crazy but I think there is a chance this could actually be what is going on00:16
*** ianw_ has joined #openstack-qa00:16
*** ianw_ has quit IRC00:18
*** ianw_ has joined #openstack-qa00:19
*** ianw_ is now known as ianw00:20
mtreinishsalv-orlando: hmm, well an additional wait isn't very hard and it could be a band-aid fix00:23
adam_gsalv-orlando, tempest.common.waiters.wait_for_server_status() has a ready_wait option that might be useful here, to wait an additional configured amount of time for specific spawns00:23
mtreinishit just doesn't feel very permenant, because what if the nodes extra slow, etc..00:24
salv-orlandomtreinish: the cirros fix is easy too00:24
mtreinishbut it's definitely worth a try to get around the instability especially considering it shouldn't break anything00:24
mtreinishsalv-orlando: yeah, probably doing both is worth it00:24
salv-orlandobut then with cirros there are a number of additional iterations as we need to spin a new build and then do a devstack change00:24
salv-orlandoso the extra wait is the fastest route I think00:24
mtreinishsalv-orlando: yeah we can add the wait, and then work on the cirros fix after00:25
salv-orlandomtreinish: I am already in bed  now. I can do this patch when I wake (in 4.5 hours :/) if nobody else does it quicker00:25
*** dmorita has joined #openstack-qa00:25
mtreinishsalv-orlando: ugh, only 4.5 hours...00:26
mtreinishyou'll probably beat me to it then00:26
mtreinishbecause I'm mostly offline at this point00:26
salv-orlandomtreinish: there will be breakfast and a few other errands to run before putting my hands on a keyboard00:26
salv-orlandoanyway goodnight!00:26
mtreinishsalv-orlando: heh, well that'll still beat me. :)00:27
mtreinishgoodnight00:27
jogomtreinish: how long do you think we should wait?00:28
jogo30 seconds?00:29
*** ianw has quit IRC00:29
*** suneelb has quit IRC00:29
mtreinishjogo: hmm, salv-orlando's comment said it took 13 secs in one run00:29
mtreinishso yeah 30 sec would probably be plenty00:30
mtreinishalthough,  we have a 500 sec test timeout so we have to make sure we don't add too much time to the test00:31
openstackgerritAdam Gandelman proposed a change to openstack-dev/grenade: Set required DSG variables for Ironic DO NOT MERGE  https://review.openstack.org/11851500:31
openstackgerritAdam Gandelman proposed a change to openstack-dev/grenade: Add Ironic sideways migration testing  https://review.openstack.org/11185900:31
jogomtreinish: hmm00:31
jogohow long does the test usually take?00:31
jogocan your subunit2sql tell us?00:31
mtreinishI think we'll be fine: http://logs.openstack.org/44/118744/3/check/check-tempest-dsvm-neutron-full/7457202/console.html#_2014-09-04_11_44_59_53900:32
mtreinishjogo: yeah if we had that running it would give us a good answer for the avg trend00:32
mtreinishI need to pick up the config patch again to get that running soon00:33
mtreinishat least in that single datapoint it only took 166 seconds. so we'd be pushing 200secs if we added a 30sec wait before shutdown00:34
jogowhen it works it takes <100 seconds00:35
jogologstash FTW: message:"tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start"00:35
openstackgerritGilles Dubreuil proposed a change to openstack-dev/devstack: FAQ: Removed LXC not being supported on Fedora  https://review.openstack.org/10692700:36
jogoclarkb: I don't think I have told you this lately but logstash is sweet00:36
clarkbjogo: glad it is appreciated :)00:36
clarkbdespite its problems00:36
mtreinishthe other thing is maybe doing an ssh before shutdown to verify that cirros is finished might work as a variable length wait00:36
mtreinishthat's an exponential backoff to 196 secs if the ssh connection fails00:37
mtreinishI'd have to double check with salv-orlando to make sure that successfully ssh'ing will actually verify the cirros internals have reached a good state00:37
jogomtreinish: I think it should, as if I cannot ssh in00:38
openstackgerritJoe Gordon proposed a change to openstack/tempest: Make sure server works before stopping connectivity_stop_start  https://review.openstack.org/11926700:43
jogomtreinish: hopefully salv-orlando can review that when he wakes up00:43
jogobut I think that should work00:44
openstackgerritHirofumi Ichihara proposed a change to openstack-dev/devstack: Fix keystone auth parameter to neutron conf  https://review.openstack.org/11851200:44
jogomtreinish: anyway time to call it a day o/00:44
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Verify network connectivity before state check  https://review.openstack.org/11926800:45
mtreinishjogo: heh, you won00:45
*** ianw has joined #openstack-qa00:45
mtreinishjogo: oh, you only did it for that one test, I think we should do it for all those tests, because they could suffer from the same issue00:46
mtreinishanyway yeah I shouldn't be working now either00:46
*** liusheng has joined #openstack-qa00:49
*** yjiang5 has joined #openstack-qa00:51
*** jgriffith has quit IRC00:52
*** jgriffith has joined #openstack-qa00:52
*** dims has joined #openstack-qa00:59
*** arnaud has quit IRC01:01
*** dims has quit IRC01:03
*** dims has joined #openstack-qa01:04
*** dims_ has joined #openstack-qa01:06
*** dims has quit IRC01:08
*** dims_ has quit IRC01:14
*** dims has joined #openstack-qa01:14
*** torandu has quit IRC01:18
oomichihi mtreinish01:19
*** dims has quit IRC01:19
oomichimtreinish: can we add negative tests without negative test generator now?01:20
*** dims has joined #openstack-qa01:20
*** arnaud has joined #openstack-qa01:20
oomichimtreinish: sdague stopped additional negative tests before, but I don't know current status about that.01:20
*** safchain has quit IRC01:24
openstackgerritEmily Hugenbruch proposed a change to openstack/tempest: Remove force_tenant_isolation=True from test that doesn't need it  https://review.openstack.org/10616001:28
*** arnaud__ has joined #openstack-qa01:32
*** salv-orlando has quit IRC01:33
openstackgerritShuichiro MAKIGAKI proposed a change to openstack-dev/devstack: Fix to avoid undefined variables in initial sanity checks  https://review.openstack.org/11747501:36
*** mestery has quit IRC01:41
*** ianw has quit IRC01:41
*** ianw has joined #openstack-qa01:41
*** mestery has joined #openstack-qa01:42
*** dims has quit IRC01:46
*** dims has joined #openstack-qa01:47
*** yamahata has joined #openstack-qa01:47
*** nosnos has joined #openstack-qa01:49
*** dims_ has joined #openstack-qa01:49
*** dims has quit IRC01:52
openstackgerritDaisuke Morita proposed a change to openstack/tempest: Add client response checking for object storage service  https://review.openstack.org/11719301:55
*** dpaterson has quit IRC01:57
*** jyuso has joined #openstack-qa01:58
openstackgerritA change was merged to openstack-dev/devstack: Remove sahara-dashboard  https://review.openstack.org/11809002:12
*** dims_ has quit IRC02:25
*** dims has joined #openstack-qa02:25
*** psedlak has quit IRC02:27
*** harlowja is now known as harlowja_away02:27
openstackgerritHirofumi Ichihara proposed a change to openstack-dev/devstack: Fix keystone auth parameter to neutron conf  https://review.openstack.org/11851202:27
*** psedlak has joined #openstack-qa02:29
*** dims_ has joined #openstack-qa02:30
*** dims has quit IRC02:30
*** wuhg has joined #openstack-qa02:32
*** adalbas has quit IRC02:45
*** danfinch has quit IRC02:48
*** danfinch has joined #openstack-qa02:49
*** danfinch has quit IRC02:50
*** danfinch has joined #openstack-qa02:53
*** arnaud__ has quit IRC02:55
*** arnaud has quit IRC02:55
*** dims_ has quit IRC03:04
*** dims has joined #openstack-qa03:05
*** dims has quit IRC03:10
openstackgerritYAMAMOTO Takashi proposed a change to openstack-dev/devstack: Add ryu team to the MAINTAINERS file for ofagent and ryu  https://review.openstack.org/11928103:22
*** zz_dimtruck is now known as dimtruck03:39
*** jecarey has joined #openstack-qa03:42
*** Madan has joined #openstack-qa03:45
*** jyuso has quit IRC03:51
*** pcrews has quit IRC04:01
openstackgerritKen'ichi Ohmichi proposed a change to openstack/tempest: Do not merge: [Glance] Add a test for conflicting image-id  https://review.openstack.org/11928504:02
*** ianw has quit IRC04:04
*** ianw has joined #openstack-qa04:04
*** torandu has joined #openstack-qa04:07
*** jecarey has quit IRC04:08
*** ianw has quit IRC04:10
*** jecarey has joined #openstack-qa04:10
*** ianw has joined #openstack-qa04:11
openstackgerritSantosh Kumar proposed a change to openstack/tempest: Check port's status also in show port tests  https://review.openstack.org/11677104:15
*** arnaud has joined #openstack-qa04:16
*** Poornima has joined #openstack-qa04:23
*** jecarey has quit IRC04:25
*** chandankumar has joined #openstack-qa04:34
*** pcrews has joined #openstack-qa04:41
*** dimtruck is now known as zz_dimtruck04:46
*** pcrews has quit IRC04:48
openstackgerritYAMAMOTO Takashi proposed a change to openstack-dev/devstack: Fix "Check to see if we are already running DevStack" check  https://review.openstack.org/11928704:54
openstackgerritGhanshyam Mann proposed a change to openstack/tempest: Adds test for list/get volume attachments V2 APIs  https://review.openstack.org/8719104:57
openstackgerritGhanshyam Mann proposed a change to openstack/tempest: Migrate test_large_ops to tempest client  https://review.openstack.org/11380705:04
*** yjiang5 has quit IRC05:05
openstackgerritAdam Gandelman proposed a change to openstack-dev/grenade: Set required DSG variables for Ironic DO NOT MERGE  https://review.openstack.org/11851505:10
openstackgerritAdam Gandelman proposed a change to openstack-dev/grenade: Add Ironic sideways migration testing  https://review.openstack.org/11185905:10
*** krtaylor has quit IRC05:12
*** Santosh has joined #openstack-qa05:12
openstackgerritYuiko Takada proposed a change to openstack/tempest: Add baremetal API tests about console  https://review.openstack.org/11771505:13
*** salv-orlando has joined #openstack-qa05:15
*** krtaylor has joined #openstack-qa05:20
*** salv-orlando has quit IRC05:22
openstackgerritIan Wienand proposed a change to openstack/tempest: Fix boto tests network tear-down issues  https://review.openstack.org/11929205:25
*** ianw has quit IRC05:27
*** ianw has joined #openstack-qa05:27
*** Ch00k has joined #openstack-qa05:27
*** flaper87|afk is now known as flaper8705:29
openstackgerritvigneshvar proposed a change to openstack-dev/devstack: Reset no_proxy when the node is installed behind a proxy  https://review.openstack.org/11798505:30
jogofeature freeze in action: http://graphite.openstack.org/render/?from=-7days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color(alias(movingAverage(asPercent(stats.zuul.pipeline.gate.job.gate-tempest-dsvm-neutron.FAILURE,sum(stats.zuul.pipeline.gate.job.gate-tempest-dsvm-neutron.{SUCCESS,FAILURE})),%275hours%27),%20%27gate-tempest-dsvm-neutron%27),%27purple%27)&target=color(alias(movingAverage(asPercent(stats.zuul.pipe05:45
*** SridharG has joined #openstack-qa05:47
*** amotoki has joined #openstack-qa05:52
jogojust added that graph to the bottom of http://jogo.github.io/gate/05:56
*** gmann_ has joined #openstack-qa05:58
*** sabeen has joined #openstack-qa05:58
openstackgerritIan Wienand proposed a change to openstack/tempest: Skip boto instance test with neutron  https://review.openstack.org/11929205:59
*** gmann has quit IRC06:00
openstackgerritAdam Gandelman proposed a change to openstack-dev/grenade: Set required DSG variables for Ironic DO NOT MERGE  https://review.openstack.org/11851506:02
*** oomichi has quit IRC06:05
openstackgerritKevin Benton proposed a change to openstack-infra/elastic-recheck: Add recheck query for bug 1365829  https://review.openstack.org/11929906:11
*** chandankumar has quit IRC06:15
openstackgerritKevin Benton proposed a change to openstack-infra/elastic-recheck: Add recheck query for bug 1365829  https://review.openstack.org/11929906:16
*** salv-orlando has joined #openstack-qa06:20
*** k4n0 has joined #openstack-qa06:25
openstackgerritKevin Benton proposed a change to openstack-infra/elastic-recheck: Add recheck query for bug 1365829  https://review.openstack.org/11929906:30
adam_gjogo, looking at the source for that page, what is determining whether those graphs are tracking fail vs success?06:34
openstackgerritAdam Gandelman proposed a change to openstack-dev/grenade: Set required DSG variables for Ironic DO NOT MERGE  https://review.openstack.org/11851506:43
*** arnaud has quit IRC06:47
*** sabeen has quit IRC07:02
*** neeti has joined #openstack-qa07:04
*** salv-orlando has quit IRC07:04
Santoshandreaf_: hi07:09
*** Ch00k has quit IRC07:09
*** chandankumar has joined #openstack-qa07:10
*** Madan has quit IRC07:11
*** Ch00k has joined #openstack-qa07:13
*** mpavlase has joined #openstack-qa07:13
*** luqas has joined #openstack-qa07:14
openstackgerritAdam Gandelman proposed a change to openstack-dev/grenade: Set required DSG variables for Ironic DO NOT MERGE  https://review.openstack.org/11851507:18
*** marun_afk has quit IRC07:22
*** Ch00k has quit IRC07:24
*** Madan has joined #openstack-qa07:26
*** jlanoux has joined #openstack-qa07:32
*** tkammer has joined #openstack-qa07:38
*** mkollaro has joined #openstack-qa07:49
*** mpaolino has joined #openstack-qa07:49
*** Longgeek has joined #openstack-qa07:57
*** smurashov has quit IRC07:57
*** ilyashakhat has quit IRC07:58
*** enikanorov has quit IRC07:58
*** Madan has quit IRC08:02
*** afazekas has joined #openstack-qa08:09
*** jlibosva has joined #openstack-qa08:09
*** smurashov has joined #openstack-qa08:11
*** ilyashakhat has joined #openstack-qa08:11
*** ilyashakhat has quit IRC08:14
*** e0ne has joined #openstack-qa08:14
*** Longgeek has quit IRC08:14
*** Longgeek has joined #openstack-qa08:15
*** Longgeek_ has joined #openstack-qa08:16
*** Madan has joined #openstack-qa08:16
*** tkammer has quit IRC08:17
*** Ch00k has joined #openstack-qa08:17
*** ZZelle has quit IRC08:19
*** ZZelle has joined #openstack-qa08:19
*** Longgeek has quit IRC08:20
*** e0ne has quit IRC08:24
*** e0ne has joined #openstack-qa08:26
*** safchain has joined #openstack-qa08:33
*** tkammer has joined #openstack-qa08:38
*** marun_afk has joined #openstack-qa08:40
*** tkammer has quit IRC08:46
*** Aniruddha has joined #openstack-qa08:46
*** zz_johnthetubagu is now known as johnthetubaguy08:47
openstackgerritAshish Kumar Gupta proposed a change to openstack/tempest: Fwaas API Test Enhancement  https://review.openstack.org/10282008:52
*** qba73 has joined #openstack-qa08:54
openstackgerritAdam Gandelman proposed a change to openstack-dev/grenade: Set required DSG variables for Ironic DO NOT MERGE  https://review.openstack.org/11851508:58
openstackgerritAdam Gandelman proposed a change to openstack-dev/grenade: Add Ironic sideways migration testing  https://review.openstack.org/11185908:58
*** BobBall has left #openstack-qa08:58
*** neeti has quit IRC09:01
*** neeti has joined #openstack-qa09:02
*** salv-orlando has joined #openstack-qa09:05
openstackgerritRoman Bogorodskiy proposed a change to openstack/tempest: Allow to customize volume type extra specs  https://review.openstack.org/11861909:09
*** marun_afk is now known as marun09:09
*** dmorita has quit IRC09:15
*** k4n0 has quit IRC09:16
openstackgerritAshish Kumar Gupta proposed a change to openstack/tempest: Security Groups  API Tests Enhancements  https://review.openstack.org/10765409:18
*** andreaf has joined #openstack-qa09:19
*** ildikov has joined #openstack-qa09:20
*** marun is now known as marun_afk09:24
*** marun_afk is now known as marun_09:24
*** marun_ is now known as marun09:24
*** tkammer has joined #openstack-qa09:31
*** gszasz has joined #openstack-qa09:49
openstackgerritA change was merged to openstack/tempest: Fix network/secgroup scenario tests for ironic  https://review.openstack.org/11266010:18
*** yfried_ has quit IRC10:21
*** andreaf has quit IRC10:23
*** andreaf has joined #openstack-qa10:23
*** Longgeek_ has quit IRC10:25
openstackgerritSalvatore Orlando proposed a change to openstack-dev/devstack: I have this branch just to run tests on upstream gate.  https://review.openstack.org/9844110:28
*** salv-orlando has quit IRC10:28
Santoshandreaf_: hi10:28
Santoshafazekas: hi10:28
*** jlanoux has quit IRC10:35
openstackgerritAndrea Frittoli  proposed a change to openstack/tempest: Backward compatibility to credentials in conf  https://review.openstack.org/11906010:38
openstackgerritAndrea Frittoli  proposed a change to openstack/tempest: Add Credentials Provider factory  https://review.openstack.org/10768510:38
*** aix has joined #openstack-qa10:38
*** yfried_ has joined #openstack-qa10:38
*** andreaf_ has quit IRC10:39
andreafSantosh, hi - what's up10:40
*** andreaf_ has joined #openstack-qa10:40
Santoshandreaf: just a request ... please review - https://review.openstack.org/#/c/116771/10:40
andreafSantosh, +210:42
Santoshandreaf: Thanks for review.10:43
*** salv-orlando has joined #openstack-qa10:45
*** yamahata has quit IRC10:46
*** salv-orlando_ has joined #openstack-qa10:53
*** salv-orlando_ has quit IRC10:53
*** dims has joined #openstack-qa10:54
*** salv-orlando has quit IRC10:55
*** dims has quit IRC10:56
*** dims_ has joined #openstack-qa10:57
*** dims has joined #openstack-qa10:57
*** ildikov_ has joined #openstack-qa11:00
*** dims_ has quit IRC11:01
*** mkollaro has quit IRC11:02
*** ildikov has quit IRC11:03
*** luqas has quit IRC11:07
*** e0ne has quit IRC11:08
*** andreaf has quit IRC11:09
*** andreaf has joined #openstack-qa11:10
openstackgerritAndrea Frittoli  proposed a change to openstack/tempest: Add Credentials Provider factory  https://review.openstack.org/10768511:19
*** Longgeek has joined #openstack-qa11:25
Santoshafazekas: hi11:27
*** mmedvede has joined #openstack-qa11:28
afazekasSantosh: hi11:28
*** Aniruddha has quit IRC11:29
Santoshafazekas: request you to please review - https://review.openstack.org/#/c/116771/11:29
*** Longgeek has quit IRC11:30
*** Poornima has quit IRC11:31
*** Poornima has joined #openstack-qa11:32
*** mpaolino has quit IRC11:36
*** e0ne has joined #openstack-qa11:36
*** Longgeek has joined #openstack-qa11:45
*** Ch00k has quit IRC11:46
*** Longgeek has quit IRC11:46
*** Ch00k has joined #openstack-qa11:48
*** Longgeek has joined #openstack-qa11:48
*** jlanoux has joined #openstack-qa11:49
*** jlanoux_ has joined #openstack-qa11:51
*** mpavlase has quit IRC11:52
*** jlanoux has quit IRC11:53
*** k4n0 has joined #openstack-qa11:55
*** openstackgerrit has quit IRC12:01
*** openstackgerrit has joined #openstack-qa12:02
*** andreaf has quit IRC12:07
*** andreaf has joined #openstack-qa12:07
*** weshay has joined #openstack-qa12:09
*** mwagner_lap has joined #openstack-qa12:10
*** luqas has joined #openstack-qa12:14
*** Madan has quit IRC12:15
*** dims has quit IRC12:19
*** nosnos has quit IRC12:19
*** dims has joined #openstack-qa12:20
*** nosnos has joined #openstack-qa12:20
*** mkollaro has joined #openstack-qa12:22
*** aysyd has joined #openstack-qa12:24
*** nosnos has quit IRC12:24
*** Poornima has quit IRC12:26
*** adalbas has joined #openstack-qa12:26
*** Longgeek has quit IRC12:28
sergeyshhi12:28
sergeyshWho is capable and want to review DHCP of IPv6 tests? https://review.openstack.org/#/c/117458/12:29
*** Longgeek has joined #openstack-qa12:29
*** jaypipes is now known as leakypipes12:32
*** Longgeek_ has joined #openstack-qa12:33
*** Longgeek has quit IRC12:37
*** fungi has quit IRC12:37
*** dims has quit IRC12:39
*** dims has joined #openstack-qa12:40
*** dims has quit IRC12:45
*** amotoki has quit IRC12:45
*** dims_ has joined #openstack-qa12:46
openstackgerritJohn Davidge proposed a change to openstack-dev/devstack: Add IPv6 support for tenant data network  https://review.openstack.org/8798712:47
enikanorov__sergeysh: that's another one related to ipv6: https://review.openstack.org/#/c/116581/ you might be interested in12:49
*** dims_ has quit IRC12:49
*** dims has joined #openstack-qa12:50
*** rbak has joined #openstack-qa12:51
openstackgerritDina Belova proposed a change to openstack/tempest: Revert "Skip telemetry_notification_api test due to bug 1336755"  https://review.openstack.org/11521212:51
*** morganfainberg has quit IRC12:54
*** jhesketh has quit IRC12:54
*** rbak has quit IRC12:56
*** morganfainberg has joined #openstack-qa12:57
*** jhesketh has joined #openstack-qa12:57
*** Ch00k has quit IRC13:02
*** fungi has joined #openstack-qa13:04
*** cdent has joined #openstack-qa13:05
*** dpaterson has joined #openstack-qa13:11
*** wuhg has quit IRC13:12
*** andreaf has quit IRC13:14
*** andreaf has joined #openstack-qa13:14
*** Ch00k has joined #openstack-qa13:14
*** bkopilov has quit IRC13:18
*** dustins has joined #openstack-qa13:22
*** mriedem has joined #openstack-qa13:24
*** morganfainberg has quit IRC13:25
*** jhesketh has quit IRC13:25
*** morganfainberg has joined #openstack-qa13:27
*** jhesketh has joined #openstack-qa13:27
*** marun is now known as maroon13:28
openstackgerritPawel Koniszewski proposed a change to openstack-dev/devstack: Initialize metadata definitions catalog  https://review.openstack.org/11095513:30
*** pcrews has joined #openstack-qa13:33
*** johnthetubaguy is now known as zz_johnthetubagu13:33
*** zz_johnthetubagu is now known as johnthetubaguy13:33
*** bkopilov has joined #openstack-qa13:35
mtreinishoomichi: We still don't allow new negative tests, the only exception is for a new project that doesn't really have any negative tests13:37
mtreinishthe negative autogeneration hasn't seen too much movement lately, but I still feel we should concentrate on that for negative testing13:38
*** dhellmann is now known as dhellmann_13:40
*** dustins has quit IRC13:43
*** dustins has joined #openstack-qa13:45
openstackgerritA change was merged to openstack-infra/elastic-recheck: Add some notes to the readme about queries that don't hit  https://review.openstack.org/11918413:47
*** acfleury has joined #openstack-qa13:54
*** SpamapS has quit IRC13:59
*** rbak has joined #openstack-qa13:59
*** adalbas has quit IRC14:02
*** ildikov has joined #openstack-qa14:02
*** ildikov_ has quit IRC14:02
*** bnemec is now known as beekneemech14:02
*** SpamapS_ has joined #openstack-qa14:02
openstackgerritFlavio Percoco proposed a change to openstack-dev/devstack: Add support for redis to Zaqar's lib  https://review.openstack.org/11937914:04
*** neeti has quit IRC14:05
dimsHi, anyone with devstack karma, please look at https://review.openstack.org/#/c/118339/ and https://review.openstack.org/#/c/117304/ - need to add 3 oslo libraries. thanks!14:11
*** dims is now known as dimsum_14:12
andreafmtreinish: ping - thanks for mentioning my specs and the test-accounts bp during the meeting yesterday - I was going through the meeting log14:17
*** morganfainberg has quit IRC14:18
*** jhesketh has quit IRC14:18
mtreinishandreaf: sure, np14:18
andreafmtreinish: regarding topics for the summit, one which is dear to me and which I think would be nice to talk about either in a QA or in a cross-project session is post-merge testing14:19
*** dansmith is now known as superdan14:19
andreafmtreinish: flacky tests, long running tests, all the testing which does not go in the gate but that is important for the quality of openstack - or even stable tests and we just have too many in the gate14:20
andreafmtreinish: the main problem is how to enforce some kind of control on them, and I think if we start collecting data and analyzing trends we can do that14:20
mtreinishandreaf: yeah I'm sure that'll come up somewhere. You can put it on the etherpad so we don't forget about it14:21
mtreinishI know that's a big topic for sdague too14:21
mtreinishandreaf: yeah, the long term data collection will probably really useful on that14:21
andreafmtreinish: ok I'll add it to the etherpad14:22
mtreinishandreaf: I want to get https://review.openstack.org/108003 up and running before the release14:22
*** zz_dimtruck is now known as dimtruck14:24
andreafmtreinish: it would be great14:24
andreafI don't have much puppet experience so not sure I can help much on the failing test there14:24
*** salv-orlando has joined #openstack-qa14:26
andreafmtreinish: I fixed a typo in https://review.openstack.org/#/c/119060 which caused unit test to fail, but they're still failing - different reason though14:27
mtreinishandreaf: oh it's just a syntax error. One is because I missed a comma. The other I'm not sure about it, it's in a file I didn't touch14:27
*** morganfainberg has joined #openstack-qa14:27
*** jhesketh has joined #openstack-qa14:27
*** mpaolino has joined #openstack-qa14:27
mtreinishandreaf: oh, because we need to add an isfile mock to the unit tests14:27
mtreinishright now self.use_default_creds is getting set to false which raises the exception14:28
mtreinishone sec I'll push a patch14:28
andreafmtreinish, great - once it's passing tests I'll rebase the next one14:29
mtreinishhmm, actually it may take a bit more time. We already mock isfile in some of the tests to simulate a pseudo-lock file14:30
mtreinishoh wait that may not matter let me test it14:30
*** andreaf has quit IRC14:33
*** andreaf has joined #openstack-qa14:33
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Backward compatibility to credentials in conf  https://review.openstack.org/11906014:34
mtreinishandreaf: ^^^ that worked locally14:34
mtreinishalthough I don't know what happened on that last line...14:36
*** SridharG has left #openstack-qa14:36
*** jecarey has joined #openstack-qa14:40
*** dhellmann_ is now known as dhellmann14:43
openstackgerritJohn Davidge proposed a change to openstack-dev/devstack: Add IPv6 support for tenant data network  https://review.openstack.org/8798714:47
*** zz_jgrimm is now known as jgrimm14:47
jrolldtroyer_zz: friendly reminder to poke at these today :) https://review.openstack.org/#/c/114408/ https://review.openstack.org/#/c/117384/14:53
*** amotoki has joined #openstack-qa14:54
*** flaper87 is now known as flaper87|afk14:55
openstackgerritAndrea Frittoli  proposed a change to openstack/qa-specs: add bp:resource-cleanup  https://review.openstack.org/11835214:55
*** jlibosva has quit IRC14:56
*** k4n0 has quit IRC14:57
*** lbragstad has joined #openstack-qa14:58
*** beekneemech has quit IRC15:01
*** bnemec has joined #openstack-qa15:02
*** bnemec is now known as beekneemech15:03
*** mpavlase has joined #openstack-qa15:04
*** gszasz has quit IRC15:06
*** acfleury has quit IRC15:06
*** adalbas has joined #openstack-qa15:07
*** yamahata has joined #openstack-qa15:07
*** tkammer has quit IRC15:14
*** Guest18621 is now known as annegentle15:16
*** Longgeek_ has quit IRC15:27
sergeyshenikanorov__: take a look  https://review.openstack.org/#/c/117258/15:29
*** Longgeek has joined #openstack-qa15:31
*** sergeysh has quit IRC15:32
*** mpavlase has quit IRC15:39
*** mlavalle has joined #openstack-qa15:40
*** maroon has quit IRC15:41
*** markmcclain has joined #openstack-qa15:41
*** yamahata has quit IRC15:42
*** yamahata has joined #openstack-qa15:42
*** flaper87|afk is now known as flaper8715:43
*** markmcclain1 has joined #openstack-qa15:45
*** markmcclain has quit IRC15:46
*** Longgeek has quit IRC15:48
*** safchain has quit IRC15:49
*** chandankumar has quit IRC15:54
*** yfried_ has quit IRC15:55
*** Longgeek has joined #openstack-qa16:06
*** Longgeek has quit IRC16:07
*** chandankumar has joined #openstack-qa16:09
*** dims_ has joined #openstack-qa16:09
*** dims_ has quit IRC16:09
*** e0ne has quit IRC16:10
*** Ch00k has quit IRC16:10
*** dims_ has joined #openstack-qa16:10
*** dims_ has quit IRC16:10
*** yjiang5 has joined #openstack-qa16:11
*** dims has joined #openstack-qa16:11
*** dims has quit IRC16:11
*** dims_ has joined #openstack-qa16:13
*** atiwari has joined #openstack-qa16:13
*** dimsum_ has quit IRC16:14
*** dims_ is now known as dimsum_16:14
*** dimsum_ has quit IRC16:14
*** dimsum_ has joined #openstack-qa16:16
*** dimsum_ has quit IRC16:17
*** mordred has quit IRC16:18
*** mordred has joined #openstack-qa16:18
*** leakypipes has quit IRC16:24
*** mpaolino has quit IRC16:24
*** dims has joined #openstack-qa16:24
*** dims has quit IRC16:24
*** flaper87 is now known as flaper87|afk16:28
*** mwagner_lap has quit IRC16:29
*** flaper87|afk is now known as flaper8716:31
*** dims has joined #openstack-qa16:33
*** yamahata has quit IRC16:33
*** mpaolino has joined #openstack-qa16:35
*** luqas has quit IRC16:36
*** jlanoux_ has quit IRC16:38
jogoadam_g: graphite.openstack.org16:42
*** tkammer has joined #openstack-qa16:43
*** suneelb has joined #openstack-qa16:47
*** mpaolino has quit IRC16:47
openstackgerritJoe Gordon proposed a change to openstack/tempest: Make sure server works in network_advanced_server_ops  https://review.openstack.org/11926716:48
*** e0ne has joined #openstack-qa16:48
jogosalv-orlando mtreinish: ^16:49
*** tkammer has quit IRC16:50
*** jogo is now known as flashgordon16:52
*** qba73 has quit IRC16:55
*** melwitt has joined #openstack-qa17:01
*** mkollaro has quit IRC17:01
*** openstackgerrit has quit IRC17:04
*** harlowja_away is now known as harlowja17:05
flashgordonis icehouse broken?17:06
*** cdent has quit IRC17:08
*** johnthetubaguy is now known as zz_johnthetubagu17:08
*** markmcclain1 has quit IRC17:10
*** HenryG is now known as HenryThe8th17:12
*** ildikov_ has joined #openstack-qa17:12
*** salv-orlando has quit IRC17:14
*** ildikov_ has quit IRC17:14
*** ildikov has quit IRC17:15
*** chandankumar has quit IRC17:18
*** aimon has quit IRC17:21
*** shardy is now known as shardy_afk17:22
*** dhellmann is now known as dhellmann_17:23
*** aimon has joined #openstack-qa17:23
*** e0ne has quit IRC17:40
*** e0ne has joined #openstack-qa17:41
*** mestery is now known as man_of_mystery17:43
*** mwagner_lap has joined #openstack-qa17:47
*** andreaf has quit IRC17:47
*** andreaf has joined #openstack-qa17:48
*** e0ne has quit IRC17:51
*** jaypipes has joined #openstack-qa17:53
*** ChanServ sets mode: +o jaypipes17:53
*** chandankumar has joined #openstack-qa17:56
*** dhellmann_ is now known as dhellmann18:02
*** jgrimm is now known as zz_jgrimm18:09
*** jaypipes is now known as leakypipes18:09
*** aix has quit IRC18:10
*** openstackgerrit has joined #openstack-qa18:11
*** hemna__ is now known as hemna18:18
*** sabeen has joined #openstack-qa18:21
*** man_of_mystery is now known as mestery18:25
mtreinishflashgordon: icehouse is broken?18:26
flashgordonmtreinish: not sure have seen a bunch of icehouse failures18:27
flashgordonon our duplicate neutron tempest test fixes18:28
mtreinishhmm, I hadn't noticed, let me take a look18:29
openstackgerritDavid Kranz proposed a change to openstack/tempest: Move response code checking to client for v3 identity tests  https://review.openstack.org/11777818:29
flashgordonmtreinish: thanks18:29
flashgordonso LVM + tempest18:32
flashgordonmtreinish: do we test that18:33
flashgordonsomeone in nova, dgenin, says it doesn't work18:33
*** dgenin has joined #openstack-qa18:33
openstackgerritDavid Kranz proposed a change to openstack/tempest: Move success response checking to the token client  https://review.openstack.org/11762118:33
mtreinishflashgordon: well the cinder tests all use the lvm backend18:34
mtreinishin the gate18:34
mtreinishflashgordon: but in what context?18:34
flashgordondgenin: ^18:34
flashgordoncare to provide mroe context18:34
flashgordonmtreinish: nova LVM ephemeral18:35
dgenini was looking at tempest test with lvm ephemeral backend which i think is different from cinder18:35
dgeninlibvirt.images_type=lvm18:35
mtreinishflashgordon: yeah so I think we might have ephemeral disk tests, but they would be disk type agnostic18:36
mtreinishyeah we have a few tests that get a server with an ephemeral disk18:37
dgeninmtreinish: still confused. are there any tests run with libvirt.images_type = lvm?18:38
flashgordondgenin: not that I found18:38
mtreinishis that a config option or a rest api param?18:38
flashgordonmtreinish: config option18:39
dgeninflashgordon: that's what i thought someone told me earlier in this channel18:39
dgeninyes18:39
flashgordonmtreinish dgenin putting up a devstack POC patch to test it now18:39
mtreinishflashgordon: yeah I don't think that's what we set in devstack18:39
openstackgerritJoe Gordon proposed a change to openstack-dev/devstack: DO NOT MERGE: testing if lvm ephemeral works in nova  https://review.openstack.org/11944118:39
flashgordonmtreinish: just checked we don't18:39
flashgordonthere ^18:39
dgeninall right, let's see what happens18:39
flashgordondgenin mtreinish: yup18:40
flashgordonI wonder if this is something to add to the devstack-gate test matrix stuff18:40
flashgordonwell first step first, get it to work18:40
flashgordonmtreinish dgenin: thanks18:41
mtreinishflashgordon, dgenin: we don't have that many tests which use ephemeral disks: http://git.openstack.org/cgit/openstack/tempest/tree/tempest/api/compute/servers/test_create_server.py#n14118:41
mtreinishhttp://git.openstack.org/cgit/openstack/tempest/tree/tempest/api/compute/admin/test_flavors.py18:41
dkranzmtreinish:  A grenade job failed a week ago with "ImportError: No module named concurrent.futures". A search didn't turn up anything. Is this a live issue?18:42
flashgordonmtreinish:  well if we wait an hour we can find out18:42
dkranzmtreinish: http://logs.openstack.org/49/117049/1/check/check-grenade-dsvm-icehouse/1ffe1f4/logs/grenade.sh.txt.gz18:42
clarkbdkranz: I want to say that was a swift thing18:42
flashgordonmtreinish: plenty of ways to misconfigure things too18:42
clarkbdkranz: and it has been fixed18:42
dkranzclarkb: ok, thanks18:42
clarkbdkranz: it had to do with swift not having some dep on the havana side18:43
clarkbso havana to icehouse broke18:43
mtreinishdkranz: yeah taht was a new swiftclient release doing what clarkb said18:43
dkranzclarkb: glad to hear it (that is not a live issue I mean :)18:43
*** andreaf has quit IRC18:44
*** andreaf has joined #openstack-qa18:45
mtreinishdkranz: heh, was that on one of my patches?18:46
dkranzmtreinish: yes18:46
mtreinishI guess that shows how behind I am on my patch queue...18:46
dkranzmtreinish: :)  I have been busy with other stuff this week and just getting back to real reviews18:47
*** e0ne has joined #openstack-qa18:48
*** e0ne has quit IRC18:49
*** Ch00k has joined #openstack-qa18:54
*** amotoki has quit IRC18:56
*** flaper87 is now known as flaper87|afk19:01
mtreinishsdague: this is salv-orlando's test-matrix stuff: https://review.openstack.org/#/q/status:open+branch:master+topic:bp/branchless-tempest-extensions,n,z19:01
*** openstackgerrit has quit IRC19:01
*** openstackgerrit has joined #openstack-qa19:02
dgeninmtreinish: so, unfortunately, jogo's patch will not work because there is no corresponding lvm group19:04
dgeninmtreinish: how hard would it be to create an lvm volume on the test machines?19:04
dgeninmtreinish: it can be as easy as creating a file and hooking it up via a loop device19:05
mtreinishdgenin: you'll need to add support for it into devstack19:05
mtreinishI'm not very familiar with the lvm code in there now, but I can't imagine it'd be too difficult19:06
dgeninmtreinish: add code to stack.sh?19:06
dgeninmtreinish: are you running devstack on bare metal?19:07
mtreinishdgenin: probably lib/nova, but I'm not super involved with devstack development19:08
mtreinishdtroyer_zz: would be able to give you better advice19:08
dgeninmtreinish: cool, thanks19:08
mtreinishdgenin: I'm not running anything locally, but it shouldn't matter whether it's on a vm or not19:08
dgeninmtreinish: true, it was not a good question.19:09
dtroyer_zz[catching up]  we do LVM in devstack to back the cinder LVM volumes, all done via loop mount.  so what exactly are you looking for?19:10
dgenindtroyer_zz: if i wanted to add lvm testing to devstack by creating an lvm disk group and then passing it to nova to dice up for instance ephemeral storage where would i put the code?19:10
dgenindtroyer_zz: very similar, could possibly pass the same volume group to nova19:10
dtroyer_zzdgenin: so…since that's for nova, it goes into lib/nova.  the majority of what you want is already done and in lib/cinder, some of the functions have already been generalized too…19:11
dgenindtroyer_zz: would there be a problem with using the same volume group for both?19:12
dtroyer_zzdgenin: using the same vg might be doable, depending on test timing, etc.  we already have size issued for the various backing files for cinder, swift, and whatever else…19:12
dgenindtroyer_zz: since nova comes up first, it might be an issue19:12
mtreinishdgenin: I'd probably keep it in a separate vg just to avoid and potential conflict19:12
mtreinishs/and/any19:12
dtroyer_zzdgenin: the part I'd need to think about is making sure that setup/teardown works for both when both of them are not enabled (multi-host for example)19:12
dgenindtroyer_zz: yeah, makes sense, thanks19:12
*** Ch00k has quit IRC19:19
*** mwagner_lap has quit IRC19:20
*** rfolco has quit IRC19:36
*** salv-orlando has joined #openstack-qa19:41
salv-orlandoI’ve seen a lot of icehouse job failures as well. However I’m unable to do anything today.19:42
mtreinishoh, right I said I'd look at that...19:43
dkranzmtreinish: It would help if you could push https://review.openstack.org/#/c/111068/ as I had to -1 several other patches that are changing the moved files.19:44
mtreinishdkranz: sure, I'm going to add some details to the commit message from the gerrit ui and then just fast +A it19:46
mtreinishekhugen: is that ok?19:46
ekhugensure mtreinish, fine with me19:46
openstackgerritA change was merged to openstack/tempest: Fix TypeError in TestVolumeBootPattern  https://review.openstack.org/11917319:48
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Move cli tests into service subdirectories  https://review.openstack.org/11106819:49
openstackgerritA change was merged to openstack/tempest: Use safe_setup instead try block in setUpClass  https://review.openstack.org/11084419:51
flashgordondgenin: will you able to drive getting lvm nova ephemeral at least partially working in devstack?19:55
flashgordonmtreinish salv-orlando: glad I am not the only one who noticed all the icehouse jobs19:55
dgeninflashgordon: sure, working on it19:55
dgeninflashgordon: seems that i should be able to adapt cinder scripts19:56
dgeninflashgordon: probably won't be today though...19:56
flashgordondgenin: cool, yeah no rush19:56
mtreinishflashgordon: at least the first couple were known bugs19:59
mtreinishlike the volume boot pattern console fail19:59
mtreinishor the lack of javelin log20:00
mtreinishI'm still going through logs though20:00
openstackgerritKevin Benton proposed a change to openstack-infra/elastic-recheck: Add recheck query for bug 1365829  https://review.openstack.org/11929920:02
*** e0ne has joined #openstack-qa20:04
flashgordonmtreinish: for javelin logs waiting for new results on https://review.openstack.org/#/c/113658/20:07
mtreinishflashgordon: yeah, and the fix for the typo in volume boot pattern just merged20:07
flashgordonmtreinish: there was a typo that broke things?20:08
*** e0ne has quit IRC20:08
mtreinishflashgordon: yeah in the error path so the gate didn't catch it: https://review.openstack.org/#/c/119173/20:08
flashgordonmtreinish: ahh heh20:08
openstackgerritAndrea Frittoli  proposed a change to openstack/tempest: Add Credentials Provider factory  https://review.openstack.org/10768520:09
*** e0ne has joined #openstack-qa20:11
flashgordonlooks like we will merge more patches today then yesterday20:14
flashgordonhopefully20:14
flashgordonhttps://github.com/openstack/openstack/graphs/commit-activity20:14
flashgordon45 is pretty bad20:14
*** dpaterson has quit IRC20:15
flashgordonmtreinish: looks like your patch one the gate race  https://review.openstack.org/#/c/11926820:15
flashgordonmtreinish: I'll abandon mine as a duplicate20:15
flashgordondkranz: want to review a gate bug https://review.openstack.org/#/c/11926820:16
dkranzflashgordon: How could I turn that down?20:16
flashgordondkranz: although it looks like salv-orlando doesn't want to approve it just yet20:17
dkranzflashgordon: I see20:17
flashgordonI noticed that after I pinged you20:18
mtreinishflashgordon: well me might be at 10 passes now20:18
dkranzflashgordon: I assume he will update with a comment when ready20:18
mtreinishbetween mine, yours and salv-orlando's20:18
flashgordondkranz: he is in europe so maybe not20:18
flashgordonmtreinish: good point20:19
dkranzflashgordon: Perhaps given that it is Friday late we should wait?20:20
flashgordondkranz: I can see this eithe way20:28
dkranzflashgordon: right20:28
flashgordondkranz: realistically I think the gate will be busy all weekend20:28
flashgordonand if we think the odds of this helping vs making worse are good20:28
flashgordonnot sure if we hit that threshold yet20:29
dkranzflashgordon: right, and I have no idea20:29
dkranzflashgordon: BTW, there had been a comment about why LOG had to be initialized at top level here https://review.openstack.org/#/c/107609/3/tempest/cmd/javelin.py,unified20:30
dkranzflashgordon: Since you actually changed it from None I figured there was a reason but don't know what it is.20:31
openstackgerritAndrea Frittoli  proposed a change to openstack/qa-specs: add bp:resource-cleanup  https://review.openstack.org/11835220:32
salv-orlandodkranz, flashgordon, mtreinish: between all the patches with this change we have 9 successful runs so far.20:32
salv-orlandolet’s just wait for the last recheck mtreinish started on 119268. If successfull, I think it’s safe to approve.20:33
dkranzsalv-orlando: So be it20:33
openstackgerritJim Rollenhagen proposed a change to openstack-infra/devstack-gate: Add option for building Ironic deploy ramdisks  https://review.openstack.org/11947320:33
mtreinishsalv-orlando: heh, I bet you just jinxed it...20:33
salv-orlandomtreinish: probably…20:34
flashgordonmtreinish: ^_^20:35
openstackgerritJim Rollenhagen proposed a change to openstack-infra/devstack-gate: Add option for building Ironic deploy ramdisks  https://review.openstack.org/11947320:39
*** nmagnezi has joined #openstack-qa20:46
openstackgerritA change was merged to openstack-infra/elastic-recheck: Add recheck query for bug 1365829  https://review.openstack.org/11929920:51
mtreinishsalv-orlando, flashgordon: heh, well it looks like andreaf just pushed it through...20:55
flashgordondkranz:  because thats how nova does it :/20:56
flashgordondkranz: but that isn't for binaries20:56
flashgordondkranz: not sure why I did that20:57
flashgordonwill change it back20:57
openstackgerritJoe Gordon proposed a change to openstack/tempest: Move javelin2 over to use oslo logging  https://review.openstack.org/10760920:58
salv-orlandomtreinish: that’s good for me. btw the gate is 91 deep now. Do we want to think about asking for a promotion, or are we ok with merging this patch tomorrow?20:59
mtreinishsalv-orlando: I'm in no rush, I guess it depends on the freq. we're seeing this. Weighing one reset vs the potential caused by the bug.21:00
mtreinishI'll leave it up to you :)21:00
*** andreaf has quit IRC21:05
flashgordonmtreinish: we are about to hit a gate reset21:06
flashgordonhttps://jenkins03.openstack.org/job/gate-tempest-dsvm-neutron-full/1317/console21:06
flashgordonneutron full job at top of gate21:07
flashgordonsalv-orlando: ^21:07
*** dims has quit IRC21:08
salv-orlandoand this a different failure. anyway - is this the right time to ask for a promotion?21:10
flashgordonsalv-orlando: I think so21:10
salv-orlandoflashgordon: only problem I have is that I can’t be at the keyboard now.21:10
flashgordonwe expect a gate reset 3 failed setUpClass in job a top of gate21:11
flashgordonsalv-orlando: mtreinish and I can ask for a promotion if you think we should do it21:11
salv-orlandoI’ll drop the question on infra… hpefully you guys can make the case for it if questions are asked21:11
flashgordonsounds good21:11
flashgordon50 hits in 24 hours btw21:12
*** nmagnezi has quit IRC21:12
*** dims has joined #openstack-qa21:12
*** jecarey has quit IRC21:13
*** leakypipes is now known as jaypipes-afk21:14
flashgordonso today we hopefully knocked off the top to gate bugs21:17
*** mmedvede has quit IRC21:19
*** dustins has quit IRC21:21
*** mwagner_lap has joined #openstack-qa21:21
*** aysyd has quit IRC21:27
*** openstackgerrit has quit IRC21:31
*** openstackgerrit has joined #openstack-qa21:32
openstackgerritMonty Taylor proposed a change to openstack-dev/devstack: WIP - DO NOT MERGE - Test pre-release setuptools  https://review.openstack.org/11948621:34
*** dimtruck is now known as zz_dimtruck21:40
*** dims_ has joined #openstack-qa21:44
*** zz_dimtruck is now known as dimtruck21:44
*** dims_ has quit IRC21:46
*** dims has quit IRC21:47
*** dims_ has joined #openstack-qa21:47
openstackgerritMasayuki Igawa proposed a change to openstack-dev/grenade: Add initial support for Heat  https://review.openstack.org/8697821:50
*** e0ne has quit IRC21:51
*** mpavlase has joined #openstack-qa21:54
*** e0ne has joined #openstack-qa21:55
*** dims_ has quit IRC21:57
*** dims has joined #openstack-qa21:58
*** dgenin has left #openstack-qa21:58
*** dimtruck is now known as zz_dimtruck22:05
*** dims has quit IRC22:06
*** e0ne has quit IRC22:09
*** mpavlase has quit IRC22:20
openstackgerritA change was merged to openstack/tempest: Verify network connectivity before state check  https://review.openstack.org/11926822:43
openstackgerritAdam Gandelman proposed a change to openstack-infra/devstack-gate: Set required devstack variables for Ironic+grenade  https://review.openstack.org/11676122:55
*** harlowja is now known as harlowja_away23:00
openstackgerritAdam Gandelman proposed a change to openstack-dev/grenade: Set required DSG variables for Ironic DO NOT MERGE  https://review.openstack.org/11851523:15
openstackgerritAdam Gandelman proposed a change to openstack-dev/grenade: Add Ironic sideways migration testing  https://review.openstack.org/11185923:15
*** melwitt has quit IRC23:24
*** larsks has quit IRC23:30
*** harlowja_away is now known as harlowja23:31
*** arnaud__ has joined #openstack-qa23:40
*** jaypipes-afk has quit IRC23:40
openstackgerritSean Dague proposed a change to openstack-infra/devstack-gate: turn off clean log checking  https://review.openstack.org/11951223:41

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