*** dkorn has joined #openstack-qa | 00:00 | |
*** dims has quit IRC | 00:06 | |
*** croberts has quit IRC | 00:06 | |
*** romcheg has joined #openstack-qa | 00:11 | |
*** ajo is now known as zz_ajo | 00:12 | |
*** zhikunliu has joined #openstack-qa | 00:17 | |
*** dims has joined #openstack-qa | 00:18 | |
*** romcheg has quit IRC | 00:21 | |
*** sc68cal has left #openstack-qa | 00:36 | |
openstackrecheck | openstack/glance change: https://review.openstack.org/64409 failed tempest with an unrecognized error | 00:46 |
---|---|---|
*** adalbas has quit IRC | 00:49 | |
openstackrecheck | openstack/keystone change: https://review.openstack.org/64454 failed tempest with an unrecognized error | 01:01 |
*** ivanzhu has joined #openstack-qa | 01:13 | |
*** sc68cal has joined #openstack-qa | 01:21 | |
openstackrecheck | openstack/glance change: https://review.openstack.org/64409 failed tempest with an unrecognized error | 01:34 |
openstackgerrit | Davanum Srinivas (dims) proposed a change to openstack-dev/devstack: Just getting some logs - Do Not Merge/Review https://review.openstack.org/64486 | 01:36 |
*** zhikunliu has quit IRC | 01:41 | |
*** malini_afk is now known as malini | 01:47 | |
*** zhikunliu has joined #openstack-qa | 02:09 | |
openstackgerrit | Davanum Srinivas (dims) proposed a change to openstack-infra/devstack-gate: Gather horizon/apache2 logs https://review.openstack.org/64490 | 02:11 |
*** Guest1331 has joined #openstack-qa | 02:22 | |
openstackgerrit | Joe Gordon proposed a change to openstack-dev/grenade: Add upgrade-horizon https://review.openstack.org/64491 | 02:28 |
*** Guest1331 has quit IRC | 02:29 | |
*** zvezdocka has joined #openstack-qa | 02:35 | |
*** zvezdocka has quit IRC | 02:37 | |
dims | jog0, i see some errors in horizon_error.txt updated the bug 1265057 | 02:39 |
jog0 | dims: cool | 02:41 |
jog0 | that is reassuring actually | 02:41 |
jog0 | dims: it looks like my hunch was right: grenade doesn't update horizon | 02:41 |
jog0 | so an old version is running and is the deps that its trying to use have changed | 02:42 |
dims | cool | 02:44 |
jog0 | so hopefully my untested grenade patch isn't too far off from the right fix ^ | 02:46 |
jog0 | clarkb: ^ | 02:48 |
openstackgerrit | Joe Gordon proposed a change to openstack-dev/grenade: Add upgrade-horizon https://review.openstack.org/64491 | 02:53 |
*** malini is now known as malini_afk | 03:02 | |
openstackrecheck | openstack-infra/devstack-gate change: https://review.openstack.org/64490 failed tempest because of: https://bugs.launchpad.net/bugs/1257885 | 03:10 |
openstackgerrit | Joe Gordon proposed a change to openstack-infra/devstack-gate: Collect list of installed packages at end of run https://review.openstack.org/63551 | 03:12 |
*** harlowja is now known as harlowja_away | 03:20 | |
openstackgerrit | Joe Gordon proposed a change to openstack-dev/grenade: Add upgrade-horizon https://review.openstack.org/64491 | 03:28 |
openstackrecheck | openstack/python-novaclient change: https://review.openstack.org/63628 failed tempest with an unrecognized error | 04:04 |
clarkb | jog0: looks like path problems? | 04:17 |
jog0 | clarkb: yeah, gonna actually test it this time ;) | 04:18 |
jog0 | clarkb: btw http://logs.openstack.org/51/63551/4/check/check-grenade-dsvm/c7111e4/console.html | 04:22 |
jog0 | there are githubs in there | 04:22 |
jog0 | don't we not like github in gate | 04:22 |
StevenK | jog0: I've been wondering that | 04:31 |
StevenK | I tried to work out a few days ago where the github's were coming from, and gave up | 04:31 |
jog0 | StevenK: my hunch is some default value we don't set in devstack stable/havana | 04:33 |
StevenK | stable/havana devstack would default to github | 04:34 |
StevenK | We can probably cherry-pick two commits into havana's devstack easily enough | 04:35 |
*** SergeyLukjanov has joined #openstack-qa | 04:35 | |
*** SergeyLukjanov has quit IRC | 04:35 | |
*** SergeyLukjanov has joined #openstack-qa | 04:37 | |
StevenK | jog0: If you whack me with some clues on how to get a havana branch locally, I'll cherry pick and propose | 04:38 |
jog0 | StevenK: the issue is that http://git.openstack.org/cgit/openstack-dev/grenade/tree/grenaderc line 8 doesn't wrk | 04:41 |
jog0 | StevenK: at least when I tried it | 04:41 |
StevenK | jog0: That says github? | 04:41 |
jog0 | StevenK: right if I swap that with http://git.openstack.org ... it doesn't work | 04:42 |
jog0 | but confimring again | 04:42 |
*** jerryz has quit IRC | 04:46 | |
openstackgerrit | Joe Gordon proposed a change to openstack-dev/grenade: Pass in GIT_BASE when calling stack.sh https://review.openstack.org/64499 | 04:51 |
jog0 | StevenK: ^ | 04:51 |
StevenK | Hmmmm | 04:53 |
StevenK | jog0: Instead of that, why not export it before calling stack.sh ? | 04:54 |
jog0 | in the gate, the image is prepopullated with the repos so github isn't touched there I think | 04:54 |
jog0 | StevenK: no good reason | 04:54 |
clarkb | jog0: the githubs are for the pip install script | 04:55 |
clarkb | mordred was supposed to cache that on the slaves but I don't think that change merge | 04:55 |
jog0 | clarkb: that is seperate | 04:56 |
clarkb | oh I see | 04:57 |
clarkb | that is because the git base isn't set apparently... ideally grenade should use error on clone | 04:57 |
clarkb | I thought it would because devstack gate starts those jobs | 04:57 |
clarkb | but grenade is probably special | 04:57 |
jog0 | clarkb: it does I think, or something like it | 04:57 |
jog0 | git clone isn't called in gate because of zuul n stuff | 04:58 |
jog0 | but locally | 04:58 |
jog0 | it does | 04:58 |
openstackgerrit | Joe Gordon proposed a change to openstack-dev/grenade: Change default GIT_BASE to git.openstack.org https://review.openstack.org/64501 | 04:59 |
jog0 | clarkb: ^ | 04:59 |
clarkb | no git clone isn't called in normal devsatck gate because all of the repos are precached | 04:59 |
clarkb | grenade should use those caches | 04:59 |
clarkb | but doesn't appear to | 04:59 |
clarkb | changing GIT_BASE is the wrong solution, it should help but ideally we do zero clones | 05:00 |
jog0 | clarkb: there are two issues here I think | 05:00 |
jog0 | 1) http://logs.openstack.org/91/64491/3/check/check-grenade-dsvm/18a19bf/console.html#_2013-12-31_03_34_36_568 | 05:00 |
jog0 | 2013-12-31 03:34:36.568 | 2013-12-31 03:34:36 + git_clone https://github.com/openstack/requirements.git /opt/stack/old/requirements stable/havana | 05:00 |
jog0 | git clone in gate != no good | 05:01 |
jog0 | and 2) when running locally using github sucks | 05:01 |
jog0 | because its slow and rate limity | 05:01 |
jog0 | the GIT_BASE stuff is for case #2 | 05:01 |
clarkb | gotcha | 05:01 |
jog0 | I need to step out for a afew minutes want to file a bug about issue 1) | 05:02 |
openstackrecheck | openstack/glance change: https://review.openstack.org/64079 failed tempest because of: https://bugs.launchpad.net/bugs/1254890 | 05:02 |
clarkb | sure | 05:02 |
clarkb | jog0: https://bugs.launchpad.net/openstack-ci/+bug/1265125 filed against grenade and openstack-ci as it may need work in devstack-gate too | 05:05 |
*** Madan has joined #openstack-qa | 05:10 | |
*** SergeyLukjanov has quit IRC | 05:15 | |
*** SergeyLukjanov has joined #openstack-qa | 05:16 | |
*** psharma has joined #openstack-qa | 05:28 | |
jog0 | clarkb: looks good | 05:29 |
openstackrecheck | openstack/glance change: https://review.openstack.org/63707 failed tempest with an unrecognized error | 05:47 |
openstackgerrit | Ivan-Zhu proposed a change to openstack/tempest: add tests for server detail and show with extensions https://review.openstack.org/56324 | 05:49 |
*** prekarat1 has joined #openstack-qa | 05:53 | |
*** SergeyLukjanov has quit IRC | 05:57 | |
*** psharma has quit IRC | 06:01 | |
openstackrecheck | openstack/nova change: https://review.openstack.org/63618 failed tempest with an unrecognized error | 06:09 |
openstackrecheck | openstack/nova change: https://review.openstack.org/63617 failed tempest with an unrecognized error | 06:11 |
openstackrecheck | openstack/nova change: https://review.openstack.org/63616 failed tempest with an unrecognized error | 06:13 |
openstackrecheck | openstack/nova change: https://review.openstack.org/63614 failed tempest with an unrecognized error | 06:13 |
*** psharma has joined #openstack-qa | 06:14 | |
openstackrecheck | openstack/nova change: https://review.openstack.org/63615 failed tempest with an unrecognized error | 06:15 |
openstackrecheck | openstack/python-novaclient change: https://review.openstack.org/62825 failed tempest because of: https://bugs.launchpad.net/bugs/1253896 | 06:18 |
*** nmagnezi has joined #openstack-qa | 06:28 | |
openstackgerrit | Joe Gordon proposed a change to openstack-dev/grenade: Add upgrade-horizon https://review.openstack.org/64491 | 06:39 |
openstackrecheck | openstack/glance change: https://review.openstack.org/58128 failed tempest with an unrecognized error | 06:42 |
openstackrecheck | openstack/keystone change: https://review.openstack.org/64347 failed tempest with an unrecognized error | 06:49 |
openstackrecheck | openstack/tempest change: https://review.openstack.org/54941 failed tempest with an unrecognized error | 06:55 |
openstackrecheck | openstack/heat change: https://review.openstack.org/64504 failed tempest with an unrecognized error | 07:07 |
openstackrecheck | openstack/ceilometer change: https://review.openstack.org/62808 failed tempest because of: https://bugs.launchpad.net/bugs/1254890 and https://bugs.launchpad.net/bugs/1257641 | 07:16 |
*** HenryG_ has quit IRC | 07:19 | |
openstackrecheck | openstack/neutron change: https://review.openstack.org/63877 failed tempest with an unrecognized error | 07:23 |
*** yrabl has joined #openstack-qa | 07:24 | |
*** enikanorov has quit IRC | 07:24 | |
*** enikanorov has joined #openstack-qa | 07:25 | |
openstackgerrit | afazekas proposed a change to openstack/tempest: Kill finally, use addCleanUp https://review.openstack.org/62659 | 07:27 |
*** tkammer has joined #openstack-qa | 07:31 | |
*** tkammer has quit IRC | 07:32 | |
*** tkammer has joined #openstack-qa | 07:33 | |
openstackrecheck | openstack/nova change: https://review.openstack.org/64354 failed tempest because of: https://bugs.launchpad.net/bugs/1253896 | 07:35 |
openstackgerrit | Zhi Kun Liu proposed a change to openstack/tempest: enable volume list tests for cinder v2 - part1 https://review.openstack.org/64402 | 07:38 |
*** safchain has joined #openstack-qa | 07:45 | |
openstackrecheck | openstack/neutron change: https://review.openstack.org/52983 failed tempest because of: https://bugs.launchpad.net/bugs/1256106 | 07:46 |
openstackgerrit | huangtianhua proposed a change to openstack/tempest: Add tests for snapshot_metadata https://review.openstack.org/60791 | 07:48 |
*** HenryG has joined #openstack-qa | 07:48 | |
*** SergeyLukjanov has joined #openstack-qa | 07:49 | |
*** prekarat has joined #openstack-qa | 07:49 | |
*** thomasbiege has joined #openstack-qa | 07:50 | |
*** prekarat1 has quit IRC | 07:52 | |
*** thomasbiege has quit IRC | 07:53 | |
*** thomasbiege has joined #openstack-qa | 07:56 | |
*** thomasbiege has quit IRC | 07:57 | |
*** Madan has quit IRC | 08:06 | |
*** Madan has joined #openstack-qa | 08:21 | |
*** prekarat has quit IRC | 08:25 | |
openstackrecheck | openstack/tempest change: https://review.openstack.org/60791 failed tempest with an unrecognized error | 08:27 |
*** Madan has joined #openstack-qa | 08:28 | |
*** SergeyLukjanov has quit IRC | 08:34 | |
openstackrecheck | openstack/cinder change: https://review.openstack.org/64512 failed tempest because of: https://bugs.launchpad.net/bugs/1253896 | 08:45 |
openstackrecheck | openstack/neutron change: https://review.openstack.org/53052 failed tempest because of: https://bugs.launchpad.net/bugs/1249065 | 08:50 |
*** romcheg has joined #openstack-qa | 08:54 | |
*** yrabl has quit IRC | 08:57 | |
openstackrecheck | openstack/neutron change: https://review.openstack.org/62696 failed tempest with an unrecognized error | 08:57 |
openstackrecheck | openstack/keystone change: https://review.openstack.org/64159 failed tempest because of: https://bugs.launchpad.net/bugs/1253896 | 09:06 |
openstackgerrit | Valeriy Ponomaryov proposed a change to openstack/tempest: Add pluggable functionality for api and cli tests https://review.openstack.org/62429 | 09:37 |
openstackrecheck | openstack/tempest change: https://review.openstack.org/60791 failed tempest with an unrecognized error | 09:39 |
openstackrecheck | openstack/neutron change: https://review.openstack.org/64139 failed tempest with an unrecognized error | 09:45 |
openstackgerrit | rendh proposed a change to openstack/tempest: Duplicte volume tempest testcase https://review.openstack.org/64520 | 10:02 |
openstackgerrit | rendh proposed a change to openstack/tempest: Duplicte volume tempest testcase https://review.openstack.org/64520 | 10:09 |
openstackgerrit | rendh proposed a change to openstack/tempest: Duplicte volume tempest testcase https://review.openstack.org/64520 | 10:20 |
openstackgerrit | rendh proposed a change to openstack/tempest: Duplicte volume tempest testcase https://review.openstack.org/64520 | 10:24 |
openstackgerrit | rendh proposed a change to openstack/tempest: Duplicte volume tempest testcase https://review.openstack.org/64520 | 10:28 |
*** psharma has quit IRC | 10:29 | |
*** sileht has quit IRC | 10:32 | |
*** thomasbiege has joined #openstack-qa | 10:39 | |
openstackgerrit | rendh proposed a change to openstack/tempest: Add snapshot test with tag testing Add snapshot testing with tags to see wether it is valid https://review.openstack.org/64524 | 10:40 |
openstackrecheck | openstack/tempest change: https://review.openstack.org/61874 failed tempest with an unrecognized error | 10:40 |
*** thomasbiege1 has joined #openstack-qa | 10:40 | |
*** psharma has joined #openstack-qa | 10:41 | |
*** thomasbiege has quit IRC | 10:43 | |
openstackrecheck | openstack/python-heatclient change: https://review.openstack.org/64274 failed tempest with an unrecognized error | 10:45 |
openstackgerrit | rendh proposed a change to openstack/tempest: Add snapshot test with tag testing Add snapshot testing with tags to see wether it is valid to create a snapshot with volume Change-Id: I5bdbc18faf8e9f9164cf88499f03e6e92fa3bf75 https://review.openstack.org/64524 | 10:47 |
*** thomasbiege1 has quit IRC | 10:48 | |
openstackgerrit | rendh proposed a change to openstack/tempest: Add snapshot test with tag testing Add snapshot testing with tags to see wether it is valid to create a snapshot with volume Change-Id: I5bdbc18faf8e9f9164cf88499f03e6e92fa3bf75 https://review.openstack.org/64524 | 10:51 |
*** sileht has joined #openstack-qa | 10:55 | |
openstackrecheck | openstack/tempest change: https://review.openstack.org/60791 failed tempest with an unrecognized error | 10:56 |
*** psharma has quit IRC | 11:06 | |
*** SergeyLukjanov has joined #openstack-qa | 11:10 | |
*** Madan has quit IRC | 11:19 | |
*** SergeyLukjanov has quit IRC | 11:19 | |
*** enikanorov has quit IRC | 11:23 | |
openstackrecheck | openstack/tempest change: https://review.openstack.org/62429 failed tempest because of: https://bugs.launchpad.net/bugs/1250168 and https://bugs.launchpad.net/bugs/1254890 and https://bugs.launchpad.net/bugs/1253896 | 11:23 |
*** zz_ajo is now known as ajo | 11:28 | |
*** adam_g has quit IRC | 11:28 | |
*** adam_g has joined #openstack-qa | 11:28 | |
*** adam_g has joined #openstack-qa | 11:28 | |
*** psharma has joined #openstack-qa | 11:29 | |
*** yrabl has joined #openstack-qa | 11:30 | |
openstackrecheck | openstack/python-novaclient change: https://review.openstack.org/64433 failed tempest because of: https://bugs.launchpad.net/bugs/1210483 | 11:39 |
*** adam_g has quit IRC | 11:50 | |
*** adam_g has joined #openstack-qa | 11:50 | |
*** adam_g has joined #openstack-qa | 11:50 | |
openstackrecheck | openstack/neutron change: https://review.openstack.org/63913 failed tempest with an unrecognized error | 11:54 |
*** adam_g has quit IRC | 12:11 | |
*** adam_g has joined #openstack-qa | 12:11 | |
*** adam_g has joined #openstack-qa | 12:11 | |
*** adam_g has quit IRC | 12:17 | |
*** adam_g has joined #openstack-qa | 12:17 | |
*** adam_g has quit IRC | 12:18 | |
*** adam_g has joined #openstack-qa | 12:18 | |
*** romcheg has quit IRC | 12:31 | |
*** romcheg has joined #openstack-qa | 12:32 | |
openstackrecheck | openstack/python-keystoneclient change: https://review.openstack.org/63408 failed tempest with an unrecognized error | 12:45 |
*** psharma has quit IRC | 12:52 | |
*** safchain has quit IRC | 12:59 | |
*** safchain has joined #openstack-qa | 13:00 | |
*** nmagnezi has quit IRC | 13:04 | |
openstackrecheck | openstack/python-novaclient change: https://review.openstack.org/64440 failed tempest because of: https://bugs.launchpad.net/bugs/1254890 | 13:05 |
*** adalbas has joined #openstack-qa | 13:06 | |
openstackrecheck | openstack/neutron change: https://review.openstack.org/28137 failed tempest with an unrecognized error | 13:07 |
openstackrecheck | openstack/nova change: https://review.openstack.org/61516 failed tempest because of: https://bugs.launchpad.net/bugs/1254872 | 13:14 |
openstackrecheck | openstack/python-novaclient change: https://review.openstack.org/64433 failed tempest because of: https://bugs.launchpad.net/bugs/1254890 | 13:17 |
*** nmagnezi has joined #openstack-qa | 13:18 | |
openstackrecheck | openstack/neutron change: https://review.openstack.org/64139 failed tempest with an unrecognized error | 13:27 |
openstackrecheck | openstack/python-novaclient change: https://review.openstack.org/64440 failed tempest because of: https://bugs.launchpad.net/bugs/1253896 | 14:02 |
*** sc68cal has quit IRC | 14:29 | |
*** sc68cal has joined #openstack-qa | 14:35 | |
openstackgerrit | Fabien Boucher proposed a change to openstack/tempest: Remove Swift container-sync test skipping https://review.openstack.org/64548 | 14:42 |
*** SergeyLukjanov has joined #openstack-qa | 14:46 | |
openstackrecheck | openstack/tempest change: https://review.openstack.org/62429 failed tempest because of: https://bugs.launchpad.net/bugs/1257626 and https://bugs.launchpad.net/bugs/1254890 | 14:51 |
openstackgerrit | Christian Schwede proposed a change to openstack/tempest: Remove creation of test user in object service test https://review.openstack.org/64552 | 14:53 |
*** SergeyLukjanov has quit IRC | 14:53 | |
*** croberts has joined #openstack-qa | 14:55 | |
*** croberts has quit IRC | 14:57 | |
*** croberts has joined #openstack-qa | 14:57 | |
*** malini_afk is now known as malini | 15:00 | |
*** yrabl has quit IRC | 15:08 | |
*** DennyZhang has joined #openstack-qa | 15:10 | |
openstackrecheck | openstack/python-keystoneclient change: https://review.openstack.org/63408 failed tempest with an unrecognized error | 15:12 |
*** ivanzhu has left #openstack-qa | 15:15 | |
*** yrabl has joined #openstack-qa | 15:24 | |
openstackrecheck | openstack/tempest change: https://review.openstack.org/64548 failed tempest because of: https://bugs.launchpad.net/bugs/1253896 | 15:25 |
*** tkammer has quit IRC | 15:33 | |
*** DennyZha` has joined #openstack-qa | 15:39 | |
*** vponomaryov has left #openstack-qa | 15:40 | |
*** DennyZhang has quit IRC | 15:41 | |
openstackrecheck | openstack/python-heatclient change: https://review.openstack.org/63661 failed tempest with an unrecognized error | 15:46 |
openstackrecheck | openstack/nova change: https://review.openstack.org/57229 failed tempest with an unrecognized error | 15:46 |
*** minslava has joined #openstack-qa | 15:49 | |
*** DennyZha` has quit IRC | 16:00 | |
*** minslava has quit IRC | 16:01 | |
*** croberts has quit IRC | 16:01 | |
*** croberts has joined #openstack-qa | 16:02 | |
*** zigo has quit IRC | 16:10 | |
*** HenryG has quit IRC | 16:10 | |
*** nmagnezi has quit IRC | 16:13 | |
*** sdague_ has joined #openstack-qa | 16:18 | |
*** malini is now known as malini_afk | 16:21 | |
*** malini_afk is now known as malini | 16:22 | |
*** morganfainberg has quit IRC | 16:23 | |
*** sdague has quit IRC | 16:23 | |
*** morganfainberg has joined #openstack-qa | 16:23 | |
*** sdague_ is now known as sdague | 16:24 | |
*** morganfainberg has quit IRC | 16:24 | |
*** morganfainberg has joined #openstack-qa | 16:24 | |
*** yrabl has quit IRC | 16:26 | |
*** romcheg has quit IRC | 16:31 | |
*** SergeyLukjanov has joined #openstack-qa | 16:34 | |
*** SergeyLukjanov has quit IRC | 16:34 | |
*** sileht_ has joined #openstack-qa | 16:46 | |
*** morganfainberg has quit IRC | 16:47 | |
*** ajo is now known as zz_ajo | 16:53 | |
openstackrecheck | openstack/nova change: https://review.openstack.org/57229 failed tempest with an unrecognized error | 16:53 |
*** zz_ajo is now known as ajo | 16:53 | |
*** zhikunliu has quit IRC | 16:54 | |
*** sileht has quit IRC | 16:56 | |
*** morganfainberg has joined #openstack-qa | 16:56 | |
*** morganfainberg has quit IRC | 16:56 | |
*** morganfainberg has joined #openstack-qa | 16:56 | |
*** morganfainberg has quit IRC | 16:57 | |
*** morganfainberg has joined #openstack-qa | 16:57 | |
*** morganfainberg has quit IRC | 16:59 | |
*** morganfainberg has joined #openstack-qa | 17:02 | |
jog0 | sdague: https://review.openstack.org/#/c/64491/ | 17:07 |
*** fbo is now known as fbo_away | 17:11 | |
*** safchain has quit IRC | 17:30 | |
*** Anju has quit IRC | 17:35 | |
*** ajo is now known as zz_ajo | 17:46 | |
*** zz_ajo is now known as ajo | 17:49 | |
*** adam_g has quit IRC | 18:18 | |
*** adam_g has joined #openstack-qa | 18:18 | |
*** adam_g has joined #openstack-qa | 18:18 | |
*** mlavalle has joined #openstack-qa | 18:19 | |
*** adam_g has quit IRC | 18:20 | |
*** adam_g has joined #openstack-qa | 18:20 | |
*** adam_g has joined #openstack-qa | 18:20 | |
*** salv-orlando has quit IRC | 18:34 | |
*** malini is now known as malini_afk | 18:38 | |
*** jerryz has joined #openstack-qa | 18:43 | |
*** dims has quit IRC | 18:49 | |
*** dims has joined #openstack-qa | 18:52 | |
*** mlavalle has quit IRC | 18:59 | |
openstackrecheck | openstack/python-cinderclient change: https://review.openstack.org/62173 failed tempest because of: https://bugs.launchpad.net/bugs/1254890 | 19:06 |
*** rfolco has quit IRC | 19:47 | |
*** rfolco has joined #openstack-qa | 19:59 | |
*** yfried has quit IRC | 20:10 | |
openstackgerrit | Ben Nemec proposed a change to openstack-dev/devstack: Ensure hostname resolves correctly https://review.openstack.org/61854 | 20:24 |
openstackrecheck | openstack/python-cinderclient change: https://review.openstack.org/62173 failed tempest with an unrecognized error | 20:27 |
*** yfried has joined #openstack-qa | 20:39 | |
*** dkorn has quit IRC | 20:39 | |
*** salv-orlando has joined #openstack-qa | 20:45 | |
*** dkorn has joined #openstack-qa | 20:56 | |
*** dkorn has quit IRC | 21:04 | |
*** markmcclain has joined #openstack-qa | 21:13 | |
*** dkorn has joined #openstack-qa | 21:23 | |
*** salv-orlando has quit IRC | 21:23 | |
*** dkorn has quit IRC | 21:31 | |
*** dkorn has joined #openstack-qa | 21:49 | |
openstackgerrit | A change was merged to openstack/tempest: Separate negative tests for test_simple_tenant_usage https://review.openstack.org/63307 | 21:52 |
*** salv-orlando has joined #openstack-qa | 21:55 | |
*** salv-orlando has joined #openstack-qa | 21:56 | |
*** dkorn has quit IRC | 21:57 | |
yfried | Happy New Year! | 22:00 |
*** mlavalle has joined #openstack-qa | 22:14 | |
*** mlavalle has quit IRC | 22:14 | |
*** dkorn has joined #openstack-qa | 22:15 | |
*** openstackrecheck has quit IRC | 22:19 | |
*** openstackrecheck has joined #openstack-qa | 22:21 | |
*** dkorn has quit IRC | 22:24 | |
*** romcheg has joined #openstack-qa | 22:33 | |
*** salv-orlando has quit IRC | 22:43 | |
*** dkorn has joined #openstack-qa | 22:43 | |
*** romcheg has quit IRC | 22:50 | |
*** dkorn has quit IRC | 22:51 | |
*** jaypipes has quit IRC | 22:57 | |
*** adam_g has quit IRC | 23:02 | |
*** adam_g has joined #openstack-qa | 23:02 | |
*** adam_g has joined #openstack-qa | 23:02 | |
*** croberts has quit IRC | 23:09 | |
*** dkorn has joined #openstack-qa | 23:10 | |
*** adalbas has quit IRC | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!