Friday, 2014-04-04

*** meera has quit IRC00:00
*** JRobinson__ has quit IRC00:00
*** GMann_ has joined #openstack-meeting00:00
*** brucer_ has joined #openstack-meeting00:01
cyeoh#startmeeting Nova API00:01
openstackMeeting started Fri Apr  4 00:01:19 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 - who do we have here today?00:01
jaypipeso/00:01
ken1ohmichihi00:01
*** brucer has quit IRC00:01
masayukighi00:01
GMann_Hi00:02
ivanzhuhi00:02
cyeohok let's get started00:02
cyeoh#topic vNext00:02
*** openstack changes topic to "vNext (Meeting topic: Nova API)"00:02
cyeohjaypipes: would you like to talk about what you have here?00:03
jaypipescyeoh: ok, sure, thx.00:03
*** slagle has quit IRC00:03
jaypipes#link http://docs.oscomputevnext.apiary.io/00:03
jaypipes#link https://github.com/jaypipes/openstack-compute-api00:03
jaypipesso, I've been brainstorming about ideas for the compute API **if backwards compatibility was no issue whatsoever**00:03
jaypipesthus, calling it vNext and not getting into any discussion about what number version it is :)00:04
cyeohyea so I think when we bump the major version we should feel free to break backwards compatibility00:04
jaypipesI am still working on the README and apiblueprint documentation, but some of the major concepts that I'm going for are documented at the top of the docs.apiary link above00:04
jaypipesone of the more controversial concepts I presume will be the complete lack of API extensions.00:05
jaypipesas well as the removal of anything in the Nova API that is for deployers or operators.00:05
cyeohjaypipes: yea I suspect that's something that would need a lot of discussion with deployers/operators00:06
jaypipessome of the less controversial stuff is probably the lack of XML and the use of JSON-Home and JSONSchema docs for discovery of the API00:06
cyeohespecially the lack of API extensions because I think they're the ones that want that flexibility00:06
jaypipescyeoh: so my initial thought on the operator/deployer API stuff is that operators could continue to use the v2/3 API for operator actions if that were desired00:07
*** colinmcnamara has quit IRC00:07
*** dims_ has quit IRC00:07
*** brucer_ has quit IRC00:07
cyeohbut long term v2/v3 would be dropped wouldn't it?00:07
cyeoh(like super long term)00:07
jaypipescyeoh: yup00:07
cyeohso they are going to want some sort of migration path.00:07
jaypipescyeoh: which would give us time to decide whether a separate RESTful API for operators is appropriate (or a non-RESTful API or tooling set, ect)00:08
jaypipescyeoh: of course. that's not the intention of the vNext API discussions, though. :)00:08
cyeohok, that's reasonable00:08
cyeohI think removing XML is no brainer - its already removed from the V3 API and on its way out from V200:09
cyeohV2.1 would not support XML either00:09
jaypipessure, I figured there's be little disagreement there.00:09
cyeohThe JSON-Home/JSON schema docs is how I'd like to head for the V3 API00:09
cyeohI think we almost enough in place now00:09
jaypipescyeoh: are you familiar with APIBlueprint?00:09
*** doug_shelley66 has quit IRC00:09
cyeohjaypipes: no, have you got a link?00:09
jaypipescyeoh: that first link above is it :)00:10
jaypipescyeoh: it is the formatted representation of this: https://github.com/jaypipes/openstack-compute-api/blob/master/apiary.apib00:10
jaypipescyeoh: basically, it allows one to use Markdown to document the API contract (request and reponse payloads, API routes, etc)00:11
jaypipescyeoh: but in a machine readable format that is also human-readable.00:11
*** tinoue has joined #openstack-meeting00:11
cyeohhrm interesting. Are you suggesting its something we autogenerate instead of using WADL etc?00:11
*** thuc has quit IRC00:12
jaypipescyeoh: so all of the JSON-Home and JSONSchema documents are actually stored in the APIBlueprint Markdown document, which is machine parseable, and thus you see that the request and response payload and object model are expressable in a single document00:12
*** KurtMartin has quit IRC00:12
*** tsekiyam_ has joined #openstack-meeting00:12
*** brucer has joined #openstack-meeting00:12
jaypipescyeoh: writing the API spec in APIBlueprint allows you to generate the API spec, yes.00:12
*** thuc has joined #openstack-meeting00:12
jaypipescyeoh: including generating all of the JSONSChema docs that are embedded in the apiblueprint markdown document.00:12
cyeohjaypipes: ok, its definitely something we should look at closer then - docs are one of the worst parts of the current API (and its not really the docs team fault)00:13
jaypipescyeoh: as a neat side-effect, you can actually hit the oscomputevnext.apiary.com endpoint and test HTTP requests against the APIBlueprint contract.00:13
*** cjellick has quit IRC00:13
*** slong has quit IRC00:13
*** slong_ has joined #openstack-meeting00:14
cyeohthat sounds great00:14
jaypipescyeoh: so in a way, the single APIBlueprint is self-validating, because Markdown is either valid or not, so you can validate the API spec as well as the content of the API specification itself... kinda cool.00:14
*** tsekiyama has quit IRC00:15
jaypipesanyway... thx for letting me introduce the vNext stuff. It's not done yet, and I very much welcome forks and pull requests on there. feel free to critique, add, delete, etc00:15
cyeohso your desire to pull out operator or "internal" type functionality from the REST API - does that come from wanting to make the API simpler for ordinary users to understand?00:16
jaypipesit's a big playground for ideas on compute API stuff00:16
jaypipescyeoh: yes, that is exactly the point.00:16
cyeohok.00:16
jaypipescyeoh: there's a reason we don't expose database schema migrations in the REST API... it just doesn't make sense00:16
*** thuc has quit IRC00:16
cyeohI really like the idea of having really long term planning for the API00:16
*** tsekiyam_ has quit IRC00:16
jaypipescyeoh: likewise, although I'm sure amazon has internal operator APIs, it's not exposed in the same AWS API everyone else uses...00:16
*** brucer has quit IRC00:17
cyeohJust looking at the philosophy/style section I think there's a few things we should integrate into V3 - some i'd like to do like having UUIDs for everything but hard because of $INTERNALS_REASONS00:17
*** IlyaE has joined #openstack-meeting00:18
jaypipescyeoh: again, I'm not at all opposed to operation API actions... just not keen on them being in the same API as users of the cloud. I feel it is confusing and makes the API documentation and usage mddy00:18
jaypipesmuddy...00:18
cyeohyea, it may be as simple as separating them in the documentation?00:18
*** mdenny has joined #openstack-meeting00:18
jaypipescyeoh: eh... I'd prefer an entirely separate API really.00:18
*** brucer has joined #openstack-meeting00:19
cyeohif normal users can't discover it does it make a difference?00:19
jaypipescyeoh: operators and admins and users just don't view the cloud in the same way, and having a single control API for different audiences doesn't make as much sense to me as having separate ones for the operator and the admins/users00:19
cyeohok00:20
jaypipescyeoh: I think it would be simpler in the code to have a clean break, but hey, this is a community consensus thing... there's more than one side to this debate...00:20
cyeohdepending on the timeframe for a stable V3 I'd like us to consider some of the ideas you have here http://docs.oscomputevnext.apiary.io/00:20
jaypipestotally just want to put things on the table and play around with ideas without any boundaries00:20
*** dims_ has joined #openstack-meeting00:21
cyeohyea I think we need to work out where we want to get to in the long term, and then consider how to get there separately with the extra constraints like maintenance overhead00:21
cyeohanyway thank you very much for joining today to talk about it. Are you planning on submitting a summit session about this?00:22
jaypipesyep, absolutely.00:22
*** tinoue_ has joined #openstack-meeting00:22
jaypipesI'll even bring some beer to the session ;)00:22
cyeohexcellent :-) was there anything else you want to talk about vNext or we'll move on to the next topic00:23
jaypipesnope, good on my end, thx00:23
*** stmi has left #openstack-meeting00:23
*** stmi has quit IRC00:23
cyeoh#topic progress on v2 on v3 API POC00:23
*** openstack changes topic to "progress on v2 on v3 API POC (Meeting topic: Nova API)"00:23
*** radez_g0n3 is now known as radez00:24
*** vuil has quit IRC00:24
cyeohso I have submitted a nova-specs patch00:24
*** tomoe_ has joined #openstack-meeting00:24
cyeoh#link https://review.openstack.org/#/c/84695/00:24
cyeohthis won't merge until we've had some discussions about it at summit00:24
cyeohbut I'd encourage everyone to have a look at it to make sure we haven't missed anything00:24
*** doug_shelley66 has joined #openstack-meeting00:25
cyeohken1ohmichi: I was wondering if you had any more feedback about it - anything you think we should add?00:25
ken1ohmichicyeoh: Nova has a lot of APIs. it is better to consider how to manage the progress.00:26
*** mrodden has joined #openstack-meeting00:26
cyeohken1ohmichi: right, and how much we want to do for the POC?00:26
cyeohken1ohmichi: would it be useful to have a spreadsheet like we have for the tempest tests?00:27
ken1ohmichicyeoh: now 6 APIs are PoC targets.00:27
ken1ohmichicyeoh: I think it is a good idea.00:27
ken1ohmichicyeoh: now we are managing Tempest tasks on spreadsheet also. https://docs.google.com/spreadsheet/ccc?key=0AmYuZ6T4IJETdEVNTWlYVUVOWURmOERSZ0VGc1BBQWc#gid=300:28
ken1ohmichicyeoh: I feel it is beter thatv2.1 tasks also will be managed like that:]00:28
*** tomoe_ has quit IRC00:28
cyeohken1ohmichi: I think that would be really good - is that something you have time to do?00:29
ken1ohmichicyeoh: sorry, do you mean?00:29
*** jaypipes has quit IRC00:30
cyeohken1ohmichi: I'm wondering if you could setup the spreadsheet for the v2.1 tasks - and we'll track things that way00:30
*** weshay has joined #openstack-meeting00:30
ken1ohmichicyeoh: oh, I will do it:-)00:30
cyeohken1ohmichi: excellent, thx!00:30
cyeoh#action ken1ohmichi to set up v2.1 tasks tracking spreadsheet00:31
cyeohI guess if we implement any more v2.1 APIs we should concentrate on the core ones00:31
*** rakhmerov has joined #openstack-meeting00:31
cyeoh(things defined as core in the V3 API as they are most likely the most important)00:31
ken1ohmichicyeoh: agree00:31
cyeohso one other thing came up in the discussions around V2.100:32
cyeohand that was if for v2.1 it would be possible to put the input validation into a mode where it didn't reject requests00:32
cyeohbut instead just logged invalid requests00:32
cyeohthis would presumably be done using a config flag00:32
ken1ohmichicyeoh: we need https://review.openstack.org/#/c/78111/ for PoC.00:33
cyeohthe reasoning behind this was that some cloud providers would want to do this, so they'd roll out v2.1 to a few clients00:33
cyeohken1ohmichi: ok I'll review that one today00:33
ken1ohmichicyeoh: thanks!00:33
cyeohand the clients would run their apps as normal00:34
cyeohif they were misusing the API because of the relaxed input validation00:34
cyeohit would still work with v2.1, but the cloud providers would see the logs and be able to tell them00:34
cyeohalso they'd get a better handle on how many people are misusing the API00:34
cyeohI think the main downsides would be they'd likely get an internal server error when they did misuse the API (but perhaps thats ok)00:35
cyeohand we'd need to think carefully about any potential security issues00:35
*** rakhmerov has quit IRC00:35
cyeohken1ohmichi: I think it'd be possible though for the validator to have a mode where it just didn't raise an exception, but logged instead when there was a problem?00:35
ken1ohmichiI guess many people misuse APIs because Nova unit tests also did it.00:35
cyeohken1ohmichi: yes I'm guessing its actually quite common!00:36
ken1ohmichicyeoh: that is an interesting idea. I feel we can do it.00:36
ken1ohmichiwith some option.00:36
cyeohken1ohmichi: ok cool, just wanted to check with you we weren't promising the impossible :-)00:37
*** rockyg has quit IRC00:37
*** imsurit has joined #openstack-meeting00:37
ken1ohmichicyeoh: now checking:-)00:37
cyeohso I talked to russellb about the -2's on the v2-on-v3-api patches, and he has very kindly removed the -2's00:38
GMann_cyeoh: in that case will Nova auto recover the wrong input?00:38
cyeohGMann_: so it's likely it will crash and burn in some way and raise some random exception00:38
cyeohin which case its likely that it will return a 500 Internal Server Error00:38
GMann_ok00:39
cyeohbut as long as cloud operators know that's going to happen I think its ok.00:39
GMann_ok, Got it. Thx00:39
cyeohits really just a special mode so everyone can get a better handle on how much pain a v2 to v2.1 upgrade will cause00:39
cyeohre: the v2-on-v3-api patches, please ensure that the WIP flag is put back on if you do rebasing00:40
cyeohso the patches don't end up skewing the stats on the nova queue00:40
cyeohand so they don't get accidentally get merged. I think its ok to put a big "DO NOT MERGE" in the commit message for now too00:40
*** xuhanp has quit IRC00:41
ken1ohmichicyeoh: but I cannot mark the other developers patches.00:41
*** IlyaE has quit IRC00:41
ken1ohmichicyeoh: for WIP.00:42
cyeohhrm00:42
cyeohI thought we could mark other people's patches WIP?00:42
ken1ohmichicyeoh: is not enough to include "WIP" as the title?00:42
cyeohor maybe you need to be nova-core to do it, I appear to have the perms to do it00:42
cyeohken1ohmichi: that will help, but unfortunately the stats scripts don't look for that.00:43
cyeohif you can't mark other people's patches WIP, just make sure you do your own, and I'll go through the patch series every now and then fix up any that are missing00:43
*** amcrn has quit IRC00:43
cyeohFor those who don't know, I did a big rebase this week of all the v2-on-v3-api patches so we have one single series of patches00:44
cyeohthe end one is this one: https://review.openstack.org/#/c/83256/00:44
ken1ohmichicyeoh: thanks, will ping you when needing it.00:44
cyeohwhich is ken1ohmichi's patch which makes v2.1 appear as /v2 so if you pull that one you should get them all00:44
cyeohif you do add any more POC patches, please make sure you insert it somewhere appropriate in the patch series and rebase any dependencies00:45
cyeohthere is an ordered list at the end of this etherpad: https://etherpad.openstack.org/p/NovaV2OnV3POC00:45
ken1ohmichicyeoh: sure, will take care of it:)00:45
cyeohto help us make sure we keep things in the right order00:45
cyeohken1ohmichi: thanks!00:45
ken1ohmichicyeoh: re: option for log instead of exception: enough to do it, just set some option at https://github.com/openstack/nova/blob/master/nova/api/validation/validators.py#L6900:46
cyeohken1ohmichi: excellent, so that'd just be a single point where we can LOG instead of raising an exception...00:46
ken1ohmichicyeoh: will add it to *v3* tasks.00:47
cyeohwhich brings up my other question about v2 on v3 -00:47
ken1ohmichinothing from me:)00:47
cyeohso when an invalid V2 request comes in00:47
cyeohit will get translated and then hit the v3 validator00:47
cyeohwhich will produce a v3 specific error message00:47
ken1ohmichicyeoh: right.00:48
cyeohis it going to be possible to translate the error message on the way back so say instead of saying invalid imageID00:48
cyeohit can say invalid image_id?00:48
cyeohoops other way around ;-)00:48
cyeohI suspect that's going to be rather tricky, but maybe possible?00:48
ken1ohmichicyeoh: I am not sure now..00:49
cyeohwe might have to delay the generation of the string message till later, and perhaps raise an object with the raw info00:49
cyeohanyway I will play around with a few ideas00:49
cyeohbut I thought I should flag it as a potential issues00:50
ken1ohmichicyeoh: and I feel it is not matter if outputing image_id instead of imageId as v2 BadRequest because v2.0 msg is not consistent.00:50
cyeohken1ohmichi: heh, that is sort of true :-)00:50
*** MaxV has joined #openstack-meeting00:50
cyeohI guess I was thinking if it was possible we should try to get it right.00:50
*** samcdona has quit IRC00:50
cyeohok was anything else about the v2 on v3 POC that people wanted to talk about?00:51
ken1ohmichicyeoh: if doing it, we need to pass v2 info to validation code. that would make a little durty code.00:52
cyeohken1ohmichi: yea I"m not sure how we'd do it cleanly yet.00:52
cyeohthough we have the name mappings in the decorators already00:52
ken1ohmichicyeoh: yes, right.00:52
cyeohanyway I will have a play and see if its possible, otherwise it may have to be something we have to live with00:53
ken1ohmichicyeoh: thanks:)00:53
cyeoh#topic progress on API response validation in tempest00:53
*** openstack changes topic to "progress on API response validation in tempest (Meeting topic: Nova API)"00:53
cyeohis there anything we need to talk about here? Other than needing to do more reviews :-)00:54
ken1ohmichicyeoh; yes need more reviews:)00:54
cyeohheh :-)00:54
cyeohI've been slack this week. Will try to get more done soon00:54
ken1ohmichicyeoh: great00:54
*** MaxV has quit IRC00:54
cyeohmrda: are you around atm?00:54
*** novas0x2a|laptop has quit IRC00:55
cyeohok we'll go on to the v3 API work then00:55
cyeoh#topic Ongoing V3 API related work00:55
*** openstack changes topic to "Ongoing V3 API related work (Meeting topic: Nova API)"00:55
*** chuck_ has quit IRC00:55
cyeohso I think we have consensus in #openstack-nova that we can continue to merge V3 related work that we missed in Icehouse00:55
ken1ohmichigreat!00:56
cyeohso things like missing extensions, moving policy checks up to the API layer etc00:56
cyeohbut we do need to still put blueprints specs in00:56
ivanzhucyeoh: so we can restore these patches00:56
cyeohso I'll try to work on those over the next few days, but everyone should feel free to work on them too if they'd like to :-)00:56
cyeohivanzhu: yep, restore them, but we'll need to get the blueprint re-approved.00:57
ivanzhucyeoh: great00:57
ken1ohmichiOK, validation taks also remain. will restore them.00:57
cyeohivanzhu: the policy check ones scare me so much though I'm tempted to suggest we need 3 +2 votes on them though00:58
cyeohivanzhu: purely from the point of view that if we get it wrong, we introduce a security bug00:58
cyeohken1ohmichi: that's be great, thx!00:58
cyeohken1ohmichi: the validation patches really clean up the V3 API code00:58
cyeoh#topic Open Discussion00:59
*** openstack changes topic to "Open Discussion (Meeting topic: Nova API)"00:59
cyeohok we have like 1 minute left :-)00:59
cyeohis there anything else?00:59
*** brucer has quit IRC00:59
tianst20cyeoh: before we merge the policy check , i think we should first  change the policy  https://review.openstack.org/#/c/76829/00:59
*** brucer has joined #openstack-meeting01:00
cyeohtianst20: ok I will have to look at that01:00
tianst20thanks ,01:00
cyeohtianst20: you will have to chase up jog0 to remove the -201:00
cyeohok we're out of time, thank you everyone for attending.01:01
cyeoh#endmeeting01:01
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"01:01
openstackMeeting ended Fri Apr  4 01:01:26 2014 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)01:01
openstackMinutes:        http://eavesdrop.openstack.org/meetings/nova_api/2014/nova_api.2014-04-04-00.01.html01:01
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/nova_api/2014/nova_api.2014-04-04-00.01.txt01:01
openstackLog:            http://eavesdrop.openstack.org/meetings/nova_api/2014/nova_api.2014-04-04-00.01.log.html01:01
ken1ohmichicyeoh: thanks all01:01
GMann_Thanks.01:01
*** GMann_ has quit IRC01:01
*** ken1ohmichi has left #openstack-meeting01:02
*** Daisy_ has joined #openstack-meeting01:05
*** slagle has joined #openstack-meeting01:05
*** weshay has quit IRC01:05
*** brucer_ has joined #openstack-meeting01:06
*** brucer has quit IRC01:10
*** marcoemorais has quit IRC01:10
*** saschpe has quit IRC01:11
*** crc32 has quit IRC01:13
*** saschpe has joined #openstack-meeting01:13
*** shwetaap has joined #openstack-meeting01:17
*** banix has joined #openstack-meeting01:17
*** eghobo has joined #openstack-meeting01:17
*** thuc has joined #openstack-meeting01:23
*** ivanzhu has left #openstack-meeting01:26
*** Edward-Zhang has joined #openstack-meeting01:26
*** thuc has quit IRC01:27
*** xuhanp has joined #openstack-meeting01:29
*** Leonr has joined #openstack-meeting01:32
*** nosnos has joined #openstack-meeting01:33
*** Sukhdev has quit IRC01:34
*** bill_az has quit IRC01:35
*** Edward-Zhang has quit IRC01:35
*** stevemar has joined #openstack-meeting01:36
*** masayukig has quit IRC01:36
*** shwetaap has quit IRC01:38
*** arnaud has quit IRC01:44
*** yfujioka has joined #openstack-meeting01:50
*** shwetaap has joined #openstack-meeting01:50
*** MaxV has joined #openstack-meeting01:51
*** stevemar has quit IRC01:53
*** Mandell has quit IRC01:55
*** MaxV has quit IRC01:55
*** eghobo has quit IRC01:56
*** rakhmerov has joined #openstack-meeting01:59
*** stevemar has joined #openstack-meeting02:00
*** kgriffs|afk is now known as kgriffs02:03
*** tomoe_ has joined #openstack-meeting02:07
*** yamahata has joined #openstack-meeting02:09
*** paragan has joined #openstack-meeting02:11
*** ArxCruz has quit IRC02:11
*** ArxCruz has joined #openstack-meeting02:11
*** kgriffs is now known as kgriffs|afk02:13
*** xianghui has joined #openstack-meeting02:15
*** obondarev has quit IRC02:16
*** venkatesh has joined #openstack-meeting02:17
*** obondarev has joined #openstack-meeting02:17
*** ilyashakhat has quit IRC02:17
*** ilyashakhat has joined #openstack-meeting02:18
*** Linz has quit IRC02:18
*** crandquist has quit IRC02:19
*** doug_shelley66 has quit IRC02:20
*** Linz has joined #openstack-meeting02:21
*** changbl has joined #openstack-meeting02:22
*** morganfainberg is now known as morganfainberg_Z02:22
*** HenryG has joined #openstack-meeting02:23
*** zhiyan_ is now known as zhiyan02:24
*** J_Robinson has joined #openstack-meeting02:27
*** eghobo has joined #openstack-meeting02:28
*** J_Robinson has quit IRC02:28
*** dims_ has quit IRC02:29
*** thurloat has quit IRC02:30
*** epico has joined #openstack-meeting02:32
*** stevemar has quit IRC02:33
*** jdurgin has quit IRC02:38
*** shwetaap has quit IRC02:39
*** shwetaap has joined #openstack-meeting02:40
*** crandquist has joined #openstack-meeting02:40
*** svetikova has joined #openstack-meeting02:42
*** radez is now known as radez_g0n302:47
*** eghobo has quit IRC02:47
*** jdurgin has joined #openstack-meeting02:51
*** matsuhas_ has joined #openstack-meeting02:53
*** matsuhashi has quit IRC02:53
*** samcdona has joined #openstack-meeting02:53
*** matsuhas_ has quit IRC02:54
*** matsuhashi has joined #openstack-meeting02:56
*** jwang_ has joined #openstack-meeting03:01
*** matsuhashi has quit IRC03:02
*** matsuhashi has joined #openstack-meeting03:04
*** bdpayne has quit IRC03:06
*** ayoung is now known as ayoung_ZZZzzz__03:09
*** hemna_ has quit IRC03:11
*** MaxV has joined #openstack-meeting03:11
*** nikhil__ is now known as nikhil|afk03:12
*** MaxV has quit IRC03:16
*** nosnos has quit IRC03:17
*** shwetaap has left #openstack-meeting03:24
*** stevemar has joined #openstack-meeting03:24
*** devlaps has quit IRC03:28
*** eghobo has joined #openstack-meeting03:33
*** venkatesh has quit IRC03:34
*** slong_ has quit IRC03:37
*** paragan has quit IRC03:41
*** tr3buchet has quit IRC03:41
*** bdpayne has joined #openstack-meeting03:44
*** tr3buchet has joined #openstack-meeting03:47
*** paragan has joined #openstack-meeting03:54
*** paragan has quit IRC03:54
*** paragan has joined #openstack-meeting03:54
*** venkatesh has joined #openstack-meeting03:54
*** venkatesh has quit IRC03:56
*** vuil has joined #openstack-meeting03:56
*** eghobo has quit IRC03:58
*** Mandell has joined #openstack-meeting03:58
*** eghobo has joined #openstack-meeting04:00
*** matsuhashi has quit IRC04:01
*** eghobo has quit IRC04:02
*** svetikova has quit IRC04:02
*** harlowja is now known as harlowja_away04:03
*** matsuhashi has joined #openstack-meeting04:05
*** kgriffs|afk is now known as kgriffs04:07
*** dgnltd has joined #openstack-meeting04:08
*** imsurit has quit IRC04:09
*** david-lyle has joined #openstack-meeting04:11
*** MaxV has joined #openstack-meeting04:12
*** tinoue has quit IRC04:13
*** MaxV has quit IRC04:16
*** kgriffs is now known as kgriffs|afk04:16
*** chandan_kumar has joined #openstack-meeting04:16
*** nosnos has joined #openstack-meeting04:20
*** stevemar has quit IRC04:20
*** Michalik- has quit IRC04:28
*** banix has quit IRC04:29
*** akuznetsov has joined #openstack-meeting04:29
*** crandquist has quit IRC04:30
*** Tross has joined #openstack-meeting04:37
*** skraynev_afk is now known as skraynev04:48
*** Longgeek has joined #openstack-meeting04:50
*** crandquist has joined #openstack-meeting04:52
*** Leonr has quit IRC04:55
*** bdpayne has quit IRC05:00
*** yfujioka has quit IRC05:01
*** marcoemorais has joined #openstack-meeting05:05
*** sushils_ has joined #openstack-meeting05:05
*** Longgeek has quit IRC05:05
*** chandan_kumar has quit IRC05:06
*** ben00b has joined #openstack-meeting05:06
*** Longgeek has joined #openstack-meeting05:06
*** marcoemorais1 has joined #openstack-meeting05:06
*** kgriffs|afk is now known as kgriffs05:07
*** Michalik- has joined #openstack-meeting05:08
*** ben00b has quit IRC05:08
*** bdpayne has joined #openstack-meeting05:08
*** chandan_kumar has joined #openstack-meeting05:08
*** marcoemorais has quit IRC05:09
*** ildikov_ has quit IRC05:11
*** MaxV has joined #openstack-meeting05:13
*** kgriffs is now known as kgriffs|afk05:17
*** marcoemorais1 has quit IRC05:19
*** marcoemorais has joined #openstack-meeting05:19
*** MaxV has quit IRC05:19
*** Michalik- has quit IRC05:19
*** Daisy_ has quit IRC05:20
*** nshaikh has joined #openstack-meeting05:24
*** Michalik- has joined #openstack-meeting05:25
*** zhiyan is now known as zhiyan_05:25
*** harlowja_away has quit IRC05:29
*** Longgeek has quit IRC05:33
*** doug_shelley66 has joined #openstack-meeting05:35
*** gokrokve has joined #openstack-meeting05:39
*** gokrokve_ has joined #openstack-meeting05:40
*** dteselkin_ has joined #openstack-meeting05:41
*** ildikov_ has joined #openstack-meeting05:43
*** gokrokve has quit IRC05:44
*** markvan has quit IRC05:45
*** topol has quit IRC05:48
*** bdpayne has quit IRC05:49
*** _nadya_ has joined #openstack-meeting05:51
*** Longgeek has joined #openstack-meeting05:51
*** Longgeek has quit IRC05:58
*** Michalik- has quit IRC06:00
*** Michalik- has joined #openstack-meeting06:02
*** ArxCruz has quit IRC06:05
*** tobi1 has joined #openstack-meeting06:06
*** gokrokve_ has quit IRC06:07
*** _nadya_ has quit IRC06:11
*** dburmistrov has joined #openstack-meeting06:14
*** mrunge has joined #openstack-meeting06:16
*** afazekas has joined #openstack-meeting06:17
*** IlyaE has joined #openstack-meeting06:18
*** Longgeek has joined #openstack-meeting06:23
*** vuil has quit IRC06:23
*** MaxV has joined #openstack-meeting06:35
*** jtomasek has joined #openstack-meeting06:41
*** _nadya_ has joined #openstack-meeting06:42
*** MaxV has quit IRC06:45
*** mrda is now known as mrda_weekend06:47
*** bdpayne has joined #openstack-meeting06:47
*** Alexandra is now known as alex-gone06:48
*** alex-gone has quit IRC06:49
*** belmoreira has joined #openstack-meeting06:50
*** jlibosva has joined #openstack-meeting06:51
*** dburmistrov has quit IRC06:54
*** ttrifonov_zZzz is now known as ttrifonov06:55
*** dgnltd has quit IRC06:57
*** chandankumar_ has joined #openstack-meeting06:59
*** MaxV has joined #openstack-meeting07:02
*** _nadya_ has quit IRC07:04
*** Michalik- has quit IRC07:06
*** yamahata has quit IRC07:06
*** MaxV has quit IRC07:06
*** matsuhashi has quit IRC07:07
*** Michalik- has joined #openstack-meeting07:09
*** kgriffs|afk is now known as kgriffs07:10
*** IlyaE has quit IRC07:11
*** I159 has joined #openstack-meeting07:12
*** saju_m has joined #openstack-meeting07:12
*** kgriffs is now known as kgriffs|afk07:20
*** Longgeek_ has joined #openstack-meeting07:21
*** chandankumar_ has quit IRC07:23
*** Longgeek has quit IRC07:24
*** yamahata has joined #openstack-meeting07:24
*** IlyaE has joined #openstack-meeting07:24
*** Mandell has quit IRC07:25
*** Michalik- has quit IRC07:26
*** brucer_ has quit IRC07:26
*** Fdot has joined #openstack-meeting07:28
*** IlyaE has quit IRC07:31
*** bauzas has joined #openstack-meeting07:32
*** Michalik- has joined #openstack-meeting07:32
*** egallen has joined #openstack-meeting07:34
*** yingjun has joined #openstack-meeting07:35
*** Michalik- has quit IRC07:37
*** I159 has quit IRC07:37
*** jgallard has joined #openstack-meeting07:38
*** nacim has joined #openstack-meeting07:40
*** nwidell has joined #openstack-meeting07:41
*** MaxV has joined #openstack-meeting07:41
*** MaxV has quit IRC07:42
*** MaxV has joined #openstack-meeting07:42
*** sushils_ has quit IRC07:48
*** sushils_ has joined #openstack-meeting07:49
*** marcoemorais has quit IRC07:50
*** Michalik- has joined #openstack-meeting07:53
*** zhiyan_ is now known as zhiyan07:56
*** belmoreira has quit IRC07:58
*** yingjun has quit IRC07:58
*** Longgeek_ has quit IRC07:59
*** matrohon has quit IRC08:00
*** Longgeek has joined #openstack-meeting08:01
*** matrohon has joined #openstack-meeting08:02
*** belmoreira has joined #openstack-meeting08:02
*** ygbo has joined #openstack-meeting08:04
*** matsuhashi has joined #openstack-meeting08:04
*** slong has joined #openstack-meeting08:06
*** d0ugal has joined #openstack-meeting08:06
*** safchain has joined #openstack-meeting08:10
*** derekh has joined #openstack-meeting08:10
*** slong has quit IRC08:10
*** slong has joined #openstack-meeting08:11
*** kgriffs|afk is now known as kgriffs08:12
*** nwidell has quit IRC08:13
*** Longgeek_ has joined #openstack-meeting08:14
*** Longgeek has quit IRC08:16
*** epico has quit IRC08:21
*** kgriffs is now known as kgriffs|afk08:21
*** epico has joined #openstack-meeting08:24
*** lukego has joined #openstack-meeting08:25
*** lukego has quit IRC08:30
*** Longgeek_ has quit IRC08:31
*** jhenner has joined #openstack-meeting08:33
*** ams0 has joined #openstack-meeting08:33
*** Mikhail_D_wk has left #openstack-meeting08:34
*** akuznetsov has quit IRC08:34
*** slong has quit IRC08:35
*** matsuhashi has quit IRC08:35
*** akuznetsov has joined #openstack-meeting08:35
*** Mikhail_D_wk has joined #openstack-meeting08:36
*** bdpayne has quit IRC08:36
*** Longgeek has joined #openstack-meeting08:36
*** benonsoftware has quit IRC08:37
*** slong has joined #openstack-meeting08:38
*** fbo_away is now known as fbo08:40
*** Daisy_ has joined #openstack-meeting08:40
*** nacim has quit IRC08:42
*** slong has quit IRC08:45
* IgorYozhikov is now away: went away...08:50
*** matrohon has quit IRC08:50
*** xuhanp has quit IRC08:50
*** matrohon has joined #openstack-meeting08:51
*** matsuhashi has joined #openstack-meeting08:53
*** imsurit has joined #openstack-meeting08:54
*** nacim has joined #openstack-meeting08:54
*** mjbot has joined #openstack-meeting09:03
*** mjbot has quit IRC09:03
*** belmoreira has quit IRC09:04
*** Daisy_ has quit IRC09:05
*** mjbot has joined #openstack-meeting09:05
*** ominakov has joined #openstack-meeting09:06
*** belmoreira has joined #openstack-meeting09:07
*** matrohon has quit IRC09:07
*** enikanorov__ has quit IRC09:13
*** lukego has joined #openstack-meeting09:16
*** miarmak has quit IRC09:26
*** Longgeek has quit IRC09:27
*** miarmak has joined #openstack-meeting09:31
*** ErikB has quit IRC09:32
*** mihgen has joined #openstack-meeting09:34
*** Longgeek has joined #openstack-meeting09:35
*** ErikB has joined #openstack-meeting09:39
*** Longgeek has quit IRC09:39
*** Longgeek has joined #openstack-meeting09:41
*** nacim has quit IRC09:42
*** Longgeek has quit IRC09:43
*** Longgeek has joined #openstack-meeting09:43
*** matsuhashi has quit IRC09:47
*** matsuhashi has joined #openstack-meeting09:47
*** Longgeek_ has joined #openstack-meeting09:50
*** epico has quit IRC09:52
*** Longgeek has quit IRC09:53
*** jprovazn has joined #openstack-meeting09:53
*** enikanorov has joined #openstack-meeting09:55
*** nacim has joined #openstack-meeting09:56
*** belmoreira has quit IRC09:56
*** belmoreira has joined #openstack-meeting09:56
*** saju_m has quit IRC09:56
*** jamespage_ has joined #openstack-meeting09:57
*** Longgeek has joined #openstack-meeting09:58
*** Longgeek_ has quit IRC09:59
*** Longgeek_ has joined #openstack-meeting10:00
*** esker has quit IRC10:03
*** Longgeek has quit IRC10:03
*** _nadya_ has joined #openstack-meeting10:05
*** tomoe_ has quit IRC10:06
*** jamespage_ has quit IRC10:06
*** esker has joined #openstack-meeting10:06
*** tomoe_ has joined #openstack-meeting10:07
*** Longgeek_ has quit IRC10:08
*** _nadya_ has quit IRC10:09
*** saju_m has joined #openstack-meeting10:10
*** overlayer has joined #openstack-meeting10:11
*** tomoe_ has quit IRC10:11
*** jgallard has quit IRC10:12
*** saju_m has quit IRC10:14
*** akuznetsov has quit IRC10:15
*** Longgeek has joined #openstack-meeting10:16
*** mihgen has quit IRC10:16
*** tobi1 has quit IRC10:19
*** Longgeek has quit IRC10:22
*** matsuhashi has quit IRC10:23
*** paragan has quit IRC10:27
*** nacim has quit IRC10:28
*** Longgeek has joined #openstack-meeting10:28
*** nacim has joined #openstack-meeting10:29
*** matsuhashi has joined #openstack-meeting10:30
*** saju_m has joined #openstack-meeting10:30
*** nosnos has quit IRC10:33
*** akuznetsov has joined #openstack-meeting10:33
*** tobi1 has joined #openstack-meeting10:33
*** saju_m has quit IRC10:35
*** saju_m has joined #openstack-meeting10:36
*** ams0 has quit IRC10:37
*** matsuhashi has quit IRC10:38
*** chandankumar_ has joined #openstack-meeting10:39
*** nosnos has joined #openstack-meeting10:39
*** saju_m has quit IRC10:40
*** matsuhas_ has joined #openstack-meeting10:41
*** saju_m has joined #openstack-meeting10:41
*** paragan has joined #openstack-meeting10:43
*** paragan has quit IRC10:43
*** paragan has joined #openstack-meeting10:43
*** mrmartin has joined #openstack-meeting10:47
*** aloga has quit IRC10:50
*** d0ugal has quit IRC10:51
*** matsuhas_ has quit IRC10:52
*** matsuhashi has joined #openstack-meeting10:52
*** tinoue_ has quit IRC10:54
*** chandankumar_ has quit IRC10:55
*** benonsoftware has joined #openstack-meeting10:56
*** matsuhashi has quit IRC10:57
*** esker has quit IRC10:57
*** esker has joined #openstack-meeting10:58
*** Longgeek has quit IRC11:00
*** ominakov has quit IRC11:00
*** paragan has quit IRC11:01
*** ominakov has joined #openstack-meeting11:03
*** esker has quit IRC11:03
*** mihgen has joined #openstack-meeting11:03
*** xianghui has quit IRC11:05
*** schwicht has joined #openstack-meeting11:07
*** 20WAAD6WM has joined #openstack-meeting11:07
*** paragan has joined #openstack-meeting11:07
*** paragan has quit IRC11:07
*** paragan has joined #openstack-meeting11:07
*** imsurit has quit IRC11:09
*** chandankumar_ has joined #openstack-meeting11:13
*** beagles has joined #openstack-meeting11:19
*** Michalik- has quit IRC11:22
*** mwagner_lap has quit IRC11:22
*** nwidell has joined #openstack-meeting11:24
*** I159 has joined #openstack-meeting11:28
*** I159_ has joined #openstack-meeting11:28
*** nosnos has quit IRC11:30
*** eghobo has joined #openstack-meeting11:36
*** yamahata has quit IRC11:36
*** saju_m has quit IRC11:38
*** Longgeek has joined #openstack-meeting11:40
*** ominakov has quit IRC11:42
*** aloga has joined #openstack-meeting11:43
*** tobi2 has joined #openstack-meeting11:44
*** ominakov has joined #openstack-meeting11:45
*** tobi1 has quit IRC11:46
*** ominakov has quit IRC11:49
*** matrohon has joined #openstack-meeting11:51
*** ominakov has joined #openstack-meeting11:52
*** ylobankov has left #openstack-meeting11:53
*** david-lyle has quit IRC11:54
*** ihrachys has quit IRC11:55
*** paragan has quit IRC11:57
*** matiu has quit IRC11:59
*** Longgeek has quit IRC12:01
*** mwagner_lap has joined #openstack-meeting12:03
*** rakhmerov has quit IRC12:04
*** mrunge has quit IRC12:07
*** pdmars has joined #openstack-meeting12:10
*** saju_m has joined #openstack-meeting12:10
*** jlibosva is now known as jlibosva|afk12:14
*** Tross has quit IRC12:14
*** saju_m has quit IRC12:14
*** saju_m has joined #openstack-meeting12:16
*** Michalik- has joined #openstack-meeting12:17
*** dprince has joined #openstack-meeting12:19
*** eghobo has quit IRC12:21
*** jgallard has joined #openstack-meeting12:21
*** alaski has quit IRC12:24
*** weshay has joined #openstack-meeting12:26
*** dcramer_ has quit IRC12:28
*** alaski has joined #openstack-meeting12:32
*** ominakov has quit IRC12:33
*** enikanorov has quit IRC12:34
*** ashepelev has joined #openstack-meeting12:34
*** lblanchard has joined #openstack-meeting12:35
*** skraynev is now known as skraynev_afk12:35
*** ominakov has joined #openstack-meeting12:39
*** amotoki has joined #openstack-meeting12:39
*** rfolco has joined #openstack-meeting12:40
*** jdob has joined #openstack-meeting12:44
*** LakmalSilva has joined #openstack-meeting12:44
*** jlibosva|afk is now known as jlibosva12:45
*** radez_g0n3 is now known as radez12:45
*** noslzzp has joined #openstack-meeting12:46
*** alexpilotti has joined #openstack-meeting12:46
*** d0ugal has joined #openstack-meeting12:46
*** sballe has quit IRC12:46
*** sballe has joined #openstack-meeting12:47
*** chandankumar_ has quit IRC12:47
*** eharney has joined #openstack-meeting12:49
*** flaper87|afk is now known as flaper8712:49
*** doug_shelley66 has quit IRC12:50
*** enikanorov has joined #openstack-meeting12:51
*** ameade has joined #openstack-meeting12:53
*** cyrichardson has joined #openstack-meeting12:55
*** julim has joined #openstack-meeting12:55
*** cyrichardson has quit IRC12:55
*** thuc has joined #openstack-meeting12:55
*** cyrichardson has joined #openstack-meeting12:56
*** thuc_ has joined #openstack-meeting12:56
*** sw_away is now known as sandywalsh12:57
*** saju_m has quit IRC12:57
*** cyrichardson is now known as catherine_afIRC12:57
*** jecarey has joined #openstack-meeting12:58
*** enikanorov has quit IRC12:58
*** thuc has quit IRC13:00
*** idegtiarov has joined #openstack-meeting13:01
*** ayoung_ZZZzzz__ is now known as ayoung13:02
*** baoli has joined #openstack-meeting13:02
*** julim has quit IRC13:03
*** alexpilotti_ has joined #openstack-meeting13:03
*** julim has joined #openstack-meeting13:05
*** alexpilotti has quit IRC13:06
*** alexpilotti_ has quit IRC13:06
*** chenliang_ has joined #openstack-meeting13:07
*** mrmartin has quit IRC13:08
*** banix has joined #openstack-meeting13:08
*** esker has joined #openstack-meeting13:11
*** d0ugal has quit IRC13:11
*** baoli has quit IRC13:14
*** baoli has joined #openstack-meeting13:14
*** d0ugal has joined #openstack-meeting13:15
*** dburmistrov has joined #openstack-meeting13:16
*** kgriffs|afk is now known as kgriffs13:17
*** sballe has quit IRC13:18
*** sballe has joined #openstack-meeting13:18
*** noslzzp_ has joined #openstack-meeting13:19
*** noslzzp has quit IRC13:19
*** noslzzp_ is now known as noslzzp13:19
*** Longgeek has joined #openstack-meeting13:20
*** topol has joined #openstack-meeting13:21
*** vijendar has joined #openstack-meeting13:23
*** krtaylor has joined #openstack-meeting13:23
*** LakmalSilva has quit IRC13:24
*** vhoward- has joined #openstack-meeting13:26
*** kgriffs is now known as kgriffs|afk13:27
*** Linz has quit IRC13:28
*** Linz has joined #openstack-meeting13:29
*** ominakov has quit IRC13:31
*** ominakov has joined #openstack-meeting13:32
*** kevinconway has joined #openstack-meeting13:33
*** Linz has quit IRC13:33
*** doug_shelley66 has joined #openstack-meeting13:33
*** ivasev has joined #openstack-meeting13:38
*** thuc_ has quit IRC13:40
*** thuc has joined #openstack-meeting13:41
*** d0ugal has quit IRC13:42
*** zns has joined #openstack-meeting13:42
*** neelashah has joined #openstack-meeting13:42
*** thuc has quit IRC13:45
*** thuc has joined #openstack-meeting13:46
*** Gordonz has joined #openstack-meeting13:47
*** Gordonz has quit IRC13:47
*** dcramer_ has joined #openstack-meeting13:48
*** vkmc has joined #openstack-meeting13:49
*** vkmc has quit IRC13:49
*** vkmc has joined #openstack-meeting13:49
*** balajiiyer has joined #openstack-meeting13:50
*** I159 has quit IRC13:51
*** I159_ has quit IRC13:51
*** thang_ has joined #openstack-meeting13:51
*** prad has joined #openstack-meeting13:54
*** imsurit has joined #openstack-meeting13:56
*** zns has quit IRC14:04
*** krotscheck has left #openstack-meeting14:04
*** thuc has quit IRC14:04
*** thuc has joined #openstack-meeting14:04
*** zns has joined #openstack-meeting14:04
*** zns has quit IRC14:05
*** neelashah has quit IRC14:05
*** rakhmerov has joined #openstack-meeting14:05
*** d0ugal_ has joined #openstack-meeting14:07
*** thuc has quit IRC14:08
*** phil_h has quit IRC14:09
*** phil_h has joined #openstack-meeting14:10
*** mtanino has joined #openstack-meeting14:10
*** armax has joined #openstack-meeting14:11
*** Tross has joined #openstack-meeting14:12
*** rakhmerov has quit IRC14:12
*** derekh has quit IRC14:13
*** Longgeek has quit IRC14:13
*** YuanJing has joined #openstack-meeting14:14
*** zns has joined #openstack-meeting14:14
*** jgrimm has joined #openstack-meeting14:15
*** alexpilotti has joined #openstack-meeting14:15
*** jdob_ has joined #openstack-meeting14:16
*** Longgeek_ has joined #openstack-meeting14:17
*** kgriffs|afk is now known as kgriffs14:17
*** d0ugal_ is now known as d0ugal14:18
*** ayoung has quit IRC14:18
*** ameade has quit IRC14:18
*** d0ugal is now known as d0ugal_14:19
*** d0ugal_ is now known as d0ugal14:19
*** d0ugal has joined #openstack-meeting14:19
*** nwidell has quit IRC14:20
*** jmontemayor has joined #openstack-meeting14:21
*** markmcclain has joined #openstack-meeting14:21
*** phil_h has quit IRC14:22
*** jmontemayor has quit IRC14:23
*** jmontemayor has joined #openstack-meeting14:23
*** evgenyf has joined #openstack-meeting14:24
*** vhoward- has left #openstack-meeting14:24
*** neelashah has joined #openstack-meeting14:25
*** sdake_ has quit IRC14:25
*** Mandell has joined #openstack-meeting14:26
chenliang_?14:26
*** phil_h has joined #openstack-meeting14:26
*** thedodd has joined #openstack-meeting14:26
chenliang_what are you doing? joining? outing?14:27
*** nithya_g has quit IRC14:27
*** kgriffs is now known as kgriffs|afk14:27
*** sdake_ has joined #openstack-meeting14:27
*** jdob_ has quit IRC14:30
*** rakhmerov has joined #openstack-meeting14:30
*** saju_m has joined #openstack-meeting14:31
*** krotscheck has joined #openstack-meeting14:31
*** ndipanov_ has quit IRC14:32
*** sushils_ has quit IRC14:33
*** mihgen has quit IRC14:34
*** saju_m has quit IRC14:34
*** phil_h has quit IRC14:35
*** saju_m has joined #openstack-meeting14:35
*** Mandell has quit IRC14:36
*** balajiiyer has left #openstack-meeting14:36
*** stevemar has joined #openstack-meeting14:37
*** chenliang_ has quit IRC14:38
*** Tross has quit IRC14:38
*** david-lyle has joined #openstack-meeting14:38
*** nelsnelson has joined #openstack-meeting14:40
*** bauzas has quit IRC14:41
*** rakhmerov has quit IRC14:43
*** bnemec is now known as beekneemech14:45
*** pafuent has joined #openstack-meeting14:45
*** bauzas_mob has joined #openstack-meeting14:46
*** gokrokve has joined #openstack-meeting14:48
*** phil_h has joined #openstack-meeting14:49
*** topol has quit IRC14:50
*** yamahata has joined #openstack-meeting14:55
*** lsmola_ has quit IRC14:56
*** kgriffs|afk is now known as kgriffs14:56
*** IlyaE has joined #openstack-meeting14:57
*** YuanJing has quit IRC14:59
*** matrohon has quit IRC14:59
*** devlaps has joined #openstack-meeting15:00
*** thuc_ has joined #openstack-meeting15:01
*** cmart has joined #openstack-meeting15:01
DinaBelova#startmeeting climate15:01
openstackMeeting started Fri Apr  4 15:01:59 2014 UTC and is due to finish in 60 minutes.  The chair is DinaBelova. Information about MeetBot at http://wiki.debian.org/MeetBot.15:02
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:02
*** openstack changes topic to " (Meeting topic: climate)"15:02
openstackThe meeting name has been set to 'climate'15:02
DinaBelovao/15:02
DinaBelovahello folks!15:02
bauzas_mobHi15:02
cmart\o15:02
cmarthello15:02
pafuento/15:02
DinaBelovahello, guys)15:02
DinaBelovaok15:02
DinaBelovaso today's agenda is the following15:02
DinaBelova#link https://wiki.openstack.org/wiki/Meetings/Climate15:03
DinaBelova#topic Action items from the last meeting + reviews queries15:03
*** openstack changes topic to "Action items from the last meeting + reviews queries (Meeting topic: climate)"15:03
scroiset_o/15:03
DinaBelova#link http://eavesdrop.openstack.org/meetings/climate/2014/climate.2014-03-28-15.00.html15:03
DinaBelovaSwann, o/15:03
DinaBelovaso, as for the action items15:03
*** thuc_ has quit IRC15:03
DinaBelovabauzas_mob, are you ok to give status?15:03
bauzas_mobI got one :-)15:03
*** radez is now known as radez_g0n315:03
*** ewindisch has quit IRC15:04
*** thuc_ has joined #openstack-meeting15:04
DinaBelovawell)15:04
bauzas_mobso the etherpad is created15:04
bauzas_mobfeel free to comment it15:04
DinaBelovaok, cool15:04
*** dburmistrov has quit IRC15:04
DinaBelovamay you publish the link&15:04
DinaBelovahere?15:04
DinaBelovaSo I'll create action item15:05
*** bauzas has joined #openstack-meeting15:05
bauzas_mobSure15:05
DinaBelovaok, waiting for that)15:05
bauzashttps://etherpad.openstack.org/p/climate-resource-allocation-framework15:06
DinaBelova#action everyone take a look on https://etherpad.openstack.org/p/climate-resource-allocation-framework15:06
bauzasschizophrenia, bauzas_mob is my mobile device :)15:06
DinaBelovawe got it)15:06
cmarttwo bauzas at the price of one :)15:06
DinaBelovaok, as for the my action items15:07
DinaBelovaso Barbican folks seem to need maintenance)15:07
DinaBelovaso we can join them, I guess)15:07
DinaBelovasoo15:07
*** ewindisch has joined #openstack-meeting15:07
DinaBelova#action DinaBelova write Barbican folks about one gerrit maintenance15:08
bauzascool :)15:08
DinaBelovaok15:08
*** zhangleiqiang has joined #openstack-meeting15:08
DinaBelovaas for the https://etherpad.openstack.org/p/climate-bp-basic-volume-plugin15:08
DinaBelovaI'm really sorry, but I ha dno time for it this week15:08
DinaBelovaSo I'll take a look on it this one15:08
*** atiwari has joined #openstack-meeting15:08
DinaBelova#action DinaBelova view & comment https://etherpad.openstack.org/p/climate-bp-basic-volume-plugin15:09
pafuentThe same is for me15:09
DinaBelovaok15:09
DinaBelovaand pafuent added https://review.openstack.org/#/c/84158/ on review)15:09
DinaBelovathat's quite cool15:09
DinaBelovabut as you see there is error now there15:10
DinaBelovaso pafuent please rebase this change15:10
bauzasyup15:10
pafuentOK15:10
pafuentI'll do it15:10
DinaBelovait looks like fast-forward merging did not work15:10
DinaBelovaok15:10
DinaBelovaok, so that's it for this topic15:10
DinaBelova#topic Renaming status15:10
*** openstack changes topic to "Renaming status (Meeting topic: climate)"15:10
DinaBelovaI'm still waiting the response from the foundation...15:11
DinaBelovaI'll ping them one more time today15:11
*** belmoreira has quit IRC15:11
*** idegtiarov has quit IRC15:11
DinaBelovato find out results of their checks15:11
bauzasok15:11
cmartcool15:11
DinaBelovaas if we'll be together with barbican, we need to know what name to use :D15:11
pafuent:-D15:12
DinaBelovawell, they were silent, will ping them one more time15:12
DinaBelova#action DinaBelova ping foundation about new name search status15:12
bauzasok15:12
DinaBelovaso, I'm moving further15:12
DinaBelova#topic Cross-project session status15:12
*** openstack changes topic to "Cross-project session status (Meeting topic: climate)"15:12
DinaBelovaok, so we have some news15:12
bauzas#link http://summit.openstack.org/cfp/details/4515:13
DinaBelovafirst of all, it was decided to set deadline for the cross-project sessions and 'other' sessions to the 10 April15:13
DinaBelovaso15:13
bauzas(for convenience :) )15:13
DinaBelovait'll be the last day for these topics proposal15:13
DinaBelova;)15:13
*** zhangleiqiang has quit IRC15:14
DinaBelovaand also it was decided to make decisions about what sessions to be spoken before mid April15:14
DinaBelovaso we'll know for sure about if there will it be ~15 April15:14
DinaBelovacurrently chances are quite nice, btw15:14
bauzascool15:14
bauzasI raised this topic during last Gantt meeting15:15
DinaBelovaso, that were some kind of news I wanted to tell on this topic15:15
DinaBelovayep, saw that)15:15
bauzasbecause there was some interest15:15
bauzaslurker ! ;)15:15
DinaBelovaabout gantt api?15:15
DinaBelovathis one?15:15
bauzasnope, about cross-service scheduling15:15
DinaBelovaoh, ok15:15
DinaBelovacool15:15
DinaBelovaso, I think we might move on15:15
bauzas+115:16
DinaBelova#topic Energy efficiency BP status15:16
*** openstack changes topic to "Energy efficiency BP status (Meeting topic: climate)"15:16
*** zhangleiqiang has joined #openstack-meeting15:16
DinaBelovaf_rossigneux, you here?15:16
f_rossigneuxyes15:16
DinaBelovaok, cool15:16
DinaBelovaplease describe current status for this BP15:16
DinaBelovain several words15:17
* DinaBelova waiting :)15:17
f_rossigneuxThis blueprint can be reviewed.15:18
DinaBelovawell, I was mostly about what had you already done15:18
*** jlibosva has quit IRC15:18
DinaBelovabecause, for example, for me it was quite a surprise to anderstand that you have started your work - without setting BP to the started phase15:19
*** ameade has joined #openstack-meeting15:19
*** catherine_afIRC has left #openstack-meeting15:19
DinaBelovaand to learn that you created separated repo, etc.15:19
*** tobi2 has left #openstack-meeting15:19
DinaBelovabecause I've looked through your etherpad15:19
DinaBelova#link https://etherpad.openstack.org/p/climate-standby-modes15:19
*** cjellick has joined #openstack-meeting15:19
*** cjellick has quit IRC15:19
DinaBelovaand I've got some questions15:19
scroiset_f_rossigneux: did you take a look at the ironic api ?15:20
scroiset_#link http://docs.openstack.org/developer/ironic/webapi/v1.html#nodestates15:20
*** cjellick has joined #openstack-meeting15:20
*** evgenyf has quit IRC15:20
f_rossigneuxNot yet, today I was finalizing the client to query my "kwstandby" module.15:20
scroiset_if it's can be leveraged ... ?15:20
scroiset_ok15:21
f_rossigneuxI have writte a module to put the host in standby modes. It in finished but not yet tested on a real infrastructure. Climate will use it, but I consider it as an external project. It could be merged in the future.15:21
*** radez_g0n3 is now known as radez15:22
bauzasI would vote to put your plugin in the contrib repo then15:22
DinaBelovaI've got mostly questions about your events - for example, there is already pre-start events, etc. + I'm not sure that it 1/ should be separated repo 2/ it definately should not be on your github, but in the stackfoge, even if needed 3/ i definately don't like the idea of 3-rd party dependency for climate15:22
f_rossigneuxThe most important feature to implement now is the reservation aggregation, in order to minimize the number of active hosts.15:22
DinaBelovaso ++ for bauzas15:22
*** ameade has quit IRC15:23
DinaBelovabecause simply we'll have no opportunity to say "import kwstandbyclient" in climate15:23
bauzas+115:23
DinaBelovaas we're still hoping for being separated project after summit15:23
DinaBelovaand there *can't* be such dependencies in incubated project, for instance15:24
scroiset_+1 ^^^15:24
DinaBelovaI'll ask all of us to take a look on Francois' etherpad and to comment all unliked moments15:24
bauzaswe can imagine a plugin in contrib with appropriate instructions for adding it15:24
DinaBelovaf_rossigneux, sorry for that, but it would have been quite easier if we *knew* you started work15:25
DinaBelovaso15:25
bauzasthe bad is that we won't have the opportunity to leverage it within Climate directly :(15:25
DinaBelova#action all comment https://etherpad.openstack.org/p/climate-standby-modes - find all naughty things and try to do that as quick as possible15:25
DinaBelovaok15:26
DinaBelovaso, if that's it here, I'll set next topic15:26
f_rossigneuxok15:26
DinaBelova#topic Open discussion15:26
*** openstack changes topic to "Open discussion (Meeting topic: climate)"15:26
DinaBelovaso, folks, do you have some questions to be discussed here?15:26
pafuenthttps://bugs.launchpad.net/climate/+bug/130129415:26
uvirtbotLaunchpad bug 1301294 in climate "Physical reservations don't work when service name != hypervisor_name" [Undecided,New]15:26
DinaBelovaok, looking on it15:27
pafuentbauzas: I don't get why are you saying "Nova puts the host in the freepool agg and take use of service_name." Climate is passing the id or the name of the host to nova.15:27
bauzassure pafuent15:27
bauzasso, let me show you the discrepancy15:27
pafuentOK15:27
bauzasthat's happening with Havana15:27
bauzasbut there are possibilities to get it in also Icehouse15:28
bauzashttps://github.com/stackforge/climate/blob/master/climate/plugins/oshosts/reservation_pool.py#L19415:28
bauzasagg.hosts is returning the name of the hosts15:29
bauzasbut the names are actually the service_name's :)15:29
bauzasnot the hypervisor ones15:29
bauzasthat's highly visible in Havana15:29
*** zhangleiqiang has quit IRC15:29
DinaBelovawow, nice)15:29
bauzasbecause on devstack15:29
bauzashypervisor_hostname is the FQDN15:29
bauzaslike foo.local15:30
bauzasand service_name is only foo15:30
bauzastest it on your own and you'll see15:30
cmartsorry.. What's FQDN?15:30
bauzasfully qualified domain name15:30
cmartah OK!15:30
DinaBelovahttp://en.wikipedia.org/wiki/Fully_qualified_domain_name15:30
DinaBelova;)15:31
cmartgot it, thanks!15:31
scroiset_and to cover all cases, the hostname can be set in nova.conf too15:31
bauzasyep15:31
DinaBelova++15:31
bauzashence the problem15:31
DinaBelovaso, ok15:31
bauzasthe service_name will be set by nova.conf15:31
DinaBelovapafuent, have you got the problem?15:31
bauzasand possibly different from hypervisor_hosntame15:31
bauzasso we need to rely on service_name15:32
bauzasfor the test15:32
DinaBelovapafuent?15:32
bauzasmeaning that the arg 'host' must be coming from host['service_name']15:32
*** nshaikh has quit IRC15:32
bauzasand not host['hypervisor_hostname']15:32
DinaBelovawell, I guess that's it here15:33
DinaBelovasome other things?15:33
bauzasso I was proposing to store it in DB15:33
bauzasbecause we already obtain it when inventoring the host15:33
* DinaBelova feeling bad because of catching a cold, please let's end this meeting :)15:33
bauzasthat's only a value we don't take15:33
pafuentI'm a little lost, I need to read this carefully15:33
DinaBelovafolks, I'm going to die right now, let's continue this discussion in our channel15:34
scroiset_just a quick work about notificaiton ...15:34
DinaBelovaok15:34
DinaBelovascroiset_?15:34
scroiset_I'reviewed it15:34
bauzashttps://github.com/stackforge/climate/blob/master/climate/plugins/oshosts/reservation_pool.py#L19415:34
bauzasI have to go in 5 mins anyway15:34
scroiset_need a rebase and some words to document it but seems good :)15:34
bauzasDinaBelova: if you feel bad, give me the chair15:35
bauzasand go sleeping :-)15:35
DinaBelovawell, several minutes I'll be ok)15:35
bauzasyour health is much more important than our meeting :)15:35
*** saju_m has quit IRC15:35
pafuent+115:35
cmartagree15:35
scroiset_+115:35
DinaBelovawell, as for the notifications, let's rebase it and review :)15:35
DinaBelovaand as for the pafuent 's bug -> continue in our channel15:36
DinaBelovaeveryone ok with it?15:36
pafuentYes15:36
cmartyes15:36
DinaBelovacool, thanks)15:36
DinaBelovabye!15:36
DinaBelova#endmeeting15:36
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"15:36
openstackMeeting ended Fri Apr  4 15:36:37 2014 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:36
openstackMinutes:        http://eavesdrop.openstack.org/meetings/climate/2014/climate.2014-04-04-15.01.html15:36
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/climate/2014/climate.2014-04-04-15.01.txt15:36
openstackLog:            http://eavesdrop.openstack.org/meetings/climate/2014/climate.2014-04-04-15.01.log.html15:36
*** cmart has left #openstack-meeting15:36
*** thuc_ has quit IRC15:38
*** d0ugal has quit IRC15:38
*** Mandell has joined #openstack-meeting15:38
*** phil_h has quit IRC15:38
*** jmh_ has joined #openstack-meeting15:40
*** rakhmerov has joined #openstack-meeting15:40
*** jprovazn has quit IRC15:41
*** Mandell has quit IRC15:44
*** bauzas has quit IRC15:46
*** mdenny has quit IRC15:47
*** mdenny has joined #openstack-meeting15:47
*** markmcclain has quit IRC15:48
*** rakhmerov has quit IRC15:53
*** atiwari has quit IRC15:54
*** coolsvap has joined #openstack-meeting15:54
*** ashepelev has quit IRC15:55
*** radez is now known as radez_g0n315:55
*** Linz has joined #openstack-meeting15:56
*** phil_h has joined #openstack-meeting15:56
*** radez_g0n3 is now known as radez15:57
*** zaneb has quit IRC15:57
*** Mikhail_D_ltp has joined #openstack-meeting15:58
*** raildo has joined #openstack-meeting15:58
*** baoli has quit IRC15:59
*** vrovachev has quit IRC16:01
*** ygbo has quit IRC16:01
*** zns has quit IRC16:02
*** bauzas_mob has quit IRC16:02
vishyhi everyone16:03
vishyon a train so my connection may lag16:03
*** mdenny has quit IRC16:03
vishyis anyone here for hierarchical multitenancy?16:03
*** zaneb has joined #openstack-meeting16:04
*** eghobo has joined #openstack-meeting16:04
raildoi'm here16:04
vishy#startmeeting Hierarchical Multitenancy16:05
openstackMeeting started Fri Apr  4 16:05:20 2014 UTC and is due to finish in 60 minutes.  The chair is vishy. Information about MeetBot at http://wiki.debian.org/MeetBot.16:05
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.16:05
*** openstack changes topic to " (Meeting topic: Hierarchical Multitenancy)"16:05
openstackThe meeting name has been set to 'hierarchical_multitenancy'16:05
*** comstud is now known as bearhands16:06
*** russellb is now known as rustlebee16:06
*** dansmith is now known as damnsmith16:06
vishyhas anyone looked at wiki.openstack.org/wiki/HierarchicalMultitenancy16:06
vishy?16:06
*** gokrokve has quit IRC16:06
vishy#link http://wiki.openstack.org/wiki/HierarchicalMultitenancy16:06
raildovishy: I read this week16:07
vishyany comments or changes?16:07
raildovishy: about it "Roles will be inherited down the project hierarchy tree" I was wondering how is the implementation of the inherited roles in poc. Is there anyone implementing?16:07
*** zns has joined #openstack-meeting16:07
raildoin "Keystone Changes"16:07
vishyraildo: hmm i thought that it was done in the keystone patch16:08
vishylet me look16:08
*** balajiiyer has joined #openstack-meeting16:08
raildook16:09
vishyah no i was wrong16:09
vishyit appears no one has implemented that in the poc16:09
raildovishy: I was interested in implementing16:10
vishyif you want to take tellesnobrega’s code and add in role inheritance it doesn’t look too hard16:10
raildoI was reading and thinking about the design of the solution and was with out a doubt.16:11
vishyyou could also add in passing both hierarchical_ids and hierarchical_names and separate with ascii 0x30 if you want16:11
raildohttps://docs.google.com/document/d/1mYLb_goIVK3VKrITqyKLGHTh7t_UEjgZTBx-QTz__Mc/edit?usp=sharing16:11
*** atiwari has joined #openstack-meeting16:11
*** baoli has joined #openstack-meeting16:11
*** beagles is now known as seagulls16:13
raildoIf you can have a look, summarizing my question is that it should will be automatic inheritance of all the roles of a parent project, or if the user will choose which roles are inherited.16:13
vishyraildo: that makes sense16:13
vishyhaving an optional inherited flag16:13
*** balajiiyer has left #openstack-meeting16:14
*** ttrifonov is now known as ttrifonov_zZzz16:14
*** s0nea has quit IRC16:14
vishy#link https://docs.google.com/document/d/1mYLb_goIVK3VKrITqyKLGHTh7t_UEjgZTBx-QTz__Mc/edit?usp=sharing16:14
raildovishy: Then the user must add the roles that are inherited, right?16:14
vishy#info raildo suggests an inherited flag for roles which would control whether the role is inherited down the tree.16:15
*** thuc has joined #openstack-meeting16:16
vishyadded a note to the wiki16:16
raildook16:16
raildovishy: I'll start with the implementation and hope to have something done for next week. =]16:16
*** bauzas_mob has joined #openstack-meeting16:16
vishy#action raildo to implement inherited roles in the poc16:17
vishy#topic design summit16:17
*** openstack changes topic to "design summit (Meeting topic: Hierarchical Multitenancy)"16:17
*** thuc_ has joined #openstack-meeting16:17
vishyI proposed a session for cross project implementations16:17
vishy#link http://summit.openstack.org/cfp/details/21916:17
vishythere are also two other related sessions16:17
*** thuc_ has quit IRC16:17
raildosounds good to me16:18
vishy#link http://summit.openstack.org/cfp/details/6216:18
vishywhich is for keystone16:18
vishy#link http://summit.openstack.org/cfp/details/5816:18
vishyfor nova (about domains)16:18
*** thuc_ has joined #openstack-meeting16:18
*** thuc_ has quit IRC16:19
*** ameade has joined #openstack-meeting16:19
vishyi also made some notes on there linking them to each other16:19
vishythe domain one might end up spending time on hierarchical projects as well16:19
*** thuc_ has joined #openstack-meeting16:19
vishydepending on the consensus about whether projects other than keystone should know about domains16:19
vishyraildo: i like your suggestion about non-inheritance16:20
*** n0ano has quit IRC16:20
vishyi’m thinking specifically about a role like CloudAdmin16:20
*** thuc has quit IRC16:20
vishyI could potentially see situations where the CloudAdmin could do special things that aren’t about a given resource16:20
vishyor a resource that isn’t tenant specific like create shared provider networks in neutron16:21
vishyso for safety reasons it might be good to have CloudAdmin not inherit down the tree16:21
raildo+116:22
vishywhere as a general capability like a role for attach_floating_ip16:22
vishyyou would probably want that to inherit16:22
*** mdenny has joined #openstack-meeting16:22
vishyok good16:23
*** venkatesh has joined #openstack-meeting16:23
vishyanything else?16:23
raildoI believe that if a CloudAdmin will make any changes to a project, simply add a new role as a ProjectAdmin16:23
*** ameade has quit IRC16:23
*** marun has quit IRC16:23
raildofor me, it's done16:24
vishyok16:26
vishy#endmeeting16:26
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"16:26
openstackMeeting ended Fri Apr  4 16:26:19 2014 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:26
vishythanks raildo16:26
openstackMinutes:        http://eavesdrop.openstack.org/meetings/hierarchical_multitenancy/2014/hierarchical_multitenancy.2014-04-04-16.05.html16:26
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/hierarchical_multitenancy/2014/hierarchical_multitenancy.2014-04-04-16.05.txt16:26
openstackLog:            http://eavesdrop.openstack.org/meetings/hierarchical_multitenancy/2014/hierarchical_multitenancy.2014-04-04-16.05.log.html16:26
raildothanks vishy16:26
raildobye16:26
*** tomoe_ has joined #openstack-meeting16:32
*** bill_az has joined #openstack-meeting16:33
*** rakhmerov has joined #openstack-meeting16:34
*** noslzzp has quit IRC16:35
*** tsekiyama has joined #openstack-meeting16:36
*** topol has joined #openstack-meeting16:36
*** Longgeek_ has quit IRC16:36
*** tsekiyam_ has joined #openstack-meeting16:37
*** tsekiyama has quit IRC16:40
*** baoli has quit IRC16:41
*** tsekiyam_ has quit IRC16:41
*** baoli has joined #openstack-meeting16:41
*** tsekiyama has joined #openstack-meeting16:42
*** chandankumar_ has joined #openstack-meeting16:42
*** tomoe_ has quit IRC16:42
*** tsekiyam_ has joined #openstack-meeting16:43
*** jgallard has quit IRC16:46
*** jogo is now known as flashgordon16:46
*** tsekiyama has quit IRC16:47
*** tsekiyama has joined #openstack-meeting16:47
*** tsekiyam_ has quit IRC16:47
*** tsekiyama has joined #openstack-meeting16:48
*** pablosan has joined #openstack-meeting16:48
*** venkatesh_ has joined #openstack-meeting16:50
*** venkatesh has quit IRC16:50
*** crc32 has joined #openstack-meeting16:50
*** mkoderer has quit IRC16:51
*** ominakov has quit IRC16:54
*** markmcclain has joined #openstack-meeting16:55
*** markwash has joined #openstack-meeting16:55
*** vkmc has quit IRC16:56
*** markmcclain1 has joined #openstack-meeting16:57
*** markmcclain has quit IRC16:59
*** shohel02 has joined #openstack-meeting16:59
*** gokrokve has joined #openstack-meeting17:00
*** dburmistrov has joined #openstack-meeting17:00
*** ildikov_ has quit IRC17:01
*** markmcclain1 has quit IRC17:01
*** mihgen has joined #openstack-meeting17:03
*** harlowja has joined #openstack-meeting17:04
*** marcoemorais has joined #openstack-meeting17:04
*** SumitNaiksatam has quit IRC17:06
*** Fdot has quit IRC17:07
*** ArxCruz has joined #openstack-meeting17:07
*** _nadya_ has joined #openstack-meeting17:08
*** chandankumar_ has quit IRC17:09
*** _nadya_ has quit IRC17:10
*** miarmak has quit IRC17:10
*** nacim has quit IRC17:13
*** erecio has joined #openstack-meeting17:14
*** venkatesh_ has quit IRC17:14
*** _nadya_ has joined #openstack-meeting17:14
*** IlyaE has quit IRC17:15
*** MaxV has quit IRC17:16
*** luqas has quit IRC17:17
*** SumitNaiksatam has joined #openstack-meeting17:21
*** Mandell has joined #openstack-meeting17:22
*** _nadya_ has quit IRC17:23
*** safchain has quit IRC17:24
*** dprince has quit IRC17:25
*** bdpayne has joined #openstack-meeting17:28
*** venkatesh has joined #openstack-meeting17:31
*** shohel02 has quit IRC17:31
*** IlyaE has joined #openstack-meeting17:34
*** arnaud has joined #openstack-meeting17:36
*** arnaud has quit IRC17:36
*** arnaud has joined #openstack-meeting17:37
*** prad has quit IRC17:39
*** prad has joined #openstack-meeting17:39
*** akuznetsov has quit IRC17:40
*** marcoemorais has quit IRC17:40
*** marcoemorais has joined #openstack-meeting17:41
*** zhiyan is now known as zhiyan_17:42
*** rakhmerov has quit IRC17:43
*** morganfainberg_Z is now known as morganfainberg17:45
*** raildo has left #openstack-meeting17:45
*** elo has joined #openstack-meeting17:46
*** lukego has quit IRC17:46
*** thuc_ has quit IRC17:50
*** kfarr has joined #openstack-meeting17:52
*** _nadya_ has joined #openstack-meeting17:54
*** pablosan is now known as zz_pablosan17:55
*** venkatesh has quit IRC17:56
*** bdpayne has quit IRC17:57
*** thuc has joined #openstack-meeting17:57
*** kfarr has quit IRC17:57
*** thuc has quit IRC17:57
*** marcoemorais has quit IRC17:58
*** thuc has joined #openstack-meeting17:58
*** devlaps has quit IRC17:59
*** zz_pablosan has quit IRC18:00
*** lukego has joined #openstack-meeting18:02
*** marun has joined #openstack-meeting18:02
*** balajiiyer has joined #openstack-meeting18:02
*** marcoemorais1 has joined #openstack-meeting18:02
*** marcoemorais1 has quit IRC18:02
*** marcoemorais1 has joined #openstack-meeting18:03
*** Mandell has quit IRC18:03
*** mrmartin has joined #openstack-meeting18:05
*** balajiiyer has quit IRC18:07
*** Mikhail_D_ltp has quit IRC18:07
*** balajiiyer has joined #openstack-meeting18:08
*** balajiiyer has quit IRC18:08
*** balajiiyer has joined #openstack-meeting18:08
*** marcoemorais1 has quit IRC18:12
*** mdenny has quit IRC18:13
*** Mandell has joined #openstack-meeting18:13
*** morganfainberg is now known as morganfainberg_Z18:14
*** IlyaE has quit IRC18:15
*** mdenny has joined #openstack-meeting18:16
*** markmcclain has joined #openstack-meeting18:16
*** zns has quit IRC18:17
*** zns has joined #openstack-meeting18:18
*** denis_makogon_ has joined #openstack-meeting18:18
*** denis_makogon_ is now known as denis_makogon18:19
*** ameade has joined #openstack-meeting18:19
*** yamahata has quit IRC18:19
*** bdpayne has joined #openstack-meeting18:19
*** jmh_ has quit IRC18:19
*** vkmc has joined #openstack-meeting18:20
*** marcoemorais has joined #openstack-meeting18:22
*** ameade has quit IRC18:23
*** vhoward- has joined #openstack-meeting18:24
*** julim has quit IRC18:27
*** IlyaE has joined #openstack-meeting18:28
*** luqas has joined #openstack-meeting18:30
*** _nadya_ has quit IRC18:30
*** radez is now known as radez_g0n318:35
*** morganfainberg_Z is now known as morganfainberg18:37
*** ayoung has joined #openstack-meeting18:37
*** lukego has quit IRC18:37
*** mrmartin has quit IRC18:41
*** coolsvap has quit IRC18:42
*** thuc has quit IRC18:43
*** thuc has joined #openstack-meeting18:43
*** rakhmerov has joined #openstack-meeting18:43
*** yamahata has joined #openstack-meeting18:44
*** radez_g0n3 is now known as radez18:44
*** thuc_ has joined #openstack-meeting18:46
*** thuc has quit IRC18:46
*** thuc_ has quit IRC18:46
*** thuc has joined #openstack-meeting18:47
*** thuc has quit IRC18:47
*** thuc has joined #openstack-meeting18:48
*** thuc_ has joined #openstack-meeting18:49
*** devlaps has joined #openstack-meeting18:51
*** markvan has joined #openstack-meeting18:52
*** thuc has quit IRC18:52
*** thuc_ has quit IRC18:53
*** SumitNaiksatam has quit IRC18:53
*** thuc has joined #openstack-meeting18:54
*** overlayer has quit IRC18:54
*** SumitNaiksatam has joined #openstack-meeting18:54
*** schwicht has quit IRC18:54
*** 20WAAD6WM has quit IRC18:54
*** schwicht has joined #openstack-meeting18:55
*** luqas has quit IRC18:56
*** rakhmerov has quit IRC18:57
*** jecarey has quit IRC18:57
*** rwsu has quit IRC18:57
*** noslzzp has joined #openstack-meeting18:58
*** banix has quit IRC18:59
*** imsurit has quit IRC18:59
*** Sukhdev has joined #openstack-meeting19:04
*** marcoemorais has quit IRC19:06
*** marcoemorais has joined #openstack-meeting19:06
*** marcoemorais has quit IRC19:07
*** marcoemorais has joined #openstack-meeting19:07
*** rwsu has joined #openstack-meeting19:13
*** elo has quit IRC19:16
*** ivar-lazzaro has quit IRC19:17
*** kgriffs is now known as kgriffs|afk19:20
*** n0ano has joined #openstack-meeting19:20
*** n0ano has quit IRC19:20
*** n0ano has joined #openstack-meeting19:21
*** baoli has quit IRC19:22
*** baoli has joined #openstack-meeting19:23
*** MaxV has joined #openstack-meeting19:23
*** baoli has joined #openstack-meeting19:23
*** venkatesh has joined #openstack-meeting19:25
*** banix has joined #openstack-meeting19:30
*** devlaps has quit IRC19:32
*** topol has quit IRC19:35
*** pafuent has left #openstack-meeting19:37
*** fbo is now known as fbo_away19:41
*** morganfainberg is now known as morganfainberg_Z19:42
*** sdake has quit IRC19:42
*** lukego has joined #openstack-meeting19:45
*** sushils has joined #openstack-meeting19:45
*** adalbas has quit IRC19:45
*** sdake has joined #openstack-meeting19:47
*** sdake has quit IRC19:47
*** sdake has joined #openstack-meeting19:47
*** radez is now known as radez_g0n319:48
*** dkehn_ has joined #openstack-meeting19:50
*** noslzzp has quit IRC19:52
*** rakhmerov has joined #openstack-meeting19:53
*** amotoki has quit IRC19:54
*** dkehnx has quit IRC19:54
*** eguz has joined #openstack-meeting19:54
*** venkatesh has quit IRC19:56
*** sballe has quit IRC19:57
*** sballe has joined #openstack-meeting19:57
*** adalbas has joined #openstack-meeting19:58
*** rakhmerov has quit IRC19:58
*** eghobo has quit IRC19:58
*** mihgen has quit IRC19:59
*** devlaps has joined #openstack-meeting19:59
*** morganfainberg_Z is now known as morganfainberg20:00
*** Sukhdev has quit IRC20:02
*** sushils has quit IRC20:02
*** sushils has joined #openstack-meeting20:02
*** bauzas has joined #openstack-meeting20:08
*** doug_shelley66 has quit IRC20:10
*** erecio has quit IRC20:14
*** erecio has joined #openstack-meeting20:14
*** morganfainberg is now known as morganfainberg_Z20:15
*** vkmc has quit IRC20:17
*** zns has quit IRC20:18
*** erecio has quit IRC20:20
*** markmcclain has quit IRC20:20
*** erecio has joined #openstack-meeting20:21
*** sushils has quit IRC20:26
*** Sukhdev has joined #openstack-meeting20:26
*** noslzzp has joined #openstack-meeting20:27
*** vuil has joined #openstack-meeting20:32
*** Mongo2 has quit IRC20:34
*** sandywalsh is now known as sw_away20:34
*** noslzzp has quit IRC20:35
*** novas0x2a|laptop has joined #openstack-meeting20:35
*** noslzzp has joined #openstack-meeting20:38
*** julim has joined #openstack-meeting20:39
*** markmcclain has joined #openstack-meeting20:41
*** esker has quit IRC20:43
*** mihgen has joined #openstack-meeting20:44
*** esker has joined #openstack-meeting20:44
*** lukego has quit IRC20:44
*** jdob has quit IRC20:47
*** esker has quit IRC20:48
*** Michalik- has quit IRC20:48
*** thang_ has quit IRC20:51
*** Michalik- has joined #openstack-meeting20:54
*** erecio has quit IRC20:54
*** rakhmerov has joined #openstack-meeting20:54
*** mihgen has quit IRC20:57
*** rakhmerov has quit IRC20:59
*** doug_shelley66 has joined #openstack-meeting21:01
*** zns has joined #openstack-meeting21:01
*** devlaps has quit IRC21:02
*** lblanchard has quit IRC21:07
*** dburmistrov has quit IRC21:07
*** ayoung is now known as ayoung-afk21:10
*** jtomasek has quit IRC21:11
*** balajiiyer1 has joined #openstack-meeting21:12
*** vijendar has quit IRC21:13
*** balajiiyer has quit IRC21:15
*** balajiiyer1 has quit IRC21:16
*** pdmars has quit IRC21:23
*** devlaps has joined #openstack-meeting21:26
*** ivasev has quit IRC21:27
*** phil_h has quit IRC21:29
*** fbo_away is now known as fbo21:30
*** tris has joined #openstack-meeting21:31
*** Mongo2 has joined #openstack-meeting21:32
*** devlaps has quit IRC21:37
*** mwagner_lap has quit IRC21:38
*** david-lyle has quit IRC21:40
*** jrist is now known as jrist-afk21:41
*** eharney has quit IRC21:41
*** jrist-afk is now known as jrist21:41
*** weshay has quit IRC21:45
*** elo has joined #openstack-meeting21:45
*** devlaps has joined #openstack-meeting21:47
*** elo has quit IRC21:47
*** Michalik- has quit IRC21:47
*** elo has joined #openstack-meeting21:48
*** amotoki has joined #openstack-meeting21:49
*** devlaps has quit IRC21:50
*** amotoki has quit IRC21:53
*** rakhmerov has joined #openstack-meeting21:55
*** elo has quit IRC21:59
*** elo1 has joined #openstack-meeting22:00
*** dcramer_ has quit IRC22:01
*** zns has quit IRC22:01
*** AnNoula has joined #openstack-meeting22:03
*** denis_makogon has quit IRC22:04
*** markvan has quit IRC22:04
*** flaper87 is now known as flaper87|afk22:05
*** AnNoula has quit IRC22:05
*** devlaps has joined #openstack-meeting22:06
*** rakhmerov has quit IRC22:06
*** armax has left #openstack-meeting22:06
*** prad has quit IRC22:06
*** Michalik- has joined #openstack-meeting22:07
*** thuc has quit IRC22:08
*** zns has joined #openstack-meeting22:08
*** thuc has joined #openstack-meeting22:08
*** rossk has quit IRC22:10
*** sbauza has joined #openstack-meeting22:11
*** thuc has quit IRC22:13
*** stevemar has quit IRC22:13
*** bauzas_mob has quit IRC22:14
*** eguz has quit IRC22:20
*** ameade has joined #openstack-meeting22:21
*** eghobo has joined #openstack-meeting22:21
*** thedodd has quit IRC22:22
*** banix has quit IRC22:22
*** jgrimm has quit IRC22:24
*** ameade has quit IRC22:25
*** Sukhdev has quit IRC22:26
*** bauzas_mob has joined #openstack-meeting22:29
*** sbauza has quit IRC22:32
*** sbauza has joined #openstack-meeting22:33
*** bauzas_mob has quit IRC22:36
*** neelashah has quit IRC22:37
*** jmontemayor has quit IRC22:39
*** techguru has joined #openstack-meeting22:42
*** fbo is now known as fbo_away22:43
*** dcramer_ has joined #openstack-meeting22:43
*** gokrokve has quit IRC22:44
*** zns has quit IRC22:57
*** saschpe has quit IRC23:00
*** cjellick has quit IRC23:00
*** devlaps has quit IRC23:01
*** adalbas has quit IRC23:01
*** rakhmerov has joined #openstack-meeting23:03
*** sbauza has quit IRC23:04
*** rakhmerov has quit IRC23:07
*** samcdona has quit IRC23:08
*** devlaps has joined #openstack-meeting23:09
*** Sukhdev has joined #openstack-meeting23:11
*** esker has joined #openstack-meeting23:11
*** MaxV has quit IRC23:18
*** adalbas has joined #openstack-meeting23:18
*** techguru has quit IRC23:20
*** bauzas has quit IRC23:22
*** gokrokve has joined #openstack-meeting23:23
*** Tross has joined #openstack-meeting23:23
*** saschpe has joined #openstack-meeting23:24
*** kevinconway has quit IRC23:24
*** topol has joined #openstack-meeting23:26
*** rakhmerov has joined #openstack-meeting23:30
*** adalbas has quit IRC23:32
*** rakhmerov has quit IRC23:34
*** esker has quit IRC23:36
*** Sukhdev has quit IRC23:36
*** Sukhdev has joined #openstack-meeting23:37
*** thuc has joined #openstack-meeting23:42
*** devlaps has quit IRC23:42
*** eghobo has quit IRC23:43
*** amotoki has joined #openstack-meeting23:49
*** SumitNaiksatam has quit IRC23:50
*** esker has joined #openstack-meeting23:51
*** amotoki has quit IRC23:54
*** dcramer_ has quit IRC23:54
*** eghobo has joined #openstack-meeting23:57
*** eghobo has quit IRC23:59

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