Wednesday, 2020-08-19

*** fyx has quit IRC00:03
*** fyx has joined #openstack-horizon00:03
*** kevko has quit IRC01:13
*** benj_ has quit IRC02:06
*** benj_ has joined #openstack-horizon02:07
*** rcernin has quit IRC02:21
*** dave-mccowan has quit IRC02:44
*** rcernin has joined #openstack-horizon02:59
*** rcernin has quit IRC02:59
*** rcernin has joined #openstack-horizon02:59
*** vishalmanchanda has joined #openstack-horizon03:30
openstackgerritVishal Manchanda proposed openstack/horizon master: Cleanup for Refactor-error-messages  https://review.opendev.org/67860203:49
*** rcernin has quit IRC04:14
*** rcernin has joined #openstack-horizon04:21
*** rcernin has quit IRC04:37
*** rcernin has joined #openstack-horizon04:46
*** gyee has quit IRC05:20
*** ianychoi_ has joined #openstack-horizon05:25
*** ianychoi has quit IRC05:28
*** happyhemant has joined #openstack-horizon06:42
*** dklyle has quit IRC06:46
lxkonghi guys, when i execute `python manage.py runserver 0.0.0.0:9000` under horizon source code folder, I met with the error: https://paste.ubuntu.com/p/CDhrtpqJGH/, anyone could help to take a look?07:35
lxkongi have some configurations like https://paste.ubuntu.com/p/TBH276Df7r/07:35
lxkongif I remove the MEDIA_URL and STATIC_URL, still see the error: https://paste.ubuntu.com/p/jJ2nRkVkRY/07:37
lxkongbut horizon works well with Apache, which is the default config in devstack.07:38
lxkongwhat I want is to use manage.py for debugging07:39
vishalmanchandalxkong: hi, Could you run this command python manage.py collectstatic and try.07:41
lxkongvishalmanchanda: thanks for your response. I tried with `python3 manage.py collectstatic -v 0 -c --noinput; python3 manage.py compress`, then `python3 manage.py runserver 0.0.0.0:9000`07:42
lxkongi'm pretty sure that the file lile `/opt/stack/horizon/static/dashboard/img/logo.svg` does exist07:43
vishalmanchandalxkong: what do you mean by it is not exit https://opendev.org/openstack/horizon/src/branch/master/openstack_dashboard/static/dashboard/img/logo.svg07:46
lxkongvishalmanchanda: the file exists but in https://paste.ubuntu.com/p/CDhrtpqJGH/ it said 40407:47
vishalmanchandalxkong: I think it is due to your env. unable to load static file.07:47
lxkongvishalmanchanda: how can i do that?07:48
lxkongi didn't see that's mentioned in horizon developer doc07:48
vishalmanchandalxkong: This same issue also happens with me sometimes then i run this command "python manage.py collectstatic" which always work.07:50
*** e0ne has joined #openstack-horizon07:51
*** ChanServ sets mode: +o e0ne07:51
vishalmanchandaIf still this command doesn't work then i use to pass an agrs with this command which always solve the issue but honestly i don't remember at the moment.07:51
vishalmanchandalxkong: Also my conf file is different than you.  You are using which branch?07:58
lxkongvishalmanchanda: i'm using master07:58
vishalmanchandalxkong: You are refering this document https://docs.openstack.org/horizon/latest/contributor/quickstart.html ?08:01
lxkongyes, the only difference is, i'm not using tox08:01
vishalmanchandalxkong: I also not use tox.08:04
amotokilxkong: I usually check out the horizon repo in a different place from what devstack prepares (as I would like to use both), but I usually copy local_settings.py prepared by devstack.08:07
amotokilxkong: the only thing I do after copying is to comment out WEBROOT in local_settings.py.08:07
amotokilxkong: you said you tried MEDKIA_URL or STATIC_URL, so it looks like WEBROOT is related.08:08
*** tosky has joined #openstack-horizon08:28
openstackgerritVishal Manchanda proposed openstack/horizon master: Cleanup for Refactor-error-messages  https://review.opendev.org/67860208:55
*** rdopiera has joined #openstack-horizon09:42
*** rcernin has quit IRC09:43
*** rcernin has joined #openstack-horizon09:49
*** rcernin has quit IRC10:30
openstackgerritIvan Kolodyazhny proposed openstack/horizon master: Revert "Add required mark on Create and Update image form"  https://review.opendev.org/74688010:31
openstackgerritIvan Kolodyazhny proposed openstack/horizon master: Revert "Add required mark on Create and Update image form"  https://review.opendev.org/74688010:31
*** rcernin has joined #openstack-horizon10:34
*** rcernin has quit IRC10:48
*** rcernin has joined #openstack-horizon10:52
*** rcernin has quit IRC11:07
*** rcernin has joined #openstack-horizon11:21
*** kevko has joined #openstack-horizon11:21
*** kevko_ has joined #openstack-horizon11:23
*** kevko has quit IRC11:23
*** kevko_ has quit IRC11:26
*** kevko has joined #openstack-horizon11:26
*** _erlon_ has joined #openstack-horizon11:44
*** dave-mccowan has joined #openstack-horizon12:38
*** rcernin has quit IRC12:46
*** rcernin has joined #openstack-horizon12:48
*** tmazur has joined #openstack-horizon13:14
*** priteau has joined #openstack-horizon13:31
*** dklyle has joined #openstack-horizon13:50
*** ChanServ sets mode: +o dklyle13:50
*** KeithMnemonic has joined #openstack-horizon14:09
openstackgerritMerged openstack/horizon master: Revert "Add required mark on Create and Update image form"  https://review.opendev.org/74688014:16
*** happyhemant has quit IRC14:22
*** tkajinam has quit IRC14:33
*** rcernin has quit IRC14:37
*** jadonn has joined #openstack-horizon14:43
*** dklyle has quit IRC14:51
*** dklyle has joined #openstack-horizon15:00
*** ChanServ sets mode: +o dklyle15:00
*** dklyle sets mode: -o dklyle15:01
*** kberger_ has joined #openstack-horizon15:08
*** KeithMnemonic has quit IRC15:10
*** gyee has joined #openstack-horizon15:44
amotokivishalmanchanda: Droppping ensure-tox is intentional as tox is not used in usual JS developments.16:01
amotokivishalmanchanda: but it is common in openstack world16:02
vishalmanchandaamotoki: ohh I see.16:03
amotokivishalmanchanda: so if the job template comes from openstack-zuul-jobs instead of zuul-jobs there might be a room to dsicuss it.16:03
amotokivishalmanchanda: I am not sure about the policy of openstack-zuul-jobs. you can discuss it in #openstack-infra channel.16:03
amotokivishalmanchanda: * if you want.16:03
vishalmanchandaamotoki: but you are saying defining a  pre-run for rocky nodejs4 jobs in horizon will also work.16:04
amotokivishalmanchanda: yeah AFAIK it should work (while I haven't tested it)16:06
vishalmanchandaamotoki: I have seen the same error in a openstack project openstack/stackvizwhere nodejs-10 job is used.16:06
vishalmanchandaSo I pushed a patch in openstack/openstack-zuul job but the patch i pushed  in openstack/stackviz in doesn't seems like picking up my changes https://review.opendev.org/#/c/746467/.16:08
vishalmanchandahttps://zuul.opendev.org/t/openstack/build/f5879ce0052f45bbbca4069b665eb0fe/log/job-output.txt#32616:09
amotokivishalmanchanda: I don't know the reason ATM withouth a detail check of how their jobs are defined....16:09
vishalmanchandaamotoki: np. I will discuss it with infra team once get some time.16:10
amotokivishalmanchanda: feel free to discuss it with the project-config team if you believe it is the right way. I am just not sure atm..16:10
vishalmanchandaamotoki: ok. Gn:)16:10
amotokivishalmanchanda: looking at the rocky npm job config, I don't understand how your approach in openstack-zuul-jobs works....17:06
amotokivishalmanchanda: nodejs4-jobs you mentioned in the horizon meeting is defined at https://opendev.org/openstack/openstack-zuul-jobs/src/branch/master/zuul.d/project-templates.yaml#L173217:06
amotokivishalmanchanda: jobs used there (nodejs-run-lint and nodejs-run-test-browser) are from zuul-jobs. Your patch touches playbooks/javascript/pre.yaaml but it is not related.17:07
amotokivishalmanchanda: playbooks/javascript/pre.yaml is just used in publish-openstack-javascript-tarball job in zuul.d/jobs.yaml in openstack-zuul-jobs.17:08
openstackgerritAkihiro Motoki proposed openstack/horizon stable/rocky: Fix horizon-nodejs jobs  https://review.opendev.org/74700317:39
*** e0ne has quit IRC17:44
amotokivishalmanchanda: ^17:59
*** vishalmanchanda has quit IRC18:49
*** kevko has quit IRC18:50
*** priteau has quit IRC19:44
*** jadonn has quit IRC20:03
*** dayou has joined #openstack-horizon20:33
*** dayou_ has quit IRC20:33
*** rdopiera has quit IRC20:35
*** dayou has quit IRC20:40
*** dayou has joined #openstack-horizon20:43
*** tmazur has quit IRC21:31
openstackgerritTatiana Ovchinnikova proposed openstack/horizon master: Fix Angular mediumDateFilter  https://review.opendev.org/74704621:34
*** tosky has quit IRC21:47
*** tkajinam has joined #openstack-horizon22:58
*** rcernin has joined #openstack-horizon22:59
*** spatel has joined #openstack-horizon23:24
*** spatel has quit IRC23:30
openstackgerritAkihiro Motoki proposed openstack/horizon master: doc: Enable parallel build  https://review.opendev.org/74705823:34
openstackgerritAkihiro Motoki proposed openstack/horizon master: doc: Reorganize contributor doc  https://review.opendev.org/74705923:35
openstackgerritAkihiro Motoki proposed openstack/horizon master: [ussuri] [goal] Project PTL and contributor docs  https://review.opendev.org/74706023:35
*** spatel has joined #openstack-horizon23:40

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