*** kevko has quit IRC | 00:14 | |
*** kevko has joined #openstack-horizon | 00:14 | |
*** tmazur has quit IRC | 00:19 | |
*** kevko has quit IRC | 00:21 | |
*** tosky has quit IRC | 00:22 | |
*** tbarron has joined #openstack-horizon | 00:35 | |
*** kevko has joined #openstack-horizon | 01:01 | |
*** kevko has quit IRC | 01:10 | |
*** kevko has joined #openstack-horizon | 01:25 | |
*** kevko has quit IRC | 01:31 | |
*** jamesdenton has quit IRC | 01:49 | |
*** jamesden_ has joined #openstack-horizon | 01:50 | |
openstackgerrit | Merged openstack/horizon master: Add default_availability_zone for VM creation https://review.opendev.org/c/openstack/horizon/+/750752 | 02:17 |
---|---|---|
*** rcernin_ has quit IRC | 02:21 | |
*** rcernin_ has joined #openstack-horizon | 02:48 | |
*** rcernin_ has quit IRC | 02:53 | |
*** rcernin has joined #openstack-horizon | 02:54 | |
openstackgerrit | Merged openstack/horizon master: Imported Translations from Zanata https://review.opendev.org/c/openstack/horizon/+/780708 | 03:01 |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: handle missing access_rules https://review.opendev.org/c/openstack/horizon/+/761027 | 03:52 |
*** vishalmanchanda has joined #openstack-horizon | 04:50 | |
*** gyee has quit IRC | 05:10 | |
*** ricolin has quit IRC | 06:48 | |
*** dklyle has quit IRC | 07:29 | |
*** e0ne has joined #openstack-horizon | 07:30 | |
*** ChanServ sets mode: +o e0ne | 07:30 | |
*** e0ne has quit IRC | 07:30 | |
*** e0ne has joined #openstack-horizon | 07:36 | |
*** ChanServ sets mode: +o e0ne | 07:36 | |
*** e0ne has quit IRC | 07:36 | |
*** e0ne has joined #openstack-horizon | 07:45 | |
*** ChanServ sets mode: +o e0ne | 07:45 | |
*** BakaKuna has joined #openstack-horizon | 07:48 | |
*** BakaKuna has quit IRC | 07:49 | |
*** rpittau|afk is now known as rpittau | 07:51 | |
*** hoonetorg has joined #openstack-horizon | 08:03 | |
*** jamesden_ has quit IRC | 08:15 | |
*** jamesdenton has joined #openstack-horizon | 08:16 | |
*** jawad_axd has joined #openstack-horizon | 08:29 | |
*** rdopiera has joined #openstack-horizon | 08:33 | |
*** rcernin has quit IRC | 08:37 | |
*** tosky has joined #openstack-horizon | 08:37 | |
*** rcernin has joined #openstack-horizon | 09:05 | |
*** rcernin has quit IRC | 09:19 | |
*** rcernin has joined #openstack-horizon | 10:10 | |
*** kevko has joined #openstack-horizon | 10:12 | |
*** e0ne has quit IRC | 10:26 | |
amotoki | I filed bug 1920004 but I don't plan to work on it. Hopefully someone volunteers for it. | 10:26 |
openstack | bug 1920004 in OpenStack Dashboard (Horizon) "Should mark "Source" tab in the launch instance form as required" [Undecided,New] https://launchpad.net/bugs/1920004 | 10:27 |
*** e0ne has joined #openstack-horizon | 10:28 | |
*** ChanServ sets mode: +o e0ne | 10:28 | |
*** e0ne has quit IRC | 10:28 | |
*** e0ne has joined #openstack-horizon | 10:30 | |
*** ChanServ sets mode: +o e0ne | 10:30 | |
*** e0ne has quit IRC | 10:30 | |
*** rcernin has quit IRC | 10:40 | |
*** kevko has quit IRC | 11:31 | |
*** kevko has joined #openstack-horizon | 11:31 | |
vishalmanchanda | amotoki: np. I can work on that. | 11:34 |
openstackgerrit | Radomir Dopieralski proposed openstack/horizon master: Save instace_id inside Associate Floating IP workflow https://review.opendev.org/c/openstack/horizon/+/780925 | 11:40 |
*** viks____ has joined #openstack-horizon | 11:58 | |
*** jawad_axd has quit IRC | 12:02 | |
openstackgerrit | Vishal Manchanda proposed openstack/horizon master: Replace Delete Force Volume Backup with Force Delete Volume Backup https://review.opendev.org/c/openstack/horizon/+/780498 | 12:13 |
amotoki | rdopiera: thanks for filing a bug. It really helped me understand the issue more correctly than when I read the commit message. | 12:17 |
*** rcernin has joined #openstack-horizon | 12:22 | |
rdopiera | amotoki: sorry, it's a bit tricky | 12:23 |
*** rcernin has quit IRC | 12:24 | |
*** rcernin has joined #openstack-horizon | 12:24 | |
rdopiera | amotoki: I wonder if we should also fix api.neutron.floating_ip_target_list to retrieve all the ports, but I fear that will have performance implications | 12:25 |
amotoki | rdopiera: api.neutron.floating_ip_target_list is for a case where a user would like to associate FIP from the FIP panel. I think this is only for smaller deployments. | 12:28 |
amotoki | rdopiera: I think users call the floaing IP associate form from the server table in most cases. | 12:29 |
amotoki | rdopiera: so one idea for performance problems in the FIP form is to disable FIP associate from the FIP panel. thought? | 12:29 |
amotoki | I might misunderstand the original issue though... | 12:31 |
rdopiera | amotoki: right now we have no performance problems, as it only fetches the first page from nova | 12:31 |
rdopiera | no need to disable it | 12:31 |
amotoki | rdopiera: good to hear that. this happens when instance_id is not passed and you are trying to avoid this in your patch. | 12:33 |
rdopiera | right | 12:36 |
*** ricolin has joined #openstack-horizon | 12:44 | |
*** tmazur has joined #openstack-horizon | 12:48 | |
amotoki | vishalmanchanda: I saw the meeting log yesterday. you said django 3 fixes the error about storing translated strings in cookies. | 13:24 |
amotoki | vishalmanchanda: which Django version fixes it? 3.0, 3.1 or 3.2 | 13:24 |
amotoki | vishalmanchanda: if you explore a workarond, the first way is to check django git log, so which Django version fixed it really helps us identify a correspoding change in django history. | 13:25 |
vishalmanchanda | amotoki: I thought it is fixed in django 3.0 but I am not able to run horizon with django3 when I checked. | 13:27 |
amotoki | vishalmanchanda: you can try Django 3.0 by applying my series of Django 3.x | 13:27 |
vishalmanchanda | amotoki: does it also fixes django-pyscss issue. | 13:28 |
amotoki | vishalmanchanda: but the second patch in the series https://review.opendev.org/c/openstack/horizon/+/777391 is too ugly (and it is not the right way to solve the problem), so I put -2 to this | 13:28 |
amotoki | vishalmanchanda: it is a workaround for the django-pyscss issue. It fakes django.utils.six. | 13:29 |
amotoki | vishalmanchanda: (though I don't think we should merge it :p) | 13:29 |
amotoki | it tweaks python imports :p | 13:29 |
vishalmanchanda | amotoki: 🙂 | 13:30 |
vishalmanchanda | amotoki: Ok let me try with your patch. | 13:30 |
amotoki | I don't plan to work on Django 3.x. The series is just to flush my working tree which checks how easy Django 3.x support is or not. | 13:32 |
vishalmanchanda | amotoki: ok. | 13:32 |
amotoki | vishalmanchanda: in my current feeling, the bigging thing looks django-pyscss revive. fokring it is a last resort. | 13:32 |
openstackgerrit | Merged openstack/horizon master: Get the timezone offset for the current day instead of January 1st. https://review.opendev.org/c/openstack/horizon/+/649379 | 13:39 |
amotoki | rdopiera: vishalmanchanda: regarding https://review.opendev.org/c/openstack/horizon/+/780498/, we are in "Soft string freeze" so we should avoid string changes as much as possible, but we can accept changes as long as they are big. Translator feedbacks and string corrections are welcome. | 13:53 |
amotoki | rdopiera: vishalmanchanda: this is from my hat of the i18n team (not as horizon hat) | 13:53 |
rdopiera | amotoki: thanks for clarifying | 13:54 |
vishalmanchanda | amotoki: ok noted. | 13:54 |
vishalmanchanda | amotoki: I was wrong I am still getting the same error on django 3.2 as well. | 13:54 |
amotoki | *as long as they are NOT big* | 13:54 |
amotoki | I am not sure why I missed "NOT" :-( | 13:54 |
vishalmanchanda | amotoki: or maybe I have not applied your fixed correctly. | 13:54 |
amotoki | vishalmanchanda: did you hit six error? | 13:57 |
vishalmanchanda | amotoki: no six error. | 13:59 |
amotoki | vishalmanchanda: so it might be a different thing. that's the only one when I hit during working on UT with Django 3.x | 14:01 |
amotoki | vishalmanchanda: my series on Django 3.2 is just to pass our UT. there might be more things. it is not surprising. | 14:02 |
*** rcernin has quit IRC | 14:35 | |
*** stand has joined #openstack-horizon | 14:45 | |
*** dklyle has joined #openstack-horizon | 15:34 | |
*** e0ne has joined #openstack-horizon | 16:03 | |
*** ChanServ sets mode: +o e0ne | 16:03 | |
openstackgerrit | Merged openstack/horizon master: Replace Delete Force Volume Backup with Force Delete Volume Backup https://review.opendev.org/c/openstack/horizon/+/780498 | 16:17 |
*** gyee has joined #openstack-horizon | 16:21 | |
*** rpittau is now known as rpittau|afk | 17:11 | |
*** jamesdenton has quit IRC | 17:23 | |
*** jamesdenton has joined #openstack-horizon | 17:23 | |
openstackgerrit | Andrew Bogott proposed openstack/horizon master: Instance table: display disabled flavors whenever possible https://review.opendev.org/c/openstack/horizon/+/781124 | 17:42 |
*** jamesdenton has quit IRC | 17:55 | |
*** jamesdenton has joined #openstack-horizon | 17:56 | |
*** e0ne has quit IRC | 17:57 | |
*** e0ne has joined #openstack-horizon | 18:06 | |
*** ChanServ sets mode: +o e0ne | 18:06 | |
*** e0ne has quit IRC | 18:13 | |
*** jawad_axd has joined #openstack-horizon | 18:14 | |
*** jawad_axd has quit IRC | 18:47 | |
*** priteau has quit IRC | 19:08 | |
*** rdopiera has quit IRC | 19:14 | |
*** openstackgerrit has quit IRC | 19:34 | |
*** viks____ has quit IRC | 19:53 | |
*** kevko has quit IRC | 20:04 | |
*** e0ne has joined #openstack-horizon | 20:11 | |
*** ChanServ sets mode: +o e0ne | 20:11 | |
*** rcernin has joined #openstack-horizon | 20:52 | |
*** rcernin has quit IRC | 21:06 | |
*** rcernin has joined #openstack-horizon | 21:15 | |
*** rcernin has quit IRC | 21:22 | |
*** openstackstatus has quit IRC | 21:26 | |
*** openstack has joined #openstack-horizon | 21:39 | |
*** ChanServ sets mode: +o openstack | 21:39 | |
*** openstack has joined #openstack-horizon | 22:04 | |
*** ChanServ sets mode: +o openstack | 22:04 | |
*** e0ne has quit IRC | 22:06 | |
*** e0ne has joined #openstack-horizon | 22:07 | |
*** ChanServ sets mode: +o e0ne | 22:07 | |
*** e0ne has quit IRC | 22:08 | |
*** iurygregory has quit IRC | 22:09 | |
*** iurygregory has joined #openstack-horizon | 22:09 | |
*** kevko has quit IRC | 23:05 | |
*** kevko has joined #openstack-horizon | 23:08 | |
*** tmazur has quit IRC | 23:14 | |
*** kevko has quit IRC | 23:29 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!