*** lujinluo has joined #openstack-glance | 00:04 | |
*** takedakn has joined #openstack-glance | 00:20 | |
*** sdake has quit IRC | 00:23 | |
*** hwcomcn has joined #openstack-glance | 00:24 | |
*** takedakn has quit IRC | 00:24 | |
*** btully has quit IRC | 00:32 | |
*** btully has joined #openstack-glance | 00:37 | |
*** btully has quit IRC | 00:49 | |
*** jamielennox is now known as jamielennox|away | 00:49 | |
*** hwcomcn has quit IRC | 00:55 | |
*** btully has joined #openstack-glance | 01:00 | |
*** ducttape_ has quit IRC | 01:04 | |
*** lujinluo has quit IRC | 01:06 | |
*** lujinluo has joined #openstack-glance | 01:06 | |
*** ducttape_ has joined #openstack-glance | 01:06 | |
*** bpokorny has quit IRC | 01:10 | |
*** itisha has quit IRC | 01:10 | |
*** sdake has joined #openstack-glance | 01:13 | |
*** sdake has quit IRC | 01:13 | |
*** sdake has joined #openstack-glance | 01:13 | |
*** sdake_ has joined #openstack-glance | 01:15 | |
*** pt_15 has quit IRC | 01:16 | |
*** sdake has quit IRC | 01:18 | |
*** TravT has quit IRC | 01:21 | |
*** harshs has quit IRC | 01:26 | |
*** hemanthm|afk is now known as hemanthm | 01:27 | |
*** harshs has joined #openstack-glance | 01:28 | |
*** jamielennox|away is now known as jamielennox | 01:34 | |
nikhil | flwang: hi | 01:41 |
---|---|---|
*** hongbin_ has joined #openstack-glance | 01:46 | |
flwang | nikhil: | 01:46 |
flwang | hi | 01:46 |
flwang | hongbin: around? | 01:47 |
flwang | hongbin_: ^ | 01:47 |
hongbin_ | yes | 01:47 |
flwang | hongbin_: would you mind explaining the requirement of zun for glance? | 01:47 |
flwang | for the image support | 01:47 |
hongbin_ | sure | 01:47 |
hongbin_ | The basic is to support layer of images | 01:48 |
hongbin_ | There are several advanced requirements | 01:48 |
hongbin_ | Such as configure it as a cache for public docker registry | 01:48 |
*** harshs has quit IRC | 01:49 | |
*** TravT has joined #openstack-glance | 01:49 | |
hongbin_ | Provide a docker registry compatible API | 01:49 |
hongbin_ | etc. | 01:49 |
hongbin_ | flwang: ^^ | 01:50 |
flwang | nikhil: ^ | 01:51 |
kragniz | what level of support for layers do you need? | 01:53 |
*** TravT has quit IRC | 01:54 | |
kragniz | I mean, you could probably hack something up where each layer is stored as a single glance image | 01:54 |
hongbin_ | Yes, that will work. | 01:55 |
flwang | kragniz: instead of hacking, zun is looking for a native support, i think | 01:55 |
hongbin_ | but it is better to have a holistic support | 01:55 |
hongbin_ | Maybe it is not just for Zun, magnum also has a similiar requirement | 01:56 |
kragniz | so adding something to the api where you can request all the ancestors of a layer? | 01:56 |
hongbin_ | Maybe the API don't need to change | 01:57 |
hongbin_ | But support a docker image type, that store and retrieve layer of images | 01:57 |
*** TravT has joined #openstack-glance | 01:58 | |
nikhil | (I'm listening) | 01:58 |
kragniz | so when you get that image from glance, you get a copy of all the layers in one go? | 01:58 |
*** TravT has quit IRC | 01:58 | |
hongbin_ | yes | 01:58 |
hongbin_ | The behavior should be similiar to docker pull | 01:59 |
nikhil | hongbin: I'm curious if this can be implemented client side? | 01:59 |
nikhil | I know it's a bit of stretch | 01:59 |
kragniz | doesn't docker pull request each layer in turn? | 01:59 |
hongbin_ | nikhil: Yes, it can be implemented in client side, if that is the best approach | 02:00 |
kragniz | (I've only implemented part of the v1 docker api, so it might be different in v2) | 02:00 |
flwang | nikhil: but i think we do need some support in glance to maintain the chain/relationship | 02:00 |
nikhil | The concept of deltas isn't a new thing | 02:00 |
flwang | i mean the relationship between image layers | 02:01 |
nikhil | flwang: yes, unfortunately that isn't so easy. It was the very reason I had started pursuing concept of artifacts ;) but only a few understood my insistence | 02:02 |
kragniz | couldn't it be done using image properties? | 02:02 |
nikhil | But glare as of today is in no position to support images API | 02:02 |
flwang | kragniz: +1 | 02:02 |
kragniz | so each layer has a property that points at its ancestor | 02:02 |
nikhil | kragniz: that's exactly I was getting at | 02:02 |
flwang | i prefer to use image properties | 02:02 |
nikhil | By client side | 02:02 |
kragniz | like a linked list of deltas | 02:02 |
nikhil | But | 02:03 |
flwang | but we need reserved property name | 02:03 |
nikhil | You have a BIG problem doing that | 02:03 |
flwang | how BIG is big :) | 02:03 |
nikhil | ... You need to maintain the images that are in use | 02:04 |
nikhil | And... | 02:04 |
nikhil | If you are using something that can't be deleted but someone does (a part of chain), the whole thing comes down | 02:05 |
nikhil | Think of it as reimplementing git tree logic client side | 02:05 |
nikhil | Your deletes, updates etc will also need to be aware of the chain | 02:06 |
flwang | can we support flatten? | 02:06 |
nikhil | Essentially, a single image is independent entity today | 02:06 |
nikhil | Layering will call for a change in that concept | 02:07 |
*** bpokorny has joined #openstack-glance | 02:07 | |
flwang | but here, when you delete an image in the chain, you should got a warning | 02:07 |
kragniz | I mean, if you delete something you need, you're going to have problems | 02:07 |
flwang | about what will happen | 02:07 |
flwang | because those users are in the same tenant | 02:07 |
flwang | and they should know what they're doing, no? | 02:08 |
nikhil | Who is supposed to verify all that? | 02:08 |
nikhil | For each delete, we will expect GET calls to the chain | 02:08 |
hongbin_ | I think users should not be given pemission to delete individual layers. Maybe all layers should be hidden from end-users | 02:08 |
nikhil | For each GET we will need multiple GETs | 02:08 |
nikhil | hongbin: yeah, exactly | 02:08 |
flwang | nikhil: i agree with hongbin_, user can't delete single image in the chain | 02:09 |
nikhil | Ability to do this is horrendous experience | 02:09 |
flwang | unless he delete the latest/leaf first | 02:09 |
nikhil | flwang: yep, and to implement that you need to implement a whole git tree like logic | 02:09 |
*** btully has quit IRC | 02:09 | |
nikhil | Basically, it's a distributed version control system | 02:10 |
*** ducttape_ has quit IRC | 02:10 | |
nikhil | Because, potentially you can boot something of a nonleaf and create a timeline for that image | 02:10 |
nikhil | In the worst case, you end up with a complete binary tree | 02:11 |
*** lujinluo has quit IRC | 02:11 | |
flwang | nikhil: +1 | 02:11 |
*** bpokorny has quit IRC | 02:11 | |
*** lujinluo has joined #openstack-glance | 02:11 | |
hongbin_ | I see. That is the reason Glance don't want the docker image support | 02:12 |
nikhil | hongbin_: I am strongly in favor of this use case | 02:12 |
nikhil | hongbin_: not exactly | 02:12 |
kragniz | could you abuse metadefs to describe the images and the layers associated with each? | 02:13 |
nikhil | hongbin_: it's a very complicated problem but to get it right we need to implement right stuff | 02:13 |
hongbin_ | nikhil: ack | 02:13 |
kragniz | hongbin_: I'm not sure what you're gaining by making glance deal with docker images over just using a docker registry instance | 02:13 |
hongbin_ | kragniz: multi-tenant, keystone, ... | 02:14 |
kragniz | yeah, actually | 02:14 |
kragniz | good things to have :) | 02:14 |
*** btully has joined #openstack-glance | 02:15 | |
nikhil | hongbin_: because the concept of delta is not just for docker. I what to see glance Support swarm like logic for servers too. xen has a concept of vdi chain and qcow too... | 02:15 |
hongbin_ | nikhil: ack. Is there any plan for that? | 02:16 |
nikhil | We need a version control system and I don't have a good answer for it atm | 02:16 |
hongbin_ | I see | 02:16 |
nikhil | hongbin_: the plan was glare :) but due to many reasons I see it failing for images | 02:16 |
nikhil | hongbin_: I'm hoping we will have better answers in ocata . But I would love to keep this conversation open | 02:17 |
hongbin_ | nikhil: sure. me as well | 02:18 |
hongbin_ | nikhil: Actually, it is good that Glance is willing to consider the container use cases | 02:18 |
nikhil | hongbin_: just fyi, there is a nova spec open that talks about xen based deltas. I don't have a link atm but good read for starters on this conversation | 02:19 |
nikhil | hongbin_: totally | 02:19 |
hongbin_ | nikhil: ack | 02:19 |
*** btully has quit IRC | 02:19 | |
*** sdake_ has quit IRC | 02:19 | |
hongbin_ | All. Thanks for sharing the information. It is a productive talk | 02:20 |
hongbin_ | (will leave for a while) | 02:21 |
flwang | nikhil: should we plan a session in summit about this? | 02:21 |
nikhil | flwang: may be :) pre-summit for sure to start off | 02:22 |
flwang | nikhil: ok, cool | 02:22 |
nikhil | Thanks for coordinating this flwang very helpful and productive | 02:23 |
* nikhil goes for some food | 02:24 | |
flwang | nikhil: thank you for your support :D | 02:25 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/glance: Updated from global requirements https://review.openstack.org/348621 | 02:28 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/glance_store: Updated from global requirements https://review.openstack.org/348622 | 02:28 |
hongbin_ | nikhil: Hey. Sorry, another question for you | 02:29 |
hongbin_ | nikhil: I knew many people suggested Glance to support docker image for years, but it seems the work hasn't been started yet. Is that any reason for that? (For example, lack of resources to do that, many objection within the team, etc.) | 02:31 |
*** jamielennox is now known as jamielennox|away | 02:32 | |
*** jinquan has quit IRC | 02:33 | |
flwang | hongbin_: i think just we discussed above, it's hard :) | 02:33 |
*** mine0901 has quit IRC | 02:33 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-glanceclient: Updated from global requirements https://review.openstack.org/348670 | 02:34 |
hongbin_ | flwang: I see | 02:34 |
*** _ducttape_ has joined #openstack-glance | 02:35 | |
flwang | hongbin_: maybe nikhil has a better answer ;) | 02:36 |
*** jinquan has joined #openstack-glance | 02:37 | |
*** btully has joined #openstack-glance | 02:38 | |
*** TravT has joined #openstack-glance | 02:43 | |
nikhil | hongbin_: flwang is right. And in reality it's a bit of both. We may get resources temporarily to complete stuff but having maintainers for that is the biggest challenge | 02:43 |
nikhil | Right about being hard | 02:43 |
flwang | nikhil: i mentioned that with hongbin_, i had discussion with Sam(https://twitter.com/sam_alba) 3 years ago about this | 02:47 |
flwang | and unfortunately, (shame), we didn't make much progress on this | 02:48 |
*** harshs has joined #openstack-glance | 02:48 | |
*** btully has quit IRC | 02:51 | |
*** btully has joined #openstack-glance | 03:02 | |
*** _ducttape_ has quit IRC | 03:04 | |
*** ducttape_ has joined #openstack-glance | 03:05 | |
*** ducttape_ has quit IRC | 03:05 | |
*** btully has quit IRC | 03:07 | |
*** bpokorny has joined #openstack-glance | 03:08 | |
*** TravT has quit IRC | 03:10 | |
*** TravT has joined #openstack-glance | 03:11 | |
*** btully has joined #openstack-glance | 03:12 | |
*** bpokorny has quit IRC | 03:14 | |
*** TravT has quit IRC | 03:15 | |
*** hongbin_ has quit IRC | 03:20 | |
*** takedakn has joined #openstack-glance | 03:21 | |
*** btully has quit IRC | 03:23 | |
*** takedakn has quit IRC | 03:25 | |
*** lujinluo has quit IRC | 03:25 | |
*** jinquan has quit IRC | 03:25 | |
*** jinquan has joined #openstack-glance | 03:27 | |
nikhil | :) | 03:31 |
*** harshs has quit IRC | 03:32 | |
*** ducttape_ has joined #openstack-glance | 03:37 | |
*** btully has joined #openstack-glance | 03:37 | |
*** btully has quit IRC | 03:50 | |
*** ducttape_ has quit IRC | 03:58 | |
*** lujinluo has joined #openstack-glance | 03:59 | |
*** btully has joined #openstack-glance | 04:02 | |
*** liwei has joined #openstack-glance | 04:05 | |
*** liwei has quit IRC | 04:08 | |
*** links has joined #openstack-glance | 04:13 | |
*** btully has quit IRC | 04:15 | |
*** btully has joined #openstack-glance | 04:37 | |
*** pdeore has joined #openstack-glance | 04:44 | |
*** ducttape_ has joined #openstack-glance | 04:59 | |
*** NanKe has joined #openstack-glance | 05:01 | |
*** ducttape_ has quit IRC | 05:04 | |
*** flwang1 has quit IRC | 05:06 | |
*** bpokorny has joined #openstack-glance | 05:11 | |
*** bpokorny has quit IRC | 05:16 | |
*** GB21 has joined #openstack-glance | 05:22 | |
*** ducttape_ has joined #openstack-glance | 05:29 | |
*** ducttape_ has quit IRC | 05:34 | |
*** GB21 has quit IRC | 05:36 | |
*** GB21 has joined #openstack-glance | 05:37 | |
openstackgerrit | Itisha Dewan proposed openstack/glance_store: Improve the help text for vmware datastore driver opts https://review.openstack.org/342286 | 05:48 |
*** groen692 has joined #openstack-glance | 05:49 | |
openstackgerrit | Swapnil Kulkarni (coolsvap) proposed openstack/glance: [WIP] Testing latest u-c https://review.openstack.org/318436 | 05:49 |
*** dshakhray has joined #openstack-glance | 06:02 | |
*** david-lyle has joined #openstack-glance | 06:07 | |
*** e0ne has joined #openstack-glance | 06:12 | |
*** takedakn has joined #openstack-glance | 06:21 | |
*** takedakn has quit IRC | 06:26 | |
*** ducttape_ has joined #openstack-glance | 06:30 | |
*** ducttape_ has quit IRC | 06:35 | |
*** GB21 has quit IRC | 06:36 | |
*** tesseract- has joined #openstack-glance | 06:37 | |
*** maestropandy has joined #openstack-glance | 06:40 | |
*** btully has quit IRC | 06:43 | |
*** btully has joined #openstack-glance | 06:43 | |
*** david-lyle has quit IRC | 06:45 | |
*** pcaruana has joined #openstack-glance | 06:45 | |
*** GB21 has joined #openstack-glance | 06:49 | |
*** itisha has joined #openstack-glance | 06:53 | |
*** pt_15 has joined #openstack-glance | 06:54 | |
*** btully has quit IRC | 06:56 | |
*** GB21 has quit IRC | 06:57 | |
*** GB21 has joined #openstack-glance | 07:02 | |
*** GB21 has quit IRC | 07:07 | |
*** bpokorny has joined #openstack-glance | 07:12 | |
*** bpokorny has quit IRC | 07:17 | |
*** btully has joined #openstack-glance | 07:17 | |
*** GB21 has joined #openstack-glance | 07:18 | |
*** btully has quit IRC | 07:22 | |
*** GB21 has quit IRC | 07:33 | |
*** flwang1 has joined #openstack-glance | 07:34 | |
*** btully has joined #openstack-glance | 07:37 | |
*** mosulica has joined #openstack-glance | 07:43 | |
*** btully has quit IRC | 07:49 | |
*** e0ne has quit IRC | 08:00 | |
*** dshakhray has quit IRC | 08:11 | |
*** btully has joined #openstack-glance | 08:17 | |
*** dshakhray has joined #openstack-glance | 08:20 | |
*** btully has quit IRC | 08:21 | |
*** ducttape_ has joined #openstack-glance | 08:30 | |
*** btully has joined #openstack-glance | 08:31 | |
*** GB21 has joined #openstack-glance | 08:34 | |
*** btully has quit IRC | 08:35 | |
*** ducttape_ has quit IRC | 08:35 | |
*** btully has joined #openstack-glance | 08:37 | |
*** btully has quit IRC | 08:41 | |
*** NanKe has quit IRC | 08:42 | |
*** NanKe has joined #openstack-glance | 08:44 | |
*** e0ne has joined #openstack-glance | 08:52 | |
*** btully has joined #openstack-glance | 08:56 | |
*** btully has quit IRC | 09:05 | |
*** e0ne has quit IRC | 09:05 | |
*** btully has joined #openstack-glance | 09:12 | |
*** bpokorny has joined #openstack-glance | 09:14 | |
*** bpokorny has quit IRC | 09:19 | |
*** btully has quit IRC | 09:21 | |
*** ihrachys has joined #openstack-glance | 09:21 | |
*** takedakn has joined #openstack-glance | 09:22 | |
*** gparaskevas has joined #openstack-glance | 09:24 | |
gparaskevas | Hello there | 09:24 |
gparaskevas | i have a quick questio, centos 7 installation with packages | 09:24 |
gparaskevas | when i systemctl start openstack-glance-api or openstack-glance-registry i get this the logs | 09:25 |
gparaskevas | glance-registry: ImportError: No module named glance.cmd.registry | 09:25 |
gparaskevas | glance-registry: ImportError: No module named glance.cmd.api -> when i start the api | 09:25 |
*** maestropandy has quit IRC | 09:25 | |
gparaskevas | does anyone has any clue? | 09:25 |
gparaskevas | is that something i can pip install? | 09:26 |
*** takedakn has quit IRC | 09:26 | |
*** btully has joined #openstack-glance | 09:32 | |
*** ducttape_ has joined #openstack-glance | 09:32 | |
*** permalac has joined #openstack-glance | 09:33 | |
*** ducttape_ has quit IRC | 09:36 | |
*** GB21 has quit IRC | 09:46 | |
*** btully has quit IRC | 09:47 | |
*** GB21 has joined #openstack-glance | 09:58 | |
*** e0ne has joined #openstack-glance | 10:01 | |
*** gparaskevas has quit IRC | 10:01 | |
*** e0ne has quit IRC | 10:12 | |
*** maestropandy has joined #openstack-glance | 10:18 | |
*** sdake has joined #openstack-glance | 10:25 | |
*** ducttape_ has joined #openstack-glance | 10:33 | |
*** ducttape_ has quit IRC | 10:37 | |
*** btully has joined #openstack-glance | 10:37 | |
*** btully has quit IRC | 10:48 | |
*** lujinluo has quit IRC | 10:56 | |
*** e0ne has joined #openstack-glance | 10:58 | |
*** GB21 has quit IRC | 11:00 | |
*** e0ne has quit IRC | 11:01 | |
*** liwei has joined #openstack-glance | 11:13 | |
*** bpokorny has joined #openstack-glance | 11:15 | |
*** btully has joined #openstack-glance | 11:17 | |
*** bpokorny has quit IRC | 11:20 | |
*** btully has quit IRC | 11:22 | |
*** cdelatte has joined #openstack-glance | 11:27 | |
*** sdake has quit IRC | 11:27 | |
*** maestropandy has quit IRC | 11:27 | |
*** btully has joined #openstack-glance | 11:35 | |
*** btully has quit IRC | 11:39 | |
*** btully has joined #openstack-glance | 11:40 | |
*** itisha has quit IRC | 11:40 | |
*** maestropandy has joined #openstack-glance | 11:43 | |
*** maestropandy has left #openstack-glance | 11:43 | |
*** btully has quit IRC | 11:50 | |
*** e0ne has joined #openstack-glance | 11:51 | |
*** hwcomcn has joined #openstack-glance | 12:05 | |
*** hwcomcn has quit IRC | 12:07 | |
*** hwcomcn has joined #openstack-glance | 12:07 | |
*** hwcomcn has quit IRC | 12:09 | |
*** hwcomcn has joined #openstack-glance | 12:10 | |
*** hwcomcn has quit IRC | 12:11 | |
*** ducttape_ has joined #openstack-glance | 12:11 | |
*** hwcomcn has joined #openstack-glance | 12:12 | |
openstackgerrit | Darja Shakhray proposed openstack/glance: [WIP] Add test of microversions https://review.openstack.org/348857 | 12:12 |
*** pdeore has quit IRC | 12:13 | |
*** hwcomcn has quit IRC | 12:13 | |
*** hwcomcn has joined #openstack-glance | 12:14 | |
*** itisha has joined #openstack-glance | 12:16 | |
*** btully has joined #openstack-glance | 12:17 | |
*** MattMan has quit IRC | 12:17 | |
*** MattMan has joined #openstack-glance | 12:17 | |
*** sskripnick has quit IRC | 12:22 | |
*** btully has quit IRC | 12:22 | |
*** takedakn has joined #openstack-glance | 12:23 | |
*** sskripnick has joined #openstack-glance | 12:23 | |
*** ducttape_ has quit IRC | 12:26 | |
*** takedakn has quit IRC | 12:27 | |
*** sskripnick has quit IRC | 12:29 | |
*** takedakn has joined #openstack-glance | 12:36 | |
openstackgerrit | Itisha Dewan proposed openstack/glance_store: Improve the help text for Swift driver opts https://review.openstack.org/344047 | 12:38 |
*** NanKe has quit IRC | 12:41 | |
*** NanKe has joined #openstack-glance | 12:46 | |
*** sskripnick has joined #openstack-glance | 12:47 | |
*** btully has joined #openstack-glance | 12:51 | |
*** maestropandy1 has joined #openstack-glance | 12:52 | |
*** edmondsw has joined #openstack-glance | 12:54 | |
*** mine0901 has joined #openstack-glance | 12:54 | |
*** maestropandy1 has left #openstack-glance | 12:56 | |
*** maestropandy has joined #openstack-glance | 13:00 | |
*** btully has quit IRC | 13:00 | |
*** btully has joined #openstack-glance | 13:01 | |
*** liwei has quit IRC | 13:04 | |
*** maestropandy has left #openstack-glance | 13:04 | |
*** NanKe has quit IRC | 13:05 | |
*** links has quit IRC | 13:07 | |
*** bpokorny has joined #openstack-glance | 13:17 | |
*** ducttape_ has joined #openstack-glance | 13:21 | |
*** bpokorny has quit IRC | 13:22 | |
*** ducttape_ has quit IRC | 13:34 | |
*** hongbin has left #openstack-glance | 13:36 | |
*** catintheroof has quit IRC | 13:42 | |
*** btully has quit IRC | 13:50 | |
*** btully has joined #openstack-glance | 13:51 | |
*** edmondsw has quit IRC | 13:56 | |
*** hwcomcn has quit IRC | 14:16 | |
*** dshakhray_ has joined #openstack-glance | 14:17 | |
*** dshakhray has quit IRC | 14:18 | |
*** anush_ has joined #openstack-glance | 14:23 | |
*** edmondsw has joined #openstack-glance | 14:34 | |
*** harshs has joined #openstack-glance | 14:34 | |
*** ducttape_ has joined #openstack-glance | 14:35 | |
*** david-lyle has joined #openstack-glance | 14:42 | |
*** david-lyle_ has joined #openstack-glance | 14:46 | |
*** david-lyle has quit IRC | 14:47 | |
*** harshs has quit IRC | 14:47 | |
*** david-lyle__ has joined #openstack-glance | 14:48 | |
*** david-lyle_ has quit IRC | 14:52 | |
*** harshs has joined #openstack-glance | 14:53 | |
*** burgerk has joined #openstack-glance | 14:54 | |
*** mosulica has quit IRC | 14:56 | |
*** anush_ has quit IRC | 15:01 | |
*** jistr is now known as jistr|call | 15:10 | |
*** Dinesh_Bhor has joined #openstack-glance | 15:10 | |
Dinesh_Bhor | flaper87: Hi, Could you please take a look at it ? https://review.openstack.org/#/c/280571/ | 15:12 |
*** harshs has quit IRC | 15:13 | |
*** harshs has joined #openstack-glance | 15:13 | |
*** e0ne has quit IRC | 15:14 | |
*** anush_ has joined #openstack-glance | 15:16 | |
*** jistr|call is now known as jistr | 15:17 | |
*** bpokorny has joined #openstack-glance | 15:18 | |
*** harshs has quit IRC | 15:19 | |
*** ayoung has joined #openstack-glance | 15:22 | |
*** bpokorny has quit IRC | 15:23 | |
*** david-lyle has joined #openstack-glance | 15:23 | |
*** david-lyle__ has quit IRC | 15:23 | |
*** bpokorny has joined #openstack-glance | 15:25 | |
openstackgerrit | Merged openstack/glance_store: Updated from global requirements https://review.openstack.org/348622 | 15:28 |
*** bpokorny has quit IRC | 15:29 | |
*** harshs has joined #openstack-glance | 15:31 | |
*** harshs has quit IRC | 15:32 | |
*** TravT has joined #openstack-glance | 15:33 | |
*** Dinesh_Bhor has quit IRC | 15:37 | |
*** sdake has joined #openstack-glance | 15:39 | |
*** groen692 has quit IRC | 15:44 | |
openstackgerrit | Merged openstack/glance_store: Remove S3 driver https://review.openstack.org/347620 | 15:45 |
*** dshakhray_ has quit IRC | 15:52 | |
*** btully has quit IRC | 15:56 | |
*** GB21 has joined #openstack-glance | 15:56 | |
*** btully has joined #openstack-glance | 15:59 | |
*** pcaruana has quit IRC | 16:01 | |
*** harshs has joined #openstack-glance | 16:10 | |
openstackgerrit | Niall Bunting proposed openstack/glance: Make signature dependencies optional https://review.openstack.org/284941 | 16:13 |
openstackgerrit | Niall Bunting proposed openstack/glance: Make signature dependencies optional https://review.openstack.org/284941 | 16:14 |
*** tesseract- has quit IRC | 16:30 | |
*** bpokorny has joined #openstack-glance | 16:30 | |
*** permalac has quit IRC | 16:31 | |
*** jamielennox|away is now known as jamielennox | 16:32 | |
*** bpokorny has quit IRC | 16:34 | |
*** takedakn has quit IRC | 16:38 | |
*** sskripnick has quit IRC | 16:44 | |
*** e0ne has joined #openstack-glance | 16:45 | |
*** e0ne has quit IRC | 16:46 | |
*** TravT has quit IRC | 16:54 | |
nikhil | thanks for the reviews and merge guys, sigmavirus kairat mike and hemanthm ! much appreciated. | 16:56 |
nikhil | (ref s3 driver) | 16:56 |
*** TravT has joined #openstack-glance | 16:58 | |
sbezverk_ | kairat ping | 17:01 |
*** ducttape_ has quit IRC | 17:05 | |
*** dshakhray_ has joined #openstack-glance | 17:07 | |
*** harshs has quit IRC | 17:17 | |
*** harshs has joined #openstack-glance | 17:21 | |
*** harshs has quit IRC | 17:30 | |
*** itlinux has quit IRC | 17:35 | |
*** jamielennox is now known as jamielennox|away | 17:35 | |
*** bpokorny has joined #openstack-glance | 17:36 | |
*** btully has quit IRC | 17:43 | |
nikhil | https://review.openstack.org/348980 | 17:45 |
*** btully has joined #openstack-glance | 17:46 | |
*** ducttape_ has joined #openstack-glance | 17:46 | |
*** harshs has joined #openstack-glance | 17:49 | |
*** e0ne has joined #openstack-glance | 17:50 | |
*** links has joined #openstack-glance | 17:54 | |
*** harshs has quit IRC | 18:00 | |
*** harshs has joined #openstack-glance | 18:00 | |
*** _stowa has joined #openstack-glance | 18:04 | |
*** _stowa has quit IRC | 18:07 | |
*** mtanino has joined #openstack-glance | 18:14 | |
*** anush_ has quit IRC | 18:18 | |
*** anush_ has joined #openstack-glance | 18:19 | |
*** GB21 has quit IRC | 18:32 | |
*** harshs has quit IRC | 18:46 | |
openstackgerrit | Mike Fedosin proposed openstack/glance: Glare middlewares https://review.openstack.org/330457 | 18:47 |
openstackgerrit | Mike Fedosin proposed openstack/glance: Glare engine https://review.openstack.org/330456 | 18:47 |
openstackgerrit | Mike Fedosin proposed openstack/glance: Glare tests https://review.openstack.org/330459 | 18:47 |
openstackgerrit | Mike Fedosin proposed openstack/glance: Glare API https://review.openstack.org/330458 | 18:47 |
openstackgerrit | Mike Fedosin proposed openstack/glance: Glare sqlalchemy DB https://review.openstack.org/330453 | 18:47 |
openstackgerrit | Mike Fedosin proposed openstack/glance: Glare base artifact type https://review.openstack.org/330455 | 18:47 |
openstackgerrit | Mike Fedosin proposed openstack/glance: Glare artifact types infrastructure https://review.openstack.org/330454 | 18:47 |
openstackgerrit | Mike Fedosin proposed openstack/glance: Glare simple DB https://review.openstack.org/343787 | 18:47 |
*** sdake has quit IRC | 18:47 | |
*** dshakhray__ has joined #openstack-glance | 18:49 | |
*** dshakhray_ has quit IRC | 18:51 | |
*** achanda has joined #openstack-glance | 18:55 | |
*** hoonetorg has quit IRC | 18:56 | |
*** ihrachys has quit IRC | 19:04 | |
*** fifieldt has quit IRC | 19:07 | |
hemanthm | nikhil: https://review.openstack.org/#/c/348507/ | 19:07 |
nikhil | hemanthm: yeas? | 19:08 |
hemanthm | tests failing on that patch | 19:09 |
nikhil | hemanthm: oh so the glance_store issues persists I guess | 19:11 |
nikhil | hemanthm: is that what u were saying? | 19:11 |
hemanthm | yeah, looks like | 19:11 |
hemanthm | yes | 19:11 |
*** ducttape_ has quit IRC | 19:12 | |
*** btully has quit IRC | 19:12 | |
nikhil | hemanthm: I think its a issuewith mirrors on ubuntu | 19:12 |
nikhil | because glance docs gate works | 19:13 |
nikhil | and ubuntu did have issues this week like such | 19:13 |
*** btully has joined #openstack-glance | 19:13 | |
hemanthm | nikhil: yeah, that's possible too | 19:14 |
*** ducttape_ has joined #openstack-glance | 19:15 | |
*** fifieldt has joined #openstack-glance | 19:18 | |
*** links has quit IRC | 19:20 | |
*** sdake has joined #openstack-glance | 19:35 | |
*** edmondsw has quit IRC | 19:35 | |
*** btully has quit IRC | 19:37 | |
*** dshakhray__ has quit IRC | 19:46 | |
*** sdake has quit IRC | 19:59 | |
*** cdelatte has quit IRC | 20:00 | |
*** e0ne has quit IRC | 20:04 | |
sbezverk_ | nikhil when glance client tries to reach glance api service, it contacts keystone for glance endpoint url and then tries to contact glance api usig that url, is this correct? | 20:16 |
*** btully has joined #openstack-glance | 20:20 | |
nikhil | sbezverk_: it should if env is not set or not passed in by user. and assuming you are referring to client CLI | 20:21 |
sbezverk_ | nikhil: thank you. correct I was refering to client cli. | 20:23 |
*** achanda has quit IRC | 20:34 | |
*** burgerk has quit IRC | 20:37 | |
*** dshakhray__ has joined #openstack-glance | 20:46 | |
*** sskripnick has joined #openstack-glance | 20:58 | |
*** btully has quit IRC | 21:10 | |
*** btully has joined #openstack-glance | 21:10 | |
*** btully has quit IRC | 21:33 | |
*** btully has joined #openstack-glance | 21:34 | |
*** bpokorny has quit IRC | 21:40 | |
*** dims_ has quit IRC | 21:44 | |
*** ayoung has quit IRC | 21:44 | |
*** dims has joined #openstack-glance | 21:46 | |
*** dshakhray__ has quit IRC | 22:01 | |
*** achanda has joined #openstack-glance | 22:13 | |
*** ducttape_ has quit IRC | 22:14 | |
*** sskripnick has quit IRC | 22:45 | |
*** sskripnick1 has joined #openstack-glance | 22:45 | |
*** ducttape_ has joined #openstack-glance | 22:50 | |
*** sskripnick1 has quit IRC | 22:53 | |
*** harshs has joined #openstack-glance | 22:54 | |
*** harshs has quit IRC | 22:54 | |
*** harshs has joined #openstack-glance | 23:00 | |
*** harshs has quit IRC | 23:06 | |
*** harshs has joined #openstack-glance | 23:15 | |
*** achanda has quit IRC | 23:17 | |
*** ducttape_ has quit IRC | 23:30 | |
*** btully has quit IRC | 23:38 | |
*** btully has joined #openstack-glance | 23:40 | |
*** anush_ has quit IRC | 23:46 | |
*** ducttape_ has joined #openstack-glance | 23:47 | |
*** ducttape_ has quit IRC | 23:53 | |
*** achanda has joined #openstack-glance | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!