| *** delatte has quit IRC | 00:13 | |
| *** knangia has quit IRC | 00:21 | |
| *** gcb has quit IRC | 00:26 | |
| *** ckonstan` has quit IRC | 00:28 | |
| *** pt_15 has quit IRC | 00:45 | |
| *** ducttape_ has joined #openstack-glance | 00:54 | |
| *** ducttape_ has quit IRC | 00:56 | |
| *** ducttape_ has joined #openstack-glance | 00:57 | |
| *** namnh has joined #openstack-glance | 01:03 | |
| *** zhurong has joined #openstack-glance | 01:05 | |
| *** ducttape_ has quit IRC | 01:08 | |
| *** knangia has joined #openstack-glance | 01:12 | |
| *** TravT has quit IRC | 01:21 | |
| flwang | stevelle: ping | 01:22 |
|---|---|---|
| flwang | stevelle: i'd like to get your opinion about the image sharing improvement | 01:23 |
| flwang | rosmaita: around? | 01:23 |
| *** lucasxu has joined #openstack-glance | 01:28 | |
| *** ducttape_ has joined #openstack-glance | 01:32 | |
| rosmaita | flwang: hello | 01:37 |
| flwang | rosmaita: i have an idea about improving the image sharing | 01:46 |
| flwang | would like to know your comments | 01:46 |
| flwang | current if user want to share image from tenant A to tenant B, for most of the cases, current user has permission to the two tenants | 01:46 |
| *** ducttape_ has quit IRC | 01:47 | |
| flwang | so i'm thinking if glance can check if the user has permission in B, then we can skip the accept step with an auto accept | 01:47 |
| flwang | does that make sense? | 01:48 |
| rosmaita | flwang: what would it mean for A to have permission in B, and how would Glance be able to tell? | 01:49 |
| flwang | no, here A and B are tenants | 01:49 |
| flwang | let's say we have a user named 'tom' | 01:50 |
| rosmaita | right, but how would glance know that if A shares with B, it is OK to auto-accept on B's behalf? | 01:50 |
| flwang | glance can talk with keystone to see if Tom has permission to B | 01:50 |
| rosmaita | how would that be stored in keystone? | 01:51 |
| flwang | depends if the 'glance' user has the permission to talk with keystone | 01:52 |
| rosmaita | well, we can assume that something would come back from keystone when Tom is authenticated to glance | 01:53 |
| rosmaita | just wondering what that "something" would be, exactly | 01:53 |
| flwang | check the roles | 01:55 |
| flwang | at least if Tom has the _member_ role in tenant B | 01:55 |
| rosmaita | i wonder whether this use case would be met by hierarchical image sharing? | 01:56 |
| rosmaita | nikhil is putting together a spec about that | 01:57 |
| flwang | exactly, with this feature, the hirearchical image sharing could be simpler, IMHO | 01:57 |
| rosmaita | so if I want to have auto-accepted images from Tom, I would arrange for him to have a member role in my tenant | 02:01 |
| rosmaita | and if i didn't like an image, I could go ahead and reject it? | 02:02 |
| flwang | yes | 02:08 |
| flwang | that's the idea | 02:09 |
| flwang | it's very rough but basically like that | 02:09 |
| *** mtanino_ has quit IRC | 02:09 | |
| *** markvoelker has quit IRC | 02:16 | |
| *** ducttape_ has joined #openstack-glance | 02:16 | |
| *** ducttape_ has quit IRC | 02:18 | |
| rosmaita | flwang: is there much demand for that kind of sharing? | 02:21 |
| flwang | rosmaita: based on our experience, most of the time, when user want to the share the image, the user has permissions for both the source and dest tenant | 02:22 |
| flwang | so it would be handy to support this | 02:22 |
| flwang | and this could be configurable | 02:23 |
| flwang | if admin doesn't like that | 02:23 |
| stevelle | flwang: got a few minutes I can chat too | 02:23 |
| rosmaita | how do you mean "the user has permissions for both the source and dest tenant"? | 02:24 |
| stevelle | IIRC what flwang is proposing is more or less what jokke_ felt would be the best solution at PTG | 02:25 |
| stevelle | or at least similar | 02:25 |
| flwang | rosmaita: has roles | 02:26 |
| rosmaita | ok | 02:26 |
| flwang | but i haven't done any test yet | 02:28 |
| flwang | if the user 'glance' using in glance-api.conf doesn't have the permission to talk to keystone to check roles of a particular user, then the idea could be hard to implement | 02:28 |
| flwang | but before putting more effort, i'd like to get a comments from you guys if there is a 'stop' sign | 02:29 |
| stevelle | flwang: at PTG there was concern about spamming accross the org tree, so sharing down but not up a project hierarchy was discussed as one concern | 02:29 |
| rosmaita | i think the roles might be in the context, user A is making the call, so it should be in the list of A's roles | 02:30 |
| stevelle | sharing up to parent projects was objectionable | 02:30 |
| rosmaita | stevelle: yes, flwang 's scheme would be independent of any hierarchy, i think h | 02:31 |
| flwang | stevelle: if we can get this feature, the herarchy sharing could be a little bit simpler | 02:31 |
| rosmaita | e's talking aobut a special role | 02:31 |
| stevelle | flwang: it actually seems contrary. If I am a member of quantum physics dept, I am also part of physics department. shouldn't be able to share images with physics, but the physics department OS admin should be able to | 02:32 |
| stevelle | the way project hierarchies are projected in keystone seems contrary to this use | 02:32 |
| stevelle | across hierarchies is a different question. member of quantum physics AND academic standards group should be able to share from q.p. to a.s. so that makes sense | 02:35 |
| flwang | so you mean this will make the hierarchy sharing more complicated, even break it? | 02:36 |
| stevelle | flwang: seems like yes. maybe you can think of a way to check hierarchy to address this, but that needs more thinking | 02:37 |
| stevelle | we ran out of time at PTG for that | 02:37 |
| flwang | ok, i will think about that more | 02:38 |
| stevelle | generally, without hierarchy support, I like this idea for user simplicity. The problem is that hierarchies already are supported in keystone and we have to account for this before we can implement the cross-share. | 02:38 |
| flwang | stevelle: i see, that makes sense | 02:39 |
| flwang | stevelle: thanks for sharing your thoughts | 02:40 |
| *** akapil has joined #openstack-glance | 02:40 | |
| stevelle | flwang: sure thing | 02:43 |
| *** akapil has quit IRC | 02:44 | |
| *** oomichi has quit IRC | 02:50 | |
| *** oomichi has joined #openstack-glance | 02:50 | |
| *** ducttape_ has joined #openstack-glance | 03:00 | |
| *** bkopilov has quit IRC | 03:11 | |
| *** ducttape_ has quit IRC | 03:14 | |
| *** lucasxu has quit IRC | 03:15 | |
| *** lucasxu has joined #openstack-glance | 03:24 | |
| *** lucasxu has quit IRC | 03:24 | |
| *** links has joined #openstack-glance | 03:35 | |
| *** knangia has quit IRC | 03:41 | |
| *** groen693 has joined #openstack-glance | 04:02 | |
| *** groen692 has quit IRC | 04:03 | |
| *** groen693 is now known as groen692 | 04:03 | |
| *** ducttape_ has joined #openstack-glance | 04:15 | |
| *** markvoelker has joined #openstack-glance | 04:16 | |
| *** ducttape_ has quit IRC | 04:20 | |
| *** markvoelker has quit IRC | 04:21 | |
| *** pdeore has joined #openstack-glance | 04:33 | |
| *** bkopilov has joined #openstack-glance | 04:34 | |
| openstackgerrit | Alexander Bashmakov proposed openstack/glance master: Replace mox with mock. https://review.openstack.org/431099 | 04:36 |
| *** nicolasbock has quit IRC | 04:38 | |
| *** akapil has joined #openstack-glance | 04:38 | |
| *** akapil has quit IRC | 04:42 | |
| *** udesale has joined #openstack-glance | 04:46 | |
| *** ducttape_ has joined #openstack-glance | 05:16 | |
| *** ducttape_ has quit IRC | 05:21 | |
| *** rcernin has joined #openstack-glance | 05:39 | |
| *** markvoelker has joined #openstack-glance | 05:46 | |
| *** markvoelker has quit IRC | 05:50 | |
| *** tovin07 is now known as tovin07_at_work | 06:08 | |
| *** rcernin has quit IRC | 06:13 | |
| *** ducttape_ has joined #openstack-glance | 06:17 | |
| *** adisky_ has joined #openstack-glance | 06:19 | |
| *** ducttape_ has quit IRC | 06:22 | |
| *** gcb has joined #openstack-glance | 06:28 | |
| *** ezoszed has joined #openstack-glance | 06:33 | |
| *** e0ne has joined #openstack-glance | 06:36 | |
| *** markvoelker has joined #openstack-glance | 06:36 | |
| *** e0ne has quit IRC | 06:40 | |
| *** ezoszed has quit IRC | 06:44 | |
| *** namnh has quit IRC | 06:48 | |
| *** markvoelker has quit IRC | 06:49 | |
| *** aavraham has joined #openstack-glance | 06:51 | |
| *** e0ne has joined #openstack-glance | 06:57 | |
| *** e0ne has quit IRC | 07:15 | |
| *** ducttape_ has joined #openstack-glance | 07:18 | |
| *** ducttape_ has quit IRC | 07:23 | |
| *** namnh has joined #openstack-glance | 07:35 | |
| *** gcb has quit IRC | 07:45 | |
| *** tesseract has joined #openstack-glance | 07:47 | |
| *** pcaruana has joined #openstack-glance | 07:50 | |
| *** rcernin has joined #openstack-glance | 07:55 | |
| *** dalgaaf has quit IRC | 07:57 | |
| *** dalgaaf has joined #openstack-glance | 07:57 | |
| *** dosaboy has quit IRC | 07:58 | |
| *** gcb has joined #openstack-glance | 07:58 | |
| *** dosaboy has joined #openstack-glance | 07:59 | |
| *** akapil has joined #openstack-glance | 08:00 | |
| *** akapil has quit IRC | 08:05 | |
| *** akapil has joined #openstack-glance | 08:05 | |
| *** monester has joined #openstack-glance | 08:21 | |
| monester | hi, I'm running into "413 Request Entity Too Large: Image exceeds the storage quota" error when uploading image to glance. I cant find any limitations in config files, can you help me with setting higher limits? | 08:26 |
| *** monester_ has joined #openstack-glance | 08:31 | |
| *** amoralej|off is now known as amoralej | 08:38 | |
| *** zzzeek has quit IRC | 09:00 | |
| *** zzzeek has joined #openstack-glance | 09:01 | |
| *** akapil has quit IRC | 09:14 | |
| *** akapil has joined #openstack-glance | 09:15 | |
| *** monester has quit IRC | 09:19 | |
| *** ducttape_ has joined #openstack-glance | 09:19 | |
| *** mvk has quit IRC | 09:21 | |
| *** faizy has joined #openstack-glance | 09:22 | |
| *** sigmavirus has quit IRC | 09:23 | |
| *** jcook has quit IRC | 09:23 | |
| *** tshefi has joined #openstack-glance | 09:24 | |
| *** belmoreira has joined #openstack-glance | 09:24 | |
| *** ducttape_ has quit IRC | 09:25 | |
| *** bkopilov has quit IRC | 09:26 | |
| *** bkopilov has joined #openstack-glance | 09:29 | |
| *** sigmavirus has joined #openstack-glance | 09:30 | |
| *** sigmavirus is now known as Guest81350 | 09:30 | |
| *** jcook has joined #openstack-glance | 09:32 | |
| *** d0ugal has quit IRC | 09:32 | |
| *** tshefi has quit IRC | 09:34 | |
| *** d0ugal has joined #openstack-glance | 09:35 | |
| *** tshefi has joined #openstack-glance | 09:37 | |
| *** monester has joined #openstack-glance | 09:45 | |
| *** tovin07_at_work has quit IRC | 09:46 | |
| *** aarefiev_afk is now known as aarefiev | 09:47 | |
| *** d0ugal has quit IRC | 09:48 | |
| *** d0ugal has joined #openstack-glance | 09:49 | |
| *** mvk has joined #openstack-glance | 09:52 | |
| *** udesale has quit IRC | 09:56 | |
| *** bkopilov has quit IRC | 09:56 | |
| *** e0ne has joined #openstack-glance | 10:03 | |
| *** links has quit IRC | 10:05 | |
| *** bkopilov has joined #openstack-glance | 10:09 | |
| *** markvoelker has joined #openstack-glance | 10:10 | |
| *** namnh_ has joined #openstack-glance | 10:10 | |
| *** e0ne has quit IRC | 10:12 | |
| *** namnh has quit IRC | 10:13 | |
| *** namnh_ has quit IRC | 10:16 | |
| *** links has joined #openstack-glance | 10:19 | |
| *** ducttape_ has joined #openstack-glance | 10:21 | |
| *** e0ne has joined #openstack-glance | 10:24 | |
| *** ducttape_ has quit IRC | 10:26 | |
| *** gcb has quit IRC | 10:26 | |
| *** mvk has quit IRC | 10:28 | |
| *** mine0901 has joined #openstack-glance | 10:29 | |
| *** openstackgerrit has quit IRC | 10:33 | |
| *** links has quit IRC | 10:39 | |
| *** dalgaaf has quit IRC | 10:40 | |
| *** mvk has joined #openstack-glance | 10:41 | |
| *** Guest6667 is now known as Guest6666 | 10:43 | |
| *** dalgaaf has joined #openstack-glance | 10:44 | |
| *** akapil has quit IRC | 10:45 | |
| *** pdeore has quit IRC | 10:55 | |
| *** pdeore has joined #openstack-glance | 10:55 | |
| *** links has joined #openstack-glance | 10:55 | |
| *** akapil has joined #openstack-glance | 10:55 | |
| *** akapil has quit IRC | 11:00 | |
| *** akapil has joined #openstack-glance | 11:05 | |
| *** akapil has quit IRC | 11:06 | |
| *** akapil has joined #openstack-glance | 11:06 | |
| *** nicolasbock has joined #openstack-glance | 11:21 | |
| *** markvoelker has quit IRC | 11:50 | |
| *** monester has quit IRC | 11:53 | |
| *** monester_ has quit IRC | 12:04 | |
| *** udesale has joined #openstack-glance | 12:07 | |
| *** faizy has quit IRC | 12:12 | |
| *** bkopilov has quit IRC | 12:13 | |
| *** aavraham1 has joined #openstack-glance | 12:17 | |
| *** openstackgerrit has joined #openstack-glance | 12:18 | |
| openstackgerrit | Elod Illes proposed openstack/glance master: Add Devstack plugin https://review.openstack.org/404391 | 12:18 |
| *** aavraham has quit IRC | 12:19 | |
| *** aavraham1 has quit IRC | 12:22 | |
| *** markvoelker has joined #openstack-glance | 12:23 | |
| *** catintheroof has joined #openstack-glance | 12:24 | |
| *** smatzek has joined #openstack-glance | 12:31 | |
| *** pdeore has quit IRC | 12:33 | |
| *** smatzek_ has joined #openstack-glance | 12:33 | |
| *** smatzek has quit IRC | 12:37 | |
| *** aavraham has joined #openstack-glance | 12:41 | |
| *** zhurong has quit IRC | 12:45 | |
| *** aavraham has quit IRC | 12:49 | |
| *** chlong has joined #openstack-glance | 13:00 | |
| *** faizy has joined #openstack-glance | 13:01 | |
| *** aavraham has joined #openstack-glance | 13:04 | |
| *** diegows has quit IRC | 13:07 | |
| *** faizy has quit IRC | 13:20 | |
| *** ducttape_ has joined #openstack-glance | 13:23 | |
| *** bkopilov has joined #openstack-glance | 13:24 | |
| *** ducttape_ has quit IRC | 13:28 | |
| openstackgerrit | Dinesh Bhor proposed openstack/glance master: Provide user friendly message for FK failure https://review.openstack.org/299209 | 13:28 |
| *** bkopilov has quit IRC | 13:29 | |
| *** zhurong has joined #openstack-glance | 13:36 | |
| *** bkopilov has joined #openstack-glance | 13:41 | |
| *** youzp has joined #openstack-glance | 13:48 | |
| *** ducttape_ has joined #openstack-glance | 13:49 | |
| *** links has quit IRC | 13:51 | |
| *** youzp has quit IRC | 13:53 | |
| *** amoralej is now known as amoralej|lunch | 13:54 | |
| *** tshefi has quit IRC | 14:02 | |
| *** Guest81350 is now known as sigmavirus | 14:08 | |
| *** sigmavirus has quit IRC | 14:09 | |
| *** sigmavirus has joined #openstack-glance | 14:09 | |
| *** ChanServ sets mode: +o sigmavirus | 14:09 | |
| *** ducttape_ has quit IRC | 14:12 | |
| *** zhurong has quit IRC | 14:16 | |
| *** youzp has joined #openstack-glance | 14:17 | |
| *** pdeore has joined #openstack-glance | 14:17 | |
| *** tshefi has joined #openstack-glance | 14:18 | |
| *** pdeore has quit IRC | 14:18 | |
| *** pdeore has joined #openstack-glance | 14:18 | |
| *** youzp has left #openstack-glance | 14:21 | |
| *** smatzek_ has quit IRC | 14:32 | |
| *** gabor_antal_ is now known as gabor_antal | 14:34 | |
| *** tshefi has quit IRC | 14:47 | |
| *** mtanino has joined #openstack-glance | 14:49 | |
| *** amoralej|lunch is now known as amoralej | 14:55 | |
| *** ducttape_ has joined #openstack-glance | 14:55 | |
| *** smatzek_ has joined #openstack-glance | 14:55 | |
| *** udesale has quit IRC | 14:57 | |
| *** tshefi has joined #openstack-glance | 14:59 | |
| *** ducttape_ has quit IRC | 14:59 | |
| *** nicolasbock has quit IRC | 15:03 | |
| *** hurricanerix has joined #openstack-glance | 15:03 | |
| *** TravT has joined #openstack-glance | 15:04 | |
| *** hurricanerix has quit IRC | 15:04 | |
| *** hurricanerix has joined #openstack-glance | 15:06 | |
| *** youzp has joined #openstack-glance | 15:07 | |
| *** pcaruana has quit IRC | 15:09 | |
| *** youzp has quit IRC | 15:11 | |
| *** lucasxu has joined #openstack-glance | 15:11 | |
| *** hurricanerix has quit IRC | 15:17 | |
| *** hurricanerix has joined #openstack-glance | 15:18 | |
| *** ducttape_ has joined #openstack-glance | 15:22 | |
| *** pcaruana has joined #openstack-glance | 15:23 | |
| *** mine0901 has quit IRC | 15:37 | |
| *** ducttape_ has quit IRC | 15:39 | |
| *** ducttape_ has joined #openstack-glance | 15:40 | |
| *** ducttape_ has quit IRC | 15:42 | |
| *** ducttape_ has joined #openstack-glance | 15:42 | |
| *** knangia has joined #openstack-glance | 15:53 | |
| *** tshefi has quit IRC | 15:55 | |
| *** hurricanerix has quit IRC | 15:59 | |
| *** hurricanerix has joined #openstack-glance | 16:00 | |
| *** ducttape_ has quit IRC | 16:07 | |
| *** ducttape_ has joined #openstack-glance | 16:09 | |
| *** pdeore has quit IRC | 16:10 | |
| *** e0ne has quit IRC | 16:12 | |
| *** akapil_ has joined #openstack-glance | 16:17 | |
| *** akapil_ has quit IRC | 16:17 | |
| *** akapil has quit IRC | 16:20 | |
| *** belmoreira has quit IRC | 16:22 | |
| *** pcaruana has quit IRC | 16:26 | |
| *** rcernin has quit IRC | 16:30 | |
| *** markvoelker has quit IRC | 16:37 | |
| hemanthm | flaper87: o/ around? | 16:38 |
| *** lucasxu has quit IRC | 16:38 | |
| *** tesseract has quit IRC | 16:38 | |
| *** lucasxu has joined #openstack-glance | 16:40 | |
| sigmavirus | rosmaita: ping? | 16:47 |
| *** GK___1wm____SU has joined #openstack-glance | 16:47 | |
| rosmaita | sigmavirus: pong | 16:50 |
| sigmavirus | does searchlight *require* Keystone or is that optional? | 16:50 |
| rosmaita | i believe it's required, searchlight needs to know info about the requestor in order to decide what to return in the response payload | 16:51 |
| * sigmavirus nods | 16:51 | |
| sigmavirus | Thank you | 16:51 |
| sigmavirus | That's what I thought | 16:51 |
| rosmaita | np | 16:51 |
| rosmaita | sigmavirus: when you have a minute, could use your feedback on https://review.openstack.org/#/c/441489/ | 16:52 |
| rosmaita | (restoring the man pages) | 16:52 |
| *** nicolasbock has joined #openstack-glance | 16:52 | |
| *** mine0901 has joined #openstack-glance | 16:52 | |
| *** GK___1wm____SU has quit IRC | 16:57 | |
| *** aavraham has quit IRC | 16:59 | |
| *** aarefiev is now known as aarefiev_afk | 17:00 | |
| nikhil | rosmaita: SL w/o keystone https://github.com/openstack/searchlight/blob/master/etc/api-paste.ini#L22 | 17:11 |
| *** markvoelker has joined #openstack-glance | 17:12 | |
| *** lucasxu has quit IRC | 17:16 | |
| *** groen692 has quit IRC | 17:23 | |
| *** lucasxu has joined #openstack-glance | 17:31 | |
| *** erhudy has joined #openstack-glance | 17:42 | |
| *** groen692 has joined #openstack-glance | 17:45 | |
| *** david-lyle_ has joined #openstack-glance | 17:52 | |
| *** david-lyle has quit IRC | 17:54 | |
| *** david-lyle_ is now known as david-lyle | 17:55 | |
| *** ducttape_ has quit IRC | 17:59 | |
| *** links has joined #openstack-glance | 18:01 | |
| *** david-lyle has quit IRC | 18:04 | |
| *** ducttape_ has joined #openstack-glance | 18:04 | |
| *** david-lyle has joined #openstack-glance | 18:05 | |
| *** david-lyle has quit IRC | 18:23 | |
| *** ezoszed has joined #openstack-glance | 18:24 | |
| *** david-lyle has joined #openstack-glance | 18:25 | |
| *** ezoszed has quit IRC | 18:25 | |
| *** david-lyle has quit IRC | 18:29 | |
| *** david-lyle has joined #openstack-glance | 18:36 | |
| *** mvk has quit IRC | 18:36 | |
| *** ducttape_ has quit IRC | 18:56 | |
| *** adisky_ has quit IRC | 18:59 | |
| *** david-lyle has quit IRC | 19:04 | |
| *** david-lyle has joined #openstack-glance | 19:06 | |
| *** mvk has joined #openstack-glance | 19:07 | |
| *** ducttape_ has joined #openstack-glance | 19:13 | |
| *** _ducttape_ has joined #openstack-glance | 19:14 | |
| *** ducttape_ has quit IRC | 19:18 | |
| *** _ducttape_ has quit IRC | 19:18 | |
| *** amoralej is now known as amoralej|off | 19:43 | |
| *** flwang has quit IRC | 19:49 | |
| *** e0ne has joined #openstack-glance | 19:57 | |
| *** lucasxu has quit IRC | 19:57 | |
| *** flwang has joined #openstack-glance | 20:02 | |
| *** lucasxu has joined #openstack-glance | 20:04 | |
| *** ducttape_ has joined #openstack-glance | 20:07 | |
| *** ducttape_ has quit IRC | 20:08 | |
| *** ducttape_ has joined #openstack-glance | 20:08 | |
| *** links has quit IRC | 20:09 | |
| openstackgerrit | Alexander Bashmakov proposed openstack/glance master: Fix and enable two funcitonal tests on py35. https://review.openstack.org/436161 | 20:27 |
| *** monester has joined #openstack-glance | 20:29 | |
| openstackgerrit | Srinivas Sakhamuri proposed openstack/glance_store master: Make the image uploads atomic https://review.openstack.org/242084 | 20:31 |
| flwang | hi team, we're running into a glance problem again and again | 20:39 |
| flwang | the glance-api eats too much memory after a long run | 20:39 |
| flwang | is there anybody saw the same issue? | 20:40 |
| *** ducttape_ has quit IRC | 20:40 | |
| *** mine0901 has quit IRC | 20:57 | |
| stevelle | flwang: there was a thread about memory usage on openstack-dev during ocata which may be related but no investigation into causes followed as far as I know | 21:05 |
| *** e0ne has quit IRC | 21:20 | |
| *** smatzek_ has quit IRC | 21:28 | |
| flwang | stevelle: oh, really? | 21:33 |
| flwang | i will google it | 21:33 |
| flwang | stevelle: thanks | 21:36 |
| *** ducttape_ has joined #openstack-glance | 21:40 | |
| *** ducttape_ has quit IRC | 21:46 | |
| *** youzp has joined #openstack-glance | 21:55 | |
| *** youzp has quit IRC | 22:00 | |
| *** lucasxu has quit IRC | 22:02 | |
| *** lucasxu has joined #openstack-glance | 22:03 | |
| *** ducttape_ has joined #openstack-glance | 22:16 | |
| *** smatzek_ has joined #openstack-glance | 22:25 | |
| *** smatzek_ has quit IRC | 22:36 | |
| *** lucasxu has quit IRC | 22:36 | |
| *** lucasxu has joined #openstack-glance | 22:40 | |
| alex_bash | hemanthm: around? | 22:41 |
| *** catintheroof has quit IRC | 22:41 | |
| *** catintheroof has joined #openstack-glance | 22:42 | |
| *** TravT has quit IRC | 22:43 | |
| *** catintheroof has quit IRC | 22:47 | |
| *** ducttape_ has quit IRC | 23:04 | |
| *** TravT has joined #openstack-glance | 23:05 | |
| *** ducttape_ has joined #openstack-glance | 23:07 | |
| *** lucasxu has quit IRC | 23:12 | |
| *** leseb_ has quit IRC | 23:18 | |
| *** leseb_ has joined #openstack-glance | 23:20 | |
| openstackgerrit | Dharini Chandrasekar proposed openstack/glance master: Update api-ref for Range request support https://review.openstack.org/441707 | 23:28 |
| *** catintheroof has joined #openstack-glance | 23:32 | |
| openstackgerrit | Steve Lewis (stevelle) proposed openstack/glance-specs master: Introduce Glance Taskflow stopfile feature https://review.openstack.org/442863 | 23:39 |
| *** ducttape_ has quit IRC | 23:55 | |
| *** ducttape_ has joined #openstack-glance | 23:56 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!