| *** rcernin has joined #openstack-qa | 00:00 | |
| *** Swami has quit IRC | 00:03 | |
| *** mriedem has quit IRC | 00:03 | |
| *** mriedem has joined #openstack-qa | 00:04 | |
| *** harlowja has quit IRC | 00:04 | |
| openstackgerrit | Jaewoo Park proposed openstack/patrole: initial migration for identity v2 https://review.openstack.org/425983 | 00:05 |
|---|---|---|
| openstackrecheck | Console logs not available after 20:14s for gate-dragonflow-pep8-ubuntu-xenial 417822,16,bcce36c | 00:05 |
| *** Swami has joined #openstack-qa | 00:10 | |
| *** hongbin has quit IRC | 00:16 | |
| openstackgerrit | Jaewoo Park proposed openstack/patrole: Keystone tests - API v2 https://review.openstack.org/425991 | 00:19 |
| *** dimtruck is now known as zz_dimtruck | 00:21 | |
| openstackgerrit | Merged openstack/os-testr: Add Constraints support https://review.openstack.org/413315 | 00:22 |
| *** fnaval has quit IRC | 00:23 | |
| openstackrecheck | Console logs not available after 20:08s for gate-dragonflow-pep8-ubuntu-xenial 417823,16,0434f07 | 00:25 |
| openstackgerrit | Jaewoo Park proposed openstack/patrole: initial migration for identity v2 https://review.openstack.org/425991 | 00:33 |
| *** rajinir has quit IRC | 00:36 | |
| *** spzala has joined #openstack-qa | 00:37 | |
| openstackgerrit | Merged openstack/os-testr: Save subunit results file when using --no-discover https://review.openstack.org/339189 | 00:40 |
| mtreinish | luzC: ^^^ we had to land tonyb's use constraints patch first | 00:41 |
| *** jose-phillips has quit IRC | 00:43 | |
| openstackrecheck | Console logs not available after 20:10s for gate-dragonflow-pep8-ubuntu-xenial 417821,16,be38ad0 | 00:45 |
| *** rcernin has quit IRC | 00:51 | |
| *** rcernin has joined #openstack-qa | 00:54 | |
| *** rcernin has quit IRC | 00:55 | |
| *** rcernin has joined #openstack-qa | 00:55 | |
| *** zz_dimtruck is now known as dimtruck | 01:00 | |
| openstackgerrit | Merged openstack/tempest: Don't skip Cinder backup tests based on Swift's availability https://review.openstack.org/424767 | 01:04 |
| openstackrecheck | Console logs not available after 20:09s for gate-dragonflow-dsvm-fullstack-ubuntu-xenial 406605,7,78f2eee | 01:05 |
| *** mtanino has quit IRC | 01:10 | |
| *** dimtruck is now known as zz_dimtruck | 01:18 | |
| *** zz_dimtruck is now known as dimtruck | 01:21 | |
| *** mriedem is now known as mriedem_afk | 01:23 | |
| openstackrecheck | Console logs not available after 20:05s for gate-neutron-python35 344997,9,828adb4 | 01:25 |
| *** Swami_ has joined #openstack-qa | 01:45 | |
| openstackrecheck | Console logs not available after 20:02s for gate-osc-dsvm-functional-ubuntu-xenial 424433,5,1463f20 | 01:46 |
| *** Swami_ has quit IRC | 01:46 | |
| *** Swami has quit IRC | 01:48 | |
| openstackgerrit | Monty Taylor proposed openstack-dev/devstack: DNM Curiosity patch - how bad will this break? https://review.openstack.org/426029 | 01:55 |
| openstackgerrit | Dan Smith proposed openstack-dev/grenade: Run the placement service when upgrading to Ocata https://review.openstack.org/424730 | 01:57 |
| mtreinish | mordred: ^^^ I think that will break pretty badly. Think of all the services that launch mysql connections when they launch. It's definitely more than 8 | 01:57 |
| mordred | mtreinish: I'm pretty sure it will too - but wait_timeout should cause those connections to all get droppped quickly, and back_log of 1024 should keep incoming ones in the tcp backlog while they wait | 02:00 |
| mordred | so it SHOULD just start breaking when openstack code doesn't deal with mysql going away and the need to reconnect on demand | 02:00 |
| mordred | I expect that to still be pretty bong | 02:00 |
| *** hichihara has joined #openstack-qa | 02:01 | |
| mtreinish | hmm, yeah we'll see | 02:02 |
| *** spzala has quit IRC | 02:02 | |
| *** hichihara has quit IRC | 02:03 | |
| openstackrecheck | Console logs not available after 20:03s for gate-neutron-dsvm-functional-ubuntu-xenial 423581,2,cb4d3a3 | 02:06 |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/os-testr: Updated from global requirements https://review.openstack.org/389926 | 02:13 |
| *** dims_ has joined #openstack-qa | 02:14 | |
| *** dims has quit IRC | 02:14 | |
| openstackrecheck | Console logs not available after 20:03s for gate-octavia-pep8-ubuntu-xenial 409765,27,6875363 | 02:26 |
| *** sapcc-bot1 has quit IRC | 02:27 | |
| *** sapcc-bot has joined #openstack-qa | 02:27 | |
| *** yamahata has quit IRC | 02:29 | |
| *** dimtruck is now known as zz_dimtruck | 02:30 | |
| mtreinish | mordred: http://logs.openstack.org/29/426029/1/check/gate-tempest-dsvm-neutron-full-ubuntu-xenial/795976f/logs/apache/keystone.txt.gz#_2017-01-27_02_23_40_048 | 02:32 |
| mtreinish | looks like even with a 1 sec timeout we launch more than 8 connections | 02:33 |
| *** gvrangan has quit IRC | 02:35 | |
| *** zz_dimtruck is now known as dimtruck | 02:36 | |
| *** Apoorva has quit IRC | 02:39 | |
| openstackgerrit | Armando Migliaccio proposed openstack-dev/devstack: DNM Curiosity patch - how bad will this break? https://review.openstack.org/426029 | 02:41 |
| mtreinish | armax: ^^^ I think mordred was saying that in the ideal case that max_connections should be the number of threads on the box | 02:42 |
| mtreinish | although 8 is definitely too small | 02:42 |
| armax | mtreinish: agreed, we were talking in the openstack-meetings channel | 02:42 |
| armax | I was just seeing what happens by being less aggressive | 02:43 |
| armax | :) | 02:43 |
| openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Remove default_params_with_timeout_values variable https://review.openstack.org/426034 | 02:44 |
| openstackrecheck | Console logs not available after 20:04s for gate-rally-pep8-ubuntu-xenial 425173,1,4314ad0 | 02:46 |
| *** dims_ has quit IRC | 02:47 | |
| *** d-bark has joined #openstack-qa | 02:47 | |
| *** dims has joined #openstack-qa | 02:50 | |
| *** hongbin has joined #openstack-qa | 03:01 | |
| openstackgerrit | Dan Smith proposed openstack-dev/grenade: Run the placement service when upgrading to Ocata https://review.openstack.org/424730 | 03:04 |
| openstackrecheck | Console logs not available after 20:04s for gate-octavia-python27-ubuntu-xenial 409763,26,9997b2b | 03:06 |
| *** yamahata has joined #openstack-qa | 03:13 | |
| *** mtanino has joined #openstack-qa | 03:15 | |
| *** mtanino has quit IRC | 03:21 | |
| openstackrecheck | Console logs not available after 20:11s for gate-neutron-dsvm-functional-ubuntu-xenial 425165,1,6ab2502 | 03:26 |
| mordred | mtreinish, armax: fascinating carnage :) | 03:30 |
| *** mriedem_afk is now known as mriedem | 03:30 | |
| *** yarkot has joined #openstack-qa | 03:31 | |
| *** hongbin has quit IRC | 03:41 | |
| *** hongbin has joined #openstack-qa | 03:41 | |
| *** amotoki has quit IRC | 03:43 | |
| *** gouthamr has quit IRC | 03:43 | |
| openstackrecheck | Console logs not available after 20:07s for gate-manila-tempest-minimal-dsvm-dummy-ubuntu-xenial 312321,63,f9c6e3c | 03:46 |
| *** tqtran has quit IRC | 03:55 | |
| *** dimtruck is now known as zz_dimtruck | 04:00 | |
| openstackrecheck | Console logs not available after 20:05s for gate-telemetry-dsvm-integration-ceilometer-ubuntu-xenial 418586,17,8c66acd | 04:06 |
| *** zz_dimtruck is now known as dimtruck | 04:07 | |
| *** dimtruck is now known as zz_dimtruck | 04:08 | |
| *** zz_dimtruck is now known as dimtruck | 04:09 | |
| *** mtreinish has quit IRC | 04:22 | |
| *** mtreinish has joined #openstack-qa | 04:22 | |
| *** cody-somerville has quit IRC | 04:26 | |
| openstackrecheck | Console logs not available after 20:11s for gate-manila-pep8-ubuntu-xenial 413338,9,a85605f | 04:26 |
| *** cody-somerville has joined #openstack-qa | 04:27 | |
| *** zackf has joined #openstack-qa | 04:31 | |
| *** zackf has quit IRC | 04:35 | |
| *** pcrews has quit IRC | 04:41 | |
| openstackrecheck | Console logs not available after 20:03s for gate-group-based-policy-pep8-ubuntu-xenial 425164,2,0be4be9 | 04:47 |
| *** pcrews has joined #openstack-qa | 04:47 | |
| *** hongbin has quit IRC | 04:57 | |
| *** yamahata has quit IRC | 05:01 | |
| *** armax has quit IRC | 05:05 | |
| openstackrecheck | Console logs not available after 20:02s for gate-group-based-policy-pep8-ubuntu-xenial 425174,3,3fadfea | 05:07 |
| *** nadya has joined #openstack-qa | 05:20 | |
| *** gvrangan has joined #openstack-qa | 05:27 | |
| openstackrecheck | Console logs not available after 20:05s for gate-octavia-python27-ubuntu-xenial 406953,25,57bc067 | 05:27 |
| *** dimtruck is now known as zz_dimtruck | 05:27 | |
| *** shausy has joined #openstack-qa | 05:29 | |
| *** artom has quit IRC | 05:42 | |
| *** david-lyle has quit IRC | 05:46 | |
| *** artom has joined #openstack-qa | 05:46 | |
| openstackrecheck | Console logs not available after 20:03s for gate-grenade-dsvm-neutron-ubuntu-xenial 404448,77,d65fa72 | 05:47 |
| *** nadya has quit IRC | 06:03 | |
| *** gvrangan has quit IRC | 06:06 | |
| openstackrecheck | Console logs not available after 20:03s for gate-trove-scenario-dsvm-mysql-single-ubuntu-xenial 419362,17,4e4b0a5 | 06:07 |
| *** pgadiya has joined #openstack-qa | 06:14 | |
| *** sridharg has joined #openstack-qa | 06:22 | |
| openstackrecheck | Console logs not available after 20:05s for gate-group-based-policy-pep8-ubuntu-xenial 425203,2,eb365d8 | 06:27 |
| *** gcheresh_ has joined #openstack-qa | 06:38 | |
| openstackrecheck | Console logs not available after 20:07s for gate-group-based-policy-pep8-ubuntu-xenial 425194,1,e1f8eeb | 06:47 |
| *** gvrangan has joined #openstack-qa | 06:50 | |
| *** pgadiya_ has joined #openstack-qa | 06:53 | |
| *** pgadiya has quit IRC | 06:57 | |
| *** gcheresh_ has quit IRC | 07:02 | |
| *** yamamoto has quit IRC | 07:05 | |
| openstackrecheck | Console logs not available after 20:03s for gate-glance_store-pep8-ubuntu-xenial 422579,5,75a347f | 07:07 |
| *** amotoki has joined #openstack-qa | 07:07 | |
| *** Alex_Staf has joined #openstack-qa | 07:14 | |
| openstackgerrit | Merged openstack/tempest: Use single underscore variable in loop iteration(in identity) https://review.openstack.org/425567 | 07:20 |
| openstackgerrit | Merged openstack/tempest: Use single underscore variable in loop iteration(in compute) https://review.openstack.org/425570 | 07:20 |
| *** rcernin has quit IRC | 07:24 | |
| openstackrecheck | Console logs not available after 20:04s for gate-octavia-pep8-ubuntu-xenial 331841,65,6e4dafc | 07:27 |
| *** anshul has joined #openstack-qa | 07:37 | |
| openstackrecheck | Console logs not available after 20:04s for gate-manila-ui-python27-ubuntu-xenial 415274,5,b440380 | 07:47 |
| *** markus_z has joined #openstack-qa | 07:59 | |
| *** nadya has joined #openstack-qa | 07:59 | |
| *** yamamoto has joined #openstack-qa | 08:01 | |
| *** zackf has joined #openstack-qa | 08:01 | |
| *** amotoki has quit IRC | 08:05 | |
| *** zackf has quit IRC | 08:06 | |
| openstackrecheck | Console logs not available after 20:07s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 425211,1,0e09d3c | 08:07 |
| openstackgerrit | Vasyl Saienko proposed openstack-infra/devstack-gate: DNMP/DNR Temp patch https://review.openstack.org/406827 | 08:23 |
| openstackrecheck | Console logs not available after 20:04s for gate-ironic-pep8-ubuntu-xenial 425068,4,c1d1f1c | 08:27 |
| *** gszasz has joined #openstack-qa | 08:31 | |
| *** zackf has joined #openstack-qa | 08:32 | |
| *** zackf has quit IRC | 08:37 | |
| *** gcheresh_ has joined #openstack-qa | 08:38 | |
| *** e0ne has joined #openstack-qa | 08:44 | |
| openstackrecheck | Console logs not available after 20:03s for gate-neutron-dsvm-functional-ubuntu-xenial 396651,29,8974511 | 08:48 |
| *** shardy_afk is now known as shardy | 08:52 | |
| *** dtantsur|afk is now known as dtantsur | 08:57 | |
| *** e0ne has quit IRC | 08:57 | |
| *** yamamoto has quit IRC | 08:58 | |
| *** e0ne has joined #openstack-qa | 08:59 | |
| *** Serlex has joined #openstack-qa | 08:59 | |
| openstackrecheck | Console logs not available after 20:08s for gate-neutron-pep8-ubuntu-xenial 321001,22,5bb27b8 | 09:08 |
| *** gszasz has quit IRC | 09:09 | |
| *** gszasz has joined #openstack-qa | 09:17 | |
| *** gszasz has quit IRC | 09:23 | |
| openstackgerrit | Oksana Voshchana proposed openstack-dev/grenade: WIP: Change for test multinode(grenade) Fix for floating ip https://review.openstack.org/404448 | 09:28 |
| openstackrecheck | Console logs not available after 20:04s for gate-mistral-python27-ubuntu-xenial 424621,3,4568bbb | 09:28 |
| *** lucas-afk is now known as lucasagomes | 09:32 | |
| *** nadya has quit IRC | 09:32 | |
| *** amotoki has joined #openstack-qa | 09:35 | |
| *** nadya has joined #openstack-qa | 09:38 | |
| *** amotoki has quit IRC | 09:45 | |
| openstackrecheck | Console logs not available after 20:03s for gate-dragonflow-pep8-ubuntu-xenial 417824,18,4b892f8 | 09:48 |
| *** tqtran has joined #openstack-qa | 09:58 | |
| *** nadya has quit IRC | 09:59 | |
| *** yamamoto has joined #openstack-qa | 09:59 | |
| *** tqtran has quit IRC | 10:02 | |
| *** ramishra has quit IRC | 10:05 | |
| openstackrecheck | Console logs not available after 20:04s for gate-neutron-dsvm-functional-ubuntu-xenial 421155,4,e72d8e6 | 10:08 |
| *** yamamoto has quit IRC | 10:08 | |
| *** yamamoto has joined #openstack-qa | 10:08 | |
| *** ramishra has joined #openstack-qa | 10:09 | |
| openstackgerrit | Vasyl Saienko proposed openstack-infra/devstack-gate: Grant tempest user access to virt-filesystems https://review.openstack.org/425622 | 10:11 |
| *** gcheresh_ has quit IRC | 10:14 | |
| *** d-bark has quit IRC | 10:17 | |
| *** yamamoto has quit IRC | 10:17 | |
| *** yamamoto has joined #openstack-qa | 10:20 | |
| *** jordanP has joined #openstack-qa | 10:21 | |
| *** cdent has joined #openstack-qa | 10:23 | |
| *** yamamoto has quit IRC | 10:25 | |
| openstackrecheck | Console logs not available after 20:04s for gate-dragonflow-python27-ubuntu-xenial 407011,31,7b8ed70 | 10:28 |
| *** gvrangan has quit IRC | 10:29 | |
| *** rossella_ has joined #openstack-qa | 10:39 | |
| *** pkoniszewski has quit IRC | 10:41 | |
| *** pkoniszewski has joined #openstack-qa | 10:42 | |
| *** shardy has quit IRC | 10:45 | |
| *** shardy has joined #openstack-qa | 10:46 | |
| openstackrecheck | Console logs not available after 20:09s for gate-neutron-pep8-ubuntu-xenial 424340,2,7dd433c | 10:48 |
| *** gfidente has joined #openstack-qa | 10:56 | |
| *** gfidente has quit IRC | 10:56 | |
| *** gfidente has joined #openstack-qa | 10:56 | |
| *** yamamoto has joined #openstack-qa | 10:57 | |
| *** dalees has quit IRC | 11:05 | |
| *** mvk has quit IRC | 11:06 | |
| openstackrecheck | Console logs not available after 20:08s for gate-dragonflow-python27-ubuntu-xenial 424143,4,d6bde41 | 11:08 |
| *** masayukig[m] has quit IRC | 11:10 | |
| *** dalees has joined #openstack-qa | 11:11 | |
| *** yamamoto has quit IRC | 11:22 | |
| *** masayukig[m] has joined #openstack-qa | 11:23 | |
| *** nadya has joined #openstack-qa | 11:26 | |
| openstackrecheck | Console logs not available after 20:07s for gate-neutron-pep8-ubuntu-xenial 424949,1,4ec4056 | 11:28 |
| *** gcheresh_ has joined #openstack-qa | 11:41 | |
| openstackrecheck | Console logs not available after 20:08s for gate-octavia-python27-ubuntu-xenial 406951,24,99654fc | 11:49 |
| *** catintheroof has joined #openstack-qa | 12:04 | |
| *** mvk has joined #openstack-qa | 12:04 | |
| openstackrecheck | Console logs not available after 20:11s for gate-dragonflow-pep8-ubuntu-xenial 414984,19,eb4d412 | 12:09 |
| *** dtantsur is now known as dtantsur|bbl | 12:12 | |
| *** shardy is now known as shardy_lunch | 12:18 | |
| *** sridharg has quit IRC | 12:19 | |
| *** lucasagomes is now known as lucas-hungry | 12:21 | |
| *** yamamoto has joined #openstack-qa | 12:22 | |
| openstackgerrit | Oksana Voshchana proposed openstack-dev/grenade: WIP: Change for test multinode(grenade) Fix for floating ip https://review.openstack.org/404448 | 12:28 |
| openstackrecheck | Console logs not available after 20:04s for gate-tempest-docs-ubuntu-xenial 342023,5,ff9f0b4 | 12:29 |
| *** yamamoto has quit IRC | 12:31 | |
| *** sdague has joined #openstack-qa | 12:40 | |
| openstackrecheck | Console logs not available after 20:03s for gate-ironic-pep8-ubuntu-xenial 423556,20,b9a30b2 | 12:49 |
| *** sdague_ has joined #openstack-qa | 12:52 | |
| *** martinkopec has joined #openstack-qa | 12:55 | |
| *** tqtran has joined #openstack-qa | 13:00 | |
| *** cdent has quit IRC | 13:04 | |
| *** cdent has joined #openstack-qa | 13:04 | |
| *** tqtran has quit IRC | 13:04 | |
| *** catintheroof has quit IRC | 13:05 | |
| openstackrecheck | Console logs not available after 20:06s for gate-dragonflow-python27-ubuntu-xenial 406602,9,1ac2664 | 13:09 |
| *** nadya has quit IRC | 13:14 | |
| *** catintheroof has joined #openstack-qa | 13:16 | |
| *** shardy_lunch is now known as shardy | 13:17 | |
| *** lucas-hungry is now known as lucasagomes | 13:19 | |
| openstackgerrit | Rodrigo Duarte proposed openstack/tempest: Implied roles API tests https://review.openstack.org/425927 | 13:23 |
| *** sdague has quit IRC | 13:25 | |
| *** gszasz has joined #openstack-qa | 13:29 | |
| openstackrecheck | Console logs not available after 20:10s for gate-neutron-dsvm-functional-ubuntu-xenial 424953,1,ea887bc | 13:29 |
| *** raildo has joined #openstack-qa | 13:30 | |
| *** pgadiya_ has quit IRC | 13:34 | |
| *** gszasz has quit IRC | 13:40 | |
| openstackrecheck | Console logs not available after 20:05s for gate-congress-docs-ubuntu-xenial 421694,2,b45f03f | 13:49 |
| *** rbak_ has joined #openstack-qa | 13:50 | |
| gmorfy | Hi. Please, review someone https://review.openstack.org/#/c/383601/ | 13:51 |
| *** gouthamr has joined #openstack-qa | 13:53 | |
| *** tqtran has joined #openstack-qa | 14:01 | |
| *** tqtran has quit IRC | 14:05 | |
| *** spzala has joined #openstack-qa | 14:06 | |
| openstackgerrit | Oksana Voshchana proposed openstack-dev/grenade: WIP: Change for test multinode(grenade) Fix for floating ip https://review.openstack.org/404448 | 14:08 |
| openstackrecheck | Console logs not available after 20:06s for gate-neutron-pep8-ubuntu-xenial 407837,20,21d02c9 | 14:09 |
| *** nadya has joined #openstack-qa | 14:10 | |
| *** shausy has quit IRC | 14:11 | |
| *** sdague_ is now known as sdague | 14:12 | |
| *** markvoelker has joined #openstack-qa | 14:16 | |
| *** gcheresh_ has quit IRC | 14:20 | |
| *** jdandrea has joined #openstack-qa | 14:22 | |
| *** nadya has quit IRC | 14:23 | |
| openstackgerrit | Merged openstack/os-performance-tools: Removes unnecessary utf-8 encoding https://review.openstack.org/418902 | 14:26 |
| *** martinkopec has quit IRC | 14:27 | |
| *** nadya has joined #openstack-qa | 14:28 | |
| openstackrecheck | Console logs not available after 20:05s for gate-dragonflow-pep8-ubuntu-xenial 417822,17,6057135 | 14:30 |
| openstackgerrit | Rodrigo Duarte proposed openstack/tempest: Domain specific roles API tests https://review.openstack.org/426249 | 14:30 |
| *** fguillot has joined #openstack-qa | 14:31 | |
| openstackgerrit | Rodrigo Duarte proposed openstack/tempest: Domain specific roles API tests https://review.openstack.org/426249 | 14:33 |
| rodrigods | hey... i have a chain of 4 patches to test some new features in keystone related to "roles" | 14:34 |
| rodrigods | if any of you could take a look: https://review.openstack.org/#/q/status:open+project:openstack/tempest+branch:master+topic:implied_roles | 14:35 |
| rodrigods | the initial 2 already have a +2 | 14:35 |
| *** dtantsur|bbl is now known as dtantsur | 14:42 | |
| *** dansmith is now known as superdan | 14:47 | |
| openstackrecheck | Console logs not available after 20:04s for gate-ironic-dsvm-functional-ubuntu-xenial 423556,20,1489171 | 14:50 |
| luzC | mtreinish thanks, I saw tonyb's patch makes sense :) | 14:50 |
| *** makowals has quit IRC | 14:56 | |
| *** armax has joined #openstack-qa | 14:56 | |
| *** makowals has joined #openstack-qa | 14:58 | |
| openstackrecheck | Console logs not available after 20:07s for gate-tempest-dsvm-networking-odl-beryllium-snapshot-v2driver 421860,6,2245439 | 15:10 |
| *** yamahata has joined #openstack-qa | 15:11 | |
| openstackgerrit | Sean Dague proposed openstack-dev/devstack: WIP: only use processes=1, see how bad that plays out https://review.openstack.org/426264 | 15:13 |
| *** mtanino has joined #openstack-qa | 15:16 | |
| openstackgerrit | Oksana Voshchana proposed openstack-dev/grenade: WIP: Change for test multinode(grenade) Fix for floating ip https://review.openstack.org/404448 | 15:19 |
| *** gouthamr has quit IRC | 15:19 | |
| *** hieulq_ has joined #openstack-qa | 15:23 | |
| openstackrecheck | Console logs not available after 20:07s for gate-neutron-dsvm-functional-ubuntu-xenial 396711,11,03201cf | 15:30 |
| *** zz_dimtruck is now known as dimtruck | 15:34 | |
| *** nadya has quit IRC | 15:37 | |
| *** anshul has quit IRC | 15:40 | |
| *** gouthamr has joined #openstack-qa | 15:41 | |
| *** hieulq_ has quit IRC | 15:49 | |
| openstackrecheck | Console logs not available after 20:09s for gate-neutron-pep8-ubuntu-xenial 425187,2,376d8e0 | 15:50 |
| *** amotoki has joined #openstack-qa | 15:51 | |
| *** amotoki has quit IRC | 15:56 | |
| *** mvk has quit IRC | 15:58 | |
| openstackgerrit | Sean Dague proposed openstack-infra/devstack-gate: stop tracing db queries https://review.openstack.org/426288 | 16:07 |
| openstackrecheck | Console logs not available after 20:11s for gate-dragonflow-python27-ubuntu-xenial 406605,8,9faddc4 | 16:10 |
| *** fnaval has joined #openstack-qa | 16:16 | |
| *** HenryG has quit IRC | 16:19 | |
| *** HenryG has joined #openstack-qa | 16:20 | |
| *** david-lyle has joined #openstack-qa | 16:29 | |
| openstackrecheck | Console logs not available after 20:07s for gate-telemetry-dsvm-integration-gnocchi-ubuntu-xenial 425223,1,219b7d2 | 16:30 |
| *** e0ne has quit IRC | 16:31 | |
| *** yangyapeng has quit IRC | 16:33 | |
| *** zackf has joined #openstack-qa | 16:33 | |
| *** yangyapeng has joined #openstack-qa | 16:34 | |
| *** Alex_Staf has quit IRC | 16:37 | |
| openstackrecheck | Console logs not available after 20:05s for gate-mistral-pep8-ubuntu-xenial 425229,1,9da8f55 | 16:50 |
| *** jordanP has quit IRC | 16:54 | |
| *** markus_z has quit IRC | 17:00 | |
| *** tqtran has joined #openstack-qa | 17:03 | |
| *** rajinir has joined #openstack-qa | 17:05 | |
| *** tqtran has quit IRC | 17:07 | |
| *** rossella_ has quit IRC | 17:07 | |
| openstackgerrit | Dan Smith proposed openstack-dev/grenade: Enlighten grenade about the placement service https://review.openstack.org/424730 | 17:09 |
| openstackrecheck | Console logs not available after 20:09s for gate-neutron-pep8-ubuntu-xenial 409557,20,a7638e4 | 17:11 |
| *** yamahata has quit IRC | 17:11 | |
| *** nadya has joined #openstack-qa | 17:15 | |
| *** spzala has quit IRC | 17:16 | |
| openstackgerrit | Dan Smith proposed openstack-dev/grenade: Make nova verify compute service count after upgrade https://review.openstack.org/426310 | 17:17 |
| *** nadya has quit IRC | 17:17 | |
| *** tqtran has joined #openstack-qa | 17:21 | |
| openstackgerrit | Jaewoo Park proposed openstack/patrole: Keystone tests - API version 2 https://review.openstack.org/425991 | 17:22 |
| *** spzala has joined #openstack-qa | 17:22 | |
| openstackrecheck | Console logs not available after 20:12s for gate-neutron-pep8-ubuntu-xenial 409556,19,5a4fc30 | 17:31 |
| *** shardy has quit IRC | 17:31 | |
| *** dsariel has quit IRC | 17:32 | |
| *** nadya has joined #openstack-qa | 17:38 | |
| *** Apoorva has joined #openstack-qa | 17:40 | |
| *** Apoorva has quit IRC | 17:41 | |
| *** Apoorva has joined #openstack-qa | 17:41 | |
| *** mriedem is now known as mriedem_beach | 17:42 | |
| *** dsariel has joined #openstack-qa | 17:44 | |
| *** nadya has quit IRC | 17:44 | |
| openstackgerrit | DavidPurcell proposed openstack/patrole: Fixed AT&T Copyright statements https://review.openstack.org/426327 | 17:46 |
| openstackgerrit | DavidPurcell proposed openstack/patrole: Glance tests - Image Metadef Namespace and Namespace Objects https://review.openstack.org/424871 | 17:49 |
| *** Swami has joined #openstack-qa | 17:51 | |
| openstackrecheck | Console logs not available after 20:08s for gate-neutron-pep8-ubuntu-xenial 409555,20,6b6e2b2 | 17:51 |
| *** lucasagomes is now known as lucas-afk | 17:55 | |
| *** yamahata has joined #openstack-qa | 17:55 | |
| *** harlowja has joined #openstack-qa | 18:02 | |
| *** cdent has quit IRC | 18:02 | |
| openstackgerrit | Dan Smith proposed openstack-dev/grenade: Enlighten grenade about the placement service https://review.openstack.org/424730 | 18:06 |
| *** dtantsur is now known as dtantsur|afk | 18:07 | |
| *** jose-phillips has joined #openstack-qa | 18:08 | |
| *** nadya has joined #openstack-qa | 18:11 | |
| openstackrecheck | Console logs not available after 20:07s for gate-dragonflow-pep8-ubuntu-xenial 417821,17,f2f1a6d | 18:11 |
| *** weshay is now known as weshay_brb | 18:12 | |
| openstackgerrit | Jaewoo Park proposed openstack/patrole: Keystone tests - API version 2 https://review.openstack.org/426333 | 18:13 |
| *** mvk has joined #openstack-qa | 18:17 | |
| openstackgerrit | Merged openstack-dev/hacking: Add explicit support for py35 https://review.openstack.org/423342 | 18:19 |
| *** gvrangan has joined #openstack-qa | 18:21 | |
| *** jose-phillips has quit IRC | 18:26 | |
| openstackrecheck | Console logs not available after 20:13s for gate-functional-dsvm-magnum-k8s-ubuntu-xenial 419705,12,7d5d99a | 18:31 |
| *** vhosakot has joined #openstack-qa | 18:32 | |
| oomichi | rodrigods: thanks ++ | 18:34 |
| oomichi | rodrigods: can you add reno on https://review.openstack.org/#/c/425702 ? | 18:36 |
| *** gfidente has quit IRC | 18:37 | |
| openstackgerrit | Merged openstack/patrole: Fixed AT&T Copyright statements https://review.openstack.org/426327 | 18:39 |
| *** david-lyle has quit IRC | 18:39 | |
| *** dharinic is now known as dharinic|lunch | 18:42 | |
| *** spzala has quit IRC | 18:43 | |
| openstackgerrit | Merged openstack/patrole: Cinder tests - Volume Snapshots https://review.openstack.org/424339 | 18:44 |
| *** jdandrea has quit IRC | 18:44 | |
| openstackrecheck | Console logs not available after 20:06s for gate-neutron-dsvm-functional-ubuntu-xenial 404564,5,e404d15 | 18:51 |
| *** jdandrea has joined #openstack-qa | 18:57 | |
| openstackgerrit | DavidPurcell proposed openstack/patrole: Fix commit message in initial framework commit https://review.openstack.org/426354 | 18:57 |
| *** zhufl has quit IRC | 19:00 | |
| *** spzala has joined #openstack-qa | 19:00 | |
| *** zhufl has joined #openstack-qa | 19:01 | |
| *** gcheresh_ has joined #openstack-qa | 19:01 | |
| openstackgerrit | Dan Smith proposed openstack-dev/grenade: Enlighten grenade about the placement service https://review.openstack.org/424730 | 19:04 |
| *** xinli has joined #openstack-qa | 19:06 | |
| rodrigods | oomichi, sure, i will | 19:06 |
| *** weshay_brb is now known as weshay | 19:06 | |
| openstackrecheck | Console logs not available after 20:07s for gate-neutron-dsvm-functional-ubuntu-xenial 347867,39,80381a8 | 19:12 |
| *** hongbin has joined #openstack-qa | 19:12 | |
| openstackgerrit | Nicolas Helgeson proposed openstack/patrole: Identity Rbac V3 tests https://review.openstack.org/425430 | 19:18 |
| *** tqtran has quit IRC | 19:20 | |
| *** nadya has quit IRC | 19:21 | |
| *** nadya has joined #openstack-qa | 19:22 | |
| *** dharinic|lunch is now known as dharinic | 19:27 | |
| openstackgerrit | Nicolas Helgeson proposed openstack/patrole: Identity Rbac V3 tests https://review.openstack.org/425430 | 19:29 |
| *** spzala has quit IRC | 19:29 | |
| *** gcheresh_ has quit IRC | 19:30 | |
| openstackrecheck | Console logs not available after 20:06s for gate-neutron-dsvm-functional-ubuntu-xenial 344997,9,dcae5a1 | 19:32 |
| openstackgerrit | Nicolas Helgeson proposed openstack/patrole: Identity Rbac V3 tests https://review.openstack.org/425430 | 19:37 |
| openstackgerrit | Jaewoo Park proposed openstack/patrole: Keystone tests - API version 2 https://review.openstack.org/426333 | 19:38 |
| *** rbak_ has quit IRC | 19:43 | |
| *** rbak_ has joined #openstack-qa | 19:43 | |
| *** jose-phillips has joined #openstack-qa | 19:49 | |
| *** nadya has quit IRC | 19:49 | |
| openstackrecheck | Console logs not available after 20:06s for gate-neutron-dsvm-functional-ubuntu-xenial 423777,6,01c4a6d | 19:52 |
| *** d-bark has joined #openstack-qa | 19:53 | |
| *** david-lyle has joined #openstack-qa | 19:53 | |
| *** david-lyle has quit IRC | 19:53 | |
| *** david-lyle has joined #openstack-qa | 19:54 | |
| *** david-lyle has quit IRC | 20:01 | |
| *** david-lyle has joined #openstack-qa | 20:01 | |
| openstackgerrit | Castulo J. Martinez proposed openstack-dev/grenade: Making is_ubuntu func available to fetch_devstacks https://review.openstack.org/424807 | 20:08 |
| castulo | sdague, dansmith, mtreinish: would you guys mind reviewing this patch please? https://review.openstack.org/#/c/424807/2 It is for a fix for Grenade, it is broken when you try to run Grenade locally. | 20:10 |
| openstackrecheck | Console logs not available after 20:09s for gate-horizon-nodejs4-npm-run-test 425283,1,b3ca825 | 20:12 |
| *** homeski has joined #openstack-qa | 20:14 | |
| *** gvrangan has quit IRC | 20:27 | |
| *** jose-phillips has quit IRC | 20:29 | |
| *** e0ne has joined #openstack-qa | 20:31 | |
| openstackrecheck | Console logs not available after 20:08s for gate-neutron-python27-ubuntu-xenial 399964,8,da9fb10 | 20:32 |
| *** e0ne has quit IRC | 20:33 | |
| *** e0ne has joined #openstack-qa | 20:38 | |
| openstackgerrit | DavidPurcell proposed openstack/patrole: Glance tests - Image Metadef Namespace Resource Types https://review.openstack.org/426396 | 20:39 |
| *** armax has quit IRC | 20:49 | |
| *** gvrangan has joined #openstack-qa | 20:50 | |
| *** gcheresh_ has joined #openstack-qa | 20:51 | |
| *** yangyape_ has joined #openstack-qa | 20:52 | |
| openstackrecheck | Console logs not available after 20:10s for gate-tempest-dsvm-cells-ubuntu-xenial 424759,4,7837d77 | 20:52 |
| *** jose-phillips has joined #openstack-qa | 20:53 | |
| *** fguillot has quit IRC | 20:53 | |
| *** yangyapeng has quit IRC | 20:54 | |
| *** sdague has quit IRC | 20:56 | |
| *** raildo has quit IRC | 20:56 | |
| *** e0ne has quit IRC | 20:56 | |
| *** jose-phillips has quit IRC | 20:58 | |
| openstackgerrit | Merged openstack/patrole: Glance tests - Image Metadef Namespace and Namespace Objects https://review.openstack.org/424871 | 20:59 |
| *** e0ne has joined #openstack-qa | 21:02 | |
| *** e0ne has quit IRC | 21:02 | |
| openstackgerrit | Joshua White proposed openstack/tempest: Add resources_prefix to rand_name when created https://review.openstack.org/397504 | 21:03 |
| *** e0ne has joined #openstack-qa | 21:04 | |
| *** e0ne has quit IRC | 21:06 | |
| *** sdague has joined #openstack-qa | 21:07 | |
| *** vhosakot has quit IRC | 21:08 | |
| *** vhosakot has joined #openstack-qa | 21:08 | |
| openstackrecheck | Console logs not available after 20:11s for gate-mistral-pep8-ubuntu-xenial 424171,2,6c0aa54 | 21:13 |
| *** xinli has quit IRC | 21:13 | |
| *** Apoorva has quit IRC | 21:15 | |
| *** Serlex has quit IRC | 21:15 | |
| *** vhosakot has quit IRC | 21:18 | |
| openstackgerrit | Sujitha proposed openstack-infra/devstack-gate: Devstack-gate changes to enable n-api on subnode https://review.openstack.org/394659 | 21:22 |
| *** armax has joined #openstack-qa | 21:26 | |
| openstackgerrit | Nicolas Helgeson proposed openstack/patrole: Identity Rbac V3 tests https://review.openstack.org/425430 | 21:28 |
| openstackgerrit | Nicolas Helgeson proposed openstack/patrole: Identity Rbac V3 tests https://review.openstack.org/425430 | 21:30 |
| openstackrecheck | Console logs not available after 20:08s for gate-dragonflow-python27-ubuntu-xenial 425091,3,c20786a | 21:33 |
| *** Apoorva has joined #openstack-qa | 21:40 | |
| *** gcheresh_ has quit IRC | 21:40 | |
| *** dimtruck is now known as zz_dimtruck | 21:40 | |
| *** vhosakot has joined #openstack-qa | 21:40 | |
| *** catintheroof has quit IRC | 21:44 | |
| *** catintheroof has joined #openstack-qa | 21:45 | |
| *** catintheroof has quit IRC | 21:49 | |
| openstackgerrit | Wasiq Noor proposed openstack-dev/devstack: Disaster recover added https://review.openstack.org/426409 | 21:50 |
| openstackrecheck | Console logs not available after 20:05s for gate-shade-dsvm-functional-neutron 424087,7,ec856a8 | 21:53 |
| *** gvrangan has quit IRC | 21:57 | |
| *** vhosakot_ has joined #openstack-qa | 22:08 | |
| openstackgerrit | Felipe Monteiro proposed openstack/patrole: Improve is_admin support in Patrole converter framework. https://review.openstack.org/426415 | 22:09 |
| *** jose-phillips has joined #openstack-qa | 22:11 | |
| *** vhosakot has quit IRC | 22:12 | |
| openstackrecheck | Console logs not available after 20:05s for gate-octavia-pep8-ubuntu-xenial 409764,28,02bc9f9 | 22:13 |
| *** gvrangan has joined #openstack-qa | 22:13 | |
| openstackgerrit | Anusha Unnam proposed openstack-infra/devstack-gate: Devstack-gate changes to enable n-api on subnode https://review.openstack.org/394659 | 22:13 |
| openstackgerrit | Jaewoo Park proposed openstack/patrole: Keystone tests - API version 2 https://review.openstack.org/426333 | 22:16 |
| *** zz_dimtruck is now known as dimtruck | 22:16 | |
| *** vhosakot_ has quit IRC | 22:17 | |
| openstackgerrit | Jaewoo Park proposed openstack/patrole: Keystone tests - API version 2 https://review.openstack.org/426333 | 22:25 |
| *** gouthamr has quit IRC | 22:27 | |
| *** armax has quit IRC | 22:27 | |
| openstackgerrit | Jaewoo Park proposed openstack/patrole: Keystone tests - API version 2 https://review.openstack.org/426333 | 22:28 |
| openstackrecheck | Console logs not available after 20:07s for gate-cinder-pep8-ubuntu-xenial 415868,11,0053242 | 22:33 |
| *** jdandrea has quit IRC | 22:48 | |
| *** mriedem_beach is now known as mriedem | 22:48 | |
| *** gouthamr has joined #openstack-qa | 22:51 | |
| *** Swami_ has joined #openstack-qa | 22:53 | |
| openstackrecheck | Console logs not available after 20:05s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 423705,10,a2d15a9 | 22:53 |
| *** Swami has quit IRC | 22:57 | |
| *** Swami_ has quit IRC | 23:00 | |
| openstackgerrit | Merged openstack-infra/devstack-gate: Increase swappiness to try to avoid OOM killer https://review.openstack.org/425961 | 23:04 |
| openstackgerrit | Dan Smith proposed openstack-dev/grenade: Enlighten grenade about the placement service https://review.openstack.org/424730 | 23:04 |
| openstackgerrit | Dan Smith proposed openstack-dev/grenade: Make nova verify compute service count after upgrade https://review.openstack.org/426310 | 23:08 |
| *** greghaynes has quit IRC | 23:10 | |
| openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Enable sphinx on servers_client https://review.openstack.org/368241 | 23:13 |
| openstackrecheck | Console logs not available after 20:09s for gate-ceilometer-dsvm-functional-mongodb-ubuntu-xenial 425005,4,3bde23a | 23:13 |
| *** rbak_ has quit IRC | 23:19 | |
| *** tqtran has joined #openstack-qa | 23:28 | |
| openstackgerrit | Joshua White proposed openstack-infra/devstack-gate: Glance experimental multinode grenade job setup https://review.openstack.org/426428 | 23:29 |
| openstackrecheck | Console logs not available after 20:12s for gate-monasca-log-api-pep8-ubuntu-xenial 425152,2,471b8ce | 23:33 |
| *** greghaynes has joined #openstack-qa | 23:37 | |
| oomichi | andreaf: can you take a look at https://review.openstack.org/#/c/425963 ? | 23:39 |
| *** Swami has joined #openstack-qa | 23:43 | |
| *** Swami has quit IRC | 23:44 | |
| *** Swami has joined #openstack-qa | 23:44 | |
| openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Nova: test live migration with serial console https://review.openstack.org/346815 | 23:47 |
| *** Swami_ has joined #openstack-qa | 23:48 | |
| *** Swami has quit IRC | 23:52 | |
| *** greghaynes has quit IRC | 23:52 | |
| openstackrecheck | Console logs not available after 20:07s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 410418,8,5c5fd6d | 23:54 |
| oomichi | gmann: I am triaging bugs, and it is nice to update https://review.openstack.org/#/c/304441/ for closing a bug | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!