Tuesday, 2018-05-15

anupnwhile setting up devstack with Ironic, I see cleaning is not getting completed. Inside ir-api logs, I see " DiscoveryFailure: Could not find versioned identity endpoints when attempting to authenticate. Please check the auth_url"00:23
anupnwhat does that mean? I have keystone endpoint running00:23
anupnI don't see anything inside ir-cond logs00:24
*** artom has quit IRC00:27
*** mriedem has joined #openstack-qa00:40
*** slaweq has quit IRC00:46
*** hongbin has joined #openstack-qa00:52
*** slaweq has joined #openstack-qa00:53
openstackgerritGhanshyam Mann proposed openstack/tempest master: Make scenario job as voting  https://review.openstack.org/56816900:55
*** ramishra has joined #openstack-qa01:01
*** mriedem has quit IRC01:17
*** yamamoto has joined #openstack-qa01:18
*** yamamoto has quit IRC01:25
*** ramishra has quit IRC01:25
*** ramishra has joined #openstack-qa01:27
openstackrecheckopenstack/tripleo-heat-templates change: https://review.openstack.org/555007 failed because of: tripleo-ci-centos-7-containers-multinode: https://bugs.launchpad.net/bugs/1708704 https://bugs.launchpad.net/bugs/132681301:30
openstackLaunchpad bug 1708704 in OpenStack-Gate "yum client: [Errno 256] No more mirrors to try" [Undecided,New]01:30
openstackLaunchpad bug 1326813 in OpenStack-Gate "Connectivity issues to pypi mirrors cause easy_install to fail." [Low,Confirmed]01:30
*** dave-mccowan has joined #openstack-qa01:41
*** yamamoto has joined #openstack-qa01:41
*** yamamoto has quit IRC01:46
*** xudan has joined #openstack-qa01:53
*** yamamoto has joined #openstack-qa02:02
*** ramishra has quit IRC02:05
*** yamamoto has quit IRC02:06
*** ramishra has joined #openstack-qa02:09
*** rosmaita has quit IRC02:11
*** vivsoni has joined #openstack-qa02:13
xudan@andreaf I am from OPNFV community. I met a problem when I use Tempest.02:14
xudanMy environment  is with ironic and as here said the neutron has a bug with ironic https://github.com/openstack/tempest/blob/master/tempest/scenario/manager.py#L79002:16
*** ramishra has quit IRC02:17
xudanWhen I test the Tempest scenario test cases, it always failed with the 'No IPv4 addresses found'02:17
*** ramishra has joined #openstack-qa02:18
xudanI have added 'ironic=True' with the section 'service_available' in tempest.conf file02:19
xudanBut I didn't find ironic in this file https://github.com/openstack/tempest/blob/master/tempest/config.py#L97502:20
*** adrianreza has joined #openstack-qa02:21
xudanSo I am afraid even I set ironic=True in tempest.conf file, it is always regarded as False because lacking of definition in config.py02:21
xudanI tried to add ironic into config.py file and it passed without the error 'No IPv4 addresses found'.02:22
*** yamamoto has joined #openstack-qa02:23
*** ramishra has quit IRC02:26
*** yamamoto has quit IRC02:29
*** armaan has quit IRC02:29
*** armaan has joined #openstack-qa02:30
masayukigxudan: hi, I think you might need to use ironic-tempest-plugin for Ironic tempest tests. https://github.com/openstack/ironic-tempest-plugin/02:36
masayukiggmann: any thoughts? ^^^^^^^^^02:37
*** gcheresh has joined #openstack-qa02:38
xudanI didn't test Ironic tempest tests. I only test the basic Tempest scenario tests. such as tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops02:39
gmannxudan: 'ironic' in tempest config is added by ironic-tempest-plugin - https://github.com/openstack/ironic-tempest-plugin/blob/master/ironic_tempest_plugin/config.py#L2102:40
gmannxudan: once you setup this plugin that config option will be available and you can set it to true02:41
gmannxudan: it will be very quick to install this.02:41
masayukiggmann: so, should "tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops" test still work for Ironic?02:42
gmannmasayukig: i have not tested but should work02:44
masayukiggmann: ok, do we test it in the gate, too? no?02:44
xudanThanks, I will have a try with your suggestion. But for OPNFV community, all Tempest test cases are integrated into Functest project. There are no Ironic plugin tests, so it will be very strange for it to install this plugin if  it only attempt to test the basic Tempest scenario tests.02:45
gmannxudan: that was for ironic service availability. for error you are getting "No IPv4 addresses found" needs more debugging that why no ip_address on server side02:45
openstackgerritArtom Lifshitz proposed openstack/tempest master: Integration tests for tagged attach  https://review.openstack.org/39194702:45
openstackgerritArtom Lifshitz proposed openstack/tempest master: Improve use of RemoteClient in device tagging test  https://review.openstack.org/56841602:45
*** yamamoto has joined #openstack-qa02:45
xudanIt actually has ip address, but the port status is 'DOWN'02:46
*** rcernin has quit IRC02:46
xudanThat's mainly because the component Ironic02:46
openstackgerritMerged openstack/tempest master: Check status code when downloading empty file  https://review.openstack.org/55466102:46
gmannxudan: i agree on that and this is not best way when tempest use other service availability  it need that plugin to install02:46
gmannxudan: false is ok as unregistered config option as treated as service not available but configuring that to true is not better way without plugin install02:48
gmannmasayukig: on tempest side no but i am not sure on ironic gate it is running or not?02:48
*** yamamoto has quit IRC02:50
*** rcernin has joined #openstack-qa02:50
xudanIs it reasonable to add ironic into tempest config.py since Tempest uses this value?02:51
gmannxudan: it is not just ironic but other service availability also which can be used in tempest tests or plugin tests. for example, congress tempest plugin need 'aodh' service check in their tests then they need to setup aodh plugin who register 'aodh' in service_availability02:53
masayukiggmann: yeah, I was finding that running but I couldn't find it..02:54
masayukigAnd I'm actually confused that we already removed ironic tests from the tempest repository. https://docs.openstack.org/releasenotes/tempest/unreleased.html#relnotes-14-0-0-upgrade-notes But we still have the configuration/logic.02:54
gmannmasayukig: yea, i think we have that in some of the nova tests also02:55
masayukiggmann: ah, a case for using ironic via nova?02:57
gmannxudan: i remember i tried to make all service_available registration within tempest like list etc so that you can configure the service_availability of ironic, aodh etc without their plugin installation. But idea was not agreed that time. i can check the history of that and see if we can solve this issue for you.02:58
openstackrecheckopenstack/aodh change: https://review.openstack.org/567492 failed aodh-dsvm-tempest-plugin-mysql, telemetry-dsvm-integration in the gate queue with an unrecognized error02:58
gmannmasayukig: i do not remember exactly but when we removed ironic tests that time we had to configure few tests based on ironic available or not02:59
masayukiggmann: k, thanks. anyway, we should care about that usage like xudan's..03:01
gmannmasayukig: yea, let me check that bug we had on similar note03:02
masayukigthx03:02
*** ramishra has joined #openstack-qa03:03
*** yamamoto has joined #openstack-qa03:06
*** yamamoto has quit IRC03:10
*** ramishra has quit IRC03:18
*** yamamoto has joined #openstack-qa03:27
xudangmann: Thanks03:27
xudanPlease let me know if you have any new progress on this. I will try to test with installing ironic plugin. Thanks all.03:29
openstackrecheckopenstack/puppet-tripleo change: https://review.openstack.org/567642 failed tripleo-ci-centos-7-undercloud-oooq in the gate queue with an unrecognized error03:30
openstackrecheckopenstack-infra/tripleo-ci change: https://review.openstack.org/565523 failed tripleo-ci-centos-7-containers-multinode, tripleo-ci-centos-7-scenario000-multinode-oooq-container-updates in the gate queue with an unrecognized error03:30
*** ramishra has joined #openstack-qa03:32
*** yamamoto has quit IRC03:33
*** dave-mccowan has quit IRC03:38
*** lkuchlan has joined #openstack-qa03:41
*** hongbin has quit IRC03:46
*** gcheresh has quit IRC03:47
*** yamamoto has joined #openstack-qa03:50
*** yamamoto has quit IRC03:54
openstackgerritLiron Kuchlani proposed openstack/tempest master: Use assertTrue and assertFalse vs assertEqual  https://review.openstack.org/56805603:55
*** yamamoto has joined #openstack-qa04:12
*** yamamoto has quit IRC04:17
openstackrecheckopenstack/tripleo-common change: https://review.openstack.org/563526 failed tripleo-ci-centos-7-containers-multinode in the gate queue with an unrecognized error04:26
*** pcaruana has joined #openstack-qa04:31
*** yamamoto has joined #openstack-qa04:33
*** yamamoto has quit IRC04:33
*** yamamoto has joined #openstack-qa04:35
*** sridharg has joined #openstack-qa04:47
*** lkuchlan has quit IRC04:49
*** gcheresh has joined #openstack-qa04:50
*** itzikb has joined #openstack-qa04:56
*** agurenko has joined #openstack-qa05:19
*** gcheresh has quit IRC05:28
*** armaan has quit IRC05:30
*** agurenko has quit IRC05:30
*** armaan has joined #openstack-qa05:30
*** agurenko has joined #openstack-qa05:32
*** pgadiya has joined #openstack-qa05:34
*** pgadiya has quit IRC05:34
openstackrecheckopenstack/tripleo-quickstart-extras change: https://review.openstack.org/567550 failed tripleo-ci-centos-7-containers-multinode, tripleo-ci-centos-7-scenario001-multinode-oooq-container, tripleo-ci-centos-7-scenario002-multinode-oooq-container, tripleo-ci-centos-7-scenario003-multinode-oooq-container, tripleo-ci-centos-7-scenario004-multinode-oooq-container, tripleo-ci-centos-7-scenario00705:46
openstackrecheck-multinode-oooq-container in the gate queue with an unrecognized error05:46
*** snapiri has joined #openstack-qa05:58
*** markvoelker has quit IRC06:20
*** sshnaidm has joined #openstack-qa07:09
*** lkuchlan has joined #openstack-qa07:09
*** rcernin has quit IRC07:13
*** tesseract has joined #openstack-qa07:13
*** yamamoto_ has joined #openstack-qa07:15
*** pcaruana has quit IRC07:17
*** pcaruana has joined #openstack-qa07:17
*** pcaruana has quit IRC07:18
*** yamamoto has quit IRC07:18
*** afazekas|pto is now known as afazekas07:18
* afazekas married07:19
* afazekas https://www.youtube.com/watch?v=FiwLAEaChCc07:19
chandankumarafazekas: congrats :-)07:20
*** markvoelker has joined #openstack-qa07:20
*** sshnaidm is now known as sshnaidm|rover07:21
*** pcaruana has joined #openstack-qa07:23
openstackgerritFederico Ressi proposed openstack/tempest master: Fix tests for call_until_true function.  https://review.openstack.org/55719907:23
*** kopecmartin has joined #openstack-qa07:24
*** ramishra has quit IRC07:39
*** grafuls has quit IRC07:39
*** ramishra has joined #openstack-qa07:40
*** alexchadin has joined #openstack-qa07:40
openstackgerritMasayuki Igawa proposed openstack/tempest master: Cleanup ignored_list_T110.txt  https://review.openstack.org/56848907:40
*** tosky has joined #openstack-qa07:49
*** markvoelker has quit IRC07:55
gmannafazekas: congratulation! and have a happy married life08:01
*** lucas-afk is now known as lucasagomes08:04
masayukigafazekas: wow! congratulation!!!08:05
*** shardy has joined #openstack-qa08:09
*** gfidente has joined #openstack-qa08:10
*** gfidente has quit IRC08:10
*** gfidente has joined #openstack-qa08:10
*** ysawai has joined #openstack-qa08:12
ysawaiCould you tell me that tempest v16.0 does support Mitaka release of openstack or not?08:14
ysawaiI' ve read the release notes of v16.0 and find the sentence "This release indicates end of support for Mitaka in Tempest." but I'm not sure this includes Mitaka or not.08:18
ysawaiin the v15.0 release notes, it is  obviously said  that it works for Mitaka as "OpenStack releases supported at this time are Mitaka, Newton, and Ocata." in the end of the docs.08:22
toskyysawai: "end of support for Mitaka" mean "no more Mitaka"08:23
ysawaiThanks!  I was confused with the meaning like "this is the last release which supports Mitaka".08:28
ysawaiso that if my understanding is correct  v16.0 is not supported. is that right?08:29
openstackrecheckopenstack/tripleo-heat-templates change: https://review.openstack.org/567299 failed because of: tripleo-ci-centos-7-containers-multinode: https://bugs.launchpad.net/bugs/168654208:30
openstackLaunchpad bug 1686542 in OpenStack-Gate "Generic job timeout bug" [Low,Confirmed]08:30
openstackgerritGhanshyam Mann proposed openstack/tempest master: Improve use of RemoteClient in device tagging test  https://review.openstack.org/56841608:33
gmannysawai: yes, as tosky mentioned and your understanding is correct.08:37
gmannmasayukig: can you check these - https://review.openstack.org/#/q/status:open+project:openstack/tempest+branch:master+topic:fill-microversion-schema-gap08:39
openstackgerritGhanshyam Mann proposed openstack/tempest master: Add compute microversion 2.61 schema in flavors_client  https://review.openstack.org/56353908:41
masayukiggmann: sure! but will do it tomorrow :-p08:42
gmannmasayukig: sure, thanks08:42
*** lewo has quit IRC08:48
*** e0ne has joined #openstack-qa08:50
*** alexchad_ has joined #openstack-qa08:51
*** gkadam has joined #openstack-qa08:51
*** edmondsw has joined #openstack-qa08:52
*** alexchadin has quit IRC08:52
*** markvoelker has joined #openstack-qa08:52
*** lewo has joined #openstack-qa08:53
*** alexchad_ is now known as alexchadin08:55
*** edmondsw has quit IRC08:56
ysawaigamm, tosky thanks for your kind explanations!09:00
*** lkuchlan has quit IRC09:04
openstackrecheckConsole logs not available after 20:15s for tripleo-ci-centos-7-scenario002-multinode-oooq-container 566526,10,47c638a09:22
*** alexchadin has quit IRC09:23
*** markvoelker has quit IRC09:25
*** e0ne has quit IRC09:29
*** e0ne has joined #openstack-qa09:33
*** ysawai has quit IRC09:37
*** ysawai has joined #openstack-qa09:38
*** e0ne has quit IRC09:38
*** lewo has quit IRC09:39
openstackrecheckopenstack/python-tempestconf change: https://review.openstack.org/567798 failed tripleo-ci-centos-7-containers-multinode in the gate queue with an unrecognized error09:42
*** ysawai has quit IRC09:42
*** gcheresh has joined #openstack-qa09:47
*** e0ne has joined #openstack-qa09:59
*** swamireddy has quit IRC09:59
*** vaidy has quit IRC09:59
*** tosky has quit IRC10:11
*** tosky has joined #openstack-qa10:12
*** swamireddy has joined #openstack-qa10:14
*** vaidy has joined #openstack-qa10:15
*** markvoelker has joined #openstack-qa10:23
openstackgerritStephen Finucane proposed openstack-dev/devstack master: Remove 'python_version', 'python3_version' functions  https://review.openstack.org/53536610:25
*** gcheresh has quit IRC10:27
openstackgerritMerged openstack/tempest master: Trivial: Fix the comment of TempestConfigPrivate  https://review.openstack.org/56066310:32
*** edmondsw has joined #openstack-qa10:40
*** tesseract is now known as info10:41
*** info is now known as tesseract10:41
openstackrecheckopenstack/tripleo-heat-templates change: https://review.openstack.org/566422 failed tripleo-ci-centos-7-containers-multinode, tripleo-ci-centos-7-scenario001-multinode-oooq-container, tripleo-ci-centos-7-scenario002-multinode-oooq-container, tripleo-ci-centos-7-scenario003-multinode-oooq-container, tripleo-ci-centos-7-scenario004-multinode-oooq-container, tripleo-ci-centos-7-scenario007-multinode-10:42
openstackrecheckoooq-container, tripleo-ci-centos-7-scenario000-multinode-oooq-container-updates in the gate queue with an unrecognized error10:42
*** edmondsw has quit IRC10:44
*** markvoelker has quit IRC10:55
*** armaan has quit IRC10:56
*** armaan has joined #openstack-qa10:56
*** ysawai has joined #openstack-qa11:00
openstackgerritLiron Kuchlani proposed openstack/tempest master: Use assertTrue and assertFalse vs assertEqual  https://review.openstack.org/56805611:02
*** ysawai has quit IRC11:05
*** grafuls has joined #openstack-qa11:05
*** lkuchlan has joined #openstack-qa11:05
*** dtantsur|afk is now known as dtantsur11:14
*** edmondsw has joined #openstack-qa11:21
*** grafuls has quit IRC11:24
openstackgerritIvan Kolodyazhny proposed openstack-dev/devstack master: Use Cinder V3 API by default for CLI  https://review.openstack.org/56856211:34
*** markvoelker has joined #openstack-qa11:52
*** lkuchlan has quit IRC11:59
*** gcheresh has joined #openstack-qa11:59
*** raildo has joined #openstack-qa12:01
*** markvoelker_ has joined #openstack-qa12:02
*** markvoelker has quit IRC12:04
*** mriedem has joined #openstack-qa12:20
*** lkuchlan has joined #openstack-qa12:22
*** artom has joined #openstack-qa12:32
*** armaan has quit IRC12:33
*** gcheresh has quit IRC12:40
openstackrecheckopenstack/tripleo-quickstart-extras change: https://review.openstack.org/566686 failed because of: tripleo-ci-centos-7-scenario001-multinode-oooq-container: https://bugs.launchpad.net/bugs/1708704 https://bugs.launchpad.net/bugs/1326813, tripleo-ci-centos-7-scenario002-multinode-oooq-container: unrecognized error12:42
openstackLaunchpad bug 1708704 in OpenStack-Gate "yum client: [Errno 256] No more mirrors to try" [Undecided,New]12:42
openstackLaunchpad bug 1326813 in OpenStack-Gate "Connectivity issues to pypi mirrors cause easy_install to fail." [Low,Confirmed]12:42
*** mvk has quit IRC12:45
*** dkranz has joined #openstack-qa12:52
*** rosmaita has joined #openstack-qa12:53
*** itzikb has quit IRC12:55
*** jesusaur has quit IRC12:57
*** dave-mccowan has joined #openstack-qa13:02
*** jesusaur has joined #openstack-qa13:05
*** lkuchlan has quit IRC13:09
*** lewo` has joined #openstack-qa13:11
*** mvk has joined #openstack-qa13:13
*** dustins has joined #openstack-qa13:16
*** janzian has joined #openstack-qa13:32
*** esberglu has joined #openstack-qa13:37
*** felipemonteiro_ has joined #openstack-qa13:42
*** felipemonteiro__ has joined #openstack-qa13:44
*** bkopilov has quit IRC13:47
*** felipemonteiro_ has quit IRC13:48
*** felipemonteiro__ has quit IRC13:51
*** awaugama has joined #openstack-qa13:54
*** armaan has joined #openstack-qa14:02
mtreinishysawai: umm, v16.0.0 is the last release that is tested to work with mitaka. That comment says it supports mitaka, that's what it means14:08
mtreinishysawai: anything after 16.0.0 will not be tested with mitaka14:08
mtreinish(it likely will still work, but there are no guarantees)14:09
mtreinishthe bounds are inclusive on those release notes14:09
*** felipemonteiro has joined #openstack-qa14:10
*** ysawai has joined #openstack-qa14:11
*** bkopilov has joined #openstack-qa14:12
*** gkadam has quit IRC14:12
toskymtreinish: ups, sorry, I misread them then14:13
*** gkadam has joined #openstack-qa14:14
*** ysawai has quit IRC14:16
mtreinishafazekas: congrats!14:16
mtreinishtosky: no worries, I guess I could have worded it more clearly14:17
*** rajinir has joined #openstack-qa14:20
*** hongbin has joined #openstack-qa14:21
*** tosky has quit IRC14:40
*** tosky has joined #openstack-qa14:44
*** lkuchlan has joined #openstack-qa14:46
*** felipemonteiro has quit IRC14:53
*** felipemonteiro has joined #openstack-qa14:53
afazekasmtreinish, thx ;-)14:55
*** sshnaidm|rover is now known as sshnaidm|bbl15:31
*** snapiri has quit IRC15:43
*** agurenko has quit IRC15:44
*** sridharg has quit IRC15:54
openstackgerritMerged openstack/tempest master: Cleanup ignored_list_T110.txt  https://review.openstack.org/56848916:01
openstackrecheckopenstack/requirements change: https://review.openstack.org/568437 failed because of: legacy-tempest-dsvm-neutron-full: https://bugs.launchpad.net/bugs/177017916:02
openstackLaunchpad bug 1770179 in Cinder "GroupSnapshotsV319Test.test_reset_group_snapshot_status intermittently fails waiting to reset status to 'creating'" [High,Confirmed]16:02
*** lucasagomes is now known as lucas-afk16:09
*** ramishra has quit IRC16:20
*** tesseract has quit IRC16:21
openstackrecheckopenstack/tripleo-quickstart-extras change: https://review.openstack.org/567550 failed because of: tripleo-ci-centos-7-containers-multinode: unrecognized error, tripleo-ci-centos-7-scenario001-multinode-oooq-container: unrecognized error, tripleo-ci-centos-7-scenario002-multinode-oooq-container: https://bugs.launchpad.net/bugs/168654216:28
openstackLaunchpad bug 1686542 in OpenStack-Gate "Generic job timeout bug" [Low,Confirmed]16:28
openstackgerritArtom Lifshitz proposed openstack/tempest master: Integration tests for tagged attach  https://review.openstack.org/39194716:30
openstackgerritArtom Lifshitz proposed openstack/tempest master: Integration tests for tagged attach  https://review.openstack.org/39194716:32
*** rossella_s has quit IRC16:32
*** dtantsur is now known as dtantsur|afk16:33
*** pcaruana has quit IRC16:33
*** rossella_s has joined #openstack-qa16:35
*** e0ne has quit IRC16:35
*** felipemonteiro_ has joined #openstack-qa16:37
*** felipemonteiro has quit IRC16:40
*** felipemonteiro_ has quit IRC16:41
*** felipemonteiro_ has joined #openstack-qa16:41
*** rossella_s has quit IRC16:43
*** rossella_s has joined #openstack-qa16:45
*** gfidente has quit IRC16:45
openstackrecheckopenstack/requirements change: https://review.openstack.org/568436 failed cross-cinder-py35 in the gate queue with an unrecognized error16:46
*** dkranz has quit IRC16:50
*** armaan has quit IRC16:53
*** armaan has joined #openstack-qa16:54
*** dkranz has joined #openstack-qa16:56
*** dkranz has quit IRC17:04
*** gkadam has quit IRC17:07
*** shardy has quit IRC17:12
*** kopecmartin has quit IRC17:17
*** lkuchlan has quit IRC17:19
*** armaan has quit IRC17:27
*** armaan has joined #openstack-qa17:28
*** mvk has quit IRC17:29
*** rossella_s has quit IRC17:33
*** tosky has quit IRC17:33
*** rossella_s has joined #openstack-qa17:35
*** agurenko has joined #openstack-qa17:36
*** tosky has joined #openstack-qa17:38
*** e0ne has joined #openstack-qa17:39
*** dave-mcc_ has joined #openstack-qa17:54
*** dave-mccowan has quit IRC17:55
openstackrecheckConsole logs not available after 20:08s for tripleo-ci-centos-7-containers-multinode 567272,1,b3b7a4b17:57
*** mvk has joined #openstack-qa18:10
*** dkranz has joined #openstack-qa18:12
openstackrecheckConsole logs not available after 20:23s for networking-ovn-tempest-dsvm-ovs-release-centos7 568576,1,2a58ef018:18
*** e0ne has quit IRC18:20
openstackrecheckopenstack/tripleo-heat-templates change: https://review.openstack.org/566276 failed because of: tripleo-ci-centos-7-containers-multinode: https://bugs.launchpad.net/bugs/168654218:28
openstackLaunchpad bug 1686542 in OpenStack-Gate "Generic job timeout bug" [Low,Confirmed]18:28
openstackgerritMerged openstack/tempest master: Backup and restore scenario  https://review.openstack.org/56681418:35
*** e0ne has joined #openstack-qa18:35
*** felipemonteiro has joined #openstack-qa18:40
*** felipemonteiro_ has quit IRC18:42
*** yamamoto_ has quit IRC18:46
*** felipemonteiro_ has joined #openstack-qa18:49
*** felipemonteiro has quit IRC18:50
openstackrecheckopenstack/cinder change: https://review.openstack.org/531278 failed legacy-tempest-dsvm-neutron-full in the gate queue with an unrecognized error18:56
*** e0ne has quit IRC19:04
*** yamamoto has joined #openstack-qa19:06
*** e0ne has joined #openstack-qa19:07
*** yamamoto has quit IRC19:12
*** yamamoto has joined #openstack-qa19:17
*** yamamoto has quit IRC19:22
*** lkuchlan has joined #openstack-qa19:23
*** janzian has quit IRC19:24
*** agurenko has quit IRC19:25
*** lkuchlan has quit IRC19:27
*** awaugama has quit IRC19:36
*** yamamoto has joined #openstack-qa19:39
*** armaan has quit IRC19:39
*** yamamoto has quit IRC19:44
*** yamamoto has joined #openstack-qa19:59
*** e0ne has quit IRC20:02
*** yamamoto has quit IRC20:04
*** felipemonteiro_ has quit IRC20:17
*** aojea has joined #openstack-qa20:18
*** ekhugen has quit IRC20:18
*** yamamoto has joined #openstack-qa20:22
*** dkranz has quit IRC20:23
*** ekhugen has joined #openstack-qa20:25
*** yamamoto has quit IRC20:26
*** awaugama has joined #openstack-qa20:28
*** e0ne has joined #openstack-qa20:35
openstackgerritMerged openstack/tempest master: Use assertTrue and assertFalse vs assertEqual  https://review.openstack.org/56805620:36
*** e0ne has quit IRC20:40
*** sshnaidm|bbl is now known as sshnaidm|rover20:42
*** yamamoto has joined #openstack-qa20:43
*** janzian has joined #openstack-qa20:45
*** yamamoto has quit IRC20:47
*** felipemonteiro has joined #openstack-qa20:55
*** raildo has quit IRC20:59
*** yamamoto has joined #openstack-qa21:04
*** yamamoto has quit IRC21:08
openstackrecheckConsole logs not available after 20:29s for nova-live-migration 565578,6,dfbfcd421:09
openstackrecheckopenstack/tripleo-heat-templates change: https://review.openstack.org/567667 failed tripleo-ci-centos-7-scenario001-multinode-oooq-container, tripleo-ci-centos-7-scenario002-multinode-oooq-container in the gate queue with an unrecognized error21:13
*** aojea has quit IRC21:24
*** yamamoto has joined #openstack-qa21:24
*** felipemonteiro has quit IRC21:25
*** yamamoto has quit IRC21:29
*** yamamoto has joined #openstack-qa21:45
*** yamamoto has quit IRC21:50
*** esberglu has quit IRC21:50
*** dkranz has joined #openstack-qa21:51
*** edmondsw has quit IRC21:52
*** edmondsw has joined #openstack-qa21:53
*** dustins has quit IRC21:54
*** mriedem is now known as mriedem_afk21:55
*** edmondsw has quit IRC21:57
*** rcernin has joined #openstack-qa22:00
*** felipemonteiro has joined #openstack-qa22:01
*** rossella_s has quit IRC22:01
*** rossella_s has joined #openstack-qa22:05
*** yamamoto has joined #openstack-qa22:06
*** yamamoto has quit IRC22:10
*** slaweq has quit IRC22:23
*** slaweq has joined #openstack-qa22:23
*** yamamoto has joined #openstack-qa22:27
*** hongbin has quit IRC22:28
*** yamamoto has quit IRC22:31
*** felipemonteiro has quit IRC22:32
*** yamamoto has joined #openstack-qa22:47
*** yamamoto has quit IRC22:52
*** yamamoto has joined #openstack-qa23:08
*** yamamoto has quit IRC23:12
*** ysawai has joined #openstack-qa23:22
*** tosky has quit IRC23:26
*** ysawai has quit IRC23:27
*** edmondsw has joined #openstack-qa23:29
*** yamamoto has joined #openstack-qa23:30
*** edmondsw has quit IRC23:34
*** yamamoto has quit IRC23:35
openstackrecheckopenstack/tripleo-quickstart-extras change: https://review.openstack.org/566686 failed tripleo-ci-centos-7-scenario001-multinode-oooq-container, tripleo-ci-centos-7-scenario002-multinode-oooq-container in the gate queue with an unrecognized error23:49
*** yamamoto has joined #openstack-qa23:52
*** yamamoto has quit IRC23:56

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