*** wanghao has quit IRC | 00:04 | |
*** wanghao has joined #openstack-zaqar | 00:05 | |
*** kgriffs|afk is now known as kgriffs | 00:08 | |
*** JAHoagie has quit IRC | 00:08 | |
*** eliqiao_ has joined #openstack-zaqar | 00:08 | |
*** eliqiao has quit IRC | 00:11 | |
openstackgerrit | Fei Long Wang proposed openstack/zaqar: Fix PATCH queue's metadata https://review.openstack.org/292843 | 00:12 |
---|---|---|
flwang1 | Eva-i: pls revisit it | 00:13 |
Eva-i | flwang1: yes | 00:13 |
*** davideagnello has joined #openstack-zaqar | 00:13 | |
flwang1 | ryansb: still around? | 00:15 |
*** tqtran-afk has joined #openstack-zaqar | 00:17 | |
flwang1 | currently, my feeling is helpless :( | 00:19 |
Eva-i | flwang1: why? | 00:20 |
Eva-i | flwang1: are you alright? | 00:20 |
flwang1 | bad, we need core reviewer for those patches | 00:21 |
flwang1 | so that we won't miss RC1 | 00:21 |
flwang1 | today is the last day | 00:21 |
*** tqtran-afk has quit IRC | 00:21 | |
Eva-i | flwang1: we can try our irregular core reviewers | 00:22 |
Eva-i | =) | 00:22 |
flwang1 | what's the irregular core? | 00:22 |
Eva-i | like vkmc, flaper87 | 00:23 |
flwang1 | vkmc: flaper87: if you can see this, pls pls pls review our patches | 00:23 |
flwang1 | especially this one https://review.openstack.org/292843 | 00:23 |
flwang1 | ryansb: ^ | 00:24 |
flwang1 | i'm going to nijia approve this one https://review.openstack.org/#/c/293810/ | 00:24 |
Eva-i | flwang1: sure | 00:24 |
flwang1 | Eva-i: https://review.openstack.org/#/c/290923/ | 00:26 |
flwang1 | can you give it a quick review? | 00:26 |
*** Eva-i has quit IRC | 00:32 | |
openstackgerrit | Merged openstack/zaqar: Remove unnecessary assert https://review.openstack.org/293810 | 00:40 |
*** wxy has joined #openstack-zaqar | 00:55 | |
openstackgerrit | Fei Long Wang proposed openstack/zaqar: Fix PATCH queue's metadata https://review.openstack.org/292843 | 01:02 |
*** boris-42 has quit IRC | 01:04 | |
*** Eva-i has joined #openstack-zaqar | 01:06 | |
Eva-i | flwang1: sorry for delay, crap is happening with my laptop | 01:08 |
flwang1 | Eva-i: no worries | 01:09 |
flwang1 | thank you for staying with me at this moment :) | 01:09 |
openstackgerrit | Merged openstack/zaqar: Add missing /ping for v1.1 homedoc https://review.openstack.org/290923 | 01:28 |
wxy | I'm writing the PATCH code for client side now. I hope the server side's patch could be merged today. | 01:38 |
*** achanda has joined #openstack-zaqar | 01:40 | |
Eva-i | flwang1: wxy: found some problems in PATCH patch, trying to triage one of them | 01:45 |
Eva-i | wxy: that's very nice | 01:45 |
flwang1 | Eva-i: what's the problem? | 01:46 |
Eva-i | flwang1: I'll describe it in review now | 01:48 |
flwang1 | major issue? | 01:48 |
flwang1 | or minor? | 01:48 |
*** csoukup has joined #openstack-zaqar | 01:53 | |
Eva-i | flwang1: one major - 500 error | 01:57 |
*** csoukup has quit IRC | 01:57 | |
Eva-i | flwang1: and we have to decide if queues should be lazy or not in PATCH. This is a major too, I guess. | 01:57 |
Eva-i | flwang1: I commented your patch. | 01:57 |
Eva-i | flwang1: the patch is hard... I'm trying as I can. | 01:59 |
wxy | Instead of rewrite "set metadata" in v2, I think it's better to add three new commands : "add/replace/delete metadata". What do you think, guys? | 02:06 |
*** tqtran-afk has joined #openstack-zaqar | 02:18 | |
*** tqtran-afk has quit IRC | 02:22 | |
*** Eva-i has left #openstack-zaqar | 02:23 | |
*** Eva-i has joined #openstack-zaqar | 02:26 | |
*** tqtran-afk has joined #openstack-zaqar | 02:29 | |
*** tqtran-afk has quit IRC | 02:29 | |
openstackgerrit | wangxiyuan proposed openstack/python-zaqarclient: Add update queue function in v2 https://review.openstack.org/294368 | 02:40 |
*** eliqiao has joined #openstack-zaqar | 02:45 | |
*** eliqiao_ has quit IRC | 02:47 | |
flwang1 | wxy: if we can i would recommend avoid adding those new three commands | 02:59 |
flwang1 | since the name will be really confused | 02:59 |
flwang1 | Eva-i: still around? | 02:59 |
Eva-i | wxy: I'm not sure about forcing the user to use update commands, it will be a breaking change. But I know that our metadata code is complicated now (too many special conditions) and adding separate metadata method to v2 seems nice, just without breaking compatibility. | 03:03 |
Eva-i | flwang1: yes, I'm here | 03:03 |
flwang1 | Eva-i: as for your question about lazy queue | 03:03 |
flwang1 | for patch, i will say no, let's throw 404 if the queue is not existing | 03:03 |
flwang1 | since it's not the case lazy queue should cover | 03:04 |
Eva-i | flwang1: oki, I don't know the right answer, so maybe I should rely on your wisdom. So let's make it throw 404. | 03:05 |
flwang1 | Eva-i: cool, thanks, | 03:06 |
flwang1 | Eva-i: and i'm confused for your comments on https://review.openstack.org/#/c/292843/11/zaqar/transport/wsgi/v2_0/queues.py | 03:09 |
flwang1 | you said "This method throws DoesNotExist exception, but our queues are lazy. Is it okay for PATCH method? Maybe it's better to pre-create queue? Please decide." | 03:09 |
flwang1 | and then you said "When queue does not exist, this message is shown. Maybe it's okay, because our queues are lazy. But this is PATCH, maybe they must not behave lazy in PATCH. I don't know. Please decide." | 03:09 |
Eva-i | flwang1: yes, here in chat we decided that queues should not act as lazy on PATCH. | 03:10 |
flwang1 | i don't think the 2nd comment can happen, does it? | 03:10 |
flwang1 | at line 172 | 03:10 |
flwang1 | zaqar will try to get the metadata of queue, that means if the queue is not eixsting | 03:11 |
flwang1 | the following code shouldn't be called | 03:11 |
flwang1 | no? | 03:11 |
Eva-i | flwang1: for some reason, when I was testing replace and delete PATCH on unexisting queue, L172 didn't throw 404 DoesNotExist error... | 03:12 |
Eva-i | flwang1: you can try it yourself | 03:12 |
flwang1 | ok, let me try | 03:13 |
flwang1 | i can're reproduce it | 03:14 |
Eva-i | flwang1: so L172 throws DoesNotExist error for you? | 03:15 |
flwang1 | yes | 03:16 |
flwang1 | as it should | 03:16 |
Eva-i | I'll try to paste reproduce manual. What I do. | 03:16 |
flwang1 | i'm going to submit another patchset | 03:17 |
flwang1 | so let me know if you find something | 03:17 |
Eva-i | flwang1: okay, I'll try to reproduce with your fresh patch set | 03:18 |
openstackgerrit | Fei Long Wang proposed openstack/zaqar: Fix PATCH queue's metadata https://review.openstack.org/292843 | 03:21 |
flwang1 | i will be off after 10-15 mins and be back after 4-5 hours | 03:21 |
flwang1 | we need to get this one in today | 03:21 |
Eva-i | flwang1: you're right... I can't reproduce now :o | 03:21 |
Eva-i | flwang1: oki | 03:21 |
flwang1 | so feel free post a new patch set if you think it's right | 03:21 |
*** eliqiao_ has joined #openstack-zaqar | 03:21 | |
Eva-i | flwang1: yes | 03:22 |
flwang1 | Eva-i: thanks | 03:22 |
flwang1 | wxy: wanghao: pls leave your comments on this one https://review.openstack.org/292702 | 03:22 |
*** eliqiao has quit IRC | 03:24 | |
openstackgerrit | wangxiyuan proposed openstack/python-zaqarclient: Add update queue function in v2 https://review.openstack.org/294368 | 03:30 |
*** flwang has quit IRC | 03:31 | |
Eva-i | flwang1: strange, sometimes metadata = self._queue_controller.get(queue_name, project=project_id) throws an exception. Now I can reproduce the problem again. | 03:36 |
*** eliqiao_ is now known as eliqiao | 03:41 | |
Eva-i | sometimes I can reproduce it, sometimes not... | 03:42 |
Eva-i | =( | 03:43 |
Eva-i | oh, figured it out | 03:45 |
Eva-i | flwang1: good night, I'll fix everything | 03:48 |
openstackgerrit | wangxiyuan proposed openstack/python-zaqarclient: Add update queue function in v2 https://review.openstack.org/294368 | 03:54 |
openstackgerrit | wangxiyuan proposed openstack/python-zaqarclient: Add update queue function in v2 https://review.openstack.org/294368 | 03:59 |
*** shu-mutou has joined #openstack-zaqar | 04:07 | |
openstackgerrit | Eva Balycheva proposed openstack/zaqar: Fix PATCH queue's metadata https://review.openstack.org/292843 | 04:11 |
Eva-i | wxy: thank you for today. I'm going to sleep soon. I'll check your patches later. See you! | 04:11 |
wxy | Eva-i: Ok, Good night. :) | 04:12 |
wxy | Eva-i: flwang1: I'll update the test code after the server side's patch is merged. Please review the functional code first.:) | 04:15 |
openstackgerrit | wangxiyuan proposed openstack/python-zaqarclient: Add update queue function in v2 https://review.openstack.org/294368 | 04:16 |
*** shu-mutou has quit IRC | 04:44 | |
*** achanda has quit IRC | 05:01 | |
*** GB21 has joined #openstack-zaqar | 05:16 | |
*** itisha has quit IRC | 05:19 | |
*** shu-mutou-AFK has joined #openstack-zaqar | 05:26 | |
*** shu-mutou-AFK has quit IRC | 05:32 | |
*** pcaruana has quit IRC | 06:18 | |
*** rcernin has joined #openstack-zaqar | 06:37 | |
*** GB21 has quit IRC | 07:25 | |
*** achanda has joined #openstack-zaqar | 07:44 | |
*** kgriffs is now known as kgriffs|afk | 07:45 | |
*** kgriffs|afk is now known as kgriffs | 07:45 | |
*** achanda has quit IRC | 07:48 | |
*** pcaruana has joined #openstack-zaqar | 07:57 | |
*** shu-mutou has joined #openstack-zaqar | 07:58 | |
*** flwang has joined #openstack-zaqar | 08:02 | |
flwang | Eva-i: thanks a lot for the patchset | 08:03 |
flwang | it's a good improvement | 08:03 |
flwang | vkmc: flaper87: ryansb: pls review https://review.openstack.org/#/c/292843 we need to get it in today | 08:04 |
*** GB21 has joined #openstack-zaqar | 08:07 | |
*** flwang has quit IRC | 08:18 | |
*** tesseract has joined #openstack-zaqar | 08:20 | |
*** tesseract is now known as Guest59954 | 08:21 | |
*** Guest59954 is now known as new | 08:25 | |
*** new has quit IRC | 08:26 | |
*** tesseract- has joined #openstack-zaqar | 08:26 | |
*** GB21 has quit IRC | 08:27 | |
*** GB21 has joined #openstack-zaqar | 08:27 | |
*** flaper87 has quit IRC | 08:33 | |
*** flaper87 has joined #openstack-zaqar | 08:34 | |
*** flwang has joined #openstack-zaqar | 08:41 | |
*** GB21 has quit IRC | 08:45 | |
*** GB21 has joined #openstack-zaqar | 08:45 | |
*** GB21 has quit IRC | 08:55 | |
*** flwang has quit IRC | 09:00 | |
*** JAHoagie has joined #openstack-zaqar | 09:02 | |
*** AAzza_ has joined #openstack-zaqar | 09:06 | |
*** JAHoagie has quit IRC | 09:06 | |
*** AAzza has quit IRC | 09:08 | |
*** AAzza has joined #openstack-zaqar | 09:10 | |
*** AAzza_ has quit IRC | 09:12 | |
openstackgerrit | Shu Muto proposed openstack/zaqar-ui: Add DevStack plugin settings https://review.openstack.org/294471 | 09:20 |
*** GB21 has joined #openstack-zaqar | 09:23 | |
*** flwang has joined #openstack-zaqar | 09:48 | |
flwang | anybody around? | 09:49 |
openstackgerrit | Shu Muto proposed openstack/zaqar-ui: Add DevStack plugin settings https://review.openstack.org/294471 | 09:54 |
*** JAHoagie has joined #openstack-zaqar | 10:02 | |
*** AAzza has quit IRC | 10:02 | |
*** JAHoagie has quit IRC | 10:06 | |
*** GB21 has quit IRC | 10:17 | |
*** AAzza has joined #openstack-zaqar | 10:19 | |
*** shu-mutou is now known as shu-mutou-AFK | 10:34 | |
*** flaper87 has quit IRC | 10:49 | |
*** flaper87 has joined #openstack-zaqar | 10:49 | |
openstackgerrit | Merged openstack/zaqar: Fix PATCH queue's metadata https://review.openstack.org/292843 | 10:51 |
*** JAHoagie has joined #openstack-zaqar | 11:03 | |
flwang | thanks flaper87 | 11:06 |
flwang | flaper87: would you mind leaving your comments on this https://review.openstack.org/292702 ? | 11:06 |
*** JAHoagie has quit IRC | 11:07 | |
flwang | flaper87: vkmc: ryansb: let's get this tiny one merged https://review.openstack.org/#/c/292699/ | 11:08 |
flaper87 | flwang: looking | 11:11 |
flwang | flaper87: i love you, Fla | 11:12 |
flaper87 | flwang: <3 u too | 11:13 |
flaper87 | flwang: https://review.openstack.org/#/c/292702/ <- this does not prevent users from setting private keys | 11:15 |
flaper87 | It just verifies the keys values | 11:16 |
flaper87 | Should we prevent v1 from setting private keys altogether? | 11:16 |
flaper87 | I think it'd be better if we do, tbh | 11:17 |
flaper87 | but that could be seen as a breaking change | 11:17 |
flaper87 | :/ | 11:17 |
flaper87 | mmhh | 11:17 |
flaper87 | but I guess it's still fine to do so | 11:18 |
flaper87 | flwang: commented | 11:20 |
flwang | flaper87: cool, do you think it's really necessary for Mitaka RC1? | 11:28 |
flwang | flaper87: i'm going to release RC1 | 11:28 |
flaper87 | flwang: we can fix it in RC2, I guess. Thing is, if we let this go as is, we can't just go and disable all `_` later | 11:29 |
Eva-i | flaper87: flwang: hello! I'm going to read your comments | 11:30 |
flwang | flaper87: maybe i'm wrong, but i'm hesitating to add change for old version because a new feature in current version | 11:31 |
flwang | flaper87: thoughts? | 11:31 |
flaper87 | flwang: well, we're basically doing that now, aren't we? | 11:32 |
flaper87 | I mean, you're preventing v1 to use `_max_.._..` | 11:32 |
flaper87 | s/you're/we're/ | 11:32 |
flaper87 | so, instead of forbidding v1 to set just 1 key, I think we should be consistent and reserve a set of keys | 11:32 |
flwang | flaper87: we're not, i think. v1 still can set it. but it means nothing for v1 | 11:32 |
flaper87 | mmmh, fair point | 11:33 |
flaper87 | but we're validating it | 11:33 |
flaper87 | it just feels weird that we're validating just one key | 11:33 |
flwang | flaper87: the only problem is | 11:33 |
flaper87 | We should probably reserve all keys that start with "$." | 11:33 |
flwang | if user set a wrong value with v1, like give '_max_xxx' a string | 11:34 |
flaper87 | right, and that's not really nice | 11:34 |
flwang | and using v2 to posting messages, then they will see something wrong | 11:34 |
flaper87 | So, what do you think about my proposal? | 11:34 |
flaper87 | We change the prefix for private keys to `$.` | 11:34 |
Eva-i | because our APIs share the same database and both have instruments to edit metadata, and metadata in v2 is used in logic, we can't just validate metadata only in API v2. | 11:34 |
flaper87 | and we forbid them altogether | 11:34 |
flaper87 | Eva-i: the problem is clear, the solution is the one I think is not the most ideal one from an user perspective | 11:35 |
flwang | flaper87: personally, i don't think we should forbid all private keys for v1, given v1 is deprecated and v1.1 is going to be deprecated | 11:36 |
openstackgerrit | Merged openstack/zaqar: Fix cleanup in metadata putting test https://review.openstack.org/292699 | 11:36 |
flwang | i can't see any reason why we would like to change a deprecated api version | 11:36 |
Eva-i | flaper87: it's more breaking to forbid all private keys with prefix $. I see nothing wrong in checking each one reserved keys. They can be different and require special validation. They're not too many. | 11:36 |
Eva-i | *each one of reserved keys | 11:37 |
flaper87 | My only issue with this change is that it does not provide a good experience for the user. We're preventing the user from doing whatever with the `_max_..._..` key | 11:37 |
flaper87 | That said, I think I don't care much as both the API's should be turned off in Newton | 11:37 |
* flaper87 is working on a patch for that already | 11:37 | |
flwang | flaper87: oh, you're working on a patch to deprecate v1.1? | 11:38 |
flwang | flaper87: if so, i prefer to hold this patch, thoughts? | 11:39 |
flaper87 | well, to officially deprecate v1 and put both v1 and v1.1 behind a config option that is off by default | 11:39 |
flwang | flaper87: that's what i want to see | 11:39 |
flaper87 | flwang: what do you think about we introduce the warning for deprecation in RC2 ? | 11:39 |
flwang | since for now, operator can't disable v1 and v1.1 | 11:39 |
flaper87 | and we turn it off by default in newton ? | 11:39 |
flwang | flaper87: i like the idea | 11:40 |
* flaper87 gets that done | 11:40 | |
flwang | so let's hold this one? | 11:40 |
flaper87 | yup | 11:41 |
flaper87 | let's wait until RC2 | 11:41 |
flwang | cool, thanks for the feedback | 11:42 |
flaper87 | Anytime, Boss! | 11:43 |
*** JAHoagie has joined #openstack-zaqar | 12:02 | |
openstackgerrit | Flavio Percoco proposed openstack/zaqar: Warn on upcoming deprecations for v1.0 and v1.1 https://review.openstack.org/294545 | 12:04 |
flaper87 | flwang: ^ | 12:05 |
flwang | flaper87: lovely | 12:05 |
flaper87 | Now I'll add the config option | 12:05 |
flaper87 | but that one is for Newton | 12:05 |
flwang | flaper87: cool, thanks | 12:07 |
*** JAHoagie has quit IRC | 12:07 | |
flwang | flaper87: do you think we need some work like this https://review.openstack.org/#/c/50491/ ? | 12:07 |
flaper87 | flwang: what do you mean? In the commit message? | 12:08 |
flaper87 | oh crap, I should add release notes for that | 12:08 |
flaper87 | or not | 12:08 |
flaper87 | it's just a warning | 12:08 |
flaper87 | not a deprecation | 12:09 |
flwang | flaper87: i mean something like this https://review.openstack.org/#/c/50486/14/keystone/common/utils.py | 12:09 |
flwang | a more formal deprecation | 12:09 |
flaper87 | flwang: I'm planning to do that in the next patch for Newton. I wanted to use debtcollator but it's too late to add a new depdendency | 12:11 |
flaper87 | It's fine for now, we can add that later and re-use the info we have in `VERSION` | 12:11 |
flaper87 | Planning to work on a good decorator for that | 12:11 |
flwang | flaper87: oh, yep, the work definitely for newton, not rc2 | 12:11 |
flwang | flaper87: cool, glad to see we're on the same page. i think we need the same thing for glance to deprecate v1 | 12:12 |
flaper87 | flwang: ah ok, then yes! I'm actually already working on that | 12:12 |
flaper87 | :D | 12:12 |
flwang | if we can get nova use v2 | 12:12 |
flaper87 | w000h0000 | 12:17 |
flaper87 | RC1 is out | 12:17 |
flwang | yeah! | 12:17 |
flwang | i can go to sleep now | 12:17 |
flaper87 | flwang: NO! | 12:18 |
flaper87 | you stay there | 12:18 |
flwang | :-( | 12:18 |
* flaper87 ties flwang to his desk | 12:18 | |
flaper87 | ok, ok ok! | 12:18 |
flaper87 | go to sleep | 12:18 |
flwang | flaper87: you can't know how i'm really happy to see you're around again | 12:19 |
flaper87 | I'm happy to be back :) | 12:19 |
flaper87 | and to have you as PTL | 12:19 |
flaper87 | so I can bother you | 12:19 |
flaper87 | annoy you | 12:19 |
flaper87 | and make your life impossible | 12:19 |
flaper87 | :D | 12:19 |
flaper87 | ok ok | 12:19 |
flaper87 | I won't do that | 12:19 |
flaper87 | just keep the gummybears coming | 12:20 |
flwang | flaper87: i will return the favor when you're the PTL next time | 12:20 |
flaper87 | :P | 12:20 |
flwang | ok, i have to offline now | 12:20 |
flwang | see u later, man | 12:21 |
Eva-i | flwang: good night | 12:21 |
Eva-i | flaper87: thank you for your help | 12:21 |
flwang | Eva-i: thanks for all your hard work | 12:21 |
openstackgerrit | Doug Hellmann proposed openstack/zaqar: Update reno for stable/mitaka https://review.openstack.org/294551 | 12:21 |
flaper87 | Eva-i: np :) | 12:21 |
openstackgerrit | Doug Hellmann proposed openstack/zaqar: Update reno for stable/mitaka https://review.openstack.org/294551 | 12:22 |
*** openstackgerrit has quit IRC | 12:48 | |
*** openstackgerrit has joined #openstack-zaqar | 12:48 | |
*** csoukup has joined #openstack-zaqar | 12:56 | |
*** tesseract- has quit IRC | 12:59 | |
*** JAHoagie has joined #openstack-zaqar | 13:02 | |
*** JAHoagie has quit IRC | 13:06 | |
*** tesseract has joined #openstack-zaqar | 13:08 | |
*** tesseract is now known as Guest84688 | 13:08 | |
*** itisha has joined #openstack-zaqar | 13:13 | |
*** JAHoagie has joined #openstack-zaqar | 13:20 | |
*** JAHoagie has quit IRC | 13:25 | |
*** ametts has joined #openstack-zaqar | 13:37 | |
*** JAHoagie has joined #openstack-zaqar | 13:38 | |
*** amitgandhinz has joined #openstack-zaqar | 13:50 | |
*** rcernin has quit IRC | 14:01 | |
openstackgerrit | Flavio Percoco proposed openstack/zaqar: Disable DEPRECATED API versions by default https://review.openstack.org/294611 | 14:16 |
*** JAHoagie has quit IRC | 14:19 | |
*** achanda has joined #openstack-zaqar | 14:34 | |
*** pcaruana has quit IRC | 14:38 | |
*** achanda has quit IRC | 14:47 | |
*** Guest84688 has quit IRC | 14:48 | |
*** ametts has quit IRC | 14:57 | |
*** tesseract has joined #openstack-zaqar | 15:00 | |
*** tesseract is now known as Guest76883 | 15:00 | |
*** david-lyle has quit IRC | 15:32 | |
*** david-lyle has joined #openstack-zaqar | 15:33 | |
*** amitgandhinz has quit IRC | 15:49 | |
*** david-lyle has quit IRC | 16:00 | |
*** david-lyle has joined #openstack-zaqar | 16:01 | |
*** amitgandhinz has joined #openstack-zaqar | 16:21 | |
*** amitgandhinz has quit IRC | 16:26 | |
*** kgriffs is now known as kgriffs|afk | 16:44 | |
*** pcaruana has joined #openstack-zaqar | 16:47 | |
*** achanda has joined #openstack-zaqar | 17:03 | |
*** amitgandhinz has joined #openstack-zaqar | 17:15 | |
*** amitgandhinz has quit IRC | 17:21 | |
*** tqtran-afk has joined #openstack-zaqar | 17:21 | |
*** achanda has quit IRC | 17:25 | |
*** amitgandhinz has joined #openstack-zaqar | 17:29 | |
*** david-lyle_ has joined #openstack-zaqar | 17:44 | |
*** david-lyle has quit IRC | 17:45 | |
*** david-lyle_ is now known as david-lyle | 17:46 | |
*** itisha has quit IRC | 17:59 | |
*** Guest76883 has quit IRC | 18:15 | |
*** itisha has joined #openstack-zaqar | 18:29 | |
*** amitgandhinz has quit IRC | 19:02 | |
*** david-lyle has quit IRC | 21:06 | |
*** david-lyle has joined #openstack-zaqar | 21:07 | |
*** ryansb_ has joined #openstack-zaqar | 21:24 | |
*** ryansb_ has quit IRC | 21:24 | |
*** ryansb_ has joined #openstack-zaqar | 21:24 | |
*** ryansb has quit IRC | 21:25 | |
*** ryansb_ is now known as ryansb | 21:25 | |
*** dhellmann has quit IRC | 21:26 | |
*** dhellmann has joined #openstack-zaqar | 21:26 | |
openstackgerrit | Merged openstack/zaqar: Update reno for stable/mitaka https://review.openstack.org/294551 | 21:31 |
*** csoukup has quit IRC | 22:28 | |
*** jtomasek has quit IRC | 23:09 | |
*** tqtran-afk has quit IRC | 23:35 | |
*** akanksha_ has joined #openstack-zaqar | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!