cyeoh | #startmeeting #nova api | 00:01 |
---|---|---|
openstack | Meeting started Fri Oct 24 00:01:11 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 |
*** gmann has joined #openstack-meeting | 00:01 | |
eliqiao | hi Chris, hi all | 00:01 |
gmann | hi | 00:01 |
oomichi | hi! | 00:01 |
cyeoh | Hi who's here today? | 00:01 |
alex_xu | hi | 00:01 |
*** carl_baldwin has joined #openstack-meeting | 00:02 | |
cyeoh | ok let's get started | 00:02 |
cyeoh | #topic v2.1 on v3 | 00:02 |
*** openstack changes topic to "v2.1 on v3 (Meeting topic: #nova api)" | 00:02 | |
cyeoh | probably should just call it v2.1 work now :-) | 00:02 |
*** oomichi__ has quit IRC | 00:02 | |
*** shohel02 has quit IRC | 00:02 | |
cyeoh | anything that we need to discuss about it? Any urgent reviews? Anything missing? | 00:02 |
eliqiao | see from http://etherpad.openstack.org/p/v2_1_WorkList, there are share test case requires? | 00:03 |
oomichi | nothing special from me, that seems nice progress. | 00:03 |
*** dims_ has joined #openstack-meeting | 00:03 | |
alex_xu | no more, just reminder I list the unittest sharing task on the working list, if anyone work on it, need mark name after the task. | 00:04 |
alex_xu | # link https://etherpad.openstack.org/p/v2_1_WorkList | 00:04 |
*** dsetia_ has joined #openstack-meeting | 00:04 | |
cyeoh | yea so some tests were kept separate because it was too hard to do at the time. | 00:04 |
cyeoh | But we should clean them up when we have time | 00:04 |
cyeoh | alex_xu: thanks for making that list | 00:04 |
alex_xu | cyeoh, np | 00:04 |
alex_xu | should we share integrated test? | 00:04 |
cyeoh | I think for the moment stay away from admin_only_action_common though because I'm waiting for the rest to merge so I can split those up into individual extensions | 00:05 |
cyeoh | its left over icehouse work... | 00:05 |
cyeoh | alex_xu - I think its worth putting on the todo list but is low priority? | 00:05 |
cyeoh | Can see where Jay's work goes too | 00:05 |
cyeoh | as we'd want v2.1 to use that | 00:05 |
*** dims_ has quit IRC | 00:06 | |
alex_xu | yes, Jay is working on separated integrated test in separated file | 00:06 |
alex_xu | #link https://review.openstack.org/#/c/123296/ | 00:06 |
*** reed has quit IRC | 00:06 | |
*** dims_ has joined #openstack-meeting | 00:06 | |
alex_xu | Jay's work is on v2 api integrated test, we should stop it? | 00:06 |
*** rmoe has quit IRC | 00:06 | |
cyeoh | well we might want to suggest doing the shared work first | 00:07 |
cyeoh | I think it should be fairly straightforward, just a bit boring ;-) | 00:07 |
*** dims has quit IRC | 00:07 | |
*** SumitNaiksatam has quit IRC | 00:07 | |
cyeoh | anything else on v2.1? | 00:08 |
*** dsetia has quit IRC | 00:08 | |
eliqiao | besides, in v2.1 we change return webob.Response(status_int=202) to wsgi decorator, this makes some trouble unit test case share , we need to add an extra private function _check_status to check the controller return value, we need to do this in each seperated unit test file, how about define it a v21/v2 unittest class, and make all unit test case shared from them? | 00:08 |
eliqiao | an example #link https://review.openstack.org/#/c/119013/5/nova/tests/api/openstack/compute/contrib/test_floating_ip_dns.py | 00:08 |
*** dsetia_ has quit IRC | 00:08 | |
cyeoh | eliqiao: yea I was thinking about that the other day. We'd need a common base class for all the api unittests | 00:09 |
cyeoh | or maybe a mixin | 00:09 |
cyeoh | not sure what the best way to go is | 00:09 |
oomichi | eliqiao: that is a nice idea, I prefer it. | 00:09 |
alex_xu | +1 | 00:09 |
eliqiao | yes, cool, that will be great | 00:09 |
cyeoh | eliqiao: would you like to put it on the worklist? | 00:10 |
*** ChuckC_ has joined #openstack-meeting | 00:10 | |
eliqiao | cyeoh: sure, | 00:10 |
gmann | eliqiao: nice idea | 00:10 |
*** ChuckC_ is now known as ChuckC | 00:10 | |
eliqiao | thx. | 00:11 |
cyeoh | ok. anything else on v2.1? | 00:11 |
eliqiao | nothing from me. | 00:11 |
alex_xu | that's all from me | 00:11 |
cyeoh | #topic microversions | 00:12 |
*** openstack changes topic to "microversions (Meeting topic: #nova api)" | 00:12 | |
cyeoh | so I have updated the spec: | 00:12 |
cyeoh | #link https://review.openstack.org/127127 | 00:12 |
oomichi | cyeoh: thanks, that is very important spec now:) | 00:13 |
cyeoh | please have a look at it when you have time | 00:13 |
*** vivek-ebay has quit IRC | 00:13 | |
cyeoh | also I have a bit of prototype code: | 00:13 |
cyeoh | https://github.com/cyeoh/microversions_poc | 00:13 |
oomichi | cyeoh: great, will you push it to gerrit? | 00:13 |
*** vivek-ebay has joined #openstack-meeting | 00:13 | |
oomichi | ah, nice. | 00:14 |
cyeoh | oomichi: so this prototype code isn't linked to Nova - it seemed easier to experiment in a standalone environment | 00:14 |
*** carl_baldwin has quit IRC | 00:14 | |
cyeoh | was easier to debug :-) | 00:14 |
oomichi | yeah, that is readable :-) | 00:14 |
cyeoh | anyway I'd appreciate any feedback | 00:14 |
cyeoh | oomichi: I did add to the spec that we'd need versioning for validation schema | 00:15 |
cyeoh | I think its possible, just wasn't sure if you had a preference on how it was implemented | 00:15 |
oomichi | cyeoh: nice work, I will put some comments on that. | 00:15 |
cyeoh | oomichi: cool, thanks! | 00:15 |
oomichi | cyeoh: so how to put some comments for PoC? | 00:16 |
jaypipes | it's not the function we need to version, though.. it's the expected payload and response | 00:16 |
cyeoh | jaypipes: it ends up being the same thing | 00:16 |
jaypipes | this just seems to me like we're going to be super-decorating things even more than they already are. | 00:17 |
cyeoh | jaypipes: and we also need to version semantics - eg payload/response may be the same, but behavior different | 00:17 |
alex_xu | emm... the versioned json-schema can't be done versioned function | 00:17 |
cyeoh | I think its better than having lots of if/else | 00:17 |
*** vivek-ebay has quit IRC | 00:17 | |
*** HenryG has quit IRC | 00:18 | |
cyeoh | jaypipes: so I think the main thing is we get the version information down into the api controller (which we do by attaching the version object to the request object) | 00:18 |
cyeoh | jaypipes: after that we can look at a case by case basis as to whether if/else or decorator works better | 00:18 |
oomichi | current json-schema can be extended based on loaded extensions. so I'd like to dig new versioned idea for knowing the differences. | 00:19 |
cyeoh | oomichi: cool. | 00:19 |
jaypipes | why do we want to attach a version object to a request object? | 00:19 |
jaypipes | sorry, I'm totally not getting this. | 00:19 |
*** moha_hunt has quit IRC | 00:20 | |
cyeoh | jaypipes: so we don't have to change the signature of all the api methods | 00:20 |
alex_xu | Can I selling my propose about versioning json-schema https://github.com/soulxu/nova-v3-api-doc/commit/2d8489650ba221a3019b7db548ef8ce7a8a186dd ? | 00:20 |
cyeoh | wsgi will interpret the version header and convert it to a version object. It will then pass it down to the method before calling it | 00:20 |
*** cjellick has quit IRC | 00:21 | |
cyeoh | jaypipes: the api methods can then pull out the version request information when deciding how to behave | 00:21 |
*** gyee has quit IRC | 00:22 | |
cyeoh | jaypipes: and when it comes down to it, a version header request is basically part of the request. | 00:22 |
cyeoh | alex_xu: I will have to have another look at that - it does need to be something that we can roll out on an extension by extension basis | 00:23 |
alex_xu | cyeoh, thanks | 00:24 |
oomichi | for one versioning point, current v2.0 provide deployers with a right for choosing extensions. but current microversioning idea seems to provide it for clients also by accept header. | 00:24 |
jaypipes | friggin extensions... :( | 00:24 |
cyeoh | alex_xu: so IIRC one concern I had about the proposal was that perhaps not all body information was convertible to a flat dict | 00:24 |
*** rmoe has joined #openstack-meeting | 00:24 | |
cyeoh | oomichi: well only in the sense that they can choose what version of the api they want to interact with | 00:25 |
jaypipes | cyeoh: what is the point of that though? | 00:25 |
alex_xu | cyeoh, other case I think it is [{}, {}], but I think it's fine, not very hard to implement it | 00:25 |
cyeoh | oomichi: and they don't get to define what configuration that is | 00:25 |
*** jergerber has quit IRC | 00:25 | |
cyeoh | oomichi: without help from the deployer | 00:25 |
cyeoh | jaypipes: sorry I don't understand your question? | 00:26 |
*** jergerber has joined #openstack-meeting | 00:26 | |
*** markwash__ has quit IRC | 00:26 | |
oomichi | cyeoh: yeah, I know. I meaned about compatible changes. compatible changes don't hurt clients, so it seems unnecessary to choose Y version from clients. | 00:27 |
jaypipes | I'm looking at your example, and I just don't see what the point of having a version 1.2.3 that does add() by adding two numbers together, and another add() at version 2.0.0 that adds the numbers together and tacks on another 100... | 00:27 |
*** jergerber has quit IRC | 00:27 | |
jaypipes | cyeoh: I guess I have to see a realistic example to see what benefit this approach gives the user of our APIs. | 00:27 |
cyeoh | jaypipes: so that was just to demonstrate that it acts differently depending on version | 00:27 |
cyeoh | a nova api example could be a change in semantic behaviour of the api | 00:28 |
jaypipes | because frankly, if something changes semantics, we should not have the API controller (the same object) doing two completely different things for the same resource. | 00:28 |
jaypipes | it just is madness. | 00:28 |
cyeoh | jaypipes: um, for different versions its not | 00:28 |
cyeoh | unless you want to get stuck with the same semantic behaviour forever | 00:28 |
jaypipes | cyeoh: having different semantics for the same resource operation within the exact same API controller object is madness. | 00:28 |
jaypipes | we are setting these modules up to be something that can never be controlled and will grow without being able to shink. | 00:29 |
cyeoh | jaypipes: thats not true, we can drop old versions | 00:29 |
cyeoh | just like we can drop v2 eventually | 00:29 |
jaypipes | I don't want to have an API controller that has eleventy different ways of doing the same thing. | 00:29 |
oomichi | jaypipes: that meens we need to have different API URL for the same resource? | 00:30 |
jaypipes | oomichi: not sure I follow you... | 00:30 |
cyeoh | jaypipes: if we want to be able to make backwards incompatible changes then we do need controllers to be able to do that | 00:30 |
jaypipes | oomichi: I'm talking about the code structure of the controller modules. | 00:30 |
jaypipes | cyeoh: why? why not just have a separate controller class for a new major version of the API? | 00:31 |
oomichi | ah, OK. I maybe misunderstood. | 00:31 |
cyeoh | jaypipes: that was v3 | 00:31 |
jaypipes | cyeoh: no... | 00:31 |
cyeoh | that approach got explicitly rejected because of code duplication | 00:31 |
jaypipes | fair point. | 00:32 |
jaypipes | I guess I was looking for a solution that was: | 00:32 |
jaypipes | a) more declarative w.r.t. *how* an API changed from one microversion to another, and | 00:32 |
jaypipes | b) handled things like translation of response or request payload by looking at a JSONSchema object and appliying a changeset to it. | 00:33 |
*** baoli has joined #openstack-meeting | 00:33 | |
cyeoh | so I think with jsonchema input validation and response schema (from tempest) we effectively have a | 00:33 |
cyeoh | for b) that was along the lines of how the original v2.1/v3 worked, but it got rejected for being too complex | 00:34 |
cyeoh | eg. doing translations got rejected | 00:34 |
*** tsekiyama has quit IRC | 00:34 | |
cyeoh | so here we are now with something a lot simpler. | 00:34 |
oomichi | we have some prototype based on b) before the Atlanta summit, but that was denied now. | 00:35 |
*** mtanino has quit IRC | 00:35 | |
jaypipes | it's not about validation. it's about being able to have a JSONSchema diff be the driver of automated translation of request for API resource at version X.Y.Z to be done for a server on API version X.Y.Z+N | 00:35 |
cyeoh | jaypipes: yes thats what we want | 00:35 |
cyeoh | sorry thats what we had, not want | 00:35 |
cyeoh | though it was just between v2.1 and v3 the idea is it would extend into microversions too | 00:35 |
cyeoh | but that was considered to complicated - I don't think we'd get it through nova-specs now | 00:36 |
jaypipes | the reason it was too complex was because of the stupid API extensions. | 00:36 |
cyeoh | api extensions didn't really complicate it anymore. And like it or not we're stuck with API extensions for now | 00:36 |
cyeoh | because we need to support v2 | 00:36 |
jaypipes | honestly, I'd almost rather just make v2 read only, get a decent API framework in place, and work on a new API. | 00:37 |
jaypipes | I can't stand the cruft that's currently in there. | 00:37 |
jaypipes | s/read only/immutable | 00:37 |
jaypipes | prblem is all the damn product managers constantly pushing for new features and unwilling to wait for a proper cleanup or refactoring. | 00:37 |
*** baoli has quit IRC | 00:37 | |
cyeoh | jaypipes: that's not going to happen though - we won't get permission to do that - and it will end up just halting api changes for a couple of cycles | 00:37 |
cyeoh | I'm just desperate to be able to do some backwards incompatible api changes - we desperately need tasks - and that is a big improvement for users | 00:38 |
jaypipes | yeah. and we could have had it done if our contributor community had the guts to stand up to product managers and customers that want their cake and eat it too. | 00:39 |
cyeoh | lack of a tasks api causes all sorts of issues (we get lots of bug reports because of it) | 00:39 |
jaypipes | actually, the tasks *internal* API should and can be worked on separately from the front-end rest api. | 00:39 |
cyeoh | jaypipes: true but I don't think it'll happen until people see that the API changes are possible | 00:40 |
jaypipes | problem is we got distracted with crap like cells and server groups and all sorts of pointless scheduler crud. | 00:40 |
cyeoh | looks like cells will be big in kilo too, hopefully can get some tasks work still done in Kilo | 00:40 |
jaypipes | I doubt cells will be big in kilo. it's a pile of turds and technical debt and one of the only guys who knew it well enough has left. | 00:41 |
cyeoh | anyway I think we just have to work with what is possible (eg what we can get approved). I've had enough of fighting impossible fights :-) | 00:41 |
jaypipes | yeah, I know you have history here. :) sorry : | 00:41 |
*** xuhanp has joined #openstack-meeting | 00:41 | |
cyeoh | np, just trying to design api microversions to what I think we can get through | 00:42 |
cyeoh | and get it implemented early in kilo (its not a lot of code) | 00:43 |
jaypipes | ok | 00:43 |
cyeoh | I want to leave room for tasks to get done in kilo as well (at least a first demonstration part - say server create) | 00:43 |
*** sdake_ has joined #openstack-meeting | 00:43 | |
jaypipes | tell me though.. how do I get rid of API extensions using this microversioning framework? | 00:43 |
jaypipes | it really is the extensions that kill everything. | 00:44 |
cyeoh | jaypipes: so first you need to run the debate about what is in and out - eg what is our fixed API going to be. | 00:44 |
cyeoh | jaypipes: and then we'll do a major version bump | 00:44 |
cyeoh | jaypipes: and a request from then onwards will only expose the fixed api | 00:44 |
jaypipes | for instance, given our current (horrible) API extension framework, how might I change os-floating-ips to just /servers/$server/floating-ips? | 00:45 |
*** sbalukoff has quit IRC | 00:45 | |
jaypipes | cyeoh: but the major version bump would need to remove *all* the API extensions at once.... otherwise, each removal of an API extension would be another major API version increment, because it's backwards-incompatible | 00:46 |
jaypipes | cyeoh: thus my stance that API extensions are the root of all API evil. :) | 00:46 |
cyeoh | internally I think we'd implement both (so those asking for earlier versions get still get the old one), but we'd only expose the ones appropriate for the version requested | 00:46 |
cyeoh | jaypipes: so underneath it all we'd still use plugins. We'd just require specific ones to always be loaded - eg what we currently have for core | 00:47 |
jaypipes | cyeoh: and if we're ghoing to need to do one giant removal of all API extensions in order to actually do a major vesion increment, then we're back to square one, with nobody willing to make the hard decisiosn, and we'll keep on limping our API along. | 00:47 |
oomichi | how about JSON-Home? JSON-Home can provide each API URL is stable/deprecated. | 00:47 |
cyeoh | jaypipes: we can gradually increase the size of core. | 00:47 |
*** SumitNaiksatam has joined #openstack-meeting | 00:47 | |
cyeoh | jaypipes: doesn't need to be big bang. | 00:47 |
oomichi | as common way. | 00:47 |
jaypipes | cyeoh: and what if I propose to split the API into a user API and an operator API? | 00:48 |
cyeoh | jaypipes: listening on different ports? | 00:48 |
jaypipes | no... entirely different endpoints. | 00:48 |
*** baoli has joined #openstack-meeting | 00:49 | |
cyeoh | jaypipes: I'd need to look into the implementation details of that - I think there was a similar request on the operators list recently | 00:49 |
jaypipes | but because of API extensions, there would be old extensions that pointed to a different API endpoint... | 00:49 |
cyeoh | by the catalyst guys | 00:49 |
cyeoh | jaypipes: so I think that may be true of some image location things | 00:50 |
cyeoh | (though I'd like to get rid of proxying in the long term anyway) | 00:51 |
jaypipes | sure | 00:51 |
cyeoh | but I don't think we have a lot of apis that point to others? | 00:51 |
jaypipes | I guess I'm just tired of being handcuffed when it comes to developing new things in the *right* way... and not stuck using an API framework that is brittle, encourages vendorization, and isn't dicoverable | 00:51 |
cyeoh | I guess some of the admin stuff would need their own resource paths rather than piggy backing on the user ones | 00:51 |
*** marcoemorais has quit IRC | 00:52 | |
jaypipes | cyeoh: all of volume, image, and network point to other APIs... | 00:52 |
*** arnaud has quit IRC | 00:52 | |
*** arnaud__ has quit IRC | 00:52 | |
cyeoh | well discoverability is definitely on our list. We want json-home and the json schema - its how much devel bandwidth we have in Kilo, and microversion needs to take priority | 00:52 |
jaypipes | cyeoh: with a ton of junk in the code to "translate" from Nova APIs point of view (for differtent API versions and API extensions) | 00:52 |
*** arnaud has joined #openstack-meeting | 00:53 | |
*** arnaud__ has joined #openstack-meeting | 00:53 | |
cyeoh | jaypipes: well if we want to support old versions like v2 we have no choice | 00:53 |
cyeoh | and I think its clear the community will not support big bang upgrades to the Nova API | 00:53 |
cyeoh | anyway before we run out of time. I just want to cover the summit briefly | 00:54 |
*** xuhanp has quit IRC | 00:54 | |
cyeoh | #topic summit | 00:54 |
*** openstack changes topic to "summit (Meeting topic: #nova api)" | 00:54 | |
cyeoh | so I won't be able to make it to summit, or attend remotely this time - since I couldn't travel I'm on vacation instead | 00:55 |
cyeoh | (with family) | 00:55 |
cyeoh | oomichi, jaypipes: there's a microversions session scheduled, so I wanted to make sure you at least understood what I was proposing even if you're not happy with it | 00:55 |
*** leeantho has quit IRC | 00:56 | |
cyeoh | oomichi, jaypipes: so please feel free to ping/email me anytime to ask me questions about it. | 00:56 |
cyeoh | I'll be on leave from 31st October to 7th of November inclusive. | 00:56 |
oomichi | cyeoh: OK, I got it. will do it soon after reading the spec. | 00:56 |
*** bdpayne has quit IRC | 00:56 | |
cyeoh | oomichi: ok, thanks | 00:56 |
*** ddieterly has joined #openstack-meeting | 00:56 | |
jaypipes | cyeoh: I will, and forgive my harshness tonight please... just been frustrated this evening trying to uncruft the "unit" tests around resource tracker and I'm unfortunately taken my frustration out on you. sorry :( | 00:57 |
cyeoh | jaypipes: no probs. Don't look at the nova api unittests - lots of cleanup needed there :-) (Which we're going to work on) | 00:57 |
cyeoh | so I think we should probably cancel the next two api meetings as well. The first because its likely people will be travelling (or about to). And the second because its summit week. | 00:58 |
*** shohel02 has joined #openstack-meeting | 00:58 | |
cyeoh | does that sound ok? | 00:58 |
oomichi | cyeoh: OK for me. | 00:59 |
alex_xu | ok for me | 00:59 |
alex_xu | and just reselling my propose again http://soulxu.github.io/blog/2014/09/12/one-option-for-nova-api/ .... :) | 00:59 |
gmann | yes | 00:59 |
cyeoh | alex_xu: I will have another look at it :) | 00:59 |
alex_xu | cyeoh, thank you! | 00:59 |
cyeoh | ok we have 1 minute left. Anything else? | 01:00 |
cyeoh | ok, thanks everyone for coming. cya! | 01:00 |
oomichi | good for me, thanks:-) | 01:00 |
*** yamamoto has joined #openstack-meeting | 01:00 | |
gmann | Thanks all | 01:00 |
cyeoh | #endmeeting | 01:01 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 01:01 | |
openstack | Meeting ended Fri Oct 24 01:01:00 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-10-24-00.01.html | 01:01 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/_nova_api/2014/_nova_api.2014-10-24-00.01.txt | 01:01 |
openstack | Log: http://eavesdrop.openstack.org/meetings/_nova_api/2014/_nova_api.2014-10-24-00.01.log.html | 01:01 |
alex_xu | thanks all | 01:01 |
*** gmann has left #openstack-meeting | 01:01 | |
*** alex_xu has quit IRC | 01:01 | |
*** Mandell has quit IRC | 01:01 | |
*** oomichi has quit IRC | 01:02 | |
*** shohel02 has quit IRC | 01:03 | |
*** padkrish has quit IRC | 01:03 | |
*** sdake_ has quit IRC | 01:04 | |
*** cdub has joined #openstack-meeting | 01:07 | |
*** sgordon_ has quit IRC | 01:08 | |
*** eliqiao has quit IRC | 01:08 | |
*** ChuckC has quit IRC | 01:09 | |
*** sgordon_ has joined #openstack-meeting | 01:13 | |
*** mberlin1 has quit IRC | 01:15 | |
*** nelsnelson has quit IRC | 01:16 | |
*** padkrish has joined #openstack-meeting | 01:17 | |
*** asettle has joined #openstack-meeting | 01:17 | |
*** padkrish has quit IRC | 01:18 | |
*** haomaiw__ has quit IRC | 01:22 | |
*** topol has joined #openstack-meeting | 01:24 | |
*** arnaud__ has quit IRC | 01:24 | |
*** arnaud has quit IRC | 01:24 | |
*** mattgriffin has joined #openstack-meeting | 01:24 | |
*** zhhuabj has joined #openstack-meeting | 01:25 | |
*** david-lyle has joined #openstack-meeting | 01:28 | |
*** mattgriffin has quit IRC | 01:30 | |
*** changbl has joined #openstack-meeting | 01:31 | |
*** david-lyle has quit IRC | 01:32 | |
*** eliqiao has joined #openstack-meeting | 01:37 | |
*** VijayB_ has quit IRC | 01:38 | |
*** zz_jgrimm is now known as jgrimm | 01:38 | |
*** haomaiwang has joined #openstack-meeting | 01:40 | |
*** bdpayne has joined #openstack-meeting | 01:41 | |
*** VijayB has joined #openstack-meeting | 01:41 | |
*** bdpayne_ has joined #openstack-meeting | 01:42 | |
*** asettle has quit IRC | 01:43 | |
*** asettle has joined #openstack-meeting | 01:43 | |
*** bdpayne has quit IRC | 01:46 | |
*** bdpayne has joined #openstack-meeting | 01:46 | |
*** s3wong has quit IRC | 01:47 | |
*** asettle has quit IRC | 01:47 | |
*** jecarey has joined #openstack-meeting | 01:49 | |
*** otherwiseguy has joined #openstack-meeting | 01:49 | |
*** haomaiwang has quit IRC | 01:50 | |
*** bdpayne_ has quit IRC | 01:50 | |
*** 7GHAAFDF1 has joined #openstack-meeting | 01:50 | |
*** sgordon_ has quit IRC | 01:53 | |
*** 7GHAAFDF1 has quit IRC | 01:53 | |
*** haomaiwang has joined #openstack-meeting | 01:55 | |
*** novas0x2a|laptop has quit IRC | 01:58 | |
*** shohel02 has joined #openstack-meeting | 01:58 | |
*** Longgeek has joined #openstack-meeting | 02:01 | |
*** nosnos has joined #openstack-meeting | 02:03 | |
*** shohel02 has quit IRC | 02:03 | |
*** arnaud has joined #openstack-meeting | 02:05 | |
*** Longgeek has quit IRC | 02:06 | |
*** arnaud has quit IRC | 02:07 | |
*** otter768 has joined #openstack-meeting | 02:22 | |
*** imsurit has joined #openstack-meeting | 02:22 | |
*** harlowja is now known as harlowja_away | 02:23 | |
*** mudassirlatif has quit IRC | 02:23 | |
*** eliqiao has quit IRC | 02:28 | |
*** eliqiao has joined #openstack-meeting | 02:29 | |
*** david-lyle has joined #openstack-meeting | 02:29 | |
*** mateescu has quit IRC | 02:32 | |
*** david-lyle has quit IRC | 02:33 | |
*** epico has joined #openstack-meeting | 02:35 | |
*** yeungp has quit IRC | 02:36 | |
*** fnaval has quit IRC | 02:40 | |
*** mmedvede has quit IRC | 02:41 | |
*** mmedvede has joined #openstack-meeting | 02:44 | |
*** eliqiao has quit IRC | 02:45 | |
*** eliqiao has joined #openstack-meeting | 02:45 | |
*** sbalukoff has joined #openstack-meeting | 02:51 | |
*** pnavarro has quit IRC | 02:54 | |
*** dims_ has quit IRC | 02:56 | |
*** dims has joined #openstack-meeting | 02:57 | |
*** vkmc has quit IRC | 02:58 | |
*** shohel02 has joined #openstack-meeting | 02:58 | |
*** baoli has quit IRC | 03:00 | |
*** ddieterly has quit IRC | 03:01 | |
*** dims has quit IRC | 03:01 | |
*** dboik has quit IRC | 03:02 | |
*** Longgeek has joined #openstack-meeting | 03:02 | |
*** shohel02 has quit IRC | 03:03 | |
*** haomaiwa_ has joined #openstack-meeting | 03:05 | |
*** Longgeek has quit IRC | 03:07 | |
*** haomaiwang has quit IRC | 03:09 | |
*** noelbk has quit IRC | 03:12 | |
*** VijayB has quit IRC | 03:14 | |
*** haomaiwa_ has quit IRC | 03:14 | |
*** haomaiwang has joined #openstack-meeting | 03:15 | |
*** JRobinson__ is now known as JRobinson__afk | 03:15 | |
*** haomaiw__ has joined #openstack-meeting | 03:18 | |
*** afazekas has quit IRC | 03:19 | |
*** _afazekas has quit IRC | 03:19 | |
*** ivar-laz_ has joined #openstack-meeting | 03:19 | |
*** david-lyle has joined #openstack-meeting | 03:19 | |
*** haomaiwang has quit IRC | 03:20 | |
*** topol has quit IRC | 03:21 | |
*** nosnos has quit IRC | 03:23 | |
*** ivar-lazzaro has quit IRC | 03:23 | |
*** ivar-laz_ has quit IRC | 03:24 | |
*** nosnos has joined #openstack-meeting | 03:24 | |
*** jckasper_ has joined #openstack-meeting | 03:24 | |
*** jckasper has quit IRC | 03:24 | |
*** krtaylor has quit IRC | 03:25 | |
*** ksamoray has joined #openstack-meeting | 03:26 | |
*** krtaylor has joined #openstack-meeting | 03:27 | |
*** krtaylor has quit IRC | 03:28 | |
*** alex_xu has joined #openstack-meeting | 03:28 | |
*** nosnos has quit IRC | 03:28 | |
*** krtaylor has joined #openstack-meeting | 03:30 | |
*** ddieterly has joined #openstack-meeting | 03:31 | |
*** ddieterly has quit IRC | 03:36 | |
*** david-lyle has quit IRC | 03:36 | |
*** SridharRamaswamy has joined #openstack-meeting | 03:36 | |
*** afazekas has joined #openstack-meeting | 03:39 | |
*** Mandell has joined #openstack-meeting | 03:40 | |
*** ramishra has quit IRC | 03:40 | |
*** SridharRamaswamy has quit IRC | 03:46 | |
*** marcoemorais has joined #openstack-meeting | 03:49 | |
*** sarob has joined #openstack-meeting | 03:49 | |
*** ramishra has joined #openstack-meeting | 03:50 | |
*** sarob_ has quit IRC | 03:52 | |
*** noslzzp has quit IRC | 03:55 | |
*** Mandell has quit IRC | 03:56 | |
*** marcoemorais has quit IRC | 03:56 | |
*** shohel02 has joined #openstack-meeting | 03:58 | |
*** JRobinson__afk is now known as JRobinson__ | 04:00 | |
*** davidhadas has quit IRC | 04:01 | |
*** jgrimm is now known as zz_jgrimm | 04:01 | |
*** shohel02 has quit IRC | 04:02 | |
*** ksamoray has quit IRC | 04:03 | |
*** dougwig has quit IRC | 04:03 | |
*** david-lyle has joined #openstack-meeting | 04:07 | |
*** garyh has quit IRC | 04:09 | |
*** yamahata has joined #openstack-meeting | 04:10 | |
*** HenryG has joined #openstack-meeting | 04:10 | |
*** aepifanov has joined #openstack-meeting | 04:10 | |
*** david-lyle has quit IRC | 04:13 | |
*** yaguang has joined #openstack-meeting | 04:14 | |
*** arnaud has joined #openstack-meeting | 04:15 | |
*** nosnos has joined #openstack-meeting | 04:20 | |
*** _nadya_ has joined #openstack-meeting | 04:21 | |
*** arnaud has quit IRC | 04:21 | |
*** oomichi has joined #openstack-meeting | 04:24 | |
*** s3wong has joined #openstack-meeting | 04:25 | |
*** ChuckC has joined #openstack-meeting | 04:26 | |
*** Mandell has joined #openstack-meeting | 04:28 | |
*** s3wong has quit IRC | 04:29 | |
*** s3wong has joined #openstack-meeting | 04:30 | |
*** SridharG has joined #openstack-meeting | 04:30 | |
*** ksamoray has joined #openstack-meeting | 04:31 | |
*** sarob has quit IRC | 04:32 | |
*** sarob has joined #openstack-meeting | 04:33 | |
*** e0ne has joined #openstack-meeting | 04:34 | |
*** ksamoray has quit IRC | 04:35 | |
*** e0ne has quit IRC | 04:35 | |
*** SridharG has quit IRC | 04:36 | |
*** otherwiseguy has quit IRC | 04:36 | |
*** otherwiseguy has joined #openstack-meeting | 04:37 | |
*** sarob has quit IRC | 04:38 | |
*** e0ne has joined #openstack-meeting | 04:40 | |
*** e0ne has quit IRC | 04:41 | |
*** ildikov has quit IRC | 04:42 | |
*** kebray has joined #openstack-meeting | 04:44 | |
*** kebray has quit IRC | 04:45 | |
*** kebray has joined #openstack-meeting | 04:45 | |
*** sbalukoff has quit IRC | 04:45 | |
*** vivek-ebay has joined #openstack-meeting | 04:52 | |
*** mberlin has joined #openstack-meeting | 04:57 | |
*** shohel02 has joined #openstack-meeting | 04:58 | |
*** ildikov has joined #openstack-meeting | 04:58 | |
*** garyh has joined #openstack-meeting | 04:59 | |
*** yamahata has quit IRC | 04:59 | |
*** yamahata has joined #openstack-meeting | 04:59 | |
*** rakesh_hs has joined #openstack-meeting | 05:00 | |
*** rob has joined #openstack-meeting | 05:00 | |
*** rob is now known as Guest39144 | 05:01 | |
*** shohel02 has quit IRC | 05:03 | |
*** _nadya_ has quit IRC | 05:04 | |
*** vsilva is now known as victsou | 05:09 | |
*** sbalukoff has joined #openstack-meeting | 05:09 | |
*** SridharG has joined #openstack-meeting | 05:09 | |
*** otherwiseguy has quit IRC | 05:10 | |
*** bdpayne has quit IRC | 05:10 | |
*** victsou is now known as vsilva | 05:11 | |
*** noslzzp has joined #openstack-meeting | 05:17 | |
*** noslzzp has quit IRC | 05:17 | |
*** noslzzp has joined #openstack-meeting | 05:17 | |
*** noslzzp has quit IRC | 05:18 | |
*** bdpayne has joined #openstack-meeting | 05:19 | |
*** vsilva is now known as victsou | 05:22 | |
*** victsou is now known as vsilva | 05:22 | |
*** vsilva is now known as victsou | 05:23 | |
*** rakesh_hs has quit IRC | 05:23 | |
*** victsou is now known as vsilva | 05:24 | |
*** bdpayne has quit IRC | 05:24 | |
*** rakesh_hs has joined #openstack-meeting | 05:25 | |
*** gokrokve has joined #openstack-meeting | 05:28 | |
*** gokrokve has quit IRC | 05:28 | |
*** gokrokve has joined #openstack-meeting | 05:29 | |
*** ptoohill has quit IRC | 05:30 | |
*** otter768 has quit IRC | 05:31 | |
*** s3wong has quit IRC | 05:32 | |
*** ptoohill has joined #openstack-meeting | 05:32 | |
*** aepifanov has quit IRC | 05:33 | |
*** amcrn has quit IRC | 05:34 | |
*** ptoohill_ has joined #openstack-meeting | 05:37 | |
*** ksamoray has joined #openstack-meeting | 05:40 | |
*** davidhadas has joined #openstack-meeting | 05:40 | |
*** gokrokve has quit IRC | 05:41 | |
*** gokrokve has joined #openstack-meeting | 05:42 | |
*** ksamoray has quit IRC | 05:43 | |
*** SridharRamaswamy has joined #openstack-meeting | 05:49 | |
*** vsilva is now known as victsou | 05:51 | |
*** victsou is now known as vsilva | 05:52 | |
*** aepifanov has joined #openstack-meeting | 05:57 | |
*** ptoohill_ has quit IRC | 05:58 | |
*** ksamoray has joined #openstack-meeting | 06:01 | |
*** gokrokve has quit IRC | 06:02 | |
*** gokrokve has joined #openstack-meeting | 06:02 | |
*** SridharRamaswamy has quit IRC | 06:04 | |
*** vivek-ebay has quit IRC | 06:04 | |
*** ildikov has quit IRC | 06:04 | |
*** yjiang5 has joined #openstack-meeting | 06:09 | |
*** yjiang5 has left #openstack-meeting | 06:09 | |
*** markwash__ has joined #openstack-meeting | 06:13 | |
*** haomaiw__ has quit IRC | 06:14 | |
*** sbalukoff has quit IRC | 06:15 | |
*** sld has left #openstack-meeting | 06:16 | |
*** JRobinson__ has quit IRC | 06:20 | |
*** mrunge has joined #openstack-meeting | 06:20 | |
*** rakesh_hs2 has joined #openstack-meeting | 06:21 | |
*** Longgeek has joined #openstack-meeting | 06:22 | |
*** markwash__ has quit IRC | 06:22 | |
*** shohel02 has joined #openstack-meeting | 06:23 | |
*** markwash__ has joined #openstack-meeting | 06:23 | |
*** gokrokve has quit IRC | 06:23 | |
*** rakesh_hs has quit IRC | 06:24 | |
*** SridharG1 has joined #openstack-meeting | 06:25 | |
*** SridharG has quit IRC | 06:25 | |
*** cody-somerville has quit IRC | 06:25 | |
*** Longgeek has quit IRC | 06:26 | |
*** sbalukoff has joined #openstack-meeting | 06:28 | |
*** gokrokve_ has joined #openstack-meeting | 06:32 | |
*** gokrokve_ has quit IRC | 06:32 | |
*** aepifanov has quit IRC | 06:32 | |
*** adahms has quit IRC | 06:34 | |
*** Longgeek has joined #openstack-meeting | 06:38 | |
*** jprovazn has joined #openstack-meeting | 06:42 | |
*** matiu has quit IRC | 06:47 | |
*** jhesketh has quit IRC | 06:47 | |
*** harlowja_away has quit IRC | 06:47 | |
*** salv-orlando has quit IRC | 06:47 | |
*** akamyshnikova_ has quit IRC | 06:47 | |
*** coolsvap has quit IRC | 06:47 | |
*** annegentle has quit IRC | 06:47 | |
*** markvoelker has quit IRC | 06:47 | |
*** raildo has quit IRC | 06:47 | |
*** n0ano has quit IRC | 06:47 | |
*** jeblair has quit IRC | 06:47 | |
*** vsilva has quit IRC | 06:47 | |
*** otherjon has quit IRC | 06:47 | |
*** timfreund has quit IRC | 06:47 | |
*** sbadia has quit IRC | 06:47 | |
*** dosaboy has quit IRC | 06:47 | |
*** vipul has quit IRC | 06:47 | |
*** alaski has quit IRC | 06:47 | |
*** rosmaita has quit IRC | 06:47 | |
*** DavidHu__ has quit IRC | 06:47 | |
*** timello has quit IRC | 06:47 | |
*** zz_jgrimm has quit IRC | 06:47 | |
*** leifz has quit IRC | 06:47 | |
*** garyh has quit IRC | 06:47 | |
*** ramishra has quit IRC | 06:47 | |
*** dkehn_ has quit IRC | 06:47 | |
*** tgraf has quit IRC | 06:47 | |
*** jorge_munoz has quit IRC | 06:47 | |
*** mrodden has quit IRC | 06:47 | |
*** esheffield has quit IRC | 06:47 | |
*** weshay has quit IRC | 06:47 | |
*** niaba has quit IRC | 06:47 | |
*** cschwede has quit IRC | 06:47 | |
*** zaneb has quit IRC | 06:47 | |
*** miguelgrinberg has quit IRC | 06:47 | |
*** e-vad has quit IRC | 06:47 | |
*** dansmith has quit IRC | 06:47 | |
*** anteaya has quit IRC | 06:47 | |
*** ruhe has quit IRC | 06:47 | |
*** SpamapS has quit IRC | 06:47 | |
*** dhellmann has quit IRC | 06:47 | |
*** markwash__ has quit IRC | 06:47 | |
*** yamahata has quit IRC | 06:47 | |
*** oomichi has quit IRC | 06:47 | |
*** nosnos has quit IRC | 06:47 | |
*** mwagner_lap has quit IRC | 06:47 | |
*** pballand has quit IRC | 06:47 | |
*** luis_fdez has quit IRC | 06:47 | |
*** samcdona has quit IRC | 06:47 | |
*** jang has quit IRC | 06:47 | |
*** mestery has quit IRC | 06:47 | |
*** 7GHAAEFQK has quit IRC | 06:47 | |
*** sseverson has quit IRC | 06:47 | |
*** jamespd has quit IRC | 06:47 | |
*** haleyb has quit IRC | 06:47 | |
*** yobber has quit IRC | 06:47 | |
*** mitz_ has quit IRC | 06:47 | |
*** ogelbukh has quit IRC | 06:47 | |
*** morganfainberg has quit IRC | 06:47 | |
*** BadCub has quit IRC | 06:47 | |
*** gibi has quit IRC | 06:47 | |
*** d0ugal has quit IRC | 06:47 | |
*** marekd|away is now known as marekd | 06:48 | |
*** rwsu_ has quit IRC | 06:48 | |
*** rwsu_ has joined #openstack-meeting | 06:49 | |
*** yeungp has joined #openstack-meeting | 06:54 | |
*** yamahata has joined #openstack-meeting | 07:00 | |
*** garyh has joined #openstack-meeting | 07:00 | |
*** oomichi has joined #openstack-meeting | 07:00 | |
*** nosnos has joined #openstack-meeting | 07:00 | |
*** ramishra has joined #openstack-meeting | 07:00 | |
*** mwagner_lap has joined #openstack-meeting | 07:00 | |
*** pballand has joined #openstack-meeting | 07:00 | |
*** luis_fdez has joined #openstack-meeting | 07:00 | |
*** samcdona has joined #openstack-meeting | 07:00 | |
*** jang has joined #openstack-meeting | 07:00 | |
*** dkehn_ has joined #openstack-meeting | 07:00 | |
*** tgraf has joined #openstack-meeting | 07:00 | |
*** jorge_munoz has joined #openstack-meeting | 07:00 | |
*** mrodden has joined #openstack-meeting | 07:00 | |
*** esheffield has joined #openstack-meeting | 07:00 | |
*** weshay has joined #openstack-meeting | 07:00 | |
*** mestery has joined #openstack-meeting | 07:00 | |
*** niaba has joined #openstack-meeting | 07:00 | |
*** matiu has joined #openstack-meeting | 07:00 | |
*** 7GHAAEFQK has joined #openstack-meeting | 07:00 | |
*** sseverson has joined #openstack-meeting | 07:00 | |
*** jamespd has joined #openstack-meeting | 07:00 | |
*** haleyb has joined #openstack-meeting | 07:00 | |
*** yobber has joined #openstack-meeting | 07:00 | |
*** mitz_ has joined #openstack-meeting | 07:00 | |
*** jhesketh has joined #openstack-meeting | 07:00 | |
*** cschwede has joined #openstack-meeting | 07:00 | |
*** zaneb has joined #openstack-meeting | 07:00 | |
*** miguelgrinberg has joined #openstack-meeting | 07:00 | |
*** ogelbukh has joined #openstack-meeting | 07:00 | |
*** morganfainberg has joined #openstack-meeting | 07:00 | |
*** e-vad has joined #openstack-meeting | 07:00 | |
*** dansmith has joined #openstack-meeting | 07:00 | |
*** anteaya has joined #openstack-meeting | 07:00 | |
*** BadCub has joined #openstack-meeting | 07:00 | |
*** gibi has joined #openstack-meeting | 07:00 | |
*** d0ugal has joined #openstack-meeting | 07:00 | |
*** ruhe has joined #openstack-meeting | 07:00 | |
*** SpamapS has joined #openstack-meeting | 07:00 | |
*** dhellmann has joined #openstack-meeting | 07:00 | |
*** matiu has quit IRC | 07:00 | |
*** jhesketh has quit IRC | 07:00 | |
*** yamahata has quit IRC | 07:01 | |
*** ddieterly has joined #openstack-meeting | 07:01 | |
*** SridharRamaswamy has joined #openstack-meeting | 07:02 | |
*** ddieterly has quit IRC | 07:06 | |
*** ygbo has joined #openstack-meeting | 07:06 | |
*** mpaolino has joined #openstack-meeting | 07:09 | |
*** harlowja_away has joined #openstack-meeting | 07:09 | |
*** salv-orlando has joined #openstack-meeting | 07:09 | |
*** coolsvap has joined #openstack-meeting | 07:09 | |
*** akamyshnikova_ has joined #openstack-meeting | 07:09 | |
*** annegentle has joined #openstack-meeting | 07:09 | |
*** markvoelker has joined #openstack-meeting | 07:09 | |
*** raildo has joined #openstack-meeting | 07:09 | |
*** n0ano has joined #openstack-meeting | 07:09 | |
*** jeblair has joined #openstack-meeting | 07:09 | |
*** vsilva has joined #openstack-meeting | 07:09 | |
*** otherjon has joined #openstack-meeting | 07:09 | |
*** timfreund has joined #openstack-meeting | 07:09 | |
*** sbadia has joined #openstack-meeting | 07:09 | |
*** dosaboy has joined #openstack-meeting | 07:09 | |
*** vipul has joined #openstack-meeting | 07:09 | |
*** alaski has joined #openstack-meeting | 07:09 | |
*** rosmaita has joined #openstack-meeting | 07:09 | |
*** DavidHu__ has joined #openstack-meeting | 07:09 | |
*** timello has joined #openstack-meeting | 07:09 | |
*** zz_jgrimm has joined #openstack-meeting | 07:09 | |
*** leifz has joined #openstack-meeting | 07:09 | |
*** jlanoux has joined #openstack-meeting | 07:11 | |
*** SridharRamaswamy has quit IRC | 07:12 | |
*** ksamoray has quit IRC | 07:14 | |
*** haomaiwang has joined #openstack-meeting | 07:15 | |
*** nellysmitt has joined #openstack-meeting | 07:15 | |
*** tsg has joined #openstack-meeting | 07:15 | |
*** andreaf has quit IRC | 07:16 | |
*** yamahata has joined #openstack-meeting | 07:16 | |
*** matiu has joined #openstack-meeting | 07:16 | |
*** jhesketh has joined #openstack-meeting | 07:16 | |
*** andreaf has joined #openstack-meeting | 07:16 | |
*** haomaiwang has quit IRC | 07:19 | |
*** yeungp has quit IRC | 07:19 | |
*** gongysh has joined #openstack-meeting | 07:22 | |
*** dkehnm has quit IRC | 07:22 | |
*** dkehnm has joined #openstack-meeting | 07:22 | |
*** andreykurilin_ has joined #openstack-meeting | 07:22 | |
*** dkehn has joined #openstack-meeting | 07:22 | |
*** luqas has joined #openstack-meeting | 07:26 | |
*** phil__ has joined #openstack-meeting | 07:27 | |
*** idegtiarov has left #openstack-meeting | 07:28 | |
*** matiu has quit IRC | 07:28 | |
*** jhesketh has quit IRC | 07:28 | |
*** andreaf has quit IRC | 07:28 | |
*** mpaolino has quit IRC | 07:28 | |
*** harlowja_away has quit IRC | 07:28 | |
*** salv-orlando has quit IRC | 07:28 | |
*** akamyshnikova_ has quit IRC | 07:28 | |
*** coolsvap has quit IRC | 07:28 | |
*** annegentle has quit IRC | 07:28 | |
*** markvoelker has quit IRC | 07:28 | |
*** raildo has quit IRC | 07:28 | |
*** n0ano has quit IRC | 07:28 | |
*** jeblair has quit IRC | 07:28 | |
*** vsilva has quit IRC | 07:28 | |
*** otherjon has quit IRC | 07:29 | |
*** timfreund has quit IRC | 07:29 | |
*** sbadia has quit IRC | 07:29 | |
*** dosaboy has quit IRC | 07:29 | |
*** vipul has quit IRC | 07:29 | |
*** alaski has quit IRC | 07:29 | |
*** rosmaita has quit IRC | 07:29 | |
*** DavidHu__ has quit IRC | 07:29 | |
*** timello has quit IRC | 07:29 | |
*** zz_jgrimm has quit IRC | 07:29 | |
*** leifz has quit IRC | 07:29 | |
*** yamahata has quit IRC | 07:29 | |
*** garyh has quit IRC | 07:29 | |
*** ramishra has quit IRC | 07:29 | |
*** dkehn_ has quit IRC | 07:29 | |
*** tgraf has quit IRC | 07:29 | |
*** jorge_munoz has quit IRC | 07:29 | |
*** mrodden has quit IRC | 07:29 | |
*** esheffield has quit IRC | 07:29 | |
*** weshay has quit IRC | 07:29 | |
*** niaba has quit IRC | 07:29 | |
*** cschwede has quit IRC | 07:29 | |
*** zaneb has quit IRC | 07:29 | |
*** miguelgrinberg has quit IRC | 07:29 | |
*** e-vad has quit IRC | 07:29 | |
*** dansmith has quit IRC | 07:29 | |
*** anteaya has quit IRC | 07:29 | |
*** ruhe has quit IRC | 07:29 | |
*** SpamapS has quit IRC | 07:29 | |
*** dhellmann has quit IRC | 07:29 | |
*** oomichi has quit IRC | 07:29 | |
*** nosnos has quit IRC | 07:29 | |
*** mwagner_lap has quit IRC | 07:29 | |
*** pballand has quit IRC | 07:29 | |
*** luis_fdez has quit IRC | 07:29 | |
*** samcdona has quit IRC | 07:29 | |
*** jang has quit IRC | 07:29 | |
*** mestery has quit IRC | 07:29 | |
*** 7GHAAEFQK has quit IRC | 07:29 | |
*** sseverson has quit IRC | 07:29 | |
*** jamespd has quit IRC | 07:29 | |
*** haleyb has quit IRC | 07:29 | |
*** yobber has quit IRC | 07:29 | |
*** mitz_ has quit IRC | 07:29 | |
*** ogelbukh has quit IRC | 07:29 | |
*** morganfainberg has quit IRC | 07:29 | |
*** BadCub has quit IRC | 07:29 | |
*** gibi has quit IRC | 07:29 | |
*** d0ugal has quit IRC | 07:29 | |
*** jcoufal has joined #openstack-meeting | 07:31 | |
*** imsurit has quit IRC | 07:31 | |
*** andreaf has joined #openstack-meeting | 07:32 | |
*** d0ugal has joined #openstack-meeting | 07:32 | |
*** gibi has joined #openstack-meeting | 07:32 | |
*** BadCub has joined #openstack-meeting | 07:32 | |
*** morganfainberg has joined #openstack-meeting | 07:32 | |
*** ogelbukh has joined #openstack-meeting | 07:32 | |
*** mitz_ has joined #openstack-meeting | 07:32 | |
*** yobber has joined #openstack-meeting | 07:32 | |
*** haleyb has joined #openstack-meeting | 07:32 | |
*** jamespd has joined #openstack-meeting | 07:32 | |
*** sseverson has joined #openstack-meeting | 07:32 | |
*** 7GHAAEFQK has joined #openstack-meeting | 07:32 | |
*** mestery has joined #openstack-meeting | 07:32 | |
*** jang has joined #openstack-meeting | 07:32 | |
*** samcdona has joined #openstack-meeting | 07:32 | |
*** luis_fdez has joined #openstack-meeting | 07:32 | |
*** pballand has joined #openstack-meeting | 07:32 | |
*** mwagner_lap has joined #openstack-meeting | 07:32 | |
*** nosnos has joined #openstack-meeting | 07:32 | |
*** oomichi has joined #openstack-meeting | 07:32 | |
*** mpaolino has joined #openstack-meeting | 07:32 | |
*** harlowja_away has joined #openstack-meeting | 07:32 | |
*** salv-orlando has joined #openstack-meeting | 07:32 | |
*** coolsvap has joined #openstack-meeting | 07:32 | |
*** akamyshnikova_ has joined #openstack-meeting | 07:32 | |
*** annegentle has joined #openstack-meeting | 07:32 | |
*** markvoelker has joined #openstack-meeting | 07:32 | |
*** raildo has joined #openstack-meeting | 07:32 | |
*** n0ano has joined #openstack-meeting | 07:32 | |
*** jeblair has joined #openstack-meeting | 07:32 | |
*** vsilva has joined #openstack-meeting | 07:32 | |
*** otherjon has joined #openstack-meeting | 07:32 | |
*** timfreund has joined #openstack-meeting | 07:32 | |
*** sbadia has joined #openstack-meeting | 07:32 | |
*** dosaboy has joined #openstack-meeting | 07:32 | |
*** vipul has joined #openstack-meeting | 07:32 | |
*** alaski has joined #openstack-meeting | 07:32 | |
*** rosmaita has joined #openstack-meeting | 07:32 | |
*** DavidHu__ has joined #openstack-meeting | 07:32 | |
*** timello has joined #openstack-meeting | 07:32 | |
*** zz_jgrimm has joined #openstack-meeting | 07:32 | |
*** leifz has joined #openstack-meeting | 07:32 | |
*** yamamoto has quit IRC | 07:33 | |
*** MaxV has joined #openstack-meeting | 07:34 | |
*** ndipanov_gone is now known as ndipanov | 07:36 | |
*** lbragstad has quit IRC | 07:36 | |
*** lbragstad has joined #openstack-meeting | 07:36 | |
*** oomichi has quit IRC | 07:36 | |
*** nosnos has quit IRC | 07:36 | |
*** mwagner_lap has quit IRC | 07:36 | |
*** pballand has quit IRC | 07:36 | |
*** luis_fdez has quit IRC | 07:36 | |
*** samcdona has quit IRC | 07:36 | |
*** jang has quit IRC | 07:36 | |
*** mestery has quit IRC | 07:36 | |
*** 7GHAAEFQK has quit IRC | 07:36 | |
*** sseverson has quit IRC | 07:36 | |
*** jamespd has quit IRC | 07:36 | |
*** haleyb has quit IRC | 07:36 | |
*** yobber has quit IRC | 07:36 | |
*** mitz_ has quit IRC | 07:36 | |
*** ogelbukh has quit IRC | 07:36 | |
*** morganfainberg has quit IRC | 07:36 | |
*** BadCub has quit IRC | 07:36 | |
*** gibi has quit IRC | 07:36 | |
*** d0ugal has quit IRC | 07:36 | |
*** bagackiz has quit IRC | 07:37 | |
*** toan has quit IRC | 07:37 | |
*** yamahata has joined #openstack-meeting | 07:37 | |
*** garyh has joined #openstack-meeting | 07:37 | |
*** ramishra has joined #openstack-meeting | 07:37 | |
*** tgraf has joined #openstack-meeting | 07:37 | |
*** jorge_munoz has joined #openstack-meeting | 07:37 | |
*** mrodden has joined #openstack-meeting | 07:37 | |
*** esheffield has joined #openstack-meeting | 07:37 | |
*** weshay has joined #openstack-meeting | 07:37 | |
*** niaba has joined #openstack-meeting | 07:37 | |
*** cschwede has joined #openstack-meeting | 07:37 | |
*** zaneb has joined #openstack-meeting | 07:37 | |
*** miguelgrinberg has joined #openstack-meeting | 07:37 | |
*** e-vad has joined #openstack-meeting | 07:37 | |
*** dansmith has joined #openstack-meeting | 07:37 | |
*** anteaya has joined #openstack-meeting | 07:37 | |
*** ruhe has joined #openstack-meeting | 07:37 | |
*** SpamapS has joined #openstack-meeting | 07:37 | |
*** dhellmann has joined #openstack-meeting | 07:37 | |
*** toan has joined #openstack-meeting | 07:38 | |
*** tsg has quit IRC | 07:38 | |
*** d0ugal has joined #openstack-meeting | 07:39 | |
*** d0ugal is now known as Guest351 | 07:39 | |
*** bagackiz has joined #openstack-meeting | 07:39 | |
*** Guest351 has quit IRC | 07:39 | |
*** oomichi has joined #openstack-meeting | 07:40 | |
*** nosnos has joined #openstack-meeting | 07:40 | |
*** mwagner_lap has joined #openstack-meeting | 07:40 | |
*** pballand has joined #openstack-meeting | 07:40 | |
*** luis_fdez has joined #openstack-meeting | 07:40 | |
*** samcdona has joined #openstack-meeting | 07:40 | |
*** jang has joined #openstack-meeting | 07:40 | |
*** mestery has joined #openstack-meeting | 07:40 | |
*** 7GHAAEFQK has joined #openstack-meeting | 07:40 | |
*** sseverson has joined #openstack-meeting | 07:40 | |
*** jamespd has joined #openstack-meeting | 07:40 | |
*** haleyb has joined #openstack-meeting | 07:40 | |
*** yobber has joined #openstack-meeting | 07:40 | |
*** mitz_ has joined #openstack-meeting | 07:40 | |
*** ogelbukh has joined #openstack-meeting | 07:40 | |
*** morganfainberg has joined #openstack-meeting | 07:40 | |
*** BadCub has joined #openstack-meeting | 07:40 | |
*** gibi has joined #openstack-meeting | 07:40 | |
*** mitz_ has quit IRC | 07:40 | |
*** dmatthews__ has joined #openstack-meeting | 07:40 | |
*** safchain has joined #openstack-meeting | 07:41 | |
*** mitz_ has joined #openstack-meeting | 07:42 | |
*** aloga has joined #openstack-meeting | 07:43 | |
*** dmatthews__ is now known as d0ugal | 07:46 | |
*** d0ugal has quit IRC | 07:46 | |
*** d0ugal has joined #openstack-meeting | 07:46 | |
*** matiu has joined #openstack-meeting | 07:50 | |
*** jhesketh has joined #openstack-meeting | 07:50 | |
*** yamamoto has joined #openstack-meeting | 07:50 | |
*** ksamoray has joined #openstack-meeting | 07:52 | |
*** ksamoray has quit IRC | 07:56 | |
*** ildikov has joined #openstack-meeting | 07:56 | |
*** samcdona has quit IRC | 07:58 | |
*** andreykurilin_ has quit IRC | 08:02 | |
*** SridharG has joined #openstack-meeting | 08:04 | |
*** hashar has joined #openstack-meeting | 08:07 | |
*** andreykurilin_ has joined #openstack-meeting | 08:09 | |
*** yamamoto has quit IRC | 08:13 | |
*** mrodden has quit IRC | 08:15 | |
*** zhidong has joined #openstack-meeting | 08:16 | |
*** andreykurilin_ has quit IRC | 08:19 | |
*** igordcard has joined #openstack-meeting | 08:20 | |
*** gongysh has quit IRC | 08:21 | |
*** mrodden has joined #openstack-meeting | 08:21 | |
*** oomichi has quit IRC | 08:26 | |
*** fayablazer has joined #openstack-meeting | 08:27 | |
*** ihrachyshka has joined #openstack-meeting | 08:30 | |
*** derekh has joined #openstack-meeting | 08:31 | |
*** andreaf has quit IRC | 08:32 | |
*** yamamoto has joined #openstack-meeting | 08:32 | |
*** andreaf has joined #openstack-meeting | 08:32 | |
*** haomaiwa_ has joined #openstack-meeting | 08:34 | |
*** jlibosva has joined #openstack-meeting | 08:36 | |
*** gongysh has joined #openstack-meeting | 08:36 | |
*** andreykurilin_ has joined #openstack-meeting | 08:38 | |
*** jgallard has joined #openstack-meeting | 08:38 | |
*** zz_johnthetubagu is now known as johnthetubaguy | 08:39 | |
*** aepifanov has joined #openstack-meeting | 08:40 | |
*** andreykurilin_ has quit IRC | 08:44 | |
*** davidhadas has quit IRC | 08:45 | |
*** davidhadas_ has joined #openstack-meeting | 08:46 | |
*** yamamoto has quit IRC | 08:46 | |
*** kebray has quit IRC | 08:47 | |
*** igordcard has quit IRC | 08:50 | |
*** davidhadas_ has quit IRC | 08:51 | |
*** haomaiwa_ has quit IRC | 08:52 | |
*** haomaiwang has joined #openstack-meeting | 08:52 | |
*** eliqiao has quit IRC | 08:54 | |
*** e0ne has joined #openstack-meeting | 08:55 | |
*** comay has quit IRC | 08:55 | |
*** andreaf has quit IRC | 08:55 | |
*** doude has joined #openstack-meeting | 08:55 | |
*** andreaf has joined #openstack-meeting | 08:55 | |
*** Longgeek has quit IRC | 08:57 | |
*** haomaiw__ has joined #openstack-meeting | 08:57 | |
*** alex_xu has quit IRC | 08:58 | |
*** pnavarro has joined #openstack-meeting | 09:00 | |
*** oanufriev has quit IRC | 09:00 | |
*** haomaiwang has quit IRC | 09:01 | |
*** _nadya_ has joined #openstack-meeting | 09:02 | |
*** Tobi1 has joined #openstack-meeting | 09:03 | |
*** Longgeek has joined #openstack-meeting | 09:03 | |
*** alexpilotti has joined #openstack-meeting | 09:04 | |
*** cody-somerville has joined #openstack-meeting | 09:08 | |
*** cody-somerville has quit IRC | 09:08 | |
*** cody-somerville has joined #openstack-meeting | 09:08 | |
*** fayablazer has quit IRC | 09:09 | |
*** SumitNaiksatam has quit IRC | 09:13 | |
*** SumitNaiksatam has joined #openstack-meeting | 09:14 | |
*** ihrachyshka has quit IRC | 09:15 | |
*** yamamoto has joined #openstack-meeting | 09:17 | |
*** xuhanp has joined #openstack-meeting | 09:17 | |
*** liusheng has quit IRC | 09:19 | |
*** Tobi1 has quit IRC | 09:21 | |
*** js1123 has joined #openstack-meeting | 09:21 | |
*** yamamoto has quit IRC | 09:22 | |
*** zhhuabj has quit IRC | 09:23 | |
*** zhhuabj has joined #openstack-meeting | 09:23 | |
*** Longgeek has quit IRC | 09:24 | |
*** ksamoray has joined #openstack-meeting | 09:25 | |
*** SumitNaiksatam has quit IRC | 09:26 | |
*** SumitNaiksatam has joined #openstack-meeting | 09:27 | |
*** SumitNaiksatam has quit IRC | 09:27 | |
*** ksamoray has quit IRC | 09:30 | |
*** SumitNaiksatam has joined #openstack-meeting | 09:33 | |
*** Longgeek has joined #openstack-meeting | 09:35 | |
*** SumitNaiksatam has quit IRC | 09:40 | |
*** SumitNaiksatam has joined #openstack-meeting | 09:42 | |
*** markwash__ has joined #openstack-meeting | 09:44 | |
*** markwash__ has quit IRC | 09:44 | |
*** markwash__ has joined #openstack-meeting | 09:45 | |
*** js1123 has quit IRC | 09:49 | |
*** markwash__ has quit IRC | 09:49 | |
*** shohel02 has quit IRC | 09:53 | |
*** mberlin has quit IRC | 09:53 | |
*** jrist has quit IRC | 09:53 | |
*** lsmola has quit IRC | 09:53 | |
*** ignacio-scopett1 has quit IRC | 09:53 | |
*** arunkant has quit IRC | 09:53 | |
*** AaronGr has quit IRC | 09:53 | |
*** juice has quit IRC | 09:53 | |
*** davidlenwell has quit IRC | 09:53 | |
*** shohel02 has joined #openstack-meeting | 09:53 | |
*** mberlin has joined #openstack-meeting | 09:53 | |
*** jrist has joined #openstack-meeting | 09:53 | |
*** lsmola has joined #openstack-meeting | 09:53 | |
*** ignacio-scopett1 has joined #openstack-meeting | 09:53 | |
*** arunkant has joined #openstack-meeting | 09:53 | |
*** AaronGr has joined #openstack-meeting | 09:53 | |
*** juice has joined #openstack-meeting | 09:53 | |
*** davidlenwell has joined #openstack-meeting | 09:53 | |
*** ihrachyshka has joined #openstack-meeting | 09:54 | |
*** andreaf has quit IRC | 09:55 | |
*** nosnos has quit IRC | 09:55 | |
*** mwagner_lap has quit IRC | 09:55 | |
*** pballand has quit IRC | 09:55 | |
*** luis_fdez has quit IRC | 09:55 | |
*** jang has quit IRC | 09:55 | |
*** mestery has quit IRC | 09:55 | |
*** 7GHAAEFQK has quit IRC | 09:55 | |
*** sseverson has quit IRC | 09:55 | |
*** jamespd has quit IRC | 09:55 | |
*** haleyb has quit IRC | 09:55 | |
*** yobber has quit IRC | 09:55 | |
*** ogelbukh has quit IRC | 09:55 | |
*** morganfainberg has quit IRC | 09:55 | |
*** BadCub has quit IRC | 09:55 | |
*** gibi has quit IRC | 09:55 | |
*** andreaf has joined #openstack-meeting | 09:56 | |
*** nosnos has joined #openstack-meeting | 09:56 | |
*** mwagner_lap has joined #openstack-meeting | 09:56 | |
*** pballand has joined #openstack-meeting | 09:56 | |
*** luis_fdez has joined #openstack-meeting | 09:56 | |
*** jang has joined #openstack-meeting | 09:56 | |
*** mestery has joined #openstack-meeting | 09:56 | |
*** 7GHAAEFQK has joined #openstack-meeting | 09:56 | |
*** sseverson has joined #openstack-meeting | 09:56 | |
*** jamespd has joined #openstack-meeting | 09:56 | |
*** haleyb has joined #openstack-meeting | 09:56 | |
*** yobber has joined #openstack-meeting | 09:56 | |
*** ogelbukh has joined #openstack-meeting | 09:56 | |
*** morganfainberg has joined #openstack-meeting | 09:56 | |
*** BadCub has joined #openstack-meeting | 09:56 | |
*** gibi has joined #openstack-meeting | 09:56 | |
*** jecarey has quit IRC | 09:58 | |
*** changbl has quit IRC | 09:58 | |
*** phil_h has quit IRC | 09:58 | |
*** sc68cal has quit IRC | 09:58 | |
*** samuelms has quit IRC | 09:58 | |
*** dhouck has quit IRC | 09:58 | |
*** hogepodge has quit IRC | 09:58 | |
*** Tross has quit IRC | 09:58 | |
*** bill_ibm has quit IRC | 09:58 | |
*** bnemec has quit IRC | 09:58 | |
*** skraynev has quit IRC | 09:58 | |
*** xianghui has quit IRC | 09:58 | |
*** csd has quit IRC | 09:58 | |
*** anderstj has quit IRC | 09:58 | |
*** ctlaugh_ has quit IRC | 09:58 | |
*** abramley has quit IRC | 09:58 | |
*** _elena_ has quit IRC | 09:58 | |
*** jesusaurus has quit IRC | 09:58 | |
*** asadoughi has quit IRC | 09:58 | |
*** jcooley has quit IRC | 09:58 | |
*** darvon has quit IRC | 09:58 | |
*** ekarlso has quit IRC | 09:58 | |
*** llu has quit IRC | 09:58 | |
*** rharwood has quit IRC | 09:58 | |
*** alpha_ori has quit IRC | 09:58 | |
*** rodrigods has quit IRC | 09:58 | |
*** sfineberg has quit IRC | 09:58 | |
*** sdad has quit IRC | 09:58 | |
*** jgriffith has quit IRC | 09:58 | |
*** gpocentek has quit IRC | 09:58 | |
*** jecarey has joined #openstack-meeting | 09:58 | |
*** changbl has joined #openstack-meeting | 09:58 | |
*** phil_h has joined #openstack-meeting | 09:58 | |
*** sc68cal has joined #openstack-meeting | 09:58 | |
*** samuelms has joined #openstack-meeting | 09:58 | |
*** dhouck has joined #openstack-meeting | 09:58 | |
*** hogepodge has joined #openstack-meeting | 09:58 | |
*** Tross has joined #openstack-meeting | 09:58 | |
*** bill_ibm has joined #openstack-meeting | 09:58 | |
*** bnemec has joined #openstack-meeting | 09:58 | |
*** skraynev has joined #openstack-meeting | 09:58 | |
*** xianghui has joined #openstack-meeting | 09:58 | |
*** csd has joined #openstack-meeting | 09:58 | |
*** anderstj has joined #openstack-meeting | 09:58 | |
*** ctlaugh_ has joined #openstack-meeting | 09:58 | |
*** abramley has joined #openstack-meeting | 09:58 | |
*** _elena_ has joined #openstack-meeting | 09:58 | |
*** jesusaurus has joined #openstack-meeting | 09:58 | |
*** asadoughi has joined #openstack-meeting | 09:58 | |
*** jcooley has joined #openstack-meeting | 09:58 | |
*** darvon has joined #openstack-meeting | 09:58 | |
*** ekarlso has joined #openstack-meeting | 09:58 | |
*** llu has joined #openstack-meeting | 09:58 | |
*** rharwood has joined #openstack-meeting | 09:58 | |
*** alpha_ori has joined #openstack-meeting | 09:58 | |
*** rodrigods has joined #openstack-meeting | 09:58 | |
*** sfineberg has joined #openstack-meeting | 09:58 | |
*** sdad has joined #openstack-meeting | 09:58 | |
*** jgriffith has joined #openstack-meeting | 09:58 | |
*** gpocentek has joined #openstack-meeting | 09:58 | |
*** fayablazer has joined #openstack-meeting | 10:01 | |
*** epico has quit IRC | 10:09 | |
*** yamahata has quit IRC | 10:10 | |
*** andreaf has quit IRC | 10:11 | |
*** andreaf has joined #openstack-meeting | 10:11 | |
*** _nadya_ has quit IRC | 10:13 | |
*** MaxV has quit IRC | 10:13 | |
*** jgallard has quit IRC | 10:17 | |
*** yamamoto has joined #openstack-meeting | 10:17 | |
*** yamamoto has quit IRC | 10:22 | |
*** Tobi2 has joined #openstack-meeting | 10:27 | |
*** Tobi2 has quit IRC | 10:29 | |
*** gongysh has quit IRC | 10:31 | |
*** yamamoto has joined #openstack-meeting | 10:31 | |
*** davidhadas_ has joined #openstack-meeting | 10:36 | |
*** ramishra has quit IRC | 10:36 | |
*** pelix has joined #openstack-meeting | 10:42 | |
*** hashar has quit IRC | 10:45 | |
*** e0ne has quit IRC | 10:47 | |
*** dims has joined #openstack-meeting | 10:47 | |
*** e0ne has joined #openstack-meeting | 10:48 | |
*** andreaf has quit IRC | 10:48 | |
*** andreaf has joined #openstack-meeting | 10:48 | |
*** ksamoray has joined #openstack-meeting | 10:51 | |
*** yamamoto has quit IRC | 10:52 | |
*** ksamoray has quit IRC | 10:53 | |
*** lazy_prince is now known as killer_prince | 10:58 | |
*** yaguang has quit IRC | 11:02 | |
*** Tobi2 has joined #openstack-meeting | 11:04 | |
*** IanGovett has joined #openstack-meeting | 11:04 | |
*** DaveJ__ has joined #openstack-meeting | 11:06 | |
*** oanufriev has joined #openstack-meeting | 11:08 | |
*** paboldin has joined #openstack-meeting | 11:09 | |
*** spligak has quit IRC | 11:10 | |
*** Tobi2 has quit IRC | 11:12 | |
*** Fdot has joined #openstack-meeting | 11:13 | |
*** luqas has quit IRC | 11:16 | |
*** js1123 has joined #openstack-meeting | 11:16 | |
*** js1123 has quit IRC | 11:19 | |
*** paboldin has left #openstack-meeting | 11:22 | |
*** baoli has joined #openstack-meeting | 11:26 | |
*** andreaf has quit IRC | 11:27 | |
*** andreaf has joined #openstack-meeting | 11:28 | |
*** ramishra has joined #openstack-meeting | 11:29 | |
*** aysyd has joined #openstack-meeting | 11:29 | |
*** tdasilva has quit IRC | 11:31 | |
*** haomaiw__ has quit IRC | 11:31 | |
*** sgordon_ has joined #openstack-meeting | 11:32 | |
*** julim has joined #openstack-meeting | 11:44 | |
*** js1123 has joined #openstack-meeting | 11:45 | |
*** cbouch has joined #openstack-meeting | 11:46 | |
*** yamamoto has joined #openstack-meeting | 11:47 | |
*** marrusl has joined #openstack-meeting | 11:48 | |
*** hashar has joined #openstack-meeting | 11:49 | |
*** MaxV has joined #openstack-meeting | 11:50 | |
*** js1123 has quit IRC | 11:51 | |
*** yamamoto has quit IRC | 11:52 | |
*** js1123 has joined #openstack-meeting | 11:54 | |
*** _nadya_ has joined #openstack-meeting | 11:58 | |
*** ityaptin has quit IRC | 11:59 | |
*** haomaiwang has joined #openstack-meeting | 12:00 | |
*** yamamoto has joined #openstack-meeting | 12:09 | |
*** haomaiwang has quit IRC | 12:10 | |
*** haomaiwang has joined #openstack-meeting | 12:11 | |
*** js1123 has quit IRC | 12:14 | |
*** js1123 has joined #openstack-meeting | 12:15 | |
*** lpeer has quit IRC | 12:17 | |
*** moha_hunt has joined #openstack-meeting | 12:18 | |
*** aepifanov has quit IRC | 12:19 | |
*** aepifanov1 has joined #openstack-meeting | 12:19 | |
*** vhoward has joined #openstack-meeting | 12:20 | |
*** thingee has left #openstack-meeting | 12:21 | |
*** juzuluag has joined #openstack-meeting | 12:21 | |
*** xuhanp has quit IRC | 12:21 | |
*** js1123 has quit IRC | 12:21 | |
*** luqas has joined #openstack-meeting | 12:24 | |
*** aepifanov1 has quit IRC | 12:25 | |
*** moha_hunt has quit IRC | 12:26 | |
*** js1123 has joined #openstack-meeting | 12:27 | |
*** radez_g0n3 is now known as radez | 12:30 | |
*** SridharG has quit IRC | 12:30 | |
*** SridharG has joined #openstack-meeting | 12:32 | |
*** ityaptin has joined #openstack-meeting | 12:33 | |
*** andreaf_ has joined #openstack-meeting | 12:33 | |
*** andreaf has quit IRC | 12:36 | |
*** terriyu has joined #openstack-meeting | 12:37 | |
*** ramishra has quit IRC | 12:39 | |
*** ramishra_ has joined #openstack-meeting | 12:39 | |
*** IanGovett has quit IRC | 12:43 | |
*** jecarey has quit IRC | 12:48 | |
*** dims has quit IRC | 12:51 | |
*** ksamoray has joined #openstack-meeting | 12:52 | |
*** dims has joined #openstack-meeting | 12:52 | |
*** yamamoto has quit IRC | 12:53 | |
*** ksamoray has quit IRC | 12:53 | |
*** gokrokve has joined #openstack-meeting | 12:58 | |
*** js1123 has quit IRC | 12:59 | |
*** jhenner has quit IRC | 13:00 | |
*** jhenner has joined #openstack-meeting | 13:04 | |
*** rbowen has joined #openstack-meeting | 13:07 | |
*** gokrokve has quit IRC | 13:08 | |
*** dkranz has joined #openstack-meeting | 13:09 | |
*** jgallard has joined #openstack-meeting | 13:09 | |
*** imsurit has joined #openstack-meeting | 13:10 | |
*** jhenner has quit IRC | 13:13 | |
*** neelashah has joined #openstack-meeting | 13:13 | |
*** gholler has joined #openstack-meeting | 13:14 | |
*** ddieterly has joined #openstack-meeting | 13:14 | |
*** vkmc has joined #openstack-meeting | 13:15 | |
*** vkmc has quit IRC | 13:15 | |
*** vkmc has joined #openstack-meeting | 13:15 | |
*** dboik has joined #openstack-meeting | 13:15 | |
*** ddieterly has quit IRC | 13:17 | |
*** ddieterly has joined #openstack-meeting | 13:17 | |
*** bknudson has quit IRC | 13:18 | |
*** dane_leblanc has joined #openstack-meeting | 13:19 | |
*** aepifanov has joined #openstack-meeting | 13:21 | |
*** ddieterly has quit IRC | 13:22 | |
*** aepifanov1 has joined #openstack-meeting | 13:22 | |
*** yamahata has joined #openstack-meeting | 13:22 | |
*** aepifanov has quit IRC | 13:25 | |
*** dboik has quit IRC | 13:32 | |
*** radez is now known as radez_g0n3 | 13:34 | |
*** bknudson has joined #openstack-meeting | 13:36 | |
*** mtanino has joined #openstack-meeting | 13:38 | |
*** ksamoray has joined #openstack-meeting | 13:39 | |
*** afazekas_ has joined #openstack-meeting | 13:39 | |
*** ksamoray has quit IRC | 13:39 | |
*** mpaolino has quit IRC | 13:41 | |
*** bknudson has quit IRC | 13:42 | |
*** ddieterly has joined #openstack-meeting | 13:44 | |
*** ddieterly has quit IRC | 13:48 | |
*** balajiiyer has joined #openstack-meeting | 13:49 | |
*** bknudson has joined #openstack-meeting | 13:49 | |
*** balajiiyer has left #openstack-meeting | 13:49 | |
*** SridharG has quit IRC | 13:50 | |
*** thangp has joined #openstack-meeting | 13:50 | |
*** esker has joined #openstack-meeting | 13:50 | |
*** mattgriffin has joined #openstack-meeting | 13:52 | |
*** fnaval has joined #openstack-meeting | 13:52 | |
*** dboik has joined #openstack-meeting | 13:52 | |
*** Tross has quit IRC | 13:54 | |
*** jecarey has joined #openstack-meeting | 13:55 | |
*** haomai___ has joined #openstack-meeting | 13:56 | |
*** MeganR has joined #openstack-meeting | 13:56 | |
*** ildikov has quit IRC | 13:58 | |
*** haomaiwang has quit IRC | 13:59 | |
*** terriyu has quit IRC | 14:01 | |
*** jehb has joined #openstack-meeting | 14:03 | |
*** johnthetubaguy has quit IRC | 14:04 | |
*** marekd has quit IRC | 14:04 | |
*** bewiwi has quit IRC | 14:04 | |
*** peterstac has quit IRC | 14:04 | |
*** bewiwi has joined #openstack-meeting | 14:04 | |
*** peterstac has joined #openstack-meeting | 14:04 | |
*** johnthetubaguy has joined #openstack-meeting | 14:07 | |
*** ildikov has joined #openstack-meeting | 14:08 | |
*** tbarron has joined #openstack-meeting | 14:09 | |
*** marekd has joined #openstack-meeting | 14:09 | |
*** fnaval has quit IRC | 14:10 | |
*** ddieterly has joined #openstack-meeting | 14:11 | |
*** ramishra_ has quit IRC | 14:13 | |
*** radez_g0n3 is now known as radez | 14:18 | |
*** ebalduf has joined #openstack-meeting | 14:19 | |
*** tsg has joined #openstack-meeting | 14:22 | |
*** nosnos has quit IRC | 14:23 | |
*** nelsnelson has joined #openstack-meeting | 14:23 | |
*** nosnos has joined #openstack-meeting | 14:23 | |
*** SridharG has joined #openstack-meeting | 14:24 | |
*** andreaf_ has quit IRC | 14:25 | |
*** andreaf_ has joined #openstack-meeting | 14:26 | |
*** pnavarro has quit IRC | 14:27 | |
*** nosnos has quit IRC | 14:28 | |
*** jaypipes is now known as leakypipes | 14:30 | |
*** rakesh_hs2 has quit IRC | 14:30 | |
*** vhoward has left #openstack-meeting | 14:38 | |
*** mrmartin has joined #openstack-meeting | 14:39 | |
*** samcdona has joined #openstack-meeting | 14:42 | |
*** SridharRamaswamy has joined #openstack-meeting | 14:43 | |
*** niclem has joined #openstack-meeting | 14:44 | |
*** Riddhi has joined #openstack-meeting | 14:44 | |
*** phil__ has quit IRC | 14:46 | |
*** mrunge has quit IRC | 14:47 | |
*** MarkAtwood has joined #openstack-meeting | 14:47 | |
*** jergerber has joined #openstack-meeting | 14:47 | |
*** sarob has joined #openstack-meeting | 14:48 | |
*** sarob has quit IRC | 14:48 | |
*** sdake has joined #openstack-meeting | 14:48 | |
*** sdake has quit IRC | 14:48 | |
*** sdake has joined #openstack-meeting | 14:48 | |
*** sarob has joined #openstack-meeting | 14:48 | |
*** ihrachyshka has quit IRC | 14:49 | |
*** carl_baldwin has joined #openstack-meeting | 14:49 | |
*** reed has joined #openstack-meeting | 14:50 | |
*** markmcclain has joined #openstack-meeting | 14:50 | |
*** radez is now known as radez_g0n3 | 14:51 | |
*** tsekiyama has joined #openstack-meeting | 14:51 | |
*** fnaval has joined #openstack-meeting | 14:52 | |
*** aloga has quit IRC | 14:52 | |
*** thedodd has joined #openstack-meeting | 14:52 | |
*** ksamoray has joined #openstack-meeting | 14:53 | |
*** Guest39144 has quit IRC | 14:53 | |
*** jprovazn has quit IRC | 14:53 | |
*** sarob has quit IRC | 14:53 | |
*** rbak has quit IRC | 14:53 | |
*** rbak has joined #openstack-meeting | 14:53 | |
*** SridharRamaswamy has quit IRC | 14:55 | |
*** ksamoray has quit IRC | 14:56 | |
*** topol has joined #openstack-meeting | 14:56 | |
*** comstud is now known as bearhands | 14:57 | |
*** ptoohill_ has joined #openstack-meeting | 14:58 | |
*** haomai___ has quit IRC | 14:58 | |
*** haomaiwang has joined #openstack-meeting | 14:59 | |
*** Riddhi_ has joined #openstack-meeting | 15:00 | |
*** kebray has joined #openstack-meeting | 15:01 | |
*** Riddhi has quit IRC | 15:02 | |
*** dansmith is now known as superdan | 15:03 | |
*** changbl has quit IRC | 15:04 | |
*** cjellick has joined #openstack-meeting | 15:05 | |
*** jlibosva has quit IRC | 15:06 | |
*** cjellick has quit IRC | 15:06 | |
*** haomaiw__ has joined #openstack-meeting | 15:07 | |
*** cjellick has joined #openstack-meeting | 15:07 | |
*** fungi has quit IRC | 15:07 | |
*** eharney has quit IRC | 15:09 | |
*** joesavak has joined #openstack-meeting | 15:09 | |
*** mattgriffin has quit IRC | 15:09 | |
*** ptoohill_ has quit IRC | 15:10 | |
*** andreaf_ has quit IRC | 15:10 | |
*** haomaiwang has quit IRC | 15:10 | |
*** ptoohill_ has joined #openstack-meeting | 15:11 | |
*** andreaf_ has joined #openstack-meeting | 15:11 | |
*** mattgriffin has joined #openstack-meeting | 15:12 | |
*** thedodd has quit IRC | 15:12 | |
*** niclem has quit IRC | 15:13 | |
*** jsavak has joined #openstack-meeting | 15:13 | |
*** niclem has joined #openstack-meeting | 15:14 | |
*** thedodd has joined #openstack-meeting | 15:14 | |
*** __TheDodd__ has joined #openstack-meeting | 15:15 | |
*** fayablazer has quit IRC | 15:16 | |
*** aarefiev has joined #openstack-meeting | 15:16 | |
*** dims is now known as dimsum_ | 15:16 | |
*** aepifanov1 has quit IRC | 15:16 | |
*** joesavak has quit IRC | 15:18 | |
*** david-lyle has joined #openstack-meeting | 15:18 | |
*** tsg has quit IRC | 15:18 | |
*** thedodd has quit IRC | 15:19 | |
*** ptoohill_ has quit IRC | 15:22 | |
*** vivek-ebay has joined #openstack-meeting | 15:23 | |
*** ildikov has quit IRC | 15:23 | |
*** marekd is now known as marekd|away | 15:23 | |
*** ndipanov has quit IRC | 15:23 | |
*** luis_fdez has quit IRC | 15:23 | |
*** kebray has quit IRC | 15:23 | |
*** ndipanov has joined #openstack-meeting | 15:24 | |
*** afazekas_ has quit IRC | 15:24 | |
*** ndipanov has quit IRC | 15:24 | |
*** pballand has quit IRC | 15:24 | |
*** ptoohill_ has joined #openstack-meeting | 15:25 | |
*** tsg has joined #openstack-meeting | 15:26 | |
*** bdpayne has joined #openstack-meeting | 15:27 | |
*** bdpayne has quit IRC | 15:27 | |
*** bdpayne has joined #openstack-meeting | 15:28 | |
*** shohel02_ has joined #openstack-meeting | 15:31 | |
*** peterstac has quit IRC | 15:31 | |
*** sdake has quit IRC | 15:31 | |
*** shohel02 has quit IRC | 15:31 | |
*** peterstac has joined #openstack-meeting | 15:31 | |
*** niaba is now known as nijaba | 15:32 | |
*** lsmola has quit IRC | 15:34 | |
*** hashar has quit IRC | 15:34 | |
*** changbl has joined #openstack-meeting | 15:35 | |
*** lsmola has joined #openstack-meeting | 15:35 | |
*** dsetia has joined #openstack-meeting | 15:35 | |
*** zz_jgrimm is now known as jgrimm | 15:38 | |
*** cjellick has quit IRC | 15:39 | |
*** pballand has joined #openstack-meeting | 15:39 | |
*** rfolco is now known as rfolco_away | 15:40 | |
*** markmcclain has quit IRC | 15:41 | |
*** dsetia has quit IRC | 15:41 | |
*** dsetia has joined #openstack-meeting | 15:42 | |
*** mberlin has quit IRC | 15:43 | |
*** jogo is now known as flashgordon | 15:45 | |
*** ogelbukh has quit IRC | 15:45 | |
*** ogelbukh has joined #openstack-meeting | 15:45 | |
*** jsavak has quit IRC | 15:47 | |
*** eglynn-office is now known as eglynn-officeafk | 15:47 | |
*** ihrachyshka has joined #openstack-meeting | 15:50 | |
*** jlanoux has quit IRC | 15:50 | |
*** doude has quit IRC | 15:51 | |
*** Mandell has quit IRC | 15:52 | |
*** enikanorov has joined #openstack-meeting | 15:55 | |
*** noslzzp has joined #openstack-meeting | 15:55 | |
*** ebalduf has quit IRC | 15:57 | |
*** rbak has quit IRC | 15:57 | |
*** pballand has quit IRC | 15:57 | |
*** mberlin has joined #openstack-meeting | 15:58 | |
*** ebalduf has joined #openstack-meeting | 15:58 | |
*** varora has quit IRC | 15:59 | |
*** sajeesh has joined #openstack-meeting | 15:59 | |
*** vivek-ebay has quit IRC | 15:59 | |
*** aleksandr_null has quit IRC | 15:59 | |
*** miqui has quit IRC | 15:59 | |
*** sc68cal_ has joined #openstack-meeting | 15:59 | |
*** sc68cal has quit IRC | 15:59 | |
*** sdad has quit IRC | 15:59 | |
*** tsg has quit IRC | 15:59 | |
*** miqui has joined #openstack-meeting | 15:59 | |
*** sc68cal_ is now known as sc68cal | 15:59 | |
*** vivek-ebay has joined #openstack-meeting | 16:00 | |
*** noelbk has joined #openstack-meeting | 16:00 | |
*** dkehn has quit IRC | 16:00 | |
*** Tross has joined #openstack-meeting | 16:01 | |
*** sbalukoff has quit IRC | 16:01 | |
*** sdague has joined #openstack-meeting | 16:01 | |
*** timfreund has quit IRC | 16:01 | |
*** dkehn has joined #openstack-meeting | 16:01 | |
*** vhoward has joined #openstack-meeting | 16:02 | |
*** rbak has joined #openstack-meeting | 16:02 | |
*** sbalukoff has joined #openstack-meeting | 16:02 | |
*** aleksandr_null has joined #openstack-meeting | 16:02 | |
*** nirupma has joined #openstack-meeting | 16:03 | |
*** timfreund has joined #openstack-meeting | 16:03 | |
*** varora has joined #openstack-meeting | 16:03 | |
*** rpodolyaka1 has joined #openstack-meeting | 16:03 | |
*** bnemec is now known as beekneemech | 16:06 | |
*** nirupma has quit IRC | 16:06 | |
*** nirupma has joined #openstack-meeting | 16:07 | |
*** jgallard has quit IRC | 16:11 | |
*** ygbo has quit IRC | 16:13 | |
*** pballand has joined #openstack-meeting | 16:14 | |
*** MarkAtwood has quit IRC | 16:15 | |
*** funzo_ has quit IRC | 16:18 | |
*** derekh has quit IRC | 16:19 | |
*** vijendar has quit IRC | 16:20 | |
*** Fdot has quit IRC | 16:20 | |
*** garyduan has quit IRC | 16:22 | |
sajeesh | Hi Nirupma | 16:23 |
*** ebalduf has quit IRC | 16:23 | |
*** ebalduf has joined #openstack-meeting | 16:24 | |
*** hemna__ is now known as hemna | 16:24 | |
*** tsg has joined #openstack-meeting | 16:27 | |
*** SridharG1 has left #openstack-meeting | 16:29 | |
*** vkmc has quit IRC | 16:29 | |
*** ebalduf has quit IRC | 16:29 | |
*** markwash__ has joined #openstack-meeting | 16:34 | |
*** noslzzp has quit IRC | 16:35 | |
*** mudassirlatif has joined #openstack-meeting | 16:36 | |
*** vhoward has left #openstack-meeting | 16:37 | |
*** oanufriev has left #openstack-meeting | 16:39 | |
*** vivek-ebay has quit IRC | 16:41 | |
*** funzo has joined #openstack-meeting | 16:42 | |
*** andreaf_ has quit IRC | 16:42 | |
*** andreaf_ has joined #openstack-meeting | 16:43 | |
*** MeganR has quit IRC | 16:43 | |
*** MeganR has joined #openstack-meeting | 16:44 | |
*** shohel02_ has quit IRC | 16:44 | |
*** markwash__ has quit IRC | 16:45 | |
*** leeantho has joined #openstack-meeting | 16:47 | |
*** tsg has quit IRC | 16:47 | |
*** ptoohill_ has quit IRC | 16:47 | |
*** vivek-ebay has joined #openstack-meeting | 16:47 | |
*** MeganR has quit IRC | 16:48 | |
*** tsg has joined #openstack-meeting | 16:48 | |
*** rpodolyaka1 has quit IRC | 16:49 | |
nirupma | hi sajeesh | 16:49 |
*** smazziotta has joined #openstack-meeting | 16:49 | |
*** ogelbukh has quit IRC | 16:51 | |
*** ogelbukh has joined #openstack-meeting | 16:52 | |
*** safchain has quit IRC | 16:52 | |
*** rwsu_ has quit IRC | 16:53 | |
*** thangp has quit IRC | 16:53 | |
*** vivek-ebay has quit IRC | 16:54 | |
*** ihrachyshka has quit IRC | 16:55 | |
*** rwsu has joined #openstack-meeting | 16:56 | |
*** jcoufal has quit IRC | 16:56 | |
*** SridharRamaswamy has joined #openstack-meeting | 16:57 | |
*** mattgriffin has quit IRC | 16:59 | |
*** netapp has quit IRC | 17:00 | |
*** tsg has quit IRC | 17:01 | |
*** Rajini_Ram has quit IRC | 17:01 | |
*** juzuluag has quit IRC | 17:01 | |
*** Rajini_Ram has joined #openstack-meeting | 17:01 | |
*** nsaje has joined #openstack-meeting | 17:02 | |
*** fungi has joined #openstack-meeting | 17:03 | |
*** markwash__ has joined #openstack-meeting | 17:03 | |
*** rmoe has quit IRC | 17:04 | |
*** Mandell has joined #openstack-meeting | 17:05 | |
*** _nadya_ has quit IRC | 17:05 | |
*** ptoohill_ has joined #openstack-meeting | 17:05 | |
*** MeganR has joined #openstack-meeting | 17:06 | |
*** zul has joined #openstack-meeting | 17:06 | |
*** mudassirlatif has quit IRC | 17:06 | |
*** s3wong has joined #openstack-meeting | 17:07 | |
*** otherwiseguy has joined #openstack-meeting | 17:07 | |
*** mudassirlatif has joined #openstack-meeting | 17:08 | |
*** cjellick has joined #openstack-meeting | 17:08 | |
*** cjellick has quit IRC | 17:09 | |
*** cjellick has joined #openstack-meeting | 17:09 | |
*** mattgriffin has joined #openstack-meeting | 17:10 | |
*** luqas has quit IRC | 17:12 | |
*** sarob has joined #openstack-meeting | 17:13 | |
*** MeganR has left #openstack-meeting | 17:15 | |
*** sarob has quit IRC | 17:15 | |
*** ksamoray has joined #openstack-meeting | 17:15 | |
*** sajeesh has quit IRC | 17:17 | |
*** nirupma has quit IRC | 17:21 | |
*** juzuluag has joined #openstack-meeting | 17:22 | |
*** Longgeek has quit IRC | 17:23 | |
*** neelashah has quit IRC | 17:23 | |
*** markstur_ has left #openstack-meeting | 17:33 | |
*** aepifanov has joined #openstack-meeting | 17:36 | |
*** ksamoray has quit IRC | 17:36 | |
*** nsaje has quit IRC | 17:37 | |
*** ksamoray has joined #openstack-meeting | 17:38 | |
*** nsaje has joined #openstack-meeting | 17:39 | |
*** __TheDodd__ has quit IRC | 17:41 | |
*** vivek-ebay has joined #openstack-meeting | 17:42 | |
*** sarob has joined #openstack-meeting | 17:42 | |
*** johnthetubaguy is now known as zz_johnthetubagu | 17:45 | |
*** rob has joined #openstack-meeting | 17:46 | |
*** rob is now known as Guest38236 | 17:46 | |
*** sarob has quit IRC | 17:47 | |
*** ebalduf has joined #openstack-meeting | 17:47 | |
*** alexpilotti has quit IRC | 17:49 | |
*** alexpilotti has joined #openstack-meeting | 17:50 | |
*** ebalduf has quit IRC | 17:51 | |
*** alexpilotti has quit IRC | 17:51 | |
*** andreykurilin_ has joined #openstack-meeting | 17:51 | |
*** ebalduf has joined #openstack-meeting | 17:51 | |
*** alexpilotti has joined #openstack-meeting | 17:52 | |
*** tsg has joined #openstack-meeting | 17:53 | |
*** rmoe has joined #openstack-meeting | 17:53 | |
*** alexpilotti has quit IRC | 17:53 | |
*** niclem has quit IRC | 17:53 | |
*** rfolco_away is now known as rfolco | 17:55 | |
*** harlowja_away is now known as harlowja | 17:55 | |
*** alexpilotti has joined #openstack-meeting | 17:55 | |
*** harlowja is now known as harlowja_away | 17:56 | |
*** ebalduf has quit IRC | 17:56 | |
*** alexpilotti has quit IRC | 17:56 | |
*** ksamoray has quit IRC | 17:57 | |
*** alexpilotti has joined #openstack-meeting | 17:58 | |
*** harlowja_away is now known as harlowja | 17:58 | |
*** Mandell has quit IRC | 17:58 | |
*** Guest38236 is now known as zehicle_ | 17:58 | |
*** alexpilotti has quit IRC | 17:59 | |
*** balajiiyer has joined #openstack-meeting | 17:59 | |
*** alexpilotti has joined #openstack-meeting | 18:00 | |
*** SridharRamaswamy has quit IRC | 18:01 | |
*** SridharRamaswam1 has joined #openstack-meeting | 18:01 | |
*** alexpilotti has quit IRC | 18:01 | |
*** sarob has joined #openstack-meeting | 18:01 | |
*** alexpilotti has joined #openstack-meeting | 18:02 | |
*** spzala has joined #openstack-meeting | 18:03 | |
*** alexpilotti has quit IRC | 18:03 | |
*** Mandell has joined #openstack-meeting | 18:04 | |
*** SridharRamaswam1 has quit IRC | 18:05 | |
*** vkmc has joined #openstack-meeting | 18:05 | |
*** Mandell has quit IRC | 18:06 | |
*** Mandell has joined #openstack-meeting | 18:07 | |
*** Mandell has quit IRC | 18:07 | |
*** Mandell has joined #openstack-meeting | 18:09 | |
*** 14WAADG9C has quit IRC | 18:10 | |
*** 7GHAAEFQK has quit IRC | 18:10 | |
*** noslzzp has joined #openstack-meeting | 18:12 | |
*** Murali_ has joined #openstack-meeting | 18:14 | |
*** ivar-lazzaro has joined #openstack-meeting | 18:16 | |
*** ivar-lazzaro has quit IRC | 18:17 | |
*** ivar-lazzaro has joined #openstack-meeting | 18:18 | |
*** thedodd has joined #openstack-meeting | 18:20 | |
*** markmcclain has joined #openstack-meeting | 18:22 | |
*** otherwiseguy has quit IRC | 18:24 | |
*** ebalduf has joined #openstack-meeting | 18:25 | |
*** mitz_ has quit IRC | 18:28 | |
*** marcoemorais has joined #openstack-meeting | 18:32 | |
*** yamahata has quit IRC | 18:32 | |
*** _nadya_ has joined #openstack-meeting | 18:32 | |
*** _nadya_ has quit IRC | 18:33 | |
*** s3wong has quit IRC | 18:35 | |
*** VijayB has joined #openstack-meeting | 18:41 | |
*** pelix has quit IRC | 18:42 | |
*** e0ne has quit IRC | 18:44 | |
*** andreykurilin_ has quit IRC | 18:46 | |
*** _nadya_ has joined #openstack-meeting | 18:47 | |
*** moha_hunt has joined #openstack-meeting | 18:48 | |
*** DaveJ__ has quit IRC | 18:54 | |
*** ajo_ has joined #openstack-meeting | 18:58 | |
*** ignacio-scopett1 has quit IRC | 18:58 | |
*** sarob has quit IRC | 18:59 | |
*** ignacio-scopetta has joined #openstack-meeting | 18:59 | |
*** sarob has joined #openstack-meeting | 19:00 | |
*** shohel02 has joined #openstack-meeting | 19:01 | |
*** sarob_ has joined #openstack-meeting | 19:03 | |
*** sarob has quit IRC | 19:04 | |
*** VijayB has quit IRC | 19:04 | |
*** novas0x2a|laptop has joined #openstack-meeting | 19:05 | |
*** niclem has joined #openstack-meeting | 19:05 | |
*** shohel02_ has joined #openstack-meeting | 19:05 | |
*** shohel02 has quit IRC | 19:06 | |
*** vivek-ebay has quit IRC | 19:07 | |
*** sarob_ has quit IRC | 19:07 | |
*** vivek-ebay has joined #openstack-meeting | 19:07 | |
*** sarob has joined #openstack-meeting | 19:08 | |
*** ksamoray has joined #openstack-meeting | 19:09 | |
*** jecarey has quit IRC | 19:10 | |
*** ksamoray has quit IRC | 19:12 | |
*** vivek-ebay has quit IRC | 19:12 | |
*** vivek-ebay has joined #openstack-meeting | 19:12 | |
*** sarob has quit IRC | 19:12 | |
*** sarob has joined #openstack-meeting | 19:13 | |
*** hashar has joined #openstack-meeting | 19:14 | |
*** ksamoray has joined #openstack-meeting | 19:15 | |
*** MaxV has quit IRC | 19:16 | |
*** vkmc has quit IRC | 19:19 | |
*** Murali_ has quit IRC | 19:20 | |
*** pnavarro has joined #openstack-meeting | 19:25 | |
*** s3wong has joined #openstack-meeting | 19:26 | |
*** padkrish has joined #openstack-meeting | 19:26 | |
*** spzala has quit IRC | 19:26 | |
*** balajiiyer has quit IRC | 19:27 | |
*** markwash__ has quit IRC | 19:28 | |
*** mrmartin has quit IRC | 19:28 | |
*** ajo_ has quit IRC | 19:30 | |
*** carl_baldwin has quit IRC | 19:32 | |
*** Tross has quit IRC | 19:34 | |
*** ajo_ has joined #openstack-meeting | 19:35 | |
*** markstur has joined #openstack-meeting | 19:35 | |
*** tsg has quit IRC | 19:36 | |
*** VijayB has joined #openstack-meeting | 19:37 | |
*** ebalduf_ has joined #openstack-meeting | 19:41 | |
*** VijayB has quit IRC | 19:41 | |
*** carl_baldwin has joined #openstack-meeting | 19:43 | |
*** VijayB has joined #openstack-meeting | 19:44 | |
*** ebalduf has quit IRC | 19:45 | |
*** marun_ has joined #openstack-meeting | 19:45 | |
*** killer_prince has quit IRC | 19:49 | |
*** balajiiyer has joined #openstack-meeting | 19:51 | |
*** killer_prince has joined #openstack-meeting | 19:51 | |
*** killer_prince is now known as lazy_prince | 19:51 | |
*** Tobi1 has joined #openstack-meeting | 19:51 | |
*** Tobi1 has quit IRC | 19:51 | |
*** Tobi1 has joined #openstack-meeting | 19:51 | |
*** mudassirlatif has quit IRC | 19:53 | |
*** vivek-ebay has quit IRC | 19:54 | |
*** wwallnrr__ has joined #openstack-meeting | 19:54 | |
*** shohel02_ has quit IRC | 19:54 | |
*** ksamoray has quit IRC | 19:54 | |
*** mudassirlatif has joined #openstack-meeting | 19:55 | |
*** Tobi1 has quit IRC | 19:56 | |
*** andreykurilin_ has joined #openstack-meeting | 20:01 | |
*** marcoemorais has quit IRC | 20:01 | |
*** marcoemorais has joined #openstack-meeting | 20:01 | |
*** aysyd has quit IRC | 20:03 | |
*** pballand has quit IRC | 20:04 | |
*** esker has quit IRC | 20:04 | |
*** thangp has joined #openstack-meeting | 20:05 | |
*** ajo_ has quit IRC | 20:06 | |
*** e0ne has joined #openstack-meeting | 20:09 | |
*** balajiiyer has quit IRC | 20:09 | |
*** sarob has quit IRC | 20:12 | |
*** sarob has joined #openstack-meeting | 20:13 | |
*** vivek-ebay has joined #openstack-meeting | 20:15 | |
*** noslzzp has quit IRC | 20:15 | |
*** timrc is now known as timrc-afk | 20:15 | |
*** marcoemorais has quit IRC | 20:16 | |
*** sarob has quit IRC | 20:17 | |
*** nikhil_k is now known as nikhil_k-tired-n | 20:18 | |
*** nikhil_k-tired-n is now known as nikhil_k-afk | 20:18 | |
*** nikhil_k-afk is now known as nikhil_k|afk | 20:18 | |
*** rbowen has quit IRC | 20:21 | |
*** andreaf_ has quit IRC | 20:22 | |
*** e0ne has quit IRC | 20:22 | |
*** marcoemorais has joined #openstack-meeting | 20:23 | |
*** shohel02 has joined #openstack-meeting | 20:25 | |
*** raildo has quit IRC | 20:25 | |
*** davidhadas__ has joined #openstack-meeting | 20:26 | |
*** e0ne has joined #openstack-meeting | 20:26 | |
*** shohel02 has quit IRC | 20:26 | |
*** shohel02 has joined #openstack-meeting | 20:27 | |
*** shohel02 has quit IRC | 20:28 | |
*** e0ne has quit IRC | 20:28 | |
*** davidhadas_ has quit IRC | 20:29 | |
*** shohel02 has joined #openstack-meeting | 20:29 | |
*** jehb has quit IRC | 20:30 | |
*** _nadya_ has quit IRC | 20:31 | |
*** jorge_munoz has quit IRC | 20:31 | |
*** dkranz has quit IRC | 20:32 | |
*** shohel02 has quit IRC | 20:33 | |
*** VijayB has quit IRC | 20:34 | |
*** markwash__ has joined #openstack-meeting | 20:38 | |
*** pnavarro has quit IRC | 20:39 | |
*** markwash__ has quit IRC | 20:40 | |
*** markwash__ has joined #openstack-meeting | 20:40 | |
*** noslzzp has joined #openstack-meeting | 20:40 | |
*** shashankhegde has joined #openstack-meeting | 20:41 | |
*** cbouch has quit IRC | 20:42 | |
*** kebray has joined #openstack-meeting | 20:43 | |
*** sarob has joined #openstack-meeting | 20:43 | |
*** noslzzp has quit IRC | 20:45 | |
*** gholler has quit IRC | 20:45 | |
*** vivek-ebay has quit IRC | 20:45 | |
*** vivek-ebay has joined #openstack-meeting | 20:46 | |
*** rfolco has quit IRC | 20:46 | |
*** noslzzp has joined #openstack-meeting | 20:46 | |
*** jtomasek has quit IRC | 20:46 | |
*** sarob has quit IRC | 20:48 | |
*** bdpayne has quit IRC | 20:48 | |
*** Riddhi_ has quit IRC | 20:48 | |
*** VijayB_ has joined #openstack-meeting | 20:50 | |
*** bdpayne has joined #openstack-meeting | 20:51 | |
*** bdpayne_ has joined #openstack-meeting | 20:53 | |
*** jtomasek has joined #openstack-meeting | 20:53 | |
*** tbarron has quit IRC | 20:54 | |
*** bdpayne has quit IRC | 20:56 | |
*** ajo_ has joined #openstack-meeting | 20:56 | |
*** jgrimm is now known as zz_jgrimm | 20:57 | |
*** kebray has quit IRC | 21:03 | |
*** bdpayne has joined #openstack-meeting | 21:06 | |
*** bdpayne has quit IRC | 21:06 | |
*** bdpayne_ has quit IRC | 21:06 | |
*** kebray has joined #openstack-meeting | 21:07 | |
*** ajo_ has quit IRC | 21:08 | |
*** ajo_ has joined #openstack-meeting | 21:08 | |
*** hashar has quit IRC | 21:09 | |
*** topol has quit IRC | 21:10 | |
*** ptoohill_ has quit IRC | 21:11 | |
*** jtomasek has quit IRC | 21:11 | |
*** thangp has quit IRC | 21:12 | |
*** marun_ has quit IRC | 21:12 | |
*** sarob has joined #openstack-meeting | 21:13 | |
*** kebray has quit IRC | 21:14 | |
*** ajo_ has quit IRC | 21:15 | |
*** vijendar has joined #openstack-meeting | 21:17 | |
*** sarob has quit IRC | 21:18 | |
*** vijendar has quit IRC | 21:18 | |
*** vijendar has joined #openstack-meeting | 21:18 | |
*** noslzzp has quit IRC | 21:19 | |
*** padkrish has quit IRC | 21:19 | |
*** kebray has joined #openstack-meeting | 21:19 | |
*** masayukig has quit IRC | 21:19 | |
*** persia_ has joined #openstack-meeting | 21:20 | |
*** persia_ has quit IRC | 21:20 | |
*** persia_ has joined #openstack-meeting | 21:20 | |
*** persia has quit IRC | 21:21 | |
*** imsurit has quit IRC | 21:21 | |
*** vivek-ebay has quit IRC | 21:21 | |
*** masayukig has joined #openstack-meeting | 21:21 | |
*** markmcclain has quit IRC | 21:22 | |
*** marcoemorais has quit IRC | 21:23 | |
*** dboik has quit IRC | 21:23 | |
*** marcoemorais has joined #openstack-meeting | 21:24 | |
*** shashankhegde has quit IRC | 21:26 | |
*** fifieldt_ has joined #openstack-meeting | 21:27 | |
*** carl_baldwin has quit IRC | 21:27 | |
*** pballand has joined #openstack-meeting | 21:28 | |
*** nellysmitt has quit IRC | 21:28 | |
*** shohel02 has joined #openstack-meeting | 21:29 | |
*** nellysmitt has joined #openstack-meeting | 21:29 | |
*** marcoemorais has quit IRC | 21:29 | |
*** marcoemorais has joined #openstack-meeting | 21:29 | |
*** fifieldt has quit IRC | 21:30 | |
*** shohel02 has quit IRC | 21:33 | |
*** nellysmitt has quit IRC | 21:33 | |
*** Riddhi has joined #openstack-meeting | 21:34 | |
*** s3wong has quit IRC | 21:36 | |
*** comay has joined #openstack-meeting | 21:37 | |
*** safchain has joined #openstack-meeting | 21:37 | |
*** safchain has left #openstack-meeting | 21:38 | |
*** padkrish has joined #openstack-meeting | 21:39 | |
*** achanda has joined #openstack-meeting | 21:39 | |
*** marcoemorais has quit IRC | 21:40 | |
*** thedodd has quit IRC | 21:40 | |
*** VijayB_ has quit IRC | 21:41 | |
*** SridharRamaswamy has joined #openstack-meeting | 21:44 | |
*** VijayB has joined #openstack-meeting | 21:45 | |
*** marcoemorais has joined #openstack-meeting | 21:48 | |
*** ebalduf_ has quit IRC | 21:49 | |
*** ayoung has quit IRC | 21:51 | |
*** esheffield has quit IRC | 21:54 | |
*** nellysmitt has joined #openstack-meeting | 21:55 | |
*** nellysmitt has quit IRC | 21:55 | |
*** AaronGr has quit IRC | 22:01 | |
*** dims_ has joined #openstack-meeting | 22:03 | |
*** marcoemorais has quit IRC | 22:03 | |
*** marcoemorais has joined #openstack-meeting | 22:04 | |
*** AaronGr has joined #openstack-meeting | 22:04 | |
*** otter768 has joined #openstack-meeting | 22:05 | |
*** dims__ has joined #openstack-meeting | 22:05 | |
*** dimsum_ has quit IRC | 22:06 | |
*** marcoemorais has quit IRC | 22:06 | |
*** marcoemorais has joined #openstack-meeting | 22:07 | |
*** marcoemorais1 has joined #openstack-meeting | 22:07 | |
*** dims_ has quit IRC | 22:08 | |
*** marcoemorais1 has quit IRC | 22:08 | |
*** david-lyle has quit IRC | 22:08 | |
*** marcoemorais1 has joined #openstack-meeting | 22:08 | |
*** marcoemorais1 has quit IRC | 22:08 | |
*** marcoemorais1 has joined #openstack-meeting | 22:09 | |
*** kebray has quit IRC | 22:10 | |
*** novas0x2a|laptop has quit IRC | 22:11 | |
*** marcoemorais has quit IRC | 22:11 | |
*** andreykurilin_ has quit IRC | 22:13 | |
*** novas0x2a|laptop has joined #openstack-meeting | 22:14 | |
*** rwsu has quit IRC | 22:14 | |
*** VijayB has quit IRC | 22:15 | |
*** david-lyle has joined #openstack-meeting | 22:17 | |
*** pballand has quit IRC | 22:21 | |
*** VijayB_ has joined #openstack-meeting | 22:21 | |
*** amcrn has joined #openstack-meeting | 22:22 | |
*** marcusvrn_ has quit IRC | 22:22 | |
*** SridharG has quit IRC | 22:23 | |
*** markwash__ has quit IRC | 22:24 | |
*** markwash__ has joined #openstack-meeting | 22:25 | |
*** Riddhi has quit IRC | 22:27 | |
*** kebray has joined #openstack-meeting | 22:27 | |
*** mrodden has quit IRC | 22:27 | |
*** ildikov has joined #openstack-meeting | 22:27 | |
*** shohel02 has joined #openstack-meeting | 22:27 | |
*** gyee has joined #openstack-meeting | 22:29 | |
*** marcoemorais1 has quit IRC | 22:31 | |
*** VijayB_ has quit IRC | 22:31 | |
*** shohel02 has quit IRC | 22:32 | |
*** mrodden has joined #openstack-meeting | 22:33 | |
*** juzuluag has quit IRC | 22:33 | |
*** VijayB_ has joined #openstack-meeting | 22:33 | |
*** bill_az has joined #openstack-meeting | 22:34 | |
*** markwas__ has joined #openstack-meeting | 22:34 | |
*** marrusl has quit IRC | 22:35 | |
*** novas0x2a|laptop has quit IRC | 22:36 | |
*** bknudson has quit IRC | 22:37 | |
*** markwash__ has quit IRC | 22:38 | |
*** zehicle_ has quit IRC | 22:43 | |
*** mberlin has quit IRC | 22:43 | |
*** jrist has quit IRC | 22:43 | |
*** arunkant has quit IRC | 22:43 | |
*** juice has quit IRC | 22:43 | |
*** davidlenwell has quit IRC | 22:43 | |
*** arunkant has joined #openstack-meeting | 22:44 | |
*** zehicle_ has joined #openstack-meeting | 22:44 | |
*** VijayB_ has quit IRC | 22:44 | |
*** jrist has joined #openstack-meeting | 22:44 | |
*** davidlenwell has joined #openstack-meeting | 22:44 | |
*** mberlin has joined #openstack-meeting | 22:45 | |
*** marcoemorais has joined #openstack-meeting | 22:45 | |
*** mrodden has quit IRC | 22:48 | |
*** juice has joined #openstack-meeting | 22:48 | |
*** mattgriffin has quit IRC | 22:51 | |
*** VijayB_ has joined #openstack-meeting | 22:52 | |
*** padkrish has quit IRC | 22:53 | |
*** mrodden has joined #openstack-meeting | 22:55 | |
*** novas0x2a|laptop has joined #openstack-meeting | 22:56 | |
*** otter768 has quit IRC | 22:57 | |
*** otter768 has joined #openstack-meeting | 22:59 | |
*** harlowja is now known as harlowja_away | 23:00 | |
*** davidlenwell is now known as david_lenwell | 23:03 | |
*** david_lenwell is now known as davidlenwell | 23:03 | |
*** marcoemorais has quit IRC | 23:04 | |
*** esker has joined #openstack-meeting | 23:05 | |
*** SridharRamaswamy has quit IRC | 23:05 | |
*** bitblt has joined #openstack-meeting | 23:07 | |
*** esker has quit IRC | 23:10 | |
*** joesavak has joined #openstack-meeting | 23:10 | |
*** SridharRamaswamy has joined #openstack-meeting | 23:11 | |
*** ddieterly has quit IRC | 23:11 | |
*** jergerber has quit IRC | 23:13 | |
*** VijayB_ has quit IRC | 23:13 | |
*** jsavak has joined #openstack-meeting | 23:15 | |
*** alex_xu has joined #openstack-meeting | 23:17 | |
*** garyduan has joined #openstack-meeting | 23:18 | |
*** joesavak has quit IRC | 23:19 | |
*** vivek-ebay has joined #openstack-meeting | 23:19 | |
*** kebray has quit IRC | 23:20 | |
*** VijayB has joined #openstack-meeting | 23:21 | |
*** padkrish has joined #openstack-meeting | 23:24 | |
*** harlowja_away is now known as harlowja | 23:24 | |
*** rmoe has quit IRC | 23:25 | |
*** jsavak has quit IRC | 23:25 | |
*** rmoe has joined #openstack-meeting | 23:27 | |
*** shohel02 has joined #openstack-meeting | 23:27 | |
*** shohel02_ has joined #openstack-meeting | 23:29 | |
*** shohel02 has quit IRC | 23:31 | |
*** _nadya_ has joined #openstack-meeting | 23:32 | |
*** padkrish has quit IRC | 23:33 | |
*** js1123 has joined #openstack-meeting | 23:33 | |
*** shohel02_ has quit IRC | 23:34 | |
*** david-lyle has quit IRC | 23:34 | |
*** _nadya_ has quit IRC | 23:36 | |
*** ebalduf has joined #openstack-meeting | 23:38 | |
*** hemna is now known as hemna__ | 23:38 | |
*** nelsnelson has quit IRC | 23:38 | |
*** otherwiseguy has joined #openstack-meeting | 23:41 | |
*** ebalduf has quit IRC | 23:42 | |
*** david-lyle has joined #openstack-meeting | 23:44 | |
*** markwas__ has quit IRC | 23:44 | |
*** markwash__ has joined #openstack-meeting | 23:44 | |
*** kmartin has quit IRC | 23:46 | |
*** martines_ has quit IRC | 23:47 | |
*** VijayB has quit IRC | 23:48 | |
*** david-lyle has quit IRC | 23:49 | |
*** aepifanov has quit IRC | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!