*** irclogbot_2 has joined #openstack-glance | 00:22 | |
*** irclogbot_2 has quit IRC | 00:39 | |
*** Liang__ has joined #openstack-glance | 01:20 | |
*** irclogbot_2 has joined #openstack-glance | 01:26 | |
*** irclogbot_2 has quit IRC | 01:48 | |
*** irclogbot_2 has joined #openstack-glance | 02:46 | |
*** brinzhang has joined #openstack-glance | 03:06 | |
*** brinzhang has quit IRC | 03:08 | |
*** brinzhang has joined #openstack-glance | 03:08 | |
*** brinzhang_ has joined #openstack-glance | 03:25 | |
*** brinzhang has quit IRC | 03:29 | |
*** udesale has joined #openstack-glance | 04:25 | |
*** bhagyashris has joined #openstack-glance | 04:29 | |
*** abhishekk has joined #openstack-glance | 04:44 | |
*** abhishekk has quit IRC | 05:34 | |
*** abhishekk has joined #openstack-glance | 05:45 | |
openstackgerrit | Abhishek Kekane proposed openstack/glance master: Staging area not cleared if image is deleted while importing https://review.opendev.org/697647 | 06:19 |
---|---|---|
*** brinzhang has joined #openstack-glance | 06:53 | |
*** awalende has joined #openstack-glance | 06:53 | |
*** brinzhang_ has quit IRC | 06:56 | |
*** awalende has quit IRC | 06:58 | |
*** brinzhang_ has joined #openstack-glance | 07:06 | |
*** brinzhang has quit IRC | 07:10 | |
*** rcernin has quit IRC | 07:12 | |
*** brinzhang has joined #openstack-glance | 07:19 | |
*** brinzhang_ has quit IRC | 07:23 | |
*** brinzhang has quit IRC | 07:29 | |
*** brinzhang has joined #openstack-glance | 07:29 | |
*** brinzhang has quit IRC | 07:31 | |
*** brinzhang has joined #openstack-glance | 07:31 | |
*** belmoreira has joined #openstack-glance | 07:35 | |
*** brinzhang_ has joined #openstack-glance | 07:39 | |
*** brinzhang has quit IRC | 07:42 | |
*** brinzhang has joined #openstack-glance | 07:55 | |
*** brinzhang has quit IRC | 07:56 | |
*** brinzhang has joined #openstack-glance | 07:56 | |
*** brinzhang_ has quit IRC | 07:58 | |
*** brinzhang has quit IRC | 08:05 | |
*** brinzhang has joined #openstack-glance | 08:05 | |
*** brinzhang_ has joined #openstack-glance | 08:07 | |
*** tkajinam has quit IRC | 08:07 | |
*** awalende has joined #openstack-glance | 08:09 | |
*** brinzhang has quit IRC | 08:10 | |
*** awalende has quit IRC | 08:14 | |
*** brinzhang_ has quit IRC | 08:25 | |
*** tosky has joined #openstack-glance | 08:25 | |
*** brinzhang_ has joined #openstack-glance | 08:25 | |
*** brinzhang has joined #openstack-glance | 08:29 | |
*** tesseract has joined #openstack-glance | 08:30 | |
*** tesseract has quit IRC | 08:31 | |
*** tesseract has joined #openstack-glance | 08:31 | |
*** brinzhang_ has quit IRC | 08:32 | |
*** brinzhang has quit IRC | 08:38 | |
*** udesale has quit IRC | 09:01 | |
*** awalende has joined #openstack-glance | 09:05 | |
*** rcernin has joined #openstack-glance | 09:11 | |
*** Liang__ has quit IRC | 09:49 | |
*** belmoreira has quit IRC | 09:53 | |
*** belmoreira has joined #openstack-glance | 09:57 | |
*** udesale has joined #openstack-glance | 10:08 | |
*** rcernin has quit IRC | 10:14 | |
*** belmoreira has quit IRC | 10:18 | |
*** belmoreira has joined #openstack-glance | 10:21 | |
openstackgerrit | Erno Kuvaja proposed openstack/glance master: Drop support for PY27 https://review.opendev.org/697968 | 10:24 |
openstackgerrit | Erno Kuvaja proposed openstack/glance master: Remove native ssl support https://review.opendev.org/697969 | 10:24 |
openstackgerrit | Erno Kuvaja proposed openstack/glance master: Add classifiers of supporting py3 https://review.opendev.org/697970 | 10:24 |
jokke_ | abhishekk: ^^ | 10:24 |
abhishekk | jokke_, awesome | 10:25 |
jokke_ | abhishekk: the only test jobs I touched was the removal of the "broken ssl functional tests) I removed the ssl test fully and removed the ssl parts of the reload test | 10:26 |
jokke_ | so the debate of what will happen to the py27 jobs can be had on those patches instead of here | 10:26 |
abhishekk | ack | 10:26 |
abhishekk | yes | 10:27 |
jokke_ | the local tests passed, lets see what zuul says | 10:27 |
abhishekk | great :D | 10:29 |
tosky | jokke_: but weren't there already some patches? | 10:31 |
tosky | like https://review.opendev.org/#/c/695707/ | 10:31 |
*** udesale has quit IRC | 10:31 | |
tosky | oh, it's an integration for that | 10:32 |
tosky | "Drop support for PY27" is really "Drop classifiers for PY27" | 10:32 |
* tosky shuts up | 10:33 | |
jokke_ | tosky: like I just said, mine does have any opnion of the testing jobs that will be ran after the classifier changes. Which is under debate atm. My patches just drops the py27 classifier so we can remove the feature and after that claims py3 compatibility | 10:33 |
abhishekk | jokke_, patch looks good to me, just one nit, lets see we can do it in followup patch | 10:34 |
tosky | (in the meantime, small reminder for https://review.opendev.org/#/c/659477/ ) | 10:34 |
jokke_ | these two were the prereqs determined last cycle for us to remove the ssl support from glance and the py27 support in Train just prevented us doing so | 10:34 |
jokke_ | abhishekk: good catch, I'm surprised pap8 did not complain about it. Looks like it does not dig that deep on the imports | 10:36 |
abhishekk | jokke_, pep8 doesn't catch unused methods :( | 10:37 |
abhishekk | it just tells us about unused imports only | 10:37 |
*** abhishekk has quit IRC | 10:41 | |
jokke_ | yeah | 10:46 |
jokke_ | also it's gonna fail, forgot to remove the blacklists from tox | 10:46 |
openstackgerrit | Erno Kuvaja proposed openstack/glance master: Remove native ssl support https://review.opendev.org/697969 | 11:03 |
openstackgerrit | Erno Kuvaja proposed openstack/glance master: Add classifiers of supporting py3 https://review.opendev.org/697970 | 11:03 |
openstackgerrit | Erno Kuvaja proposed openstack/glance master: Remove unused validate_key_cert function https://review.opendev.org/697979 | 11:03 |
*** brinzhang has joined #openstack-glance | 11:45 | |
*** pcaruana has joined #openstack-glance | 11:46 | |
*** brinzhang_ has joined #openstack-glance | 12:05 | |
*** brinzhang has quit IRC | 12:09 | |
*** belmoreira has quit IRC | 12:22 | |
*** udesale has joined #openstack-glance | 12:33 | |
*** Luzi has joined #openstack-glance | 12:57 | |
*** rosmaita has joined #openstack-glance | 13:02 | |
*** brinzhang has joined #openstack-glance | 13:04 | |
*** brinzhang has quit IRC | 13:06 | |
*** brinzhang has joined #openstack-glance | 13:07 | |
*** brinzhang_ has quit IRC | 13:07 | |
*** goldyfruit_ has quit IRC | 13:19 | |
*** bhagyashris has quit IRC | 13:36 | |
openstackgerrit | Erno Kuvaja proposed openstack/glance master: Remove native ssl support https://review.opendev.org/697969 | 13:43 |
openstackgerrit | Erno Kuvaja proposed openstack/glance master: Add classifiers of supporting py3 https://review.opendev.org/697970 | 13:43 |
*** brinzhang_ has joined #openstack-glance | 14:07 | |
*** brinzhang_ has quit IRC | 14:09 | |
*** brinzhang_ has joined #openstack-glance | 14:09 | |
*** brinzhang has quit IRC | 14:10 | |
*** brinzhang_ has quit IRC | 14:11 | |
*** brinzhang_ has joined #openstack-glance | 14:12 | |
*** brinzhang_ has quit IRC | 14:13 | |
*** brinzhang_ has joined #openstack-glance | 14:14 | |
*** brinzhang_ has quit IRC | 14:15 | |
*** brinzhang_ has joined #openstack-glance | 14:16 | |
*** brinzhang_ has quit IRC | 14:17 | |
*** brinzhang_ has joined #openstack-glance | 14:18 | |
openstackgerrit | Erno Kuvaja proposed openstack/glance-specs master: Delete image from single store https://review.opendev.org/698018 | 14:18 |
*** brinzhang_ has quit IRC | 14:19 | |
*** brinzhang_ has joined #openstack-glance | 14:20 | |
*** brinzhang_ has quit IRC | 14:21 | |
*** brinzhang_ has joined #openstack-glance | 14:21 | |
*** brinzhang_ has quit IRC | 14:22 | |
openstackgerrit | Erno Kuvaja proposed openstack/glance master: Remove native ssl support https://review.opendev.org/697969 | 14:27 |
*** lpetrut has joined #openstack-glance | 14:41 | |
*** goldyfruit has joined #openstack-glance | 14:44 | |
*** Luzi has quit IRC | 15:00 | |
openstackgerrit | Erno Kuvaja proposed openstack/glance master: Remove native ssl support https://review.opendev.org/697969 | 15:20 |
*** zaneb has joined #openstack-glance | 15:23 | |
*** udesale has quit IRC | 15:36 | |
*** awalende has quit IRC | 15:38 | |
*** awalende has joined #openstack-glance | 15:38 | |
*** awalende_ has joined #openstack-glance | 15:42 | |
*** awalende has quit IRC | 15:43 | |
*** awalende_ has quit IRC | 15:43 | |
*** awalende has joined #openstack-glance | 15:44 | |
*** lpetrut has quit IRC | 15:46 | |
*** johanssone has quit IRC | 15:48 | |
*** awalende has quit IRC | 15:48 | |
*** johanssone has joined #openstack-glance | 15:49 | |
*** goldyfruit_ has joined #openstack-glance | 16:01 | |
*** goldyfruit has quit IRC | 16:04 | |
openstackgerrit | Merged openstack/glance_store master: Cap sphinx for py2 to match global requirements https://review.opendev.org/659477 | 16:09 |
*** awalende has joined #openstack-glance | 16:44 | |
*** awalende has quit IRC | 16:49 | |
*** priteau has joined #openstack-glance | 17:05 | |
*** gyee has joined #openstack-glance | 17:16 | |
*** pcaruana has quit IRC | 17:31 | |
openstackgerrit | Erno Kuvaja proposed openstack/glance master: Add possibility to delete image from single store https://review.opendev.org/698049 | 17:33 |
*** priteau has quit IRC | 17:54 | |
*** priteau has joined #openstack-glance | 17:55 | |
*** priteau has quit IRC | 17:58 | |
*** pcaruana has joined #openstack-glance | 18:23 | |
openstackgerrit | Luigi Toscano proposed openstack/glance_store master: Drop python 2.7 support and testing https://review.opendev.org/692044 | 18:28 |
*** gmann is now known as gmann_afk | 19:17 | |
*** tesseract has quit IRC | 19:37 | |
*** awalende has joined #openstack-glance | 19:39 | |
*** awalende has quit IRC | 19:43 | |
*** pcaruana has quit IRC | 21:31 | |
*** nicolasbock has joined #openstack-glance | 21:40 | |
*** gmann_afk is now known as gmann | 21:48 | |
*** rcernin has joined #openstack-glance | 22:16 | |
*** rcernin has quit IRC | 22:36 | |
*** tkajinam has joined #openstack-glance | 23:12 | |
*** rcernin has joined #openstack-glance | 23:17 | |
*** goldyfruit_ has quit IRC | 23:50 | |
*** tosky has quit IRC | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!