*** ramineni_ has joined #openstack-meeting | 00:01 | |
*** shaohe_feng has quit IRC | 00:02 | |
thinrichs | Hi all | 00:02 |
---|---|---|
thinrichs | #startmeeting CongressTeamMeeting | 00:02 |
openstack | Meeting started Thu Aug 18 00:02:55 2016 UTC and is due to finish in 60 minutes. The chair is thinrichs. Information about MeetBot at http://wiki.debian.org/MeetBot. | 00:02 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 00:02 |
*** openstack changes topic to " (Meeting topic: CongressTeamMeeting)" | 00:02 | |
openstack | The meeting name has been set to 'congressteammeeting' | 00:03 |
*** shaohe_feng has joined #openstack-meeting | 00:03 | |
ramineni_ | hi | 00:03 |
masahito | hi | 00:03 |
*** julim has quit IRC | 00:03 | |
ekcs | hi | 00:03 |
thinrichs | aimeeu: courtesy ping (she maybe on vacation) | 00:04 |
ekcs | welcome back masahito ! | 00:04 |
ekcs | Yes, I think aimeeu is away. | 00:04 |
thinrichs | Agenda for today.. | 00:04 |
masahito | ekcs: thanks | 00:04 |
*** zhurong has quit IRC | 00:04 | |
thinrichs | 1. milestones for newton | 00:04 |
thinrichs | 2. status | 00:04 |
thinrichs | Anything else? | 00:05 |
thinrichs | #topic Newton milestones | 00:05 |
*** openstack changes topic to "Newton milestones (Meeting topic: CongressTeamMeeting)" | 00:05 | |
thinrichs | Here's the schedule... | 00:05 |
thinrichs | #link http://releases.openstack.org/newton/schedule.html | 00:05 |
thinrichs | Few noteworthy items.. | 00:06 |
thinrichs | Aug 29-Sep 02: newton-3 and final release for client libraries | 00:06 |
thinrichs | So that's about 2 weeks away | 00:06 |
*** su_zhang has joined #openstack-meeting | 00:06 | |
thinrichs | masahito: are you still planning to expose lazy polling for datasources thru the aPI? We'll want client code in place for the same. | 00:07 |
*** aeng has joined #openstack-meeting | 00:07 | |
masahito | Yes. | 00:07 |
*** Julien-zte has joined #openstack-meeting | 00:08 | |
masahito | I notice that we don't need to modify client codes. | 00:08 |
masahito | because the flag for lazy is in config option of datasource. | 00:08 |
thinrichs | That's good. So it's set at the time of creating the datasource, and if you want to change it you delete the datasource and create a new one. | 00:09 |
*** stanchan has joined #openstack-meeting | 00:09 | |
thinrichs | Is that what you had in mind? | 00:09 |
masahito | yes. | 00:09 |
thinrichs | Cool. I love getting functionality in without changing the API! | 00:09 |
*** leeantho has quit IRC | 00:09 | |
thinrichs | Means we have a solid API. | 00:09 |
masahito | If we want to change config value of datasource on the fly, I think it's different API. | 00:10 |
*** elo has quit IRC | 00:10 | |
masahito | but now, this is out of scope. | 00:10 |
thinrichs | masahito: makes sense to me | 00:11 |
thinrichs | Other item on the calendar is that PTL nominations are Sep 12-16. | 00:11 |
thinrichs | If anyone is interested and wants to chat about what's involved, let me know. | 00:11 |
*** Wenzhi has joined #openstack-meeting | 00:12 | |
ekcs | got it. | 00:12 |
*** shaohe_feng has quit IRC | 00:12 | |
thinrichs | One thing we should discuss is what we hope to finish by newton-3 | 00:12 |
thinrichs | I think we can save that til after we go through status updates | 00:12 |
thinrichs | Moving on. | 00:12 |
thinrichs | #topic status | 00:13 |
*** openstack changes topic to "status (Meeting topic: CongressTeamMeeting)" | 00:13 | |
*** shaohe_feng has joined #openstack-meeting | 00:13 | |
thinrichs | ramineni_: want to give your status update? | 00:13 |
ramineni_ | thinrichs: ok | 00:13 |
ramineni_ | thinrichs: im trying to add a new job in gate for HA , to run existing tempest tests in HA, need to test locally first | 00:15 |
ramineni_ | thinrichs: but im thinking of starting only one more PE process not the API one | 00:16 |
thinrichs | Remind me what deployments we're testing now… | 00:16 |
thinrichs | PE+DSD+API in 1 process, | 00:17 |
thinrichs | PE, DSD, API in 3 separate processes | 00:17 |
*** bswartz has quit IRC | 00:17 | |
thinrichs | What's the HA version? | 00:17 |
ramineni_ | thinking of API+PE+PE+DSD | 00:18 |
ramineni_ | all seperate processes | 00:18 |
*** mriedem has joined #openstack-meeting | 00:18 | |
ramineni_ | because we cant start myultiple API´s on the same node, it will conflict with port | 00:18 |
ramineni_ | i think we should be able to test with multiple PE´s | 00:19 |
*** thorst_ has joined #openstack-meeting | 00:19 | |
thinrichs | So for policy API calls we'll let oslo-messaging pick the PE to send the message to | 00:19 |
ramineni_ | yes | 00:20 |
thinrichs | As long as we think oslo-messaging won't always pick the same PE, that seems fine | 00:20 |
thinrichs | ekcs: what do you think? | 00:20 |
thinrichs | Another option: is it possible/easy to (a) startup multiple API servers on different ports and (b) write tempest tests to send requests to different ports? | 00:20 |
ekcs | we discussed it last time. That’s what I also thought is best, but we should check to make sure oslo won’t always pick same. | 00:21 |
*** gyee_ has quit IRC | 00:21 | |
ramineni_ | thinrichs: thats what current HA tempest tests does | 00:21 |
ramineni_ | it starts on different port | 00:22 |
ramineni_ | but isn´t it the same | 00:22 |
*** dane_leblanc has quit IRC | 00:22 | |
*** shaohe_feng has quit IRC | 00:22 | |
ramineni_ | anyway we are sending it to one API only | 00:22 |
*** Julien-zte has quit IRC | 00:22 | |
thinrichs | ramineni_: Ok. Sounds like you're doing all the right things then. | 00:23 |
*** shaohe_feng has joined #openstack-meeting | 00:23 | |
thinrichs | ramineni_: anything you need from us? | 00:23 |
ekcs | if it’s easy to start on diff ports, then I think that would be best. | 00:23 |
thinrichs | and if it's easy to send requests to different ports. We don't do that today | 00:23 |
ramineni_ | ekcs: y? | 00:24 |
*** Wenzhi has quit IRC | 00:24 | |
ekcs | two reasons: 1. that way we have more control over the test. send to A then to B. more reproducible if there is failure. | 00:24 |
ekcs | 2. that way we test in the recommended deployment config of API+PE in one node. | 00:25 |
ekcs | but I didn’t know whether it was easy or hard to start on diff ports and send requests to diff ports. | 00:25 |
ekcs | just my thoughts. | 00:25 |
thinrichs | ekcs: +1 Lots of nondeterminism in letting oslo-messaging pick the PE | 00:25 |
thinrichs | Seems worth investigating whether we can send API requests to different ports in tempest | 00:26 |
ramineni_ | ekcs: thinrichs: i still dont get it, even if we start on different ports PE would be automatically chosen | 00:26 |
ramineni_ | may be we could discuss this later | 00:26 |
ekcs | yea maybe I’m confused about whether we can send a request to a specific port. | 00:27 |
thinrichs | If we deployed 3 processes: (i) API+PE, (ii) API + PE, (iii) DSD | 00:27 |
thinrichs | then we can write tests that send API calls to (i) or (ii) explicitly. | 00:27 |
thinrichs | (Assuming we can send API calls to different ports) | 00:27 |
thinrichs | Let's come back to this later if there's time. | 00:28 |
thinrichs | masahito: want to give a status report? | 00:29 |
masahito | thinrichs: sure | 00:29 |
masahito | I'm updating a patch for lazy datasource. I'll push it today. | 00:30 |
masahito | that's from my side. not a lot progress. | 00:30 |
*** kaminohana has quit IRC | 00:31 | |
*** penick has joined #openstack-meeting | 00:31 | |
thinrichs | masahito: thanks | 00:31 |
thinrichs | ekcs: status update? | 00:31 |
ekcs | Submitted patches for: | 00:32 |
ekcs | 1. sync datasources by UUID to avoid mix-up due to datasoure name reuse. #link https://review.openstack.org/#/c/356157/ | 00:32 |
patchbot | ekcs: patch 356157 - congress - HAHT - datasource synchronizer use UUID not name | 00:32 |
ekcs | 2. resubscribe if sequenced data missing for too long. #link https://review.openstack.org/#/c/356806/ | 00:32 |
patchbot | ekcs: patch 356806 - congress - DSE2 - resubscribe if update missing for too long | 00:32 |
ekcs | 3. quick fix for ironic_driver that prevented congress from starting. | 00:32 |
ekcs | That’s all. | 00:32 |
*** bswartz has joined #openstack-meeting | 00:32 | |
*** shaohe_feng has quit IRC | 00:32 | |
thinrichs | Anything to discuss on those patches here? | 00:33 |
*** shaohe_feng has joined #openstack-meeting | 00:33 | |
ekcs | not really. | 00:34 |
thinrichs | On the resubscribe if update missing patch, did you run into that case? | 00:34 |
*** stanchan has quit IRC | 00:34 | |
ekcs | no I didn’t, but it was always planned (in my head =p ) | 00:34 |
*** sdake has joined #openstack-meeting | 00:35 | |
ekcs | without it, if a single update gets lost, no more updates can be processed from that table forever. | 00:35 |
thinrichs | Just wondered if you were doing some serious testing. Seemed like a tough one to hit by accident. | 00:35 |
thinrichs | I'll take a look tomorrow probably | 00:36 |
thinrichs | I'll do a quick update | 00:36 |
*** armax has quit IRC | 00:36 | |
ekcs | no haven’t done heavy testing. the version without resubscribe was basically meant for single-process dse2 use. | 00:36 |
thinrichs | I've been underwater all week. No real progress. Just tried to keep up with reviews. | 00:36 |
*** fredrik has joined #openstack-meeting | 00:37 | |
thinrichs | Let's move to the newton-3 discussion | 00:37 |
thinrichs | #topic newton-3 | 00:37 |
*** openstack changes topic to "newton-3 (Meeting topic: CongressTeamMeeting)" | 00:37 | |
thinrichs | We should figure out what we want to finish up in the next 2 weeks. | 00:37 |
ekcs | I think HAHT is on track for newton-3. All major required code changes are merged or in review. Remaining are tests and docs and optional features and I'm sure bug fixes. Still a fair amount of work for tests and docs, but I assume it's not the end of the world if those slip a couple weeks. | 00:38 |
ekcs | Here are the remaining bugs targeting newton-3 #link https://launchpad.net/congress/+milestone/newton-3 | 00:38 |
*** padkrish has joined #openstack-meeting | 00:38 | |
ekcs | slip into RC1 that is. | 00:39 |
*** padkrish_ has joined #openstack-meeting | 00:39 | |
ekcs | actually here’s a question about newton-3. | 00:40 |
ekcs | Soft StringFreeze¶ | 00:40 |
ekcs | You are no longer allowed to accept proposed changes containing modifications in user-facing strings. Such changes should be rejected by the review team and postponed until the next series development opens (which should happen when RC1 is published). | 00:40 |
ekcs | does that mean no changes to docs or just no changes to program output? | 00:40 |
thinrichs | Pretty sure that's program output | 00:40 |
ekcs | ok good =) | 00:41 |
thinrichs | That's for translation, I'm pretty sure. It gives the translation team time to internationalize the messages. | 00:41 |
ekcs | “user-facing strings” is a bit ambiguous. | 00:41 |
thinrichs | Docs always lag behind code, so freezing the docs before the code doesn't make sense | 00:41 |
*** fredrik has quit IRC | 00:41 | |
thinrichs | We haven't gotten around to internationalizing, so the string freeze doesn't apply | 00:42 |
*** roxanaghe has quit IRC | 00:42 | |
*** padkrish has quit IRC | 00:42 | |
thinrichs | Here's my first question: are we stable without HAHT deployments? I.e. if we deploy in 1 process? | 00:42 |
ekcs | i’ve only done very light testing so far. | 00:43 |
*** shaohe_feng has quit IRC | 00:43 | |
thinrichs | We have tempest tests running, so that gives us some confidence | 00:43 |
thinrichs | I'd say that once we hit newton-3, we should do some of that testing immediately. | 00:43 |
*** shaohe_feng has joined #openstack-meeting | 00:44 | |
thinrichs | The goal then is to get the HAHT code in by newton-3 and use the remainder of the cycle to find/fix bugs. | 00:44 |
*** Suyi has quit IRC | 00:44 | |
thinrichs | It looks like all the code is underway. | 00:44 |
thinrichs | Any worries about landing the ones in progress? | 00:45 |
*** dimtruck is now known as zz_dimtruck | 00:45 | |
thinrichs | The synchronizer update for distributed deployment (ramineni_)? | 00:45 |
thinrichs | datasource add/delete (ekcs)? | 00:45 |
*** Wenzhi has joined #openstack-meeting | 00:45 | |
ekcs | no notable concern on my end. | 00:46 |
ramineni_ | i have patch for that already | 00:46 |
thinrichs | Awesome! | 00:47 |
ekcs | I hope we can get all tests in by newton-3 too, to expose bugs as early as possible. should be doable. | 00:47 |
thinrichs | ekcs: +1 | 00:47 |
thinrichs | Maybe what I can do is save up some Congress time and once those two land start manual testing | 00:48 |
ekcs | new devstack will be interesting. | 00:48 |
*** gus has joined #openstack-meeting | 00:48 | |
ekcs | s/new/fresh | 00:48 |
*** amitgandhinz has joined #openstack-meeting | 00:49 | |
thinrichs | That's true. That'll take some time to get set up. | 00:49 |
thinrichs | Is our devstack plugin stable at this point? | 00:49 |
thinrichs | I could start getting that running now and then just upgrade the Congress code once it comes in | 00:50 |
ramineni_ | thinrichs: sorry, I have to leave now, will catchup later | 00:50 |
thinrichs | masahito: are you expecting your patches to land in time? | 00:51 |
*** ramineni_ has left #openstack-meeting | 00:51 | |
*** ramineni_ has quit IRC | 00:51 | |
thinrichs | ramineni_: sure. Thanks. See you later | 00:51 |
masahito | thinrichs: yap. | 00:51 |
thinrichs | Great! | 00:52 |
thinrichs | That's all I have for today. | 00:52 |
thinrichs | Anything else to discuss? | 00:52 |
thinrichs | #topic open discussion | 00:52 |
*** openstack changes topic to "open discussion (Meeting topic: CongressTeamMeeting)" | 00:52 | |
ekcs | i think I realized that ramineni_ meant on ha tempest test | 00:52 |
ekcs | we’re trying to reuse existing tempest tests on new deployment configuration. so we’re not targeting specific nodes anyway. | 00:53 |
*** shaohe_feng has quit IRC | 00:53 | |
thinrichs | ekcs: that makes sense. Reusing existing tests | 00:53 |
*** amitgandhinz has quit IRC | 00:53 | |
thinrichs | So I guess we'll need new variants of tests for the HA stuff | 00:54 |
*** shaohe_feng has joined #openstack-meeting | 00:54 | |
thinrichs | I guess those should be focused on testing just the HAHT features. We can leave the more basic functionality to the existing tests | 00:54 |
ekcs | so the tests themselves won’t target specific nodes. but we could still write a new layer that sends requests to diff ports in a deterministic fashion. | 00:54 |
ekcs | right. and from our discussion last time, i think the conclusion is that most of the detailed HA feature testing should be done in test_congress style unit tests. | 00:55 |
thinrichs | ekcs: makes sense | 00:55 |
ekcs | so it may or may not be worth doing extra work to adapt the existing tempest tests to distribute requests to diff ports. | 00:55 |
*** padkrish_ has quit IRC | 00:56 | |
thinrichs | Agreed | 00:56 |
ekcs | determinism still nice. but seems like we can go either way. | 00:56 |
thinrichs | I'd say start with something that tests multiple PEs and if nondeterminism becomes a problem address it then | 00:57 |
masahito | agreed. | 00:57 |
ekcs | agreed. | 00:57 |
thinrichs | So it seems we're agreed about the API + PE + PE + DSD setup for running tempest tests | 00:57 |
ekcs | makes sense to me. | 00:58 |
thinrichs | ekcs: how thorough would you say our test-congress tests are for HAHT? | 00:58 |
*** shashank_hegde has quit IRC | 00:58 | |
thinrichs | 2 min left | 00:58 |
ekcs | not thorough at all at the moment. | 00:58 |
*** rfolco has joined #openstack-meeting | 00:58 | |
*** rfolco has quit IRC | 00:58 | |
ekcs | I was thinking specific failover tests would be in tempest. but now targeting unittests after discussion. | 00:59 |
*** spzala has joined #openstack-meeting | 00:59 | |
*** sdake has quit IRC | 00:59 | |
thinrichs | So one of those bugs is actually targeting test-congress tests, instead of tempest | 00:59 |
ekcs | not thorough in terms of simulating actual failvover scenario. | 00:59 |
ekcs | pretty good for testing specific behavior. | 00:59 |
ekcs | basically their more unit tests than integrationtests. | 00:59 |
thinrichs | ekcs: got it. Good to know | 01:00 |
ekcs | yes. i’ll change the bug. | 01:00 |
thinrichs | Out of time. Thanks all! | 01:01 |
thinrichs | #endmeeting | 01:01 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 01:01 | |
openstack | Meeting ended Thu Aug 18 01:01:05 2016 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 01:01 |
masahito | thanks | 01:01 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-08-18-00.02.html | 01:01 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-08-18-00.02.txt | 01:01 |
openstack | Log: http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-08-18-00.02.log.html | 01:01 |
*** dmacpher has quit IRC | 01:02 | |
*** bobh has quit IRC | 01:02 | |
*** thinrichs has left #openstack-meeting | 01:02 | |
*** sdake has joined #openstack-meeting | 01:02 | |
*** shaohe_feng has quit IRC | 01:03 | |
*** spzala has quit IRC | 01:03 | |
*** shaohe_feng has joined #openstack-meeting | 01:04 | |
*** toddjohn has joined #openstack-meeting | 01:04 | |
*** rrecio_ has quit IRC | 01:04 | |
*** cdelatte has joined #openstack-meeting | 01:06 | |
*** Benj_ has quit IRC | 01:09 | |
*** zhurong has joined #openstack-meeting | 01:10 | |
*** toddjohn_ has joined #openstack-meeting | 01:10 | |
*** sdake has quit IRC | 01:11 | |
*** hichihara has quit IRC | 01:12 | |
*** toddjohn has quit IRC | 01:13 | |
*** shaohe_feng has quit IRC | 01:13 | |
*** shaohe_feng has joined #openstack-meeting | 01:14 | |
*** spzala has joined #openstack-meeting | 01:15 | |
*** thorst_ has quit IRC | 01:19 | |
*** thorst_ has joined #openstack-meeting | 01:20 | |
*** malabaris has joined #openstack-meeting | 01:20 | |
*** malabaris has quit IRC | 01:21 | |
*** su_zhang has quit IRC | 01:21 | |
*** su_zhang has joined #openstack-meeting | 01:22 | |
*** donghao has joined #openstack-meeting | 01:22 | |
*** aeng has quit IRC | 01:23 | |
*** shaohe_feng has quit IRC | 01:24 | |
*** shaohe_feng has joined #openstack-meeting | 01:25 | |
*** padkrish has joined #openstack-meeting | 01:25 | |
*** su_zhang has quit IRC | 01:26 | |
*** toddjohn_ has quit IRC | 01:27 | |
*** ljxiash has joined #openstack-meeting | 01:28 | |
*** pvaneck has quit IRC | 01:28 | |
*** thorst_ has quit IRC | 01:29 | |
*** ljxiash has quit IRC | 01:29 | |
*** ljxiash has joined #openstack-meeting | 01:29 | |
*** Sukhdev has quit IRC | 01:30 | |
*** zz_dimtruck is now known as dimtruck | 01:31 | |
*** padkrish has quit IRC | 01:32 | |
*** ljxiash has quit IRC | 01:34 | |
*** shaohe_feng has quit IRC | 01:34 | |
*** ljxiash has joined #openstack-meeting | 01:35 | |
*** shaohe_feng has joined #openstack-meeting | 01:35 | |
*** aeng has joined #openstack-meeting | 01:36 | |
*** s3wong has quit IRC | 01:36 | |
*** numans has joined #openstack-meeting | 01:38 | |
*** annegentle has joined #openstack-meeting | 01:38 | |
*** spzala has quit IRC | 01:38 | |
*** hongbin has joined #openstack-meeting | 01:38 | |
*** spzala has joined #openstack-meeting | 01:39 | |
*** unicell has quit IRC | 01:39 | |
*** stanchan has joined #openstack-meeting | 01:39 | |
*** dmacpher has joined #openstack-meeting | 01:41 | |
*** hockeynut has joined #openstack-meeting | 01:41 | |
*** padkrish has joined #openstack-meeting | 01:43 | |
*** spzala has quit IRC | 01:43 | |
*** shaohe_feng has quit IRC | 01:44 | |
*** rbak has joined #openstack-meeting | 01:45 | |
*** annegentle has quit IRC | 01:45 | |
*** shaohe_feng has joined #openstack-meeting | 01:45 | |
*** shu-mutou-AFK is now known as shu-mutou | 01:46 | |
*** delattec has joined #openstack-meeting | 01:47 | |
*** vishnoianil has quit IRC | 01:48 | |
*** amitgandhinz has joined #openstack-meeting | 01:49 | |
*** cdelatte has quit IRC | 01:49 | |
*** stanchan has quit IRC | 01:51 | |
*** masahito has quit IRC | 01:53 | |
*** amitgandhinz has quit IRC | 01:54 | |
*** shaohe_feng has quit IRC | 01:54 | |
*** shaohe_feng has joined #openstack-meeting | 01:55 | |
*** lblanchard has quit IRC | 01:56 | |
*** liuhanxi has quit IRC | 01:57 | |
*** Apoorva has quit IRC | 01:57 | |
*** bill_az has quit IRC | 01:58 | |
*** Krenair has left #openstack-meeting | 01:59 | |
*** shaohe_feng has quit IRC | 02:05 | |
*** shaohe_feng has joined #openstack-meeting | 02:05 | |
*** rbak has quit IRC | 02:07 | |
*** delattec has quit IRC | 02:09 | |
*** toscalix has quit IRC | 02:13 | |
*** stanchan has joined #openstack-meeting | 02:14 | |
*** delattec has joined #openstack-meeting | 02:14 | |
*** shaohe_feng has quit IRC | 02:15 | |
*** stanchan has quit IRC | 02:15 | |
*** shaohe_feng has joined #openstack-meeting | 02:15 | |
*** mriedem has quit IRC | 02:18 | |
*** Niham has joined #openstack-meeting | 02:19 | |
*** ebalduf has quit IRC | 02:21 | |
*** thorst_ has joined #openstack-meeting | 02:22 | |
*** thorst_ has quit IRC | 02:23 | |
*** thorst_ has joined #openstack-meeting | 02:24 | |
*** shaohe_feng has quit IRC | 02:25 | |
*** shaohe_feng has joined #openstack-meeting | 02:26 | |
*** dmorita has quit IRC | 02:28 | |
*** baoli has joined #openstack-meeting | 02:30 | |
*** thorst_ has quit IRC | 02:32 | |
*** epico has joined #openstack-meeting | 02:34 | |
*** shaohe_feng has quit IRC | 02:35 | |
*** ljxiash has quit IRC | 02:36 | |
*** fredrik has joined #openstack-meeting | 02:36 | |
*** liuhanxi has joined #openstack-meeting | 02:36 | |
*** shaohe_feng has joined #openstack-meeting | 02:36 | |
*** unicell has joined #openstack-meeting | 02:37 | |
*** vishwanathj has quit IRC | 02:39 | |
*** shashank_hegde has joined #openstack-meeting | 02:40 | |
*** Niham has quit IRC | 02:40 | |
*** fredrik has quit IRC | 02:40 | |
*** gongysh has joined #openstack-meeting | 02:42 | |
*** coolsvap has joined #openstack-meeting | 02:45 | |
*** shaohe_feng has quit IRC | 02:46 | |
*** yuanying_ has quit IRC | 02:46 | |
*** shaohe_feng has joined #openstack-meeting | 02:46 | |
*** amitgandhinz has joined #openstack-meeting | 02:50 | |
*** ivar-laz_ has joined #openstack-meeting | 02:51 | |
*** ljxiash has joined #openstack-meeting | 02:51 | |
*** yuanying has joined #openstack-meeting | 02:52 | |
*** ivar-lazzaro has quit IRC | 02:54 | |
*** ivar-laz_ has quit IRC | 02:55 | |
*** amitgandhinz has quit IRC | 02:55 | |
*** shaohe_feng has quit IRC | 02:56 | |
*** stanchan has joined #openstack-meeting | 02:56 | |
*** shaohe_feng has joined #openstack-meeting | 02:56 | |
*** zhhuabj_ has quit IRC | 02:57 | |
*** fnaval has quit IRC | 02:57 | |
*** spzala has joined #openstack-meeting | 03:00 | |
*** rwsu has joined #openstack-meeting | 03:02 | |
*** padkrish has quit IRC | 03:05 | |
*** padkrish has joined #openstack-meeting | 03:05 | |
*** julim has joined #openstack-meeting | 03:05 | |
*** epico has quit IRC | 03:05 | |
*** spzala has quit IRC | 03:05 | |
*** hockeynut has quit IRC | 03:06 | |
*** shaohe_feng has quit IRC | 03:06 | |
*** delattec has quit IRC | 03:06 | |
*** baoli has quit IRC | 03:07 | |
*** shaohe_feng has joined #openstack-meeting | 03:07 | |
*** iyamahat has quit IRC | 03:07 | |
*** yamahata has quit IRC | 03:07 | |
*** sindhu has joined #openstack-meeting | 03:07 | |
*** asettle has joined #openstack-meeting | 03:08 | |
*** stanchan has quit IRC | 03:09 | |
*** sudipto has joined #openstack-meeting | 03:09 | |
*** sudipto_ has joined #openstack-meeting | 03:09 | |
*** padkrish has quit IRC | 03:12 | |
*** numans has quit IRC | 03:12 | |
*** csomerville has joined #openstack-meeting | 03:13 | |
*** cody-somerville has quit IRC | 03:13 | |
*** kaminohana has joined #openstack-meeting | 03:13 | |
*** gongysh has quit IRC | 03:14 | |
*** aeng has quit IRC | 03:14 | |
*** zhhuabj_ has joined #openstack-meeting | 03:15 | |
*** asettle has quit IRC | 03:16 | |
*** shaohe_feng has quit IRC | 03:16 | |
*** shaohe_feng has joined #openstack-meeting | 03:17 | |
*** padkrish has joined #openstack-meeting | 03:17 | |
*** yuanying has quit IRC | 03:18 | |
*** yuanying has joined #openstack-meeting | 03:19 | |
*** julim has quit IRC | 03:19 | |
*** cody-somerville has joined #openstack-meeting | 03:20 | |
*** coolsvap is now known as _coolsvap_ | 03:21 | |
*** csomerville has quit IRC | 03:22 | |
*** r-mibu has quit IRC | 03:24 | |
*** r-mibu has joined #openstack-meeting | 03:25 | |
*** shaohe_feng has quit IRC | 03:27 | |
*** shaohe_feng has joined #openstack-meeting | 03:27 | |
*** padkrish has quit IRC | 03:28 | |
*** Sukhdev has joined #openstack-meeting | 03:28 | |
*** stanchan has joined #openstack-meeting | 03:29 | |
*** thorst_ has joined #openstack-meeting | 03:30 | |
*** tonytan4ever has joined #openstack-meeting | 03:36 | |
*** hongbin has quit IRC | 03:37 | |
*** kaminohana has quit IRC | 03:37 | |
*** shaohe_feng has quit IRC | 03:37 | |
*** thorst_ has quit IRC | 03:37 | |
*** ljxiash has quit IRC | 03:38 | |
*** shaohe_feng has joined #openstack-meeting | 03:38 | |
*** ljxiash has joined #openstack-meeting | 03:38 | |
*** yuanying has quit IRC | 03:42 | |
*** yuanying has joined #openstack-meeting | 03:42 | |
*** yuanying has quit IRC | 03:43 | |
*** mickeys has joined #openstack-meeting | 03:43 | |
*** links has joined #openstack-meeting | 03:45 | |
*** janki has joined #openstack-meeting | 03:46 | |
*** sudipto has quit IRC | 03:46 | |
*** sudipto_ has quit IRC | 03:46 | |
*** shaohe_feng has quit IRC | 03:47 | |
*** shaohe_feng has joined #openstack-meeting | 03:47 | |
*** numans has joined #openstack-meeting | 03:48 | |
*** yuanying has joined #openstack-meeting | 03:48 | |
*** amitgandhinz has joined #openstack-meeting | 03:51 | |
*** mickeys has quit IRC | 03:51 | |
*** JRobinson__ is now known as JRobinson__afk | 03:52 | |
*** amitgandhinz has quit IRC | 03:56 | |
*** vishwanathj has joined #openstack-meeting | 03:56 | |
*** ljxiash has quit IRC | 03:57 | |
*** shaohe_feng has quit IRC | 03:57 | |
*** shaohe_feng has joined #openstack-meeting | 03:58 | |
*** spzala has joined #openstack-meeting | 04:01 | |
*** bill_az has joined #openstack-meeting | 04:03 | |
*** parora has joined #openstack-meeting | 04:05 | |
*** tonytan4ever has quit IRC | 04:05 | |
*** prateek_ has quit IRC | 04:07 | |
*** spzala has quit IRC | 04:07 | |
*** shaohe_feng has quit IRC | 04:08 | |
*** shaohe_feng has joined #openstack-meeting | 04:08 | |
*** padkrish has joined #openstack-meeting | 04:11 | |
*** stanchan has quit IRC | 04:11 | |
*** vishwanathj has quit IRC | 04:17 | |
*** shaohe_feng has quit IRC | 04:18 | |
*** shaohe_feng has joined #openstack-meeting | 04:19 | |
*** JRobinson__afk is now known as JRobinson__ | 04:28 | |
*** shaohe_feng has quit IRC | 04:28 | |
*** dmorita has joined #openstack-meeting | 04:29 | |
*** shaohe_feng has joined #openstack-meeting | 04:29 | |
*** marekd2 has joined #openstack-meeting | 04:29 | |
*** dmorita has quit IRC | 04:33 | |
*** amotoki has joined #openstack-meeting | 04:33 | |
*** thorst_ has joined #openstack-meeting | 04:34 | |
*** marekd2 has quit IRC | 04:35 | |
*** fredrik has joined #openstack-meeting | 04:37 | |
*** amotoki has quit IRC | 04:38 | |
*** vishwanathj has joined #openstack-meeting | 04:38 | |
*** shaohe_feng has quit IRC | 04:38 | |
*** shaohe_feng has joined #openstack-meeting | 04:39 | |
*** sudipto has joined #openstack-meeting | 04:41 | |
*** sudipto_ has joined #openstack-meeting | 04:41 | |
*** fredrik has quit IRC | 04:41 | |
*** thorst_ has quit IRC | 04:42 | |
*** su_zhang has joined #openstack-meeting | 04:42 | |
*** padkrish has quit IRC | 04:44 | |
*** Sukhdev has quit IRC | 04:46 | |
*** shaohe_feng has quit IRC | 04:49 | |
*** shaohe_feng has joined #openstack-meeting | 04:50 | |
*** ljxiash has joined #openstack-meeting | 04:52 | |
*** amitgandhinz has joined #openstack-meeting | 04:52 | |
*** mickeys has joined #openstack-meeting | 04:52 | |
*** synegy34 has quit IRC | 04:55 | |
*** sindhu has quit IRC | 04:55 | |
*** gatekeep has joined #openstack-meeting | 04:55 | |
*** gatekeep has quit IRC | 04:55 | |
*** gatekeep has joined #openstack-meeting | 04:55 | |
*** ljxiash has quit IRC | 04:56 | |
*** mickeys has quit IRC | 04:56 | |
*** amitgandhinz has quit IRC | 04:56 | |
*** shaohe_feng has quit IRC | 04:59 | |
*** shaohe_feng has joined #openstack-meeting | 05:00 | |
*** spzala has joined #openstack-meeting | 05:00 | |
*** amotoki has joined #openstack-meeting | 05:00 | |
*** fnaval has joined #openstack-meeting | 05:02 | |
*** amotoki has quit IRC | 05:05 | |
*** spzala has quit IRC | 05:06 | |
*** tonytan4ever has joined #openstack-meeting | 05:06 | |
*** elo has joined #openstack-meeting | 05:07 | |
*** manikanta_tadi has joined #openstack-meeting | 05:08 | |
*** vishwanathj is now known as vishwanathj_zzz | 05:08 | |
*** jprovazn has joined #openstack-meeting | 05:09 | |
*** shaohe_feng has quit IRC | 05:09 | |
*** shaohe_feng has joined #openstack-meeting | 05:10 | |
*** tonytan4ever has quit IRC | 05:11 | |
*** jichen has joined #openstack-meeting | 05:18 | |
*** shaohe_feng has quit IRC | 05:19 | |
*** shaohe_feng has joined #openstack-meeting | 05:20 | |
*** epico has joined #openstack-meeting | 05:21 | |
*** jogo has quit IRC | 05:28 | |
*** amotoki has joined #openstack-meeting | 05:28 | |
*** padkrish has joined #openstack-meeting | 05:28 | |
*** shaohe_feng has quit IRC | 05:30 | |
*** shaohe_feng has joined #openstack-meeting | 05:30 | |
*** amotoki has quit IRC | 05:32 | |
*** zhonghua has quit IRC | 05:34 | |
*** asettle has joined #openstack-meeting | 05:35 | |
*** rajinir has quit IRC | 05:35 | |
*** zhonghua-lee has joined #openstack-meeting | 05:35 | |
*** r-mibu has quit IRC | 05:37 | |
*** asettle has quit IRC | 05:39 | |
*** thorst_ has joined #openstack-meeting | 05:40 | |
*** shaohe_feng has quit IRC | 05:40 | |
*** shaohe_feng has joined #openstack-meeting | 05:40 | |
*** jogo has joined #openstack-meeting | 05:42 | |
*** padkrish has quit IRC | 05:45 | |
*** r-mibu has joined #openstack-meeting | 05:47 | |
*** thorst_ has quit IRC | 05:47 | |
*** shaohe_feng has quit IRC | 05:50 | |
*** shaohe_feng has joined #openstack-meeting | 05:51 | |
*** amitgandhinz has joined #openstack-meeting | 05:53 | |
*** padkrish has joined #openstack-meeting | 05:53 | |
*** roxanaghe has joined #openstack-meeting | 05:55 | |
*** beekhof_mb has joined #openstack-meeting | 05:57 | |
*** amitgandhinz has quit IRC | 05:57 | |
*** roxanaghe has quit IRC | 05:59 | |
*** rstarmer has joined #openstack-meeting | 05:59 | |
*** beekhof_mb has quit IRC | 06:00 | |
*** shaohe_feng has quit IRC | 06:00 | |
*** shaohe_feng has joined #openstack-meeting | 06:01 | |
*** spzala has joined #openstack-meeting | 06:03 | |
*** spzala has quit IRC | 06:07 | |
*** padkrish has quit IRC | 06:09 | |
*** rstarmer has quit IRC | 06:10 | |
*** sridharg has joined #openstack-meeting | 06:10 | |
*** shaohe_feng has quit IRC | 06:11 | |
*** _nadya_ has joined #openstack-meeting | 06:12 | |
*** shaohe_feng has joined #openstack-meeting | 06:12 | |
*** _nadya_ has quit IRC | 06:12 | |
*** rcernin has joined #openstack-meeting | 06:12 | |
*** lpetrut has joined #openstack-meeting | 06:18 | |
*** shaohe_feng has quit IRC | 06:21 | |
*** yamamoto has quit IRC | 06:21 | |
*** shaohe_feng has joined #openstack-meeting | 06:21 | |
*** amotoki has joined #openstack-meeting | 06:22 | |
*** vishnoianil has joined #openstack-meeting | 06:24 | |
*** lbrune has joined #openstack-meeting | 06:25 | |
*** lbrune has left #openstack-meeting | 06:25 | |
*** amotoki has quit IRC | 06:26 | |
*** ljxiash has joined #openstack-meeting | 06:27 | |
*** amotoki has joined #openstack-meeting | 06:29 | |
*** shaohe_feng has quit IRC | 06:31 | |
*** _nadya_ has joined #openstack-meeting | 06:31 | |
*** shaohe_feng has joined #openstack-meeting | 06:32 | |
*** fredrik has joined #openstack-meeting | 06:34 | |
*** yuval has joined #openstack-meeting | 06:34 | |
*** _nadya_ has quit IRC | 06:38 | |
*** prateek_ has joined #openstack-meeting | 06:41 | |
*** mickeys has joined #openstack-meeting | 06:41 | |
*** shaohe_feng has quit IRC | 06:41 | |
*** parora has quit IRC | 06:42 | |
*** shaohe_feng has joined #openstack-meeting | 06:42 | |
*** gatekeep has quit IRC | 06:44 | |
*** gatekeep has joined #openstack-meeting | 06:45 | |
*** gatekeep has quit IRC | 06:45 | |
*** gatekeep has joined #openstack-meeting | 06:45 | |
*** thorst_ has joined #openstack-meeting | 06:45 | |
*** janki is now known as janki|afk | 06:46 | |
*** mickeys has quit IRC | 06:47 | |
*** unicell1 has joined #openstack-meeting | 06:48 | |
*** unicell has quit IRC | 06:48 | |
*** bill_az has quit IRC | 06:49 | |
*** liamji has joined #openstack-meeting | 06:49 | |
*** amotoki has quit IRC | 06:51 | |
*** shaohe_feng has quit IRC | 06:52 | |
*** thorst_ has quit IRC | 06:52 | |
*** pcaruana has joined #openstack-meeting | 06:52 | |
*** shaohe_feng has joined #openstack-meeting | 06:53 | |
*** janki|afk is now known as janki | 06:55 | |
*** amotoki has joined #openstack-meeting | 06:56 | |
*** armax has joined #openstack-meeting | 06:57 | |
*** janki is now known as janki|afk | 06:58 | |
*** yamamoto has joined #openstack-meeting | 07:00 | |
*** shaohe_feng has quit IRC | 07:02 | |
*** shaohe_feng has joined #openstack-meeting | 07:02 | |
*** rubasov has joined #openstack-meeting | 07:03 | |
*** amotoki has quit IRC | 07:04 | |
*** parora has joined #openstack-meeting | 07:07 | |
*** elo has quit IRC | 07:08 | |
*** xek__ has quit IRC | 07:08 | |
*** prateek_ has quit IRC | 07:10 | |
*** elo has joined #openstack-meeting | 07:10 | |
*** lpetrut has quit IRC | 07:11 | |
*** shaohe_feng has quit IRC | 07:12 | |
*** shaohe_feng has joined #openstack-meeting | 07:13 | |
*** anilvenkata has joined #openstack-meeting | 07:14 | |
*** tesseract- has joined #openstack-meeting | 07:17 | |
*** armax has quit IRC | 07:18 | |
*** JRobinson__ has quit IRC | 07:18 | |
*** e0ne has joined #openstack-meeting | 07:18 | |
*** nmagnezi has joined #openstack-meeting | 07:21 | |
*** zhhuabj_ has quit IRC | 07:22 | |
*** shaohe_feng has quit IRC | 07:22 | |
*** shaohe_feng has joined #openstack-meeting | 07:23 | |
*** comay has quit IRC | 07:24 | |
*** rbartal has joined #openstack-meeting | 07:24 | |
*** janki|afk is now known as janki | 07:25 | |
*** prateek_ has joined #openstack-meeting | 07:25 | |
*** matrohon has joined #openstack-meeting | 07:26 | |
*** parora has quit IRC | 07:28 | |
*** parora has joined #openstack-meeting | 07:30 | |
*** akuznetsov has joined #openstack-meeting | 07:31 | |
*** shaohe_feng has quit IRC | 07:33 | |
*** shaohe_feng has joined #openstack-meeting | 07:33 | |
*** f13o has joined #openstack-meeting | 07:34 | |
*** prateek_ has quit IRC | 07:34 | |
*** phil_ has joined #openstack-meeting | 07:36 | |
*** phil_ is now known as Guest25305 | 07:36 | |
*** _nadya_ has joined #openstack-meeting | 07:38 | |
*** yamamoto has quit IRC | 07:38 | |
*** nkrinner_afk has quit IRC | 07:39 | |
*** roxanaghe has joined #openstack-meeting | 07:43 | |
*** shaohe_feng has quit IRC | 07:43 | |
*** matrohon has quit IRC | 07:43 | |
*** shaohe_feng has joined #openstack-meeting | 07:43 | |
*** matthewbodkin has joined #openstack-meeting | 07:44 | |
*** shashank_hegde has quit IRC | 07:46 | |
*** roxanaghe has quit IRC | 07:47 | |
*** jckasper has joined #openstack-meeting | 07:47 | |
*** prateek_ has joined #openstack-meeting | 07:49 | |
*** jckasper_ has joined #openstack-meeting | 07:49 | |
*** lbrune1 has joined #openstack-meeting | 07:49 | |
*** thorst_ has joined #openstack-meeting | 07:50 | |
*** sshnaidm|afk has quit IRC | 07:50 | |
*** prateek has joined #openstack-meeting | 07:51 | |
*** parora has quit IRC | 07:51 | |
*** nkrinner_afk has joined #openstack-meeting | 07:52 | |
*** jckasper has quit IRC | 07:52 | |
*** Guest25305 is now known as preisner | 07:52 | |
*** shaohe_feng has quit IRC | 07:53 | |
*** prateek_ has quit IRC | 07:54 | |
*** lbrune1 has left #openstack-meeting | 07:54 | |
*** jckasper has joined #openstack-meeting | 07:54 | |
*** shaohe_feng has joined #openstack-meeting | 07:54 | |
*** amitgandhinz has joined #openstack-meeting | 07:54 | |
*** amotoki has joined #openstack-meeting | 07:55 | |
*** pnavarro has joined #openstack-meeting | 07:56 | |
*** thorst_ has quit IRC | 07:56 | |
*** jckaspe__ has joined #openstack-meeting | 07:56 | |
*** jckasper_ has quit IRC | 07:56 | |
*** amotoki_ has joined #openstack-meeting | 07:57 | |
*** jckasper has quit IRC | 07:58 | |
*** amitgandhinz has quit IRC | 07:59 | |
*** dmacpher has quit IRC | 07:59 | |
*** amotoki has quit IRC | 08:00 | |
*** sshnaidm has joined #openstack-meeting | 08:02 | |
*** shaohe_feng has quit IRC | 08:03 | |
*** spzala has joined #openstack-meeting | 08:04 | |
*** shaohe_feng has joined #openstack-meeting | 08:04 | |
*** adiantum has joined #openstack-meeting | 08:06 | |
*** ihrachys has joined #openstack-meeting | 08:08 | |
*** spzala has quit IRC | 08:08 | |
*** jckaspe__ has quit IRC | 08:09 | |
*** jckasper has joined #openstack-meeting | 08:10 | |
*** bvandenh has joined #openstack-meeting | 08:11 | |
*** lennyb has quit IRC | 08:13 | |
*** shaohe_feng has quit IRC | 08:14 | |
*** shaohe_feng has joined #openstack-meeting | 08:14 | |
*** dosaboy_ has joined #openstack-meeting | 08:23 | |
*** dosaboy_ has quit IRC | 08:24 | |
*** dosaboy has quit IRC | 08:24 | |
*** shaohe_feng has quit IRC | 08:24 | |
*** shaohe_feng has joined #openstack-meeting | 08:25 | |
*** lennyb has joined #openstack-meeting | 08:28 | |
*** dosaboy has joined #openstack-meeting | 08:29 | |
*** su_zhang has quit IRC | 08:30 | |
*** su_zhang has joined #openstack-meeting | 08:31 | |
*** armax has joined #openstack-meeting | 08:31 | |
*** shaohe_feng has quit IRC | 08:34 | |
*** shaohe_feng has joined #openstack-meeting | 08:34 | |
*** su_zhang has quit IRC | 08:35 | |
*** ihrachys has quit IRC | 08:36 | |
*** asettle has joined #openstack-meeting | 08:39 | |
*** yamamoto has joined #openstack-meeting | 08:39 | |
*** shaohe_feng has quit IRC | 08:44 | |
*** shaohe_feng has joined #openstack-meeting | 08:45 | |
*** mickeys has joined #openstack-meeting | 08:49 | |
*** yamamoto has quit IRC | 08:52 | |
*** mickeys has quit IRC | 08:54 | |
*** thorst_ has joined #openstack-meeting | 08:55 | |
*** shaohe_feng has quit IRC | 08:55 | |
*** amitgandhinz has joined #openstack-meeting | 08:55 | |
*** shaohe_feng has joined #openstack-meeting | 08:55 | |
*** yamamoto has joined #openstack-meeting | 08:56 | |
*** yamamoto has quit IRC | 08:56 | |
*** yamamoto has joined #openstack-meeting | 08:56 | |
*** rtheis has joined #openstack-meeting | 08:57 | |
*** roxanaghe has joined #openstack-meeting | 08:58 | |
*** akiskourtis has joined #openstack-meeting | 08:58 | |
*** jprovazn has quit IRC | 08:58 | |
*** amitgandhinz has quit IRC | 08:59 | |
*** dkehn_ has quit IRC | 09:00 | |
*** prateek_ has joined #openstack-meeting | 09:01 | |
*** thorst_ has quit IRC | 09:02 | |
*** prateek has quit IRC | 09:04 | |
*** spzala has joined #openstack-meeting | 09:04 | |
*** shaohe_feng has quit IRC | 09:05 | |
*** shaohe_feng has joined #openstack-meeting | 09:06 | |
*** _coolsvap_ is now known as coolsvap | 09:06 | |
*** e0ne has quit IRC | 09:07 | |
*** d0ugal has quit IRC | 09:08 | |
*** spzala has quit IRC | 09:09 | |
*** yamamoto has quit IRC | 09:10 | |
*** ihrachys has joined #openstack-meeting | 09:10 | |
*** d0ugal has joined #openstack-meeting | 09:12 | |
*** yamamoto has joined #openstack-meeting | 09:12 | |
*** yamamoto has quit IRC | 09:12 | |
*** shaohe_feng has quit IRC | 09:15 | |
*** shaohe_feng has joined #openstack-meeting | 09:16 | |
*** jckasper_ has joined #openstack-meeting | 09:17 | |
*** akuznetsov has quit IRC | 09:17 | |
*** d0ugal_ has joined #openstack-meeting | 09:17 | |
*** d0ugal_ has quit IRC | 09:18 | |
*** d0ugal_ has joined #openstack-meeting | 09:18 | |
*** dkehn_ has joined #openstack-meeting | 09:19 | |
*** d0ugal has quit IRC | 09:20 | |
*** d0ugal_ has quit IRC | 09:20 | |
*** d0ugal has joined #openstack-meeting | 09:20 | |
*** roxanaghe has quit IRC | 09:21 | |
*** jckasper has quit IRC | 09:21 | |
*** ihrachys has quit IRC | 09:24 | |
*** sambetts|afk is now known as sambetts | 09:25 | |
*** shaohe_feng has quit IRC | 09:25 | |
*** shaohe_feng has joined #openstack-meeting | 09:26 | |
*** adiantum has quit IRC | 09:27 | |
*** electrofelix has joined #openstack-meeting | 09:28 | |
*** lpetrut has joined #openstack-meeting | 09:29 | |
*** yamamoto has joined #openstack-meeting | 09:30 | |
*** yamamoto has quit IRC | 09:30 | |
*** yamamoto has joined #openstack-meeting | 09:30 | |
*** yamamoto has quit IRC | 09:30 | |
*** yamamoto has joined #openstack-meeting | 09:31 | |
*** sshnaidm has quit IRC | 09:32 | |
*** liamji has quit IRC | 09:32 | |
*** ljxiash has quit IRC | 09:32 | |
*** acoles_ is now known as acoles | 09:34 | |
*** yamamoto has quit IRC | 09:36 | |
*** shaohe_feng has quit IRC | 09:36 | |
*** shaohe_feng has joined #openstack-meeting | 09:36 | |
*** sshnaidm has joined #openstack-meeting | 09:36 | |
*** parora has joined #openstack-meeting | 09:40 | |
*** prateek_ has quit IRC | 09:43 | |
*** shaohe_feng has quit IRC | 09:46 | |
*** shaohe_feng has joined #openstack-meeting | 09:46 | |
*** janki is now known as janki|afk | 09:47 | |
*** skraynev__ has quit IRC | 09:51 | |
*** janki|afk has quit IRC | 09:52 | |
*** marekd2 has joined #openstack-meeting | 09:53 | |
*** asettle has quit IRC | 09:55 | |
*** asettle has joined #openstack-meeting | 09:55 | |
*** amitgandhinz has joined #openstack-meeting | 09:56 | |
*** ihrachys has joined #openstack-meeting | 09:56 | |
*** eranrom has quit IRC | 09:56 | |
*** shaohe_feng has quit IRC | 09:56 | |
*** shaohe_feng has joined #openstack-meeting | 09:57 | |
*** zhurong has quit IRC | 09:58 | |
*** d0ugal has quit IRC | 09:58 | |
*** amitgandhinz has quit IRC | 10:00 | |
*** yamamoto has joined #openstack-meeting | 10:01 | |
*** yamamoto has quit IRC | 10:01 | |
*** gcb_ has quit IRC | 10:02 | |
*** d0ugal has joined #openstack-meeting | 10:04 | |
*** spzala has joined #openstack-meeting | 10:05 | |
*** sdague has joined #openstack-meeting | 10:06 | |
*** shaohe_feng has quit IRC | 10:06 | |
*** lixiaoy1 has joined #openstack-meeting | 10:07 | |
*** parora has quit IRC | 10:07 | |
*** ihrachys has quit IRC | 10:07 | |
*** shaohe_feng has joined #openstack-meeting | 10:07 | |
*** NishaYadav has joined #openstack-meeting | 10:07 | |
*** spzala has quit IRC | 10:10 | |
*** amotoki_ has quit IRC | 10:14 | |
*** shaohe_feng has quit IRC | 10:17 | |
*** shaohe_feng has joined #openstack-meeting | 10:17 | |
*** amotoki has joined #openstack-meeting | 10:18 | |
*** skraynev has joined #openstack-meeting | 10:18 | |
*** iyamahat has joined #openstack-meeting | 10:18 | |
*** NishaYadav has quit IRC | 10:20 | |
*** nishaYadav has joined #openstack-meeting | 10:20 | |
*** epico has quit IRC | 10:27 | |
*** shaohe_feng has quit IRC | 10:27 | |
*** shaohe_feng has joined #openstack-meeting | 10:27 | |
*** iyamahat has quit IRC | 10:30 | |
*** yamamoto has joined #openstack-meeting | 10:32 | |
*** ociuhandu has quit IRC | 10:33 | |
*** yamamoto has quit IRC | 10:37 | |
*** shaohe_feng has quit IRC | 10:37 | |
*** anilvenkata is now known as anilvenkata_afk | 10:38 | |
*** shaohe_feng has joined #openstack-meeting | 10:38 | |
*** yamamoto has joined #openstack-meeting | 10:41 | |
*** lpetrut1 has joined #openstack-meeting | 10:43 | |
*** lpetrut has quit IRC | 10:45 | |
*** lpetrut1 is now known as lpetrut | 10:45 | |
*** roxanaghe has joined #openstack-meeting | 10:45 | |
*** amotoki has quit IRC | 10:45 | |
*** amotoki_ has joined #openstack-meeting | 10:46 | |
*** shaohe_feng has quit IRC | 10:47 | |
*** shaohe_feng has joined #openstack-meeting | 10:48 | |
*** roxanaghe has quit IRC | 10:50 | |
*** amakarov_away is now known as amakarov | 10:53 | |
*** coolsvap is now known as _coolsvap_ | 10:55 | |
*** janki|afk has joined #openstack-meeting | 10:56 | |
*** amitgandhinz has joined #openstack-meeting | 10:56 | |
*** vishnoianil has quit IRC | 10:57 | |
*** shaohe_feng has quit IRC | 10:58 | |
*** padkrish has joined #openstack-meeting | 10:58 | |
*** shaohe_feng has joined #openstack-meeting | 10:59 | |
*** SergK has joined #openstack-meeting | 11:00 | |
*** jichen has quit IRC | 11:00 | |
*** janki|afk has quit IRC | 11:01 | |
*** janki has joined #openstack-meeting | 11:01 | |
*** SergK has left #openstack-meeting | 11:01 | |
*** amitgandhinz has quit IRC | 11:01 | |
*** thorst_ has joined #openstack-meeting | 11:04 | |
*** donghao has quit IRC | 11:05 | |
*** spzala has joined #openstack-meeting | 11:06 | |
*** shaohe_feng has quit IRC | 11:08 | |
*** shaohe_feng has joined #openstack-meeting | 11:08 | |
*** JoseMello has joined #openstack-meeting | 11:09 | |
*** spzala has quit IRC | 11:11 | |
*** shaohe_feng has quit IRC | 11:18 | |
*** liuhanxi has quit IRC | 11:19 | |
*** shaohe_feng has joined #openstack-meeting | 11:19 | |
*** liuhanxi has joined #openstack-meeting | 11:19 | |
*** padkrish has quit IRC | 11:22 | |
*** spzala has joined #openstack-meeting | 11:23 | |
*** spzala has quit IRC | 11:23 | |
*** asettle has quit IRC | 11:25 | |
*** asettle has joined #openstack-meeting | 11:26 | |
*** shaohe_feng has quit IRC | 11:28 | |
*** shaohe_feng has joined #openstack-meeting | 11:29 | |
*** anilvenkata_afk is now known as anilvenkata | 11:34 | |
*** maeca1 has joined #openstack-meeting | 11:36 | |
*** shaohe_feng has quit IRC | 11:39 | |
*** ociuhandu has joined #openstack-meeting | 11:39 | |
*** shaohe_feng has joined #openstack-meeting | 11:39 | |
*** jckasper_ has quit IRC | 11:41 | |
*** su_zhang has joined #openstack-meeting | 11:43 | |
*** roxanaghe has joined #openstack-meeting | 11:46 | |
*** armax has quit IRC | 11:46 | |
*** su_zhang has quit IRC | 11:48 | |
*** sudipto has quit IRC | 11:49 | |
*** sudipto_ has quit IRC | 11:49 | |
*** shaohe_feng has quit IRC | 11:49 | |
*** shaohe_feng has joined #openstack-meeting | 11:49 | |
*** nishaYadav has quit IRC | 11:50 | |
*** ayoung has quit IRC | 11:50 | |
*** roxanaghe has quit IRC | 11:50 | |
*** dprince has joined #openstack-meeting | 11:52 | |
*** armax has joined #openstack-meeting | 11:55 | |
*** amitgandhinz has joined #openstack-meeting | 11:57 | |
*** xiaohhui_ has joined #openstack-meeting | 11:59 | |
*** shaohe_feng has quit IRC | 11:59 | |
*** shaohe_feng has joined #openstack-meeting | 12:00 | |
*** kaminohana has joined #openstack-meeting | 12:00 | |
*** amitgandhinz has quit IRC | 12:02 | |
*** annegentle has joined #openstack-meeting | 12:02 | |
*** e0ne has joined #openstack-meeting | 12:09 | |
*** shaohe_feng has quit IRC | 12:09 | |
*** woodster_ has joined #openstack-meeting | 12:10 | |
*** shaohe_feng has joined #openstack-meeting | 12:10 | |
*** alyson_ has joined #openstack-meeting | 12:11 | |
*** baoli has joined #openstack-meeting | 12:15 | |
*** baoli_ has joined #openstack-meeting | 12:16 | |
*** jckasper has joined #openstack-meeting | 12:17 | |
*** Julien-zte has joined #openstack-meeting | 12:19 | |
*** baoli has quit IRC | 12:20 | |
*** shaohe_feng has quit IRC | 12:20 | |
*** shaohe_feng has joined #openstack-meeting | 12:20 | |
*** ihrachys has joined #openstack-meeting | 12:20 | |
*** tpsilva has joined #openstack-meeting | 12:22 | |
*** spzala has joined #openstack-meeting | 12:24 | |
*** matthewbodkin has quit IRC | 12:24 | |
*** padkrish has joined #openstack-meeting | 12:26 | |
*** spzala has quit IRC | 12:29 | |
*** shaohe_feng has quit IRC | 12:30 | |
*** shaohe_feng has joined #openstack-meeting | 12:31 | |
*** pradk has joined #openstack-meeting | 12:31 | |
*** ihrachys has quit IRC | 12:31 | |
*** ihrachys has joined #openstack-meeting | 12:32 | |
*** asettle has quit IRC | 12:34 | |
*** asettle has joined #openstack-meeting | 12:34 | |
*** annegentle has quit IRC | 12:37 | |
*** shaohe_feng has quit IRC | 12:40 | |
*** donghao has joined #openstack-meeting | 12:40 | |
*** shaohe_feng has joined #openstack-meeting | 12:40 | |
*** toddjohn has joined #openstack-meeting | 12:42 | |
*** lbrune has joined #openstack-meeting | 12:45 | |
*** lbrune has left #openstack-meeting | 12:45 | |
*** zhurong has joined #openstack-meeting | 12:45 | |
*** toddjohn_ has joined #openstack-meeting | 12:47 | |
*** rodrigods has quit IRC | 12:48 | |
*** rodrigods has joined #openstack-meeting | 12:49 | |
*** toddjoh__ has joined #openstack-meeting | 12:49 | |
*** toddjohn has quit IRC | 12:50 | |
*** shaohe_feng has quit IRC | 12:50 | |
*** e0ne has quit IRC | 12:52 | |
*** julim has joined #openstack-meeting | 12:53 | |
*** shaohe_feng has joined #openstack-meeting | 12:53 | |
*** toddjohn_ has quit IRC | 12:53 | |
*** e0ne has joined #openstack-meeting | 12:55 | |
*** sudipto has joined #openstack-meeting | 12:55 | |
*** sudipto_ has joined #openstack-meeting | 12:55 | |
*** jtomasek has quit IRC | 12:57 | |
*** janki has quit IRC | 12:58 | |
*** lbrune has joined #openstack-meeting | 12:58 | |
*** lbrune has left #openstack-meeting | 12:58 | |
*** amitgandhinz has joined #openstack-meeting | 12:58 | |
*** jckasper_ has joined #openstack-meeting | 12:58 | |
*** padkrish has quit IRC | 12:58 | |
*** ihrachys has quit IRC | 12:59 | |
*** amotoki_ has quit IRC | 13:00 | |
*** weshay_ has joined #openstack-meeting | 13:00 | |
*** shaohe_feng has quit IRC | 13:01 | |
*** liuhanxi has quit IRC | 13:01 | |
*** shaohe_feng has joined #openstack-meeting | 13:01 | |
*** bobh has joined #openstack-meeting | 13:01 | |
*** jckasper has quit IRC | 13:01 | |
*** ihrachys has joined #openstack-meeting | 13:02 | |
*** amitgandhinz has quit IRC | 13:02 | |
*** pdardeau has left #openstack-meeting | 13:03 | |
*** jckasper_ has quit IRC | 13:05 | |
*** jckasper has joined #openstack-meeting | 13:05 | |
*** Wenzhi has quit IRC | 13:05 | |
*** matthewbodkin has joined #openstack-meeting | 13:06 | |
*** amotoki has joined #openstack-meeting | 13:06 | |
*** jckasper has quit IRC | 13:06 | |
*** jckasper has joined #openstack-meeting | 13:07 | |
*** kaminohana has quit IRC | 13:09 | |
*** shaohe_feng has quit IRC | 13:11 | |
*** shaohe_feng has joined #openstack-meeting | 13:12 | |
*** xyang1 has joined #openstack-meeting | 13:12 | |
*** ihrachys has quit IRC | 13:13 | |
*** cdub has quit IRC | 13:15 | |
*** ihrachys has joined #openstack-meeting | 13:16 | |
*** links has quit IRC | 13:16 | |
*** sindhu has joined #openstack-meeting | 13:16 | |
*** preisner has quit IRC | 13:17 | |
*** ihrachys has quit IRC | 13:18 | |
*** Julien-zte has quit IRC | 13:18 | |
*** designbybeck has joined #openstack-meeting | 13:19 | |
*** amitgandhinz has joined #openstack-meeting | 13:20 | |
*** shaohe_feng has quit IRC | 13:21 | |
*** liuhanxi has joined #openstack-meeting | 13:22 | |
*** shaohe_feng has joined #openstack-meeting | 13:22 | |
*** cleong has joined #openstack-meeting | 13:22 | |
*** mriedem has joined #openstack-meeting | 13:25 | |
*** vhoward has joined #openstack-meeting | 13:25 | |
*** Julien-zte has joined #openstack-meeting | 13:26 | |
*** xiaohhui_ has quit IRC | 13:27 | |
*** amotoki has quit IRC | 13:27 | |
*** xiaohhui_ has joined #openstack-meeting | 13:28 | |
*** f13o has quit IRC | 13:28 | |
*** f13o has joined #openstack-meeting | 13:28 | |
*** adiantum has joined #openstack-meeting | 13:29 | |
*** dmorita has joined #openstack-meeting | 13:30 | |
*** shaohe_feng has quit IRC | 13:31 | |
*** dane_leblanc has joined #openstack-meeting | 13:32 | |
*** shaohe_feng has joined #openstack-meeting | 13:32 | |
*** xiaohhui_ has quit IRC | 13:32 | |
*** xiaohhui_ has joined #openstack-meeting | 13:33 | |
*** cardeois has joined #openstack-meeting | 13:34 | |
*** lblanchard has joined #openstack-meeting | 13:35 | |
*** dmorita has quit IRC | 13:35 | |
*** amitgandhinz has quit IRC | 13:36 | |
*** amitgandhinz has joined #openstack-meeting | 13:36 | |
*** xiaohhui_ has quit IRC | 13:37 | |
*** amotoki has joined #openstack-meeting | 13:37 | |
*** esberglu has joined #openstack-meeting | 13:39 | |
*** xiaohhui_ has joined #openstack-meeting | 13:40 | |
*** lbrune has joined #openstack-meeting | 13:41 | |
*** lbrune has left #openstack-meeting | 13:41 | |
*** xiaohhui_ has quit IRC | 13:41 | |
*** dimtruck is now known as zz_dimtruck | 13:41 | |
*** zz_dimtruck is now known as dimtruck | 13:41 | |
*** xiaohhui_ has joined #openstack-meeting | 13:42 | |
*** spzala has joined #openstack-meeting | 13:42 | |
*** shaohe_feng has quit IRC | 13:42 | |
*** shaohe_feng has joined #openstack-meeting | 13:42 | |
*** _coolsvap_ is now known as coolsvap | 13:42 | |
*** janki has joined #openstack-meeting | 13:42 | |
*** adiantum has quit IRC | 13:45 | |
*** xiaohhui_ has quit IRC | 13:46 | |
*** ihrachys has joined #openstack-meeting | 13:47 | |
*** ihrachys has quit IRC | 13:50 | |
*** dimtruck is now known as zz_dimtruck | 13:51 | |
*** shaohe_feng has quit IRC | 13:52 | |
*** lbrune has joined #openstack-meeting | 13:52 | |
*** lbrune has left #openstack-meeting | 13:52 | |
*** sindhu has quit IRC | 13:53 | |
*** shaohe_feng has joined #openstack-meeting | 13:53 | |
*** ihrachys has joined #openstack-meeting | 13:53 | |
*** dsariel has joined #openstack-meeting | 13:53 | |
*** _AmitGalitz_ has quit IRC | 13:53 | |
*** toddjoh__ has quit IRC | 13:53 | |
*** asselin_ has joined #openstack-meeting | 13:54 | |
*** baojg has joined #openstack-meeting | 13:55 | |
*** quentin1 has joined #openstack-meeting | 13:55 | |
quentin1 | . | 13:55 |
*** asselin has quit IRC | 13:56 | |
*** rbak has joined #openstack-meeting | 13:56 | |
*** baojg has quit IRC | 13:56 | |
*** quentin1 has left #openstack-meeting | 13:57 | |
*** ayoung has joined #openstack-meeting | 13:57 | |
*** edtubill has joined #openstack-meeting | 13:57 | |
*** chenying has quit IRC | 13:58 | |
*** ralonsoh has joined #openstack-meeting | 13:59 | |
*** xiaohhui_ has joined #openstack-meeting | 14:00 | |
ralonsoh | ajo: I'm on it. I'll review the patch https://review.openstack.org/#/c/357230/ | 14:00 |
patchbot | ralonsoh: patch 357230 - openstack-infra/project-config - Enable QoS on neutron for python-openstacksdk. | 14:00 |
*** padkrish has joined #openstack-meeting | 14:01 | |
ajo | hi ralonsoh #openstack-neutron :) this is a meeting channel :D | 14:02 |
ralonsoh | sorry | 14:02 |
*** shaohe_feng has quit IRC | 14:02 | |
*** elo has quit IRC | 14:04 | |
*** shaohe_feng has joined #openstack-meeting | 14:05 | |
*** xiaohhui_ has quit IRC | 14:05 | |
*** janki has quit IRC | 14:05 | |
*** weshay_ is now known as weshay_mtg | 14:06 | |
*** uxdanielle has joined #openstack-meeting | 14:09 | |
*** zz_dimtruck is now known as dimtruck | 14:10 | |
*** edtubill has quit IRC | 14:10 | |
*** e0ne has quit IRC | 14:10 | |
*** xiaohhui_ has joined #openstack-meeting | 14:11 | |
*** ihrachys has quit IRC | 14:11 | |
*** sudipto has quit IRC | 14:12 | |
*** sudipto_ has quit IRC | 14:12 | |
*** shaohe_feng has quit IRC | 14:12 | |
*** shaohe_feng has joined #openstack-meeting | 14:13 | |
*** _nadya_ has quit IRC | 14:13 | |
*** ihrachys has joined #openstack-meeting | 14:14 | |
*** e0ne has joined #openstack-meeting | 14:14 | |
*** manikanta_tadi has quit IRC | 14:15 | |
*** ihrachys has quit IRC | 14:16 | |
*** rrecio has joined #openstack-meeting | 14:16 | |
*** edtubill has joined #openstack-meeting | 14:17 | |
*** rrecio_ has joined #openstack-meeting | 14:17 | |
*** spotz_zzz is now known as spotz | 14:18 | |
*** Julien-zte has quit IRC | 14:18 | |
*** ihrachys has joined #openstack-meeting | 14:18 | |
*** asettle has quit IRC | 14:20 | |
*** edtubill has quit IRC | 14:20 | |
*** rrecio has quit IRC | 14:20 | |
*** asettle has joined #openstack-meeting | 14:21 | |
*** asettle has quit IRC | 14:21 | |
*** prateek has joined #openstack-meeting | 14:21 | |
*** rfolco has joined #openstack-meeting | 14:21 | |
*** asettle has joined #openstack-meeting | 14:21 | |
*** shaohe_feng has quit IRC | 14:23 | |
*** shaohe_feng has joined #openstack-meeting | 14:23 | |
*** baoli_ has quit IRC | 14:23 | |
*** baoli has joined #openstack-meeting | 14:24 | |
*** edtubill has joined #openstack-meeting | 14:24 | |
*** sindhu has joined #openstack-meeting | 14:27 | |
*** edtubill has quit IRC | 14:27 | |
*** dasanind_ has joined #openstack-meeting | 14:29 | |
*** annegentle has joined #openstack-meeting | 14:31 | |
*** shaohe_feng has quit IRC | 14:33 | |
*** shaohe_feng has joined #openstack-meeting | 14:33 | |
*** edtubill has joined #openstack-meeting | 14:34 | |
*** prateek_ has joined #openstack-meeting | 14:35 | |
*** enriquetaso has joined #openstack-meeting | 14:36 | |
*** prateek has quit IRC | 14:38 | |
*** su_zhang has joined #openstack-meeting | 14:39 | |
*** Julien-zte has joined #openstack-meeting | 14:40 | |
*** anilvenkata has quit IRC | 14:41 | |
*** padkrish has quit IRC | 14:41 | |
*** edtubill has quit IRC | 14:41 | |
*** d0ugal has quit IRC | 14:41 | |
*** shaohe_feng has quit IRC | 14:43 | |
*** rbartal has quit IRC | 14:44 | |
*** shaohe_feng has joined #openstack-meeting | 14:44 | |
*** lbrune has joined #openstack-meeting | 14:44 | |
*** lbrune has left #openstack-meeting | 14:44 | |
*** edtubill has joined #openstack-meeting | 14:44 | |
*** xiaohhui_ has quit IRC | 14:44 | |
*** Julien-zte has quit IRC | 14:44 | |
*** xiaohhui_ has joined #openstack-meeting | 14:45 | |
*** edtubill has quit IRC | 14:47 | |
*** ihrachys has quit IRC | 14:47 | |
*** jaugustine has quit IRC | 14:47 | |
*** edtubill has joined #openstack-meeting | 14:47 | |
*** xenogear has quit IRC | 14:47 | |
*** xiaohhu__ has joined #openstack-meeting | 14:48 | |
*** donghao has quit IRC | 14:48 | |
*** xiaohhui_ has quit IRC | 14:48 | |
*** d0ugal has joined #openstack-meeting | 14:48 | |
*** d0ugal has quit IRC | 14:48 | |
*** d0ugal has joined #openstack-meeting | 14:48 | |
*** rrecio_ has quit IRC | 14:49 | |
*** nk2527_ has quit IRC | 14:49 | |
*** rajinir has joined #openstack-meeting | 14:50 | |
*** dmellado|off is now known as dmellado | 14:52 | |
*** numans has quit IRC | 14:52 | |
*** shaohe_feng has quit IRC | 14:53 | |
*** shaohe_feng has joined #openstack-meeting | 14:54 | |
*** bill_az has joined #openstack-meeting | 14:54 | |
*** f13o has quit IRC | 14:54 | |
*** vhoward_ has joined #openstack-meeting | 14:55 | |
*** vhoward has quit IRC | 14:55 | |
*** sindhu has quit IRC | 14:56 | |
*** tonytan4ever has joined #openstack-meeting | 14:57 | |
*** xiaohhu__ has quit IRC | 14:57 | |
*** edtubill has quit IRC | 14:58 | |
*** nmagnezi has quit IRC | 14:58 | |
*** penick has quit IRC | 14:59 | |
*** _nadya_ has joined #openstack-meeting | 14:59 | |
*** edtubill has joined #openstack-meeting | 14:59 | |
*** toddjohn has joined #openstack-meeting | 14:59 | |
*** yuval has quit IRC | 15:00 | |
*** salv-orlando has joined #openstack-meeting | 15:00 | |
*** lbrune has joined #openstack-meeting | 15:01 | |
*** lbrune has quit IRC | 15:01 | |
*** bill_az has quit IRC | 15:01 | |
*** yamamoto has quit IRC | 15:01 | |
*** d34dh0r53 has left #openstack-meeting | 15:01 | |
*** jungleboyj has joined #openstack-meeting | 15:01 | |
*** lbrune has joined #openstack-meeting | 15:02 | |
*** xenogear has joined #openstack-meeting | 15:02 | |
*** lbrune has left #openstack-meeting | 15:03 | |
*** hockeynut has joined #openstack-meeting | 15:04 | |
*** shaohe_feng has quit IRC | 15:04 | |
*** yamamoto has joined #openstack-meeting | 15:04 | |
*** vishnoianil has joined #openstack-meeting | 15:05 | |
*** f13o has joined #openstack-meeting | 15:06 | |
*** shaohe_feng has joined #openstack-meeting | 15:07 | |
*** Benj_ has joined #openstack-meeting | 15:09 | |
*** jdurgin1 has joined #openstack-meeting | 15:09 | |
*** rrecio has joined #openstack-meeting | 15:09 | |
*** d0ugal has quit IRC | 15:09 | |
*** dtrainor has quit IRC | 15:09 | |
*** yamamoto has quit IRC | 15:09 | |
*** edtubill has quit IRC | 15:09 | |
*** dtrainor has joined #openstack-meeting | 15:09 | |
*** elo has joined #openstack-meeting | 15:13 | |
*** lbrune has joined #openstack-meeting | 15:14 | |
*** lbrune has left #openstack-meeting | 15:14 | |
*** shaohe_feng has quit IRC | 15:14 | |
*** shaohe_feng has joined #openstack-meeting | 15:15 | |
*** edtubill has joined #openstack-meeting | 15:15 | |
*** coolsvap is now known as _coolsvap_ | 15:16 | |
*** csomerville has joined #openstack-meeting | 15:18 | |
*** cody-somerville has quit IRC | 15:18 | |
*** IanGovett has joined #openstack-meeting | 15:19 | |
*** ihrachys has joined #openstack-meeting | 15:21 | |
*** mmedvede has quit IRC | 15:21 | |
*** rcernin has quit IRC | 15:22 | |
*** sindhu has joined #openstack-meeting | 15:22 | |
*** ihrachys has quit IRC | 15:22 | |
*** ralonsoh has left #openstack-meeting | 15:23 | |
*** d0ugal has joined #openstack-meeting | 15:24 | |
*** shaohe_feng has quit IRC | 15:24 | |
*** shaohe_feng has joined #openstack-meeting | 15:25 | |
*** f13o has quit IRC | 15:25 | |
*** f13o has joined #openstack-meeting | 15:25 | |
*** amitgandhinz has quit IRC | 15:28 | |
*** su_zhang has quit IRC | 15:28 | |
*** sdake_ has joined #openstack-meeting | 15:29 | |
*** amitgandhinz has joined #openstack-meeting | 15:29 | |
*** su_zhang has joined #openstack-meeting | 15:29 | |
*** IanGovett has quit IRC | 15:30 | |
*** e0ne has quit IRC | 15:30 | |
*** hieulq_ has joined #openstack-meeting | 15:31 | |
*** Swami has joined #openstack-meeting | 15:32 | |
*** patchbot has left #openstack-meeting | 15:32 | |
*** bobh has quit IRC | 15:33 | |
*** su_zhang has quit IRC | 15:33 | |
*** fredrik has quit IRC | 15:33 | |
*** baumann has joined #openstack-meeting | 15:34 | |
*** mmedvede has joined #openstack-meeting | 15:34 | |
*** zhurong has quit IRC | 15:34 | |
*** shaohe_feng has quit IRC | 15:34 | |
*** leeantho has joined #openstack-meeting | 15:35 | |
*** shaohe_feng has joined #openstack-meeting | 15:35 | |
*** jaugustine has joined #openstack-meeting | 15:37 | |
*** malkon10t has joined #openstack-meeting | 15:38 | |
*** Apoorva has joined #openstack-meeting | 15:39 | |
*** nk2527 has joined #openstack-meeting | 15:41 | |
*** shaohe_feng has quit IRC | 15:45 | |
*** shaohe_feng has joined #openstack-meeting | 15:45 | |
*** mmedvede has quit IRC | 15:45 | |
*** dsariel has quit IRC | 15:46 | |
*** dmacpher has joined #openstack-meeting | 15:46 | |
*** janki has joined #openstack-meeting | 15:50 | |
*** edtubill has quit IRC | 15:53 | |
*** Suyi has joined #openstack-meeting | 15:54 | |
*** shaohe_feng has quit IRC | 15:55 | |
*** iyamahat has joined #openstack-meeting | 15:55 | |
*** shaohe_feng has joined #openstack-meeting | 15:55 | |
*** edtubill has joined #openstack-meeting | 15:55 | |
*** Patifa has joined #openstack-meeting | 15:57 | |
*** lbrune has joined #openstack-meeting | 15:58 | |
*** mickeys has joined #openstack-meeting | 15:59 | |
*** lbrune has left #openstack-meeting | 15:59 | |
*** weshay_mtg is now known as wesha_ | 15:59 | |
*** wesha_ is now known as weshay_ | 15:59 | |
*** tonytan4ever has quit IRC | 16:00 | |
*** edtubill has quit IRC | 16:01 | |
*** malkon10t has quit IRC | 16:01 | |
*** tonytan4ever has joined #openstack-meeting | 16:01 | |
*** shaohe_feng has quit IRC | 16:05 | |
*** shaohe_feng has joined #openstack-meeting | 16:06 | |
*** yamamoto has joined #openstack-meeting | 16:06 | |
*** padkrish has joined #openstack-meeting | 16:08 | |
*** gyee has joined #openstack-meeting | 16:09 | |
*** yamamoto has quit IRC | 16:11 | |
*** cody-somerville has joined #openstack-meeting | 16:11 | |
*** sridharg has quit IRC | 16:13 | |
*** sudipto has joined #openstack-meeting | 16:13 | |
*** sudipto_ has joined #openstack-meeting | 16:13 | |
*** csomerville has quit IRC | 16:13 | |
*** yamahata has joined #openstack-meeting | 16:14 | |
*** shashank_hegde has joined #openstack-meeting | 16:14 | |
*** nishaYadav has joined #openstack-meeting | 16:15 | |
*** shaohe_feng has quit IRC | 16:15 | |
*** roxanaghe has joined #openstack-meeting | 16:16 | |
*** shaohe_feng has joined #openstack-meeting | 16:16 | |
*** sdake_ has quit IRC | 16:16 | |
*** ihrachys has joined #openstack-meeting | 16:16 | |
*** amitgandhinz has quit IRC | 16:18 | |
*** amitgandhinz has joined #openstack-meeting | 16:18 | |
*** parora has joined #openstack-meeting | 16:18 | |
*** mmedvede has joined #openstack-meeting | 16:20 | |
*** mtanino has joined #openstack-meeting | 16:20 | |
*** baumann has quit IRC | 16:21 | |
*** prateek_ has quit IRC | 16:22 | |
*** lbrune has joined #openstack-meeting | 16:22 | |
*** lbrune has left #openstack-meeting | 16:22 | |
*** sudipto has quit IRC | 16:22 | |
*** sudipto_ has quit IRC | 16:22 | |
*** sudipto has joined #openstack-meeting | 16:23 | |
*** sudipto_ has joined #openstack-meeting | 16:23 | |
*** sudipto_ has quit IRC | 16:23 | |
*** sudipto has quit IRC | 16:23 | |
*** sudipto has joined #openstack-meeting | 16:24 | |
*** sudipto has quit IRC | 16:24 | |
*** sudipto has joined #openstack-meeting | 16:24 | |
*** jungleboyj has quit IRC | 16:24 | |
*** lbrune has joined #openstack-meeting | 16:24 | |
*** lbrune has quit IRC | 16:24 | |
*** sudipto has quit IRC | 16:24 | |
*** stanchan has joined #openstack-meeting | 16:24 | |
*** padkrish has quit IRC | 16:25 | |
*** banix has joined #openstack-meeting | 16:25 | |
*** sudipto has joined #openstack-meeting | 16:25 | |
*** sudipto has quit IRC | 16:25 | |
*** sudipto has joined #openstack-meeting | 16:25 | |
*** sudipto has quit IRC | 16:25 | |
*** _nadya_ has quit IRC | 16:26 | |
*** shaohe_feng has quit IRC | 16:26 | |
*** sudipto has joined #openstack-meeting | 16:26 | |
*** sudipto_ has joined #openstack-meeting | 16:26 | |
*** shaohe_feng has joined #openstack-meeting | 16:26 | |
*** tesseract- has quit IRC | 16:26 | |
*** sambetts is now known as sambetts|afk | 16:27 | |
*** Apoorva has quit IRC | 16:30 | |
*** matthewbodkin has quit IRC | 16:31 | |
*** baoli has quit IRC | 16:32 | |
*** dmorita has joined #openstack-meeting | 16:35 | |
*** hieulq_ has quit IRC | 16:35 | |
*** ihrachys has quit IRC | 16:36 | |
*** shaohe_feng has quit IRC | 16:36 | |
*** shaohe_feng has joined #openstack-meeting | 16:36 | |
*** jungleboyj has joined #openstack-meeting | 16:37 | |
*** stanchan has quit IRC | 16:37 | |
*** armax has quit IRC | 16:37 | |
*** ihrachys has joined #openstack-meeting | 16:38 | |
*** ivar-lazzaro has joined #openstack-meeting | 16:39 | |
*** lbrune has joined #openstack-meeting | 16:40 | |
*** amotoki has quit IRC | 16:40 | |
*** ihrachys has quit IRC | 16:41 | |
*** unicell has joined #openstack-meeting | 16:41 | |
*** padkrish has joined #openstack-meeting | 16:41 | |
*** unicell1 has quit IRC | 16:43 | |
*** sdake has joined #openstack-meeting | 16:43 | |
*** stanchan has joined #openstack-meeting | 16:43 | |
*** singlethink has joined #openstack-meeting | 16:43 | |
*** rtheis has quit IRC | 16:43 | |
*** ihrachys has joined #openstack-meeting | 16:44 | |
*** nisha_ has joined #openstack-meeting | 16:45 | |
*** nishaYadav has quit IRC | 16:45 | |
*** nisha_ is now known as nishaYadav | 16:45 | |
*** shaohe_feng has quit IRC | 16:46 | |
*** Na3iL has joined #openstack-meeting | 16:47 | |
*** cdub has joined #openstack-meeting | 16:48 | |
*** liuhanxi has quit IRC | 16:48 | |
*** shaohe_feng has joined #openstack-meeting | 16:49 | |
*** sdague has quit IRC | 16:49 | |
*** parora has quit IRC | 16:51 | |
*** bvandenh has quit IRC | 16:51 | |
*** parora has joined #openstack-meeting | 16:51 | |
*** lbrune has left #openstack-meeting | 16:52 | |
*** stanchan has quit IRC | 16:53 | |
*** jckasper has quit IRC | 16:54 | |
*** stanchan has joined #openstack-meeting | 16:54 | |
*** jckasper has joined #openstack-meeting | 16:54 | |
*** mohnish__ has joined #openstack-meeting | 16:54 | |
*** shashank_hegde has quit IRC | 16:54 | |
*** annegentle has quit IRC | 16:54 | |
*** nisha_ has joined #openstack-meeting | 16:56 | |
*** shaohe_feng has quit IRC | 16:56 | |
*** annegentle has joined #openstack-meeting | 16:57 | |
*** shaohe_feng has joined #openstack-meeting | 16:57 | |
*** asettle has quit IRC | 16:58 | |
*** ihrachys has quit IRC | 16:58 | |
*** asettle has joined #openstack-meeting | 16:58 | |
*** nishaYadav has quit IRC | 16:59 | |
oomichi | #startmeeting qa | 17:00 |
openstack | Meeting started Thu Aug 18 17:00:08 2016 UTC and is due to finish in 60 minutes. The chair is oomichi. Information about MeetBot at http://wiki.debian.org/MeetBot. | 17:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 17:00 |
*** openstack changes topic to " (Meeting topic: qa)" | 17:00 | |
openstack | The meeting name has been set to 'qa' | 17:00 |
*** yamahata has quit IRC | 17:00 | |
oomichi | who are here today? | 17:00 |
jlvillal | o/ | 17:00 |
mtreinish | o/ | 17:00 |
*** yamahata has joined #openstack-meeting | 17:00 | |
*** auggy has joined #openstack-meeting | 17:01 | |
*** su_zhang has joined #openstack-meeting | 17:01 | |
oomichi | jlvillal: mtreinish: hi :) lets wait for more people a little bit | 17:02 |
*** piet has joined #openstack-meeting | 17:02 | |
auggy | o/ | 17:02 |
*** jordanP has joined #openstack-meeting | 17:02 | |
oomichi | auggy: hi, ok let's start a meeting | 17:02 |
oomichi | #link https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Agenda_for_August_18th_2016_.281700_UTC.29 | 17:02 |
oomichi | ^^^ is today agenda | 17:03 |
*** sindhu has quit IRC | 17:03 | |
*** sarob has joined #openstack-meeting | 17:03 | |
andreaf | o/ | 17:03 |
jordanP | not much:) | 17:03 |
*** asettle has quit IRC | 17:03 | |
*** sarob has quit IRC | 17:03 | |
oomichi | #link https://review.openstack.org/#/q/status:open+project:openstack/qa-specs,n,z | 17:03 |
oomichi | andreaf: jordanP: hi, good for us :) | 17:03 |
*** electrofelix has quit IRC | 17:03 | |
oomichi | there are few open qa-specs | 17:03 |
*** sarob has joined #openstack-meeting | 17:03 | |
*** tonytan_brb has joined #openstack-meeting | 17:04 | |
*** stanchan has quit IRC | 17:04 | |
*** vishwanathj_zzz is now known as vishwanathj | 17:04 | |
oomichi | the first one is https://review.openstack.org/#/c/173334/ | 17:04 |
*** nisha_ is now known as nishaYadav | 17:04 | |
*** stanchan has joined #openstack-meeting | 17:04 | |
oomichi | andreaf reviewed already just before this meeting, thanks | 17:04 |
oomichi | I will check the comment later | 17:04 |
andreaf | yes I just +2 it as well | 17:04 |
*** jckasper has quit IRC | 17:05 | |
oomichi | andreaf: ah, that is owner, OK, will change it;) | 17:05 |
*** Apoorva has joined #openstack-meeting | 17:05 | |
oomichi | andreaf: I will start creating a prototype later | 17:05 |
oomichi | the second is https://review.openstack.org/#/c/349730/ | 17:06 |
*** su_zhang has quit IRC | 17:06 | |
andreaf | oomichi: there were already some patches by jswarren and dwallek you may want to start from those | 17:06 |
*** sdague has joined #openstack-meeting | 17:06 | |
oomichi | andreaf: oh, I didn't know that, can you provide the links of patches? | 17:06 |
*** tonytan4ever has quit IRC | 17:06 | |
*** shaohe_feng has quit IRC | 17:07 | |
andreaf | oomichi: #link https://review.openstack.org/#/q/status:open+branch:master+topic:bp/tempest-resources | 17:07 |
*** shaohe_feng has joined #openstack-meeting | 17:07 | |
*** su_zhang has joined #openstack-meeting | 17:07 | |
oomichi | andreaf: thanks | 17:08 |
andreaf | Regarding the spec #link https://review.openstack.org/#/c/349730/ | 17:08 |
*** ivar-lazzaro has quit IRC | 17:08 | |
oomichi | andreaf: yeah, please go ahead | 17:09 |
luzC | o/ | 17:09 |
andreaf | The idea there is to define resources that we create at class level as fixtures | 17:09 |
*** sindhu has joined #openstack-meeting | 17:09 | |
andreaf | since there is no way to use fixtures in class level fixtures atm I also prototyped https://review.openstack.org/#/c/351871/ | 17:10 |
oomichi | andreaf: the class level means test class ? | 17:10 |
andreaf | I got negative feedback on the idea from lifeless, basically he says class level things are fragile and don't work well for parallelism | 17:10 |
andreaf | oomichi: yes | 17:11 |
andreaf | setUpClass and tearDownClass are class level fixtures | 17:11 |
*** jichen has joined #openstack-meeting | 17:11 | |
*** marekd2 has quit IRC | 17:11 | |
oomichi | andreaf: Test developers need to know what resources are created on each used test class | 17:11 |
andreaf | they are classmethods and they work on class, so they can provide a shared context for all test methods defined by a test clas | 17:11 |
*** ivar-lazzaro has joined #openstack-meeting | 17:12 | |
*** ober37` has joined #openstack-meeting | 17:12 | |
*** marekd2 has joined #openstack-meeting | 17:12 | |
andreaf | oomichi: yes that's part of the cleanup we want to do - to make it obvious what resources are created | 17:12 |
*** ober37 has quit IRC | 17:13 | |
*** bkeller` has quit IRC | 17:13 | |
*** ober37` has quit IRC | 17:13 | |
*** ningliu has quit IRC | 17:13 | |
oomichi | andreaf: and all these resources are removed on the cleanup, that seems good merit | 17:13 |
*** bkeller` has joined #openstack-meeting | 17:13 | |
*** ivar-laz_ has joined #openstack-meeting | 17:13 | |
*** s3wong has joined #openstack-meeting | 17:13 | |
oomichi | andreaf: my concern is tests will create unnecessary resources also just for using small amount of resources | 17:14 |
jordanP | I think the whole point is to share some utility functions (that setup the environment: create projects, users etc...) between classes or plugins without using inheritence | 17:14 |
andreaf | oomichi: so I'm a bit struggling on this since it's an investment in a direction that lifeless recommends not to follow | 17:14 |
oomichi | jordanP: yeah, I tend to prefer that without inheritence at this time | 17:15 |
andreaf | oomichi: on the other side though using testresources would me stop relying on class level fixtures and attributes for good, which would be a major rework | 17:15 |
*** ningliu has joined #openstack-meeting | 17:15 | |
*** shashank_hegde has joined #openstack-meeting | 17:15 | |
*** stanchan has quit IRC | 17:15 | |
mtreinish | andreaf: it's a lot of work... | 17:15 |
mtreinish | multiple cycles at least | 17:15 |
mtreinish | at least when I looked at it before | 17:15 |
*** jrichli` has joined #openstack-meeting | 17:16 | |
jordanP | yeah, a lot of work, and I am not sure it's brings a big benefit | 17:16 |
*** ivar-lazzaro has quit IRC | 17:16 | |
*** ober37 has joined #openstack-meeting | 17:16 | |
oomichi | andreaf: to be honest, I could not get the idea we are discussing now from the spec | 17:17 |
*** esberglu has quit IRC | 17:17 | |
andreaf | jordanP: the main benefit would be to stop caged on the class context, and being able to select tests in a different way - the test scheduler could optimise better, based on resource utilisation | 17:17 |
*** marekd2 has quit IRC | 17:17 | |
*** shaohe_feng has quit IRC | 17:17 | |
*** toddjohn has quit IRC | 17:17 | |
*** marekd2 has joined #openstack-meeting | 17:17 | |
andreaf | jordanP: however none of those seem to me like major benefits for tempest | 17:17 |
*** mmedvede has quit IRC | 17:17 | |
*** shaohe_feng has joined #openstack-meeting | 17:17 | |
*** mmedvede has joined #openstack-meeting | 17:18 | |
oomichi | andreaf: the "Proposed change" seems stopping writting in the middle | 17:18 |
oomichi | andreaf: like line 100 or later | 17:18 |
andreaf | oomichi: yes I need to update the spec - but I started prototyping class level fixtures and I wanted some feedback on that so I can include in the spec the direction we are taking, and why, with alternatives etc | 17:19 |
*** marekd2_ has joined #openstack-meeting | 17:19 | |
*** ivar-laz_ has quit IRC | 17:19 | |
*** cdelatte has joined #openstack-meeting | 17:19 | |
*** fnaval has quit IRC | 17:19 | |
*** stanchan has joined #openstack-meeting | 17:19 | |
mtreinish | andreaf: yeah, that was my thinking too. It'd also a fundamental change in how we expect tempest to be run. There are lots of baked in assumptions that the minimum parallel unit is a class | 17:19 |
oomichi | andreaf: yeah, that is good way to move forward. I can understand easily from the code | 17:20 |
*** ivar-lazzaro has joined #openstack-meeting | 17:20 | |
*** weshay_ has quit IRC | 17:20 | |
auggy | is it worth looking at how other OpenStack projects have solved this problem (if they have)? | 17:20 |
mtreinish | it's more than just resources | 17:20 |
*** cardeois has quit IRC | 17:21 | |
mtreinish | auggy: it's a bit of a special problem for tempest given it working with real clouds and using the unit test framework | 17:21 |
*** electrofelix has joined #openstack-meeting | 17:21 | |
mtreinish | auggy: other projects either use test resources (keystone client and oslo.db for example) or just fixtures | 17:21 |
mtreinish | depending on what they're trying to do | 17:22 |
auggy | ok, then i probably don't fully understand the problem :) i understood it as tempest needs to set up different things based on different configurations at the test class level and currently that's difficult to do | 17:22 |
mtreinish | but in all those cases they were also building frameworks from scratch which is a different problem | 17:22 |
*** marekd2 has quit IRC | 17:22 | |
*** cardeois has joined #openstack-meeting | 17:22 | |
*** electrofelix has quit IRC | 17:22 | |
andreaf | mtreinish: one fear is that eventually class level fixtures will be deprecated - however that will take a long time if it happens - and we could still have our own TestSuite with support for them | 17:22 |
mtreinish | andreaf: heh, I find that extremely unlikely. But then you never can tell with backwards compat and python :P | 17:23 |
*** marekd2_ has quit IRC | 17:23 | |
mtreinish | auggy: it's actually even simpler than that we're trying to make some of the magic we're using through classmethods, atrributes, and inheritence more explicit in the actual test classes where things are run | 17:24 |
mtreinish | auggy: and trying to figure out the best mechanism for doing that | 17:24 |
auggy | ah ok | 17:24 |
jordanP | yep | 17:24 |
*** tonytan_brb is now known as tonytan4ever | 17:25 | |
auggy | ah ok, that makes sense, thanks | 17:25 |
auggy | i always disliked Python's heavy use of inheritance, are there patterns for Mixins? would that be an option? | 17:25 |
oomichi | auggy: yeah, I also don't line deep inheritance, that is unreadable | 17:26 |
*** SumitNaiksatam has joined #openstack-meeting | 17:26 | |
andreaf | auggy: we are trying to use fixtures to avoid class inheritance | 17:26 |
andreaf | auggy: since fixtures are easy to use, and isolated and self-cleaning, test don't need to rely on that functionality being an a super class | 17:26 |
auggy | ah right ok | 17:26 |
*** cardeois has quit IRC | 17:27 | |
auggy | i've only used the fixtures through nova and it's all pretty heavy inheritance | 17:27 |
mtreinish | auggy: if you want a good example of what we're trying to fix see: https://github.com/openstack/tempest/blob/master/tempest/scenario/test_network_basic_ops.py#L411-L462 | 17:27 |
auggy | thanks for clarifying, hope i didn't derail the conversation too much :) | 17:27 |
mtreinish | and try to figure out exactly what that test is doing | 17:27 |
*** shaohe_feng has quit IRC | 17:27 | |
auggy | yeah i've been working with Nova's functional tests hahahaa | 17:27 |
andreaf | good luck with that :D | 17:27 |
*** shaohe_feng has joined #openstack-meeting | 17:27 | |
oomichi | mtreinish: hehe, nice sample | 17:28 |
*** banix has quit IRC | 17:28 | |
lifeless | andreaf: did you get time to play with testresources ? | 17:28 |
*** gyee has quit IRC | 17:28 | |
*** Apoorva has quit IRC | 17:28 | |
*** shashank_hegde has quit IRC | 17:28 | |
mtreinish | oomichi: well, I've been trying to unroll that in my spare time for the past week (and not made it very far) | 17:28 |
*** bobh has joined #openstack-meeting | 17:28 | |
andreaf | lifeless: only a bit - I think it could work - but it would be a major change in how we do things in Tempest | 17:29 |
oomichi | mtreinish: I see, thanks:) | 17:29 |
andreaf | lifeless: and I'm not sure the benefits for Tempest are enough to justify the effort | 17:30 |
*** azbiswas has joined #openstack-meeting | 17:30 | |
*** dprince has quit IRC | 17:30 | |
*** _nadya_ has joined #openstack-meeting | 17:30 | |
lifeless | andreaf: I'm quite a bit confused by the expectation that it would be a tonne of work; it seems very mechanical to me | 17:30 |
andreaf | lifeless: we tend to have less heavier more static tests compared to a unit test suite - and I believe for that scenario relying on the class unit is not so bad | 17:30 |
*** esberglu has joined #openstack-meeting | 17:31 | |
*** stanchan has quit IRC | 17:31 | |
*** lpetrut has quit IRC | 17:31 | |
lifeless | andreaf: perhaps mid-meeting isn't the right time to analyse it; but - I'd like to | 17:31 |
lifeless | I do -not- want to be a blocker on improvements | 17:31 |
*** fnaval has joined #openstack-meeting | 17:32 | |
oomichi | andreaf: lifeless: can we discuss it deeply later ? | 17:32 |
*** singlethink has quit IRC | 17:32 | |
oomichi | the time went in the first topic ;) | 17:32 |
andreaf | oomichi, lifeless: sure - but we're towards the end of my dey, so maybe tomorrow | 17:32 |
lifeless | oomichi: course | 17:33 |
oomichi | andreaf: thanks | 17:33 |
oomichi | ok, let's move on | 17:33 |
*** singlethink has joined #openstack-meeting | 17:33 | |
*** unicell has quit IRC | 17:33 | |
*** nisha_ has joined #openstack-meeting | 17:33 | |
oomichi | #topic Tempest | 17:33 |
*** openstack changes topic to "Tempest (Meeting topic: qa)" | 17:33 | |
oomichi | #link https://review.openstack.org/#/q/project:openstack/tempest+status:open | 17:33 |
*** bobh has quit IRC | 17:33 | |
oomichi | there are still many active patches | 17:34 |
jordanP | https://review.openstack.org/#/c/351426/ | 17:34 |
oomichi | are there patches we need to discuss now | 17:34 |
jordanP | I don't think we should remove any Heat test | 17:34 |
oomichi | jordanP: oh, go ahead | 17:34 |
jordanP | but gmann disagrees | 17:35 |
andreaf | jordanP: heat is not in scope for Tempest - at least not right now | 17:35 |
jordanP | why not ? | 17:35 |
mtreinish | jordanP: it's in the set of things out of scope in tempest: http://docs.openstack.org/developer/tempest/test-removal.html#tempest-scope | 17:35 |
oomichi | jordanP: Tempest scope is for six cores | 17:35 |
jordanP | but I like heat :) | 17:36 |
oomichi | jordanP: and if defcore extends cores, tempes needs to contain a new core test | 17:36 |
oomichi | jordanP: heh, that is different | 17:36 |
luzC | @jordanP +1 | 17:36 |
jordanP | "be removed assuming there is equivalent testing elsewhere" | 17:36 |
*** nishaYadav has quit IRC | 17:36 | |
jordanP | I am not sure there is | 17:36 |
mtreinish | jordanP: heat has had there own functional test suite for a while | 17:37 |
mtreinish | s/there/their | 17:37 |
*** baoli has joined #openstack-meeting | 17:37 | |
jordanP | yeah but I remember a bug in Heat that only Tempest discoved | 17:37 |
oomichi | jordanP: mtreinish: yeah, as https://review.openstack.org/#/c/335740/ pointed | 17:37 |
jordanP | a couple of months ago | 17:37 |
*** shaohe_feng has quit IRC | 17:37 | |
*** shaohe_feng has joined #openstack-meeting | 17:38 | |
jordanP | (https://bugs.launchpad.net/heat/+bug/1546201) | 17:38 |
openstack | Launchpad bug 1546201 in heat "Race condition: boot a server on a network created by Heat" [High,Fix released] - Assigned to Crag Wolfe (cwolfe) | 17:38 |
oomichi | jordanP: after that, the migration happened according to the patch | 17:38 |
*** jckasper has joined #openstack-meeting | 17:38 | |
jordanP | how are we sure that we are not losing coverage ? | 17:38 |
andreaf | jordanP: heat tests are not run in the integrated gate anyways | 17:38 |
andreaf | jordanP: I think they are in the layer4 job only | 17:39 |
mtreinish | jordanP: we rely on heat for that judgement | 17:39 |
jordanP | yes they run in the layer4 job | 17:39 |
oomichi | jordanP: the coverage of non-cores should be own on each project, not qa-team | 17:39 |
*** bryan_att has joined #openstack-meeting | 17:39 | |
mtreinish | jordanP: the heat coverage in tempest is very minimal fwiw | 17:39 |
jordanP | ok, got it | 17:40 |
jordanP | we can move forward | 17:40 |
oomichi | are there more items related to tempest? | 17:40 |
oomichi | ok, let's move on | 17:41 |
oomichi | #topic devstack + grenade | 17:41 |
*** openstack changes topic to "devstack + grenade (Meeting topic: qa)" | 17:41 | |
oomichi | #link https://review.openstack.org/#/q/project:openstack-dev/devstack+status:open | 17:41 |
oomichi | #link https://review.openstack.org/#/q/project:openstack-dev/grenade+status:open | 17:41 |
oomichi | there are small amount of patches on grenade | 17:42 |
*** gyx has joined #openstack-meeting | 17:42 | |
mtreinish | oomichi: there always are | 17:42 |
mtreinish | it's a very low activity project | 17:42 |
oomichi | mtreinish: yeah | 17:42 |
oomichi | isn't enough to review the patches now? | 17:43 |
*** jckasper has quit IRC | 17:43 | |
*** elo has quit IRC | 17:43 | |
oomichi | the first one seems easy, but that takes time | 17:43 |
oomichi | #link https://review.openstack.org/#/q/project:openstack-dev/grenade+status:open | 17:43 |
oomichi | ops wrong | 17:44 |
*** sindhu has quit IRC | 17:44 | |
*** hockeynut has quit IRC | 17:44 | |
oomichi | #link https://review.openstack.org/#/c/296003/ | 17:44 |
oomichi | just small comment, are there any items related to devstack and grenade? | 17:45 |
mtreinish | oomichi: well since the last meeting neutron is now the devstack default | 17:45 |
mtreinish | that's kinda big | 17:45 |
andreaf | \o/ | 17:46 |
jordanP | omg, nova-net is deprecated ? ^^ | 17:46 |
oomichi | mtreinish: good news:) | 17:46 |
mtreinish | jordanP: yeah nova re-deprecated it a while ago | 17:46 |
jordanP | (yeah, just trolling :p) | 17:46 |
oomichi | that takes much time | 17:46 |
*** ekcs has left #openstack-meeting | 17:46 | |
mtreinish | haha | 17:46 |
oomichi | do we have nova-network specific job? | 17:47 |
mtreinish | oomichi: the jobs have not changed | 17:47 |
mtreinish | oomichi: but if you run devstack yourself you have to manually enable n-net and disable neutron | 17:47 |
*** dprince has joined #openstack-meeting | 17:48 | |
oomichi | mtreinish: h, I see. I misunderstood all jobs are changed | 17:48 |
*** shaohe_feng has quit IRC | 17:48 | |
*** shaohe_feng has joined #openstack-meeting | 17:48 | |
*** shashank_hegde has joined #openstack-meeting | 17:48 | |
oomichi | ok, that is good for getting feedback from uesrs | 17:49 |
oomichi | if not having any items, let's move on | 17:49 |
oomichi | #topic openstack-health | 17:49 |
*** openstack changes topic to "openstack-health (Meeting topic: qa)" | 17:49 | |
oomichi | #link https://review.openstack.org/#/c/296003/ | 17:50 |
mtreinish | oomichi: the same grenade patch? | 17:50 |
oomichi | mtreinish: is the node_provide meaning public cloud? | 17:50 |
jordanP | :p | 17:50 |
andreaf | oomichi: I have a couple of patches for subunit2sql, which is related - but it's actually an openstack-infra project, so not sure I should mention them here? | 17:50 |
oomichi | #link https://review.openstack.org/#/c/356060/ | 17:50 |
oomichi | oops, sorry about that | 17:50 |
andreaf | oomichi: https://review.openstack.org/#/q/status:open+project:openstack-infra/subunit2sql+branch:master+topic:story/2000698 | 17:51 |
*** jamesdenton has joined #openstack-meeting | 17:51 | |
*** rubasov has quit IRC | 17:51 | |
*** nisha_ is now known as nishaYadav | 17:51 | |
mtreinish | oomichi: node_provider is the cloud region the job is running | 17:51 |
andreaf | oomichi: anyways - giving it a shot ;) | 17:51 |
*** rcernin has joined #openstack-meeting | 17:51 | |
mtreinish | oomichi: so rax iad, osic, etc | 17:51 |
mtreinish | andreaf: yeah it's fine to talk about here. It's always straddled the fence | 17:51 |
oomichi | mtreinish: that is good information, these days, gate was not in good condition | 17:51 |
oomichi | mtreinish: these info will be helpful for that condition | 17:52 |
*** amakarov is now known as amakarov_away | 17:52 | |
*** prateek has joined #openstack-meeting | 17:52 | |
oomichi | andreaf: please go ahead | 17:52 |
andreaf | mtreinish: ok - well I just wanted to get some reviews on them #link https://review.openstack.org/#/q/status:open+project:openstack-infra/subunit2sql+branch:master+topic:story/2000698 | 17:52 |
*** jckasper has joined #openstack-meeting | 17:52 | |
*** parora has quit IRC | 17:52 | |
mtreinish | andreaf: yeah I've been meaning to take another look at those | 17:52 |
*** weshay has joined #openstack-meeting | 17:53 | |
andreaf | I added unit test coverage, fixed a bug and added a new config option to drop the test_attr_prefix before adding metadata into the test_metadata table | 17:53 |
mtreinish | oomichi: right, that's why we landed a bunch of improvements to the test page recently: http://status.openstack.org/openstack-health/#/test/tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_http_image?end=2016-08-16T15:00:00.000Z | 17:53 |
mtreinish | oomichi: make it easier to find common trends in failures | 17:53 |
oomichi | mtreinish: ++ | 17:53 |
mtreinish | it's still not perfect yet but it's getting better | 17:53 |
oomichi | mtreinish: yeah, agree. nice direction | 17:53 |
mtreinish | masayukig is working on fixing some of the graphing we have there now | 17:53 |
andreaf | mtreinish: oh, nice | 17:53 |
mtreinish | and I think visualizing common pieces of metadata somehow will be a good future step after that | 17:54 |
* andreaf goes and merges those patches in his own o-h | 17:54 | |
*** toddjohn has joined #openstack-meeting | 17:54 | |
andreaf | mtreinish: I think it would be really great to get distributions of metadata keys over values, like elastic search does | 17:55 |
*** toddjohn has quit IRC | 17:55 | |
mtreinish | andreaf: there are some performance things I need to fix, I have a better strategy for caching in mind that should make it more responsive | 17:55 |
mtreinish | andreaf: yeah that's what I was thinking | 17:55 |
*** toddjohn has joined #openstack-meeting | 17:55 | |
mtreinish | I'm just not sure how to do that in js :) | 17:55 |
*** unicell has joined #openstack-meeting | 17:55 | |
andreaf | :D | 17:55 |
oomichi | mtreinish: heh | 17:56 |
*** baoli has quit IRC | 17:56 | |
*** Apoorva has joined #openstack-meeting | 17:56 | |
oomichi | ok, let's move on if not having more | 17:56 |
oomichi | #topic Critical reviews | 17:56 |
*** openstack changes topic to "Critical reviews (Meeting topic: qa)" | 17:56 | |
*** baoli has joined #openstack-meeting | 17:56 | |
oomichi | are there any patches we need to concentrate on? | 17:56 |
mtreinish | #link https://review.openstack.org/#/q/Id65ebae73b28da7185cb349b714b659af51ef77f,n,z | 17:57 |
mtreinish | which switches us to use qcow by default in devstack | 17:57 |
mtreinish | there is a corresponding tempest change, but there are grenade failures I need to figure out | 17:57 |
jordanP | not a patch but we've been lagging a bit in term of reviewing lately, imo | 17:58 |
*** shaohe_feng has quit IRC | 17:58 | |
jordanP | is that your feeling too ? | 17:58 |
jordanP | mtreinish, yes that's a good patch, I never liked the ami format | 17:58 |
oomichi | mtreinish: yeah, that is a good one | 17:58 |
*** shaohe_feng has joined #openstack-meeting | 17:59 | |
oomichi | I will +A after passing the gate | 17:59 |
*** acoles is now known as acoles_ | 17:59 | |
*** annegentle has quit IRC | 17:59 | |
oomichi | jordanP: yeah that is a little active now | 17:59 |
oomichi | #link http://stackalytics.com/report/contribution/tempest/30 | 18:00 |
mtreinish | jordanP: yeah I get that sense too. I think it's because we have a bunch of inactive cores | 18:00 |
oomichi | ops, time is coming | 18:00 |
oomichi | #endmeeting | 18:00 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 18:00 | |
mtreinish | I think oomichi should probably clean up the core list | 18:00 |
openstack | Meeting ended Thu Aug 18 18:00:33 2016 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 18:00 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/qa/2016/qa.2016-08-18-17.00.html | 18:00 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/qa/2016/qa.2016-08-18-17.00.txt | 18:00 |
openstack | Log: http://eavesdrop.openstack.org/meetings/qa/2016/qa.2016-08-18-17.00.log.html | 18:00 |
oomichi | let's discuss on -qa channel | 18:00 |
*** nisha_ has joined #openstack-meeting | 18:00 | |
*** nisha__ has joined #openstack-meeting | 18:02 | |
*** gatekeep has quit IRC | 18:02 | |
*** gatekeep has joined #openstack-meeting | 18:03 | |
*** jckasper has quit IRC | 18:04 | |
*** nishaYadav has quit IRC | 18:04 | |
*** iyamahat has quit IRC | 18:04 | |
*** prateek_ has joined #openstack-meeting | 18:05 | |
*** jckasper has joined #openstack-meeting | 18:05 | |
*** auggy has left #openstack-meeting | 18:05 | |
*** Sukhdev has joined #openstack-meeting | 18:05 | |
*** jckasper has quit IRC | 18:05 | |
*** jckasper has joined #openstack-meeting | 18:06 | |
*** nisha_ has quit IRC | 18:06 | |
*** prateek has quit IRC | 18:06 | |
*** elo has joined #openstack-meeting | 18:06 | |
*** nisha__ is now known as nishaYadav | 18:07 | |
*** mmedvede- has joined #openstack-meeting | 18:07 | |
*** jtomasek has joined #openstack-meeting | 18:08 | |
*** shaohe_feng has quit IRC | 18:08 | |
*** shaohe_feng has joined #openstack-meeting | 18:09 | |
*** sindhu has joined #openstack-meeting | 18:09 | |
*** jckasper has quit IRC | 18:10 | |
*** yamahata has quit IRC | 18:10 | |
*** jckasper has joined #openstack-meeting | 18:10 | |
*** ivar-lazzaro has quit IRC | 18:12 | |
*** toddjohn has quit IRC | 18:14 | |
*** jckasper has quit IRC | 18:15 | |
*** toddjohn has joined #openstack-meeting | 18:16 | |
*** vhoward_ has quit IRC | 18:16 | |
*** zul has quit IRC | 18:16 | |
*** azbiswas_ has joined #openstack-meeting | 18:16 | |
*** baumann has joined #openstack-meeting | 18:17 | |
*** baumann has joined #openstack-meeting | 18:18 | |
*** shaohe_feng has quit IRC | 18:18 | |
*** azbiswas has quit IRC | 18:19 | |
*** annegentle has joined #openstack-meeting | 18:20 | |
*** shaohe_feng has joined #openstack-meeting | 18:21 | |
*** zul has joined #openstack-meeting | 18:23 | |
*** pvaneck has joined #openstack-meeting | 18:23 | |
*** iyamahat has joined #openstack-meeting | 18:28 | |
*** shaohe_feng has quit IRC | 18:29 | |
*** gyx has quit IRC | 18:29 | |
*** shaohe_feng has joined #openstack-meeting | 18:30 | |
*** jrichli` is now known as jrichli | 18:30 | |
*** persia has quit IRC | 18:30 | |
*** bobh has joined #openstack-meeting | 18:30 | |
*** dsariel has joined #openstack-meeting | 18:32 | |
*** ivar-lazzaro has joined #openstack-meeting | 18:32 | |
*** persia has joined #openstack-meeting | 18:32 | |
*** mickeys has quit IRC | 18:33 | |
*** dmacpher has quit IRC | 18:34 | |
*** mickeys has joined #openstack-meeting | 18:34 | |
*** bobh has quit IRC | 18:35 | |
*** hockeynut has joined #openstack-meeting | 18:36 | |
*** ayoung has quit IRC | 18:37 | |
*** jrichli has left #openstack-meeting | 18:38 | |
*** vishnoianil has quit IRC | 18:38 | |
*** mickeys has quit IRC | 18:39 | |
*** shaohe_feng has quit IRC | 18:39 | |
*** shaohe_feng has joined #openstack-meeting | 18:39 | |
*** nisha_ has joined #openstack-meeting | 18:40 | |
*** sudipto has quit IRC | 18:41 | |
*** sudipto_ has quit IRC | 18:41 | |
*** nisha__ has joined #openstack-meeting | 18:43 | |
*** honza is now known as honza|afk | 18:43 | |
*** nishaYadav has quit IRC | 18:44 | |
*** su_zhang has quit IRC | 18:44 | |
*** nisha__ is now known as nishaYadav | 18:44 | |
*** nisha_ has quit IRC | 18:46 | |
*** yamahata has joined #openstack-meeting | 18:46 | |
*** lpetrut has joined #openstack-meeting | 18:47 | |
*** ociuhandu has quit IRC | 18:47 | |
*** shaohe_feng has quit IRC | 18:49 | |
*** shaohe_feng has joined #openstack-meeting | 18:50 | |
*** padkrish has quit IRC | 18:51 | |
*** cdub has quit IRC | 18:52 | |
*** amitgandhinz has quit IRC | 18:53 | |
*** ivar-lazzaro has quit IRC | 18:55 | |
*** ivar-lazzaro has joined #openstack-meeting | 18:56 | |
stevemar | o/ | 18:58 |
*** _nadya_ has quit IRC | 18:58 | |
*** jtomasek has quit IRC | 18:59 | |
*** shaohe_feng has quit IRC | 18:59 | |
*** shaohe_feng has joined #openstack-meeting | 19:00 | |
*** ivar-lazzaro has quit IRC | 19:00 | |
*** ivar-lazzaro has joined #openstack-meeting | 19:00 | |
*** _sarob has joined #openstack-meeting | 19:01 | |
*** sarob has quit IRC | 19:02 | |
dtroyer | ola! | 19:04 |
stevemar | ola | 19:04 |
dtroyer | #startmeeting openstackclient | 19:04 |
openstack | Meeting started Thu Aug 18 19:04:22 2016 UTC and is due to finish in 60 minutes. The chair is dtroyer. Information about MeetBot at http://wiki.debian.org/MeetBot. | 19:04 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 19:04 |
*** openstack changes topic to " (Meeting topic: openstackclient)" | 19:04 | |
openstack | The meeting name has been set to 'openstackclient' | 19:04 |
stevemar | rtheis seems to be missing | 19:04 |
stevemar | looks like its just you and i dtroyer! | 19:04 |
dtroyer | I suspect he may be travelling? | 19:04 |
* stevemar shrugs | 19:05 | |
stevemar | i don't keep tabs on him | 19:05 |
dtroyer | which, while on the topic, I will be next week | 19:05 |
stevemar | oh nice | 19:05 |
stevemar | i will be too | 19:05 |
dtroyer | Thursday is a travel day so I will not be around to run a meeting | 19:05 |
stevemar | i'll be traveling M-W | 19:05 |
*** fifieldt has quit IRC | 19:06 | |
*** ivar-lazzaro has quit IRC | 19:06 | |
dtroyer | M-Th for me | 19:06 |
*** ivar-lazzaro has joined #openstack-meeting | 19:06 | |
dtroyer | so let's start with... | 19:06 |
dtroyer | #topic summit space request | 19:06 |
*** openstack changes topic to "summit space request (Meeting topic: openstackclient)" | 19:06 | |
dtroyer | Last couple of summits we had one of each type of space | 19:07 |
dtroyer | The meetup time has been a near-no-op for both | 19:07 |
dtroyer | I'd be willing to drop that since there is only Friday afternoon available overall | 19:07 |
dtroyer | for those | 19:07 |
stevemar | dtroyer: funny you say that, gordc just said that friday afternoon meetups are useful on the ML | 19:07 |
dtroyer | for some projects I'm sure they are | 19:08 |
stevemar | are useless*** | 19:08 |
dtroyer | oh, yeah | 19:08 |
stevemar | since folks are either: a) exhausted or b) traveling back home | 19:08 |
*** amitgandhinz has joined #openstack-meeting | 19:08 | |
stevemar | i like the concept of the meetup, but the timing is just terribad | 19:08 |
stevemar | we should do a skunkworks one and have it on tuesday during the sessions :P | 19:09 |
dtroyer | yup. maybe with only a 4 day schedule it doesn't feel quite as bad…plus none in the morning | 19:09 |
*** shaohe_feng has quit IRC | 19:10 | |
dtroyer | I'll put in for one fishbowl and one workroom then and see what happens | 19:10 |
stevemar | yeah | 19:10 |
stevemar | the meetup would very useful if we could just have a few cores hangout and code | 19:10 |
*** shaohe_feng has joined #openstack-meeting | 19:11 | |
dtroyer | I hope rtheis comes… I'd just like to get the gang together once ;) | 19:11 |
stevemar | :) | 19:12 |
dtroyer | #topic 3.0 release | 19:12 |
*** openstack changes topic to "3.0 release (Meeting topic: openstackclient)" | 19:12 | |
dtroyer | [this is mostly for the record, we both know whazzup] | 19:12 |
stevemar | hope tang and huanxuan come too! | 19:12 |
*** ivar-lazzaro has quit IRC | 19:12 | |
*** julim has quit IRC | 19:13 | |
stevemar | i thought tangchen did a lot of of coding when he first joined osc, then we all saw huanxuan... :| | 19:13 |
*** ivar-lazzaro has joined #openstack-meeting | 19:13 | |
dtroyer | :) | 19:13 |
dtroyer | folks want network! | 19:13 |
stevemar | do they ever! | 19:13 |
stevemar | at openstacksv i talked with SpamapS and he said he exclusively uses osc :D | 19:13 |
stevemar | so so, 3.0.0 | 19:14 |
*** julim has joined #openstack-meeting | 19:14 | |
stevemar | just waiting for a few patches to land | 19:14 |
dtroyer | The release has been a total trainwreck for 2 weeks, trying to get a grip on o-c-c brokenness, fix one thing and discover another problem. | 19:14 |
stevemar | dtroyer: are you at all worried about the hacks? | 19:14 |
dtroyer | so yeah, I need to double-check the docs and relnotes yet, I think they're good to go | 19:14 |
dtroyer | worried? no, they work, but ugly as sin | 19:15 |
stevemar | ha | 19:15 |
*** salv-orl_ has joined #openstack-meeting | 19:15 | |
stevemar | i guess occ won't be changing anything now | 19:15 |
dtroyer | I'm still trying to decide how to fix o-c-c, the 1.19.1 fix actually made things worse | 19:15 |
stevemar | :( | 19:16 |
*** mike_m has joined #openstack-meeting | 19:16 | |
dtroyer | so I'm going to start breaking things down into small chunks so we can build a replacement gor get_one_cloud() that does what it needs to and let the rest of the folk use their ugliness | 19:16 |
stevemar | dtroyer: does dhellmann/ttx/dims know that we want to release 3.0.0 today/tomorrow? | 19:16 |
dtroyer | Not specifically, and I expect they'll sit on it until Monday. I don't want to be fixing things over the weekend meyself | 19:17 |
dtroyer | I'm only going to the Mother Ship in Portland so I'll be around if needed | 19:17 |
stevemar | tahts helpful | 19:17 |
*** padkrish has joined #openstack-meeting | 19:17 | |
*** designbybeck has quit IRC | 19:17 | |
stevemar | the week of 22 is lib freeze for non-client libs | 19:17 |
*** fifieldt has joined #openstack-meeting | 19:18 | |
stevemar | so we do have a one week buffer .... #famouslastwords | 19:18 |
*** salv-orlando has quit IRC | 19:18 | |
dtroyer | ya, this went on far too long | 19:18 |
stevemar | dhellmann: thoughts on the upcoming 3.0 release for osc? | 19:19 |
stevemar | dhellmann: from a release perspective | 19:19 |
dhellmann | stevemar : it's thursday, so either today or next week | 19:19 |
stevemar | dhellmann: theres a massive list of changes | 19:19 |
stevemar | thursday at 11:59 EST works right?! :) | 19:20 |
dtroyer | dhellmann: what time today? If I can get folk to stop re-triggering the check jobs I might make it | 19:20 |
dhellmann | then I'd suggest next week at a time when the team will be around | 19:20 |
*** shaohe_feng has quit IRC | 19:20 | |
dtroyer | I'm going to propose the change whenever it is ready, if it's past your cutoff, I understand | 19:20 |
dhellmann | it's already fairly late in the day on the east coast :-/ | 19:20 |
dhellmann | ok, that works | 19:20 |
*** shaohe_feng has joined #openstack-meeting | 19:21 | |
stevemar | dtroyer: the changes i approved in keystone in the morning are merging now, so osc ones should be a few hours away (they are not in integrated merge queue) | 19:21 |
*** janki has quit IRC | 19:21 | |
stevemar | sounds like monday is the big day | 19:22 |
dtroyer | I've been watching the status…unfortunately, resetting 354214 totally took us out of the possibility of anything before dinner my time | 19:22 |
*** Na3iL has quit IRC | 19:22 | |
*** toddjohn has quit IRC | 19:22 | |
stevemar | my bad :( | 19:23 |
dtroyer | what's one more week? | 19:23 |
dtroyer | #topic open discussion | 19:24 |
*** openstack changes topic to "open discussion (Meeting topic: openstackclient)" | 19:24 | |
stevemar | dtroyer: weekend* :P | 19:24 |
dtroyer | I'm skipping the usual... | 19:25 |
stevemar | ya | 19:25 |
stevemar | oh, i tried to push knikolla your way to implement token caching | 19:25 |
stevemar | he's a damn good coder | 19:25 |
dtroyer | I talked to him a bit, thanks | 19:25 |
dtroyer | there's another wart that o-c-c grew that we need to be careful of | 19:26 |
*** vishnoianil has joined #openstack-meeting | 19:26 | |
stevemar | dtroyer: i also told the cinder team i would create a matrix that has all the cinder CLIs and openstack CLIs in a doc | 19:27 |
stevemar | and they can see what it's lacking | 19:27 |
knikolla | o/ | 19:27 |
stevemar | i think they really want to see that | 19:27 |
*** bobh has joined #openstack-meeting | 19:28 | |
dtroyer | I thought they already had that? in a BP somewhere? | 19:28 |
stevemar | yeah, in a BP, but i think it's not translating well | 19:28 |
stevemar | i'll make a google doc | 19:28 |
* dtroyer hides from the not-free brigade about to rain down on stevemar | 19:29 | |
stevemar | eh? | 19:29 |
dtroyer | nevermind | 19:29 |
*** _nadya_ has joined #openstack-meeting | 19:29 | |
stevemar | you and your crazy references | 19:30 |
dtroyer | I know, right? | 19:30 |
*** shaohe_feng has quit IRC | 19:30 | |
dtroyer | well, anything else? | 19:31 |
*** shaohe_feng has joined #openstack-meeting | 19:31 | |
*** su_zhang has joined #openstack-meeting | 19:32 | |
stevemar | not from me | 19:32 |
*** sindhu has quit IRC | 19:33 | |
stevemar | part of me worries how the plugins will deal with this | 19:33 |
stevemar | but .... | 19:33 |
stevemar | if they are at all affected | 19:33 |
dtroyer | they shouldn't be at all, that code stayed in osc | 19:33 |
dtroyer | the migration of plugins using osc-lib should be done slowly at first, not an all-at-once thing | 19:34 |
*** dgonzalez has quit IRC | 19:34 | |
*** toddjohn has joined #openstack-meeting | 19:34 | |
*** e0ne has joined #openstack-meeting | 19:34 | |
dtroyer | ok then, let's go watch Zuul ;) | 19:35 |
stevemar | i see | 19:35 |
stevemar | agreed | 19:35 |
stevemar | i just don't want the plugins to start printing deprecation warnings | 19:36 |
stevemar | lets go watch zuul | 19:36 |
stevemar | gonna go for a walk, back in 20 | 19:36 |
dtroyer | #endmeeting | 19:36 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 19:36 | |
openstack | Meeting ended Thu Aug 18 19:36:22 2016 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 19:36 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/openstackclient/2016/openstackclient.2016-08-18-19.04.html | 19:36 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/openstackclient/2016/openstackclient.2016-08-18-19.04.txt | 19:36 |
openstack | Log: http://eavesdrop.openstack.org/meetings/openstackclient/2016/openstackclient.2016-08-18-19.04.log.html | 19:36 |
*** su_zhang has quit IRC | 19:36 | |
*** _nadya_ has quit IRC | 19:37 | |
*** toddjohn_ has joined #openstack-meeting | 19:37 | |
*** toddjohn has quit IRC | 19:38 | |
*** toddjohn_ has quit IRC | 19:39 | |
*** toddjohn has joined #openstack-meeting | 19:39 | |
*** shaohe_feng has quit IRC | 19:40 | |
*** shaohe_feng has joined #openstack-meeting | 19:41 | |
*** aimon has joined #openstack-meeting | 19:41 | |
*** toddjohn has quit IRC | 19:42 | |
*** toddjohn has joined #openstack-meeting | 19:43 | |
*** toddjohn has quit IRC | 19:43 | |
*** leeantho_ has joined #openstack-meeting | 19:44 | |
*** dsariel has quit IRC | 19:45 | |
*** ociuhandu has joined #openstack-meeting | 19:45 | |
*** dgonzalez has joined #openstack-meeting | 19:45 | |
*** leeantho has quit IRC | 19:46 | |
*** stanchan has joined #openstack-meeting | 19:46 | |
*** piet has quit IRC | 19:48 | |
*** bill_az has joined #openstack-meeting | 19:48 | |
*** _AmitGalitz_ has joined #openstack-meeting | 19:49 | |
*** azbiswas_ has quit IRC | 19:51 | |
*** shaohe_feng has quit IRC | 19:51 | |
*** shaohe_feng has joined #openstack-meeting | 19:52 | |
*** nishaYadav has quit IRC | 19:52 | |
*** mike_m has quit IRC | 19:53 | |
*** sindhu has joined #openstack-meeting | 19:57 | |
*** Apoorva_ has joined #openstack-meeting | 19:59 | |
*** stanchan has quit IRC | 20:00 | |
cinerama | #startmeeting diskimage_builder | 20:00 |
openstack | Meeting started Thu Aug 18 20:00:58 2016 UTC and is due to finish in 60 minutes. The chair is cinerama. Information about MeetBot at http://wiki.debian.org/MeetBot. | 20:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 20:01 |
*** openstack changes topic to " (Meeting topic: diskimage_builder)" | 20:01 | |
openstack | The meeting name has been set to 'diskimage_builder' | 20:01 |
cinerama | hi folks | 20:01 |
cinerama | if we don't get anyone this is going to be pretty short :) | 20:01 |
*** shaohe_feng has quit IRC | 20:01 | |
*** su_zhang has joined #openstack-meeting | 20:01 | |
*** su_zhang has quit IRC | 20:01 | |
*** su_zhang has joined #openstack-meeting | 20:01 | |
*** lblanchard has quit IRC | 20:02 | |
*** f13o has quit IRC | 20:02 | |
*** shaohe_feng has joined #openstack-meeting | 20:02 | |
greghaynes | ohai | 20:02 |
greghaynes | sorry, was just in a cal | 20:03 |
greghaynes | haha | 20:03 |
cinerama | hey! | 20:03 |
*** Apoorva has quit IRC | 20:03 | |
greghaynes | yea, I had meetings lined up back-to-back, ofc they run over | 20:03 |
cinerama | ugh. | 20:03 |
cinerama | anyway, got anything for the agenda today? it's been fairly quiet | 20:03 |
greghaynes | Yea, I think we have dib on PTO | 20:03 |
greghaynes | the big thing is sort of a selfish patch that I really really want us to review because it has caught so many regressions in CI but we catch them after we release since we havent merged it yet | 20:04 |
* greghaynes looks | 20:04 | |
cinerama | for me: i want to revisit https://review.openstack.org/#/c/334785 and friends | 20:04 |
greghaynes | https://review.openstack.org/#/c/181162/ | 20:05 |
cinerama | and andreas' refactoring changes | 20:05 |
greghaynes | which I think needs ianw's eyes because I believe its failing on a bug we have for centos | 20:05 |
ianw | hey | 20:05 |
greghaynes | hello there :) | 20:05 |
cinerama | hi! | 20:05 |
greghaynes | cinerama: I'm with you on https://review.openstack.org/#/c/334785 | 20:05 |
*** enriquetaso has quit IRC | 20:05 | |
*** vhoward has joined #openstack-meeting | 20:06 | |
greghaynes | ianw: I'd like to get ^ merged, left you a comment on there | 20:06 |
greghaynes | an annoying one, sorry | 20:06 |
cinerama | how are we doing release management? if we have stuff we want to do for 2.0 should we just start landing it? | 20:06 |
greghaynes | ianw: does it sound fine to do that in 2.0? | 20:06 |
greghaynes | yea. so thats probably a good thing to get a solid plan for - how are we going to 2.0... | 20:07 |
ianw | i feel like maybe a feature branch might be a good idea | 20:07 |
greghaynes | I think so too | 20:07 |
cinerama | that is an option | 20:07 |
ianw | because we kind of need to be able to release quickly if something is messed up for infra | 20:07 |
ianw | or tripelo | 20:08 |
cinerama | yup | 20:08 |
cinerama | that might give us some more scope to land some of these big changes | 20:08 |
greghaynes | The other big side is to make sure features we put in that are breaking we put in corresponding deprecation warnings in to dib master | 20:08 |
*** ayoung has joined #openstack-meeting | 20:09 | |
ianw | true, although nobody reads warnings :) unless we have a -Werror type thing | 20:09 |
greghaynes | Yea, they are more of a CYA thing it seems like, which is :( | 20:09 |
greghaynes | I'd support a -werror for sure | 20:09 |
cinerama | sounds good | 20:10 |
ianw | there's the "organisational" stuff i'd like to look at too, like moving disk-image-create to an entry-point function, and moving the elements under the python pkg | 20:10 |
greghaynes | I'm thinking though, if we can detect the case for the element overriding behavior change (for example) we can deprecate and fail with werror | 20:10 |
*** JoseMello has quit IRC | 20:10 | |
cinerama | so do we have a rough consensus on 1) cutting a 2.0 feature branch & landing big stuff there 2) add -werror 3) add deprecation warnings? | 20:10 |
greghaynes | yep, same, if we can spit out "this is going away" ASAP that gives us more flexibility to remove it sooner | 20:11 |
*** gyee has joined #openstack-meeting | 20:11 | |
greghaynes | I really like the idea of moving to all entrypoints btw :) | 20:11 |
greghaynes | cinerama: I think so | 20:11 |
*** shaohe_feng has quit IRC | 20:11 | |
cinerama | #agreed cut 2.0 feature branch | 20:11 |
greghaynes | It'd be great if the plan could get written up. I know ianw has a feature list, so now the process would be good just so we can get feedback | 20:12 |
cinerama | #agreed add werror | 20:12 |
cinerama | #agreed add deprecation warnings (using werror) | 20:12 |
cinerama | woo irc features | 20:12 |
*** shaohe_feng has joined #openstack-meeting | 20:12 | |
cinerama | do we have a link to the feature list? | 20:12 |
greghaynes | what I am wondering actually - if we feature branch are we going to still deprecate? | 20:12 |
*** padkrish has quit IRC | 20:13 | |
greghaynes | like, if we add the entrypoint change in the feature branch, how can we properly deprecate that in master | 20:13 |
greghaynes | since master wont have the alternative | 20:13 |
ianw | well, i don't think there's really anything to deprecate in that case, really | 20:13 |
ianw | it should be transparent | 20:13 |
greghaynes | ianw: I think removal of the bin/foo needs some deprecation, theres folks who run them directly | 20:13 |
greghaynes | unless we want to leave them forever | 20:14 |
ianw | well there's still a script there, it's just a #!/bin/python script instead of a #!/bin/bash | 20:14 |
*** stanchan has joined #openstack-meeting | 20:14 | |
greghaynes | ah, ok. And then it just calls the same thing as the entrypoint? | 20:14 |
bkero | and for those who invoke via 'sh bin/disk-image-create'? | 20:15 |
greghaynes | bkero: Yea, I think ianw is saying we leave the scripts but make them python | 20:15 |
bkero | Dunno if we want to do this -- but what other projects have done is just leave the script in place, but gut it and make it call a separately named python script | 20:15 |
bkero | I don't think dib has a big enough legacy to need something like that though | 20:16 |
ianw | bkero: that wouldn't be that safe ... /bin/sh can be dash on ubuntu and would just completely fail with the bash in dib | 20:16 |
bkero | ianw: it's dash in sh-compatibility mode though | 20:16 |
*** f13o has joined #openstack-meeting | 20:16 | |
ianw | but i mean, in general, there's always that grey area of "undefined behaviour" | 20:16 |
ianw | the element override is similar | 20:17 |
*** padkrish has joined #openstack-meeting | 20:17 | |
greghaynes | So how about this, stuff which we dont need to deprecate or we can deprecate we dont need ot feature branch - we can just put it in master with a deprecation warning? | 20:17 |
cinerama | that sounds good | 20:17 |
greghaynes | then we flag the things in the 2.0 etherpad which are breaking and feature branch them | 20:17 |
ianw | well, yeah, but so far we've pretty much failed at that | 20:18 |
ianw | these much "bigger" things | 20:18 |
ianw | because we've always had in our mind "if infra breaks tomorrow, we've got to push a release on this" | 20:18 |
greghaynes | Yea, sorry,my tl;dr is I have a big internal project wrapping up nowish and I'm arguing to take a break to do some large dib work once its closed | 20:18 |
greghaynes | right, theres that fear too - I really worry about that with anything backwards incompat | 20:19 |
greghaynes | so for that - I think we could actually get a CI job for some of these larger and more fragile images | 20:19 |
ianw | yeah, if we have the branch, we could do a little more sanity checking | 20:19 |
ianw | with the pressure off | 20:20 |
greghaynes | and really https://review.openstack.org/#/c/181162/ and friends, if those merge that would give us a ton more confidence | 20:20 |
greghaynes | https://review.openstack.org/#/c/204639/ being the other one | 20:20 |
greghaynes | they keep getting hung up because we land bugs the tests would have caught | 20:20 |
*** zaneb has quit IRC | 20:20 | |
cinerama | heh yeah | 20:21 |
ianw | sure, also i got the nodepool dsvm bit working | 20:21 |
ianw | test i mean | 20:21 |
cinerama | sounds like once we have those in we should be able to start landing refactoring &c | 20:21 |
*** _coolsvap_ has quit IRC | 20:21 | |
*** shaohe_feng has quit IRC | 20:21 | |
greghaynes | ianw: yea, thats actually a really good point about the feature branch - we can have folks test with it | 20:22 |
bkero | greghaynes: what's needed to land those? Just a jenkins recheck and rebase? | 20:22 |
greghaynes | bkero: I think they are hung up on actual dib bugs | 20:22 |
*** shaohe_feng has joined #openstack-meeting | 20:22 | |
bkero | oh | 20:22 |
greghaynes | I tihnk the centos locale bug is the first one | 20:22 |
greghaynes | ianw: so maybe we can convince infra to help a bit with that - add an image using dib 2.0? | 20:23 |
ianw | yep, i feel like if we get things into a branch, our next meeting might be more "what extra testing should we do on dib 2.0 branch" | 20:23 |
greghaynes | SGTM | 20:23 |
cinerama | nice | 20:23 |
ianw | greghaynes: yeah, but even still, i can easily be doing offline testing of infra builds with a 2.0 branch | 20:24 |
greghaynes | yep, true | 20:24 |
greghaynes | ok, so someone needs to ask infra for a 2.0 branch I think | 20:24 |
ianw | alright, i'll take it as an action item to do that | 20:24 |
greghaynes | awesome | 20:24 |
ianw | and i'll email out when done | 20:25 |
cinerama | thanks | 20:25 |
greghaynes | sounds good | 20:25 |
greghaynes | ianw: I also need to pick your brain on https://review.openstack.org/#/c/181162/ | 20:25 |
greghaynes | ianw: its the mmap / bus error thing | 20:26 |
ianw | i guess the only thing is, what's the end point for the branch? will we just never think it's finished? | 20:26 |
cinerama | i guess we need to agree on what features should be part of it and then go when they are complete | 20:26 |
greghaynes | ianw: maybe we timebox it? | 20:26 |
greghaynes | heh | 20:26 |
cinerama | that's another option | 20:26 |
cinerama | maybe smarter | 20:26 |
greghaynes | this is sounding like a openstack dev cycle TBH | 20:27 |
*** mohnish__ has quit IRC | 20:27 | |
cinerama | yeah i was imagining spec approvals and such | 20:27 |
*** sindhu has quit IRC | 20:27 | |
ianw | greghaynes: ahh, that :( i think for fedora 24, that problem goes away, they've moved to sensible locale packages. centos might be the hangup | 20:28 |
cinerama | it's a model we could follow more informally | 20:28 |
greghaynes | ianw: yep, it is | 20:28 |
bkero | ianw: so does that mean locale workarounds in the centos element? | 20:28 |
greghaynes | so maybe we have have a time limit where we try and cut the release by? | 20:29 |
*** sindhu has joined #openstack-meeting | 20:29 | |
cinerama | when? | 20:29 |
greghaynes | I actually need to reread the feature list before I can answer that | 20:29 |
ianw | yeah, maybe everyone add what they want into https://etherpad.openstack.org/p/dib2.0 | 20:29 |
greghaynes | but i'm thinking ~6moish, maybe we just try and line it up with the openstack release | 20:29 |
bkero | So cut a release when the rest of the projects do? | 20:30 |
bkero | Isn't there an org that arranges all that? Maybe add dib to that list? | 20:30 |
greghaynes | yep, thats kind of what I was getting at, its starting to just sound like the openstack release process | 20:31 |
ianw | bkero: unfortunately, centos 7 doesn't really have a nice/documented way to clear out unnecessary locales | 20:31 |
greghaynes | which isnt a bad thing | 20:31 |
bkero | ianw: If I recall, can't we supply a /etc/locale.gen file in the element and tell it to rebuild? | 20:31 |
bkero | Maybe this is off-topic for the meeting and should be discussed in #openstack-dib | 20:32 |
*** shaohe_feng has quit IRC | 20:32 | |
greghaynes | ok. So this is super unsatisfying to say but I think first we need to nail down the feature list and the requirements for what is going to break backwards compat. I've kind of failed at putting enough effort in to it so maybe we can set a deadline on that for next meeting? | 20:32 |
cinerama | bkero: *shrug* we have time | 20:32 |
*** shaohe_feng has joined #openstack-meeting | 20:32 | |
ianw | the only thing i'd say about that is that it's not yet clear if this is just because we've hit a bit of a log-jam of big features, or if it's going to be like for this forever | 20:32 |
greghaynes | ianw: yea, I agree with that | 20:33 |
cinerama | we have a limited amount of core bandwidth | 20:33 |
greghaynes | ianw: I really hope this is a log jam | 20:33 |
ianw | yeah, if we clear out some of this big stuff, maybe we go back to humming along with point releases happily for a long time | 20:34 |
*** baoli has quit IRC | 20:34 | |
cinerama | i think so | 20:34 |
*** zaneb has joined #openstack-meeting | 20:34 | |
ianw | if it's not happening, then maybe we look at more formal release cycles, etc | 20:34 |
greghaynes | but anyhow, if we can get that solidified for next meeting and have a thing on the agenda for discussing how we want those specific features to merge that should move us forward | 20:34 |
*** f13o has quit IRC | 20:34 | |
greghaynes | rather than a general plan we can basically just walk through the feature list and say for each feature how do we want to land it | 20:35 |
*** f13o has joined #openstack-meeting | 20:35 | |
greghaynes | and I suspect that is some of them go in to feature branch and hopefully with a clear end in sight? | 20:35 |
bkero | Sounds doable | 20:35 |
bkero | You can also mark them as 2.0 even if they're in feature branch so you can know when to expect to land them (and an order) | 20:36 |
ianw | ok, well for mine, https://etherpad.openstack.org/p/dib2.0 is pretty much the list of things | 20:36 |
ianw | not all of it is strictly backwards incompat | 20:36 |
ianw | but it's changing a lot of undefined behvaiour | 20:36 |
ianw | which is maybe the same thing | 20:36 |
cinerama | true | 20:36 |
greghaynes | yea, we have some license there depending on how big of a surface area it is | 20:37 |
greghaynes | technically it is but we can be reasonable if its super corner case or whatnot | 20:37 |
ianw | things like disk-image-create moving from #!/bin/bash to #!/bin/python | 20:37 |
greghaynes | Yea, tahts fine I think | 20:38 |
greghaynes | as long as the actual interface is the same | 20:38 |
cinerama | speaking from a bifrost perspective as long as the flags etc are the same should be fine | 20:39 |
*** pnavarro has quit IRC | 20:40 | |
greghaynes | does that sound good as an action item though - go through the list and formulate a plan for each feature whether we can implement it backwards compat or if not then flag it as 2.0 feature branch. Try to get a list of 2.0 feature branch things for next meeting and then get consensus if its something we can see merging withing a reasonable timeframe? | 20:40 |
cinerama | sgtm | 20:40 |
ianw | well i keep saying it :) -> https://etherpad.openstack.org/p/dib2.0 | 20:40 |
greghaynes | ianw: yep, those are some backwards compat doable and some not so its just go through that list? | 20:41 |
*** azbiswas has joined #openstack-meeting | 20:41 | |
ianw | or add missing things to it | 20:41 |
greghaynes | and also probably through andreas' patches to see if any of them need to be feature branchey | 20:41 |
bkero | Let's go through the list and categorize things | 20:41 |
ianw | i have a huge blind spot for the uefi stuff for example | 20:42 |
bkero | Are there UEFI reviews? | 20:42 |
*** shaohe_feng has quit IRC | 20:42 | |
ianw | i just have zero experience building stuff for that environment | 20:42 |
bkero | Oh. I have a bit of experience if you can point me at some reviews. | 20:42 |
*** stanchan has quit IRC | 20:42 | |
greghaynes | There were 2 think, I think one merged | 20:42 |
*** shaohe_feng has joined #openstack-meeting | 20:42 | |
cinerama | oh yes | 20:42 |
*** _nadya_ has joined #openstack-meeting | 20:43 | |
bkero | Being able to make ESP partitions, installing programs, and updating EFI variables for boot order would be a good feature | 20:43 |
cinerama | https://review.openstack.org/#/c/287784/ is still pending | 20:43 |
cinerama | had a +2 from greghaynes recently | 20:43 |
cinerama | bkero you might want to have a look | 20:43 |
bkero | sure | 20:43 |
bkero | We can also add testing using tianocore's kvm biosfile | 20:44 |
*** baoli has joined #openstack-meeting | 20:44 | |
greghaynes | #action everyone to read through https://etherpad.openstack.org/p/dib2.0 - categorize features as things which need to be part of the 2.0 feature branch or we can implement in a backwards compat manner. Also add any changes which may need to be similarly categorized and are missing (review andreas' refactoring code for example) | 20:44 |
cinerama | how do we feel about uefi as a 2.0 thing vs a regular thing | 20:45 |
greghaynes | cinerama: its just a matter of if its backwards compat doable, I dont remember seeing anything which wasnt | 20:45 |
*** raj_singh has joined #openstack-meeting | 20:45 | |
cinerama | k | 20:45 |
bkero | It sounds like we need a....spreadsheet. <3 | 20:45 |
*** armax has joined #openstack-meeting | 20:45 | |
greghaynes | heh, I think we can just label on the etherpad, it isnt that large of a list I hope | 20:46 |
greghaynes | I really hope | 20:46 |
greghaynes | maybe compile it out in to something | 20:46 |
bkero | cinerama: The EFI support looks pretty contained to the vm and bootloader elements. I need to read the patch to figure out how invasive it is inside the elements though. | 20:46 |
cinerama | we could add something as a spec i guess | 20:46 |
greghaynes | but really first I think we all need to put the review time in on those features so we can get consensus | 20:46 |
*** mike_m has joined #openstack-meeting | 20:46 | |
cinerama | bkero: feel free to throw your thoughts in on the review | 20:47 |
bkero | cinerama: I will as soon as the meeting is over :) | 20:47 |
cinerama | anyone have anything else to discuss? | 20:48 |
greghaynes | oh, yes | 20:49 |
greghaynes | I need feedback on a cores thing | 20:49 |
greghaynes | actually, two things | 20:49 |
cinerama | shoot | 20:49 |
*** synegy34 has joined #openstack-meeting | 20:49 | |
greghaynes | so first I didnt get much feedback on us becoming a project team, I hope thats a good and not a bad thing | 20:49 |
greghaynes | as in, are there any objections to it... | 20:49 |
cinerama | right | 20:49 |
greghaynes | because if not then we need to do the whole propose a project team, elect a ptl dance | 20:50 |
cinerama | with various stuff like the meeting, channel, etc going through i think we're more convincing | 20:50 |
cinerama | as an independent entity | 20:51 |
greghaynes | right, IMO it makes sense but hopefully theres consensus | 20:51 |
greghaynes | ianw: ^ thoughts? | 20:51 |
*** takashin has joined #openstack-meeting | 20:51 | |
greghaynes | the second thing is - right now we have tripleo-core as a subset of dib-core which I'd like to remove but keep on folks who have done 2 or more reviews this past cycle by adding them to dib-core if thats ok? | 20:52 |
ianw | ahh, i dunno? :) i'm not sure i have anything much to say | 20:52 |
greghaynes | both things kind of need consensus from the core team but I didnt get ML feedback | 20:52 |
*** shaohe_feng has quit IRC | 20:52 | |
*** gatekeep has quit IRC | 20:53 | |
*** shaohe_feng has joined #openstack-meeting | 20:53 | |
greghaynes | ok. As long as its not an objection :) mostly just trying to not run off changing the project without core consent :p | 20:53 |
*** sindhu has quit IRC | 20:53 | |
cinerama | that sounds fine with me, we can grandfather folks in who are interested | 20:54 |
greghaynes | good deal | 20:54 |
*** _nadya_ has quit IRC | 20:54 | |
ianw | no, no objections | 20:54 |
ianw | i'm glad someone is thinking about it, so i don't have to :) | 20:54 |
greghaynes | haha, fair enough | 20:54 |
*** aimon has quit IRC | 20:55 | |
greghaynes | ok, thats all I have... | 20:55 |
cinerama | me too. | 20:55 |
*** Vek has joined #openstack-meeting | 20:55 | |
*** SumitNaiksatam has quit IRC | 20:55 | |
greghaynes | O/ | 20:55 |
cinerama | #link https://etherpad.openstack.org/p/dib2.0 | 20:56 |
cinerama | (before i forget) | 20:56 |
bkero | So next meeting we go over the dib 2.0 etherpad and discuss how to land the items listed there, and how to define them as done? | 20:56 |
*** spzala has quit IRC | 20:56 | |
greghaynes | bkero: Yep | 20:56 |
cinerama | sounds good | 20:56 |
cinerama | anyone have anything else they'd like to add? | 20:56 |
*** cleong has quit IRC | 20:56 | |
bkero | o/ good work team | 20:57 |
*** dane_leblanc has quit IRC | 20:57 | |
*** rlrossit has joined #openstack-meeting | 20:57 | |
cinerama | thanks everyone | 20:57 |
greghaynes | cinerama: ty | 20:57 |
cinerama | #endmeeting | 20:57 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 20:57 | |
openstack | Meeting ended Thu Aug 18 20:57:52 2016 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 20:57 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/diskimage_builder/2016/diskimage_builder.2016-08-18-20.00.html | 20:57 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/diskimage_builder/2016/diskimage_builder.2016-08-18-20.00.txt | 20:57 |
openstack | Log: http://eavesdrop.openstack.org/meetings/diskimage_builder/2016/diskimage_builder.2016-08-18-20.00.log.html | 20:57 |
*** baumann has quit IRC | 20:58 | |
*** cdent has joined #openstack-meeting | 20:59 | |
*** baumann has joined #openstack-meeting | 21:00 | |
mriedem | #startmeeting nova | 21:00 |
openstack | Meeting started Thu Aug 18 21:00:54 2016 UTC and is due to finish in 60 minutes. The chair is mriedem. Information about MeetBot at http://wiki.debian.org/MeetBot. | 21:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 21:00 |
*** openstack changes topic to " (Meeting topic: nova)" | 21:00 | |
openstack | The meeting name has been set to 'nova' | 21:00 |
alaski | o/ | 21:01 |
edleafe | \o | 21:01 |
takashin | o/ | 21:01 |
*** baumann has quit IRC | 21:01 | |
mikal | Hi | 21:01 |
scottda | hi | 21:01 |
melwitt | o/ | 21:01 |
cdent | o/ | 21:01 |
lbeliveau | o/ | 21:01 |
* Vek waves | 21:01 | |
*** ivar-lazzaro has quit IRC | 21:01 | |
*** baumann has joined #openstack-meeting | 21:01 | |
rlrossit | o/ | 21:01 |
raj_singh | o/ | 21:02 |
mriedem | let's start shall we | 21:02 |
jroll | \o | 21:02 |
macsz | \o | 21:02 |
mriedem | #link agenda https://wiki.openstack.org/wiki/Meetings/Nova#Agenda_for_next_meeting | 21:02 |
*** ivar-lazzaro has joined #openstack-meeting | 21:02 | |
*** dprince has quit IRC | 21:02 | |
mriedem | #topic release news | 21:02 |
*** openstack changes topic to "release news (Meeting topic: nova)" | 21:02 | |
mriedem | #link Newton release schedule: https://wiki.openstack.org/wiki/Nova/Newton_Release_Schedule | 21:02 |
mriedem | #info Aug 22-26: final non-client library release (oslo) - so if you need things released from dependent libraries get them done soon | 21:02 |
mriedem | ^ is next week | 21:02 |
*** shaohe_feng has quit IRC | 21:02 | |
mriedem | we're 2 weeks from FF | 21:03 |
mriedem | and tagging n-3 | 21:03 |
*** shaohe_feng has joined #openstack-meeting | 21:03 | |
mriedem | any questions? | 21:03 |
mriedem | ok moving on | 21:03 |
mriedem | #topic bugs | 21:03 |
*** openstack changes topic to "bugs (Meeting topic: nova)" | 21:03 | |
*** julim has quit IRC | 21:04 | |
mriedem | the gate... | 21:04 |
mriedem | there were a few issues earlier in the week | 21:04 |
mriedem | http://status.openstack.org//elastic-recheck/index.html | 21:04 |
mriedem | i think the cells upgrade stuff was all reverted | 21:04 |
mriedem | looks like the image test timeouts have dropped http://status.openstack.org//elastic-recheck/index.html#1613749 | 21:04 |
*** e0ne has quit IRC | 21:04 | |
alaski | yes, the cells things were reverted | 21:05 |
mriedem | so it looks like we should be in decent shape as far as CI jobs queue, it's just a long haul to get merged | 21:05 |
*** auggy has joined #openstack-meeting | 21:05 | |
*** beisner is now known as beisner-biab | 21:05 | |
mriedem | related to that: https://review.openstack.org/#/c/357444/ | 21:05 |
mriedem | ^ proposes to remove the postgresql job from the integrated gate | 21:05 |
mriedem | there is a thread in the dev list about that also | 21:05 |
mriedem | on the topic of the gate, i've proposed that we make the live migration job voting https://review.openstack.org/#/c/356043/ | 21:06 |
mriedem | the question is if it should be check queue only, since it doesn't run on any other project's gate | 21:06 |
mriedem | so running it in our gate queue might be kind of pointless, but i'm not an expert on that | 21:06 |
jroll | infra sort of has a policy that anything voting in check needs to run in gate | 21:06 |
jroll | there's things out there that violate it, but they've been enforcing it more lately | 21:07 |
mriedem | yeah i'm experiencing that here https://review.openstack.org/#/c/354402/ | 21:07 |
mriedem | which proposes to run the neutron LB job in nova check as voting but not gate | 21:07 |
mriedem | b/c we regressed that and it broke neutron for a day | 21:07 |
mriedem | so we should probably co-gate on that one | 21:08 |
*** Apoorva_ has quit IRC | 21:08 | |
mriedem | it's conditional on the files that changed though, so won't run all of hte time | 21:08 |
jroll | I think it's a decent policy, but it does seem like it could be a bit wasteful of gate nodes | 21:08 |
woodster_ | o/ | 21:08 |
mriedem | jroll: yup, that's why i proposed check only for that one | 21:08 |
*** Apoorva has joined #openstack-meeting | 21:08 | |
mriedem | as for 3rd party ci status | 21:09 |
*** yamamoto has joined #openstack-meeting | 21:09 | |
*** yamamoto has quit IRC | 21:09 | |
mriedem | hyper-v was regressed recently by a fix i made | 21:09 |
mriedem | fixed here https://review.openstack.org/#/c/352837/ | 21:09 |
*** stanchan has joined #openstack-meeting | 21:09 | |
mriedem | i haven't personally noticed any other major 3rd party CI issues this week | 21:09 |
*** aeng has joined #openstack-meeting | 21:09 | |
mriedem | and one more for gating, https://review.openstack.org/#/c/355148/ | 21:09 |
mriedem | ^ proposes a dsvm neutron job for novaclient changes | 21:10 |
mriedem | s/dsvm/functional./ | 21:10 |
mriedem | since we have novaclient functional tests working with a neutron backend now too | 21:10 |
*** comay has joined #openstack-meeting | 21:10 | |
mriedem | we kind of need that given devstack defaults to neutron now | 21:10 |
*** leeantho_ has quit IRC | 21:10 | |
*** stanchan has quit IRC | 21:11 | |
mriedem | i'm not aware of any critical bugs | 21:11 |
mriedem | https://bugs.launchpad.net/nova/+bug/1608601 was mentioned in -nova today as a possible regression from mitaka | 21:11 |
openstack | Launchpad bug 1608601 in OpenStack Compute (nova) "create_port is failing for non admin context as Nova neutronclient interactions are not using admin context consistently" [Undecided,New] | 21:11 |
mriedem | i haven't had the time to dig in though | 21:11 |
mriedem | #help triage https://bugs.launchpad.net/nova/+bug/1608601 | 21:11 |
mriedem | #topic reminders | 21:11 |
*** openstack changes topic to "reminders (Meeting topic: nova)" | 21:11 | |
mriedem | #info mriedem is out next week (8/22), dansmith is the backup | 21:11 |
*** hockeynut has quit IRC | 21:12 | |
mriedem | #info Stop proposing centralize / cleanup config option changes until at least after feature freeze on 9/2. | 21:12 |
mriedem | i've gone through and -2ed anything in ^ that doesn't have a +2 already | 21:12 |
mriedem | #link Newton review focus list: https://etherpad.openstack.org/p/newton-nova-priorities-tracking | 21:12 |
mriedem | ^ should really be placement API, cells v2 and libvirt imagebackend at this point | 21:12 |
mriedem | #help https://wiki.openstack.org/wiki/Nova/BugTriage#Weekly_bug_skimming_duty Volunteers for 1 week of bug skimming duty? | 21:13 |
*** shaohe_feng has quit IRC | 21:13 | |
*** shaohe_feng has joined #openstack-meeting | 21:13 | |
mriedem | #topic Stable branch status: https://etherpad.openstack.org/p/stable-tracker | 21:13 |
*** openstack changes topic to "Stable branch status: https://etherpad.openstack.org/p/stable-tracker (Meeting topic: nova)" | 21:13 | |
mriedem | stable branches are looking ok | 21:13 |
mriedem | #topic subteam highlights | 21:13 |
*** openstack changes topic to "subteam highlights (Meeting topic: nova)" | 21:14 | |
mriedem | alaski: cellsv2 - go! | 21:14 |
alaski | we discussed the grenade/devstack changes and what they broke | 21:14 |
alaski | which have now been reverted | 21:14 |
alaski | but dansmith has patches up which appear to work properly | 21:14 |
alaski | and as always there are reviews to do | 21:15 |
alaski | I'll update the priority etherpad, but I didn't think anyone used it anymore | 21:15 |
alaski | and we're going to bi-weekly meetings for a bit | 21:15 |
*** vhoward has quit IRC | 21:15 | |
mriedem | alaski: are there patches up for listing instances in the API now which pull from instances and build requests? | 21:15 |
melwitt | I cleared out merged stuff from the etherpad a little while ago | 21:15 |
alaski | until we pick up for next cycle | 21:15 |
alaski | melwitt: awesome | 21:15 |
alaski | mriedem: there are | 21:15 |
mriedem | sweet | 21:15 |
*** thorst_ has quit IRC | 21:16 | |
melwitt | but do add other patches that aren't on there yet, like dansmith's | 21:16 |
mriedem | ok anything else? | 21:16 |
alaski | melwitt: cool, will do | 21:16 |
alaski | mriedem: that's it | 21:16 |
mriedem | thanks | 21:16 |
*** cdelatte has quit IRC | 21:16 | |
mriedem | edleafe: scheduler meeting? | 21:16 |
edleafe | Discussed Yinxin's spec on adding qualitative values in the request_spec object. For now they will be requirements only, due to the requirement of one flavor per permuation, and adding optional preferences would be unworkable. | 21:16 |
edleafe | https://memegenerator.net/instance/71130527 | 21:16 |
edleafe | Realized that our stuff in the priorities etherpad was horribly out-of-date, so I updated it. | 21:16 |
edleafe | Decided to call these qualitative things "traits" instead of "capabilities". Was waiting for the bikeshedding fest, but for some reason we all agreed. | 21:17 |
edleafe | Focus now is on cdent's placement API stuff. | 21:17 |
edleafe | And the remaining resource provider patches | 21:17 |
edleafe | that's it | 21:17 |
mriedem | ok thanks | 21:17 |
mriedem | cdent: edleafe: are the placement api/rt changes looking OK, no blockers? | 21:18 |
mriedem | just needing review? | 21:18 |
cdent | situation is under control | 21:18 |
mriedem | ok cool, just wanting to avoid late surprises like we did this week with novaclient and 2.36 | 21:18 |
cdent | mriedem: the resource tracker stuff is vague at the moment, so that's one to watch, but ought to be straightforward | 21:19 |
mriedem | ok | 21:19 |
mriedem | live migration meeting happened this week, i didn't pay full attention, and tdurakov wasn't there | 21:19 |
mriedem | the one take away i had was that live migration voting patch | 21:19 |
mriedem | sdague: anything to say about the api meeting? | 21:20 |
mriedem | mostly talked about the user_id policy changes | 21:20 |
mriedem | https://review.openstack.org/#/q/topic:bp/user_id_based_policy_enforcement | 21:21 |
mriedem | looks like 2 patches left on that and then it's done | 21:21 |
mriedem | i don't think there was an sriov/pci meeting this week | 21:21 |
lbeliveau | nope | 21:22 |
mriedem | #topic stuck reviews | 21:22 |
*** openstack changes topic to "stuck reviews (Meeting topic: nova)" | 21:22 | |
lbeliveau | but we have two stuck reviews | 21:22 |
mriedem | nothing on the agenda, did anyone have anything? | 21:22 |
lbeliveau | got +2 from jaypipes, need another one ... https://review.openstack.org/#/c/349060/ and https://review.openstack.org/#/c/347444/ | 21:22 |
mriedem | stuck as in gridlocked or stuck as in no reviews? | 21:23 |
mriedem | ok, that's not really stuck :) | 21:23 |
*** baumann has quit IRC | 21:23 | |
lbeliveau | ok, then waiting for core reviews :) | 21:23 |
*** shaohe_feng has quit IRC | 21:23 | |
*** shaohe_feng has joined #openstack-meeting | 21:23 | |
mriedem | #topic open discussion | 21:24 |
*** openstack changes topic to "open discussion (Meeting topic: nova)" | 21:24 | |
*** jichen has quit IRC | 21:24 | |
mriedem | (markus_z) There are some bug reports emerging regarding "image cache" + "ephemeral disks" + "resize" which could need some attention: | 21:24 |
*** baoli has quit IRC | 21:24 | |
rlrossit | mriedem's laptop became frozen | 21:25 |
*** baoli has joined #openstack-meeting | 21:25 | |
rlrossit | we're having some technical difficulties here | 21:25 |
*** mriedem has left #openstack-meeting | 21:25 | |
edleafe | rlrossit: little early for freezes in MN, huh? | 21:25 |
*** mriedem has joined #openstack-meeting | 21:26 | |
mriedem | i'm back | 21:26 |
mriedem | how embarrassing | 21:26 |
mriedem | https://bugs.launchpad.net/nova/+bug/1608934 ephemeral disk creation fails for local storage with image type raw/lvm | 21:26 |
openstack | Launchpad bug 1608934 in OpenStack Compute (nova) "ephemeral disk creation fails for local storage with image type raw/lvm" [Undecided,In progress] - Assigned to Dr. Jens Rosenboom (j-rosenboom-j) | 21:26 |
mriedem | https://bugs.launchpad.net/nova/+bug/1610015 Creating an instance using images_type=lvm fails on ephemeral volume creation | 21:26 |
openstack | Launchpad bug 1610015 in OpenStack Compute (nova) "Creating an instance using images_type=lvm fails on ephemeral volume creation" [Undecided,New] | 21:26 |
mriedem | https://bugs.launchpad.net/nova/+bug/1558880 instance can not resize ephemeral in mitaka | 21:26 |
openstack | Launchpad bug 1558880 in OpenStack Compute (nova) "instance can not resize ephemeral in mitaka" [High,In progress] - Assigned to Tina Kevin (song-ruixia) | 21:26 |
mriedem | https://bugs.launchpad.net/nova/+bug/1605720 backing store missing for ephemeral disk on cold migration | 21:26 |
openstack | Launchpad bug 1605720 in OpenStack Compute (nova) "backing store missing for ephemeral disk on cold migration" [Undecided,In progress] - Assigned to Chris Friesen (cbf123) | 21:26 |
mriedem | fin | 21:26 |
rlrossit | https://kimfalconer.files.wordpress.com/2012/07/technical_difficulties.jpg | 21:26 |
*** stanchan has joined #openstack-meeting | 21:26 | |
mriedem | so, i don't know if these are regressions, or we've just always sucked with ephemeral BDMs | 21:26 |
mriedem | i assume mdbooth might know | 21:27 |
*** leeantho has joined #openstack-meeting | 21:27 | |
mriedem | as this in his wheelhouse right now | 21:27 |
mriedem | anything else for open discussion? | 21:27 |
mriedem | i'll take that as everyone is sleeping | 21:28 |
mriedem | thanks all | 21:28 |
mriedem | #endmeeting | 21:28 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 21:28 | |
openstack | Meeting ended Thu Aug 18 21:28:28 2016 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 21:28 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-08-18-21.00.html | 21:28 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-08-18-21.00.txt | 21:28 |
openstack | Log: http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-08-18-21.00.log.html | 21:28 |
*** Vek has left #openstack-meeting | 21:28 | |
*** takashin has left #openstack-meeting | 21:28 | |
*** beisner-biab is now known as beisner | 21:28 | |
*** auggy has left #openstack-meeting | 21:29 | |
*** cdent has left #openstack-meeting | 21:30 | |
*** rlrossit has quit IRC | 21:31 | |
*** siva_krishnan has joined #openstack-meeting | 21:31 | |
*** jckasper has joined #openstack-meeting | 21:33 | |
*** roxanaghe has quit IRC | 21:33 | |
*** shaohe_feng has quit IRC | 21:33 | |
*** shaohe_feng has joined #openstack-meeting | 21:33 | |
*** baoli has quit IRC | 21:35 | |
*** annegentle has quit IRC | 21:36 | |
*** annegentle has joined #openstack-meeting | 21:37 | |
*** jckasper has quit IRC | 21:37 | |
*** stanchan has quit IRC | 21:37 | |
*** toddjohn has joined #openstack-meeting | 21:41 | |
*** toddjohn has quit IRC | 21:42 | |
*** toddjohn has joined #openstack-meeting | 21:42 | |
*** shaohe_feng has quit IRC | 21:44 | |
*** jungleboyj has quit IRC | 21:44 | |
*** shaohe_feng has joined #openstack-meeting | 21:44 | |
*** pradk has quit IRC | 21:45 | |
*** annegentle has quit IRC | 21:48 | |
*** toddjohn has quit IRC | 21:49 | |
*** toddjohn has joined #openstack-meeting | 21:49 | |
*** spotz is now known as spotz_zzz | 21:50 | |
*** shaohe_feng has quit IRC | 21:54 | |
*** toddjohn has quit IRC | 21:54 | |
*** shaohe_feng has joined #openstack-meeting | 21:54 | |
*** annegentle has joined #openstack-meeting | 21:55 | |
*** lpetrut has quit IRC | 21:55 | |
*** dsariel has joined #openstack-meeting | 21:57 | |
*** amitgandhinz has quit IRC | 21:57 | |
*** mriedem has quit IRC | 21:58 | |
*** amitgandhinz has joined #openstack-meeting | 21:58 | |
*** synegy34 has quit IRC | 21:58 | |
*** synegy34 has joined #openstack-meeting | 21:59 | |
*** mike_m has quit IRC | 21:59 | |
*** dane_leblanc has joined #openstack-meeting | 22:00 | |
*** annegentle has quit IRC | 22:03 | |
*** uxdanielle has quit IRC | 22:03 | |
*** shaohe_feng has quit IRC | 22:04 | |
*** shaohe_feng has joined #openstack-meeting | 22:05 | |
*** toddjohn has joined #openstack-meeting | 22:05 | |
*** thorst_ has joined #openstack-meeting | 22:06 | |
*** thorst_ has quit IRC | 22:10 | |
*** thorst_ has joined #openstack-meeting | 22:14 | |
*** xyang1 has quit IRC | 22:14 | |
*** shaohe_feng has quit IRC | 22:14 | |
*** shaohe_feng has joined #openstack-meeting | 22:15 | |
*** esberglu has quit IRC | 22:16 | |
*** padkrish has quit IRC | 22:17 | |
*** tpsilva has quit IRC | 22:18 | |
*** julim has joined #openstack-meeting | 22:19 | |
*** sindhu has joined #openstack-meeting | 22:20 | |
*** padkrish has joined #openstack-meeting | 22:21 | |
*** alyson_ has quit IRC | 22:23 | |
*** su_zhang has quit IRC | 22:23 | |
*** asettle has joined #openstack-meeting | 22:24 | |
*** shaohe_feng has quit IRC | 22:25 | |
*** shaohe_feng has joined #openstack-meeting | 22:25 | |
*** erlon has quit IRC | 22:27 | |
*** su_zhang has joined #openstack-meeting | 22:29 | |
*** ntpttr has quit IRC | 22:31 | |
*** thorst_ has quit IRC | 22:31 | |
*** jamesdenton has quit IRC | 22:31 | |
*** bobh has quit IRC | 22:31 | |
*** asettle has quit IRC | 22:32 | |
*** thorst_ has joined #openstack-meeting | 22:32 | |
*** su_zhang has quit IRC | 22:33 | |
*** leeantho has quit IRC | 22:34 | |
*** shaohe_feng has quit IRC | 22:35 | |
*** padkrish has quit IRC | 22:35 | |
*** shaohe_feng has joined #openstack-meeting | 22:35 | |
*** ntpttr has joined #openstack-meeting | 22:36 | |
*** su_zhang has joined #openstack-meeting | 22:38 | |
*** thorst_ has quit IRC | 22:40 | |
*** yamamoto has joined #openstack-meeting | 22:42 | |
*** aimon has joined #openstack-meeting | 22:43 | |
*** shaohe_feng has quit IRC | 22:45 | |
*** shaohe_feng has joined #openstack-meeting | 22:46 | |
*** padkrish has joined #openstack-meeting | 22:46 | |
*** rrecio has quit IRC | 22:46 | |
*** tonytan4ever has quit IRC | 22:47 | |
*** singlethink has quit IRC | 22:48 | |
*** mickeys has joined #openstack-meeting | 22:48 | |
*** azbiswas has quit IRC | 22:49 | |
*** rbak has quit IRC | 22:51 | |
*** hemna is now known as hemnafk | 22:54 | |
*** shaohe_feng has quit IRC | 22:55 | |
*** shaohe_feng has joined #openstack-meeting | 22:56 | |
*** azbiswas has joined #openstack-meeting | 22:56 | |
*** beagles is now known as beagles_biaw | 22:56 | |
*** Benj_ has quit IRC | 22:59 | |
*** toscalix has joined #openstack-meeting | 23:00 | |
*** Apoorva_ has joined #openstack-meeting | 23:00 | |
*** stanchan has joined #openstack-meeting | 23:01 | |
*** azbiswas_ has joined #openstack-meeting | 23:01 | |
*** toscalix has quit IRC | 23:02 | |
*** aimon has quit IRC | 23:02 | |
*** toscalix has joined #openstack-meeting | 23:03 | |
*** Apoorva has quit IRC | 23:03 | |
*** azbiswas has quit IRC | 23:04 | |
*** mickeys has quit IRC | 23:04 | |
*** shaohe_feng has quit IRC | 23:06 | |
*** dimtruck is now known as zz_dimtruck | 23:06 | |
*** sshnaidm is now known as sshnaidm|afk | 23:07 | |
*** azbiswas_ has quit IRC | 23:08 | |
*** shaohe_feng has joined #openstack-meeting | 23:08 | |
*** azbiswas has joined #openstack-meeting | 23:08 | |
*** toscalix_ has joined #openstack-meeting | 23:10 | |
*** toscalix has quit IRC | 23:12 | |
*** f13o has quit IRC | 23:12 | |
*** sdake_ has joined #openstack-meeting | 23:12 | |
*** sdake has quit IRC | 23:13 | |
*** sdague has quit IRC | 23:14 | |
*** shaohe_feng has quit IRC | 23:16 | |
*** shaohe_feng has joined #openstack-meeting | 23:16 | |
*** jordanP has quit IRC | 23:16 | |
*** armax has quit IRC | 23:17 | |
*** toddjohn has quit IRC | 23:24 | |
*** shaohe_feng has quit IRC | 23:26 | |
*** shaohe_feng has joined #openstack-meeting | 23:27 | |
*** sindhu has quit IRC | 23:28 | |
*** vishwanathj has quit IRC | 23:29 | |
*** Guest36352 has joined #openstack-meeting | 23:30 | |
*** tochi has joined #openstack-meeting | 23:30 | |
*** thorst_ has joined #openstack-meeting | 23:31 | |
*** Guest36352 has quit IRC | 23:31 | |
*** parora has joined #openstack-meeting | 23:32 | |
*** rcernin has quit IRC | 23:32 | |
*** JRobinson__ has joined #openstack-meeting | 23:33 | |
*** toddjohn has joined #openstack-meeting | 23:33 | |
*** liuhanxi has joined #openstack-meeting | 23:33 | |
*** prateek_ has quit IRC | 23:34 | |
*** lamt_ has joined #openstack-meeting | 23:34 | |
*** shaohe_feng has quit IRC | 23:36 | |
*** toddjohn has quit IRC | 23:37 | |
*** shaohe_feng has joined #openstack-meeting | 23:37 | |
*** dane_leblanc has quit IRC | 23:38 | |
*** jaugustine has quit IRC | 23:40 | |
*** xenogear has quit IRC | 23:40 | |
*** nk2527 has quit IRC | 23:41 | |
*** ivar-lazzaro has quit IRC | 23:41 | |
*** cdub has joined #openstack-meeting | 23:42 | |
*** sindhu has joined #openstack-meeting | 23:43 | |
*** Swami has quit IRC | 23:45 | |
*** thorst_ has quit IRC | 23:46 | |
*** shaohe_feng has quit IRC | 23:47 | |
*** thorst_ has joined #openstack-meeting | 23:47 | |
*** shaohe_feng has joined #openstack-meeting | 23:47 | |
*** tonytan4ever has joined #openstack-meeting | 23:47 | |
*** Patifa has quit IRC | 23:49 | |
*** azbiswas has quit IRC | 23:52 | |
*** azbiswas has joined #openstack-meeting | 23:52 | |
*** tonytan4ever has quit IRC | 23:53 | |
*** ivar-lazzaro has joined #openstack-meeting | 23:53 | |
*** zhurong has joined #openstack-meeting | 23:53 | |
*** thorst_ has quit IRC | 23:55 | |
*** mriedem has joined #openstack-meeting | 23:55 | |
*** shaohe_feng has quit IRC | 23:57 | |
*** nk2527 has joined #openstack-meeting | 23:57 | |
*** kaminohana has joined #openstack-meeting | 23:57 | |
*** shaohe_feng has joined #openstack-meeting | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!