| *** dalgaaf has quit IRC | 00:32 | |
| *** dalgaaf has joined #openstack-glance | 00:33 | |
| *** edmondsw has joined #openstack-glance | 01:13 | |
| *** edmondsw has quit IRC | 01:18 | |
| *** btully has joined #openstack-glance | 02:12 | |
| *** bkopilov has quit IRC | 02:14 | |
| *** btully has quit IRC | 02:17 | |
| *** edmondsw has joined #openstack-glance | 03:02 | |
| *** edmondsw has quit IRC | 03:06 | |
| *** jmlowe has quit IRC | 03:10 | |
| *** udesale has joined #openstack-glance | 03:44 | |
| *** bkopilov has joined #openstack-glance | 03:48 | |
| *** btully has joined #openstack-glance | 04:02 | |
| openstackgerrit | Vu Cong Tuan proposed openstack/python-glanceclient master: Replace unicode with six.text_type https://review.openstack.org/580280 | 04:21 |
|---|---|---|
| *** abhishekk has joined #openstack-glance | 04:33 | |
| *** btully has quit IRC | 04:37 | |
| *** zzzeek has quit IRC | 04:40 | |
| *** zzzeek has joined #openstack-glance | 04:43 | |
| *** edmondsw has joined #openstack-glance | 04:51 | |
| *** edmondsw has quit IRC | 04:55 | |
| *** ratailor has joined #openstack-glance | 05:09 | |
| *** zzzeek has quit IRC | 05:10 | |
| *** zzzeek has joined #openstack-glance | 05:11 | |
| *** mosulica has joined #openstack-glance | 05:42 | |
| *** nicolasbock has joined #openstack-glance | 05:49 | |
| *** Luzi has joined #openstack-glance | 06:08 | |
| *** dpawlik has joined #openstack-glance | 06:16 | |
| *** btully has joined #openstack-glance | 06:22 | |
| *** btully has quit IRC | 06:26 | |
| *** peereb has joined #openstack-glance | 07:22 | |
| *** amoralej|off is now known as amoralej | 07:29 | |
| *** ratailor_ has joined #openstack-glance | 07:33 | |
| *** ratailor has quit IRC | 07:35 | |
| *** tshefi has joined #openstack-glance | 07:46 | |
| *** alexchadin has joined #openstack-glance | 07:54 | |
| *** rcernin has quit IRC | 07:54 | |
| *** alexchad_ has joined #openstack-glance | 08:00 | |
| *** alexchadin has quit IRC | 08:02 | |
| *** btully has joined #openstack-glance | 08:11 | |
| *** btully has quit IRC | 08:16 | |
| *** edmondsw has joined #openstack-glance | 08:28 | |
| *** Luzi has quit IRC | 08:28 | |
| *** edmondsw has quit IRC | 08:32 | |
| *** mosulica has quit IRC | 08:33 | |
| *** Luzi has joined #openstack-glance | 08:45 | |
| *** ratailor_ has quit IRC | 09:02 | |
| *** alexchad_ has quit IRC | 09:11 | |
| *** alexchadin has joined #openstack-glance | 09:15 | |
| *** btully has joined #openstack-glance | 09:32 | |
| *** dtantsur|afk is now known as dtantsur | 09:33 | |
| jokke_ | abhishekk: you there? | 09:38 |
| abhishekk | jokke_, I am | 09:38 |
| abhishekk | hi | 09:38 |
| jokke_ | hey | 09:40 |
| jokke_ | are you busy atm? | 09:41 |
| abhishekk | no | 09:41 |
| abhishekk | I am just checking possibilities for policy refactoring | 09:41 |
| jokke_ | would you take a look of our cache management ... by the looks of it it's still relying on v1 API | 09:42 |
| jokke_ | and that's the last thing preventing us to get rid of it (literally that's the only tests failing) | 09:42 |
| abhishekk | jokke_, ok I will | 09:42 |
| abhishekk | just give me some time, will update you soon | 09:44 |
| jokke_ | no prob, take your time | 09:55 |
| abhishekk | jokke_, you are right | 10:00 |
| abhishekk | have a look, http://paste.openstack.org/show/725092/ | 10:00 |
| *** alexchadin has quit IRC | 10:03 | |
| *** vishakha has quit IRC | 10:03 | |
| *** mosulica has joined #openstack-glance | 10:03 | |
| jokke_ | yeah ... I'm just wondering do we even have endpoint for that in v2 or did we accidentally also deprecate our cache manage for removal and no-one even noticed? | 10:07 |
| abhishekk | jokke_, https://github.com/openstack/glance/blob/master/glance/image_cache/client.py#L28 | 10:10 |
| abhishekk | jokke_, i guess no one has noticed it | 10:12 |
| *** vishakha has joined #openstack-glance | 10:17 | |
| *** alexchadin has joined #openstack-glance | 10:19 | |
| jokke_ | I guess we can just remove it then with the v1 removal :P | 10:20 |
| jokke_ | it has been disabled for quite a while | 10:21 |
| *** btully has quit IRC | 10:23 | |
| abhishekk | we can discuss this in the meeting | 10:23 |
| *** bkopilov has quit IRC | 10:28 | |
| jokke_ | yeah | 10:32 |
| *** gcb has joined #openstack-glance | 10:58 | |
| *** alexchadin has quit IRC | 10:58 | |
| *** amoralej is now known as amoralej|lunch | 11:04 | |
| *** jsheeren has joined #openstack-glance | 11:08 | |
| jsheeren | hi all, | 11:08 |
| jsheeren | quick question: is it possible to automatically convert images that are uploaded by users to the raw format? or is it possible to convert the images "in place" (without creating new images)? | 11:09 |
| abhishekk | jsheeren, first one is possible | 11:12 |
| *** gcb has quit IRC | 11:13 | |
| abhishekk | we have a new plugin for converting image online | 11:13 |
| abhishekk | jsheeren, https://docs.openstack.org/glance/latest/admin/interoperable-image-import.html#the-image-conversion | 11:14 |
| jsheeren | we're running pike | 11:17 |
| jsheeren | is it included in pike? or only since queens? | 11:17 |
| jsheeren | owh; release introduced Rocky (Glance 17.0.0) | 11:18 |
| jsheeren | ok | 11:18 |
| *** edmondsw has joined #openstack-glance | 11:29 | |
| *** alexchadin has joined #openstack-glance | 11:36 | |
| *** lifeless has quit IRC | 11:45 | |
| *** mosulica has quit IRC | 11:55 | |
| *** bkopilov has joined #openstack-glance | 11:57 | |
| *** mosulica has joined #openstack-glance | 11:59 | |
| *** MattMan has quit IRC | 12:03 | |
| *** MattMan has joined #openstack-glance | 12:03 | |
| *** edmondsw has quit IRC | 12:07 | |
| *** btully has joined #openstack-glance | 12:08 | |
| *** rosmaita has joined #openstack-glance | 12:12 | |
| *** btully has quit IRC | 12:13 | |
| *** edmondsw has joined #openstack-glance | 12:13 | |
| *** edmondsw_ has joined #openstack-glance | 12:16 | |
| *** edmondsw has quit IRC | 12:19 | |
| *** rosmaita has quit IRC | 12:24 | |
| *** jmlowe has joined #openstack-glance | 12:28 | |
| *** rosmaita has joined #openstack-glance | 12:30 | |
| *** vishakha has quit IRC | 12:31 | |
| *** alexchad_ has joined #openstack-glance | 12:39 | |
| *** alexchadin has quit IRC | 12:41 | |
| *** vishakha has joined #openstack-glance | 12:46 | |
| *** jmlowe has quit IRC | 12:51 | |
| *** vishakha has quit IRC | 12:55 | |
| *** jmlowe has joined #openstack-glance | 13:00 | |
| *** jsheeren has quit IRC | 13:02 | |
| *** mosulica has quit IRC | 13:04 | |
| *** vishakha has joined #openstack-glance | 13:08 | |
| *** mosulica has joined #openstack-glance | 13:24 | |
| *** amoralej|lunch is now known as amoralej | 13:28 | |
| *** octopuszhang has joined #openstack-glance | 13:31 | |
| openstackgerrit | Abhishek Kekane proposed openstack/glance master: Mitigate OSSN-0075 https://review.openstack.org/579507 | 13:35 |
| rosmaita | abhishekk: nice work on that! | 13:39 |
| abhishekk | rosmaita, thank you | 13:39 |
| abhishekk | i hope you were not working on that | 13:40 |
| rosmaita | abhishekk: i was not | 13:56 |
| rosmaita | abhishekk: i will volunteer to write up the docs if you like | 13:56 |
| abhishekk | great, I insist | 13:56 |
| abhishekk | we need release notes as well for multi-store, hide old images and ossn-0075 | 13:57 |
| *** btully has joined #openstack-glance | 13:57 | |
| *** McClymontS has joined #openstack-glance | 13:58 | |
| rosmaita | ok, i wlll get those too | 13:58 |
| jokke_ | Courtesy meeting reminder on #openstack-meeting-4: flwang1, jokke_, mclaren, mfedosin, nikhil_k, rosmaita, GB21, bpoulos, harshs, abhishekk, dshakhray, kairat, alex_bash, smcginnis, arcolife, Brin, Roamer` | 13:58 |
| *** btully has quit IRC | 14:01 | |
| *** Luzi has quit IRC | 14:19 | |
| *** dpawlik has quit IRC | 14:30 | |
| openstackgerrit | Brian Rosmaita proposed openstack/glance_store master: Update tox.ini to conform to the PTI https://review.openstack.org/540089 | 14:33 |
| *** McClymontS has quit IRC | 14:39 | |
| *** McClymontS has joined #openstack-glance | 14:39 | |
| *** itlinux has quit IRC | 14:40 | |
| *** McClymontS has quit IRC | 14:41 | |
| *** mosulica has quit IRC | 14:45 | |
| *** abhishekk has quit IRC | 14:51 | |
| *** abhishekk has joined #openstack-glance | 14:58 | |
| *** peereb has quit IRC | 15:22 | |
| *** itlinux has joined #openstack-glance | 15:25 | |
| *** alexchadin has joined #openstack-glance | 15:25 | |
| *** alexchad_ has quit IRC | 15:28 | |
| *** gyee has joined #openstack-glance | 15:31 | |
| *** dpawlik has joined #openstack-glance | 15:50 | |
| *** jmlowe has quit IRC | 16:01 | |
| *** udesale has quit IRC | 16:04 | |
| *** tshefi has quit IRC | 16:13 | |
| *** gcb has joined #openstack-glance | 16:28 | |
| openstackgerrit | Merged openstack/glance master: Prevent taskflow creation in impossible import https://review.openstack.org/557712 | 16:32 |
| *** dpawlik has quit IRC | 16:36 | |
| *** gcb has quit IRC | 16:36 | |
| *** alexchadin has quit IRC | 16:44 | |
| *** amoralej is now known as amoralej|off | 17:03 | |
| *** dtantsur is now known as dtantsur|afk | 17:26 | |
| *** btully has joined #openstack-glance | 17:35 | |
| *** btully has quit IRC | 17:40 | |
| *** octopuszhang has quit IRC | 17:40 | |
| *** bkopilov has quit IRC | 17:43 | |
| *** jmlowe has joined #openstack-glance | 17:44 | |
| *** bkopilov has joined #openstack-glance | 17:52 | |
| *** dpawlik has joined #openstack-glance | 18:07 | |
| *** dpawlik has quit IRC | 18:20 | |
| *** tshefi has joined #openstack-glance | 18:27 | |
| *** imacdonn has quit IRC | 18:41 | |
| *** imacdonn has joined #openstack-glance | 18:41 | |
| *** lifeless has joined #openstack-glance | 19:39 | |
| *** jmlowe has quit IRC | 19:40 | |
| *** dpawlik has joined #openstack-glance | 19:40 | |
| *** jmlowe has joined #openstack-glance | 19:59 | |
| *** dpawlik has quit IRC | 20:10 | |
| *** jmlowe has quit IRC | 20:59 | |
| *** jmlowe has joined #openstack-glance | 21:00 | |
| *** abhishekk has quit IRC | 21:07 | |
| *** dpawlik has joined #openstack-glance | 21:12 | |
| openstackgerrit | Brian Rosmaita proposed openstack/glance master: Documentation for OSSN-0075 mitigation https://review.openstack.org/580509 | 21:12 |
| *** dpawlik has quit IRC | 21:14 | |
| *** itlinux has quit IRC | 21:24 | |
| *** rosmaita has quit IRC | 21:36 | |
| *** rcernin has joined #openstack-glance | 22:00 | |
| *** nicolasbock has quit IRC | 22:17 | |
| *** edmondsw_ has quit IRC | 22:40 | |
| *** edmondsw has joined #openstack-glance | 22:41 | |
| *** edmondsw has quit IRC | 22:45 | |
| *** rcernin has quit IRC | 22:58 | |
| *** rcernin has joined #openstack-glance | 23:01 | |
| *** btully has joined #openstack-glance | 23:01 | |
| *** btully has quit IRC | 23:06 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!