Wednesday, 2021-02-10

*** gmann_afk is now known as gmann00:19
*** openstackgerrit has joined #openstack-horizon01:06
openstackgerritMerged openstack/horizon master: Add option to set MTU on network creation  https://review.opendev.org/c/openstack/horizon/+/77087001:06
*** ircuser-1 has joined #openstack-horizon01:29
openstackgerritMerged openstack/horizon master: Set Admin Password at NG Launch Instance dialog  https://review.opendev.org/c/openstack/horizon/+/77052801:33
*** rcernin has quit IRC02:31
*** rcernin has joined #openstack-horizon02:40
*** adriant has quit IRC02:58
*** adriant has joined #openstack-horizon02:58
*** hoonetorg has joined #openstack-horizon04:40
*** openstackstatus has quit IRC04:58
*** openstack has joined #openstack-horizon05:02
*** ChanServ sets mode: +o openstack05:02
*** hoonetorg has quit IRC05:05
*** hoonetorg has joined #openstack-horizon05:19
*** vishalmanchanda has joined #openstack-horizon06:12
openstackgerritOpenStack Proposal Bot proposed openstack/horizon master: Imported Translations from Zanata  https://review.opendev.org/c/openstack/horizon/+/77072506:47
*** gyee has quit IRC06:54
*** dklyle has quit IRC07:38
*** rpittau|afk is now known as rpittau07:51
*** e0ne has joined #openstack-horizon08:41
*** ChanServ sets mode: +o e0ne08:41
*** rcernin has quit IRC08:56
*** e0ne has quit IRC09:04
*** e0ne has joined #openstack-horizon09:05
*** ChanServ sets mode: +o e0ne09:05
*** tosky has joined #openstack-horizon09:12
*** rdopiera has joined #openstack-horizon09:41
openstackgerritVishal Manchanda proposed openstack/horizon master: Fix deprecation warning of 'collections'  https://review.opendev.org/c/openstack/horizon/+/77479009:50
*** kevko_ has joined #openstack-horizon10:06
*** kevko_ has quit IRC10:09
openstackgerritVishal Manchanda proposed openstack/horizon master: Update doc8 version  https://review.opendev.org/c/openstack/horizon/+/77479410:25
*** e0ne has quit IRC10:53
*** e0ne has joined #openstack-horizon11:03
*** ChanServ sets mode: +o e0ne11:03
*** ianychoi__ is now known as ianychoi11:30
*** disap has joined #openstack-horizon11:56
amotokivishalmanchanda: regarding https://review.opendev.org/c/openstack/horizon/+/774790, do you see the derecation warnings even when we use collections.abc.XXXX?12:05
*** e0ne has quit IRC12:05
amotokivishalmanchanda: I see no real change in that patch. you are just trying to change the import style and I see no need for the change (plus I personally prefer to collections.abc.XXX style).12:06
vishalmanchandaamotoki: I see the warning in our gate  job https://zuul.opendev.org/t/openstack/build/d8b51cd24caf422f8c6d37b6e81305cc that's why I pushed the patch.12:07
amotokivishalmanchanda: which line? Is it from the horizon code?12:08
*** kevko has joined #openstack-horizon12:17
vishalmanchandaamotoki: Actually I haven't tested it locally I have seen a deprecation warning in the gate job  https://zuul.opendev.org/t/openstack/build/d8b51cd24caf422f8c6d37b6e81305cc/log/job-output.txt#25686 that's why I pushed the patch to fix it.12:18
amotokivishalmanchanda: It comes from unittest2. why does it mean horizon code needs a fix?12:19
vishalmanchandavishalmanchanda: oops:( my bad.12:20
*** e0ne has joined #openstack-horizon12:22
*** ChanServ sets mode: +o e0ne12:22
amotokivishalmanchanda: on the other hand, I just noticed we need an explicit import when using collections.abc.XXX.12:23
amotokivishalmanchanda: See this snippet http://paste.openstack.org/show/802512/12:23
amotokivishalmanchanda: "import collections" looks insufficient. "import collections.abc" or "from collections import abc" looks required12:24
openstackgerritVishal Manchanda proposed openstack/horizon master: Update doc8 min version  https://review.opendev.org/c/openstack/horizon/+/77479412:24
amotokivishalmanchanda: from this POV, your change (or "import collections.abc") is needed but the reason needs to be explained better.12:25
vishalmanchandaamotoki: ok will restore the patch with a better commit-msg.12:25
openstackgerritMerged openstack/horizon master: Use "load static" instead of "load staticfiles"  https://review.opendev.org/c/openstack/horizon/+/77061012:46
openstackgerritMerged openstack/horizon master: Imported Translations from Zanata  https://review.opendev.org/c/openstack/horizon/+/77072512:46
*** iurygregory has quit IRC12:51
*** rcernin has joined #openstack-horizon13:13
*** rcernin has quit IRC13:18
*** disap has quit IRC13:35
*** disap has joined #openstack-horizon13:49
*** tmazur has joined #openstack-horizon13:55
*** ianychoi has quit IRC14:09
*** iurygregory has joined #openstack-horizon14:13
*** rcernin has joined #openstack-horizon15:14
*** rcernin has quit IRC15:18
*** dklyle has joined #openstack-horizon15:34
*** disap has quit IRC15:41
*** jadonn has joined #openstack-horizon16:14
rdopierae0ne: I wanted to ask you about the command used to run the integration tests in train -- the manage.py test -- it behaves very weird. When run by tox, it finds the tests correctly, but when I try to run it from the command line, it fails to find any. Do you know why?16:17
e0nehm...16:17
e0neinteresting... I always use tos16:17
e0nes/tos/tox16:18
rdopieraI tried to copy all the environment variables, all the paths are the same, I even used the same virtualenv -- I have no idea how the command even knows it's run by tox16:18
rdopierait's impossible but it's somehow happening16:19
e0newhat error do you have?16:19
rdopierano error, just "ran 0 tests"16:19
e0nelet me try16:23
rdopieraI found a different way to run those tests, by giving an explicit path instead of a tag, but I find it a bit of a mystery why it doesn't work16:23
rdopieracuriosity16:23
*** disap has joined #openstack-horizon16:38
*** disap has quit IRC17:16
*** e0ne has quit IRC17:16
*** e0ne has joined #openstack-horizon17:22
*** ChanServ sets mode: +o e0ne17:22
*** rdopiera has quit IRC17:32
*** e0ne has quit IRC18:19
openstackgerritAndrew Bogott proposed openstack/horizon master: security_groups panel: Add neutron policy enforcement  https://review.opendev.org/c/openstack/horizon/+/77492218:21
*** rpittau is now known as rpittau|afk18:23
openstackgerritAndrew Bogott proposed openstack/horizon master: security_groups panel: Add neutron policy enforcement  https://review.opendev.org/c/openstack/horizon/+/77492218:28
*** e0ne has joined #openstack-horizon18:29
*** ChanServ sets mode: +o e0ne18:29
*** e0ne has quit IRC18:29
*** kevko has quit IRC19:55
openstackgerritMerged openstack/horizon stable/victoria: Add WEBROOT to ngdetails navigation  https://review.opendev.org/c/openstack/horizon/+/76875220:03
openstackgerritMerged openstack/horizon stable/ussuri: Fix full text search at containers page  https://review.opendev.org/c/openstack/horizon/+/77075020:03
*** gyee has joined #openstack-horizon20:21
*** jadonn has quit IRC20:26
*** jadonn has joined #openstack-horizon20:35
openstackgerritAndrew Bogott proposed openstack/horizon master: Support policy checks in the Tab base class  https://review.opendev.org/c/openstack/horizon/+/77501420:43
openstackgerritAndrew Bogott proposed openstack/horizon master: Server tabs: add policy enforcement for tab display  https://review.opendev.org/c/openstack/horizon/+/77501520:43
*** jadon_n has joined #openstack-horizon22:08
*** jadonn has quit IRC22:10
*** jadon_n has quit IRC22:14
*** vishalmanchanda has quit IRC22:51
openstackgerritMerged openstack/horizon stable/victoria: Add default index URL to Server Groups module  https://review.opendev.org/c/openstack/horizon/+/76875423:39
*** CeeMac has quit IRC23:51

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