Wednesday, 2023-11-01

*** yadnesh4 is now known as yadnesh08:57
*** erbarr_ is now known as erbarr08:57
*** ricolin_ is now known as ricolin08:57
*** TheJulia_ is now known as TheJulia08:57
*** mnasiadka_ is now known as mnasiadka08:57
*** simondodsley_ is now known as simondodsley08:57
*** clarkb is now known as Guest539308:59
*** clarkb is now known as Guest541810:45
kopecmartinelodilles_pto: this commit introduced the doc generation of all the tests, it's just couple of commands: https://opendev.org/openstack/tempest/commit/a9055010fc43e5936ccb7c8fa6a7b54c13974b6610:47
*** dansmith_ is now known as dansmith13:40
*** Guest5418 is now known as clarkb15:03
opendevreviewKatarina Strenkova proposed openstack/tempest master: [WIP] Implement purge list in tempest cleanup  https://review.opendev.org/c/openstack/tempest/+/89784715:45
opendevreviewJakub Skunda proposed openstack/tempest master: Add scenario test  https://review.opendev.org/c/openstack/tempest/+/89873215:59
*** sfinucan is now known as stephenfin16:15
M0weng[m]frickler: I'm on Ubuntu Server 22.04.3 LTS; I cloned devstack from the master branch on 10/25 when the latest commit hash was 29e73a215557b2d20d0d9611e0d5317e08cf9538 "Enable performance collection on Debian" with Change-Id I84f1432262138cc9ff0942e1a2b2abe7447afe34.16:20
M0weng[m]I tried again using the sample local.conf (the only change I made was setting my own HOST_IP) and the same error occurs:16:34
* M0weng[m] uploaded an image: (38KiB) < https://matrix.org/_matrix/media/v3/download/matrix.org/qtpTmLaaPmrTngLNVdlLyuCG/image.png >16:34
clarkbM0weng[m]: pasting test logs into a pastebin service like https://paste.opendev.org is usually preferable to screenshots. Allows people to search the text, copy it, and have larger context than can be shown on a single screen16:35
clarkbthis is almost certainly a side effect of the change that added keystone token caching16:36
M0weng[m]I've been having some issues with the clipboard for my VM but once I get that fixed I'll try to paste in the logs 👍️16:37
clarkbcurious that this didn't fail in CI for that change16:37
clarkbbased on the line numbers of the failure you are not using the new update though so not a side effect of the change as I thought it may be16:38
clarkbthat explains why it didn't show up in CI. It is unrelated16:39
clarkbM0weng[m]: does /etc/openstack/clouds.yaml exist? if so can you show us what is in that file?16:40
clarkbnote it might have passwords in it that you'll want to redact16:41
M0weng[m]clarkb: The file seems to be empty.16:41
clarkbM0weng[m]: ya I think that explains the behavior. An empty clouds.yaml is loaded as None but doesn't trigger the exception handler to set the default value to ()16:43
clarkber {}16:43
clarkbM0weng[m]: I think if you remove that file it may fix it for you16:43
clarkbebcause that will raise and exception and the update clouds tool will set a better default value in that case16:43
clarkbI don't udnerstand how it got into that state though as it should always write something. maybe you had edited it? or something else other than devstack did16:44
M0weng[m]Ah, yeah I think I might have been looking for the file and accidentally written a blank one.16:46
M0weng[m]It seems to have worked, thank you!16:46
opendevreviewClark Boylan proposed openstack/devstack master: Handle empty clouds.yaml files in update_clouds_yaml  https://review.opendev.org/c/openstack/devstack/+/89988716:51
clarkbthis should help prevent that in the future16:51
fricklernice, this both explains why I couldn't reproduce it as well as why the error persisted over different attempts16:53

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!