| *** mattgriffin has quit IRC | 00:00 | |
| *** nellysmitt has quit IRC | 00:00 | |
| *** zz_avozza is now known as avozza | 00:02 | |
| *** claudiub has joined #openstack-meeting | 00:03 | |
| cyeoh | hi - anyone around for a nova api meeting? | 00:03 |
|---|---|---|
| *** eghobo has quit IRC | 00:06 | |
| *** MIDENN_ has quit IRC | 00:06 | |
| claudiub | o/ | 00:08 |
| *** reed has quit IRC | 00:08 | |
| *** pjnaik1990 has quit IRC | 00:09 | |
| *** IlyaE has quit IRC | 00:09 | |
| cyeoh | claudiub: not sure we have enough people today - we haven't had a meeting for a while and I forgot to send out a reminder email | 00:12 |
| cyeoh | claudiub: but if you had any specfic questions I'm happy to answer them | 00:12 |
| *** andreykurilin_ has joined #openstack-meeting | 00:12 | |
| *** varora- has joined #openstack-meeting | 00:13 | |
| *** lukasa_home has joined #openstack-meeting | 00:13 | |
| claudiub | cyeoh: well, it is a little late for my blueprint, because of the freeze, but I do have a question | 00:14 |
| claudiub | cyeoh: so, maybe you still remember the nova-api change for keypair types, the question I had was if the keypair type should have been returned by contrib/keypairs.py | 00:15 |
| cyeoh | claudiub: hrm vaguely - let me just have a quick look at the code | 00:16 |
| claudiub | cyeoh: in plugins/v3/keypairs.py was simple, since there was the microversioning mechanism... but I couldn't apply the same thing on contrib | 00:16 |
| claudiub | cyeoh: https://review.openstack.org/#/c/140313/ | 00:17 |
| *** banix has quit IRC | 00:17 | |
| cyeoh | so its one of those things that since we always have returned the keypair type, we need to continue to do so for v2 | 00:19 |
| *** tomoe_ has joined #openstack-meeting | 00:19 | |
| cyeoh | claudiub: just in case someone out there is reliant on it (whether or not they should be) | 00:19 |
| claudiub | cyeoh: that's the thing, it didn't exist until 1 commit before the linked review | 00:20 |
| claudiub | cyeoh: so, the keypair type is created on the previous commit, it didn't exist until then | 00:21 |
| claudiub | since there were only ssh keys | 00:21 |
| *** adahms has joined #openstack-meeting | 00:21 | |
| *** annegent_ has joined #openstack-meeting | 00:22 | |
| *** Mandell has quit IRC | 00:22 | |
| claudiub | it's fresh out of the oven, to say so. :) | 00:22 |
| cyeoh | claudiub: heh. so you think now that it should not have been added in the first place? | 00:22 |
| *** pnavarro has quit IRC | 00:23 | |
| claudiub | the keypair type? it is needed, if we want to have ssh keys and x509 keys :) | 00:23 |
| claudiub | so, of course, users can request either ssh or x509 keys, and also see their type | 00:24 |
| *** IlyaE has joined #openstack-meeting | 00:24 | |
| cyeoh | oh this just an additional field isn't it? eg it is a backwards compatible change? | 00:24 |
| *** annegent_ has quit IRC | 00:24 | |
| cyeoh | or I think I"m misunderstanding what the problem is? | 00:25 |
| claudiub | the field was added to the keypair object and db, yes.. I don't know if it's a back compatible change or not. But the keypair object version was bumped from 1.1 to 1.2, then I assume yes? | 00:25 |
| *** theanalyst has quit IRC | 00:26 | |
| *** paragan has joined #openstack-meeting | 00:26 | |
| *** paragan has joined #openstack-meeting | 00:26 | |
| *** Sukhdev has joined #openstack-meeting | 00:26 | |
| claudiub | the question is: should the keypair type field be returned in contrib/keypairs.py | 00:26 |
| claudiub | you know, when you execute nova keypair-show key | 00:26 |
| *** Mandell has joined #openstack-meeting | 00:26 | |
| claudiub | and also, v2.1? | 00:26 |
| *** mattgriffin has joined #openstack-meeting | 00:27 | |
| cyeoh | so its something you want right? What should have happened is when the field was added a dummy extension - say os-keypairs-type | 00:28 |
| *** mattgriffin has quit IRC | 00:28 | |
| cyeoh | should have also been added so those using v2 know if they can expect it to be present (eg if the new extension is present then it will be) | 00:28 |
| *** theanalyst has joined #openstack-meeting | 00:29 | |
| cyeoh | and then in the v2 keypairs code if the extension is loaded send the keypair type otherwise don't | 00:29 |
| cyeoh | how long has it been like that? If not too long can retro it in | 00:30 |
| *** markvoelker has quit IRC | 00:30 | |
| claudiub | well, I have been waiting for answers for more than a week.. I've also asked on ML 2x | 00:30 |
| *** mattgriffin has joined #openstack-meeting | 00:30 | |
| *** markvoelker has joined #openstack-meeting | 00:31 | |
| *** dims__ has quit IRC | 00:31 | |
| claudiub | and so, I couldn't get this in by FF. | 00:31 |
| cyeoh | so I'm assuming the original work had a nova spec approved? | 00:32 |
| cyeoh | and mentioned the API change? | 00:32 |
| claudiub | cyeoh: yeah, I think the spec was done in juno | 00:33 |
| claudiub | api change was necessary, ofc | 00:33 |
| cyeoh | am just having a quick look at the spec | 00:33 |
| cyeoh | ok, so to fix the v2 part (being dependent on the dummy extension being present) you can put it through as a bug fix. doesn't need spec | 00:35 |
| *** pballand has quit IRC | 00:35 | |
| *** markvoelker has quit IRC | 00:35 | |
| *** rfolco has joined #openstack-meeting | 00:35 | |
| *** esheffield has quit IRC | 00:36 | |
| *** camunoz has joined #openstack-meeting | 00:37 | |
| claudiub | cyeoh: aham. do you have a quick link / reference to those dummy extensions? | 00:37 |
| *** mattgriffin has quit IRC | 00:38 | |
| cyeoh | sure let me find an example | 00:38 |
| *** achanda has quit IRC | 00:39 | |
| cyeoh | ok if you look st contrib/services.py | 00:40 |
| cyeoh | and contrib/extended_services.py | 00:41 |
| *** carl_baldwin has quit IRC | 00:41 | |
| cyeoh | in services.py there is a test to see if os-extended-services is loaded or not | 00:41 |
| *** prad has joined #openstack-meeting | 00:42 | |
| claudiub | oooh, awesome | 00:42 |
| claudiub | that's cool, didn't know that | 00:43 |
| claudiub | so, by adding an extended_keypairs.py, I can then check if it exists.. and then return keypair type or not | 00:43 |
| claudiub | then, could I also accept keypair type at keypair-create? if extended_keypairs.py is loaded? | 00:44 |
| *** ddieterly has joined #openstack-meeting | 00:44 | |
| cyeoh | claudiub: yep, this is only for v2 though. | 00:44 |
| cyeoh | poor man's versioning | 00:44 |
| claudiub | cyeoh: ooh, nice... thanks for the info! :D | 00:45 |
| *** ignacio-scopett1 has joined #openstack-meeting | 00:45 | |
| cyeoh | np! | 00:45 |
| claudiub | cyeoh: so, one small question remains... v2.1 won't accept and won't return keypair type, right? | 00:45 |
| claudiub | cyeoh: anyways, thanks for the info, it's been very useful. :D And I just accidentally got on irc. :)) | 00:46 |
| cyeoh | no, v2.1 will have to because it has act as if it is v2 | 00:46 |
| claudiub | oh... then what is the point of v2.2? | 00:47 |
| cyeoh | so v2.1 can just act as if the extension is loaded | 00:47 |
| *** ignacio-scopetta has quit IRC | 00:47 | |
| cyeoh | so v2.2 if you need to make further api changes | 00:47 |
| cyeoh | so the api change has already merged you were saying? | 00:48 |
| cyeoh | and then you have additional ones in 140313? | 00:48 |
| claudiub | no, it hasn't | 00:48 |
| cyeoh | ah ok, I thought you were saying that it already had merged. | 00:49 |
| claudiub | it's still in reviewing process... currently frozen because of FF... but I'd like to try applying for a FFE | 00:49 |
| cyeoh | so we have two scenarios: | 00:49 |
| cyeoh | - merge before microversions | 00:49 |
| *** ignacio-scopett1 has quit IRC | 00:49 | |
| cyeoh | in which case you'd do what I suggested | 00:50 |
| cyeoh | or merge after microversions is active: | 00:50 |
| cyeoh | (and v2.1 is released) | 00:50 |
| *** alop has quit IRC | 00:50 | |
| claudiub | ah, i see now what you mean. | 00:50 |
| *** esker has joined #openstack-meeting | 00:50 | |
| cyeoh | then the change only gets applied to the v3 directory as v2 will never support it and we only get it from v2.2 (if its the first) onwards | 00:50 |
| claudiub | well, I could say that the microversioning mechanism works nicely, as you can see from the unit / functional tests I have in the commit. :D | 00:51 |
| claudiub | I got it now... | 00:51 |
| *** marun has quit IRC | 00:51 | |
| claudiub | and when will the microversions merge? | 00:51 |
| *** zhhuabj has joined #openstack-meeting | 00:52 | |
| *** ignacio-scopetta has joined #openstack-meeting | 00:52 | |
| cyeoh | claudiub: I'm hoping for 1-2 weeks | 00:52 |
| claudiub | so I can know which scenario to implement | 00:52 |
| *** andreaf has quit IRC | 00:52 | |
| *** andreaf has joined #openstack-meeting | 00:53 | |
| cyeoh | yea I know its annoying, but its the highest priority for me, I just can't guarantee when it will actually merge | 00:53 |
| claudiub | cyeoh: I think the microversioning will happen before I can do anything else | 00:54 |
| claudiub | cyeoh: since I'll have to get a FFE on it first.. | 00:54 |
| *** lukasa_home has quit IRC | 00:54 | |
| *** edleafe has quit IRC | 00:54 | |
| cyeoh | claudiub: so IIRC its either your patch or one other which is the candidate for the first microversion change | 00:55 |
| claudiub | cyeoh: yeah, i saw. :) | 00:55 |
| *** edleafe has joined #openstack-meeting | 00:56 | |
| claudiub | so, thank you for the info, help and time. :D it's been very helpful. :) sorry I took so much of your time. :) | 00:56 |
| cyeoh | np - happy to help :-) | 00:57 |
| *** kebray has quit IRC | 00:57 | |
| claudiub | cyeoh: i'll let you know if I get a FFE, i might have a slight chance now. :D | 00:57 |
| *** salv-orl_ has joined #openstack-meeting | 00:58 | |
| cyeoh | excellent! | 00:58 |
| *** zehicle has joined #openstack-meeting | 00:59 | |
| *** markvoelker has joined #openstack-meeting | 01:01 | |
| *** salv-orlando has quit IRC | 01:01 | |
| *** egallen has quit IRC | 01:01 | |
| *** salv-orl_ has quit IRC | 01:02 | |
| *** rfolco has quit IRC | 01:03 | |
| *** zul has quit IRC | 01:03 | |
| *** aimon has quit IRC | 01:03 | |
| *** topol has joined #openstack-meeting | 01:04 | |
| *** dims__ has joined #openstack-meeting | 01:05 | |
| *** markvoelker has quit IRC | 01:06 | |
| *** shwetaap has quit IRC | 01:08 | |
| *** tsekiyam_ has joined #openstack-meeting | 01:08 | |
| *** etoews has joined #openstack-meeting | 01:08 | |
| *** mtanino has quit IRC | 01:10 | |
| *** andreykurilin_ has quit IRC | 01:11 | |
| *** tsekiyama has quit IRC | 01:11 | |
| *** nelsnelson has quit IRC | 01:12 | |
| *** tsekiyam_ has quit IRC | 01:12 | |
| *** weshay has quit IRC | 01:13 | |
| *** salv-orl_ has joined #openstack-meeting | 01:14 | |
| *** shashankhegde has joined #openstack-meeting | 01:14 | |
| *** noelbk has quit IRC | 01:15 | |
| *** thedodd has quit IRC | 01:15 | |
| *** numan has joined #openstack-meeting | 01:18 | |
| *** ebalduf has quit IRC | 01:20 | |
| *** carl_baldwin has joined #openstack-meeting | 01:24 | |
| *** tellesnobrega_ has joined #openstack-meeting | 01:25 | |
| *** weshay has joined #openstack-meeting | 01:25 | |
| *** shashankhegde has quit IRC | 01:26 | |
| *** thomasem has quit IRC | 01:26 | |
| *** rmoe has quit IRC | 01:29 | |
| *** ignacio-scopetta has quit IRC | 01:29 | |
| *** Riddhi has joined #openstack-meeting | 01:29 | |
| *** Sukhdev has quit IRC | 01:31 | |
| *** Daisy has joined #openstack-meeting | 01:31 | |
| *** yeungp has quit IRC | 01:32 | |
| *** openstack has joined #openstack-meeting | 01:33 | |
| *** ChanServ sets mode: +o openstack | 01:33 | |
| *** tiswanso has joined #openstack-meeting | 01:37 | |
| *** vishwanathj has quit IRC | 01:37 | |
| *** tiswanso has quit IRC | 01:37 | |
| *** tiswanso has joined #openstack-meeting | 01:38 | |
| *** hemna has joined #openstack-meeting | 01:38 | |
| *** ignacio-scopetta has joined #openstack-meeting | 01:41 | |
| *** tiswanso has quit IRC | 01:42 | |
| *** tiswanso has joined #openstack-meeting | 01:43 | |
| *** markvoelker has joined #openstack-meeting | 01:44 | |
| *** alex_xu has quit IRC | 01:44 | |
| *** vishwanathj has joined #openstack-meeting | 01:44 | |
| *** IlyaE has quit IRC | 01:45 | |
| *** alex_xu has joined #openstack-meeting | 01:46 | |
| *** VW_ has joined #openstack-meeting | 01:47 | |
| *** alex_xu has quit IRC | 01:48 | |
| *** [1]evgenyf has joined #openstack-meeting | 01:50 | |
| *** vivek-ebay has quit IRC | 01:51 | |
| *** bdpayne has quit IRC | 01:51 | |
| *** salv-orl_ has quit IRC | 01:53 | |
| *** rwsu is now known as rwsu-afk | 01:53 | |
| *** [1]evgenyf has quit IRC | 01:54 | |
| *** shashankhegde has joined #openstack-meeting | 01:55 | |
| *** vivek-ebay has joined #openstack-meeting | 01:56 | |
| *** ignacio-scopett1 has joined #openstack-meeting | 01:56 | |
| *** nellysmitt has joined #openstack-meeting | 01:56 | |
| *** leeantho has quit IRC | 01:57 | |
| *** ignacio-scopetta has quit IRC | 01:58 | |
| *** carl_baldwin has quit IRC | 01:59 | |
| *** SumitNaiksatam has quit IRC | 02:00 | |
| *** Sukhdev has joined #openstack-meeting | 02:00 | |
| *** nellysmitt has quit IRC | 02:00 | |
| *** Mandell has quit IRC | 02:01 | |
| *** sbalukoff has joined #openstack-meeting | 02:03 | |
| *** amitgandhinz has joined #openstack-meeting | 02:04 | |
| *** ignacio-scopett1 has quit IRC | 02:04 | |
| *** amitgandhinz has quit IRC | 02:05 | |
| *** amitgandhinz has joined #openstack-meeting | 02:05 | |
| *** mberlin1 has joined #openstack-meeting | 02:08 | |
| *** ChuckC_ has joined #openstack-meeting | 02:09 | |
| *** Daisy_ has joined #openstack-meeting | 02:10 | |
| *** j05h1 has quit IRC | 02:10 | |
| *** IlyaE has joined #openstack-meeting | 02:10 | |
| *** mberlin has quit IRC | 02:10 | |
| *** sarob has joined #openstack-meeting | 02:12 | |
| *** Daisy has quit IRC | 02:12 | |
| *** Daisy_ is now known as Daisy | 02:12 | |
| *** ChuckC has quit IRC | 02:13 | |
| *** sarob has quit IRC | 02:16 | |
| *** padkrish has quit IRC | 02:17 | |
| *** shashankhegde has quit IRC | 02:20 | |
| *** ebalduf has joined #openstack-meeting | 02:21 | |
| *** elo has quit IRC | 02:22 | |
| *** shashankhegde has joined #openstack-meeting | 02:23 | |
| *** baoli has joined #openstack-meeting | 02:24 | |
| *** ebalduf has quit IRC | 02:25 | |
| *** banix has joined #openstack-meeting | 02:29 | |
| *** comay has quit IRC | 02:30 | |
| *** baoli has quit IRC | 02:30 | |
| *** vozcelik has joined #openstack-meeting | 02:30 | |
| *** etoews has quit IRC | 02:31 | |
| *** shengjiemin has joined #openstack-meeting | 02:32 | |
| *** aranjan has quit IRC | 02:33 | |
| *** shwetaap has joined #openstack-meeting | 02:34 | |
| *** rmoe has joined #openstack-meeting | 02:36 | |
| *** esker has quit IRC | 02:36 | |
| *** ajayaa has joined #openstack-meeting | 02:36 | |
| *** esker has joined #openstack-meeting | 02:37 | |
| *** epico has joined #openstack-meeting | 02:40 | |
| *** esker has quit IRC | 02:42 | |
| *** VW_ has quit IRC | 02:42 | |
| *** shengjiemin has quit IRC | 02:42 | |
| *** mattgriffin has joined #openstack-meeting | 02:44 | |
| *** yamahata has quit IRC | 02:46 | |
| *** IlyaE has quit IRC | 02:46 | |
| *** harlowja is now known as harlowja_away | 02:48 | |
| *** jckasper has joined #openstack-meeting | 02:48 | |
| *** shengjiemin has joined #openstack-meeting | 02:50 | |
| *** spandhe has quit IRC | 02:51 | |
| *** salv-orlando has joined #openstack-meeting | 02:53 | |
| *** dannywilson has joined #openstack-meeting | 02:55 | |
| *** SridharRamaswam1 has quit IRC | 02:56 | |
| *** vozcelik has quit IRC | 02:56 | |
| *** etoews has joined #openstack-meeting | 02:57 | |
| *** Riddhi has quit IRC | 02:58 | |
| *** ChuckC has joined #openstack-meeting | 02:59 | |
| *** ChuckC_ has quit IRC | 02:59 | |
| *** dannywilson has quit IRC | 03:00 | |
| *** nellysmitt has joined #openstack-meeting | 03:02 | |
| *** etoews has quit IRC | 03:02 | |
| *** baoli has joined #openstack-meeting | 03:02 | |
| *** ajayaa has quit IRC | 03:02 | |
| *** numan has quit IRC | 03:03 | |
| *** dsetia has quit IRC | 03:03 | |
| *** nellysmitt has quit IRC | 03:06 | |
| *** fnaval has joined #openstack-meeting | 03:06 | |
| *** baoli has quit IRC | 03:08 | |
| *** aimon has joined #openstack-meeting | 03:09 | |
| *** ebalduf has joined #openstack-meeting | 03:10 | |
| *** novas0x2a|laptop has quit IRC | 03:10 | |
| *** shashankhegde has quit IRC | 03:12 | |
| *** amitgandhinz has quit IRC | 03:14 | |
| *** dims__ has quit IRC | 03:15 | |
| *** achanda has joined #openstack-meeting | 03:17 | |
| *** achanda has quit IRC | 03:23 | |
| *** ItSANgo_ has quit IRC | 03:24 | |
| *** salv-orlando has quit IRC | 03:25 | |
| *** VW_ has joined #openstack-meeting | 03:25 | |
| *** salv-orlando has joined #openstack-meeting | 03:27 | |
| *** armax has quit IRC | 03:28 | |
| *** avozza is now known as zz_avozza | 03:29 | |
| *** aepifanov has joined #openstack-meeting | 03:29 | |
| *** aimon has quit IRC | 03:31 | |
| *** ebalduf has quit IRC | 03:31 | |
| *** theanalyst has quit IRC | 03:31 | |
| *** aepifanov has quit IRC | 03:34 | |
| *** bill_az_ has quit IRC | 03:34 | |
| *** salv-orlando has quit IRC | 03:34 | |
| *** sdake_ has quit IRC | 03:35 | |
| *** theanalyst has joined #openstack-meeting | 03:35 | |
| *** banix has quit IRC | 03:35 | |
| *** Longgeek has joined #openstack-meeting | 03:36 | |
| *** carl_baldwin has joined #openstack-meeting | 03:45 | |
| *** aimon has joined #openstack-meeting | 03:45 | |
| *** banix has joined #openstack-meeting | 03:45 | |
| *** Daisy has quit IRC | 03:47 | |
| *** kebray has joined #openstack-meeting | 03:47 | |
| *** claudiub has quit IRC | 03:48 | |
| *** esker has joined #openstack-meeting | 03:49 | |
| *** balajiiyer has joined #openstack-meeting | 03:52 | |
| *** jseutter has quit IRC | 03:53 | |
| *** Daisy has joined #openstack-meeting | 03:54 | |
| *** ItSANgo has joined #openstack-meeting | 03:54 | |
| *** vishwanathj has quit IRC | 03:56 | |
| *** etoews has joined #openstack-meeting | 03:58 | |
| *** vivek-ebay has quit IRC | 03:58 | |
| *** Sukhdev has quit IRC | 04:00 | |
| *** otter768 has joined #openstack-meeting | 04:00 | |
| *** shashankhegde has joined #openstack-meeting | 04:02 | |
| *** etoews has quit IRC | 04:02 | |
| *** Daisy has quit IRC | 04:03 | |
| *** niska has quit IRC | 04:04 | |
| *** lvh has quit IRC | 04:04 | |
| *** JRobinson__ is now known as JRobinson__afk | 04:05 | |
| *** zzz_jasonamyers is now known as jasonamyers | 04:05 | |
| *** shwetaap has quit IRC | 04:06 | |
| *** tellesnobrega_ has quit IRC | 04:07 | |
| *** esker has quit IRC | 04:07 | |
| *** shwetaap has joined #openstack-meeting | 04:08 | |
| *** lvh has joined #openstack-meeting | 04:09 | |
| *** bdpayne has joined #openstack-meeting | 04:10 | |
| *** bdpayne has quit IRC | 04:11 | |
| *** balajiiyer has quit IRC | 04:12 | |
| *** jseutter has joined #openstack-meeting | 04:12 | |
| *** balajiiyer has joined #openstack-meeting | 04:12 | |
| *** enterprisedc has quit IRC | 04:13 | |
| *** jasonamyers is now known as zzz_jasonamyers | 04:13 | |
| *** enterprisedc has joined #openstack-meeting | 04:14 | |
| *** niska has joined #openstack-meeting | 04:15 | |
| *** zzz_jasonamyers is now known as jasonamyers | 04:16 | |
| *** BharatK has joined #openstack-meeting | 04:16 | |
| *** jasonamyers is now known as zzz_jasonamyers | 04:17 | |
| *** balajiiyer has quit IRC | 04:17 | |
| *** carl_baldwin has quit IRC | 04:19 | |
| *** niska has quit IRC | 04:21 | |
| *** achanda has joined #openstack-meeting | 04:23 | |
| *** prad has quit IRC | 04:24 | |
| *** armax has joined #openstack-meeting | 04:25 | |
| *** amitgandhinz has joined #openstack-meeting | 04:25 | |
| *** suro_ has joined #openstack-meeting | 04:26 | |
| *** zz_avozza is now known as avozza | 04:27 | |
| *** swamireddy has joined #openstack-meeting | 04:28 | |
| *** theanalyst has quit IRC | 04:29 | |
| *** amitgandhinz has quit IRC | 04:29 | |
| *** salv-orlando has joined #openstack-meeting | 04:31 | |
| *** theanalyst has joined #openstack-meeting | 04:31 | |
| *** yamamoto_ has joined #openstack-meeting | 04:32 | |
| *** topol has quit IRC | 04:32 | |
| *** noslzzp has quit IRC | 04:34 | |
| *** avozza is now known as zz_avozza | 04:37 | |
| *** armax has quit IRC | 04:37 | |
| *** armax has joined #openstack-meeting | 04:37 | |
| *** mattgriffin has quit IRC | 04:38 | |
| *** suro_ has quit IRC | 04:39 | |
| *** JRobinson__afk is now known as JRobinson__ | 04:44 | |
| *** EmilienM|afk has quit IRC | 04:45 | |
| *** EmilienM has joined #openstack-meeting | 04:46 | |
| *** shashankhegde has quit IRC | 04:47 | |
| *** salv-orlando has quit IRC | 04:48 | |
| *** Daisy has joined #openstack-meeting | 04:49 | |
| *** salv-orlando has joined #openstack-meeting | 04:50 | |
| *** ijw has quit IRC | 04:50 | |
| *** neelashah has joined #openstack-meeting | 04:50 | |
| *** mattgriffin has joined #openstack-meeting | 04:51 | |
| *** higuchimxj has joined #openstack-meeting | 04:51 | |
| *** neelashah has quit IRC | 04:51 | |
| *** eghobo has joined #openstack-meeting | 04:52 | |
| *** yamahata has joined #openstack-meeting | 04:54 | |
| *** VW_ has quit IRC | 04:54 | |
| *** higuchimxj has left #openstack-meeting | 04:55 | |
| *** banix has quit IRC | 04:58 | |
| *** etoews has joined #openstack-meeting | 04:59 | |
| *** anish_ has joined #openstack-meeting | 05:01 | |
| *** tiswanso has quit IRC | 05:02 | |
| *** etoews has quit IRC | 05:03 | |
| *** vivek-ebay has joined #openstack-meeting | 05:04 | |
| *** spandhe has joined #openstack-meeting | 05:05 | |
| *** nellysmitt has joined #openstack-meeting | 05:06 | |
| *** killer_prince is now known as lazy_prince | 05:06 | |
| *** primeministerp has quit IRC | 05:07 | |
| *** garyh has quit IRC | 05:09 | |
| *** nellysmitt has quit IRC | 05:11 | |
| *** IlyaE has joined #openstack-meeting | 05:12 | |
| *** chandankumar has joined #openstack-meeting | 05:14 | |
| *** eghobo has quit IRC | 05:21 | |
| *** rajeshr has joined #openstack-meeting | 05:22 | |
| *** armax has quit IRC | 05:23 | |
| *** Murali has joined #openstack-meeting | 05:23 | |
| *** armax has joined #openstack-meeting | 05:24 | |
| *** achanda has quit IRC | 05:25 | |
| *** primeministerp has joined #openstack-meeting | 05:25 | |
| *** lazy_prince is now known as killer_prince | 05:25 | |
| *** achanda has joined #openstack-meeting | 05:27 | |
| *** kebray has quit IRC | 05:28 | |
| *** Daisy has quit IRC | 05:28 | |
| *** salv-orlando has quit IRC | 05:29 | |
| *** BrianShang_ has joined #openstack-meeting | 05:30 | |
| *** killer_prince is now known as lazy_prince | 05:30 | |
| *** garyh has joined #openstack-meeting | 05:32 | |
| *** BrianShang has quit IRC | 05:33 | |
| *** ajayaa has joined #openstack-meeting | 05:33 | |
| *** eghobo has joined #openstack-meeting | 05:33 | |
| *** chem has quit IRC | 05:34 | |
| *** mrmartin has joined #openstack-meeting | 05:34 | |
| *** fnaval has quit IRC | 05:36 | |
| *** harlowja_away has quit IRC | 05:38 | |
| *** mattgriffin has quit IRC | 05:40 | |
| *** hemna has quit IRC | 05:40 | |
| *** noelbk has joined #openstack-meeting | 05:41 | |
| *** Daisy has joined #openstack-meeting | 05:43 | |
| *** armax has quit IRC | 05:44 | |
| *** mrmartin has quit IRC | 05:44 | |
| *** otter768 has quit IRC | 05:49 | |
| *** Mandell has joined #openstack-meeting | 05:54 | |
| *** aranjan has joined #openstack-meeting | 05:57 | |
| *** etoews has joined #openstack-meeting | 05:57 | |
| *** etoews has quit IRC | 06:01 | |
| *** vivek-ebay has quit IRC | 06:10 | |
| *** niska has joined #openstack-meeting | 06:11 | |
| *** mrda is now known as mrda-away | 06:14 | |
| *** shashankhegde has joined #openstack-meeting | 06:14 | |
| *** etoews has joined #openstack-meeting | 06:16 | |
| *** spandhe has quit IRC | 06:17 | |
| *** akuznetsov has joined #openstack-meeting | 06:18 | |
| *** mrmartin has joined #openstack-meeting | 06:19 | |
| *** etoews has quit IRC | 06:20 | |
| *** eghobo has quit IRC | 06:21 | |
| *** niska has quit IRC | 06:24 | |
| *** niska has joined #openstack-meeting | 06:27 | |
| *** SridharG has joined #openstack-meeting | 06:28 | |
| *** rushiagr_away is now known as rushiagr | 06:29 | |
| *** xxj has quit IRC | 06:29 | |
| *** xxj has joined #openstack-meeting | 06:30 | |
| *** shankarprasad has joined #openstack-meeting | 06:32 | |
| *** sdake_ has joined #openstack-meeting | 06:33 | |
| *** suro_ has joined #openstack-meeting | 06:37 | |
| *** salv-orlando has joined #openstack-meeting | 06:37 | |
| *** SumitNaiksatam has joined #openstack-meeting | 06:39 | |
| *** denis_makogon has joined #openstack-meeting | 06:43 | |
| *** SridharRamaswamy has joined #openstack-meeting | 06:46 | |
| *** salv-orlando has quit IRC | 06:48 | |
| *** pnavarro has joined #openstack-meeting | 06:50 | |
| *** achanda has quit IRC | 06:52 | |
| *** IlyaE has quit IRC | 06:54 | |
| *** camunoz has quit IRC | 06:54 | |
| *** shengjiemin has quit IRC | 06:55 | |
| *** denis_makogon has quit IRC | 06:56 | |
| *** shengjiemin has joined #openstack-meeting | 06:56 | |
| *** mrmartin has quit IRC | 06:56 | |
| *** afazekas has joined #openstack-meeting | 06:57 | |
| *** gongysh has joined #openstack-meeting | 06:57 | |
| *** IlyaE has joined #openstack-meeting | 06:58 | |
| *** shwetaap has quit IRC | 07:00 | |
| *** ivar-laz_ has joined #openstack-meeting | 07:00 | |
| *** achanda has joined #openstack-meeting | 07:01 | |
| *** IlyaE has quit IRC | 07:01 | |
| *** doude has quit IRC | 07:01 | |
| *** IlyaE has joined #openstack-meeting | 07:01 | |
| *** IlyaE has quit IRC | 07:01 | |
| *** noelbk has quit IRC | 07:03 | |
| *** ivar-lazzaro has quit IRC | 07:03 | |
| *** pkoniszewski has joined #openstack-meeting | 07:04 | |
| *** ivar-laz_ has quit IRC | 07:05 | |
| *** doude has joined #openstack-meeting | 07:06 | |
| *** ricolin has quit IRC | 07:06 | |
| *** vigneshvar has joined #openstack-meeting | 07:07 | |
| *** nellysmitt has joined #openstack-meeting | 07:07 | |
| *** noelbk has joined #openstack-meeting | 07:08 | |
| *** vishwanathj has joined #openstack-meeting | 07:08 | |
| *** vishwanathj has quit IRC | 07:08 | |
| *** adahms has quit IRC | 07:10 | |
| *** nellysmitt has quit IRC | 07:12 | |
| *** xingchao_ has joined #openstack-meeting | 07:13 | |
| *** ildikov has quit IRC | 07:13 | |
| *** JRobinson__ has quit IRC | 07:15 | |
| *** afazekas has quit IRC | 07:20 | |
| *** sergef has joined #openstack-meeting | 07:22 | |
| *** xingchao_ has quit IRC | 07:23 | |
| *** thumpba has joined #openstack-meeting | 07:23 | |
| *** scheuran has joined #openstack-meeting | 07:25 | |
| *** thumpba has quit IRC | 07:26 | |
| *** achanda has quit IRC | 07:27 | |
| *** egallen has joined #openstack-meeting | 07:30 | |
| *** thumpba has joined #openstack-meeting | 07:31 | |
| *** lufix has joined #openstack-meeting | 07:32 | |
| *** pnavarro has quit IRC | 07:33 | |
| *** ivar-lazzaro has joined #openstack-meeting | 07:33 | |
| *** bdperkin has quit IRC | 07:34 | |
| *** jtomasek has joined #openstack-meeting | 07:34 | |
| *** neeti has joined #openstack-meeting | 07:34 | |
| *** yamahata has quit IRC | 07:36 | |
| *** sahid has joined #openstack-meeting | 07:37 | |
| *** nshaikh has joined #openstack-meeting | 07:39 | |
| *** suro_ has quit IRC | 07:40 | |
| *** suro_ has joined #openstack-meeting | 07:40 | |
| *** ildikov has joined #openstack-meeting | 07:40 | |
| *** egallen has quit IRC | 07:41 | |
| *** _nadya_ has joined #openstack-meeting | 07:41 | |
| *** ivar-lazzaro has quit IRC | 07:45 | |
| *** linqi has joined #openstack-meeting | 07:46 | |
| *** lukasa_home has joined #openstack-meeting | 07:47 | |
| *** bdperkin_gone has joined #openstack-meeting | 07:47 | |
| *** bdperkin_gone is now known as bdperkin | 07:48 | |
| *** bdperkin has joined #openstack-meeting | 07:48 | |
| linqi | l#openstack-sahara | 07:48 |
| linqi | #openstack-sahara | 07:48 |
| *** _nadya_ has quit IRC | 07:49 | |
| linqi | WHOIS linqi | 07:49 |
| *** otter768 has joined #openstack-meeting | 07:50 | |
| *** linqi has quit IRC | 07:50 | |
| *** aimon has quit IRC | 07:51 | |
| *** ivar-lazzaro has joined #openstack-meeting | 07:52 | |
| *** otter768 has quit IRC | 07:54 | |
| *** noslzzp has joined #openstack-meeting | 07:58 | |
| *** ivar-lazzaro has quit IRC | 08:00 | |
| *** belmoreira has joined #openstack-meeting | 08:01 | |
| *** numan has joined #openstack-meeting | 08:02 | |
| *** thumpba has quit IRC | 08:04 | |
| *** esker has joined #openstack-meeting | 08:06 | |
| *** thumpba has joined #openstack-meeting | 08:09 | |
| *** noslzzp has quit IRC | 08:11 | |
| *** markvoelker has quit IRC | 08:12 | |
| *** _nadya_ has joined #openstack-meeting | 08:13 | |
| *** markvoelker has joined #openstack-meeting | 08:13 | |
| *** akiskourtis has joined #openstack-meeting | 08:13 | |
| *** nellysmitt has joined #openstack-meeting | 08:15 | |
| *** ChrisPriceAB has joined #openstack-meeting | 08:16 | |
| *** markvoelker has quit IRC | 08:18 | |
| *** suro_ has quit IRC | 08:18 | |
| *** matrohon has joined #openstack-meeting | 08:20 | |
| *** andreaf has quit IRC | 08:20 | |
| *** jgallard__ has joined #openstack-meeting | 08:20 | |
| *** andreaf has joined #openstack-meeting | 08:20 | |
| *** lufix has quit IRC | 08:22 | |
| *** eglynn has joined #openstack-meeting | 08:22 | |
| *** dulek has joined #openstack-meeting | 08:22 | |
| *** zz_ttrifonov is now known as ttrifonov | 08:23 | |
| *** xingchao has joined #openstack-meeting | 08:24 | |
| *** oanufriev has joined #openstack-meeting | 08:24 | |
| *** thumpba has quit IRC | 08:25 | |
| *** yatin has joined #openstack-meeting | 08:25 | |
| *** akiskourtis has quit IRC | 08:28 | |
| *** xingchao has quit IRC | 08:29 | |
| *** _nadya_ has quit IRC | 08:29 | |
| *** xingchao has joined #openstack-meeting | 08:29 | |
| *** xingchao has quit IRC | 08:29 | |
| *** akiskourtis has joined #openstack-meeting | 08:29 | |
| *** scheuran has quit IRC | 08:30 | |
| *** yamamoto_ has quit IRC | 08:31 | |
| *** xingchao has joined #openstack-meeting | 08:31 | |
| *** egallen has joined #openstack-meeting | 08:31 | |
| *** luqas has joined #openstack-meeting | 08:32 | |
| *** scheuran has joined #openstack-meeting | 08:33 | |
| *** phil has joined #openstack-meeting | 08:36 | |
| *** phil is now known as Guest38027 | 08:36 | |
| *** unicell has joined #openstack-meeting | 08:39 | |
| *** stevemar has quit IRC | 08:39 | |
| *** ygbo has joined #openstack-meeting | 08:40 | |
| *** markvoelker has joined #openstack-meeting | 08:44 | |
| *** zz_avozza is now known as avozza | 08:44 | |
| *** jlanoux has joined #openstack-meeting | 08:45 | |
| *** BrianShang has joined #openstack-meeting | 08:47 | |
| *** mpaolino has joined #openstack-meeting | 08:47 | |
| *** scheuran has quit IRC | 08:50 | |
| *** BrianShang_ has quit IRC | 08:50 | |
| *** alexpilotti has joined #openstack-meeting | 08:50 | |
| *** ajo has joined #openstack-meeting | 08:50 | |
| *** jlanoux_ has joined #openstack-meeting | 08:50 | |
| *** scheuran has joined #openstack-meeting | 08:50 | |
| *** markvoelker has quit IRC | 08:51 | |
| *** akiskourtis has quit IRC | 08:51 | |
| *** akiskourtis has joined #openstack-meeting | 08:51 | |
| *** SridharRamaswamy has quit IRC | 08:51 | |
| *** irenab has joined #openstack-meeting | 08:52 | |
| *** jlanoux has quit IRC | 08:53 | |
| *** mrmartin has joined #openstack-meeting | 08:54 | |
| *** akuznetsov has quit IRC | 08:55 | |
| *** salv-orlando has joined #openstack-meeting | 08:56 | |
| *** yamamoto_ has joined #openstack-meeting | 08:58 | |
| *** irenab has quit IRC | 09:01 | |
| *** derekh has joined #openstack-meeting | 09:02 | |
| *** higuchimxj has joined #openstack-meeting | 09:03 | |
| *** Mandell has quit IRC | 09:04 | |
| *** shashankhegde has quit IRC | 09:08 | |
| *** yamamoto_ has quit IRC | 09:09 | |
| *** pdb has quit IRC | 09:13 | |
| *** yamamoto_ has joined #openstack-meeting | 09:13 | |
| *** pdb has joined #openstack-meeting | 09:13 | |
| *** jgrimm is now known as zz_jgrimm | 09:14 | |
| *** aepifanov has joined #openstack-meeting | 09:16 | |
| *** bvandenh has joined #openstack-meeting | 09:17 | |
| *** shengjiemin has quit IRC | 09:18 | |
| *** jang1 has quit IRC | 09:18 | |
| *** rongzez has joined #openstack-meeting | 09:19 | |
| *** safchain has joined #openstack-meeting | 09:20 | |
| *** jang2 has joined #openstack-meeting | 09:23 | |
| *** andreykurilin_ has joined #openstack-meeting | 09:23 | |
| *** salv-orlando has quit IRC | 09:26 | |
| *** jlanoux_ has quit IRC | 09:27 | |
| *** andreaf has quit IRC | 09:28 | |
| *** salv-orlando has joined #openstack-meeting | 09:28 | |
| *** andreaf has joined #openstack-meeting | 09:29 | |
| *** jtomasek has quit IRC | 09:30 | |
| *** yamamoto_ has quit IRC | 09:30 | |
| *** alexpilotti has quit IRC | 09:32 | |
| *** neeti has quit IRC | 09:33 | |
| *** jtomasek has joined #openstack-meeting | 09:33 | |
| *** e0ne has joined #openstack-meeting | 09:41 | |
| *** jtomasek has quit IRC | 09:43 | |
| *** MaxV has joined #openstack-meeting | 09:45 | |
| *** jcoufal has joined #openstack-meeting | 09:46 | |
| *** markvoelker has joined #openstack-meeting | 09:46 | |
| *** aranjan has quit IRC | 09:49 | |
| *** e0ne has quit IRC | 09:49 | |
| *** aranjan has joined #openstack-meeting | 09:50 | |
| *** e0ne has joined #openstack-meeting | 09:50 | |
| *** pkoniszewski has quit IRC | 09:51 | |
| *** markvoelker has quit IRC | 09:51 | |
| *** kayaliu has quit IRC | 09:51 | |
| *** otter768 has joined #openstack-meeting | 09:51 | |
| *** pkoniszewski has joined #openstack-meeting | 09:51 | |
| *** tochi has quit IRC | 09:52 | |
| *** vigneshvar has quit IRC | 09:52 | |
| *** SridharG has quit IRC | 09:53 | |
| *** chandankumar has quit IRC | 09:53 | |
| *** _elena_ has quit IRC | 09:53 | |
| *** raildo has quit IRC | 09:53 | |
| *** kbyrne has quit IRC | 09:53 | |
| *** tochi has joined #openstack-meeting | 09:53 | |
| *** BadCub has quit IRC | 09:53 | |
| *** gibi_ has quit IRC | 09:54 | |
| *** gibi has joined #openstack-meeting | 09:54 | |
| *** BadCub has joined #openstack-meeting | 09:54 | |
| *** neeti has joined #openstack-meeting | 09:54 | |
| *** jcoufal has quit IRC | 09:55 | |
| *** otter768 has quit IRC | 09:55 | |
| *** kayaliu has joined #openstack-meeting | 09:57 | |
| *** jtomasek has joined #openstack-meeting | 09:57 | |
| *** hichihara has quit IRC | 09:58 | |
| *** salv-orlando has quit IRC | 10:00 | |
| *** tomoe_ has quit IRC | 10:00 | |
| *** ruhe has left #openstack-meeting | 10:00 | |
| *** mpaolino has quit IRC | 10:01 | |
| *** belmoreira has quit IRC | 10:01 | |
| *** niska has quit IRC | 10:02 | |
| *** _elena_ has joined #openstack-meeting | 10:04 | |
| *** jlanoux has joined #openstack-meeting | 10:04 | |
| *** chandankumar has joined #openstack-meeting | 10:05 | |
| *** esker has quit IRC | 10:05 | |
| *** vigneshvar has joined #openstack-meeting | 10:05 | |
| *** SridharG has joined #openstack-meeting | 10:06 | |
| *** kbyrne has joined #openstack-meeting | 10:06 | |
| *** raildo has joined #openstack-meeting | 10:06 | |
| *** rongzez is now known as rongze | 10:08 | |
| *** pdb has quit IRC | 10:09 | |
| *** jang2 has quit IRC | 10:12 | |
| *** pdb has joined #openstack-meeting | 10:12 | |
| *** avozza is now known as zz_avozza | 10:13 | |
| *** [1]evgenyf has joined #openstack-meeting | 10:13 | |
| *** mpaolino has joined #openstack-meeting | 10:14 | |
| *** _nadya_ has joined #openstack-meeting | 10:14 | |
| *** subscope has quit IRC | 10:14 | |
| *** aranjan has quit IRC | 10:18 | |
| *** tellesnobrega_ has joined #openstack-meeting | 10:18 | |
| *** jang1 has joined #openstack-meeting | 10:20 | |
| *** pdb has quit IRC | 10:23 | |
| *** higuchimxj has quit IRC | 10:23 | |
| *** pdb has joined #openstack-meeting | 10:23 | |
| *** e0ne is now known as e0ne_ | 10:23 | |
| *** yamamoto has joined #openstack-meeting | 10:23 | |
| *** yamamoto has quit IRC | 10:24 | |
| *** e0ne_ is now known as e0ne | 10:25 | |
| *** zz_johnthetubagu is now known as johnthetubaguy | 10:25 | |
| *** subscope has joined #openstack-meeting | 10:26 | |
| *** tellesnobrega_ has quit IRC | 10:28 | |
| *** dulek_ has joined #openstack-meeting | 10:29 | |
| *** epico has quit IRC | 10:29 | |
| *** chandankumar has quit IRC | 10:30 | |
| *** lukasa_home has quit IRC | 10:31 | |
| *** zz_avozza is now known as avozza | 10:31 | |
| *** andreykurilin_ has quit IRC | 10:31 | |
| *** dulek has quit IRC | 10:32 | |
| *** doron_afk has joined #openstack-meeting | 10:33 | |
| *** jcoufal has joined #openstack-meeting | 10:33 | |
| *** avozza is now known as zz_avozza | 10:34 | |
| *** tellesnobrega_ has joined #openstack-meeting | 10:37 | |
| *** fzdarsky has joined #openstack-meeting | 10:40 | |
| *** Daisy_ has joined #openstack-meeting | 10:41 | |
| *** Daisy has quit IRC | 10:42 | |
| *** Daisy_ is now known as Daisy | 10:42 | |
| *** _nadya_ has quit IRC | 10:43 | |
| *** tellesnobrega_ has quit IRC | 10:45 | |
| *** markvoelker has joined #openstack-meeting | 10:47 | |
| *** chandankumar has joined #openstack-meeting | 10:47 | |
| *** neeti has quit IRC | 10:49 | |
| *** subscope has quit IRC | 10:52 | |
| *** markvoelker has quit IRC | 10:52 | |
| *** jgallard__ has quit IRC | 10:53 | |
| *** jgallard__ has joined #openstack-meeting | 10:54 | |
| *** dims__ has joined #openstack-meeting | 10:54 | |
| *** amotoki has joined #openstack-meeting | 10:56 | |
| *** jgallard__ has quit IRC | 10:57 | |
| *** jgallard__ has joined #openstack-meeting | 10:57 | |
| *** belmoreira has joined #openstack-meeting | 11:01 | |
| *** jang1 has quit IRC | 11:01 | |
| *** rfolco has joined #openstack-meeting | 11:02 | |
| *** bvandenh has quit IRC | 11:03 | |
| *** bvandenh has joined #openstack-meeting | 11:03 | |
| *** jang2 has joined #openstack-meeting | 11:05 | |
| *** akiskourtis has quit IRC | 11:07 | |
| *** _nadya_ has joined #openstack-meeting | 11:11 | |
| *** jgallard__ has quit IRC | 11:12 | |
| *** jgallard__ has joined #openstack-meeting | 11:12 | |
| *** Daisy has quit IRC | 11:14 | |
| *** reed has joined #openstack-meeting | 11:20 | |
| *** isviridov_away is now known as isviridov | 11:20 | |
| *** isviridov is now known as isviridov_launch | 11:21 | |
| *** numan has quit IRC | 11:21 | |
| *** yamamoto has joined #openstack-meeting | 11:24 | |
| *** m_turkish_teache has joined #openstack-meeting | 11:29 | |
| *** yamamoto has quit IRC | 11:29 | |
| *** pelix has joined #openstack-meeting | 11:30 | |
| *** elo has joined #openstack-meeting | 11:33 | |
| *** chandankumar has quit IRC | 11:33 | |
| *** rajeshr has quit IRC | 11:37 | |
| *** jang2 has quit IRC | 11:37 | |
| *** jang has joined #openstack-meeting | 11:38 | |
| *** shankarprasad has quit IRC | 11:39 | |
| *** zigo has quit IRC | 11:42 | |
| *** tochi has quit IRC | 11:48 | |
| *** markvoelker has joined #openstack-meeting | 11:48 | |
| *** aysyd has joined #openstack-meeting | 11:48 | |
| *** aranjan has joined #openstack-meeting | 11:49 | |
| *** otter768 has joined #openstack-meeting | 11:52 | |
| *** zqfan has joined #openstack-meeting | 11:53 | |
| *** aranjan has quit IRC | 11:53 | |
| *** e0ne is now known as e0ne_ | 11:54 | |
| *** markvoelker has quit IRC | 11:54 | |
| *** gongysh has quit IRC | 11:54 | |
| *** mrmartin has quit IRC | 11:56 | |
| *** otter768 has quit IRC | 11:56 | |
| *** swamireddy has quit IRC | 11:58 | |
| *** ameade has quit IRC | 11:58 | |
| *** aleksandr_null has quit IRC | 11:58 | |
| *** dulek_ has quit IRC | 11:58 | |
| *** bradjones has quit IRC | 11:59 | |
| *** dulek has joined #openstack-meeting | 11:59 | |
| *** e0ne_ is now known as e0ne | 11:59 | |
| *** coasterz has quit IRC | 11:59 | |
| *** torgomatic has quit IRC | 11:59 | |
| *** simonmcc has quit IRC | 11:59 | |
| *** zul has joined #openstack-meeting | 11:59 | |
| *** rmoe has quit IRC | 12:00 | |
| *** niclem has quit IRC | 12:00 | |
| *** bdperkin has quit IRC | 12:00 | |
| *** docaedo has quit IRC | 12:00 | |
| *** rmoe has joined #openstack-meeting | 12:01 | |
| *** zul has quit IRC | 12:01 | |
| *** ameade has joined #openstack-meeting | 12:01 | |
| *** simonmcc has joined #openstack-meeting | 12:01 | |
| *** zul has joined #openstack-meeting | 12:01 | |
| *** docaedo has joined #openstack-meeting | 12:01 | |
| *** torgomatic has joined #openstack-meeting | 12:01 | |
| *** elo1 has joined #openstack-meeting | 12:01 | |
| *** aleksandr_null has joined #openstack-meeting | 12:01 | |
| *** coasterz has joined #openstack-meeting | 12:01 | |
| *** bradjones has joined #openstack-meeting | 12:02 | |
| *** dulek has quit IRC | 12:02 | |
| *** akiskourtis has joined #openstack-meeting | 12:02 | |
| *** elo has quit IRC | 12:03 | |
| *** bdperkin has joined #openstack-meeting | 12:04 | |
| *** bdperkin has quit IRC | 12:04 | |
| *** bdperkin has joined #openstack-meeting | 12:04 | |
| *** nellysmi_ has joined #openstack-meeting | 12:04 | |
| *** dulek has joined #openstack-meeting | 12:04 | |
| *** julim has quit IRC | 12:04 | |
| *** nikhil- has quit IRC | 12:04 | |
| *** zqfan has quit IRC | 12:05 | |
| *** kayaliu_ has joined #openstack-meeting | 12:06 | |
| *** nellysmitt has quit IRC | 12:06 | |
| *** Guest38027 has quit IRC | 12:06 | |
| *** russell_h has quit IRC | 12:06 | |
| *** d34dh0r53 has quit IRC | 12:06 | |
| *** julim has joined #openstack-meeting | 12:06 | |
| *** russellb has quit IRC | 12:06 | |
| *** jroll has quit IRC | 12:06 | |
| *** d34dh0r53 has joined #openstack-meeting | 12:08 | |
| *** wierenga has joined #openstack-meeting | 12:08 | |
| *** xxj has quit IRC | 12:09 | |
| *** claudiub has joined #openstack-meeting | 12:09 | |
| *** russellb has joined #openstack-meeting | 12:09 | |
| *** kayaliu_ has quit IRC | 12:09 | |
| *** russell_h has joined #openstack-meeting | 12:09 | |
| *** phil has joined #openstack-meeting | 12:09 | |
| *** nikhil has joined #openstack-meeting | 12:09 | |
| *** alex_xu has joined #openstack-meeting | 12:09 | |
| *** russell_h has quit IRC | 12:09 | |
| *** russell_h has joined #openstack-meeting | 12:09 | |
| *** wierenga has quit IRC | 12:09 | |
| *** jang has quit IRC | 12:09 | |
| *** phil is now known as Guest72865 | 12:09 | |
| *** sileht_ has joined #openstack-meeting | 12:10 | |
| *** doron_afk has quit IRC | 12:13 | |
| *** zqfan has joined #openstack-meeting | 12:14 | |
| *** noelbk has quit IRC | 12:17 | |
| *** timello_ has quit IRC | 12:17 | |
| *** maurosr has quit IRC | 12:17 | |
| *** jgrimmn has joined #openstack-meeting | 12:19 | |
| *** zul has quit IRC | 12:19 | |
| *** vigneshvar has quit IRC | 12:19 | |
| *** aepifanov has quit IRC | 12:19 | |
| *** BharatK has quit IRC | 12:19 | |
| *** esmute has quit IRC | 12:19 | |
| *** che-arne has quit IRC | 12:19 | |
| *** rbowen has quit IRC | 12:19 | |
| *** prad-afk has quit IRC | 12:19 | |
| *** sballe__ has quit IRC | 12:19 | |
| *** aarefiev has quit IRC | 12:19 | |
| *** sweston has quit IRC | 12:19 | |
| *** dougwig has quit IRC | 12:19 | |
| *** willroberts_ has quit IRC | 12:19 | |
| *** miguelgrinberg has quit IRC | 12:19 | |
| *** medberry has quit IRC | 12:19 | |
| *** anderstj has quit IRC | 12:19 | |
| *** funzo has quit IRC | 12:19 | |
| *** morgabra has quit IRC | 12:19 | |
| *** comstud has quit IRC | 12:19 | |
| *** dendrobates has quit IRC | 12:19 | |
| *** sc68cal has quit IRC | 12:19 | |
| *** sileht has quit IRC | 12:19 | |
| *** jvrbanac has quit IRC | 12:19 | |
| *** wendar has quit IRC | 12:19 | |
| *** dtroyer has quit IRC | 12:19 | |
| *** jehb has quit IRC | 12:19 | |
| *** cyeoh has quit IRC | 12:19 | |
| *** lsell has quit IRC | 12:19 | |
| *** mgagne has quit IRC | 12:19 | |
| *** rainya has quit IRC | 12:19 | |
| *** rossella_s has quit IRC | 12:19 | |
| *** zz_jgrimm has quit IRC | 12:19 | |
| *** sileht_ is now known as sileht | 12:19 | |
| *** maurosr has joined #openstack-meeting | 12:19 | |
| *** timello has joined #openstack-meeting | 12:20 | |
| *** fzdarsky has quit IRC | 12:20 | |
| *** akiskourtis has quit IRC | 12:21 | |
| *** jroll has joined #openstack-meeting | 12:21 | |
| *** zul has joined #openstack-meeting | 12:21 | |
| *** vigneshvar has joined #openstack-meeting | 12:21 | |
| *** aepifanov has joined #openstack-meeting | 12:21 | |
| *** BharatK has joined #openstack-meeting | 12:21 | |
| *** esmute has joined #openstack-meeting | 12:21 | |
| *** che-arne has joined #openstack-meeting | 12:21 | |
| *** rbowen has joined #openstack-meeting | 12:21 | |
| *** prad-afk has joined #openstack-meeting | 12:21 | |
| *** sballe__ has joined #openstack-meeting | 12:21 | |
| *** aarefiev has joined #openstack-meeting | 12:21 | |
| *** sweston has joined #openstack-meeting | 12:21 | |
| *** dougwig has joined #openstack-meeting | 12:21 | |
| *** willroberts_ has joined #openstack-meeting | 12:21 | |
| *** miguelgrinberg has joined #openstack-meeting | 12:21 | |
| *** medberry has joined #openstack-meeting | 12:21 | |
| *** anderstj has joined #openstack-meeting | 12:21 | |
| *** funzo has joined #openstack-meeting | 12:21 | |
| *** morgabra has joined #openstack-meeting | 12:21 | |
| *** comstud has joined #openstack-meeting | 12:21 | |
| *** dendrobates has joined #openstack-meeting | 12:21 | |
| *** sc68cal has joined #openstack-meeting | 12:21 | |
| *** jvrbanac has joined #openstack-meeting | 12:21 | |
| *** lsell has joined #openstack-meeting | 12:21 | |
| *** jehb has joined #openstack-meeting | 12:21 | |
| *** wendar has joined #openstack-meeting | 12:21 | |
| *** dtroyer has joined #openstack-meeting | 12:21 | |
| *** cyeoh has joined #openstack-meeting | 12:21 | |
| *** mgagne has joined #openstack-meeting | 12:21 | |
| *** rossella_s has joined #openstack-meeting | 12:21 | |
| *** rainya has joined #openstack-meeting | 12:21 | |
| *** fzdarsky has joined #openstack-meeting | 12:22 | |
| *** baoli has joined #openstack-meeting | 12:26 | |
| *** aysyd has quit IRC | 12:27 | |
| *** aysyd has joined #openstack-meeting | 12:27 | |
| *** sileht has quit IRC | 12:28 | |
| *** sileht has joined #openstack-meeting | 12:29 | |
| *** baoli has quit IRC | 12:29 | |
| *** baoli has joined #openstack-meeting | 12:30 | |
| *** jaypipes has joined #openstack-meeting | 12:31 | |
| *** rfolco has quit IRC | 12:31 | |
| *** rfolco has joined #openstack-meeting | 12:33 | |
| *** rfolco has quit IRC | 12:35 | |
| *** rfolco has joined #openstack-meeting | 12:36 | |
| *** pradipta has joined #openstack-meeting | 12:36 | |
| *** m_turkish_teache has quit IRC | 12:37 | |
| *** zqfan has quit IRC | 12:37 | |
| *** doude has quit IRC | 12:40 | |
| *** doude has joined #openstack-meeting | 12:44 | |
| *** jhenner has joined #openstack-meeting | 12:47 | |
| *** yatin has left #openstack-meeting | 12:49 | |
| *** markvoelker has joined #openstack-meeting | 12:50 | |
| *** hashar has joined #openstack-meeting | 12:50 | |
| *** hashar has quit IRC | 12:52 | |
| *** dulek has quit IRC | 12:53 | |
| *** dulek has joined #openstack-meeting | 12:54 | |
| *** ndipanov has joined #openstack-meeting | 12:54 | |
| *** anish__ has joined #openstack-meeting | 12:54 | |
| *** markvoelker has quit IRC | 12:54 | |
| *** xingchao has quit IRC | 12:56 | |
| *** IanGovett has joined #openstack-meeting | 12:57 | |
| *** anish_ has quit IRC | 12:58 | |
| *** aranjan has joined #openstack-meeting | 13:00 | |
| *** xingchao has joined #openstack-meeting | 13:00 | |
| *** markvoelker has joined #openstack-meeting | 13:04 | |
| *** topol has joined #openstack-meeting | 13:05 | |
| *** Mandell has joined #openstack-meeting | 13:05 | |
| *** swamireddy has joined #openstack-meeting | 13:05 | |
| *** pnavarro has joined #openstack-meeting | 13:06 | |
| *** hashar has joined #openstack-meeting | 13:06 | |
| *** nshaikh has left #openstack-meeting | 13:08 | |
| *** rushiagr is now known as rushiagr_away | 13:10 | |
| *** Mandell has quit IRC | 13:10 | |
| *** eglynn is now known as eglynn-lunch | 13:10 | |
| *** mdbooth has quit IRC | 13:12 | |
| *** mdbooth has joined #openstack-meeting | 13:13 | |
| *** dims__ has quit IRC | 13:17 | |
| *** alexpilotti has joined #openstack-meeting | 13:19 | |
| *** akiskourtis has joined #openstack-meeting | 13:21 | |
| *** dulek has quit IRC | 13:21 | |
| *** dprince has joined #openstack-meeting | 13:21 | |
| *** kayaliu_ has joined #openstack-meeting | 13:22 | |
| *** dulek has joined #openstack-meeting | 13:22 | |
| *** kayaliu_ has quit IRC | 13:25 | |
| *** zzz_jasonamyers is now known as jasonamyers | 13:25 | |
| *** dims_ has joined #openstack-meeting | 13:25 | |
| *** akiskourtis has quit IRC | 13:25 | |
| *** etoews has joined #openstack-meeting | 13:25 | |
| *** bknudson has quit IRC | 13:28 | |
| *** dulek_ has joined #openstack-meeting | 13:29 | |
| *** jasonamyers is now known as zzz_jasonamyers | 13:30 | |
| *** mberlin1 has quit IRC | 13:31 | |
| *** dulek has quit IRC | 13:32 | |
| *** aranjan has quit IRC | 13:34 | |
| *** mberlin has joined #openstack-meeting | 13:36 | |
| *** xingchao has quit IRC | 13:38 | |
| *** xingchao has joined #openstack-meeting | 13:38 | |
| *** spzala has joined #openstack-meeting | 13:39 | |
| *** mberlin has quit IRC | 13:40 | |
| *** hashar has quit IRC | 13:40 | |
| *** mberlin has joined #openstack-meeting | 13:41 | |
| *** Daisy has joined #openstack-meeting | 13:42 | |
| *** pnavarro has quit IRC | 13:44 | |
| *** prazumovsky has joined #openstack-meeting | 13:44 | |
| *** pkoniszewski has quit IRC | 13:44 | |
| *** ddieterly has quit IRC | 13:45 | |
| *** vigneshvar has quit IRC | 13:47 | |
| *** mberlin has quit IRC | 13:48 | |
| *** mwagner_lap has quit IRC | 13:48 | |
| *** rushiagr_away is now known as rushiagr | 13:50 | |
| *** swamireddy has quit IRC | 13:50 | |
| *** mberlin has joined #openstack-meeting | 13:50 | |
| *** otter768 has joined #openstack-meeting | 13:52 | |
| *** spzala has quit IRC | 13:55 | |
| *** andreaf has quit IRC | 13:56 | |
| *** andreaf has joined #openstack-meeting | 13:57 | |
| *** ajo has quit IRC | 13:57 | |
| *** otter768 has quit IRC | 13:57 | |
| *** ajo has joined #openstack-meeting | 13:57 | |
| *** Daisy has quit IRC | 13:58 | |
| *** ndipanov has quit IRC | 13:59 | |
| *** rbowen has quit IRC | 14:01 | |
| *** rbowen has joined #openstack-meeting | 14:01 | |
| *** neiljerram has quit IRC | 14:02 | |
| *** jroll has quit IRC | 14:03 | |
| *** jroll has joined #openstack-meeting | 14:03 | |
| *** andreykurilin has quit IRC | 14:04 | |
| *** jaypipes is now known as leakypipes | 14:07 | |
| *** neelashah has joined #openstack-meeting | 14:08 | |
| *** ajayaa has quit IRC | 14:10 | |
| *** bill_az_ has joined #openstack-meeting | 14:10 | |
| *** tiswanso has joined #openstack-meeting | 14:10 | |
| *** radez_g0n3 is now known as radez | 14:11 | |
| *** topol has quit IRC | 14:11 | |
| *** swamireddy has joined #openstack-meeting | 14:16 | |
| *** isviridov_launch is now known as isviridov | 14:16 | |
| *** rm_work|away is now known as rm_work | 14:17 | |
| *** ddieterly has joined #openstack-meeting | 14:19 | |
| *** joesavak has joined #openstack-meeting | 14:20 | |
| *** jlibosva has joined #openstack-meeting | 14:21 | |
| *** TobiasE has joined #openstack-meeting | 14:22 | |
| *** annegent_ has joined #openstack-meeting | 14:24 | |
| *** yamamoto has joined #openstack-meeting | 14:27 | |
| *** jlibosva has quit IRC | 14:28 | |
| *** amakarov_away is now known as amakarov | 14:29 | |
| *** jungleboyj has quit IRC | 14:29 | |
| *** yamamoto_ has joined #openstack-meeting | 14:30 | |
| *** eglynn-lunch is now known as eglynn | 14:31 | |
| *** jjmb has joined #openstack-meeting | 14:32 | |
| *** AmirBaleghi3 has joined #openstack-meeting | 14:33 | |
| *** varora- has left #openstack-meeting | 14:34 | |
| *** yamamoto has quit IRC | 14:34 | |
| *** thomasem has joined #openstack-meeting | 14:35 | |
| *** jjmb has quit IRC | 14:36 | |
| *** hashar has joined #openstack-meeting | 14:36 | |
| *** bknudson has joined #openstack-meeting | 14:39 | |
| *** rvasilets_ has left #openstack-meeting | 14:40 | |
| *** scheuran has quit IRC | 14:41 | |
| *** varora- has joined #openstack-meeting | 14:42 | |
| *** thomasem has quit IRC | 14:44 | |
| *** VW_ has joined #openstack-meeting | 14:44 | |
| *** thomasem has joined #openstack-meeting | 14:44 | |
| *** dane_leblanc has joined #openstack-meeting | 14:45 | |
| *** asselin__ has joined #openstack-meeting | 14:48 | |
| *** etoews has quit IRC | 14:49 | |
| *** vivek-ebay has joined #openstack-meeting | 14:50 | |
| *** ildikov has quit IRC | 14:52 | |
| *** ChuckC has quit IRC | 14:52 | |
| *** alex_xu has quit IRC | 14:52 | |
| *** xu_alex has joined #openstack-meeting | 14:53 | |
| *** mdenny has joined #openstack-meeting | 14:54 | |
| *** annegent_ has quit IRC | 14:55 | |
| *** ddieterly has quit IRC | 14:55 | |
| *** ddieterly has joined #openstack-meeting | 14:55 | |
| *** hashar has quit IRC | 14:57 | |
| *** hashar has joined #openstack-meeting | 14:57 | |
| *** Murali has quit IRC | 15:00 | |
| *** etoews has joined #openstack-meeting | 15:00 | |
| *** SridharG has left #openstack-meeting | 15:00 | |
| *** mattgriffin has joined #openstack-meeting | 15:01 | |
| *** j05h has joined #openstack-meeting | 15:01 | |
| *** dneary has joined #openstack-meeting | 15:01 | |
| *** hashar has quit IRC | 15:01 | |
| *** ajo has quit IRC | 15:02 | |
| *** ajo has joined #openstack-meeting | 15:02 | |
| *** armax has joined #openstack-meeting | 15:03 | |
| *** vijendar has joined #openstack-meeting | 15:03 | |
| *** yamamoto_ has quit IRC | 15:04 | |
| *** asselin__ has quit IRC | 15:04 | |
| *** asselin__ has joined #openstack-meeting | 15:05 | |
| *** ajayaa has joined #openstack-meeting | 15:05 | |
| *** IanGovett1 has joined #openstack-meeting | 15:05 | |
| *** jecarey has joined #openstack-meeting | 15:06 | |
| *** IanGovett has quit IRC | 15:07 | |
| *** dansmith is now known as superdan | 15:08 | |
| *** nelsnelson has joined #openstack-meeting | 15:08 | |
| *** annegent_ has joined #openstack-meeting | 15:09 | |
| *** asselin__ has quit IRC | 15:12 | |
| *** yamahata has joined #openstack-meeting | 15:13 | |
| *** banix has joined #openstack-meeting | 15:13 | |
| *** rushiagr is now known as rushiagr_away | 15:15 | |
| *** shwetaap has joined #openstack-meeting | 15:16 | |
| *** stevemar has joined #openstack-meeting | 15:17 | |
| *** ijw has joined #openstack-meeting | 15:17 | |
| *** ijw has quit IRC | 15:18 | |
| *** ijw has joined #openstack-meeting | 15:18 | |
| *** swamireddy1 has joined #openstack-meeting | 15:19 | |
| *** yeungp has joined #openstack-meeting | 15:19 | |
| *** timcline has joined #openstack-meeting | 15:20 | |
| *** swamireddy has quit IRC | 15:21 | |
| *** jgrimmn is now known as zz_jgrimmn | 15:21 | |
| *** mberlin1 has joined #openstack-meeting | 15:21 | |
| *** mberlin has quit IRC | 15:22 | |
| *** rushil has joined #openstack-meeting | 15:22 | |
| *** yamahata has quit IRC | 15:23 | |
| *** esheffield has joined #openstack-meeting | 15:24 | |
| *** mtanino has joined #openstack-meeting | 15:25 | |
| *** mberlin1 has quit IRC | 15:26 | |
| *** jungleboyj has joined #openstack-meeting | 15:26 | |
| *** Leonr has joined #openstack-meeting | 15:27 | |
| *** topol has joined #openstack-meeting | 15:28 | |
| *** fnaval has joined #openstack-meeting | 15:28 | |
| *** rbak has joined #openstack-meeting | 15:30 | |
| *** tiswanso has quit IRC | 15:30 | |
| *** TobiasE has left #openstack-meeting | 15:31 | |
| *** tiswanso_ has joined #openstack-meeting | 15:32 | |
| *** amitgandhinz has joined #openstack-meeting | 15:32 | |
| *** hashar has joined #openstack-meeting | 15:33 | |
| *** Riddhi has joined #openstack-meeting | 15:34 | |
| *** Riddhi has quit IRC | 15:34 | |
| *** hashar has quit IRC | 15:34 | |
| *** Riddhi has joined #openstack-meeting | 15:34 | |
| *** hashar has joined #openstack-meeting | 15:35 | |
| *** pdb has quit IRC | 15:35 | |
| *** ebalduf has joined #openstack-meeting | 15:36 | |
| *** hashar has quit IRC | 15:36 | |
| *** hashar has joined #openstack-meeting | 15:37 | |
| *** mberlin has joined #openstack-meeting | 15:37 | |
| *** juzuluag has joined #openstack-meeting | 15:39 | |
| *** zqfan has joined #openstack-meeting | 15:39 | |
| *** marun has joined #openstack-meeting | 15:39 | |
| *** hemna_ is now known as hemna | 15:40 | |
| *** esheffield has quit IRC | 15:40 | |
| *** hemna is now known as chewbaca | 15:41 | |
| *** hashar has quit IRC | 15:41 | |
| *** chewbaca is now known as chewbacca | 15:41 | |
| *** chewbacca is now known as os-brick | 15:41 | |
| *** zqfan has quit IRC | 15:42 | |
| *** _nadya_ has quit IRC | 15:42 | |
| *** os-brick is now known as flyfisher | 15:42 | |
| *** salv-orlando has joined #openstack-meeting | 15:43 | |
| *** dannywilson has joined #openstack-meeting | 15:43 | |
| *** MaxV has quit IRC | 15:44 | |
| *** fnaval has quit IRC | 15:45 | |
| *** fnaval has joined #openstack-meeting | 15:45 | |
| *** vivek-ebay has quit IRC | 15:46 | |
| *** neelashah has quit IRC | 15:46 | |
| *** lukasa_home has joined #openstack-meeting | 15:48 | |
| *** adalbas has joined #openstack-meeting | 15:49 | |
| *** pdb has joined #openstack-meeting | 15:50 | |
| *** xingchao has quit IRC | 15:51 | |
| *** esheffield has joined #openstack-meeting | 15:53 | |
| *** otter768 has joined #openstack-meeting | 15:54 | |
| *** elo1 has quit IRC | 15:55 | |
| *** haomaiwang has joined #openstack-meeting | 15:55 | |
| *** tiswanso_ has quit IRC | 15:56 | |
| *** paragan has quit IRC | 15:57 | |
| *** yamahata has joined #openstack-meeting | 15:58 | |
| *** otter768 has quit IRC | 15:58 | |
| *** tiswanso_ has joined #openstack-meeting | 15:59 | |
| *** jungleboyj has quit IRC | 15:59 | |
| *** paragan has joined #openstack-meeting | 16:00 | |
| *** aranjan has joined #openstack-meeting | 16:01 | |
| *** MarkAtwood has joined #openstack-meeting | 16:02 | |
| *** jorge_munoz has quit IRC | 16:04 | |
| *** yamamoto has joined #openstack-meeting | 16:05 | |
| *** prazumovsky has quit IRC | 16:05 | |
| *** rfolco has quit IRC | 16:05 | |
| *** jorge_munoz has joined #openstack-meeting | 16:06 | |
| *** isviridov is now known as isviridov_away | 16:07 | |
| *** lazy_prince is now known as killer_prince | 16:07 | |
| *** david-lyle_afk is now known as david-lyle | 16:07 | |
| *** mpaolino has quit IRC | 16:07 | |
| *** carl_baldwin has joined #openstack-meeting | 16:08 | |
| *** 21WAA9IOD has joined #openstack-meeting | 16:08 | |
| *** rfolco has joined #openstack-meeting | 16:09 | |
| *** yamamoto has quit IRC | 16:10 | |
| *** shashankhegde has joined #openstack-meeting | 16:10 | |
| *** alaski is now known as lascii | 16:12 | |
| *** salv-orlando has quit IRC | 16:13 | |
| *** salv-orlando has joined #openstack-meeting | 16:13 | |
| *** rfolco has quit IRC | 16:15 | |
| *** dannywilson has quit IRC | 16:15 | |
| *** dannywilson has joined #openstack-meeting | 16:16 | |
| *** rfolco has joined #openstack-meeting | 16:16 | |
| *** aimon has joined #openstack-meeting | 16:17 | |
| *** tsekiyama has joined #openstack-meeting | 16:18 | |
| *** jcoufal has quit IRC | 16:19 | |
| *** chandankumar has joined #openstack-meeting | 16:19 | |
| *** dulek_ has quit IRC | 16:19 | |
| *** Mandell has joined #openstack-meeting | 16:20 | |
| *** chandankumar has quit IRC | 16:20 | |
| *** thedodd has joined #openstack-meeting | 16:25 | |
| *** annegent_ has quit IRC | 16:26 | |
| *** ildikov has joined #openstack-meeting | 16:29 | |
| *** pballand has joined #openstack-meeting | 16:29 | |
| *** otter768 has joined #openstack-meeting | 16:31 | |
| *** carl_baldwin has quit IRC | 16:31 | |
| *** IlyaE has joined #openstack-meeting | 16:33 | |
| *** matrohon has quit IRC | 16:33 | |
| *** aranjan has quit IRC | 16:34 | |
| *** esheffield has quit IRC | 16:36 | |
| *** carl_baldwin has joined #openstack-meeting | 16:36 | |
| *** lukasa_home has quit IRC | 16:36 | |
| *** SridharG has joined #openstack-meeting | 16:36 | |
| *** aepifanov has quit IRC | 16:38 | |
| *** dims_ is now known as dimsum__ | 16:39 | |
| *** mwagner_lap has joined #openstack-meeting | 16:40 | |
| *** unicell has quit IRC | 16:41 | |
| *** jgallard__ has quit IRC | 16:44 | |
| *** ndipanov has joined #openstack-meeting | 16:44 | |
| *** swamireddy has joined #openstack-meeting | 16:44 | |
| *** alop has joined #openstack-meeting | 16:46 | |
| *** swamireddy1 has quit IRC | 16:46 | |
| *** prad has joined #openstack-meeting | 16:47 | |
| *** rongze has quit IRC | 16:48 | |
| *** enterprisedc has quit IRC | 16:48 | |
| *** carl_baldwin has quit IRC | 16:49 | |
| *** carl_baldwin_ has joined #openstack-meeting | 16:49 | |
| *** enterprisedc has joined #openstack-meeting | 16:50 | |
| *** enykeev has quit IRC | 16:50 | |
| *** fouxm has quit IRC | 16:51 | |
| *** dguitarbite has joined #openstack-meeting | 16:51 | |
| *** dguitarbite has joined #openstack-meeting | 16:51 | |
| *** fouxm has joined #openstack-meeting | 16:51 | |
| *** marun has quit IRC | 16:51 | |
| *** elo1 has joined #openstack-meeting | 16:52 | |
| *** enykeev has joined #openstack-meeting | 16:52 | |
| *** esheffield has joined #openstack-meeting | 16:52 | |
| *** VW_ has quit IRC | 16:53 | |
| *** dhellmann_ has quit IRC | 16:53 | |
| *** dhellmann_ has joined #openstack-meeting | 16:54 | |
| *** ndipanov has quit IRC | 16:54 | |
| *** lukasa_home has joined #openstack-meeting | 16:55 | |
| *** dhellmann_ has quit IRC | 16:56 | |
| *** shashankhegde has quit IRC | 16:56 | |
| *** Mandell has quit IRC | 16:56 | |
| *** aimon has quit IRC | 16:57 | |
| *** annegent_ has joined #openstack-meeting | 16:57 | |
| *** _nadya_ has joined #openstack-meeting | 16:57 | |
| *** dhellmann_ has joined #openstack-meeting | 16:57 | |
| *** jlanoux has quit IRC | 16:58 | |
| *** eglynn is now known as eglynn-call | 16:58 | |
| *** pkoniszewski has joined #openstack-meeting | 16:58 | |
| *** ChuckC has joined #openstack-meeting | 16:58 | |
| *** etoews has quit IRC | 16:59 | |
| *** ItSANgo has quit IRC | 16:59 | |
| *** dhellmann_ has quit IRC | 16:59 | |
| *** vigneshvar has joined #openstack-meeting | 16:59 | |
| *** etoews has joined #openstack-meeting | 16:59 | |
| *** ItSANgo has joined #openstack-meeting | 16:59 | |
| *** dhellmann_ has joined #openstack-meeting | 16:59 | |
| *** jtomasek has quit IRC | 17:00 | |
| *** carl_baldwin_ has quit IRC | 17:01 | |
| *** otter768 has quit IRC | 17:01 | |
| *** suro_ has joined #openstack-meeting | 17:01 | |
| *** whenry has joined #openstack-meeting | 17:01 | |
| *** suro_ has quit IRC | 17:01 | |
| *** sarob has joined #openstack-meeting | 17:02 | |
| *** mdenny has quit IRC | 17:02 | |
| *** tomoe_ has joined #openstack-meeting | 17:03 | |
| *** carl_baldwin has joined #openstack-meeting | 17:03 | |
| *** annegent_ has quit IRC | 17:04 | |
| *** sdake_ has quit IRC | 17:04 | |
| *** aranjan has joined #openstack-meeting | 17:05 | |
| *** pkoniszewski has quit IRC | 17:05 | |
| *** crc32 has joined #openstack-meeting | 17:06 | |
| *** carl_baldwin has quit IRC | 17:06 | |
| *** thedodd has quit IRC | 17:06 | |
| *** bvandenh has quit IRC | 17:06 | |
| *** sahid has quit IRC | 17:06 | |
| *** annegent_ has joined #openstack-meeting | 17:07 | |
| *** safchain has quit IRC | 17:07 | |
| *** balajiiyer has joined #openstack-meeting | 17:09 | |
| *** thedodd has joined #openstack-meeting | 17:09 | |
| *** rwsu-afk is now known as rwsu | 17:09 | |
| *** dsetia has joined #openstack-meeting | 17:09 | |
| *** j05h has quit IRC | 17:09 | |
| *** Guest72865 has quit IRC | 17:10 | |
| *** markvan has quit IRC | 17:10 | |
| *** aranjan has quit IRC | 17:10 | |
| *** carl_baldwin has joined #openstack-meeting | 17:10 | |
| *** sarob has quit IRC | 17:10 | |
| *** annegent_ has quit IRC | 17:12 | |
| *** sarob has joined #openstack-meeting | 17:12 | |
| *** fzdarsky has quit IRC | 17:12 | |
| *** ChrisPriceAB has quit IRC | 17:13 | |
| *** vigneshvar has quit IRC | 17:14 | |
| *** ttrifonov is now known as zz_ttrifonov | 17:14 | |
| *** j05h has joined #openstack-meeting | 17:14 | |
| *** vivek-ebay has joined #openstack-meeting | 17:15 | |
| *** carl_baldwin_ has joined #openstack-meeting | 17:15 | |
| *** sarob has quit IRC | 17:15 | |
| *** aimon has joined #openstack-meeting | 17:15 | |
| *** carl_baldwin has quit IRC | 17:15 | |
| *** carl_baldwin_ is now known as carl_baldwin | 17:15 | |
| *** zehicle has quit IRC | 17:15 | |
| *** salv-orlando has quit IRC | 17:16 | |
| *** pczesno has quit IRC | 17:18 | |
| *** heyongli has quit IRC | 17:18 | |
| *** SridharRamaswamy has joined #openstack-meeting | 17:18 | |
| *** ajayaa has quit IRC | 17:19 | |
| *** paragan has quit IRC | 17:19 | |
| *** rmoe has quit IRC | 17:19 | |
| *** raildo has quit IRC | 17:20 | |
| *** rwsu has quit IRC | 17:20 | |
| *** belmoreira has quit IRC | 17:21 | |
| *** SridharRamaswam1 has joined #openstack-meeting | 17:22 | |
| *** heyongli has joined #openstack-meeting | 17:23 | |
| *** pczesno has joined #openstack-meeting | 17:23 | |
| *** SridharRamaswamy has quit IRC | 17:23 | |
| *** zz_jgrimmn is now known as jgrimm | 17:23 | |
| *** e0ne has quit IRC | 17:24 | |
| *** raildo has joined #openstack-meeting | 17:24 | |
| *** armax has quit IRC | 17:25 | |
| *** carl_baldwin has quit IRC | 17:25 | |
| *** niska has joined #openstack-meeting | 17:25 | |
| *** BrianShang_ has joined #openstack-meeting | 17:26 | |
| *** thumpba has joined #openstack-meeting | 17:26 | |
| *** leeantho has joined #openstack-meeting | 17:27 | |
| *** dsetia has quit IRC | 17:27 | |
| *** lukasa_home has quit IRC | 17:28 | |
| *** noslzzp has joined #openstack-meeting | 17:28 | |
| *** marun has joined #openstack-meeting | 17:28 | |
| *** sigmavirus24_awa is now known as sigmavirus24 | 17:28 | |
| *** BrianShang has quit IRC | 17:28 | |
| *** thumpba has quit IRC | 17:30 | |
| *** thedodd has quit IRC | 17:31 | |
| *** thedodd has joined #openstack-meeting | 17:31 | |
| *** shashankhegde has joined #openstack-meeting | 17:32 | |
| *** rmoe has joined #openstack-meeting | 17:34 | |
| *** lukasa_home has joined #openstack-meeting | 17:35 | |
| *** pdb has quit IRC | 17:35 | |
| *** vigneshvar has joined #openstack-meeting | 17:37 | |
| *** sarob has joined #openstack-meeting | 17:37 | |
| *** IlyaE has quit IRC | 17:39 | |
| *** ndipanov has joined #openstack-meeting | 17:40 | |
| *** edleafe is now known as figleaf | 17:41 | |
| *** pradipta has quit IRC | 17:41 | |
| *** armax has joined #openstack-meeting | 17:42 | |
| *** shashankhegde has quit IRC | 17:42 | |
| *** VW_ has joined #openstack-meeting | 17:42 | |
| *** radez is now known as radez_g0n3 | 17:43 | |
| *** rfolco has quit IRC | 17:43 | |
| *** bnemec is now known as beekneemech | 17:44 | |
| *** sarob has quit IRC | 17:44 | |
| *** rfolco has joined #openstack-meeting | 17:44 | |
| *** SumitNaiksatam has quit IRC | 17:45 | |
| *** SumitNaiksatam has joined #openstack-meeting | 17:46 | |
| *** noelbk has joined #openstack-meeting | 17:46 | |
| *** ChuckC has quit IRC | 17:46 | |
| *** annegent_ has joined #openstack-meeting | 17:47 | |
| *** suro_ has joined #openstack-meeting | 17:47 | |
| *** spandhe has joined #openstack-meeting | 17:47 | |
| *** amakarov is now known as amakarov_away | 17:48 | |
| *** rwsu has joined #openstack-meeting | 17:49 | |
| *** salv-orlando has joined #openstack-meeting | 17:49 | |
| *** zehicle has joined #openstack-meeting | 17:50 | |
| *** luqas has quit IRC | 17:51 | |
| *** achanda has joined #openstack-meeting | 17:51 | |
| *** elo1 has quit IRC | 17:52 | |
| *** sarob has joined #openstack-meeting | 17:53 | |
| *** oanufriev has quit IRC | 17:53 | |
| *** sarob has quit IRC | 17:53 | |
| *** sarob has joined #openstack-meeting | 17:54 | |
| *** ygbo has quit IRC | 17:55 | |
| *** IlyaE has joined #openstack-meeting | 17:56 | |
| *** j05h has quit IRC | 17:56 | |
| *** neelashah has joined #openstack-meeting | 17:58 | |
| *** pelix has quit IRC | 17:58 | |
| *** sarob has quit IRC | 17:58 | |
| *** niska has quit IRC | 17:59 | |
| *** aimon has quit IRC | 17:59 | |
| *** balajiiyer has quit IRC | 18:00 | |
| *** mrmartin has joined #openstack-meeting | 18:01 | |
| *** garthb has joined #openstack-meeting | 18:01 | |
| *** ChuckC has joined #openstack-meeting | 18:02 | |
| *** leeantho has quit IRC | 18:02 | |
| *** leeantho has joined #openstack-meeting | 18:02 | |
| *** gyee has joined #openstack-meeting | 18:03 | |
| *** tomoe_ has quit IRC | 18:04 | |
| *** garthb has quit IRC | 18:05 | |
| *** derekh has quit IRC | 18:06 | |
| *** thedodd has quit IRC | 18:06 | |
| *** esheffield has quit IRC | 18:07 | |
| *** anish__ has quit IRC | 18:10 | |
| *** aranjan has joined #openstack-meeting | 18:10 | |
| *** ndipanov has quit IRC | 18:11 | |
| *** swamireddy has quit IRC | 18:13 | |
| *** flyfisher is now known as hemna | 18:14 | |
| *** mrmartin has quit IRC | 18:14 | |
| *** dguitarbite has quit IRC | 18:15 | |
| *** harlowja has joined #openstack-meeting | 18:15 | |
| *** s3wong has joined #openstack-meeting | 18:16 | |
| *** otter768 has joined #openstack-meeting | 18:16 | |
| *** aranjan has quit IRC | 18:16 | |
| *** aranjan has joined #openstack-meeting | 18:16 | |
| *** j05h has joined #openstack-meeting | 18:19 | |
| *** dsetia has joined #openstack-meeting | 18:21 | |
| *** esheffield has joined #openstack-meeting | 18:21 | |
| *** dsetia_ has joined #openstack-meeting | 18:22 | |
| *** balajiiyer has joined #openstack-meeting | 18:23 | |
| *** dsetia has quit IRC | 18:23 | |
| *** fawadkhaliq has joined #openstack-meeting | 18:23 | |
| *** sarob has joined #openstack-meeting | 18:25 | |
| *** shashankhegde has joined #openstack-meeting | 18:25 | |
| *** otter768 has quit IRC | 18:26 | |
| *** e0ne has joined #openstack-meeting | 18:26 | |
| *** markvan has joined #openstack-meeting | 18:28 | |
| *** markvan has quit IRC | 18:28 | |
| *** ijw has quit IRC | 18:28 | |
| *** jjmb has joined #openstack-meeting | 18:30 | |
| *** jckasper_ has joined #openstack-meeting | 18:30 | |
| *** lukasa_home has quit IRC | 18:31 | |
| *** carl_baldwin has joined #openstack-meeting | 18:32 | |
| *** jckasper has quit IRC | 18:33 | |
| *** jungleboyj has joined #openstack-meeting | 18:34 | |
| *** jjmb has quit IRC | 18:34 | |
| *** _nadya_ has quit IRC | 18:35 | |
| *** lukasa_home has joined #openstack-meeting | 18:37 | |
| *** dannywilson has quit IRC | 18:37 | |
| *** dannywilson has joined #openstack-meeting | 18:38 | |
| *** mrmartin has joined #openstack-meeting | 18:39 | |
| *** jogo is now known as flashgordon | 18:40 | |
| *** niska has joined #openstack-meeting | 18:41 | |
| *** comay has joined #openstack-meeting | 18:41 | |
| *** dannywilson has quit IRC | 18:41 | |
| *** dannywilson has joined #openstack-meeting | 18:42 | |
| *** esker has joined #openstack-meeting | 18:45 | |
| *** n0ano has quit IRC | 18:48 | |
| *** bdpayne has joined #openstack-meeting | 18:48 | |
| *** eglynn-call has quit IRC | 18:48 | |
| *** jjmb has joined #openstack-meeting | 18:50 | |
| *** niska has quit IRC | 18:54 | |
| *** jjmb has quit IRC | 18:54 | |
| *** bvandenh has joined #openstack-meeting | 18:55 | |
| *** kebray has joined #openstack-meeting | 18:55 | |
| *** dhellmann has quit IRC | 18:58 | |
| *** dhellmann_ is now known as dhellmann | 18:58 | |
| *** dhellmann_ has joined #openstack-meeting | 18:59 | |
| *** zz_avozza is now known as avozza | 18:59 | |
| *** ivar-lazzaro has joined #openstack-meeting | 18:59 | |
| *** aimon has joined #openstack-meeting | 18:59 | |
| *** sarob has quit IRC | 19:00 | |
| *** sarob has joined #openstack-meeting | 19:00 | |
| *** dhellmann_ has quit IRC | 19:01 | |
| *** dhellmann_ has joined #openstack-meeting | 19:01 | |
| *** SumitNaiksatam has quit IRC | 19:03 | |
| *** johnthetubaguy is now known as zz_johnthetubagu | 19:03 | |
| *** aimon has quit IRC | 19:04 | |
| *** Mandell has joined #openstack-meeting | 19:04 | |
| *** aimon has joined #openstack-meeting | 19:05 | |
| *** sarob has quit IRC | 19:05 | |
| *** carl_baldwin has quit IRC | 19:07 | |
| *** boden has joined #openstack-meeting | 19:07 | |
| *** yamamoto has joined #openstack-meeting | 19:08 | |
| *** dhellmann has quit IRC | 19:09 | |
| *** dhellmann_ is now known as dhellmann | 19:09 | |
| *** ajayaa has joined #openstack-meeting | 19:10 | |
| *** thedodd has joined #openstack-meeting | 19:12 | |
| *** alexpilotti has quit IRC | 19:12 | |
| *** yamamoto has quit IRC | 19:13 | |
| *** marrusl has quit IRC | 19:15 | |
| *** annegent_ has quit IRC | 19:15 | |
| *** jjmb has joined #openstack-meeting | 19:16 | |
| *** aepifanov has joined #openstack-meeting | 19:19 | |
| *** jjmb has quit IRC | 19:20 | |
| *** balajiiyer has quit IRC | 19:21 | |
| *** aysyd has quit IRC | 19:24 | |
| *** aysyd has joined #openstack-meeting | 19:24 | |
| *** Mandell has quit IRC | 19:27 | |
| *** Mandell has joined #openstack-meeting | 19:28 | |
| *** e0ne has quit IRC | 19:28 | |
| *** SumitNaiksatam has joined #openstack-meeting | 19:29 | |
| *** vivek-ebay has quit IRC | 19:29 | |
| *** bvandenh has quit IRC | 19:29 | |
| *** vivek-ebay has joined #openstack-meeting | 19:29 | |
| *** mrmartin has quit IRC | 19:32 | |
| *** vigneshvar has quit IRC | 19:33 | |
| *** sdake_ has joined #openstack-meeting | 19:33 | |
| *** vigneshvar has joined #openstack-meeting | 19:34 | |
| *** avozza is now known as zz_avozza | 19:34 | |
| *** thedodd has quit IRC | 19:34 | |
| *** mdenny has joined #openstack-meeting | 19:35 | |
| *** mdenny has quit IRC | 19:36 | |
| *** mdenny has joined #openstack-meeting | 19:36 | |
| *** andreykurilin_ has joined #openstack-meeting | 19:38 | |
| *** achanda has quit IRC | 19:44 | |
| *** SridharG has left #openstack-meeting | 19:45 | |
| *** zehicle has quit IRC | 19:46 | |
| *** shengjiemin has joined #openstack-meeting | 19:47 | |
| *** fawadkhaliq has quit IRC | 19:47 | |
| *** bradjones has quit IRC | 19:47 | |
| *** mrmartin has joined #openstack-meeting | 19:47 | |
| *** balajiiyer has joined #openstack-meeting | 19:48 | |
| *** mrmartin has quit IRC | 19:49 | |
| *** shengjiemin has quit IRC | 19:50 | |
| *** bradjones has joined #openstack-meeting | 19:50 | |
| *** radez_g0n3 is now known as radez | 19:50 | |
| *** niska has joined #openstack-meeting | 19:52 | |
| *** achanda has joined #openstack-meeting | 19:53 | |
| *** sigmavirus24 is now known as sigmavirus24_awa | 19:55 | |
| *** ajayaa has quit IRC | 19:55 | |
| *** annegent_ has joined #openstack-meeting | 20:01 | |
| *** tiswanso_ has quit IRC | 20:01 | |
| *** thedodd has joined #openstack-meeting | 20:02 | |
| *** tiswanso has joined #openstack-meeting | 20:02 | |
| *** amitgandhinz has quit IRC | 20:02 | |
| *** IlyaE has quit IRC | 20:02 | |
| *** rfolco has quit IRC | 20:03 | |
| *** amitgandhinz has joined #openstack-meeting | 20:03 | |
| *** rmoe has quit IRC | 20:03 | |
| *** hashar has joined #openstack-meeting | 20:03 | |
| *** raildo has quit IRC | 20:07 | |
| *** IlyaE has joined #openstack-meeting | 20:07 | |
| *** bill_az_ has quit IRC | 20:09 | |
| *** yeungp has quit IRC | 20:09 | |
| *** s3wong has quit IRC | 20:10 | |
| *** SridharRamaswamy has joined #openstack-meeting | 20:10 | |
| *** amitgandhinz has quit IRC | 20:10 | |
| *** SridharRamaswam1 has quit IRC | 20:11 | |
| *** marrusl has joined #openstack-meeting | 20:12 | |
| *** penick has joined #openstack-meeting | 20:14 | |
| *** s3wong has joined #openstack-meeting | 20:14 | |
| *** niska has quit IRC | 20:15 | |
| *** lukasa_home has quit IRC | 20:18 | |
| *** zehicle has joined #openstack-meeting | 20:19 | |
| *** kebray has quit IRC | 20:19 | |
| *** achanda has quit IRC | 20:20 | |
| *** aranjan has quit IRC | 20:23 | |
| *** balajiiyer has quit IRC | 20:26 | |
| *** adalbas has quit IRC | 20:26 | |
| *** niska has joined #openstack-meeting | 20:26 | |
| *** nellysmi_ has quit IRC | 20:27 | |
| *** otter768 has joined #openstack-meeting | 20:27 | |
| *** carl_baldwin has joined #openstack-meeting | 20:27 | |
| *** dannywilson has quit IRC | 20:27 | |
| *** rmoe has joined #openstack-meeting | 20:28 | |
| *** annegentle has quit IRC | 20:29 | |
| *** aysyd has quit IRC | 20:30 | |
| *** otter768 has quit IRC | 20:31 | |
| *** carl_baldwin has quit IRC | 20:32 | |
| *** vivek-ebay has quit IRC | 20:33 | |
| *** vivek-ebay has joined #openstack-meeting | 20:33 | |
| *** jhenner1 has joined #openstack-meeting | 20:35 | |
| *** vivek-ebay has quit IRC | 20:35 | |
| *** BharatK has quit IRC | 20:35 | |
| *** vivek-eb_ has joined #openstack-meeting | 20:35 | |
| *** jhenner has quit IRC | 20:35 | |
| *** MIDENN_ has joined #openstack-meeting | 20:36 | |
| *** mdenny has quit IRC | 20:36 | |
| *** stevemar has quit IRC | 20:37 | |
| *** marcusvrn1 has quit IRC | 20:37 | |
| *** stevemar has joined #openstack-meeting | 20:38 | |
| *** vigneshvar has quit IRC | 20:38 | |
| *** sarob has joined #openstack-meeting | 20:38 | |
| *** bill_az_ has joined #openstack-meeting | 20:38 | |
| *** prad has quit IRC | 20:38 | |
| *** ijw has joined #openstack-meeting | 20:39 | |
| *** dannywilson has joined #openstack-meeting | 20:39 | |
| *** ijw has quit IRC | 20:40 | |
| *** ijw has joined #openstack-meeting | 20:40 | |
| *** hashar has quit IRC | 20:40 | |
| *** jhenner1 has quit IRC | 20:40 | |
| *** jgrimm is now known as zz_jgrimm | 20:42 | |
| *** dannywilson has quit IRC | 20:44 | |
| *** dannywilson has joined #openstack-meeting | 20:45 | |
| *** rushil has quit IRC | 20:48 | |
| *** niska has quit IRC | 20:48 | |
| *** dannywilson has quit IRC | 20:49 | |
| *** shashankhegde has quit IRC | 20:50 | |
| *** andreaf has quit IRC | 20:51 | |
| *** IlyaE has quit IRC | 20:51 | |
| *** armax has quit IRC | 20:52 | |
| *** shashankhegde has joined #openstack-meeting | 20:53 | |
| *** whenry has quit IRC | 20:54 | |
| *** balajiiyer has joined #openstack-meeting | 20:54 | |
| *** _nadya_ has joined #openstack-meeting | 20:55 | |
| *** pnavarro has joined #openstack-meeting | 20:55 | |
| *** markvan has joined #openstack-meeting | 20:56 | |
| *** mwagner_lap has quit IRC | 20:57 | |
| *** ijw_ has joined #openstack-meeting | 20:58 | |
| *** haomaiw__ has joined #openstack-meeting | 20:58 | |
| *** ijw_ has quit IRC | 21:00 | |
| *** ijw_ has joined #openstack-meeting | 21:00 | |
| *** tiswanso has quit IRC | 21:01 | |
| *** haomaiwang has quit IRC | 21:01 | |
| *** ijw has quit IRC | 21:02 | |
| *** Adri2000 has quit IRC | 21:02 | |
| *** Adri2000 has joined #openstack-meeting | 21:03 | |
| *** tomoe_ has joined #openstack-meeting | 21:05 | |
| *** tiswanso_ has joined #openstack-meeting | 21:06 | |
| *** bdpayne has quit IRC | 21:06 | |
| *** lukasa_home has joined #openstack-meeting | 21:07 | |
| *** armax has joined #openstack-meeting | 21:07 | |
| *** markmcclain has quit IRC | 21:09 | |
| *** tomoe_ has quit IRC | 21:10 | |
| *** marun has quit IRC | 21:13 | |
| *** jhenner has joined #openstack-meeting | 21:15 | |
| *** markvan has quit IRC | 21:18 | |
| *** SridharRamaswam1 has joined #openstack-meeting | 21:18 | |
| *** dneary has quit IRC | 21:18 | |
| *** SridharRamaswamy has quit IRC | 21:19 | |
| *** pnavarro has quit IRC | 21:20 | |
| *** achanda has joined #openstack-meeting | 21:20 | |
| *** BaconIsKing has joined #openstack-meeting | 21:23 | |
| *** aranjan has joined #openstack-meeting | 21:23 | |
| *** _nadya_ has quit IRC | 21:23 | |
| *** zzz_jasonamyers is now known as jasonamyers | 21:23 | |
| *** BaconIsKing has quit IRC | 21:24 | |
| *** dprince has quit IRC | 21:25 | |
| *** jasonamyers is now known as zzz_jasonamyers | 21:25 | |
| *** achanda has quit IRC | 21:25 | |
| *** SridharRamaswam1 has quit IRC | 21:26 | |
| *** BaconIsK_ has joined #openstack-meeting | 21:26 | |
| *** jungleboyj has quit IRC | 21:26 | |
| *** topol has quit IRC | 21:27 | |
| *** mattgriffin has quit IRC | 21:30 | |
| *** IlyaE has joined #openstack-meeting | 21:30 | |
| *** aepifanov has quit IRC | 21:31 | |
| *** radez is now known as radez_g0n3 | 21:31 | |
| *** vivek-eb_ has quit IRC | 21:32 | |
| *** BaconIsK_ has quit IRC | 21:32 | |
| *** balajiiyer has quit IRC | 21:35 | |
| *** AmirBaleghi3 has quit IRC | 21:37 | |
| *** vivek-ebay has joined #openstack-meeting | 21:37 | |
| *** whenry has joined #openstack-meeting | 21:38 | |
| *** ChuckC has quit IRC | 21:38 | |
| *** MIDENN_ has quit IRC | 21:39 | |
| *** marun has joined #openstack-meeting | 21:40 | |
| *** crc32 has quit IRC | 21:40 | |
| *** zzz_jasonamyers is now known as jasonamyers | 21:41 | |
| *** vigneshvar has joined #openstack-meeting | 21:41 | |
| *** IlyaE has quit IRC | 21:41 | |
| *** amotoki has quit IRC | 21:41 | |
| *** mattgriffin has joined #openstack-meeting | 21:41 | |
| *** leakypipes has quit IRC | 21:41 | |
| *** IlyaE has joined #openstack-meeting | 21:42 | |
| *** markmcclain has joined #openstack-meeting | 21:43 | |
| *** sigmavirus24_awa is now known as sigmavirus24 | 21:43 | |
| *** Riddhi has quit IRC | 21:44 | |
| *** yamahata has quit IRC | 21:45 | |
| *** alexpilotti has joined #openstack-meeting | 21:47 | |
| *** cgoncalves has quit IRC | 21:47 | |
| *** cgoncalves has joined #openstack-meeting | 21:47 | |
| *** vijendar has quit IRC | 21:50 | |
| *** claudiub has quit IRC | 21:50 | |
| *** baoli has quit IRC | 21:51 | |
| *** jasonamyers is now known as zzz_jasonamyers | 21:51 | |
| *** spandhe has quit IRC | 21:58 | |
| *** amitgandhinz has joined #openstack-meeting | 21:59 | |
| *** mdenny has joined #openstack-meeting | 21:59 | |
| *** jecarey has quit IRC | 21:59 | |
| *** rbak has quit IRC | 22:00 | |
| *** annegent_ has quit IRC | 22:00 | |
| *** achanda has joined #openstack-meeting | 22:00 | |
| *** dneary has joined #openstack-meeting | 22:00 | |
| *** etoews has quit IRC | 22:04 | |
| *** etoews has joined #openstack-meeting | 22:04 | |
| *** spandhe has joined #openstack-meeting | 22:05 | |
| *** salv-orl_ has joined #openstack-meeting | 22:07 | |
| *** fnaval has quit IRC | 22:07 | |
| *** salv-orlando has quit IRC | 22:08 | |
| *** IlyaE has quit IRC | 22:09 | |
| *** bradjones has quit IRC | 22:09 | |
| *** mattgriffin has quit IRC | 22:09 | |
| *** IlyaE has joined #openstack-meeting | 22:09 | |
| *** mattgriffin has joined #openstack-meeting | 22:10 | |
| *** claudiub has joined #openstack-meeting | 22:10 | |
| *** MIDENN_ has joined #openstack-meeting | 22:10 | |
| *** zigo has joined #openstack-meeting | 22:11 | |
| *** salv-orl_ has quit IRC | 22:11 | |
| *** MIDENN_ has quit IRC | 22:12 | |
| *** joesavak has quit IRC | 22:13 | |
| *** bradjones has joined #openstack-meeting | 22:13 | |
| *** fnaval has joined #openstack-meeting | 22:13 | |
| *** bknudson has quit IRC | 22:13 | |
| *** ChuckC has joined #openstack-meeting | 22:13 | |
| *** vivek-ebay has quit IRC | 22:13 | |
| *** achanda has quit IRC | 22:17 | |
| *** achanda has joined #openstack-meeting | 22:17 | |
| *** jhenner has quit IRC | 22:18 | |
| *** jungleboyj has joined #openstack-meeting | 22:19 | |
| *** shwetaap has quit IRC | 22:19 | |
| *** jhenner has joined #openstack-meeting | 22:20 | |
| *** sergef has quit IRC | 22:21 | |
| *** jjmb has joined #openstack-meeting | 22:22 | |
| *** baoli has joined #openstack-meeting | 22:23 | |
| *** stevemar has quit IRC | 22:26 | |
| *** juzuluag has quit IRC | 22:26 | |
| *** erlon has quit IRC | 22:26 | |
| *** stevemar has joined #openstack-meeting | 22:27 | |
| *** nellysmitt has joined #openstack-meeting | 22:27 | |
| *** otter768 has joined #openstack-meeting | 22:27 | |
| *** vivek-ebay has joined #openstack-meeting | 22:28 | |
| *** jjmb has quit IRC | 22:29 | |
| *** marun has quit IRC | 22:30 | |
| *** annegentle has joined #openstack-meeting | 22:30 | |
| *** nellysmitt has quit IRC | 22:32 | |
| *** otter768 has quit IRC | 22:32 | |
| *** baoli has quit IRC | 22:33 | |
| *** vigneshvar has quit IRC | 22:36 | |
| *** jungleboyj has quit IRC | 22:37 | |
| *** zehicle has quit IRC | 22:39 | |
| *** dneary has quit IRC | 22:39 | |
| *** ijw_ has quit IRC | 22:39 | |
| *** banix has quit IRC | 22:40 | |
| *** esheffield has quit IRC | 22:41 | |
| *** mattgrif_ has joined #openstack-meeting | 22:42 | |
| *** mattgriffin has quit IRC | 22:42 | |
| *** neelashah has quit IRC | 22:43 | |
| *** carl_baldwin has joined #openstack-meeting | 22:45 | |
| *** enterprisedc has quit IRC | 22:45 | |
| *** claudiub_ has joined #openstack-meeting | 22:47 | |
| *** joesavak has joined #openstack-meeting | 22:47 | |
| *** vigneshvar has joined #openstack-meeting | 22:47 | |
| *** claudiub has quit IRC | 22:48 | |
| *** otter768 has joined #openstack-meeting | 22:48 | |
| *** enterprisedc has joined #openstack-meeting | 22:49 | |
| *** jsavak has joined #openstack-meeting | 22:49 | |
| *** yamamoto has joined #openstack-meeting | 22:50 | |
| *** joesavak has quit IRC | 22:53 | |
| *** tellesnobrega_ has joined #openstack-meeting | 22:54 | |
| *** wanghong has quit IRC | 22:54 | |
| *** wanghong has joined #openstack-meeting | 22:55 | |
| *** wanghong has quit IRC | 22:55 | |
| *** penick has quit IRC | 22:56 | |
| *** jungleboyj has joined #openstack-meeting | 22:57 | |
| *** annegentle has quit IRC | 22:57 | |
| *** annegentle has joined #openstack-meeting | 22:57 | |
| *** dane_leblanc has quit IRC | 22:58 | |
| *** marun has joined #openstack-meeting | 22:58 | |
| *** yamamoto has quit IRC | 23:00 | |
| *** IlyaE has quit IRC | 23:01 | |
| *** IlyaE has joined #openstack-meeting | 23:01 | |
| *** s3wong has quit IRC | 23:02 | |
| *** s3wong has joined #openstack-meeting | 23:03 | |
| *** jungleboyj has quit IRC | 23:05 | |
| *** jjmb has joined #openstack-meeting | 23:06 | |
| *** jungleboyj has joined #openstack-meeting | 23:06 | |
| *** eglynn-call has joined #openstack-meeting | 23:06 | |
| *** mattgrif_ has quit IRC | 23:07 | |
| *** amitgandhinz has quit IRC | 23:07 | |
| *** yamamoto has joined #openstack-meeting | 23:07 | |
| *** BaconIsKing has joined #openstack-meeting | 23:08 | |
| *** jsavak has quit IRC | 23:09 | |
| *** reed has quit IRC | 23:11 | |
| *** yamamoto has quit IRC | 23:13 | |
| *** marun has quit IRC | 23:13 | |
| *** BaconIsKing has quit IRC | 23:15 | |
| *** etoews has quit IRC | 23:15 | |
| *** sarob has quit IRC | 23:16 | |
| *** sigmavirus24 is now known as sigmavirus24_awa | 23:16 | |
| *** sarob has joined #openstack-meeting | 23:17 | |
| *** etoews has joined #openstack-meeting | 23:17 | |
| *** annegentle has quit IRC | 23:18 | |
| *** ddieterly has quit IRC | 23:19 | |
| *** eglynn-call has quit IRC | 23:19 | |
| *** shashankhegde has quit IRC | 23:20 | |
| *** boden has quit IRC | 23:20 | |
| *** dannywilson has joined #openstack-meeting | 23:20 | |
| *** sarob has quit IRC | 23:21 | |
| *** dannywilson has quit IRC | 23:24 | |
| *** jhenner has quit IRC | 23:25 | |
| *** dannywilson has joined #openstack-meeting | 23:25 | |
| *** bknudson has joined #openstack-meeting | 23:25 | |
| *** thedodd has quit IRC | 23:25 | |
| *** sarob has joined #openstack-meeting | 23:26 | |
| *** salv-orlando has joined #openstack-meeting | 23:29 | |
| *** zehicle has joined #openstack-meeting | 23:30 | |
| *** unicell has joined #openstack-meeting | 23:31 | |
| *** jjmb has quit IRC | 23:31 | |
| *** IlyaE has quit IRC | 23:33 | |
| *** figleaf is now known as edleafe | 23:34 | |
| *** Mandell has quit IRC | 23:34 | |
| *** salv-orlando has quit IRC | 23:34 | |
| *** noslzzp has quit IRC | 23:36 | |
| *** IlyaE has joined #openstack-meeting | 23:36 | |
| *** sdake_ has quit IRC | 23:37 | |
| *** edleafe is now known as figleaf | 23:38 | |
| *** figleaf is now known as edleafe | 23:38 | |
| *** IanGovett1 has quit IRC | 23:42 | |
| *** salv-orlando has joined #openstack-meeting | 23:43 | |
| *** IanGovett has joined #openstack-meeting | 23:43 | |
| *** salv-orlando has quit IRC | 23:45 | |
| *** timcline has quit IRC | 23:48 | |
| *** zzz_jasonamyers is now known as jasonamyers | 23:48 | |
| *** IanGovett has quit IRC | 23:48 | |
| *** annegentle has joined #openstack-meeting | 23:49 | |
| *** jasonamyers is now known as zzz_jasonamyers | 23:49 | |
| *** zzz_jasonamyers is now known as jasonamyers | 23:50 | |
| *** marun has joined #openstack-meeting | 23:50 | |
| *** lukasa_home has quit IRC | 23:51 | |
| *** thomasem has quit IRC | 23:52 | |
| *** jasonamyers is now known as zzz_jasonamyers | 23:53 | |
| *** jungleboyj has quit IRC | 23:54 | |
| *** armax has quit IRC | 23:55 | |
| *** stevemar has quit IRC | 23:56 | |
| *** annegentle has quit IRC | 23:58 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!