Wednesday, 2018-07-25

openstackgerritMerged openstack/python-glanceclient master: Add multi-store support  https://review.openstack.org/57537000:39
openstackgerritMerged openstack/python-glanceclient master: Add release note for multi-store support  https://review.openstack.org/58554100:39
*** btully has joined #openstack-glance00:46
*** btully has quit IRC00:50
openstackgerritMerged openstack/python-glanceclient master: Unit tests for multi-store support  https://review.openstack.org/57711500:55
*** links has joined #openstack-glance01:30
openstackgerritwangxiyuan proposed openstack/python-glanceclient master: Do not quote token  https://review.openstack.org/58346801:33
*** gyee has quit IRC01:55
openstackgerritwangxiyuan proposed openstack/python-glanceclient master: Do not quote token  https://review.openstack.org/58346802:16
*** twouters has quit IRC02:33
*** twouters has joined #openstack-glance02:33
*** twouters has quit IRC02:33
*** twouters has joined #openstack-glance02:33
*** btully has joined #openstack-glance02:34
*** btully has quit IRC02:39
openstackgerritBrian Rosmaita proposed openstack/python-glanceclient master: Add release note for hidden images support  https://review.openstack.org/58555502:55
*** zhurong has joined #openstack-glance03:27
*** pdeore has joined #openstack-glance03:35
*** dalgaaf has quit IRC03:50
*** dalgaaf has joined #openstack-glance03:52
openstackgerritBrian Rosmaita proposed openstack/python-glanceclient master: Add support for hide old images  https://review.openstack.org/57911703:58
*** rosmaita has quit IRC03:59
*** zhurong has quit IRC04:27
*** r-daneel has joined #openstack-glance04:37
*** udesale has joined #openstack-glance04:39
*** udesale has quit IRC04:42
*** udesale has joined #openstack-glance04:43
*** udesale_ has joined #openstack-glance05:13
*** udesale has quit IRC05:15
*** udesale_ has quit IRC05:19
*** udesale has joined #openstack-glance05:20
*** ratailor has joined #openstack-glance05:22
*** hoonetorg has quit IRC06:01
*** btully has joined #openstack-glance06:12
*** Luzi has joined #openstack-glance06:15
*** btully has quit IRC06:17
*** hoonetorg has joined #openstack-glance06:17
*** abhishekk has joined #openstack-glance06:20
*** pcaruana has joined #openstack-glance06:33
*** pdeore_ has joined #openstack-glance06:44
*** pdeore has quit IRC06:46
*** pdeore_ has quit IRC06:52
*** pdeore has joined #openstack-glance06:53
*** rcernin has quit IRC06:59
*** tesseract has joined #openstack-glance07:16
*** dtantsur|afk is now known as dtantsur07:28
*** AlexeyAbashkin has joined #openstack-glance07:42
*** btully has joined #openstack-glance08:01
*** alexchadin has joined #openstack-glance08:04
*** btully has quit IRC08:05
openstackgerritAbhishek Kekane proposed openstack/python-glanceclient master: Add support for hide old images  https://review.openstack.org/57911708:15
abhishekkjokke_, hi, around?08:16
openstackgerritwangxiyuan proposed openstack/python-glanceclient master: Do not quote '+' for token header  https://review.openstack.org/58346808:24
*** btully has joined #openstack-glance08:29
*** rcernin has joined #openstack-glance08:29
*** openstackgerrit has quit IRC08:48
*** btully has quit IRC09:00
*** tshefi has joined #openstack-glance09:23
*** d0ugal has joined #openstack-glance09:36
*** d0ugal has quit IRC09:36
*** d0ugal has joined #openstack-glance09:36
*** lifeless has quit IRC09:37
*** Tahvok has quit IRC09:50
*** Tahvok has joined #openstack-glance09:51
*** alexchadin has quit IRC09:59
*** alexchadin has joined #openstack-glance10:08
*** d0ugal has quit IRC10:21
*** kukacz_ has quit IRC10:23
*** kukacz_ has joined #openstack-glance10:23
*** lifeless has joined #openstack-glance10:23
*** alexchad_ has joined #openstack-glance10:35
*** alexchad_ has quit IRC10:36
*** alexchadin has quit IRC10:36
*** btully has joined #openstack-glance10:46
*** edmondsw has joined #openstack-glance10:49
*** btully has quit IRC10:50
*** pdeore has quit IRC11:02
*** alexchadin has joined #openstack-glance11:09
*** abhishekk has quit IRC11:12
*** ratailor has quit IRC11:14
*** alexchadin has quit IRC11:15
*** rcernin has quit IRC11:21
*** abhishekk-mbl has joined #openstack-glance11:22
*** alexchadin has joined #openstack-glance11:37
*** MattMan has quit IRC12:08
*** MattMan has joined #openstack-glance12:08
jokke_abhishekk-mbl: here now12:23
abhishekk-mblPushed new patch for hidden images client support, added a comment on PS 9 please have a look12:24
jokke_k12:24
abhishekk-mblThank you12:25
*** btully has joined #openstack-glance12:34
*** btully has quit IRC12:39
*** r-daneel has quit IRC12:57
*** Tahvok has quit IRC13:08
*** Tahvok has joined #openstack-glance13:11
*** rosmaita has joined #openstack-glance13:12
jokke_abhishekk-mbl: so ow do we do it on the other boolean values we take? I don't see any bool args in13:16
rosmaitajokke_ maybe it's handled in the schema_args decorator, using the type from the schema?13:18
abhishekk-mblYes it handled in schema_args13:20
abhishekk-mblIf you pass yes, true 1 to --protected then it will be converted to True13:20
abhishekk-mblIf you pass any other value say xyz then it is convert to false13:21
jokke_oh ok ... and which way schema args deals with it, does it allow all the different inputs (like True, true, 1, yes)? Just want us to be consistent with the inputs.13:21
abhishekk-mblYes13:22
jokke_ok, so the schema args works same ways at that string_to_bool?13:22
abhishekk-mblNo my string_to_bool will just accept true or false13:22
abhishekk-mblFor any other values it will raise error13:23
rosmaitai think there13:23
rosmaita's an oslo util that does the more general conversion13:23
rosmaitaif we want that13:23
abhishekk-mblIf we want to be consistent then we need to change type to strutils.string_from_bool13:23
abhishekk-mblI have mentioned that in my comment13:24
jokke_yeah I think that would be the right thing to do13:24
rosmaitaagreed, if we're already using it for protected, should use it here too13:24
abhishekk-mblCan somebody put a patch with tht change? I am in gym now :D13:24
rosmaitai can do that13:24
abhishekk-mblThank you13:25
jokke_fair enough, thanks Brian13:25
rosmaitanp, have a good workout13:25
abhishekk-mblYeah, no pain no gain :D13:25
jokke_rosmaita: and it's strutils.bool_from_string not string_from_bool I think13:25
jokke_abhishekk-mbl: absolutely right!13:25
jokke_and it gets (normally) head well out of work13:25
abhishekk-mblrosmaita: , i mentioned methid name  in my comment, need to change it for create, create-via-import and update methods im shell.py13:26
abhishekk-mbljokke_: exactly13:26
*** d0ugal has joined #openstack-glance13:27
rosmaitaabhishekk-mbl thanks for the pointers13:30
*** d0ugal has quit IRC13:45
*** r-daneel has joined #openstack-glance13:55
*** Luzi has quit IRC14:09
*** btully has joined #openstack-glance14:23
*** openstackgerrit has joined #openstack-glance14:27
openstackgerritBrian Rosmaita proposed openstack/python-glanceclient master: Add support for hide old images  https://review.openstack.org/57911714:27
rosmaitai tried to add some tests, but gave up14:27
*** btully has quit IRC14:28
jokke_we can get back to those14:32
rosmaitahopefully abhishek has a test env handy with his glance hidden images patch14:32
*** links has quit IRC14:33
*** udesale has quit IRC14:48
*** imacdonn has quit IRC14:51
*** imacdonn has joined #openstack-glance14:51
*** pcaruana has quit IRC14:52
rosmaitajokke_ : how are we looking for https://launchpad.net/python-glanceclient/+milestone/2.11.2 ?14:54
rosmaitaalso, do we want to do 2.10.1 while we're at it from stable/queens ?14:57
rosmaitahttps://launchpad.net/python-glanceclient/+milestone/2.10.114:57
jokke_rosmaita: I moved that final to 2.12.0 as we have new features included14:58
rosmaitaok, makes sense14:58
jokke_but it's looking pretty much what we can do14:58
jokke_I'm way more worried Rocky-3 in glance than the gc14:59
rosmaitaare you going to do a prelude releasenote? and what about wxy's patch14:59
jokke_I'll have a look what we have merged ... reno only is super quick to gate15:01
jokke_I'll get something to eat now ... brb15:01
jokke_b15:06
*** r-daneel has quit IRC15:07
*** r-daneel has joined #openstack-glance15:08
*** r-daneel has quit IRC15:19
abhishekk-mblrosmaita: i will test once back to home15:24
rosmaitaabhishekk-mbl ty15:24
*** r-daneel has joined #openstack-glance15:27
*** gyee has joined #openstack-glance15:29
*** alexchadin has quit IRC15:48
*** itlinux has joined #openstack-glance15:49
*** alexchadin has joined #openstack-glance15:50
*** abhishekk has joined #openstack-glance16:05
*** btully has joined #openstack-glance16:12
*** tshefi has quit IRC16:14
*** btully has quit IRC16:17
*** rosmaita has quit IRC16:19
*** rosmaita has joined #openstack-glance16:22
*** alexchadin has quit IRC16:26
*** alexchadin has joined #openstack-glance16:26
*** alexchadin has quit IRC16:27
*** alexchadin has joined #openstack-glance16:27
*** alexchadin has quit IRC16:27
abhishekkrosmaita, around?16:28
*** alexchadin has joined #openstack-glance16:28
rosmaitaabhishekk hello16:28
*** alexchadin has quit IRC16:28
abhishekkchanges which you have made are working, I just needed to change in line of code in glance16:29
*** alexchadin has joined #openstack-glance16:29
rosmaitaoh, cool16:29
*** alexchadin has quit IRC16:29
rosmaitai was wondering about making the image-list option a boolean, but it looked the way to do it16:29
abhishekkrosmaita, yes its better to be identical for all calls16:31
abhishekkfor that only I needed to change one line in v2/images.py index method16:32
abhishekkDo we need to mention it in release notes also? i.e. it will work for yes, y, true, True, 1 as well as no, n, false, False, 016:33
rosmaitano, we can mention that in user docs if we want (or let it be a pleasant surprise for people)16:34
abhishekk:D16:37
abhishekkok16:37
openstackgerritAbhishek Kekane proposed openstack/glance master: Hide old images  https://review.openstack.org/57875516:38
abhishekkjokke_, smcginnis could you please have a look at specs, https://review.openstack.org/#/c/580568/16:41
abhishekkthank you16:41
smcginnisCatching up on things this morning and hoping to devote some more time to reviews soon.16:41
abhishekksmcginnis, ack16:43
*** abhishekk has quit IRC16:45
*** tesseract has quit IRC16:53
*** alexchadin has joined #openstack-glance17:00
*** alexchadin has quit IRC17:06
*** Nil_ has quit IRC17:06
*** dtantsur is now known as dtantsur|afk17:13
*** AlexeyAbashkin has quit IRC17:17
*** alexchadin has joined #openstack-glance17:41
*** alexchadin has quit IRC17:46
*** itlinux has quit IRC17:47
*** itlinux has joined #openstack-glance17:51
*** btully has joined #openstack-glance18:01
*** markvoelker_ has joined #openstack-glance18:05
*** btully has quit IRC18:05
*** markvoelker has quit IRC18:06
*** rcernin has joined #openstack-glance18:09
*** tshefi has joined #openstack-glance18:40
abhishekk-mbljokke_: around?18:49
abhishekk-mblClient patch for hiding old images looks good to go now :D18:49
jokke_abhishekk-mbl: yeah, I'm here18:49
jokke_I'll merge the reno for it as well unless objections18:51
abhishekk-mblCan anyone modify the specs patch please, at my place we lost the electricity due to rain :(18:51
abhishekk-mblYeah, reno looks good to me18:51
*** rcernin has quit IRC18:53
itlinuxhello guys. I have an image that was in the backend of swift.. and now I move the backend to cinder.. what's the best way to remove the image.. since glance image-delete does not work.. I set the db status to deleted but I would like to remove it from the glance image-list18:56
jokke_abhishekk-mbl: I'll fix the formatting on the spec and merge it before I call it a night today18:57
abhishekk-mblI will try to edit it from mobile18:57
abhishekk-mbljokke_: thank you :D18:57
rosmaitajokke_ with the hidden images and reno for them merged, is there anything else outstanding?19:00
jokke_rosmaita: for gc the wxy's bugfix and all the glance stuff19:00
abhishekk-mblI think wxy's approach is clear enough19:01
rosmaitaok, i will +A wxy's bugfix and then i think that is all for glanceclient ... unless you want to add a "prelude" reno?19:02
abhishekk-mblUnless we need reno, i guess all done for glanceclient19:05
jokke_Apart from these we seem to have mostly testing and doc related changes since 2.11.119:06
abhishekk-mblYeah19:07
*** rcernin has joined #openstack-glance19:09
*** d0ugal has joined #openstack-glance19:11
*** rcernin has quit IRC19:16
*** alexchadin has joined #openstack-glance19:42
*** d0ugal has quit IRC19:46
*** alexchadin has quit IRC19:47
*** btully has joined #openstack-glance19:50
*** btully has quit IRC19:54
*** tshefi has quit IRC19:58
*** tshefi has joined #openstack-glance19:59
jokke_I'll be afk about of an hour ... the hidden image client stuff should be merged by that20:09
*** rosmaita has quit IRC20:09
*** rosmaita has joined #openstack-glance20:10
itlinuxhi all, I have an image that I wanted to force delete what's the best way since I do not want it to show up..20:14
itlinuxI cannot delete since I move backends..20:14
*** alexchadin has joined #openstack-glance20:17
*** alexchadin has quit IRC20:17
*** edmondsw has quit IRC20:28
*** edmondsw has joined #openstack-glance20:28
*** edmondsw has quit IRC20:32
rosmaitaitlinux i guess you are getting a failure when glance can't find the image data to delete?20:34
itlinuxyes..20:34
rosmaitado you have administrative privileges in glance?20:35
itlinuxand from the DB it says it's tight into some other parents..20:35
itlinuxyes20:35
itlinuxI am the admin20:35
rosmaitacan you explain your comment "from the DB it says it's tight into some other parents" a bit more?20:37
abhishekk-mblI guess image has associated records in tags, members or properties table?20:38
itlinuxyea20:38
itlinuxit's calling some other propeties..20:38
rosmaitaah, so you did try to delete it by hand from the db?20:38
abhishekk-mblI guess yes20:39
rosmaitagot foreign key constraint violations20:39
itlinuxthat's what I did try20:39
itlinuxunless there is a specific command ..20:39
rosmaitawell, you should be able to soft-delete all that stuff20:39
openstackgerritMerged openstack/python-glanceclient master: Add support for hide old images  https://review.openstack.org/57911720:39
openstackgerritMerged openstack/python-glanceclient master: Add release note for hidden images support  https://review.openstack.org/58555520:39
itlinuxlet me try and see what it says..20:39
openstackgerritMerged openstack/python-glanceclient master: Do not quote '+' for token header  https://review.openstack.org/58346820:39
itlinuxrosmaita what command will that be to soft-delete?20:40
rosmaitayou have to do it by hand20:40
itlinuxare steps anywhere?20:40
rosmaitaif you do a "describe images" to see the images table20:40
rosmaitayou will see a 'deleted' and 'deleted_at' column20:40
rosmaitasame thing on image_properties, image_locations, image_tags20:41
itlinuxyes20:41
rosmaitai don't remember if it is a boolean or a tinyint20:41
itlinuxERROR 1451 (23000): Cannot delete or update a parent row: a foreign key constraint fails (`glance`.`image_locations`, CONSTRAINT `image_locations_ibfk_1` FOREIGN KEY (`image_id`) REFERENCES `images` (`id`))20:42
itlinuxdelete from images where id = 'e5f3eaaa-ac4e-4696-9256-7bfd096ad5c4'; this is the command20:42
rosmaitayes, you don't want to do that one20:43
abhishekk-mbl\o/ glanceclient all in, I am going off the hook now20:43
rosmaitaabhishekk-mbl congratulations! i will put up release patch in a few min20:43
abhishekk-mblHave a nice day ahead rosmaita, jokke_, smcginnis20:43
smcginnisabhishekk-mbl: Thanks, have a good night!20:44
rosmaitaitlinux look in the images table for a deleted image, something like 'select * from images where deleted = 1 limit 1;20:44
abhishekk-mblGreat team work, good day20:44
*** abhishekk-mbl has quit IRC20:44
rosmaitaabhishekk-mbl have a good evening, you put in a lot of work on glanceclient the past 2 weeks20:45
itlinuxEmpty set (0.00 sec)20:45
rosmaitaitlinux give me a minute, i should have a glance db around somewhere20:46
itlinuxselect * from images where status='deleted';20:46
itlinuxthis shows up20:46
itlinuxbut deleted show 0 not 120:47
rosmaitaguess you don't have any deleted images in your db20:47
itlinuxhttp://paste.openstack.org/show/726651/20:47
rosmaitadoes that image show up when you list images with the API?20:50
itlinuxok I did this20:50
itlinuxupdate images set deleted ='1' where id ='e5f3eaaa-ac4e-4696-9256-7bfd096ad5c4';20:50
itlinuxlet me see if that fixed20:50
itlinuxcool that worked..20:51
itlinux:)20:51
itlinuxrosmaita.. thank you!20:52
rosmaitanp, but before you go20:52
itlinuxI am here..20:52
itlinuxall the time20:52
rosmaitayou should probably set a deleted_at time on that row20:52
itlinuxahh ok.. what options should I put there..20:52
rosmaitait's a mysql datetime type, so i think you can update images set deleted_at = '2018-07-25 00:59:59' where id = 'e5f3eaaa-ac4e-4696-9256-7bfd096ad5c4';20:53
itlinuxok cool that worked..20:54
rosmaitaok, cool20:54
rosmaitathere is some more cleanup you should do20:55
itlinuxwhich is?20:55
rosmaitayou need to look in image_locations, image_members, image_properties, and image_tags for any row where image_id =  'e5f3eaaa-ac4e-4696-9256-7bfd096ad5c4'20:55
rosmaitafor any of those rows, you should set deleted=1 and deleted_at to the datetime you used for the image20:56
rosmaitaprobably the only thing you'll have is a row in image_locations and maybe some rows in image_properties20:56
itlinuxok let me check20:56
rosmaitabut that's all i can think of, you should be good to go20:57
itlinuxyes I see it on image_location..20:57
itlinuxlet me updat the delete_at and delete20:57
itlinuxall good thanks21:01
itlinuxhttp://paste.openstack.org/show/726652/21:02
rosmaitalooks good!21:03
*** openstackgerrit has quit IRC21:04
rosmaitajokke_ : glanceclient release patch: https://review.openstack.org/58588521:07
imacdonnrosmaita: Hi. Need to check in on where we're at with https://review.openstack.org/#/c/554362/21:20
*** itlinux has quit IRC21:31
rosmaitaimacdonn looking21:34
*** itlinux has joined #openstack-glance21:36
rosmaitaimacdonn it is definitely not going to happen in Rocky, we are well past feature freeze.  if you want to pursue it for stein, you will need to lobby for it a bit, probably get it on the agenda for a glance meeting and possibly propose it as a topic at the PTG in Denver if you'll be there21:40
*** edmondsw has joined #openstack-glance21:40
imacdonnrosmaita: I assume the v1 API is gone in rocky, and so I'm essentially hosed now? :(21:40
rosmaitaummm ... yes21:41
rosmaitaif you can't make a glance meeting, you could talk to jokke_ about it in this channel, he is in utc+1 time zone21:42
imacdonnI did bring it up at a meeting months ago, but it was kindof squeezed in right at the end21:43
imacdonnIf no one else cares about this, I guess I have to rethink how we manage images21:43
*** edmondsw has quit IRC21:45
rosmaitaimacdonn that's the other thing, maybe talk to some other operators and see if other people have that use case21:47
imacdonnrosmaita: https://bugs.launchpad.net/glance/+bug/1750892 was supposed to be "plan B", but I guess it doesn't provide any way to add a checksum ... ?21:48
openstackLaunchpad bug 1750892 in Glance "Image remains in queued status after location set via PATCH" [Undecided,Triaged]21:48
rosmaitalooking21:48
rosmaitai forgot about the image staying in queued status, that does seem to be a bug21:51
rosmaitanot being able to set the checksum seems to be the big problem, though21:52
imacdonnyeah ... why couldn't that be PATCHed in too, though ?21:52
rosmaitait would have to be policy-governed, and i think only be allowed to set an empty checksum, not update an existing value21:54
rosmaitai think in v2 it's officially a read-only field21:54
imacdonnhow does it get populated then? Or is it computed from the image contents by glance ?21:55
rosmaitayeah, this is from the image schema:21:56
rosmaita        "checksum": {21:56
rosmaita            "description": "md5 hash of image contents.",21:56
rosmaita            "maxLength": 32,21:56
rosmaita            "readOnly": true,21:56
rosmaita            "type": [21:56
rosmaita                "null",21:56
rosmaita                "string"21:56
rosmaita            ]21:56
rosmaita        },21:56
rosmaitaglance computes it during image upload21:56
imacdonnthat seems kinda weird to me ... if I have an image prepared, I may already have a checksum that I know is good .. what if there's some corruption in the transfer to glance? You'd end up with a bad image and a bad checksum and not catch it......21:57
jokke_rosmaita: was that token bug in released version?21:59
jokke_or was that problem in master?21:59
rosmaitajokke_ you mean wxy's bug?21:59
jokke_yeah21:59
rosmaitait's in this version22:00
rosmaita2.12.022:00
jokke_the fix for it is in 2.12.0 but was the bug itself in 2.11 or was it caught while in master?22:00
rosmaitai will have to check22:01
* jokke_ is just wondering if we need reno for that in 2.12 or not22:01
jokke_before cutting the release22:01
jokke_cause that's literally only thing we do not have reno for apart from the testing and doc stuff that doesn't need one anyways22:02
rosmaitathe change that caused that was in 2.11.1, so master22:02
jokke_ok, so it was released22:02
rosmaitayes22:02
jokke_ok let me throw together quick reno for that22:02
jokke_then we should be good to go22:02
rosmaitathis is the releasenote from the change that introduced that bug: http://git.openstack.org/cgit/openstack/python-glanceclient/commit/?id=c918dae2aab9c318fc00c1fdbb15e716a32cf50722:03
jokke_cheers22:04
rosmaitajokke_ ok, i just -W the release patch22:04
rosmaitaimacdonn yeah, that's a good point.22:05
*** openstackgerrit has joined #openstack-glance22:09
openstackgerritErno Kuvaja proposed openstack/python-glanceclient master: Releasenotes for bugfixes in 2.12.0  https://review.openstack.org/58589522:09
jokke_rosmaita: ^^ in all it's simplicity ... as it's doc feel free to ninja it in unless you find something crappy there22:10
rosmaitaok22:10
jokke_also it should not invoke merge patch so the hash should stick22:11
rosmaitaok, cool22:11
jokke_then we just need to get the glance api patches landing for these22:11
rosmaita:)22:11
jokke_by tomorrow ;)22:11
jokke_eob22:11
rosmaitai forgot R-3 was tomorrow, thought it was next week22:13
jokke_R-3 and FF22:13
rosmaitathat snuck up fast22:13
jokke_That's why I was telling that we need your reviews since Monday ;)22:13
rosmaitalooking at your reno in html, i saw a typo in the multihash reno ... should i put up a patch to fix22:19
rosmaita?22:19
jokke_sure22:19
jokke_like said they gate really quick22:19
rosmaitaok, one second22:20
jokke_like the one I sent up is done with check already22:22
openstackgerritBrian Rosmaita proposed openstack/python-glanceclient master: Correct typo in releasenote  https://review.openstack.org/58590122:24
rosmaitajokke_ ^^22:25
*** itlinux has quit IRC22:25
rosmaitai checked locally, it does fix the problem22:25
*** mtreinish has quit IRC22:33
openstackgerritMerged openstack/python-glanceclient master: Releasenotes for bugfixes in 2.12.0  https://review.openstack.org/58589522:36
*** mtreinish has joined #openstack-glance22:36
jokke_rosmaita: gating22:39
rosmaitaty22:41
openstackgerritMerged openstack/python-glanceclient master: Correct typo in releasenote  https://review.openstack.org/58590122:48
rosmaitajokke_ : https://review.openstack.org/#/c/585885/222:51
jokke_looking good. thnx again Brian22:54
*** btully has joined #openstack-glance23:27
*** r-daneel has quit IRC23:28
*** edmondsw has joined #openstack-glance23:29
openstackgerritErno Kuvaja proposed openstack/glance-specs master: Modify operator image workflow specs  https://review.openstack.org/58056823:29
*** btully has quit IRC23:32
*** edmondsw has quit IRC23:33
jokke_rosmaita: I'm gonna hit the hay ... back in few hrs23:36
*** itlinux has joined #openstack-glance23:44

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