*** FallenPegasus has joined #openstack-meeting | 00:00 | |
*** xingchao has joined #openstack-meeting | 00:00 | |
thinrichs | Hi all. | 00:00 |
---|---|---|
thinrichs | #startmeeting CongressTeamMeeting | 00:00 |
openstack | Meeting started Thu Aug 20 00:00:44 2015 UTC and is due to finish in 60 minutes. The chair is thinrichs. Information about MeetBot at http://wiki.debian.org/MeetBot. | 00:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 00:00 |
*** openstack changes topic to " (Meeting topic: CongressTeamMeeting)" | 00:00 | |
*** Sayaji has joined #openstack-meeting | 00:00 | |
openstack | The meeting name has been set to 'congressteammeeting' | 00:00 |
RuiChen | hi thinrichs | 00:00 |
thinrichs | Hi RuiChen | 00:01 |
*** unicell has quit IRC | 00:02 | |
*** unicell has joined #openstack-meeting | 00:02 | |
thinrichs | I have just a couple of technical things on the agenda: | 00:02 |
*** elo1 has quit IRC | 00:02 | |
thinrichs | 1. Discuss tables with differing numbers of columns | 00:02 |
thinrichs | 2. Gating on tempest tests | 00:02 |
thinrichs | 3. Progress on distributed architecture | 00:02 |
thinrichs | Is there anything else? | 00:02 |
*** pballand has quit IRC | 00:02 | |
*** bnemec has joined #openstack-meeting | 00:03 | |
*** pballand has joined #openstack-meeting | 00:03 | |
thinrichs | If anything comes to mind, pipe up. | 00:04 |
RuiChen | if you have anything need my help, please feel free to assign to me :0 | 00:04 |
*** geoffarn_ has quit IRC | 00:04 | |
*** xingchao has quit IRC | 00:04 | |
RuiChen | :) | 00:04 |
thinrichs | RuiChen: thanks! Some of the blueprints for the distributed architecture are unclaimed. | 00:05 |
RuiChen | yeah, I see it | 00:05 |
thinrichs | #link https://blueprints.launchpad.net/congress | 00:05 |
*** geoffarnold has joined #openstack-meeting | 00:06 | |
thinrichs | Not as many as I had thought though. | 00:06 |
thinrichs | Let's start with discussing this code change: | 00:06 |
*** barker has quit IRC | 00:06 | |
thinrichs | #link https://review.openstack.org/#/c/213283/ | 00:06 |
Yingxin1 | :) | 00:07 |
*** adahms has joined #openstack-meeting | 00:07 | |
thinrichs | Yingxin1: want to describe the problem it's solving? | 00:07 |
Yingxin1 | yes | 00:07 |
*** jwy has joined #openstack-meeting | 00:07 | |
Yingxin1 | A table is used to generate other tables, report errors, and execute actions. | 00:08 |
Yingxin1 | But I found that a table with multiple columns fail to do either of them. | 00:09 |
*** geoffarnold has quit IRC | 00:10 | |
Yingxin1 | And currently there are many bugs supporting tables with multiple columns | 00:10 |
*** banix has quit IRC | 00:10 | |
Yingxin1 | So I pushed this patch. | 00:10 |
*** ebalduf has quit IRC | 00:10 | |
*** bnemec has quit IRC | 00:10 | |
thinrichs | Right. The only main reason we've been hesitant to eliminate multiple columns for a single table is error. | 00:11 |
*** achanda has quit IRC | 00:11 | |
thinrichs | The error table, that is. | 00:11 |
thinrichs | It's always been useful for us to write the rule.. | 00:11 |
thinrichs | error(vm) :- blah | 00:11 |
thinrichs | and also write the rule... | 00:11 |
thinrichs | error(vm, net) :- blah | 00:12 |
thinrichs | I asked Murano if they were using multi-arity tables, and they said no. | 00:12 |
thinrichs | So there's no customer we know of that this would break. | 00:12 |
Yingxin1 | Yes, but an error table collecting many errors, it should also tell where these errors come from. | 00:13 |
thinrichs | In the long run, we want to enable people to write different kinds of error statements. | 00:13 |
thinrichs | Yingxin1: could you explain what you mean by "where these errors come from"? | 00:14 |
thinrichs | Maybe with an example. | 00:14 |
*** padkrish has quit IRC | 00:14 | |
*** elo1 has joined #openstack-meeting | 00:14 | |
*** padkrish has joined #openstack-meeting | 00:15 | |
Yingxin1 | When there are many rules generating errors to an 'error()' table. | 00:15 |
*** andreykurilin__ has quit IRC | 00:15 | |
Yingxin1 | So there will be many kinds of error in a single error table. | 00:16 |
Yingxin1 | But a single error table cannot tell what kind of error it is. | 00:16 |
*** moha_hunt has quit IRC | 00:16 | |
Yingxin1 | So it confuses users. | 00:17 |
thinrichs | I don't think that having multiple error tables will be enough to explain where the error came from, but it might help classify the type of error. | 00:18 |
*** elo1 has quit IRC | 00:18 | |
thinrichs | It sounds like you want multiple error tables. | 00:18 |
thinrichs | When someone asks for all the policy violations, we still need a way of displaying all those error tables. | 00:19 |
*** padkrish has quit IRC | 00:19 | |
thinrichs | That is, having multiple tables doesn't change the work we need to do at the CLI/Horizon layer. | 00:19 |
thinrichs | It just enables us to add a syntax check. | 00:19 |
*** armax has quit IRC | 00:20 | |
thinrichs | I think in the long run, I'd lean toward turning 'error' into a modal operator. | 00:20 |
thinrichs | So we'd write something like… | 00:20 |
thinrichs | error[table1(vm)] :- blah | 00:20 |
thinrichs | error[table2(vm, net)] :- blah | 00:20 |
thinrichs | Then someone can ask for all the errors with a query like: | 00:20 |
*** moha_hunt has joined #openstack-meeting | 00:20 | |
thinrichs | give me all x such that error[x] is true. | 00:21 |
*** unicell has left #openstack-meeting | 00:21 | |
thinrichs | What do we all think? | 00:22 |
Yingxin1 | Yes, error table can be a special one. | 00:22 |
*** unicell has joined #openstack-meeting | 00:22 | |
*** padkrish has joined #openstack-meeting | 00:22 | |
*** armax has joined #openstack-meeting | 00:22 | |
RuiChen | how we can get the different error tables row ? | 00:22 |
RuiChen | congress policy row list chenrui_p error ? | 00:22 |
*** jwy has left #openstack-meeting | 00:22 | |
thinrichs | With Yingxin1's change, you'd ask multiple queries: | 00:23 |
thinrichs | congress policy row list chenrui_p error1 | 00:23 |
thinrichs | congress policy row list chenrui_p error2 | 00:23 |
*** armax has quit IRC | 00:24 | |
thinrichs | Another change would have a special CLI command, e.g. | 00:24 |
Yingxin1 | Or the error tables can have a naming convention | 00:24 |
thinrichs | congress policy row list modal chenrui_p error | 00:24 |
Yingxin1 | Congress can search for them automatically. | 00:24 |
thinrichs | Yingxin1: you still need the special API call to do that. | 00:25 |
*** bnemec has joined #openstack-meeting | 00:25 | |
thinrichs | I'm proposing a clean way to implement that API call and to write the policy rules. | 00:25 |
Yingxin1 | I think so. | 00:26 |
*** padkrish has quit IRC | 00:27 | |
thinrichs | RuiChen: any objection to eliminating differing column-numbers for a single table? | 00:27 |
thinrichs | It's time to move on. | 00:27 |
RuiChen | no, but I think maybe we need a specs to clarify it? | 00:27 |
*** asettle has quit IRC | 00:28 | |
*** jhenner has quit IRC | 00:28 | |
*** dannywil_ has quit IRC | 00:28 | |
thinrichs | I don't think we need a spec. The code is already written. | 00:28 |
thinrichs | It's more a usability question than a technical question. | 00:29 |
*** salv-orl_ has quit IRC | 00:29 | |
thinrichs | Let's follow up on comments on the code itself. | 00:29 |
thinrichs | #topic Gating on Tempest tests | 00:30 |
*** openstack changes topic to "Gating on Tempest tests (Meeting topic: CongressTeamMeeting)" | 00:30 | |
thinrichs | I've been trying to get the tempest tests working so we can add them to our gate. | 00:30 |
thinrichs | Ensuring no code gets merged unless it passes the tempest tests. | 00:30 |
*** dims has joined #openstack-meeting | 00:30 | |
*** padkrish has joined #openstack-meeting | 00:30 | |
thinrichs | This came up again this week when Congress wouldn't start in devstack, which the Murano team noticed. | 00:30 |
*** bnemec has quit IRC | 00:30 | |
thinrichs | The problem seems to be that the tempest tests fail > 50% of the time. | 00:31 |
*** leeantho has quit IRC | 00:31 | |
thinrichs | But it's a different test that fails each time. | 00:31 |
thinrichs | Here's the latest. | 00:31 |
thinrichs | http://logs.openstack.org/27/214327/5/experimental/gate-congress-dsvm-api/95cf8cd/console.html | 00:31 |
thinrichs | Search for: Failed 2 tests | 00:32 |
thinrichs | I've tried upping the timeouts and disabling tests, just so we can get basic devstack integration tested on each checkin. | 00:32 |
thinrichs | But that hasn't worked out so well. | 00:32 |
*** gyee has quit IRC | 00:33 | |
thinrichs | At this point, I'm thinking about just disabling all but a couple of tests that work reliably | 00:33 |
thinrichs | and gating on those. | 00:34 |
thinrichs | Then we can fix the flaky tests later. | 00:34 |
thinrichs | Thoughts? | 00:34 |
pballand | +1 for that, even if the tests are trivial | 00:34 |
*** padkrish has quit IRC | 00:34 | |
*** pvaneck has quit IRC | 00:35 | |
thinrichs | pballand: I saw your comment; do you know SKIPtest() works? | 00:36 |
pballand | I don’t - I just figured if you were renaming methods, using “SKIP” instead of XXX would be better | 00:37 |
alexsyip | I second thinrichs ’s plan. | 00:37 |
thinrichs | Oh—got it. Thought you were saying I was using the wrong method name. | 00:37 |
*** padkrish has joined #openstack-meeting | 00:37 | |
thinrichs | Will do. Seems tempest doesn't like us to skip tests. | 00:37 |
thinrichs | #link http://docs.openstack.org/developer/tempest/HACKING.html#skipping-tests | 00:37 |
thinrichs | Related question for the group: anyone know how to stop tempest from running entire files of tests? | 00:38 |
thinrichs | B/c we have nova, neutron, cinder, swift, etc. running in devstack, tempest is running all of the tests it has for all of those services too. | 00:39 |
thinrichs | Instead of just the Congress tests. | 00:39 |
*** xingchao has joined #openstack-meeting | 00:39 | |
Sayaji | thinrichs: We can provide a file with the list of tests to run to tempest | 00:40 |
RuiChen | maybe we can remove the file name prefix 'test***' | 00:40 |
*** spzala has quit IRC | 00:41 | |
thinrichs | Sayaji: any docs on that? Can we do it in the gate pipeline? | 00:41 |
thinrichs | BTW: found the proper way to skip tests in tempest: | 00:41 |
*** zhenzanz has joined #openstack-meeting | 00:41 | |
thinrichs | #link http://docs.openstack.org/developer/tempest/HACKING.html#test-skips-because-of-known-bugs | 00:41 |
Sayaji | thinrichs: I have to look it up | 00:42 |
thinrichs | TLDR: Use the @skip_because decorator | 00:42 |
thinrichs | Sayaji: could you look it up and send us a link (email or whatever)? | 00:42 |
Sayaji | thinrichs: Sure, will do that | 00:42 |
*** ivasev has joined #openstack-meeting | 00:43 | |
thinrichs | Sayaji: thanks! | 00:43 |
Sayaji | thinrichs: np | 00:43 |
*** FallenPegasus has quit IRC | 00:43 | |
*** aranjan has quit IRC | 00:43 | |
thinrichs | Next topic: status reports. | 00:43 |
thinrichs | #topic status | 00:43 |
*** openstack changes topic to "status (Meeting topic: CongressTeamMeeting)" | 00:43 | |
thinrichs | Mainly on the distributed architecture, but anything the group needs to discuss is fine too. | 00:43 |
thinrichs | Since we're short on time, just volunteer if you have something. | 00:44 |
*** bnemec has joined #openstack-meeting | 00:44 | |
alexsyip | I checked in some changes required for rule synchronization. | 00:44 |
pballand | I pushed a draft of the dist-cross-process-dse spec. Design is still in progress, but it would be helpful if people could check the requirements | 00:45 |
alexsyip | I started addressing some comments for the startup script. | 00:45 |
pballand | s/requirements/Problem description/ | 00:45 |
alexsyip | That’s all. | 00:45 |
thinrichs | alexsyip: was that the change the eliminated duplicates from the DB? | 00:45 |
alexsyip | Yes | 00:45 |
zhenzanz | Tim: I take your bug https://bugs.launchpad.net/congress/+bug/1486246 Neutron and HA tempest tests broken | 00:45 |
openstack | Launchpad bug 1486246 in congress "Neutron and HA tempest tests broken" [High,New] - Assigned to Zhenzan Zhou (zhenzan-zhou) | 00:45 |
*** Prashant has joined #openstack-meeting | 00:45 | |
thinrichs | alexsyip: I had to revert it because it wouldn't work with MySql | 00:45 |
zhenzanz | do you have detail logs? | 00:46 |
*** sigmavirus24 is now known as sigmavirus24_awa | 00:46 | |
alexsyip | mysql doesn’t support unique? | 00:46 |
thinrichs | alexsyip: mysql requires the field to have a fixed width for it to be unique | 00:46 |
thinrichs | And I think it could be at most 255 chars long. | 00:46 |
thinrichs | (I could be wrong about that one though.) | 00:46 |
alexsyip | That’s unfortunate. | 00:46 |
*** adurbin_ has quit IRC | 00:47 | |
thinrichs | alexsyip: yep. Also, we need to write a DB migration script every time we change the schema. | 00:47 |
thinrichs | Turns out to be just a matter of running a script. | 00:47 |
thinrichs | I had forgotten about it entirely. | 00:47 |
thinrichs | #link https://github.com/openstack/congress/tree/master/congress/db/migration | 00:48 |
*** tiswanso has joined #openstack-meeting | 00:48 | |
thinrichs | zhenzanz: turns out it's not just the neutron tests. | 00:48 |
*** achanda has joined #openstack-meeting | 00:48 | |
*** nadya has joined #openstack-meeting | 00:48 | |
thinrichs | zhenzanz: there are a bunch that nondeterministically fail | 00:48 |
thinrichs | zhenzanz: see above discussion about tempest tests and gate. | 00:48 |
*** ricolin has joined #openstack-meeting | 00:49 | |
thinrichs | pballand: cool! | 00:49 |
zhenzanz | ok, thanks. Sorry I'm late | 00:49 |
*** tsekiyam_ has joined #openstack-meeting | 00:49 | |
thinrichs | #link https://review.openstack.org/#/c/214893/1/specs/liberty/dist-cross-process-dse | 00:49 |
*** Prashant has quit IRC | 00:49 | |
*** Prashant has joined #openstack-meeting | 00:50 | |
thinrichs | Let's all make a point of getting pballand comments on the spec over the next few days. | 00:50 |
*** tiswanso has quit IRC | 00:50 | |
thinrichs | #action all review dist-cross-process-dse spec | 00:51 |
*** tiswanso has joined #openstack-meeting | 00:51 | |
thinrichs | zhenzanz: no worries. Figured you had missed that bit of the meeting. | 00:51 |
pballand | thinrichs: thanks - unfortunately there is no full design there, but I wanted feedback sooner than later to make sure we are in agreement on the problem we are solving | 00:51 |
*** xyang1 has quit IRC | 00:51 | |
*** VW_ has quit IRC | 00:51 | |
thinrichs | pballand: sounds like a good idea to me. | 00:52 |
*** VW_ has joined #openstack-meeting | 00:52 | |
thinrichs | pballand: remember that we already have broad consensus for the approach | 00:52 |
thinrichs | pballand: so I wouldn't be timid about getting it out there. | 00:52 |
pballand | sure | 00:53 |
*** tsekiyama has quit IRC | 00:53 | |
pballand | I am working on improving my DseNode skeleton, and updating the design incrementally | 00:53 |
*** nadya has quit IRC | 00:53 | |
thinrichs | pballand: nice! I think a lot will become clearer once we have a first cut of that. | 00:53 |
*** mtanino has quit IRC | 00:53 | |
thinrichs | That brings to mind… | 00:53 |
*** tsekiyam_ has quit IRC | 00:53 | |
thinrichs | I was wondering if it's worth debugging the RPC functionality that we're adding *before* moving to the fully distributed architecture. | 00:54 |
thinrichs | That is, we could get everything working over RPC using the existing DSE | 00:54 |
pballand | what do you mean by debugging? | 00:54 |
*** Prashant has quit IRC | 00:54 | |
thinrichs | and then once we move to the RPC of oslo.messaging, at least we've eliminated some basic problems. | 00:55 |
*** jeadr has quit IRC | 00:55 | |
thinrichs | So we'd be sending messages over the deepsix messaging functionality. | 00:56 |
*** jeadr has joined #openstack-meeting | 00:56 | |
thinrichs | Instead of reaching into the policy engines and datasources directly when implementing the API. | 00:56 |
*** VW_ has quit IRC | 00:57 | |
thinrichs | Or would that be too much work? | 00:57 |
thinrichs | We already have an implementation of RPC using deepsix (though we abandoned it). | 00:57 |
*** zhhuabj has quit IRC | 00:57 | |
thinrichs | We could resurrect it. | 00:57 |
*** _tiantian has joined #openstack-meeting | 00:57 | |
*** harshs has quit IRC | 00:58 | |
*** vishwanathj has quit IRC | 00:58 | |
*** xingchao has quit IRC | 00:58 | |
pballand | not sure… | 00:58 |
thinrichs | 2 minutes left. | 00:58 |
thinrichs | Anything else? | 00:58 |
pballand | if we use the same rpc method name, though, it may make the transition easier | 00:59 |
*** torgomatic has left #openstack-meeting | 00:59 | |
thinrichs | pballand: agreed. | 00:59 |
*** eliqiao_pc has joined #openstack-meeting | 00:59 | |
thinrichs | It'll help us make sure we've removed all references to external services and singletons. | 01:00 |
thinrichs | Times up. | 01:00 |
*** Piet has quit IRC | 01:00 | |
thinrichs | Let's keep making good progress! | 01:00 |
thinrichs | Bye | 01:00 |
thinrichs | #endmeeting | 01:00 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 01:00 | |
openstack | Meeting ended Thu Aug 20 01:00:38 2015 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 01:00 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/congressteammeeting/2015/congressteammeeting.2015-08-20-00.00.html | 01:00 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/congressteammeeting/2015/congressteammeeting.2015-08-20-00.00.txt | 01:00 |
openstack | Log: http://eavesdrop.openstack.org/meetings/congressteammeeting/2015/congressteammeeting.2015-08-20-00.00.log.html | 01:00 |
*** zhenzanz has quit IRC | 01:00 | |
*** zhenzan has joined #openstack-meeting | 01:00 | |
RuiChen | bye, everybody | 01:01 |
Yingxin1 | bye | 01:01 |
Sayaji | bye | 01:01 |
*** ivasev has quit IRC | 01:02 | |
*** asettle has joined #openstack-meeting | 01:05 | |
*** alexsyip has quit IRC | 01:05 | |
*** eliqiao_pc has quit IRC | 01:06 | |
*** FallenPegasus has joined #openstack-meeting | 01:06 | |
*** baoli has joined #openstack-meeting | 01:07 | |
*** minwoob_ has quit IRC | 01:07 | |
*** zhhuabj has joined #openstack-meeting | 01:08 | |
*** frank_young has joined #openstack-meeting | 01:08 | |
*** glauco_ has joined #openstack-meeting | 01:08 | |
*** frank_young has quit IRC | 01:09 | |
*** RuiChen has quit IRC | 01:11 | |
*** zhenzan has quit IRC | 01:11 | |
*** baoli has quit IRC | 01:12 | |
*** xingchao has joined #openstack-meeting | 01:12 | |
*** yamamoto has joined #openstack-meeting | 01:12 | |
*** glauco_ has quit IRC | 01:13 | |
*** dolpher1 has joined #openstack-meeting | 01:14 | |
*** thinrichs has quit IRC | 01:14 | |
*** lazy_prince has joined #openstack-meeting | 01:15 | |
*** sdake_ has joined #openstack-meeting | 01:21 | |
*** barker has joined #openstack-meeting | 01:22 | |
*** RuiChen has joined #openstack-meeting | 01:23 | |
*** lkarm has joined #openstack-meeting | 01:24 | |
*** sdake has quit IRC | 01:25 | |
*** dims has quit IRC | 01:25 | |
*** vpanizo has quit IRC | 01:25 | |
*** HoloIRCUser3 has quit IRC | 01:28 | |
*** lkarm has quit IRC | 01:28 | |
*** Daisy has joined #openstack-meeting | 01:29 | |
*** liusheng has joined #openstack-meeting | 01:30 | |
*** Apoorva has quit IRC | 01:30 | |
*** Daisy has quit IRC | 01:32 | |
*** dmacpher has joined #openstack-meeting | 01:32 | |
*** padkrish has quit IRC | 01:33 | |
*** Yanyanhu has joined #openstack-meeting | 01:34 | |
*** s3wong has quit IRC | 01:35 | |
*** killer_prince has joined #openstack-meeting | 01:38 | |
*** Apoorva has joined #openstack-meeting | 01:39 | |
*** Sayaji has quit IRC | 01:39 | |
*** Yanyanhu has quit IRC | 01:39 | |
*** yamamoto has quit IRC | 01:40 | |
*** ccavanna has joined #openstack-meeting | 01:40 | |
*** Yanyan has joined #openstack-meeting | 01:41 | |
*** lazy_prince has quit IRC | 01:42 | |
*** barker has quit IRC | 01:42 | |
*** lukebrooker has quit IRC | 01:43 | |
*** britthouser has joined #openstack-meeting | 01:45 | |
*** liusheng has quit IRC | 01:45 | |
*** britthou_ has joined #openstack-meeting | 01:46 | |
*** noslzzp has quit IRC | 01:46 | |
*** Daisy has joined #openstack-meeting | 01:47 | |
*** pm90_ has quit IRC | 01:49 | |
*** britthouser has quit IRC | 01:50 | |
*** boris-42 has quit IRC | 01:50 | |
*** kelvin has joined #openstack-meeting | 01:51 | |
*** lukebrooker has joined #openstack-meeting | 01:52 | |
*** britthou_ has quit IRC | 01:52 | |
*** shashank_hegde has quit IRC | 01:52 | |
*** haomaiwang has joined #openstack-meeting | 01:53 | |
*** britthouser has joined #openstack-meeting | 01:54 | |
*** britthou_ has joined #openstack-meeting | 01:55 | |
*** kebray has joined #openstack-meeting | 01:58 | |
*** britthouser has quit IRC | 01:59 | |
*** ajmiller has joined #openstack-meeting | 01:59 | |
*** barker has joined #openstack-meeting | 02:00 | |
*** neiljerram_bb has quit IRC | 02:01 | |
*** ajmiller_ has joined #openstack-meeting | 02:02 | |
*** killer_prince has quit IRC | 02:03 | |
*** zhhuabj has quit IRC | 02:03 | |
*** ajmiller has quit IRC | 02:05 | |
*** banix has joined #openstack-meeting | 02:06 | |
*** baoli has joined #openstack-meeting | 02:08 | |
*** barker has quit IRC | 02:08 | |
*** haomaiwang has quit IRC | 02:09 | |
*** jrichli has joined #openstack-meeting | 02:09 | |
*** bpokorny has quit IRC | 02:10 | |
*** sridhar_ram1 has quit IRC | 02:10 | |
*** haomaiwang has joined #openstack-meeting | 02:10 | |
*** dneary has joined #openstack-meeting | 02:11 | |
*** netapp has quit IRC | 02:11 | |
*** baoli has quit IRC | 02:12 | |
*** netapp has joined #openstack-meeting | 02:12 | |
*** zhhuabj has joined #openstack-meeting | 02:14 | |
*** baojg has joined #openstack-meeting | 02:16 | |
*** vpanizo has joined #openstack-meeting | 02:20 | |
*** dims has joined #openstack-meeting | 02:21 | |
*** vivek-ebay has quit IRC | 02:22 | |
*** kebray has quit IRC | 02:23 | |
*** kumar has joined #openstack-meeting | 02:23 | |
*** unicell has quit IRC | 02:25 | |
*** ebalduf_ has quit IRC | 02:26 | |
*** ebalduf has joined #openstack-meeting | 02:27 | |
*** kumar has quit IRC | 02:28 | |
*** vivek-ebay has joined #openstack-meeting | 02:28 | |
*** vivek-ebay has quit IRC | 02:28 | |
*** dims has quit IRC | 02:29 | |
*** dims has joined #openstack-meeting | 02:30 | |
*** otter768 has quit IRC | 02:30 | |
*** kelvin has quit IRC | 02:32 | |
*** harshs has joined #openstack-meeting | 02:33 | |
*** dims has quit IRC | 02:34 | |
*** yamamoto has joined #openstack-meeting | 02:40 | |
*** salv-orlando has joined #openstack-meeting | 02:44 | |
*** markvoelker has quit IRC | 02:46 | |
*** ivar-laz_ has joined #openstack-meeting | 02:46 | |
*** Daisy has quit IRC | 02:46 | |
*** Daisy has joined #openstack-meeting | 02:46 | |
*** sbalukoff has quit IRC | 02:46 | |
*** ivar-lazzaro has quit IRC | 02:49 | |
*** AmirBaleghi1112 has quit IRC | 02:49 | |
*** ivar-laz_ has quit IRC | 02:50 | |
*** britthou_ has quit IRC | 02:51 | |
*** Daisy has quit IRC | 02:51 | |
*** salv-orlando has quit IRC | 02:51 | |
*** kelvin has joined #openstack-meeting | 02:52 | |
*** epico has joined #openstack-meeting | 02:52 | |
*** yamahata has quit IRC | 02:53 | |
*** AmirBaleghi1112 has joined #openstack-meeting | 02:55 | |
*** salv-orlando has joined #openstack-meeting | 02:55 | |
*** Apoorva has quit IRC | 02:56 | |
*** salv-orlando has quit IRC | 03:02 | |
*** otter768 has joined #openstack-meeting | 03:02 | |
*** AmirBaleghi1113 has joined #openstack-meeting | 03:03 | |
*** AmirBaleghi1112 has quit IRC | 03:03 | |
*** gongysh has joined #openstack-meeting | 03:04 | |
*** kelvin has quit IRC | 03:06 | |
*** kelvin has joined #openstack-meeting | 03:07 | |
*** hoangcx has joined #openstack-meeting | 03:09 | |
*** haomaiwang has quit IRC | 03:09 | |
*** glauco has joined #openstack-meeting | 03:09 | |
*** haomaiwang has joined #openstack-meeting | 03:10 | |
*** shashank_hegde has joined #openstack-meeting | 03:12 | |
*** otter768 has quit IRC | 03:13 | |
*** epico has quit IRC | 03:14 | |
*** glauco has quit IRC | 03:15 | |
*** armax has joined #openstack-meeting | 03:15 | |
*** baoli has joined #openstack-meeting | 03:23 | |
*** epico has joined #openstack-meeting | 03:23 | |
*** gibi has quit IRC | 03:24 | |
*** gibi has joined #openstack-meeting | 03:24 | |
*** lkarm has joined #openstack-meeting | 03:24 | |
*** tochi has quit IRC | 03:25 | |
*** ganeshna has joined #openstack-meeting | 03:25 | |
*** Daisy has joined #openstack-meeting | 03:27 | |
*** baoli has quit IRC | 03:28 | |
*** lkarm has quit IRC | 03:29 | |
*** vpanizo has quit IRC | 03:29 | |
*** harshs has quit IRC | 03:31 | |
*** tochi has joined #openstack-meeting | 03:33 | |
*** vivek-ebay has joined #openstack-meeting | 03:37 | |
*** VW_ has joined #openstack-meeting | 03:38 | |
*** VW_ has quit IRC | 03:39 | |
*** VW_ has joined #openstack-meeting | 03:40 | |
*** vivek-eb_ has joined #openstack-meeting | 03:43 | |
*** vivek-ebay has quit IRC | 03:43 | |
*** VW_ has quit IRC | 03:45 | |
*** VW_ has joined #openstack-meeting | 03:45 | |
*** markvoelker has joined #openstack-meeting | 03:46 | |
*** baojg has quit IRC | 03:47 | |
*** aukhan has joined #openstack-meeting | 03:49 | |
*** bvandenh has joined #openstack-meeting | 03:49 | |
*** banix has quit IRC | 03:49 | |
*** VW_ has quit IRC | 03:50 | |
*** markvoelker has quit IRC | 03:51 | |
*** Daisy has quit IRC | 03:54 | |
*** Daisy has joined #openstack-meeting | 03:54 | |
*** baojg has joined #openstack-meeting | 03:54 | |
*** RuiChen has quit IRC | 03:55 | |
*** RuiChen has joined #openstack-meeting | 03:55 | |
*** Daisy has quit IRC | 03:59 | |
*** bvandenh has quit IRC | 03:59 | |
*** _tiantian has quit IRC | 03:59 | |
*** gibi has quit IRC | 04:00 | |
*** gibi has joined #openstack-meeting | 04:00 | |
*** RuiChen has quit IRC | 04:04 | |
*** tiswanso has quit IRC | 04:05 | |
*** achanda has quit IRC | 04:05 | |
*** rbak has joined #openstack-meeting | 04:06 | |
*** KunalGan_ has quit IRC | 04:08 | |
*** irenab has quit IRC | 04:09 | |
*** haomaiwang has quit IRC | 04:09 | |
*** tiantian has joined #openstack-meeting | 04:09 | |
*** haomaiwang has joined #openstack-meeting | 04:10 | |
*** irenab has joined #openstack-meeting | 04:11 | |
*** rbak has quit IRC | 04:16 | |
*** rbak has joined #openstack-meeting | 04:16 | |
*** hrou has quit IRC | 04:18 | |
*** ayoung has quit IRC | 04:20 | |
*** jrichli has quit IRC | 04:21 | |
*** zhhuabj has quit IRC | 04:24 | |
*** baoli has joined #openstack-meeting | 04:24 | |
*** zhhuabj has joined #openstack-meeting | 04:24 | |
*** ivasev has joined #openstack-meeting | 04:27 | |
*** baoli has quit IRC | 04:29 | |
*** unicell has joined #openstack-meeting | 04:30 | |
*** fawadkhaliq has joined #openstack-meeting | 04:32 | |
*** salv-orlando has joined #openstack-meeting | 04:32 | |
*** harshs has joined #openstack-meeting | 04:32 | |
*** JRobinson__ is now known as JRobinson__afk | 04:35 | |
*** vivek-ebay has joined #openstack-meeting | 04:35 | |
*** salv-orlando has quit IRC | 04:35 | |
*** dneary has quit IRC | 04:36 | |
*** baojg has quit IRC | 04:37 | |
*** vivek-eb_ has quit IRC | 04:38 | |
*** baojg has joined #openstack-meeting | 04:38 | |
*** Sukhdev has joined #openstack-meeting | 04:43 | |
*** bvandenh has joined #openstack-meeting | 04:44 | |
*** darrenc is now known as darrenc_afk | 04:46 | |
*** salv-orlando has joined #openstack-meeting | 04:47 | |
*** Sukhdev has quit IRC | 04:47 | |
*** nadya has joined #openstack-meeting | 04:50 | |
*** shashank_hegde has quit IRC | 04:50 | |
*** ganeshna_ has joined #openstack-meeting | 04:51 | |
*** salv-orlando has quit IRC | 04:51 | |
*** rbak has quit IRC | 04:52 | |
*** ganeshna has quit IRC | 04:54 | |
*** nadya has quit IRC | 04:54 | |
*** Sukhdev has joined #openstack-meeting | 04:58 | |
*** harshs has quit IRC | 04:59 | |
*** ajmiller_ has quit IRC | 05:02 | |
*** zul has quit IRC | 05:04 | |
*** FallenPegasus has quit IRC | 05:05 | |
*** Jeffrey4l|afk has quit IRC | 05:05 | |
*** darrenc_afk is now known as darrenc | 05:06 | |
*** sdake has joined #openstack-meeting | 05:07 | |
*** achanda has joined #openstack-meeting | 05:07 | |
*** afazekas has joined #openstack-meeting | 05:08 | |
*** martines has quit IRC | 05:09 | |
*** haomaiwang has quit IRC | 05:09 | |
*** JRobinson__afk has quit IRC | 05:10 | |
*** haomaiwang has joined #openstack-meeting | 05:10 | |
*** sdake_ has quit IRC | 05:11 | |
*** bvandenh has quit IRC | 05:12 | |
*** Jeffrey4l|afk has joined #openstack-meeting | 05:12 | |
*** glauco has joined #openstack-meeting | 05:13 | |
*** otter768 has joined #openstack-meeting | 05:14 | |
*** Daisy has joined #openstack-meeting | 05:15 | |
*** afazekas has quit IRC | 05:15 | |
*** glauco has quit IRC | 05:18 | |
*** emagana has joined #openstack-meeting | 05:18 | |
*** elo1 has joined #openstack-meeting | 05:18 | |
*** haomaiwang has quit IRC | 05:19 | |
*** otter768 has quit IRC | 05:19 | |
*** Daisy has quit IRC | 05:19 | |
*** finchd has left #openstack-meeting | 05:19 | |
*** AmirBaleghi1113 has quit IRC | 05:19 | |
*** AmirBaleghi1113 has joined #openstack-meeting | 05:20 | |
*** ivasev has quit IRC | 05:20 | |
*** irenab has quit IRC | 05:21 | |
*** gnawing has joined #openstack-meeting | 05:23 | |
*** Sukhdev has quit IRC | 05:26 | |
*** barker has joined #openstack-meeting | 05:27 | |
*** RuiChen has joined #openstack-meeting | 05:28 | |
*** vpanizo has joined #openstack-meeting | 05:30 | |
*** kelvin has quit IRC | 05:32 | |
*** irenab has joined #openstack-meeting | 05:32 | |
*** vpanizo has quit IRC | 05:34 | |
*** bobh has joined #openstack-meeting | 05:36 | |
*** vivek-ebay has quit IRC | 05:37 | |
*** amotoki has quit IRC | 05:39 | |
*** geoffarnold has joined #openstack-meeting | 05:39 | |
*** lkarm has joined #openstack-meeting | 05:40 | |
*** jprovazn has joined #openstack-meeting | 05:41 | |
*** mfranc213 has quit IRC | 05:42 | |
*** vichoward has quit IRC | 05:42 | |
*** geoffarnold has quit IRC | 05:43 | |
*** geoffarnold has joined #openstack-meeting | 05:43 | |
*** bobh has quit IRC | 05:44 | |
*** geoffarnold is now known as geoffarnoldX | 05:45 | |
*** lkarm has quit IRC | 05:45 | |
*** mfranc213 has joined #openstack-meeting | 05:46 | |
*** zhhuabj has quit IRC | 05:48 | |
*** vichoward has joined #openstack-meeting | 05:48 | |
*** jeadr has quit IRC | 05:49 | |
*** SridharG has joined #openstack-meeting | 05:50 | |
*** KanagarajM has joined #openstack-meeting | 05:51 | |
*** barker has quit IRC | 05:51 | |
*** nadya has joined #openstack-meeting | 05:51 | |
*** jeadre has joined #openstack-meeting | 05:52 | |
*** KanagarajM has left #openstack-meeting | 05:52 | |
*** numan has joined #openstack-meeting | 05:55 | |
*** nadya has quit IRC | 05:55 | |
*** sankarshan_away is now known as sankarshan | 05:56 | |
*** aranjan has joined #openstack-meeting | 05:56 | |
*** mrmartin has joined #openstack-meeting | 05:59 | |
*** haomaiwa_ has joined #openstack-meeting | 06:00 | |
*** armax has quit IRC | 06:00 | |
*** zhhuabj has joined #openstack-meeting | 06:00 | |
*** zeih has joined #openstack-meeting | 06:01 | |
*** lpeer_ has joined #openstack-meeting | 06:03 | |
*** unicell1 has joined #openstack-meeting | 06:04 | |
*** JRobinson__afk has joined #openstack-meeting | 06:04 | |
*** JRobinson__afk is now known as JRobinson__ | 06:05 | |
*** topol has joined #openstack-meeting | 06:05 | |
*** AmirBaleghi1114 has joined #openstack-meeting | 06:05 | |
*** BharatK has joined #openstack-meeting | 06:05 | |
*** salv-orlando has joined #openstack-meeting | 06:05 | |
*** unicell has quit IRC | 06:05 | |
*** zeih has quit IRC | 06:06 | |
*** AmirBaleghi1113 has quit IRC | 06:06 | |
*** VW_ has joined #openstack-meeting | 06:09 | |
*** moha_hunt has quit IRC | 06:09 | |
*** m0h4_hun7 has joined #openstack-meeting | 06:09 | |
*** asettle has quit IRC | 06:09 | |
*** topol has quit IRC | 06:09 | |
*** amotoki has joined #openstack-meeting | 06:09 | |
*** haomaiwa_ has quit IRC | 06:09 | |
*** lukebrooker has quit IRC | 06:10 | |
*** haomaiwang has joined #openstack-meeting | 06:13 | |
*** ajayaa has joined #openstack-meeting | 06:14 | |
*** salv-orlando has quit IRC | 06:16 | |
*** haomaiwang has quit IRC | 06:17 | |
*** aranjan has quit IRC | 06:18 | |
*** VW_ has quit IRC | 06:21 | |
*** shashank_hegde has joined #openstack-meeting | 06:21 | |
*** afazekas has joined #openstack-meeting | 06:21 | |
*** VW_ has joined #openstack-meeting | 06:21 | |
*** vichoward has quit IRC | 06:21 | |
*** baojg has quit IRC | 06:22 | |
*** mfranc213 has quit IRC | 06:22 | |
*** jichen has joined #openstack-meeting | 06:23 | |
*** baojg has joined #openstack-meeting | 06:24 | |
*** ^Gal^ has joined #openstack-meeting | 06:24 | |
*** jftalta has joined #openstack-meeting | 06:25 | |
*** jftalta has quit IRC | 06:25 | |
*** AmirBaleghi1114 has quit IRC | 06:26 | |
*** Murali has joined #openstack-meeting | 06:26 | |
*** AmirBaleghi1114 has joined #openstack-meeting | 06:27 | |
*** vichoward has joined #openstack-meeting | 06:29 | |
*** haomaiwang has joined #openstack-meeting | 06:29 | |
*** bvandenh has joined #openstack-meeting | 06:30 | |
*** mfranc213 has joined #openstack-meeting | 06:31 | |
*** salv-orlando has joined #openstack-meeting | 06:32 | |
*** jichen has quit IRC | 06:37 | |
*** mfranc213 has quit IRC | 06:37 | |
*** vichoward has quit IRC | 06:37 | |
*** AmirBaleghi1115 has joined #openstack-meeting | 06:37 | |
*** AmirBaleghi1114 has quit IRC | 06:37 | |
*** afazekas has quit IRC | 06:37 | |
*** ajayaa has quit IRC | 06:37 | |
*** cody-somerville has joined #openstack-meeting | 06:38 | |
*** luisfdez has quit IRC | 06:42 | |
*** mfranc213 has joined #openstack-meeting | 06:42 | |
*** vichoward has joined #openstack-meeting | 06:43 | |
*** fawadkhaliq has quit IRC | 06:45 | |
*** haomaiwang has quit IRC | 06:47 | |
*** ajayaa has joined #openstack-meeting | 06:50 | |
*** haomaiwang has joined #openstack-meeting | 06:52 | |
*** scheuran has joined #openstack-meeting | 06:52 | |
*** lpeer_ has quit IRC | 06:53 | |
*** lpeer__ has joined #openstack-meeting | 06:53 | |
*** jprovazn has quit IRC | 06:56 | |
*** ebalduf has quit IRC | 06:56 | |
*** ganeshna_ has quit IRC | 06:57 | |
*** ebalduf has joined #openstack-meeting | 06:57 | |
*** dkusidlo has joined #openstack-meeting | 06:58 | |
*** henrynash has joined #openstack-meeting | 06:59 | |
*** achanda has quit IRC | 07:00 | |
*** bvandenh has quit IRC | 07:01 | |
*** bvandenh has joined #openstack-meeting | 07:01 | |
*** Daisy has joined #openstack-meeting | 07:03 | |
*** peristeri has joined #openstack-meeting | 07:03 | |
*** peluse_ has joined #openstack-meeting | 07:05 | |
*** Daisy has quit IRC | 07:07 | |
*** marekd_404 is now known as marekd | 07:08 | |
*** peluse has quit IRC | 07:08 | |
*** m0h4_hun7 has quit IRC | 07:08 | |
*** Daisy has joined #openstack-meeting | 07:09 | |
*** jtomasek has joined #openstack-meeting | 07:09 | |
*** haomaiwang has quit IRC | 07:09 | |
*** fawadkhaliq has joined #openstack-meeting | 07:09 | |
*** haomaiwang has joined #openstack-meeting | 07:10 | |
*** jeadre has quit IRC | 07:13 | |
*** jeadre has joined #openstack-meeting | 07:14 | |
*** glauco_ has joined #openstack-meeting | 07:15 | |
*** otter768 has joined #openstack-meeting | 07:15 | |
*** yottatsa has joined #openstack-meeting | 07:18 | |
*** claudiub has joined #openstack-meeting | 07:19 | |
*** otter768 has quit IRC | 07:19 | |
*** yamamoto has quit IRC | 07:19 | |
*** glauco_ has quit IRC | 07:20 | |
*** Murali_ has joined #openstack-meeting | 07:23 | |
*** dkusidlo has quit IRC | 07:24 | |
*** Murali has quit IRC | 07:25 | |
*** Murali_ is now known as Murali | 07:25 | |
*** Murali has quit IRC | 07:30 | |
*** Murali_ has joined #openstack-meeting | 07:30 | |
*** Murali_ is now known as Murali | 07:30 | |
*** yottatsa has quit IRC | 07:31 | |
*** geguileo has left #openstack-meeting | 07:32 | |
*** yottatsa has joined #openstack-meeting | 07:34 | |
*** adahms has quit IRC | 07:36 | |
*** salv-orlando has quit IRC | 07:40 | |
*** yamamoto has joined #openstack-meeting | 07:40 | |
*** nadya has joined #openstack-meeting | 07:40 | |
*** Daisy has quit IRC | 07:40 | |
*** jcoufal has joined #openstack-meeting | 07:41 | |
*** Daisy has joined #openstack-meeting | 07:41 | |
*** alexschm has joined #openstack-meeting | 07:42 | |
*** AmirBaleghi1116 has joined #openstack-meeting | 07:44 | |
*** AmirBaleghi1115 has quit IRC | 07:45 | |
*** nadya has quit IRC | 07:45 | |
*** Daisy has quit IRC | 07:45 | |
*** Daisy has joined #openstack-meeting | 07:46 | |
*** markvoelker has joined #openstack-meeting | 07:48 | |
*** ganeshna has joined #openstack-meeting | 07:50 | |
*** IanGovett has joined #openstack-meeting | 07:51 | |
*** markvoelker has quit IRC | 07:53 | |
*** alexschm has quit IRC | 07:55 | |
*** salv-orlando has joined #openstack-meeting | 07:55 | |
*** Daisy has quit IRC | 07:56 | |
*** Daisy has joined #openstack-meeting | 07:56 | |
*** lkarm has joined #openstack-meeting | 07:57 | |
*** jhenner has joined #openstack-meeting | 07:59 | |
*** yamahata has joined #openstack-meeting | 08:00 | |
*** Daisy has quit IRC | 08:01 | |
*** lkarm has quit IRC | 08:02 | |
*** JRobinson__ has quit IRC | 08:04 | |
*** ozstacker has joined #openstack-meeting | 08:04 | |
*** dmacpher has quit IRC | 08:06 | |
*** derekh has joined #openstack-meeting | 08:08 | |
*** yassine has joined #openstack-meeting | 08:09 | |
*** haomaiwang has quit IRC | 08:09 | |
*** alexschm has joined #openstack-meeting | 08:10 | |
*** haomaiwa_ has joined #openstack-meeting | 08:10 | |
*** sridhar_ram has joined #openstack-meeting | 08:11 | |
*** sridhar_ram has quit IRC | 08:15 | |
*** devvesa has joined #openstack-meeting | 08:16 | |
*** zeih has joined #openstack-meeting | 08:17 | |
*** afazekas has joined #openstack-meeting | 08:18 | |
*** megm has joined #openstack-meeting | 08:19 | |
*** asettle has joined #openstack-meeting | 08:19 | |
*** RuiChen has quit IRC | 08:21 | |
*** tiantian has quit IRC | 08:22 | |
*** fawadkhaliq has quit IRC | 08:23 | |
*** AmirBaleghi1116 has quit IRC | 08:24 | |
*** asettle has quit IRC | 08:24 | |
*** mrunge has joined #openstack-meeting | 08:24 | |
*** fawadkhaliq has joined #openstack-meeting | 08:26 | |
*** AmirBaleghi1116 has joined #openstack-meeting | 08:27 | |
*** xingchao has quit IRC | 08:28 | |
*** janonymous has joined #openstack-meeting | 08:29 | |
*** jordanP has joined #openstack-meeting | 08:30 | |
*** lpeer has joined #openstack-meeting | 08:31 | |
*** lpeer__ has quit IRC | 08:31 | |
*** Daisy has joined #openstack-meeting | 08:33 | |
*** pnavarro has joined #openstack-meeting | 08:36 | |
*** VW_ has quit IRC | 08:36 | |
*** VW_ has joined #openstack-meeting | 08:36 | |
*** AmirBaleghi1116 has quit IRC | 08:40 | |
*** nadya has joined #openstack-meeting | 08:40 | |
*** VW_ has quit IRC | 08:40 | |
*** shashank_hegde has quit IRC | 08:41 | |
*** jeadre has quit IRC | 08:42 | |
*** jeadre has joined #openstack-meeting | 08:43 | |
*** luisfdez has joined #openstack-meeting | 08:43 | |
*** AmirBaleghi1116 has joined #openstack-meeting | 08:44 | |
*** scheuran has quit IRC | 08:44 | |
*** ylobankov has joined #openstack-meeting | 08:48 | |
*** zeih has quit IRC | 08:48 | |
*** zeih has joined #openstack-meeting | 08:50 | |
*** rossella_s has joined #openstack-meeting | 08:52 | |
*** jichen has joined #openstack-meeting | 08:53 | |
*** jamielennox has joined #openstack-meeting | 08:56 | |
*** alexschm has quit IRC | 08:59 | |
*** rcrit has joined #openstack-meeting | 09:01 | |
jamielennox | #startmeeting openstack-qa | 09:03 |
openstack | Meeting started Thu Aug 20 09:03:39 2015 UTC and is due to finish in 60 minutes. The chair is jamielennox. Information about MeetBot at http://wiki.debian.org/MeetBot. | 09:03 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 09:03 |
*** openstack changes topic to " (Meeting topic: openstack-qa)" | 09:03 | |
openstack | The meeting name has been set to 'openstack_qa' | 09:03 |
jamielennox | I have no idea how to lead a meeting - particularly one for qa | 09:03 |
jamielennox | however as i'm the only one with stuff on the agenda i may as well | 09:04 |
*** yamamoto has quit IRC | 09:04 | |
jamielennox | please let there me other people here | 09:04 |
jordanP | jamielennox, o/ | 09:04 |
*** ^Gal^ has quit IRC | 09:04 | |
ylobankov | hi guys | 09:04 |
*** 7GHAAZ22K has joined #openstack-meeting | 09:04 | |
*** Daisy has quit IRC | 09:04 | |
dmellado | hi all | 09:04 |
*** acoles_ is now known as acoles | 09:05 | |
*** acoles has left #openstack-meeting | 09:05 | |
*** Daisy has joined #openstack-meeting | 09:05 | |
*** Daisy has quit IRC | 09:05 | |
jamielennox | so i'm not sure what to do here - does anyone know if there was a plan to skip this week? | 09:05 |
*** Daisy has joined #openstack-meeting | 09:05 | |
jordanP | jamielennox, I haven"t heard such a thing | 09:06 |
jamielennox | i have no powers on qa, i feel we don't exactly have a quorum | 09:06 |
*** ociuhandu has quit IRC | 09:07 | |
gmann | hi | 09:07 |
jordanP | afazekas, gmann me from the tempest core team are here, at least. | 09:07 |
jordanP | mkoderer, ping ? | 09:07 |
dmellado | how about just going over the agenda? | 09:07 |
gmann | may be oomichi forgot to send mail. | 09:07 |
jamielennox | #topic V3 identity in devstack | 09:07 |
*** openstack changes topic to "V3 identity in devstack (Meeting topic: openstack-qa)" | 09:07 | |
jamielennox | i sent an email to the mailing list last week saying that we are trying to remove the v2 identity default in devstack | 09:08 |
*** ^Gal^ has joined #openstack-meeting | 09:08 | |
jamielennox | this has the possible side effect of breaking anyone doing openstackclient identity commands directly (not using things in functions) | 09:08 |
*** fawadkhaliq has quit IRC | 09:08 | |
jamielennox | last time i made a breaking change like this there was the general idea that it should be advertised better before hand | 09:09 |
jordanP | jamielennox, no way to be safe and not to break too much ? | 09:09 |
afazekas | hi | 09:09 |
*** haomaiwa_ has quit IRC | 09:09 | |
jamielennox | however no-one has responded with any particular concerns to the email - which leads me to believe no one saw it | 09:09 |
*** sbalukoff has joined #openstack-meeting | 09:09 | |
jamielennox | jordanP: so if you are using the get_or_create functions that devstack ships then it's fine | 09:09 |
jamielennox | and there are a bunch of commands that are the same in v2/v3 | 09:10 |
*** haomaiwang has joined #openstack-meeting | 09:10 | |
jamielennox | however things like create a project or create users can be different and i expect there are at least some third party CIs out there | 09:10 |
jamielennox | that use it that way | 09:10 |
jamielennox | One way or another this needs to happen. keysotne has been trying to deprecate v2 auth for ~4 cycles now | 09:11 |
dmellado | so then this change would only break 'theroically' 3rd party CIs? | 09:11 |
*** alexschm has joined #openstack-meeting | 09:11 | |
jamielennox | #link http://lists.openstack.org/pipermail/openstack-dev/2015-August/072048.html | 09:11 |
jamielennox | #link https://review.openstack.org/#/c/186684/ | 09:11 |
jordanP | I guess you could send a gentle reminder on the ML, just to be safe. In the end sdague and dtroyer or ianw would have to approve the change | 09:11 |
jamielennox | i have no specific knowledge of anyone that is broken by this | 09:11 |
jamielennox | jordanP: that's the first link :) | 09:11 |
jamielennox | i kind of feel like i'm going to have to wait on that until we can get at least those 3 together | 09:13 |
jamielennox | alright | 09:13 |
jordanP | yeah.... | 09:13 |
jamielennox | #topic TLS Support | 09:13 |
*** openstack changes topic to "TLS Support (Meeting topic: openstack-qa)" | 09:13 | |
jamielennox | (i should have picked a better week :) | 09:13 |
jamielennox | #link https://review.openstack.org/#/c/187346/ | 09:14 |
jamielennox | so currently there is supposed to be support for TLS in devstack via a stud proxy | 09:14 |
jordanP | #link https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Proposed_Agenda_for_August_20th_2015_.280900_UTC.29 btw, the agenda is here | 09:14 |
jamielennox | this is broken by various services who forget about this case | 09:14 |
jamielennox | There are two patches that do pretty much the same job of fixing this | 09:15 |
jamielennox | the goal here is to at least get devstack gating with TLS support to stop it from getting worse | 09:15 |
jamielennox | sdague has come out against the patch saying we need to fix it in services | 09:15 |
jamielennox | i completely agree - however in the mean time devstack is broken and i would like to get these passed | 09:15 |
jordanP | what do you mean "in services" ? | 09:15 |
jamielennox | so the main issue i'm aware of is that when you do version discovery you need to know your current URL | 09:16 |
*** otter768 has joined #openstack-meeting | 09:16 | |
jamielennox | if your request has gone through a load balancer this is no longer what the service expects | 09:16 |
jamielennox | and the service will respond with fully qualified URLs that are based on a non-public host | 09:17 |
jamielennox | i feel the long term solution to this is just make all discovery services use relative URLS and ignore determining the host | 09:17 |
*** sdake_ has joined #openstack-meeting | 09:18 | |
jamielennox | to pull this off though is a massive cross project effort with multi cycle deprecations | 09:18 |
jamielennox | and lets face it, they are often not effective | 09:18 |
jamielennox | i don't want to wait to fix devstack on implementing that plan | 09:19 |
jamielennox | ianw has already +2ed | 09:19 |
*** unicell1 has quit IRC | 09:20 | |
jamielennox | again, i'm interested in peoples opinions but i think it'll require getting some devstack-core together | 09:20 |
jordanP | I don't like having to hardcode public endpoint in the conf | 09:20 |
*** otter768 has quit IRC | 09:20 | |
jordanP | but I understand that we need an intermediate step | 09:20 |
jamielennox | jordanP: agreed, i'll be honest i thought there was better support from load balancers on this one | 09:21 |
jamielennox | that the original request URL was passed through (i might be wrong and it is) | 09:21 |
jordanP | jamielennox, I remeber when I was an operator we had issue with heat behind a LB | 09:21 |
*** sdake has quit IRC | 09:21 | |
jamielennox | rcrit: any idea if the original request url is available behind a load balancer? | 09:21 |
jordanP | we had to fordward the HTTP_FORAWRD-PROTOCOL header | 09:22 |
jamielennox | because i know that for example in keystone if public_endpoint is not set in CONF then we take it from the request URL | 09:22 |
jamielennox | jordanP: yep, i've seen that as well, but that handles specifically TLS termination | 09:22 |
rcrit | jamielennox, I don't know. | 09:22 |
jamielennox | rcrit: when you get a chance can you have a look | 09:23 |
rcrit | but keystone is one of the services in the patch | 09:23 |
*** unicell has joined #openstack-meeting | 09:23 | |
jamielennox | at the env vars and see if there is some indication of the original request URL | 09:23 |
jamielennox | it's hard to tell on devstack because the TLS terminator is on the same host as the servic | 09:24 |
jamielennox | if available that's a fairly easy path forward | 09:24 |
*** Daisy has quit IRC | 09:24 | |
rcrit | you'd be able to tell by the protocol | 09:24 |
*** Daisy has joined #openstack-meeting | 09:24 | |
jordanP | that would be LB specific, some LB could forward or give a hint about the original URL, some other LB won't... | 09:25 |
jamielennox | alright, taking this meeting leadership thing by the horns | 09:25 |
*** pelix has joined #openstack-meeting | 09:25 | |
rcrit | it could also differ service to service | 09:25 |
*** Daisy has quit IRC | 09:25 | |
jamielennox | #action rcrit to determine if there is a standard way to get original request URL from behind a load balancer | 09:25 |
*** Daisy has joined #openstack-meeting | 09:25 | |
jamielennox | :) | 09:25 |
jordanP | :D | 09:25 |
*** yottatsa has quit IRC | 09:26 | |
rcrit | roger that | 09:26 |
jamielennox | i htink long term we want to go relative URLs but if we can at least deprecate the public_endpoint thing that'd be a good start | 09:26 |
jamielennox | i'll figure out who i need to chase on that one | 09:27 |
*** elo1 has quit IRC | 09:27 | |
*** dolpher1 has quit IRC | 09:27 | |
jordanP | jamielennox, do you know where exaclty this public_endpoint config is used ? | 09:27 |
jamielennox | #topic Open Discussion | 09:27 |
*** openstack changes topic to "Open Discussion (Meeting topic: openstack-qa)" | 09:27 | |
jamielennox | #undo | 09:27 |
openstack | Removing item from minutes: <ircmeeting.items.Topic object at 0xa4c2b10> | 09:27 |
jordanP | (just for my info) | 09:28 |
jamielennox | jordanP: so when you do GET / on most services you get the versions back and a link to them | 09:28 |
jamielennox | for most services that's a fully qualified link | 09:28 |
jamielennox | originally you always had to set public_endpoint and that would become the base of those version links | 09:29 |
jamielennox | in keystone at least we deprecated that and we would take the current request URL as the base path | 09:29 |
rcrit | it defaults to the current host using http as the protocol | 09:29 |
jamielennox | because that had obviously gotten you to the service | 09:29 |
jamielennox | then we did the X-Forwarded-Proto thing for TLS | 09:30 |
*** nadya has quit IRC | 09:30 | |
jamielennox | but i would have thought there must be a way to determine the original URL | 09:30 |
jordanP | jamielennox, you can always have your LB add extra HTTP header | 09:31 |
jordanP | but it's not standard practise | 09:31 |
jamielennox | jordanP: yea, but then we need to figure out every load balancer, we could set a config to receive what that variable name was but i'd prefer just to get rid of the practice | 09:32 |
*** yamahata has quit IRC | 09:32 | |
jamielennox | honestly i don't think many people are actually relying on the version and links in the response anyway | 09:32 |
jamielennox | i would be surprised if people noticed let alone were broken | 09:32 |
*** britthouser has joined #openstack-meeting | 09:32 | |
jordanP | yep | 09:33 |
jamielennox | anyway - i guess that's a cross project spec so i'll look at that | 09:33 |
*** britthou_ has joined #openstack-meeting | 09:33 | |
jamielennox | #action jamielennox figure out a cross project spec for removing absolute links in projects | 09:34 |
jamielennox | #topic Anything Else | 09:34 |
*** openstack changes topic to "Anything Else (Meeting topic: openstack-qa)" | 09:34 | |
jamielennox | theres a few tempest people - is there anything you are looking to discuss? | 09:34 |
jordanP | gmann, I am a bit overwhelm by your "Return complete response" work :) | 09:35 |
gmann | jordanP: sorry, stuck in nove thing | 09:35 |
jamielennox | jordanP: i'll happily topic it if you let me know what it is | 09:35 |
jordanP | jamielennox, that would be open discussion :) | 09:36 |
gmann | jordanP: so now we going for those first than UT | 09:36 |
jordanP | gmann, UT is done no ? | 09:36 |
jamielennox | jordanP: roger that | 09:36 |
*** Daisy has quit IRC | 09:36 | |
jordanP | gmann, not really in fact, I've checked | 09:36 |
gmann | jordanP: no, actually progress was slow there and even that can be done on lib too | 09:36 |
*** Daisy has joined #openstack-meeting | 09:37 | |
jordanP | let's see how far Kenji Yasui can go | 09:37 |
gmann | jordanP: added one more guy today from my team lets see if that goes well :) | 09:37 |
*** openkarma has joined #openstack-meeting | 09:37 | |
gmann | jordanP: yea | 09:37 |
*** britthouser has quit IRC | 09:37 | |
*** openkarma has quit IRC | 09:38 | |
jordanP | gmann, Kenji Yasui is getting better and better. His patchsets 1 are mostly good now | 09:38 |
jordanP | we good expect good progress in the next week | 09:38 |
*** yottatsa has joined #openstack-meeting | 09:38 | |
jordanP | granted we review his work | 09:38 |
*** nadya has joined #openstack-meeting | 09:38 | |
gmann | jordanP: ok . | 09:39 |
dmellado | I also wanted to know if there's anyone around that knows what the current state for dhcpv6 in tempest (really in cirros) | 09:39 |
dmellado | I wanted to add dhcpv6 stateful scenario tests but as I discussed in last meeting it's still not fully supported | 09:40 |
dmellado | Last bug I found was this https://bugs.launchpad.net/tempest/+bug/1366326 | 09:40 |
openstack | Launchpad bug 1366326 in CirrOS "ipv6 support" [Medium,Confirmed] | 09:40 |
jordanP | dmellado, so is there a bug with tempest ? I mean did you run Tempest with let's say ubuntu instead of cirros ? | 09:41 |
dmellado | jordanP: suggested to try manila approach but and use another image but I'm not really sure how that would pass the gate | 09:41 |
dmellado | jordanP: it's a cirros issue | 09:41 |
*** Daisy has quit IRC | 09:41 | |
dmellado | using another image, if it supports dhcpv6 (not in cirros) it just works | 09:41 |
jordanP | dmellado, that's a good start | 09:42 |
jordanP | then I guess you should brought this topic to Cirros ML | 09:42 |
jordanP | make some noise... as usual :) | 09:42 |
*** lpeer has quit IRC | 09:43 | |
dmellado | I'll do, let's see if we can get to have that implemented | 09:43 |
jordanP | yep, that's the only way I can think of | 09:43 |
dmellado | because tempest gate checks are limited to cirros image, usually, isn't it? | 09:43 |
jordanP | dmellado, yep. And this is not going to change as far as I can see | 09:43 |
jordanP | cirros image are very very convenient | 09:43 |
*** Daisy has joined #openstack-meeting | 09:44 | |
dmellado | roger that jordanP, I agree on that | 09:44 |
*** openkarma has joined #openstack-meeting | 09:44 | |
*** openkarma has quit IRC | 09:44 | |
jordanP | switching to something else would really increase the requirements to run the gate jobs | 09:44 |
dmellado | I'll try to bring some noise to have ipv6 tools inside cirros, wish me luck XD | 09:45 |
dmellado | thanks jordanP | 09:45 |
jordanP | dmellado, did you read https://bugs.launchpad.net/tempest/+bug/1366326/comments/5 comment ? | 09:45 |
openstack | Launchpad bug 1366326 in CirrOS "ipv6 support" [Medium,Confirmed] | 09:45 |
jordanP | maybe you can work with this person to see if we made some progress | 09:45 |
jordanP | *he | 09:45 |
dmellado | yes, just read it, that's why I wanted to know about the status | 09:45 |
dmellado | I can check with him | 09:45 |
jordanP | that won"t be an easy task but full ipv6 in cirros would benefit to a lot of people | 09:46 |
jordanP | someone has something else to say ? | 09:47 |
jamielennox | #action jamielennox to copy all his topics to next week | 09:47 |
*** yottatsa has quit IRC | 09:48 | |
jamielennox | anyone else? | 09:48 |
jamielennox | alright - thanks for coming | 09:48 |
jamielennox | #endmeeting | 09:48 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 09:48 | |
openstack | Meeting ended Thu Aug 20 09:48:48 2015 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 09:48 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/openstack_qa/2015/openstack_qa.2015-08-20-09.03.html | 09:48 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/openstack_qa/2015/openstack_qa.2015-08-20-09.03.txt | 09:48 |
dmellado | thanks all ;) | 09:48 |
openstack | Log: http://eavesdrop.openstack.org/meetings/openstack_qa/2015/openstack_qa.2015-08-20-09.03.log.html | 09:48 |
jordanP | jamielennox, yeah, usually we have more people on the alternative time | 09:48 |
jordanP | (but it's late for people in europe) | 09:49 |
*** yottatsa has joined #openstack-meeting | 09:49 | |
jamielennox | jordanP: yea, i figured it'd be the quieter, but it just so happened this was when i had things | 09:49 |
*** ebalduf has quit IRC | 09:49 | |
jordanP | yep | 09:49 |
*** markvoelker has joined #openstack-meeting | 09:49 | |
*** jamielennox has left #openstack-meeting | 09:50 | |
*** yottatsa has quit IRC | 09:50 | |
dmellado | jordanP: then I guess thank you for making the effort of showing up here at a non-good time ;) | 09:50 |
*** lpeer has joined #openstack-meeting | 09:50 | |
jordanP | dmellado, I am in Paris, so it's noon here, perfect time :) | 09:50 |
*** sudipto has joined #openstack-meeting | 09:50 | |
dmellado | :) | 09:51 |
ylobankov | In Saratov (Russia) it is noon as well :) | 09:52 |
*** markvoelker has quit IRC | 09:54 | |
*** Daisy has quit IRC | 09:55 | |
*** yottatsa has joined #openstack-meeting | 09:55 | |
*** Daisy has joined #openstack-meeting | 09:55 | |
*** dims has joined #openstack-meeting | 09:56 | |
*** jordanP has left #openstack-meeting | 09:56 | |
*** fawadkhaliq has joined #openstack-meeting | 09:58 | |
*** epico has quit IRC | 09:59 | |
*** ylobankov has left #openstack-meeting | 09:59 | |
*** GB21 has joined #openstack-meeting | 10:02 | |
*** Daisy has quit IRC | 10:03 | |
*** Daisy has joined #openstack-meeting | 10:03 | |
*** Yanyan has quit IRC | 10:05 | |
*** ricolin has quit IRC | 10:05 | |
*** tochi has quit IRC | 10:06 | |
*** gampel has joined #openstack-meeting | 10:06 | |
*** ociuhandu has joined #openstack-meeting | 10:06 | |
*** Daisy has quit IRC | 10:08 | |
*** amotoki has quit IRC | 10:08 | |
*** egallen has joined #openstack-meeting | 10:09 | |
*** haomaiwang has quit IRC | 10:09 | |
*** jprovazn has joined #openstack-meeting | 10:09 | |
*** haomaiwang has joined #openstack-meeting | 10:10 | |
*** Daisy has joined #openstack-meeting | 10:10 | |
*** fawadkhaliq has quit IRC | 10:13 | |
*** wschaller has joined #openstack-meeting | 10:13 | |
*** Daisy has quit IRC | 10:14 | |
*** yottatsa has quit IRC | 10:14 | |
*** sdake_ is now known as sdake | 10:15 | |
*** jhenner has quit IRC | 10:18 | |
*** britthou_ has quit IRC | 10:20 | |
*** henrynash has quit IRC | 10:21 | |
*** zeih has quit IRC | 10:23 | |
*** scinawa has joined #openstack-meeting | 10:23 | |
*** 7GHAAZ22K has quit IRC | 10:25 | |
*** glauco_ has joined #openstack-meeting | 10:32 | |
*** tochi has joined #openstack-meeting | 10:33 | |
*** baojg has quit IRC | 10:33 | |
*** baojg has joined #openstack-meeting | 10:34 | |
*** ganeshna has quit IRC | 10:34 | |
*** glauco_ has quit IRC | 10:38 | |
*** baojg has quit IRC | 10:38 | |
*** fawadkhaliq has joined #openstack-meeting | 10:38 | |
*** lpeer has quit IRC | 10:40 | |
*** lpeer has joined #openstack-meeting | 10:41 | |
*** hoangcx has quit IRC | 10:41 | |
*** hoangcx has joined #openstack-meeting | 10:41 | |
*** cbouch has joined #openstack-meeting | 10:45 | |
*** haomaiwang has quit IRC | 10:48 | |
*** zeih has joined #openstack-meeting | 10:50 | |
*** xingchao has joined #openstack-meeting | 10:51 | |
*** lazy_prince has joined #openstack-meeting | 10:52 | |
*** vpanizo has joined #openstack-meeting | 10:55 | |
*** xingchao has quit IRC | 10:55 | |
*** sudipto has quit IRC | 10:55 | |
*** sudipto has joined #openstack-meeting | 10:56 | |
*** unicell1 has joined #openstack-meeting | 10:57 | |
*** hoangcx has quit IRC | 10:58 | |
*** unicell has quit IRC | 10:58 | |
*** vpanizo has quit IRC | 10:59 | |
*** vpanizo has joined #openstack-meeting | 11:00 | |
*** mwagner_lap has quit IRC | 11:01 | |
*** unicell1 has quit IRC | 11:04 | |
*** aukhan has quit IRC | 11:04 | |
*** unicell has joined #openstack-meeting | 11:04 | |
*** topol has joined #openstack-meeting | 11:07 | |
*** henrynash has joined #openstack-meeting | 11:09 | |
*** topol has quit IRC | 11:11 | |
*** britthouser has joined #openstack-meeting | 11:12 | |
*** unicell has quit IRC | 11:13 | |
*** unicell has joined #openstack-meeting | 11:13 | |
*** jhenner has joined #openstack-meeting | 11:14 | |
*** yamamoto_ has joined #openstack-meeting | 11:14 | |
*** dims has quit IRC | 11:15 | |
*** dims has joined #openstack-meeting | 11:16 | |
*** henrynash has quit IRC | 11:16 | |
*** otter768 has joined #openstack-meeting | 11:17 | |
*** dims has quit IRC | 11:20 | |
*** yottatsa has joined #openstack-meeting | 11:21 | |
*** otter768 has quit IRC | 11:22 | |
*** wschaller has quit IRC | 11:22 | |
*** yottatsa has quit IRC | 11:22 | |
*** yottatsa_ has joined #openstack-meeting | 11:22 | |
*** baoli has joined #openstack-meeting | 11:25 | |
*** yottatsa_ has quit IRC | 11:27 | |
*** baoli has quit IRC | 11:30 | |
*** scheuran has joined #openstack-meeting | 11:32 | |
*** dims has joined #openstack-meeting | 11:33 | |
*** dkusidlo has joined #openstack-meeting | 11:34 | |
*** dprince has joined #openstack-meeting | 11:35 | |
*** markvoelker has joined #openstack-meeting | 11:35 | |
*** Murali has quit IRC | 11:35 | |
*** yottatsa has joined #openstack-meeting | 11:35 | |
*** yottatsa has quit IRC | 11:37 | |
*** BharatK has quit IRC | 11:37 | |
*** vjay10 has joined #openstack-meeting | 11:38 | |
*** markvoelker has quit IRC | 11:40 | |
*** alexschm has quit IRC | 11:42 | |
*** alexschm has joined #openstack-meeting | 11:43 | |
*** yamamoto_ has quit IRC | 11:44 | |
*** xingchao has joined #openstack-meeting | 11:45 | |
*** salv-orlando has quit IRC | 11:45 | |
*** afazekas has quit IRC | 11:46 | |
*** dansmith has quit IRC | 11:47 | |
*** dansmith has joined #openstack-meeting | 11:48 | |
*** dansmith is now known as Guest95328 | 11:48 | |
*** xingchao has quit IRC | 11:50 | |
*** martines has joined #openstack-meeting | 11:53 | |
*** pchriste has joined #openstack-meeting | 11:55 | |
*** pchriste has left #openstack-meeting | 11:55 | |
*** britthouser has quit IRC | 11:55 | |
*** emagana has quit IRC | 11:56 | |
*** vjay10 has quit IRC | 11:57 | |
*** robefran has quit IRC | 12:01 | |
*** lkarm has joined #openstack-meeting | 12:02 | |
*** derekh is now known as derekh_afk | 12:03 | |
*** pm90_ has joined #openstack-meeting | 12:04 | |
*** pchriste has joined #openstack-meeting | 12:05 | |
*** MaxPC has joined #openstack-meeting | 12:06 | |
*** b3nt_pin is now known as beagles | 12:07 | |
*** pm90__ has joined #openstack-meeting | 12:08 | |
*** bswartz has quit IRC | 12:08 | |
*** MaxPC has quit IRC | 12:08 | |
*** wschaller has joined #openstack-meeting | 12:10 | |
*** pm90_ has quit IRC | 12:10 | |
*** AmirBaleghi1116 has quit IRC | 12:11 | |
*** salv-orlando has joined #openstack-meeting | 12:11 | |
*** jmckind has quit IRC | 12:12 | |
*** matjazp has joined #openstack-meeting | 12:12 | |
*** matjazp has left #openstack-meeting | 12:12 | |
*** singlethink has joined #openstack-meeting | 12:13 | |
*** singleth_ has joined #openstack-meeting | 12:14 | |
*** topol has joined #openstack-meeting | 12:15 | |
*** sdake has quit IRC | 12:17 | |
*** singlethink has quit IRC | 12:17 | |
*** scinawa has quit IRC | 12:19 | |
*** erlon has joined #openstack-meeting | 12:19 | |
*** adiantum has joined #openstack-meeting | 12:20 | |
*** glauco_ has joined #openstack-meeting | 12:20 | |
*** asettle has joined #openstack-meeting | 12:22 | |
*** dkranz has quit IRC | 12:23 | |
*** AmirBaleghi1116 has joined #openstack-meeting | 12:23 | |
*** asettle has quit IRC | 12:23 | |
*** fawadkhaliq has quit IRC | 12:24 | |
*** aysyd has joined #openstack-meeting | 12:24 | |
*** topol has quit IRC | 12:24 | |
*** glauco_ has quit IRC | 12:27 | |
*** singleth_ has quit IRC | 12:27 | |
*** amitry has joined #openstack-meeting | 12:31 | |
*** ociuhandu_ has joined #openstack-meeting | 12:32 | |
*** emagana has joined #openstack-meeting | 12:32 | |
*** banix has joined #openstack-meeting | 12:32 | |
*** ociuhandu has quit IRC | 12:33 | |
*** ociuhandu_ is now known as ociuhandu | 12:33 | |
*** unicell1 has joined #openstack-meeting | 12:34 | |
*** henrynash has joined #openstack-meeting | 12:34 | |
*** unicell has quit IRC | 12:34 | |
*** glauco_ has joined #openstack-meeting | 12:35 | |
*** barker has joined #openstack-meeting | 12:36 | |
*** ccavanna has quit IRC | 12:36 | |
*** britthouser has joined #openstack-meeting | 12:36 | |
*** mwagner_lap has joined #openstack-meeting | 12:37 | |
*** robefran has joined #openstack-meeting | 12:38 | |
*** tochi has quit IRC | 12:38 | |
*** sankarshan is now known as sankarshan_away | 12:38 | |
*** markvoelker has joined #openstack-meeting | 12:39 | |
*** gongysh has quit IRC | 12:39 | |
*** Daisy has joined #openstack-meeting | 12:40 | |
*** banix has quit IRC | 12:40 | |
*** Daisy has quit IRC | 12:42 | |
*** xingchao has joined #openstack-meeting | 12:43 | |
*** Daisy has joined #openstack-meeting | 12:43 | |
*** yamamoto has joined #openstack-meeting | 12:44 | |
*** Daisy has quit IRC | 12:45 | |
*** Daisy has joined #openstack-meeting | 12:46 | |
*** dkusidlo has quit IRC | 12:46 | |
*** dkusidlo has joined #openstack-meeting | 12:48 | |
*** VW_ has joined #openstack-meeting | 12:49 | |
*** yamamoto has quit IRC | 12:49 | |
*** annegentle has joined #openstack-meeting | 12:50 | |
*** cbader has quit IRC | 12:51 | |
*** yamamoto has joined #openstack-meeting | 12:51 | |
*** yamamoto has quit IRC | 12:51 | |
*** yamamoto has joined #openstack-meeting | 12:52 | |
*** yamamoto has quit IRC | 12:52 | |
*** ozstacker has quit IRC | 12:52 | |
*** yamamoto has joined #openstack-meeting | 12:52 | |
*** FdotFr has joined #openstack-meeting | 12:56 | |
*** xingchao has quit IRC | 12:56 | |
*** emagana has quit IRC | 12:57 | |
*** bswartz has joined #openstack-meeting | 12:57 | |
*** henrynash has quit IRC | 12:57 | |
*** kjnelson has joined #openstack-meeting | 12:58 | |
*** doug-fish has joined #openstack-meeting | 13:00 | |
*** gongysh has joined #openstack-meeting | 13:00 | |
*** dkusidlo has quit IRC | 13:00 | |
*** gongysh has quit IRC | 13:01 | |
*** gouthamr has joined #openstack-meeting | 13:02 | |
*** gouthamr has left #openstack-meeting | 13:02 | |
Daisy | Hello, we are going to start i18n meeting here | 13:02 |
FdotFr | Hello Daisy :) | 13:02 |
*** _ianychoi_ is now known as ianychoi | 13:02 | |
*** dkusidlo has joined #openstack-meeting | 13:02 | |
*** barker has quit IRC | 13:03 | |
*** amitgandhinz has joined #openstack-meeting | 13:03 | |
Daisy | #startmeeting OpenStack I18n | 13:03 |
openstack | Meeting started Thu Aug 20 13:03:34 2015 UTC and is due to finish in 60 minutes. The chair is Daisy. Information about MeetBot at http://wiki.debian.org/MeetBot. | 13:03 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 13:03 |
*** openstack changes topic to " (Meeting topic: OpenStack I18n)" | 13:03 | |
openstack | The meeting name has been set to 'openstack_i18n' | 13:03 |
Daisy | Hi, sorry I was a few minutes late. | 13:03 |
Daisy | Who is there for I18n meeting ? | 13:03 |
FdotFr | \o_ :) | 13:04 |
ianychoi | Hello :) | 13:04 |
Daisy | Hi, nice to see you FdotFr and ianychoi | 13:04 |
doug-fish | Hi - I am! | 13:04 |
Daisy | Hi, Doug | 13:04 |
Daisy | Great. Let's start while people will join in. | 13:04 |
Daisy | I have several things to discuss tonight. | 13:04 |
*** VW_ has quit IRC | 13:05 | |
*** MaxPC has joined #openstack-meeting | 13:05 | |
Daisy | #topic Toyko summit sessions | 13:05 |
*** openstack changes topic to "Toyko summit sessions (Meeting topic: OpenStack I18n)" | 13:05 | |
Daisy | It's time to plan I18n sessions in Toyko summit. | 13:05 |
Daisy | I have the right to book meeting rooms for the team. | 13:05 |
Daisy | Please think about which topics do we want to go through or interlock with other people . | 13:06 |
*** rcrit has left #openstack-meeting | 13:06 | |
Daisy | Of course, I will book sessions for translators only. | 13:06 |
ianychoi | okay :) | 13:07 |
*** singlethink has joined #openstack-meeting | 13:07 | |
Daisy | There are only 3 days in Tokyo summit , Tuesday, wed and Thursday. | 13:07 |
*** lkarm has left #openstack-meeting | 13:07 | |
*** hhuang has quit IRC | 13:07 | |
Daisy | I booked Thursday morning, from 9:00-11:00 for translatiors' workshop only. | 13:08 |
Daisy | I also booked two time slots on Tuesday. | 13:08 |
doug-fish | isn't it Friday too? | 13:08 |
doug-fish | for the developers? | 13:08 |
*** VW_ has joined #openstack-meeting | 13:08 | |
Daisy | Maybe yes, doug-fish. | 13:08 |
*** jecarey has joined #openstack-meeting | 13:08 | |
Daisy | From the speadsheet I'm reading, it's only 3 days. Maybe Friday is for developers, but not included in this table. | 13:09 |
*** amrith is now known as _amrith_ | 13:09 | |
Daisy | I also booked two time slots on Tuesday, just after the keynote. We could discuss I18n related things with other teams and people. | 13:09 |
doug-fish | I think its 3 days for the expo but the developers have Friday also | 13:10 |
Daisy | If you have any proposals, please let me know. | 13:10 |
*** jftalta has joined #openstack-meeting | 13:10 | |
*** raildo-afk is now known as raildo | 13:10 | |
jftalta | hi all | 13:10 |
jftalta | Sorry to be late | 13:10 |
Daisy | I will write an email to ML about that. | 13:10 |
Daisy | Hi, jftalta | 13:10 |
Daisy | NO worries. | 13:10 |
*** dneary has joined #openstack-meeting | 13:11 | |
Daisy | We were talking about I18n sessions in Tokyo summit just now. I will write to our ML about this. | 13:11 |
ianychoi | How about Zanata tutorial or discussion session? I am suggesting it because Zanata is new.. | 13:11 |
Daisy | ianychoi: do you need Zanata tutorial ? | 13:12 |
*** kjnelson has left #openstack-meeting | 13:12 | |
ianychoi | Not so far. I have not been using Zanata too much. | 13:12 |
Daisy | ianychoi: I think we need a interlock session with infrastructure team to discuss the improvement of our translation tools and platform. | 13:12 |
doug-fish | Daisy: is there a Zanata tutorial available? | 13:12 |
Daisy | I think there was a Zanata demo before. | 13:13 |
*** sankarshan_away is now known as sankarshan | 13:13 | |
ianychoi | Okay, I got it. | 13:13 |
Daisy | ianychoi: I will check if I could still find the demo link and I will share with you. | 13:13 |
jftalta | Interlock session ?? | 13:13 |
ianychoi | Thanks, Daisy :) | 13:13 |
Daisy | jftalta: interlock session means discussion... jftalta, I don't know if I used the wrong word. | 13:14 |
doug-fish | I know many of the other project hold "operator feedback" sessions where they hear from people using their code how it is working ... perhaps a related session could be held for i18n to get feedback from distros or other groups using the translations? | 13:14 |
*** VW_ has quit IRC | 13:14 | |
*** cdub has joined #openstack-meeting | 13:14 | |
*** hrou has joined #openstack-meeting | 13:14 | |
Daisy | doug-fish: It's a good idea. Do you think how many people might attend such session ? | 13:14 |
*** VW_ has joined #openstack-meeting | 13:15 | |
*** rfolco has joined #openstack-meeting | 13:15 | |
doug-fish | not sure - i18n has only recently gotten more visibility so maybe people are thinking about it much yet | 13:15 |
Daisy | I like your words, doug-fish. :) | 13:15 |
*** rbak has joined #openstack-meeting | 13:15 | |
doug-fish | It would be nice to find out if the distros are using translations, if any are causing trouble, do they change any of the translations outside of the community, etc | 13:16 |
Daisy | Maybe a specific session for translation tool/platform and a general session for all i18n things. And a morning workshop booked for only translators. | 13:16 |
Daisy | doug-fish: good idea. | 13:17 |
*** jftalta has quit IRC | 13:18 | |
*** otter768 has joined #openstack-meeting | 13:18 | |
*** ajayaa has quit IRC | 13:18 | |
Daisy | doug-fish: let's talk more details about it off line. | 13:18 |
doug-fish | just one last thought on what I was suggesting - if you call it a "feedback session" people may see it as a vehicle to come in and complain - that's a good thing because you'll get feedback from people who care | 13:18 |
doug-fish | okay. I'll settle down. :-) | 13:18 |
Daisy | doug-fish: it's all right. Thank you for the inputs. | 13:18 |
*** krtaylor has quit IRC | 13:18 | |
Daisy | I will have to move to next topic. | 13:19 |
*** jftalta has joined #openstack-meeting | 13:19 | |
Daisy | #topic Moving to Zanata | 13:19 |
*** openstack changes topic to "Moving to Zanata (Meeting topic: OpenStack I18n)" | 13:19 | |
Daisy | Liberty is nearly the end. | 13:19 |
*** VW_ has quit IRC | 13:19 | |
Daisy | According to the release schedule, the feature freeze is Sep. 1-3, and the final release date is Oct. 15. | 13:19 |
Daisy | So, teams, we will start our busy translation after Sep when feature is freezed. | 13:20 |
*** ujuc has joined #openstack-meeting | 13:20 | |
Daisy | There is no exactly string freeze date for Liberty, according to the release schedule. | 13:20 |
ujuc | hi... late.; | 13:20 |
ianychoi | hi | 13:20 |
Daisy | But since we only work with Horizon, I will check Horizon team closely to see when they will "string freeze" | 13:20 |
ianychoi | Okay | 13:21 |
adiantum | hi, we'll start translation of Horizon after freeze | 13:21 |
Daisy | According to my experience, it might be the late half of Sep. | 13:21 |
doug-fish | Daisy: slightly related - are you aware of Horizon's push to have more UI developed as plugins instead of directly in Horion? | 13:22 |
Daisy | I don't know, doug-fish | 13:22 |
Daisy | Do you mean, a lot of new strings, or a lot of un-translatable strings appear ? | 13:22 |
*** ivasev has joined #openstack-meeting | 13:22 | |
*** otter768 has quit IRC | 13:23 | |
doug-fish | Horizon has encourage some other teams like Manilla, Designate, and Magnum (off the top of my head) to implement their new UIs as plugins to Horizon, with code is a separate repository | 13:23 |
Daisy | OK. Got your idea. | 13:23 |
Daisy | That's a new situation. | 13:23 |
doug-fish | which means (I assume) they will be additional Horizon-related projects that might need translation | 13:23 |
doug-fish | yes | 13:23 |
doug-fish | I don't know if any of them are really ready for translation | 13:23 |
Daisy | Agree , doug-fish. | 13:24 |
*** ayoung has joined #openstack-meeting | 13:24 | |
*** fawadkhaliq has joined #openstack-meeting | 13:24 | |
doug-fish | How should those projects make you aware when they feel their code is ready for translation? | 13:24 |
*** xyang1 has joined #openstack-meeting | 13:25 | |
jftalta | Does this mean a more heavy workload for the translation teams ? | 13:25 |
Daisy | Redhat dev team connected with me last week, they want to translate Tuskar UI, which has not set up localized mechanis yet. | 13:25 |
doug-fish | only to the extent that Horizon is bigger - but it does allow the workload to be more modulr | 13:25 |
jftalta | Ok, I understand. | 13:26 |
*** dkusidlo has quit IRC | 13:26 | |
*** tiantian has joined #openstack-meeting | 13:26 | |
doug-fish | Daisy: you should have them use Horizon's pseudo tool to make sure their strings can be translated | 13:26 |
Daisy | I will check with Horizon team to understand the situations, and will update with team when I got it. | 13:26 |
jftalta | Ok Daisy. | 13:27 |
Daisy | Horizon's pseudo tool is to check whether there are strings not marked as "translatable string", right ? | 13:27 |
*** fawadkhaliq has quit IRC | 13:28 | |
doug-fish | yep - it does this by creating fake translations for some language - if fake translations are shown then the code should be ready to handle real translations | 13:28 |
*** dkusidlo has joined #openstack-meeting | 13:28 | |
Daisy | It's a good test tool. I will let them know after I set up the connection with them. | 13:29 |
doug-fish | http://docs.openstack.org/developer/horizon/contributing.html#running-the-pseudo-translation-tool | 13:29 |
Daisy | ok. Thanks, doug-fish | 13:29 |
doug-fish | yw | 13:29 |
Daisy | About Liberty translation, it's highly possible that we will use Zanata | 13:30 |
*** zul has joined #openstack-meeting | 13:30 | |
Daisy | so team, help me to encourage your team to sign the CLA, register ID in Zanata, and get familiar with Zanata, | 13:31 |
Daisy | Any suggestions about how to let our world wide translators know that we are going to Zanata ? | 13:31 |
*** krtaylor has joined #openstack-meeting | 13:31 | |
adiantum | i have one | 13:31 |
*** thinrichs has joined #openstack-meeting | 13:31 | |
*** thinrichs has left #openstack-meeting | 13:31 | |
Daisy | adiantum: 1 for what ? | 13:32 |
adiantum | for statistics we need to name iterations like releases | 13:32 |
*** henrynash has joined #openstack-meeting | 13:32 | |
Daisy | adiantum: could we get releases from Zanata API ? | 13:32 |
*** ivasev has quit IRC | 13:32 | |
FdotFr | Daisy we should block subscriptions on transifex first and block all the projects in it ;) | 13:32 |
jftalta | Sorry but I have to leave you, unfortunately. | 13:33 |
adiantum | actually we can get it in iteration names | 13:33 |
Daisy | FdotFr: I don't k now if there are still communication ways to send messages to all organiztion translators in Transfiex. | 13:33 |
*** AmirBaleghi1116 has quit IRC | 13:33 | |
jftalta | Daisy, just a question before I leave : have you got some news about ATC Tokyo code ?... | 13:33 |
*** MooingLemur has left #openstack-meeting | 13:33 | |
*** xingchao has joined #openstack-meeting | 13:34 | |
Daisy | jftalta: the namling list is sent to TC. They are voting. When it is passed, I will send the name list to support team. | 13:34 |
*** AmirBaleghi1116 has joined #openstack-meeting | 13:34 | |
FdotFr | Daisy I don't know but you should to be able to disallow the access to the project on transifex | 13:34 |
Daisy | Then we will get the ATC codes. | 13:34 |
jftalta | Daisy : ok, thanks. | 13:35 |
*** dims_ has joined #openstack-meeting | 13:35 | |
Daisy | FdotFr: I remembered I could broadcast message before, but now I cannot find the user interface. | 13:35 |
*** prad_ has joined #openstack-meeting | 13:36 | |
FdotFr | Daisy lol :D The interface in transifex is changing all the time ! | 13:36 |
jftalta | Bye everybody. See you soon. | 13:36 |
Daisy | FdotFr: agree. | 13:36 |
Daisy | jftalta: bye. | 13:36 |
adiantum | FdorFr: +1 ! | 13:36 |
ianychoi | bye :) | 13:36 |
ujuc | :) | 13:36 |
*** jftalta has quit IRC | 13:36 | |
Daisy | Next topic. | 13:36 |
*** eharney has joined #openstack-meeting | 13:37 | |
Daisy | #topic IBM wants to contribute translations | 13:37 |
*** openstack changes topic to "IBM wants to contribute translations (Meeting topic: OpenStack I18n)" | 13:37 | |
Daisy | doug-fish: are you still here ? | 13:37 |
doug-fish | I am | 13:37 |
Daisy | will you explain your plan to the team ? | 13:37 |
*** dkranz has joined #openstack-meeting | 13:37 | |
*** lblanchard has joined #openstack-meeting | 13:38 | |
doug-fish | IBM has a set of translations that we'd like to share with the community | 13:38 |
doug-fish | based on our Kilo translation of OpenStack | 13:38 |
doug-fish | It's about 6 or 7 projects and 9 or 10 languages ... it doesn't include Horizon .... | 13:38 |
*** mnestratov|2 has joined #openstack-meeting | 13:39 | |
Daisy | projects: | 13:39 |
Daisy | ceilometer glance heat nova ironic neutron cinder keystone swift | 13:39 |
Daisy | for languages: | 13:39 |
doug-fish | We'd like to use this to bring some of the other projects translations more up to date | 13:39 |
Daisy | de es fr it ja ko_KR pt_BR ru zh_CN zh_TW | 13:39 |
*** dims has quit IRC | 13:39 | |
*** ccavanna has joined #openstack-meeting | 13:39 | |
*** tiswanso has joined #openstack-meeting | 13:40 | |
doug-fish | I'm working on a tool to do this merge intelligently, so if a translation for a segment exists is doesn't get overwritten | 13:40 |
adiantum | what is translated in this projects? logs? | 13:40 |
FdotFr | is the translators used the works done into horizon ? | 13:40 |
FdotFr | do they try to use the same terminlogy ? | 13:40 |
doug-fish | I'm not 100% sure if the logs are translated | 13:40 |
FdotFr | doug-fish that's not a pb for the logs because we were agreed for not translating them ,à | 13:41 |
FdotFr | ;) | 13:41 |
*** geoffarnoldX is now known as geoffarnold | 13:42 | |
doug-fish | I'll actually have to make sure we don't translate them because I believe the capability is still there, right? | 13:42 |
*** amitgandhinz has quit IRC | 13:42 | |
ianychoi | Before it merges to different languages, can we review IBM translations and compare it? | 13:42 |
Daisy | FdotFr: I think, we could have them to use the same terminlogy in the future. But for now, IBM's contribution will help us to increase a big number of the completion rate. | 13:42 |
adiantum | doug-fish: that's good - because translations of logs could be bad thing... for operators who searching answer in search engines easy to find untranslated messages | 13:42 |
doug-fish | adiantum: yes, understood | 13:42 |
FdotFr | adiantum +1 :) | 13:42 |
doug-fish | * wishes for message IDs | 13:42 |
doug-fish | ianychoi: I'm not sure there is a way to conduct a review | 13:43 |
doug-fish | Daisy: do you have any suggestion for that? | 13:43 |
*** dkusidlo has quit IRC | 13:43 | |
FdotFr | doug-fish if there is not the same terminoly into the product and into Horizon you can have a lot of misunderstand | 13:43 |
Daisy | ianychoi: As doug-fish said, he will merge IBM translations with existing translations, and make sure the existing translations won't be overwrited. | 13:43 |
doug-fish | I'd expect the translations to be similar to what what donated in the past for some of these projects | 13:44 |
doug-fish | they aren't nearly as active as Horizon! | 13:44 |
*** dims_ has quit IRC | 13:44 | |
FdotFr | horizon is using error message from this project so i you have an error message which is reported with a different word it can difficult to understand | 13:44 |
ianychoi | I am a little bit worried that IBM translation results would include unnecessary log translations.. | 13:44 |
adiantum | and i think additionally we need to be sure that we have same terminology in translations, it's important i think | 13:45 |
doug-fish | FdotFr: The "good" news here is that Horizon and service messages aren't coordinated in english either. :-) | 13:45 |
FdotFr | doug-fish that's a good news :) | 13:45 |
FdotFr | doug-fish we are probably going to have understandable messages :D | 13:45 |
doug-fish | Daisy: would the tooling allow these translations to be uploaded, and then rollled back to a previous state if they were found to be unacceptable in some way? | 13:46 |
*** dims has joined #openstack-meeting | 13:46 | |
*** julim has joined #openstack-meeting | 13:46 | |
Daisy | no, doug-fish | 13:46 |
Daisy | We need to figure out a way to review IBM's translations. | 13:46 |
Daisy | of course, we could review from the UI. | 13:46 |
doug-fish | overall I'm certain the IBM translations are of good quality - but I can't say for sure how consistent they may be with existing terminology | 13:46 |
Daisy | we could review from zanata UI. | 13:46 |
*** prad_ is now known as pradk | 13:47 | |
*** rbak has quit IRC | 13:47 | |
Daisy | But I think, the team may want to review the contributions in a whole, which might be much easier for the reviewers. | 13:47 |
doug-fish | sure, I can understand that .... | 13:47 |
Daisy | doug-fish: agree, I have confidence to the quality too. | 13:47 |
doug-fish | can you offer any suggestion on the best mechanism to conduct the review? | 13:47 |
Daisy | what I could think, is to use a shared repo, or google docs. | 13:48 |
*** fawadkhaliq has joined #openstack-meeting | 13:48 | |
ianychoi | Yes I really hope that IBM terminologies would be consistent with our translations. | 13:48 |
*** amitgandhinz has joined #openstack-meeting | 13:48 | |
Daisy | ianychoi: I hope all of us could work together to improve the terminologies, and then make it as a consistency, whether who want to translate. | 13:49 |
ianychoi | Daisy, I totally agree with you. | 13:49 |
Daisy | ianychoi: I mean, both our team, and IBM translators, and maybe other professional translators from other companies. | 13:50 |
*** atuvenie has joined #openstack-meeting | 13:50 | |
Daisy | ianychoi: but for now, you know, even in some existing translations, we didn't use a unique terminologies. | 13:51 |
*** dkusidlo has joined #openstack-meeting | 13:51 | |
ianychoi | One possible review I think is that it would be better if we see the diff: our PO files and IBM translation's PO files. | 13:51 |
*** Heleno has joined #openstack-meeting | 13:51 | |
*** thangp has joined #openstack-meeting | 13:51 | |
ianychoi | Daisy, I also agree that some existing translations have not unique terminologies. | 13:52 |
*** ivasev has joined #openstack-meeting | 13:52 | |
*** belliott has joined #openstack-meeting | 13:52 | |
*** xyang1 has quit IRC | 13:52 | |
Daisy | ianychoi: As doug-fish's original plan, he will only contribute the translations of strings which are not translated in community. | 13:52 |
doug-fish | ianychoi: just to be clear - I have PO files available to me that have complete translations, but I am working on a tool to only update translations where the segment is missing | 13:52 |
doug-fish | so a compare might be interesting, but please remember that none of those strings would actually get updated | 13:53 |
doug-fish | unless I write a bug. | 13:53 |
doug-fish | but that doesn't happen. | 13:53 |
ianychoi | Daisy, I see. Thank you for your clarification. | 13:53 |
*** haomaiwang has joined #openstack-meeting | 13:53 | |
*** balajiiyer has joined #openstack-meeting | 13:53 | |
Daisy | doug-fish: I think we could use a repo. When you have done, create a repo in github, and share with the team. | 13:53 |
Daisy | Package all the po files together, and share with the team. | 13:54 |
doug-fish | Daisy: okay that sounds good. Thanks all! | 13:54 |
Daisy | #topic open discussions | 13:54 |
*** openstack changes topic to "open discussions (Meeting topic: OpenStack I18n)" | 13:54 | |
*** GB21 has quit IRC | 13:55 | |
Daisy | As to the naming list to get ATC codes for the summit, the naming list might be a little different from what I have proposed to TC. | 13:56 |
*** markus_z has joined #openstack-meeting | 13:56 | |
*** obondarev_ has joined #openstack-meeting | 13:56 | |
*** rlrossit has joined #openstack-meeting | 13:56 | |
Daisy | Acoording to Therriy's comments, the people who could get ATC codes are active contributors in 6 month. | 13:56 |
Daisy | The naming list I proposed are people who are active contributors since 2014.11 | 13:57 |
Daisy | So I will create a new naming list according to the data in Transifex. | 13:58 |
Daisy | Any other things to discuss here ? | 13:58 |
*** dkusidlo has quit IRC | 13:59 | |
adiantum | For stats purposes as i said before we need to have naming conventions | 13:59 |
*** obondarev has quit IRC | 13:59 | |
*** xyang1 has joined #openstack-meeting | 13:59 | |
Daisy | adiantum: let's discuss in openstack-i18n. | 13:59 |
*** skraynev has quit IRC | 13:59 | |
adiantum | ok | 13:59 |
*** singleth_ has joined #openstack-meeting | 13:59 | |
Daisy | OK. I will write an email to ML about the topics we discussed today. | 13:59 |
*** ityaptin has quit IRC | 13:59 | |
Daisy | Thank you for attending. | 13:59 |
adiantum | thank you | 14:00 |
Daisy | I will close the meeting. | 14:00 |
*** skraynev has joined #openstack-meeting | 14:00 | |
doug-fish | thanks all! | 14:00 |
Daisy | #endmeeting | 14:00 |
*** ityaptin has joined #openstack-meeting | 14:00 | |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 14:00 | |
ianychoi | thanks all:) | 14:00 |
openstack | Meeting ended Thu Aug 20 14:00:16 2015 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:00 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/openstack_i18n/2015/openstack_i18n.2015-08-20-13.03.html | 14:00 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/openstack_i18n/2015/openstack_i18n.2015-08-20-13.03.txt | 14:00 |
openstack | Log: http://eavesdrop.openstack.org/meetings/openstack_i18n/2015/openstack_i18n.2015-08-20-13.03.log.html | 14:00 |
*** andrearosa has joined #openstack-meeting | 14:00 | |
ujuc | bye | 14:00 |
johnthetubaguy | #startmeeting nova | 14:00 |
ujuc | sorry late. | 14:00 |
openstack | Meeting started Thu Aug 20 14:00:29 2015 UTC and is due to finish in 60 minutes. The chair is johnthetubaguy. Information about MeetBot at http://wiki.debian.org/MeetBot. | 14:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 14:00 |
*** openstack changes topic to " (Meeting topic: nova)" | 14:00 | |
*** Guest95328 is now known as dansmith | 14:00 | |
FdotFr | Daisy thank you Daisy :) | 14:00 |
openstack | The meeting name has been set to 'nova' | 14:00 |
alaski | o/ | 14:00 |
johnthetubaguy | hello all | 14:00 |
andreykurilin | \o | 14:00 |
rlrossit | o/ | 14:00 |
claudiub | o/ | 14:00 |
edleafe | o/ | 14:00 |
markus_z | o/ | 14:00 |
jroll | \o | 14:00 |
n0ano | o/ | 14:00 |
mnestratov|2 | o/ | 14:00 |
johnthetubaguy | #topic Release Status | 14:01 |
dansmith | o/ (for five minutes) | 14:01 |
*** openstack changes topic to "Release Status (Meeting topic: nova)" | 14:01 | |
atuvenie | o/ | 14:01 |
*** lpetrut has joined #openstack-meeting | 14:01 | |
jichen | o/ | 14:01 |
*** tiantian has quit IRC | 14:01 | |
sudipto | o/ | 14:01 |
lpetrut | o/ | 14:01 |
*** FdotFr has quit IRC | 14:01 | |
johnthetubaguy | #info liberty-3 is expected on September 1st | 14:01 |
jlvillal | o/ | 14:01 |
*** singlet__ has joined #openstack-meeting | 14:02 | |
johnthetubaguy | thats the next big date | 14:02 |
*** Heleno has left #openstack-meeting | 14:02 | |
johnthetubaguy | where we get string freeze, etc | 14:02 |
bauzas | \o | 14:02 |
johnthetubaguy | and its the final full feature freeze | 14:02 |
*** mriedem has joined #openstack-meeting | 14:02 | |
mriedem | o. | 14:02 |
mriedem | o/ even | 14:02 |
johnthetubaguy | I decided to skip the priority feature proposal freeze as such, letting the individual groups deal with that in there own way | 14:02 |
johnthetubaguy | #link https://wiki.openstack.org/wiki/Nova/Liberty_Release_Schedule | 14:02 |
johnthetubaguy | #topic Bugs | 14:03 |
*** openstack changes topic to "Bugs (Meeting topic: nova)" | 14:03 | |
*** singlethink has quit IRC | 14:03 | |
johnthetubaguy | so lets talk bugs | 14:03 |
johnthetubaguy | markus_z: any updates? | 14:03 |
markus_z | one solved critical, high prio bugs seem to get more | 14:03 |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:03 | |
*** singlethink has joined #openstack-meeting | 14:03 | |
dims | o/ | 14:03 |
johnthetubaguy | clearly its a great time to start reviewing lots of bug fixes | 14:03 |
markus_z | Many of the high prio things are pretty old, I will go through the list | 14:03 |
johnthetubaguy | mriedem: anything on gate stats? | 14:04 |
*** scottda has joined #openstack-meeting | 14:04 | |
mriedem | well, | 14:04 |
johnthetubaguy | (and/or stable) | 14:04 |
mriedem | the logstash job queue has been wonky for about a week, | 14:04 |
mriedem | so we don't have great numbers on the current state of the gate - there is some new neutron thing blowing up stuff with a race updating quotas on the neutron side | 14:04 |
mriedem | https://bugs.launchpad.net/neutron/+bug/1485969 | 14:04 |
openstack | Launchpad bug 1485969 in neutron "test_dualnet_multi_prefix_dhcpv6_stateless failed due to "RuntimeError: Set changed size during iteration" in quota code" [Undecided,In progress] - Assigned to Ihar Hrachyshka (ihar-hrachyshka) | 14:04 |
mriedem | but since we don't have logstash indexes i don't know how prevalant that is | 14:04 |
*** harshs has joined #openstack-meeting | 14:05 | |
johnthetubaguy | ah... so blind right now | 14:05 |
mriedem | clarkb said there is a fix working it's way through and then we should be back to knowing the state of the world | 14:05 |
mriedem | sort of yeah | 14:05 |
johnthetubaguy | OK, thats good news I guess | 14:05 |
*** singleth_ has quit IRC | 14:05 | |
mriedem | for stable, kilo is ok i think, there are a few changes out for review | 14:05 |
mriedem | juno has some issues with devstack and capped/uncapped dep conflicts which tonyb was pursuing a fix for | 14:06 |
mriedem | i'm not sure if that's wedging all of juno though, i haven't dug in that far | 14:06 |
johnthetubaguy | mriedem: is it worth us talking about stable releases at all? | 14:06 |
mriedem | probably not | 14:06 |
mriedem | there isn't concensus there yet | 14:06 |
johnthetubaguy | yeah, I guess, join in the fun on the ML if you are interested | 14:06 |
johnthetubaguy | cools, any more on that stuff? | 14:06 |
mriedem | nope | 14:06 |
*** singlet__ has quit IRC | 14:06 | |
johnthetubaguy | thanks mriedem and markus_z | 14:06 |
johnthetubaguy | #topic Reminders | 14:07 |
*** openstack changes topic to "Reminders (Meeting topic: nova)" | 14:07 | |
johnthetubaguy | #link https://etherpad.openstack.org/p/liberty-nova-priorities-tracking | 14:07 |
johnthetubaguy | lets keep revieweing the above list | 14:07 |
johnthetubaguy | and doing post summit actions | 14:07 |
johnthetubaguy | #link https://etherpad.openstack.org/p/YVR-nova-liberty-summit-action-items | 14:07 |
*** ctrath has joined #openstack-meeting | 14:07 | |
johnthetubaguy | #topic Open Discussion | 14:07 |
*** openstack changes topic to "Open Discussion (Meeting topic: nova)" | 14:07 | |
*** afazekas has joined #openstack-meeting | 14:07 | |
mriedem | we need more trivial bugs in the priorities etherpad :) | 14:07 |
johnthetubaguy | so I don't see any tuck reviews, to straight to opne | 14:07 |
dims | mriedem: ack will do one today | 14:08 |
johnthetubaguy | mriedem: thats true, dims did you find people to help you with that? | 14:08 |
bauzas | well, we had some discussion on a review | 14:08 |
bauzas | but it's no longer stuck I guess | 14:08 |
johnthetubaguy | #help need people to help dims add trival bugs into https://etherpad.openstack.org/p/liberty-nova-priorities-tracking | 14:08 |
mriedem | there are 2 trivial bugs in the list atm | 14:08 |
bauzas | mriedem: I guess some of us will have more time to chase bugs post-FF :) | 14:08 |
mriedem | subteam change lists are also pretty short | 14:08 |
*** jrichli has joined #openstack-meeting | 14:08 | |
dims | johnthetubaguy: thanks | 14:08 |
mriedem | bauzas: we were post FF a couple of weeks ago | 14:08 |
*** yottatsa has joined #openstack-meeting | 14:09 | |
johnthetubaguy | yeah, they are all starting to run try, although thats good really | 14:09 |
dims | johnthetubaguy: when do we yank ec2 stuff? | 14:09 |
johnthetubaguy | mriedem: well that was non-priority feature freeze, but yeah | 14:09 |
bauzas | mriedem: post-FF for non-prio stuff but | 14:09 |
*** haomaiwang has quit IRC | 14:09 | |
johnthetubaguy | dims: I think we were still waiting for ops feedback, I think cern promised to supply some after there upgrade | 14:09 |
dims | k thanks | 14:10 |
mriedem | i have 2 things on open discussion | 14:10 |
johnthetubaguy | dims: appreciate people checking though, don't want to forget that | 14:10 |
johnthetubaguy | mriedem: yup | 14:10 |
johnthetubaguy | mriedem: so 500 response stuff? | 14:10 |
mriedem | first is about when a microversoin is needed, http://lists.openstack.org/pipermail/openstack-dev/2015-August/072448.html | 14:10 |
mriedem | yeah | 14:10 |
*** haomaiwang has joined #openstack-meeting | 14:10 | |
*** geoffarnold has quit IRC | 14:10 | |
johnthetubaguy | its a good point | 14:11 |
mriedem | there are 2 changes, both handle turning a 500 into a 400+ error | 14:11 |
mriedem | which used to be totally fine as a bug fix in v2 land | 14:11 |
johnthetubaguy | I replied this morning, on a middle ground | 14:11 |
mriedem | i haven't caught up on the ML yet | 14:11 |
*** yottatsa has quit IRC | 14:11 | |
mriedem | but my questions are in the meeting agenda | 14:11 |
johnthetubaguy | mriedem: what about a version bump without a spec, just to advertise the change? | 14:11 |
mriedem | but how is the bug fixed in v2 api? | 14:11 |
mriedem | or is it not? | 14:11 |
*** ajayaa has joined #openstack-meeting | 14:11 | |
johnthetubaguy | but we backport the change to all previous versions too | 14:11 |
johnthetubaguy | I missed that bit | 14:11 |
*** yottatsa has joined #openstack-meeting | 14:11 | |
*** ebalduf has joined #openstack-meeting | 14:11 | |
*** yottatsa has quit IRC | 14:12 | |
mriedem | i guess v2 gets the same error code that v2.1 gets | 14:12 |
johnthetubaguy | so the original thinking was, new error code, best let people know via an API bump | 14:12 |
mriedem | but why is that? | 14:12 |
mriedem | i believe tempest handles anything over 400 as an error | 14:12 |
johnthetubaguy | mriedem: just so they know its something they can now expect | 14:12 |
mriedem | i'd expect most clients to do similar | 14:12 |
johnthetubaguy | mriedem: but not all clients do that, I think thats the thinking | 14:12 |
mriedem | if a client is handling each 400+ one by one, they are nuts | 14:13 |
johnthetubaguy | its more because we can, rather than anything else | 14:13 |
mriedem | just because we can't doesn't mean we should | 14:13 |
jichen | mriedem: Alex added some comments on http://lists.openstack.org/pipermail/openstack-dev/2015-August/072520.html | 14:13 |
johnthetubaguy | mriedem: some can be retried in a different way though | 14:13 |
johnthetubaguy | not that we get that right | 14:13 |
mriedem | sure, but | 14:13 |
*** ajmiller has joined #openstack-meeting | 14:13 | |
alaski | I would think that a 500 error to something else wouldn't require a bump | 14:13 |
jichen | +1 | 14:13 |
mriedem | i'd think that most clients, like our actual client libs, would have some central error handling for all API responses | 14:13 |
mriedem | not just some specific one about creating volumes | 14:14 |
mriedem | it would be madness to try and sync those up | 14:14 |
johnthetubaguy | alaski: I think we originally we said, yes, as long as its an existing error code for that API call | 14:14 |
johnthetubaguy | so I think you are right | 14:14 |
mriedem | idk, i'm definitely not sold on that - and if that's the reasoning i think it needs to be documented in the devref about when to add a microversion in those cases | 14:14 |
*** barker has joined #openstack-meeting | 14:14 | |
johnthetubaguy | my preference is, advertise the fix in an API bump, but fix the return code in all API versions | 14:15 |
mriedem | in one of these patches jichen could have used an existing 400 but it's overquote and the api-wg docs say to treat those as 403, which would be new in that extension | 14:15 |
mriedem | and according ot our docs that's yet another microversion | 14:15 |
johnthetubaguy | yeah, I am saying lets go for a middle ground, fix the error code for all API versions, do a bump just to advertise the fix | 14:15 |
*** doug-fish has quit IRC | 14:16 | |
johnthetubaguy | (advertise the fix, incase someone wants to rely on that error code to do something fancy) | 14:16 |
mriedem | so the other question is, how are microversion bug fixes like this in v2.1 in liberty backported to kilo? | 14:16 |
*** doug-fish has joined #openstack-meeting | 14:16 | |
alaski | johnthetubaguy: I'm not sure I see the value in the bump if the error changes on previous versions | 14:16 |
mriedem | since we can't just go from 2.3 in kilo to 2.13 | 14:16 |
johnthetubaguy | mriedem: honestly, thats a good question, don't think we have an answer for backports | 14:16 |
mriedem | i suggested 2.3.1 | 14:17 |
*** _amrith_ is now known as amrith | 14:17 | |
mriedem | in kilo | 14:17 |
*** zul has quit IRC | 14:17 | |
*** mtanino has joined #openstack-meeting | 14:17 | |
johnthetubaguy | mriedem: hmm, I quite like that actually | 14:17 |
*** yamamoto has quit IRC | 14:17 | |
mriedem | i do'nt think jichen actually plans on backporting these, but it is something we used to do for 500->400 fixes | 14:17 |
jaypipes | hey guys, sorry I'm late :( | 14:17 |
mriedem | just in time | 14:17 |
johnthetubaguy | alaski: its minimal value, its just signalling to users because we can, really | 14:17 |
mriedem | since i'd also like jaypipes' input | 14:17 |
jichen | mriedem: I can do | 14:17 |
alaski | mriedem: we would need to forward port that as well right? | 14:18 |
johnthetubaguy | +1 | 14:18 |
*** yottatsa has joined #openstack-meeting | 14:18 | |
jaypipes | mriedem: so I've been thinking on that exact thing since reading alex_xu's response this morning. | 14:18 |
johnthetubaguy | +1 to jaypipes input on this | 14:18 |
mriedem | sdague said he wouldn't make the meeting today but he should also have input here | 14:18 |
alaski | mriedem: so 2.3.1 doesn't stop working | 14:18 |
mriedem | alaski: forward port the 2.3.1 to liberty? | 14:18 |
mriedem | so 3 changes for one bug fix? | 14:18 |
mriedem | ew | 14:18 |
alaski | yeah | 14:18 |
*** yamamoto has joined #openstack-meeting | 14:19 | |
*** yamamoto has quit IRC | 14:19 | |
mriedem | i guess you'd have 2.13 for liberty, 2.3.1 in liberty for backport to kilo | 14:19 |
*** yamamoto has joined #openstack-meeting | 14:19 | |
mriedem | but basically the same code | 14:19 |
alaski | was this really not discussed on the original specs? | 14:19 |
johnthetubaguy | ouch, that fails doesn't it | 14:19 |
* alex_xu forget the meeting | 14:19 | |
rlrossit | would it be possible to just make a 2.3.1 in liberty, or do we actually need the 2.13 bump? | 14:19 |
mriedem | idk | 14:19 |
mriedem | aparently we haven't thought through backports | 14:20 |
johnthetubaguy | alaski: we kinda skipped the "when to bump" thing, and I guess we accidentally skipped backports in the process :( | 14:20 |
*** vijendar has joined #openstack-meeting | 14:20 | |
alex_xu | if we treat 500 as contract, we needn't backport | 14:20 |
bauzas | I thought the .z stuff was -1'd nope ? | 14:20 |
mriedem | we could table the backport discussion so we don't bikeshed here | 14:20 |
alaski | is there any reason we can't just backport the same version? | 14:20 |
mriedem | i'm mostly interested in not overprocessing a stupid simple fix to handle a 500 | 14:20 |
jaypipes | alex_xu: the 500 stuff is *never* contractual, though. it's always considered a bug (that does not need a microversion bump) when something returns a 500. | 14:20 |
johnthetubaguy | alaski: we assume we have all versions in between right now | 14:20 |
alaski | johnthetubaguy: can we relax that assumption? | 14:21 |
johnthetubaguy | jaypipes: +1 on the 500 error never being a contract | 14:21 |
mriedem | jaypipes: "it's always considered a bug (that does not need a microversion bump) when something returns a 500." is not what our devref says | 14:21 |
jaypipes | alex_xu: what *does* need a microvesion is when we change something from 4XX to some other 4XX | 14:21 |
johnthetubaguy | alaski: not sure we can given how we report the min/max versions of the API | 14:21 |
jaypipes | mriedem: the API WG devref or the Nova one? | 14:21 |
mriedem | nova | 14:21 |
mriedem | http://git.openstack.org/cgit/openstack/nova/tree/doc/source/api_microversion_dev.rst#n68 | 14:21 |
mriedem | http://git.openstack.org/cgit/openstack/nova/tree/doc/source/api_microversion_dev.rst#n63 also applies here | 14:22 |
alex_xu | jaypipes: but user may, when user saw the 500, user may based on the response to detech what kind of error | 14:22 |
johnthetubaguy | mriedem: so for backports, maybe all microversion bumps are "features", so there should never by any backports, but that means relaxing some of the rules, I guess | 14:22 |
mriedem | johnthetubaguy: but that basically means you can't ever fix api bugs on stable | 14:23 |
*** bobh has joined #openstack-meeting | 14:23 | |
johnthetubaguy | mriedem: well can't fix any bugs that change the API version, we can backport the others | 14:23 |
mriedem | http://weknowmemes.com/wp-content/uploads/2012/01/has-the-whole-world-gone-crazy.jpg | 14:23 |
jaypipes | alex_xu: client code should *never* be *expecting* a 500 error. | 14:23 |
*** pballand has quit IRC | 14:23 | |
johnthetubaguy | jaypipes: +1 | 14:23 |
alex_xu | jaypipes: yea, I agree, but when you access an bug openstack deployement, he may want to bypass that | 14:24 |
johnthetubaguy | so if we never do a microversion bump for 500->4xx do we get closer to what we need? thats the stuff thats worth backporting (often) | 14:24 |
jaypipes | mriedem: that is correct. you cannot backport API-changing bug fixes. period. but a 500 -> 403 is not an API-changing bug fix (it's considered correcting wrong behaviour) | 14:24 |
mriedem | jaypipes: then our docs need to be updated | 14:24 |
mriedem | i can push that change | 14:24 |
jaypipes | yes, they do. | 14:24 |
mriedem | specifically http://git.openstack.org/cgit/openstack/nova/tree/doc/source/api_microversion_dev.rst#n68 | 14:24 |
jaypipes | mriedem: I will review accordingly | 14:24 |
*** AmirBaleghi1116 has quit IRC | 14:25 | |
*** drankis has joined #openstack-meeting | 14:25 | |
*** AmirBaleghi1116 has joined #openstack-meeting | 14:25 | |
mriedem | at least needs to say * except for 500+ -> 400+ | 14:25 |
jaypipes | ++ | 14:25 |
mriedem | now the other question is http://git.openstack.org/cgit/openstack/nova/tree/doc/source/api_microversion_dev.rst#n63 | 14:25 |
alex_xu | even we backport...we still can't ensure all the deployement update to that fix... | 14:25 |
mriedem | because in this one overquota case, the api is expecting 400 and 404 today, but we need to add 403 to that list | 14:25 |
*** henrynash has quit IRC | 14:25 | |
*** ganeshna has joined #openstack-meeting | 14:25 | |
mriedem | alex_xu: johnthetubaguy: i think we should table the backport thing for now, | 14:26 |
mriedem | it's not something someone wants to do *today* | 14:26 |
johnthetubaguy | mriedem: yeah, sorry, I got carried away there | 14:26 |
edleafe | mriedem: what about 500+ -> anything else? | 14:26 |
* dansmith agrees with jaypipes' statement on backports | 14:26 | |
jaypipes | mriedem: you may want to add some text to the effect of "under no circumstances should the API microversion ever 'fork' to use a tertiary ".Z" number. this means under no circumstances should a patch that cotnains a microversion bump be backported to a stable branch." | 14:26 |
edleafe | mriedem: i.e., it should have worked, but the bug threw a 500 | 14:26 |
johnthetubaguy | edleafe: true, success is also a valid outome | 14:26 |
dansmith | jaypipes: +1 | 14:26 |
edleafe | jaypipes: +1 | 14:27 |
mriedem | edleafe: i'm not following, | 14:27 |
mriedem | there are like 5 use cases going here right now | 14:27 |
mriedem | and then dansmith showed up :) | 14:27 |
jaypipes | mriedem: but worded in Mortimer's phrasing, if you wish... | 14:27 |
*** vishwanathj has joined #openstack-meeting | 14:27 | |
edleafe | well, there's the problem | 14:27 |
mriedem | that asshole pissed all over the wood floors last night, so f him | 14:27 |
jaypipes | lol | 14:27 |
dansmith | hah | 14:28 |
mriedem | jaypipes: so the .Z note would be a separate patch | 14:28 |
mriedem | when we cover backport rules | 14:28 |
mriedem | anyway, let's start small with the 500->existing 400 case | 14:28 |
mriedem | i still don't like http://git.openstack.org/cgit/openstack/nova/tree/doc/source/api_microversion_dev.rst#n63 | 14:28 |
mriedem | if you have 400,404 but need to add 403 | 14:29 |
*** AmirBaleghi1117 has joined #openstack-meeting | 14:29 | |
edleafe | mriedem: my point is that a 500 is always a bug. Fixing the bug may result in a 200 being returned, and that's OK | 14:29 |
*** AmirBaleghi1116 has quit IRC | 14:29 | |
mriedem | edleafe: yes | 14:29 |
*** glauco_ has quit IRC | 14:29 | |
johnthetubaguy | edleafe: +1 on that | 14:29 |
*** Daisy has quit IRC | 14:29 | |
mriedem | we shoudln't require a new versoin of nova just to make shit not suck | 14:29 |
*** Daisy has joined #openstack-meeting | 14:29 | |
edleafe | mriedem: +1 | 14:29 |
johnthetubaguy | agreed | 14:29 |
*** vivekd has joined #openstack-meeting | 14:29 | |
*** glange has left #openstack-meeting | 14:29 | |
*** jroyal has joined #openstack-meeting | 14:29 | |
edleafe | mriedem: put that in devref, please | 14:29 |
mriedem | i'm glad we all agree on sanity | 14:30 |
mriedem | to some degree | 14:30 |
johnthetubaguy | so I think we just created a whole heap of stuff that can be backported | 14:30 |
mriedem | anyway, we can move on , i can harass jaypipes in -nova later | 14:30 |
*** banix has joined #openstack-meeting | 14:30 | |
mriedem | i still have gripe #2 | 14:30 |
alaski | mriedem: on new error codes my opinion is that adding a new one shouldn't need a bump, but changing one should. so 404->403 would, but not just adding 403 for a new thing | 14:30 |
johnthetubaguy | mriedem: the extra error codes requiring a bump? | 14:30 |
mriedem | alaski: +1 from me on that | 14:31 |
*** albertom-afk is now known as albertom | 14:31 | |
mriedem | johnthetubaguy: no, lxc ci | 14:31 |
johnthetubaguy | mriedem: ah, right, good point | 14:31 |
mriedem | lxc ci, wtf | 14:31 |
johnthetubaguy | yeah, I replied to that, mostly with oops we didn't follow through with that | 14:31 |
dansmith | no gd? | 14:31 |
mriedem | gd lxc ci wtf | 14:32 |
jaypipes | lol | 14:32 |
dansmith | ikr? | 14:32 |
mriedem | so the good news is we should be able to run it on community infra, no third party ci | 14:32 |
* johnthetubaguy applies babel fish | 14:32 | |
mriedem | i don't know if devstack is setup for lxc right now though | 14:32 |
mriedem | but if it does, it seems pretty straight-forward to start a job that runs a devstack in lxc config mode | 14:32 |
*** FallenPegasus has joined #openstack-meeting | 14:33 | |
mriedem | and then we can wittle down the tests that won't work | 14:33 |
johnthetubaguy | mriedem: +1 it totally seems worth adding, and well, needed | 14:33 |
mriedem | having said that, | 14:33 |
*** fawadkhaliq has quit IRC | 14:33 | |
mriedem | i've never used lxc | 14:33 |
*** doug-fish has quit IRC | 14:33 | |
johnthetubaguy | so I have reached out to the folks who claimed they wanted to help with this | 14:33 |
* dansmith signs out | 14:33 | |
mriedem | do we have names? s1rp, apmelton ? | 14:33 |
johnthetubaguy | in the hope they could help with the heavy lifting on that | 14:33 |
johnthetubaguy | yeah, apmelton | 14:33 |
*** ftersin_ has joined #openstack-meeting | 14:33 | |
*** doug-fish has joined #openstack-meeting | 14:33 | |
alaski | I just forwarded the thread to apmelton | 14:33 |
mriedem | if someone could just say, this is what yo uneed in localrc for devstack, | 14:34 |
mriedem | then i think i can help with the project-config job stuff | 14:34 |
dims | mriedem: needs some additional stuff installed i think (on the base image) | 14:34 |
mriedem | dims: yeah maybe | 14:34 |
*** neelashah has joined #openstack-meeting | 14:34 | |
johnthetubaguy | #help can folks help mriedem with getting devstack and LXC working nicely | 14:34 |
mriedem | that's why i'm wondering if devstack is up to snuff already | 14:34 |
edleafe | not to confuse things more, but there's also LXD: http://www.ubuntu.com/cloud/tools/lxd | 14:35 |
mriedem | we don't support lxd do we? | 14:35 |
johnthetubaguy | edleafe: not sure we support that yet though | 14:35 |
mriedem | yeah, f it | 14:35 |
johnthetubaguy | its out of tree, possibly | 14:35 |
mriedem | oh yeah i think it is | 14:35 |
johnthetubaguy | but yeah, ignore that for now | 14:35 |
edleafe | ok, just thought it might handle some of the lifting for ci | 14:35 |
*** vjay10 has joined #openstack-meeting | 14:35 | |
mriedem | https://github.com/lxc/nova-compute-lxd | 14:35 |
mriedem | bam | 14:35 |
*** apmelton has joined #openstack-meeting | 14:35 | |
johnthetubaguy | yeah | 14:35 |
mriedem | i remember finding that at YVR | 14:35 |
apmelton | o/ | 14:35 |
johnthetubaguy | apmelton: so wondering if you can help with LCX ci? | 14:36 |
mriedem | apmelton: do you know if devstack works with lxc today, or needs work? | 14:36 |
apmelton | mriedem: it has issues | 14:36 |
mriedem | apmelton: fixable issues? | 14:36 |
apmelton | mriedem: the biggest issue is the driver is leaking ndb devices all over the place | 14:36 |
mriedem | or like, you need to build packages from source that aren't in 14.04 issues? | 14:37 |
mriedem | apmelton: but that's a bug in the driver right? | 14:37 |
*** lpetrut has quit IRC | 14:37 | |
mriedem | not getting devstack setup to just run it | 14:37 |
apmelton | mriedem: it seems so | 14:37 |
mriedem | i just want a job that runs the damn thing, then we iterate on fixing bugs | 14:37 |
apmelton | libvirt-lxc itself in 14.04 appeared to work just fine | 14:37 |
*** egallen has left #openstack-meeting | 14:37 | |
mriedem | right now we're blind | 14:37 |
apmelton | I totally agree | 14:37 |
*** doug-fish has quit IRC | 14:38 | |
mriedem | apmelton: can you get me the localrc for devstack + lxc later? | 14:38 |
apmelton | sure | 14:38 |
mriedem | sweet | 14:38 |
johnthetubaguy | sweet | 14:38 |
mriedem | ok, i'm done with items | 14:38 |
johnthetubaguy | they were good items | 14:38 |
johnthetubaguy | thanks for those | 14:38 |
mriedem | \o/ | 14:38 |
johnthetubaguy | any more for any more? | 14:38 |
*** MaxPC has quit IRC | 14:38 | |
* johnthetubaguy waits for tumble weed | 14:38 | |
*** cbader has joined #openstack-meeting | 14:39 | |
*** jrichli has left #openstack-meeting | 14:39 | |
johnthetubaguy | cool, so lets get 20 mins back, for some extra reviewing time :) | 14:39 |
johnthetubaguy | thanks all | 14:39 |
johnthetubaguy | #endmeeting | 14:39 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 14:39 | |
openstack | Meeting ended Thu Aug 20 14:39:35 2015 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:39 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/nova/2015/nova.2015-08-20-14.00.html | 14:39 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/nova/2015/nova.2015-08-20-14.00.txt | 14:39 |
openstack | Log: http://eavesdrop.openstack.org/meetings/nova/2015/nova.2015-08-20-14.00.log.html | 14:39 |
*** mriedem has left #openstack-meeting | 14:39 | |
*** scottda has left #openstack-meeting | 14:39 | |
*** amitgandhinz has quit IRC | 14:39 | |
*** rlrossit has left #openstack-meeting | 14:39 | |
*** amitgandhinz has joined #openstack-meeting | 14:40 | |
*** lpetrut has joined #openstack-meeting | 14:40 | |
*** ctrath has left #openstack-meeting | 14:40 | |
*** zeih has quit IRC | 14:40 | |
*** GB21 has joined #openstack-meeting | 14:40 | |
*** geoffarnold has joined #openstack-meeting | 14:40 | |
*** tsekiyama has joined #openstack-meeting | 14:41 | |
*** ddieterly has joined #openstack-meeting | 14:42 | |
*** kelvin has joined #openstack-meeting | 14:42 | |
*** peristeri has quit IRC | 14:43 | |
*** zeih has joined #openstack-meeting | 14:43 | |
*** vjay10 has quit IRC | 14:44 | |
*** glauco has joined #openstack-meeting | 14:44 | |
*** yottatsa has quit IRC | 14:44 | |
*** zz_ttrifonov is now known as ttrifonov | 14:45 | |
*** andrearosa has left #openstack-meeting | 14:45 | |
*** jroyal has quit IRC | 14:46 | |
*** lkarm has joined #openstack-meeting | 14:46 | |
*** bpokorny has joined #openstack-meeting | 14:47 | |
*** yottatsa has joined #openstack-meeting | 14:47 | |
*** jroyal has joined #openstack-meeting | 14:47 | |
*** cfriesen has joined #openstack-meeting | 14:47 | |
*** cfriesen has left #openstack-meeting | 14:48 | |
*** zeih has quit IRC | 14:48 | |
*** AmirBaleghi1117 has quit IRC | 14:49 | |
*** derekh_afk is now known as derekh | 14:50 | |
*** raildo is now known as raildo-afk | 14:51 | |
*** yottatsa has quit IRC | 14:51 | |
*** SridharG has left #openstack-meeting | 14:54 | |
*** idegtiarov_ has joined #openstack-meeting | 14:54 | |
*** raildo-afk has quit IRC | 14:55 | |
*** raildo-afk has joined #openstack-meeting | 14:56 | |
*** gordc has joined #openstack-meeting | 14:56 | |
*** Daisy has quit IRC | 14:57 | |
*** MaxPC has joined #openstack-meeting | 14:57 | |
*** raildo-afk has quit IRC | 14:57 | |
*** Daisy has joined #openstack-meeting | 14:57 | |
*** raildo-afk has joined #openstack-meeting | 14:57 | |
*** annegentle has quit IRC | 14:58 | |
*** cbouch has quit IRC | 14:58 | |
*** dkranz has quit IRC | 14:58 | |
*** raildo-afk is now known as raildo | 14:58 | |
*** annegentle has joined #openstack-meeting | 14:58 | |
*** yottatsa has joined #openstack-meeting | 14:59 | |
*** jasonamyers has joined #openstack-meeting | 15:00 | |
gordc | #startmeeting ceilometer | 15:00 |
openstack | Meeting started Thu Aug 20 15:00:46 2015 UTC and is due to finish in 60 minutes. The chair is gordc. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:00 |
jasonamyers | o/ | 15:00 |
*** openstack changes topic to " (Meeting topic: ceilometer)" | 15:00 | |
ityaptin | hi! | 15:00 |
openstack | The meeting name has been set to 'ceilometer' | 15:00 |
*** cdent has joined #openstack-meeting | 15:00 | |
sileht | o/ | 15:01 |
idegtiarov_ | o/ | 15:01 |
gordc | whatup | 15:01 |
cdent | o/ | 15:01 |
*** r-mibu has joined #openstack-meeting | 15:01 | |
pradk | o/ | 15:01 |
*** jruano has joined #openstack-meeting | 15:01 | |
ildikov | o/ | 15:01 |
r-mibu | hi | 15:01 |
*** zul has joined #openstack-meeting | 15:02 | |
*** thorst has joined #openstack-meeting | 15:02 | |
*** Daisy has quit IRC | 15:02 | |
* EmilienM lurks | 15:02 | |
nadya | o/ | 15:02 |
gordc | let's get started. | 15:02 |
gordc | #topic recurring: roadmap items (new/old/blockers) https://wiki.openstack.org/wiki/Ceilometer/RoadMap | 15:02 |
*** openstack changes topic to "recurring: roadmap items (new/old/blockers) https://wiki.openstack.org/wiki/Ceilometer/RoadMap (Meeting topic: ceilometer)" | 15:02 | |
*** alexschm has quit IRC | 15:03 | |
*** ganeshna has quit IRC | 15:03 | |
*** ganeshna_ has joined #openstack-meeting | 15:03 | |
gordc | under 2 weeks left before we cap liberty off | 15:03 |
gordc | any blockers out there? | 15:03 |
*** vivek_nandavanam has joined #openstack-meeting | 15:03 | |
sileht | my integration test is still blocked by the keystonemiddleware/oslo.config issue | 15:03 |
*** AmirBaleghi1117 has joined #openstack-meeting | 15:03 | |
gordc | sileht: :( is it just because of slow reviews or because keystone team has issues with it? | 15:04 |
sileht | I hope keystonemiddleware merged my fixes otherwise we have to merge the cdent workaround | 15:04 |
cdent | I thought we did merge that? | 15:04 |
*** barker has quit IRC | 15:04 | |
*** ftersin_ has left #openstack-meeting | 15:05 | |
idegtiarov_ | didn't we? | 15:05 |
sileht | gordc, because keystone guys don't really care, 'it works for most projects and a workaround exists' | 15:05 |
sileht | cdent, the global CONF stuffs crap ? | 15:05 |
gordc | sileht: kk. can you send me patches. | 15:05 |
cdent | yeah my fix is merged: aodh devstack puts the config in the paste file | 15:05 |
cdent | oh not _that_ workaround | 15:05 |
*** tiantian has joined #openstack-meeting | 15:05 | |
*** glauco has quit IRC | 15:05 | |
*** fawadkhaliq has joined #openstack-meeting | 15:06 | |
cdent | I just made it work the way the keystone guys want it to | 15:06 |
gordc | sileht: maybe it's best to start with workaround and play with proper fix after? | 15:06 |
sileht | oh god configuration in paste file, sniff .... | 15:06 |
*** yolanda has joined #openstack-meeting | 15:06 | |
cdent | https://github.com/openstack/aodh/blob/master/devstack/plugin.sh#L194 | 15:06 |
ildikov | sileht: is that fix a big change in keystonemiddleware? | 15:06 |
*** yolanda has left #openstack-meeting | 15:06 | |
sileht | ildikov, not really | 15:06 |
sileht | ildikov, https://review.openstack.org/#/c/208965/ | 15:07 |
*** AmirBaleghi1117 has quit IRC | 15:08 | |
gordc | cdent: your workaround is in aodh correct? | 15:08 |
sileht | cdent, thx, I guess I can retry to test the integration job with that | 15:08 |
*** hemnafk is now known as hemna | 15:08 | |
gordc | i'm leaning more to just working with workaround for now, just so we aren't completely blocked. | 15:09 |
*** emma-l-foley has joined #openstack-meeting | 15:09 | |
ildikov | sileht: hmm, if there isn't anything else there besides the docco stuff, we still should keep some pressure on keystone folks to get this merged | 15:09 |
gordc | sileht: i can follow up with keystone team | 15:09 |
ildikov | sileht: not a big one indeed | 15:09 |
*** haomaiwang has quit IRC | 15:09 | |
*** yottatsa has joined #openstack-meeting | 15:09 | |
sileht | ildikov, they are a thread on the ML | 15:09 |
ildikov | sileht: cool, I'll check, I'm always behind with the list | 15:10 |
sileht | all middlewares was impacted by the same issues, all have been fixed except the keystonemiddleware one | 15:10 |
*** tiantian has quit IRC | 15:10 | |
*** haomaiwang has joined #openstack-meeting | 15:10 | |
gordc | #action gordc will follow up with keystone team regarding middleware. | 15:10 |
ildikov | no comment | 15:10 |
*** ganeshna_ has quit IRC | 15:10 | |
*** bpokorny has left #openstack-meeting | 15:11 | |
gordc | sileht: can the workaround and keystonemiddleware patch coexist? | 15:11 |
sileht | gordc, yes | 15:11 |
sileht | gordc, the workaround is just a deprecated way to configure the middleware | 15:12 |
*** dprince has quit IRC | 15:12 | |
*** jhenner has quit IRC | 15:12 | |
gordc | sileht: cool. yeah maybe just try with workaroudn first? we won't get keystonemiddlware release until next week earliest. | 15:12 |
*** amitgandhinz has quit IRC | 15:12 | |
ildikov | gordc: wdo we have an aodh release date target? | 15:12 |
*** apmelton has left #openstack-meeting | 15:12 | |
gordc | ildikov: sorry i was googling 'wdo' no i realise it was just 'do' | 15:13 |
gordc | ildikov: i think we can release once we get the integration tests working. | 15:13 |
ildikov | gordc: sorry typing fast is not my skill :) | 15:14 |
*** dkranz has joined #openstack-meeting | 15:14 | |
*** vpanizo has quit IRC | 15:14 | |
gordc | ildikov: i think the previous conditions were we need equivalent functionality and testing before release. | 15:14 |
ildikov | gordc: agreed on that one | 15:15 |
ildikov | gordc: can this middleware fix and the remaining event-alarm patches fit into that timeframe also? | 15:15 |
sileht | gordc, sure I was not aware of the merge workaround | 15:15 |
gordc | sileht: cool cool. | 15:15 |
*** yottatsa has quit IRC | 15:16 | |
*** AmirBaleghi1117 has joined #openstack-meeting | 15:16 | |
gordc | ildikov: i'd rather get a release first... but if the middleware fix and event-alarm patches get in before testing is complete, that's cool. | 15:16 |
*** jroyal has quit IRC | 15:17 | |
ildikov | gordc: ok, I will switch into review mode then | 15:17 |
ildikov | gordc: thanks | 15:17 |
gordc | cool, so hopefully we can get first aodh release sometime soon. | 15:18 |
gordc | anyone else with liberty items? | 15:18 |
gordc | nadya: do you think we can start gating on postgres functional tests? | 15:18 |
*** yottatsa has joined #openstack-meeting | 15:18 | |
pradk | gordc, we have the last few patches for declarative notification.. if we can get it approved soon so we can get it in before gate craps out | 15:19 |
*** otter768 has joined #openstack-meeting | 15:19 | |
*** jroyal has joined #openstack-meeting | 15:19 | |
pradk | https://review.openstack.org/#/q/status:open+project:openstack/ceilometer+branch:master+topic:bp/declarative-notifications,n,z | 15:19 |
gordc | pradk: cool. will look. | 15:19 |
*** eharney has quit IRC | 15:19 | |
nadya | gordc: yep, experimental job is ok | 15:19 |
nadya | gordc: should I make it voting? | 15:20 |
*** barker has joined #openstack-meeting | 15:20 | |
*** mnestratov|2 has quit IRC | 15:20 | |
gordc | nadya: i think so, assuming there hasn't been any random errors with the check. | 15:20 |
*** stevemar has joined #openstack-meeting | 15:21 | |
gordc | nadya: don't want to block our gate but i'd still like to make sure we test everything | 15:21 |
*** dannywilson has joined #openstack-meeting | 15:21 | |
nadya | gordc: ok, I will run it several times and will make it voting today-tomorrow | 15:21 |
*** BharatK has joined #openstack-meeting | 15:21 | |
gordc | nadya: cool cool. | 15:22 |
ildikov | nadya: cool, just in time before Liberty | 15:22 |
ildikov | nadya: thanks for taking care of this | 15:22 |
gordc | nadya: yep, thanks very much. | 15:22 |
gordc | any other items? | 15:23 |
gordc | r-mibu: everything ok with event-alarms? | 15:23 |
nadya | it's my job (c) :D | 15:23 |
cdent | I'm still trying to get the grenade-related stuff moving, but with linuxcon on this week it's stalled | 15:23 |
r-mibu | gordc, one questionregarding cache | 15:23 |
*** otter768 has quit IRC | 15:23 | |
*** lkarm has left #openstack-meeting | 15:24 | |
*** FallenPegasus has quit IRC | 15:24 | |
gordc | cdent: np. i assume the grenade plugin path is still not fully fleshed out yet? | 15:25 |
gordc | r-mibu: sure. | 15:25 |
r-mibu | gordc, I'm trying to create the last patch for event alarm which is for caching event alarm definitions | 15:26 |
cdent | seems so, yeah; it's evolving | 15:26 |
r-mibu | gordc, which is the best libraly for python caching? | 15:26 |
r-mibu | gordc, oslo_cache or dogpile directly? | 15:26 |
gordc | r-mibu: i'm not exactly sure what is in oslo_cache. dogpile.cache appeared useful last i looked? | 15:27 |
*** ttrifonov is now known as zz_ttrifonov | 15:27 | |
gordc | r-mibu: is there a way to do in-memory cache? | 15:27 |
*** adiantum has quit IRC | 15:28 | |
*** topol has joined #openstack-meeting | 15:28 | |
r-mibu | gordc, https://pypi.python.org/pypi/oslo.cache | 15:28 |
*** scheuran has quit IRC | 15:28 | |
r-mibu | gordc, there is a dict backend, i think it can cache data in-memory... | 15:29 |
gordc | r-mibu: oh, it's a wrapper. i guess we should try oslo.cache to see if it helps. | 15:29 |
gordc | r-mibu: i don't have a suggestion right now. not sure if anyone else has opinion? but i'll comment on your patch. | 15:30 |
gordc | r-mibu: also, the monasca team was interested in the event-alarms so they may email you about what your plans. | 15:31 |
*** vkss has joined #openstack-meeting | 15:31 | |
ildikov | r-mibu: I talked about Doctor to them on Tuesday | 15:31 |
*** Swami has joined #openstack-meeting | 15:31 | |
r-mibu | gordc, ok | 15:32 |
ildikov | r-mibu: I will send some material to them about the project, I will cc you | 15:32 |
*** sankarshan is now known as sankarshan_away | 15:32 | |
r-mibu | gordc, ildikov, nice! | 15:32 |
*** rbak has joined #openstack-meeting | 15:32 | |
*** zul has quit IRC | 15:33 | |
gordc | cool anything else regarding Liberty features/bugs? | 15:33 |
gordc | #topic recurring: ceilometerclient release? | 15:34 |
*** openstack changes topic to "recurring: ceilometerclient release? (Meeting topic: ceilometer)" | 15:34 | |
gordc | nothing happened here, so next! | 15:34 |
*** andreykurilin__ has joined #openstack-meeting | 15:34 | |
gordc | #topic recurring: Gnocchi status | 15:34 |
*** openstack changes topic to "recurring: Gnocchi status (Meeting topic: ceilometer)" | 15:34 | |
gordc | anything of importance? | 15:34 |
*** haomaiwang has quit IRC | 15:35 | |
cdent | jd__ and I fought with some bugs on friday but he was finally able to find them | 15:35 |
cdent | issues with orphaned metrics | 15:35 |
*** adiantum has joined #openstack-meeting | 15:35 | |
cdent | this has led to a lot of race condition related fixes | 15:35 |
cdent | influxdb is ready to merge | 15:35 |
gordc | fun | 15:35 |
gordc | cdent: that's great news | 15:36 |
cdent | (still no devstack integration though) | 15:36 |
nadya | *crying* | 15:36 |
gordc | i wasn't really expecting that. | 15:36 |
gordc | is there a reason we haven't +A influx driver? | 15:37 |
cdent | I think it's just a case of minor changes killing prior +2s | 15:37 |
*** AmirBaleghi1118 has joined #openstack-meeting | 15:37 | |
*** AmirBaleghi1117 has quit IRC | 15:38 | |
cdent | I was gonna just approve it based on the prior history but then felt guilty | 15:38 |
gordc | cdent: i don't have powers so i'll let someone else do that. | 15:38 |
nadya | what we are waiting for to merge it? | 15:38 |
cdent | nothing now | 15:39 |
*** VW_ has joined #openstack-meeting | 15:39 | |
idegtiarov_ | we are waiting for brave gnocchi core | 15:39 |
cdent | it's done | 15:39 |
*** pnavarro has quit IRC | 15:39 | |
idegtiarov_ | hurray | 15:40 |
nadya | cdent: Chris, now we have time for taking care about influx driver | 15:40 |
gordc | cool stuff | 15:40 |
gordc | thanks for the effort folks | 15:40 |
*** pennerc has joined #openstack-meeting | 15:40 | |
* cdent says a few hail marys | 15:41 | |
*** geoffarnold has quit IRC | 15:41 | |
gordc | #topic plan for performance testing (nadya/idegtiarov) https://etherpad.openstack.org/p/perfomance_test_plan | 15:41 |
*** openstack changes topic to "plan for performance testing (nadya/idegtiarov) https://etherpad.openstack.org/p/perfomance_test_plan (Meeting topic: ceilometer)" | 15:41 | |
*** mageshgv has joined #openstack-meeting | 15:41 | |
idegtiarov_ | folks please take a look at the etherpad now we have some thoughts from Chris | 15:42 |
nadya | we have decided to do some benchmarking on a big lab and it would be awesome if you share with us your ideas | 15:43 |
*** armax has joined #openstack-meeting | 15:44 | |
* gordc will read and comment. | 15:44 | |
*** kebray has joined #openstack-meeting | 15:44 | |
nadya | what we want to get is smth like this https://www.mirantis.com/blog/openstack-ceilometer-cloud-performance-hardware-requirements/ but for Liberty | 15:45 |
idegtiarov_ | gordc, thanks | 15:45 |
*** turnerg has joined #openstack-meeting | 15:45 | |
*** GB21 has quit IRC | 15:46 | |
gordc | i take it it's only related to storage? | 15:47 |
gordc | re: performacne testing | 15:47 |
gordc | i'll ask questions in etherpad. :) | 15:48 |
gordc | #topic openstack user survey question | 15:48 |
*** openstack changes topic to "openstack user survey question (Meeting topic: ceilometer)" | 15:48 | |
gordc | we have the opportunity to ask users one multiple choice question. | 15:49 |
*** Prashant has joined #openstack-meeting | 15:49 | |
*** Prashant has quit IRC | 15:49 | |
idegtiarov_ | gordc, sure let move discussion there | 15:49 |
gordc | this is just to get an idea if anyone has a question they've always been wondering about. | 15:49 |
*** belmoreira has joined #openstack-meeting | 15:49 | |
*** Prashant has joined #openstack-meeting | 15:49 | |
gordc | maybe a question regarding users' impression of gnocchi. | 15:50 |
*** mwagner_lap has quit IRC | 15:50 | |
gordc | or what roadmap features they feel is most important | 15:50 |
gordc | it's a single question, but if anyone has any suggstion feel free to chat about it now (or send me an email) | 15:51 |
gordc | i need to submit a question by next the 25th. | 15:51 |
*** salv-orlando has quit IRC | 15:52 | |
*** doug-fish has joined #openstack-meeting | 15:52 | |
cdent | how about something radical like: would you prefer to see ceilometer fixed or replaced? | 15:52 |
gordc | that's really all i had. | 15:52 |
gordc | cdent: lol | 15:53 |
gordc | cdent: do you need a survey to know what the answer is? | 15:53 |
nadya | what is your case? for what do you use Ceilo | 15:53 |
cdent | gordc: no but I need supporting data | 15:53 |
gordc | nadya: good question regarding use case | 15:53 |
*** hogepodge has quit IRC | 15:53 | |
cdent | with a multiple choice answer, yes? what would the choices be? | 15:54 |
gordc | ... sorry, distracted. there's a guy driving wrong way down street. | 15:54 |
ildikov | gordc: nadya: or what you use/would use Ceilometer for? | 15:54 |
nadya | about use-cases: it's interesting how customers see it, no options :) | 15:54 |
idegtiarov_ | nadya good question I would finish it like: what is your case? for what do you use or would like to Ceilo | 15:55 |
idegtiarov_ | *to use Ceilo | 15:55 |
gordc | billing data, service healthcheck, resource monitoring,? | 15:55 |
*** pennerc has quit IRC | 15:55 | |
ildikov | there was a concernc from gordc and cdent that people are not willing to write a lot | 15:55 |
cdent | it's not a free form answer, only multiple choice | 15:56 |
gordc | nadya: idegtiarov_: it's better to give them options to choose from (and maybe an 'other' field) | 15:56 |
ildikov | which is something that worth to consider also regarding how to form the question | 15:56 |
nadya | aha, I see... | 15:56 |
*** devvesa has quit IRC | 15:56 | |
*** armax has quit IRC | 15:56 | |
*** pennerc has joined #openstack-meeting | 15:56 | |
gordc | nadya: it can be free form. but no one answers free form. (citation: experience) | 15:56 |
*** yottatsa has quit IRC | 15:57 | |
nadya | now I have a task to describe all possible monitoring-related use cases, so I can prepere some options | 15:57 |
idegtiarov_ | ildikov, agreed people do not like to write :D | 15:57 |
gordc | nadya: that'd be good. | 15:57 |
ildikov | if we want use cases then we can add high level options like 'monitoring', 'resource usage trends', 'billing support', 'other: please describe' and they can check what's inetersting | 15:57 |
*** glauco has joined #openstack-meeting | 15:57 | |
nadya | gordc: will do | 15:57 |
ildikov | is the use-case finally that we would like to go with then? | 15:58 |
nadya | ildikov: yep, we need options with descriptions (as detailed as possible) | 15:58 |
gordc | ildikov: i think it's a good question. but i'm open to any. | 15:58 |
*** belmoreira has quit IRC | 15:58 | |
*** yottatsa has joined #openstack-meeting | 15:58 | |
idegtiarov_ | it is a good question as for me | 15:58 |
gordc | 25th is submission date so please let me know any other ideas. | 15:59 |
*** lazy_prince has quit IRC | 15:59 | |
*** aruncewind has joined #openstack-meeting | 15:59 | |
ildikov | do we know what we are waiting from the answers? | 15:59 |
idegtiarov_ | with options of course | 15:59 |
*** eharney has joined #openstack-meeting | 15:59 | |
*** salv-orlando has joined #openstack-meeting | 15:59 | |
gordc | we'll get results by summit | 15:59 |
gordc | so it's something we can talk about then. | 15:59 |
*** jroyal has quit IRC | 15:59 | |
ildikov | I mean what would be our take away if people vote on use cases | 15:59 |
gordc | we direct resources as appropriately. | 16:00 |
gordc | times up | 16:00 |
ildikov | would that mean new features, fix issues, help in focusing on Gnocchi, etc.? | 16:00 |
gordc | let's continue at ceilometer channel. | 16:00 |
idegtiarov_ | buy | 16:00 |
gordc | #endmeeting | 16:00 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 16:00 | |
openstack | Meeting ended Thu Aug 20 16:00:39 2015 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:00 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/ceilometer/2015/ceilometer.2015-08-20-15.00.html | 16:00 |
*** jasonamyers has left #openstack-meeting | 16:00 | |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/ceilometer/2015/ceilometer.2015-08-20-15.00.txt | 16:00 |
openstack | Log: http://eavesdrop.openstack.org/meetings/ceilometer/2015/ceilometer.2015-08-20-15.00.log.html | 16:00 |
*** natarajk has joined #openstack-meeting | 16:00 | |
*** r-mibu has left #openstack-meeting | 16:01 | |
*** thorst has left #openstack-meeting | 16:01 | |
*** ddieterly has quit IRC | 16:01 | |
*** idegtiarov_ has left #openstack-meeting | 16:02 | |
vishwanathj | hello | 16:02 |
*** VW_ has quit IRC | 16:02 | |
*** harshs has quit IRC | 16:03 | |
*** VW_ has joined #openstack-meeting | 16:03 | |
*** unicell has joined #openstack-meeting | 16:03 | |
*** singleth_ has joined #openstack-meeting | 16:04 | |
*** unicell1 has quit IRC | 16:05 | |
*** pennerc has quit IRC | 16:06 | |
*** cdent has left #openstack-meeting | 16:06 | |
*** gordc has left #openstack-meeting | 16:06 | |
*** VW_ has quit IRC | 16:06 | |
*** sdake has joined #openstack-meeting | 16:06 | |
*** esker has quit IRC | 16:07 | |
*** VW_ has joined #openstack-meeting | 16:07 | |
*** singlethink has quit IRC | 16:07 | |
*** singlethink has joined #openstack-meeting | 16:08 | |
*** yamahata has joined #openstack-meeting | 16:09 | |
*** leeantho has joined #openstack-meeting | 16:09 | |
*** singleth_ has quit IRC | 16:11 | |
*** GB21 has joined #openstack-meeting | 16:11 | |
*** VW_ has quit IRC | 16:11 | |
*** redbo has left #openstack-meeting | 16:12 | |
*** pm90_ has joined #openstack-meeting | 16:12 | |
*** henrynash has joined #openstack-meeting | 16:12 | |
*** lsmola has quit IRC | 16:12 | |
*** natarajk has left #openstack-meeting | 16:13 | |
*** Apoorva has joined #openstack-meeting | 16:14 | |
*** natarajk has joined #openstack-meeting | 16:14 | |
*** pm90__ has quit IRC | 16:15 | |
*** ujuc has quit IRC | 16:15 | |
*** natarajk has left #openstack-meeting | 16:18 | |
*** krtaylor has quit IRC | 16:18 | |
*** dkranz has quit IRC | 16:18 | |
*** rbak has quit IRC | 16:20 | |
*** yottatsa has quit IRC | 16:20 | |
*** xingchao has quit IRC | 16:21 | |
*** rbak has joined #openstack-meeting | 16:22 | |
*** david8hu has quit IRC | 16:22 | |
*** hogepodge has joined #openstack-meeting | 16:23 | |
*** vivekd has quit IRC | 16:23 | |
*** zul has joined #openstack-meeting | 16:24 | |
*** Leonr has joined #openstack-meeting | 16:25 | |
*** rossella_s has quit IRC | 16:25 | |
*** rossella_s has joined #openstack-meeting | 16:26 | |
*** lpetrut has quit IRC | 16:26 | |
*** geoffarnold has joined #openstack-meeting | 16:27 | |
*** vivek-ebay has joined #openstack-meeting | 16:27 | |
*** oomichi has joined #openstack-meeting | 16:28 | |
*** mwagner_lap has joined #openstack-meeting | 16:28 | |
*** pm90_ has quit IRC | 16:30 | |
*** dkranz has joined #openstack-meeting | 16:30 | |
*** sdake_ has joined #openstack-meeting | 16:30 | |
*** salv-orlando has quit IRC | 16:30 | |
*** pradk has quit IRC | 16:31 | |
*** gampel has quit IRC | 16:32 | |
*** jckasper has quit IRC | 16:32 | |
*** MaxPC has quit IRC | 16:32 | |
*** matrohon has quit IRC | 16:32 | |
*** doug-fish has quit IRC | 16:33 | |
*** jckasper has joined #openstack-meeting | 16:33 | |
*** doug-fish has joined #openstack-meeting | 16:33 | |
*** sdake has quit IRC | 16:33 | |
*** julim has quit IRC | 16:34 | |
*** ivar-lazzaro has joined #openstack-meeting | 16:34 | |
*** kashyap has quit IRC | 16:34 | |
*** whenry_ has joined #openstack-meeting | 16:34 | |
*** sdake_ is now known as sdake | 16:34 | |
*** jwcroppe_ has quit IRC | 16:35 | |
*** numan has quit IRC | 16:35 | |
*** SridharGaddam has quit IRC | 16:35 | |
*** sahid has joined #openstack-meeting | 16:35 | |
*** SridharG has joined #openstack-meeting | 16:36 | |
*** numan has joined #openstack-meeting | 16:36 | |
*** fawadk has joined #openstack-meeting | 16:37 | |
*** kashyap has joined #openstack-meeting | 16:37 | |
*** fawadkhaliq has quit IRC | 16:37 | |
*** geoffarnold has quit IRC | 16:37 | |
*** puranamr has joined #openstack-meeting | 16:38 | |
*** aruncewind has quit IRC | 16:38 | |
*** jckasper has quit IRC | 16:38 | |
*** MaxPC has joined #openstack-meeting | 16:39 | |
*** rbak has quit IRC | 16:39 | |
*** dprince has joined #openstack-meeting | 16:39 | |
*** numan has quit IRC | 16:39 | |
*** jichen has quit IRC | 16:39 | |
*** whenry_ has quit IRC | 16:40 | |
*** nadya has quit IRC | 16:42 | |
*** armax has joined #openstack-meeting | 16:43 | |
*** drankis has quit IRC | 16:43 | |
*** Tango|2 has joined #openstack-meeting | 16:43 | |
*** pvaneck has joined #openstack-meeting | 16:44 | |
*** ivar-laz_ has joined #openstack-meeting | 16:45 | |
*** vjay10 has joined #openstack-meeting | 16:46 | |
*** pradk has joined #openstack-meeting | 16:46 | |
*** ivar-lazzaro has quit IRC | 16:46 | |
*** aimon has quit IRC | 16:46 | |
*** barker has quit IRC | 16:47 | |
*** vivekd has joined #openstack-meeting | 16:48 | |
*** mrmartin has quit IRC | 16:48 | |
*** unicell has quit IRC | 16:48 | |
*** barker has joined #openstack-meeting | 16:49 | |
*** rbak has joined #openstack-meeting | 16:50 | |
*** balajiiyer has quit IRC | 16:50 | |
*** lpetrut has joined #openstack-meeting | 16:51 | |
*** VW_ has joined #openstack-meeting | 16:51 | |
*** lpetrut has quit IRC | 16:52 | |
*** park_ has quit IRC | 16:52 | |
*** atuvenie has quit IRC | 16:53 | |
*** sahid has quit IRC | 16:56 | |
*** vkss has quit IRC | 16:57 | |
*** spzala has joined #openstack-meeting | 16:57 | |
*** armax has quit IRC | 16:57 | |
*** derekh has quit IRC | 17:00 | |
*** pm90_ has joined #openstack-meeting | 17:01 | |
*** VW_ has quit IRC | 17:01 | |
*** armax has joined #openstack-meeting | 17:02 | |
*** VW_ has joined #openstack-meeting | 17:02 | |
*** balajiiyer has joined #openstack-meeting | 17:02 | |
*** afazekas has quit IRC | 17:02 | |
*** pballand has joined #openstack-meeting | 17:03 | |
*** vahidh has joined #openstack-meeting | 17:03 | |
*** padkrish has joined #openstack-meeting | 17:04 | |
*** cody-somerville has quit IRC | 17:04 | |
*** tsekiyama has quit IRC | 17:04 | |
*** pm90__ has joined #openstack-meeting | 17:04 | |
*** achanda has joined #openstack-meeting | 17:05 | |
*** adiantum has quit IRC | 17:05 | |
*** jcoufal has quit IRC | 17:06 | |
*** park_ has joined #openstack-meeting | 17:06 | |
*** henrynash has quit IRC | 17:06 | |
*** VW_ has quit IRC | 17:07 | |
*** pennerc has joined #openstack-meeting | 17:07 | |
*** pm90_ has quit IRC | 17:07 | |
*** markus_z has quit IRC | 17:08 | |
*** mrmartin has joined #openstack-meeting | 17:09 | |
*** rbak has quit IRC | 17:10 | |
*** KunalGandhi has joined #openstack-meeting | 17:11 | |
*** pennerc has quit IRC | 17:11 | |
*** edtubill has joined #openstack-meeting | 17:11 | |
*** alop has joined #openstack-meeting | 17:14 | |
*** park_ has quit IRC | 17:14 | |
*** absubram has joined #openstack-meeting | 17:14 | |
*** ivar-la__ has joined #openstack-meeting | 17:16 | |
*** unicell has joined #openstack-meeting | 17:16 | |
*** oomichi has quit IRC | 17:17 | |
*** s3wong has joined #openstack-meeting | 17:17 | |
*** ivar-laz_ has quit IRC | 17:17 | |
*** luz_ has joined #openstack-meeting | 17:18 | |
*** otter768 has joined #openstack-meeting | 17:20 | |
*** park_ has joined #openstack-meeting | 17:20 | |
*** julim has joined #openstack-meeting | 17:20 | |
*** geoffarnold has joined #openstack-meeting | 17:22 | |
*** emma-l-foley has quit IRC | 17:23 | |
*** aimon has joined #openstack-meeting | 17:23 | |
*** doug-fish has quit IRC | 17:23 | |
*** vjay10 has quit IRC | 17:24 | |
*** doug-fish has joined #openstack-meeting | 17:24 | |
*** otter768 has quit IRC | 17:24 | |
*** park_ has quit IRC | 17:25 | |
*** bobh has quit IRC | 17:25 | |
*** achanda has quit IRC | 17:27 | |
*** oomichi has joined #openstack-meeting | 17:28 | |
*** harshs has joined #openstack-meeting | 17:28 | |
*** mrmartin has quit IRC | 17:29 | |
*** comay has joined #openstack-meeting | 17:31 | |
*** amitgandhinz has joined #openstack-meeting | 17:33 | |
*** yamahata has quit IRC | 17:34 | |
*** smccully has joined #openstack-meeting | 17:34 | |
*** doug-fish has quit IRC | 17:35 | |
*** doug-fish has joined #openstack-meeting | 17:35 | |
*** edtubill has left #openstack-meeting | 17:36 | |
*** kebray has quit IRC | 17:36 | |
*** yamamoto has quit IRC | 17:36 | |
*** mageshgv has quit IRC | 17:36 | |
*** oomichi has quit IRC | 17:36 | |
*** park_ has joined #openstack-meeting | 17:37 | |
*** Tango|2 is now known as Tango | 17:38 | |
*** geoffarnold has quit IRC | 17:38 | |
*** whenry_ has joined #openstack-meeting | 17:39 | |
*** barker has quit IRC | 17:41 | |
*** salv-orlando has joined #openstack-meeting | 17:42 | |
*** nadya has joined #openstack-meeting | 17:43 | |
*** emagana has joined #openstack-meeting | 17:43 | |
*** oomichi has joined #openstack-meeting | 17:43 | |
*** yottatsa has joined #openstack-meeting | 17:43 | |
*** stevemar has quit IRC | 17:44 | |
*** whenry_ has quit IRC | 17:44 | |
*** cdub has quit IRC | 17:45 | |
*** barker has joined #openstack-meeting | 17:46 | |
*** stevemar has joined #openstack-meeting | 17:46 | |
*** salv-orlando has quit IRC | 17:46 | |
*** krtaylor has joined #openstack-meeting | 17:47 | |
*** nadya has quit IRC | 17:47 | |
*** sridhar_ram has joined #openstack-meeting | 17:48 | |
*** lpetrut has joined #openstack-meeting | 17:48 | |
*** pradk has quit IRC | 17:48 | |
*** SumitNaiksatam has joined #openstack-meeting | 17:48 | |
*** cdub has joined #openstack-meeting | 17:48 | |
*** prad_ has joined #openstack-meeting | 17:49 | |
*** pelix has quit IRC | 17:50 | |
*** barker has quit IRC | 17:51 | |
*** padkrish has quit IRC | 17:51 | |
*** mageshgv has joined #openstack-meeting | 17:52 | |
*** apuimedo has joined #openstack-meeting | 17:54 | |
*** barker has joined #openstack-meeting | 17:54 | |
*** tfukushima has joined #openstack-meeting | 17:54 | |
*** eghobo has joined #openstack-meeting | 17:54 | |
*** achanda has joined #openstack-meeting | 17:55 | |
*** tsekiyama has joined #openstack-meeting | 17:56 | |
*** novas0x2a|laptop has joined #openstack-meeting | 17:56 | |
*** hongbin has joined #openstack-meeting | 17:56 | |
*** daneyon_ has joined #openstack-meeting | 17:57 | |
*** pballand has quit IRC | 17:57 | |
*** oomichi has quit IRC | 17:58 | |
*** puranamr has quit IRC | 17:58 | |
*** penick has joined #openstack-meeting | 17:58 | |
*** puranamr has joined #openstack-meeting | 17:59 | |
*** bryan_att has joined #openstack-meeting | 17:59 | |
*** gyee has joined #openstack-meeting | 18:00 | |
*** barker has quit IRC | 18:00 | |
daneyon_ | #startmeeting container-networking | 18:00 |
openstack | Meeting started Thu Aug 20 18:00:39 2015 UTC and is due to finish in 60 minutes. The chair is daneyon_. Information about MeetBot at http://wiki.debian.org/MeetBot. | 18:00 |
*** gyee has quit IRC | 18:00 | |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 18:00 |
*** openstack changes topic to " (Meeting topic: container-networking)" | 18:00 | |
openstack | The meeting name has been set to 'container_networking' | 18:00 |
*** adrian_otto has joined #openstack-meeting | 18:00 | |
daneyon_ | #topic roll call | 18:00 |
*** puranamr has quit IRC | 18:00 | |
adrian_otto | Adrian Otto | 18:01 |
*** openstack changes topic to "roll call (Meeting topic: container-networking)" | 18:01 | |
daneyon_ | o/ | 18:01 |
eghobo | o/ | 18:01 |
Tango | Ton Ngo | 18:01 |
*** suro-patz has joined #openstack-meeting | 18:01 | |
tfukushima | o/ | 18:01 |
*** VW_ has joined #openstack-meeting | 18:01 | |
s3wong | Stephen Wong | 18:02 |
*** wschaller has quit IRC | 18:02 | |
apuimedo | o/ | 18:02 |
suro-patz | Surojit Pathak o/ | 18:02 |
hongbin | oé | 18:02 |
hongbin | o/ | 18:02 |
daneyon_ | I would like to wait a minute for others to join | 18:02 |
*** gyee has joined #openstack-meeting | 18:03 | |
*** rbak has joined #openstack-meeting | 18:03 | |
irenab | hi | 18:03 |
apuimedo | very well | 18:03 |
daneyon_ | Thank you eghobo adrian_otto Tango tfukushima s3wong apuimedo suro-patz hongbin irenab for attending the meeting | 18:03 |
daneyon_ | #topic Networking Spec Update | 18:04 |
*** openstack changes topic to "Networking Spec Update (Meeting topic: container-networking)" | 18:04 | |
daneyon_ | #link https://review.openstack.org/#/c/204686/ | 18:04 |
*** barker has joined #openstack-meeting | 18:04 | |
*** kebray has joined #openstack-meeting | 18:04 | |
*** prad_ is now known as pradk | 18:04 | |
*** padkrish has joined #openstack-meeting | 18:04 | |
daneyon_ | Looks like the spec is in a good state | 18:04 |
daneyon_ | adrian_otto is going to review. If all goes well, he will merge the spec. | 18:05 |
daneyon_ | yay | 18:05 |
daneyon_ | Unless their are any questions about the spec, I would like to move to the next topic. | 18:05 |
adrian_otto | I'm ready to merge this. Should I +A the spec now? | 18:05 |
daneyon_ | adrian_otto sounds good | 18:05 |
daneyon_ | I have organized the spec work items into the following blueprints: | 18:06 |
eghobo | adrian_otto: +1 | 18:06 |
daneyon_ | The magnum client blueprint: | 18:06 |
daneyon_ | #link https://blueprints.launchpad.net/magnum/+spec/extend-client-network-attributes | 18:06 |
daneyon_ | The magnum conductor blueprint: | 18:06 |
*** barker has quit IRC | 18:06 | |
daneyon_ | #link https://blueprints.launchpad.net/magnum/+spec/conductor-template-net-update | 18:06 |
daneyon_ | The api blueprint: | 18:06 |
*** lpetrut has quit IRC | 18:06 | |
daneyon_ | #link https://blueprints.launchpad.net/magnum/+spec/extend-api-network-attributes | 18:06 |
*** tiswanso has quit IRC | 18:06 | |
daneyon_ | The heat templates blueprint: | 18:06 |
adrian_otto | spec is now approved for merge | 18:06 |
daneyon_ | #link https://blueprints.launchpad.net/magnum/+spec/heat-network-refactor | 18:06 |
daneyon_ | The baymodel objects blueprint: | 18:06 |
*** puranamr has joined #openstack-meeting | 18:06 | |
daneyon_ | #link https://blueprints.launchpad.net/magnum/+spec/extend-baymodel-net-attributes | 18:06 |
daneyon_ | thank you adrian_otto | 18:07 |
daneyon_ | I have posted a few WIP patches. They are far from complete, but I’m making progress. | 18:07 |
daneyon_ | Feel free to review and provide feedback, with the understanding the patches are a WIP. | 18:07 |
daneyon_ | heat templates: | 18:07 |
daneyon_ | #link https://review.openstack.org/#/c/214762/ | 18:07 |
daneyon_ | client: | 18:07 |
daneyon_ | #link https://review.openstack.org/#/c/215260/ | 18:07 |
daneyon_ | other combined blueprints: | 18:07 |
daneyon_ | #link https://review.openstack.org/#/c/214909/ | 18:07 |
daneyon_ | i just wanted to share this info with the team. feel free to add any feedback in the bp/review | 18:08 |
*** nadya has joined #openstack-meeting | 18:08 | |
daneyon_ | unless their are any questions, I would like to proceed to the Kuryr Integration Brainstorming topic. | 18:09 |
*** pballand has joined #openstack-meeting | 18:09 | |
daneyon_ | i'll pause for a minute | 18:09 |
Tango | If others would like to help with the patches, how do they proceed? | 18:09 |
daneyon_ | Tango I have yet to touch the label/labels aspect of the spec | 18:10 |
daneyon_ | remember, label/labels will be used for passing driver-specific params to the network-driver | 18:11 |
*** bapalm has quit IRC | 18:11 | |
*** tiswanso has joined #openstack-meeting | 18:11 | |
daneyon_ | and we would like to implement label/labels in way that the larger magnum system can take advantage of labels for other areas. | 18:11 |
Tango | I mean just general help not specific to label | 18:12 |
hongbin | daneyon_: It looks there is no BPs for tracking neutron/libnetwork/flannel integration. Do you have any plan for that? | 18:12 |
daneyon_ | hongbin kuryr integration will be a follow-on bp | 18:12 |
hongbin | K | 18:13 |
daneyon_ | Tago I would cherry pick the patches, create a new topic branch that depends on the WIP patches | 18:14 |
*** vilobhmm1 has joined #openstack-meeting | 18:14 | |
*** bapalm has joined #openstack-meeting | 18:14 | |
daneyon_ | Tango is that acceptable to you? | 18:14 |
Tango | daneyon_: sure, I will follow up offline | 18:14 |
daneyon_ | Tango OK | 18:15 |
*** GB21 has quit IRC | 18:15 | |
daneyon_ | one moment please | 18:15 |
daneyon_ | i'm back | 18:15 |
daneyon_ | next topic | 18:16 |
daneyon_ | #topic Kuryr Integration Brainstorming | 18:16 |
*** openstack changes topic to "Kuryr Integration Brainstorming (Meeting topic: container-networking)" | 18:16 | |
*** mattgriffin has joined #openstack-meeting | 18:16 | |
daneyon_ | #link https://etherpad.openstack.org/p/magnum-kuryr | 18:16 |
daneyon_ | can everyone please open the etherpad | 18:16 |
*** padkrish has quit IRC | 18:16 | |
*** mrunge has quit IRC | 18:16 | |
daneyon_ | i would like to take 10 minutes for everyone to review and add to the etherpad | 18:16 |
*** whenry_ has joined #openstack-meeting | 18:17 | |
daneyon_ | any questions/comments/concerns please include in the etherpad instead of irc | 18:17 |
apuimedo | very well | 18:17 |
*** padkrish has joined #openstack-meeting | 18:17 | |
*** mrunge has joined #openstack-meeting | 18:17 | |
daneyon_ | if you have added anything to the etherpad, please make sure to include your irc handle in the Contributors section | 18:17 |
*** armax has quit IRC | 18:18 | |
apuimedo | who is the dark blue? | 18:18 |
*** vivek_nandavanam has quit IRC | 18:18 | |
*** vivekd has quit IRC | 18:21 | |
*** padkrish has quit IRC | 18:21 | |
*** padkrish has joined #openstack-meeting | 18:21 | |
*** rbak has quit IRC | 18:22 | |
*** ayoung has quit IRC | 18:23 | |
*** pennerc has joined #openstack-meeting | 18:24 | |
*** achanda has quit IRC | 18:24 | |
*** terrylhowe has joined #openstack-meeting | 18:25 | |
*** oomichi has joined #openstack-meeting | 18:25 | |
daneyon_ | apuimedo that's me.. it should show in the contributors section. | 18:25 |
*** mattgriffin has quit IRC | 18:25 | |
apuimedo | ah, cool | 18:25 |
apuimedo | I picked orange :-) | 18:26 |
*** yottatsa has quit IRC | 18:27 | |
*** fawadk has quit IRC | 18:27 | |
*** pennerc has quit IRC | 18:27 | |
*** pennerc has joined #openstack-meeting | 18:27 | |
*** pballand has quit IRC | 18:28 | |
*** geoffarnold has joined #openstack-meeting | 18:28 | |
*** cbouch has joined #openstack-meeting | 18:31 | |
*** turnerg has left #openstack-meeting | 18:31 | |
daneyon_ | eghobo adrian_otto Tango tfukushima s3wong apuimedo suro-patz hongbin irenab et al lets close out the etherpad brainstorming at UTC 18:35 | 18:32 |
*** tiswanso has quit IRC | 18:32 | |
*** pballand has joined #openstack-meeting | 18:32 | |
apuimedo | ok | 18:32 |
irenab | daneyon_, apuimedo : is it going to be converted into working items for kuryr/magnum? | 18:33 |
*** Sukhdev has joined #openstack-meeting | 18:34 | |
*** jwcroppe has joined #openstack-meeting | 18:35 | |
*** henrynash has joined #openstack-meeting | 18:35 | |
daneyon_ | irenab eventually. right now i simply want our team's to have free form discussion, brainstorming, etc.. | 18:35 |
daneyon_ | irenab I could see the work items develop in the near future though | 18:36 |
*** pballand has quit IRC | 18:36 | |
daneyon_ | irenab do you find that acceptable? | 18:36 |
daneyon_ | eghobo adrian_otto Tango tfukushima s3wong apuimedo suro-patz hongbin irenab let's bring the discussion back to irc | 18:36 |
irenab | daneyon_: yes. I am just new to such kind of discussion :-) | 18:37 |
apuimedo | ok, sorry about that :P | 18:37 |
apuimedo | I was continueing :P | 18:37 |
*** yamamoto has joined #openstack-meeting | 18:37 | |
banix | I think the main discussion has to happen (and has partially happened) in Neutron. The main work items are to be executed there. | 18:37 |
daneyon_ | I would like everyone to keep an eye on the etherpad over the next week and add to it as you see fit | 18:37 |
apuimedo | yamamoto: welcome takashi | 18:37 |
apuimedo | daneyon_: very good idea. I'll try to review it twice a day | 18:38 |
daneyon_ | #action everyone to continue contributing to the kuryr/magnum networking integration etherpad | 18:38 |
*** VW_ has quit IRC | 18:38 | |
*** pennerc has quit IRC | 18:38 | |
daneyon_ | does anyone have questions about magnum/kuryr integration that are not being covered in the ep? | 18:38 |
*** pennerc has joined #openstack-meeting | 18:39 | |
daneyon_ | apuimedo I know kuryr is focused on bare metal for initial support. | 18:39 |
irenab | I think its quite important if there is potentially missing functionality in docker, it should be mentioned | 18:39 |
apuimedo | daneyon_: that's indeed the case. The first release targets bare-metal | 18:40 |
daneyon_ | is their a kuryr bp that we can track for kuryr inside vm's? | 18:40 |
apuimedo | while we work on the first release, we work on designing for VM containers for the Magnum integration | 18:40 |
apuimedo | daneyon_: not yet, since the main purpose of VM containers for us is the integration with Magnum | 18:41 |
apuimedo | we want to condense the output of the current etherpad into a blueprint | 18:41 |
banix | apuimedo: are you suggesting kuryr will work on core neutron features? I don’t see without Neutron additional features, kuryr being to move forward on this. | 18:41 |
daneyon_ | apuimedo irenab banix it would be helpful to have a list of bp's, patches, etc.. that kuryr requires from neutron to support your initial relase, i.e. https://blueprints.launchpad.net/neutron/+spec/vlan-aware-vms | 18:42 |
apuimedo | banix: we'll work with and in Neutron where necessary | 18:42 |
*** yamamoto has quit IRC | 18:42 | |
apuimedo | as soon as we are done with this brainstorming we have to bring the topics in the neutron meetings. Those that have some bp/spec we should collaborate with, Those that don't we have to push | 18:43 |
*** pennerc has quit IRC | 18:43 | |
irenab | apuimedo: +1 | 18:44 |
*** dannywilson has quit IRC | 18:44 | |
daneyon_ | irenab agreed everyone should follow the contributing guidelines of the upstream project (i.e. libnetwork). Reviews, bp's etc should reference the upstream commit, issue, etc.. | 18:44 |
hongbin | I would suggest to list all the BPs/working items in the etherpad (both Magnum and Kuryr) | 18:44 |
*** MaxPC has quit IRC | 18:44 | |
Tango | hongbin: +1 | 18:45 |
apuimedo | hongbin: and neutron ;-) | 18:45 |
hongbin | sure | 18:45 |
daneyon_ | Is contributing upstream part of the kuryr mission? | 18:45 |
banix | kuryr is upstream :) | 18:45 |
apuimedo | we are part of the Neutron project, so doing in core neutron what belongs there is essential | 18:46 |
irenab | daneyon_: upstream == docker? | 18:46 |
*** dannywilson has joined #openstack-meeting | 18:46 | |
apuimedo | as for Docker and COEs | 18:46 |
apuimedo | I don't like maintaining repos | 18:46 |
apuimedo | so as much as I can put on their repos | 18:46 |
apuimedo | we will | 18:47 |
apuimedo | :-) | 18:47 |
daneyon_ | irenab yes docker, libnetwork, kubernetes, etc.. | 18:47 |
apuimedo | I initially wanted kuryr to be in-tree in libnetwork | 18:47 |
apuimedo | I was quite disappointed when they closed libnetwork to other drivers | 18:47 |
apuimedo | and it worries me for swarm | 18:47 |
apuimedo | for Kubernetes I'm sure that if we need a plugin they will be welcoming | 18:48 |
apuimedo | Mesos also looks good in that aspect | 18:48 |
irenab | daneyon_: I think at minimum we should open issues, hopefully resolve them as well :-) | 18:48 |
daneyon_ | apuimedo just something to keep in mind for the kuryr project... defining the scope. If you don't contribute to the upstream projects such as libnetwork, then you may run into issues adding support you need. | 18:48 |
apuimedo | adrian_otto: how is the mesos bay type coming along? | 18:48 |
*** whenry_ has quit IRC | 18:48 | |
apuimedo | daneyon_: we are opening issues in libnetwork | 18:48 |
apuimedo | and we'll contribute for the things we need if they let us | 18:49 |
daneyon_ | irenab that's definitly needed. | 18:49 |
*** vivek-ebay has quit IRC | 18:49 | |
apuimedo | we are already operating in this way ;-) | 18:49 |
hongbin | apuimedo: A basic support of Mesos bay type is landed | 18:49 |
*** vivek-ebay has joined #openstack-meeting | 18:49 | |
apuimedo | tfukushima can show ;-) | 18:49 |
daneyon_ | apuimedo That's good to hear. | 18:49 |
apuimedo | hongbin: which containerizer does it use? The docker one made in C++ ? | 18:50 |
daneyon_ | We are down to our last 10 minutes, so I would like to go to our next topic | 18:50 |
banix | hockeynut: where? | 18:50 |
banix | hongbin: where? | 18:50 |
apuimedo | daneyon_: very well. Thanks for having us! | 18:50 |
*** davidlenwell has quit IRC | 18:50 | |
daneyon_ | #topic Review Action Items | 18:50 |
*** openstack changes topic to "Review Action Items (Meeting topic: container-networking)" | 18:50 | |
hongbin | apuimedo: It used the build-in docker containerizer | 18:50 |
daneyon_ | apuimedo yw | 18:50 |
apuimedo | ok, that's the C++ nowadays :-) | 18:51 |
daneyon_ | apuimedo I will keep kuryr integration brainstorming on the agenda for next week. It would be helpful if someone from the kuryr team could join again. | 18:51 |
daneyon_ | ACTION: danehans to contact tcammann to ask for an updated vote on the net spec | 18:51 |
daneyon_ | complete | 18:51 |
*** davidlenwell has joined #openstack-meeting | 18:51 | |
daneyon_ | tcammann gave a +2 to the spec | 18:51 |
daneyon_ | ACTION: danehans to send a formal request to the kuryr team for participation in our next meeting on 8/20 | 18:51 |
daneyon_ | complete | 18:51 |
daneyon_ | and thanks to everyone from the kuryr team for joining and for the continued collaboration. | 18:52 |
daneyon_ | ACTION: adrian_otto formally request the Neutron/Kuryr PTL submit a Kuryr design spec. | 18:52 |
*** lkarm has joined #openstack-meeting | 18:52 | |
adrian_otto | completed | 18:52 |
*** MaxPC has joined #openstack-meeting | 18:52 | |
daneyon_ | I saw that adrian_otto sent the message to the ML | 18:52 |
daneyon_ | thanks adrian_otto | 18:52 |
daneyon_ | and here is the kuryr design spec: | 18:53 |
daneyon_ | #link https://review.openstack.org/#/c/213490/ | 18:53 |
*** MaxPC has quit IRC | 18:53 | |
daneyon_ | it's a wip | 18:53 |
eghobo | adrian_otto: who is Kuryr PTL? | 18:53 |
*** lkarm has quit IRC | 18:53 | |
*** oomichi has quit IRC | 18:53 | |
daneyon_ | it would be great if everyone could review | 18:53 |
*** lkarm has joined #openstack-meeting | 18:53 | |
daneyon_ | #action everyone review the kuryr design spec https://review.openstack.org/#/c/186617/ | 18:54 |
daneyon_ | eghobo I don't believe their community has performed a ptl vote yet | 18:54 |
daneyon_ | #topic Open Discussion | 18:55 |
*** openstack changes topic to "Open Discussion (Meeting topic: container-networking)" | 18:55 | |
*** afazekas has joined #openstack-meeting | 18:55 | |
daneyon_ | I thought the clear containers thing from Intel/Rkt is interesting | 18:55 |
daneyon_ | #link https://coreos.com/blog/rkt-0.8-with-new-vm-support/ | 18:55 |
daneyon_ | adrian_otto i hope all is well with your family thing | 18:56 |
apuimedo | daneyon_: indeed. Would you say it is like hyper but for rkt? | 18:56 |
adrian_otto | thanks daneyon_ | 18:57 |
daneyon_ | adrian_otto pls let me know if you need any networking related updates for your silicon valley openstack meeting | 18:57 |
daneyon_ | apuimedo that's kind of how i see it | 18:57 |
*** vpanizo has joined #openstack-meeting | 18:57 | |
adrian_otto | daneyon_: Thanks, will do. | 18:57 |
apuimedo | daneyon_: in fact, sometimes I think that it would be much, much easier to network clearcontainers and hyper | 18:57 |
*** ociuhandu has quit IRC | 18:58 | |
apuimedo | and make K8s and swarm use them | 18:58 |
*** davidlenwell has quit IRC | 18:58 | |
daneyon_ | adrian_otto any news from GOOG regarding magnum participation? | 18:58 |
apuimedo | it's soo much easier :P | 18:58 |
adrian_otto | not yet | 18:58 |
*** puranamr has quit IRC | 18:58 | |
daneyon_ | adrian_otto OK, thx | 18:58 |
daneyon_ | Our time is up | 18:59 |
*** davidlenwell has joined #openstack-meeting | 18:59 | |
daneyon_ | Thanks to everyone for joining and have a great rest of your week! | 18:59 |
daneyon_ | #endmeeting | 18:59 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 18:59 | |
openstack | Meeting ended Thu Aug 20 18:59:35 2015 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 18:59 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/container_networking/2015/container_networking.2015-08-20-18.00.html | 18:59 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/container_networking/2015/container_networking.2015-08-20-18.00.txt | 18:59 |
openstack | Log: http://eavesdrop.openstack.org/meetings/container_networking/2015/container_networking.2015-08-20-18.00.log.html | 18:59 |
*** daneyon_ has left #openstack-meeting | 18:59 | |
tfukushima | daneyon_: Thanks for being our host. | 18:59 |
*** eghobo has left #openstack-meeting | 19:00 | |
*** geoffarnold has quit IRC | 19:00 | |
*** singleth_ has joined #openstack-meeting | 19:00 | |
*** afazekas has quit IRC | 19:03 | |
*** singlethink has quit IRC | 19:03 | |
*** lhcheng has joined #openstack-meeting | 19:04 | |
*** dannywilson has quit IRC | 19:04 | |
*** dannywilson has joined #openstack-meeting | 19:05 | |
*** tiswanso has joined #openstack-meeting | 19:07 | |
*** jruano has quit IRC | 19:08 | |
*** achanda has joined #openstack-meeting | 19:08 | |
*** dkranz has quit IRC | 19:09 | |
*** adrian_otto has quit IRC | 19:10 | |
*** emagana has quit IRC | 19:10 | |
*** dannywilson has quit IRC | 19:10 | |
*** dannywilson has joined #openstack-meeting | 19:10 | |
*** cbouch has quit IRC | 19:12 | |
*** tfukushima has quit IRC | 19:12 | |
*** Prashant has quit IRC | 19:14 | |
*** Prashant has joined #openstack-meeting | 19:14 | |
*** luz_ has quit IRC | 19:18 | |
*** Prashant has quit IRC | 19:18 | |
*** tfukushima has joined #openstack-meeting | 19:19 | |
*** AmirBaleghi1119 has joined #openstack-meeting | 19:20 | |
*** Prashant has joined #openstack-meeting | 19:20 | |
*** AmirBaleghi1118 has quit IRC | 19:20 | |
*** oomichi has joined #openstack-meeting | 19:21 | |
*** zul has quit IRC | 19:23 | |
*** tiswanso has quit IRC | 19:23 | |
*** neelashah has quit IRC | 19:24 | |
*** terrylhowe has left #openstack-meeting | 19:25 | |
*** dims_ has joined #openstack-meeting | 19:26 | |
*** pchriste has quit IRC | 19:26 | |
*** vishwana_ has joined #openstack-meeting | 19:26 | |
*** ivar-lazzaro has joined #openstack-meeting | 19:27 | |
*** tfukushima has quit IRC | 19:27 | |
*** hazmat has quit IRC | 19:27 | |
*** jprovazn has quit IRC | 19:27 | |
*** dolphm has quit IRC | 19:27 | |
*** ttx has quit IRC | 19:27 | |
*** jckasper has joined #openstack-meeting | 19:27 | |
*** rex_lee has quit IRC | 19:27 | |
*** dims has quit IRC | 19:28 | |
*** DuncanT has quit IRC | 19:28 | |
*** adam_g has quit IRC | 19:28 | |
*** oomichi has quit IRC | 19:28 | |
*** davidlenwell has quit IRC | 19:28 | |
*** novas0x2a|laptop has quit IRC | 19:28 | |
*** lhcheng has quit IRC | 19:28 | |
*** ivar-la__ has quit IRC | 19:28 | |
*** vishwanathj has quit IRC | 19:28 | |
*** sbalukoff has quit IRC | 19:28 | |
*** otherwiseguy has quit IRC | 19:28 | |
*** dguitarbite has quit IRC | 19:28 | |
*** sankarshan_away has quit IRC | 19:28 | |
*** ryanpetrello has quit IRC | 19:28 | |
*** toan has quit IRC | 19:28 | |
*** tiswanso has joined #openstack-meeting | 19:28 | |
*** toan has joined #openstack-meeting | 19:29 | |
*** irenab has quit IRC | 19:29 | |
*** davidlenwell has joined #openstack-meeting | 19:31 | |
*** DuncanT has joined #openstack-meeting | 19:31 | |
*** hazmat has joined #openstack-meeting | 19:32 | |
*** ayoung has joined #openstack-meeting | 19:32 | |
*** VW_ has joined #openstack-meeting | 19:33 | |
*** ttx has joined #openstack-meeting | 19:33 | |
*** achanda has quit IRC | 19:34 | |
*** rex_lee has joined #openstack-meeting | 19:35 | |
*** yassine has quit IRC | 19:36 | |
*** dolphm has joined #openstack-meeting | 19:36 | |
*** ryanpetrello has joined #openstack-meeting | 19:36 | |
*** alexsyip has joined #openstack-meeting | 19:36 | |
*** padkrish has quit IRC | 19:36 | |
*** puranamr has joined #openstack-meeting | 19:38 | |
*** ivar-lazzaro has quit IRC | 19:39 | |
*** s3wong has quit IRC | 19:39 | |
*** darrenc has quit IRC | 19:39 | |
*** moha_hunt has joined #openstack-meeting | 19:40 | |
*** darrenc has joined #openstack-meeting | 19:40 | |
*** dguitarbite has joined #openstack-meeting | 19:41 | |
*** salv-orlando has joined #openstack-meeting | 19:41 | |
*** mrunge has quit IRC | 19:41 | |
*** sbalukoff has joined #openstack-meeting | 19:42 | |
*** jruano has joined #openstack-meeting | 19:42 | |
*** VW_ has quit IRC | 19:43 | |
*** VW_ has joined #openstack-meeting | 19:43 | |
*** j^2 has quit IRC | 19:45 | |
*** otherwiseguy has joined #openstack-meeting | 19:45 | |
*** j^2 has joined #openstack-meeting | 19:46 | |
*** sudipto has quit IRC | 19:46 | |
*** etoews has quit IRC | 19:46 | |
*** etoews has joined #openstack-meeting | 19:46 | |
*** esker has joined #openstack-meeting | 19:46 | |
*** pvaneck has quit IRC | 19:47 | |
*** armax has joined #openstack-meeting | 19:47 | |
*** esker has quit IRC | 19:47 | |
*** FallenPegasus has joined #openstack-meeting | 19:47 | |
*** novas0x2a|laptop has joined #openstack-meeting | 19:47 | |
*** esker has joined #openstack-meeting | 19:47 | |
*** VW_ has quit IRC | 19:48 | |
*** glauco__ has joined #openstack-meeting | 19:50 | |
*** glauco has quit IRC | 19:50 | |
*** singlethink has joined #openstack-meeting | 19:51 | |
*** jhenner has joined #openstack-meeting | 19:51 | |
*** padkrish has joined #openstack-meeting | 19:52 | |
*** padkrish has quit IRC | 19:52 | |
*** ryanpetrello has quit IRC | 19:52 | |
*** leeantho has quit IRC | 19:52 | |
*** padkrish has joined #openstack-meeting | 19:52 | |
*** lblanchard has quit IRC | 19:53 | |
*** resker has joined #openstack-meeting | 19:53 | |
*** ajmiller has quit IRC | 19:53 | |
*** glauco__ has quit IRC | 19:54 | |
*** singleth_ has quit IRC | 19:54 | |
*** pballand has joined #openstack-meeting | 19:55 | |
*** ryanpetrello has joined #openstack-meeting | 19:55 | |
*** andreykurilin__ has quit IRC | 19:55 | |
*** glauco has joined #openstack-meeting | 19:56 | |
*** resker has quit IRC | 19:56 | |
*** padkrish has quit IRC | 19:56 | |
*** jichen has joined #openstack-meeting | 19:56 | |
*** doug-fis_ has joined #openstack-meeting | 19:56 | |
*** resker has joined #openstack-meeting | 19:57 | |
*** topol has quit IRC | 19:57 | |
*** esker has quit IRC | 19:57 | |
*** topol has joined #openstack-meeting | 19:57 | |
*** amrith is now known as _amrith_ | 19:59 | |
*** doug-fish has quit IRC | 19:59 | |
*** doug-fish has joined #openstack-meeting | 20:00 | |
*** neelashah has joined #openstack-meeting | 20:00 | |
*** puranamr has quit IRC | 20:00 | |
*** doug-fis_ has quit IRC | 20:01 | |
*** ccavanna has quit IRC | 20:02 | |
*** neelashah1 has joined #openstack-meeting | 20:02 | |
*** annegentle has quit IRC | 20:04 | |
*** suro-patz has left #openstack-meeting | 20:04 | |
*** adrian_otto has joined #openstack-meeting | 20:04 | |
*** resker has quit IRC | 20:04 | |
*** annegentle has joined #openstack-meeting | 20:04 | |
*** glauco has quit IRC | 20:05 | |
*** neelashah has quit IRC | 20:05 | |
*** IanGovett has quit IRC | 20:06 | |
*** neelashah1 has quit IRC | 20:07 | |
*** sridhar_ram1 has joined #openstack-meeting | 20:07 | |
*** sridhar_ram has quit IRC | 20:08 | |
*** sridhar_ram1 is now known as sridhar_ram | 20:09 | |
*** AmirBaleghi1119 has quit IRC | 20:10 | |
*** AmirBaleghi1119 has joined #openstack-meeting | 20:11 | |
*** pnavarro has joined #openstack-meeting | 20:11 | |
*** egallen has joined #openstack-meeting | 20:11 | |
*** bvandenh has quit IRC | 20:11 | |
*** egallen has quit IRC | 20:12 | |
*** puranamr has joined #openstack-meeting | 20:13 | |
*** achanda has joined #openstack-meeting | 20:13 | |
*** adiantum has joined #openstack-meeting | 20:13 | |
*** irenab has joined #openstack-meeting | 20:15 | |
*** irenab has quit IRC | 20:15 | |
*** ajayaa has quit IRC | 20:19 | |
*** achanda has quit IRC | 20:19 | |
*** glauco has joined #openstack-meeting | 20:19 | |
*** robefran has quit IRC | 20:19 | |
*** emagana has joined #openstack-meeting | 20:20 | |
*** ndipanov has joined #openstack-meeting | 20:20 | |
*** glauco has quit IRC | 20:21 | |
*** VW_ has joined #openstack-meeting | 20:22 | |
*** docaedo has left #openstack-meeting | 20:23 | |
*** AmirBaleghi1119 has quit IRC | 20:24 | |
*** jichen has quit IRC | 20:24 | |
*** jruano has quit IRC | 20:24 | |
*** jruano has joined #openstack-meeting | 20:24 | |
*** glauco has joined #openstack-meeting | 20:25 | |
*** rossella_s has quit IRC | 20:25 | |
*** rossella_s has joined #openstack-meeting | 20:25 | |
*** glauco has quit IRC | 20:26 | |
*** BharatK has quit IRC | 20:27 | |
*** neelashah has joined #openstack-meeting | 20:29 | |
*** VW_ has quit IRC | 20:30 | |
*** e0ne has joined #openstack-meeting | 20:31 | |
*** VW_ has joined #openstack-meeting | 20:31 | |
*** achanda has joined #openstack-meeting | 20:32 | |
*** Sukhdev has quit IRC | 20:34 | |
*** glauco has joined #openstack-meeting | 20:35 | |
*** ndipanov has quit IRC | 20:35 | |
*** VW_ has quit IRC | 20:35 | |
*** glauco has quit IRC | 20:35 | |
*** padkrish has joined #openstack-meeting | 20:38 | |
*** lkarm has left #openstack-meeting | 20:38 | |
*** zul has joined #openstack-meeting | 20:39 | |
*** glauco has joined #openstack-meeting | 20:40 | |
*** glauco has quit IRC | 20:41 | |
*** boris-42 has joined #openstack-meeting | 20:41 | |
*** padkrish has quit IRC | 20:42 | |
*** jtomasek has quit IRC | 20:42 | |
*** thangp has quit IRC | 20:43 | |
*** glauco_ has joined #openstack-meeting | 20:44 | |
*** FallenPegasus has quit IRC | 20:44 | |
*** glauco_ has quit IRC | 20:45 | |
*** glauco has joined #openstack-meeting | 20:46 | |
*** Prashant has quit IRC | 20:46 | |
*** Prashant has joined #openstack-meeting | 20:47 | |
*** glauco has quit IRC | 20:47 | |
*** geoffarnold has joined #openstack-meeting | 20:47 | |
*** puranamr has quit IRC | 20:47 | |
*** emagana has quit IRC | 20:47 | |
*** armax has quit IRC | 20:49 | |
*** bswartz has quit IRC | 20:50 | |
*** nadya has quit IRC | 20:50 | |
*** glauco has joined #openstack-meeting | 20:50 | |
*** jruano has quit IRC | 20:51 | |
*** glauco has quit IRC | 20:51 | |
*** Prashant has quit IRC | 20:52 | |
*** geoffarnold has quit IRC | 20:52 | |
*** cdub has quit IRC | 20:53 | |
*** ivasev has quit IRC | 20:53 | |
*** pm90__ has quit IRC | 20:56 | |
*** achanda has quit IRC | 20:57 | |
*** achanda_ has joined #openstack-meeting | 20:57 | |
*** e0ne has quit IRC | 20:58 | |
*** robefran has joined #openstack-meeting | 20:58 | |
*** glauco has joined #openstack-meeting | 20:59 | |
*** dannywil_ has joined #openstack-meeting | 21:00 | |
*** mageshgv has quit IRC | 21:00 | |
*** geoffarnold has joined #openstack-meeting | 21:00 | |
*** ndipanov has joined #openstack-meeting | 21:01 | |
*** ivar-lazzaro has joined #openstack-meeting | 21:02 | |
*** dannywilson has quit IRC | 21:03 | |
*** cloudrancher has joined #openstack-meeting | 21:05 | |
*** FallenPegasus has joined #openstack-meeting | 21:05 | |
*** tiswanso has quit IRC | 21:05 | |
*** aysyd has quit IRC | 21:06 | |
*** yamahata has joined #openstack-meeting | 21:10 | |
*** Prashant has joined #openstack-meeting | 21:11 | |
*** Prashant_ has joined #openstack-meeting | 21:13 | |
*** dprince has quit IRC | 21:16 | |
*** Prashant has quit IRC | 21:16 | |
*** jeadre has quit IRC | 21:16 | |
*** Berezin has joined #openstack-meeting | 21:17 | |
*** kebray has quit IRC | 21:17 | |
*** derekh has joined #openstack-meeting | 21:17 | |
*** Prashant_ has quit IRC | 21:17 | |
*** zul has quit IRC | 21:18 | |
*** erlon has quit IRC | 21:18 | |
*** annegentle has quit IRC | 21:20 | |
*** annegentle has joined #openstack-meeting | 21:20 | |
*** eharney has quit IRC | 21:21 | |
*** FallenPegasus has quit IRC | 21:22 | |
*** rfolco has quit IRC | 21:23 | |
*** Prashant has joined #openstack-meeting | 21:23 | |
*** Prashant_ has joined #openstack-meeting | 21:24 | |
*** padkrish has joined #openstack-meeting | 21:24 | |
*** neelashah has quit IRC | 21:25 | |
*** ayoung has quit IRC | 21:25 | |
*** krtaylor has quit IRC | 21:26 | |
*** armax has joined #openstack-meeting | 21:26 | |
*** Prashant has quit IRC | 21:28 | |
*** amitgandhinz has quit IRC | 21:28 | |
*** stevemar has quit IRC | 21:28 | |
*** Prashant_ has quit IRC | 21:29 | |
*** dguerri` is now known as dguerri | 21:30 | |
*** dguerri is now known as dguerri` | 21:31 | |
*** pnavarro has quit IRC | 21:31 | |
*** dkranz has joined #openstack-meeting | 21:32 | |
*** noslzzp has joined #openstack-meeting | 21:32 | |
*** Prashant has joined #openstack-meeting | 21:33 | |
*** vilobhmm1 has quit IRC | 21:34 | |
*** ndipanov has quit IRC | 21:35 | |
*** Piet has joined #openstack-meeting | 21:35 | |
*** vilobhmm1 has joined #openstack-meeting | 21:36 | |
*** vilobhmm11 has joined #openstack-meeting | 21:37 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 21:38 | |
*** dannywil_ has quit IRC | 21:40 | |
*** vilobhmm1 has quit IRC | 21:40 | |
*** absubram has quit IRC | 21:42 | |
*** doug-fish has quit IRC | 21:42 | |
*** pm90_ has joined #openstack-meeting | 21:42 | |
*** doug-fish has joined #openstack-meeting | 21:42 | |
*** annegentle has quit IRC | 21:42 | |
*** VW_ has joined #openstack-meeting | 21:43 | |
*** pm90__ has joined #openstack-meeting | 21:43 | |
*** adrian_otto has quit IRC | 21:45 | |
*** doug-fish has quit IRC | 21:46 | |
*** noslzzp has quit IRC | 21:47 | |
*** pm90_ has quit IRC | 21:47 | |
*** absubram has joined #openstack-meeting | 21:47 | |
*** FallenPegasus has joined #openstack-meeting | 21:48 | |
*** bapalm has quit IRC | 21:49 | |
*** bapalm has joined #openstack-meeting | 21:52 | |
*** Prashant_ has joined #openstack-meeting | 21:54 | |
*** dannywilson has joined #openstack-meeting | 21:54 | |
*** britthouser has quit IRC | 21:54 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 21:54 | |
*** henrynash has quit IRC | 21:55 | |
*** topol has quit IRC | 21:56 | |
*** bapalm has quit IRC | 21:57 | |
*** Prashant has quit IRC | 21:57 | |
*** peaceful has joined #openstack-meeting | 21:58 | |
*** Prashant_ has quit IRC | 21:59 | |
*** peaceful has quit IRC | 21:59 | |
*** peaceful has joined #openstack-meeting | 21:59 | |
*** geoffarnold has quit IRC | 22:01 | |
*** peaceful has quit IRC | 22:01 | |
*** geoffarnold has joined #openstack-meeting | 22:02 | |
*** aimon has quit IRC | 22:02 | |
*** bapalm has joined #openstack-meeting | 22:03 | |
*** kelvin has quit IRC | 22:05 | |
*** claudiub has quit IRC | 22:05 | |
*** bapalm has quit IRC | 22:08 | |
*** lukebrooker has joined #openstack-meeting | 22:08 | |
*** vijendar has quit IRC | 22:12 | |
*** s3wong has joined #openstack-meeting | 22:12 | |
*** doug-fish has joined #openstack-meeting | 22:14 | |
*** bapalm has joined #openstack-meeting | 22:14 | |
*** oomichi has joined #openstack-meeting | 22:17 | |
*** krtaylor has joined #openstack-meeting | 22:18 | |
*** doug-fish has quit IRC | 22:18 | |
*** bapalm has quit IRC | 22:19 | |
*** Berezin has quit IRC | 22:19 | |
*** ayoung has joined #openstack-meeting | 22:19 | |
*** annegentle has joined #openstack-meeting | 22:20 | |
*** jruano has joined #openstack-meeting | 22:20 | |
*** zul has joined #openstack-meeting | 22:25 | |
*** oomichi has quit IRC | 22:26 | |
*** jecarey has quit IRC | 22:28 | |
*** bapalm has joined #openstack-meeting | 22:29 | |
*** lpeer has quit IRC | 22:30 | |
*** lpeer has joined #openstack-meeting | 22:31 | |
*** annegentle has quit IRC | 22:33 | |
*** annegentle has joined #openstack-meeting | 22:33 | |
*** bapalm has quit IRC | 22:34 | |
*** bapalm has joined #openstack-meeting | 22:35 | |
*** aimon has joined #openstack-meeting | 22:35 | |
*** vpanizo has quit IRC | 22:36 | |
*** tfukushima has joined #openstack-meeting | 22:37 | |
*** annegentle has quit IRC | 22:38 | |
*** jruano has quit IRC | 22:38 | |
*** Leonr has quit IRC | 22:38 | |
*** xyang1 has quit IRC | 22:38 | |
*** jruano has joined #openstack-meeting | 22:38 | |
*** jruano has quit IRC | 22:38 | |
*** rfolco has joined #openstack-meeting | 22:39 | |
*** emagana has joined #openstack-meeting | 22:40 | |
*** JRobinson__ has joined #openstack-meeting | 22:41 | |
*** glauco has quit IRC | 22:42 | |
*** bapalm has quit IRC | 22:43 | |
*** bapalm has joined #openstack-meeting | 22:43 | |
*** ujuc has joined #openstack-meeting | 22:44 | |
*** ujuc has quit IRC | 22:46 | |
*** aimon has quit IRC | 22:47 | |
*** aimon has joined #openstack-meeting | 22:48 | |
*** bapalm has quit IRC | 22:48 | |
*** dannywilson has quit IRC | 22:48 | |
*** gouthamr has joined #openstack-meeting | 22:49 | |
*** bapalm has joined #openstack-meeting | 22:51 | |
*** s3wong has quit IRC | 22:52 | |
*** aimon_ has joined #openstack-meeting | 22:54 | |
*** tfukushima has quit IRC | 22:55 | |
*** dannywilson has joined #openstack-meeting | 22:57 | |
*** pballand has quit IRC | 22:57 | |
*** aimon has quit IRC | 22:57 | |
*** singlethink has quit IRC | 22:59 | |
*** hrou has quit IRC | 23:00 | |
*** tsbot_ has quit IRC | 23:01 | |
*** sridhar_ram has quit IRC | 23:02 | |
*** sridhar_ram has joined #openstack-meeting | 23:02 | |
*** asettle has joined #openstack-meeting | 23:03 | |
*** ayoung has quit IRC | 23:03 | |
*** leeantho has joined #openstack-meeting | 23:03 | |
*** achanda_ has quit IRC | 23:05 | |
*** FallenPegasus has quit IRC | 23:08 | |
*** FallenPegasus has joined #openstack-meeting | 23:10 | |
*** gouthamr has quit IRC | 23:10 | |
*** vpanizo has joined #openstack-meeting | 23:10 | |
*** gouthamr has joined #openstack-meeting | 23:10 | |
*** adahms has joined #openstack-meeting | 23:11 | |
*** cdub has joined #openstack-meeting | 23:12 | |
*** hongbin has quit IRC | 23:12 | |
*** emagana has quit IRC | 23:14 | |
*** hemna is now known as hemnafk | 23:16 | |
*** achanda has joined #openstack-meeting | 23:16 | |
*** gouthamr has quit IRC | 23:18 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 23:18 | |
*** dannywilson has quit IRC | 23:19 | |
*** VW_ has quit IRC | 23:25 | |
*** zaneb has quit IRC | 23:25 | |
*** VW_ has joined #openstack-meeting | 23:25 | |
*** sridhar_ram has quit IRC | 23:26 | |
*** sridhar_ram has joined #openstack-meeting | 23:28 | |
*** ddecapit has joined #openstack-meeting | 23:29 | |
*** dannywilson has joined #openstack-meeting | 23:30 | |
*** VW_ has quit IRC | 23:30 | |
*** otter768 has joined #openstack-meeting | 23:30 | |
*** banix has quit IRC | 23:33 | |
*** ddecapit has quit IRC | 23:33 | |
*** ddecapit has joined #openstack-meeting | 23:33 | |
*** pm90__ has quit IRC | 23:34 | |
*** VW_ has joined #openstack-meeting | 23:34 | |
*** s3wong has joined #openstack-meeting | 23:35 | |
*** tochi has joined #openstack-meeting | 23:36 | |
*** ayoung has joined #openstack-meeting | 23:37 | |
*** cloudrancher has quit IRC | 23:38 | |
*** gouthamr has joined #openstack-meeting | 23:39 | |
*** zaneb has joined #openstack-meeting | 23:41 | |
*** sridhar_ram has quit IRC | 23:41 | |
*** sridhar_ram has joined #openstack-meeting | 23:42 | |
*** glauco_ has joined #openstack-meeting | 23:42 | |
*** ddieterly has joined #openstack-meeting | 23:43 | |
*** geoffarnold has quit IRC | 23:43 | |
*** salv-orlando has quit IRC | 23:46 | |
*** ddecapit has quit IRC | 23:46 | |
*** glauco_ has quit IRC | 23:47 | |
*** Swami has quit IRC | 23:48 | |
*** robefran has quit IRC | 23:48 | |
*** harshs has quit IRC | 23:50 | |
*** gouthamr has quit IRC | 23:51 | |
*** balajiiyer has quit IRC | 23:54 | |
*** hrou has joined #openstack-meeting | 23:55 | |
*** topol has joined #openstack-meeting | 23:56 | |
*** FallenPegasus has quit IRC | 23:56 | |
*** dannywilson has quit IRC | 23:56 | |
*** VW_ has quit IRC | 23:56 | |
*** VW_ has joined #openstack-meeting | 23:57 | |
*** SumitNaiksatam has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!