Monday, 2020-09-28

*** e0ne has joined #openstack-horizon00:55
*** ChanServ sets mode: +o e0ne00:55
*** e0ne has quit IRC01:00
*** e0ne has joined #openstack-horizon01:06
*** ChanServ sets mode: +o e0ne01:06
*** e0ne has quit IRC01:10
*** e0ne has joined #openstack-horizon01:16
*** ChanServ sets mode: +o e0ne01:16
*** e0ne has quit IRC01:20
*** e0ne has joined #openstack-horizon01:25
*** ChanServ sets mode: +o e0ne01:25
*** e0ne has quit IRC01:30
*** e0ne has joined #openstack-horizon01:35
*** ChanServ sets mode: +o e0ne01:35
*** e0ne has quit IRC01:40
*** e0ne has joined #openstack-horizon01:45
*** ChanServ sets mode: +o e0ne01:45
*** e0ne has quit IRC01:50
*** rcernin has quit IRC02:35
*** rcernin has joined #openstack-horizon02:39
*** dayou has quit IRC03:32
*** dayou has joined #openstack-horizon03:32
*** vinay_m has joined #openstack-horizon03:47
*** e0ne has joined #openstack-horizon03:55
*** ChanServ sets mode: +o e0ne03:55
*** e0ne has quit IRC04:00
*** e0ne has joined #openstack-horizon04:16
*** ChanServ sets mode: +o e0ne04:16
*** e0ne has quit IRC04:21
*** e0ne has joined #openstack-horizon04:26
*** ChanServ sets mode: +o e0ne04:26
*** e0ne has quit IRC04:30
vinay_mhi04:33
vinay_mwhats the purpose of futurist func call https://opendev.org/openstack/horizon/src/branch/master/openstack_dashboard/utils/futurist_utils.py04:34
*** rcernin has quit IRC04:34
*** e0ne has joined #openstack-horizon04:36
*** ChanServ sets mode: +o e0ne04:36
*** rcernin has joined #openstack-horizon04:38
*** e0ne has quit IRC04:40
*** e0ne has joined #openstack-horizon04:46
*** ChanServ sets mode: +o e0ne04:46
*** e0ne has quit IRC04:51
*** e0ne has joined #openstack-horizon05:06
*** ChanServ sets mode: +o e0ne05:06
amotokivinay_m: it's a wrapper for futurist.05:08
amotokivinay_m: it is used to make multiple calls to back-end services parallel.05:08
vinay_mamotoki: ok got it05:10
amotokivinay_m: perhaps you can find the motivation and follow the discussion by checking corresponding commits (from git history)05:10
*** e0ne has quit IRC05:11
vinay_mamotoki: regarding this bug: https://bugs.launchpad.net/horizon/+bug/188849005:13
openstackLaunchpad bug 1888490 in OpenStack Dashboard (Horizon) "wrong FilterAction instance is being created during filtering" [Undecided,New] - Assigned to vinay harsha mitta (vinay7)05:13
vinay_mthe issue was due to instances are retrieved before non-api filters get mapped to their id's and get updated in search_opts dict05:14
vinay_mwhich is passed to filter instances..05:15
vinay_mmain diff in admin tab from project tab was : https://opendev.org/openstack/horizon/src/branch/master/openstack_dashboard/dashboards/admin/instances/views.py#L15605:15
vinay_mimages are retrieved by instances id's05:16
*** e0ne has joined #openstack-horizon05:16
*** ChanServ sets mode: +o e0ne05:16
vinay_mdue to this filtering based on flavor-name, image-name,instance-name are not working from admin tab05:17
vinay_mdue to this filtering based on flavor-name, image-name,instance-name are not working from admin tab -> ** not instances name, it's project name05:18
*** e0ne has quit IRC05:21
*** e0ne has joined #openstack-horizon05:36
*** ChanServ sets mode: +o e0ne05:36
*** e0ne has quit IRC05:41
*** e0ne has joined #openstack-horizon05:46
*** ChanServ sets mode: +o e0ne05:46
*** e0ne has quit IRC05:51
*** e0ne has joined #openstack-horizon06:06
*** ChanServ sets mode: +o e0ne06:06
*** e0ne has quit IRC06:10
*** e0ne has joined #openstack-horizon06:26
*** ChanServ sets mode: +o e0ne06:26
*** e0ne has quit IRC06:31
*** e0ne has joined #openstack-horizon06:37
*** ChanServ sets mode: +o e0ne06:37
*** rdopiera has joined #openstack-horizon06:39
*** rdopiera has quit IRC06:40
*** rdopiera has joined #openstack-horizon06:41
*** e0ne has quit IRC06:41
*** e0ne has joined #openstack-horizon06:47
*** ChanServ sets mode: +o e0ne06:47
*** e0ne has quit IRC06:51
openstackgerritAkihiro Motoki proposed openstack/horizon stable/train: Add custom SSL CA Cert support for api.cinder.get_microversion  https://review.opendev.org/71017406:56
*** e0ne has joined #openstack-horizon06:57
*** ChanServ sets mode: +o e0ne06:57
openstackgerritOpenStack Proposal Bot proposed openstack/horizon stable/train: Imported Translations from Zanata  https://review.opendev.org/75463906:58
openstackgerritOpenStack Proposal Bot proposed openstack/horizon master: Imported Translations from Zanata  https://review.opendev.org/75464006:59
*** e0ne has quit IRC07:01
*** e0ne has joined #openstack-horizon07:16
*** ChanServ sets mode: +o e0ne07:16
*** kevko has quit IRC07:20
*** e0ne has quit IRC07:21
*** tosky has joined #openstack-horizon07:23
*** e0ne has joined #openstack-horizon07:36
*** ChanServ sets mode: +o e0ne07:36
*** jtomasek has joined #openstack-horizon07:41
openstackgerritAkihiro Motoki proposed openstack/horizon stable/train: Add custom SSL CA Cert support for api.cinder.get_microversion  https://review.opendev.org/71017408:06
amotokie0ne: I see several fixes on horizon.uuid.js. I wonder which repositories are affected. At least we need a fix for ironic-ui and horizon JS tests.08:26
openstackgerritvinay harsha mitta proposed openstack/horizon master: Non-api Filters not working with admin tab.  https://review.opendev.org/75465808:59
*** tkajinam has quit IRC09:42
*** rcernin has quit IRC10:09
e0neamotoki: hi. yes, I've found it late on Friday :(10:54
e0neamotoki: I'm still trying to find some better soluition10:55
e0neamotoki: one more issue I've found10:55
e0neamotoki: our cross-project job doesn't run ironic's js tests because there is no npm env in tox10:55
amotokie0ne: regarding the ironic-ui cross project I think it is not correct.11:01
amotokie0ne: both package.json and karma.conf point to 'py38' tox env consistently.11:02
amotokie0ne: we don't specify any tox env in our cross-project job configuration, so tox env specified in package.json and karma.conf is used.11:03
amotokie0ne: on the other hand, I second that we should use a same tox env consistently. +1 for 'npm'.11:03
e0neamotoki: I'm sorry, you're right11:03
e0neamotoki: I checked something else :(11:04
amotokie0ne: np. we're in the same page.11:04
*** tmazur has joined #openstack-horizon13:22
*** gmann_pto is now known as gmann13:55
*** kevko has joined #openstack-horizon14:41
*** jtomasek has quit IRC14:42
*** kevko has quit IRC14:45
*** spatel has joined #openstack-horizon14:59
*** dklyle has joined #openstack-horizon15:09
*** ChanServ sets mode: +o dklyle15:09
*** dklyle sets mode: -o dklyle15:16
*** tosky has quit IRC16:12
*** vinay_m has quit IRC16:51
*** gyee has joined #openstack-horizon17:09
*** e0ne has quit IRC17:47
*** e0ne has joined #openstack-horizon18:57
*** ChanServ sets mode: +o e0ne18:57
*** tosky has joined #openstack-horizon19:27
*** e0ne has quit IRC19:41
*** spatel has quit IRC20:27
*** rcernin has joined #openstack-horizon20:46
*** rcernin has quit IRC20:59
*** rcernin has joined #openstack-horizon21:00
*** rcernin has quit IRC21:06
*** rcernin has joined #openstack-horizon21:23
*** rcernin has quit IRC21:44
*** rcernin has joined #openstack-horizon21:57
*** rcernin has quit IRC22:01
*** rdopiera has quit IRC22:03
*** tmazur has quit IRC22:16
*** rcernin has joined #openstack-horizon22:25
*** tosky has quit IRC22:40
*** tkajinam has joined #openstack-horizon23:00
*** tosky has joined #openstack-horizon23:09
*** tosky has quit IRC23:19
*** spatel has joined #openstack-horizon23:20
*** spatel has quit IRC23:25

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