| *** dimsum__ has joined #openstack-glance | 00:02 | |
| *** erhudy1 has joined #openstack-glance | 00:17 | |
| *** jamielennox is now known as jamielennox|away | 00:31 | |
| openstackgerrit | wangxiyuan proposed openstack/glance: Make task_time_to_live work https://review.openstack.org/216586 | 00:56 |
|---|---|---|
| *** h0mer has quit IRC | 00:57 | |
| openstackgerrit | wangxiyuan proposed openstack/glance: Fix uncorrect task status with wrong parameter https://review.openstack.org/216555 | 01:14 |
| *** mingdang1 has joined #openstack-glance | 01:32 | |
| *** haomaiwa_ has joined #openstack-glance | 01:38 | |
| *** tpeoples has joined #openstack-glance | 01:50 | |
| *** bkopilov has quit IRC | 01:54 | |
| *** bkopilov has joined #openstack-glance | 02:09 | |
| *** haomaiwa_ has quit IRC | 02:09 | |
| *** nikhil_k_ has joined #openstack-glance | 02:09 | |
| *** haomaiwa_ has joined #openstack-glance | 02:11 | |
| *** eglute_s has joined #openstack-glance | 02:13 | |
| *** mgagne_ has joined #openstack-glance | 02:13 | |
| *** mgagne_ is now known as Guest60469 | 02:14 | |
| *** eglute has quit IRC | 02:15 | |
| *** flwang has quit IRC | 02:15 | |
| *** mgagne has quit IRC | 02:15 | |
| *** jamielennox|away has quit IRC | 02:15 | |
| *** flaper87 has quit IRC | 02:15 | |
| *** nikhil_k has quit IRC | 02:15 | |
| *** tpeoples has quit IRC | 02:15 | |
| *** flaper87 has joined #openstack-glance | 02:18 | |
| *** flwang has joined #openstack-glance | 02:24 | |
| *** jamielennox|away has joined #openstack-glance | 02:26 | |
| *** jamielennox|away is now known as jamielennox | 02:26 | |
| *** hemanthm_ has joined #openstack-glance | 02:29 | |
| *** baojg has joined #openstack-glance | 02:30 | |
| *** ByPasS_ has joined #openstack-glance | 02:33 | |
| *** dhellmann_ has joined #openstack-glance | 02:34 | |
| *** dhellmann has quit IRC | 02:34 | |
| *** hemanthm has quit IRC | 02:34 | |
| *** ByPasS has quit IRC | 02:34 | |
| *** bapalm has quit IRC | 02:34 | |
| *** ByPasS_ is now known as ByPasS | 02:34 | |
| *** dhellmann_ is now known as dhellmann | 02:36 | |
| *** bapalm has joined #openstack-glance | 02:37 | |
| *** baojg has quit IRC | 02:42 | |
| *** baojg has joined #openstack-glance | 02:43 | |
| *** baojg has quit IRC | 02:43 | |
| *** baojg has joined #openstack-glance | 02:43 | |
| *** david-lyle has joined #openstack-glance | 03:06 | |
| *** clayton has quit IRC | 03:08 | |
| *** hogepodge has quit IRC | 03:08 | |
| *** david-ly_ has quit IRC | 03:08 | |
| *** HenryG has quit IRC | 03:09 | |
| *** haomaiwa_ has quit IRC | 03:09 | |
| *** haomaiwang has joined #openstack-glance | 03:10 | |
| *** HenryG has joined #openstack-glance | 03:12 | |
| *** clayton has joined #openstack-glance | 03:14 | |
| *** sdake has joined #openstack-glance | 03:14 | |
| *** kebray has joined #openstack-glance | 03:37 | |
| openstackgerrit | Dong Ma proposed openstack/glance: Added CORS support to Glance https://review.openstack.org/219478 | 03:39 |
| *** sdake_ has joined #openstack-glance | 03:42 | |
| *** erhudy1 has quit IRC | 03:44 | |
| *** sdake has quit IRC | 03:44 | |
| *** dimsum__ has quit IRC | 03:55 | |
| *** haomaiwang has quit IRC | 04:09 | |
| *** haomaiwang has joined #openstack-glance | 04:10 | |
| *** baojg has quit IRC | 04:10 | |
| *** julim has quit IRC | 04:22 | |
| *** dimsum__ has joined #openstack-glance | 04:55 | |
| *** tpeoples has joined #openstack-glance | 04:57 | |
| *** dimsum__ has quit IRC | 05:01 | |
| *** tpeoples has quit IRC | 05:01 | |
| *** hogepodge has joined #openstack-glance | 05:05 | |
| *** haomaiwang has quit IRC | 05:09 | |
| *** haomaiwang has joined #openstack-glance | 05:10 | |
| *** haomaiwang has quit IRC | 06:02 | |
| *** sudipto has joined #openstack-glance | 06:04 | |
| sudipto | Hi, is it possible to determine the glance API version via any glanceclient API atm? | 06:05 |
| sudipto | flaper87, ^ | 06:05 |
| *** ishant has joined #openstack-glance | 06:14 | |
| *** baojg has joined #openstack-glance | 06:19 | |
| *** 32NAAB6X6 has joined #openstack-glance | 06:21 | |
| *** flaper87 has quit IRC | 06:30 | |
| *** flaper87 has joined #openstack-glance | 06:30 | |
| flaper87 | sudipto: it's not. Here's an attempt to do that. https://review.openstack.org/#/c/219469/ | 06:31 |
| flaper87 | sudipto: we can abstract that after the patch lands | 06:31 |
| sudipto | flaper87, yeah thanks. that's exactly what i was looking for. So i guess, we can add another additional method to http.py which would give us the version via an API - i guess that's what you meant? | 06:43 |
| flaper87 | sudipto: probably, yeah. What do you need it for? | 06:53 |
| sudipto | flaper87, From Nova, if i am able to figure out the CURRENT version in use for glance, I could remove the hard dependency on v1 APIs... | 06:54 |
| sudipto | flaper87, so i was thinking of writing a get_versions API inside http.py - that would give us the dict with all the supported versions and the current one in use. That way, the value doesn't have to be hard coded. | 06:55 |
| sudipto | flaper87, i faced the same issue of status code 300 that you mention in your reviews. | 06:55 |
| flaper87 | sudipto: mmh, have you read the 2 different specs there are proposing how to change Nova's dependency on glance v1 ? | 06:55 |
| sudipto | flaper87, i have read one. https://review.openstack.org/#/c/194945/6/specs/liberty/approved/use-glance-v2-api.rst | 06:56 |
| flaper87 | sudipto: also, I think in Nova's case it'd be better to use keystone rather than checking what versions are available in Glance | 06:56 |
| flaper87 | Both, v1 and v2, could be available but that doesn't mean they are configured as endpoints in keystone | 06:56 |
| sudipto | flaper87, got it...ok. | 06:57 |
| sudipto | flaper87, In that case too the 'CURRENT' value won't denote the one in use? | 06:58 |
| *** lakshmiS has joined #openstack-glance | 07:07 | |
| *** 32NAAB6X6 has quit IRC | 07:09 | |
| *** haomaiwa_ has joined #openstack-glance | 07:10 | |
| flaper87 | sudipto: right | 07:14 |
| *** kebray has quit IRC | 07:22 | |
| sudipto | flaper87, I was coming from the point that if today - you make a GET call without specifying anything on the URI - it returns you the dict with the supported versions. | 07:26 |
| sudipto | flaper87, i thought we could pick the 'CURRENT' one and then initialize the glanceclient using that. | 07:27 |
| *** baojg has quit IRC | 07:28 | |
| openstackgerrit | Deepti Ramakrishna proposed openstack/glance-specs: Mitaka spec folder for tracking proposed specs https://review.openstack.org/218098 | 07:41 |
| openstackgerrit | Deepti Ramakrishna proposed openstack/glance-specs: Mitaka spec folder for tracking proposed specs https://review.openstack.org/218098 | 07:42 |
| openstackgerrit | Deepti Ramakrishna proposed openstack/glance-specs: Mitaka spec folder for tracking proposed specs https://review.openstack.org/218098 | 07:45 |
| *** chlong has quit IRC | 08:09 | |
| *** haomaiwa_ has quit IRC | 08:09 | |
| *** haomaiwang has joined #openstack-glance | 08:10 | |
| *** e0ne has joined #openstack-glance | 08:14 | |
| *** e0ne has quit IRC | 08:24 | |
| *** e0ne has joined #openstack-glance | 08:28 | |
| *** e0ne has quit IRC | 08:28 | |
| *** baojg has joined #openstack-glance | 08:32 | |
| *** mingdang_ has joined #openstack-glance | 08:50 | |
| *** mingdang1 has quit IRC | 08:50 | |
| *** mingdang1 has joined #openstack-glance | 08:55 | |
| *** mingdang_ has quit IRC | 08:55 | |
| *** groen692 has joined #openstack-glance | 08:55 | |
| *** jistr has joined #openstack-glance | 08:56 | |
| *** belmoreira has joined #openstack-glance | 08:58 | |
| *** mingdang1 has quit IRC | 08:58 | |
| *** mingdang1 has joined #openstack-glance | 08:58 | |
| *** dimsum__ has joined #openstack-glance | 08:59 | |
| *** mingdang1 has quit IRC | 09:00 | |
| *** mingdang1 has joined #openstack-glance | 09:01 | |
| *** pbourke has quit IRC | 09:05 | |
| *** pbourke has joined #openstack-glance | 09:06 | |
| *** e0ne has joined #openstack-glance | 09:06 | |
| *** dimsum__ has quit IRC | 09:07 | |
| *** haomaiwang has quit IRC | 09:09 | |
| *** haomaiwang has joined #openstack-glance | 09:10 | |
| *** baojg has quit IRC | 09:20 | |
| openstackgerrit | Takeaki Matsumoto proposed openstack/glance: Add _member_ to property-protections-roles.conf.sample https://review.openstack.org/220920 | 09:24 |
| *** kairat has quit IRC | 09:24 | |
| *** kairat has joined #openstack-glance | 09:27 | |
| *** MattMan has joined #openstack-glance | 09:36 | |
| *** groen692 has quit IRC | 09:49 | |
| *** baojg has joined #openstack-glance | 09:59 | |
| *** Kennan_Vacation2 has joined #openstack-glance | 10:02 | |
| *** groen692 has joined #openstack-glance | 10:02 | |
| *** Kennan_Vacation has quit IRC | 10:02 | |
| *** haomaiwang has quit IRC | 10:09 | |
| *** 6JTABZMBJ has joined #openstack-glance | 10:10 | |
| *** baojg has quit IRC | 10:13 | |
| *** baojg has joined #openstack-glance | 10:14 | |
| *** baojg has quit IRC | 10:14 | |
| *** baojg has joined #openstack-glance | 10:15 | |
| *** baojg has quit IRC | 10:20 | |
| openstackgerrit | Niall Bunting proposed openstack/python-glanceclient: Image-list backwards compatibility for v2 https://review.openstack.org/219802 | 10:45 |
| *** e0ne has quit IRC | 10:48 | |
| openstackgerrit | Niall Bunting proposed openstack/python-glanceclient: Image-list backwards compatibility for v2 https://review.openstack.org/219802 | 10:51 |
| openstackgerrit | Kairat Kushaev proposed openstack/glance: Do not restore artifact if it is in creating state https://review.openstack.org/220952 | 10:59 |
| *** mingdang1 has quit IRC | 11:09 | |
| *** 6JTABZMBJ has quit IRC | 11:09 | |
| *** haomaiwang has joined #openstack-glance | 11:10 | |
| *** haomaiwang has quit IRC | 11:15 | |
| *** wxy has joined #openstack-glance | 11:20 | |
| *** wxy has quit IRC | 11:21 | |
| *** GB21 has joined #openstack-glance | 11:26 | |
| *** dimsum__ has joined #openstack-glance | 11:33 | |
| *** e0ne has joined #openstack-glance | 11:35 | |
| *** dimsum__ has quit IRC | 11:40 | |
| *** lakshmiS has quit IRC | 11:45 | |
| *** dedery has joined #openstack-glance | 11:48 | |
| *** mingdang1 has joined #openstack-glance | 11:54 | |
| *** sudipto has quit IRC | 11:57 | |
| dedery | Hi people, I know it's kinda slow due to the end of the release and all but can someone please review https://review.openstack.org/#/c/219660/ ? | 11:57 |
| dedery | It's a small None check fix | 11:57 |
| dedery | It solves https://bugs.launchpad.net/glance/+bug/1491311 | 11:58 |
| openstack | Launchpad bug 1491311 in Glance "glanceclient/common/utils.py safe_header throws an exception on X-Auth-Token with None value" [Undecided,New] - Assigned to David Edery (david-edery) | 11:58 |
| *** xianghui has quit IRC | 12:00 | |
| openstackgerrit | David Edery proposed openstack/python-glanceclient: check for None value in utils.safe_header https://review.openstack.org/219660 | 12:10 |
| openstackgerrit | wangxiyuan proposed openstack/python-glanceclient: Fix wrong check when add locations to image https://review.openstack.org/220969 | 12:11 |
| *** exploreshaifali has joined #openstack-glance | 12:15 | |
| *** dimsum__ has joined #openstack-glance | 12:30 | |
| *** ducttape_ has joined #openstack-glance | 12:30 | |
| openstackgerrit | wangxiyuan proposed openstack/python-glanceclient: Fix wrong check when add locations to image https://review.openstack.org/220969 | 12:31 |
| *** dimsum__ has quit IRC | 12:34 | |
| *** pbourke has left #openstack-glance | 12:38 | |
| nikhil_k_ | ativelkov: mfedosin : hey, guys. we've a holiday in the US today. can any one of you run the artifacts meeting or cancel it as you deem appropriate (there's nothing on the agenda yet)? | 12:45 |
| mfedosin | nikhil_k_, I think we can cancel it | 12:46 |
| nikhil_k_ | mfedosin: ah cool. I will send email to ML | 12:46 |
| mfedosin | thanks! | 12:46 |
| *** ducttape_ has quit IRC | 12:50 | |
| *** exploreshaifali has quit IRC | 13:06 | |
| openstackgerrit | Kairat Kushaev proposed openstack/glance: Support replacing of blobs in artifacts https://review.openstack.org/220988 | 13:11 |
| *** ducttape_ has joined #openstack-glance | 13:13 | |
| openstackgerrit | Mike Fedosin proposed openstack/python-glanceclient: Add 'validate' option to image-list in v2 https://review.openstack.org/217113 | 13:29 |
| openstackgerrit | Niall Bunting proposed openstack/python-glanceclient: Image-list backwards compatibility for v2 https://review.openstack.org/219802 | 13:30 |
| *** dimsum__ has joined #openstack-glance | 13:34 | |
| *** baojg has joined #openstack-glance | 13:37 | |
| *** e0ne has quit IRC | 13:39 | |
| *** dimsum__ has quit IRC | 13:40 | |
| *** baojg has quit IRC | 13:41 | |
| *** ishant has quit IRC | 13:41 | |
| *** baojg has joined #openstack-glance | 13:41 | |
| *** ducttape_ has quit IRC | 13:46 | |
| *** baojg has quit IRC | 13:46 | |
| *** e0ne has joined #openstack-glance | 13:48 | |
| *** haomaiwang has joined #openstack-glance | 13:50 | |
| *** GB21 has quit IRC | 14:00 | |
| *** haomaiwang has quit IRC | 14:01 | |
| *** haomaiwa_ has joined #openstack-glance | 14:01 | |
| openstackgerrit | Niall Bunting proposed openstack/python-glanceclient: Image-create is-public backwards compatibility https://review.openstack.org/221012 | 14:05 |
| openstackgerrit | Kairat Kushaev proposed openstack/glance: Support replacing of blobs in artifacts https://review.openstack.org/220988 | 14:07 |
| openstackgerrit | Niall Bunting proposed openstack/python-glanceclient: Image-create is-public backwards compatibility https://review.openstack.org/221012 | 14:18 |
| *** mingdang1 has quit IRC | 14:18 | |
| *** dimsum__ has joined #openstack-glance | 14:23 | |
| *** kebray has joined #openstack-glance | 14:30 | |
| *** erhudy1 has joined #openstack-glance | 14:35 | |
| openstackgerrit | Martin Mágr proposed openstack/glance: Add db purge command https://review.openstack.org/216782 | 14:37 |
| *** dimsum__ has quit IRC | 14:46 | |
| *** TravT has quit IRC | 14:46 | |
| *** ducttape_ has joined #openstack-glance | 14:47 | |
| *** TravT has joined #openstack-glance | 14:51 | |
| *** ducttape_ has quit IRC | 14:55 | |
| *** haomaiwa_ has quit IRC | 15:01 | |
| *** haomaiwang has joined #openstack-glance | 15:01 | |
| *** dedery has quit IRC | 15:05 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/glance: Updated from global requirements https://review.openstack.org/220696 | 15:13 |
| *** GB21 has joined #openstack-glance | 15:15 | |
| openstackgerrit | Kairat Kushaev proposed openstack/glance: Fix replacing of item in blob list https://review.openstack.org/221046 | 15:17 |
| *** jamielennox is now known as jamielennox|away | 15:20 | |
| openstackgerrit | Kairat Kushaev proposed openstack/glance: Support replacing of blobs in artifacts https://review.openstack.org/220988 | 15:22 |
| *** aix has quit IRC | 15:22 | |
| *** belmoreira has quit IRC | 15:24 | |
| openstackgerrit | Darja Shakhray proposed openstack/glance: Fix 500 error when we specify invalid headers when work with blob/bloblist https://review.openstack.org/221056 | 15:26 |
| *** ducttape_ has joined #openstack-glance | 15:32 | |
| *** MattMan has quit IRC | 15:43 | |
| *** dimsum__ has joined #openstack-glance | 15:46 | |
| *** dimsum__ has quit IRC | 15:53 | |
| *** ducttape_ has quit IRC | 15:55 | |
| *** haomaiwang has quit IRC | 16:01 | |
| *** jistr has quit IRC | 16:01 | |
| *** kebray has quit IRC | 16:01 | |
| *** haomaiwa_ has joined #openstack-glance | 16:01 | |
| openstackgerrit | Niall Bunting proposed openstack/python-glanceclient: Image-create backwards compatibility https://review.openstack.org/221012 | 16:04 |
| *** ishant has joined #openstack-glance | 16:06 | |
| *** e0ne has quit IRC | 16:15 | |
| *** groen692 has quit IRC | 16:21 | |
| *** marekd has left #openstack-glance | 16:29 | |
| *** AlexeyElagin has joined #openstack-glance | 16:30 | |
| *** ishant has quit IRC | 16:36 | |
| *** dimsum__ has joined #openstack-glance | 16:43 | |
| *** dimsum__ has quit IRC | 16:49 | |
| *** haomaiwa_ has quit IRC | 17:01 | |
| *** haomaiwang has joined #openstack-glance | 17:01 | |
| *** e0ne has joined #openstack-glance | 17:02 | |
| *** e0ne has quit IRC | 17:13 | |
| *** GB21 has quit IRC | 17:16 | |
| *** e0ne has joined #openstack-glance | 17:17 | |
| *** mingdang1 has joined #openstack-glance | 17:19 | |
| *** mingdang1 has quit IRC | 17:23 | |
| *** boris-42 has quit IRC | 17:30 | |
| *** dimsum__ has joined #openstack-glance | 17:50 | |
| *** e0ne has quit IRC | 17:54 | |
| *** dimsum__ has quit IRC | 17:56 | |
| *** sgotliv_ has joined #openstack-glance | 17:57 | |
| *** e0ne has joined #openstack-glance | 17:58 | |
| *** sgotliv has quit IRC | 18:00 | |
| *** haomaiwang has quit IRC | 18:01 | |
| *** haomaiwang has joined #openstack-glance | 18:01 | |
| *** e0ne has quit IRC | 18:03 | |
| *** e0ne has joined #openstack-glance | 18:07 | |
| *** davideagnello has joined #openstack-glance | 18:08 | |
| *** tpeoples has joined #openstack-glance | 18:15 | |
| *** bkopilov has quit IRC | 18:21 | |
| *** tpeoples has quit IRC | 18:21 | |
| *** e0ne has quit IRC | 18:26 | |
| *** e0ne has joined #openstack-glance | 18:30 | |
| *** dimsum__ has joined #openstack-glance | 18:34 | |
| *** cdelatte has joined #openstack-glance | 18:34 | |
| *** e0ne has quit IRC | 18:38 | |
| *** sgotliv_ has quit IRC | 18:40 | |
| *** e0ne has joined #openstack-glance | 18:41 | |
| *** e0ne has quit IRC | 18:43 | |
| *** exploreshaifali has joined #openstack-glance | 18:46 | |
| *** e0ne has joined #openstack-glance | 18:47 | |
| *** dimsum__ has quit IRC | 18:47 | |
| *** e0ne has quit IRC | 18:50 | |
| *** davideagnello has quit IRC | 18:50 | |
| *** haomaiwang has quit IRC | 19:01 | |
| *** haomaiwang has joined #openstack-glance | 19:01 | |
| *** tpeoples has joined #openstack-glance | 19:02 | |
| *** ByPasS has quit IRC | 19:04 | |
| *** ByPasS has joined #openstack-glance | 19:04 | |
| *** julim has joined #openstack-glance | 19:06 | |
| *** dimsum__ has joined #openstack-glance | 19:13 | |
| *** erhudy1 has quit IRC | 19:15 | |
| *** exploreshaifali has quit IRC | 19:34 | |
| *** TravT has quit IRC | 19:35 | |
| *** TravT has joined #openstack-glance | 19:36 | |
| *** tpeoples has quit IRC | 19:40 | |
| *** erhudy1 has joined #openstack-glance | 19:54 | |
| *** boris-42 has joined #openstack-glance | 19:54 | |
| *** haomaiwang has quit IRC | 20:01 | |
| *** haomaiwang has joined #openstack-glance | 20:01 | |
| *** sgotliv_ has joined #openstack-glance | 20:15 | |
| *** dimsum__ has quit IRC | 20:36 | |
| *** davideagnello has joined #openstack-glance | 20:51 | |
| *** dimsum__ has joined #openstack-glance | 20:51 | |
| *** sdake_ has quit IRC | 20:55 | |
| *** davideagnello has quit IRC | 20:56 | |
| *** haomaiwang has quit IRC | 21:01 | |
| *** haomaiwang has joined #openstack-glance | 21:01 | |
| *** aix has joined #openstack-glance | 21:01 | |
| *** ByPasS has quit IRC | 21:24 | |
| openstackgerrit | David Edery proposed openstack/python-glanceclient: check for None value in utils.safe_header https://review.openstack.org/219660 | 21:24 |
| *** ByPasS has joined #openstack-glance | 21:26 | |
| *** erhudy1 has quit IRC | 21:37 | |
| *** haomaiwang has quit IRC | 22:01 | |
| *** haomaiwang has joined #openstack-glance | 22:01 | |
| *** jamielennox|away is now known as jamielennox | 22:11 | |
| *** dedery has joined #openstack-glance | 22:17 | |
| *** dedery has quit IRC | 22:18 | |
| *** erhudy1 has joined #openstack-glance | 22:25 | |
| *** david-lyle has quit IRC | 22:39 | |
| *** ducttape_ has joined #openstack-glance | 22:42 | |
| *** david-lyle has joined #openstack-glance | 22:44 | |
| *** davideagnello has joined #openstack-glance | 22:52 | |
| *** sdake has joined #openstack-glance | 22:53 | |
| *** ByPasS has quit IRC | 22:56 | |
| *** davideagnello has quit IRC | 22:57 | |
| *** ByPasS has joined #openstack-glance | 22:58 | |
| *** haomaiwang has quit IRC | 23:01 | |
| *** haomaiwang has joined #openstack-glance | 23:01 | |
| *** xianghui has joined #openstack-glance | 23:03 | |
| *** davideagnello has joined #openstack-glance | 23:05 | |
| *** ducttape_ has quit IRC | 23:22 | |
| *** ducttape_ has joined #openstack-glance | 23:23 | |
| *** ducttape_ has quit IRC | 23:27 | |
| *** ByPasS has quit IRC | 23:37 | |
| *** ByPasS has joined #openstack-glance | 23:38 | |
| *** chlong has joined #openstack-glance | 23:40 | |
| *** sdake has quit IRC | 23:42 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!