nikhil | flwang1: I was about to step away and just remembered | 00:15 |
---|---|---|
nikhil | we've a gzip middleware | 00:15 |
nikhil | https://github.com/openstack/glance/search?p=2&q=gzip&utf8=%E2%9C%93 | 00:16 |
nikhil | https://github.com/openstack/glance/blob/c5dcf9021af609b81edc4a22c38ddf7bdd440cee/glance/api/middleware/gzip.py | 00:16 |
nikhil | https://github.com/openstack/glance/blob/152883fe053306c5e1af96a2b95c0acf2cc7a0df/glance/common/wsgi.py#L988 | 00:16 |
nikhil | flwang1: but i don't know where in nova gzip is used | 00:16 |
nikhil | flwang1: looks like xen and ironic supports it https://github.com/openstack/nova/search?utf8=%E2%9C%93&q=gzip | 00:17 |
nikhil | flwang1: good luck! ttyl. | 00:17 |
*** sdake has quit IRC | 00:28 | |
*** takedakn has joined #openstack-glance | 00:30 | |
*** takedakn has quit IRC | 00:34 | |
flwang1 | nikhil: i think that middleware is used to compress the response, not used for unzip a compressed image data | 01:06 |
*** david-lyle has joined #openstack-glance | 01:27 | |
*** david-lyle has quit IRC | 01:31 | |
*** bpokorny has joined #openstack-glance | 01:38 | |
*** bpokorny has quit IRC | 01:43 | |
openstackgerrit | Ha Van Tu proposed openstack/glance: [api-ref]: "Show images" should be changed to "List all images" https://review.openstack.org/358946 | 02:04 |
*** houming has joined #openstack-glance | 02:10 | |
*** namnh has joined #openstack-glance | 02:11 | |
*** mingyu has quit IRC | 02:38 | |
*** markvoelker has joined #openstack-glance | 03:25 | |
*** mingyu has joined #openstack-glance | 03:53 | |
*** mingyu has quit IRC | 03:57 | |
openstackgerrit | Hussain Chachuliya proposed openstack/glance: Fix incorrect call for _gen_uuid https://review.openstack.org/361233 | 04:16 |
*** pdeore has joined #openstack-glance | 04:57 | |
*** flwang1 has quit IRC | 05:04 | |
*** pcaruana has quit IRC | 05:05 | |
*** prateek_ has joined #openstack-glance | 05:31 | |
*** mine0901 has joined #openstack-glance | 05:33 | |
*** mfedosin has joined #openstack-glance | 05:34 | |
*** mingyu has joined #openstack-glance | 05:39 | |
*** mingyu has quit IRC | 05:43 | |
*** groen692 has joined #openstack-glance | 05:45 | |
*** rcernin has joined #openstack-glance | 06:03 | |
*** GB21 has joined #openstack-glance | 06:03 | |
*** tshefi has joined #openstack-glance | 06:16 | |
*** pcaruana has joined #openstack-glance | 06:17 | |
*** takedakn has joined #openstack-glance | 06:35 | |
kairat | flwang, it is not supported by glance, we just store bytes so cannot compress images | 07:02 |
kairat | flwang, we can only temporarily gzip our messages when send chunks from nova or glanceclient and unpack them on glance server. But that was not finished AFAIK | 07:03 |
*** zzzeek has quit IRC | 08:00 | |
*** zzzeek has joined #openstack-glance | 08:00 | |
*** hyakuhei has quit IRC | 08:12 | |
*** hyakuhei has joined #openstack-glance | 08:12 | |
*** hyakuhei has joined #openstack-glance | 08:12 | |
*** anush__ has quit IRC | 08:13 | |
*** anush__ has joined #openstack-glance | 08:14 | |
*** e0ne has joined #openstack-glance | 08:15 | |
*** e0ne has quit IRC | 08:27 | |
*** e0ne has joined #openstack-glance | 08:29 | |
*** flwang1 has joined #openstack-glance | 08:41 | |
*** e0ne has quit IRC | 08:51 | |
*** e0ne has joined #openstack-glance | 08:52 | |
openstackgerrit | avnish proposed openstack/glance_store: Update homepage with developer documentation page https://review.openstack.org/372326 | 09:04 |
*** flwang1 has quit IRC | 09:06 | |
*** croelandt has joined #openstack-glance | 09:23 | |
*** dshakhray has joined #openstack-glance | 09:27 | |
*** takedakn has quit IRC | 09:43 | |
*** hoonetorg has quit IRC | 09:56 | |
*** hoonetorg has joined #openstack-glance | 09:57 | |
*** lin_yang has joined #openstack-glance | 10:01 | |
*** mvk has quit IRC | 10:02 | |
*** upama has joined #openstack-glance | 10:04 | |
upama | Hi! anyone here? | 10:04 |
upama | Does glance support docker registry as backends? | 10:04 |
kairat | Nope | 10:05 |
upama | kairat: There has been some talk about glare | 10:06 |
upama | What is it? | 10:06 |
kairat | upama, it might be possible to do with glare | 10:06 |
kairat | yep | 10:06 |
kairat | It is service that provides management for different artifacts | 10:06 |
kairat | artifact = binary with metadata | 10:06 |
upama | Is it under development now? | 10:06 |
upama | I don't see any project on openstack as glare | 10:07 |
upama | Will it be under glance repo only? | 10:07 |
kairat | https://github.com/openstack/glare | 10:07 |
upama | kairat: Thanks. Will it support layering of images also? | 10:08 |
kairat | There is some talks about implementing docker api in glare but nothing certain | 10:08 |
upama | Is there any intro document for glare? | 10:09 |
kairat | upama, you can go to #openstack-glare to ask for this=) | 10:10 |
kairat | ask mfedosin about docs | 10:10 |
kairat | glare doesn't support docker images as well as layering | 10:11 |
kairat | but we are thinking about it if there will be strong cases | 10:11 |
mfedosin | upama: hey! yeah, we're discussing docker registry as a backend, frankly speaking I want it to be, but in next couple of month I'll be too busy to start implementing it | 10:13 |
upama | Thanks kairat | 10:14 |
kairat | But I think the only place where it might be possible is glare | 10:14 |
mfedosin | layering for artifacts will be in Ocata for sure, it's one of our priorities for next cycle | 10:14 |
upama | mfedosin: I will hover over to #openstack-glare in next few hrs to discuss | 10:14 |
kairat | because glance is mostly about images and vms | 10:14 |
upama | Yeah that makes sense | 10:15 |
mfedosin | upama: cool! see you there | 10:15 |
mfedosin | but I'll be afk for next hour | 10:15 |
*** upama has quit IRC | 10:19 | |
*** openstackstatus has quit IRC | 10:28 | |
*** mvk has joined #openstack-glance | 10:39 | |
*** mfedosin has quit IRC | 10:51 | |
*** anush has quit IRC | 11:00 | |
*** anush has joined #openstack-glance | 11:01 | |
*** anush has quit IRC | 11:02 | |
*** anush has joined #openstack-glance | 11:03 | |
*** mine0901 has quit IRC | 11:04 | |
*** turvey has quit IRC | 11:04 | |
*** dharinic has quit IRC | 11:04 | |
*** anush_ has quit IRC | 11:04 | |
*** pumaranikar has quit IRC | 11:04 | |
*** anush_ has joined #openstack-glance | 11:04 | |
*** _sigmavirus24 is now known as sigmavirus | 11:06 | |
*** sigmavirus has joined #openstack-glance | 11:06 | |
*** pumaranikar has joined #openstack-glance | 11:07 | |
*** turvey has joined #openstack-glance | 11:11 | |
*** zul has joined #openstack-glance | 11:13 | |
*** smatzek has joined #openstack-glance | 11:19 | |
*** namnh has quit IRC | 11:22 | |
*** hoonetorg has quit IRC | 11:23 | |
*** ccesario has joined #openstack-glance | 11:26 | |
*** dharinic has joined #openstack-glance | 11:27 | |
*** ccesario has quit IRC | 11:42 | |
*** ccesario has joined #openstack-glance | 11:45 | |
*** sdake has joined #openstack-glance | 11:49 | |
*** markvoelker has quit IRC | 11:51 | |
*** hoonetorg has joined #openstack-glance | 11:56 | |
*** hoonetorg has quit IRC | 11:57 | |
*** hoonetorg has joined #openstack-glance | 11:58 | |
*** takedakn has joined #openstack-glance | 11:59 | |
*** mfedosin has joined #openstack-glance | 12:00 | |
*** pdeore has quit IRC | 12:02 | |
*** porunov has joined #openstack-glance | 12:03 | |
*** porunov has left #openstack-glance | 12:05 | |
*** GB21 has quit IRC | 12:07 | |
*** sdake has quit IRC | 12:13 | |
*** sdake has joined #openstack-glance | 12:14 | |
*** hemanthm|vto is now known as hemanthm | 12:15 | |
*** ccesario has quit IRC | 12:17 | |
*** takedakn has quit IRC | 12:21 | |
*** takedakn has joined #openstack-glance | 12:22 | |
*** markvoelker has joined #openstack-glance | 12:22 | |
*** GB21 has joined #openstack-glance | 12:23 | |
*** burgerk has joined #openstack-glance | 12:24 | |
*** GB21 has quit IRC | 12:29 | |
*** e0ne has quit IRC | 12:35 | |
*** e0ne has joined #openstack-glance | 12:35 | |
*** ccesario has joined #openstack-glance | 12:37 | |
*** david-lyle has joined #openstack-glance | 12:38 | |
*** edmondsw has joined #openstack-glance | 12:40 | |
*** GB21 has joined #openstack-glance | 12:41 | |
*** david-lyle has quit IRC | 12:43 | |
*** takedakn has quit IRC | 12:58 | |
openstackgerrit | Hemanth Makkapati proposed openstack/glance-specs: Database strategy for rolling upgrades https://review.openstack.org/331740 | 13:00 |
*** prateek_ has quit IRC | 13:08 | |
*** burgerk has quit IRC | 13:10 | |
*** e0ne has quit IRC | 13:12 | |
*** ctrath has joined #openstack-glance | 13:17 | |
*** GB21 has quit IRC | 13:28 | |
*** BlackDex has left #openstack-glance | 13:41 | |
*** ctrath has quit IRC | 13:49 | |
*** ctrath has joined #openstack-glance | 13:51 | |
*** ducttape_ has joined #openstack-glance | 14:00 | |
*** dshakhray has quit IRC | 14:00 | |
*** tsymanczyk has joined #openstack-glance | 14:03 | |
*** ctrath has quit IRC | 14:17 | |
*** takedakn has joined #openstack-glance | 14:25 | |
*** takedakn has quit IRC | 14:25 | |
*** openstackgerrit has quit IRC | 14:37 | |
*** openstackgerrit has joined #openstack-glance | 14:37 | |
*** david-lyle has joined #openstack-glance | 14:40 | |
*** mfedosin has quit IRC | 14:42 | |
*** david-lyle has quit IRC | 14:45 | |
*** ctrath has joined #openstack-glance | 14:47 | |
openstackgerrit | Hemanth Makkapati proposed openstack/glance-specs: Database strategy for rolling upgrades https://review.openstack.org/331740 | 14:48 |
*** smatzek has quit IRC | 14:50 | |
*** burgerk has joined #openstack-glance | 14:50 | |
*** _ducttape_ has joined #openstack-glance | 14:59 | |
*** rrecio has joined #openstack-glance | 14:59 | |
*** ducttape_ has quit IRC | 15:02 | |
*** pcaruana has quit IRC | 15:07 | |
*** tshefi has quit IRC | 15:08 | |
*** smatzek has joined #openstack-glance | 15:10 | |
*** dshakhray has joined #openstack-glance | 15:18 | |
*** rcernin has quit IRC | 15:30 | |
*** david-lyle has joined #openstack-glance | 15:32 | |
openstackgerrit | Merged openstack/glance_store: TrivialFix: Merge imports in code https://review.openstack.org/367256 | 15:36 |
*** MattMan has quit IRC | 15:49 | |
*** MattMan has joined #openstack-glance | 15:49 | |
*** bpokorny has joined #openstack-glance | 15:51 | |
*** bpokorny has quit IRC | 15:51 | |
*** bpokorny has joined #openstack-glance | 15:52 | |
*** bpokorny has quit IRC | 15:54 | |
*** bpokorny has joined #openstack-glance | 15:54 | |
*** bpokorny has quit IRC | 15:59 | |
*** bpokorny has joined #openstack-glance | 16:02 | |
*** _ducttape_ has quit IRC | 16:09 | |
*** ducttape_ has joined #openstack-glance | 16:11 | |
*** e0ne has joined #openstack-glance | 16:17 | |
*** anush__ has quit IRC | 16:22 | |
*** anush__ has joined #openstack-glance | 16:22 | |
*** GB21 has joined #openstack-glance | 16:28 | |
*** groen692 has quit IRC | 16:30 | |
*** TravT has joined #openstack-glance | 16:33 | |
*** ctrath has quit IRC | 16:33 | |
*** ctrath has joined #openstack-glance | 16:37 | |
*** TravT has quit IRC | 16:41 | |
*** TravT has joined #openstack-glance | 16:43 | |
*** TravT has quit IRC | 16:43 | |
*** TravT has joined #openstack-glance | 16:44 | |
*** TravT has quit IRC | 16:44 | |
*** TravT has joined #openstack-glance | 16:44 | |
nikhil | dharinic: hey, you around? | 16:45 |
dharinic | nikhil: yeah. :) | 16:45 |
nikhil | dharinic: g'morning | 16:45 |
nikhil | dharinic: I've a critical item for you | 16:45 |
dharinic | Good Morning and Happy Monday | 16:45 |
nikhil | :) | 16:45 |
dharinic | Yayy. | 16:46 |
nikhil | dharinic: this error looks serious and we need to decide it for newton https://bugs.launchpad.net/glance/+bug/1625075 | 16:46 |
openstack | Launchpad bug 1625075 in Glance "Shared & public images no working with multi-tenant swift backend" [Critical,New] | 16:46 |
nikhil | dharinic: do you have time today to reproduce it on devstack? | 16:46 |
dharinic | Sure. I was working on the partial download patch. I can parallelly work on this. | 16:47 |
nikhil | dharinic: I don't want to look bossy... :) | 16:48 |
dharinic | Indeed a critical bug | 16:48 |
nikhil | dharinic: but this is one trumps all at this point | 16:48 |
dharinic | hehe. | 16:48 |
nikhil | dharinic: I'd have looked into it if I wasn't caught up with other things | 16:48 |
dharinic | No problem. Will look into it. B-) | 16:49 |
nikhil | dharinic: great. going to assign it to you. please give it utmost preference. other reviews can come at their own pace. | 16:49 |
dharinic | Done. | 16:49 |
dharinic | Thank you nikhil | 16:50 |
*** bpokorny has quit IRC | 16:50 | |
*** bpokorny has joined #openstack-glance | 16:51 | |
*** rcernin has joined #openstack-glance | 16:51 | |
*** e0ne has quit IRC | 16:55 | |
*** mvk has quit IRC | 16:55 | |
*** bpokorny has quit IRC | 16:55 | |
nikhil | :) | 16:56 |
*** mine0901 has joined #openstack-glance | 16:56 | |
*** anush has quit IRC | 16:57 | |
*** e0ne has joined #openstack-glance | 16:58 | |
*** bpokorny has joined #openstack-glance | 16:58 | |
*** anush has joined #openstack-glance | 16:59 | |
*** anush has quit IRC | 17:00 | |
*** ducttape_ has quit IRC | 17:02 | |
*** ducttape_ has joined #openstack-glance | 17:03 | |
*** ducttape_ has quit IRC | 17:03 | |
*** _ducttape_ has joined #openstack-glance | 17:03 | |
*** GB21 has quit IRC | 17:03 | |
*** zul has quit IRC | 17:07 | |
*** TravT has quit IRC | 17:13 | |
*** TravT has joined #openstack-glance | 17:13 | |
*** zul has joined #openstack-glance | 17:29 | |
*** harlowja has joined #openstack-glance | 17:30 | |
*** TravT_ has joined #openstack-glance | 17:31 | |
*** TravT has quit IRC | 17:32 | |
openstackgerrit | Ying Zuo proposed openstack/glance: Fix inconsistent metadata names https://review.openstack.org/303658 | 17:34 |
*** GB21 has joined #openstack-glance | 17:37 | |
*** flwang1 has joined #openstack-glance | 17:39 | |
*** _ducttape_ has quit IRC | 17:41 | |
*** dshakhray has quit IRC | 17:44 | |
*** mvk has joined #openstack-glance | 17:45 | |
*** ducttape_ has joined #openstack-glance | 18:01 | |
*** GB21 has quit IRC | 18:07 | |
openstackgerrit | Timothy Symanczyk proposed openstack/glance: WIP EXPERIMENT of deprecating the is_public column https://review.openstack.org/369110 | 18:09 |
*** jdurgin has joined #openstack-glance | 18:16 | |
*** ctrath has quit IRC | 18:21 | |
*** TravT_ has quit IRC | 18:23 | |
*** ctrath has joined #openstack-glance | 18:23 | |
*** sdake_ has joined #openstack-glance | 18:23 | |
*** sdake has quit IRC | 18:25 | |
*** prateek_ has joined #openstack-glance | 18:27 | |
*** e0ne has quit IRC | 18:28 | |
*** lin_yang has quit IRC | 18:39 | |
*** lin_yang has joined #openstack-glance | 18:42 | |
*** ctrath has quit IRC | 18:59 | |
*** TravT has joined #openstack-glance | 19:06 | |
*** ctrath has joined #openstack-glance | 19:06 | |
*** TravT_ has joined #openstack-glance | 19:09 | |
*** dshakhray has joined #openstack-glance | 19:09 | |
*** TravT_ has quit IRC | 19:09 | |
*** TravT has quit IRC | 19:09 | |
*** prateek_ has quit IRC | 19:38 | |
openstackgerrit | Alexander Bashmakov proposed openstack/glance: Update api-ref to add newly supported 'vhdx' disk format option. https://review.openstack.org/356693 | 19:42 |
*** sdake has joined #openstack-glance | 19:49 | |
*** sdake_ has quit IRC | 19:52 | |
*** e0ne has joined #openstack-glance | 20:12 | |
*** e0ne has quit IRC | 20:12 | |
openstackgerrit | Alexander Bashmakov proposed openstack/glance: Update 'updated_at' when image member changed https://review.openstack.org/283013 | 20:23 |
*** smatzek has quit IRC | 20:25 | |
nikhil | dharinic: hi | 20:27 |
nikhil | yt? | 20:27 |
openstackgerrit | Alexander Bashmakov proposed openstack/glance: Update 'updated_at' when image member changed https://review.openstack.org/283013 | 20:29 |
dharinic | nikhil: yeahh. Me here. | 20:34 |
nikhil | dharinic: any update on the bug? | 20:35 |
dharinic | I am working on reproducing it. Had to set up my devstack env suitably.. | 20:35 |
nikhil | dharinic: gotcha. thanks. | 20:36 |
nikhil | dharinic: just keep me in the loop | 20:36 |
nikhil | dharinic: you can see from my comment on the bug the process we are following | 20:36 |
dharinic | Sure. | 20:36 |
nikhil | dharinic: there's no rush on this /if/ we can't get to it in time. but we need to try to make it. | 20:37 |
dharinic | nikhil, gotcha. Just a little bumpy on reproducing it cos of my old devstack env. Will ping you if i am stuck.. | 20:38 |
nikhil | dharinic: ok np, I'm just checking in. | 20:41 |
nikhil | dharinic: I need to be away for a bit, got a few things going on. But I will loop back if you leave me a message. | 20:42 |
dharinic | Sure. Will leave you a message in case. :) | 20:43 |
*** ccesario has quit IRC | 20:45 | |
*** edmondsw has quit IRC | 20:52 | |
*** mine0901 has quit IRC | 20:54 | |
*** smatzek has joined #openstack-glance | 20:57 | |
*** burgerk has quit IRC | 20:59 | |
*** burgerk has joined #openstack-glance | 21:00 | |
*** smatzek has quit IRC | 21:01 | |
openstackgerrit | Timothy Symanczyk proposed openstack/glance: WIP EXPERIMENT of deprecating the is_public column https://review.openstack.org/369110 | 21:27 |
*** burgerk has quit IRC | 21:28 | |
*** zul has quit IRC | 21:38 | |
*** r-daneel has joined #openstack-glance | 21:39 | |
stevemar | nikhil: around? | 21:42 |
nikhil | stevemar: \o | 21:43 |
stevemar | nikhil: image-member add and remove, what's that do? | 21:43 |
*** zul has joined #openstack-glance | 21:44 | |
nikhil | stevemar: image sharing | 21:46 |
nikhil | stevemar: any issue? | 21:46 |
openstackgerrit | Brian Rosmaita proposed openstack/glance-specs: api-docs: deprecate the Images v1 API https://review.openstack.org/370515 | 21:46 |
stevemar | nikhil: so hows that work, i have an image associated with projectA, and i share it with projectB? | 21:46 |
stevemar | and the add creates the request? | 21:47 |
nikhil | stevemar: yeah, glance has a members table that the image access DB api looks for | 21:49 |
nikhil | stevemar: if sharing is enabled and a owner (or allowed) member can add another member to that image | 21:49 |
nikhil | stevemar: added members can boot and show the image | 21:49 |
nikhil | stevemar: to make it appear in image-list the added member needs to "accept" the membership on that image | 21:50 |
nikhil | stevemar: that's the feature in a gist | 21:50 |
*** zul has quit IRC | 21:50 | |
*** harlowja has quit IRC | 21:51 | |
*** houming has quit IRC | 21:51 | |
*** castulo has quit IRC | 21:51 | |
*** castulo has joined #openstack-glance | 21:51 | |
*** houming has joined #openstack-glance | 21:52 | |
nikhil | stevemar: helps? | 21:52 |
* nikhil was delayed (most likely due to freenode issue) | 21:54 | |
*** harlowja has joined #openstack-glance | 21:55 | |
*** ctrath has quit IRC | 21:56 | |
*** ccneill has joined #openstack-glance | 21:56 | |
*** flwang has quit IRC | 21:57 | |
ccneill | hello, I'm wondering if anyone can help me debug the Glance ovf image import process a little bit? | 21:59 |
ccneill | it seems that when I submit a task to import an OVA file, it will use base_import and never run anything in ovf_process | 22:00 |
nikhil | cc sabari flaper87 ^ | 22:01 |
nikhil | ccneill: what do the logs spit? and what does the task.message say in the API? | 22:01 |
ccneill | https://gist.github.com/cneill/a1bb2a9af0e3c6d8264892a14a2ea834 | 22:02 |
ccneill | I think that's all the relevant pieces after the POST | 22:03 |
ccneill | https://gist.github.com/cneill/552ed4d4aa3484160d5de5045d139d36 | 22:03 |
ccneill | and the request I'm sending ^ | 22:03 |
ccneill | I get this, but the base_import still seems to work: ERROR glance.async.flows.base_import [-] Bad task configuration: Task was not configured properly | 22:04 |
*** dshakhray has quit IRC | 22:07 | |
nikhil | ccneill: looks like multiple tasks are being run | 22:08 |
*** ccneill-phone has joined #openstack-glance | 22:08 | |
nikhil | ccneill: well, nvm. I don't have evidence to show that, was a hunch. | 22:09 |
*** flwang has joined #openstack-glance | 22:10 | |
ccneill | nikhil: that should be the log after just sending that one POST. it spawns multiple "tasks" from there it seems, but doesn't include ovf_process | 22:12 |
nikhil | ccneill: yeah, I can't make out from the logs, they are too sparse. will need to work on this on devstack later. can you open a bug? | 22:14 |
ccneill | sure thing | 22:14 |
*** flwang has quit IRC | 22:15 | |
nikhil | ccneill: ty | 22:17 |
*** flwang has joined #openstack-glance | 22:20 | |
nikhil | stevemar: was multi tasking.. so didn't realize my suggestion weren't helping or not. but from a osc/cli perspective yes "image-member add/remove" will create a REST request for member addition (prj A adds/removed prj B) http://developer.openstack.org/api-ref/image/v2/?expanded=create-image-member-detail | 22:22 |
* nikhil & | 22:23 | |
*** rcernin has quit IRC | 22:27 | |
*** markvoelker has quit IRC | 22:36 | |
ccneill | nikhil: looks like defining work_dir in my glance config did the trick >_< | 22:39 |
ccneill | thanks for looking for me | 22:40 |
ccneill | may have another bug up soon | 22:40 |
nikhil | ccneill: awesome, glad it worked out | 22:43 |
*** TravT has joined #openstack-glance | 22:45 | |
*** TravT has quit IRC | 22:46 | |
*** TravT_ has joined #openstack-glance | 22:46 | |
*** TravT_ has quit IRC | 22:48 | |
*** TravT has joined #openstack-glance | 22:51 | |
*** ducttape_ has quit IRC | 22:52 | |
*** rrecio has quit IRC | 23:09 | |
*** ducttape_ has joined #openstack-glance | 23:11 | |
*** r-daneel has quit IRC | 23:11 | |
*** ducttape_ has quit IRC | 23:14 | |
*** wxy__ has quit IRC | 23:17 | |
*** wxy__ has joined #openstack-glance | 23:18 | |
*** takedakn has joined #openstack-glance | 23:21 | |
stevemar | nikhil: if you're still around... is there a way for an image to have multiple projects accessing it? or multiple transfer requests? | 23:21 |
*** takedakn has quit IRC | 23:21 | |
nikhil | stevemar: multiple member will allow multiple projects access and in turn data transfer of it will be allowed for the same projects | 23:24 |
nikhil | stevemar: what's the underlying issue? | 23:27 |
stevemar | nikhil: i'll cc you in an email | 23:27 |
stevemar | nikhil: we're trying to implement those commands in OSC and could use some insight | 23:28 |
nikhil | Aye | 23:28 |
*** wxy__ has quit IRC | 23:30 | |
*** wxy__ has joined #openstack-glance | 23:31 | |
nikhil | stevemar: forgot to mention, I'm working on my phone. Will take a couple hours for me to get to that email, hope things don't look urgent!? | 23:32 |
*** openstackgerrit has quit IRC | 23:42 | |
*** openstackgerrit has joined #openstack-glance | 23:46 | |
*** markvoelker has joined #openstack-glance | 23:48 | |
*** openstackgerrit has quit IRC | 23:51 | |
*** markvoelker has quit IRC | 23:53 | |
*** hogepodge has quit IRC | 23:53 | |
*** openstackgerrit has joined #openstack-glance | 23:54 | |
*** hemanthm has quit IRC | 23:55 | |
*** hemanthm has joined #openstack-glance | 23:55 | |
*** hogepodge has joined #openstack-glance | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!