Friday, 2014-03-14

*** slong has quit IRC00:00
*** slong has joined #openstack-meeting00:00
*** brucer__ has joined #openstack-meeting00:01
cyeoh#startmeeting nova-api00:01
*** slong has quit IRC00:01
*** slong has joined #openstack-meeting00:01
openstackMeeting started Fri Mar 14 00:01:03 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
cyeohHi - so is anyone here?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
*** brucer_ has quit IRC00:01
ken1ohmichihi00:01
masayukighi o/00:01
changsimon_hello00:01
mrdao/00:01
alex_xuhello00:01
*** yassine has quit IRC00:01
alaskihere, but about to eat so may drop out00:01
*** sarob has quit IRC00:02
cyeohalaski: cool - np.00:02
*** GMann_ has joined #openstack-meeting00:02
cyeohok so I thought we might have to start with introductions, but I think most people already know everybody else already?00:02
*** ominakov has joined #openstack-meeting00:02
cyeohso why don't we start with the v2 on v3 API POC00:02
*** rakhmerov has joined #openstack-meeting00:02
cyeoh#topic v2_on_v3_poc00:03
*** openstack changes topic to "v2_on_v3_poc (Meeting topic: nova-api)"00:03
cyeoh#link https://etherpad.openstack.org/p/NovaV2OnV3POC00:03
*** brucer_afk has joined #openstack-meeting00:03
*** tinoue has joined #openstack-meeting00:03
cyeohThat's where we've been trying to map out what we want done as a POC for Atlanta00:03
*** mrodden has quit IRC00:03
cyeohI don't think anyone expect that we'll be finished by then but I think we want to be able to say what we're doing for the various cases00:03
cyeohand be able to get those bits up and running in devstack. Having some rough tempest stuff would be nice too00:04
cyeohI think there's a couple of important points of what we're aiming for.00:04
cyeohThe first is that 2.1 will be 2.0 but with strong input validation00:04
cyeohdoes anyone think that will be an unreasonable restriction to add for V2.1?00:05
mrdaI think it's a good thing for us to be doing00:05
cyeohok. It does make our life much easier and I have sent an email to the list asking if anyone had problems with it - but no responses.00:06
ken1ohmichiyes, I also agree00:06
alex_xuI agree too00:06
*** mattgriffin has joined #openstack-meeting00:06
alaskiI think it's very reasonable00:06
alaskieven in the keep v2 proposal there was support for validation00:06
*** ominakov has quit IRC00:07
*** rakhmerov has quit IRC00:07
cyeohok that sounds good then00:07
cyeohthe second is around the list of extensions we display.00:07
cyeohsince in V3 we have both split extensions (admin_actions) and collapsed a few - because they were just placeholders00:07
cyeohwe don't have a complete 1:1 mapping00:07
*** brucer__ has quit IRC00:08
cyeohso for V2.1 do we need to display the same list of extensions even if we are presenting the same API to users?00:08
cyeohI think if we really needed to we could fake it, but its custom code that would be nice to avoid having to do.00:08
cyeohI think along similar lines is if we want to display the same info in /extensions - since we don't have an updated parameter anymore00:09
cyeohanyone have any thoughts on this?00:09
alex_xuI think yes, the list of extensions are used by user to check some api enabled or not before00:09
alex_xubut how can we emulate enable or disable extension?00:10
mrdaperhaps this should be a point for discussion in Atlanta - i.e. we know how we could solve it, but we'd rather focus our efforts on other things.  How does that sound?00:10
cyeohalex_xu: yes that is my concern. There will be some restriction on being able to deploy one extension but not another in cases of collapsing extensions but I think all the cases are manageable00:10
cyeohmrda: yes given the timeframe that may be the best approach. I think its all fakeable. But we really need feedback from cloud providers and users as to how much pain this will cause00:11
*** SumitNaiksatam has quit IRC00:11
mrdaagreed, as this is a POC it doesn't need to be drop-in-ready by Atlanta :)00:12
cyeohmrda: heh, no this a cycle's worth of work really ;-)00:12
mrdaI guess we can solve it if we have agreement on the approach.  I just don't think it's a core problem right now00:12
alaskiI think that extensions are going to have to match what v2 offers currently, which is unfortunate00:13
alaskibut I agree that it's manageable00:13
cyeohok. I'm fine with that approach.00:13
*** dolphm has quit IRC00:14
*** emagana has quit IRC00:15
*** dolphm has joined #openstack-meeting00:15
*** dkranz has quit IRC00:16
*** dkranz has joined #openstack-meeting00:16
*** pablosan has quit IRC00:17
*** jecarey has quit IRC00:18
cyeohso I've created a holding blueprint for the POC patches https://blueprints.launchpad.net/nova/+spec/v2-on-v3-api00:18
cyeohplease add that to the proof of concept patches which you upload so we can easily find them. I know there are some out there already :-)00:18
cyeoh#link https://review.openstack.org/#/c/77105/00:18
ken1ohmichiI feel most important thing is backward compatibility, so it would be possible to drop some v3 API features for comatibility. I hope avoiding the situation, of course00:18
ken1ohmichiand I do effort for keeping v3 features now:)00:18
cyeoh#link https://review.openstack.org/#/dashboard/5754 (alex has a couple too)00:18
*** jecarey_ has joined #openstack-meeting00:18
cyeohken1ohmichi: so I think the worst case what we can do is have a plugins/v2/  directory00:18
*** schwicht has joined #openstack-meeting00:18
cyeohwhich loads a v2 specific plugin which proxies to v300:18
cyeohbut I think the vast majority of cases will be much simpler and we can do it through decorators00:18
cyeohwe just need a fallback plan where that doesn't work.00:18
ken1ohmichioh, not so bad:)00:18
cyeohin general I'd like to keep the simple cases (eg just success code translation/request body translation) solved using very simple solutions00:18
ken1ohmichibut yes, we need to make it simple.00:18
alex_xuI guess, this is the fallback plan https://review.openstack.org/#/c/78906/00:18
*** pablosan_ has joined #openstack-meeting00:18
alex_xuBut i agree, we should to try it simple first00:18
cyeohI think a useful thing to keep in mind when doing this is can we apply these same sort of principles in the future to handle backwards incompatible changes?00:18
cyeohyes, if you have time please look at some of alex_xu's patches - there are some alternative strategies (with increasing complexity) in different patchsets00:18
cyeohand I think we should just try to fit the most simple solution on a case by case basis00:18
*** cheetah2 has joined #openstack-meeting00:19
ken1ohmichicyeoh: agree, it can keep maintenance cost low00:19
*** asselin has quit IRC00:19
cyeohSo the the etherpad link tries to keep track of all the different v2 on v3 scenarios we have to handle - if you find another one please add it.00:19
cheetah2whats the best way to run openstack?00:20
cheetah2bare metal?00:20
cyeohis there anything else anyone would like to discuss re: the v2 on v3 POC?00:20
cyeohcheetah2: I think you want to ask those sorts of questions in the #openstack channel00:20
*** comay has quit IRC00:24
*** slong has quit IRC00:24
*** maurosr has quit IRC00:25
*** brucer_afk has quit IRC00:25
*** slong has joined #openstack-meeting00:25
*** d0ugal has quit IRC00:26
*** sankarshan_away has quit IRC00:26
*** sankarshan_away has joined #openstack-meeting00:26
cheetah2oj00:27
cheetah2ok00:27
*** cheetah2 has left #openstack-meeting00:27
cyeoh#topic api response validation in tempest00:27
cyeoh#link https://etherpad.openstack.org/p/nova-api-attribute-test00:27
*** openstack changes topic to "api response validation in tempest (Meeting topic: nova-api)"00:27
cyeohken1ohmichi has some really nice stuff merged where we can now verify that the attributes we expect in response bodies actually are there and are of the right format/type00:27
cyeohthis will really help us with v2.1 validation00:27
*** rossk_ has quit IRC00:27
ken1ohmichiyes, that would be necessary for v2.1 PoC00:27
cyeohken1ohmichi: yes I don't think we necessarily have to have it finished by Atlanta, but we need to show that we can do it (and its good to have whatever route we take)00:27
*** lisaclark1 has quit IRC00:27
cyeohI guess I'd like for us to decide whether we're going to go the check in client or test route before we merge any more patches though00:27
cyeoh#link https://review.openstack.org/#/c/80202/00:27
cyeohthat's the WIP I have for the check in client route00:27
*** comay_ has joined #openstack-meeting00:27
cyeoh(I think the Jenkins failure in that one is probably bogus)00:27
ken1ohmichiagree, and I picked up some APIs as PoC targets. so I think we need to implement these APIs validation in Tempest. It would be enough to merge these APIs by Atlanta.00:27
*** zhikunliu has joined #openstack-meeting00:27
*** slong has quit IRC00:27
*** slong has joined #openstack-meeting00:27
*** maurosr- has joined #openstack-meeting00:27
*** brucer_lab has joined #openstack-meeting00:27
*** maurosr- is now known as maurosr00:27
ken1ohmichicyeoh: I like https://review.openstack.org/#/c/80202/ idea00:27
cyeohken1ohmichi: yes that sounds good. So I'll start working on trying to identify the list of extensions that we want to target00:27
*** d0ugal has joined #openstack-meeting00:27
*** d0ugal has quit IRC00:27
*** d0ugal has joined #openstack-meeting00:27
GMann_I also agree with this design. This add one more benefit that in each test each response will get validated even of different client.00:27
cyeohdoes anyone have any problems with the direction that 80202 is taking?00:27
mrdalgtm00:27
cyeohGMann_: yea that's a nice side effect00:27
*** stevemar has joined #openstack-meeting00:27
cyeohok if no one has any problems then I think we can just comment on the existing validation patches in the queue out there asking them to rework them00:27
ken1ohmichiGMann_: yes, the design is perfect for me.00:27
mrdaso we're happy holding up 80202 as the canonical design approach?00:27
cyeohmrda: yea, I think we should point people to that one and I'll remove the WIP flag.00:28
ken1ohmichimrda: I agree to seeing it as the canonical design approach00:29
mrdacool00:29
cyeohanyone have anything else on the response validation?00:29
cyeohI guess I should mention that I think in the long term we should Nova producing the schema files - so they can be used for unittests, docs and tempest tests00:30
cyeohbut for now generating them in tempest is fine.00:30
mrdacyeoh: agreed00:30
*** matsuhashi has joined #openstack-meeting00:31
ken1ohmichiyes, that is fine now.00:31
cyeohAs part of the design process for new API's I'd like to ask people to write json schema for both the request and responses though.00:31
GMann_yes. looks ok00:31
*** kenhui has quit IRC00:31
cyeohbecause it forces people to think a lot more about what their API looks like to users (and the wierd edge conditions)00:31
mrdacyeoh: great idea - might as well start off on the right foot, and prevent API degredation00:32
*** cnesa has joined #openstack-meeting00:32
cyeohmrda: yea we've really struggled with some api reviews in icehouse and a lot of it has come down to not enough design work being done before coding ...00:33
*** ryanpetrello has quit IRC00:33
ken1ohmichicyeoh: asking for request schema would be fine. but the one of response schema is a little overload, because Nova does not use it now.00:33
cyeohken1ohmichi: that is true. Api samples give us an insight to the responses atm. But one common problem I've seen is that people always right the most simple api sample test they think they can get away with00:34
ken1ohmichicyeoh: you image Nova will use resonse schema in the future?00:34
cyeohso we don't actually see all of what Nova could return00:34
cyeohken1ohmichi: yea I think we really should be using the response schema in the future00:35
cyeohken1ohmichi: its kind of required if we're going to have a discoverable api like sdague has been pushing for00:35
mrdaken1ohmichi: I think if we show as part of this POC how it can be useful, we might convince the better approach in the long run00:35
cyeohand it makes the whole docs process a lot easier00:35
ken1ohmichicyeoh: I got it, thanks. and the other guy also gave the same idea when reviewing request body schema.00:36
*** alazarev has quit IRC00:36
*** thedodd has joined #openstack-meeting00:36
cyeohken1ohmichi: cool00:36
cyeoh#topic open discussion00:36
*** openstack changes topic to "open discussion (Meeting topic: nova-api)"00:36
cyeohalaski: did you want to talk about tasks at all?00:36
GMann_I would like to add one point- should we define new directory structure for schema file like /tempest/api_schema/comute/.. instead of current one /tempest/api/compute/..00:37
alaskicyeoh: I don't have much more beyond what came out of the mid cycle meetup at this point00:37
alaskithe work has been deferred for feature freeze, but I hope to have something up shortly after00:37
cyeohalaski: ok, sounds good. I guess at some point we'll need to work out what we're doing re: v2 vs v3 too...00:38
tinouealaski: +100:38
alaskicyeoh: yep00:38
alaskieverything except multiple create fits in fairly well00:38
cyeohGMann_: will get to you in a sec00:39
alaskiand I think we can come up with something for that00:39
cyeohalaski: yea there is a patch that does multiple create out there now00:39
GMann_sure.00:39
cyeoh(without tasks)00:39
cyeohI'm just trying to remember who did it00:39
alaskiit may have been melwitt, iirc00:40
cyeohyea, that's right.00:40
alaskiI need to look that one over again00:40
*** lisaclark1 has joined #openstack-meeting00:40
cyeohSo I think the one thing it might need is to handle multi status 20700:40
alaskiok00:40
alaskiI'll read up on that code00:41
alaskistatus code00:41
cyeohso although we return a list of server responses if one or more of them fail, they individually get a status code00:41
*** gtt116 has joined #openstack-meeting00:41
alaskinice, that would be ideal00:41
cyeohso server_external_events is an example of how we handle a 207 now00:42
alaskicool, I'll check that out00:43
cyeohGMann_: I think you brought up a good point before. I don't have any strong feelings over this, but it does sort of make sense that eventually we will have schema to check all the services00:44
cyeohand if we change the directory we should do it now before too much gets merged :-)00:44
*** gtt116 has quit IRC00:44
GMann_yes,00:44
*** tomoe_ has joined #openstack-meeting00:45
*** thuc has quit IRC00:45
cyeohken1ohmichi: what do you think?00:45
*** thuc has joined #openstack-meeting00:45
ken1ohmichiGMann_'s idea seems good,00:45
*** volmax has quit IRC00:47
*** mrodden has joined #openstack-meeting00:47
*** openstack has joined #openstack-meeting00:53
*** ChanServ sets mode: +o openstack00:53
cyeohok anything else people would like to discuss?00:53
*** dims_ has joined #openstack-meeting00:53
*** erlon has joined #openstack-meeting00:53
*** vnaboichenko has quit IRC00:54
cyeohthanks everyone for attending!00:54
*** bogdando has joined #openstack-meeting00:54
cyeoh#endmeeting00:54
ken1ohmichithanks, bye00:54
GMann_Thanks all.00:54
openstackMeeting ended Fri Mar 14 00:54:21 2014 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)00:54
openstackMinutes:        http://eavesdrop.openstack.org/meetings/nova_api/2014/nova_api.2014-03-14-00.01.html00:54
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/nova_api/2014/nova_api.2014-03-14-00.01.txt00:54
openstackLog:            http://eavesdrop.openstack.org/meetings/nova_api/2014/nova_api.2014-03-14-00.01.log.html00:54
*** rfolco has joined #openstack-meeting00:54
mrdathanks cyeoh!00:54
masayukigthanks00:54
tinouebye00:54
*** dkranz has joined #openstack-meeting00:55
*** ken1ohmichi has left #openstack-meeting00:55
changsimon_thanks, bye00:55
alex_xubye, have a day every one00:55
*** nati_uen_ has quit IRC00:55
*** jasondot_ has quit IRC00:55
*** scottda_ has joined #openstack-meeting00:55
*** tomoe_ has quit IRC00:55
*** openstack has joined #openstack-meeting00:56
*** ArthurBerezin has left #openstack-meeting00:57
*** ChanServ sets mode: +o openstack00:57
*** manishg has quit IRC00:57
*** openstack has quit IRC00:57
*** openstack has joined #openstack-meeting00:59
*** ChanServ sets mode: +o openstack00:59
*** samuelbercovici has quit IRC00:59
*** yfujioka has quit IRC01:01
*** afazekas has quit IRC01:01
*** whenry has quit IRC01:01
*** samuelbercovici1 has quit IRC01:01
*** beagles has quit IRC01:01
*** jgrimm has quit IRC01:02
*** blamar_ has joined #openstack-meeting01:02
*** rbrady-afk has quit IRC01:02
*** samuelbercovici has joined #openstack-meeting01:02
*** ywu has quit IRC01:02
*** ywu has joined #openstack-meeting01:02
*** yfujioka has joined #openstack-meeting01:03
*** rakhmerov has joined #openstack-meeting01:03
*** SpamapS has quit IRC01:04
*** topol has joined #openstack-meeting01:06
*** blamar has quit IRC01:06
*** imsurit has quit IRC01:06
*** ywu has quit IRC01:07
*** dolphm has quit IRC01:07
*** b3nt_pin has joined #openstack-meeting01:07
*** vnaboichenko has joined #openstack-meeting01:07
*** Daisy_ has joined #openstack-meeting01:07
*** rmoe_ has quit IRC01:08
*** sarob has quit IRC01:08
*** IlyaE has quit IRC01:08
*** dguitarbite has quit IRC01:08
*** matsuhashi has quit IRC01:08
*** SpamapS_ has joined #openstack-meeting01:08
*** imsurit_ has joined #openstack-meeting01:08
*** IlyaE has joined #openstack-meeting01:08
*** dolphm_ has joined #openstack-meeting01:08
*** thedodd has quit IRC01:08
*** dolphm_ is now known as dolphm01:08
*** blamar_ is now known as blamar01:08
*** imsurit_ is now known as imsurit01:08
*** amcrn has quit IRC01:08
*** rakhmerov has quit IRC01:08
*** afazekas has joined #openstack-meeting01:08
*** ywu has joined #openstack-meeting01:08
*** baoli has joined #openstack-meeting01:08
*** baoli has quit IRC01:10
*** lisaclark1 has joined #openstack-meeting01:10
*** baoli has joined #openstack-meeting01:12
*** julim has quit IRC01:12
*** matsuhashi has joined #openstack-meeting01:12
*** FallenPegasus has joined #openstack-meeting01:14
*** Daisy_ has quit IRC01:14
*** openstack has joined #openstack-meeting01:15
*** openstack has joined #openstack-meeting01:19
*** ChanServ sets mode: +o openstack01:19
*** yaguang has joined #openstack-meeting01:19
*** Daisy__ has joined #openstack-meeting01:19
*** brucer_meeting has joined #openstack-meeting01:19
*** rm_work has joined #openstack-meeting01:19
*** rm_work has quit IRC01:19
*** rm_work has joined #openstack-meeting01:19
*** nosnos has joined #openstack-meeting01:19
*** BrianB_ has quit IRC01:20
*** lisaclark1 has quit IRC01:20
*** cjellick has quit IRC01:24
*** Daisy__ has quit IRC01:24
*** openstack has quit IRC01:24
*** openstack has joined #openstack-meeting01:25
*** openstack has joined #openstack-meeting15:09
*** ChanServ sets mode: +o openstack15:09
jeblairDinaBelova: try now15:09
*** vjay has joined #openstack-meeting15:09
DinaBelovaok15:09
*** atiwari has joined #openstack-meeting15:09
DinaBelova#startmeeting climate15:09
openstackMeeting started Fri Mar 14 15:09:38 2014 UTC and is due to finish in 60 minutes.  The chair is DinaBelova. Information about MeetBot at http://wiki.debian.org/MeetBot.15:09
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:09
*** openstack changes topic to " (Meeting topic: climate)"15:09
openstackThe meeting name has been set to 'climate'15:09
DinaBelovajeblair, thanks15:09
DinaBelovait helped15:09
DinaBelovacasanch1, cmart, bauzas - you here? :)15:10
casanch1me here15:10
casanch1:)15:10
*** ominakov has quit IRC15:10
DinaBelova:)15:10
cmartme too15:10
DinaBelovacool15:10
DinaBelovaI think I15:10
DinaBelovawill start :)15:10
DinaBelovatoday's agenda:15:10
DinaBelovahttps://wiki.openstack.org/wiki/Meetings/Climate15:10
DinaBelovanot many topics, but still :)15:10
DinaBelova#topic Action items from the last meeting + reviews queries15:11
*** openstack changes topic to "Action items from the last meeting + reviews queries (Meeting topic: climate)"15:11
DinaBelova#link http://eavesdrop.openstack.org/meetings/climate/2014/climate.2014-03-07-15.01.html15:11
DinaBelovawe had some things assigned, let's go through status15:11
DinaBelovacasanch1 start working on https://bugs.launchpad.net/climate/+bug/1285585 -> Pablo starting doing that :)15:12
DinaBelovaf_rossigneux - I see no progress :(15:12
DinaBelovasaf :(15:12
DinaBelovasad*15:12
DinaBelovafor https://bugs.launchpad.net/climate/+bug/124002115:12
*** lisaclark1 has quit IRC15:12
DinaBelovaas for https://blueprints.launchpad.net/climate/+spec/tenant-to-project-ref - in progress15:12
DinaBelovaand as for https://blueprints.launchpad.net/climate/+spec/climate-tempest-testing - Swann did not start working on it15:13
casanch1yes, I'll try to send it to review today15:13
DinaBelovacasanch1, cool15:13
DinaBelovaas for Tempest15:13
casanch1have been working on the rework for notifications bp15:13
DinaBelovaSwann decided to unassign it15:13
DinaBelovabecause of some events hapenning in his company15:14
DinaBelovawe'll see full update next week15:14
*** yamahata has quit IRC15:14
DinaBelovaso that's assigned items from last meeting15:14
*** yamahata has joined #openstack-meeting15:14
DinaBelovaI think we'll continue working and that's ok15:15
*** adalbas has quit IRC15:15
DinaBelovaI'd like to move to next topic15:15
casanch1ok15:15
cmartok15:15
*** kenhui has joined #openstack-meeting15:15
DinaBelovait'll be Tempest testing BP assignment - I'll change order in wiki15:15
DinaBelova#topic Tempest testing BP assignment15:15
casanch1wait, so tempest is available?15:15
*** openstack changes topic to "Tempest testing BP assignment (Meeting topic: climate)"15:15
DinaBelovacasanch1, it needs to be implemented :(15:15
casanch1ho ok15:15
DinaBelovaSo I'd like to find people loving to spend their time on testing :)15:16
cmartI think I can take that..15:16
DinaBelovacasanch1, do you know such crazy saint person???15:16
DinaBelovawooooow15:16
casanch1I guess someone at Intel can take it15:16
cmartI'll need your help15:16
casanch1:)15:16
DinaBelovacmart, you're my angel!15:16
DinaBelova:*15:16
cmartor demon...15:16
casanch1we've done tempest work for another components15:16
DinaBelova:D15:16
cmart:)15:16
DinaBelovaok, cool15:16
*** lisaclark1 has joined #openstack-meeting15:17
casanch1so, we have someone here that can help cmart :)15:17
DinaBelova#action cmart Start working on Climate tempest testing15:17
DinaBelovaok, but anyway15:17
DinaBelovaif you have any questions15:17
DinaBelovafeel free to ask me15:17
cmartOk!15:17
DinaBelovaI'll do everything to help u15:17
cmartyou asked for it!15:17
DinaBelova:)15:17
cmarthahaa:)15:17
DinaBelova#action DinaBelova assign Tempest testing BP to cmart15:18
casanch1the dark side :)15:18
*** Chen has joined #openstack-meeting15:18
DinaBelovaso next topic15:18
DinaBelova#topic 0.1.1 status15:18
*** openstack changes topic to "0.1.1 status (Meeting topic: climate)"15:18
DinaBelova#link https://launchpad.net/climate/+milestone/0.1.115:18
DinaBelovasooo15:18
*** dprince has joined #openstack-meeting15:18
DinaBelovaIt looks quite nice now15:19
DinaBelovaexcept one thing15:19
*** rohit404 has joined #openstack-meeting15:19
DinaBelovaas it was discussed on previous meeting15:19
DinaBelovaI don't like idea of having release without new name15:19
DinaBelovawell, we've chosen15:19
DinaBelovaBlazar is ok15:19
DinaBelovaand I sent mail to Lauren Sell from foundation15:19
DinaBelovaasking for some lawyers help :)15:20
*** HenryG has quit IRC15:20
DinaBelovastill waiting for response :)15:20
casanch1what's the meaning of blazar?15:20
DinaBelovaA blazar is a very compact quasar (quasi-stellar radio source) associated with a presumed supermassive black hole at the center of an active, giant elliptical galaxy. Blazars are among the most energetic phenomena in the universe and are an important topic in extragalactic astronomy.15:20
DinaBelova:)15:20
DinaBelovaastronomy topic in OS is popular :)15:20
cmarto_015:20
casanch1hehe15:21
DinaBelova;)15:21
bauzas\o15:21
DinaBelovabauzas!15:21
bauzassorry, was in a formal meeting15:21
DinaBelovanice to meet you here :)15:21
DinaBelovaplease take a look on log :)15:21
*** lcheng has joined #openstack-meeting15:21
bauzassure15:21
DinaBelovaok, so giving little mins :)15:21
*** ominakov has joined #openstack-meeting15:21
*** emagana has joined #openstack-meeting15:22
DinaBelovacurrently we're taking look on 0.1.1 status15:22
*** sarob has joined #openstack-meeting15:22
DinaBelovait's bloked due do reviews in progress (but we have all implemented/needs code review, that's good)15:22
DinaBelovablocked*15:22
DinaBelovaand due to new name checking15:23
DinaBelovaby foundation15:23
bauzasgot the log15:23
*** pablosan is now known as pablosan_15:23
bauzasok so anything to help ?15:23
DinaBelova#info DinaBelova wait till Tuesday - if no reaction from foundation, will try to send one more email15:23
bauzasok15:23
DinaBelovawell, we need code review15:23
DinaBelovait'll be one of the main focuses next week, I guess15:24
DinaBelovafor me, bauzas and other core team15:24
DinaBelovaso we'll work on it15:24
*** sdake has joined #openstack-meeting15:24
bauzaswhich ones are prorities ?15:24
DinaBelovadoes someone have any questions for this topic?15:24
bauzasnone from 0.1.1 ?15:24
*** kenhui has quit IRC15:25
DinaBelovabauzas, creating draft designs for state leases + new step in lease-creation15:25
DinaBelovaequal for VR/PR15:25
DinaBelovafor both15:25
DinaBelovawe need that15:25
bauzasok, I can handle that next week15:25
bauzaslet's discuss it thru etherpad15:25
DinaBelova+115:26
bauzasI'll create it and amend the BP15:26
*** julienvey_ has joined #openstack-meeting15:26
bauzasplease give me an action15:26
*** mattgriffin has quit IRC15:26
DinaBelova#agreed Priorities for the next week: new name checking + designs for state leases and new step in lease-creation15:26
*** mattgriffin has joined #openstack-meeting15:26
DinaBelova#action bauzas create etherpad about designs and amend according BPs15:26
DinaBelovaok15:27
*** sarob has quit IRC15:27
DinaBelovaprobably that's if for this topic15:27
DinaBelovaany questions?15:27
bauzasthanks15:27
DinaBelovaok, I'll move on15:27
*** cjellick has joined #openstack-meeting15:27
DinaBelova#topic Open discussion15:27
*** openstack changes topic to "Open discussion (Meeting topic: climate)"15:27
DinaBelovasooo15:27
DinaBelovaI have one thing to look at here15:27
DinaBelovaI'd like to find volunteer to work on volume reservation concept15:28
DinaBelova:)15:28
cmartwhat is that?15:28
DinaBelovawell, we have now only compute resources reservation15:28
DinaBelovawe need to prepare design, approve it, and then implement that reservation possibility for other resource types15:29
DinaBelovavolumes seem to be the easiest thing here15:29
DinaBelovaas it will look much like VM reservation15:29
casanch1i would like to15:29
*** pablosan_ has quit IRC15:29
DinaBelovaand it'll work ok after new lease-create step will be implemented (allocate resources one)15:29
DinaBelovacasanch1m one more angel :)15:30
DinaBelovaok, thanks15:30
*** pablosan has joined #openstack-meeting15:30
DinaBelova#action DinaBelova assign design preparation of volume reservation concept to casanch115:30
DinaBelovaok, so I have nothing to add here :)15:30
casanch1I might need some help to get started15:30
cmartI have one thing to ask..15:31
bauzaswe have to discuss on etherpad about the design for implementing volumes reservations15:31
DinaBelovayes, that's why I say 'concept', no 'change'15:31
bauzas:D15:31
casanch1bauzas ok15:31
DinaBelova:)15:31
DinaBelovacmart, yes?15:31
cmartrelated to the tenant expiration dates.. Are you going to discuss it on Submit with the rest of the community?15:31
DinaBelovayes!15:31
DinaBelovasure!15:31
bauzaswell, that's a good opportunity yes15:31
DinaBelovaI simply think that before summit we can't do much...15:32
*** rramirez has quit IRC15:32
cmartI won´t be able to attend to the submit, so I'll leave it in your hands.. :)15:32
DinaBelovaas on summit we'll have opportunity to discuss that with rest of community in person15:32
casanch1I'm going to be there :)15:32
cmart(casanch and pafuent) hands15:32
DinaBelovacmart, as I know Cristian and Pablo will attend?15:32
DinaBelovaoh, yes15:32
DinaBelovaso you'll keep track on it :)15:33
casanch1pablo will also go15:33
DinaBelovacool15:33
casanch1sure15:33
cmartgreat!15:33
cmartthanks15:33
DinaBelovacmart, np15:33
DinaBelovasmth else?15:33
*** doron_ is now known as doron_afk15:33
cmartone comment..15:33
DinaBelova#info Discuss tenant reservation concept on summit15:33
DinaBelovayes, sure?15:33
cmarthow do you guys handle the bp discussions? I was thinking on a possible bp, but I don´t know how is the process..15:34
DinaBelovawell, there are two ways15:34
DinaBelovano15:34
DinaBelovathree15:34
DinaBelova1/ start discussion in ML15:34
DinaBelova2/ create etherpad, give link and discuss it there15:35
DinaBelova3/ simply create BP and discuss it in whiteboard15:35
cmartOK..15:35
*** HenryG has joined #openstack-meeting15:35
DinaBelovaI prefer first one, as created BPs are there for all time15:35
DinaBelovayou may just say "we won't implement it"15:35
DinaBelovabut really - that's your wish and your choice15:36
DinaBelovaso as you like15:36
cmartok thanks15:36
DinaBelovafeel free for any of these 3 variants15:36
DinaBelovaI guess I may close meeting15:36
DinaBelovaany objections?15:36
casanch1ok15:36
casanch1no problem15:37
cmartnot from my side15:37
DinaBelovabauzas? ^^15:37
DinaBelovawell :)15:37
bauzasnope15:37
DinaBelova#endmeeting15:37
*** openstack changes topic to "gerrit on review.openstack.org is down for maintenance (revised eta to resume is 13:00 utc)"15:37
openstackMeeting ended Fri Mar 14 15:37:30 2014 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:37
openstackMinutes:        http://eavesdrop.openstack.org/meetings/climate/2014/climate.2014-03-14-15.09.html15:37
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/climate/2014/climate.2014-03-14-15.09.txt15:37
bauzassorry, I lost myself :)15:37
openstackLog:            http://eavesdrop.openstack.org/meetings/climate/2014/climate.2014-03-14-15.09.log.html15:37
DinaBelovabauzas, np :)15:37
*** marun has quit IRC15:39
*** cnesa has joined #openstack-meeting15:42
*** hartsocks has joined #openstack-meeting15:44
*** thuc has joined #openstack-meeting15:44
*** dcramer_ has joined #openstack-meeting15:46
*** Chen has left #openstack-meeting15:46
*** otherwiseguy has quit IRC15:46
*** yaguang has quit IRC15:46
*** rramirez has joined #openstack-meeting15:47
*** drumkilla is now known as rustlebee15:47
*** thuc_ has quit IRC15:48
*** thuc has quit IRC15:48
*** adalbas has joined #openstack-meeting15:48
*** NobodyCam is now known as BlartVersenwald15:49
*** pdmars_ has joined #openstack-meeting15:49
*** gyee has joined #openstack-meeting15:49
*** zns has quit IRC15:49
*** markmcclain has quit IRC15:50
*** pdmars has quit IRC15:50
*** rakhmerov has joined #openstack-meeting15:51
*** VINOD__ has joined #openstack-meeting15:51
*** chenchong has joined #openstack-meeting15:52
*** chenchong has quit IRC15:53
*** mrodden has quit IRC15:53
*** chenchong has joined #openstack-meeting15:53
*** jhenner has quit IRC15:54
*** mdorman has joined #openstack-meeting15:54
*** tobi1 has left #openstack-meeting15:54
*** rakhmerov has quit IRC15:55
*** zns has joined #openstack-meeting15:55
*** cmart has left #openstack-meeting15:56
*** adalbas has quit IRC15:56
*** kenhui has joined #openstack-meeting15:57
*** s3wong has joined #openstack-meeting15:57
*** rmoe has joined #openstack-meeting15:57
*** dburmistrov has joined #openstack-meeting15:58
*** Mandell has quit IRC15:58
*** esker has joined #openstack-meeting15:59
*** rbrady is now known as rbrady-afk16:01
*** d0ugal has quit IRC16:01
vishyanyone here to talk about hierarchical multitenancy?16:02
vishyVINOD__: ping16:02
*** pdmars has joined #openstack-meeting16:02
VINOD__vishy: Hi16:02
vishyhi16:03
vishyI've been travelling and missing every meeting but I'm actually here today!16:03
*** schwicke has joined #openstack-meeting16:03
VINOD__Vishy: No problem16:03
*** pdmars_ has quit IRC16:03
*** kevinconway has quit IRC16:03
*** chenchong has quit IRC16:03
*** kenhui has quit IRC16:04
*** chenchong has joined #openstack-meeting16:04
vishy#startmeeting Hierarchical Multitenancy16:04
openstackMeeting started Fri Mar 14 16:04: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:04
*** kevinconway has joined #openstack-meeting16:04
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.16:04
*** openstack changes topic to " (Meeting topic: Hierarchical Multitenancy)"16:04
openstackThe meeting name has been set to 'hierarchical_multitenancy'16:04
VINOD__vishy: Actually, we finished the domain quota stuff and that's why ulrich sent a mail to ask you about anything that can be done in Hierarchy multitenancy16:04
*** d0ugal has joined #openstack-meeting16:04
*** d0ugal has quit IRC16:04
*** d0ugal has joined #openstack-meeting16:04
vishythere is also a proposal for a discussion about domain support in nova16:04
*** mrodden has joined #openstack-meeting16:04
vishyVINOD__: do you have a link?16:04
vishy#topic recent work16:04
*** openstack changes topic to "recent work (Meeting topic: Hierarchical Multitenancy)"16:04
VINOD__vishy: you mean the domain quota stuff16:05
vishyyeah16:05
*** raildo has joined #openstack-meeting16:05
VINOD__https://review.openstack.org/#/c/75967/16:05
*** gokrokve_ has quit IRC16:05
VINOD__this one is for Nova v2 APIs for Domain Quota Management16:05
VINOD__Nova Commands for Domain Quota ->  https://review.openstack.org/#/c/76347/16:06
vishy#link https://review.openstack.org/#/c/75967/16:06
vishy#link https://review.openstack.org/#/c/76347/16:06
VINOD__#link https://review.openstack.org/#/c/78630/16:06
VINOD__the last one is fo Nova V3 APIs16:06
vishyok so this would be enforcing quotas by domain instead of by nested project16:07
VINOD__vishy: Yes16:07
*** eghobo has joined #openstack-meeting16:07
vishyI'd really like to keep the domain concept out of the projects if possible16:07
VINOD__Unfortunately, the blueprints are not accepted for Icehouse as you uploaded it late..so we have to wait for next release16:08
VINOD__sorry i mean i uploaded it late16:08
vishyis there an advantage to using domains instead of nested projects in your view?16:08
raildovishy: IMO, it's very important to keep the concept of domain16:08
vishyraildo: why?16:08
vishyI think it will only last us for a little while until someone wants to add another layer between domain and project16:09
*** adalbas has joined #openstack-meeting16:09
VINOD__for me, both are same as domains can be viewed as hierarchical projects with just 3 levels16:09
schwickeI agree with Vinod.16:10
schwickethey are a good first step into the right direction, and most of the work is doen16:10
VINOD__that's why we had implemented the domain quota stuff as hierarchical is still not yet decided. But we can port the code very easily16:10
vishyVINOD__: ok16:10
vishystill curious about raildo's opinion16:10
schwickethis gives us time to carefully design the nested projects which should catch all use cases.16:10
*** ndipanov has quit IRC16:11
vishyschwicke: fair enough. It seems pretty straightforward although if we manage quotas for nested projects16:11
*** tellesnobrega has joined #openstack-meeting16:11
vishyi don't think we need a new api extension16:11
vishywe could use the existing quota management features16:11
VINOD__vishy: That can be changed16:11
schwickeactually, we are keen on starting to work on the extension ;-)16:11
VINOD__vishy: I just added it because i was not sure whether i can use os-quota-sets16:12
vishyos-quota-sets maybe not16:12
schwickeas the blue prints are not accepted we are in fact free to change it16:12
vishybut the regular quota management should be ok no?16:12
VINOD__that's why i had used os-domain-quota-sets16:12
schwickewe can easily redesign it16:12
vishyoh sorry my bad16:13
*** johnthetubaguy has quit IRC16:13
vishythe extension is called os-quota-sets16:13
vishy:)16:13
vishyI forgot16:13
*** asselin_ has joined #openstack-meeting16:13
*** asselin has joined #openstack-meeting16:13
VINOD__vishy: Yes, the nova will have two quota drivers, one is called DbQuotaDriver (the current one) and the other is DomainQuotaDriver16:13
VINOD__and both the drivers can be used in parallel.16:13
*** mdbooth has quit IRC16:13
*** asselin_ has quit IRC16:13
VINOD__Like if somebody just want to use quotas at just project level, the admin can use os-quota-sets16:13
*** asselin has quit IRC16:13
*** chandan_kumar has quit IRC16:14
*** asselin has joined #openstack-meeting16:14
VINOD__and if the admin wants to use quotas at domain in addition to projects, he can use os-domain-quota-sets16:14
vishyVINOD__: if we do use nested projects, won't the existing tenant-quota comands work?16:14
VINOD__that's why i had put them separately.16:14
vishymeaning would the extension need to change?16:14
vishyor is there stuff missing in os-quota-sets16:14
VINOD__vishy: The code needs to be changed (we can keep the extension), because in the code it is assumed that they are only three levels16:15
raildo Domin Quota in Nova,  greatly facilitates the management of a large cloud16:15
vishyVINOD__: i mean in the os-quota-sets extension16:15
vishyif we don't do domains, and just do nested projects16:15
vishyis there anything missing from that extensions16:15
VINOD__vishy: Yes, the os-quota-sets does not do domain quota..it only implements the quota at project and user level16:15
vishyraildo: I don't see what domain quotas gives us over nested proects quota16:16
VINOD__vishy: Yes, the code will not work as it assumes that ther is only two levels i.e projects->users16:16
vishyVINOD__: ok but nested projects means projects->projects->projects->users16:16
VINOD__vishy: But if we change to hierarchical like project -> project -> project -> user16:16
vishybeat you!16:16
VINOD__vishy: yes, exactly16:16
vishy:)16:16
VINOD__yeah16:17
vishyso the keystone devs are already a bit leery about exposing domains outside of keystone16:17
*** vkmc has joined #openstack-meeting16:17
*** esker has quit IRC16:17
VINOD__vishy: if we forgot about domain, and want to use hierarchical one, then it requires a change in the code (keep the same extension)16:17
vishywhich is one of the reasons I like the nested project approach16:17
vishyVINOD__: a change in the extension? or just a change in the underlying management code?16:18
VINOD__vishy: a change in the underlying code.16:18
VINOD__vishy: we can keep the extension same as os-quota-sets16:18
vishyok that is what I thought16:18
*** thuc has joined #openstack-meeting16:18
VINOD__vishy: I mean the functions that gets called for CURD operations on os-quota-sets needs to be changed16:19
vishyso domains vs. nested projects vs both is probably a discussion we need to have at the summit16:19
*** thuc has quit IRC16:19
VINOD__vishy: Yes, i guess16:19
*** thuc has joined #openstack-meeting16:19
vishybecause there are a lot of opinions :)16:19
*** chenchong has quit IRC16:19
*** comstud is now known as bearhands16:19
vishybut it is cool to have an example of how the extension would be done for domain support16:19
vishy#topic summit sessions16:19
*** chenchong has joined #openstack-meeting16:19
*** openstack changes topic to "summit sessions (Meeting topic: Hierarchical Multitenancy)"16:19
VINOD__vishy: But remember if both has to be there, then we need two different extensions like os-quota-sets and os-domain-quota-sets16:20
*** thuc has quit IRC16:20
vishy#link http://summit.openstack.org/cfp/details/6216:20
vishyVINOD__: right that makes sense16:20
*** jlibosva has quit IRC16:20
vishyI'm going to argue for domains being a keysotone only concept :)16:20
vishyif it stays around16:20
VINOD__vishy: Also, the administrator should not use these extensions at the same time16:20
*** dansmith is now known as damnsmith16:20
*** thuc has joined #openstack-meeting16:21
vishyso that discussion is about adding hierarchical projects in keystone16:21
raildovishy: tellesnobrega and I are proposing that part of nested projects at Keystone16:21
vishy#link http://summit.openstack.org/cfp/details/5816:21
vishyhere is the one about domains in nova16:21
vishythat is yours?16:21
raildoyes16:21
vishydo you have the code somewhere that I can look at?16:21
VINOD__vishy: If nested projects are used, then why to keep domains in keystone as well16:21
vishyVINOD__: the keystone devs have mentioned some value for integrating multiple identity management systems16:22
vishyso essentially a domain would be a container for users for authentication purposes16:22
*** jecarey has quit IRC16:22
*** thiagop has joined #openstack-meeting16:22
*** thiagop has quit IRC16:23
*** jgallard has quit IRC16:23
*** lisaclark1 has quit IRC16:23
VINOD__vishy: But why a user should be part of a domain. A user should just have a user name and a password. The admin can add the user to any project16:23
raildovishy: We're finishing up the prototype and send you to the community in the coming days16:23
*** casanch1 has left #openstack-meeting16:23
*** sarob has joined #openstack-meeting16:23
VINOD__the authentication should just include the project scope16:23
vishyVINOD__: the domain would tell keystone which backend to talk to to validate the user/pass16:24
vishyi.e. could be multiple ldap servers for different users16:24
*** caleb_ has quit IRC16:24
vishyit also would scope the user id16:24
vishyso you could have gary@companya.com and gary@companyb.com16:24
*** thiagop has joined #openstack-meeting16:24
vishyi think that is the argument anyway16:24
*** nati_ueno has quit IRC16:24
VINOD__vishy: To me, have domains and hierarchical together is confusing16:25
vishyVINOD__: well I agree, but I don't really want to fight with keystone over that. If there are valid internal reasons for keeping it, fine16:25
*** lakmal has joined #openstack-meeting16:25
vishybut having nested projects and domains exposed outside of keystone is something I would prefer we didn't have :)16:25
VINOD__vishy: Either we should keep domains or move to the hierarchical one (as domains can also be viewed as hierarchical with just 3 levels domain (can be called head project) ->project->user)16:25
vishysome of the keystone devs are an board with that approach16:26
vishywhich i prefer as well16:26
tellesnobregaVINOD__: in the prototype that Raildo and I implemented we have domains and hierarchical projects, they don't conflict, domain kind of contains the tree, so we can keep it compatible16:26
vishytellesnobrega: I think that is a good first step16:26
*** vkozhukalov_ has joined #openstack-meeting16:26
vishybackwards compat is important16:26
vishyalthough the blueprint talks about replacing domains with a top-level project eventually16:27
vishywhich I am all for16:27
VINOD__tellesnobrega: Sorry, i am not proposing to drop domains..but i don't understand why both should exist together...if i am using hierarchical projects in nova, then where the domains coming into picture16:27
vishytellesnobrega, raildo: can you explain why you still want to have domains in nova if we have nested projects.16:27
*** sarob has quit IRC16:27
vishyis there some extra value that I'm missing?16:28
raildovishy: In relation to prototype that we implemented on nested projects in Keystone, we wonder if there is something to improve in our prototype?16:28
VINOD__In my view, users should be registered with a username and password. Any levels of projects can be created and users can be added to a project..user can get authenticated using username, password and the project scope16:28
*** lisaclark1 has joined #openstack-meeting16:29
vishyraildo: link?16:29
VINOD__then any command can be run by the user can be checked using the project scope16:29
vishyVINOD__: right that is the view16:29
*** zns_ has joined #openstack-meeting16:29
raildovishy: https://github.com/tellesnobrega/keystone_hierarchical_projects16:29
vishythx16:29
*** zns has quit IRC16:30
*** bauzas has quit IRC16:30
*** gokrokve has joined #openstack-meeting16:30
vishyhmm not easy to get a diff in that version :)16:30
tellesnobregavishy: in this prototype i use hierarchical ids even though adam said not to, so its compatible with your implementation16:31
vishyok cool16:31
*** Fdot_ has joined #openstack-meeting16:31
vishyI wish i could see your commits separately16:31
tellesnobregavishy: sorry, i had some problems during implementation, i can create a new repository with all the changes and send it to the discussion in the list16:32
vishytellesnobrega: that would be very helpful16:32
vishyI'd like to take a look in more detail16:32
vishyand I can give you feedback about potential issues16:32
tellesnobregawill do it as soon as possible16:32
*** marcoemorais has joined #openstack-meeting16:32
vishytellesnobrega: so I still would like to understand why you are proposing adding domain support for things like quotas and listing of instances16:32
vishyif you have this?16:32
raildovishy: Is there any other functionality that we implement? We wanted to contribute something more to the summit.16:33
raildovishy: I'll send you an email trying to explain why we have domains.16:33
vishyraildo: that would be great16:33
VINOD__raildo: that will be very good...i am also still confused using both the features together16:33
tellesnobregai think domains gives a good separation of context, even though nested projects propose the same, i think that users from different places should not be allocated together in a empty slot.16:34
vishy#action tellesnobrega clean up project code so we have clean diffs.16:34
vishy#action raildo write an email to explain the value of domains + nested projects16:34
tellesnobregavishy: do you want the changes in nova, keystone and devstack or just keystone?16:34
vishy#action vishy to review changes for hierarchical projects16:35
*** Fdot has quit IRC16:35
vishytellesnobrega: all of them would be great16:35
tellesnobregasure16:35
vishyIf we can come to a consensus about domains/projects it will make the summit easier16:36
tellesnobregaof course16:36
vishyassuming we all end up agreeing :)16:36
raildovishy: +116:36
vishyif not then we can at least present both sides of the argument16:36
schwickevinod_: we could also review our prototype.16:36
raildovishy: Is there any other functionality that we implement? i and tellesnobrega wanted to contribute something more to the summit16:37
schwickeVINOD__: I mean that stuff you did a while ago on the hierarchical project quota16:37
*** tomoe_ has quit IRC16:37
vishyI think it would be good to have a cross-project summit session on hierarchical multitenancy across projects16:37
vishyhopefully presenting our idea of how it should work.16:37
raildook16:37
vishyraildo: my hope is that we can come to consensus about the "best" way to do things16:38
vishyand present that16:38
vishyas in here are the steps to get to good multiple ownership/ rbac / etc.16:38
VINOD__#link https://wiki.openstack.org/wiki/POC_for_QuotaManagement16:38
VINOD__we did this prototype long back...16:38
*** openstackstatus has joined #openstack-meeting16:38
raildovishy: sounds good to me16:39
VINOD__but i need to change this..as i had implemeneted the roles parsing from top to bottom, but somebody suggested to make it to the top16:39
vishyin my mind it is 1. hierarchical projects in keystone 2. data migration of owners to nested.projects  3. prefix matching for policy and functions 4. Multiple ownership16:39
vishybut there is still some debate16:39
*** ttrifonov is now known as ttrifonov_zZzz16:39
vishyVINOD__: yeah that was me16:39
VINOD__vishy: sorry16:39
vishythere are also a bunch of sub points in there16:39
VINOD__vishy: should i need to change the POC to what you suggested and post the diff of code to all?16:40
*** blamar has quit IRC16:41
*** blamar has joined #openstack-meeting16:42
*** esker has joined #openstack-meeting16:42
*** Gordonz has joined #openstack-meeting16:42
*** esker has quit IRC16:43
*** Gordonz has quit IRC16:43
*** Gordonz has joined #openstack-meeting16:43
*** venkatesh_ has quit IRC16:44
*** MaxV has quit IRC16:45
*** adalbas has quit IRC16:46
schwickevishy: do you want to action item that ?16:47
*** IlyaE has quit IRC16:48
*** henrynash has joined #openstack-meeting16:48
*** esker has joined #openstack-meeting16:49
*** chenchong has quit IRC16:49
schwickehave to leave, sorry.16:49
vishy#action VINOD__ to change the poc and post diff16:49
VINOD__ok16:49
vishysorry had to step away for a minute16:49
schwickeok16:50
vishyso lets do our actions and meet next week to discuss our position about domains and projects16:50
vishyand steps16:50
vishysound good?16:50
VINOD__ok..its sound good16:50
schwickesounds good16:50
schwickesee you next week!16:50
raildook16:50
*** jgrimm has quit IRC16:50
vishy#info discussion next week will be around domains vs. nested projects vs. both16:50
tellesnobregasee you guys16:51
*** schwicke has quit IRC16:51
vishy#info goal is to come to consensus around best path forward and a specific set of steps to bring nested or domain support to other projects16:51
vishy#endmeeting16:51
*** openstack changes topic to "gerrit on review.openstack.org is down for maintenance (revised eta to resume is 13:00 utc)"16:51
openstackMeeting ended Fri Mar 14 16:51:32 2014 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:51
openstackMinutes:        http://eavesdrop.openstack.org/meetings/hierarchical_multitenancy/2014/hierarchical_multitenancy.2014-03-14-16.04.html16:51
vishyciao!16:51
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/hierarchical_multitenancy/2014/hierarchical_multitenancy.2014-03-14-16.04.txt16:51
openstackLog:            http://eavesdrop.openstack.org/meetings/hierarchical_multitenancy/2014/hierarchical_multitenancy.2014-03-14-16.04.log.html16:51
*** tellesnobrega has left #openstack-meeting16:51
VINOD__bye all16:51
VINOD__have a nice weekend16:51
*** rakhmerov has joined #openstack-meeting16:52
*** raildo has left #openstack-meeting16:52
*** julienvey_ has quit IRC16:52
*** thiagop has quit IRC16:52
*** julienvey_ has joined #openstack-meeting16:53
*** dims has joined #openstack-meeting16:54
*** matrohon has quit IRC16:55
*** saikrishna_ has joined #openstack-meeting16:56
*** rakhmerov has quit IRC16:56
*** lisaclark1 has quit IRC16:56
*** _nadya_ has joined #openstack-meeting16:58
*** VINOD__ has quit IRC16:59
*** esker has quit IRC16:59
*** dims has quit IRC17:00
*** markmcclain has joined #openstack-meeting17:00
*** markmcclain has quit IRC17:00
*** cnesa2 has joined #openstack-meeting17:01
*** markmcclain has joined #openstack-meeting17:01
*** nati_ueno has joined #openstack-meeting17:01
*** dianefleming has joined #openstack-meeting17:02
*** cnesa has quit IRC17:02
*** pdmars has quit IRC17:02
*** harlowja_away is now known as harlowja17:02
*** _nadya_ has quit IRC17:04
*** funzo_ is now known as funzo17:06
*** rramirez has quit IRC17:06
*** mdorman has left #openstack-meeting17:07
*** fnaval has joined #openstack-meeting17:08
*** doron_afk has quit IRC17:08
*** skraynev is now known as skraynev_afk17:14
*** colinmcnamara has quit IRC17:14
*** SumitNaiksatam has joined #openstack-meeting17:16
*** rbrady-afk is now known as rbrady17:17
*** julienvey_ has quit IRC17:18
*** otherwiseguy has joined #openstack-meeting17:18
*** afazekas has quit IRC17:18
*** terriyu has quit IRC17:19
*** Linz has quit IRC17:19
*** Linz has joined #openstack-meeting17:20
*** zns_ has quit IRC17:21
*** morganfainberg_Z is now known as morganfainberg17:21
*** rbowen has quit IRC17:23
*** rbowen has joined #openstack-meeting17:23
*** Fdot_ has quit IRC17:25
*** stevemar has quit IRC17:25
*** spzala_ has joined #openstack-meeting17:26
*** spzala_ has quit IRC17:26
*** spzala has quit IRC17:27
*** lakmal has quit IRC17:28
*** zns has joined #openstack-meeting17:28
*** Mandell has joined #openstack-meeting17:28
*** fnaval has quit IRC17:28
*** fnaval has joined #openstack-meeting17:29
*** dprince has quit IRC17:31
*** topol has quit IRC17:33
*** dshulyak has quit IRC17:34
*** jecarey has joined #openstack-meeting17:34
*** noslzzp has quit IRC17:34
*** _nadya_ has joined #openstack-meeting17:38
*** ygbo has quit IRC17:38
*** safchain has quit IRC17:40
*** rossk has joined #openstack-meeting17:40
*** dims has joined #openstack-meeting17:40
*** amcrn has joined #openstack-meeting17:40
*** colinmcnamara has joined #openstack-meeting17:42
*** esker has joined #openstack-meeting17:43
*** crc32 has joined #openstack-meeting17:44
*** tkay has joined #openstack-meeting17:46
*** alex_xu has quit IRC17:46
*** saikrishna_ has quit IRC17:47
*** thuc has quit IRC17:48
*** thuc has joined #openstack-meeting17:48
*** nacim has quit IRC17:50
*** zns has quit IRC17:51
*** jdob has quit IRC17:51
*** dianefleming has quit IRC17:52
*** zns has joined #openstack-meeting17:52
*** jdob has joined #openstack-meeting17:52
*** thuc has quit IRC17:52
*** rakhmerov has joined #openstack-meeting17:52
*** sarob has joined #openstack-meeting17:56
*** sarob has quit IRC17:56
*** thuc has joined #openstack-meeting17:56
*** IlyaE has joined #openstack-meeting17:56
*** rakhmerov has quit IRC17:57
*** n0ano has joined #openstack-meeting17:57
*** derekh has quit IRC17:58
*** marcoemorais has quit IRC18:01
*** marcoemorais has joined #openstack-meeting18:01
*** sarob has joined #openstack-meeting18:02
*** Tross has joined #openstack-meeting18:03
*** dcramer_ has quit IRC18:03
*** IlyaE has quit IRC18:03
*** amcrn has quit IRC18:03
*** lpabon has joined #openstack-meeting18:04
*** marun has joined #openstack-meeting18:05
*** zns has quit IRC18:06
*** zns has joined #openstack-meeting18:08
*** adalbas has joined #openstack-meeting18:08
*** amcrn has joined #openstack-meeting18:10
*** _nadya_ has quit IRC18:12
*** RajeshMohan has quit IRC18:13
*** RajeshMohan has joined #openstack-meeting18:14
*** zns has quit IRC18:15
*** salv-orlando has joined #openstack-meeting18:16
*** sweston has joined #openstack-meeting18:16
*** stevemar has joined #openstack-meeting18:17
*** kenhui has joined #openstack-meeting18:17
*** zns has joined #openstack-meeting18:17
*** hartsocks is now known as hartbot18:19
*** lisaclark1 has joined #openstack-meeting18:20
*** zns has quit IRC18:22
*** erlon has quit IRC18:22
*** zns has joined #openstack-meeting18:22
*** lisaclark1 has quit IRC18:24
*** jdob has quit IRC18:25
*** imsurit has quit IRC18:29
*** jergerber has joined #openstack-meeting18:29
*** rwsu has quit IRC18:30
*** ryanpetrello has quit IRC18:30
*** jgrimm has joined #openstack-meeting18:31
*** rramirez has joined #openstack-meeting18:34
*** colinmcnamara has quit IRC18:35
*** salv-orlando has quit IRC18:38
*** salv-orlando has joined #openstack-meeting18:38
*** seagulls is now known as seagulls_coffee18:38
*** thomasbiege has joined #openstack-meeting18:39
*** lisaclark1 has joined #openstack-meeting18:41
*** Leonr has quit IRC18:42
*** dvarga has quit IRC18:42
*** Leonr has joined #openstack-meeting18:42
*** ominakov has quit IRC18:42
*** dprince has joined #openstack-meeting18:43
*** novas0x2a|laptop has joined #openstack-meeting18:43
*** colinmcnamara has joined #openstack-meeting18:44
*** colinmcnamara has quit IRC18:44
*** colinmcnamara has joined #openstack-meeting18:46
*** colinmcnamara has quit IRC18:46
*** Leonr has quit IRC18:47
*** lisaclark1 has quit IRC18:47
*** lisaclark1 has joined #openstack-meeting18:50
*** rakhmerov has joined #openstack-meeting18:53
*** Leonr has joined #openstack-meeting18:53
*** Leonr has quit IRC18:54
*** Leonr has joined #openstack-meeting18:54
*** caleb_ has joined #openstack-meeting18:56
*** rakhmerov has quit IRC18:58
*** fnaval has quit IRC18:58
*** thuc has quit IRC18:59
*** seagulls_coffee is now known as seagulls18:59
*** thuc has joined #openstack-meeting18:59
*** d0ugal has quit IRC19:00
*** shwetaap has joined #openstack-meeting19:01
*** esker has quit IRC19:01
*** salv-orlando has quit IRC19:02
*** jogo is now known as flashgordon19:03
*** thuc has quit IRC19:04
*** RajeshMohan has quit IRC19:04
*** lisaclark1 has quit IRC19:04
*** RajeshMohan has joined #openstack-meeting19:06
*** thuc has joined #openstack-meeting19:07
*** baoli has quit IRC19:07
*** lisaclark1 has joined #openstack-meeting19:08
*** jprovazn is now known as jprovazn_afk19:09
*** baoli has joined #openstack-meeting19:09
*** che-arne has joined #openstack-meeting19:09
*** marun has quit IRC19:11
*** lisaclark1 has quit IRC19:11
*** dvarga has joined #openstack-meeting19:11
*** lisaclark1 has joined #openstack-meeting19:11
*** lisaclark1 has quit IRC19:12
*** pdmars has joined #openstack-meeting19:13
*** lisaclark1 has joined #openstack-meeting19:13
*** ryanpetrello has joined #openstack-meeting19:13
*** caleb_ has quit IRC19:16
*** baoli has quit IRC19:18
*** manishg has joined #openstack-meeting19:23
*** nijaba has quit IRC19:33
*** ildikov_ has quit IRC19:33
*** Leonr has quit IRC19:33
*** Leonr has joined #openstack-meeting19:33
*** tanisdl has joined #openstack-meeting19:36
*** zns has quit IRC19:36
*** zns has joined #openstack-meeting19:37
*** doron_afk has joined #openstack-meeting19:37
*** Leonr has quit IRC19:38
*** sweston has quit IRC19:38
*** nijaba has joined #openstack-meeting19:38
*** nijaba has quit IRC19:38
*** nijaba has joined #openstack-meeting19:38
*** rfolco has quit IRC19:39
*** Leonr has joined #openstack-meeting19:40
*** nijaba has quit IRC19:40
*** ominakov has joined #openstack-meeting19:43
*** tanisdl has quit IRC19:43
rosmaitawe need that auth fix in, i'm getting a million questions about the endpoint19:44
*** ominakov has quit IRC19:47
*** Leo_ has joined #openstack-meeting19:49
*** Leonr has quit IRC19:52
*** nijaba has joined #openstack-meeting19:52
*** rakhmerov has joined #openstack-meeting19:54
*** otherwiseguy has quit IRC19:56
*** rakhmerov has quit IRC19:58
*** sweston has joined #openstack-meeting20:00
*** cnesa2 has quit IRC20:02
*** lcheng has quit IRC20:04
*** jvrbanac has quit IRC20:05
*** lisaclark1 has quit IRC20:05
*** jvrbanac has joined #openstack-meeting20:06
*** sweston has quit IRC20:06
*** amandeep has joined #openstack-meeting20:07
*** egallen_ has joined #openstack-meeting20:07
*** sweston has joined #openstack-meeting20:07
*** amandeep is now known as Guest8390720:07
*** yamahata has quit IRC20:07
*** yassine has quit IRC20:08
*** geekinutah has quit IRC20:08
*** lisaclark1 has joined #openstack-meeting20:08
*** egallen_ is now known as egallen20:11
*** hartbot has left #openstack-meeting20:14
*** dvarga has quit IRC20:14
*** lcheng has joined #openstack-meeting20:16
*** dcramer_ has joined #openstack-meeting20:19
*** akuznetsov has quit IRC20:20
*** doron has joined #openstack-meeting20:23
*** esker has joined #openstack-meeting20:23
*** marun has joined #openstack-meeting20:25
*** doron_afk has quit IRC20:25
*** stevemar has quit IRC20:25
*** lcheng has quit IRC20:26
*** rwsu has joined #openstack-meeting20:28
*** ArxCruz has quit IRC20:30
*** lisaclark1 has quit IRC20:30
*** jtomasek has quit IRC20:31
*** ArxCruz has joined #openstack-meeting20:33
*** egallen has quit IRC20:34
*** otherwiseguy has joined #openstack-meeting20:36
*** lcheng has joined #openstack-meeting20:38
*** doron has quit IRC20:38
*** lpabon has quit IRC20:38
*** _nadya_ has joined #openstack-meeting20:42
*** ominakov has joined #openstack-meeting20:44
*** dburmistrov has quit IRC20:44
*** lisaclark1 has joined #openstack-meeting20:45
*** sarob has quit IRC20:47
*** julim has quit IRC20:47
*** sarob has joined #openstack-meeting20:48
*** ominakov has quit IRC20:48
*** lcheng has quit IRC20:48
*** jprovazn_afk has quit IRC20:49
*** lcheng has joined #openstack-meeting20:51
*** sarob has quit IRC20:52
*** vkozhukalov_ has quit IRC20:53
*** rakhmerov has joined #openstack-meeting20:55
*** lcheng has quit IRC20:57
*** esker has quit IRC20:57
*** lcheng has joined #openstack-meeting20:57
*** kenhui has quit IRC20:57
*** lisaclark1 has quit IRC20:58
*** phil_h has quit IRC20:59
*** rakhmerov has quit IRC20:59
*** _nadya_ has quit IRC20:59
*** caleb_ has joined #openstack-meeting21:01
*** bdpayne has quit IRC21:01
*** bdpayne_ has joined #openstack-meeting21:01
*** salv-orlando has joined #openstack-meeting21:02
*** salv-orlando has joined #openstack-meeting21:02
*** lblanchard has quit IRC21:04
*** thomasem has quit IRC21:04
*** colinmcnamara has joined #openstack-meeting21:05
*** rramirez has quit IRC21:06
*** pdmars has quit IRC21:07
*** caleb_ has quit IRC21:07
*** ildikov_ has joined #openstack-meeting21:08
*** cnesa has joined #openstack-meeting21:08
*** david-lyle has quit IRC21:09
*** sdake_ has quit IRC21:10
*** sdake_ has joined #openstack-meeting21:10
*** sdake_ has quit IRC21:10
*** sdake_ has joined #openstack-meeting21:10
*** aysyd has quit IRC21:12
*** caleb_ has joined #openstack-meeting21:17
*** MaxV has joined #openstack-meeting21:17
*** thedodd has quit IRC21:17
*** esker has joined #openstack-meeting21:18
*** radez is now known as radez_g0n321:19
*** arnaud has joined #openstack-meeting21:20
*** mkoderer has quit IRC21:21
*** rramirez has joined #openstack-meeting21:21
*** rbowen has quit IRC21:21
*** pablosan is now known as ZZpablosan21:26
*** colinmcnamara has quit IRC21:28
*** ameade has quit IRC21:28
*** colinmcnamara has joined #openstack-meeting21:31
*** rbrady is now known as rbrady-afk21:31
*** tanisdl has joined #openstack-meeting21:33
*** dims has quit IRC21:34
*** lcheng has quit IRC21:35
*** eguz has joined #openstack-meeting21:37
*** vkozhukalov_ has joined #openstack-meeting21:37
*** ryanpetrello has quit IRC21:39
*** eghobo has quit IRC21:41
*** zhiyan is now known as zhiyan_21:42
*** ZZpablosan is now known as pablosan21:43
*** lcheng has joined #openstack-meeting21:46
*** rmk has quit IRC21:47
*** vjay has quit IRC21:48
*** rmk has joined #openstack-meeting21:49
*** rmk has joined #openstack-meeting21:49
*** dims has joined #openstack-meeting21:53
*** henrynash has quit IRC21:54
*** vijendar has quit IRC21:55
*** dkliban has quit IRC21:55
*** changbl has quit IRC21:55
*** rakhmerov has joined #openstack-meeting21:55
*** changbl has joined #openstack-meeting21:55
*** dkliban has joined #openstack-meeting21:56
*** rramirez has quit IRC21:57
*** neelashah has quit IRC22:03
*** adalbas has quit IRC22:04
*** d0ugal has joined #openstack-meeting22:06
*** d0ugal has quit IRC22:06
*** d0ugal has joined #openstack-meeting22:06
*** rakhmerov has quit IRC22:09
*** bauzas has joined #openstack-meeting22:11
*** esker has quit IRC22:14
*** esker has joined #openstack-meeting22:15
*** eguz has quit IRC22:18
*** banix has quit IRC22:18
*** eghobo has joined #openstack-meeting22:19
*** jrist has quit IRC22:20
*** jrist has joined #openstack-meeting22:20
*** kenhui has joined #openstack-meeting22:20
*** jvrbanac has quit IRC22:22
*** yjiang5 has quit IRC22:22
*** jvrbanac_ has joined #openstack-meeting22:23
*** mtanino has quit IRC22:24
*** yjiang5 has joined #openstack-meeting22:24
*** MarkAtwood has joined #openstack-meeting22:26
*** eguz has joined #openstack-meeting22:26
*** manishg has quit IRC22:26
*** sarob has joined #openstack-meeting22:26
*** ihrachys has quit IRC22:26
*** ameade has joined #openstack-meeting22:29
*** eghobo has quit IRC22:29
*** Leo_ has quit IRC22:30
*** ArxCruz has quit IRC22:32
*** reed has joined #openstack-meeting22:32
*** manishg has joined #openstack-meeting22:32
*** ameade has quit IRC22:33
*** Guest83907 has quit IRC22:37
*** manishg has quit IRC22:37
*** manishg has joined #openstack-meeting22:38
*** caleb_ has quit IRC22:41
*** mrodden has quit IRC22:41
*** marun has quit IRC22:42
*** armax has quit IRC22:42
*** lcheng has quit IRC22:42
*** ominakov has joined #openstack-meeting22:43
*** jmontemayor has quit IRC22:44
*** kevinconway has quit IRC22:44
*** mattgriffin has quit IRC22:45
*** manishg has quit IRC22:47
*** ominakov has quit IRC22:48
*** manishg has joined #openstack-meeting22:49
*** zns has quit IRC22:49
*** manishg has quit IRC22:50
*** colinmcnamara has quit IRC22:52
*** shwetaap has quit IRC22:53
*** esker has quit IRC22:53
*** zns has joined #openstack-meeting22:55
*** lucas__ has joined #openstack-meeting22:56
*** reed has quit IRC22:56
*** luqas has quit IRC22:58
*** asselin has quit IRC22:58
*** mrodden has joined #openstack-meeting23:02
*** che-arne has quit IRC23:03
*** rakhmerov has joined #openstack-meeting23:05
*** rohit404 has quit IRC23:06
*** mrodden has quit IRC23:07
*** nelsnelson has quit IRC23:08
*** mrodden has joined #openstack-meeting23:10
*** rakhmerov has quit IRC23:10
*** kenhui has quit IRC23:11
*** aji_ has joined #openstack-meeting23:13
*** rohit404 has joined #openstack-meeting23:14
*** mattgriffin has joined #openstack-meeting23:14
*** ywu has quit IRC23:18
*** ywu has joined #openstack-meeting23:18
*** che-arne has joined #openstack-meeting23:25
*** aji_ has quit IRC23:25
*** dvarga has joined #openstack-meeting23:25
*** dvarga has quit IRC23:25
*** sweston has quit IRC23:27
*** flaper87 is now known as flaper87|afk23:27
*** gokrokve has quit IRC23:28
*** ameade has joined #openstack-meeting23:29
*** otherwiseguy has quit IRC23:32
*** openstackstatus has quit IRC23:36
*** cnesa has quit IRC23:37
*** jergerber has quit IRC23:38
*** pablosan has quit IRC23:38
*** jdurgin has quit IRC23:38
*** rwsu has quit IRC23:38
*** rbrady-afk has quit IRC23:38
*** rossella_s has quit IRC23:39
*** rm_work has quit IRC23:39
*** changbl has quit IRC23:42
*** nati_ueno has quit IRC23:42
*** cjellick has quit IRC23:42
*** tkay has quit IRC23:42
*** HenryG has quit IRC23:42
*** thuc has quit IRC23:43
*** arnaud has quit IRC23:43
*** Gordonz has quit IRC23:43
*** sdake has quit IRC23:43
*** mwagner_lap has quit IRC23:45
*** julienvey has quit IRC23:45
*** marcoemorais has quit IRC23:45
*** sarob has quit IRC23:45
*** eguz has quit IRC23:45
*** yjiang5 has quit IRC23:46
*** jvrbanac_ has quit IRC23:46
*** rmk has quit IRC23:46
*** comay_ has quit IRC23:46
*** scottda_ has quit IRC23:46
*** vnaboichenko_ has quit IRC23:46
*** seagulls has quit IRC23:46
*** SpamapS has quit IRC23:46
*** dkranz has quit IRC23:46
*** bogdando has quit IRC23:46
*** cody-somerville has quit IRC23:46
*** haneef_ has quit IRC23:46
*** funzo has quit IRC23:46
*** maurosr has quit IRC23:46
*** KurtMartin has quit IRC23:46
*** krotscheck has quit IRC23:46
*** sdague has quit IRC23:46
*** dragondm has quit IRC23:46
*** rainya has quit IRC23:46
*** moe818 has quit IRC23:46
*** che-arne has quit IRC23:46
*** lucas__ has quit IRC23:46
*** zns has quit IRC23:46
*** tanisdl has quit IRC23:46
*** MaxV has quit IRC23:46
*** sld_ has quit IRC23:46
*** jbrogan has quit IRC23:46
*** slong_ has quit IRC23:46
*** sankarshan_away has quit IRC23:46
*** dolphm has quit IRC23:46
*** Michalik has quit IRC23:46
*** jjmb has quit IRC23:46
*** tristanC has quit IRC23:46
*** cody-somerville- has quit IRC23:46
*** tian has quit IRC23:46
*** cyeoh has quit IRC23:46
*** mtreinish has quit IRC23:46
*** Daviey has quit IRC23:46
*** denis_makogon has quit IRC23:46
*** sc68cal has quit IRC23:46
*** hughsaunders has quit IRC23:46
*** mrodden has quit IRC23:46
*** jrist has quit IRC23:46
*** d0ugal has quit IRC23:46
*** vkozhukalov_ has quit IRC23:46
*** harlowja has quit IRC23:46
*** bknudson has quit IRC23:46
*** martines_ has quit IRC23:46
*** chmouel has quit IRC23:46
*** fouxm has quit IRC23:46
*** EntropyWorks has quit IRC23:46
*** damnsmith has quit IRC23:46
*** hemnafk has quit IRC23:46
*** iccha has quit IRC23:46
*** enikanorov has quit IRC23:46
*** zanc_ has quit IRC23:46
*** antonym has quit IRC23:46
*** mrda has quit IRC23:46
*** smoser has quit IRC23:46
*** loquacities has quit IRC23:46
*** Mongo2_ has quit IRC23:46
*** nibalizer has quit IRC23:46
*** hyakuhei has quit IRC23:46
*** cvbock has quit IRC23:46
*** e-vad has quit IRC23:46
*** asadoughi has quit IRC23:46
*** shortstop has quit IRC23:46
*** ywu has quit IRC23:46
*** rohit404 has quit IRC23:46
*** bauzas has quit IRC23:46
*** weshay has quit IRC23:46
*** samkottler has quit IRC23:46
*** sbalukoff has quit IRC23:46
*** aloga has quit IRC23:46
*** fungi has quit IRC23:46
*** simonmcc has quit IRC23:46
*** EmilienM has quit IRC23:46
*** lsmola has quit IRC23:46
*** lintan__ has quit IRC23:46
*** edleafe has quit IRC23:46
*** obondarev has quit IRC23:46
*** aostapenko has quit IRC23:46
*** markvoelker has quit IRC23:46
*** AaronGr has quit IRC23:46
*** dukhlov has quit IRC23:46
*** IgorYozhikov has quit IRC23:46
*** psedlak has quit IRC23:46
*** Adri2000 has quit IRC23:46
*** jd__ has quit IRC23:46
*** lucian1 has quit IRC23:46
*** Shaan7 has quit IRC23:46
*** vhoward- has quit IRC23:46
*** nsaje has quit IRC23:46
*** cdub has quit IRC23:46
*** complexmind has quit IRC23:46
*** zhiyan_ has quit IRC23:46
*** acoles- has quit IRC23:46
*** ItSANgo has quit IRC23:46
*** edhall has quit IRC23:46
*** salv-orlando has quit IRC23:46
*** bdpayne_ has quit IRC23:46
*** novas0x2a|laptop has quit IRC23:46
*** dprince has quit IRC23:46
*** jgrimm has quit IRC23:46
*** crc32 has quit IRC23:46
*** jecarey has quit IRC23:46
*** blamar has quit IRC23:46
*** s3wong has quit IRC23:46
*** ccorrigan has quit IRC23:46
*** coasterz has quit IRC23:46
*** dripton has quit IRC23:46
*** bdperkin has quit IRC23:46
*** esmute has quit IRC23:46
*** miarmak has quit IRC23:46
*** lxsli has quit IRC23:46
*** sfineberg has quit IRC23:46
*** nikhil__ has quit IRC23:46
*** ilyashakhat has quit IRC23:46
*** vipul has quit IRC23:46
*** saschpe has quit IRC23:46
*** toanster_ has quit IRC23:46
*** sbadia has quit IRC23:46
*** dkehn has quit IRC23:46
*** dhellmann has quit IRC23:46
*** pradipta_away has quit IRC23:46
*** _cerberus_ has quit IRC23:46
*** morgabra has quit IRC23:46
*** ewindisch has quit IRC23:46
*** bureado has quit IRC23:46
*** clarkb has quit IRC23:46
*** llu has quit IRC23:46
*** kevinbenton has quit IRC23:46
*** dcramer_ has quit IRC23:46
*** RajeshMohan has quit IRC23:46
*** amcrn has quit IRC23:46
*** Tross has quit IRC23:46
*** n0ano has quit IRC23:46
*** rossk has quit IRC23:46
*** SumitNaiksatam has quit IRC23:46
*** markwash has quit IRC23:46
*** alexpilotti has quit IRC23:46
*** schwicht has quit IRC23:46
*** mdurnosvistov has quit IRC23:46
*** pcarver has quit IRC23:46
*** sandywalsh_ has quit IRC23:46
*** mikal has quit IRC23:46
*** thurloat has quit IRC23:46
*** markvan has quit IRC23:46
*** juice has quit IRC23:46
*** davidlenwell has quit IRC23:46
*** gibi has quit IRC23:46
*** mattoliverau has quit IRC23:46
*** jaypipes has quit IRC23:46
*** Slower has quit IRC23:46
*** cgoncalves has quit IRC23:46
*** otherjon has quit IRC23:46
*** luis_fdez has quit IRC23:46
*** yamahata_ has quit IRC23:46
*** flaper87|afk has quit IRC23:46
*** aignatov has quit IRC23:46
*** ttrifonov_zZzz has quit IRC23:46
*** koolhead17 has quit IRC23:46
*** jmh__ro has quit IRC23:46
*** esheffie1d has quit IRC23:46
*** _jmp_ has quit IRC23:46
*** jwang_ has quit IRC23:46
*** termie has quit IRC23:46
*** joearnold has quit IRC23:46
*** nijaba has quit IRC23:46
*** Mandell has quit IRC23:46
*** Linz has quit IRC23:46
*** vkmc has quit IRC23:46
*** rmoe has quit IRC23:46
*** gyee has quit IRC23:46
*** emagana has quit IRC23:46
*** atiwari has quit IRC23:46
*** ivasev has quit IRC23:46
*** slagle has quit IRC23:46
*** jang has quit IRC23:46
*** enikanorov_ has quit IRC23:46
*** samcdona has quit IRC23:46
*** ctracey has quit IRC23:46
*** tshirtman has quit IRC23:46
*** s0nea has quit IRC23:46
*** skath has quit IRC23:46
*** skraynev_afk has quit IRC23:46
*** dkehn_ has quit IRC23:46
*** pberis has quit IRC23:46
*** pfallenop has quit IRC23:46
*** fbo has quit IRC23:46
*** swat30 has quit IRC23:46
*** yuan has quit IRC23:46
*** lpmulligan has quit IRC23:46
*** jeblair has quit IRC23:46
*** jpeeler has quit IRC23:46
*** ityaptin has quit IRC23:46
*** shanks has quit IRC23:46
*** soren has quit IRC23:46
*** rch has quit IRC23:46
*** ZangMingJie has quit IRC23:46
*** dteselkin has quit IRC23:46
*** enykeev has quit IRC23:46
*** bill_az has quit IRC23:46
*** gmurphy has quit IRC23:46
*** alaski has quit IRC23:46
*** NikitaKonovalov has quit IRC23:46
*** westmaas has quit IRC23:46
*** DuncanT- has quit IRC23:46
*** sseverson has quit IRC23:46
*** SergeyLukjanov has quit IRC23:46
*** ruhe has quit IRC23:46
*** DinaBelova has quit IRC23:46
*** ogelbukh has quit IRC23:46
*** jasond` has quit IRC23:46
*** haleyb has quit IRC23:46
*** notmyname has quit IRC23:46
*** pleia2 has quit IRC23:46
*** rosmaita has quit IRC23:46
*** bearhands has quit IRC23:46
*** Brainspackle has quit IRC23:46
*** niska has quit IRC23:46
*** samalba has quit IRC23:46
*** rahmu has quit IRC23:46
*** plomakin_ has quit IRC23:46
*** dosaboy has quit IRC23:46
*** sn0wb1rd has quit IRC23:46
*** shadower has quit IRC23:46
*** kin has quit IRC23:46
*** scottda has quit IRC23:46
*** jcooley has quit IRC23:46
*** belliott has quit IRC23:46
*** peterstac has quit IRC23:46
*** flashgordon has quit IRC23:46
*** hugokuo has quit IRC23:46
*** anderstj has quit IRC23:46
*** tr3buchet has quit IRC23:46
*** alpha_ori has quit IRC23:46
*** guitarzan has quit IRC23:46
*** benonsoftware has quit IRC23:46
*** radez_g0n3 has quit IRC23:46
*** qiuyu has quit IRC23:46
*** lifeless has quit IRC23:46
*** jesusaurus has quit IRC23:46
*** primeministerp has quit IRC23:46
*** marios has quit IRC23:46
*** gpocentek has quit IRC23:46
*** mordred has quit IRC23:46
*** dtroyer has quit IRC23:46
*** cburgess has quit IRC23:46
*** matiu has quit IRC23:46
*** meow-nofer_ has quit IRC23:46
*** sileht has quit IRC23:46
*** tris has quit IRC23:46
*** zigo has quit IRC23:46
*** tteggel has quit IRC23:46
*** jgriffith has quit IRC23:46
*** jraim has quit IRC23:46
*** creiht has quit IRC23:46
*** GheRivero has quit IRC23:46
*** vishy has quit IRC23:46
*** mhu has quit IRC23:46
*** openstack has joined #openstack-meeting23:46
*** haomaiwang has quit IRC23:46
*** openstackstatus has joined #openstack-meeting23:47
*** zns has joined #openstack-meeting23:49
*** Michalik has joined #openstack-meeting23:52
*** che-arne has joined #openstack-meeting23:53
*** cody-somerville- has joined #openstack-meeting23:56
*** cyeoh has joined #openstack-meeting23:58

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