Wednesday, 2017-11-15

*** markstur has joined #openstack-meeting00:01
*** salv-orlando has quit IRC00:01
*** salv-orlando has joined #openstack-meeting00:02
*** zhangyanxian has joined #openstack-meeting00:03
*** aeng has quit IRC00:03
*** artom has joined #openstack-meeting00:03
*** yangyapeng has quit IRC00:05
*** salv-orlando has quit IRC00:06
*** zhangyanxian has quit IRC00:06
*** gouthamr has joined #openstack-meeting00:08
*** HeOS has quit IRC00:08
*** HeOS has joined #openstack-meeting00:09
*** hongbin has quit IRC00:10
*** fnaval has quit IRC00:11
*** yangyapeng has joined #openstack-meeting00:19
*** aeng has joined #openstack-meeting00:20
*** yangyapeng has quit IRC00:23
*** Tom-Tom has joined #openstack-meeting00:25
*** markstur has quit IRC00:27
*** fnaval has joined #openstack-meeting00:28
*** Tom-Tom has quit IRC00:29
*** liyi has joined #openstack-meeting00:30
*** markstur has joined #openstack-meeting00:32
*** sshank has joined #openstack-meeting00:36
*** markvoelker has quit IRC00:37
*** yangyapeng has joined #openstack-meeting00:38
*** markstur has quit IRC00:41
*** chyka has quit IRC00:41
*** bkennel has quit IRC00:44
*** raildo has quit IRC00:45
*** joehuang has joined #openstack-meeting00:47
*** yangyapeng has quit IRC00:47
*** priteau has joined #openstack-meeting00:49
*** Yipei has joined #openstack-meeting00:50
*** sshank has quit IRC00:52
*** priteau has quit IRC00:54
*** xuzhuang has joined #openstack-meeting00:55
*** song has joined #openstack-meeting00:57
zhiyuanhi00:59
xuzhuanghi00:59
Yipeihi00:59
songhi00:59
joehuanghi01:00
*** dongfeng has joined #openstack-meeting01:00
zhiyuan#startmeeting tricircle01:00
openstackMeeting started Wed Nov 15 01:00:42 2017 UTC and is due to finish in 60 minutes.  The chair is zhiyuan. Information about MeetBot at http://wiki.debian.org/MeetBot.01:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.01:00
*** openstack changes topic to " (Meeting topic: tricircle)"01:00
openstackThe meeting name has been set to 'tricircle'01:00
*** RongHui11 has joined #openstack-meeting01:01
RongHui11hello01:01
zhiyuani would like to discuss some implementation details of our features one by one01:01
*** kiennt26 has joined #openstack-meeting01:01
zhiyuan#topic distinguish the source of requests01:02
*** openstack changes topic to "distinguish the source of requests (Meeting topic: tricircle)"01:02
*** awaugama has joined #openstack-meeting01:03
zhiyuanafter discuss offline with xuzhuang, we find that one problem for this feature is that the function exposed by neutronclient doesn't have header parameter01:03
*** epico has joined #openstack-meeting01:03
zhiyuanso we cannot set some labels in the header to distinguish request from local/central01:04
zhiyuanxuzhuang's previous patch is to set labels in query string, but i think this is not a good way01:04
*** yangyapeng has joined #openstack-meeting01:05
xuzhuangI have finished the first version code through setting  source tag into req.params. The result of testing in a running openstack is the request source tag can be get in central neutron. But it's a pity that, central neutron can't transform the source tag into context. So using params is failed.01:05
*** yangyapeng has quit IRC01:06
*** yangyapeng has joined #openstack-meeting01:06
joehuangwe may need to add this to oslo.context, and neutron-client for this field configuration01:06
zhiyuani assume that you can set the label via "ctx.label = label"01:06
*** Yoyang has joined #openstack-meeting01:07
*** zxh has joined #openstack-meeting01:07
zhiyuanone way without changing neutron-client is to set the module level value USER_AGENT01:07
zhiyuanabd neutron-client will put USER_AGENT in header01:08
zhiyuans/abd/and01:08
*** cyg has joined #openstack-meeting01:08
*** liyi has quit IRC01:09
joehuangyes01:09
joehuangthis field itself is to discribe the source of the request01:10
*** liyi has joined #openstack-meeting01:10
xuzhuangok, I will try to use USER_AGENT01:10
*** sdague has quit IRC01:12
zhiyuanand for setting the field in context object, i think the code looks like this01:12
zhiyuanctx = req.environ['neutron.context']; ctx.label = label; req.environ['neutron.context'] = ctx01:13
zhiyuanthe previous filter will construct the context object and put it into req.environ01:13
zhiyuanyou need to confirm that the previous filter exactly put context object in req.environ['neutorn.context']01:14
*** liyi has quit IRC01:15
*** wanghao has joined #openstack-meeting01:16
*** tovin07_ has joined #openstack-meeting01:16
*** awaugama has quit IRC01:17
xuzhuangThere is no user_agent in context01:17
zhiyuanyeah, but you can still do "ctx.user_agent = xxx"01:17
xuzhuangok01:18
zhiyuanyou can dynamically add field to python object01:18
*** ricolin_ has joined #openstack-meeting01:18
*** ricolin_ has quit IRC01:18
xuzhuangok, Got it01:18
*** zhu has joined #openstack-meeting01:18
zhiyuanfine, then next01:18
*** ricolin has joined #openstack-meeting01:18
zhiyuan#topic "LBaaS with tricircle"01:18
*** openstack changes topic to ""LBaaS with tricircle" (Meeting topic: tricircle)"01:18
*** liyi has joined #openstack-meeting01:19
zhiyuanhi yipei, I think michael has identified the problem01:19
*** wanghao_ has quit IRC01:19
zhiyuan"the issue here is the gateway neutron gave us for the subnet is different than the one the amphora is receiving via DHCP"01:20
zhiyuanthis is true for our tricircle environment01:20
Yipeihi, zhiyuan, yes, but he is oblivious of the additional route table may lead to failure for finding missing gateway ip01:21
zhiyuanoctavia query central neutron server to get gateway ip, this is different from the local neutron gateway ip01:21
Yipeiyes01:21
zhiyuanbut this is not a bug of octavia, in a normal setup, the route in table 1 is a onlink route01:22
zhiyuandefault via 10.0.0.1 dev eth1  table 1 onlink01:22
*** gyee_ has quit IRC01:23
johnsomo/01:24
Yipeiok, i see. so do we need to change the way we set gateway ip in tricircle?01:24
zhiyuanhi johnsom, please01:24
*** tovin07__ has joined #openstack-meeting01:24
*** erlon has quit IRC01:24
johnsomJust saying Hi and I can answer questions if you have them01:25
*** wanghao has quit IRC01:26
*** wanghao has joined #openstack-meeting01:26
*** XueFeng has quit IRC01:27
*** XueFeng has joined #openstack-meeting01:28
*** tovin07_ has quit IRC01:28
*** tovin07__ has quit IRC01:28
zhiyuani have a question, octavia queries the subnet gateway and set it in the route of table 1, so dhcp request will not change the route, is that correct?01:28
Yipeito zhiyuan, maybe we can make central neutron return the real gateway ip in local neutron?01:28
johnsomzhiyuan Correct, we honor the gateway neutron gives us for the neutron subnet the VIP is on.01:30
zhiyuanto yipei, but central neutron need to know gateway ip of which local neutron to return01:30
*** hieulq has quit IRC01:30
*** kiennt26 has quit IRC01:30
*** tovin07_ has joined #openstack-meeting01:30
*** kiennt26 has joined #openstack-meeting01:31
*** hieulq has joined #openstack-meeting01:31
johnsomThe rule and route table are there to make sure the traffic from the VIP goes back out the right interface.  This allows members to access the VIP and get the response back from the appropriate MAC, etc.01:33
zhiyuanjohnsom, if the subnet doesn't have a gateway ip, will the route be set?01:34
johnsomNo01:34
zhiyuanYipei, so i think we have a work-around, to create a subnet without gateway ip01:34
johnsomhttps://github.com/openstack/octavia/blob/master/octavia/amphorae/backends/agent/api_server/templates/plug_vip_ethX.conf.j2#L4401:35
johnsomI still don't quite understand why if they are on the same subnet it would need to go to the default route...01:37
johnsomIt's as if you are using DVR and the arp tables are not correct.01:37
*** absubram has quit IRC01:37
*** ihrachys has quit IRC01:37
*** markvoelker has joined #openstack-meeting01:37
zhiyuanjohnsom, in tricircle, one subnet in central neutron will be created in several local neutron, to avoid ip conflict, we allocate a gateway ip for each local neutron01:38
zhiyuanso the gateway IPs of the same subnet in different local neutron are different01:39
Yipeieh... but in my environment where octavia is installed alone, the gateway ip port does not exist, the route of table 1 is still added01:41
zhiyuanYipei, what about the curl traffic?01:42
johnsomIt would likely bypass the routing table and use the default routing table with the other gateway01:43
Yipeii checked, same issue, haproxy cannot respond curl with source if as VIP01:44
Yipeis/if/ip/01:44
*** Apoorva_ has quit IRC01:46
johnsomSorry, I need to sign off now.01:48
zhiyuanbye, johnsom, thanks for your help01:49
Yipeibye johnsom, thank a lot01:49
zhiyuanYipei, i think we just try to use a subnet without gateway01:50
*** caowei has joined #openstack-meeting01:50
Yipeiyou mean the gateway port does not exist?01:50
*** yamahata has quit IRC01:50
zhiyuanno, create a subnet without gateway01:51
Yipeiif the subnet has no gateway, how about l3 traffic01:51
zhiyuanby default the ip is .101:51
Yipeii will test it01:53
zhiyuanthe main problem is that octavia queries central neutron to get gateway ip01:54
zhiyuanthis is always different from the local neutron gateway ip01:55
Yipeioh, i see01:55
zhiyuanso even you attach a router, tricircle with LB still doesn't work01:55
Yipeicool, i think it will work01:56
zhiyuanso we have a limited LB01:56
zhiyuan:(01:57
*** XueFeng has quit IRC01:57
Yipeimaybe we need to figure out a way to adapt the route of table 1 in future01:58
*** XueFeng has joined #openstack-meeting01:58
zhiyuanif we can distinguish the request from octavia, we can reply the local neutron gateway ip01:58
*** apart has joined #openstack-meeting02:00
Yipeiyes, i can investigate it02:00
Yipeihope we can implement a full lbaas02:00
zhiyuanhope so02:01
joehuangyes, need to find a way to address this issue02:01
zhiyuana quick pass of the last topic02:01
zhiyuan#topic QoS with tricircle02:01
*** openstack changes topic to "QoS with tricircle (Meeting topic: tricircle)"02:01
zhiyuanglad to see that all the tests have passed!02:02
zhiyuanbut my last comments are not addressed02:02
zhiyuanthe updated patch only rebase the master change02:02
*** links has joined #openstack-meeting02:03
Yipeisorry, maybe i missed it, will double check and update it02:03
*** salv-orlando has joined #openstack-meeting02:03
joehuangto Yipei, Zhiyuan is talking about QoS02:04
zxhto zhiyuan, i modified your review, now adding qos bound network unit tests02:04
zhiyuanYipei, we have moved to the QoS topic :)02:04
Yipeioh, sorry02:04
zhiyuanzxh, great, i think the patch need to rebase again, i see "Merge Conflict" in the review page02:05
zxhok, i know, thinks02:06
songbeyond this are there any other work we can do? we also have two people freedom.02:07
zhiyuanoh, time's up, let's end our meeting02:07
zhiyuansong, let's discuss in openstack-tricircle02:07
songgood02:07
zhiyuan#endmeeting02:08
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"02:08
openstackMeeting ended Wed Nov 15 02:08:04 2017 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)02:08
openstackMinutes:        http://eavesdrop.openstack.org/meetings/tricircle/2017/tricircle.2017-11-15-01.00.html02:08
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/tricircle/2017/tricircle.2017-11-15-01.00.txt02:08
openstackLog:            http://eavesdrop.openstack.org/meetings/tricircle/2017/tricircle.2017-11-15-01.00.log.html02:08
zhiyuanthanks for join the meeting02:08
zhiyuanbye02:08
xuzhuangbye02:08
RongHui11bye02:08
*** salv-orlando has quit IRC02:08
songbye02:08
*** Yoyang has left #openstack-meeting02:08
*** chyka has joined #openstack-meeting02:09
*** RongHui11 has quit IRC02:11
*** Douhet has quit IRC02:11
*** dinesh_ has joined #openstack-meeting02:11
Yipeibye02:13
*** dongfeng has quit IRC02:13
*** chyka has quit IRC02:14
*** Yipei has left #openstack-meeting02:15
*** Douhet has joined #openstack-meeting02:15
*** liyi has quit IRC02:16
*** XueFeng has quit IRC02:17
*** zxh has quit IRC02:17
*** XueFeng has joined #openstack-meeting02:17
*** xuzhuang has quit IRC02:18
*** XueFeng has quit IRC02:22
*** XueFeng has joined #openstack-meeting02:22
*** liyi has joined #openstack-meeting02:26
*** cyg has quit IRC02:30
*** liyi has quit IRC02:30
*** aeng has quit IRC02:36
*** aeng has joined #openstack-meeting02:36
*** liyi has joined #openstack-meeting02:40
*** iyamahat__ has joined #openstack-meeting02:42
*** tovin07__ has joined #openstack-meeting02:42
*** tovin07_ has quit IRC02:44
*** iyamahat_ has quit IRC02:45
*** aselius has quit IRC02:47
*** priteau has joined #openstack-meeting02:50
*** Sukhdev has quit IRC02:51
*** gouthamr has quit IRC02:52
*** mhayden has quit IRC02:52
*** tovin07 has joined #openstack-meeting02:53
*** priteau has quit IRC02:55
*** dinesh_ has quit IRC02:55
*** fzdarsky_ has joined #openstack-meeting02:55
*** tovin07__ has quit IRC02:56
*** song has quit IRC02:57
*** fzdarsky|afk has quit IRC02:57
*** tovin07 has quit IRC02:58
*** mhayden has joined #openstack-meeting03:00
*** unicell has quit IRC03:00
*** salv-orlando has joined #openstack-meeting03:04
*** salv-orlando has quit IRC03:09
*** artom has quit IRC03:12
*** artom has joined #openstack-meeting03:12
*** XueFeng has quit IRC03:16
*** XueFeng has joined #openstack-meeting03:17
*** joehuang has quit IRC03:23
*** wanghao_ has joined #openstack-meeting03:27
*** wanghao has quit IRC03:27
*** xuzhuang has joined #openstack-meeting03:28
*** iyamahat_ has joined #openstack-meeting03:30
*** MinWookKim has joined #openstack-meeting03:32
*** iyamahat__ has quit IRC03:34
*** iyamahat_ has quit IRC03:34
*** rcernin has quit IRC03:34
*** wanghao has joined #openstack-meeting03:35
*** tovin07_ has joined #openstack-meeting03:35
*** rcernin has joined #openstack-meeting03:36
*** wanghao_ has quit IRC03:38
*** artom has quit IRC03:39
*** felipemonteiro has joined #openstack-meeting03:41
*** slaweq has joined #openstack-meeting03:43
*** junboli has joined #openstack-meeting03:45
*** slaweq has quit IRC03:48
*** diga has joined #openstack-meeting03:48
*** kiennt26 has quit IRC03:57
*** yamahata has joined #openstack-meeting03:57
*** kiennt26 has joined #openstack-meeting04:01
*** yamamoto has joined #openstack-meeting04:04
*** salv-orlando has joined #openstack-meeting04:05
*** fnaval_ has joined #openstack-meeting04:05
*** ekcs has joined #openstack-meeting04:07
*** Apoorva has joined #openstack-meeting04:08
*** liyi has quit IRC04:08
*** fnaval has quit IRC04:09
*** ekcs has quit IRC04:09
*** salv-orlando has quit IRC04:11
*** anilvenkata has joined #openstack-meeting04:11
*** sridharg has joined #openstack-meeting04:11
*** shu-mutou has joined #openstack-meeting04:16
*** kiennt26 has quit IRC04:16
digahi04:17
*** hongbin has joined #openstack-meeting04:17
*** felipemonteiro has quit IRC04:19
*** dkushwaha has joined #openstack-meeting04:24
*** dbecker has quit IRC04:24
*** psachin has joined #openstack-meeting04:28
*** kirandivekar has joined #openstack-meeting04:30
*** gongysh has joined #openstack-meeting04:30
gongysh#startmeeting tacker04:30
openstackMeeting started Wed Nov 15 04:30:36 2017 UTC and is due to finish in 60 minutes.  The chair is gongysh. Information about MeetBot at http://wiki.debian.org/MeetBot.04:30
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.04:30
*** openstack changes topic to " (Meeting topic: tacker)"04:30
openstackThe meeting name has been set to 'tacker'04:30
*** tbh has joined #openstack-meeting04:30
MinWookKimo/04:30
gongysh#topic roll call04:30
*** openstack changes topic to "roll call (Meeting topic: tacker)"04:30
*** andreas_s has joined #openstack-meeting04:31
digao/04:31
Dinesh_Bhoro/04:31
gongyshDinesh_Bhor, diga hi04:32
digagongysh: hi04:32
MinWookKimgongysh, Dinesh_Bhor, diga hi04:33
*** YanXing_an has joined #openstack-meeting04:33
tbho/04:33
dkushwahao/04:33
digagongysh: kirandivekar is joining from my org today, he is a senior architect having more than 17 years of exp04:34
gongyshdkushwaha, tbh , YanXing_an , hi04:34
digakirandivekar: welcome to team04:34
tbhHi gongysh04:34
gongyshkirandivekar, welcome04:34
Dinesh_Bhorkirandivekar: welcome04:34
MinWookKimkirandivekar, welcom : )04:34
kirandivekarhi all, kiran here...joining as new member04:34
tbhkirandivekar, welcome to the tacker!04:35
gongysh#topic blueprint04:35
*** openstack changes topic to "blueprint (Meeting topic: tacker)"04:35
gongyshhttps://review.openstack.org/#/c/511991/04:35
gongyshImplement containerized VNF in Kubernetes VIM04:35
*** andreas_s has quit IRC04:35
gongyshI have a comment on it04:36
gongyshwe have an agreement about it: first we need a pure k8s VIM04:37
digagongysh: yes, we almost submitted everything as per the review comment04:37
*** dbecker has joined #openstack-meeting04:37
gongyshno kury-kubernetes04:37
gongyshno dependency on openstack env.04:37
digagongysh: we have to depend on kuryr04:38
digabecause kuryr only provides container networking for k8s and docker04:38
digaand it is reliable project now in openstack ecosystem04:38
tbhdiga,kuryr provides container networking in case of openstack env04:39
digatbh: yes04:39
*** felipemonteiro has joined #openstack-meeting04:39
tbhdiga, but gongysh stsatement makes sense04:40
gongyshdiga, we agreed that we will provide pure k8s vim and k8s with openstack vim04:40
gongyshin pure k8s vim, there is no need of kuryr04:40
tbh+104:40
digaat the end we have provide neutron networks to k8s pods and containers04:40
digait is required in case of containerized VNF on k8s but not for k8s as a vim04:41
digaBoth use cases (BP's) are different04:42
*** phuoc_ has joined #openstack-meeting04:43
gongyshdiga, you mentioned both BPs, where are they?04:44
digagongysh: https://specs.openstack.org/openstack/tacker-specs/specs/queens/Kubernetes-as-VIM.html04:44
digathis one is related to kubernetes as VIM04:44
digathe one we are talking about now is containerized VNF on k8s04:45
gongyshit seems  https://specs.openstack.org/openstack/tacker-specs/specs/queens/Kubernetes-as-VIM.html is a k8s with kuryr04:46
*** Apoorva_ has joined #openstack-meeting04:46
gongyshhttps://review.openstack.org/#/c/511991/  is designed based on it.04:47
phuoc_gongsyh, we are trying to support both pure k8s and k8s with kuryr-kubernetes04:47
digaI never looked at previous BP in detail but it was merged it last week already04:47
digaK8s as VIM04:48
gongyshphuoc_ then how do we known if the vim has the kuryr capability?04:48
phuoc_actually if we don't consider to connect to VM, it is the same as pure K8S04:48
*** tobiash has left #openstack-meeting04:49
phuoc_we can not know about it04:49
gongyshthe capability of kuryr will impact the implementation of c-VNF04:49
*** Apoorva has quit IRC04:49
phuoc_because Tacker focuses on VNFM and NFVO04:50
phuoc_we don't care about the infrastructure too much04:50
digagongysh: kuryr is anyway needed for both in my opinion because without kuryr, we cannot configure the k8s pod networking04:50
gongyshin a pure k8s, we will have no openstack in target vim04:50
phuoc_gongysh, it is the problem we need to figure out04:51
*** priteau has joined #openstack-meeting04:51
digaphuoc_: no, it is important to care about infrastructure otherwise we may fail in configuring c-vnf part04:51
digatbh: what do you think ?04:51
digaI think trinath might have different understanding about this but he is not here today04:52
phuoc_we have to support both two cases04:52
digagongysh: what problem you see in kuryr ? actually I dont understand it04:53
*** hongbin has quit IRC04:53
gongyshin a k8s with openstack target vim env, we still need openstack access credentials.04:53
gongyshdiga, it is about target vim env. we need to cover pure k8s env, that is lighter than k8s and openstack env.04:54
digagongysh: got it04:54
phuoc_maybe we can add some code to check if kuryr is enable04:55
digagongysh: okay, and you mean it should not depend on any infrastructure layer04:55
digagongysh: then in that case, we should not bring kuryr in this picture04:55
phuoc_and depend on each case, we can treat them differently04:55
*** priteau has quit IRC04:55
gongyshphuoc_,  we still need openstack access information when we register a k8s with openstack vim.04:56
phuoc_gongysh, I will check it again04:58
tbhgongysh, you mean we need openstack details for accessing neutron?04:58
gongyshtbh,  at https://review.openstack.org/#/c/511991/ ,  it reads the loadbalancer will be used.04:59
gongyshthe loadbalancer will be openstack neutron lb service05:00
gongyshif there is no openstack information, how we can do it?05:00
phuoc_gongysh, I updated it with Kubernetes service05:01
*** claudiub|2 has joined #openstack-meeting05:01
tbhgongysh, yeah that's what I was referring ... agreed05:01
phuoc_it will cover for pure k8s05:01
gongyshok, lets move on05:01
phuoc_I will put detail about how to translate too05:02
digaphuoc_: let sync before updating further05:02
gongyshdkushwaha, hi05:02
diganeed to cover these steps05:03
dkushwahagongysh, hi05:03
gongysh#topic bug triage05:03
*** openstack changes topic to "bug triage (Meeting topic: tacker)"05:03
gongyshdkushwaha, your time05:03
dkushwahaCurrently we have total 183 open bugs05:04
dkushwahahttps://etherpad.openstack.org/p/tacker-bug05:04
digaooops05:04
dkushwaha63 bugs are in progress, and most of them, no one working on that05:04
dkushwahai think first we needs to focus on that05:05
digato start with05:05
dkushwahathere are 5 bugs with high importance05:06
digadkushwaha: do you have some low hanging fruits kind of bugs, then I can assign them to my team05:06
digaohh05:06
dkushwahadiga yea05:07
dkushwahadiga, https://bugs.launchpad.net/tacker/+bugs?field.tag=low-hanging-fruit05:07
dkushwahathere are 5 bugs in that,05:07
digadkushwaha: I will assign those to me now05:07
*** salv-orlando has joined #openstack-meeting05:07
dkushwahaok discuss high importance first05:08
dkushwahagongysh, https://bugs.launchpad.net/tacker/+bug/165836405:08
openstackLaunchpad bug 1658364 in tacker "DBReferenceError when Deploy or delete vnffg" [High,In progress] - Assigned to Tim Rozet (trozet)05:08
gongyshdoes anyone want to pick it up?05:09
*** liyi has joined #openstack-meeting05:09
digaif not, I will assign it to me05:10
gongyshdiga, sure, please05:10
digadkushwaha: who is venkatamahesh, is he working on bug05:10
digagongysh: okay05:10
dkushwahadiga, on which?05:10
*** dmacpher has joined #openstack-meeting05:11
digaI assigned it to me05:11
digadkushwaha: https://bugs.launchpad.net/tacker/+bug/164832705:12
openstackLaunchpad bug 1648327 in tacker "Name of the key in vnf-show command to be modified" [Low,In progress] - Assigned to Digambar (digambarpatil15)05:12
dkushwahadiga, i am not sure venkatamahesh working on, i observed he is in almost all openstack components ;)05:12
*** salv-orlando has quit IRC05:12
digadkushwaha: hahah05:12
dkushwahagongysh, https://bugs.launchpad.net/tacker/+bug/166883805:13
openstackLaunchpad bug 1668838 in tacker "add vnffg functional tests" [High,In progress] - Assigned to Jimmy.Ye (jimmy.ye)05:13
gongyshYanXing_an, is Jimmy still on tacker?05:13
dkushwahathis seems good to go,and essential05:13
*** liyi has quit IRC05:14
digadkushwaha: https://bugs.launchpad.net/tacker/+bug/166308205:14
openstackLaunchpad bug 1663082 in tacker "novaclient tenant_id deprecation warning in ./prepare_functional_test.sh" [Low,New] - Assigned to Hari (hosingh000)05:14
digadkushwaha: what is status of this, i saw the status is fix committed05:15
*** caowei has quit IRC05:16
dkushwahadiga, i could not found its patch, may be i needs to check more git logs05:16
digadkushwaha: okay, I will also take a look at it05:17
dkushwahagongysh, https://bugs.launchpad.net/tacker/+bug/169136305:17
openstackLaunchpad bug 1691363 in tacker "VNF should not be allowed to delete separately, if part of an active NS" [High,Confirmed] - Assigned to dharmendra (dharmendra-kushwaha)05:17
digadkushwaha: thank you, I will target to complete these bugs in this week only05:17
dkushwahagongysh, i am working on this one, hopefully will submit patch before next week meeting05:18
gongyshdkushwaha, you are the owner of this bug.05:18
gongyshthanks05:18
dkushwahagongysh,  https://bugs.launchpad.net/tacker/+bug/165699705:19
openstackLaunchpad bug 1656997 in tacker "possible invalid custom node " [High,In progress] - Assigned to Tung Doan (tungdoan)05:19
*** aeng has quit IRC05:19
*** apart has quit IRC05:19
dkushwahagongysh, not sure about this one, will it be abandon or valid05:19
*** liyi has joined #openstack-meeting05:20
gongyshdkushwaha, I will have a look at it05:20
dkushwahagongysh, sure05:21
*** ykatabam has quit IRC05:21
dkushwahagongysh, other than these bugs, there are some bugs reported by "Manik Bindlish"05:21
dkushwahahe is working with me in Tacker/NFV Poc related activities05:22
gongyshis he working in tacker team?05:23
digayes05:24
gongyshwill he fix the reported bugs?05:24
digaguys we have less time left05:24
*** liyi has quit IRC05:24
dkushwahagongysh, yes, but mostly involved him for Tacker Testing activities05:24
gongyshok05:25
dkushwahagongysh, he will start code contributing in Tacker too05:25
gongyshgreat05:25
digagongysh: can you brief us about Tacker demo and what is communities take on tacker in going ahead05:25
gongyshdkushwaha,  thanks for the bug triage.05:25
dkushwahagongysh, one bug i would like to discuss is https://bugs.launchpad.net/tacker/+bug/171683105:25
openstackLaunchpad bug 1716831 in tacker "No handling when updating with wrong value(disk size) for VNF updation" [Undecided,Confirmed] - Assigned to Manik Bindlish (manikbindlish)05:25
phuoc_dkushwaha, it is nice05:25
digagongysh: I hope you had interaction with TC members and other PTL in the summit05:25
*** zhu has left #openstack-meeting05:26
digadkushwaha: I appreciate your effort in bug triage05:26
gongyshdiga, not yet, but I will commit some time for it.05:26
dkushwahagongysh, whenever we update vnf with wrong data, it goes success, but actually no update05:26
gongyshdkushwaha, got it05:27
dkushwahawhat should be the behavior in that case05:27
gongyshdkushwaha, with wrong data, we can raise exception and return message to end users.05:27
gongyshdkushwaha,  could you continue the triaging the job?05:28
dkushwahagongysh, yes sure05:28
gongyshdkushwaha, thanks05:29
gongyshlets code to reduce the bugs.05:29
gongyshthanks everyone05:29
*** liyi has joined #openstack-meeting05:30
gongysh#endmeeting05:30
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"05:30
openstackMeeting ended Wed Nov 15 05:30:19 2017 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)05:30
openstackMinutes:        http://eavesdrop.openstack.org/meetings/tacker/2017/tacker.2017-11-15-04.30.html05:30
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/tacker/2017/tacker.2017-11-15-04.30.txt05:30
*** chyka has joined #openstack-meeting05:30
openstackLog:            http://eavesdrop.openstack.org/meetings/tacker/2017/tacker.2017-11-15-04.30.log.html05:30
gongyshwe can talk at tacker channel05:30
*** phuoc_ has quit IRC05:31
*** MinWookKim has quit IRC05:32
*** XueFeng has quit IRC05:33
*** XueFeng has joined #openstack-meeting05:33
*** janki has joined #openstack-meeting05:33
*** liyi has quit IRC05:34
*** chyka has quit IRC05:35
*** tbh has quit IRC05:37
*** liyi has joined #openstack-meeting05:38
*** janki has quit IRC05:40
*** Apoorva_ has quit IRC05:41
*** xuzhuang has quit IRC05:42
*** kirandivekar has quit IRC05:42
*** fnaval_ has quit IRC05:47
*** ykatabam has joined #openstack-meeting05:54
*** caowei has joined #openstack-meeting05:57
*** felipemonteiro has quit IRC06:01
*** fnaval has joined #openstack-meeting06:04
*** salv-orlando has joined #openstack-meeting06:08
*** fnaval has quit IRC06:09
*** janki has joined #openstack-meeting06:12
*** salv-orlando has quit IRC06:12
*** lpetrut_ has joined #openstack-meeting06:15
*** liyi has quit IRC06:16
*** jprovazn has joined #openstack-meeting06:21
*** kevzha01 is now known as kevinz06:24
*** tssurya_ has joined #openstack-meeting06:26
*** liyi has joined #openstack-meeting06:26
*** makowals has joined #openstack-meeting06:27
*** tssurya has quit IRC06:28
*** fnaval has joined #openstack-meeting06:28
*** makowals_ has quit IRC06:28
*** arnewiebalck has quit IRC06:29
*** makowals has quit IRC06:29
*** arnewiebalck has joined #openstack-meeting06:29
*** diga has quit IRC06:29
*** makowals has joined #openstack-meeting06:30
*** tssurya has joined #openstack-meeting06:30
*** liyi has quit IRC06:31
*** bzhao has quit IRC06:31
*** bzhao has joined #openstack-meeting06:32
*** armax has quit IRC06:33
*** unicell has joined #openstack-meeting06:33
*** fnaval has quit IRC06:33
*** armax has joined #openstack-meeting06:33
*** armax has quit IRC06:34
*** tssurya_ has quit IRC06:34
*** armax has joined #openstack-meeting06:34
*** armax has quit IRC06:34
*** armax has joined #openstack-meeting06:35
*** armax has quit IRC06:35
*** unicell1 has joined #openstack-meeting06:35
*** armax has joined #openstack-meeting06:36
*** liyi has joined #openstack-meeting06:36
*** armax has quit IRC06:36
*** unicell has quit IRC06:37
*** salv-orlando has joined #openstack-meeting06:38
*** nsingh has joined #openstack-meeting06:40
*** lpetrut_ has quit IRC06:40
*** lpetrut_ has joined #openstack-meeting06:41
*** niraj_singh has quit IRC06:43
*** deepak_ has joined #openstack-meeting06:44
*** dmacpher has quit IRC06:46
*** ykatabam has quit IRC06:48
*** deepak_ has quit IRC06:50
*** slaweq has joined #openstack-meeting06:51
*** slaweq has quit IRC06:55
*** lpetrut_ has quit IRC06:56
*** rbartal has joined #openstack-meeting06:58
*** marios has joined #openstack-meeting06:59
*** arnewiebalck_ has joined #openstack-meeting06:59
*** arnewiebalck has quit IRC07:00
*** arnewiebalck_ is now known as arnewiebalck07:00
*** liyi has quit IRC07:01
*** dtrainor has quit IRC07:04
*** slaweq has joined #openstack-meeting07:07
*** andreas_s has joined #openstack-meeting07:07
*** liyi has joined #openstack-meeting07:10
*** liyi has quit IRC07:11
*** liyi has joined #openstack-meeting07:12
*** spectr has joined #openstack-meeting07:13
*** kiennt26 has joined #openstack-meeting07:14
*** slaweq has quit IRC07:15
*** rcernin has quit IRC07:20
*** lpetrut_ has joined #openstack-meeting07:24
*** oidgar has joined #openstack-meeting07:32
*** priteau has joined #openstack-meeting07:36
*** spectr has quit IRC07:38
*** salv-orlando has quit IRC07:39
*** salv-orlando has joined #openstack-meeting07:39
*** yamamoto_ has joined #openstack-meeting07:41
*** marios_ has joined #openstack-meeting07:42
*** marios has quit IRC07:43
*** salv-orlando has quit IRC07:43
*** yamamoto has quit IRC07:44
*** lpetrut_ has quit IRC07:44
*** e0ne has joined #openstack-meeting07:44
*** marios_ is now known as marios07:45
*** vipul has joined #openstack-meeting07:47
*** slaweq has joined #openstack-meeting07:47
*** marios has quit IRC07:50
*** ykatabam has joined #openstack-meeting07:50
*** pcaruana has joined #openstack-meeting07:51
*** slaweq has quit IRC07:52
*** tmorin has joined #openstack-meeting07:53
*** belmoreira has joined #openstack-meeting07:53
*** marios has joined #openstack-meeting07:54
*** lpetrut_ has joined #openstack-meeting07:55
*** tmorin has quit IRC07:58
*** fzdarsky_ is now known as fzdarsky07:58
*** mmedvede has quit IRC07:59
*** hemna has quit IRC07:59
*** alexchadin has joined #openstack-meeting08:00
*** priteau has quit IRC08:00
*** priteau has joined #openstack-meeting08:01
*** hughhalf has quit IRC08:04
*** Alex_Staf has joined #openstack-meeting08:04
*** hemna has joined #openstack-meeting08:04
*** hughhalf has joined #openstack-meeting08:04
*** slaweq has joined #openstack-meeting08:05
*** priteau has quit IRC08:06
*** mmedvede has joined #openstack-meeting08:06
*** dtrainor has joined #openstack-meeting08:07
*** slaweq has quit IRC08:10
*** priteau has joined #openstack-meeting08:11
*** gongysh has quit IRC08:12
*** gongysh has joined #openstack-meeting08:14
*** epico has quit IRC08:15
*** priteau has quit IRC08:15
*** tesseract has joined #openstack-meeting08:17
*** lpetrut_ has quit IRC08:20
*** zhurong has joined #openstack-meeting08:23
*** tovin07_ has quit IRC08:25
*** alexchadin has quit IRC08:27
*** alexchadin has joined #openstack-meeting08:27
*** msimonin1 has joined #openstack-meeting08:28
*** e0ne has quit IRC08:34
*** phil_ has joined #openstack-meeting08:36
*** fnaval has joined #openstack-meeting08:38
*** martinkopec has joined #openstack-meeting08:39
*** salv-orlando has joined #openstack-meeting08:40
*** wanghao_ has joined #openstack-meeting08:41
*** wanghao has quit IRC08:41
*** gongysh has quit IRC08:43
*** jbadiapa_ is now known as jbadiapa08:43
*** fnaval has quit IRC08:43
*** salv-orlando has quit IRC08:44
*** martinkopec has quit IRC08:44
*** martinkopec has joined #openstack-meeting08:45
*** wanghao has joined #openstack-meeting08:46
*** fzdarsky is now known as fzdarsky|afk08:48
*** wanghao_ has quit IRC08:49
*** priteau has joined #openstack-meeting08:55
*** salv-orlando has joined #openstack-meeting08:55
*** priteau has quit IRC09:02
*** priteau has joined #openstack-meeting09:05
*** chyka has joined #openstack-meeting09:06
*** fouadben has quit IRC09:06
*** toscalix has joined #openstack-meeting09:07
*** priteau has quit IRC09:10
*** andreas_s has quit IRC09:10
*** chyka has quit IRC09:11
*** haint has quit IRC09:12
*** ricolin has quit IRC09:13
*** andreas_s has joined #openstack-meeting09:14
*** gongysh has joined #openstack-meeting09:16
*** egallen has joined #openstack-meeting09:17
*** alexchadin has quit IRC09:20
*** lpetrut_ has joined #openstack-meeting09:20
*** alexchadin has joined #openstack-meeting09:21
*** ralonsoh has joined #openstack-meeting09:23
*** yamamoto_ has quit IRC09:28
*** andreas_s has quit IRC09:29
*** alexchadin has quit IRC09:31
*** alexchadin has joined #openstack-meeting09:32
*** wanghao has quit IRC09:33
*** wanghao has joined #openstack-meeting09:34
*** andreas_s has joined #openstack-meeting09:34
*** liyi has quit IRC09:34
*** wanghao has quit IRC09:34
*** wanghao has joined #openstack-meeting09:35
*** wanghao has quit IRC09:35
*** wanghao has joined #openstack-meeting09:35
*** wanghao has quit IRC09:36
*** wanghao has joined #openstack-meeting09:36
*** wanghao has quit IRC09:37
*** wanghao has joined #openstack-meeting09:37
*** wanghao has quit IRC09:37
*** wanghao has joined #openstack-meeting09:38
*** wanghao has quit IRC09:38
*** wanghao has joined #openstack-meeting09:39
*** wanghao has quit IRC09:39
*** wanghao has joined #openstack-meeting09:40
*** egallen has quit IRC09:41
*** e0ne has joined #openstack-meeting09:42
*** hemna_ has quit IRC09:43
*** yamamoto has joined #openstack-meeting09:46
*** andreas_s has quit IRC09:48
*** wanghao has quit IRC09:49
*** wanghao has joined #openstack-meeting09:50
*** wanghao has quit IRC09:51
*** wanghao has joined #openstack-meeting09:51
*** wanghao has quit IRC09:52
*** wanghao has joined #openstack-meeting09:52
*** wanghao has quit IRC09:53
*** wanghao has joined #openstack-meeting09:53
*** djbruce is now known as beekhof_the_bruc09:53
*** andreas_s has joined #openstack-meeting09:53
*** wanghao has quit IRC09:54
*** wanghao has joined #openstack-meeting09:54
*** wanghao has quit IRC09:54
*** wanghao has joined #openstack-meeting09:55
*** wanghao has quit IRC09:55
*** wanghao has joined #openstack-meeting09:55
*** wanghao has quit IRC09:56
*** wanghao has joined #openstack-meeting09:56
*** wanghao has quit IRC09:57
*** wanghao has joined #openstack-meeting09:57
*** fzdarsky|afk is now known as fzdarsky09:57
*** wanghao has quit IRC09:58
*** hemna_ has joined #openstack-meeting09:58
*** wanghao has joined #openstack-meeting09:58
*** belmoreira has quit IRC10:01
*** andreas_s has quit IRC10:02
*** strigazi has quit IRC10:05
*** strigazi has joined #openstack-meeting10:06
*** belmoreira has joined #openstack-meeting10:06
*** makowals has quit IRC10:08
*** yamamoto has quit IRC10:21
*** hieulq has quit IRC10:24
*** kiennt26 has quit IRC10:25
*** andreas_s has joined #openstack-meeting10:31
*** andreas_s has quit IRC10:35
*** andreas_s has joined #openstack-meeting10:36
*** egallen has joined #openstack-meeting10:37
*** liyi has joined #openstack-meeting10:37
*** fnaval has joined #openstack-meeting10:39
*** kiennt26 has joined #openstack-meeting10:41
*** hieulq has joined #openstack-meeting10:41
*** liyi has quit IRC10:42
*** caowei has quit IRC10:42
*** fnaval has quit IRC10:43
*** donghao has joined #openstack-meeting10:44
*** andreas_s has quit IRC10:45
*** ricolin has joined #openstack-meeting10:48
*** junboli has quit IRC10:50
*** kiennt26 has quit IRC10:51
*** liyi has joined #openstack-meeting10:51
*** hieulq has quit IRC10:53
*** liyi has quit IRC10:56
*** egallen has quit IRC10:59
*** andreas_s has joined #openstack-meeting11:01
*** yangyapeng has quit IRC11:01
*** yangyapeng has joined #openstack-meeting11:01
*** rfolco has joined #openstack-meeting11:08
*** kiennt26 has joined #openstack-meeting11:09
*** yangyapeng has quit IRC11:09
*** andreas_s has quit IRC11:09
*** hieulq has joined #openstack-meeting11:09
*** shu-mutou is now known as shu-mutou-AWAY11:11
*** hieulq has quit IRC11:12
*** kiennt26 has quit IRC11:12
*** kiennt26 has joined #openstack-meeting11:12
*** nguyentrihai has joined #openstack-meeting11:14
*** mrunge has quit IRC11:15
*** gongysh has quit IRC11:15
*** egallen has joined #openstack-meeting11:18
*** egallen has quit IRC11:18
*** kiennt26 has quit IRC11:20
*** yamamoto has joined #openstack-meeting11:22
*** yangyapeng has joined #openstack-meeting11:22
*** sdague has joined #openstack-meeting11:23
*** hieulq has joined #openstack-meeting11:27
*** yamamoto has quit IRC11:29
*** hieulq has quit IRC11:30
*** yamamoto has joined #openstack-meeting11:31
*** xuzhuang has joined #openstack-meeting11:32
*** LindaWang1 has joined #openstack-meeting11:32
*** andreas_s has joined #openstack-meeting11:34
*** XueFeng has left #openstack-meeting11:34
*** mrunge has joined #openstack-meeting11:37
*** andreas_s has quit IRC11:38
*** andreas_s has joined #openstack-meeting11:38
*** ykatabam has quit IRC11:40
*** hieulq has joined #openstack-meeting11:45
*** oidgar has quit IRC12:00
*** bcafarel has quit IRC12:01
*** yamamoto has quit IRC12:03
*** yamamoto has joined #openstack-meeting12:04
*** coolsvap has joined #openstack-meeting12:05
*** andreas_s has quit IRC12:06
*** slaweq has joined #openstack-meeting12:06
*** ianychoi has quit IRC12:07
*** liyi has joined #openstack-meeting12:10
*** janki is now known as janki|afk12:10
*** andreas_s has joined #openstack-meeting12:11
*** slaweq has quit IRC12:11
*** bcafarel has joined #openstack-meeting12:14
*** liyi has quit IRC12:14
*** andreas_s has quit IRC12:20
*** priteau has joined #openstack-meeting12:21
*** alexchadin has quit IRC12:24
*** andreas_s has joined #openstack-meeting12:25
*** janki|afk is now known as janki12:27
*** gongysh has joined #openstack-meeting12:33
*** andreas_s has quit IRC12:35
*** andreas_s has joined #openstack-meeting12:40
*** qwebirc32607 has joined #openstack-meeting12:40
*** qwebirc32607 has quit IRC12:40
*** kiennt26 has joined #openstack-meeting12:42
*** andreas_s has quit IRC12:49
*** bobh has joined #openstack-meeting12:52
*** fouadben has joined #openstack-meeting12:54
*** andreas_s has joined #openstack-meeting12:54
*** kiennt26 has quit IRC12:59
*** kiennt26 has joined #openstack-meeting13:00
*** dprince has joined #openstack-meeting13:02
*** andreas_s has quit IRC13:03
*** ianychoi has joined #openstack-meeting13:05
*** andreas_s has joined #openstack-meeting13:06
*** absubram has joined #openstack-meeting13:07
*** gongysh has quit IRC13:08
*** absubram_ has joined #openstack-meeting13:09
*** artom has joined #openstack-meeting13:11
*** makowals has joined #openstack-meeting13:11
*** absubram has quit IRC13:11
*** absubram_ is now known as absubram13:11
*** dprince has quit IRC13:12
*** dprince has joined #openstack-meeting13:12
*** dmacpher has joined #openstack-meeting13:16
*** nguyentrihai has quit IRC13:16
*** donghao has quit IRC13:20
*** lhx_ has joined #openstack-meeting13:20
*** links has quit IRC13:22
*** msimonin1 has quit IRC13:23
*** links has joined #openstack-meeting13:24
*** edmondsw has joined #openstack-meeting13:28
*** sgrasley has joined #openstack-meeting13:28
*** msimonin has joined #openstack-meeting13:28
*** markvoelker has quit IRC13:29
*** markvoelker has joined #openstack-meeting13:29
*** bobh has quit IRC13:30
*** nguyentrihai has joined #openstack-meeting13:33
*** sgrasley1 has quit IRC13:33
*** kiennt26 has quit IRC13:35
*** sgrasley has quit IRC13:39
*** SerenaFeng has joined #openstack-meeting13:41
*** alexchadin has joined #openstack-meeting13:43
*** brault has quit IRC13:43
*** gouthamr has joined #openstack-meeting13:45
*** brault has joined #openstack-meeting13:49
*** Jason has joined #openstack-meeting13:49
*** Jason is now known as Guest5165513:49
*** xuzhuang has quit IRC13:50
*** Guest51655 is now known as junboli13:50
*** ricolin has quit IRC13:53
*** links has quit IRC13:53
*** dougsz has joined #openstack-meeting13:54
*** andreas_s has quit IRC13:55
*** witek has joined #openstack-meeting13:58
*** andreas_s has joined #openstack-meeting14:00
*** slaweq has joined #openstack-meeting14:00
witek#startmeeting monasca14:00
openstackMeeting started Wed Nov 15 14:00:34 2017 UTC and is due to finish in 60 minutes.  The chair is witek. Information about MeetBot at http://wiki.debian.org/MeetBot.14:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:00
*** openstack changes topic to " (Meeting topic: monasca)"14:00
openstackThe meeting name has been set to 'monasca'14:00
witekHello everyone14:00
dougszhi all14:00
fouadbenhi all14:01
witeksmall group today14:01
schi14:01
witeklet's start then14:02
dougszI added point 1. to the agenda14:02
*** eharney has joined #openstack-meeting14:02
*** AndroUser has joined #openstack-meeting14:02
dougszI'm new to the monasca project14:02
witek#topic value_meta in alarms14:02
*** openstack changes topic to "value_meta in alarms (Meeting topic: monasca)"14:02
witekhi Doug14:02
dougszHi Witek14:03
witeknice to see StackHPC again :)14:03
dougsz:)14:03
witekhttps://storyboard.openstack.org/#!/story/200128214:03
dougszSo this one is about alarms on log metrics14:03
*** sgrasley has joined #openstack-meeting14:04
*** jgu has joined #openstack-meeting14:04
dougszAnd how it could be helpful to include some value_meta in the alarm notification14:04
*** jaypipes has joined #openstack-meeting14:04
dougszSo for example, for log metrics, that value meta could be the first line of a log message14:04
witekyes, it could be useful in other use cases as well14:05
witekat the moment the information gets 'lost' in monasca-thresh14:06
*** akiraY has joined #openstack-meeting14:06
dougszThat's right14:06
akiraYo/14:06
dougszI had a brief look at not dropping it and it looks to involve adding another table in the DB14:06
*** SerenaFeng has quit IRC14:06
*** SerenaFeng has joined #openstack-meeting14:06
dougszSimilar to the existing metric dimensions table14:06
*** rfolco is now known as rfolco_brb14:07
dougszI guess, if people think the story is worth pursuing I could write a spec with some more detail14:07
*** slaweq_ has joined #openstack-meeting14:08
witekI think it should be enough to extend the alarm-state-transition message14:08
witekto include value and value_meta14:08
witekand then monasca-notification could use it to create the notification message14:09
dougszsounds good14:09
*** andreas_s has quit IRC14:09
dougszso you don't think modifying the DB is required?14:09
witekalarm-state-transitions are persisted to InfluxDB14:10
witekwe might have to modify persister14:11
dougszah sure - i was referring to the MySQL DB14:11
witekno, I don't think we have to touch MySQL14:11
*** AndroUser has quit IRC14:11
dougszOk thanks - I'll go back and have a closer look.14:12
*** junboli has quit IRC14:12
witekin the story you write about extending MetricDefinition14:12
witekI don't think it's the right way14:12
*** slaweq_ has quit IRC14:12
*** AndroUser has joined #openstack-meeting14:13
dougszOk, thanks for the pointer.14:13
*** AndroUser has joined #openstack-meeting14:13
*** nseyvet has joined #openstack-meeting14:13
*** AndroUser has joined #openstack-meeting14:13
*** tobiajo has joined #openstack-meeting14:13
witekI think it's a good change, it helps to make the notifications more customisable14:13
nseyvethi, sorry a bit late.14:13
*** rfolco_brb is now known as rfolco14:13
witekhi nseyvet14:13
dougszThanks witek - I believe rbrandt had a use case for it as well.14:14
*** liuyulong has joined #openstack-meeting14:14
*** liuyulong has quit IRC14:14
*** andreas_s has joined #openstack-meeting14:14
*** SerenaFeng has quit IRC14:15
*** makowals has quit IRC14:15
witekpersister has already 'reason_data' but I think it's not used14:15
*** msimonin has quit IRC14:15
*** andreas_s has quit IRC14:15
*** andreas_s has joined #openstack-meeting14:15
witekdougsz: if you could write a spec for this, that would be great14:16
*** liuyulong has joined #openstack-meeting14:16
dougszwitek: Sounds good to me. I'll try and come up with something.14:16
witekthanks14:16
dougsznp - thanks for taking a look.14:17
witekis anyone from HPE who could comment?14:17
witekRoland is out of office this week I guess14:18
witek#topic Cassandra update14:19
*** openstack changes topic to "Cassandra update (Meeting topic: monasca)"14:19
jguHi witek14:19
jguthat's me and Scott14:19
witekhi James14:19
witekand Scott :)14:19
*** krtaylor has joined #openstack-meeting14:19
witekthanks for the test framework14:20
jguhttps://storyboard.openstack.org/#!/story/2001292  we have completed the test plan: mix of 1mil fixed "admin" metrics and 3 mil active guest vm metrics that rolls over 10% at each 1 bil measurements/run). Throughput: 85k metrics/second with Cassandra one a three baremetal node cluster 128GB RAM, 48 CPU, three disk each. Does the number sound good enough?14:20
jguwitek: it was fun14:20
*** msimonin has joined #openstack-meeting14:20
witekso you have tested Java persister, right?14:21
jguyes.14:21
witekdo you have results for Python as well?14:21
jgunot yet due to hardware availability issue14:21
jgunow we are wrapping up Java, we can switch to Python14:21
*** msimonin has quit IRC14:22
jguif that's needed14:22
witekhow do you generate the set of metrics for test scenario?14:22
jguI added some details in the storyboard:  https://storyboard.openstack.org/#!/story/200129214:23
*** belmoreira has quit IRC14:23
jguwe use JMeter with kafka plugin to generate kafka metric messages14:23
jguso we tested kafka+persister+cassandra14:23
witekOK, so two test plans are included in the tool already14:24
jguyes14:24
nseyvetpretty nice!!14:24
jgunseyvet: thanks!14:24
nseyvetI saw the jmeter files come in.14:24
witekthe requirement for the env is to have Kafka, Persister and TSDB installed, right?14:24
jguyes14:25
akiraYwonderful!14:25
jguthere is a small change in persister is required for the tool to correctly count the throughput14:25
witekis it documented somewhere?14:26
jguit is in the same code patch14:26
jgu:-)14:26
akiraY:D14:26
witekwe would need the same for Python?14:27
jguit changes the flush meter to reflect the metrics persisted, bot the numbe rof batches14:27
jguwitek: ah yes. we haven't got to the same change for Python yet14:27
witekfine for now14:28
*** slaweq has quit IRC14:28
jguwhen we test python, will need it. It's a very small and easy change14:28
jguthanks for pointing that out14:28
witekwith how many persister instances have you tested?14:28
jguthree persister instances14:28
witeknice job, thanks for that14:29
*** liyi has joined #openstack-meeting14:29
*** awaugama has joined #openstack-meeting14:29
jgukafka/zookeeper, persister and tsdb are colocated on 128GB, 48 COPU node14:29
*** slaweq has joined #openstack-meeting14:29
jgus/COPU/CPU/14:30
witekwe should try to get Cassandra changes merged soon14:30
witekreviews are very welcome14:30
jguI was hoping so :-)14:30
witekdo you need help on zuul configuration?14:31
jguscott?14:31
jgusgrasley is working on the zuul gate14:31
sgrasleyYes please14:31
witekI guess we can take care of it14:33
*** msimonin has joined #openstack-meeting14:33
witekanything else on that topic?14:34
jgunope14:34
*** liyi has quit IRC14:34
jguthanks Witek14:34
witekthanks for the code14:34
*** msimonin1 has joined #openstack-meeting14:34
witek#topic new meeting time14:35
*** openstack changes topic to "new meeting time (Meeting topic: monasca)"14:35
jguthanks for reviewing the code in advance14:35
witekwould you like to make a survey for the new meeting time?14:35
witekI have prepared a doodle14:36
witekhttps://doodle.com/poll/s5fwqtu7ik898p5714:36
jguI like doodling :-)14:36
*** mpaolino has joined #openstack-meeting14:36
witektimes only for Wednesday, but we're free to change that as well14:37
nseyvetwhich TZ are those hours?14:37
witekshould be in your local time14:37
jgudo we choose one or multiples?14:37
*** msimonin has quit IRC14:37
jgunever mind -- see the colors14:38
*** AndroUser has joined #openstack-meeting14:38
*** sgrasley1 has joined #openstack-meeting14:38
fouadbendone14:38
witeknseyvet: I think you can set it yourself, my doodle display UTC14:38
*** AndroUser has joined #openstack-meeting14:38
witeknseyvet: the info is displayed above the table14:38
*** AndroUser has joined #openstack-meeting14:39
jgudone here too14:39
witekI will also send the link to the mailing list as not everyone is here14:39
akiraYdone14:40
*** sgrasley has quit IRC14:40
jguwitek: thanks for the survey14:40
*** fnaval has joined #openstack-meeting14:40
witekI'll share the result early next week on the mailing list14:42
witekis it OK?14:42
nseyvetyes14:42
jguyes14:42
fouadbenwitek: yes14:42
akiraYyes14:43
witek#topic Summit update14:43
*** openstack changes topic to "Summit update (Meeting topic: monasca)"14:43
witeklast week we've been in Sydney at the OpenStack summit14:44
witekwe had a hands-on workshop, and 4 presentations14:44
*** slaweq has quit IRC14:44
witeksc: thanks for help on the workshop14:44
*** sridharg has quit IRC14:44
*** esberglu has quit IRC14:44
*** slaweq has joined #openstack-meeting14:45
*** esberglu has joined #openstack-meeting14:45
witekMonasca was also presented on SUSE and Fujitsu booths in marketplace14:45
akiraY:)14:46
witekthere is one interesting initiative started, self-healing SIG14:46
witekhttps://wiki.openstack.org/wiki/Self_healing_SIG14:46
*** sgrasley2 has joined #openstack-meeting14:46
witekit started actually at PTG in Denver already14:47
witekthe goal is to coordinate the efforts for self-healing OpenStack across different projects14:47
witekhere the etherpad to the Forum session from Sydney:14:48
witekhttps://etherpad.openstack.org/p/self-healing-rocky-forum14:48
witekbi-weekly meetings are planned, and own mailing list14:48
witekfeedback was requested to define goals and scope14:49
*** andreas_s has quit IRC14:49
*** esberglu has quit IRC14:49
scwitek: you're welcome14:49
*** andreas_s has joined #openstack-meeting14:50
witekI think that's all from my side14:50
witekit was nice meeting you in person, akiraY :)14:51
nseyvetI do have one question if there is some time?14:51
witeksure14:51
nseyvetI have a question about the agent <-> monasca-api <-> Keystone and plugins.  The agent has a keystone_url config option, but at the same time the libvirt plugin has its own authentication credentials towards Nova for example. How is authentication/authorization architectured from a monasca agent perspective vis a vis Monasca?  Should each plugin independently use Keystone or is it centralized by the agent configuration?14:51
akiraYo/14:51
*** noslzzp has quit IRC14:51
*** noslzzp has joined #openstack-meeting14:52
witeklibvirt is a special case I guess, because it has to collect information from nova service14:52
witekI'm not sure if the standard monasca-agent user has enough permissions to get required info14:53
nseyvetatm it reads the nova.conf file and uses those credentials. correct?14:54
*** anilvenkata has quit IRC14:54
witekaren't credentials configured in libvirt.yaml?14:55
nseyvetyes14:55
nseyvetI thought the "auto-detect" feature would read from nova.conf14:55
witekok14:55
nseyvetbut as a general principle, how should it work?14:56
nseyvetand what is the purpose of the "keystone_url"?14:56
*** slaweq has quit IRC14:56
witekin general every plugin should use monasca-agent credentials14:56
witekagent gets token from Keystone and sends it for authorisation to monasca API14:58
witekI guess I have to close the meeting soon14:59
nseyvetok so the agent acts as a normal OpenStack project and does not rely on MonascaAPI to authenticate it?14:59
*** alexchadin has quit IRC14:59
nseyvet(the www_authenticate_uri config option)15:00
*** joadavis has joined #openstack-meeting15:00
*** coolsvap has quit IRC15:00
witeknseyvet: let's continue on #openstack-monasca15:00
*** esberglu has joined #openstack-meeting15:00
witekhave to finish now15:00
witekbye15:00
nseyvetbye15:00
nseyvetty15:00
witek#endmeeting15:01
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"15:01
openstackMeeting ended Wed Nov 15 15:01:03 2017 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:01
openstackMinutes:        http://eavesdrop.openstack.org/meetings/monasca/2017/monasca.2017-11-15-14.00.html15:01
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/monasca/2017/monasca.2017-11-15-14.00.txt15:01
openstackLog:            http://eavesdrop.openstack.org/meetings/monasca/2017/monasca.2017-11-15-14.00.log.html15:01
*** armax has joined #openstack-meeting15:01
jgubye15:01
*** haruki has joined #openstack-meeting15:01
akiraYbye15:01
fouadbenbye15:01
*** akiraY has quit IRC15:02
*** fouadben has left #openstack-meeting15:02
*** rhochmuth has joined #openstack-meeting15:02
*** nseyvet has left #openstack-meeting15:04
*** haruki has quit IRC15:05
*** yamamoto has quit IRC15:05
*** rbrndt has joined #openstack-meeting15:06
*** iyamahat has joined #openstack-meeting15:07
*** iyamahat_ has joined #openstack-meeting15:08
*** sgrasley1 has quit IRC15:08
*** sgrasley2 is now known as sgrasley115:08
*** joadavis has left #openstack-meeting15:09
*** LindaWang1 has quit IRC15:11
*** iyamahat has quit IRC15:11
*** links has joined #openstack-meeting15:11
*** andreas_s has quit IRC15:12
*** gouthamr has quit IRC15:12
*** janki has quit IRC15:13
*** yamamoto has joined #openstack-meeting15:16
*** gouthamr has joined #openstack-meeting15:16
*** hongbin has joined #openstack-meeting15:16
*** amodi has joined #openstack-meeting15:20
*** yamamoto has quit IRC15:21
*** rbowen has joined #openstack-meeting15:21
*** liyi has joined #openstack-meeting15:29
*** andreas_s has joined #openstack-meeting15:31
*** yamamoto has joined #openstack-meeting15:31
*** galstrom_zzz is now known as galstrom15:33
*** liyi has quit IRC15:33
*** yamamoto has quit IRC15:36
*** yamamoto has joined #openstack-meeting15:46
*** iyamahat_ has quit IRC15:47
*** belmoreira has joined #openstack-meeting15:49
*** yamamoto has quit IRC15:50
*** ricolin has joined #openstack-meeting15:51
*** Mystery has joined #openstack-meeting15:52
*** andreas_s has quit IRC15:53
*** Tom-Tom has joined #openstack-meeting15:56
*** sgrasley1 has quit IRC15:57
*** Mystery has quit IRC15:59
*** georgk has joined #openstack-meeting15:59
*** sgrasley1 has joined #openstack-meeting16:00
jungleboyjstartmeeting cinder16:00
jungleboyj#startmeeting cinder16:00
openstackMeeting started Wed Nov 15 16:00:36 2017 UTC and is due to finish in 60 minutes.  The chair is jungleboyj. Information about MeetBot at http://wiki.debian.org/MeetBot.16:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.16:00
*** openstack changes topic to " (Meeting topic: cinder)"16:00
openstackThe meeting name has been set to 'cinder'16:00
smcginniso/16:00
SwansonHi16:00
*** Guest83180 is now known as geguileo16:00
*** rbartal has quit IRC16:00
jungleboyjcourtesy ping:  jungleboyj DuncanT diablo_rojo, diablo_rojo_phon, rajinir tbarron xyang xyang1 e0ne gouthamr thingee erlon patrickeast tommylikehu eharney geguileo smcginnis lhx_ lhx__ aspiers jgriffith moshele16:01
jungleboyj@!16:01
_pewp_jungleboyj (Β¬_Β¬)οΎ‰16:01
geguileohi! o/16:01
eharneyhi16:01
*** yamamoto has joined #openstack-meeting16:01
DuncanTHi16:01
tbarronhi16:01
*** coolsvap has joined #openstack-meeting16:01
e0nehi16:01
jungleboyjSorry everyone for the confusion last week about the meeting.16:02
*** iyamahat has joined #openstack-meeting16:02
jungleboyjI should have gotten the etherpad updated and every time I went to update it I got interrupted.  So, thanks to who ever got that done.16:02
*** dougsz has left #openstack-meeting16:03
jungleboyjOk, I am guessing this is all we are going to have for this week so lets get started.16:03
SwansonThese things never happened under the old regime.16:03
jungleboyjSwanson:  :-p16:03
smcginnis:)16:03
*** rhochmuth has quit IRC16:03
* jungleboyj hands the reigns to Swanson 16:04
jungleboyj#topic Announcements16:04
*** openstack changes topic to "Announcements (Meeting topic: cinder)"16:04
* DuncanT attaches the reins to a passing truck16:04
smcginnisHa16:04
* jungleboyj laughs16:04
*** HeOS has quit IRC16:04
jungleboyjSo, we have our review priorities:16:05
jungleboyj#link https://etherpad.openstack.org/p/cinder-spec-review-tracking16:05
jungleboyjA reminder to keep an eye on those because of our next agenda item:16:05
jungleboyjMilestone 2 for Queens is coming up in just a couple of weeks.16:05
lhx_hi16:06
lhx_all16:06
*** yamamoto has quit IRC16:06
jungleboyjI know there have been updates to specs.  I need to take a look at those and see which ones can make it in before the Freeze.16:06
jungleboyjI think there are a couple of drivers that need reviews to get merged.16:06
jungleboyjAppreciate any help we can get to get those reviews done and things merged.16:07
jungleboyjAny questions and comments there?16:07
smcginnisWould be great if we didn't wait until the last week this time to do those driver reviews.16:07
jungleboyjsmcginnis:  Yeah, good point.16:08
jungleboyjHopefully my brain has recovered enough to start working on that kind of stuff today.  :-)16:08
jungleboyj#topic Brief Overview of Sydney Summit16:09
*** openstack changes topic to "Brief Overview of Sydney Summit (Meeting topic: cinder)"16:09
jungleboyjSorry that we couldn't see more of you at the summit, but it was a long way to travel.16:09
*** niedbalski has joined #openstack-meeting16:10
jungleboyjWe had a great Upstream Institute session.  Got ~26 new people educated who were all eager to work on OpenStack.16:10
jungleboyjThe Cinder On-Boarding session was attended by 6 people.16:10
jungleboyjWas glad to have some interest there and I got the session recorded so I will be posting that to our YouTube channel soon.16:10
tommylikehujungleboyj:  great!16:11
jungleboyjOtherwise, from a Cinder Standpoint there wasn't a lot of technical content.  Feel like Summit is suffering as we feared it would when they changed the format.16:11
*** markstur has joined #openstack-meeting16:12
jungleboyjNot a lot of technical content and the summit is turning into an opportunity for the people who are paying to come push their wares.16:12
lhx_jungleboyj, could you show me the channel link?16:13
jungleboyjThe sessions that were about how OpenStack is being used and where it needs to go were nice though.16:13
jungleboyjCERN's numbers of storage and compute needed in the future are insane.16:13
DuncanTAre CERN using cinder yet?16:14
smcginnisDuncanT: Yeah, they are.16:14
jungleboyjDuncanT:  Yep, they do.16:14
jungleboyjlhx_:  Here16:14
jungleboyj#link https://www.youtube.com/channel/UCJ8Koy4gsISMy0qW3CWZmaQ/videos16:14
lhx_jungleboyj, thanks :)16:14
jungleboyjlhx_:  Welcome.16:14
SwansonLike how many nodes are they using?16:14
jungleboyj300k16:15
jungleboyjSwanson:  Cores16:15
jgriffith:)16:15
SwansonNeato.16:15
tbarronwith lvm, right?16:15
* tbarron ducks16:15
*** Tom-Tom has quit IRC16:15
jungleboyjtbarron:  Ha ha.  CEPH.16:15
jgriffithjungleboyj: and *others*16:15
jungleboyjjgriffith:  You know what the others are?16:16
jgriffithand that's not 200K cores of cinder BTW :)16:16
jgriffithjungleboyj: some16:16
*** yamamoto has joined #openstack-meeting16:16
jgriffithpredominantly ceph16:16
jungleboyjjgriffith:  Right, that is compute.  I am not sure how many storage nodes the have.  They just talking in PB of storage.16:16
*** Mystery has joined #openstack-meeting16:17
jungleboyjAnyway, jgriffith or smcginnis have anything to add from the summit?16:17
*** markvoelker_ has joined #openstack-meeting16:18
*** aselius has joined #openstack-meeting16:18
jungleboyj*crickets*16:18
*** zhurong has quit IRC16:18
smcginnisNo, not really. Some good feedback sessions with operators, but nothing too noteworthy at this point.16:18
SwansonAnyone have a vegimite sandwich?16:18
smcginnisSome discussion of LTS releases going on. Or something along the lines of an LTS concepts.16:18
jungleboyjsmcginnis: Ok.  Cool.16:19
jungleboyjsmcginnis:  Yeah, I have seen that there is now a mail list thread on that.16:19
jungleboyjWill be interested to see where that goes.16:19
jungleboyjSwanson:  I didn't.  Had Crocodile and Kangaroo though.16:20
jungleboyj#topic Update on Multi-attach after the Summit Session:16:20
*** openstack changes topic to "Update on Multi-attach after the Summit Session: (Meeting topic: cinder)"16:20
Swansonjungleboyj, Typical McDonalds, then.16:20
smcginnisAnyone interested in the LTS proposals, brainstorming is being done here: https://etherpad.openstack.org/p/LTS-proposal16:20
*** markvoelker has quit IRC16:20
*** yamamoto has quit IRC16:20
jungleboyj#link https://etherpad.openstack.org/p/sydney-cinder-nova-cp-multi-attach16:20
smcginnisMackies in Australia. And Burger King is Hungry Jacks.16:21
jungleboyj#link https://etherpad.openstack.org/p/LTS-proposal16:21
jungleboyjHad a relatively well attended session on Multi-attach.16:21
jungleboyjUnfortunately there were not so many Operators there.16:22
jungleboyjWe presented what the design of Multi-attach currently is and didn't get negative feedback.16:22
*** HeOS has joined #openstack-meeting16:22
jungleboyjAgreement that we need good documentation as to how it works and would should/should not be done.16:23
jungleboyjAgreement that boot from volume volumes will be read-only.16:23
*** rbowen has quit IRC16:24
jungleboyjThere was also discussion of a problem where you can attach the same volume to the same instance multiple times even when multi-attach is set to false.16:24
jungleboyjThe problem is due to code that needs to be in place for live migration.16:25
*** andreas_s has joined #openstack-meeting16:25
*** martinkopec has quit IRC16:25
jungleboyjNova team is planning to hack in a fix for Queens to avoid the problem and in the future we may need to find a better solution.16:25
jungleboyjLong story short, we are continuing to make good forward progress and no one at the sessions seemed to have notable concerns.16:26
jungleboyjI think that was all that was of interest there.16:26
*** dustins has joined #openstack-meeting16:26
jungleboyj#topic Open Discussion16:27
*** openstack changes topic to "Open Discussion (Meeting topic: cinder)"16:27
jungleboyjOne other thing.  We did have an office hours session at the Summit.16:27
jungleboyjI had a chance to chat with aspiers about the Storage Based Death approach for HA / Fencing of nodes.16:28
*** HeOS has quit IRC16:28
jungleboyjI helped provide some education on how Cinder works.  Think they had some bad assumptions.16:28
*** yamamoto has joined #openstack-meeting16:29
*** yamamoto has quit IRC16:29
jungleboyjWhat they are thinking for SBD definitely would not work for all storage backends.16:29
jungleboyjThey were going back to think about it more.  Something like Table Based Death using the database might be more realistic to work.16:29
smcginnisOh, I also wanted to mention the bugsmash is next week.16:30
smcginnis#link http://lists.openstack.org/pipermail/openstack-dev/2017-October/123854.html16:30
jungleboyjAs we talked about it, however, I am not totally convinced that we can gain much from it.16:30
jungleboyjsmcginnis:  Oh, that is good to know.16:30
smcginnisCores, and really anyone who can help with reviews, please try to help look at those patches.16:30
smcginnisSomething to do while you're half comatose on the couch after turkey fest.16:31
tommylikehuyeah16:31
jungleboyjDo we have anyone from Cinder participating?16:31
smcginnistommylikehu: Are you going to attend that?16:31
tommylikehuI will16:31
smcginnisGreat!16:31
jungleboyjGreat116:32
jungleboyjtommylikehu:  Please feel free to ping me as if there are reviews that need attention so that we can help make the bug smash productive.16:32
tommylikehujungleboyj: lol, the messages would keep coming at midnight:)16:33
jungleboyjThursday and Friday next week are a US holiday but I was planning to stay somewhat available.16:33
jungleboyjtommylikehu:  :-)  I am used to it.16:33
jungleboyjAny other topics for Open Discussion?16:34
*** unicell has joined #openstack-meeting16:35
jungleboyjI guess related to the Bug Smash, does anyone have bugs that would be appropriate for the bug smash to address?16:35
jgriffithjungleboyj: yes16:35
jungleboyjjgriffith: Cool.  We had put together a list for the last bugsmash.16:35
jgriffithjungleboyj: cool, I'll find it and add it to the list16:36
*** phil_ has quit IRC16:36
jungleboyjjgriffith:  That would be great.16:36
jgriffithhttps://bugs.launchpad.net/cinder/+bug/173222316:37
openstackLaunchpad bug 1732223 in Cinder "cinder-manage volume delete doesn't work due to rpc versioning error" [Undecided,New]16:37
*** unicell1 has quit IRC16:37
jungleboyjjgriffith:  Unfortunately I don't have it in my list of etherpads.  We put it together at the end of the Boston summit.16:37
*** rbowen has joined #openstack-meeting16:38
jungleboyjI will go back and see if I can find where we put that list and send a note out to the mailing list.16:38
smcginnisjungleboyj: Weren't we just tagging possible bugs with "bugsmash" or something like that?16:38
jungleboyjHmmm, that does sound familiar.  :-)16:38
*** andreas_s has quit IRC16:39
*** mrunge_ has joined #openstack-meeting16:39
*** markstur has quit IRC16:39
*** mrunge has quit IRC16:39
jungleboyjI will follow up on that and send a note to the ML.16:40
*** tobiajo has quit IRC16:41
jungleboyjsmcginnis:  Yep, looks like that is what we did.  We still have 11 with that tag.16:41
*** markstur has joined #openstack-meeting16:42
jungleboyjJust added jgriffith 's16:42
jungleboyjSo, if anyone else has candidates, please add that tag.16:42
jungleboyjsmcginnis:  Thanks for that topic!16:43
jungleboyjAnything else from anyone?16:43
jungleboyjI will take that as a no and we can wrap the meeting up early.16:43
jungleboyjI am guessing a lot of people in the US will be on vacation next Wednesday, but lets still plan to meet for those who can make it.16:44
jungleboyjOh and incentive to get to Dublin, I finally have the new Cinder stickers!16:45
smcginnisWoohoo16:45
jungleboyjClass up your laptop with horse's ...16:45
jungleboyjbackend.16:45
*** Apoorva has joined #openstack-meeting16:45
jungleboyjOn that note ...16:46
jungleboyj#endmeeting cinder16:46
*** yamahata has quit IRC16:46
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"16:46
openstackMeeting ended Wed Nov 15 16:46:23 2017 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:46
openstackMinutes:        http://eavesdrop.openstack.org/meetings/cinder/2017/cinder.2017-11-15-16.00.html16:46
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/cinder/2017/cinder.2017-11-15-16.00.txt16:46
openstackLog:            http://eavesdrop.openstack.org/meetings/cinder/2017/cinder.2017-11-15-16.00.log.html16:46
smcginnisThanks!16:46
*** caboucha has joined #openstack-meeting16:49
*** makowals has joined #openstack-meeting16:49
*** markstur has quit IRC16:50
*** Mystery has quit IRC16:51
*** chyka has joined #openstack-meeting16:52
*** bkennel has joined #openstack-meeting16:52
*** belmoreira has quit IRC16:53
*** rbowen has quit IRC16:57
*** dprince has quit IRC16:59
*** links has quit IRC17:00
*** psachin has quit IRC17:02
*** tesseract has quit IRC17:03
*** absubram has quit IRC17:03
*** hemna_ has quit IRC17:05
*** hemna_ has joined #openstack-meeting17:06
*** ricolin has quit IRC17:08
*** msimonin1 has quit IRC17:09
*** bbzhao has joined #openstack-meeting17:10
*** caboucha has quit IRC17:11
*** bbbzhao has quit IRC17:12
*** d0ugal has quit IRC17:12
*** masber has quit IRC17:15
*** georgk has quit IRC17:15
*** liyi has joined #openstack-meeting17:20
*** liyi has quit IRC17:24
*** iyamahat has quit IRC17:26
*** makowals has quit IRC17:28
*** marios has quit IRC17:28
*** yamamoto has joined #openstack-meeting17:29
*** claudiub|2 has quit IRC17:30
*** gyee_ has joined #openstack-meeting17:34
*** yamamoto has quit IRC17:35
*** anilvenkata has joined #openstack-meeting17:38
*** rbowen has joined #openstack-meeting17:43
*** iyamahat has joined #openstack-meeting17:45
*** tssurya_ has joined #openstack-meeting17:45
*** unicell has quit IRC17:47
*** lhx_ has quit IRC17:50
*** mpaolino has quit IRC17:51
*** lpetrut_ has quit IRC17:51
*** sridharg has joined #openstack-meeting17:56
*** ralonsoh has quit IRC18:01
*** yamahata has joined #openstack-meeting18:02
*** bobh has joined #openstack-meeting18:05
*** Swami has joined #openstack-meeting18:06
*** fzdarsky is now known as fzdarsky|afk18:06
*** mnaser has left #openstack-meeting18:07
*** dprince has joined #openstack-meeting18:11
*** pcaruana has quit IRC18:11
*** sdague has quit IRC18:13
*** rbowen has left #openstack-meeting18:18
*** samueldmq has quit IRC18:19
*** samueldmq has joined #openstack-meeting18:19
*** Alex_Staf has quit IRC18:24
*** unicell has joined #openstack-meeting18:24
*** liuyulong has quit IRC18:30
*** aspiers has quit IRC18:31
*** yamamoto has joined #openstack-meeting18:31
*** sshank has joined #openstack-meeting18:32
*** mrunge_ is now known as mrunge18:34
*** toscalix has quit IRC18:34
*** e0ne has quit IRC18:36
*** yamamoto has quit IRC18:37
*** lpetrut_ has joined #openstack-meeting18:39
*** coolsvap has quit IRC18:40
*** makowals has joined #openstack-meeting18:42
*** aspiers has joined #openstack-meeting18:48
*** bh526r has joined #openstack-meeting18:55
*** TxGirlGeek has joined #openstack-meeting18:55
*** TxGirlGeek has quit IRC18:55
*** TxGirlGeek has joined #openstack-meeting18:55
*** TxGirlGeek has quit IRC18:58
*** TxGirlGeek has joined #openstack-meeting18:59
*** TxGirlGeek has quit IRC18:59
*** liyi has joined #openstack-meeting18:59
bh526r#startmeeting gluon19:00
openstackMeeting started Wed Nov 15 19:00:46 2017 UTC and is due to finish in 60 minutes.  The chair is bh526r. Information about MeetBot at http://wiki.debian.org/MeetBot.19:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.19:00
*** openstack changes topic to " (Meeting topic: gluon)"19:00
openstackThe meeting name has been set to 'gluon'19:00
*** iyamahat has quit IRC19:00
bh526rI just realized that I have messed up time.19:01
*** iyamahat has joined #openstack-meeting19:01
bh526rIt should be 18:00 UTC19:01
bh526rIt was 11am PDT, but now it should be 10am PST19:01
*** TxGirlGeek has joined #openstack-meeting19:02
*** TxGirlGeek has quit IRC19:02
jinlihi Bin19:02
bh526rSorry that I joined at wrong time - 11am PST which is 19:00 UTC19:02
*** netapp has quit IRC19:02
*** TxGirlGeek has joined #openstack-meeting19:02
bh526rHi Jin19:02
bh526rglad you are here19:02
jinlimeeting always at 11:00, right?19:02
bh526rActually it is 18:00UTC19:03
jinlioh, ok19:03
jinliother countries don't have winter time19:03
jinliI see19:03
bh526ras listed in19:03
bh526r#link http://eavesdrop.openstack.org/#Gluon_Meeting19:03
*** liyi has quit IRC19:04
bh526rSo both of us messed up the time now :)19:04
bh526rwhich is good, and we meet at the same time19:04
bh526r#topic Roll Call19:04
*** openstack changes topic to "Roll Call (Meeting topic: gluon)"19:04
bh526r#info Bin Hu19:04
bh526r#info Jin Li19:05
bh526r#topic Update19:05
*** openstack changes topic to "Update (Meeting topic: gluon)"19:05
bh526r#info Bin attended OpenStack Summit. Many good topics on container, edge cloud, 5G etc.19:05
bh526rsorry Jin that I didn't review your code in time.19:06
jinlithat's ok19:06
bh526rI will try to do it this week.19:06
bh526rwhat is your holiday plan?19:06
jinliI have a new patch, which may explains why you can't find you sqlite file19:06
bh526rthat's great19:06
jinlidon't know about my holiday plan yet, I am planning to move some of my vocations to next year19:07
jinliwant to visit China for a month from mid Mar to mid Apr19:07
jinli201819:07
bh526rI see. But you still need to use it by 03/31 next year, right?19:07
*** sridharg has quit IRC19:07
jinliyes19:07
jinliI am thinking moving 10 days from this year19:08
bh526rJust try to figure out what exactly policy is. so that I can also plan accordingly19:08
bh526rThat's good. where will you visit in China?19:08
jinliI still have maybe 8 days, which I am planning to use in Christmos19:08
bh526rThat's great19:08
jinliBeijing, ShangHai, and Canton19:09
bh526rcool. your relatives? or just as tourist?19:09
jinlinever went back since I came here 20 yr ago19:09
bh526rCanton? Guangzhou?19:09
jinliso want to spend couple more days :)19:09
jinliyes, I am from Guangdong19:10
bh526rThat's nice.19:10
jinliclose by Guangzhou19:10
bh526rCool. I am from Jiangsu19:10
jinlicome back there often19:10
bh526rNo, every 4-5 years19:11
bh526rBut I just visited them this summer19:11
jinlinice19:11
jinlihow long you stayed there?19:12
bh526r2 weeks19:12
jinliHot ?19:12
bh526ryes, record hot this summer19:12
*** sgrasley1 has quit IRC19:12
jinliLol19:12
bh526rEven if I grew up there, I felt very hot.19:13
bh526rI am spoiled by the weather in bay area19:13
jinliyeah.... haha..19:13
bh526rlet me find time to review it this week.19:13
jinlithat's why I choose Mar19:13
jinliok19:13
jinliso I will be out for black Fri and the last couple days of Dec.19:13
bh526rThat's smart choice19:14
jinlianother Question19:14
bh526ror, do you want to come down to south bay early next week?19:14
jinlisure,19:14
jinliI can do that19:14
jinliI also want to know if we have code to use Mysql for database19:14
bh526rdo you mean gluon code? perhaps not19:15
jinliI know we have sqlite19:15
jinliok, I can work on that also19:15
bh526rsome other projects, e.g. Neutron, may have code for MySql19:15
bh526rthat's good. I will record it on the task sheet.19:16
jinlioh, so we want to use Neutron's db19:16
jinli?19:16
bh526rwe can discuss more details when we meet in person19:16
jinlisure19:16
jinlilet me know what day you want19:16
jinlito meet19:16
bh526rhow does your calendar or schedule look like?19:17
jinliany day/time should be ok for me19:17
*** markstur has joined #openstack-meeting19:18
bh526rWednesday is the best for me. But it is the day before Thanksgiving, so traffic for you may be bad19:18
jinliok, Wed works19:18
bh526rwe can cancel the IRC meeting then19:19
jinliOk19:19
bh526rThe best location for you may be Menlo Park (ON Lab).19:19
jinliI will meet you around 1019:20
jinliok19:20
jinliI can meet you in lib19:20
jinlilab19:20
bh526rLet me check if they have room available (or if the office is still open)19:20
jinlibut you mya need to send me address19:20
*** d0ugal has joined #openstack-meeting19:20
bh526rThat's right. Let me check with them first. If they are open on Wednesday, I will send you the address.19:21
*** georgk has joined #openstack-meeting19:21
jinliok19:21
jinlisounds good19:21
bh526rIf they are not open, next is Milpitas, which I have access too19:21
bh526rSo let me check with Menlo Park first, then I will let you know.19:22
jinliok19:22
bh526rsounds good.19:22
bh526ranything else?19:22
jinlithat's all from me19:22
bh526rgreat.19:22
bh526r#info Bin and Jin will meet next week to review code19:23
bh526r#topic AOB19:23
*** openstack changes topic to "AOB (Meeting topic: gluon)"19:23
*** markstur has quit IRC19:23
*** markstur has joined #openstack-meeting19:23
bh526r#info IRC meeting on Nov 22 next Wednesday will be canceled to observe Thanksgiving holiday week19:23
bh526r#info Meeting adjourned19:24
bh526r#endmeeting19:24
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"19:24
openstackMeeting ended Wed Nov 15 19:24:11 2017 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)19:24
openstackMinutes:        http://eavesdrop.openstack.org/meetings/gluon/2017/gluon.2017-11-15-19.00.html19:24
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/gluon/2017/gluon.2017-11-15-19.00.txt19:24
openstackLog:            http://eavesdrop.openstack.org/meetings/gluon/2017/gluon.2017-11-15-19.00.log.html19:24
bh526rThank you Jin, and see you next week19:24
*** rwsu has quit IRC19:24
jinlithanks see you19:24
SotKanyone here for the storyboard meeting?19:24
ZaraHI19:24
SotK#startmeeting storyboard19:24
openstackMeeting started Wed Nov 15 19:24:59 2017 UTC and is due to finish in 60 minutes.  The chair is SotK. Information about MeetBot at http://wiki.debian.org/MeetBot.19:25
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.19:25
*** openstack changes topic to " (Meeting topic: storyboard)"19:25
openstackThe meeting name has been set to 'storyboard'19:25
SotK#link https://wiki.openstack.org/wiki/Meetings/StoryBoard Agenda19:25
SotKsomewhat outdated because I failed to update it just now19:25
SotK#topic In Progress Work19:25
*** openstack changes topic to "In Progress Work (Meeting topic: storyboard)"19:25
*** TxGirlGeek has quit IRC19:26
SotKI sent a patch to replace marked with markdown-it, since the latter is actually maintained19:26
SotK#link https://review.openstack.org/#/c/518625/19:26
Zaraoh no I was typing the link! :D19:27
Zarayes that is on my todo list for reviewing this week, please poke me if I don't get to it by fri19:27
SotKok then, thanks19:27
ZaraI was going to check the js draft build, but that's currently broken, SotK sent a patch to fix the issue:19:27
Zara#link https://review.openstack.org/#/c/518626/19:28
Zarain general that will make it quicker to review webclient patches again19:28
Zarai've definitely been slow on those19:28
SotKthanks for the review fungi :)19:28
SotKI'll reply on gerrit later19:28
*** Sukhdev has joined #openstack-meeting19:28
Zarathis is still hovering:19:29
Zara#link https://review.openstack.org/#/c/506812/19:29
Zaramy current position is that I want it merged in some form before the next team is ready to migrate, even though I'd rather a cgit link19:30
Zarasince I think their need for the info will outweigh the other considerations there19:30
*** msimonin has joined #openstack-meeting19:30
* SotK agrees with fungi's comment, but can see the need to have it merged in some form soon19:31
Zarayeah, I haven't seen a lot of movement on it in the release team, though I agree that'd be best19:31
Zaranot sure who the best person would be to ask about that19:32
fungiwell, also relevant is smcginnis's comment, wherein he points out that the releases repo readme is not intended as a reference19:32
fungiso sort of like calling private methods in a library, it's subject to being broken at a moment's notice19:33
*** yamamoto has joined #openstack-meeting19:33
fungii'm inclined to consider heavily any comment from the release ptl stating that the releases repo readme isn't a reference19:34
*** TxGirlGeek has joined #openstack-meeting19:34
fungiit would probably help to follow up and find out whether that section should be relocated to something published to the releases site or the project teams guide19:35
Zarasure, it would be better if we could get it documented somewhere more permanent19:36
SotKthat seems likely to be the best way to making it into something mergable I think19:36
SotKto be clear, I can see the need to have it merged, but I don't want to merge it as-is19:36
ZaraI still generally lean toward preferring a liable-to-break reference over none, but I don't want to cause trouble for the releases team19:37
Zaraif the worry is that people will complain to them should it get broken when they didn't make a guarantee of supporting it19:37
*** yamamoto has quit IRC19:38
fungii'm mostly just not keen to have official documentation linking to something the release managers don't want linked as documentation19:38
*** sshank has quit IRC19:38
fungiif for no other reason than it's best not to get on their bad side ;)19:38
smcginnisHey, just reading scrollback and trying to remember that patch...19:39
Zaraoh sure, I don't want to tread on toes. :D I just foresee us ending up making some other even more unofficial documentation otherwise19:39
*** e0ne has joined #openstack-meeting19:39
smcginnisSo I'm OK with linking to the README. Just think it might be good if we documented that somewhere better.19:40
Zara(we already have a bad habit of leaving doclike things in paste.openstack.org too long)19:40
smcginnisTo be fair, the README isn't likely to change, so it would be safe enough.19:40
Zaraif there's a better option I could make a patch for it, not sure where would be best?19:41
smcginnisZara: I think it might be best to add a section to the release-management section of the project team guide.19:41
Zaraokay :)19:42
Zarait's partly been stuck so long because I've been pretty distracted so I think it's on me to get it moving19:42
fungiright, the other (related) concern with 506812 is that if the sb docs _do_ link to the readme then what's actually desired is linking to a section heading of an html-rendered version of the wiki, and the proposed patch attempts to abuse github's interface to that end19:43
*** msimonin has quit IRC19:43
fungier, s/wiki/readme/19:43
*** TxGirlGeek has quit IRC19:43
* fungi has wikibrain at the moment apparently19:44
Zara:D19:44
*** TxGirlGeek has joined #openstack-meeting19:44
Zaramy brain is fried, sorry. I see now that that doesn't seem to have section headings yet? (the project team guide)19:45
Zarawell, linkable ones19:45
fungiat any rate, i similarly don't want to be linking to gh copies of openstack repos, nor treating it as a makeshift documentation publishing platform19:45
*** dprince has quit IRC19:45
Zara+119:45
fungiZara: which page are you looking at?19:46
fungiif you hover over a subheading in a page you should see a paragraph mark appear to the right which is clickable19:46
Zaraoh I was failing to use dashes instead of underscores19:46
ZaraI didn't see the paragraph mark but they do have ids19:47
ZaraI was looking at: https://docs.openstack.org/project-team-guide/release-management.html19:47
Zaraand saw no paragraph mark, but source suggests it has ids so ignore me19:47
SotKhm, I see the paragraph mark on that page19:47
fungiyou have to hover to the immediate right of the end of the heading for the ΒΆ to appear19:48
fungibasically a hidden character that changes to a visible color on hover19:48
Zaraaha my mouse was too far to the right19:48
fungisecret sphinx features ;)19:49
SotK:)19:49
Zaraeither I've used it before somewhere but with a wider area or I'm imagining that19:50
SotKanyway, I will be happy to +2 a patch which links to the needed content on that page19:50
Zaracool19:51
SotKbut likely will not +2 a patch which links to github in the meantime, since I don't want to forget about it19:51
fungisimilarly, i'll be happy to +2 the corresponding addition to the project team guide19:51
SotK\o/19:52
Zarathanks19:52
Zaranow I just have to do things19:52
SotKthanks fungi and Zara19:52
SotK(and smcginnis)19:52
fungiso many things19:52
*** TxGirlGeek has quit IRC19:53
SotKanything else in progress that needs discussion?19:53
SotK#topic Open Discussion19:54
*** openstack changes topic to "Open Discussion (Meeting topic: storyboard)"19:54
*** salv-orl_ has joined #openstack-meeting19:55
*** salv-orlando has quit IRC19:55
*** msimonin has joined #openstack-meeting19:57
Zaraoh, https://review.openstack.org/#/c/510669/ is still in review19:57
ZaraI completely forgot about that19:57
Zara(docs on manually upgrading a sb instance)19:58
SotKheh, me too19:58
Zara:D19:58
SotKdo you have time to add that to your list?19:58
*** TxGirlGeek has joined #openstack-meeting19:59
*** TxGirlGeek has quit IRC20:00
SotK-> #storyboard20:00
SotK#endmeeting20:00
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"20:00
openstackMeeting ended Wed Nov 15 20:00:05 2017 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)20:00
openstackMinutes:        http://eavesdrop.openstack.org/meetings/storyboard/2017/storyboard.2017-11-15-19.24.html20:00
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/storyboard/2017/storyboard.2017-11-15-19.24.txt20:00
openstackLog:            http://eavesdrop.openstack.org/meetings/storyboard/2017/storyboard.2017-11-15-19.24.log.html20:00
SotKthanks folk20:00
Zarathanks20:00
*** torgomatic has joined #openstack-meeting20:00
*** msimonin has quit IRC20:00
*** msimonin has joined #openstack-meeting20:01
*** iyamahat has quit IRC20:06
*** jprovazn has quit IRC20:06
*** iyamahat has joined #openstack-meeting20:07
*** slaweq has joined #openstack-meeting20:10
*** slaweq has quit IRC20:15
*** nsingh has quit IRC20:15
*** nsingh has joined #openstack-meeting20:16
*** ionutbalutoiu has quit IRC20:18
*** slaweq has joined #openstack-meeting20:18
*** slaweq has quit IRC20:18
*** slaweq has joined #openstack-meeting20:19
*** ionutbalutoiu has joined #openstack-meeting20:20
*** slaweq_ has joined #openstack-meeting20:21
*** slaweq has quit IRC20:25
*** d0ugal_ has joined #openstack-meeting20:25
*** d0ugal has quit IRC20:26
*** liyi has joined #openstack-meeting20:28
*** tssurya_ has quit IRC20:29
*** msimonin has quit IRC20:29
*** liyi has quit IRC20:33
*** jbadiapa_ has joined #openstack-meeting20:33
*** yamamoto has joined #openstack-meeting20:34
*** rwsu has joined #openstack-meeting20:35
*** jbadiapa has quit IRC20:36
*** sdague has joined #openstack-meeting20:36
*** yamamoto has quit IRC20:39
*** Sukhdev has quit IRC20:39
*** d0ugal_ has quit IRC20:40
*** d0ugal has joined #openstack-meeting20:40
*** d0ugal has quit IRC20:40
*** d0ugal has joined #openstack-meeting20:40
*** msimonin has joined #openstack-meeting20:41
*** Apoorva has quit IRC20:43
*** andreas_s has joined #openstack-meeting20:43
*** Apoorva has joined #openstack-meeting20:43
*** Apoorva has quit IRC20:43
*** andreas_s has quit IRC20:47
*** bh526r has quit IRC20:50
*** felipemonteiro has joined #openstack-meeting20:52
*** d0ugal has quit IRC20:52
*** TxGirlGeek has joined #openstack-meeting21:00
*** TxGirlGeek has quit IRC21:04
*** msimonin has quit IRC21:11
*** sshank has joined #openstack-meeting21:11
*** sgrasley1 has joined #openstack-meeting21:14
*** markstur has quit IRC21:30
*** markstur has joined #openstack-meeting21:34
*** yamamoto has joined #openstack-meeting21:36
*** markstur_ has joined #openstack-meeting21:37
*** markstur has quit IRC21:39
*** ykatabam has joined #openstack-meeting21:40
*** slaweq_ has quit IRC21:40
*** msimonin has joined #openstack-meeting21:40
*** yamamoto has quit IRC21:41
*** slaweq has joined #openstack-meeting21:41
*** slaweq_ has joined #openstack-meeting21:42
*** slaweq has quit IRC21:43
*** rwsu has quit IRC21:47
*** awaugama has quit IRC21:49
*** lpetrut_ has quit IRC21:53
*** makowals has quit IRC22:06
*** markstur_ has quit IRC22:06
*** rwsu has joined #openstack-meeting22:08
*** e0ne has quit IRC22:09
*** e0ne has joined #openstack-meeting22:09
*** e0ne has quit IRC22:10
*** e0ne has joined #openstack-meeting22:11
*** e0ne has quit IRC22:11
*** slaweq has joined #openstack-meeting22:11
*** e0ne has joined #openstack-meeting22:12
*** e0ne has quit IRC22:13
*** rwsu has quit IRC22:14
*** e0ne has joined #openstack-meeting22:14
*** e0ne has quit IRC22:14
*** e0ne has joined #openstack-meeting22:15
*** e0ne has quit IRC22:15
*** e0ne has joined #openstack-meeting22:15
*** slaweq has quit IRC22:15
*** e0ne has quit IRC22:16
*** slaweq_ has quit IRC22:17
*** slaweq has joined #openstack-meeting22:18
*** sshank has quit IRC22:23
*** rcernin has joined #openstack-meeting22:23
*** rwsu has joined #openstack-meeting22:25
*** ionutbalutoiu has quit IRC22:27
*** sshank has joined #openstack-meeting22:29
*** sgrasley1 has quit IRC22:30
*** ionutbalutoiu has joined #openstack-meeting22:32
*** georgk has quit IRC22:36
*** esberglu has quit IRC22:36
*** esberglu has joined #openstack-meeting22:37
*** yamamoto has joined #openstack-meeting22:37
*** claudiub|2 has joined #openstack-meeting22:38
*** esberglu has quit IRC22:41
*** yamamoto has quit IRC22:42
*** felipemonteiro has quit IRC22:44
*** edmondsw has quit IRC22:46
*** dustins has quit IRC22:46
*** bobh has quit IRC22:50
*** priteau has quit IRC22:50
*** d0ugal has joined #openstack-meeting22:50
*** rwsu has quit IRC23:01
*** aeng has joined #openstack-meeting23:06
*** msimonin has quit IRC23:08
*** msimonin has joined #openstack-meeting23:08
*** msimonin has quit IRC23:09
*** galstrom is now known as galstrom_zzz23:09
*** msimonin has joined #openstack-meeting23:09
*** msimonin has quit IRC23:10
*** msimonin has joined #openstack-meeting23:10
*** msimonin has quit IRC23:10
*** msimonin has joined #openstack-meeting23:10
*** msimonin has quit IRC23:11
*** msimonin has joined #openstack-meeting23:11
*** msimonin has quit IRC23:12
*** msimonin has joined #openstack-meeting23:12
*** msimonin has quit IRC23:13
*** priteau has joined #openstack-meeting23:13
*** priteau has quit IRC23:17
*** dmacpher has quit IRC23:19
*** gouthamr has quit IRC23:28
*** masber has joined #openstack-meeting23:30
*** esberglu has joined #openstack-meeting23:32
*** ykatabam1 has joined #openstack-meeting23:32
*** ykatabam has quit IRC23:34
*** aeng has quit IRC23:35
*** ianychoi has quit IRC23:37
*** yamamoto has joined #openstack-meeting23:38
*** sshank has quit IRC23:41
*** yamamoto has quit IRC23:44
*** edmondsw has joined #openstack-meeting23:44
*** rbrndt has quit IRC23:44
*** fnaval has quit IRC23:44
*** sshank has joined #openstack-meeting23:45
*** aeng has joined #openstack-meeting23:52
*** HeOS has joined #openstack-meeting23:54
*** rfolco has quit IRC23:55
*** fnaval has joined #openstack-meeting23:55
*** edmondsw has quit IRC23:55
*** markstur has joined #openstack-meeting23:56
*** edmondsw has joined #openstack-meeting23:57

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