Friday, 2016-01-29

openstackgerritQiming Teng proposed openstack/senlin: Add missing options registration for webhook  https://review.openstack.org/27358600:03
*** bdrich has quit IRC00:57
*** bdrich has joined #senlin01:09
*** xuhaiwei has quit IRC01:19
*** Qiming has quit IRC01:24
*** Qiming has joined #senlin01:31
*** Qiming has quit IRC01:38
*** Yanyanhu has joined #senlin01:45
*** elynn has joined #senlin02:00
elynnMorning02:09
*** xuhaiwei has joined #senlin02:11
*** Qiming has joined #senlin02:15
*** bdrich has quit IRC02:24
Yanyanhumorning02:27
openstackgerritYanyan Hu proposed openstack/senlin: Support property update for os.heat.stack profile  https://review.openstack.org/27338502:31
xuhaiweiwa! http://osdir.com/ml/openstack-dev/2016-01/msg01986.html02:34
openstackgerritMerged openstack/senlin: Fix Error in Base Recover  https://review.openstack.org/27353502:37
openstackgerritYanyan Hu proposed openstack/senlin: Support property update for os.heat.stack profile  https://review.openstack.org/27338502:54
openstackgerritMerged openstack/senlin: Trivial: Make parse_exception cover all cases  https://review.openstack.org/27355403:09
openstackgerritxu-haiwei proposed openstack/senlin: Use server_metadata_delete to update meatadata value in do_leave  https://review.openstack.org/27341003:16
Yanyanhuxuhaiwei, yep, this is a great work from zigo :)03:33
Qimingmaybe too early to tell03:34
Qiminghttps://review.openstack.org/27358603:34
Qimingjust got complaints that receivers could not be created03:34
Qimingbecause the webhook.host option is invalid03:34
zigoYanyanhu: xuhaiwei: Please do test the package and let me know if there's any isue!03:34
zigoissue03:34
Qimingso the patch above has to be merged to make things work03:34
Qimingwe got things messed up so ... it is not a problem of packaging03:35
Yanyanhuyes03:36
Yanyanhuwill spend time on receiver test in coming week03:36
Qimingso this bug is not fixed https://bugs.launchpad.net/senlin/+bug/153107403:36
openstackLaunchpad bug 1531074 in senlin "Functional test for receiver is missing" [Medium,Triaged] - Assigned to Yanyan Hu (yanyanhu)03:36
Yanyanhuyes, should work on this earlier...03:36
*** Tiancheng has joined #senlin03:37
Yanyanhuso this means we need to back port this fix?03:37
Yanyanhu27358603:37
Qimingit is not a stable branch03:37
Qimingso it is okay I think03:37
YanyanhuI see03:37
Yanyanhuhope can finish the functional test of receiver next week03:38
Yanyanhuat least a basic wone03:38
Yanyanhus/wone/one03:38
Qimingit is pretty straightfoward one than the webhook interface03:38
*** yuanying_ has joined #senlin03:38
Qimingshould be just one hour's work or so03:39
Qiminglet me check if we still have the webhook test around03:39
Yanyanhuok, will work on it03:39
*** yuanying has quit IRC03:40
zigoIs there some tempest tests for Senlin yet?03:43
Qimingzigo, not yet03:43
Qimingwe touched that issue during our mid-cycle meetup early this month03:44
Qimingwe will work on that soon03:44
openstackgerritCindia-blue proposed openstack/senlin: Add Node Check and Recover into API  https://review.openstack.org/27386603:47
Qiminglixinhui, you need to rebase your patch on the master03:53
Yanyanhucan't report bug in launchpad, always met timeout error03:58
Yanyanhudid you guys meet the same issue?03:58
Qimingno03:58
Yanyanhulet me try again03:58
*** Tiancheng_ has joined #senlin04:00
*** Tiancheng has quit IRC04:00
*** yuanying has joined #senlin04:06
*** yuanying_ has quit IRC04:06
*** yuanying has quit IRC04:11
xuhaiweithanks zigo, just be back04:11
zigoxuhaiwei: Will you test the package? :)04:12
xuhaiweiI am not sure how to test it, zigo04:12
*** elynn has quit IRC04:12
xuhaiweiinstall it and try to use it?04:13
zigoxuhaiwei: apt-get install, see if it works? :)04:13
zigoYup.04:13
xuhaiweiok04:13
zigoMaybe, on a devstack setup, bring senlin daemons down, and use the packaged version? (note: this *will* install many python system packages which may disrupt your current devstack setup, so don't complain if your devstack is fucked after that...)04:14
xuhaiweithe package name is Senlin?04:15
*** yuanying has joined #senlin04:17
*** Ayush has joined #senlin04:19
*** lixinhui_ has joined #senlin04:20
*** elynn has joined #senlin04:33
*** elynn has quit IRC04:38
*** elynn has joined #senlin04:38
xuhaiweizigo, can't find the package, is the package name Senlin or senlin?04:41
openstackgerritxu-haiwei proposed openstack/senlin: Use server_metadata_delete to update meatadata value in do_leave  https://review.openstack.org/27341004:42
*** Ayush has quit IRC04:47
*** Tiancheng_ has quit IRC04:48
*** Tiancheng_ has joined #senlin04:49
*** Ayush has joined #senlin04:56
*** elynn has quit IRC05:00
*** Ayush_ has joined #senlin05:00
*** Ayush_ has left #senlin05:01
*** Ayush_ has joined #senlin05:04
*** Ayush has left #senlin05:04
*** Ayush has joined #senlin05:05
*** Ayush_ has quit IRC05:05
xuhaiweihi, I want to have a discussion about cluster's nodes, as far as I know, in current design a cluster can have nodes which are created from different profile(not different profile type), that is ok in most cases, but if a cluster is attached by a LB policy, there will be conflicts, lb policy desires nodes all in the same network, but in fact may not(different pofile may define different networks)05:27
zigoxuhaiwei: There's never upper case in package names in Debian or Ubuntu.05:28
xuhaiweiso should we block adding nodes with different profiles into one cluster05:28
zigoxuhaiwei: There's python-senlin, senlin-common, senlin-api and senlin-engine.05:28
xuhaiweiI should install them one by one?05:29
Qimingxuhaiwei, I'd like to keep this open to users05:35
Qimingusers will know what they are doing05:35
xuhaiweiok05:36
Qimingfor example, you may have one heat template containing a nova server, another template containing a cinder volume05:36
Qimingit is fine05:36
Qimingthe reason behind this is about flexibility, some use cases users (or we) can work out05:38
xuhaiweiyes, reasonable05:38
Qimingfor example, you may want to create a cluster of "compute"05:38
Qimingbut you want to intelligently scale your cluster by adding a container or a VM or a baremetal05:38
zigoxuhaiwei: They depend on each other, so just apt-get install senlin-api and senlin-engine, python-senlin and senlin-common will be automatically pulled.05:40
zigoxuhaiwei: Do you use Debian Sid, Debian Jessie, or Ubuntu Trusty (worst choice... :P) ?05:41
xuhaiweithanks zigo05:41
xuhaiweithe worst one05:41
zigoLOL05:41
zigoI'm not sure if Canonical will even make a Senlin pakage by themselves, probably they will just sync with an old version in Debian! :)05:42
zigodeb http://mitaka-trusty.pkgs.mirantis.com/debian trusty-mitaka-backports main05:42
zigodeb-src http://mitaka-trusty.pkgs.mirantis.com/debian trusty-mitaka-backports main05:42
zigodeb http://mitaka-trusty.pkgs.mirantis.com/debian trusty-mitaka-backports-nochange main05:42
zigodeb-src http://mitaka-trusty.pkgs.mirantis.com/debian trusty-mitaka-backports-nochange main05:42
zigoI'm currenlty doing the validation of the packages (ie: installing all, then checking tempest runs correctly).05:43
zigoSo far, there's (to my point of view, minor) issues with Neutron, but I'm on my way to have it fixed.05:43
zigoxuhaiwei: Do you work at 99Cloud?05:44
xuhaiweino, zigo05:45
xuhaiweiI think we met once in Tokyo summit05:45
zigoxuhaiwei: huawei, sorry, I'm being stupid ! :)05:45
xuhaiweinever mind05:45
zigoxuhaiwei: In Shenzhen ?05:46
xuhaiweiI am in Tokyo05:46
zigoOk.05:46
xuhaiweiI am from NEC05:46
zigoOk.05:46
zigoI was pleased to see Senlin seem mostly made in Asia.05:47
zigoxuhaiwei: Your name sounds Chinese though.05:47
Yanyanhuzigo, he is chinese :)05:47
Yanyanhujust worked in Japan05:47
zigoOK.05:47
xuhaiweiyes, are you from Germany?05:47
zigoFYI, I'm in Zhengzhou, Henan, until after Chinese new year, at which point I'll go to Shanghai until begining of March.05:47
zigoBoth wife and kids are Chinese (kids born in Shanghai and Zhengzhou respectively), though I'm French.05:48
zigoWe now live in Grenoble, next to Mirantis office there.05:48
zigo(Grenoble is in the French Alpes)05:48
zigoIt's been a year we moved back, though I stayed 8 years in China, so I feel like half Chinese myself. :)05:49
xuhaiweiinteresting05:49
Yanyanhuzigo, cool. You have been very familiar with China I believe :)05:49
Qimingit's a clever choice, marrying a foreigner makes it difficult to have disputes at home05:50
Qimingyou speak different languages05:50
zigoLOL05:50
zigoI can speak Chinese and know most of the swear words of my wife! :)05:50
zigo(and same for her with French)05:50
openstackgerritEthan Lynn proposed openstack/senlin: Re-enable lock breaker  https://review.openstack.org/26215105:50
openstackgerritEthan Lynn proposed openstack/senlin: Trival fix to service report  https://review.openstack.org/27340905:50
Qimingpitty you, :)05:50
zigoThough argues have to be in English, so it's fair enough for everyone... :D05:50
Qimingnext time, you can try argue in Japanese or some other language05:51
Yanyanhusometimes, you have to learn new language if you want to argue with your wife05:51
Yanyanhuefficiently05:51
zigoExatly ! :)05:52
Qimingyeah, senlin team is helpful in many ways, you see?05:52
xuhaiweiI know a girl whose husband is Japanese, his husband said your Japanese is good only when quarrals with me05:52
QimingLOL05:53
Yanyanhu:P05:53
openstackgerritYanyan Hu proposed openstack/senlin: Fix check_size_params method  https://review.openstack.org/27389406:02
QimingYanyanhu, posted comments to your patch06:10
Yanyanhuok06:10
Qimingthe revised logic is not correct, please think through06:10
Yanyanhuok, let me think about it06:11
openstackgerritEldonZhao proposed openstack/python-senlinclient: Fix cluster_update_policy parameter passing error  https://review.openstack.org/27389706:15
*** gongysh has joined #senlin06:18
QimingYanyanhu, when we are checking size params, strict should only mean what it was designed to be06:20
Yanyanhuyes06:20
Qimingit is only about checking the request against the current attributes06:21
Qimingso we need to go through all the tests and see if strict should play a role in that test06:21
Yanyanhuright06:22
Qimingit is not about whether the checking as a whole should be 'strict' or not, :)06:22
Yanyanhuso the answer to the 4th question should be yes06:23
Yanyanhuunderstand06:23
Yanyanhusorry, 3rd06:23
Qimingit is about sanity of the provided parameters06:23
YanyanhuI see06:23
Yanyanhusanity check is not related to 'strict' param06:23
Qimingexactly06:24
Qimingwe will return an error no matter 'strict' or not06:24
Yanyanhugot it06:24
openstackgerritEldonZhao proposed openstack/python-senlinclient: Fix cluster_update_policy parameter passing error  https://review.openstack.org/27389706:25
openstackgerritQiming Teng proposed openstack/python-senlinclient: Fix cluster_update_policy parameter passing error  https://review.openstack.org/27389706:29
openstackgerritEldonZhao proposed openstack/python-senlinclient: Fix cluster_update_policy parameter passing error  https://review.openstack.org/27389706:40
openstackgerritMerged openstack/senlin: Add missing options registration for webhook  https://review.openstack.org/27358606:52
openstackgerritYanyan Hu proposed openstack/senlin: Fix check_size_params method  https://review.openstack.org/27389406:59
*** elynn has joined #senlin07:12
*** lixinhui_ has quit IRC07:17
xuhaiweiQiming, how is the Senlin summit proposal? it seems next Monday is the deadline07:30
Qimingbusy on code review atm07:32
Qimingelynn, checked your sdk patch, please review07:33
QimingSince we have a very different way of handling DELETE requests, we should do it in our own way anyhow.07:33
QimingI wasn't aware that the Resource.delete method is not copying the 'location' header out of the response07:34
Qiminglet's do our own hack.07:34
elynnQiming,07:34
openstackgerritYanyan Hu proposed openstack/senlin: Fix check_size_params method  https://review.openstack.org/27389407:34
elynnyou mean back to patchiest?07:35
elynnpatchset 1?07:35
Qimingnot exactly07:35
elynnI think return {'action': 'action_id'} is enough07:35
elynnwhat do you think about it?07:35
Qimingyes07:35
Qimingreturn that action dict is the only non-disruptive change07:36
elynnor directly return location ?07:36
Qimingem ... I think returning a dict is more generic07:37
Qimingin that dict, we have {'location': 'pointer to location'}, right?07:37
elynnyes07:38
Qimingin other cases, say a cluster action or a node action (being added), we are returning {'action': 'action_id'}07:38
*** Liuqing has joined #senlin07:38
Qimingwhile at the same time, we are also returing a {'location': 'pointer to location'} header07:38
elynnyes07:39
Qimingso .. a unified way from client's perspective would be a dict07:39
elynnso a dict containing 'action' and 'location' ?07:39
QimingWe do have some resistence from SDK about handling response headers07:40
Qiminghopefully, we can unify that07:40
Qimingthe current situation is that there are consistencies07:40
Qimingthe only way to unify, as I see it, is to return just {'location': 'pointer'}07:41
elynnok, got it.07:41
Qimingbut I'm not encouraging to inflate this patch to handle all return values07:41
Qiminglet's make delete work as expected, i.e. get DELETE handling there07:42
Qimingthen we recheck the cluster-action, node-action, cluster-update ... hopefully, migrate all them to the same format07:42
QimingI'm a little bit afraid that you will evolve the current patch to a 'Trivial' one that covers all cases, ;)07:43
elynnok, so in this patch, I will only handle delete :)07:43
Qiminggreat07:43
elynnthen let's how to handle the rest of them07:44
elynnI have to leave for a while, will update this patch later.07:44
Qimingokay07:44
*** elynn has quit IRC07:46
QimingYanyanhu, about the two questions07:51
Yanyanhuyes?07:51
Qimingraising min_size and lowering max_size07:51
Qimingare we able to handle those requests already?07:51
QimingI just read your comments07:51
Yanyanhuyes, they have been coverred in current implementation07:51
Yanyanhuof cluster_resize07:52
Qimingokay, cool07:52
QimingI cannot remember things clearly07:52
Yanyanhuactually, me neither... I checked it again07:52
Qimingand ... if the request comes from users, 'strict' has default to True ...07:54
Yanyanhuyes07:54
Qimingokay, I'm fine with it now07:54
Yanyanhuok, so users can do that kind of adjusting if they explicitly specify strict to False07:55
Qimingyes, let's kick it in07:57
Qimingxuhaiwei, I think I'm aware of two talk proposals07:59
xuhaiweiyes08:00
Qimingone is from Ethan, it is about an overall introduction of Senlin08:00
xuhaiweinot propose it yet?08:00
Qiminganother is from Xinhui, it is about a comprehensive usage scenario -- creating a cluster with LB, autoscaling, auto-healing easily08:01
Qiminggot notification from the first proposal08:01
xuhaiweithere will be a demo?08:01
Qimingnot yet notified by the second one08:01
xuhaiweithe notification is from IBM?08:02
Qimingno, from community08:02
xuhaiweiok, who will be the speaker of it?08:03
QimingI don't have the complete list08:04
Qimingtopic wise, I believe both are good candidates08:05
xuhaiweiyes08:05
Qimingsince there are still two days at least open for proposal08:05
Qimingif you have any ideas, we can discuss08:05
xuhaiweithere is one proposal from our team, which will introduce Senlin briefly08:06
Qimingcool08:07
xuhaiweihope it will be passed08:07
Qimingblessing08:07
Qimingit would be very very interesting if we have something to show related to container clusters08:08
xuhaiweiyuanying will have some discussion with Magnum guys about 'container as a service', it is worked, that may be one way for Senlin to do 'container cluster'08:16
openstackgerritQiming Teng proposed openstack/senlin: Add missing unit tests for nova driver  https://review.openstack.org/27393908:21
Qimingcool, better with something working08:21
xuhaiweijust reviewed Yanyanhu's patch08:22
xuhaiweiwe will force to create/delete nodes when 'strict' is False?08:23
xuhaiweithat is a little confusing08:23
Yanyanhuhi, xuhaiwei, yes08:23
Yanyanhuif user specifies strict to False, we will try to adjust the size of cluster to match the new given size limitation08:24
Yanyanhuthe new given upper/lower size limit08:24
xuhaiweiyes, but 'strict=False' usually mean this option is not taking effect08:25
xuhaiweifrom user's point, it's confusing for me08:25
Yanyanhuah, we need a clarrification here :)08:25
Yanyanhustrict means whether the parameter size check will be strictly done08:26
openstackgerritMerged openstack/senlin: Fix check_size_params method  https://review.openstack.org/27389408:26
Yanyanhuit's different from 'enforced' :)08:26
xuhaiweiI misunderstood it08:27
Yanyanhureally a little confusing :)08:28
Qimingconfusing ?08:29
Qimingwe in cluster_resize function, we have a very detailed docstring there08:29
Yanyanhuthe client help msg has a explanation as well :)08:29
xuhaiweiok, I often go with feel08:30
Qimingjust curious, has anyone tried enabling multi-engine support and see if everything works?08:41
Yanyanhuyes, it is always enabled in my local env08:42
Qiming\o/08:42
Qimingdon't change your setting then, ;)08:42
Yanyanhumy engine number is 2 :)08:42
Yanyanhusure08:42
*** Ayush has quit IRC08:45
*** Ayush has joined #senlin08:48
openstackgerritQiming Teng proposed openstack/senlin: Add unit tests for node check/recover  https://review.openstack.org/27394708:49
*** Ayush has quit IRC08:52
*** Ayush has joined #senlin08:52
*** Ayush has quit IRC09:03
*** Ayush has joined #senlin09:04
openstackgerritMerged openstack/senlin: Use server_metadata_delete to update meatadata value in do_leave  https://review.openstack.org/27341009:04
openstackgerritQiming Teng proposed openstack/senlin: Add missing unit tests for cluster module  https://review.openstack.org/27395309:08
openstackgerritxu-haiwei proposed openstack/senlin: Fix cluster name update error  https://review.openstack.org/27395909:22
*** lixinhui_ has joined #senlin09:25
*** Liuqing has quit IRC09:34
Yanyanhuhi, Qiming, around?09:40
Yanyanhujust reported a bug about size param check in cluster_scale_in/out service routines https://bugs.launchpad.net/senlin/+bug/153947809:40
openstackLaunchpad bug 1539478 in senlin "Incorrect param size check in cluster_scale_in/out service routines" [Undecided,New] - Assigned to Yanyan Hu (yanyanhu)09:41
Yanyanhubut not sure which kind of fix is better09:41
openstackgerritxu-haiwei proposed openstack/senlin: Fix cluster name update error  https://review.openstack.org/27395909:41
Yanyanhuone possible solution is removing size parameter check in cluster_scale_in/out in service layer as I described here https://bugs.launchpad.net/senlin/+bug/153947809:42
QimingYanyanhu, an easy fix is to make the strict parameter default to False09:42
openstackLaunchpad bug 1539478 in senlin "Incorrect param size check in cluster_scale_in/out service routines" [Undecided,New] - Assigned to Yanyan Hu (yanyanhu)09:42
YanyanhuQiming, ok09:42
Yanyanhuit has the same effect09:42
Qimingthe purpose of this fix is about desired_capacity09:43
YanyanhuI see09:43
Qimingwe should reject requests early and even set desired_capacity to a correct number no matter the following actions succeed or not09:43
Qimingthis is a prerequisite to that end09:43
Qimingwhen I tried to fix this, I found there is a redundant, new checking procedure in engine09:44
Qimingthat is where I started this effort09:44
Yanyanhuthis makes sense09:45
xuhaiweidon't remember it clearly, during the meetup, have we got an agreement about deprecate nested cluster support? Or just leave it there09:48
openstackgerritCindia-blue proposed openstack/senlin: Add Node Check and Recover into API  https://review.openstack.org/27386609:49
Qimingxuhaiwei, hide it if possible09:52
Qimingit would cause confusion09:52
xuhaiweiyou mean delete it from client side?09:53
Qimingfrom client, api, even engine09:53
Qimingleave it in db09:53
Qimingcreate an impression that we never thought of it, :)09:53
xuhaiweiok, I will do it09:53
Qimingthanks, that would be very helpful09:54
openstackgerritQiming Teng proposed openstack/senlin: Add Node Check and Recover into API  https://review.openstack.org/27386610:03
*** Qiming has quit IRC10:08
*** gongysh has quit IRC10:12
*** gongysh has joined #senlin10:13
*** shu-mutou has joined #senlin10:17
openstackgerritYanyan Hu proposed openstack/senlin: Set strict param to False by default for check_size_params  https://review.openstack.org/27398710:31
openstackgerritYanyan Hu proposed openstack/senlin: Fix a bug in cluster_resize service routine  https://review.openstack.org/27398810:31
openstackgerritYanyan Hu proposed openstack/senlin: Fix functional test  https://review.openstack.org/27398910:31
*** lixinhui_ has quit IRC10:36
openstackgerritxu-haiwei proposed openstack/python-senlinclient: Remove nested cluster support  https://review.openstack.org/27399410:37
*** Tiancheng_ has quit IRC10:40
xuhaiweistill there Yanyanhu?10:41
*** Yanyanhu has quit IRC10:41
*** Tiancheng has joined #senlin10:43
*** Liuqing has joined #senlin10:48
*** Tiancheng has quit IRC10:49
*** Tiancheng has joined #senlin10:58
openstackgerritxu-haiwei proposed openstack/senlin: Remove nested cluster support  https://review.openstack.org/27400510:58
*** Tiancheng has quit IRC11:03
*** Qiming has joined #senlin11:13
*** Liuqing has quit IRC11:15
*** lixinhui_ has joined #senlin11:39
openstackgerritEldonZhao proposed openstack/python-senlinclient: Fix cluster_update_policy parameter passing error  https://review.openstack.org/27389711:49
openstackgerritMerged openstack/senlin: Set strict param to False by default for check_size_params  https://review.openstack.org/27398711:51
openstackgerritMerged openstack/senlin: Add Node Check and Recover into API  https://review.openstack.org/27386612:17
openstackgerritEthan Lynn proposed openstack/senlin: Trival fix to service report  https://review.openstack.org/27340912:17
openstackgerritMerged openstack/senlin: Support property update for os.heat.stack profile  https://review.openstack.org/27338512:21
*** dixiaoli has quit IRC12:33
openstackgerritMerged openstack/senlin: Fix a bug in cluster_resize service routine  https://review.openstack.org/27398812:35
openstackgerritShu Muto proposed openstack/senlin-dashboard: Add receivers panel  https://review.openstack.org/26952812:43
openstackgerritShu Muto proposed openstack/senlin-dashboard: Update URLs to Django 1.8 style  https://review.openstack.org/27404912:43
*** shu-mutou has quit IRC12:58
openstackgerritQiming Teng proposed openstack/senlin: Relax checking on server metadata  https://review.openstack.org/27406513:32
openstackgerritMerged openstack/senlin: Trival fix to service report  https://review.openstack.org/27340913:32
openstackgerritMerged openstack/senlin: Fix functional test  https://review.openstack.org/27398913:33
openstackgerritMerged openstack/senlin: Fix cluster name update error  https://review.openstack.org/27395913:34
openstackgerritMerged openstack/senlin: Add missing unit tests for cluster module  https://review.openstack.org/27395313:36
openstackgerritMerged openstack/senlin: Add unit tests for node check/recover  https://review.openstack.org/27394713:36
openstackgerritMerged openstack/senlin: Add missing unit tests for nova driver  https://review.openstack.org/27393913:36
openstackgerritMerged openstack/senlin: Add unit test for cluster_resize in engine  https://review.openstack.org/27340313:37
openstackgerritMerged openstack/senlin: One more test case for deletion policy  https://review.openstack.org/27352313:37
openstackgerritMerged openstack/senlin: Fix service_get call in keystone driver  https://review.openstack.org/27356013:38
openstackgerritMerged openstack/senlin: Remove useless function from db model  https://review.openstack.org/27356913:38
openstackgerritEthan Lynn proposed openstack/senlin: Re-enable lock breaker  https://review.openstack.org/26215113:39
*** elynn has joined #senlin13:41
*** elynn has quit IRC13:47
*** Ayush has quit IRC13:53
openstackgerritMerged openstack/senlin: Re-enable lock breaker  https://review.openstack.org/26215113:55
openstackgerritMerged openstack/senlin: Relax checking on server metadata  https://review.openstack.org/27406513:56
*** lixinhui_ has quit IRC14:21
*** Qiming has quit IRC15:06
*** bdrich has joined #senlin15:17
*** pratikmallya has joined #senlin16:19
*** pratikma_ has joined #senlin16:35
*** pratikmallya has quit IRC16:37
*** pratikma_ has quit IRC16:58
*** pratikmallya has joined #senlin17:05
*** pratikmallya has quit IRC18:42
openstackgerritOpenStack Proposal Bot proposed openstack/senlin: Updated from global requirements  https://review.openstack.org/27354520:50
openstackgerritOpenStack Proposal Bot proposed openstack/senlin-dashboard: Updated from global requirements  https://review.openstack.org/26853920:50
*** Qiming has joined #senlin22:22
*** bdrich has quit IRC22:26
*** Qiming has quit IRC22:26

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