*** meera has quit IRC | 00:00 | |
*** JRobinson__ has quit IRC | 00:00 | |
*** GMann_ has joined #openstack-meeting | 00:00 | |
*** brucer_ has joined #openstack-meeting | 00:01 | |
cyeoh | #startmeeting Nova API | 00:01 |
---|---|---|
openstack | Meeting 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 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 00:01 |
*** openstack changes topic to " (Meeting topic: Nova API)" | 00:01 | |
openstack | The meeting name has been set to 'nova_api' | 00:01 |
cyeoh | Hi - who do we have here today? | 00:01 |
jaypipes | o/ | 00:01 |
ken1ohmichi | hi | 00:01 |
*** brucer has quit IRC | 00:01 | |
masayukig | hi | 00:01 |
GMann_ | Hi | 00:02 |
ivanzhu | hi | 00:02 |
cyeoh | ok let's get started | 00:02 |
cyeoh | #topic vNext | 00:02 |
*** openstack changes topic to "vNext (Meeting topic: Nova API)" | 00:02 | |
cyeoh | jaypipes: would you like to talk about what you have here? | 00:03 |
jaypipes | cyeoh: ok, sure, thx. | 00:03 |
*** slagle has quit IRC | 00:03 | |
jaypipes | #link http://docs.oscomputevnext.apiary.io/ | 00:03 |
jaypipes | #link https://github.com/jaypipes/openstack-compute-api | 00:03 |
jaypipes | so, I've been brainstorming about ideas for the compute API **if backwards compatibility was no issue whatsoever** | 00:03 |
jaypipes | thus, calling it vNext and not getting into any discussion about what number version it is :) | 00:04 |
cyeoh | yea so I think when we bump the major version we should feel free to break backwards compatibility | 00:04 |
jaypipes | I 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 above | 00:04 |
jaypipes | one of the more controversial concepts I presume will be the complete lack of API extensions. | 00:05 |
jaypipes | as well as the removal of anything in the Nova API that is for deployers or operators. | 00:05 |
cyeoh | jaypipes: yea I suspect that's something that would need a lot of discussion with deployers/operators | 00:06 |
jaypipes | some of the less controversial stuff is probably the lack of XML and the use of JSON-Home and JSONSchema docs for discovery of the API | 00:06 |
cyeoh | especially the lack of API extensions because I think they're the ones that want that flexibility | 00:06 |
jaypipes | cyeoh: 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 desired | 00:07 |
*** colinmcnamara has quit IRC | 00:07 | |
*** dims_ has quit IRC | 00:07 | |
*** brucer_ has quit IRC | 00:07 | |
cyeoh | but long term v2/v3 would be dropped wouldn't it? | 00:07 |
cyeoh | (like super long term) | 00:07 |
jaypipes | cyeoh: yup | 00:07 |
cyeoh | so they are going to want some sort of migration path. | 00:07 |
jaypipes | cyeoh: 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 |
jaypipes | cyeoh: of course. that's not the intention of the vNext API discussions, though. :) | 00:08 |
cyeoh | ok, that's reasonable | 00:08 |
cyeoh | I think removing XML is no brainer - its already removed from the V3 API and on its way out from V2 | 00:09 |
cyeoh | V2.1 would not support XML either | 00:09 |
jaypipes | sure, I figured there's be little disagreement there. | 00:09 |
cyeoh | The JSON-Home/JSON schema docs is how I'd like to head for the V3 API | 00:09 |
cyeoh | I think we almost enough in place now | 00:09 |
jaypipes | cyeoh: are you familiar with APIBlueprint? | 00:09 |
*** doug_shelley66 has quit IRC | 00:09 | |
cyeoh | jaypipes: no, have you got a link? | 00:09 |
jaypipes | cyeoh: that first link above is it :) | 00:10 |
jaypipes | cyeoh: it is the formatted representation of this: https://github.com/jaypipes/openstack-compute-api/blob/master/apiary.apib | 00:10 |
jaypipes | cyeoh: basically, it allows one to use Markdown to document the API contract (request and reponse payloads, API routes, etc) | 00:11 |
jaypipes | cyeoh: but in a machine readable format that is also human-readable. | 00:11 |
*** tinoue has joined #openstack-meeting | 00:11 | |
cyeoh | hrm interesting. Are you suggesting its something we autogenerate instead of using WADL etc? | 00:11 |
*** thuc has quit IRC | 00:12 | |
jaypipes | cyeoh: 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 document | 00:12 |
*** KurtMartin has quit IRC | 00:12 | |
*** tsekiyam_ has joined #openstack-meeting | 00:12 | |
*** brucer has joined #openstack-meeting | 00:12 | |
jaypipes | cyeoh: writing the API spec in APIBlueprint allows you to generate the API spec, yes. | 00:12 |
*** thuc has joined #openstack-meeting | 00:12 | |
jaypipes | cyeoh: including generating all of the JSONSChema docs that are embedded in the apiblueprint markdown document. | 00:12 |
cyeoh | jaypipes: 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 |
jaypipes | cyeoh: 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 IRC | 00:13 | |
*** slong has quit IRC | 00:13 | |
*** slong_ has joined #openstack-meeting | 00:14 | |
cyeoh | that sounds great | 00:14 |
jaypipes | cyeoh: 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 IRC | 00:15 | |
jaypipes | anyway... 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, etc | 00:15 |
cyeoh | so 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 |
jaypipes | it's a big playground for ideas on compute API stuff | 00:16 |
jaypipes | cyeoh: yes, that is exactly the point. | 00:16 |
cyeoh | ok. | 00:16 |
jaypipes | cyeoh: there's a reason we don't expose database schema migrations in the REST API... it just doesn't make sense | 00:16 |
*** thuc has quit IRC | 00:16 | |
cyeoh | I really like the idea of having really long term planning for the API | 00:16 |
*** tsekiyam_ has quit IRC | 00:16 | |
jaypipes | cyeoh: 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 IRC | 00:17 | |
cyeoh | Just 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_REASONS | 00:17 |
*** IlyaE has joined #openstack-meeting | 00:18 | |
jaypipes | cyeoh: 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 mddy | 00:18 |
jaypipes | muddy... | 00:18 |
cyeoh | yea, it may be as simple as separating them in the documentation? | 00:18 |
*** mdenny has joined #openstack-meeting | 00:18 | |
jaypipes | cyeoh: eh... I'd prefer an entirely separate API really. | 00:18 |
*** brucer has joined #openstack-meeting | 00:19 | |
cyeoh | if normal users can't discover it does it make a difference? | 00:19 |
jaypipes | cyeoh: 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/users | 00:19 |
cyeoh | ok | 00:20 |
jaypipes | cyeoh: 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 |
cyeoh | depending 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 |
jaypipes | totally just want to put things on the table and play around with ideas without any boundaries | 00:20 |
*** dims_ has joined #openstack-meeting | 00:21 | |
cyeoh | yea 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 overhead | 00:21 |
cyeoh | anyway thank you very much for joining today to talk about it. Are you planning on submitting a summit session about this? | 00:22 |
jaypipes | yep, absolutely. | 00:22 |
*** tinoue_ has joined #openstack-meeting | 00:22 | |
jaypipes | I'll even bring some beer to the session ;) | 00:22 |
cyeoh | excellent :-) was there anything else you want to talk about vNext or we'll move on to the next topic | 00:23 |
jaypipes | nope, good on my end, thx | 00:23 |
*** stmi has left #openstack-meeting | 00:23 | |
*** stmi has quit IRC | 00:23 | |
cyeoh | #topic progress on v2 on v3 API POC | 00:23 |
*** openstack changes topic to "progress on v2 on v3 API POC (Meeting topic: Nova API)" | 00:23 | |
*** radez_g0n3 is now known as radez | 00:24 | |
*** vuil has quit IRC | 00:24 | |
cyeoh | so I have submitted a nova-specs patch | 00:24 |
*** tomoe_ has joined #openstack-meeting | 00:24 | |
cyeoh | #link https://review.openstack.org/#/c/84695/ | 00:24 |
cyeoh | this won't merge until we've had some discussions about it at summit | 00:24 |
cyeoh | but I'd encourage everyone to have a look at it to make sure we haven't missed anything | 00:24 |
*** doug_shelley66 has joined #openstack-meeting | 00:25 | |
cyeoh | ken1ohmichi: I was wondering if you had any more feedback about it - anything you think we should add? | 00:25 |
ken1ohmichi | cyeoh: Nova has a lot of APIs. it is better to consider how to manage the progress. | 00:26 |
*** mrodden has joined #openstack-meeting | 00:26 | |
cyeoh | ken1ohmichi: right, and how much we want to do for the POC? | 00:26 |
cyeoh | ken1ohmichi: would it be useful to have a spreadsheet like we have for the tempest tests? | 00:27 |
ken1ohmichi | cyeoh: now 6 APIs are PoC targets. | 00:27 |
ken1ohmichi | cyeoh: I think it is a good idea. | 00:27 |
ken1ohmichi | cyeoh: now we are managing Tempest tasks on spreadsheet also. https://docs.google.com/spreadsheet/ccc?key=0AmYuZ6T4IJETdEVNTWlYVUVOWURmOERSZ0VGc1BBQWc#gid=3 | 00:28 |
ken1ohmichi | cyeoh: I feel it is beter thatv2.1 tasks also will be managed like that:] | 00:28 |
*** tomoe_ has quit IRC | 00:28 | |
cyeoh | ken1ohmichi: I think that would be really good - is that something you have time to do? | 00:29 |
ken1ohmichi | cyeoh: sorry, do you mean? | 00:29 |
*** jaypipes has quit IRC | 00:30 | |
cyeoh | ken1ohmichi: I'm wondering if you could setup the spreadsheet for the v2.1 tasks - and we'll track things that way | 00:30 |
*** weshay has joined #openstack-meeting | 00:30 | |
ken1ohmichi | cyeoh: oh, I will do it:-) | 00:30 |
cyeoh | ken1ohmichi: excellent, thx! | 00:30 |
cyeoh | #action ken1ohmichi to set up v2.1 tasks tracking spreadsheet | 00:31 |
cyeoh | I guess if we implement any more v2.1 APIs we should concentrate on the core ones | 00:31 |
*** rakhmerov has joined #openstack-meeting | 00:31 | |
cyeoh | (things defined as core in the V3 API as they are most likely the most important) | 00:31 |
ken1ohmichi | cyeoh: agree | 00:31 |
cyeoh | so one other thing came up in the discussions around V2.1 | 00:32 |
cyeoh | and that was if for v2.1 it would be possible to put the input validation into a mode where it didn't reject requests | 00:32 |
cyeoh | but instead just logged invalid requests | 00:32 |
cyeoh | this would presumably be done using a config flag | 00:32 |
ken1ohmichi | cyeoh: we need https://review.openstack.org/#/c/78111/ for PoC. | 00:33 |
cyeoh | the reasoning behind this was that some cloud providers would want to do this, so they'd roll out v2.1 to a few clients | 00:33 |
cyeoh | ken1ohmichi: ok I'll review that one today | 00:33 |
ken1ohmichi | cyeoh: thanks! | 00:33 |
cyeoh | and the clients would run their apps as normal | 00:34 |
cyeoh | if they were misusing the API because of the relaxed input validation | 00:34 |
cyeoh | it would still work with v2.1, but the cloud providers would see the logs and be able to tell them | 00:34 |
cyeoh | also they'd get a better handle on how many people are misusing the API | 00:34 |
cyeoh | I 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 |
cyeoh | and we'd need to think carefully about any potential security issues | 00:35 |
*** rakhmerov has quit IRC | 00:35 | |
cyeoh | ken1ohmichi: 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 |
ken1ohmichi | I guess many people misuse APIs because Nova unit tests also did it. | 00:35 |
cyeoh | ken1ohmichi: yes I'm guessing its actually quite common! | 00:36 |
ken1ohmichi | cyeoh: that is an interesting idea. I feel we can do it. | 00:36 |
ken1ohmichi | with some option. | 00:36 |
cyeoh | ken1ohmichi: ok cool, just wanted to check with you we weren't promising the impossible :-) | 00:37 |
*** rockyg has quit IRC | 00:37 | |
*** imsurit has joined #openstack-meeting | 00:37 | |
ken1ohmichi | cyeoh: now checking:-) | 00:37 |
cyeoh | so I talked to russellb about the -2's on the v2-on-v3-api patches, and he has very kindly removed the -2's | 00:38 |
GMann_ | cyeoh: in that case will Nova auto recover the wrong input? | 00:38 |
cyeoh | GMann_: so it's likely it will crash and burn in some way and raise some random exception | 00:38 |
cyeoh | in which case its likely that it will return a 500 Internal Server Error | 00:38 |
GMann_ | ok | 00:39 |
cyeoh | but as long as cloud operators know that's going to happen I think its ok. | 00:39 |
GMann_ | ok, Got it. Thx | 00:39 |
cyeoh | its really just a special mode so everyone can get a better handle on how much pain a v2 to v2.1 upgrade will cause | 00:39 |
cyeoh | re: the v2-on-v3-api patches, please ensure that the WIP flag is put back on if you do rebasing | 00:40 |
cyeoh | so the patches don't end up skewing the stats on the nova queue | 00:40 |
cyeoh | and 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 too | 00:40 |
*** xuhanp has quit IRC | 00:41 | |
ken1ohmichi | cyeoh: but I cannot mark the other developers patches. | 00:41 |
*** IlyaE has quit IRC | 00:41 | |
ken1ohmichi | cyeoh: for WIP. | 00:42 |
cyeoh | hrm | 00:42 |
cyeoh | I thought we could mark other people's patches WIP? | 00:42 |
ken1ohmichi | cyeoh: is not enough to include "WIP" as the title? | 00:42 |
cyeoh | or maybe you need to be nova-core to do it, I appear to have the perms to do it | 00:42 |
cyeoh | ken1ohmichi: that will help, but unfortunately the stats scripts don't look for that. | 00:43 |
cyeoh | if 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 missing | 00:43 |
*** amcrn has quit IRC | 00:43 | |
cyeoh | For 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 patches | 00:44 |
cyeoh | the end one is this one: https://review.openstack.org/#/c/83256/ | 00:44 |
ken1ohmichi | cyeoh: thanks, will ping you when needing it. | 00:44 |
cyeoh | which is ken1ohmichi's patch which makes v2.1 appear as /v2 so if you pull that one you should get them all | 00:44 |
cyeoh | if you do add any more POC patches, please make sure you insert it somewhere appropriate in the patch series and rebase any dependencies | 00:45 |
cyeoh | there is an ordered list at the end of this etherpad: https://etherpad.openstack.org/p/NovaV2OnV3POC | 00:45 |
ken1ohmichi | cyeoh: sure, will take care of it:) | 00:45 |
cyeoh | to help us make sure we keep things in the right order | 00:45 |
cyeoh | ken1ohmichi: thanks! | 00:45 |
ken1ohmichi | cyeoh: 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#L69 | 00:46 |
cyeoh | ken1ohmichi: excellent, so that'd just be a single point where we can LOG instead of raising an exception... | 00:46 |
ken1ohmichi | cyeoh: will add it to *v3* tasks. | 00:47 |
cyeoh | which brings up my other question about v2 on v3 - | 00:47 |
ken1ohmichi | nothing from me:) | 00:47 |
cyeoh | so when an invalid V2 request comes in | 00:47 |
cyeoh | it will get translated and then hit the v3 validator | 00:47 |
cyeoh | which will produce a v3 specific error message | 00:47 |
ken1ohmichi | cyeoh: right. | 00:48 |
cyeoh | is it going to be possible to translate the error message on the way back so say instead of saying invalid imageID | 00:48 |
cyeoh | it can say invalid image_id? | 00:48 |
cyeoh | oops other way around ;-) | 00:48 |
cyeoh | I suspect that's going to be rather tricky, but maybe possible? | 00:48 |
ken1ohmichi | cyeoh: I am not sure now.. | 00:49 |
cyeoh | we might have to delay the generation of the string message till later, and perhaps raise an object with the raw info | 00:49 |
cyeoh | anyway I will play around with a few ideas | 00:49 |
cyeoh | but I thought I should flag it as a potential issues | 00:50 |
ken1ohmichi | cyeoh: 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 |
cyeoh | ken1ohmichi: heh, that is sort of true :-) | 00:50 |
*** MaxV has joined #openstack-meeting | 00:50 | |
cyeoh | I guess I was thinking if it was possible we should try to get it right. | 00:50 |
*** samcdona has quit IRC | 00:50 | |
cyeoh | ok was anything else about the v2 on v3 POC that people wanted to talk about? | 00:51 |
ken1ohmichi | cyeoh: if doing it, we need to pass v2 info to validation code. that would make a little durty code. | 00:52 |
cyeoh | ken1ohmichi: yea I"m not sure how we'd do it cleanly yet. | 00:52 |
cyeoh | though we have the name mappings in the decorators already | 00:52 |
ken1ohmichi | cyeoh: yes, right. | 00:52 |
cyeoh | anyway I will have a play and see if its possible, otherwise it may have to be something we have to live with | 00:53 |
ken1ohmichi | cyeoh: thanks:) | 00:53 |
cyeoh | #topic progress on API response validation in tempest | 00:53 |
*** openstack changes topic to "progress on API response validation in tempest (Meeting topic: Nova API)" | 00:53 | |
cyeoh | is there anything we need to talk about here? Other than needing to do more reviews :-) | 00:54 |
ken1ohmichi | cyeoh; yes need more reviews:) | 00:54 |
cyeoh | heh :-) | 00:54 |
cyeoh | I've been slack this week. Will try to get more done soon | 00:54 |
ken1ohmichi | cyeoh: great | 00:54 |
*** MaxV has quit IRC | 00:54 | |
cyeoh | mrda: are you around atm? | 00:54 |
*** novas0x2a|laptop has quit IRC | 00:55 | |
cyeoh | ok we'll go on to the v3 API work then | 00:55 |
cyeoh | #topic Ongoing V3 API related work | 00:55 |
*** openstack changes topic to "Ongoing V3 API related work (Meeting topic: Nova API)" | 00:55 | |
*** chuck_ has quit IRC | 00:55 | |
cyeoh | so I think we have consensus in #openstack-nova that we can continue to merge V3 related work that we missed in Icehouse | 00:55 |
ken1ohmichi | great! | 00:56 |
cyeoh | so things like missing extensions, moving policy checks up to the API layer etc | 00:56 |
cyeoh | but we do need to still put blueprints specs in | 00:56 |
ivanzhu | cyeoh: so we can restore these patches | 00:56 |
cyeoh | so 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 |
cyeoh | ivanzhu: yep, restore them, but we'll need to get the blueprint re-approved. | 00:57 |
ivanzhu | cyeoh: great | 00:57 |
ken1ohmichi | OK, validation taks also remain. will restore them. | 00:57 |
cyeoh | ivanzhu: the policy check ones scare me so much though I'm tempted to suggest we need 3 +2 votes on them though | 00:58 |
cyeoh | ivanzhu: purely from the point of view that if we get it wrong, we introduce a security bug | 00:58 |
cyeoh | ken1ohmichi: that's be great, thx! | 00:58 |
cyeoh | ken1ohmichi: the validation patches really clean up the V3 API code | 00:58 |
cyeoh | #topic Open Discussion | 00:59 |
*** openstack changes topic to "Open Discussion (Meeting topic: Nova API)" | 00:59 | |
cyeoh | ok we have like 1 minute left :-) | 00:59 |
cyeoh | is there anything else? | 00:59 |
*** brucer has quit IRC | 00:59 | |
tianst20 | cyeoh: 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-meeting | 01:00 | |
cyeoh | tianst20: ok I will have to look at that | 01:00 |
tianst20 | thanks , | 01:00 |
cyeoh | tianst20: you will have to chase up jog0 to remove the -2 | 01:00 |
cyeoh | ok we're out of time, thank you everyone for attending. | 01:01 |
cyeoh | #endmeeting | 01:01 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 01:01 | |
openstack | Meeting ended Fri Apr 4 01:01:26 2014 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 01:01 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/nova_api/2014/nova_api.2014-04-04-00.01.html | 01:01 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/nova_api/2014/nova_api.2014-04-04-00.01.txt | 01:01 |
openstack | Log: http://eavesdrop.openstack.org/meetings/nova_api/2014/nova_api.2014-04-04-00.01.log.html | 01:01 |
ken1ohmichi | cyeoh: thanks all | 01:01 |
GMann_ | Thanks. | 01:01 |
*** GMann_ has quit IRC | 01:01 | |
*** ken1ohmichi has left #openstack-meeting | 01:02 | |
*** Daisy_ has joined #openstack-meeting | 01:05 | |
*** slagle has joined #openstack-meeting | 01:05 | |
*** weshay has quit IRC | 01:05 | |
*** brucer_ has joined #openstack-meeting | 01:06 | |
*** brucer has quit IRC | 01:10 | |
*** marcoemorais has quit IRC | 01:10 | |
*** saschpe has quit IRC | 01:11 | |
*** crc32 has quit IRC | 01:13 | |
*** saschpe has joined #openstack-meeting | 01:13 | |
*** shwetaap has joined #openstack-meeting | 01:17 | |
*** banix has joined #openstack-meeting | 01:17 | |
*** eghobo has joined #openstack-meeting | 01:17 | |
*** thuc has joined #openstack-meeting | 01:23 | |
*** ivanzhu has left #openstack-meeting | 01:26 | |
*** Edward-Zhang has joined #openstack-meeting | 01:26 | |
*** thuc has quit IRC | 01:27 | |
*** xuhanp has joined #openstack-meeting | 01:29 | |
*** Leonr has joined #openstack-meeting | 01:32 | |
*** nosnos has joined #openstack-meeting | 01:33 | |
*** Sukhdev has quit IRC | 01:34 | |
*** bill_az has quit IRC | 01:35 | |
*** Edward-Zhang has quit IRC | 01:35 | |
*** stevemar has joined #openstack-meeting | 01:36 | |
*** masayukig has quit IRC | 01:36 | |
*** shwetaap has quit IRC | 01:38 | |
*** arnaud has quit IRC | 01:44 | |
*** yfujioka has joined #openstack-meeting | 01:50 | |
*** shwetaap has joined #openstack-meeting | 01:50 | |
*** MaxV has joined #openstack-meeting | 01:51 | |
*** stevemar has quit IRC | 01:53 | |
*** Mandell has quit IRC | 01:55 | |
*** MaxV has quit IRC | 01:55 | |
*** eghobo has quit IRC | 01:56 | |
*** rakhmerov has joined #openstack-meeting | 01:59 | |
*** stevemar has joined #openstack-meeting | 02:00 | |
*** kgriffs|afk is now known as kgriffs | 02:03 | |
*** tomoe_ has joined #openstack-meeting | 02:07 | |
*** yamahata has joined #openstack-meeting | 02:09 | |
*** paragan has joined #openstack-meeting | 02:11 | |
*** ArxCruz has quit IRC | 02:11 | |
*** ArxCruz has joined #openstack-meeting | 02:11 | |
*** kgriffs is now known as kgriffs|afk | 02:13 | |
*** xianghui has joined #openstack-meeting | 02:15 | |
*** obondarev has quit IRC | 02:16 | |
*** venkatesh has joined #openstack-meeting | 02:17 | |
*** obondarev has joined #openstack-meeting | 02:17 | |
*** ilyashakhat has quit IRC | 02:17 | |
*** ilyashakhat has joined #openstack-meeting | 02:18 | |
*** Linz has quit IRC | 02:18 | |
*** crandquist has quit IRC | 02:19 | |
*** doug_shelley66 has quit IRC | 02:20 | |
*** Linz has joined #openstack-meeting | 02:21 | |
*** changbl has joined #openstack-meeting | 02:22 | |
*** morganfainberg is now known as morganfainberg_Z | 02:22 | |
*** HenryG has joined #openstack-meeting | 02:23 | |
*** zhiyan_ is now known as zhiyan | 02:24 | |
*** J_Robinson has joined #openstack-meeting | 02:27 | |
*** eghobo has joined #openstack-meeting | 02:28 | |
*** J_Robinson has quit IRC | 02:28 | |
*** dims_ has quit IRC | 02:29 | |
*** thurloat has quit IRC | 02:30 | |
*** epico has joined #openstack-meeting | 02:32 | |
*** stevemar has quit IRC | 02:33 | |
*** jdurgin has quit IRC | 02:38 | |
*** shwetaap has quit IRC | 02:39 | |
*** shwetaap has joined #openstack-meeting | 02:40 | |
*** crandquist has joined #openstack-meeting | 02:40 | |
*** svetikova has joined #openstack-meeting | 02:42 | |
*** radez is now known as radez_g0n3 | 02:47 | |
*** eghobo has quit IRC | 02:47 | |
*** jdurgin has joined #openstack-meeting | 02:51 | |
*** matsuhas_ has joined #openstack-meeting | 02:53 | |
*** matsuhashi has quit IRC | 02:53 | |
*** samcdona has joined #openstack-meeting | 02:53 | |
*** matsuhas_ has quit IRC | 02:54 | |
*** matsuhashi has joined #openstack-meeting | 02:56 | |
*** jwang_ has joined #openstack-meeting | 03:01 | |
*** matsuhashi has quit IRC | 03:02 | |
*** matsuhashi has joined #openstack-meeting | 03:04 | |
*** bdpayne has quit IRC | 03:06 | |
*** ayoung is now known as ayoung_ZZZzzz__ | 03:09 | |
*** hemna_ has quit IRC | 03:11 | |
*** MaxV has joined #openstack-meeting | 03:11 | |
*** nikhil__ is now known as nikhil|afk | 03:12 | |
*** MaxV has quit IRC | 03:16 | |
*** nosnos has quit IRC | 03:17 | |
*** shwetaap has left #openstack-meeting | 03:24 | |
*** stevemar has joined #openstack-meeting | 03:24 | |
*** devlaps has quit IRC | 03:28 | |
*** eghobo has joined #openstack-meeting | 03:33 | |
*** venkatesh has quit IRC | 03:34 | |
*** slong_ has quit IRC | 03:37 | |
*** paragan has quit IRC | 03:41 | |
*** tr3buchet has quit IRC | 03:41 | |
*** bdpayne has joined #openstack-meeting | 03:44 | |
*** tr3buchet has joined #openstack-meeting | 03:47 | |
*** paragan has joined #openstack-meeting | 03:54 | |
*** paragan has quit IRC | 03:54 | |
*** paragan has joined #openstack-meeting | 03:54 | |
*** venkatesh has joined #openstack-meeting | 03:54 | |
*** venkatesh has quit IRC | 03:56 | |
*** vuil has joined #openstack-meeting | 03:56 | |
*** eghobo has quit IRC | 03:58 | |
*** Mandell has joined #openstack-meeting | 03:58 | |
*** eghobo has joined #openstack-meeting | 04:00 | |
*** matsuhashi has quit IRC | 04:01 | |
*** eghobo has quit IRC | 04:02 | |
*** svetikova has quit IRC | 04:02 | |
*** harlowja is now known as harlowja_away | 04:03 | |
*** matsuhashi has joined #openstack-meeting | 04:05 | |
*** kgriffs|afk is now known as kgriffs | 04:07 | |
*** dgnltd has joined #openstack-meeting | 04:08 | |
*** imsurit has quit IRC | 04:09 | |
*** david-lyle has joined #openstack-meeting | 04:11 | |
*** MaxV has joined #openstack-meeting | 04:12 | |
*** tinoue has quit IRC | 04:13 | |
*** MaxV has quit IRC | 04:16 | |
*** kgriffs is now known as kgriffs|afk | 04:16 | |
*** chandan_kumar has joined #openstack-meeting | 04:16 | |
*** nosnos has joined #openstack-meeting | 04:20 | |
*** stevemar has quit IRC | 04:20 | |
*** Michalik- has quit IRC | 04:28 | |
*** banix has quit IRC | 04:29 | |
*** akuznetsov has joined #openstack-meeting | 04:29 | |
*** crandquist has quit IRC | 04:30 | |
*** Tross has joined #openstack-meeting | 04:37 | |
*** skraynev_afk is now known as skraynev | 04:48 | |
*** Longgeek has joined #openstack-meeting | 04:50 | |
*** crandquist has joined #openstack-meeting | 04:52 | |
*** Leonr has quit IRC | 04:55 | |
*** bdpayne has quit IRC | 05:00 | |
*** yfujioka has quit IRC | 05:01 | |
*** marcoemorais has joined #openstack-meeting | 05:05 | |
*** sushils_ has joined #openstack-meeting | 05:05 | |
*** Longgeek has quit IRC | 05:05 | |
*** chandan_kumar has quit IRC | 05:06 | |
*** ben00b has joined #openstack-meeting | 05:06 | |
*** Longgeek has joined #openstack-meeting | 05:06 | |
*** marcoemorais1 has joined #openstack-meeting | 05:06 | |
*** kgriffs|afk is now known as kgriffs | 05:07 | |
*** Michalik- has joined #openstack-meeting | 05:08 | |
*** ben00b has quit IRC | 05:08 | |
*** bdpayne has joined #openstack-meeting | 05:08 | |
*** chandan_kumar has joined #openstack-meeting | 05:08 | |
*** marcoemorais has quit IRC | 05:09 | |
*** ildikov_ has quit IRC | 05:11 | |
*** MaxV has joined #openstack-meeting | 05:13 | |
*** kgriffs is now known as kgriffs|afk | 05:17 | |
*** marcoemorais1 has quit IRC | 05:19 | |
*** marcoemorais has joined #openstack-meeting | 05:19 | |
*** MaxV has quit IRC | 05:19 | |
*** Michalik- has quit IRC | 05:19 | |
*** Daisy_ has quit IRC | 05:20 | |
*** nshaikh has joined #openstack-meeting | 05:24 | |
*** Michalik- has joined #openstack-meeting | 05:25 | |
*** zhiyan is now known as zhiyan_ | 05:25 | |
*** harlowja_away has quit IRC | 05:29 | |
*** Longgeek has quit IRC | 05:33 | |
*** doug_shelley66 has joined #openstack-meeting | 05:35 | |
*** gokrokve has joined #openstack-meeting | 05:39 | |
*** gokrokve_ has joined #openstack-meeting | 05:40 | |
*** dteselkin_ has joined #openstack-meeting | 05:41 | |
*** ildikov_ has joined #openstack-meeting | 05:43 | |
*** gokrokve has quit IRC | 05:44 | |
*** markvan has quit IRC | 05:45 | |
*** topol has quit IRC | 05:48 | |
*** bdpayne has quit IRC | 05:49 | |
*** _nadya_ has joined #openstack-meeting | 05:51 | |
*** Longgeek has joined #openstack-meeting | 05:51 | |
*** Longgeek has quit IRC | 05:58 | |
*** Michalik- has quit IRC | 06:00 | |
*** Michalik- has joined #openstack-meeting | 06:02 | |
*** ArxCruz has quit IRC | 06:05 | |
*** tobi1 has joined #openstack-meeting | 06:06 | |
*** gokrokve_ has quit IRC | 06:07 | |
*** _nadya_ has quit IRC | 06:11 | |
*** dburmistrov has joined #openstack-meeting | 06:14 | |
*** mrunge has joined #openstack-meeting | 06:16 | |
*** afazekas has joined #openstack-meeting | 06:17 | |
*** IlyaE has joined #openstack-meeting | 06:18 | |
*** Longgeek has joined #openstack-meeting | 06:23 | |
*** vuil has quit IRC | 06:23 | |
*** MaxV has joined #openstack-meeting | 06:35 | |
*** jtomasek has joined #openstack-meeting | 06:41 | |
*** _nadya_ has joined #openstack-meeting | 06:42 | |
*** MaxV has quit IRC | 06:45 | |
*** mrda is now known as mrda_weekend | 06:47 | |
*** bdpayne has joined #openstack-meeting | 06:47 | |
*** Alexandra is now known as alex-gone | 06:48 | |
*** alex-gone has quit IRC | 06:49 | |
*** belmoreira has joined #openstack-meeting | 06:50 | |
*** jlibosva has joined #openstack-meeting | 06:51 | |
*** dburmistrov has quit IRC | 06:54 | |
*** ttrifonov_zZzz is now known as ttrifonov | 06:55 | |
*** dgnltd has quit IRC | 06:57 | |
*** chandankumar_ has joined #openstack-meeting | 06:59 | |
*** MaxV has joined #openstack-meeting | 07:02 | |
*** _nadya_ has quit IRC | 07:04 | |
*** Michalik- has quit IRC | 07:06 | |
*** yamahata has quit IRC | 07:06 | |
*** MaxV has quit IRC | 07:06 | |
*** matsuhashi has quit IRC | 07:07 | |
*** Michalik- has joined #openstack-meeting | 07:09 | |
*** kgriffs|afk is now known as kgriffs | 07:10 | |
*** IlyaE has quit IRC | 07:11 | |
*** I159 has joined #openstack-meeting | 07:12 | |
*** saju_m has joined #openstack-meeting | 07:12 | |
*** kgriffs is now known as kgriffs|afk | 07:20 | |
*** Longgeek_ has joined #openstack-meeting | 07:21 | |
*** chandankumar_ has quit IRC | 07:23 | |
*** Longgeek has quit IRC | 07:24 | |
*** yamahata has joined #openstack-meeting | 07:24 | |
*** IlyaE has joined #openstack-meeting | 07:24 | |
*** Mandell has quit IRC | 07:25 | |
*** Michalik- has quit IRC | 07:26 | |
*** brucer_ has quit IRC | 07:26 | |
*** Fdot has joined #openstack-meeting | 07:28 | |
*** IlyaE has quit IRC | 07:31 | |
*** bauzas has joined #openstack-meeting | 07:32 | |
*** Michalik- has joined #openstack-meeting | 07:32 | |
*** egallen has joined #openstack-meeting | 07:34 | |
*** yingjun has joined #openstack-meeting | 07:35 | |
*** Michalik- has quit IRC | 07:37 | |
*** I159 has quit IRC | 07:37 | |
*** jgallard has joined #openstack-meeting | 07:38 | |
*** nacim has joined #openstack-meeting | 07:40 | |
*** nwidell has joined #openstack-meeting | 07:41 | |
*** MaxV has joined #openstack-meeting | 07:41 | |
*** MaxV has quit IRC | 07:42 | |
*** MaxV has joined #openstack-meeting | 07:42 | |
*** sushils_ has quit IRC | 07:48 | |
*** sushils_ has joined #openstack-meeting | 07:49 | |
*** marcoemorais has quit IRC | 07:50 | |
*** Michalik- has joined #openstack-meeting | 07:53 | |
*** zhiyan_ is now known as zhiyan | 07:56 | |
*** belmoreira has quit IRC | 07:58 | |
*** yingjun has quit IRC | 07:58 | |
*** Longgeek_ has quit IRC | 07:59 | |
*** matrohon has quit IRC | 08:00 | |
*** Longgeek has joined #openstack-meeting | 08:01 | |
*** matrohon has joined #openstack-meeting | 08:02 | |
*** belmoreira has joined #openstack-meeting | 08:02 | |
*** ygbo has joined #openstack-meeting | 08:04 | |
*** matsuhashi has joined #openstack-meeting | 08:04 | |
*** slong has joined #openstack-meeting | 08:06 | |
*** d0ugal has joined #openstack-meeting | 08:06 | |
*** safchain has joined #openstack-meeting | 08:10 | |
*** derekh has joined #openstack-meeting | 08:10 | |
*** slong has quit IRC | 08:10 | |
*** slong has joined #openstack-meeting | 08:11 | |
*** kgriffs|afk is now known as kgriffs | 08:12 | |
*** nwidell has quit IRC | 08:13 | |
*** Longgeek_ has joined #openstack-meeting | 08:14 | |
*** Longgeek has quit IRC | 08:16 | |
*** epico has quit IRC | 08:21 | |
*** kgriffs is now known as kgriffs|afk | 08:21 | |
*** epico has joined #openstack-meeting | 08:24 | |
*** lukego has joined #openstack-meeting | 08:25 | |
*** lukego has quit IRC | 08:30 | |
*** Longgeek_ has quit IRC | 08:31 | |
*** jhenner has joined #openstack-meeting | 08:33 | |
*** ams0 has joined #openstack-meeting | 08:33 | |
*** Mikhail_D_wk has left #openstack-meeting | 08:34 | |
*** akuznetsov has quit IRC | 08:34 | |
*** slong has quit IRC | 08:35 | |
*** matsuhashi has quit IRC | 08:35 | |
*** akuznetsov has joined #openstack-meeting | 08:35 | |
*** Mikhail_D_wk has joined #openstack-meeting | 08:36 | |
*** bdpayne has quit IRC | 08:36 | |
*** Longgeek has joined #openstack-meeting | 08:36 | |
*** benonsoftware has quit IRC | 08:37 | |
*** slong has joined #openstack-meeting | 08:38 | |
*** fbo_away is now known as fbo | 08:40 | |
*** Daisy_ has joined #openstack-meeting | 08:40 | |
*** nacim has quit IRC | 08:42 | |
*** slong has quit IRC | 08:45 | |
* IgorYozhikov is now away: went away... | 08:50 | |
*** matrohon has quit IRC | 08:50 | |
*** xuhanp has quit IRC | 08:50 | |
*** matrohon has joined #openstack-meeting | 08:51 | |
*** matsuhashi has joined #openstack-meeting | 08:53 | |
*** imsurit has joined #openstack-meeting | 08:54 | |
*** nacim has joined #openstack-meeting | 08:54 | |
*** mjbot has joined #openstack-meeting | 09:03 | |
*** mjbot has quit IRC | 09:03 | |
*** belmoreira has quit IRC | 09:04 | |
*** Daisy_ has quit IRC | 09:05 | |
*** mjbot has joined #openstack-meeting | 09:05 | |
*** ominakov has joined #openstack-meeting | 09:06 | |
*** belmoreira has joined #openstack-meeting | 09:07 | |
*** matrohon has quit IRC | 09:07 | |
*** enikanorov__ has quit IRC | 09:13 | |
*** lukego has joined #openstack-meeting | 09:16 | |
*** miarmak has quit IRC | 09:26 | |
*** Longgeek has quit IRC | 09:27 | |
*** miarmak has joined #openstack-meeting | 09:31 | |
*** ErikB has quit IRC | 09:32 | |
*** mihgen has joined #openstack-meeting | 09:34 | |
*** Longgeek has joined #openstack-meeting | 09:35 | |
*** ErikB has joined #openstack-meeting | 09:39 | |
*** Longgeek has quit IRC | 09:39 | |
*** Longgeek has joined #openstack-meeting | 09:41 | |
*** nacim has quit IRC | 09:42 | |
*** Longgeek has quit IRC | 09:43 | |
*** Longgeek has joined #openstack-meeting | 09:43 | |
*** matsuhashi has quit IRC | 09:47 | |
*** matsuhashi has joined #openstack-meeting | 09:47 | |
*** Longgeek_ has joined #openstack-meeting | 09:50 | |
*** epico has quit IRC | 09:52 | |
*** Longgeek has quit IRC | 09:53 | |
*** jprovazn has joined #openstack-meeting | 09:53 | |
*** enikanorov has joined #openstack-meeting | 09:55 | |
*** nacim has joined #openstack-meeting | 09:56 | |
*** belmoreira has quit IRC | 09:56 | |
*** belmoreira has joined #openstack-meeting | 09:56 | |
*** saju_m has quit IRC | 09:56 | |
*** jamespage_ has joined #openstack-meeting | 09:57 | |
*** Longgeek has joined #openstack-meeting | 09:58 | |
*** Longgeek_ has quit IRC | 09:59 | |
*** Longgeek_ has joined #openstack-meeting | 10:00 | |
*** esker has quit IRC | 10:03 | |
*** Longgeek has quit IRC | 10:03 | |
*** _nadya_ has joined #openstack-meeting | 10:05 | |
*** tomoe_ has quit IRC | 10:06 | |
*** jamespage_ has quit IRC | 10:06 | |
*** esker has joined #openstack-meeting | 10:06 | |
*** tomoe_ has joined #openstack-meeting | 10:07 | |
*** Longgeek_ has quit IRC | 10:08 | |
*** _nadya_ has quit IRC | 10:09 | |
*** saju_m has joined #openstack-meeting | 10:10 | |
*** overlayer has joined #openstack-meeting | 10:11 | |
*** tomoe_ has quit IRC | 10:11 | |
*** jgallard has quit IRC | 10:12 | |
*** saju_m has quit IRC | 10:14 | |
*** akuznetsov has quit IRC | 10:15 | |
*** Longgeek has joined #openstack-meeting | 10:16 | |
*** mihgen has quit IRC | 10:16 | |
*** tobi1 has quit IRC | 10:19 | |
*** Longgeek has quit IRC | 10:22 | |
*** matsuhashi has quit IRC | 10:23 | |
*** paragan has quit IRC | 10:27 | |
*** nacim has quit IRC | 10:28 | |
*** Longgeek has joined #openstack-meeting | 10:28 | |
*** nacim has joined #openstack-meeting | 10:29 | |
*** matsuhashi has joined #openstack-meeting | 10:30 | |
*** saju_m has joined #openstack-meeting | 10:30 | |
*** nosnos has quit IRC | 10:33 | |
*** akuznetsov has joined #openstack-meeting | 10:33 | |
*** tobi1 has joined #openstack-meeting | 10:33 | |
*** saju_m has quit IRC | 10:35 | |
*** saju_m has joined #openstack-meeting | 10:36 | |
*** ams0 has quit IRC | 10:37 | |
*** matsuhashi has quit IRC | 10:38 | |
*** chandankumar_ has joined #openstack-meeting | 10:39 | |
*** nosnos has joined #openstack-meeting | 10:39 | |
*** saju_m has quit IRC | 10:40 | |
*** matsuhas_ has joined #openstack-meeting | 10:41 | |
*** saju_m has joined #openstack-meeting | 10:41 | |
*** paragan has joined #openstack-meeting | 10:43 | |
*** paragan has quit IRC | 10:43 | |
*** paragan has joined #openstack-meeting | 10:43 | |
*** mrmartin has joined #openstack-meeting | 10:47 | |
*** aloga has quit IRC | 10:50 | |
*** d0ugal has quit IRC | 10:51 | |
*** matsuhas_ has quit IRC | 10:52 | |
*** matsuhashi has joined #openstack-meeting | 10:52 | |
*** tinoue_ has quit IRC | 10:54 | |
*** chandankumar_ has quit IRC | 10:55 | |
*** benonsoftware has joined #openstack-meeting | 10:56 | |
*** matsuhashi has quit IRC | 10:57 | |
*** esker has quit IRC | 10:57 | |
*** esker has joined #openstack-meeting | 10:58 | |
*** Longgeek has quit IRC | 11:00 | |
*** ominakov has quit IRC | 11:00 | |
*** paragan has quit IRC | 11:01 | |
*** ominakov has joined #openstack-meeting | 11:03 | |
*** esker has quit IRC | 11:03 | |
*** mihgen has joined #openstack-meeting | 11:03 | |
*** xianghui has quit IRC | 11:05 | |
*** schwicht has joined #openstack-meeting | 11:07 | |
*** 20WAAD6WM has joined #openstack-meeting | 11:07 | |
*** paragan has joined #openstack-meeting | 11:07 | |
*** paragan has quit IRC | 11:07 | |
*** paragan has joined #openstack-meeting | 11:07 | |
*** imsurit has quit IRC | 11:09 | |
*** chandankumar_ has joined #openstack-meeting | 11:13 | |
*** beagles has joined #openstack-meeting | 11:19 | |
*** Michalik- has quit IRC | 11:22 | |
*** mwagner_lap has quit IRC | 11:22 | |
*** nwidell has joined #openstack-meeting | 11:24 | |
*** I159 has joined #openstack-meeting | 11:28 | |
*** I159_ has joined #openstack-meeting | 11:28 | |
*** nosnos has quit IRC | 11:30 | |
*** eghobo has joined #openstack-meeting | 11:36 | |
*** yamahata has quit IRC | 11:36 | |
*** saju_m has quit IRC | 11:38 | |
*** Longgeek has joined #openstack-meeting | 11:40 | |
*** ominakov has quit IRC | 11:42 | |
*** aloga has joined #openstack-meeting | 11:43 | |
*** tobi2 has joined #openstack-meeting | 11:44 | |
*** ominakov has joined #openstack-meeting | 11:45 | |
*** tobi1 has quit IRC | 11:46 | |
*** ominakov has quit IRC | 11:49 | |
*** matrohon has joined #openstack-meeting | 11:51 | |
*** ominakov has joined #openstack-meeting | 11:52 | |
*** ylobankov has left #openstack-meeting | 11:53 | |
*** david-lyle has quit IRC | 11:54 | |
*** ihrachys has quit IRC | 11:55 | |
*** paragan has quit IRC | 11:57 | |
*** matiu has quit IRC | 11:59 | |
*** Longgeek has quit IRC | 12:01 | |
*** mwagner_lap has joined #openstack-meeting | 12:03 | |
*** rakhmerov has quit IRC | 12:04 | |
*** mrunge has quit IRC | 12:07 | |
*** pdmars has joined #openstack-meeting | 12:10 | |
*** saju_m has joined #openstack-meeting | 12:10 | |
*** jlibosva is now known as jlibosva|afk | 12:14 | |
*** Tross has quit IRC | 12:14 | |
*** saju_m has quit IRC | 12:14 | |
*** saju_m has joined #openstack-meeting | 12:16 | |
*** Michalik- has joined #openstack-meeting | 12:17 | |
*** dprince has joined #openstack-meeting | 12:19 | |
*** eghobo has quit IRC | 12:21 | |
*** jgallard has joined #openstack-meeting | 12:21 | |
*** alaski has quit IRC | 12:24 | |
*** weshay has joined #openstack-meeting | 12:26 | |
*** dcramer_ has quit IRC | 12:28 | |
*** alaski has joined #openstack-meeting | 12:32 | |
*** ominakov has quit IRC | 12:33 | |
*** enikanorov has quit IRC | 12:34 | |
*** ashepelev has joined #openstack-meeting | 12:34 | |
*** lblanchard has joined #openstack-meeting | 12:35 | |
*** skraynev is now known as skraynev_afk | 12:35 | |
*** ominakov has joined #openstack-meeting | 12:39 | |
*** amotoki has joined #openstack-meeting | 12:39 | |
*** rfolco has joined #openstack-meeting | 12:40 | |
*** jdob has joined #openstack-meeting | 12:44 | |
*** LakmalSilva has joined #openstack-meeting | 12:44 | |
*** jlibosva|afk is now known as jlibosva | 12:45 | |
*** radez_g0n3 is now known as radez | 12:45 | |
*** noslzzp has joined #openstack-meeting | 12:46 | |
*** alexpilotti has joined #openstack-meeting | 12:46 | |
*** d0ugal has joined #openstack-meeting | 12:46 | |
*** sballe has quit IRC | 12:46 | |
*** sballe has joined #openstack-meeting | 12:47 | |
*** chandankumar_ has quit IRC | 12:47 | |
*** eharney has joined #openstack-meeting | 12:49 | |
*** flaper87|afk is now known as flaper87 | 12:49 | |
*** doug_shelley66 has quit IRC | 12:50 | |
*** enikanorov has joined #openstack-meeting | 12:51 | |
*** ameade has joined #openstack-meeting | 12:53 | |
*** cyrichardson has joined #openstack-meeting | 12:55 | |
*** julim has joined #openstack-meeting | 12:55 | |
*** cyrichardson has quit IRC | 12:55 | |
*** thuc has joined #openstack-meeting | 12:55 | |
*** cyrichardson has joined #openstack-meeting | 12:56 | |
*** thuc_ has joined #openstack-meeting | 12:56 | |
*** sw_away is now known as sandywalsh | 12:57 | |
*** saju_m has quit IRC | 12:57 | |
*** cyrichardson is now known as catherine_afIRC | 12:57 | |
*** jecarey has joined #openstack-meeting | 12:58 | |
*** enikanorov has quit IRC | 12:58 | |
*** thuc has quit IRC | 13:00 | |
*** idegtiarov has joined #openstack-meeting | 13:01 | |
*** ayoung_ZZZzzz__ is now known as ayoung | 13:02 | |
*** baoli has joined #openstack-meeting | 13:02 | |
*** julim has quit IRC | 13:03 | |
*** alexpilotti_ has joined #openstack-meeting | 13:03 | |
*** julim has joined #openstack-meeting | 13:05 | |
*** alexpilotti has quit IRC | 13:06 | |
*** alexpilotti_ has quit IRC | 13:06 | |
*** chenliang_ has joined #openstack-meeting | 13:07 | |
*** mrmartin has quit IRC | 13:08 | |
*** banix has joined #openstack-meeting | 13:08 | |
*** esker has joined #openstack-meeting | 13:11 | |
*** d0ugal has quit IRC | 13:11 | |
*** baoli has quit IRC | 13:14 | |
*** baoli has joined #openstack-meeting | 13:14 | |
*** d0ugal has joined #openstack-meeting | 13:15 | |
*** dburmistrov has joined #openstack-meeting | 13:16 | |
*** kgriffs|afk is now known as kgriffs | 13:17 | |
*** sballe has quit IRC | 13:18 | |
*** sballe has joined #openstack-meeting | 13:18 | |
*** noslzzp_ has joined #openstack-meeting | 13:19 | |
*** noslzzp has quit IRC | 13:19 | |
*** noslzzp_ is now known as noslzzp | 13:19 | |
*** Longgeek has joined #openstack-meeting | 13:20 | |
*** topol has joined #openstack-meeting | 13:21 | |
*** vijendar has joined #openstack-meeting | 13:23 | |
*** krtaylor has joined #openstack-meeting | 13:23 | |
*** LakmalSilva has quit IRC | 13:24 | |
*** vhoward- has joined #openstack-meeting | 13:26 | |
*** kgriffs is now known as kgriffs|afk | 13:27 | |
*** Linz has quit IRC | 13:28 | |
*** Linz has joined #openstack-meeting | 13:29 | |
*** ominakov has quit IRC | 13:31 | |
*** ominakov has joined #openstack-meeting | 13:32 | |
*** kevinconway has joined #openstack-meeting | 13:33 | |
*** Linz has quit IRC | 13:33 | |
*** doug_shelley66 has joined #openstack-meeting | 13:33 | |
*** ivasev has joined #openstack-meeting | 13:38 | |
*** thuc_ has quit IRC | 13:40 | |
*** thuc has joined #openstack-meeting | 13:41 | |
*** d0ugal has quit IRC | 13:42 | |
*** zns has joined #openstack-meeting | 13:42 | |
*** neelashah has joined #openstack-meeting | 13:42 | |
*** thuc has quit IRC | 13:45 | |
*** thuc has joined #openstack-meeting | 13:46 | |
*** Gordonz has joined #openstack-meeting | 13:47 | |
*** Gordonz has quit IRC | 13:47 | |
*** dcramer_ has joined #openstack-meeting | 13:48 | |
*** vkmc has joined #openstack-meeting | 13:49 | |
*** vkmc has quit IRC | 13:49 | |
*** vkmc has joined #openstack-meeting | 13:49 | |
*** balajiiyer has joined #openstack-meeting | 13:50 | |
*** I159 has quit IRC | 13:51 | |
*** I159_ has quit IRC | 13:51 | |
*** thang_ has joined #openstack-meeting | 13:51 | |
*** prad has joined #openstack-meeting | 13:54 | |
*** imsurit has joined #openstack-meeting | 13:56 | |
*** zns has quit IRC | 14:04 | |
*** krotscheck has left #openstack-meeting | 14:04 | |
*** thuc has quit IRC | 14:04 | |
*** thuc has joined #openstack-meeting | 14:04 | |
*** zns has joined #openstack-meeting | 14:04 | |
*** zns has quit IRC | 14:05 | |
*** neelashah has quit IRC | 14:05 | |
*** rakhmerov has joined #openstack-meeting | 14:05 | |
*** d0ugal_ has joined #openstack-meeting | 14:07 | |
*** thuc has quit IRC | 14:08 | |
*** phil_h has quit IRC | 14:09 | |
*** phil_h has joined #openstack-meeting | 14:10 | |
*** mtanino has joined #openstack-meeting | 14:10 | |
*** armax has joined #openstack-meeting | 14:11 | |
*** Tross has joined #openstack-meeting | 14:12 | |
*** rakhmerov has quit IRC | 14:12 | |
*** derekh has quit IRC | 14:13 | |
*** Longgeek has quit IRC | 14:13 | |
*** YuanJing has joined #openstack-meeting | 14:14 | |
*** zns has joined #openstack-meeting | 14:14 | |
*** jgrimm has joined #openstack-meeting | 14:15 | |
*** alexpilotti has joined #openstack-meeting | 14:15 | |
*** jdob_ has joined #openstack-meeting | 14:16 | |
*** Longgeek_ has joined #openstack-meeting | 14:17 | |
*** kgriffs|afk is now known as kgriffs | 14:17 | |
*** d0ugal_ is now known as d0ugal | 14:18 | |
*** ayoung has quit IRC | 14:18 | |
*** ameade has quit IRC | 14:18 | |
*** d0ugal is now known as d0ugal_ | 14:19 | |
*** d0ugal_ is now known as d0ugal | 14:19 | |
*** d0ugal has joined #openstack-meeting | 14:19 | |
*** nwidell has quit IRC | 14:20 | |
*** jmontemayor has joined #openstack-meeting | 14:21 | |
*** markmcclain has joined #openstack-meeting | 14:21 | |
*** phil_h has quit IRC | 14:22 | |
*** jmontemayor has quit IRC | 14:23 | |
*** jmontemayor has joined #openstack-meeting | 14:23 | |
*** evgenyf has joined #openstack-meeting | 14:24 | |
*** vhoward- has left #openstack-meeting | 14:24 | |
*** neelashah has joined #openstack-meeting | 14:25 | |
*** sdake_ has quit IRC | 14:25 | |
*** Mandell has joined #openstack-meeting | 14:26 | |
chenliang_ | ? | 14:26 |
*** phil_h has joined #openstack-meeting | 14:26 | |
*** thedodd has joined #openstack-meeting | 14:26 | |
chenliang_ | what are you doing? joining? outing? | 14:27 |
*** nithya_g has quit IRC | 14:27 | |
*** kgriffs is now known as kgriffs|afk | 14:27 | |
*** sdake_ has joined #openstack-meeting | 14:27 | |
*** jdob_ has quit IRC | 14:30 | |
*** rakhmerov has joined #openstack-meeting | 14:30 | |
*** saju_m has joined #openstack-meeting | 14:31 | |
*** krotscheck has joined #openstack-meeting | 14:31 | |
*** ndipanov_ has quit IRC | 14:32 | |
*** sushils_ has quit IRC | 14:33 | |
*** mihgen has quit IRC | 14:34 | |
*** saju_m has quit IRC | 14:34 | |
*** phil_h has quit IRC | 14:35 | |
*** saju_m has joined #openstack-meeting | 14:35 | |
*** Mandell has quit IRC | 14:36 | |
*** balajiiyer has left #openstack-meeting | 14:36 | |
*** stevemar has joined #openstack-meeting | 14:37 | |
*** chenliang_ has quit IRC | 14:38 | |
*** Tross has quit IRC | 14:38 | |
*** david-lyle has joined #openstack-meeting | 14:38 | |
*** nelsnelson has joined #openstack-meeting | 14:40 | |
*** bauzas has quit IRC | 14:41 | |
*** rakhmerov has quit IRC | 14:43 | |
*** bnemec is now known as beekneemech | 14:45 | |
*** pafuent has joined #openstack-meeting | 14:45 | |
*** bauzas_mob has joined #openstack-meeting | 14:46 | |
*** gokrokve has joined #openstack-meeting | 14:48 | |
*** phil_h has joined #openstack-meeting | 14:49 | |
*** topol has quit IRC | 14:50 | |
*** yamahata has joined #openstack-meeting | 14:55 | |
*** lsmola_ has quit IRC | 14:56 | |
*** kgriffs|afk is now known as kgriffs | 14:56 | |
*** IlyaE has joined #openstack-meeting | 14:57 | |
*** YuanJing has quit IRC | 14:59 | |
*** matrohon has quit IRC | 14:59 | |
*** devlaps has joined #openstack-meeting | 15:00 | |
*** thuc_ has joined #openstack-meeting | 15:01 | |
*** cmart has joined #openstack-meeting | 15:01 | |
DinaBelova | #startmeeting climate | 15:01 |
openstack | Meeting 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 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:02 |
*** openstack changes topic to " (Meeting topic: climate)" | 15:02 | |
openstack | The meeting name has been set to 'climate' | 15:02 |
DinaBelova | o/ | 15:02 |
DinaBelova | hello folks! | 15:02 |
bauzas_mob | Hi | 15:02 |
cmart | \o | 15:02 |
cmart | hello | 15:02 |
pafuent | o/ | 15:02 |
DinaBelova | hello, guys) | 15:02 |
DinaBelova | ok | 15:02 |
DinaBelova | so today's agenda is the following | 15:02 |
DinaBelova | #link https://wiki.openstack.org/wiki/Meetings/Climate | 15:03 |
DinaBelova | #topic Action items from the last meeting + reviews queries | 15: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.html | 15:03 |
DinaBelova | Swann, o/ | 15:03 |
DinaBelova | so, as for the action items | 15:03 |
*** thuc_ has quit IRC | 15:03 | |
DinaBelova | bauzas_mob, are you ok to give status? | 15:03 |
bauzas_mob | I got one :-) | 15:03 |
*** radez is now known as radez_g0n3 | 15:03 | |
*** ewindisch has quit IRC | 15:04 | |
*** thuc_ has joined #openstack-meeting | 15:04 | |
DinaBelova | well) | 15:04 |
bauzas_mob | so the etherpad is created | 15:04 |
bauzas_mob | feel free to comment it | 15:04 |
DinaBelova | ok, cool | 15:04 |
*** dburmistrov has quit IRC | 15:04 | |
DinaBelova | may you publish the link& | 15:04 |
DinaBelova | here? | 15:04 |
DinaBelova | So I'll create action item | 15:05 |
*** bauzas has joined #openstack-meeting | 15:05 | |
bauzas_mob | Sure | 15:05 |
DinaBelova | ok, waiting for that) | 15:05 |
bauzas | https://etherpad.openstack.org/p/climate-resource-allocation-framework | 15:06 |
DinaBelova | #action everyone take a look on https://etherpad.openstack.org/p/climate-resource-allocation-framework | 15:06 |
bauzas | schizophrenia, bauzas_mob is my mobile device :) | 15:06 |
DinaBelova | we got it) | 15:06 |
cmart | two bauzas at the price of one :) | 15:06 |
DinaBelova | ok, as for the my action items | 15:07 |
DinaBelova | so Barbican folks seem to need maintenance) | 15:07 |
DinaBelova | so we can join them, I guess) | 15:07 |
DinaBelova | soo | 15:07 |
*** ewindisch has joined #openstack-meeting | 15:07 | |
DinaBelova | #action DinaBelova write Barbican folks about one gerrit maintenance | 15:08 |
bauzas | cool :) | 15:08 |
DinaBelova | ok | 15:08 |
*** zhangleiqiang has joined #openstack-meeting | 15:08 | |
DinaBelova | as for the https://etherpad.openstack.org/p/climate-bp-basic-volume-plugin | 15:08 |
DinaBelova | I'm really sorry, but I ha dno time for it this week | 15:08 |
DinaBelova | So I'll take a look on it this one | 15:08 |
*** atiwari has joined #openstack-meeting | 15:08 | |
DinaBelova | #action DinaBelova view & comment https://etherpad.openstack.org/p/climate-bp-basic-volume-plugin | 15:09 |
pafuent | The same is for me | 15:09 |
DinaBelova | ok | 15:09 |
DinaBelova | and pafuent added https://review.openstack.org/#/c/84158/ on review) | 15:09 |
DinaBelova | that's quite cool | 15:09 |
DinaBelova | but as you see there is error now there | 15:10 |
DinaBelova | so pafuent please rebase this change | 15:10 |
bauzas | yup | 15:10 |
pafuent | OK | 15:10 |
pafuent | I'll do it | 15:10 |
DinaBelova | it looks like fast-forward merging did not work | 15:10 |
DinaBelova | ok | 15:10 |
DinaBelova | ok, so that's it for this topic | 15:10 |
DinaBelova | #topic Renaming status | 15:10 |
*** openstack changes topic to "Renaming status (Meeting topic: climate)" | 15:10 | |
DinaBelova | I'm still waiting the response from the foundation... | 15:11 |
DinaBelova | I'll ping them one more time today | 15:11 |
*** belmoreira has quit IRC | 15:11 | |
*** idegtiarov has quit IRC | 15:11 | |
DinaBelova | to find out results of their checks | 15:11 |
bauzas | ok | 15:11 |
cmart | cool | 15:11 |
DinaBelova | as if we'll be together with barbican, we need to know what name to use :D | 15:11 |
pafuent | :-D | 15:12 |
DinaBelova | well, they were silent, will ping them one more time | 15:12 |
DinaBelova | #action DinaBelova ping foundation about new name search status | 15:12 |
bauzas | ok | 15:12 |
DinaBelova | so, I'm moving further | 15:12 |
DinaBelova | #topic Cross-project session status | 15:12 |
*** openstack changes topic to "Cross-project session status (Meeting topic: climate)" | 15:12 | |
DinaBelova | ok, so we have some news | 15:12 |
bauzas | #link http://summit.openstack.org/cfp/details/45 | 15:13 |
DinaBelova | first of all, it was decided to set deadline for the cross-project sessions and 'other' sessions to the 10 April | 15:13 |
DinaBelova | so | 15:13 |
bauzas | (for convenience :) ) | 15:13 |
DinaBelova | it'll be the last day for these topics proposal | 15:13 |
DinaBelova | ;) | 15:13 |
*** zhangleiqiang has quit IRC | 15:14 | |
DinaBelova | and also it was decided to make decisions about what sessions to be spoken before mid April | 15:14 |
DinaBelova | so we'll know for sure about if there will it be ~15 April | 15:14 |
DinaBelova | currently chances are quite nice, btw | 15:14 |
bauzas | cool | 15:14 |
bauzas | I raised this topic during last Gantt meeting | 15:15 |
DinaBelova | so, that were some kind of news I wanted to tell on this topic | 15:15 |
DinaBelova | yep, saw that) | 15:15 |
bauzas | because there was some interest | 15:15 |
bauzas | lurker ! ;) | 15:15 |
DinaBelova | about gantt api? | 15:15 |
DinaBelova | this one? | 15:15 |
bauzas | nope, about cross-service scheduling | 15:15 |
DinaBelova | oh, ok | 15:15 |
DinaBelova | cool | 15:15 |
DinaBelova | so, I think we might move on | 15:15 |
bauzas | +1 | 15:16 |
DinaBelova | #topic Energy efficiency BP status | 15:16 |
*** openstack changes topic to "Energy efficiency BP status (Meeting topic: climate)" | 15:16 | |
*** zhangleiqiang has joined #openstack-meeting | 15:16 | |
DinaBelova | f_rossigneux, you here? | 15:16 |
f_rossigneux | yes | 15:16 |
DinaBelova | ok, cool | 15:16 |
DinaBelova | please describe current status for this BP | 15:16 |
DinaBelova | in several words | 15:17 |
* DinaBelova waiting :) | 15:17 | |
f_rossigneux | This blueprint can be reviewed. | 15:18 |
DinaBelova | well, I was mostly about what had you already done | 15:18 |
*** jlibosva has quit IRC | 15:18 | |
DinaBelova | because, for example, for me it was quite a surprise to anderstand that you have started your work - without setting BP to the started phase | 15:19 |
*** ameade has joined #openstack-meeting | 15:19 | |
*** catherine_afIRC has left #openstack-meeting | 15:19 | |
DinaBelova | and to learn that you created separated repo, etc. | 15:19 |
*** tobi2 has left #openstack-meeting | 15:19 | |
DinaBelova | because I've looked through your etherpad | 15:19 |
DinaBelova | #link https://etherpad.openstack.org/p/climate-standby-modes | 15:19 |
*** cjellick has joined #openstack-meeting | 15:19 | |
*** cjellick has quit IRC | 15:19 | |
DinaBelova | and I've got some questions | 15: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#nodestates | 15:20 |
*** cjellick has joined #openstack-meeting | 15:20 | |
*** evgenyf has quit IRC | 15:20 | |
f_rossigneux | Not yet, today I was finalizing the client to query my "kwstandby" module. | 15:20 |
scroiset_ | if it's can be leveraged ... ? | 15:20 |
scroiset_ | ok | 15:21 |
f_rossigneux | I 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 radez | 15:22 | |
bauzas | I would vote to put your plugin in the contrib repo then | 15:22 |
DinaBelova | I'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 climate | 15:22 |
f_rossigneux | The most important feature to implement now is the reservation aggregation, in order to minimize the number of active hosts. | 15:22 |
DinaBelova | so ++ for bauzas | 15:22 |
*** ameade has quit IRC | 15:23 | |
DinaBelova | because simply we'll have no opportunity to say "import kwstandbyclient" in climate | 15:23 |
bauzas | +1 | 15:23 |
DinaBelova | as we're still hoping for being separated project after summit | 15:23 |
DinaBelova | and there *can't* be such dependencies in incubated project, for instance | 15:24 |
scroiset_ | +1 ^^^ | 15:24 |
DinaBelova | I'll ask all of us to take a look on Francois' etherpad and to comment all unliked moments | 15:24 |
bauzas | we can imagine a plugin in contrib with appropriate instructions for adding it | 15:24 |
DinaBelova | f_rossigneux, sorry for that, but it would have been quite easier if we *knew* you started work | 15:25 |
DinaBelova | so | 15:25 |
bauzas | the 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 possible | 15:25 |
DinaBelova | ok | 15:26 |
DinaBelova | so, if that's it here, I'll set next topic | 15:26 |
f_rossigneux | ok | 15:26 |
DinaBelova | #topic Open discussion | 15:26 |
*** openstack changes topic to "Open discussion (Meeting topic: climate)" | 15:26 | |
DinaBelova | so, folks, do you have some questions to be discussed here? | 15:26 |
pafuent | https://bugs.launchpad.net/climate/+bug/1301294 | 15:26 |
uvirtbot | Launchpad bug 1301294 in climate "Physical reservations don't work when service name != hypervisor_name" [Undecided,New] | 15:26 |
DinaBelova | ok, looking on it | 15:27 |
pafuent | bauzas: 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 |
bauzas | sure pafuent | 15:27 |
bauzas | so, let me show you the discrepancy | 15:27 |
pafuent | OK | 15:27 |
bauzas | that's happening with Havana | 15:27 |
bauzas | but there are possibilities to get it in also Icehouse | 15:28 |
bauzas | https://github.com/stackforge/climate/blob/master/climate/plugins/oshosts/reservation_pool.py#L194 | 15:28 |
bauzas | agg.hosts is returning the name of the hosts | 15:29 |
bauzas | but the names are actually the service_name's :) | 15:29 |
bauzas | not the hypervisor ones | 15:29 |
bauzas | that's highly visible in Havana | 15:29 |
*** zhangleiqiang has quit IRC | 15:29 | |
DinaBelova | wow, nice) | 15:29 |
bauzas | because on devstack | 15:29 |
bauzas | hypervisor_hostname is the FQDN | 15:29 |
bauzas | like foo.local | 15:30 |
bauzas | and service_name is only foo | 15:30 |
bauzas | test it on your own and you'll see | 15:30 |
cmart | sorry.. What's FQDN? | 15:30 |
bauzas | fully qualified domain name | 15:30 |
cmart | ah OK! | 15:30 |
DinaBelova | http://en.wikipedia.org/wiki/Fully_qualified_domain_name | 15:30 |
DinaBelova | ;) | 15:31 |
cmart | got it, thanks! | 15:31 |
scroiset_ | and to cover all cases, the hostname can be set in nova.conf too | 15:31 |
bauzas | yep | 15:31 |
DinaBelova | ++ | 15:31 |
bauzas | hence the problem | 15:31 |
DinaBelova | so, ok | 15:31 |
bauzas | the service_name will be set by nova.conf | 15:31 |
DinaBelova | pafuent, have you got the problem? | 15:31 |
bauzas | and possibly different from hypervisor_hosntame | 15:31 |
bauzas | so we need to rely on service_name | 15:32 |
bauzas | for the test | 15:32 |
DinaBelova | pafuent? | 15:32 |
bauzas | meaning that the arg 'host' must be coming from host['service_name'] | 15:32 |
*** nshaikh has quit IRC | 15:32 | |
bauzas | and not host['hypervisor_hostname'] | 15:32 |
DinaBelova | well, I guess that's it here | 15:33 |
DinaBelova | some other things? | 15:33 |
bauzas | so I was proposing to store it in DB | 15:33 |
bauzas | because we already obtain it when inventoring the host | 15:33 |
* DinaBelova feeling bad because of catching a cold, please let's end this meeting :) | 15:33 | |
bauzas | that's only a value we don't take | 15:33 |
pafuent | I'm a little lost, I need to read this carefully | 15:33 |
DinaBelova | folks, I'm going to die right now, let's continue this discussion in our channel | 15:34 |
scroiset_ | just a quick work about notificaiton ... | 15:34 |
DinaBelova | ok | 15:34 |
DinaBelova | scroiset_? | 15:34 |
scroiset_ | I'reviewed it | 15:34 |
bauzas | https://github.com/stackforge/climate/blob/master/climate/plugins/oshosts/reservation_pool.py#L194 | 15:34 |
bauzas | I have to go in 5 mins anyway | 15:34 |
scroiset_ | need a rebase and some words to document it but seems good :) | 15:34 |
bauzas | DinaBelova: if you feel bad, give me the chair | 15:35 |
bauzas | and go sleeping :-) | 15:35 |
DinaBelova | well, several minutes I'll be ok) | 15:35 |
bauzas | your health is much more important than our meeting :) | 15:35 |
*** saju_m has quit IRC | 15:35 | |
pafuent | +1 | 15:35 |
cmart | agree | 15:35 |
scroiset_ | +1 | 15:35 |
DinaBelova | well, as for the notifications, let's rebase it and review :) | 15:35 |
DinaBelova | and as for the pafuent 's bug -> continue in our channel | 15:36 |
DinaBelova | everyone ok with it? | 15:36 |
pafuent | Yes | 15:36 |
cmart | yes | 15:36 |
DinaBelova | cool, thanks) | 15:36 |
DinaBelova | bye! | 15:36 |
DinaBelova | #endmeeting | 15:36 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 15:36 | |
openstack | Meeting ended Fri Apr 4 15:36:37 2014 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:36 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/climate/2014/climate.2014-04-04-15.01.html | 15:36 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/climate/2014/climate.2014-04-04-15.01.txt | 15:36 |
openstack | Log: http://eavesdrop.openstack.org/meetings/climate/2014/climate.2014-04-04-15.01.log.html | 15:36 |
*** cmart has left #openstack-meeting | 15:36 | |
*** thuc_ has quit IRC | 15:38 | |
*** d0ugal has quit IRC | 15:38 | |
*** Mandell has joined #openstack-meeting | 15:38 | |
*** phil_h has quit IRC | 15:38 | |
*** jmh_ has joined #openstack-meeting | 15:40 | |
*** rakhmerov has joined #openstack-meeting | 15:40 | |
*** jprovazn has quit IRC | 15:41 | |
*** Mandell has quit IRC | 15:44 | |
*** bauzas has quit IRC | 15:46 | |
*** mdenny has quit IRC | 15:47 | |
*** mdenny has joined #openstack-meeting | 15:47 | |
*** markmcclain has quit IRC | 15:48 | |
*** rakhmerov has quit IRC | 15:53 | |
*** atiwari has quit IRC | 15:54 | |
*** coolsvap has joined #openstack-meeting | 15:54 | |
*** ashepelev has quit IRC | 15:55 | |
*** radez is now known as radez_g0n3 | 15:55 | |
*** Linz has joined #openstack-meeting | 15:56 | |
*** phil_h has joined #openstack-meeting | 15:56 | |
*** radez_g0n3 is now known as radez | 15:57 | |
*** zaneb has quit IRC | 15:57 | |
*** Mikhail_D_ltp has joined #openstack-meeting | 15:58 | |
*** raildo has joined #openstack-meeting | 15:58 | |
*** baoli has quit IRC | 15:59 | |
*** vrovachev has quit IRC | 16:01 | |
*** ygbo has quit IRC | 16:01 | |
*** zns has quit IRC | 16:02 | |
*** bauzas_mob has quit IRC | 16:02 | |
vishy | hi everyone | 16:03 |
vishy | on a train so my connection may lag | 16:03 |
*** mdenny has quit IRC | 16:03 | |
vishy | is anyone here for hierarchical multitenancy? | 16:03 |
*** zaneb has joined #openstack-meeting | 16:04 | |
*** eghobo has joined #openstack-meeting | 16:04 | |
raildo | i'm here | 16:04 |
vishy | #startmeeting Hierarchical Multitenancy | 16:05 |
openstack | Meeting 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 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 16:05 |
*** openstack changes topic to " (Meeting topic: Hierarchical Multitenancy)" | 16:05 | |
openstack | The meeting name has been set to 'hierarchical_multitenancy' | 16:05 |
*** comstud is now known as bearhands | 16:06 | |
*** russellb is now known as rustlebee | 16:06 | |
*** dansmith is now known as damnsmith | 16:06 | |
vishy | has anyone looked at wiki.openstack.org/wiki/HierarchicalMultitenancy | 16:06 |
vishy | ? | 16:06 |
*** gokrokve has quit IRC | 16:06 | |
vishy | #link http://wiki.openstack.org/wiki/HierarchicalMultitenancy | 16:06 |
raildo | vishy: I read this week | 16:07 |
vishy | any comments or changes? | 16:07 |
raildo | vishy: 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-meeting | 16:07 | |
raildo | in "Keystone Changes" | 16:07 |
vishy | raildo: hmm i thought that it was done in the keystone patch | 16:08 |
vishy | let me look | 16:08 |
*** balajiiyer has joined #openstack-meeting | 16:08 | |
raildo | ok | 16:09 |
vishy | ah no i was wrong | 16:09 |
vishy | it appears no one has implemented that in the poc | 16:09 |
raildo | vishy: I was interested in implementing | 16:10 |
vishy | if you want to take tellesnobrega’s code and add in role inheritance it doesn’t look too hard | 16:10 |
raildo | I was reading and thinking about the design of the solution and was with out a doubt. | 16:11 |
vishy | you could also add in passing both hierarchical_ids and hierarchical_names and separate with ascii 0x30 if you want | 16:11 |
raildo | https://docs.google.com/document/d/1mYLb_goIVK3VKrITqyKLGHTh7t_UEjgZTBx-QTz__Mc/edit?usp=sharing | 16:11 |
*** atiwari has joined #openstack-meeting | 16:11 | |
*** baoli has joined #openstack-meeting | 16:11 | |
*** beagles is now known as seagulls | 16:13 | |
raildo | If 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 |
vishy | raildo: that makes sense | 16:13 |
vishy | having an optional inherited flag | 16:13 |
*** balajiiyer has left #openstack-meeting | 16:14 | |
*** ttrifonov is now known as ttrifonov_zZzz | 16:14 | |
*** s0nea has quit IRC | 16:14 | |
vishy | #link https://docs.google.com/document/d/1mYLb_goIVK3VKrITqyKLGHTh7t_UEjgZTBx-QTz__Mc/edit?usp=sharing | 16:14 |
raildo | vishy: 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-meeting | 16:16 | |
vishy | added a note to the wiki | 16:16 |
raildo | ok | 16:16 |
raildo | vishy: I'll start with the implementation and hope to have something done for next week. =] | 16:16 |
*** bauzas_mob has joined #openstack-meeting | 16:16 | |
vishy | #action raildo to implement inherited roles in the poc | 16:17 |
vishy | #topic design summit | 16:17 |
*** openstack changes topic to "design summit (Meeting topic: Hierarchical Multitenancy)" | 16:17 | |
*** thuc_ has joined #openstack-meeting | 16:17 | |
vishy | I proposed a session for cross project implementations | 16:17 |
vishy | #link http://summit.openstack.org/cfp/details/219 | 16:17 |
vishy | there are also two other related sessions | 16:17 |
*** thuc_ has quit IRC | 16:17 | |
raildo | sounds good to me | 16:18 |
vishy | #link http://summit.openstack.org/cfp/details/62 | 16:18 |
vishy | which is for keystone | 16:18 |
vishy | #link http://summit.openstack.org/cfp/details/58 | 16:18 |
vishy | for nova (about domains) | 16:18 |
*** thuc_ has joined #openstack-meeting | 16:18 | |
*** thuc_ has quit IRC | 16:19 | |
*** ameade has joined #openstack-meeting | 16:19 | |
vishy | i also made some notes on there linking them to each other | 16:19 |
vishy | the domain one might end up spending time on hierarchical projects as well | 16:19 |
*** thuc_ has joined #openstack-meeting | 16:19 | |
vishy | depending on the consensus about whether projects other than keystone should know about domains | 16:19 |
vishy | raildo: i like your suggestion about non-inheritance | 16:20 |
*** n0ano has quit IRC | 16:20 | |
vishy | i’m thinking specifically about a role like CloudAdmin | 16:20 |
*** thuc has quit IRC | 16:20 | |
vishy | I could potentially see situations where the CloudAdmin could do special things that aren’t about a given resource | 16:20 |
vishy | or a resource that isn’t tenant specific like create shared provider networks in neutron | 16:21 |
vishy | so for safety reasons it might be good to have CloudAdmin not inherit down the tree | 16:21 |
raildo | +1 | 16:22 |
vishy | where as a general capability like a role for attach_floating_ip | 16:22 |
vishy | you would probably want that to inherit | 16:22 |
*** mdenny has joined #openstack-meeting | 16:22 | |
vishy | ok good | 16:23 |
*** venkatesh has joined #openstack-meeting | 16:23 | |
vishy | anything else? | 16:23 |
raildo | I believe that if a CloudAdmin will make any changes to a project, simply add a new role as a ProjectAdmin | 16:23 |
*** ameade has quit IRC | 16:23 | |
*** marun has quit IRC | 16:23 | |
raildo | for me, it's done | 16:24 |
vishy | ok | 16:26 |
vishy | #endmeeting | 16:26 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 16:26 | |
openstack | Meeting ended Fri Apr 4 16:26:19 2014 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:26 |
vishy | thanks raildo | 16:26 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/hierarchical_multitenancy/2014/hierarchical_multitenancy.2014-04-04-16.05.html | 16:26 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/hierarchical_multitenancy/2014/hierarchical_multitenancy.2014-04-04-16.05.txt | 16:26 |
openstack | Log: http://eavesdrop.openstack.org/meetings/hierarchical_multitenancy/2014/hierarchical_multitenancy.2014-04-04-16.05.log.html | 16:26 |
raildo | thanks vishy | 16:26 |
raildo | bye | 16:26 |
*** tomoe_ has joined #openstack-meeting | 16:32 | |
*** bill_az has joined #openstack-meeting | 16:33 | |
*** rakhmerov has joined #openstack-meeting | 16:34 | |
*** noslzzp has quit IRC | 16:35 | |
*** tsekiyama has joined #openstack-meeting | 16:36 | |
*** topol has joined #openstack-meeting | 16:36 | |
*** Longgeek_ has quit IRC | 16:36 | |
*** tsekiyam_ has joined #openstack-meeting | 16:37 | |
*** tsekiyama has quit IRC | 16:40 | |
*** baoli has quit IRC | 16:41 | |
*** tsekiyam_ has quit IRC | 16:41 | |
*** baoli has joined #openstack-meeting | 16:41 | |
*** tsekiyama has joined #openstack-meeting | 16:42 | |
*** chandankumar_ has joined #openstack-meeting | 16:42 | |
*** tomoe_ has quit IRC | 16:42 | |
*** tsekiyam_ has joined #openstack-meeting | 16:43 | |
*** jgallard has quit IRC | 16:46 | |
*** jogo is now known as flashgordon | 16:46 | |
*** tsekiyama has quit IRC | 16:47 | |
*** tsekiyama has joined #openstack-meeting | 16:47 | |
*** tsekiyam_ has quit IRC | 16:47 | |
*** tsekiyama has joined #openstack-meeting | 16:48 | |
*** pablosan has joined #openstack-meeting | 16:48 | |
*** venkatesh_ has joined #openstack-meeting | 16:50 | |
*** venkatesh has quit IRC | 16:50 | |
*** crc32 has joined #openstack-meeting | 16:50 | |
*** mkoderer has quit IRC | 16:51 | |
*** ominakov has quit IRC | 16:54 | |
*** markmcclain has joined #openstack-meeting | 16:55 | |
*** markwash has joined #openstack-meeting | 16:55 | |
*** vkmc has quit IRC | 16:56 | |
*** markmcclain1 has joined #openstack-meeting | 16:57 | |
*** markmcclain has quit IRC | 16:59 | |
*** shohel02 has joined #openstack-meeting | 16:59 | |
*** gokrokve has joined #openstack-meeting | 17:00 | |
*** dburmistrov has joined #openstack-meeting | 17:00 | |
*** ildikov_ has quit IRC | 17:01 | |
*** markmcclain1 has quit IRC | 17:01 | |
*** mihgen has joined #openstack-meeting | 17:03 | |
*** harlowja has joined #openstack-meeting | 17:04 | |
*** marcoemorais has joined #openstack-meeting | 17:04 | |
*** SumitNaiksatam has quit IRC | 17:06 | |
*** Fdot has quit IRC | 17:07 | |
*** ArxCruz has joined #openstack-meeting | 17:07 | |
*** _nadya_ has joined #openstack-meeting | 17:08 | |
*** chandankumar_ has quit IRC | 17:09 | |
*** _nadya_ has quit IRC | 17:10 | |
*** miarmak has quit IRC | 17:10 | |
*** nacim has quit IRC | 17:13 | |
*** erecio has joined #openstack-meeting | 17:14 | |
*** venkatesh_ has quit IRC | 17:14 | |
*** _nadya_ has joined #openstack-meeting | 17:14 | |
*** IlyaE has quit IRC | 17:15 | |
*** MaxV has quit IRC | 17:16 | |
*** luqas has quit IRC | 17:17 | |
*** SumitNaiksatam has joined #openstack-meeting | 17:21 | |
*** Mandell has joined #openstack-meeting | 17:22 | |
*** _nadya_ has quit IRC | 17:23 | |
*** safchain has quit IRC | 17:24 | |
*** dprince has quit IRC | 17:25 | |
*** bdpayne has joined #openstack-meeting | 17:28 | |
*** venkatesh has joined #openstack-meeting | 17:31 | |
*** shohel02 has quit IRC | 17:31 | |
*** IlyaE has joined #openstack-meeting | 17:34 | |
*** arnaud has joined #openstack-meeting | 17:36 | |
*** arnaud has quit IRC | 17:36 | |
*** arnaud has joined #openstack-meeting | 17:37 | |
*** prad has quit IRC | 17:39 | |
*** prad has joined #openstack-meeting | 17:39 | |
*** akuznetsov has quit IRC | 17:40 | |
*** marcoemorais has quit IRC | 17:40 | |
*** marcoemorais has joined #openstack-meeting | 17:41 | |
*** zhiyan is now known as zhiyan_ | 17:42 | |
*** rakhmerov has quit IRC | 17:43 | |
*** morganfainberg_Z is now known as morganfainberg | 17:45 | |
*** raildo has left #openstack-meeting | 17:45 | |
*** elo has joined #openstack-meeting | 17:46 | |
*** lukego has quit IRC | 17:46 | |
*** thuc_ has quit IRC | 17:50 | |
*** kfarr has joined #openstack-meeting | 17:52 | |
*** _nadya_ has joined #openstack-meeting | 17:54 | |
*** pablosan is now known as zz_pablosan | 17:55 | |
*** venkatesh has quit IRC | 17:56 | |
*** bdpayne has quit IRC | 17:57 | |
*** thuc has joined #openstack-meeting | 17:57 | |
*** kfarr has quit IRC | 17:57 | |
*** thuc has quit IRC | 17:57 | |
*** marcoemorais has quit IRC | 17:58 | |
*** thuc has joined #openstack-meeting | 17:58 | |
*** devlaps has quit IRC | 17:59 | |
*** zz_pablosan has quit IRC | 18:00 | |
*** lukego has joined #openstack-meeting | 18:02 | |
*** marun has joined #openstack-meeting | 18:02 | |
*** balajiiyer has joined #openstack-meeting | 18:02 | |
*** marcoemorais1 has joined #openstack-meeting | 18:02 | |
*** marcoemorais1 has quit IRC | 18:02 | |
*** marcoemorais1 has joined #openstack-meeting | 18:03 | |
*** Mandell has quit IRC | 18:03 | |
*** mrmartin has joined #openstack-meeting | 18:05 | |
*** balajiiyer has quit IRC | 18:07 | |
*** Mikhail_D_ltp has quit IRC | 18:07 | |
*** balajiiyer has joined #openstack-meeting | 18:08 | |
*** balajiiyer has quit IRC | 18:08 | |
*** balajiiyer has joined #openstack-meeting | 18:08 | |
*** marcoemorais1 has quit IRC | 18:12 | |
*** mdenny has quit IRC | 18:13 | |
*** Mandell has joined #openstack-meeting | 18:13 | |
*** morganfainberg is now known as morganfainberg_Z | 18:14 | |
*** IlyaE has quit IRC | 18:15 | |
*** mdenny has joined #openstack-meeting | 18:16 | |
*** markmcclain has joined #openstack-meeting | 18:16 | |
*** zns has quit IRC | 18:17 | |
*** zns has joined #openstack-meeting | 18:18 | |
*** denis_makogon_ has joined #openstack-meeting | 18:18 | |
*** denis_makogon_ is now known as denis_makogon | 18:19 | |
*** ameade has joined #openstack-meeting | 18:19 | |
*** yamahata has quit IRC | 18:19 | |
*** bdpayne has joined #openstack-meeting | 18:19 | |
*** jmh_ has quit IRC | 18:19 | |
*** vkmc has joined #openstack-meeting | 18:20 | |
*** marcoemorais has joined #openstack-meeting | 18:22 | |
*** ameade has quit IRC | 18:23 | |
*** vhoward- has joined #openstack-meeting | 18:24 | |
*** julim has quit IRC | 18:27 | |
*** IlyaE has joined #openstack-meeting | 18:28 | |
*** luqas has joined #openstack-meeting | 18:30 | |
*** _nadya_ has quit IRC | 18:30 | |
*** radez is now known as radez_g0n3 | 18:35 | |
*** morganfainberg_Z is now known as morganfainberg | 18:37 | |
*** ayoung has joined #openstack-meeting | 18:37 | |
*** lukego has quit IRC | 18:37 | |
*** mrmartin has quit IRC | 18:41 | |
*** coolsvap has quit IRC | 18:42 | |
*** thuc has quit IRC | 18:43 | |
*** thuc has joined #openstack-meeting | 18:43 | |
*** rakhmerov has joined #openstack-meeting | 18:43 | |
*** yamahata has joined #openstack-meeting | 18:44 | |
*** radez_g0n3 is now known as radez | 18:44 | |
*** thuc_ has joined #openstack-meeting | 18:46 | |
*** thuc has quit IRC | 18:46 | |
*** thuc_ has quit IRC | 18:46 | |
*** thuc has joined #openstack-meeting | 18:47 | |
*** thuc has quit IRC | 18:47 | |
*** thuc has joined #openstack-meeting | 18:48 | |
*** thuc_ has joined #openstack-meeting | 18:49 | |
*** devlaps has joined #openstack-meeting | 18:51 | |
*** markvan has joined #openstack-meeting | 18:52 | |
*** thuc has quit IRC | 18:52 | |
*** thuc_ has quit IRC | 18:53 | |
*** SumitNaiksatam has quit IRC | 18:53 | |
*** thuc has joined #openstack-meeting | 18:54 | |
*** overlayer has quit IRC | 18:54 | |
*** SumitNaiksatam has joined #openstack-meeting | 18:54 | |
*** schwicht has quit IRC | 18:54 | |
*** 20WAAD6WM has quit IRC | 18:54 | |
*** schwicht has joined #openstack-meeting | 18:55 | |
*** luqas has quit IRC | 18:56 | |
*** rakhmerov has quit IRC | 18:57 | |
*** jecarey has quit IRC | 18:57 | |
*** rwsu has quit IRC | 18:57 | |
*** noslzzp has joined #openstack-meeting | 18:58 | |
*** banix has quit IRC | 18:59 | |
*** imsurit has quit IRC | 18:59 | |
*** Sukhdev has joined #openstack-meeting | 19:04 | |
*** marcoemorais has quit IRC | 19:06 | |
*** marcoemorais has joined #openstack-meeting | 19:06 | |
*** marcoemorais has quit IRC | 19:07 | |
*** marcoemorais has joined #openstack-meeting | 19:07 | |
*** rwsu has joined #openstack-meeting | 19:13 | |
*** elo has quit IRC | 19:16 | |
*** ivar-lazzaro has quit IRC | 19:17 | |
*** kgriffs is now known as kgriffs|afk | 19:20 | |
*** n0ano has joined #openstack-meeting | 19:20 | |
*** n0ano has quit IRC | 19:20 | |
*** n0ano has joined #openstack-meeting | 19:21 | |
*** baoli has quit IRC | 19:22 | |
*** baoli has joined #openstack-meeting | 19:23 | |
*** MaxV has joined #openstack-meeting | 19:23 | |
*** baoli has joined #openstack-meeting | 19:23 | |
*** venkatesh has joined #openstack-meeting | 19:25 | |
*** banix has joined #openstack-meeting | 19:30 | |
*** devlaps has quit IRC | 19:32 | |
*** topol has quit IRC | 19:35 | |
*** pafuent has left #openstack-meeting | 19:37 | |
*** fbo is now known as fbo_away | 19:41 | |
*** morganfainberg is now known as morganfainberg_Z | 19:42 | |
*** sdake has quit IRC | 19:42 | |
*** lukego has joined #openstack-meeting | 19:45 | |
*** sushils has joined #openstack-meeting | 19:45 | |
*** adalbas has quit IRC | 19:45 | |
*** sdake has joined #openstack-meeting | 19:47 | |
*** sdake has quit IRC | 19:47 | |
*** sdake has joined #openstack-meeting | 19:47 | |
*** radez is now known as radez_g0n3 | 19:48 | |
*** dkehn_ has joined #openstack-meeting | 19:50 | |
*** noslzzp has quit IRC | 19:52 | |
*** rakhmerov has joined #openstack-meeting | 19:53 | |
*** amotoki has quit IRC | 19:54 | |
*** dkehnx has quit IRC | 19:54 | |
*** eguz has joined #openstack-meeting | 19:54 | |
*** venkatesh has quit IRC | 19:56 | |
*** sballe has quit IRC | 19:57 | |
*** sballe has joined #openstack-meeting | 19:57 | |
*** adalbas has joined #openstack-meeting | 19:58 | |
*** rakhmerov has quit IRC | 19:58 | |
*** eghobo has quit IRC | 19:58 | |
*** mihgen has quit IRC | 19:59 | |
*** devlaps has joined #openstack-meeting | 19:59 | |
*** morganfainberg_Z is now known as morganfainberg | 20:00 | |
*** Sukhdev has quit IRC | 20:02 | |
*** sushils has quit IRC | 20:02 | |
*** sushils has joined #openstack-meeting | 20:02 | |
*** bauzas has joined #openstack-meeting | 20:08 | |
*** doug_shelley66 has quit IRC | 20:10 | |
*** erecio has quit IRC | 20:14 | |
*** erecio has joined #openstack-meeting | 20:14 | |
*** morganfainberg is now known as morganfainberg_Z | 20:15 | |
*** vkmc has quit IRC | 20:17 | |
*** zns has quit IRC | 20:18 | |
*** erecio has quit IRC | 20:20 | |
*** markmcclain has quit IRC | 20:20 | |
*** erecio has joined #openstack-meeting | 20:21 | |
*** sushils has quit IRC | 20:26 | |
*** Sukhdev has joined #openstack-meeting | 20:26 | |
*** noslzzp has joined #openstack-meeting | 20:27 | |
*** vuil has joined #openstack-meeting | 20:32 | |
*** Mongo2 has quit IRC | 20:34 | |
*** sandywalsh is now known as sw_away | 20:34 | |
*** noslzzp has quit IRC | 20:35 | |
*** novas0x2a|laptop has joined #openstack-meeting | 20:35 | |
*** noslzzp has joined #openstack-meeting | 20:38 | |
*** julim has joined #openstack-meeting | 20:39 | |
*** markmcclain has joined #openstack-meeting | 20:41 | |
*** esker has quit IRC | 20:43 | |
*** mihgen has joined #openstack-meeting | 20:44 | |
*** esker has joined #openstack-meeting | 20:44 | |
*** lukego has quit IRC | 20:44 | |
*** jdob has quit IRC | 20:47 | |
*** esker has quit IRC | 20:48 | |
*** Michalik- has quit IRC | 20:48 | |
*** thang_ has quit IRC | 20:51 | |
*** Michalik- has joined #openstack-meeting | 20:54 | |
*** erecio has quit IRC | 20:54 | |
*** rakhmerov has joined #openstack-meeting | 20:54 | |
*** mihgen has quit IRC | 20:57 | |
*** rakhmerov has quit IRC | 20:59 | |
*** doug_shelley66 has joined #openstack-meeting | 21:01 | |
*** zns has joined #openstack-meeting | 21:01 | |
*** devlaps has quit IRC | 21:02 | |
*** lblanchard has quit IRC | 21:07 | |
*** dburmistrov has quit IRC | 21:07 | |
*** ayoung is now known as ayoung-afk | 21:10 | |
*** jtomasek has quit IRC | 21:11 | |
*** balajiiyer1 has joined #openstack-meeting | 21:12 | |
*** vijendar has quit IRC | 21:13 | |
*** balajiiyer has quit IRC | 21:15 | |
*** balajiiyer1 has quit IRC | 21:16 | |
*** pdmars has quit IRC | 21:23 | |
*** devlaps has joined #openstack-meeting | 21:26 | |
*** ivasev has quit IRC | 21:27 | |
*** phil_h has quit IRC | 21:29 | |
*** fbo_away is now known as fbo | 21:30 | |
*** tris has joined #openstack-meeting | 21:31 | |
*** Mongo2 has joined #openstack-meeting | 21:32 | |
*** devlaps has quit IRC | 21:37 | |
*** mwagner_lap has quit IRC | 21:38 | |
*** david-lyle has quit IRC | 21:40 | |
*** jrist is now known as jrist-afk | 21:41 | |
*** eharney has quit IRC | 21:41 | |
*** jrist-afk is now known as jrist | 21:41 | |
*** weshay has quit IRC | 21:45 | |
*** elo has joined #openstack-meeting | 21:45 | |
*** devlaps has joined #openstack-meeting | 21:47 | |
*** elo has quit IRC | 21:47 | |
*** Michalik- has quit IRC | 21:47 | |
*** elo has joined #openstack-meeting | 21:48 | |
*** amotoki has joined #openstack-meeting | 21:49 | |
*** devlaps has quit IRC | 21:50 | |
*** amotoki has quit IRC | 21:53 | |
*** rakhmerov has joined #openstack-meeting | 21:55 | |
*** elo has quit IRC | 21:59 | |
*** elo1 has joined #openstack-meeting | 22:00 | |
*** dcramer_ has quit IRC | 22:01 | |
*** zns has quit IRC | 22:01 | |
*** AnNoula has joined #openstack-meeting | 22:03 | |
*** denis_makogon has quit IRC | 22:04 | |
*** markvan has quit IRC | 22:04 | |
*** flaper87 is now known as flaper87|afk | 22:05 | |
*** AnNoula has quit IRC | 22:05 | |
*** devlaps has joined #openstack-meeting | 22:06 | |
*** rakhmerov has quit IRC | 22:06 | |
*** armax has left #openstack-meeting | 22:06 | |
*** prad has quit IRC | 22:06 | |
*** Michalik- has joined #openstack-meeting | 22:07 | |
*** thuc has quit IRC | 22:08 | |
*** zns has joined #openstack-meeting | 22:08 | |
*** thuc has joined #openstack-meeting | 22:08 | |
*** rossk has quit IRC | 22:10 | |
*** sbauza has joined #openstack-meeting | 22:11 | |
*** thuc has quit IRC | 22:13 | |
*** stevemar has quit IRC | 22:13 | |
*** bauzas_mob has quit IRC | 22:14 | |
*** eguz has quit IRC | 22:20 | |
*** ameade has joined #openstack-meeting | 22:21 | |
*** eghobo has joined #openstack-meeting | 22:21 | |
*** thedodd has quit IRC | 22:22 | |
*** banix has quit IRC | 22:22 | |
*** jgrimm has quit IRC | 22:24 | |
*** ameade has quit IRC | 22:25 | |
*** Sukhdev has quit IRC | 22:26 | |
*** bauzas_mob has joined #openstack-meeting | 22:29 | |
*** sbauza has quit IRC | 22:32 | |
*** sbauza has joined #openstack-meeting | 22:33 | |
*** bauzas_mob has quit IRC | 22:36 | |
*** neelashah has quit IRC | 22:37 | |
*** jmontemayor has quit IRC | 22:39 | |
*** techguru has joined #openstack-meeting | 22:42 | |
*** fbo is now known as fbo_away | 22:43 | |
*** dcramer_ has joined #openstack-meeting | 22:43 | |
*** gokrokve has quit IRC | 22:44 | |
*** zns has quit IRC | 22:57 | |
*** saschpe has quit IRC | 23:00 | |
*** cjellick has quit IRC | 23:00 | |
*** devlaps has quit IRC | 23:01 | |
*** adalbas has quit IRC | 23:01 | |
*** rakhmerov has joined #openstack-meeting | 23:03 | |
*** sbauza has quit IRC | 23:04 | |
*** rakhmerov has quit IRC | 23:07 | |
*** samcdona has quit IRC | 23:08 | |
*** devlaps has joined #openstack-meeting | 23:09 | |
*** Sukhdev has joined #openstack-meeting | 23:11 | |
*** esker has joined #openstack-meeting | 23:11 | |
*** MaxV has quit IRC | 23:18 | |
*** adalbas has joined #openstack-meeting | 23:18 | |
*** techguru has quit IRC | 23:20 | |
*** bauzas has quit IRC | 23:22 | |
*** gokrokve has joined #openstack-meeting | 23:23 | |
*** Tross has joined #openstack-meeting | 23:23 | |
*** saschpe has joined #openstack-meeting | 23:24 | |
*** kevinconway has quit IRC | 23:24 | |
*** topol has joined #openstack-meeting | 23:26 | |
*** rakhmerov has joined #openstack-meeting | 23:30 | |
*** adalbas has quit IRC | 23:32 | |
*** rakhmerov has quit IRC | 23:34 | |
*** esker has quit IRC | 23:36 | |
*** Sukhdev has quit IRC | 23:36 | |
*** Sukhdev has joined #openstack-meeting | 23:37 | |
*** thuc has joined #openstack-meeting | 23:42 | |
*** devlaps has quit IRC | 23:42 | |
*** eghobo has quit IRC | 23:43 | |
*** amotoki has joined #openstack-meeting | 23:49 | |
*** SumitNaiksatam has quit IRC | 23:50 | |
*** esker has joined #openstack-meeting | 23:51 | |
*** amotoki has quit IRC | 23:54 | |
*** dcramer_ has quit IRC | 23:54 | |
*** eghobo has joined #openstack-meeting | 23:57 | |
*** eghobo has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!