Wednesday, 2015-07-15

*** barra204 has quit IRC00:03
openstackgerritOpenStack Proposal Bot proposed openstack/glance: Updated from global requirements  https://review.openstack.org/20066600:10
openstackgerritOpenStack Proposal Bot proposed openstack/glance_store: Updated from global requirements  https://review.openstack.org/20066700:10
openstackgerritMerged openstack/glance: Purge dead file-backed scrubber queue code  https://review.openstack.org/16105100:10
openstackgerritOpenStack Proposal Bot proposed openstack/python-glanceclient: Updated from global requirements  https://review.openstack.org/20090000:14
openstackgerritOpenStack Proposal Bot proposed openstack/glance: Updated from global requirements  https://review.openstack.org/20066600:17
openstackgerritOpenStack Proposal Bot proposed openstack/glance_store: Updated from global requirements  https://review.openstack.org/20066700:17
*** mtanino has quit IRC00:19
*** tsekiyam_ has joined #openstack-glance00:21
*** david-lyle has quit IRC00:25
*** tsekiyama has quit IRC00:25
*** tsekiyam_ has quit IRC00:26
*** primechuck has quit IRC00:26
*** ducttape_ has joined #openstack-glance00:32
openstackgerritOpenStack Proposal Bot proposed openstack/python-glanceclient: Updated from global requirements  https://review.openstack.org/20090000:36
*** primechuck has joined #openstack-glance00:41
*** bitblt has quit IRC00:44
*** dims__ has quit IRC00:54
openstackgerritWayne Okuma proposed openstack/glance-specs: CLI Support For Tag Metadata Definitions  https://review.openstack.org/17967400:57
*** spzala_ has joined #openstack-glance01:08
*** spzala has quit IRC01:08
*** spzala_ is now known as spzala01:08
*** TravT has quit IRC01:15
openstackgerritDesmond Sponsor proposed openstack/glance: Fix the document bug in part of digest_algorithm  https://review.openstack.org/20099901:20
*** jwang_ has quit IRC01:21
*** changbl has joined #openstack-glance01:24
*** primechuck has quit IRC01:28
*** dims_ has joined #openstack-glance01:28
*** kjelly has joined #openstack-glance01:30
openstackgerritOpenStack Proposal Bot proposed openstack/glance: Updated from global requirements  https://review.openstack.org/20066601:31
openstackgerritOpenStack Proposal Bot proposed openstack/glance_store: Updated from global requirements  https://review.openstack.org/20066701:32
openstackgerritOpenStack Proposal Bot proposed openstack/python-glanceclient: Updated from global requirements  https://review.openstack.org/20090001:37
*** tpeoples_away is now known as tpeoples01:41
openstackgerritDesmond Sponsor proposed openstack/glance: Fix the document bug in part of digest_algorithm  https://review.openstack.org/20099901:51
*** boris-42 has quit IRC01:52
openstackgerritLong Quan Sha proposed openstack/glance: Use more accurate message in glance v2 api  https://review.openstack.org/19634002:04
*** harshs has quit IRC02:08
openstackgerritLong Quan Sha proposed openstack/python-glanceclient: Fix the download error when the image locations are blank  https://review.openstack.org/19954902:11
*** kebray has joined #openstack-glance02:11
*** david-lyle has joined #openstack-glance02:12
openstackgerritLong Quan Sha proposed openstack/glance: member-create should handle the previous deleted image-member  https://review.openstack.org/19089502:13
*** mingdang1 has joined #openstack-glance02:16
*** dims_ has quit IRC02:17
openstackgerritLong Quan Sha proposed openstack/glance: member-create should handle the deleted image-member  https://review.openstack.org/19089502:20
*** david-lyle has quit IRC02:35
*** annashen has joined #openstack-glance02:39
*** gberginc has joined #openstack-glance02:41
*** gberginc has quit IRC02:41
*** annashen has quit IRC02:48
openstackgerritLong Quan Sha proposed openstack/glance: Fix download error when image status isn't active  https://review.openstack.org/19937802:50
*** annashen has joined #openstack-glance02:58
*** haomaiwang has quit IRC03:09
*** haomaiwa_ has joined #openstack-glance03:09
*** ducttape_ has quit IRC03:14
*** dims_ has joined #openstack-glance03:19
*** ducttape_ has joined #openstack-glance03:20
*** dims_ has quit IRC03:23
*** harshs has joined #openstack-glance03:24
rosmaitaflwang: ping03:25
flwangrosmaita: pong03:25
rosmaitai read through that discussion on your nova patch03:26
rosmaitai'm still a bit confused03:26
rosmaitai will try to explain why and you can straighten me out03:27
rosmaitasuppose you have image I03:27
rosmaitayou create bootable volume V from I in cinder03:27
rosmaitathen you ask nova to boot an instance from V, but you have to pass it the uuid for I (at least you used to) so it could read image metadata that nova might need to guide the boot process03:28
rosmaita(or does Cinder keep some image metadata along with the volume?)03:29
rosmaitaif Cinder doesn't keep the image metadata, and you delete image I, then i guess you might not be able to boot an instance from that volume?03:30
rosmaitabut that looks to me more like an argument for displaying a deleted image's metadata instead of an argument for deleting volume V when you delete image I03:31
rosmaita... or am I completely missing your point?03:32
openstackgerritMingda Sun proposed openstack/glance_store: rbd driver cannot delete residual image from ceph in some cases  https://review.openstack.org/20152303:32
rosmaitaflwang: ping me back when you've had time to think about the above03:36
flwangrosmaita: not really03:38
flwangthe volume's metadata will be save in glance03:38
*** david-lyle has joined #openstack-glance03:38
*** ducttape_ has quit IRC03:39
rosmaitaflwang: you mean as a separate image record, so for example, in the case above, you'd have an image record in glance for I and also an image record for V, each having a different UUID?03:41
flwangrosmaita: i'm not sure if nova is doing some different thing, but user don't have to create the bootable volume from I, but just run this command: nova boot --flavor t1.nano-swap --swap 50 --block-device source=image,id=<cirros_id>,dest=volume,size=1,bootindex=0 inst03:43
flwangthen it will create a new instance and a new volume, and the volume is attached to the  instance. or i would say the instance is based on the volume ;)03:44
rosmaitaflwang: i think in the background, nova asks cinder to prepare the volume, and then boots from it, so it's basically the same thing03:44
flwangthen snapshot for the instance, and you will see a new image in glance, and a new snapshot volume in cinder03:44
flwangrosmaita: yep, i think so03:45
rosmaitaso i guess that's kind of flavor-relative, i.e., if you have a flavor with no disks, then your snapshot would be of only the volume?03:46
flwangnope, even you create an instance with swap or ephemeral disk, when you do the snapshot, there is only the root volume/disk03:47
rosmaitaso then what exactly is the "new image in glance" you speak of?03:48
flwanga new image created by 'nova image-create' aka nova snapshot03:49
*** spzala has quit IRC03:55
*** kebray has quit IRC03:59
rosmaitaflwang: so is it an image record only, or a "normal" glance image (i.e., image record + virtual disk image)?04:02
*** flwang1 has joined #openstack-glance04:04
flwang1rosmaita: you will see an image like this : http://paste.openstack.org/show/376339/04:05
flwang1the image has a bdm property block_device_mapping04:05
flwang1and in it, there is the snapshot id of cinder04:06
*** harshs_ has joined #openstack-glance04:17
*** harshs has quit IRC04:19
*** harshs_ is now known as harshs04:19
rosmaitaflwang1: so i guess the location on that image is null?04:22
rosmaitaanyway, i have a better understanding of the situation04:28
rosmaitai guess if we consider cinder to the be storage backend for that kind of image, it would make sense that if you delete the image in glance, it should be removed from the backend, too04:28
*** fifieldt has joined #openstack-glance04:28
rosmaitabut04:29
*** annashen has quit IRC04:29
rosmaitathere's going to be a consistency problem, because if someone deletes the thing from cinder, glance wont' know, and the image record will still be there04:29
rosmaitawhich will be confusing to end users ... so it looks to me like in your quest to make something simpler for end users, you are also making it more confusing for end users04:30
rosmaitaso i really don't have a helpful suggestion here04:31
flwang1rosmaita: haha04:31
flwang1rosmaita: no worries, i will think it more ;)04:32
rosmaitame too ... i don't like the current options, but don't know what would be better04:32
rosmaitathanks for your patience in explaining the situation to me04:33
flwang1rosmaita: no, i should say thank you, I always want to know your opinion if it's related to glance/image04:34
*** danieru has quit IRC04:35
*** danieru has joined #openstack-glance04:36
*** boris-42 has joined #openstack-glance04:43
*** lakshmiS has joined #openstack-glance05:07
*** flwang1 has quit IRC05:07
*** flwang1 has joined #openstack-glance05:10
*** gberginc has joined #openstack-glance05:11
*** exploreshaifali has joined #openstack-glance05:13
*** gberginc has quit IRC05:14
*** exploreshaifali has quit IRC05:14
*** flwang1 has quit IRC05:14
*** annashen has joined #openstack-glance05:14
*** Longgeek has joined #openstack-glance05:28
*** ByPasS has joined #openstack-glance05:33
*** kebray has joined #openstack-glance05:41
*** kebray has quit IRC05:41
*** kebray has joined #openstack-glance05:42
*** annashen has quit IRC05:48
*** flwang1 has joined #openstack-glance06:05
openstackgerritOpenStack Proposal Bot proposed openstack/glance: Imported Translations from Transifex  https://review.openstack.org/19720606:05
*** rajesht has joined #openstack-glance06:10
*** annashen has joined #openstack-glance06:10
*** rajesht has left #openstack-glance06:11
*** jith_ has joined #openstack-glance06:20
*** belmoreira has joined #openstack-glance06:21
*** primechuck has joined #openstack-glance06:24
jith_Hi all,  i have enabled swift(SAIO) in a VM.. In another machine devstack is running..i have used to devstack keystone for authenticating swift..  Now i have to enable the swift for devstack-glance. What all changes i have to do in local.conf or in glance-api.conf?06:25
*** tobe has joined #openstack-glance06:28
*** gberginc has joined #openstack-glance06:28
*** annashen has quit IRC06:46
*** Miouge has quit IRC06:49
*** Miouge has joined #openstack-glance06:50
*** markus_z has joined #openstack-glance06:59
*** annashen has joined #openstack-glance07:15
*** markus_z has quit IRC07:17
*** dims_ has joined #openstack-glance07:20
*** primechuck has quit IRC07:22
*** Longgeek has quit IRC07:23
*** zigo has quit IRC07:24
*** zigo has joined #openstack-glance07:25
*** dims_ has quit IRC07:26
*** annashen has quit IRC07:26
openstackgerritwangxiyuan proposed openstack/glance: Catch BadStoreUri when create image with api v2  https://review.openstack.org/20195707:28
*** _stowa has quit IRC07:30
*** aix has joined #openstack-glance07:31
*** _stowa_ has joined #openstack-glance07:38
*** e0ne has joined #openstack-glance07:39
*** Miouge has quit IRC07:40
*** lakshmiS has quit IRC07:45
*** _stowa_ is now known as _stowa07:46
*** kebray has quit IRC07:59
*** Longgeek has joined #openstack-glance08:00
*** flwang1 has quit IRC08:01
*** flwang1 has joined #openstack-glance08:02
*** leseb has quit IRC08:04
*** flwang1 has quit IRC08:06
*** leseb has joined #openstack-glance08:07
*** jistr has joined #openstack-glance08:12
*** boris-42 has quit IRC08:12
*** lakshmiS has joined #openstack-glance08:15
*** e0ne is now known as e0ne_08:16
*** leseb_ has quit IRC08:21
*** e0ne_ is now known as e0ne08:22
*** haypo has joined #openstack-glance08:24
haypohi. i asked a new release of glance_store. last thursday, sigmavirus24_awa wrote "I'll bring up a new release today in the Glance meeting (currently running) and see if Nik and I can bug the release managers for a new release today."08:25
haypodoes anyone know the latest status of this?08:25
openstackgerritVictor Stinner proposed openstack/glance_store: setup.cfg: add Python 3 classifiers  https://review.openstack.org/20198908:33
*** harshs has quit IRC08:47
*** tpeoples has quit IRC08:47
*** bunting has joined #openstack-glance08:52
*** markus_z has joined #openstack-glance09:00
*** e0ne is now known as e0ne_09:15
*** e0ne_ is now known as e0ne09:16
*** e0ne has quit IRC09:22
*** aarefiev has quit IRC09:22
*** bdossant has joined #openstack-glance09:34
kragnizhaypo: I was going to follow up, but was sidetracked by other things09:34
haypokragniz: i sent a reminder on openstack-dev ;)09:36
haypokragniz: does something block this release?09:36
kragnizhaypo: not that I know of, it's just been indecisiveness09:37
kragnizhaypo: anyway, I'll try to get it out today :)09:45
haypokragniz: coolness09:45
*** tobe has quit IRC09:54
*** dims_ has joined #openstack-glance10:03
*** dims_ has quit IRC10:05
*** e0ne has joined #openstack-glance10:12
*** eandersson has joined #openstack-glance10:13
*** tobe has joined #openstack-glance10:17
*** ajayaa has joined #openstack-glance10:23
*** e0ne is now known as e0ne_10:32
*** e0ne_ is now known as e0ne10:39
*** jamielennox is now known as jamielennox|away10:41
*** e0ne has quit IRC10:46
*** tobe has quit IRC10:48
*** e0ne has joined #openstack-glance10:50
*** gberginc has quit IRC10:54
*** eandersson_ has joined #openstack-glance10:57
*** eandersson has quit IRC10:57
*** e0ne has quit IRC11:00
*** mingdang1 has quit IRC11:00
*** gberginc has joined #openstack-glance11:02
*** e0ne has joined #openstack-glance11:04
*** kjelly_ has joined #openstack-glance11:11
*** e0ne has quit IRC11:13
*** eandersson_ is now known as eandersson11:18
*** e0ne has joined #openstack-glance11:18
*** openstack has joined #openstack-glance11:36
*** e0ne is now known as e0ne_11:37
*** alex_xu_ has joined #openstack-glance11:37
*** alex_xu_ has quit IRC11:37
*** alex_xu_ has joined #openstack-glance11:37
*** openstackstatus has joined #openstack-glance11:38
*** ChanServ sets mode: +v openstackstatus11:38
*** e0ne_ is now known as e0ne11:39
*** dims_ has joined #openstack-glance11:47
*** exploreshaifali has joined #openstack-glance11:55
*** cdelatte has joined #openstack-glance11:56
*** delattec has joined #openstack-glance11:56
*** ducttape_ has joined #openstack-glance12:10
*** tobe has joined #openstack-glance12:15
*** tobe has quit IRC12:18
*** tobe has joined #openstack-glance12:19
*** tobe has quit IRC12:24
*** ducttape_ has quit IRC12:27
*** edmondsw has joined #openstack-glance12:35
openstackgerritMike Fedosin proposed openstack/glance_store: Improving GlanceStoreException  https://review.openstack.org/20208312:37
*** dims_ has quit IRC12:41
*** exploreshaifali has quit IRC12:45
*** zeddii has quit IRC12:47
*** zeddii has joined #openstack-glance12:48
*** jaypipes has joined #openstack-glance12:59
*** julim has joined #openstack-glance13:00
*** zeddii has quit IRC13:03
*** dims_ has joined #openstack-glance13:06
*** lakshmiS has quit IRC13:07
*** peristeri has joined #openstack-glance13:22
*** primechuck has joined #openstack-glance13:22
*** peristeri has quit IRC13:27
*** peristeri has joined #openstack-glance13:28
*** primechuck has quit IRC13:30
*** sgotliv has quit IRC13:37
*** sgotliv has joined #openstack-glance13:37
*** jistr is now known as jistr|mtg13:49
*** exploreshaifali has joined #openstack-glance13:49
*** mingdang_ has joined #openstack-glance13:50
*** ducttape_ has joined #openstack-glance14:04
*** spzala has joined #openstack-glance14:06
*** annegentle has joined #openstack-glance14:06
*** peristeri has quit IRC14:08
*** sigmavirus24_awa is now known as sigmavirus2414:12
sigmavirus24haypo: and my being super busy and forgetting that we were goign to do that =P14:13
hayposigmavirus24: no problem. i'm your human reminder :)14:13
sigmavirus24haypo: I appreciate it14:14
hayposigmavirus24: i like harassing other developers14:14
*** primechuck has joined #openstack-glance14:14
sigmavirus24haypo: I like poking sleeping bears14:14
sigmavirus24e.g., epochs14:14
haypohaha14:15
*** mtanino has joined #openstack-glance14:20
*** pbourke has quit IRC14:22
*** pbourke has joined #openstack-glance14:22
*** peristeri has joined #openstack-glance14:23
*** tpeoples has joined #openstack-glance14:29
*** jistr|mtg is now known as jistr14:33
*** jith_ has quit IRC14:39
*** jasondotstar has joined #openstack-glance14:49
*** tsekiyama has joined #openstack-glance14:50
*** mingdang_ has quit IRC14:54
openstackgerritTomoki Sekiyama proposed openstack/glance: Importing oslo.rootwrap into Glance  https://review.openstack.org/18620114:54
*** markus_z has quit IRC15:13
*** aix has quit IRC15:23
*** peristeri has quit IRC15:31
*** ajayaa has quit IRC15:32
*** e0ne is now known as e0ne_15:36
*** ig0r__ has quit IRC15:39
*** ig0r_ has joined #openstack-glance15:40
*** bunting has quit IRC15:45
*** e0ne_ is now known as e0ne15:45
*** peristeri has joined #openstack-glance15:46
*** belmoreira has quit IRC15:48
*** jaypipes has quit IRC15:58
*** annashen has joined #openstack-glance16:00
*** bdossant_ has joined #openstack-glance16:01
*** bdossant has quit IRC16:04
openstackgerritLong Quan Sha proposed openstack/glance: Fix http 500 error during creating task  https://review.openstack.org/20216416:04
*** kjelly_ has quit IRC16:05
*** spzala has quit IRC16:19
*** bdossant_ has quit IRC16:22
*** haypo has left #openstack-glance16:37
*** vijendar has joined #openstack-glance16:37
*** vijendar has quit IRC16:37
*** vijendar has joined #openstack-glance16:38
*** annashen has quit IRC16:42
*** ajayaa has joined #openstack-glance16:44
*** spzala has joined #openstack-glance16:45
*** annashen has joined #openstack-glance16:46
*** mjturek1 has joined #openstack-glance16:47
*** jistr has quit IRC16:50
*** GB21 has joined #openstack-glance16:56
*** sigmavirus24 is now known as sigmavirus24_awa17:10
*** exploreshaifali has quit IRC17:10
*** GB21 has quit IRC17:13
*** Marc_F has quit IRC17:14
*** Marc_F has joined #openstack-glance17:20
*** GB21 has joined #openstack-glance17:26
*** mjturek1 has quit IRC17:28
*** mgarza_ has joined #openstack-glance17:32
*** kebray has joined #openstack-glance17:33
*** jaypipes has joined #openstack-glance17:35
*** tpeoples has quit IRC17:37
*** mtanino has quit IRC17:39
*** ajayaa has quit IRC17:44
*** GB21_ has joined #openstack-glance17:47
*** GB21 has quit IRC17:47
*** tpeoples has joined #openstack-glance17:50
*** GB21_ has quit IRC17:51
*** mtanino has joined #openstack-glance17:52
*** kebray has quit IRC17:54
*** mingdang1 has joined #openstack-glance17:54
*** mingdang1 has quit IRC17:59
*** ayoung has joined #openstack-glance18:02
*** sigmavirus24_awa is now known as sigmavirus2418:06
*** annegentle has quit IRC18:06
*** gberginc has quit IRC18:20
*** boris-42 has joined #openstack-glance18:23
*** belmoreira has joined #openstack-glance18:28
*** annashen has quit IRC18:30
*** annegentle has joined #openstack-glance18:35
*** belmoreira has quit IRC18:41
*** annashen has joined #openstack-glance18:42
*** vijendar1 has joined #openstack-glance18:46
*** exploreshaifali has joined #openstack-glance18:46
*** ducttape_ has quit IRC18:47
*** vijendar has quit IRC18:48
*** flwang has quit IRC18:58
*** vijendar1 has quit IRC19:02
*** ducttape_ has joined #openstack-glance19:02
*** vijendar has joined #openstack-glance19:03
*** e0ne has quit IRC19:05
*** annashen has quit IRC19:06
*** Longgeek has quit IRC19:08
*** fifieldt_ has joined #openstack-glance19:10
*** mgarza_ has quit IRC19:11
*** mgarza has joined #openstack-glance19:11
*** fifieldt has quit IRC19:13
*** belmoreira has joined #openstack-glance19:13
*** spzala has quit IRC19:30
*** belmoreira has quit IRC19:43
*** mgarza has quit IRC19:50
*** mgarza has joined #openstack-glance19:50
*** annegentle has quit IRC19:53
*** annegentle has joined #openstack-glance19:53
*** vijendar1 has joined #openstack-glance19:57
*** spzala has joined #openstack-glance19:57
*** vijendar has quit IRC19:59
*** mgarza has quit IRC20:01
*** mgarza has joined #openstack-glance20:02
*** Longgeek has joined #openstack-glance20:08
*** mgarza has quit IRC20:10
*** mgarza has joined #openstack-glance20:10
*** bdossant has joined #openstack-glance20:11
*** bdossant has quit IRC20:11
*** Longgeek has quit IRC20:13
*** harshs has joined #openstack-glance20:15
*** annegentle has quit IRC20:18
openstackgerritTomoki Sekiyama proposed openstack/glance_store: Implement get, add and delete for cinder store  https://review.openstack.org/16641420:30
*** dmsimard has joined #openstack-glance20:35
*** annegentle has joined #openstack-glance20:36
*** vijendar has joined #openstack-glance20:36
dmsimardHey, just trying to understand something. This is in the context of implementing image creation (API v2) in OpenstackClient.. When trying to create an image with a specified owner, I get an error that it's a reserved attribute.20:36
*** jasondotstar has quit IRC20:37
dmsimardLooking at the API it is indeed reserved: https://github.com/openstack/glance/blob/master/glance/api/v2/images.py#L32520:37
dmsimardYet, it's possible to specify a owner when creating an image with glanceclient (glance --os-image-api-version 2 help image-create)20:38
dmsimardShould I file a bug ?20:39
*** vijendar1 has quit IRC20:40
openstackgerritOpenStack Proposal Bot proposed openstack/glance: Updated from global requirements  https://review.openstack.org/20066620:40
dmsimardOh, it looks like there's already work in progress for that: https://bugs.launchpad.net/glance/+bug/142000820:40
openstackLaunchpad bug 1420008 in Glance "Owner change doesn't work in v2" [High,In progress] - Assigned to Fei Long Wang (flwang)20:40
*** jasondotstar has joined #openstack-glance20:46
*** mgarza has quit IRC20:48
*** mgarza has joined #openstack-glance20:49
openstackgerritDesmond Sponsor proposed openstack/glance: Fix the document bug in part of digest_algorithm  https://review.openstack.org/20099920:59
*** mgarza has quit IRC21:01
*** mgarza has joined #openstack-glance21:02
openstackgerritDesmond Sponsor proposed openstack/glance: Fix the document bug in part of digest_algorithm  https://review.openstack.org/20099921:02
*** dims_ has quit IRC21:07
*** zxen has quit IRC21:07
*** zxen has joined #openstack-glance21:08
*** vijendar has quit IRC21:08
*** jasondotstar has quit IRC21:09
*** julim has quit IRC21:10
*** mgarza has quit IRC21:13
*** mgarza_ has joined #openstack-glance21:13
openstackgerritDesmond Sponsor proposed openstack/glance: Fix the document bug in part of digest_algorithm  https://review.openstack.org/20099921:13
*** ayoung has quit IRC21:15
openstackgerritOpenStack Proposal Bot proposed openstack/glance: Updated from global requirements  https://review.openstack.org/20066621:21
*** flwang1 has joined #openstack-glance21:22
openstackgerritIan Cordasco proposed openstack/glance: Add documentation for the destination_ip option  https://review.openstack.org/20145621:23
*** peristeri has quit IRC21:23
openstackgerritIan Cordasco proposed openstack/glance: Use bool_from_string in oslo.utils  https://review.openstack.org/20098021:25
openstackgerritOpenStack Proposal Bot proposed openstack/python-glanceclient: Updated from global requirements  https://review.openstack.org/20090021:26
openstackgerritIan Cordasco proposed openstack/glance: Adds a rados_connect_timeout description  https://review.openstack.org/20062521:27
openstackgerritBrian Rosmaita proposed openstack/glance: Add documentation for the destination_ip option  https://review.openstack.org/20145621:36
*** mgarza_ has quit IRC21:43
*** annegentle has quit IRC21:44
*** mgarza has joined #openstack-glance21:44
*** annegentle has joined #openstack-glance21:44
*** jamielennox|away is now known as jamielennox21:49
*** annegentle has quit IRC21:49
*** mjturek1 has joined #openstack-glance21:51
*** jaypipes has quit IRC21:57
*** Longgeek has joined #openstack-glance21:57
*** edmondsw has quit IRC22:05
jamielennoxkragniz: can you have a look at my comment on https://review.openstack.org/#/c/193422/22:06
jamielennoxalso what's stuart's nick, i've forgotten?22:06
sigmavirus24jamielennox: stuart doesn't IRC much22:07
sigmavirus24Also I suspect they're both asleep or close to it.22:08
jamielennoxi would appreciate if everyone else could look as well. With the devstack v3 stuff all mostly merged AFAIK glance_store -> swift is the last thing that can't be configured to use v3 auth22:08
jamielennoxsigmavirus24: oh, of course, ireland right?22:08
sigmavirus24I can never quite remember to be honest =P22:08
jamielennoxok, but european timezones, i'll see if i can get him then22:09
*** mjturek1 has quit IRC22:09
*** mgarza has quit IRC22:11
*** mgarza has joined #openstack-glance22:12
*** exploreshaifali has quit IRC22:15
*** Longgeek has quit IRC22:16
*** zul has quit IRC22:17
*** EmilienM is now known as EmilienM|off22:22
*** annashen has joined #openstack-glance22:34
*** annashen has quit IRC22:35
*** primechuck has quit IRC22:36
*** tpeoples has quit IRC22:36
*** EmilienM|off is now known as EmilienM22:37
*** annashen has joined #openstack-glance22:38
*** dims_ has joined #openstack-glance22:51
*** sigmavirus24 is now known as sigmavirus24_awa22:51
*** EmilienM is now known as EmilienM|off23:03
*** mgarza has quit IRC23:04
*** jasondotstar has joined #openstack-glance23:07
*** jasondotstar has quit IRC23:10
*** annegentle has joined #openstack-glance23:10
*** primechuck has joined #openstack-glance23:12
*** annegentle has quit IRC23:15
openstackgerritCindy Pallares proposed openstack/python-glanceclient: Fix the remove property logic in V2  https://review.openstack.org/18541323:24
*** annegentle has joined #openstack-glance23:26
*** ducttape_ has quit IRC23:30
*** annashen has quit IRC23:58

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!