*** achanda has quit IRC | 00:01 | |
*** achanda_ has quit IRC | 00:02 | |
*** Qiming has quit IRC | 00:13 | |
*** akanksha has quit IRC | 00:18 | |
*** Qiming has joined #openstack-zaqar | 01:27 | |
*** csoukup has joined #openstack-zaqar | 03:04 | |
*** csoukup has quit IRC | 03:04 | |
*** csoukup has joined #openstack-zaqar | 03:05 | |
*** achanda has joined #openstack-zaqar | 03:07 | |
*** achanda has quit IRC | 03:51 | |
*** diga has joined #openstack-zaqar | 04:00 | |
*** diga has quit IRC | 04:40 | |
*** csoukup has quit IRC | 04:41 | |
*** diga has joined #openstack-zaqar | 04:41 | |
*** achanda has joined #openstack-zaqar | 04:45 | |
*** flwang has quit IRC | 05:07 | |
*** achanda has quit IRC | 07:11 | |
*** achanda has joined #openstack-zaqar | 07:17 | |
*** achanda has quit IRC | 07:25 | |
*** achanda has joined #openstack-zaqar | 07:26 | |
*** achanda has quit IRC | 07:30 | |
*** boris-42 has quit IRC | 09:00 | |
*** flwang has joined #openstack-zaqar | 09:16 | |
flaper87 | flwang: how long before the next update for https://review.openstack.org/#/c/202374/ ? | 09:38 |
---|---|---|
openstackgerrit | Merged openstack/zaqar: Support signed URLs in WebSocket https://review.openstack.org/215134 | 09:56 |
openstackgerrit | Merged openstack/zaqar: Fixed the mistake in zaqar dev-environment https://review.openstack.org/218802 | 09:56 |
flaper87 | therve: ^ | 09:57 |
*** flwang2 has joined #openstack-zaqar | 10:36 | |
*** diga has quit IRC | 10:37 | |
*** flwang has quit IRC | 10:37 | |
flwang2 | flaper87: i'm going to submit it now. do you have any more concerns for that? | 11:04 |
*** Qiming has quit IRC | 11:11 | |
flaper87 | flwang2: none for now | 11:14 |
flaper87 | if there are any, we can submit follow-up patches | 11:14 |
flwang2 | flaper87: cool | 11:14 |
flwang2 | flaper87: for those variables like _LE in i18n, can it be used like this LOG.error(_LE('Failed to create process for sendmail, because {0}'.format(e.strerror))) | 11:16 |
flwang2 | i mean a dynamic error message | 11:17 |
flaper87 | flwang2: formatting should go outside the i18n | 11:30 |
flwang2 | flaper87: that's i want to confirm, thanks | 11:30 |
openstackgerrit | Fei Long Wang proposed openstack/zaqar: Add email driver for notification https://review.openstack.org/202374 | 11:34 |
*** exploreshaifali has joined #openstack-zaqar | 11:35 | |
flaper87 | flwang2: thanks | 11:36 |
flwang2 | flaper87: pls review it and i'm standing by to address any comments :) | 11:37 |
flaper87 | flwang2: https://review.openstack.org/#/c/202374/12/zaqar/common/configs.py,cm | 11:38 |
flaper87 | doesn't ListOpt split on spaces ? | 11:38 |
flaper87 | If not, would it be better to just accept a string and split it ourselves ? | 11:38 |
flaper87 | I don't think we should force ops to write lists in config files for things like commands | 11:39 |
flwang2 | flaper87: let me find a link to explain | 11:39 |
flwang2 | flaper87: http://stackoverflow.com/questions/11284147/how-to-do-multiple-arguments-with-python-popen | 11:40 |
flaper87 | flwang2: wait, I know we need a list | 11:40 |
flaper87 | I'm just saying we shouldn't ask ppl to write lists in config files | 11:40 |
flwang2 | flaper87: ah, i can see your point | 11:41 |
flwang2 | let me think | 11:41 |
flwang2 | flaper87: i think what we can do is accepting a string and split it with space? | 11:42 |
flaper87 | flwang2: yes | 11:43 |
flaper87 | flwang2: but wait, I think oslo.config already solves this issue | 11:43 |
flaper87 | flwang2: https://github.com/openstack/oslo.config/blob/master/oslo_config/cfg.py#L57 | 11:48 |
flaper87 | look at MultiStrOpt | 11:48 |
flaper87 | if that doesn't work then we can use str + split | 11:49 |
flwang2 | with MultiStrOpt, seems we have to config it in zaqar.conf like smtp_command = /usr/sbin/sendmail smtp_command=-t smtp_command=-oi, based on this comments https://github.com/openstack/oslo.config/blob/master/oslo_config/cfg.py#L1108 | 11:52 |
flwang2 | if so, operators will be confused | 11:52 |
flaper87 | flwang2: good point | 11:54 |
flaper87 | flwang2: then str it is | 11:54 |
flaper87 | I added another comment on the review | 11:54 |
flaper87 | flwang2: thanks | 11:54 |
flwang2 | flaper87: cool, will address it together | 11:54 |
flwang2 | flaper87: re the _conf/conf issue, it has been fixed in https://review.openstack.org/#/c/218072/ | 11:57 |
flwang2 | so is it necessary to add the TODO? | 11:58 |
flwang2 | btw, may i get your attention on this https://review.openstack.org/218083 ? | 11:58 |
flaper87 | flwang2: no need if it was fixed | 12:03 |
* flaper87 clicks | 12:03 | |
*** Qiming has joined #openstack-zaqar | 12:04 | |
flwang2 | therve: ping | 12:52 |
openstackgerrit | Fei Long Wang proposed openstack/zaqar: Add email driver for notification https://review.openstack.org/202374 | 12:57 |
flwang2 | therve: it would be nice if you can retest the notification feature, since i found the notification is not very stable after remove the taskflow | 12:58 |
flwang2 | flaper87: ^ | 12:58 |
flaper87 | mmh | 12:58 |
flaper87 | what are you seeing? | 12:58 |
flwang2 | flaper87: i saw the task can be triggered | 12:59 |
flwang2 | for example, add a breakpoint in task webhook or mailto, i can see the self.executor.submit(mgr.driver.execute, sub, messages) is executed, but the breakpoint isn't stepped in | 13:00 |
flwang2 | flaper87: would you mind giving it a test? | 13:00 |
flwang2 | if you have a dev env in hand | 13:00 |
flaper87 | flwang2: the bp is probably not being triggered because it's using eventlet | 13:01 |
flaper87 | isn't it? | 13:01 |
flaper87 | it's likely somewhere in there waiting to be executed or just blocked | 13:01 |
flwang2 | but when I used taskflow, it works fine | 13:08 |
flaper87 | flwang2: I don't recall. Does LOG.error print the traceback too ? | 13:08 |
flaper87 | flwang2: mmh, we need to check that | 13:08 |
flwang2 | flaper87: no, based on my test | 13:08 |
ryansb | log.exception will | 13:09 |
flwang2 | ryansb: ? | 13:09 |
ryansb | you can do "LOG.exception(exc)" and it'll log the traceback | 13:09 |
flaper87 | I think we might want the traceback printed in that case | 13:09 |
flaper87 | at least for when we catch `Exception` | 13:09 |
flwang2 | ryansb: i see. acutally, i mean the log can't be executed as well | 13:10 |
flaper87 | flwang2: don't hate us :( | 13:10 |
flwang2 | flaper87: so it would be nice if you guys can give it a try | 13:10 |
flwang2 | if it's confirmed, i think we may need to revert it | 13:11 |
flaper87 | ryansb: how would you feel about merging that patch as is and start fixing the bugs we find after testing it? | 13:11 |
flwang2 | sorry to bother you guys, since i have tried many times and im not sure if it's my env issue or a bug | 13:13 |
ryansb | I would rather check it out locally and test it than merge to test | 13:13 |
ryansb | but I won't be able to do that until later today, b/c I have some heat patches that need some pre-feature-freeze updates | 13:13 |
flaper87 | ryansb: right, which is why I'm consider the above :) | 13:15 |
flaper87 | flwang2: how do you test this patch? | 13:15 |
flaper87 | flwang2: mind giving me steps to test/reproduce ? | 13:15 |
flwang2 | yep, very easy | 13:15 |
ryansb | I'd rather make an exception & merge it later (even if slightly post-freeze) than merge it untested | 13:15 |
* flaper87 will test it now | 13:16 | |
flwang2 | 1. create a queue my_queue | 13:16 |
*** amitgandhinz has joined #openstack-zaqar | 13:16 | |
flwang2 | 2. create a subscription {"subscriber": "mailto: flwang@qq.com", "ttl": 3600, "options":{}} | 13:16 |
flaper87 | flwang2: could you share your shell history ? | 13:16 |
flaper87 | :D | 13:16 |
flwang2 | 3. post message to the queue | 13:16 |
flaper87 | and config file | 13:16 |
flwang2 | flaper87: i'm using a http plugin on chrome :) | 13:17 |
flwang2 | but i can share my conf | 13:17 |
flaper87 | flwang2: ok, thanks | 13:17 |
flwang2 | http://paste.openstack.org/show/437712/ | 13:20 |
flwang2 | btw, i'm using pooling | 13:20 |
* flaper87 clicks | 13:20 | |
flaper87 | flwang2: so, create a queue | 13:23 |
flwang2 | i know you don't like that :) | 13:23 |
flaper87 | :P | 13:23 |
* flaper87 has to figure out the curl command for Zaqar because zaqarclient is not notifications friendly | 13:24 | |
flaper87 | :( | 13:24 |
flwang2 | flaper87: yep, i see | 13:24 |
flwang2 | it should be POST /queues/my_queue/subscriptions | 13:25 |
openstackgerrit | Merged openstack/zaqar: Fix GET queue metadata for sqlalchemy https://review.openstack.org/218083 | 13:29 |
*** Qiming has quit IRC | 13:30 | |
*** Qiming has joined #openstack-zaqar | 13:31 | |
flaper87 | flwang2: subscription created | 13:31 |
flwang2 | flaper87: then just post messages to the queue | 13:32 |
flwang2 | the notifier will be called, but the task may be not | 13:32 |
*** dynarro has joined #openstack-zaqar | 13:33 | |
* flaper87 can post messages | 13:34 | |
flaper87 | WOOHOOO | 13:34 |
flaper87 | flwang2: I see this 2015-09-01 15:32:56.573 31084 ERROR zaqar.notification.task.mailto [-] Failed to create process for sendmail, because {error} | 13:34 |
flaper87 | that's because I don't have sendmail | 13:34 |
flwang2 | so you can trigger the task | 13:35 |
flaper87 | can you just do str(e) rather than e.stderror ? | 13:35 |
flaper87 | actually | 13:35 |
flaper87 | I think what you want is ) % {..} | 13:35 |
flaper87 | rather than _LE(), {} | 13:35 |
flaper87 | it didn't get formatted | 13:35 |
flaper87 | when you fix that, please, use LOG.exception in the second catch | 13:36 |
openstackgerrit | Fei Long Wang proposed openstack/zaqar: Add email driver for notification https://review.openstack.org/202374 | 13:36 |
flaper87 | that is, keep LOG.error and add LOG.exception too | 13:36 |
flaper87 | flwang2: ran it several times | 13:36 |
flaper87 | it seems to work | 13:36 |
flaper87 | I mean, it's executed | 13:36 |
flwang2 | flaper87: ok, interesting | 13:36 |
flwang2 | flaper87: did you mean like this http://paste.openstack.org/show/437781/ ? | 13:42 |
flaper87 | flwang2: right, not sure if str(e), thoguh | 13:44 |
flaper87 | and pls, the LOG.exception in the except Exception below | 13:44 |
vkmc | o.o | 13:44 |
flwang2 | flaper87: i'm a little bit confused " the LOG.exception in the except Exception below", i'm doing that in http://paste.openstack.org/show/437781/, isn't it? | 13:45 |
*** mpanetta has joined #openstack-zaqar | 13:47 | |
flaper87 | flwang2: ah wait | 13:47 |
flaper87 | in L22 you need both | 13:47 |
flaper87 | LOG.error(_LE()) to print a custom error | 13:47 |
flaper87 | and right below that one: LOG.exception(exc) to print the exception | 13:48 |
flaper87 | and the except line needs to look like: | 13:48 |
flaper87 | except Exception as exc: | 13:48 |
flwang2 | ok, i can see your point, just print more trace for debug | 13:48 |
flaper87 | flwang2: http://paste.openstack.org/show/437782/ | 13:48 |
flaper87 | vkmc: morning | 13:48 |
flaper87 | :) | 13:48 |
vkmc | hey hey :) | 13:49 |
*** ametts has joined #openstack-zaqar | 13:50 | |
openstackgerrit | Fei Long Wang proposed openstack/zaqar: Add email driver for notification https://review.openstack.org/202374 | 13:53 |
flaper87 | flwang2: testing the patch again | 13:53 |
flwang2 | flaper87: cheers man | 13:54 |
flwang2 | i'm waiting for the test result on my 2:00AM :) | 13:54 |
flaper87 | flwang2: now I'm getting the expected error | 13:56 |
flaper87 | Failed to create process for sendmail, because [Errno 2] No such file or directory | 13:56 |
flwang2 | awesome | 13:56 |
flaper87 | ok, it's good it's being executed down to that path | 13:57 |
flaper87 | I assume you tested the sending part | 13:57 |
flaper87 | because I don't want to install sendmail | 13:57 |
flaper87 | :P | 13:57 |
*** kgriffs|afk is now known as kgriffs | 13:57 | |
flwang2 | hah, fair enough | 13:57 |
flaper87 | flwang2: +2 from me | 13:58 |
flaper87 | lets see what vkmc and ryansb say | 13:58 |
flaper87 | we have until tomorrow to get it in | 13:59 |
flwang2 | flaper87: good good | 13:59 |
flwang2 | i can have a good sleep now | 13:59 |
ryansb | flwang2: I'll post my test results on the review | 14:00 |
ryansb | (hopefully in the form of a +2) | 14:00 |
flwang2 | ryansb: thanks man | 14:00 |
vkmc | flwang2, thanks Fei Long, will check as well | 14:01 |
flaper87 | ryansb: awesome, thanks! | 14:01 |
vkmc | flwang2, enjoy your evening now :) | 14:01 |
flwang2 | vkmc: thank you, guys | 14:01 |
flaper87 | flwang2: rest well, buddy! | 14:01 |
flaper87 | great work | 14:01 |
flwang2 | vkmc: haha, yep, i can arm around my little hacker :) | 14:02 |
flwang2 | have fun, guys | 14:02 |
vkmc | flwang2, oh yes! hope he is feeling better... forgot to ask you :( | 14:03 |
vkmc | flwang2, take care, ttyt | 14:03 |
*** kgriffs is now known as kgriffs|afk | 14:06 | |
*** kgriffs|afk is now known as kgriffs | 14:07 | |
*** exploreshaifali has quit IRC | 14:13 | |
*** Caleb-- has quit IRC | 14:22 | |
*** malini has joined #openstack-zaqar | 14:25 | |
*** Caleb-- has joined #openstack-zaqar | 14:32 | |
* flaper87 tackles policy | 14:33 | |
*** boris-42 has joined #openstack-zaqar | 14:42 | |
*** csoukup has joined #openstack-zaqar | 14:52 | |
*** kgriffs is now known as kgriffs|afk | 15:07 | |
*** Qiming has quit IRC | 15:23 | |
*** kgriffs|afk is now known as kgriffs | 15:42 | |
*** malini has quit IRC | 15:54 | |
*** malini has joined #openstack-zaqar | 15:54 | |
*** kgriffs is now known as kgriffs|afk | 16:01 | |
*** diga has joined #openstack-zaqar | 16:03 | |
*** kgriffs|afk is now known as kgriffs | 16:14 | |
*** diga has quit IRC | 16:18 | |
*** malini has quit IRC | 16:22 | |
*** malini has joined #openstack-zaqar | 16:31 | |
*** exploreshaifali has joined #openstack-zaqar | 16:46 | |
*** david-ly_ has joined #openstack-zaqar | 16:49 | |
*** david-lyle has quit IRC | 16:49 | |
*** malini has quit IRC | 16:51 | |
*** david-ly_ has quit IRC | 17:07 | |
*** dynarro has quit IRC | 17:08 | |
*** achanda has joined #openstack-zaqar | 17:25 | |
openstackgerrit | Claudiu Belu proposed openstack/zaqar: Adds oslo_concurrency dependency https://review.openstack.org/219374 | 17:37 |
*** exploreshaifali has quit IRC | 17:46 | |
*** malini has joined #openstack-zaqar | 17:49 | |
*** david-lyle has joined #openstack-zaqar | 17:54 | |
*** david-lyle has quit IRC | 18:01 | |
*** david-lyle has joined #openstack-zaqar | 18:19 | |
*** malini has quit IRC | 18:30 | |
*** stanchan has joined #openstack-zaqar | 18:32 | |
*** exploreshaifali has joined #openstack-zaqar | 18:34 | |
*** malini has joined #openstack-zaqar | 18:39 | |
*** ametts has quit IRC | 18:51 | |
*** ametts has joined #openstack-zaqar | 19:04 | |
*** ametts has quit IRC | 19:23 | |
*** whydidyoustealmy has quit IRC | 19:34 | |
*** ametts has joined #openstack-zaqar | 19:35 | |
*** whydidyoustealmy has joined #openstack-zaqar | 19:35 | |
*** whydidyoustealmy has quit IRC | 19:35 | |
*** whydidyoustealmy has joined #openstack-zaqar | 19:35 | |
flaper87 | ryansb: were you able to test flwang1's patch? | 19:38 |
ryansb | yeah, I'll post a review | 19:40 |
ryansb | hey, what did you change in your patch to that series? | 19:40 |
ryansb | ah, just fixed up logging | 19:41 |
ryansb | k, +2a'd | 19:42 |
flaper87 | ryansb: awesome | 19:43 |
ryansb | I still had #14 checked out, so just wanted to make sure you hadn't broken everything | 19:44 |
ryansb | ;) | 19:44 |
flaper87 | damnit, jenkins is sad | 19:45 |
flaper87 | flwang1: ^ | 19:45 |
ryansb | dang, now I'm sad too. | 19:46 |
*** davideagnello has quit IRC | 19:50 | |
flaper87 | vkmc: merge conflict https://review.openstack.org/#/c/218430/ :( | 19:51 |
*** davideagnello has joined #openstack-zaqar | 19:53 | |
*** malini has quit IRC | 19:55 | |
jasondotstar | flaper87: hey qq | 19:55 |
jasondotstar | the zaqar pkgs | 19:56 |
*** malini has joined #openstack-zaqar | 19:56 | |
flaper87 | jasondotstar: yooooo, how's Zaqar's puppet master doing today? | 19:56 |
jasondotstar | the .deb and .rpm(s) | 19:56 |
* jasondotstar chuckles | 19:56 | |
jasondotstar | is there a common mirror for those? | 19:57 |
flaper87 | jasondotstar: the rpm's are part of RDO, that'd be fedora | 19:58 |
flaper87 | jasondotstar: the debs, we'll need zigo to chime in | 19:58 |
jasondotstar | so..... a base os install | 19:59 |
jasondotstar | we'd need to add those repos | 19:59 |
jasondotstar | detect the OS obvs | 19:59 |
jasondotstar | then add the repos accordingly | 19:59 |
flaper87 | don't other projects do this already? | 20:00 |
*** boris-42 has quit IRC | 20:00 | |
flaper87 | Zaqar follows what other projects do there | 20:00 |
* flaper87 a bit confused | 20:00 | |
jasondotstar | yea | 20:00 |
jasondotstar | they do | 20:00 |
*** flwang2 has quit IRC | 20:00 | |
flaper87 | but yeah, I'd expect those repos to be there | 20:00 |
flaper87 | :D | 20:00 |
jasondotstar | but I'm just wondering where they are | 20:00 |
jasondotstar | and how they are picked up | 20:00 |
jasondotstar | trying not to re-invent the wheel in my puppet module code | 20:01 |
jasondotstar | so it'd be nice to know how those repos are added, if they're 'already there' somehow | 20:01 |
*** malini has quit IRC | 20:11 | |
*** exploreshaifali has quit IRC | 20:12 | |
openstackgerrit | Claudiu Belu proposed openstack/zaqar: Adds oslo_concurrency dependency https://review.openstack.org/219374 | 20:17 |
vkmc | flaper87, oh noes | 20:20 |
*** achanda has quit IRC | 20:54 | |
*** flwang has joined #openstack-zaqar | 20:57 | |
openstackgerrit | Fei Long Wang proposed openstack/zaqar: Fix duplicated notification https://review.openstack.org/218072 | 20:59 |
flaper87 | flwang1: good morning | 20:59 |
flaper87 | flwang1: we need a rebase on the email one, tests are failing | 20:59 |
flaper87 | but it was approved | 20:59 |
flaper87 | vkmc: flwang https://review.openstack.org/#/c/218235/ these reviews could get some love too :D | 21:01 |
flaper87 | i know, I know, FF | 21:01 |
vkmc | FFFFFFFFFF | 21:01 |
flwang | flaper87: got | 21:02 |
flwang | and that's another aspect why i say it's not stable | 21:02 |
flaper87 | flwang: :/ | 21:02 |
openstackgerrit | Fei Long Wang proposed openstack/zaqar: Add email driver for notification https://review.openstack.org/202374 | 21:02 |
flaper87 | in that case, we shouldn't land it | 21:02 |
flaper87 | flwang: what's the cause of that failure ? | 21:02 |
flwang | flaper87: no failure, but the task won't be triggered | 21:03 |
flwang | that's why i'm thinking if we should get the taskflow back | 21:03 |
flwang | i will do more test today and submit a patch if it's necessary | 21:04 |
flwang | flaper87: btw, would you mind run that test case locally? | 21:04 |
flwang | flaper87: and seems it only happens on py27 | 21:05 |
flaper87 | flwang: sure thing | 21:06 |
*** achanda has joined #openstack-zaqar | 21:07 | |
flaper87 | flwang: it passed | 21:13 |
flaper87 | trying again | 21:13 |
flwang | holy shit | 21:13 |
flaper87 | passed again | 21:13 |
* flaper87 tries again | 21:13 | |
flwang | interesting | 21:13 |
flaper87 | passed again | 21:14 |
flaper87 | :P | 21:14 |
flaper87 | should I keep going? | 21:14 |
flwang | no, it's ok | 21:15 |
flaper87 | passed again | 21:15 |
flaper87 | :P | 21:15 |
flwang | on my local, it works fine | 21:15 |
flwang | but sometimes, jenkins will blame it on py27 | 21:15 |
*** mpanetta has quit IRC | 21:30 | |
vkmc | flaper87, flwang, for v2, we don't support get_by_id and delete_by_id | 21:30 |
vkmc | right? | 21:30 |
*** achanda has quit IRC | 21:30 | |
flwang1 | vkmc: messages? IIRC, it's supported | 21:31 |
flwang1 | checking code.... | 21:31 |
vkmc | flwang1, it is... we said we were going to remove support for it | 21:31 |
vkmc | I'm happy with it though, if we consider queues == topics | 21:32 |
flaper87 | it's in the code but we kinda dont | 21:33 |
flaper87 | we don't support getting by id | 21:33 |
flaper87 | but we support delete by id | 21:33 |
flaper87 | that's our only way to delete messages :D | 21:33 |
vkmc | hmm | 21:33 |
flwang1 | vkmc: TBH, I can't remember why we want to remove them | 21:33 |
vkmc | HMM | 21:33 |
flaper87 | Happy to discuss this further | 21:33 |
vkmc | because you cannot get by id in a ___QUEUE___ | 21:33 |
flaper87 | tomorrow... | 21:33 |
flaper87 | :D | 21:33 |
vkmc | but we no longer have queues | 21:33 |
vkmc | yes | 21:33 |
vkmc | let's do that | 21:33 |
flaper87 | but it's not a queuing message | 21:33 |
vkmc | I'm burned out | 21:33 |
flaper87 | :D | 21:33 |
flaper87 | queuing service | 21:34 |
flaper87 | damnit | 21:34 |
flaper87 | I should rest | 21:34 |
vkmc | queuing massage | 21:34 |
vkmc | haha | 21:34 |
sriram | massage lol | 21:34 |
* sriram claims them | 21:34 | |
vkmc | sriram, o/ haha | 21:34 |
sriram | vkmc: hello! how goes? | 21:35 |
vkmc | sriram, good good, reviewing all the things, the freeze is coming | 21:35 |
vkmc | sriram, you? | 21:35 |
sriram | nice, good as well, I'm contributing to github.com/stackforge/poppy these days | 21:36 |
vkmc | sweet! how is that going? | 21:37 |
sriram | oh yes, its awesome :) | 21:38 |
*** csoukup has quit IRC | 21:44 | |
*** sriram has quit IRC | 21:46 | |
openstackgerrit | Merged openstack/zaqar: Return empty `links` on empty collections https://review.openstack.org/218235 | 21:56 |
openstackgerrit | Merged openstack/zaqar: Set a secret key in devstack https://review.openstack.org/214594 | 21:57 |
*** csoukup has joined #openstack-zaqar | 22:01 | |
*** amitgandhinz has quit IRC | 22:02 | |
vkmc | flaper87, please rebase flavors in sqlalchemy | 22:03 |
flaper87 | vkmc: yes mam' | 22:03 |
vkmc | flaper87, tomorrow, its late thereeeee | 22:03 |
flaper87 | vkmc: https://review.openstack.org/#/c/218248/ also these 2 | 22:03 |
flaper87 | easy reviews | 22:03 |
flaper87 | client side | 22:03 |
vkmc | I was on that | 22:04 |
vkmc | :D | 22:04 |
openstackgerrit | Flavio Percoco proposed openstack/zaqar: s/update/_update/ sqlalchemy's pool controller https://review.openstack.org/218292 | 22:04 |
openstackgerrit | Flavio Percoco proposed openstack/zaqar: Add unittests for Flavors in sqlalchemy https://review.openstack.org/218784 | 22:04 |
openstackgerrit | Flavio Percoco proposed openstack/zaqar: Add support for flavors in sqlalchemy https://review.openstack.org/218291 | 22:04 |
openstackgerrit | Flavio Percoco proposed openstack/zaqar: Restore sqlalchemy unit tests https://review.openstack.org/218777 | 22:04 |
flaper87 | vkmc: ^ | 22:04 |
flaper87 | ryansb: ^ | 22:04 |
flaper87 | you'd +2 some of those | 22:04 |
vkmc | thanks flaper87 | 22:04 |
flaper87 | it's just a rebase | 22:04 |
flaper87 | vkmc: np | 22:04 |
flaper87 | ok, out | 22:06 |
flaper87 | for realz | 22:06 |
flaper87 | tt y'all tomorrow | 22:06 |
vkmc | ttyt! sleep tight | 22:06 |
vkmc | or reboot... not sure if you actually sleep | 22:06 |
openstackgerrit | Merged openstack/python-zaqarclient: v1.1 and v2 claims return document not list https://review.openstack.org/218248 | 22:14 |
openstackgerrit | Merged openstack/python-zaqarclient: Send claims `limit` as a query param https://review.openstack.org/218249 | 22:15 |
*** kgriffs is now known as kgriffs|afk | 22:20 | |
*** akanksha has joined #openstack-zaqar | 22:20 | |
*** csoukup has quit IRC | 22:28 | |
*** ametts has quit IRC | 22:42 | |
*** achanda has joined #openstack-zaqar | 22:54 | |
*** boris-42 has joined #openstack-zaqar | 22:57 | |
*** achanda has quit IRC | 22:59 | |
*** Qiming has joined #openstack-zaqar | 23:37 | |
*** Qiming has quit IRC | 23:37 | |
*** Qiming has joined #openstack-zaqar | 23:38 | |
*** stanchan has quit IRC | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!