Friday, 2014-04-11

*** radsy has quit IRC00:00
alex_xugood morning/evening everyone00:01
*** radsy has joined #openstack-meeting00:01
cyeoh#startmeeting nova-api00:01
openstackMeeting started Fri Apr 11 00:01:15 2014 UTC and is due to finish in 60 minutes.  The chair is cyeoh. Information about MeetBot at http://wiki.debian.org/MeetBot.00:01
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.00:01
*** openstack changes topic to " (Meeting topic: nova-api)"00:01
openstackThe meeting name has been set to 'nova_api'00:01
cyeohHi - so who's here today?00:01
oomichiHi!00:01
alex_xuHi!00:02
cyeohok, let's get started00:02
cyeoh#topic v2 on v3 API POC00:02
*** openstack changes topic to "v2 on v3 API POC (Meeting topic: nova-api)"00:02
*** GMann has joined #openstack-meeting00:02
cyeohso I added a couple of patches to the v2 on v3 API POC patch series00:03
cyeoh#link https://review.openstack.org/#/c/85879/00:03
*** alexpilotti has quit IRC00:03
cyeoh#link https://review.openstack.org/#/c/85927/00:03
oomichicyeoh: good work:)00:03
cyeohthose two combined delay the generation of API error messages until the wsgi point00:03
cyeohso we can translate field names.00:04
cyeohoomichi: thx :-)00:04
*** yuanz has joined #openstack-meeting00:04
*** ramishra has joined #openstack-meeting00:04
cyeohin practice it might need a bit more work eventually if we end up with deeply hierarchal translations required00:04
cyeohbut from what I saw of the translation dicts we have so far, its not needed yet, and it demonstrates we can do it.00:04
cyeohI'd appreciate a review of them if you have time00:05
manslaughtersorry I'm late (I'm mrda not on Fridays)00:05
cyeohmanslaughter: hah, excellent nick :-)00:05
*** cyeoh is now known as c_yoyo00:05
c_yoyoso the other one I added was Add logging capability to API input validation00:06
c_yoyo#link https://review.openstack.org/#/c/85644/00:06
c_yoyowhich puts the input validation into a log rather than reject mode.00:06
c_yoyoso I think we might have all the major features we want know for the POC?00:06
c_yoyooomichi, alex_xu: did you guys want to add anything re: POC?00:06
oomichicyeoh: now I dont have anything else.00:07
*** yuan has quit IRC00:07
alex_xuthat's all for me. only one thing I found it is v2.1 and v3 request body can both pass the input validation00:07
alex_xunot sure it's need for POC00:08
c_yoyoalex_xu: sorry I'm not sure I quite understand which scenario you are talking about there?00:08
c_yoyodo you mean cases where the input validation is exactly the same for V2.1 and v3?00:08
*** ramishra has quit IRC00:09
alex_xuc_yoyo, sorry, I mean if I submit a v2.1 request with v3's style request body, it also can pass the input validation00:09
c_yoyoalex_xu: hrm, oh yes.00:09
oomichialex_xu: yes right.00:09
* c_yoyo is not sure how big an issue that is00:09
oomichialex_xu: current v2.1 API allows v3 request format.00:10
alex_xumaybe it's is ok for POC, but I think I should warn you guys00:10
oomichic_yoyo: agree00:10
c_yoyothat would technically be a backwards compatible change00:10
oomichic_yoyo: +100:11
c_yoyoI can't immediately think of a way of stopping that from happening either.00:11
c_yoyoit perhaps allows for an easier transition for clients, some we might be able to reclassify it as a feature rather than a bug :-)00:12
c_yoyos/some/so00:12
alex_xu:)00:12
c_yoyo#topic api response validation in tempest00:12
c_yoyohrm meetbot seems to have disappeared00:13
c_yoyo#topic api response validation in tempest00:13
c_yoyooomichi: do you have anything you want to talk about here?00:13
oomichiyes: https://docs.google.com/spreadsheet/ccc?key=0AmYuZ6T4IJETdEVNTWlYVUVOWURmOERSZ0VGc1BBQWc#gid=300:13
c_yoyo#link https://docs.google.com/spreadsheet/ccc?key=0AmYuZ6T4IJETdEVNTWlYVUVOWURmOERSZ0VGc1BBQWc#gid=300:13
oomichinow 22.13% has been done for this work.00:13
oomichi92API's patches are in review.00:14
oomichihttps://review.openstack.org/#/q/status:open+project:openstack/tempest+branch:master+topic:bp/nova-api-attribute-test,n,z00:14
c_yoyooomichi, excellent :-)00:14
*** ivanzhu has joined #openstack-meeting00:14
oomichithanks00:14
c_yoyo#action everyone review https://review.openstack.org/#/q/status:open+project:openstack/tempest+branch:master+topic:bp/nova-api-attribute-test,n,z patches as much as possible!00:14
oomichiand needs more reviews again;-)00:14
* manslaughter will try00:15
c_yoyooomichi: agreed00:15
alex_xumaybe I can try some00:15
oomichimanslaughter, c_yoyo: thanks!00:15
oomichialex_xu: thanks00:15
c_yoyooomichi: so I don't think we have any technical blocking issues for the api attribute testing do we? It's just a matter of doing them and getting them merged?00:16
oomichic_yoyo: that's right. we can just review them00:16
c_yoyooomichi: cool00:16
c_yoyo#topic progress on sdk port for V3 API00:17
c_yoyomanslaughter: you're up :-)00:17
manslaughterthanks cyeoh00:17
manslaughterI've been looking at libcloud and implementing v3 on top00:17
manslaughterI haven't made the progress I would have liked (had a few distractions this week) but should have something up early next week to show00:18
*** smoser has quit IRC00:19
c_yoyocool - anything about the v2->v3 changes that make the transition particularly difficult?00:19
manslaughterThe good news is there's not a lot of API calls in play00:19
c_yoyooh interesting.00:19
c_yoyois that because things like libcloud only support functionality that is available across all the clouds it supports?00:19
oomichimanslaughter: good news:)00:19
manslaughtercorrect - lowest common denominator00:19
c_yoyohrm I wonder how common that is amongst cloud sdks00:20
manslaughterso right now I'm untangling authentication from the compute api calls00:20
c_yoyowhich makes me wonder just how many of our api extensions are actually *used*00:20
manslaughteri.e. /v2/ for authn and api calls is common00:20
manslaughterand trying to do it in a semi-nice way00:20
c_yoyomanslaughter: ah, hard coding instead of using the keystone registry I guess00:21
c_yoyoI guess its not too surprising that people went that way00:21
manslaughterstill uncovering - but yes, it appears there's some hard-coding going on00:21
c_yoyo#topic API related nova-specs00:21
c_yoyoare there any API related nova-specs patches that people really want some review bandwidth on?00:22
oomichic_yoyo and john have already reviewed my nova-specs patch, thanks:)00:23
c_yoyooomichi: cool.00:24
*** coreywright is now known as coreywright_00:24
*** matsuhashi has joined #openstack-meeting00:24
c_yoyoI haven't managed to get the nova v3 API nova-specs patches submitted yet. But hopefully very soon now (I keep saying that I know)00:24
c_yoyo#topic V3 API related work00:24
c_yoyoI'm not sure we have much to talk about here00:24
c_yoyoI haven't had time to do much on it yet.00:25
c_yoyoalex_xu, oomichi: anything you wanted to mention here?00:25
c_yoyoI saw some schema stuff get unabandoned but I think we're still waiting for bp approval?00:25
oomichinow we should wait for the summit?00:25
*** stevemar has joined #openstack-meeting00:25
*** jecarey has joined #openstack-meeting00:25
c_yoyooomichi: so I think the stuff left over from icehouse is ok to merge assuming we can bp approval00:25
oomichiI guess we need a lot of patches again for v3 API but time is gooing00:26
c_yoyooomichi: yea I'm concerned about waiting a month00:26
oomichic_yoyo: agree.00:26
*** stevemar2 has joined #openstack-meeting00:26
c_yoyoso I think it would be nice to merge what we can and at least have patches up.00:26
c_yoyonova-network support is a big chunk of work00:26
*** tomoe_ has joined #openstack-meeting00:26
alex_xuc_yoyo, v3 related spec can begin for now, all it's also need waiting for summit?00:26
alex_xus/all/or00:27
manslaughterc_yoyo: the way forward is to add nova-network into v3 f'sure?00:27
*** csd has joined #openstack-meeting00:27
c_yoyoalex_xu: so doing the work now comes at the risk that will get ripped out if v3 api gets blocked at summit00:27
*** smoser has joined #openstack-meeting00:27
c_yoyomanslaughter: so there's an interesting discussion there00:27
alex_xuc_yoyo, ok, got it00:27
*** krtaylor has joined #openstack-meeting00:28
c_yoyojohnthetubaguy sort of suggested that we consider not supporting nova network in V3, but if we go the V2.1 route support it there00:28
manslaughteror is it tied to v3 as a whole being accepted/abandoned?00:28
c_yoyoand supporting it for 2.1 makes supporting it in v3 very easy (and there's not much difference in work)00:29
c_yoyomanslaughter: so there's a couple of separate issues there00:29
c_yoyothere's v2.1 and v300:29
c_yoyoI honestly don't know how the v3 discussions are going to turn out00:29
c_yoyobut re: v2.1 - if we want the V2 API on the new framework I think the v2.1 route is actually the best way to get to V2 on the new framework00:29
*** stevemar has quit IRC00:30
*** thuc has quit IRC00:30
c_yoyoeg rather than trying to backport the framework to V2, moving V2 capabilities onto V3.00:30
c_yoyoeven if V3 is not "enabled"00:30
*** thuc has joined #openstack-meeting00:30
*** tjones has joined #openstack-meeting00:30
c_yoyoone of the big reasons being if we backport the framework and input validation features to V2 codebase it means changing things in place00:30
*** nelsnelson has quit IRC00:31
c_yoyoand so those doing CD get the changes (and mistakes) straight away00:31
c_yoyoand there is no opportunity for people to test V2.1 first00:31
c_yoyoso a V2.1 seems to me to be lower risk00:31
*** marcoemorais1 has quit IRC00:31
manslaughterright00:31
*** cjellick has quit IRC00:32
c_yoyomanslaughter: anyway this will all have to be argued out at summit ultimately....00:32
c_yoyo#topic open discussion00:32
*** weshay has quit IRC00:32
c_yoyoPTL voting is still running for a few more hours I think. If you can vote, please do so!00:33
c_yoyoanything else people wanted to talk about?00:33
manslaughterall sounds good - sounds like I need to get back to reviewing :)00:34
*** zhikunliu has joined #openstack-meeting00:34
c_yoyomanslaughter: heh, me too.00:34
c_yoyook if there's nothing else we might as well finish early :-)00:35
c_yoyothanks everyone!00:35
oomichithanks!00:35
alex_xuthanks!00:35
c_yoyo#endmeeting00:35
manslaughterthanks!00:35
GMannThanks00:35
*** mlavalle has quit IRC00:35
*** thuc has quit IRC00:35
oomichiand bot could not work:(00:35
alex_xuis it related to your name changed c_yoyo ?00:36
*** c_yoyo is now known as cyeoh00:36
cyeoh#endmeeting00:36
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"00:36
openstackMeeting ended Fri Apr 11 00:36:18 2014 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)00:36
openstackMinutes:        http://eavesdrop.openstack.org/meetings/nova_api/2014/nova_api.2014-04-11-00.01.html00:36
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/nova_api/2014/nova_api.2014-04-11-00.01.txt00:36
openstackLog:            http://eavesdrop.openstack.org/meetings/nova_api/2014/nova_api.2014-04-11-00.01.log.html00:36
cyeohalex_xu: hah, you were right! :-)00:36
*** bill_az has quit IRC00:36
*** tjones has left #openstack-meeting00:36
* cyeoh being stupid :-)00:36
oomichioh, I got it. nice point, alex_xu00:36
alex_xuheh :)00:37
*** cyeoh is now known as cyoyo00:37
*** xuhanp has joined #openstack-meeting00:37
*** oomichi has left #openstack-meeting00:37
*** changsimon has quit IRC00:38
*** GMann has quit IRC00:38
*** rakhmerov has joined #openstack-meeting00:39
*** crandquist has quit IRC00:42
*** eghobo has joined #openstack-meeting00:42
*** ssurana has quit IRC00:43
*** rakhmerov has quit IRC00:43
*** asettle has joined #openstack-meeting00:45
*** SumitNaiksatam has joined #openstack-meeting00:46
*** JRobinson__ has joined #openstack-meeting00:46
*** asettle is now known as settledown00:47
*** marun has joined #openstack-meeting00:48
*** settledown is now known as asettle00:48
*** asettle is now known as SettleDown00:48
*** tianst20 has joined #openstack-meeting00:51
*** xuhanp has quit IRC00:51
*** epim has quit IRC00:58
*** tianst20 has quit IRC01:00
*** IlyaE has quit IRC01:01
*** yamahata has joined #openstack-meeting01:01
*** csd has quit IRC01:01
*** tsekiyam_ has joined #openstack-meeting01:01
*** radix_ is now known as radix01:02
*** topol has joined #openstack-meeting01:03
*** carl_baldwin has joined #openstack-meeting01:04
*** amcrn has quit IRC01:04
*** cody-somerville has joined #openstack-meeting01:04
*** cody-somerville has quit IRC01:04
*** cody-somerville has joined #openstack-meeting01:04
*** tsekiyama has quit IRC01:05
*** zz_pablosan is now known as pablosan01:05
*** dcramer_ has joined #openstack-meeting01:05
*** tsekiyam_ has quit IRC01:06
*** novas0x2a|laptop has quit IRC01:07
*** marun has quit IRC01:07
*** haleyb has quit IRC01:08
*** JRobinson__ has quit IRC01:10
*** yamahata has quit IRC01:10
*** yamahata has joined #openstack-meeting01:10
*** JRobinson__ has joined #openstack-meeting01:11
*** ramishra has joined #openstack-meeting01:12
*** carl_baldwin has quit IRC01:13
*** rdxc has quit IRC01:17
*** yamahata has quit IRC01:19
*** baoli has joined #openstack-meeting01:23
*** epim has joined #openstack-meeting01:23
*** epim has quit IRC01:25
*** crandquist has joined #openstack-meeting01:33
*** carl_baldwin has joined #openstack-meeting01:33
*** arnaud has quit IRC01:33
*** arbylee has quit IRC01:33
*** JRobinson__ has quit IRC01:35
*** banix has joined #openstack-meeting01:35
*** SettleDown has quit IRC01:35
*** carl_baldwin has quit IRC01:37
*** rakhmerov has joined #openstack-meeting01:39
*** thuc has joined #openstack-meeting01:41
*** sbalukoff has quit IRC01:42
*** rakhmerov has quit IRC01:44
*** crandquist has quit IRC01:44
*** carl_baldwin has joined #openstack-meeting01:45
*** thuc has quit IRC01:45
*** xianghui has joined #openstack-meeting01:46
*** ujuc has joined #openstack-meeting01:48
*** Mandell has quit IRC01:48
*** JRobinson__ has joined #openstack-meeting01:49
*** cody-somerville has quit IRC01:49
*** nosnos has joined #openstack-meeting01:51
*** pablosan has quit IRC01:54
*** esker has joined #openstack-meeting01:55
*** eghobo has quit IRC01:57
*** noslzzp has joined #openstack-meeting01:58
*** crandquist has joined #openstack-meeting01:58
*** crandquist has quit IRC01:58
*** saschpe has quit IRC02:00
*** JRobinson__ has quit IRC02:00
*** esker has quit IRC02:01
*** esker has joined #openstack-meeting02:02
*** saschpe has joined #openstack-meeting02:02
*** tkay has quit IRC02:03
*** gcb has joined #openstack-meeting02:03
*** tkay has joined #openstack-meeting02:04
*** maxdml has joined #openstack-meeting02:04
*** tkay has quit IRC02:05
*** asettle has joined #openstack-meeting02:05
*** asettle has quit IRC02:05
*** alex-away is now known as asettle02:06
*** esker has quit IRC02:06
*** carl_baldwin has quit IRC02:07
*** crc32_ has quit IRC02:07
*** JRobinson__ has joined #openstack-meeting02:10
*** stevemar2 has quit IRC02:10
*** asettle is now known as SettleDown02:11
*** mwagner_lap has joined #openstack-meeting02:11
*** tomoe_ has quit IRC02:12
*** vjay has joined #openstack-meeting02:13
*** fnaval has joined #openstack-meeting02:13
*** rakhmerov has joined #openstack-meeting02:13
*** neelashah has joined #openstack-meeting02:13
*** caleb_ has joined #openstack-meeting02:15
*** neelashah1 has joined #openstack-meeting02:15
*** yamahata has joined #openstack-meeting02:15
*** yaguang has joined #openstack-meeting02:15
*** gyee has quit IRC02:17
*** arbylee has joined #openstack-meeting02:18
*** neelashah has quit IRC02:18
*** coolsvap|afk is now known as coolsvap02:18
*** schwicht has quit IRC02:20
*** wendar_ is now known as wendar02:21
*** yamahata has quit IRC02:22
*** dims has quit IRC02:26
*** comay has quit IRC02:33
*** comay has joined #openstack-meeting02:33
*** mattgriffin has joined #openstack-meeting02:35
*** hemna_ has quit IRC02:38
*** JRobinson__ has quit IRC02:41
*** mtanino has quit IRC02:41
*** Loquacities is now known as lanabanana02:42
*** jgrimm has joined #openstack-meeting02:44
*** david-lyle has joined #openstack-meeting02:44
*** rfolco has joined #openstack-meeting02:45
*** noslzzp has quit IRC02:47
*** yamahata has joined #openstack-meeting02:48
*** epico has joined #openstack-meeting02:49
*** esker has joined #openstack-meeting02:49
*** ayoung has quit IRC02:50
*** vjay has quit IRC02:54
*** caleb_ has quit IRC02:54
*** topol has quit IRC02:55
*** haomaiw__ has quit IRC02:57
*** ramishra has quit IRC02:59
*** ramishra_ has joined #openstack-meeting02:59
*** haomaiwa_ has joined #openstack-meeting03:00
*** haomaiwa_ has quit IRC03:00
*** haomaiwang has joined #openstack-meeting03:00
*** yamahata has quit IRC03:04
*** beyounn has quit IRC03:04
*** yamahata has joined #openstack-meeting03:04
*** dburmistrov_ has joined #openstack-meeting03:05
*** carl_baldwin has joined #openstack-meeting03:08
*** esker has quit IRC03:08
*** comay has quit IRC03:12
*** comay_ has joined #openstack-meeting03:12
*** matsuhashi has quit IRC03:14
*** harlowja is now known as harlowja_away03:14
*** nosnos has quit IRC03:20
*** nosnos has joined #openstack-meeting03:20
*** carl_baldwin_ has joined #openstack-meeting03:21
*** zns has joined #openstack-meeting03:22
*** zns has quit IRC03:23
*** zns has joined #openstack-meeting03:24
*** carl_baldwin has quit IRC03:24
*** carl_baldwin_ is now known as carl_baldwin03:24
*** nosnos has quit IRC03:25
*** markvoelker1 has quit IRC03:28
*** matsuhashi has joined #openstack-meeting03:28
*** Leonr has joined #openstack-meeting03:33
*** dburmistrov_ has quit IRC03:34
*** Leonr has quit IRC03:35
*** Leonr has joined #openstack-meeting03:36
*** arbylee has quit IRC03:39
*** akuznetsov has joined #openstack-meeting03:39
*** vjay has joined #openstack-meeting03:40
*** david-lyle has quit IRC03:43
*** coolsvap is now known as coolsvap|afk03:46
*** chandan_kumar has joined #openstack-meeting03:48
*** esker has joined #openstack-meeting03:48
*** marcoemorais has joined #openstack-meeting03:51
*** marcoemorais1 has joined #openstack-meeting03:53
*** esker has quit IRC03:53
*** akuznetsov has quit IRC03:53
*** zehicle_at_dell has joined #openstack-meeting03:54
*** epim has joined #openstack-meeting03:55
*** marcoemorais has quit IRC03:55
*** brucer_ has joined #openstack-meeting03:56
*** rfolco has quit IRC03:59
*** coolsvap|afk is now known as coolsvap03:59
*** brucer has quit IRC04:00
*** brucer_ has quit IRC04:02
*** eghobo has joined #openstack-meeting04:03
*** deepakcs has joined #openstack-meeting04:04
*** slong_ has quit IRC04:05
*** slong_ has joined #openstack-meeting04:05
*** Longgeek has joined #openstack-meeting04:09
*** brucer_ has joined #openstack-meeting04:09
*** thuc has joined #openstack-meeting04:09
*** thuc_ has joined #openstack-meeting04:10
*** stillbert has quit IRC04:12
*** lanabanana has quit IRC04:12
*** epim has quit IRC04:13
*** mikal has joined #openstack-meeting04:14
*** paragan has joined #openstack-meeting04:14
*** paragan has joined #openstack-meeting04:14
*** thuc has quit IRC04:14
*** nosnos has joined #openstack-meeting04:14
*** mikal is now known as stillbert04:14
*** neelashah1 has quit IRC04:15
*** pradipta_away has quit IRC04:15
*** deepakcs has quit IRC04:18
*** chandan_kumar has quit IRC04:22
*** banix has quit IRC04:23
*** brucer__ has joined #openstack-meeting04:24
*** carl_baldwin has quit IRC04:27
*** brucer_ has quit IRC04:28
*** loquacities has joined #openstack-meeting04:33
*** banix has joined #openstack-meeting04:34
*** chandan_kumar has joined #openstack-meeting04:35
*** ramishra_ has quit IRC04:35
*** loquacities is now known as loquacious04:36
*** loquacious is now known as Loquacities04:36
*** Loquacities is now known as lanabanana04:37
*** esker has joined #openstack-meeting04:39
*** esker has quit IRC04:39
*** Longgeek has quit IRC04:43
*** Mandell has joined #openstack-meeting04:43
*** yfried__ has quit IRC04:49
*** skraynev_afk is now known as skraynev04:50
*** ildikov has quit IRC04:52
*** tkay has joined #openstack-meeting04:52
*** akuznetsov has joined #openstack-meeting04:53
*** Sukhdev has joined #openstack-meeting04:54
*** sballe_ has joined #openstack-meeting04:56
*** ramishra has joined #openstack-meeting04:57
*** sballe has quit IRC04:59
*** tomoe_ has joined #openstack-meeting05:02
*** eghobo has quit IRC05:03
*** eghobo has joined #openstack-meeting05:03
*** slong_ has quit IRC05:04
*** slong_ has joined #openstack-meeting05:04
*** Longgeek has joined #openstack-meeting05:04
*** SridharG has joined #openstack-meeting05:04
*** Longgeek_ has joined #openstack-meeting05:06
*** tkay has quit IRC05:06
*** zns has quit IRC05:07
*** zns has joined #openstack-meeting05:08
*** Leonr has quit IRC05:08
*** eguz has joined #openstack-meeting05:09
*** eghobo has quit IRC05:09
*** thuc has joined #openstack-meeting05:09
*** Longgeek has quit IRC05:09
*** elo has joined #openstack-meeting05:12
*** thuc_ has quit IRC05:13
*** thuc has quit IRC05:13
*** saju_m has joined #openstack-meeting05:16
*** banix has quit IRC05:20
*** tomoe_ has quit IRC05:23
*** tomoe_ has joined #openstack-meeting05:23
*** chandan_kumar has quit IRC05:24
*** comay_ has quit IRC05:28
*** gcb has quit IRC05:29
*** maxdml has quit IRC05:30
*** almaisan-away has quit IRC05:32
*** comay_ has joined #openstack-meeting05:32
*** IlyaE has joined #openstack-meeting05:32
*** slong_ has quit IRC05:33
*** slong_ has joined #openstack-meeting05:33
*** almaisan-away has joined #openstack-meeting05:35
*** chandan_kumar has joined #openstack-meeting05:37
*** comay_ has quit IRC05:40
*** _nadya_ has joined #openstack-meeting05:41
*** gcb has joined #openstack-meeting05:42
*** ssurana has joined #openstack-meeting05:42
*** ssurana has left #openstack-meeting05:42
*** jprovazn has joined #openstack-meeting05:43
*** rakhmero_ has joined #openstack-meeting05:45
*** tkay has joined #openstack-meeting05:47
*** tkay has quit IRC05:48
*** rakhmerov has quit IRC05:49
*** fnaval has quit IRC05:50
*** tomoe_ has quit IRC05:55
*** tomoe_ has joined #openstack-meeting05:56
*** tomoe__ has joined #openstack-meeting05:57
*** _nadya_ has quit IRC05:58
*** akuznetsov has quit IRC06:00
*** tomoe_ has quit IRC06:00
*** radsy has quit IRC06:00
*** almaisan-away has quit IRC06:01
*** pradipta has joined #openstack-meeting06:02
*** akuznetsov has joined #openstack-meeting06:02
*** lsmola has quit IRC06:04
*** sbalukoff has joined #openstack-meeting06:07
*** almaisan-away has joined #openstack-meeting06:07
*** zhikunliu has quit IRC06:09
*** Macaveli has joined #openstack-meeting06:09
*** amotoki has joined #openstack-meeting06:10
*** tkay has joined #openstack-meeting06:10
*** tkay has quit IRC06:14
*** tomoe__ has quit IRC06:15
*** tomoe_ has joined #openstack-meeting06:15
*** _nadya_ has joined #openstack-meeting06:15
*** ivanzhu has quit IRC06:17
*** almaisan-away has quit IRC06:17
*** almaisan-away has joined #openstack-meeting06:18
*** sseverson has quit IRC06:19
*** brucer__ has quit IRC06:19
*** ramishra has quit IRC06:19
*** thuc has joined #openstack-meeting06:20
*** tomoe_ has quit IRC06:20
*** deepakcs has joined #openstack-meeting06:21
*** almaisan-away has quit IRC06:24
*** thuc has quit IRC06:25
*** mrunge has joined #openstack-meeting06:25
*** ildikov has joined #openstack-meeting06:25
*** tomoe_ has joined #openstack-meeting06:29
*** dshulyak has quit IRC06:30
*** ivanzhu has joined #openstack-meeting06:35
*** afazekas has quit IRC06:36
*** tobi1 has joined #openstack-meeting06:37
*** _nadya_ has quit IRC06:40
*** yfried__ has joined #openstack-meeting06:44
*** cody-somerville has joined #openstack-meeting06:45
*** nwidell has joined #openstack-meeting06:45
*** ildikov_ has joined #openstack-meeting06:46
*** jcoufal has joined #openstack-meeting06:46
*** ramishra has joined #openstack-meeting06:47
*** idegtiarov has joined #openstack-meeting06:48
*** ildikov has quit IRC06:48
*** chandan_kumar has quit IRC06:49
*** Sukhdev has quit IRC06:49
*** slong_ has quit IRC06:50
*** ivanzhu has quit IRC06:50
*** Fdot has joined #openstack-meeting06:53
*** chandan_kumar has joined #openstack-meeting06:56
*** cody-somerville has quit IRC06:56
*** mattgriffin has quit IRC06:56
*** MaxV has joined #openstack-meeting06:57
*** nshaikh has joined #openstack-meeting06:57
*** salimionnet has joined #openstack-meeting06:57
*** IlyaE has quit IRC06:58
*** beyounn has joined #openstack-meeting07:00
*** afazekas has joined #openstack-meeting07:01
*** manslaughter is now known as mrda_away07:01
*** salimionnet has left #openstack-meeting07:01
*** lsmola has joined #openstack-meeting07:02
*** nati_ueno has quit IRC07:02
*** jlibosva has joined #openstack-meeting07:04
*** SettleDown is now known as asettlke07:04
*** asettlke is now known as asettle07:04
*** ttrifonov_zZzz is now known as ttrifonov07:08
*** IlyaE has joined #openstack-meeting07:10
*** jtomasek has joined #openstack-meeting07:13
*** haomaiwang has quit IRC07:14
*** haomaiwang has joined #openstack-meeting07:14
*** tnurlygayanov has quit IRC07:16
*** tnurlygayanov has joined #openstack-meeting07:17
*** deepakcs has quit IRC07:17
*** deepakcs has joined #openstack-meeting07:18
*** Michalik- has quit IRC07:18
*** IlyaE has quit IRC07:18
*** jgallard has joined #openstack-meeting07:24
*** tomoe_ has quit IRC07:25
*** tomoe_ has joined #openstack-meeting07:25
*** tomoe_ has quit IRC07:27
*** jgallard has quit IRC07:28
*** tomoe_ has joined #openstack-meeting07:28
*** jgallard has joined #openstack-meeting07:28
*** mspreitz has joined #openstack-meeting07:29
*** nati_ueno has joined #openstack-meeting07:30
*** mspreitz has quit IRC07:30
*** marcoemorais1 has quit IRC07:31
*** blamar has quit IRC07:31
*** Michalik- has joined #openstack-meeting07:32
*** matsuhashi has quit IRC07:35
*** matsuhashi has joined #openstack-meeting07:35
*** ndipanov has joined #openstack-meeting07:37
*** eguz has quit IRC07:39
*** flaper87|afk is now known as flaper8707:40
*** markwash has joined #openstack-meeting07:42
*** I159 has joined #openstack-meeting07:46
*** I159_ has joined #openstack-meeting07:46
*** egallen has joined #openstack-meeting07:46
*** nacim has joined #openstack-meeting07:47
*** ygbo has joined #openstack-meeting07:48
*** sdake_ has quit IRC07:58
*** beyounn has quit IRC08:03
*** safchain has joined #openstack-meeting08:08
*** vjay has quit IRC08:11
*** derekh has joined #openstack-meeting08:12
*** reed has joined #openstack-meeting08:12
*** marekd|away is now known as marekd08:13
*** lijli has quit IRC08:15
*** pradipta is now known as pradipta_away08:19
*** pradipta_away is now known as pradipta08:19
*** julienvey has joined #openstack-meeting08:22
*** matsuhas_ has joined #openstack-meeting08:25
*** matsuhashi has quit IRC08:25
*** nwidell has quit IRC08:34
*** ildikov has joined #openstack-meeting08:35
*** ildikov_ has quit IRC08:37
*** nwidell has joined #openstack-meeting08:38
*** yamamoto_ has joined #openstack-meeting08:40
*** gcb has quit IRC08:43
*** ygbo has quit IRC08:43
*** zns has quit IRC08:46
*** pradipta is now known as pradipta_away08:47
*** haomaiw__ has joined #openstack-meeting08:48
*** ygbo has joined #openstack-meeting08:48
*** pradipta_away is now known as pradipta08:49
*** tomoe_ has quit IRC08:51
*** haomaiwang has quit IRC08:52
*** tomoe_ has joined #openstack-meeting08:52
*** matrohon has quit IRC08:52
*** gcb has joined #openstack-meeting08:55
*** tomoe_ has quit IRC08:56
*** ygbo has quit IRC08:56
*** morganfainberg is now known as morganfainberg_Z08:57
*** marcoemorais has joined #openstack-meeting08:58
*** nati_ueno has quit IRC08:59
*** marcoemorais1 has joined #openstack-meeting09:00
*** marcoemorais has quit IRC09:00
*** marcoemorais1 has quit IRC09:04
*** ramishra has quit IRC09:09
*** ygbo has joined #openstack-meeting09:09
*** chandan_kumar has quit IRC09:10
*** chandan_kumar has joined #openstack-meeting09:15
*** ccorrigan has joined #openstack-meeting09:16
*** nijaba has joined #openstack-meeting09:21
*** nijaba has quit IRC09:21
*** nijaba has joined #openstack-meeting09:21
*** noslzzp has joined #openstack-meeting09:22
*** lanabanana is now known as loquacity09:24
*** loquacity is now known as loquacities09:25
*** saschpe has quit IRC09:27
*** saschpe has joined #openstack-meeting09:29
*** jaypipes has quit IRC09:35
*** overlayer has joined #openstack-meeting09:37
*** tobi1 has quit IRC09:39
*** yamamoto_ has quit IRC09:44
*** saju_m has quit IRC09:45
*** jtomasek has quit IRC09:45
*** chandan_kumar has quit IRC09:47
*** jaypipes has joined #openstack-meeting09:48
*** reed has quit IRC09:49
*** vjay has joined #openstack-meeting09:50
*** ominakov has joined #openstack-meeting09:50
*** jtomasek has joined #openstack-meeting09:51
*** noslzzp has quit IRC09:51
*** che-arne has joined #openstack-meeting09:53
*** nwidell has quit IRC09:55
*** SridharG has quit IRC09:56
*** ujuc has quit IRC09:57
*** marcoemorais has joined #openstack-meeting10:01
*** saju_m has joined #openstack-meeting10:02
*** nosnos has quit IRC10:03
*** matsuhas_ has quit IRC10:04
*** marcoemorais has quit IRC10:06
*** markwash has quit IRC10:06
*** tobi1 has joined #openstack-meeting10:08
*** jgallard has quit IRC10:09
*** marcoemorais has joined #openstack-meeting10:09
*** schwicht has joined #openstack-meeting10:10
*** marcoemorais has quit IRC10:13
*** epico has quit IRC10:17
*** Macaveli has quit IRC10:23
*** nwidell has joined #openstack-meeting10:25
*** saju_m has quit IRC10:25
*** boh_ricky has joined #openstack-meeting10:29
*** chandan_kumar has joined #openstack-meeting10:29
*** boh_ricky has quit IRC10:30
*** ramishra has joined #openstack-meeting10:43
*** fifieldt has quit IRC10:47
*** Macaveli has joined #openstack-meeting10:48
*** Macaveli has quit IRC10:49
*** Macaveli has joined #openstack-meeting10:49
*** alexpilotti has joined #openstack-meeting10:56
*** yamahata has quit IRC10:57
*** ccorrigan has quit IRC10:57
*** ccorrigan has joined #openstack-meeting10:58
*** reed has joined #openstack-meeting11:01
*** paragan has quit IRC11:06
*** jhenner has joined #openstack-meeting11:09
*** ramishra has quit IRC11:10
*** marcoemorais has joined #openstack-meeting11:10
*** ramishra has joined #openstack-meeting11:10
*** marcoemorais has quit IRC11:11
*** marcoemorais has joined #openstack-meeting11:12
*** ramishra has quit IRC11:14
*** marcoemorais has quit IRC11:16
*** jhenner has quit IRC11:18
*** Longgeek_ has quit IRC11:19
*** jhenner has joined #openstack-meeting11:20
*** pradipta is now known as pradipta_away11:20
*** banix has joined #openstack-meeting11:23
*** eharney has joined #openstack-meeting11:26
*** belmoreira has joined #openstack-meeting11:28
*** Longgeek has joined #openstack-meeting11:28
*** tedross has joined #openstack-meeting11:29
*** ramishra has joined #openstack-meeting11:34
*** xianghui has quit IRC11:36
*** xianghui has joined #openstack-meeting11:37
*** banix has quit IRC11:38
*** chandan_kumar has quit IRC11:41
*** slagle has quit IRC11:41
*** slagle has joined #openstack-meeting11:42
*** coolsvap is now known as coolsvap|afk11:47
*** mwagner_lap has quit IRC11:50
*** xianghui has quit IRC11:53
*** chandan_kumar has joined #openstack-meeting11:54
*** yaguang has quit IRC11:56
*** beagles has joined #openstack-meeting11:56
*** beagles is now known as seagulls11:56
*** dims has joined #openstack-meeting12:01
*** dkranz has quit IRC12:02
*** Michalik- has quit IRC12:04
*** ramishra_ has joined #openstack-meeting12:05
*** ramishra has quit IRC12:06
*** Longgeek has quit IRC12:08
*** Longgeek has joined #openstack-meeting12:10
*** marcoemorais has joined #openstack-meeting12:12
*** pdmars has joined #openstack-meeting12:13
*** ramishra_ has quit IRC12:14
*** reed has quit IRC12:14
*** pdmars has quit IRC12:14
*** pdmars has joined #openstack-meeting12:15
*** marcoemorais has quit IRC12:17
*** pdmars has quit IRC12:20
*** vkmc has joined #openstack-meeting12:20
*** samcdona_ has joined #openstack-meeting12:21
*** dkehn_ has joined #openstack-meeting12:22
*** davidlenwell_ has joined #openstack-meeting12:22
*** zbitter has joined #openstack-meeting12:23
*** rahmu_ has joined #openstack-meeting12:24
*** pdmars has joined #openstack-meeting12:24
*** samcdona has quit IRC12:24
*** rahmu has quit IRC12:24
*** jmh___ro has joined #openstack-meeting12:24
*** dkehnx has quit IRC12:24
*** davidlenwell has quit IRC12:24
*** zaneb has quit IRC12:24
*** jmh__ro has quit IRC12:24
*** rahmu_ is now known as rahmu12:24
*** samcdona_ is now known as samcdona12:24
*** jgallard has joined #openstack-meeting12:25
*** aysyd has joined #openstack-meeting12:30
*** mrunge has quit IRC12:31
*** dkranz has joined #openstack-meeting12:31
*** dburmistrov_ has joined #openstack-meeting12:31
*** lukego has joined #openstack-meeting12:32
*** rand738 has quit IRC12:34
*** rand738 has joined #openstack-meeting12:34
*** blamar has joined #openstack-meeting12:34
*** dcramer_ has quit IRC12:35
*** nwidell has quit IRC12:39
*** lblanchard has joined #openstack-meeting12:41
*** tobi1 has quit IRC12:42
*** rdxc has joined #openstack-meeting12:42
*** nwidell has joined #openstack-meeting12:43
*** deepakcs has quit IRC12:44
*** radez_g0n3 is now known as radez12:45
*** adalbas has joined #openstack-meeting12:45
*** thuc has joined #openstack-meeting12:52
*** thuc_ has joined #openstack-meeting12:52
*** dprince has joined #openstack-meeting12:53
*** weshay has joined #openstack-meeting12:53
*** thuc has quit IRC12:56
*** mwagner_lap has joined #openstack-meeting12:58
*** ndipanov has quit IRC12:58
*** tobi1 has joined #openstack-meeting12:59
*** rfolco has joined #openstack-meeting12:59
*** jmh_ has joined #openstack-meeting12:59
*** arbylee has joined #openstack-meeting12:59
*** dkranz has quit IRC13:02
*** jecarey has quit IRC13:03
*** dkranz has joined #openstack-meeting13:03
*** vjay has quit IRC13:03
*** david-lyle has joined #openstack-meeting13:04
*** ramishra has joined #openstack-meeting13:04
*** adalbas has quit IRC13:04
*** ildikov_ has joined #openstack-meeting13:04
*** tomoe_ has joined #openstack-meeting13:04
*** ndipanov has joined #openstack-meeting13:05
*** zhikunliu has joined #openstack-meeting13:05
*** idegtiarov has quit IRC13:06
*** ildikov has quit IRC13:07
*** idegtiarov has joined #openstack-meeting13:07
*** zehicle_at_dell has quit IRC13:07
*** tomoe_ has quit IRC13:08
*** tomoe_ has joined #openstack-meeting13:08
*** prad_ has joined #openstack-meeting13:10
*** ameade has joined #openstack-meeting13:11
*** marcoemorais has joined #openstack-meeting13:13
*** dkehn_ is now known as dkehnx13:15
*** adalbas has joined #openstack-meeting13:17
*** boh_ricky has joined #openstack-meeting13:17
*** prad_ has quit IRC13:18
*** Michalik- has joined #openstack-meeting13:18
*** marcoemorais has quit IRC13:18
*** arbylee has quit IRC13:19
*** arbylee has joined #openstack-meeting13:20
*** jecarey_ has joined #openstack-meeting13:21
*** boh_ricky has quit IRC13:25
*** vjay has joined #openstack-meeting13:28
*** ramishra has quit IRC13:28
*** zehicle_at_dell has joined #openstack-meeting13:29
*** prad_ has joined #openstack-meeting13:29
*** tomoe_ has quit IRC13:30
*** tomoe_ has joined #openstack-meeting13:30
*** prad_ has quit IRC13:31
*** prad_ has joined #openstack-meeting13:32
*** gcb_ has joined #openstack-meeting13:33
*** arbylee has quit IRC13:33
*** tomoe_ has quit IRC13:35
*** reed has joined #openstack-meeting13:35
*** thuc has joined #openstack-meeting13:38
*** markmcclain has joined #openstack-meeting13:40
*** vkmc has quit IRC13:40
*** thuc_ has quit IRC13:41
*** dkranz has quit IRC13:42
*** thuc has quit IRC13:43
*** alaski is now known as lascii13:45
*** ivasev has joined #openstack-meeting13:46
*** dcramer_ has joined #openstack-meeting13:49
*** neelashah has joined #openstack-meeting13:52
*** thangp has joined #openstack-meeting13:55
*** stevemar has joined #openstack-meeting13:57
*** topol has joined #openstack-meeting13:59
*** IlyaE has joined #openstack-meeting14:00
*** sreshetnyak has joined #openstack-meeting14:00
*** ramishra has joined #openstack-meeting14:00
*** vijendar has joined #openstack-meeting14:00
*** dkranz has joined #openstack-meeting14:00
*** thuc has joined #openstack-meeting14:01
*** thuc has quit IRC14:02
*** ygbo has quit IRC14:02
*** thuc has joined #openstack-meeting14:02
*** jcoufal has quit IRC14:03
*** nacim has quit IRC14:03
*** nacim has joined #openstack-meeting14:04
*** fnaval has joined #openstack-meeting14:04
*** ramishra has quit IRC14:05
*** dansmith is now known as superdan14:05
*** balajiiyer has joined #openstack-meeting14:05
*** yamahata has joined #openstack-meeting14:06
*** russellb is now known as rustlebee14:07
*** eharney has quit IRC14:08
*** Michalik- has quit IRC14:08
*** eharney has joined #openstack-meeting14:10
*** coreywright_ is now known as coreywright14:10
*** mattgriffin has joined #openstack-meeting14:10
*** ramishra has joined #openstack-meeting14:10
*** overlayer has quit IRC14:11
*** balajiiyer has left #openstack-meeting14:11
*** nshaikh has quit IRC14:11
*** haleyb has joined #openstack-meeting14:12
*** schwicke has joined #openstack-meeting14:13
*** marcoemorais has joined #openstack-meeting14:14
*** armax has joined #openstack-meeting14:15
*** gcb_ has quit IRC14:15
*** ndipanov has quit IRC14:16
*** jaypipes is now known as leakypipes14:17
*** ndipanov has joined #openstack-meeting14:17
*** ndipanov is now known as engeepanoff14:17
*** ygbo has joined #openstack-meeting14:17
*** marcoemorais has quit IRC14:18
*** thuc has quit IRC14:19
*** thuc has joined #openstack-meeting14:20
*** david-lyle has quit IRC14:20
*** gcb_ has joined #openstack-meeting14:20
*** reed has quit IRC14:22
*** ramishra has quit IRC14:23
*** spzala has joined #openstack-meeting14:23
*** kevinconway has joined #openstack-meeting14:24
*** aysyd has quit IRC14:24
*** thuc has quit IRC14:24
*** gcb_ has quit IRC14:25
*** dburmistrov_ has quit IRC14:25
*** marun has joined #openstack-meeting14:26
*** kevinconway has quit IRC14:26
*** miarmak_ has joined #openstack-meeting14:27
*** I159_ has quit IRC14:27
*** idegtiarov has quit IRC14:27
*** carl_baldwin has joined #openstack-meeting14:27
*** miarmak has quit IRC14:28
*** bogdando has quit IRC14:28
*** bogdando has joined #openstack-meeting14:28
*** idegtiarov has joined #openstack-meeting14:28
*** asettle has quit IRC14:29
*** I159_ has joined #openstack-meeting14:30
*** chandan_kumar has quit IRC14:31
*** nelsnelson has joined #openstack-meeting14:31
*** Sajeesh has joined #openstack-meeting14:32
*** vkmc has joined #openstack-meeting14:32
*** carl_baldwin has quit IRC14:34
*** tobi1 has left #openstack-meeting14:38
*** mtanino has joined #openstack-meeting14:39
*** fnaval has quit IRC14:43
*** thuc has joined #openstack-meeting14:44
*** termie is now known as termeye14:44
*** thuc_ has joined #openstack-meeting14:45
*** david-lyle has joined #openstack-meeting14:47
*** thuc has quit IRC14:48
*** noslzzp has joined #openstack-meeting14:48
*** VINOD_ has joined #openstack-meeting14:50
*** marun has quit IRC14:50
*** idegtiarov has quit IRC14:50
*** belmoreira has quit IRC14:51
*** tomoe_ has joined #openstack-meeting14:51
*** vhoward has joined #openstack-meeting14:51
*** thedodd has joined #openstack-meeting14:52
*** marun has joined #openstack-meeting14:53
*** MaxV has quit IRC14:57
*** pafuent has joined #openstack-meeting14:58
*** adalbas has quit IRC14:58
*** csd has joined #openstack-meeting14:58
*** carl_baldwin has joined #openstack-meeting14:58
*** erecio has joined #openstack-meeting14:59
*** rbrady has left #openstack-meeting14:59
DinaBelova#startmeeting climate15:00
openstackMeeting started Fri Apr 11 15:00:04 2014 UTC and is due to finish in 60 minutes.  The chair is DinaBelova. Information about MeetBot at http://wiki.debian.org/MeetBot.15:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:00
*** openstack changes topic to " (Meeting topic: climate)"15:00
openstackThe meeting name has been set to 'climate'15:00
DinaBelovacmart, f_rossigneux, pafuent, scroiset, tomek_adamczewsk - you here? :)15:00
DinaBelovafo-o-olks)15:01
*** Fdot has quit IRC15:01
*** cmart has joined #openstack-meeting15:01
cmartI'm here!15:01
DinaBelovacmart, o/15:01
DinaBelovadon't you know - will we be alone today? ;)15:01
cmarto_O15:02
DinaBelovaI simply see no other reaction)15:02
cmartwhat is going on??15:02
DinaBelovafrom other guys)15:02
schwickeI'm here as well15:02
cmartlet me chat pablo15:02
*** Fdot has joined #openstack-meeting15:02
DinaBelovaschwicke, sorry - did not see you before on our meetings)15:02
cmartDinaBelova, pafuent got disconnected..15:02
DinaBelovaokay15:02
schwicketrue15:03
cmarthe'll be here soon15:03
DinaBelovawe'll wait Pablo and start)15:03
*** zbitter is now known as zaneb15:03
VINOD_hi15:03
pafuento/15:03
*** pafuent has quit IRC15:03
schwickeI think we have a time zone shifting issue15:03
DinaBelovaoh15:03
VINOD_Is it the metting about the Hierarchical Multitenancy15:03
*** pafuent has joined #openstack-meeting15:03
DinaBelovahm15:03
DinaBelovastrange15:03
*** zehicle_at_dell has quit IRC15:04
pafuento/ (connection problems)15:04
DinaBelovawhat time UTC is now?15:04
scroiseto/15:04
cmart3 PM?15:04
*** Fdot has quit IRC15:04
VINOD_yes 3 pm15:04
DinaBelovahttps://wiki.openstack.org/wiki/Meetings/Climate - 3PM is Climate meeting15:04
VINOD_ok, sorry15:04
DinaBelovaam I wrong?15:04
DinaBelovahttps://wiki.openstack.org/wiki/Meetings#Climate_.28Reservations.29_team_meeting - still 3PM15:05
schwickenope I think you are right15:05
DinaBelovaokay, so I'll continue Climate meeting if so)15:05
DinaBelovapafuent, cmart - you still here?15:05
schwickesorry for the noise15:05
cmartyes!15:05
pafuentYes15:05
pafuent...15:05
cmartschwicke, no problem!15:06
pafuent:-D15:06
DinaBelovaokay)15:06
DinaBelovaso today's agenda is15:06
DinaBelova#link https://wiki.openstack.org/wiki/Meetings/Climate15:06
*** MaxV has joined #openstack-meeting15:06
DinaBelova#topic Action items from the last meeting + reviews queries15:06
*** openstack changes topic to "Action items from the last meeting + reviews queries (Meeting topic: climate)"15:06
*** I159_ has quit IRC15:06
*** I159 has quit IRC15:06
DinaBelova#link http://eavesdrop.openstack.org/meetings/climate/2014/climate.2014-04-04-15.01.html15:06
DinaBelovaokay15:06
DinaBelovaso as usually, let's start with the action items15:07
*** jprovazn is now known as jprovazn_afk15:07
DinaBelovaas for my points15:07
*** MaxV has quit IRC15:07
DinaBelova1/ we definately need to coordinate with Barbican folks while gerrit maintenance15:07
*** fnaval has joined #openstack-meeting15:08
*** vjay has quit IRC15:08
DinaBelova2/ No answer from foundation about new name availability 0_015:08
DinaBelovaalthough I pinged directly Lauren15:08
*** ttrifonov is now known as ttrifonov_zZzz15:08
DinaBelovaso I'll try to find her asap...15:08
DinaBelovaso this action item still on me15:08
*** I159 has joined #openstack-meeting15:08
*** tsekiyama has joined #openstack-meeting15:08
*** I159_ has joined #openstack-meeting15:08
DinaBelova#action DinaBelova ping foundation about new name search status15:08
DinaBelovaand also we have pack of etherpads related action items15:09
DinaBelovafor all of us15:09
DinaBelovasadly, I see no bauzas here :(15:09
DinaBelovaSo we can't discuss https://etherpad.openstack.org/p/climate-resource-allocation-framework15:09
DinaBelovaas for the https://etherpad.openstack.org/p/climate-bp-basic-volume-plugin15:10
*** aysyd has joined #openstack-meeting15:10
DinaBelovaas far as I remember, it was Cristian's BP and overall idea15:10
DinaBelovahe's on vacation, afaik15:10
pafuentYes15:10
*** adalbas has joined #openstack-meeting15:10
DinaBelovaand I'm really sorry, but I had not so much opportunity to take a look on https://etherpad.openstack.org/p/climate-standby-modes15:11
DinaBelovapafuent, I guess you've looked on it?15:11
pafuentYes15:11
*** ipbabble has quit IRC15:11
cmartme too..15:11
pafuentI added two comments15:11
DinaBelovaokay, folks..15:11
DinaBelovaas Francois forgot about us, I feel a little lost here)15:12
cmartif I remember correctly, Cristian's main concern was around the volume start..15:12
*** kevinconway has joined #openstack-meeting15:12
DinaBelovayes, and this question might be really connected with Sylvain's etherpad15:12
*** vhoward has left #openstack-meeting15:12
DinaBelovaas it'll provide new way of resource behaviour here15:12
cmartagree15:12
DinaBelovaso Cristian & Sylvain need to coordinate here15:13
*** mrmartin has joined #openstack-meeting15:13
*** schwicke has quit IRC15:13
DinaBelova#info https://etherpad.openstack.org/p/climate-resource-allocation-framework and https://etherpad.openstack.org/p/climate-bp-basic-volume-plugin - quite connected BPs15:13
cmartand they're busy guys.. :S15:13
DinaBelovaokay15:13
DinaBelova:(15:13
DinaBelovawell, I guess yes :(15:13
*** noslzzp has quit IRC15:13
pafuentSorry to ask, but: Will Sylvain implement something related to that etherpad?15:13
*** cjellick has joined #openstack-meeting15:14
DinaBelovapafuent, really good question!15:14
DinaBelovaas he really wanted to15:14
DinaBelovabut now...15:14
DinaBelovaas he has new focus on the nova..15:14
scroisetpafuent: I know he's working on gantt ..15:14
scroisetand nova ..15:14
*** Sajeesh has quit IRC15:14
DinaBelovascroiset, o/15:14
pafuentOk15:15
*** tomoe_ has quit IRC15:15
DinaBelova#action bauzas should say if he'll work on https://etherpad.openstack.org/p/climate-resource-allocation-framework15:15
scroisetsorry guys, I hadn't take a look on all etherpads ..15:15
DinaBelovawe'll understand this before next meeting15:15
DinaBelovascroiset, np15:15
DinaBelovaso15:15
scroisetregive me an action .. I'll do it next week15:15
*** tomoe_ has joined #openstack-meeting15:15
DinaBelova#action scroiset - take a look on https://etherpad.openstack.org/p/climate-resource-allocation-framework https://etherpad.openstack.org/p/climate-bp-basic-volume-plugin https://etherpad.openstack.org/p/climate-standby-modes15:16
DinaBelova;)15:16
cmartthat's the spirit! :)15:16
DinaBelovacmart, +115:16
DinaBelovaokay15:16
scroiset:)15:16
DinaBelovanext topic)15:16
DinaBelova#topic Summit session status15:16
*** openstack changes topic to "Summit session status (Meeting topic: climate)"15:16
DinaBelovaas for the summit session15:17
DinaBelovaI got that it won't be cross-project one15:17
*** vhoward has joined #openstack-meeting15:17
DinaBelovaas there are not so many slots, and lots topics (more important ones) to be discussed there15:17
DinaBelovabut15:17
DinaBelovawe'll 98% have "other projects" session15:17
*** noslzzp has joined #openstack-meeting15:18
DinaBelovawhere we'll discuss everything we want to with interested in folks)15:18
DinaBelovaso that were the news I wanted to share15:18
DinaBelovadoes someone here knows smth else?15:18
DinaBelovaabout this moment?15:18
pafuentSorry but I didn't get the "we'll 98% have "other projects" session"15:19
cmarthmm.. not from my side15:19
DinaBelovathere are different threads15:19
DinaBelovaon summit15:19
DinaBelovawith different topics15:19
DinaBelovaI mean overall area15:19
DinaBelovaone moment15:19
*** thuc_ has quit IRC15:20
DinaBelovahttps://wiki.openstack.org/wiki/Summit/Juno#Topics15:20
*** tomoe_ has quit IRC15:20
DinaBelovaand there are not only "Official programs" topics there15:20
*** thuc has joined #openstack-meeting15:20
DinaBelovabut also "Cross-project workshops" and "Other projects"15:20
DinaBelovafirst time TC suggested for me to create a request to have cross-project one15:21
DinaBelovabut currently they are deciding what sessions to choose15:21
scroisetso seems this one will be scheduled : http://summit.openstack.org/cfp/details/14215:21
scroisetiiuc15:21
*** otherwiseguy has joined #openstack-meeting15:21
DinaBelovascroiset, yes15:21
DinaBelovawe'll see, but anyway15:22
DinaBelovaso TC is thinking now to move our discussion from http://summit.openstack.org/cfp/details/45 to the http://summit.openstack.org/cfp/details/14215:22
DinaBelovawe'll know for sure next week15:22
DinaBelovawhere and how we'll discuss everything interesting for us15:23
DinaBelovapafuent, cmart - is it clearer now?15:23
pafuentYes15:23
DinaBelovaokay, great)15:23
*** luis_fdez has left #openstack-meeting15:23
* DinaBelova moving further15:23
cmartyeahh15:24
DinaBelova#topic Unassigned bugs and BPs15:24
*** openstack changes topic to "Unassigned bugs and BPs (Meeting topic: climate)"15:24
DinaBelovaand I've got lots of nice things to be done)15:24
cmartyes15:24
DinaBelovaI mean LOTS15:24
DinaBelova:)15:24
DinaBelovapafuent, you found many bugs, btw15:24
DinaBelovagreat job!15:24
pafuentThanks15:24
*** banix has joined #openstack-meeting15:25
DinaBelovaand now I simply want to, well, somehow assign at least some of them15:25
*** thuc has quit IRC15:25
cmartnow.. it's time to fix them, pablo... :p15:25
pafuenthahaha15:25
pafuentYeah15:25
DinaBelova#info https://review.openstack.org/#/c/82192/ - we need to restore it, when Cristian will be back15:25
cmartI can take all the bugs I found.. but I'm trying to end the tempest scenario test15:25
pafuentBut I won't to be greedy15:25
DinaBelovaone moment15:26
DinaBelovalet me publish here all things I wanted to mention15:26
cmartOK15:26
DinaBelovathese are unassigned bugs/BPs15:26
*** VINOD_ has quit IRC15:26
DinaBelovahttps://blueprints.launchpad.net/climate/+spec/create-plugin-api-endpoint15:26
DinaBelovahttps://blueprints.launchpad.net/climate/+spec/before-end-notification-crud15:26
DinaBelovahttps://bugs.launchpad.net/climate/+bug/130662215:26
DinaBelovahttps://bugs.launchpad.net/climate/+bug/130623415:26
DinaBelovahttps://bugs.launchpad.net/climate/+bug/130514915:26
DinaBelovahttps://bugs.launchpad.net/climate/+bug/130512915:26
uvirtbotLaunchpad bug 1306622 in climate "Climate V2 API returns tenant_id with dashes" [Low,Confirmed]15:26
uvirtbotLaunchpad bug 1306234 in climate "Climate Client doesn't gracefully handle unsupported API versions" [Medium,Confirmed]15:26
uvirtbotLaunchpad bug 1305149 in climate "Could not delete lease when associated resource is missing" [Medium,Confirmed]15:26
uvirtbotLaunchpad bug 1305129 in climate "Prolong-for option for lease-update doesn't accept negative values" [Medium,Triaged]15:26
pafuentPASTE BOMB15:26
*** zul has quit IRC15:26
DinaBelovaand here are things that are assigned, but untouched.... so we need to reassign them15:26
DinaBelovahttps://bugs.launchpad.net/climate/+bug/125510615:26
DinaBelovahttps://review.openstack.org/#/c/73574/15:26
DinaBelovahttps://blueprints.launchpad.net/climate/+spec/lease-state15:26
uvirtbotLaunchpad bug 1255106 in climate "API unittests coverage is unsufficient" [Medium,Confirmed]15:27
DinaBelovapafuent, yes)15:27
DinaBelovacmart, let me find reported by you15:27
DinaBelovaand I'll assign them to you15:27
cmartOK thanks15:27
*** eharney has quit IRC15:28
*** ramishra has joined #openstack-meeting15:28
DinaBelovadone15:28
*** skraynev is now known as skraynev_afk15:28
*** csd has quit IRC15:29
*** SumitNaiksatam has quit IRC15:29
DinaBelovaso we have also two things found by Pablo)15:29
*** david-lyle has quit IRC15:29
*** markmcclain has quit IRC15:29
DinaBelovapafuent, will you fix this one? https://bugs.launchpad.net/climate/+bug/130662215:29
uvirtbotLaunchpad bug 1306622 in climate "Climate V2 API returns tenant_id with dashes" [Low,Confirmed]15:29
*** csd has joined #openstack-meeting15:29
pafuentYes15:29
*** zhikunliu has quit IRC15:29
*** nwidell has quit IRC15:29
DinaBelovathis one I've picked for myself https://bugs.launchpad.net/climate/+bug/130623415:29
uvirtbotLaunchpad bug 1306234 in climate "Climate Client doesn't gracefully handle unsupported API versions" [Medium,Confirmed]15:29
DinaBelovaokay15:29
DinaBelovacool!15:30
DinaBelovaokay15:30
pafuentThe debug info for that bug is amazing15:30
*** balajiiyer has joined #openstack-meeting15:30
DinaBelova;)15:30
*** zul has joined #openstack-meeting15:30
pafuentu'v2'15:30
pafuent:)15:30
DinaBelovaas for the BPs that we can work on15:30
DinaBelovabefore summit15:30
*** balajiiyer has left #openstack-meeting15:30
DinaBelovahttps://blueprints.launchpad.net/climate/+spec/create-plugin-api-endpoint and https://blueprints.launchpad.net/climate/+spec/before-end-notification-crud15:30
DinaBelovafolks, don't you know if Critian or Diego will work on them?15:31
cmartI don't think so..15:31
DinaBelovaokay, will they take part in Climate further?15:32
cmartas far as I know, they will be busy with other stuff...15:32
DinaBelovaokay15:32
cmartrelated to the 2nd question15:32
DinaBelovaokay15:32
cmartI think that Cristian will, but I'm not sure about Diego..15:32
DinaBelovacmart, gotcha15:32
cmartI could ask them and let you know..15:32
DinaBelovacmart, will be cool15:32
*** dpamio has joined #openstack-meeting15:33
pafuentDiego is about to join15:33
DinaBelovadpamio, o/15:33
dpamioHi everybody…15:33
DinaBelovahello15:33
dpamiosorry, I missed the first half of the meeting.15:33
DinaBelovadpamio, I just wanted to ask you if you'll continue working on Climate15:33
dpamioI´ll be out of town (and Climate) the next two weeks.15:33
DinaBelovaI mean I lost you a little bit)15:33
DinaBelovaokay, got it15:34
DinaBelovabut will you join us later?15:34
*** Longgeek has quit IRC15:34
*** whenry has joined #openstack-meeting15:34
DinaBelovaif you're not sure you may say so)))15:34
dpamioI’m not sure what would happen then (I assume I’ll return to Climate), as the second week will be to work on a  PoC on a different subject.15:35
*** erecio has quit IRC15:35
dpamio^workING15:35
*** schwicke has joined #openstack-meeting15:35
DinaBelovaokay15:35
DinaBelovathanks15:35
DinaBelovaI picked https://blueprints.launchpad.net/climate/+spec/create-plugin-api-endpoint for me15:35
dpamioI’ll say 70% chances that I keep working in Climate15:35
DinaBelovaand I got https://blueprints.launchpad.net/climate/+spec/before-end-notification-crud unassigned)15:35
DinaBelovaI want to see hand up)))15:35
*** david-lyle has joined #openstack-meeting15:36
DinaBelovadpamio, thanks! it'll be cool)15:36
cmartmE! o/15:36
DinaBelova:*15:36
DinaBelovaokay15:36
DinaBelovawill pick you now15:36
DinaBelovadone15:36
*** noslzzp has quit IRC15:37
DinaBelovaokay, and the last moment here is pack of already assigned and lost things)15:37
DinaBelovaI'm about https://bugs.launchpad.net/climate/+bug/1255106 https://review.openstack.org/#/c/73574/ and https://blueprints.launchpad.net/climate/+spec/lease-state15:37
uvirtbotLaunchpad bug 1255106 in climate "API unittests coverage is unsufficient" [Medium,Confirmed]15:37
DinaBelovaas for the https://review.openstack.org/#/c/73574/ - it's almost done, we need just to finish it15:38
pafuentI will take lease-state15:38
DinaBelovapafuent, okay15:38
cmartcool!15:38
DinaBelovapicked you15:38
DinaBelovaand we have two tests related things)15:39
DinaBelovaI guess we may leave them now15:39
DinaBelovaand see what will happen next week - when I'll ping Nick and Francois here15:39
cmartyeah.. we have a lot on our shoulders right now.. :/15:39
DinaBelova;)15:39
*** marcoemorais has joined #openstack-meeting15:39
DinaBelovaokay15:40
cmartjust kidding..15:40
cmartone comment15:40
DinaBelovayes?15:40
cmartnevermind, please continue15:40
DinaBelovaoh, ok15:40
* DinaBelova moving to the next topic15:40
pafuentBTW, we need to start thinking on Tempest tests15:40
*** ramishra has quit IRC15:40
cmartI'm having nightmares with them..15:40
DinaBelova#topic Open discussion15:40
*** openstack changes topic to "Open discussion (Meeting topic: climate)"15:40
cmarthaha15:40
*** noslzzp has joined #openstack-meeting15:40
pafuenthahaha15:40
DinaBelovapafuent, what do you mean about starting thinking?15:40
DinaBelovawe have great cmart working on them)15:41
DinaBelovahe's doing excellent things)15:41
pafuentYes, I know15:41
dpamioor worse, “what do you mean with having nightmares”?15:41
dpamio:P15:41
scroisetcmart nightmares about which test ?15:41
DinaBelovascroiset - about tempest)15:41
pafuentBut after cmart patch we will need a lot of work writing a lot of tests15:42
DinaBelovapafuent, yes, that's so15:42
pafuentfor writing a lot of test15:42
pafuentJust that15:42
*** colinmcnamara has joined #openstack-meeting15:42
cmartscroiset, I'm writing an scenario test and it's getting more time than I expected..15:43
DinaBelovapafuent - won't you mind to register different BPs for different integration tests here?15:43
cmartlot of timeouts and stuff to check..15:43
DinaBelovaI trust you here)15:43
pafuentOk, I'll do that15:43
DinaBelovapafuent, cool)15:43
*** davidhadas_ has joined #openstack-meeting15:43
DinaBelovacmart, well, I really appreciate what you're doing here15:43
cmartI'll submit a patch today EOD..15:43
DinaBelovacmart, cool!15:44
cmartget your "-1's" ready15:44
*** ramishra has joined #openstack-meeting15:44
DinaBelova;)15:44
*** marcoemorais has quit IRC15:44
DinaBelovadon't worry)15:44
DinaBelovawe always have them)15:44
*** vjay has joined #openstack-meeting15:44
DinaBelovaokay15:44
pafuentMe too. I really need a safety net for my patches15:44
cmarthaha :)15:44
DinaBelova;)15:44
cmartone question15:44
DinaBelovado we have other topics to be discussed?15:44
DinaBelovaoh, ok15:44
cmartabout core reviewers..15:44
DinaBelovayes15:44
*** marcoemorais has joined #openstack-meeting15:44
DinaBelovathat's the problem now15:44
cmartI mean, we have four of them.. and we have a lot of stuff to review15:45
cmartAre we sure that we won't have delays with that?15:45
*** sseverson has joined #openstack-meeting15:45
DinaBelovaNick and scroiset are quite busy now... And bauzas is moving his focus from climate slowly, so I'm thinking about having one more core reviewer at least15:45
scroisetDinaBelova +115:46
cmart+1 agree15:46
pafuent+115:46
DinaBelovapafuent - I'm about you - you're working hard on Climate - both for reviews and bugs/bps management15:46
*** davidhadas has quit IRC15:46
pafuent:)15:46
DinaBelovaI love what you're doing, so let's discuss then privately what I want to see from you to become core reviewer)15:47
pafuentOk15:47
DinaBelovaokay15:47
DinaBelovaany other quesiotns?15:47
DinaBelovaquestions*15:47
cmartnot from my side15:47
pafuenthttps://bugs.launchpad.net/climate/+bug/129912215:47
uvirtbotLaunchpad bug 1299122 in climate "Physical Resource plugin doesn't work with PostgreSQL" [Medium,New]15:47
DinaBelovascroiset, may you take a look on this bug?15:47
*** colinmcnamara has quit IRC15:48
DinaBelovaand say 1st or 2nd variant you love more15:48
pafuentOr both15:48
DinaBelovaI've proposed my opinion to pafuent, but I also want other opinion here15:48
DinaBelovapafuent, ;)15:48
scroisetyep15:48
DinaBelovaokay, cool15:48
*** vjay has quit IRC15:48
*** Leonr has joined #openstack-meeting15:48
DinaBelovaany other things here?15:48
pafuenthttps://bugs.launchpad.net/climate/+bug/130443515:48
uvirtbotLaunchpad bug 1304435 in climate "Support query leases for project by the platform admin" [Medium,Confirmed]15:48
DinaBelovait's connected with https://bugs.launchpad.net/climate/+bug/130623115:49
uvirtbotLaunchpad bug 1306231 in climate "Climate V2 API lets a non admin user list all leases" [Medium,Confirmed]15:49
DinaBelovabtw15:49
*** mrmartin has quit IRC15:49
pafuentAre you Ok if I add a query param instead of the bug proposal?15:49
DinaBelovapafuent, sorry, lost your point15:49
DinaBelovamay you explain?15:49
pafuentOne proposal is something like: /project_id/leases to filter by project15:50
pafuentMine is /leases?project_id=blah15:50
pafuentFor the firs one we will need to manage Projects as a resource in Climate15:51
*** cody-somerville has joined #openstack-meeting15:51
*** Sajeesh has joined #openstack-meeting15:51
DinaBelovawell, I guess your proposal is nice15:51
*** marun has quit IRC15:51
DinaBelovamay you publish it to the BP?15:51
*** colinmcnamara has joined #openstack-meeting15:51
pafuentAnd Projects aren't a resource that Climate handle15:51
cmartshouldn't that be considered as bp instead of a bug?15:52
pafuentBP == Bug?15:52
DinaBelovaoh, yes15:52
* DinaBelova trying to find one google drive table where I was thinking about this15:52
DinaBelovait looks like I've lost it15:53
DinaBelova:?15:53
DinaBelovawell, strange15:53
*** fnaval_ has joined #openstack-meeting15:53
*** Leonr has quit IRC15:53
*** Fdot has joined #openstack-meeting15:54
DinaBelovaone more moment15:54
*** Leonr has joined #openstack-meeting15:54
*** thuc has joined #openstack-meeting15:54
DinaBelovahttps://docs.google.com/spreadsheets/d/1teQ9Tta9UafV2j9AlkJwTwQIP4feT4vZSFOOn2-khjA/edit?usp=sharing15:55
DinaBelovapafuent, please take a look on it15:55
*** fnaval has quit IRC15:55
DinaBelovathere is still two variants)15:55
DinaBelovaokay15:55
*** thuc_ has joined #openstack-meeting15:55
pafuentOk, I'll take a look on that15:56
DinaBelovasmth else here?15:56
cmartnope15:56
DinaBelovaokay15:56
pafuentIf we want to get the Tempest..15:56
pafuentthing on Infra...15:56
*** noslzzp has quit IRC15:56
DinaBelovapafuent, don't start speaking like cmart :) with "..."15:56
pafuentWe have contacts to speed up the reviews on that?15:56
cmarthahahaahahahahahahaa15:56
pafuenthahahaha15:57
DinaBelovapafuent, if we'll have changes there15:57
DinaBelovawe can ask Sergey to take a look on them15:57
pafuentOk}15:57
DinaBelovahe's infra core15:57
cmartOK..15:57
*** ityaptin has joined #openstack-meeting15:57
DinaBelovaokay15:57
cmartI'll add him to the review..15:57
*** eghobo has joined #openstack-meeting15:57
DinaBelovahave a nice weekend)15:57
*** eghobo has quit IRC15:57
cmart(I think he is already there)15:57
cmartyou too!15:57
cmartbye15:57
DinaBelova#endmeeting15:58
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"15:58
openstackMeeting ended Fri Apr 11 15:58:02 2014 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:58
pafuentbye15:58
openstackMinutes:        http://eavesdrop.openstack.org/meetings/climate/2014/climate.2014-04-11-15.00.html15:58
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/climate/2014/climate.2014-04-11-15.00.txt15:58
openstackLog:            http://eavesdrop.openstack.org/meetings/climate/2014/climate.2014-04-11-15.00.log.html15:58
*** cmart has left #openstack-meeting15:58
*** pafuent has left #openstack-meeting15:58
*** eghobo has joined #openstack-meeting15:58
*** arnaud__ has joined #openstack-meeting15:59
*** thuc has quit IRC15:59
*** sbalukoff has quit IRC15:59
*** marekd is now known as marekd|away16:00
*** raildo has joined #openstack-meeting16:01
*** safchain has quit IRC16:01
*** nati_ueno has joined #openstack-meeting16:01
*** tellesnobrega has joined #openstack-meeting16:02
*** VINOD has joined #openstack-meeting16:02
*** jlibosva has quit IRC16:03
*** pablosan has joined #openstack-meeting16:04
*** pablosan has quit IRC16:04
*** Mandell has quit IRC16:04
*** pablosan has joined #openstack-meeting16:05
vishyhello16:06
vishy#startmeeting Hierarchical Multitenancy16:06
openstackMeeting started Fri Apr 11 16:06:05 2014 UTC and is due to finish in 60 minutes.  The chair is vishy. Information about MeetBot at http://wiki.debian.org/MeetBot.16:06
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.16:06
*** openstack changes topic to " (Meeting topic: Hierarchical Multitenancy)"16:06
openstackThe meeting name has been set to 'hierarchical_multitenancy'16:06
raildohi16:06
*** dpamio has left #openstack-meeting16:06
tellesnobregahi16:06
schwickehi16:07
Sajeeshhi16:07
VINODhi16:07
vishy#topic role inheritance16:07
*** openstack changes topic to "role inheritance (Meeting topic: Hierarchical Multitenancy)"16:07
vishyraildo: did you make any progress on the role inheritance implementation?16:07
*** gyee has joined #openstack-meeting16:07
*** ygbo has quit IRC16:07
raildovishy: The implementation is ready, but remain some security checks, I will send to the ML as soon as possible16:08
vishycool16:08
schwickevishy: we have a new collaborator: Sajeesh. Vinod is back to india, and Sajeesh is taking over from him16:08
vishydid you end up creating a flag for “inherited”?16:08
*** ramishra has quit IRC16:08
vishyschwicke: ok great, welcome Sajeesh16:08
SajeeshHi Vishy Thanks16:08
*** coreywright has quit IRC16:09
raildovishy: Currently I am checking the roles that are listed as inherited, ie, the user adds the role to be inherited.16:09
schwickeraildo:sounds very good16:09
tellesnobregavishy: im also working on this with raildo, mostly him, but we will have it done soon16:10
raildoI check if this inherited role is associated with the parent project, if it is I add the project child16:11
*** nacim has quit IRC16:12
*** nelsnelson has quit IRC16:12
*** rueb7363 has joined #openstack-meeting16:12
*** david-lyle has quit IRC16:12
*** nelsnelson has joined #openstack-meeting16:12
vishygreat16:13
vishyok I”m not aware of any other active work being done in advance of the summit16:13
*** zns has joined #openstack-meeting16:13
*** mattgriffin is now known as mattgriffin-afk16:14
vishyif anyone hasn’t read the updated http://wiki.openstack.org/HierarchicalMultitenancy16:14
*** zns has quit IRC16:14
vishyI encourage you to do so and bring up any issues16:14
*** tsekiyama has quit IRC16:14
vishyas I mentioned last week we will have a few sessions at the summit to discuss it16:14
*** tkay has joined #openstack-meeting16:14
*** tsekiyama has joined #openstack-meeting16:14
*** zns has joined #openstack-meeting16:14
*** jmontemayor has joined #openstack-meeting16:15
schwickeI think Vinod recently made some improvements on our POC16:15
*** david-lyle has joined #openstack-meeting16:16
schwickeVINOD_: does it make sense to review this and integrate with what raildo did ?16:16
VINOD I can do it.16:17
schwickewould be nice to have the complete thing for the summit16:17
VINODI request raildo to send a link when he completes the testing16:17
*** amotoki_ has joined #openstack-meeting16:17
vishysounds good16:17
vishydoes anyone have anything else to discuss?16:17
raildoVINOD: I will send you as soon as everything is finalized. I believe that early next week.16:17
schwickeExcellent. Let's do that then16:17
VINODI am little confused right now with role inheritance, but i will wait wait till raildo sends me the completed thing16:18
*** jlibosva has joined #openstack-meeting16:18
*** jlibosva has quit IRC16:18
VINODraido: great16:18
VINODraildo: that's fine for me16:18
raildoVINOD: great16:18
schwickeVINOD: Sajeesh can probably help as well16:19
VINODraildo: Will you put up the code only or any documentation will be there (even a brief explanation will do)16:19
SajeeshOk sure16:19
VINODschwicke: OK16:19
raildoVINOD: I will explain how to test the code16:20
VINODraildo: Thanks, that will be great helpful to me16:20
*** Macaveli has quit IRC16:20
vishyok lets adjourn until next week unless anyone has something else16:21
VINODvishy: I don't know whether i can rise this issue or not...We had submitted new blueprints to Gerrit as part of new way of creating blueprints for Domain Quota Management16:21
VINODBut its got stuck there, as reviewers are asking us to give a roadmap for keystone v3 usage for entire nova code16:22
VINODbut we used only for Domain Quota (keystone v3 auth token)...16:22
VINODvishy: If you have some time, can you look into the blueprints..should i post the links now?16:22
*** comstud is now known as bearhands16:22
*** Sukhdev has joined #openstack-meeting16:22
vishyVINOD: we will probably have to get v3 code into nova in order to make this feature happen16:22
vishyso that is an important initial blueprint16:22
vishythe same is true of all projects16:23
vishyas keystone devs have said that this feature won’t go into v216:23
vishyunless they are willing to accept it as an extension16:23
VINODvishy: But as for as i see nova has already code for accepting the v3 token, but the nova api's are not using v3 auth token and i had used it16:24
schwickevishy: anything on our side we can do to speed up things a bit ?16:24
schwickemy understanding of the comments is that some organization of the transition is needed. Right ?16:25
VINODvishy: as schwicke said, we don't know how to proceed further...our code of Domain Quota Management is ready with both V2 APIs and V3 APIs (using keystone v3 token) is ready16:25
*** coreywright has joined #openstack-meeting16:25
*** julienvey has quit IRC16:25
*** harlowja_away is now known as harlowja16:25
*** dkranz has quit IRC16:26
vishythat is correct16:26
vishyif we want to use new features in the v3 token16:26
vishywe probably need a specific blueprint about moving nova over to v316:27
schwickevishy: who should open that ?16:27
*** erecio has joined #openstack-meeting16:27
schwickeand drive this ?16:27
vishyyou can do it if you want16:27
vishyor we can discuss it at the summit16:28
*** colinmcnamara has quit IRC16:28
*** markwash has joined #openstack-meeting16:28
schwickewill check internally how far our mandate goes :)16:28
VINODvishy: what is meant by " moving nova over to v3", because v3 auth token is already being accepted by nova code and i can even extract domain_id from v3 auth token16:28
vishyfyi I’m still advocating for domains not existing in the other projects16:28
*** cody-somerville has quit IRC16:28
*** ominakov has quit IRC16:29
vishyVINOD: i would need to see the comments in the review16:29
VINOD#link https://review.openstack.org/#/c/82088/16:29
vishywhat happens if someone passes a v2 token?16:29
schwickethe move to v3 is indepenend of this I think.16:29
schwickeand its probably needed for nested projects as a prereq16:29
VINODour code of Domain Quota will not work, as it tries to get the domain_id from the token, which is not existing in the v2 token16:30
schwickesure16:30
VINODbut i can change the code and make it accept the v2 also...but i didn't do it, because keystone v2 is any way going to be deprecated16:30
*** engeepanoff has quit IRC16:30
*** nati_ueno has quit IRC16:31
VINODvishy: the link i posted is currently in "abandoned" state (because of no activity in the last week), but we can surely check the comments16:31
vishyVINOD: so i think the request is pretty clear16:31
*** tomoe has joined #openstack-meeting16:31
VINODvishy: ok16:31
vishyhe wants a blueprint covering the v2->v3 transition16:32
vishyVINOD: but as I said i think domain quotas are a bad idea16:32
*** markwash_ has joined #openstack-meeting16:33
schwicke:)16:33
vishy:)16:33
VINODvishy: ok16:33
*** markwash has quit IRC16:33
*** markwash_ is now known as markwash16:33
vishywe are going to end up with two levers for everything16:33
VINODvishy: we did it, because 2-3 montgs back, domain are still a good part of openstack16:33
vishysure16:33
vishyuser quotas may be a bad idea as well :)16:34
VINODvishy: but any way, there is already so much of discussion happened about dropping domains and bringing hierarchical multitenancy, then we can wait till summit and change the code to suit to new hierarchy16:34
*** colinmcnamara has joined #openstack-meeting16:34
vishyright16:34
vishyok16:34
vishyif you want to draft a v2->v3 proposal for nova that seems like a good start16:35
vishyjust to have something up16:35
VINODvishy, schwicke: so, i think we have to stop the quota development (or modification) for time being, and wait for summit and then proceed according to the decision made in the summit16:35
vishyright16:35
schwickehmm, lookslike16:35
*** I159_ has quit IRC16:35
*** I159 has quit IRC16:35
vishyok lets finish up for today16:36
schwickehower, I think it would be a good idea to get the V3 transition forward in the mean time16:36
vishyI will see y’all next week16:36
VINODvishy: This is what confusing me "a draft for v2->v3", does this mean that, drop all the nova v2 code (the api extensions) and change them to v3 extensions?16:36
schwickeI will check internally and let you know in the next meeting16:36
vishyno16:36
vishyfor keystone16:36
vishymoving nova code to use the v3 keystone api16:36
vishyinstead of v216:36
schwickesure.16:37
schwickevishy: will there be a meeting next Friday ?16:37
VINODvishy: ok16:37
vishyyes16:37
schwickeIf I'm not mistaken it is a public holiday (easter weekend)16:37
VINODvishy, schwicke: but i guess its a big task....16:37
vishyyes it is16:37
vishywe will need help16:38
vishy:)16:38
*** Fdot has quit IRC16:38
schwickevishy: for that reason I cannot promise that we'll be able to drive it. I have to check that with some people here :)16:38
VINODvishy: we can definitely provide the help, but we may not be able to do it single handedly16:38
*** dkranz has joined #openstack-meeting16:38
vishyschwicke: hmm we don’t generally take food friday off in the US16:39
vishywell i will be around16:39
schwickeOK, so then lets see next week. I will try to connect if I'm around.16:39
vishythe following week I am out however16:39
schwickeok16:39
vishy#endmeeting16:39
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"16:39
openstackMeeting ended Fri Apr 11 16:39:32 2014 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:39
openstackMinutes:        http://eavesdrop.openstack.org/meetings/hierarchical_multitenancy/2014/hierarchical_multitenancy.2014-04-11-16.06.html16:39
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/hierarchical_multitenancy/2014/hierarchical_multitenancy.2014-04-11-16.06.txt16:39
openstackLog:            http://eavesdrop.openstack.org/meetings/hierarchical_multitenancy/2014/hierarchical_multitenancy.2014-04-11-16.06.log.html16:39
VINODvishy, schwicke: I request you both to look into this, and guide us to take this forward16:39
VINODfor the transition of v2->v316:39
VINODbye all16:40
raildobye16:40
tellesnobregabye16:40
Sajeeshbye16:40
*** tellesnobrega has left #openstack-meeting16:41
*** raildo has left #openstack-meeting16:42
*** Sukhdev has quit IRC16:42
*** VINOD has quit IRC16:43
*** nati_ueno has joined #openstack-meeting16:44
*** afazekas has quit IRC16:46
*** tomoe has quit IRC16:46
*** vjay has joined #openstack-meeting16:47
*** tomoe has joined #openstack-meeting16:47
*** nati_ueno has quit IRC16:48
*** bnemec is now known as beekneemech16:50
*** mattgriffin-afk has quit IRC16:51
*** zns has quit IRC16:51
*** tomoe has quit IRC16:51
*** fnaval_ has quit IRC16:51
*** schwicke has quit IRC16:54
*** pablosan has quit IRC16:55
*** pablosan has joined #openstack-meeting16:55
*** beyounn has joined #openstack-meeting16:57
*** david_lyle_ has joined #openstack-meeting16:57
*** otherwiseguy has quit IRC16:57
*** zns has joined #openstack-meeting16:58
*** zns has quit IRC17:00
*** rdxc has left #openstack-meeting17:00
*** david-lyle has quit IRC17:00
*** sbalukoff has joined #openstack-meeting17:00
*** tiamar has joined #openstack-meeting17:01
*** rbowen has joined #openstack-meeting17:01
*** jdob_ has joined #openstack-meeting17:02
*** david_lyle_ has quit IRC17:02
*** thangp has quit IRC17:02
*** thangp has joined #openstack-meeting17:02
*** jdob has quit IRC17:03
*** dkranz has quit IRC17:04
*** rbowen has quit IRC17:05
*** vkmc has quit IRC17:06
*** Mikhail_D_ltp has joined #openstack-meeting17:06
*** dburmistrov_ has joined #openstack-meeting17:06
*** ssurana has joined #openstack-meeting17:06
*** IlyaE has quit IRC17:09
*** rwsu has quit IRC17:09
*** jdob_ is now known as jdob17:09
*** balajiiyer has joined #openstack-meeting17:11
*** hartsocks has quit IRC17:11
*** jdob has joined #openstack-meeting17:12
*** balajiiyer1 has joined #openstack-meeting17:12
*** reed has joined #openstack-meeting17:13
*** ildikov_ has quit IRC17:13
*** balajiiyer has quit IRC17:13
*** leakypipes has quit IRC17:15
*** jdob_ has joined #openstack-meeting17:16
*** dkranz has joined #openstack-meeting17:16
*** jdob has quit IRC17:16
*** fnaval has joined #openstack-meeting17:16
*** overlayer has joined #openstack-meeting17:16
*** glucas has joined #openstack-meeting17:17
*** balajiiyer1 has quit IRC17:17
*** hartsocks has joined #openstack-meeting17:18
*** comay has joined #openstack-meeting17:18
*** amcrn has joined #openstack-meeting17:19
*** schwicke has joined #openstack-meeting17:21
*** nati_ueno has joined #openstack-meeting17:22
*** SumitNaiksatam has joined #openstack-meeting17:22
*** nati_ueno has quit IRC17:23
*** jgallard has quit IRC17:23
*** nati_ueno has joined #openstack-meeting17:24
*** Mandell has joined #openstack-meeting17:24
*** hartsocks is now known as hartbert17:24
*** IlyaE has joined #openstack-meeting17:27
*** bdpayne has joined #openstack-meeting17:27
*** balajiiyer has joined #openstack-meeting17:29
*** balajiiyer has quit IRC17:29
*** balajiiyer has joined #openstack-meeting17:29
*** morganfainberg_Z is now known as morganfainberg17:30
*** chandan_kumar has joined #openstack-meeting17:35
*** erecio has quit IRC17:38
*** DGraves_ has joined #openstack-meeting17:41
*** Sajeesh has quit IRC17:42
*** jprovazn_afk has quit IRC17:43
*** schwicke has quit IRC17:43
*** garyk has quit IRC17:44
*** hemna has quit IRC17:45
*** arnaud__ has quit IRC17:45
*** hemna has joined #openstack-meeting17:47
*** hemna has quit IRC17:48
*** coreywright is now known as coreywright_17:48
*** colinmcnamara has quit IRC17:48
*** colinmcnamara has joined #openstack-meeting17:50
*** david-lyle has joined #openstack-meeting17:54
*** schwicke has joined #openstack-meeting17:55
*** marun has joined #openstack-meeting17:55
*** garyk has joined #openstack-meeting17:55
*** vkmc has joined #openstack-meeting17:55
*** Sajeesh has joined #openstack-meeting17:56
*** hemna has joined #openstack-meeting17:57
*** colinmcnamara has quit IRC18:00
*** tiamar has left #openstack-meeting18:00
*** esker has joined #openstack-meeting18:03
*** Mandell has quit IRC18:06
*** ominakov has joined #openstack-meeting18:08
*** morganfainberg is now known as morganfainberg_Z18:10
*** mattgriffin has joined #openstack-meeting18:10
*** ominakov has quit IRC18:10
*** jmh_ has quit IRC18:10
*** rbrady has joined #openstack-meeting18:11
*** morganfainberg_Z is now known as morganfainberg18:11
*** rbrady has left #openstack-meeting18:11
*** marcoemorais has quit IRC18:13
*** marcoemorais1 has joined #openstack-meeting18:13
*** Mandell has joined #openstack-meeting18:14
*** ildikov has joined #openstack-meeting18:18
*** arnaud has joined #openstack-meeting18:18
*** Michalik- has joined #openstack-meeting18:20
*** adalbas has quit IRC18:23
*** schwicke has quit IRC18:25
*** marun has quit IRC18:26
*** marun has joined #openstack-meeting18:28
*** jasondotstar has joined #openstack-meeting18:30
*** chandan_kumar has quit IRC18:30
*** DGraves_ has quit IRC18:30
*** pablosan has quit IRC18:30
*** david_lyle_ has joined #openstack-meeting18:31
*** pablosan has joined #openstack-meeting18:31
*** vjay has quit IRC18:32
*** david-lyle has quit IRC18:34
*** garyk has quit IRC18:34
*** sdake_ has joined #openstack-meeting18:34
*** sdake_ has quit IRC18:34
*** sdake_ has joined #openstack-meeting18:34
*** crc32 has joined #openstack-meeting18:36
*** david_lyle_ has quit IRC18:36
*** adalbas has joined #openstack-meeting18:36
*** colinmcnamara has joined #openstack-meeting18:36
*** Sukhdev has joined #openstack-meeting18:36
*** esker has quit IRC18:37
*** jdob_ is now known as jdob18:38
*** dims has quit IRC18:39
*** _nadya_ has joined #openstack-meeting18:40
*** david-lyle has joined #openstack-meeting18:40
*** marun has quit IRC18:41
*** IlyaE has quit IRC18:42
*** coreywright_ is now known as coreywright18:43
*** rakhmero_ has quit IRC18:43
*** otherwiseguy has joined #openstack-meeting18:46
*** IlyaE has joined #openstack-meeting18:47
*** fnaval has quit IRC18:48
*** fnaval has joined #openstack-meeting18:52
*** chandan_kumar has joined #openstack-meeting18:53
*** balajiiyer has quit IRC18:54
*** colinmcnamara has quit IRC18:54
*** SumitNaiksatam has quit IRC18:55
*** haleyb has quit IRC18:57
*** ItSANgo has quit IRC18:58
*** eghobo has quit IRC18:59
*** spzala has quit IRC19:01
*** dprince has quit IRC19:03
*** haleyb has joined #openstack-meeting19:04
*** Michalik- has quit IRC19:07
*** nati_ueno has quit IRC19:09
*** thangp has quit IRC19:17
*** erecio has joined #openstack-meeting19:19
*** radez is now known as radez_g0n319:23
*** rwsu has joined #openstack-meeting19:24
*** erecio has quit IRC19:25
*** novas0x2a|laptop has joined #openstack-meeting19:26
*** egallen has quit IRC19:28
*** thedodd has quit IRC19:29
*** thedodd has joined #openstack-meeting19:31
*** SumitNaiksatam has joined #openstack-meeting19:35
*** _nadya_ has quit IRC19:37
*** dcramer_ has quit IRC19:42
*** nati_ueno has joined #openstack-meeting19:43
*** armax has left #openstack-meeting19:45
*** egallen has joined #openstack-meeting19:47
*** csd has quit IRC19:47
*** erecio has joined #openstack-meeting19:49
*** egallen has quit IRC19:55
*** rueb7363 has left #openstack-meeting19:55
*** dcramer_ has joined #openstack-meeting19:56
*** _nadya_ has joined #openstack-meeting19:56
*** ItSANgo has joined #openstack-meeting19:58
*** vipuls is now known as vipul19:58
*** overlayer has quit IRC20:01
*** marcoemorais1 has quit IRC20:02
*** marcoemorais has joined #openstack-meeting20:03
*** jasondotstar has quit IRC20:04
*** sdake_ has quit IRC20:05
*** julim has quit IRC20:05
*** david-lyle has quit IRC20:06
*** sballe_ has quit IRC20:07
*** _nadya_ has quit IRC20:10
*** marcoemorais has quit IRC20:10
*** chandan_kumar has quit IRC20:10
*** marcoemorais has joined #openstack-meeting20:11
*** crc32 has quit IRC20:11
*** csd has joined #openstack-meeting20:12
*** roaet has joined #openstack-meeting20:14
*** reed has quit IRC20:15
*** jhenner has quit IRC20:15
*** jhenner has joined #openstack-meeting20:15
*** overlayer has joined #openstack-meeting20:15
*** jhenner has quit IRC20:15
*** overlayer has quit IRC20:16
*** erecio has quit IRC20:18
*** aysyd has quit IRC20:18
*** dburmistrov_ has quit IRC20:20
*** nati_ueno has quit IRC20:22
*** otherwiseguy has quit IRC20:24
*** david-lyle has joined #openstack-meeting20:26
*** blah has joined #openstack-meeting20:27
*** rustlebee is now known as russellb20:27
*** nati_ueno has joined #openstack-meeting20:28
*** roaet has quit IRC20:28
*** blah is now known as roaet20:28
*** weshay has quit IRC20:28
*** roaet_ has joined #openstack-meeting20:28
*** dims has joined #openstack-meeting20:28
*** thuc_ has quit IRC20:29
*** dims_ has joined #openstack-meeting20:29
*** thuc has joined #openstack-meeting20:29
*** colinmcnamara has joined #openstack-meeting20:30
*** thuc_ has joined #openstack-meeting20:33
*** aysyd has joined #openstack-meeting20:33
*** dims has quit IRC20:33
*** thuc_ has quit IRC20:33
*** dprince has joined #openstack-meeting20:34
*** thuc_ has joined #openstack-meeting20:34
*** thuc has quit IRC20:34
*** rm_work is now known as rm_work|away20:35
*** Sukhdev has quit IRC20:36
*** aysyd has quit IRC20:37
*** erecio has joined #openstack-meeting20:41
*** ameade has quit IRC20:42
*** erecio has quit IRC20:42
*** nati_ueno has quit IRC20:43
*** rakhmerov has joined #openstack-meeting20:45
*** rwsu has quit IRC20:46
*** rwsu has joined #openstack-meeting20:46
*** otherwiseguy has joined #openstack-meeting20:46
*** harlowja is now known as harlowja_away20:51
*** fnaval has quit IRC20:51
*** Michalik- has joined #openstack-meeting20:52
*** jdob has quit IRC20:53
*** gyee has quit IRC20:57
*** maxdml has joined #openstack-meeting20:57
*** marcoemorais has quit IRC20:57
*** mwagner_lap has quit IRC20:58
*** marcoemorais has joined #openstack-meeting20:58
*** rakhmerov has quit IRC20:58
*** crc32 has joined #openstack-meeting20:58
*** Mandell has quit IRC20:58
*** jaypipes has joined #openstack-meeting20:58
*** marcoemorais has quit IRC20:59
*** marcoemorais has joined #openstack-meeting20:59
*** harlowja_away is now known as harlowja21:00
*** jrist has quit IRC21:00
*** Mandell has joined #openstack-meeting21:01
*** jrist has joined #openstack-meeting21:02
*** noslzzp has joined #openstack-meeting21:05
*** fnaval has joined #openstack-meeting21:07
*** nati_ueno has joined #openstack-meeting21:07
*** pdmars has quit IRC21:10
*** crc32 has quit IRC21:11
*** seagulls is now known as beagles21:13
*** dprince has quit IRC21:13
*** crc32 has joined #openstack-meeting21:13
*** ctracey|away is now known as ctracey21:15
*** tedross has quit IRC21:15
*** Mikhail_D_ltp has quit IRC21:16
*** beagles is now known as beagles-afk21:17
*** nati_ueno has quit IRC21:17
*** crc32 has quit IRC21:18
*** lblanchard has quit IRC21:19
*** jecarey_ has quit IRC21:19
*** dims_ has quit IRC21:20
*** nati_ueno has joined #openstack-meeting21:21
*** crc32 has joined #openstack-meeting21:25
*** banix has quit IRC21:25
*** dcramer_ has quit IRC21:25
*** topol has quit IRC21:28
*** tsekiyama has quit IRC21:29
*** maxdml has quit IRC21:32
*** cody-somerville has joined #openstack-meeting21:32
*** SumitNaiksatam has quit IRC21:33
*** jecarey has joined #openstack-meeting21:33
*** rakhmerov has joined #openstack-meeting21:36
*** david-lyle has quit IRC21:38
*** rakhmerov has quit IRC21:41
*** mtanino has quit IRC21:41
*** mrodden1 is now known as mrodden21:42
*** vkmc has quit IRC21:42
*** stillbert is now known as mikal21:45
*** SumitNaiksatam has joined #openstack-meeting21:47
*** nati_ueno has quit IRC21:47
*** nati_ueno has joined #openstack-meeting21:49
*** jasondotstar has joined #openstack-meeting21:49
*** aysyd has joined #openstack-meeting21:49
*** colinmcnamara has quit IRC21:51
*** ivasev has quit IRC21:53
*** vijendar has quit IRC21:57
*** colinmcnamara has joined #openstack-meeting22:02
*** jmontemayor has quit IRC22:03
*** david-lyle has joined #openstack-meeting22:10
*** ArthurBerezin has joined #openstack-meeting22:11
*** crc32 has quit IRC22:12
*** davidlenwell_ is now known as davidlenwell22:13
*** marcoemorais has quit IRC22:15
*** marcoemorais has joined #openstack-meeting22:16
*** gyee has joined #openstack-meeting22:16
*** otherwiseguy has quit IRC22:17
*** marcoemorais has quit IRC22:19
*** marcoemorais has joined #openstack-meeting22:19
*** blamar has quit IRC22:20
*** aysyd has quit IRC22:21
*** jaypipes has quit IRC22:21
*** fnaval has quit IRC22:22
*** eghobo has joined #openstack-meeting22:22
*** marcoemorais has quit IRC22:22
*** marcoemorais has joined #openstack-meeting22:23
*** ArthurBerezin has left #openstack-meeting22:23
*** mwagner_lap has joined #openstack-meeting22:26
*** elo1 has joined #openstack-meeting22:26
*** Sajeesh has quit IRC22:30
*** overlayer has joined #openstack-meeting22:33
*** overlayer has quit IRC22:33
*** stack_ has quit IRC22:34
*** thedodd has quit IRC22:36
*** elo1 has quit IRC22:37
*** rakhmerov has joined #openstack-meeting22:37
*** Leonr has quit IRC22:40
*** thuc_ has quit IRC22:41
*** mattgriffin has quit IRC22:41
*** rakhmerov has quit IRC22:41
*** neelashah has quit IRC22:42
*** salv-orlando_ has joined #openstack-meeting22:43
*** fnaval has joined #openstack-meeting22:43
*** salv-orlando has quit IRC22:44
*** salv-orlando_ is now known as salv-orlando22:44
*** IlyaE has quit IRC22:45
*** david-lyle has quit IRC22:48
*** epim has joined #openstack-meeting22:53
*** epim has quit IRC22:59
*** jasondotstar has quit IRC22:59
*** david-lyle has joined #openstack-meeting23:00
*** prad_ has quit IRC23:03
*** fnaval has quit IRC23:04
*** carl_baldwin has quit IRC23:04
*** nelsnelson has quit IRC23:05
*** colinmcnamara has quit IRC23:06
*** yamahata has quit IRC23:07
*** epim has joined #openstack-meeting23:11
*** markwash has quit IRC23:17
*** nati_ueno has quit IRC23:18
*** kevinconway has quit IRC23:18
*** ssurana has quit IRC23:18
*** ssurana has joined #openstack-meeting23:19
*** ssurana has quit IRC23:23
*** nati_ueno has joined #openstack-meeting23:26
*** epim has quit IRC23:29
*** fnaval has joined #openstack-meeting23:31
*** Mandell has quit IRC23:34
*** Mandell has joined #openstack-meeting23:35
*** rfolco has quit IRC23:37
*** rakhmerov has joined #openstack-meeting23:38
*** flaper87 is now known as flaper87|afk23:38
*** rakhmerov has quit IRC23:43
*** yamahata has joined #openstack-meeting23:49
*** nati_ueno has quit IRC23:56
*** eghobo has quit IRC23:56
*** pradipta` has joined #openstack-meeting23:57

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