*** thinrichs has joined #openstack-meeting | 00:00 | |
*** mfranc213 has quit IRC | 00:00 | |
*** Daisy has quit IRC | 00:00 | |
*** mfranc213 has joined #openstack-meeting | 00:00 | |
*** haomaiwang has quit IRC | 00:01 | |
*** haomaiwang has joined #openstack-meeting | 00:01 | |
thinrichs | Hi all. Who is here for the Congress meeting? | 00:03 |
---|---|---|
thinrichs | #startmeeting CongressTeamMeeting | 00:03 |
openstack | Meeting started Thu Jan 14 00:03:11 2016 UTC and is due to finish in 60 minutes. The chair is thinrichs. Information about MeetBot at http://wiki.debian.org/MeetBot. | 00:03 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 00:03 |
*** openstack changes topic to " (Meeting topic: CongressTeamMeeting)" | 00:03 | |
pballand | hi | 00:03 |
openstack | The meeting name has been set to 'congressteammeeting' | 00:03 |
ekcs | hi | 00:03 |
ramineni | hi | 00:03 |
thinrichs | pballand, ekcs, ramineni: hi! | 00:03 |
*** pratikmallya has quit IRC | 00:03 | |
thinrichs | masahito: you here? | 00:03 |
masahito | yes | 00:04 |
thinrichs | Here's my agenda for today… | 00:04 |
*** mfranc21_ has joined #openstack-meeting | 00:04 | |
thinrichs | 1. distributed arch | 00:04 |
thinrichs | 2. mid-cycle meet-up | 00:04 |
thinrichs | 3. Austin | 00:04 |
thinrichs | 4. mitaka-2 next week | 00:04 |
*** mfranc213 has quit IRC | 00:05 | |
thinrichs | 5. push driver | 00:05 |
thinrichs | Anything else? | 00:05 |
thinrichs | 6. stable branches | 00:05 |
*** armax has quit IRC | 00:05 | |
thinrichs | Let's get started then. | 00:06 |
thinrichs | #topic distributed arch | 00:06 |
*** openstack changes topic to "distributed arch (Meeting topic: CongressTeamMeeting)" | 00:06 | |
thinrichs | pballand: I saw you pushing code to review. How's it going? | 00:06 |
pballand | yeah - I abandoned the old set and pushed a new one: https://review.openstack.org/#/q/status:open+project:openstack/congress+branch:master+topic:dse2 | 00:06 |
pballand | here’s: where it’s at... | 00:07 |
pballand | the code is completely standalone still, pending enough functionality (I’ll get to that) to merge existing services | 00:07 |
pballand | it supports: launching multiple DseNodes, that discover eachother and share status | 00:07 |
*** dneary has joined #openstack-meeting | 00:08 | |
pballand | DseNodes can expose RPCs and invoke them on other nodes | 00:08 |
pballand | each node runs zero or more services, which also support exposing and invoking RPCs | 00:08 |
pballand | the big missing piece is the DseService base class support for table subscription - I’m working on that right now | 00:09 |
pballand | the pieces pushed so far should give a good indication of where I am going, however, and should be ready for review | 00:09 |
pballand | that’s the summary - any questions? | 00:10 |
thinrichs | That's tremendous progress! | 00:10 |
*** qwebirc23158 has joined #openstack-meeting | 00:10 | |
*** mfranc21_ has quit IRC | 00:10 | |
pballand | thanks - I’ll try to respond to review comments quickly, so we can iterate on the design | 00:11 |
thinrichs | I'm trying to figure out what we can do with the code that's already there. | 00:11 |
*** Swami has joined #openstack-meeting | 00:11 | |
thinrichs | We could (i) hook up the API models to the datasources and policy engines… | 00:12 |
pballand | yes, and we could link the main driver to launch DseNode with a command-line option to run those services that are hooked up | 00:13 |
thinrichs | I guess the only other thing we use the bus for right now having the policy engine/datasources pub/sub tables, which we can't do. | 00:13 |
pballand | thinrichs: right - that is the big missing piece, sorry :-( | 00:13 |
pballand | on the plus side, all of that relies on RPC, which has quite a bit of test coverage | 00:13 |
thinrichs | pballand: not calling out problems—just trying to enumerate the main pieces of functionality that we use the bus for. | 00:13 |
thinrichs | Is it fair to say that we have 2 uses for the bus: (1) RPC from API and (2) table pub/sub for everything else? | 00:14 |
pballand | that, and policy delegation | 00:14 |
thinrichs | policy delegation is rpc, right? | 00:14 |
thinrichs | action execution is also rpc | 00:15 |
pballand | I guess so, that’s fair | 00:15 |
*** ivar-lazzaro has joined #openstack-meeting | 00:15 | |
thinrichs | How's the unit test framework looking? | 00:15 |
pballand | if anyone is looking for something to do, integrating the dse2 unit tests with the framework would be very helpful - it’s not something I’ve put _any_ time in | 00:16 |
pballand | on | 00:16 |
*** mfranc213 has joined #openstack-meeting | 00:16 | |
thinrichs | pballand: how's the test coverage looking (independent if those tests are running in the current framework). | 00:17 |
*** Trey_ has joined #openstack-meeting | 00:17 | |
pballand | I haven’t run any coverage checks, but there are tests for all of the main methods | 00:18 |
pballand | mostly functional tests (little/nothing mocked) rather than unit tests | 00:19 |
pballand | https://review.openstack.org/#/c/267228/2/congress/dse2/test_dse_node.py | 00:19 |
pballand | for example | 00:19 |
*** ivar-lazzaro has quit IRC | 00:20 | |
thinrichs | All right, well that's some good background I'll use when I go to review. | 00:20 |
thinrichs | Any other questions/comments on the distributed arch? | 00:20 |
pballand | that test is an example of simple RPC calls, and the DseControlBus extends DataService in non-trivial ways | 00:21 |
ekcs | thinrichs: none from me. | 00:23 |
thinrichs | I'll take a look and make a review pass either tonight or tomorrow hopefully. | 00:23 |
thinrichs | Let's all get pballand reviews as soon as possible, so we all have a chance to pull down the code before the mid-cycle meetup. | 00:23 |
thinrichs | #action Everyone will review the DseNode code | 00:23 |
thinrichs | #topic Push driver | 00:24 |
*** openstack changes topic to "Push driver (Meeting topic: CongressTeamMeeting)" | 00:24 | |
thinrichs | masahito: how is the push driver going? | 00:24 |
masahito | I push patches which receive data with existing API server. | 00:25 |
masahito | https://review.openstack.org/#/c/256303/ | 00:25 |
masahito | https://review.openstack.org/#/c/266347/ | 00:25 |
*** Trey_ has quit IRC | 00:25 | |
*** torgomatic_ has left #openstack-meeting | 00:26 | |
masahito | I'm wondering if I remove http_driver.py or not in next patch set. | 00:26 |
masahito | because if Congress don't have it there is not reference implementation for other developers. | 00:27 |
*** dingboopt has quit IRC | 00:27 | |
masahito | That's my update. | 00:27 |
*** sombrafam has quit IRC | 00:27 | |
thinrichs | The http_driver.py shows how to set up a datasource to accept http requests for pushing data. Is that right? | 00:27 |
masahito | right. and shows what developers have to implement like get_datasource_info() | 00:28 |
*** ramineni_ has joined #openstack-meeting | 00:29 | |
thinrichs | Gerrit saves everything forever… | 00:29 |
thinrichs | so what I've done in the past is abandon the change that has the code that might be useful later but that we decided to not use immediately... | 00:29 |
thinrichs | and then create a new changeset that has just the code that gets merged. | 00:30 |
*** fernnest__ has joined #openstack-meeting | 00:30 | |
thinrichs | That way, we always have the alternate code available, but we don't pollute master with code that isn't currently being used. | 00:30 |
*** irenab_ has joined #openstack-meeting | 00:30 | |
*** Guest57135 has quit IRC | 00:30 | |
masahito | Just my idea is keeping http_driver.py there or add a new driver that works for my OPNFV use-case. | 00:30 |
*** salv-orl_ has quit IRC | 00:31 | |
masahito | I understand your concern. | 00:31 |
thinrichs | Does your OPNFV use case not work if the http push is routed through the API model? | 00:31 |
masahito | no. it works when http push is routed via the API. | 00:32 |
ekcs | What if the reference code is moved into an rst? Would that be a good solution? | 00:32 |
*** topol_ has joined #openstack-meeting | 00:33 | |
*** irenab has quit IRC | 00:33 | |
*** irenab_ is now known as irenab | 00:33 | |
*** topol_ is now known as Guest93434 | 00:33 | |
masahito | but the table the driver should have would be different among the user. | 00:33 |
thinrichs | masahito: not sure I understand. Can you give us some more context? | 00:34 |
*** mudassirlatif has quit IRC | 00:34 | |
*** salv-orlando has joined #openstack-meeting | 00:34 | |
*** garthb__ has quit IRC | 00:35 | |
*** otter768 has joined #openstack-meeting | 00:36 | |
masahito | example are following. | 00:36 |
masahito | user A want to use a table which has schema, event_id, host and status, but user B want to use a table which has 3 schema, name, status and disk.∫ | 00:38 |
*** Sukhdev has joined #openstack-meeting | 00:38 | |
masahito | In this case, | 00:39 |
*** armax has joined #openstack-meeting | 00:39 | |
*** garthb__ has joined #openstack-meeting | 00:39 | |
*** otter768 has quit IRC | 00:41 | |
masahito | I don't think it's not good to extend the driver everytime when the number of user increases and they use different schema. | 00:41 |
thinrichs | So you're saying that if we have 2 users who want to push different schema, we need 2 different datasources in congress that define the translators for that schema. | 00:42 |
thinrichs | And then if we have N different schema, we'd need N different datasources in congress. | 00:43 |
masahito | right. | 00:43 |
thinrichs | If we could tell people that they are only allowed to push tables, then we don't really need a translator. | 00:43 |
thinrichs | And 1 datasource would be enough for everyone. | 00:43 |
thinrichs | The only time we need translators is when people are pushing data that is not a list of tuples of strings/numbers. | 00:44 |
thinrichs | So maybe we would want a TablePushDriver that anyone can use who wants to push relational data in any schema. | 00:44 |
*** arvinc_ has quit IRC | 00:45 | |
*** ricolin has joined #openstack-meeting | 00:45 | |
*** salv-orlando has quit IRC | 00:45 | |
*** dims has quit IRC | 00:45 | |
thinrichs | I suppose we could also create a JsonPushDriver that people can use who want to push json data, and recursively walk that data to turn it into tables. | 00:45 |
*** Sukhdev has quit IRC | 00:46 | |
thinrichs | I guess the downside to that idea is that the schema isn't fixed in the code. The schema is dynamically computed at runtime. | 00:46 |
*** salv-orlando has joined #openstack-meeting | 00:46 | |
thinrichs | I think the policy engine should be flexible enough to handle that now. | 00:46 |
ekcs | question: is this a problem that arises only with push not poll? | 00:47 |
thinrichs | masahito: does that make sense? (We're running short on time, so maybe we should continue this discussion offline.) | 00:47 |
masahito | yes. | 00:47 |
masahito | my idea for it is we implement create table API for definition of the driver. | 00:47 |
thinrichs | ekcs: right now all the datasources have static schemas. | 00:47 |
*** mfranc213 has quit IRC | 00:47 | |
*** henrynash has quit IRC | 00:47 | |
*** mfranc213 has joined #openstack-meeting | 00:48 | |
thinrichs | masahito: that makes sense | 00:48 |
masahito | I check if it works in our use-case. | 00:48 |
thinrichs | masahito: if not, we can always compute the schema dynamically based on the data that has been pushed. (The schema is being set dynamically in either case.) | 00:49 |
thinrichs | We're short on time, so let's move on. | 00:49 |
*** ryanpetrello has quit IRC | 00:49 | |
thinrichs | #topic stable branches | 00:49 |
*** openstack changes topic to "stable branches (Meeting topic: CongressTeamMeeting)" | 00:49 | |
*** banix has joined #openstack-meeting | 00:49 | |
thinrichs | ramineni: I saw your change for project-config finally got merged. Right? | 00:50 |
ramineni | thinrichs: yes :) , so now stable branches run only congress tests without plugin mechanism | 00:50 |
*** ryanpetrello has joined #openstack-meeting | 00:50 | |
ramineni | https://review.openstack.org/#/c/266801/ | 00:50 |
thinrichs | ramineni: congrats! That one took a while. | 00:50 |
ramineni | this patch should turn the gate green | 00:50 |
*** trozet has joined #openstack-meeting | 00:51 | |
thinrichs | ramineni: great! I'll take a look once we finish up the meeting. | 00:51 |
*** mfranc21_ has joined #openstack-meeting | 00:51 | |
ramineni | thinrichs: yep :D | 00:51 |
thinrichs | Hopefully then we can get the backlog of stable/liberty fixes in. | 00:51 |
thinrichs | ramineni: Do you remember if there's some stable/kilo work to do? | 00:52 |
ramineni | thinrichs: tempet tests are still disabled though , i will enable in one patch after it merges | 00:52 |
*** mfranc213 has quit IRC | 00:52 | |
thinrichs | ramineni: are you on the stable-maint team? (Seems like you should be.) | 00:52 |
ramineni | thinrichs: no, stable kilo we have disabled this job i guess right? | 00:52 |
thinrichs | Maybe so…I'm losing track. | 00:53 |
ramineni | thinrichs: ya, think so | 00:53 |
thinrichs | I'll try to look into it. | 00:53 |
ramineni | thinrichs: i think its disabled , but do we want to support stable/kilo also? | 00:53 |
thinrichs | ramineni: I don't remember if it was working at all. I seem to think not. Let's focus on stable/liberty for now. | 00:54 |
thinrichs | ramineni: let us know if there's any help you need getting stable/liberty back on track. | 00:54 |
ramineni | thinrichs: sure | 00:54 |
thinrichs | If you're in stable/maint, you should be able to +2 things and merge them. | 00:54 |
*** ryanpetrello has quit IRC | 00:55 | |
ramineni | thinrichs: ok | 00:55 |
thinrichs | 5 minutes left. | 00:55 |
thinrichs | #topic open discussion | 00:55 |
*** openstack changes topic to "open discussion (Meeting topic: CongressTeamMeeting)" | 00:55 | |
thinrichs | ekcs: anything to report? | 00:55 |
ekcs | I'm working on this bp for pub-sub communication between policy engine and datasources: https://blueprints.launchpad.net/congress/+spec/dist-datasources-on-bus | 00:56 |
ekcs | Almost ready to push reviewable WIP. | 00:56 |
thinrichs | anyone else have anything? (We can interleave the discussions to finish on time). | 00:56 |
thinrichs | ekcs: nice! Having that in the pipeline will be good once we start getting pballand's changes integrated. | 00:56 |
thinrichs | Couple of reminders… | 00:57 |
*** ryanpetrello has joined #openstack-meeting | 00:57 | |
*** ddieterly has joined #openstack-meeting | 00:57 | |
thinrichs | 1. Calll for speakers at Austin closes Feb 3 | 00:57 |
thinrichs | 2. Our mid-cycle meetup is Jan 26-28. | 00:57 |
thinrichs | 3. Mitaka-2 is next week | 00:58 |
thinrichs | Think that's it. | 00:58 |
ekcs | masahito: also, on this patch (https://review.openstack.org/#/c/263464/), I’m not sure I understand your comment. Could we talk about it either here or later? | 00:58 |
thinrichs | I'd suggest taking that to #congress, since we've got 2 min left. | 00:58 |
masahito | ekcs: in #congrss later :) | 00:59 |
ekcs | thinrichs: k | 00:59 |
thinrichs | That does it for this week. Thanks all! | 00:59 |
thinrichs | Let's make sure to get those reviews in. | 00:59 |
thinrichs | #endmeeting | 00:59 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 00:59 | |
openstack | Meeting ended Thu Jan 14 00:59:52 2016 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 00:59 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-01-14-00.03.html | 00:59 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-01-14-00.03.txt | 00:59 |
openstack | Log: http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-01-14-00.03.log.html | 00:59 |
*** haomaiwang has quit IRC | 01:01 | |
*** haomaiwang has joined #openstack-meeting | 01:01 | |
*** ryanpetrello has quit IRC | 01:02 | |
*** masahito has left #openstack-meeting | 01:03 | |
*** thorst has quit IRC | 01:04 | |
*** zhhuabj has quit IRC | 01:04 | |
*** thorst has joined #openstack-meeting | 01:05 | |
*** rajinir has quit IRC | 01:05 | |
*** jckasper has joined #openstack-meeting | 01:05 | |
*** ryanpetrello has joined #openstack-meeting | 01:06 | |
*** amotoki has joined #openstack-meeting | 01:09 | |
*** dneary has quit IRC | 01:11 | |
*** ryanpetrello has quit IRC | 01:11 | |
*** thorst has quit IRC | 01:13 | |
*** ryanpetrello has joined #openstack-meeting | 01:13 | |
*** mfranc21_ has quit IRC | 01:17 | |
*** zhhuabj has joined #openstack-meeting | 01:17 | |
*** sputnik13 has quit IRC | 01:17 | |
*** singhj has quit IRC | 01:17 | |
*** huangtianhua has quit IRC | 01:17 | |
*** singhj has joined #openstack-meeting | 01:18 | |
*** liusheng has joined #openstack-meeting | 01:18 | |
*** ramineni has quit IRC | 01:18 | |
*** davechen has joined #openstack-meeting | 01:18 | |
*** ivar-lazzaro has joined #openstack-meeting | 01:18 | |
*** gongysh_ has quit IRC | 01:20 | |
*** elo has quit IRC | 01:21 | |
*** ramineni_ has quit IRC | 01:22 | |
*** samleon has joined #openstack-meeting | 01:22 | |
*** samleon has quit IRC | 01:23 | |
*** jasondotstar has quit IRC | 01:24 | |
*** dims has joined #openstack-meeting | 01:24 | |
*** Swami has quit IRC | 01:24 | |
*** ivar-lazzaro has quit IRC | 01:25 | |
*** leeantho has quit IRC | 01:27 | |
*** oomichi_away has quit IRC | 01:28 | |
*** jasondotstar has joined #openstack-meeting | 01:29 | |
*** hoangcx has joined #openstack-meeting | 01:29 | |
*** Guest93434 has quit IRC | 01:30 | |
*** rfolco has joined #openstack-meeting | 01:30 | |
*** thinrichs has quit IRC | 01:30 | |
*** zhhuabj_ has joined #openstack-meeting | 01:31 | |
*** thinrichs has joined #openstack-meeting | 01:31 | |
*** Sukhdev has joined #openstack-meeting | 01:32 | |
*** haomaiwang has quit IRC | 01:32 | |
*** topol_ has joined #openstack-meeting | 01:32 | |
*** topol_ is now known as Guest99924 | 01:33 | |
*** 14WAAOU1P has joined #openstack-meeting | 01:33 | |
*** garthb__ has quit IRC | 01:34 | |
*** zhhuabj has quit IRC | 01:34 | |
*** _amrith_ is now known as amrith | 01:41 | |
*** rfolco has quit IRC | 01:43 | |
*** vahidh has joined #openstack-meeting | 01:43 | |
*** davechen1 has joined #openstack-meeting | 01:44 | |
*** arvinc_ has joined #openstack-meeting | 01:45 | |
*** davechen has quit IRC | 01:45 | |
*** vahidh has quit IRC | 01:48 | |
*** yonglihe has joined #openstack-meeting | 01:48 | |
*** doug-fish has quit IRC | 01:48 | |
*** mtanino has quit IRC | 01:49 | |
*** arvinc_ has quit IRC | 01:50 | |
*** JRobinson__ has quit IRC | 01:51 | |
*** ljxiash has quit IRC | 01:52 | |
*** jdurgin1 has quit IRC | 01:53 | |
*** bochi-michael has joined #openstack-meeting | 01:54 | |
*** stanchan has quit IRC | 01:54 | |
*** ljxiash has joined #openstack-meeting | 01:57 | |
*** fzdarsky has quit IRC | 01:57 | |
*** yamahata has joined #openstack-meeting | 01:58 | |
*** Sukhdev has quit IRC | 01:58 | |
*** 14WAAOU1P has quit IRC | 02:01 | |
*** haomaiwang has joined #openstack-meeting | 02:01 | |
*** mfranc213 has joined #openstack-meeting | 02:04 | |
*** myoung has joined #openstack-meeting | 02:04 | |
*** zhhuabj_ has quit IRC | 02:04 | |
*** bzhao has quit IRC | 02:06 | |
*** cody-somerville- has quit IRC | 02:06 | |
*** cody-somerville- has joined #openstack-meeting | 02:07 | |
*** zhurong has joined #openstack-meeting | 02:07 | |
*** mfranc213 has quit IRC | 02:08 | |
*** piet has joined #openstack-meeting | 02:08 | |
*** mfranc213 has joined #openstack-meeting | 02:08 | |
*** ivar-lazzaro has joined #openstack-meeting | 02:08 | |
*** ryu25 has joined #openstack-meeting | 02:09 | |
*** MarkAtwood has quit IRC | 02:10 | |
*** thorst has joined #openstack-meeting | 02:11 | |
*** elo has joined #openstack-meeting | 02:11 | |
*** gongysh has quit IRC | 02:12 | |
*** ijw has quit IRC | 02:12 | |
*** gongysh has joined #openstack-meeting | 02:12 | |
*** FallenPegasus has quit IRC | 02:13 | |
*** balajiiyer has joined #openstack-meeting | 02:13 | |
*** amrith is now known as _amrith_ | 02:15 | |
*** ivar-lazzaro has quit IRC | 02:15 | |
*** hanchao has joined #openstack-meeting | 02:16 | |
*** yamamoto has joined #openstack-meeting | 02:17 | |
*** zhhuabj_ has joined #openstack-meeting | 02:17 | |
*** boris-42 has joined #openstack-meeting | 02:18 | |
*** thorst has quit IRC | 02:18 | |
*** esker has joined #openstack-meeting | 02:18 | |
*** balajiiyer has quit IRC | 02:18 | |
*** thinrichs has quit IRC | 02:20 | |
*** banix has quit IRC | 02:21 | |
*** piet has quit IRC | 02:22 | |
*** esker has quit IRC | 02:23 | |
*** bzhao has joined #openstack-meeting | 02:23 | |
*** yamamoto has quit IRC | 02:24 | |
*** yamamoto has joined #openstack-meeting | 02:26 | |
*** yamamoto has quit IRC | 02:28 | |
*** dims has quit IRC | 02:29 | |
*** armax has quit IRC | 02:29 | |
*** balajiiyer has joined #openstack-meeting | 02:30 | |
*** yamamoto has joined #openstack-meeting | 02:30 | |
*** ljxiash has quit IRC | 02:30 | |
*** ljxiash has joined #openstack-meeting | 02:31 | |
*** s3wong has quit IRC | 02:31 | |
*** AmirBaleghi11111 has joined #openstack-meeting | 02:32 | |
*** thorst has joined #openstack-meeting | 02:32 | |
*** AmirBaleghi11119 has quit IRC | 02:33 | |
*** jmckind has quit IRC | 02:33 | |
*** thorst has quit IRC | 02:34 | |
*** ljxiash has quit IRC | 02:35 | |
*** houming has joined #openstack-meeting | 02:35 | |
*** otter768 has joined #openstack-meeting | 02:36 | |
*** yamamoto has quit IRC | 02:38 | |
*** apoorvad has quit IRC | 02:40 | |
*** merooney has quit IRC | 02:40 | |
*** otter768 has quit IRC | 02:41 | |
*** elo has quit IRC | 02:42 | |
*** banix has joined #openstack-meeting | 02:42 | |
*** erlon has quit IRC | 02:46 | |
*** gongysh_ has joined #openstack-meeting | 02:50 | |
*** ddieterly has quit IRC | 02:50 | |
*** roxanag__ has joined #openstack-meeting | 02:50 | |
*** mfranc21_ has joined #openstack-meeting | 02:50 | |
*** jckasper_ has joined #openstack-meeting | 02:51 | |
*** crinkle_ has joined #openstack-meeting | 02:51 | |
*** cbader_2 has joined #openstack-meeting | 02:52 | |
*** rossella_s has quit IRC | 02:52 | |
*** mdenny has joined #openstack-meeting | 02:52 | |
*** spzala has joined #openstack-meeting | 02:52 | |
*** rossella_s has joined #openstack-meeting | 02:52 | |
*** amotoki has quit IRC | 02:52 | |
*** rhedlind has quit IRC | 02:52 | |
*** masayukig has quit IRC | 02:52 | |
*** _fortis has quit IRC | 02:52 | |
*** mkoderer has quit IRC | 02:52 | |
*** dulek has quit IRC | 02:52 | |
*** dstanek has quit IRC | 02:52 | |
*** ekarlso has quit IRC | 02:52 | |
*** maurosr has quit IRC | 02:52 | |
*** mikal has quit IRC | 02:52 | |
*** egarbade- has quit IRC | 02:52 | |
*** mfranc213 has quit IRC | 02:52 | |
*** roxanagh_ has quit IRC | 02:52 | |
*** crinkle has quit IRC | 02:52 | |
*** MaxPC has quit IRC | 02:52 | |
*** dstanek has joined #openstack-meeting | 02:53 | |
*** MaxPC has joined #openstack-meeting | 02:53 | |
*** jckasper has quit IRC | 02:53 | |
*** adahms has quit IRC | 02:53 | |
*** aarefiev has quit IRC | 02:53 | |
*** MIDENN_ has quit IRC | 02:53 | |
*** cbader_ has quit IRC | 02:53 | |
*** akamyshnikova has quit IRC | 02:53 | |
*** rvasilets has quit IRC | 02:53 | |
*** mikal has joined #openstack-meeting | 02:53 | |
*** hoangcx has quit IRC | 02:53 | |
*** rhedlind has joined #openstack-meeting | 02:53 | |
*** rvasilets has joined #openstack-meeting | 02:53 | |
*** akamyshnikova has joined #openstack-meeting | 02:53 | |
*** aarefiev has joined #openstack-meeting | 02:53 | |
*** egarbade- has joined #openstack-meeting | 02:53 | |
*** masayukig has joined #openstack-meeting | 02:53 | |
*** MaxPC has quit IRC | 02:53 | |
*** amotoki has joined #openstack-meeting | 02:53 | |
*** maurosr has joined #openstack-meeting | 02:53 | |
*** dulek has joined #openstack-meeting | 02:54 | |
*** mkoderer has joined #openstack-meeting | 02:54 | |
*** _fortis has joined #openstack-meeting | 02:55 | |
*** FallenPegasus has joined #openstack-meeting | 02:56 | |
*** spzala has quit IRC | 02:57 | |
*** ivar-lazzaro has joined #openstack-meeting | 02:57 | |
*** tfukushima has joined #openstack-meeting | 02:57 | |
*** jckasper_ has quit IRC | 02:58 | |
*** hoangcx has joined #openstack-meeting | 02:58 | |
*** dims has joined #openstack-meeting | 02:58 | |
*** ivar-lazzaro has quit IRC | 02:59 | |
*** ivar-lazzaro has joined #openstack-meeting | 03:00 | |
*** epico has joined #openstack-meeting | 03:00 | |
*** haomaiwang has quit IRC | 03:01 | |
*** mfranc21_ has quit IRC | 03:01 | |
*** dims_ has joined #openstack-meeting | 03:01 | |
*** haomaiwa_ has joined #openstack-meeting | 03:01 | |
*** baoli has joined #openstack-meeting | 03:02 | |
*** unicell1 has quit IRC | 03:03 | |
*** myoung has quit IRC | 03:03 | |
*** thinrichs has joined #openstack-meeting | 03:03 | |
*** dims has quit IRC | 03:03 | |
*** haomaiwa_ has quit IRC | 03:04 | |
*** spandhe has quit IRC | 03:05 | |
*** ekarlso has joined #openstack-meeting | 03:06 | |
*** esker has joined #openstack-meeting | 03:07 | |
*** roxanag__ has quit IRC | 03:08 | |
*** crinkle_ is now known as crinkle | 03:08 | |
*** roxanagh_ has joined #openstack-meeting | 03:08 | |
*** thinrichs has quit IRC | 03:10 | |
*** esker has quit IRC | 03:12 | |
*** neelashah has joined #openstack-meeting | 03:12 | |
*** dlundquist has joined #openstack-meeting | 03:14 | |
*** ddieterly has joined #openstack-meeting | 03:16 | |
*** fzdarsky has joined #openstack-meeting | 03:16 | |
*** tellesnobrega is now known as tellesnobrega_af | 03:16 | |
*** links has joined #openstack-meeting | 03:17 | |
*** roxanagh_ has quit IRC | 03:18 | |
*** arvinc_ has joined #openstack-meeting | 03:18 | |
*** ljxiash has joined #openstack-meeting | 03:20 | |
*** esker has joined #openstack-meeting | 03:20 | |
*** mfranc213 has joined #openstack-meeting | 03:22 | |
*** harshs has quit IRC | 03:24 | |
*** zhhuabj_ has quit IRC | 03:25 | |
*** esker has quit IRC | 03:25 | |
*** yamamoto has joined #openstack-meeting | 03:28 | |
*** oomichi has joined #openstack-meeting | 03:30 | |
*** dimasot has joined #openstack-meeting | 03:31 | |
*** MaxPC has joined #openstack-meeting | 03:33 | |
*** zhhuabj_ has joined #openstack-meeting | 03:33 | |
*** coolsvap|away is now known as coolsvap | 03:36 | |
*** tochi has quit IRC | 03:37 | |
*** mfranc213 has quit IRC | 03:37 | |
*** spzala has joined #openstack-meeting | 03:38 | |
*** zhhuabj_ has quit IRC | 03:40 | |
*** jckasper has joined #openstack-meeting | 03:40 | |
*** ivar-laz_ has joined #openstack-meeting | 03:41 | |
*** iyamahat has quit IRC | 03:42 | |
*** yamahata has quit IRC | 03:43 | |
*** ivar-lazzaro has quit IRC | 03:44 | |
*** ljxiash has quit IRC | 03:45 | |
*** ljxiash has joined #openstack-meeting | 03:45 | |
*** esker has joined #openstack-meeting | 03:45 | |
*** ivar-laz_ has quit IRC | 03:46 | |
*** Leo_ has joined #openstack-meeting | 03:46 | |
*** Leom has joined #openstack-meeting | 03:47 | |
*** pballand has quit IRC | 03:49 | |
*** ljxiash has quit IRC | 03:49 | |
*** esker has quit IRC | 03:50 | |
*** Leo_ has quit IRC | 03:51 | |
*** zhhuabj_ has joined #openstack-meeting | 03:52 | |
*** fzdarsky has quit IRC | 03:52 | |
*** FallenPegasus has quit IRC | 03:55 | |
*** tochi has joined #openstack-meeting | 03:59 | |
*** fzdarsky has joined #openstack-meeting | 04:01 | |
*** kebray has joined #openstack-meeting | 04:03 | |
*** kzaitsev_mb has quit IRC | 04:04 | |
*** sdake_ has quit IRC | 04:07 | |
*** ramineni has joined #openstack-meeting | 04:08 | |
*** mudassirlatif has joined #openstack-meeting | 04:08 | |
*** kota_ has left #openstack-meeting | 04:08 | |
*** sdake has joined #openstack-meeting | 04:09 | |
*** esker has joined #openstack-meeting | 04:09 | |
*** salv-orl_ has joined #openstack-meeting | 04:10 | |
*** salv-orlando has quit IRC | 04:12 | |
*** ramineni has quit IRC | 04:12 | |
*** AmirBaleghi11112 has joined #openstack-meeting | 04:13 | |
*** AmirBaleghi11111 has quit IRC | 04:14 | |
*** spandhe has joined #openstack-meeting | 04:14 | |
*** esker has quit IRC | 04:14 | |
*** dhellmann_ has joined #openstack-meeting | 04:16 | |
*** zz_dimtruck is now known as dimtruck | 04:21 | |
*** esker has joined #openstack-meeting | 04:23 | |
*** liusheng has quit IRC | 04:24 | |
*** iben_ has quit IRC | 04:24 | |
*** mudassirlatif has quit IRC | 04:26 | |
*** esker has quit IRC | 04:28 | |
*** mudassirlatif has joined #openstack-meeting | 04:28 | |
*** dims_ has quit IRC | 04:30 | |
*** Sukhdev has joined #openstack-meeting | 04:33 | |
*** ryanpetrello has quit IRC | 04:33 | |
*** MaxPC has quit IRC | 04:35 | |
*** pballand has joined #openstack-meeting | 04:36 | |
*** fzdarsky has quit IRC | 04:36 | |
*** ddieterly has quit IRC | 04:37 | |
*** otter768 has joined #openstack-meeting | 04:37 | |
*** ryanpetrello has joined #openstack-meeting | 04:38 | |
*** dimtruck is now known as zz_dimtruck | 04:40 | |
*** otter768 has quit IRC | 04:42 | |
*** ryanpetrello has quit IRC | 04:43 | |
*** stanchan has joined #openstack-meeting | 04:44 | |
*** esker has joined #openstack-meeting | 04:47 | |
*** neelashah has quit IRC | 04:48 | |
*** esker has quit IRC | 04:52 | |
*** stanchan has quit IRC | 04:52 | |
*** alexpilotti has joined #openstack-meeting | 04:54 | |
*** alexpilotti has quit IRC | 04:58 | |
*** oomichi is now known as oomichi_away | 04:58 | |
*** ryanpetrello has joined #openstack-meeting | 05:00 | |
*** mudassirlatif has quit IRC | 05:01 | |
*** pballand has quit IRC | 05:02 | |
*** banix has quit IRC | 05:04 | |
*** ryanpetrello has quit IRC | 05:06 | |
*** armax has joined #openstack-meeting | 05:06 | |
*** baohua has joined #openstack-meeting | 05:06 | |
*** unicell has joined #openstack-meeting | 05:06 | |
*** esheffield has quit IRC | 05:08 | |
*** vivekd has joined #openstack-meeting | 05:08 | |
*** sputnik13 has joined #openstack-meeting | 05:09 | |
*** oomichi_away has quit IRC | 05:10 | |
*** ljxiash has joined #openstack-meeting | 05:11 | |
*** esker has joined #openstack-meeting | 05:12 | |
*** akuznetsov has joined #openstack-meeting | 05:13 | |
*** haomaiwang has joined #openstack-meeting | 05:16 | |
*** esker has quit IRC | 05:16 | |
*** pradipta has joined #openstack-meeting | 05:17 | |
*** novas0x2a|laptop has quit IRC | 05:19 | |
*** balajiiyer has quit IRC | 05:21 | |
*** baoli has quit IRC | 05:22 | |
*** FallenPegasus has joined #openstack-meeting | 05:23 | |
*** spzala has quit IRC | 05:23 | |
*** spzala has joined #openstack-meeting | 05:24 | |
*** spzala has quit IRC | 05:28 | |
*** gyee has quit IRC | 05:30 | |
*** alexpilotti has joined #openstack-meeting | 05:30 | |
*** roxanagh_ has joined #openstack-meeting | 05:30 | |
*** roxanagh_ has quit IRC | 05:34 | |
*** alexpilotti has quit IRC | 05:35 | |
*** jjmb has joined #openstack-meeting | 05:36 | |
*** JRobinson__ has joined #openstack-meeting | 05:36 | |
*** ddieterly has joined #openstack-meeting | 05:37 | |
*** sputnik13 has quit IRC | 05:39 | |
*** trozet has quit IRC | 05:40 | |
*** spandhe_ has joined #openstack-meeting | 05:42 | |
*** ddieterly has quit IRC | 05:42 | |
*** harshs has joined #openstack-meeting | 05:43 | |
*** spandhe has quit IRC | 05:43 | |
*** spandhe_ is now known as spandhe | 05:43 | |
*** esheffield has joined #openstack-meeting | 05:43 | |
*** mfranc213 has joined #openstack-meeting | 05:49 | |
*** zehicle has joined #openstack-meeting | 05:49 | |
*** akuznetsov has quit IRC | 05:49 | |
*** SridharG has joined #openstack-meeting | 05:51 | |
*** FallenPegasus has quit IRC | 05:53 | |
*** mfranc213 has quit IRC | 05:54 | |
*** haomaiwa_ has joined #openstack-meeting | 05:56 | |
*** haomaiwang has quit IRC | 05:56 | |
*** haomaiwa_ has quit IRC | 06:01 | |
*** haomaiwang has joined #openstack-meeting | 06:01 | |
*** vivekd has quit IRC | 06:03 | |
*** unicell1 has joined #openstack-meeting | 06:05 | |
*** unicell has quit IRC | 06:06 | |
*** harshs has quit IRC | 06:08 | |
*** qwebirc23158 has quit IRC | 06:10 | |
*** AmirBaleghi11112 has quit IRC | 06:10 | |
*** alexpilotti has joined #openstack-meeting | 06:11 | |
*** AmirBaleghi11112 has joined #openstack-meeting | 06:11 | |
*** numans has joined #openstack-meeting | 06:12 | |
*** vahidh has joined #openstack-meeting | 06:15 | |
*** alexpilotti has quit IRC | 06:15 | |
*** zehicle has quit IRC | 06:17 | |
*** yamahata has joined #openstack-meeting | 06:19 | |
*** vahidh has quit IRC | 06:19 | |
*** vgridnev has joined #openstack-meeting | 06:20 | |
*** hdaniel has joined #openstack-meeting | 06:21 | |
*** roxanagh_ has joined #openstack-meeting | 06:30 | |
*** zehicle has joined #openstack-meeting | 06:30 | |
*** AmirBaleghi11113 has joined #openstack-meeting | 06:31 | |
*** yfujioka has joined #openstack-meeting | 06:31 | |
*** AmirBaleghi11112 has quit IRC | 06:32 | |
*** akuznetsov has joined #openstack-meeting | 06:33 | |
*** roxanagh_ has quit IRC | 06:35 | |
*** henrynash_ has joined #openstack-meeting | 06:35 | |
*** akuznetsov has quit IRC | 06:37 | |
*** vivekd has joined #openstack-meeting | 06:37 | |
*** otter768 has joined #openstack-meeting | 06:38 | |
*** ddieterly has joined #openstack-meeting | 06:39 | |
*** esker has joined #openstack-meeting | 06:41 | |
*** markvoelker has quit IRC | 06:42 | |
*** otter768 has quit IRC | 06:43 | |
*** yamahata has quit IRC | 06:43 | |
*** ddieterly has quit IRC | 06:44 | |
*** dhellmann_ has quit IRC | 06:45 | |
*** esker has quit IRC | 06:46 | |
*** armax has quit IRC | 06:48 | |
*** terriyu has quit IRC | 06:48 | |
*** armax has joined #openstack-meeting | 06:49 | |
*** spandhe has quit IRC | 06:49 | |
*** davechen1 is now known as davechen | 06:49 | |
*** spandhe has joined #openstack-meeting | 06:50 | |
*** gsilvis has quit IRC | 06:50 | |
*** spandhe has quit IRC | 06:50 | |
*** edtubill has joined #openstack-meeting | 06:51 | |
*** spandhe has joined #openstack-meeting | 06:51 | |
*** edtubill has quit IRC | 06:52 | |
*** amotoki_ has joined #openstack-meeting | 06:52 | |
*** amotoki_ has quit IRC | 06:52 | |
*** gongysh_ has quit IRC | 06:53 | |
*** hoangcx has quit IRC | 06:53 | |
*** bochi-michael has quit IRC | 06:54 | |
*** bochi-michael has joined #openstack-meeting | 06:56 | |
*** hoangcx has joined #openstack-meeting | 06:57 | |
*** arvinc_ has quit IRC | 06:58 | |
*** vishwana_ is now known as vishwanathj | 07:00 | |
*** haomaiwang has quit IRC | 07:01 | |
*** vishwanathj is now known as vishwanathj_good | 07:01 | |
*** vishwanathj_good is now known as vishwanathj_slee | 07:01 | |
*** neeti has joined #openstack-meeting | 07:01 | |
*** vishwanathj_slee is now known as vishwanathj_nap | 07:01 | |
*** haomaiwang has joined #openstack-meeting | 07:01 | |
*** vishwanathj_nap is now known as vishwanathj_away | 07:01 | |
*** korzen has joined #openstack-meeting | 07:03 | |
*** itzdilip has joined #openstack-meeting | 07:03 | |
*** liusheng has joined #openstack-meeting | 07:06 | |
*** akuznetsov has joined #openstack-meeting | 07:08 | |
*** elo has joined #openstack-meeting | 07:09 | |
*** itzdilip has quit IRC | 07:10 | |
*** itzdilip has joined #openstack-meeting | 07:11 | |
*** oomichi has joined #openstack-meeting | 07:12 | |
*** akuznetsov has quit IRC | 07:12 | |
*** akuznetsov has joined #openstack-meeting | 07:13 | |
*** dlundquist has left #openstack-meeting | 07:13 | |
*** itzsunkum has joined #openstack-meeting | 07:14 | |
*** dhellmann_ has joined #openstack-meeting | 07:15 | |
*** jtomasek has joined #openstack-meeting | 07:16 | |
*** hdaniel has quit IRC | 07:18 | |
*** gsilvis has joined #openstack-meeting | 07:18 | |
*** paul-carlton2 has joined #openstack-meeting | 07:22 | |
*** kebray has quit IRC | 07:23 | |
*** macsz has joined #openstack-meeting | 07:24 | |
*** roxanagh_ has joined #openstack-meeting | 07:31 | |
*** ijw has joined #openstack-meeting | 07:33 | |
*** roxanag__ has joined #openstack-meeting | 07:34 | |
*** roxanagh_ has quit IRC | 07:36 | |
*** gongysh_ has joined #openstack-meeting | 07:37 | |
*** itzdilip has quit IRC | 07:39 | |
*** spandhe has quit IRC | 07:39 | |
*** ddieterly has joined #openstack-meeting | 07:40 | |
*** ddieterly has quit IRC | 07:44 | |
*** _nadya_ has joined #openstack-meeting | 07:45 | |
*** Sukhdev has quit IRC | 07:49 | |
*** vgridnev has quit IRC | 07:52 | |
*** salv-orl_ has quit IRC | 07:53 | |
*** salv-orlando has joined #openstack-meeting | 07:53 | |
*** belmoreira has joined #openstack-meeting | 07:55 | |
*** dhellmann_ has quit IRC | 07:56 | |
*** henrynash_ has quit IRC | 07:56 | |
*** otter768 has joined #openstack-meeting | 08:00 | |
*** haomaiwang has quit IRC | 08:01 | |
*** JRobinson__ has quit IRC | 08:01 | |
*** haomaiwang has joined #openstack-meeting | 08:01 | |
*** jklare has quit IRC | 08:01 | |
*** kzaitsev_mb has joined #openstack-meeting | 08:02 | |
*** otter768 has quit IRC | 08:02 | |
*** jklare has joined #openstack-meeting | 08:02 | |
*** otter768_ has joined #openstack-meeting | 08:02 | |
*** otter768_ has quit IRC | 08:04 | |
*** otter768 has joined #openstack-meeting | 08:04 | |
*** otter768 has quit IRC | 08:05 | |
*** hoangcx has quit IRC | 08:05 | |
*** otter768 has joined #openstack-meeting | 08:06 | |
*** hoangcx has joined #openstack-meeting | 08:06 | |
*** itzdilip has joined #openstack-meeting | 08:07 | |
*** otter768_ has joined #openstack-meeting | 08:08 | |
*** matrohon has joined #openstack-meeting | 08:08 | |
*** anuj has joined #openstack-meeting | 08:09 | |
*** otter768_ has quit IRC | 08:09 | |
*** otter768_ has joined #openstack-meeting | 08:10 | |
*** itzdilip has quit IRC | 08:10 | |
*** otter768 has quit IRC | 08:10 | |
*** itzdilip has joined #openstack-meeting | 08:11 | |
*** otter768_ has quit IRC | 08:11 | |
*** otter768 has joined #openstack-meeting | 08:12 | |
*** vgridnev has joined #openstack-meeting | 08:13 | |
*** otter768_ has joined #openstack-meeting | 08:13 | |
*** otter768 has quit IRC | 08:13 | |
*** zaitcev has quit IRC | 08:14 | |
*** phil__ has joined #openstack-meeting | 08:14 | |
*** otter768_ has quit IRC | 08:15 | |
*** otter768 has joined #openstack-meeting | 08:15 | |
*** itzdilip has quit IRC | 08:15 | |
*** davechen1 has joined #openstack-meeting | 08:15 | |
*** davechen1 has left #openstack-meeting | 08:15 | |
*** nmagnezi has joined #openstack-meeting | 08:17 | |
*** paul-carlton2 has quit IRC | 08:17 | |
*** davechen has quit IRC | 08:17 | |
*** otter768_ has joined #openstack-meeting | 08:17 | |
*** otter768 has quit IRC | 08:17 | |
*** ppetit has joined #openstack-meeting | 08:18 | |
*** otter768_ has quit IRC | 08:19 | |
*** otter768 has joined #openstack-meeting | 08:19 | |
*** zhhuabj_ has quit IRC | 08:20 | |
*** otter768_ has joined #openstack-meeting | 08:21 | |
*** oomichi is now known as oomich_away | 08:22 | |
*** AmirBaleghi11113 has quit IRC | 08:23 | |
*** otter76__ has joined #openstack-meeting | 08:23 | |
*** otter768_ has quit IRC | 08:23 | |
*** AmirBaleghi11113 has joined #openstack-meeting | 08:23 | |
*** itzdilip has joined #openstack-meeting | 08:23 | |
*** otter768 has quit IRC | 08:24 | |
*** otter768 has joined #openstack-meeting | 08:25 | |
*** otter76__ has quit IRC | 08:25 | |
*** itzdilip has quit IRC | 08:26 | |
*** itzdilip has joined #openstack-meeting | 08:27 | |
*** otter768_ has joined #openstack-meeting | 08:27 | |
*** kzaitsev_mb has quit IRC | 08:27 | |
*** AmirBaleghi11113 has quit IRC | 08:28 | |
*** AmirBaleghi11113 has joined #openstack-meeting | 08:29 | |
*** otter768 has quit IRC | 08:29 | |
*** otter76__ has joined #openstack-meeting | 08:29 | |
*** itzdilip has quit IRC | 08:30 | |
*** otter768 has joined #openstack-meeting | 08:31 | |
*** itzdilip has joined #openstack-meeting | 08:31 | |
*** otter768_ has quit IRC | 08:32 | |
*** paul-carlton2 has joined #openstack-meeting | 08:32 | |
*** zhhuabj_ has joined #openstack-meeting | 08:32 | |
*** zeih has joined #openstack-meeting | 08:32 | |
*** vgridnev has quit IRC | 08:32 | |
*** otter768_ has joined #openstack-meeting | 08:32 | |
*** otter76__ has quit IRC | 08:33 | |
*** singhj has quit IRC | 08:34 | |
*** otter76__ has joined #openstack-meeting | 08:34 | |
*** otter768_ has quit IRC | 08:34 | |
*** otter768 has quit IRC | 08:35 | |
*** singhj has joined #openstack-meeting | 08:35 | |
*** pnavarro has joined #openstack-meeting | 08:35 | |
*** roxanag__ has quit IRC | 08:36 | |
*** otter768 has joined #openstack-meeting | 08:36 | |
*** otter76__ has quit IRC | 08:36 | |
*** roxanagh_ has joined #openstack-meeting | 08:37 | |
*** otter768 has quit IRC | 08:38 | |
*** otter768 has joined #openstack-meeting | 08:38 | |
*** jichen has joined #openstack-meeting | 08:40 | |
*** ijw has quit IRC | 08:40 | |
*** jlanoux has joined #openstack-meeting | 08:40 | |
*** jlanoux has quit IRC | 08:40 | |
*** otter768 has quit IRC | 08:40 | |
*** otter768_ has joined #openstack-meeting | 08:40 | |
*** ddieterly has joined #openstack-meeting | 08:40 | |
*** jlanoux has joined #openstack-meeting | 08:41 | |
*** singhj has quit IRC | 08:41 | |
*** roxanagh_ has quit IRC | 08:42 | |
*** toscalix has joined #openstack-meeting | 08:42 | |
*** otter768 has joined #openstack-meeting | 08:42 | |
*** otter768_ has quit IRC | 08:42 | |
*** markvoelker has joined #openstack-meeting | 08:43 | |
*** otter768 has quit IRC | 08:44 | |
*** otter768 has joined #openstack-meeting | 08:44 | |
*** coolsvap is now known as coolsvap|away | 08:44 | |
*** ddieterly has quit IRC | 08:45 | |
*** otter768 has quit IRC | 08:45 | |
*** otter768 has joined #openstack-meeting | 08:46 | |
*** mbound has joined #openstack-meeting | 08:47 | |
*** otter768 has quit IRC | 08:47 | |
*** markvoelker has quit IRC | 08:48 | |
*** otter768 has joined #openstack-meeting | 08:48 | |
*** e0ne has joined #openstack-meeting | 08:48 | |
*** scheuran has joined #openstack-meeting | 08:49 | |
*** otter768_ has joined #openstack-meeting | 08:50 | |
*** otter768_ has quit IRC | 08:52 | |
*** otter76__ has joined #openstack-meeting | 08:52 | |
*** safchain has joined #openstack-meeting | 08:52 | |
*** AmirBaleghi11114 has joined #openstack-meeting | 08:52 | |
*** otter768 has quit IRC | 08:52 | |
*** AmirBaleghi11113 has quit IRC | 08:52 | |
*** _nadya_ has quit IRC | 08:53 | |
*** otter76__ has quit IRC | 08:54 | |
*** otter768 has joined #openstack-meeting | 08:54 | |
*** _nadya_ has joined #openstack-meeting | 08:54 | |
*** bvandenh has joined #openstack-meeting | 08:55 | |
*** otter768 has quit IRC | 08:56 | |
*** otter768_ has joined #openstack-meeting | 08:56 | |
*** derekh has joined #openstack-meeting | 08:57 | |
*** salv-orlando has quit IRC | 08:57 | |
*** otter768 has joined #openstack-meeting | 08:57 | |
*** reedip is now known as outofmemory | 08:57 | |
*** _nadya_ has quit IRC | 08:57 | |
*** otter768_ has quit IRC | 08:58 | |
*** salv-orlando has joined #openstack-meeting | 08:58 | |
*** _nadya_ has joined #openstack-meeting | 08:58 | |
*** paul-carlton2 has quit IRC | 08:59 | |
*** otter768 has quit IRC | 08:59 | |
*** otter768 has joined #openstack-meeting | 08:59 | |
gmann | #startmeeting qa | 08:59 |
openstack | Meeting started Thu Jan 14 08:59:59 2016 UTC and is due to finish in 60 minutes. The chair is gmann. Information about MeetBot at http://wiki.debian.org/MeetBot. | 08:59 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 09:00 |
*** openstack changes topic to " (Meeting topic: qa)" | 09:00 | |
openstack | The meeting name has been set to 'qa' | 09:00 |
gmann | hi, who's here today? | 09:00 |
masayukig | \o/ | 09:00 |
jlanoux | o/ | 09:00 |
gmann | masayukig: jlanoux hi | 09:00 |
jlanoux | hi gmann! | 09:00 |
*** haomaiwang has quit IRC | 09:01 | |
*** otter768 has quit IRC | 09:01 | |
gmann | let's wait for sometime to join more people | 09:01 |
*** haomaiwang has joined #openstack-meeting | 09:01 | |
gmann | looks like only three of us :). let's start | 09:02 |
masayukig | gmann: sure | 09:02 |
gmann | #link https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Proposed_Agenda_for_January_14th_2016_.280900_UTC.29 | 09:02 |
jlanoux | :) quick meeting then | 09:02 |
gmann | Today agenda ^^ | 09:02 |
gmann | jlanoux: yea, happy to go home early :) | 09:03 |
*** otter768 has joined #openstack-meeting | 09:03 | |
gmann | #topic QA Code Sprint | 09:03 |
*** openstack changes topic to "QA Code Sprint (Meeting topic: qa)" | 09:03 | |
gmann | as mtreinish sent mail on this just putting here for reminder | 09:04 |
*** hdaniel has joined #openstack-meeting | 09:04 | |
gmann | there are many people joining | 09:04 |
gmann | #link https://wiki.openstack.org/wiki/QA/CodeSprintMitakaBoston | 09:04 |
gmann | masayukig: nice to see your name there :) | 09:04 |
*** otter768 has quit IRC | 09:05 | |
masayukig | gmann: yeah, sorry to be not your name there.. :( | 09:05 |
*** otter768 has joined #openstack-meeting | 09:05 | |
*** salv-orlando has quit IRC | 09:05 | |
*** salv-orlando has joined #openstack-meeting | 09:05 | |
gmann | masayukig: not yet decided. I need to ask. I am afraid India travel conflict with this | 09:06 |
gmann | thats all on this. Let's move | 09:06 |
gmann | #topic Specs Reviews | 09:06 |
*** openstack changes topic to "Specs Reviews (Meeting topic: qa)" | 09:06 | |
masayukig | gmann: OK, I'm looking forward to :) | 09:06 |
gmann | #link https://review.openstack.org/#/q/status:open+project:openstack/qa-specs,n,z | 09:06 |
gmann | masayukig: Thanks :) | 09:06 |
gmann | There are some spec close to merge | 09:07 |
*** otter768_ has joined #openstack-meeting | 09:07 | |
gmann | one is andreaf one - https://review.openstack.org/#/c/92804/ | 09:07 |
gmann | as andreaf is not here, let's skip. But more reviews are always good on that | 09:07 |
gmann | anything else on spec topic | 09:08 |
masayukig | it seems most of specs got -1 from someone. | 09:09 |
*** otter768_ has quit IRC | 09:09 | |
gmann | masayukig: yea. seems like all are in good review progress | 09:09 |
*** otter76__ has joined #openstack-meeting | 09:09 | |
*** klkumar has joined #openstack-meeting | 09:09 | |
masayukig | gmann: agree | 09:09 |
*** tosky has joined #openstack-meeting | 09:09 | |
*** otter768 has quit IRC | 09:10 | |
gmann | let's move if nothing on this | 09:10 |
gmann | #topic Priority Items | 09:10 |
*** openstack changes topic to "Priority Items (Meeting topic: qa)" | 09:10 | |
gmann | #link https://etherpad.openstack.org/p/mitaka-qa-priorities | 09:10 |
gmann | one is from me - Tempest Microversion support | 09:10 |
*** otter76__ has quit IRC | 09:10 | |
gmann | that was M1 which is already passed | 09:11 |
mkoderer | hi folks | 09:11 |
*** otter768 has joined #openstack-meeting | 09:11 | |
gmann | there are mainly 2 patches left | 09:11 |
gmann | mkoderer: hi | 09:11 |
gmann | #link https://review.openstack.org/#/q/topic:bp/api-microversions-testing-support+status:open | 09:11 |
gmann | after those, i will plan to migrate the framework in lib | 09:11 |
*** scheuran has quit IRC | 09:11 | |
gmann | and then projects can continue with microversion testing | 09:12 |
*** ndipanov has joined #openstack-meeting | 09:12 | |
gmann | reviews are most welcome on those. | 09:12 |
gmann | want to push those ASAP | 09:12 |
*** otter768_ has joined #openstack-meeting | 09:13 | |
*** otter768 has quit IRC | 09:13 | |
gmann | next is Service Client Migrations which is M2 | 09:13 |
gmann | progress is here | 09:14 |
gmann | #link https://etherpad.openstack.org/p/mitaka-tempest-service-clients | 09:14 |
gmann | all compute one are done except keypair which is needed for microversion testing | 09:14 |
gmann | next main focus oomich_away is on neutron client | 09:15 |
*** otter768 has joined #openstack-meeting | 09:15 | |
*** yassine_ has joined #openstack-meeting | 09:15 | |
*** otter768_ has quit IRC | 09:15 | |
masayukig | gmann: it's really great work! | 09:15 |
gmann | next one for M2 - Tempest Lib Migrations | 09:15 |
gmann | masayukig: yea. compute ones were huge | 09:15 |
*** yamahata has joined #openstack-meeting | 09:15 | |
gmann | jordanP not here | 09:16 |
gmann | jlanoux: do you have anything on ssh validation ? | 09:16 |
jlanoux | well - more work came to it since the summit so I'm not sure this will be completed soon | 09:16 |
*** otter768 has quit IRC | 09:17 | |
*** ppetit has quit IRC | 09:17 | |
*** otter768_ has joined #openstack-meeting | 09:17 | |
jlanoux | it's better to have this feature consolidated before migrating | 09:17 |
gmann | jlanoux: what all we have pending on this, just for ref | 09:17 |
*** ig0r_ has joined #openstack-meeting | 09:17 | |
gmann | jlanoux: may be sshable thing and validation on scenario tests side? | 09:17 |
gmann | jlanoux: yea before migration we should have all in better place | 09:18 |
jlanoux | gmann: so I was thinking just to write the wrapper around compute and remote_client | 09:18 |
masayukig | jlanoux: the patch https://review.openstack.org/#/c/264323/ seems good direction to me. | 09:18 |
*** nurla has quit IRC | 09:18 | |
*** sdake_ has joined #openstack-meeting | 09:18 | |
jlanoux | but Sean would like less complexity and more clarity in the ssh code | 09:18 |
*** otter768_ has quit IRC | 09:18 | |
jlanoux | masayukig: yes | 09:18 |
*** otter768 has joined #openstack-meeting | 09:19 | |
*** sdake has quit IRC | 09:19 | |
gmann | masayukig: ah thanks | 09:19 |
gmann | #link https://review.openstack.org/#/c/264323/ | 09:19 |
jlanoux | so I think that before thr wrapper, some refactoring needs to happen | 09:19 |
*** ppetit has joined #openstack-meeting | 09:19 | |
gmann | I will check this tomorrow, was not aware of that | 09:19 |
jlanoux | I rebased this morning - got a +1 from Zuul yesterday | 09:19 |
gmann | jlanoux: currently we have in common->create_test_server r | 09:20 |
gmann | jlanoux: cool | 09:20 |
gmann | jlanoux: are we separating it from there | 09:20 |
*** otter768 has quit IRC | 09:20 | |
jlanoux | gmann: perhaps yes, I need to have a discussion with Andrea and Sean to confirm | 09:20 |
*** otter768_ has joined #openstack-meeting | 09:20 | |
gmann | jlanoux: i see. Thanks | 09:21 |
masayukig | one thing from me, about Tempest CLI progress: https://etherpad.openstack.org/p/tempest-cli-improvements | 09:21 |
gmann | it will be nice to put even more time on this. this is one of the imp validation for our tests | 09:21 |
jlanoux | gmann: +100 | 09:21 |
gmann | jlanoux: Thanks for you hard work. | 09:21 |
gmann | masayukig: yea | 09:21 |
masayukig | about legacy commands, almost is done except account_generator. | 09:21 |
gmann | your turn | 09:21 |
gmann | masayukig: I will review that, i thin it is good now | 09:22 |
masayukig | gmann: thanks, sorry for interupting | 09:22 |
masayukig | But I'm not sure new CLIs. | 09:22 |
gmann | masayukig: np | 09:22 |
gmann | masayukig: ok | 09:22 |
masayukig | that's all from me. | 09:22 |
*** nurla has joined #openstack-meeting | 09:22 | |
gmann | masayukig: Thanks | 09:22 |
gmann | jlanoux: masayukig also we have ssh as one of key topic for mid cycle and good to be discussed there | 09:23 |
jlanoux | gmann: yes, I cannot attend but Andrea will be there. | 09:23 |
masayukig | gmann: yeah, I suppose so | 09:23 |
gmann | jlanoux: ohk | 09:24 |
masayukig | I will | 09:24 |
gmann | next one i see for M2 is Finalize ssh-auth bp | 09:24 |
gmann | jlanoux: is this same? | 09:24 |
jlanoux | gmann: yep | 09:24 |
gmann | jlanoux: ok. Thanks | 09:24 |
*** otter768 has joined #openstack-meeting | 09:24 | |
gmann | anything else on priority items? | 09:25 |
*** otter768_ has quit IRC | 09:25 | |
gmann | ok, let's move on | 09:25 |
gmann | #topic Tempest | 09:25 |
*** openstack changes topic to "Tempest (Meeting topic: qa)" | 09:25 | |
*** otter768 has quit IRC | 09:26 | |
gmann | from my side is microversion thing which we already discussed | 09:26 |
gmann | masayukig: jlanoux mkoderer anything from your side? | 09:26 |
*** otter768 has joined #openstack-meeting | 09:26 | |
jlanoux | gmann: not for me | 09:26 |
masayukig | mkoderer: DDT? | 09:26 |
gmann | masayukig: mkoderer spec is merged i think | 09:27 |
*** ihrachys has joined #openstack-meeting | 09:27 | |
masayukig | gmann: yeah, but I think there's some discussion there. | 09:27 |
*** jordanP has joined #openstack-meeting | 09:28 | |
gmann | masayukig: ok | 09:28 |
*** otter768_ has joined #openstack-meeting | 09:28 | |
masayukig | but it seems mkoderer here right now.. | 09:28 |
jordanP | hi. sorry I am late... | 09:28 |
gmann | masayukig: other projects also use that but not sure | 09:28 |
gmann | jordanP: hi. np! | 09:29 |
masayukig | but it seems mkoderer isn't here right now.. | 09:29 |
gmann | masayukig: yea | 09:29 |
gmann | jordanP: do you have anything on Tempest topic? | 09:29 |
*** paul-carlton2 has joined #openstack-meeting | 09:29 | |
jordanP | nope | 09:30 |
*** otter768_ has quit IRC | 09:30 | |
gmann | jordanP: ok | 09:30 |
*** itzdilip has quit IRC | 09:30 | |
*** otter768_ has joined #openstack-meeting | 09:30 | |
gmann | there is bug today about tox 2.2.1 fails with recursion | 09:30 |
*** itzdilip has joined #openstack-meeting | 09:30 | |
*** AmirBaleghi11114 has quit IRC | 09:30 | |
gmann | #link https://bugs.launchpad.net/tempest/+bug/1534006 | 09:30 |
openstack | Launchpad bug 1534006 in tempest "tox == 2.2.1 failed with 'RuntimeError: maximum recursion depth exceeded while calling a Python object'" [Undecided,In progress] - Assigned to Ghanshyam Mann (ghanshyammann) | 09:30 |
*** baohua has quit IRC | 09:31 | |
gmann | it is fixed in 2.3.1 in case anyone face the issue | 09:31 |
*** vgridnev has joined #openstack-meeting | 09:31 | |
*** AmirBaleghi11114 has joined #openstack-meeting | 09:31 | |
jordanP | I don't think raising to 2.3.1 is a good idea. 2.3.1 is super recent | 09:31 |
*** otter768 has quit IRC | 09:31 | |
gmann | I submitted a patch to raise min version in ini | 09:31 |
gmann | #link https://review.openstack.org/#/c/267382/ | 09:31 |
gmann | jordanP: yea, but it is fixed in that version only | 09:31 |
*** otter768_ has quit IRC | 09:32 | |
*** otter768 has joined #openstack-meeting | 09:32 | |
masayukig | gmann: another solution is using older version, I think | 09:32 |
*** hashar has joined #openstack-meeting | 09:32 | |
gmann | masayukig: older than 2.2.0 | 09:32 |
jordanP | I am not sure that's the best way to handle that, I'd rather wait mtreinish or sdague opinion. they are experienced in that kind of topic | 09:32 |
masayukig | gmann: yeah. But I'm not sure it's good or bad for us. | 09:32 |
gmann | masayukig: jordanP ok, lets wait for other opinion. | 09:33 |
gmann | I also ok with same and update tox in local env if facing issue | 09:33 |
gmann | as gate is already taking 2.3.1 | 09:33 |
*** otter768 has quit IRC | 09:34 | |
mkoderer | sry folks I was distracted | 09:34 |
*** otter768_ has joined #openstack-meeting | 09:34 | |
mkoderer | about DDt.. I need some more feedback for review https://review.openstack.org/#/c/223953/ | 09:35 |
masayukig | #link https://review.openstack.org/#/c/223953/ | 09:35 |
mkoderer | since sdague -1ed the idea of using ddt | 09:35 |
*** otter768_ has quit IRC | 09:35 | |
*** gcb has quit IRC | 09:35 | |
gmann | mkoderer: ok | 09:36 |
*** otter768 has joined #openstack-meeting | 09:36 | |
mkoderer | for me DDT is used by many projects (unit test) and I don't why this should be a barrier for new test developers | 09:36 |
gmann | mkoderer: i think same issue what sean mentioned we have for using testscenario also (appending something in test name) | 09:36 |
mkoderer | gmann: yeah, testscenario is much more complex IMHO | 09:37 |
*** larainema has joined #openstack-meeting | 09:37 | |
masayukig | yeah, I don't want to think about testscenario x DDT | 09:37 |
mkoderer | so I am fine with not doing it.. but we than need to agree that we follow the concept of doing tempest "as simple as possible" | 09:37 |
*** otter768 has quit IRC | 09:37 | |
gmann | mkoderer: yea, for for loop only ddt might be good | 09:37 |
*** otter768_ has joined #openstack-meeting | 09:38 | |
*** zhurong has quit IRC | 09:38 | |
masayukig | gmann: agree | 09:38 |
mkoderer | masayukig: sure... mixing both is overkill :) | 09:38 |
* oomich_away sorry for late joining | 09:38 | |
gmann | testscenario we have in Nova where we need test duplication at much higher level | 09:38 |
gmann | mkoderer: agree | 09:39 |
gmann | oomich_away: hi | 09:39 |
oomich_away | we already have a lot of issues on the gate even if current impl is simple | 09:39 |
*** oomich_away is now known as oomich | 09:39 | |
mkoderer | oomich: that also a fair point | 09:39 |
*** mbound has quit IRC | 09:39 | |
*** otter768 has joined #openstack-meeting | 09:39 | |
*** otter768_ has quit IRC | 09:40 | |
mkoderer | ok so let us collect our thoughts in the review and I will create a ML thread if needed | 09:40 |
oomich | if we want to find more issues on the gate, ddt is nice option at the time | 09:40 |
jordanP | I'd rather have something simple, so although I like ddt in other projecrs, I am not sure it's best for tempest right now | 09:40 |
*** ijw has joined #openstack-meeting | 09:40 | |
gmann | yea and we have idempotent_id if anything to be refer in code | 09:41 |
*** ig0r_ has quit IRC | 09:41 | |
*** otter768 has quit IRC | 09:41 | |
*** ddieterly has joined #openstack-meeting | 09:41 | |
*** neiljerram has joined #openstack-meeting | 09:41 | |
mkoderer | gmann: idempotent_id shouldn't be an issue | 09:41 |
mkoderer | we already discussed that within the spec review | 09:41 |
*** otter768 has joined #openstack-meeting | 09:42 | |
mkoderer | https://review.openstack.org/#/c/259934/ | 09:42 |
gmann | mkoderer: yea, i mean we can refer with same ID for all generated test case | 09:42 |
mkoderer | gmann: yep ok | 09:42 |
gmann | anyways let's discuss and put our thoughts on review | 09:42 |
mkoderer | gmann: +1 | 09:42 |
*** neiljerram has quit IRC | 09:42 | |
gmann | anything else on Tempest side? | 09:43 |
*** otter768 has quit IRC | 09:43 | |
*** otter768 has joined #openstack-meeting | 09:43 | |
gmann | let's move on | 09:44 |
gmann | #topic DevStack + Grenade | 09:44 |
*** openstack changes topic to "DevStack + Grenade (Meeting topic: qa)" | 09:44 | |
*** markvoelker has joined #openstack-meeting | 09:44 | |
gmann | anything on these or we skip devstack and grenade | 09:44 |
*** mhickey has joined #openstack-meeting | 09:45 | |
gmann | let's move to next topic | 09:45 |
gmann | #topic Critical Reviews | 09:45 |
*** openstack changes topic to "Critical Reviews (Meeting topic: qa)" | 09:45 | |
gmann | reviews from anyone | 09:45 |
*** otter768_ has joined #openstack-meeting | 09:45 | |
*** ijw has quit IRC | 09:45 | |
*** ddieterly has quit IRC | 09:46 | |
*** itzdilip has quit IRC | 09:46 | |
gmann | I have for microversion | 09:46 |
gmann | #link https://review.openstack.org/#/c/265051/ | 09:46 |
*** mbound has joined #openstack-meeting | 09:46 | |
gmann | oomich: ^^ if you can look in this too :) | 09:46 |
gmann | oomich: this will be last one | 09:46 |
oomich | gmann: ok ;) | 09:47 |
gmann | oomich: Thanks | 09:47 |
oomich | bug before that, https://review.openstack.org/#/c/244996 is much critical | 09:47 |
*** otter76__ has joined #openstack-meeting | 09:47 | |
*** otter768_ has quit IRC | 09:47 | |
oomich | that is the first microversion testing | 09:47 |
oomich | s/bug/but/ | 09:47 |
*** arvinc_ has joined #openstack-meeting | 09:47 | |
gmann | oomich: yea, totally agree | 09:48 |
*** otter768 has quit IRC | 09:48 | |
gmann | #link https://review.openstack.org/#/c/244996 | 09:48 |
oomich | I have 2 for service client thing: | 09:48 |
gmann | All please review that | 09:48 |
oomich | #link https://review.openstack.org/#/c/266685/ | 09:48 |
oomich | #link https://review.openstack.org/#/c/263982/ | 09:48 |
*** markvoelker has quit IRC | 09:49 | |
*** itzdilip has joined #openstack-meeting | 09:49 | |
gmann | oomich: Thanks. I will check | 09:49 |
oomich | I am concentrating on service client migration for neutron now, and they are | 09:49 |
*** otter76__ has quit IRC | 09:49 | |
oomich | gmann: thank you also | 09:49 |
*** otter768 has joined #openstack-meeting | 09:49 | |
gmann | oomich: yea, those are one of most widely used | 09:49 |
gmann | jordanP: i will discuss with you on this after meeting -https://review.openstack.org/#/c/261149/ | 09:50 |
gmann | jordanP: actually i did not get your comments | 09:50 |
gmann | any other reviews | 09:50 |
oomich | gmann: yeah, I am replacing them with tempest-lib's ones on neutron-lbaas side | 09:51 |
gmann | oomich: ohh, cool | 09:51 |
oomich | the repo contains a lot of copy&paste code from tempest | 09:51 |
gmann | oomich: yea they have very old code | 09:51 |
*** otter768_ has joined #openstack-meeting | 09:51 | |
jordanP | gmann, sure | 09:51 |
gmann | oomich: might be huge work there for you :) | 09:51 |
oomich | gmann: right | 09:51 |
gmann | but not sure why they do not switch to plugin | 09:52 |
oomich | gmann: happy if other guys also will replace them | 09:52 |
gmann | oomich: will it be worth to fix the old copy paste code instead of moving to plugin ? | 09:52 |
*** otter768_ has quit IRC | 09:53 | |
oomich | gmann: guessing they need help from us for doing that | 09:53 |
*** otter768_ has joined #openstack-meeting | 09:53 | |
gmann | oomich: ohk | 09:53 |
oomich | gmann: I prefer moving to plugin | 09:53 |
*** otter768 has quit IRC | 09:53 | |
oomich | that is clean way | 09:53 |
gmann | oomich: yea, I am asking Mistral also to move to plugin as our colleague working on that | 09:54 |
gmann | and its is in nice progress now | 09:54 |
*** tfukushima has quit IRC | 09:54 | |
oomich | cool :) | 09:54 |
gmann | oomich: Thanks for helping them, it is nice | 09:55 |
gmann | let's move on | 09:55 |
gmann | #topic Open Discussion | 09:55 |
*** openstack changes topic to "Open Discussion (Meeting topic: qa)" | 09:55 | |
*** otter768 has joined #openstack-meeting | 09:55 | |
gmann | anything else to discuss. 5 min left | 09:55 |
dmellado | oops almost missed the meeting :\ | 09:56 |
dmellado | thought it was on the afternoon today | 09:56 |
gmann | dmellado: hi | 09:56 |
gmann | dmellado: yea about to close | 09:56 |
tosky | a quick request: I understand (and agree) that the road is to move tests as plugins, especially for the projects outside the core 6 | 09:56 |
*** otter768 has quit IRC | 09:57 | |
tosky | but in the meantime, can you please look at this smal lchan | 09:57 |
*** otter768 has joined #openstack-meeting | 09:57 | |
tosky | small change* for sahara? https://review.openstack.org/#/c/255968/ | 09:57 |
gmann | tosky: sure | 09:57 |
*** otter768_ has quit IRC | 09:57 | |
gmann | tosky: sahara already has plugin | 09:57 |
tosky | gmann: not completely | 09:58 |
tosky | gmann: I know because I moved them; the plugins are for python clients tests; the review above is for API tests | 09:58 |
gmann | tosky: oh. not for API tests. humm | 09:59 |
gmann | tosky: anyways. I will have look tomorrow. | 09:59 |
gmann | tosky: Thanks | 09:59 |
tosky | as I said, I agree that they need to be moved away :) | 09:59 |
tosky | thanks! | 09:59 |
gmann | tosky: yea that is final goal | 09:59 |
masayukig | it's the time | 10:00 |
gmann | let's close meeting. Timesup | 10:00 |
gmann | masayukig: yea | 10:00 |
gmann | Thanks everyone for joining | 10:00 |
oomich | thanks | 10:00 |
masayukig | thanks all o/ | 10:00 |
dmellado | thanks! | 10:00 |
*** ijw has joined #openstack-meeting | 10:00 | |
gmann | #endmeeting | 10:00 |
gmann | #endmeeting | 10:00 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 10:00 | |
openstack | Meeting ended Thu Jan 14 10:00:44 2016 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 10:00 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/qa/2016/qa.2016-01-14-08.59.html | 10:00 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/qa/2016/qa.2016-01-14-08.59.txt | 10:00 |
openstack | Log: http://eavesdrop.openstack.org/meetings/qa/2016/qa.2016-01-14-08.59.log.html | 10:00 |
*** haomaiwang has quit IRC | 10:01 | |
*** otter768_ has joined #openstack-meeting | 10:01 | |
*** tosky has left #openstack-meeting | 10:01 | |
*** otter768 has quit IRC | 10:01 | |
*** haomaiwang has joined #openstack-meeting | 10:01 | |
*** oomich is now known as oomich_away | 10:01 | |
*** itzdilip has quit IRC | 10:02 | |
*** pradipta has quit IRC | 10:03 | |
*** otter768 has joined #openstack-meeting | 10:03 | |
*** otter768_ has quit IRC | 10:03 | |
*** otter768 has quit IRC | 10:05 | |
*** otter768_ has joined #openstack-meeting | 10:05 | |
*** ijw has quit IRC | 10:05 | |
*** otter768 has joined #openstack-meeting | 10:06 | |
*** Ramanjaneya has joined #openstack-meeting | 10:07 | |
*** otter768 has quit IRC | 10:08 | |
*** otter768 has joined #openstack-meeting | 10:08 | |
*** ppetit has quit IRC | 10:08 | |
*** otter768_ has quit IRC | 10:09 | |
*** Leom has quit IRC | 10:09 | |
*** salv-orl_ has joined #openstack-meeting | 10:10 | |
*** otter768_ has joined #openstack-meeting | 10:10 | |
*** otter768 has quit IRC | 10:10 | |
*** otter768 has joined #openstack-meeting | 10:12 | |
*** otter768_ has quit IRC | 10:12 | |
*** salv-orlando has quit IRC | 10:12 | |
*** otter768 has quit IRC | 10:14 | |
*** otter768 has joined #openstack-meeting | 10:14 | |
*** ppetit has joined #openstack-meeting | 10:16 | |
*** otter768_ has joined #openstack-meeting | 10:16 | |
*** otter768 has quit IRC | 10:16 | |
*** itzdilip has joined #openstack-meeting | 10:16 | |
*** otter768 has joined #openstack-meeting | 10:18 | |
*** otter768_ has quit IRC | 10:18 | |
*** ljxiash has quit IRC | 10:19 | |
*** ljxiash has joined #openstack-meeting | 10:20 | |
*** otter768_ has joined #openstack-meeting | 10:20 | |
*** otter768 has quit IRC | 10:20 | |
*** yamahata has quit IRC | 10:21 | |
*** otter768 has joined #openstack-meeting | 10:21 | |
*** otter768_ has quit IRC | 10:22 | |
*** adahms has joined #openstack-meeting | 10:22 | |
*** otter768 has quit IRC | 10:24 | |
*** otter768_ has joined #openstack-meeting | 10:24 | |
*** ljxiash has quit IRC | 10:24 | |
*** hoangcx has quit IRC | 10:24 | |
*** spzala has joined #openstack-meeting | 10:24 | |
*** iyamahat has joined #openstack-meeting | 10:25 | |
*** otter768_ has quit IRC | 10:26 | |
*** otter768 has joined #openstack-meeting | 10:26 | |
*** otter768 has quit IRC | 10:27 | |
*** otter768 has joined #openstack-meeting | 10:27 | |
*** spzala has quit IRC | 10:29 | |
*** itzdilip has quit IRC | 10:29 | |
*** arvinc_ has joined #openstack-meeting | 10:29 | |
*** otter768_ has joined #openstack-meeting | 10:29 | |
*** otter768 has quit IRC | 10:29 | |
*** itzdilip has joined #openstack-meeting | 10:29 | |
*** mfranc213 has joined #openstack-meeting | 10:31 | |
*** mfranc213 has quit IRC | 10:32 | |
*** kzaitsev_mb has joined #openstack-meeting | 10:33 | |
*** berendt has joined #openstack-meeting | 10:33 | |
*** electrofelix has joined #openstack-meeting | 10:34 | |
*** otter768_ has quit IRC | 10:34 | |
*** sudipto has joined #openstack-meeting | 10:34 | |
*** electrofelix has quit IRC | 10:38 | |
*** baohua has joined #openstack-meeting | 10:40 | |
*** gongysh_ has quit IRC | 10:41 | |
*** ddieterly has joined #openstack-meeting | 10:42 | |
*** baoli has joined #openstack-meeting | 10:42 | |
*** rfolco has joined #openstack-meeting | 10:46 | |
*** ddieterly has quit IRC | 10:47 | |
*** _nadya_ has quit IRC | 10:51 | |
*** epico has quit IRC | 10:52 | |
*** rossella_s has quit IRC | 10:52 | |
*** isaacb has joined #openstack-meeting | 10:52 | |
*** rossella_s has joined #openstack-meeting | 10:52 | |
*** vgridnev has quit IRC | 10:54 | |
*** mfranc213 has joined #openstack-meeting | 10:54 | |
*** vgridnev has joined #openstack-meeting | 10:56 | |
*** lexholden has joined #openstack-meeting | 10:56 | |
*** haomaiwang has quit IRC | 11:01 | |
*** haomaiwang has joined #openstack-meeting | 11:01 | |
*** ijw has joined #openstack-meeting | 11:02 | |
*** _nadya_ has joined #openstack-meeting | 11:04 | |
*** mfranc213 has quit IRC | 11:04 | |
*** dims has joined #openstack-meeting | 11:04 | |
*** ociuhandu has quit IRC | 11:05 | |
*** ociuhandu has joined #openstack-meeting | 11:05 | |
*** ociuhandu has quit IRC | 11:06 | |
*** dixiaoli has joined #openstack-meeting | 11:06 | |
*** ijw has quit IRC | 11:07 | |
*** amotoki_ has joined #openstack-meeting | 11:09 | |
*** ljxiash has joined #openstack-meeting | 11:11 | |
*** alexpilotti has joined #openstack-meeting | 11:12 | |
*** adiantum has joined #openstack-meeting | 11:15 | |
*** electrofelix has joined #openstack-meeting | 11:15 | |
*** kmartin has quit IRC | 11:17 | |
*** iyamahat has quit IRC | 11:19 | |
*** aysyd has joined #openstack-meeting | 11:21 | |
*** fawadkhaliq has joined #openstack-meeting | 11:25 | |
*** roxanagh_ has joined #openstack-meeting | 11:26 | |
*** arvinc_ has quit IRC | 11:28 | |
*** vdrok has quit IRC | 11:29 | |
*** roxanagh_ has quit IRC | 11:30 | |
*** sombrafam has joined #openstack-meeting | 11:31 | |
*** arvinc_ has joined #openstack-meeting | 11:32 | |
*** arvinc_ has quit IRC | 11:32 | |
*** arvinc_ has joined #openstack-meeting | 11:33 | |
*** arvinc_ has quit IRC | 11:33 | |
*** itzdilip has quit IRC | 11:34 | |
*** arvinc_ has joined #openstack-meeting | 11:34 | |
*** arvinc_ has joined #openstack-meeting | 11:35 | |
*** itzdilip has joined #openstack-meeting | 11:35 | |
*** arvinc_ has quit IRC | 11:35 | |
*** SridharG has quit IRC | 11:35 | |
*** arvinc_ has joined #openstack-meeting | 11:35 | |
*** arvinc_ has joined #openstack-meeting | 11:36 | |
*** arvinc_ has quit IRC | 11:37 | |
*** arvinc_ has joined #openstack-meeting | 11:37 | |
*** ericksonsantos has joined #openstack-meeting | 11:38 | |
*** ociuhandu has joined #openstack-meeting | 11:39 | |
*** d0ugal has quit IRC | 11:40 | |
*** ityaptin has quit IRC | 11:41 | |
*** itzdilip has quit IRC | 11:43 | |
*** SridharG has joined #openstack-meeting | 11:43 | |
*** adiantum has quit IRC | 11:44 | |
*** ddieterly has joined #openstack-meeting | 11:44 | |
*** markvoelker has joined #openstack-meeting | 11:45 | |
*** sombrafam has quit IRC | 11:48 | |
*** ddieterly has quit IRC | 11:49 | |
*** markvoelker has quit IRC | 11:49 | |
*** baoli has quit IRC | 11:50 | |
*** sombrafam has joined #openstack-meeting | 11:50 | |
*** amotoki_ has quit IRC | 11:50 | |
*** ociuhandu has quit IRC | 11:53 | |
*** ociuhandu has joined #openstack-meeting | 11:53 | |
*** tochi has quit IRC | 11:55 | |
*** sombrafam has quit IRC | 11:56 | |
*** lexholden has quit IRC | 11:56 | |
*** merooney has joined #openstack-meeting | 11:56 | |
*** AmirBaleghi11114 has quit IRC | 11:57 | |
*** AmirBaleghi11114 has joined #openstack-meeting | 11:58 | |
*** d0ugal has joined #openstack-meeting | 11:58 | |
*** sombrafam has joined #openstack-meeting | 12:00 | |
*** lexholden has joined #openstack-meeting | 12:01 | |
*** haomaiwang has quit IRC | 12:01 | |
*** dixiaoli has quit IRC | 12:01 | |
*** haomaiwang has joined #openstack-meeting | 12:01 | |
*** ijw has joined #openstack-meeting | 12:04 | |
*** alexpilotti has quit IRC | 12:04 | |
*** rtheis has joined #openstack-meeting | 12:04 | |
*** ijw has quit IRC | 12:09 | |
*** vgridnev has quit IRC | 12:11 | |
*** lexholden has quit IRC | 12:11 | |
*** hashar_ has joined #openstack-meeting | 12:14 | |
*** vgridnev has joined #openstack-meeting | 12:14 | |
*** _nadya_ has quit IRC | 12:15 | |
*** weshay_xchat has joined #openstack-meeting | 12:17 | |
*** hashar has quit IRC | 12:17 | |
*** sudipto has quit IRC | 12:17 | |
*** sdake_ is now known as sdake | 12:17 | |
*** gongysh_ has joined #openstack-meeting | 12:18 | |
*** sudipto has joined #openstack-meeting | 12:19 | |
*** raildo-afk is now known as raildo | 12:22 | |
*** sombrafam has quit IRC | 12:25 | |
*** sudipto has quit IRC | 12:25 | |
*** sombrafam has joined #openstack-meeting | 12:27 | |
*** fernnest__ has quit IRC | 12:28 | |
*** otter768 has joined #openstack-meeting | 12:30 | |
*** irenab_ has joined #openstack-meeting | 12:32 | |
*** sombrafam has quit IRC | 12:32 | |
*** sshnaidm has joined #openstack-meeting | 12:32 | |
*** ryu25 has quit IRC | 12:32 | |
*** erlon has joined #openstack-meeting | 12:32 | |
*** irenab_ has quit IRC | 12:33 | |
*** irenab has quit IRC | 12:33 | |
*** sombrafam has joined #openstack-meeting | 12:34 | |
*** irenab has joined #openstack-meeting | 12:35 | |
*** otter768 has quit IRC | 12:35 | |
*** irenab_ has joined #openstack-meeting | 12:38 | |
*** irenab has quit IRC | 12:40 | |
*** irenab_ is now known as irenab | 12:40 | |
*** thorst has joined #openstack-meeting | 12:41 | |
*** baoli has joined #openstack-meeting | 12:41 | |
*** kencjohnston has joined #openstack-meeting | 12:44 | |
*** ppetit has quit IRC | 12:44 | |
*** kencjohnston has quit IRC | 12:44 | |
*** ddieterly has joined #openstack-meeting | 12:45 | |
*** markvoelker has joined #openstack-meeting | 12:45 | |
*** houming has quit IRC | 12:46 | |
*** scheuran has joined #openstack-meeting | 12:48 | |
*** arvinc_ has quit IRC | 12:48 | |
*** ddieterly has quit IRC | 12:49 | |
*** markvoelker has quit IRC | 12:50 | |
*** kaisers has quit IRC | 12:53 | |
*** yamamoto has quit IRC | 12:54 | |
*** vgridnev has quit IRC | 12:57 | |
*** merooney has quit IRC | 12:58 | |
*** vgridnev has joined #openstack-meeting | 12:59 | |
*** haomaiwang has quit IRC | 12:59 | |
*** doug-fish has joined #openstack-meeting | 13:01 | |
*** merooney has joined #openstack-meeting | 13:02 | |
*** _amrith_ is now known as amrith | 13:03 | |
*** gcb has joined #openstack-meeting | 13:04 | |
*** kaisers has joined #openstack-meeting | 13:04 | |
*** ijw has joined #openstack-meeting | 13:05 | |
*** jckasper has quit IRC | 13:05 | |
*** lpabon_ has joined #openstack-meeting | 13:05 | |
*** hanchao has quit IRC | 13:06 | |
*** doug-fish has quit IRC | 13:07 | |
*** fawadkhaliq has quit IRC | 13:07 | |
*** doug-fish has joined #openstack-meeting | 13:08 | |
*** _nadya_ has joined #openstack-meeting | 13:08 | |
*** kaisers has quit IRC | 13:08 | |
*** ijw has quit IRC | 13:09 | |
*** neeti has quit IRC | 13:10 | |
*** kaisers has joined #openstack-meeting | 13:10 | |
*** doug-fish has quit IRC | 13:12 | |
*** roxanagh_ has joined #openstack-meeting | 13:14 | |
*** sdake has quit IRC | 13:16 | |
*** MaxPC has joined #openstack-meeting | 13:16 | |
*** dprince has joined #openstack-meeting | 13:17 | |
*** roxanagh_ has quit IRC | 13:18 | |
*** mtanino has joined #openstack-meeting | 13:19 | |
*** lpabon_ has left #openstack-meeting | 13:23 | |
*** nithyag_ has quit IRC | 13:24 | |
*** ricolin has quit IRC | 13:25 | |
*** markvoelker has joined #openstack-meeting | 13:25 | |
*** bochi-michael has quit IRC | 13:29 | |
*** hashar_ is now known as hashar | 13:30 | |
*** haomaiwang has joined #openstack-meeting | 13:30 | |
*** doug-fish has joined #openstack-meeting | 13:31 | |
*** ddieterly has joined #openstack-meeting | 13:32 | |
*** vhoward has joined #openstack-meeting | 13:32 | |
*** amrith is now known as _amrith_ | 13:32 | |
*** ccarmack has joined #openstack-meeting | 13:34 | |
*** vdrok- is now known as vdrok | 13:35 | |
*** AmirBaleghi11114 has quit IRC | 13:39 | |
*** dslevin has quit IRC | 13:39 | |
*** yamamoto has joined #openstack-meeting | 13:39 | |
*** dimasot has quit IRC | 13:39 | |
*** AmirBaleghi11114 has joined #openstack-meeting | 13:39 | |
*** thomasem has joined #openstack-meeting | 13:41 | |
*** trozet has joined #openstack-meeting | 13:41 | |
*** julim has quit IRC | 13:42 | |
*** dane-fichter has joined #openstack-meeting | 13:44 | |
*** sombrafam has quit IRC | 13:45 | |
*** sombrafam has joined #openstack-meeting | 13:46 | |
*** amitgandhinz has joined #openstack-meeting | 13:47 | |
*** AmirBaleghi11115 has joined #openstack-meeting | 13:47 | |
*** dslev has joined #openstack-meeting | 13:48 | |
*** AmirBaleghi11114 has quit IRC | 13:49 | |
*** PaulMurray has joined #openstack-meeting | 13:50 | |
*** ppetit has joined #openstack-meeting | 13:50 | |
*** auggy has joined #openstack-meeting | 13:50 | |
*** jckasper has joined #openstack-meeting | 13:51 | |
*** jckasper_ has joined #openstack-meeting | 13:51 | |
*** Steap has joined #openstack-meeting | 13:51 | |
*** tpatzig has joined #openstack-meeting | 13:53 | |
*** dslev_ has joined #openstack-meeting | 13:54 | |
*** rbowen has joined #openstack-meeting | 13:54 | |
*** jckasper has quit IRC | 13:55 | |
*** liamji has joined #openstack-meeting | 13:57 | |
*** danpb has joined #openstack-meeting | 13:57 | |
*** dslev has quit IRC | 13:57 | |
*** sfinucan has joined #openstack-meeting | 13:57 | |
*** johnhunter has joined #openstack-meeting | 13:57 | |
*** macsz has quit IRC | 13:58 | |
*** AmirBaleghi11116 has joined #openstack-meeting | 13:58 | |
johnthetubaguy | #startmeeting nova | 13:59 |
openstack | Meeting started Thu Jan 14 13:59:24 2016 UTC and is due to finish in 60 minutes. The chair is johnthetubaguy. Information about MeetBot at http://wiki.debian.org/MeetBot. | 13:59 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 13:59 |
*** openstack changes topic to " (Meeting topic: nova)" | 13:59 | |
openstack | The meeting name has been set to 'nova' | 13:59 |
*** AmirBaleghi11115 has quit IRC | 13:59 | |
edleafe | \o | 13:59 |
thomasem | o/ | 13:59 |
alex_xu | o/ | 13:59 |
*** rlrossit has joined #openstack-meeting | 13:59 | |
bauzas | \o | 14:00 |
mkoderer | o/ | 14:00 |
rlrossit | o/ | 14:00 |
scottda | hi | 14:00 |
*** navinrio has joined #openstack-meeting | 14:00 | |
alaski | o/ | 14:00 |
navinrio | Hi | 14:00 |
navinrio | Everyone | 14:00 |
Steap | hi | 14:00 |
*** andrearosa has joined #openstack-meeting | 14:00 | |
auggy | -_- | 14:00 |
tpatzig | hi all | 14:00 |
dims | o/ | 14:00 |
andrearosa | hi | 14:00 |
*** neelashah has joined #openstack-meeting | 14:00 | |
*** femnad has joined #openstack-meeting | 14:00 | |
johnthetubaguy | so lets get going now its time | 14:00 |
*** dslev_ has quit IRC | 14:00 | |
johnthetubaguy | #topic Release Status | 14:01 |
*** haomaiwang has quit IRC | 14:01 | |
*** openstack changes topic to "Release Status (Meeting topic: nova)" | 14:01 | |
johnthetubaguy | #info Jan 21: Nova non-priority feature freeze | 14:01 |
johnthetubaguy | #info Jan 19-21: mitaka-2 | 14:01 |
*** Steap has left #openstack-meeting | 14:01 | |
johnthetubaguy | so this afternoon, I am thinking of kicking out all blueprints that don't yet have any code up for review | 14:01 |
*** haomaiwa_ has joined #openstack-meeting | 14:01 | |
gcb | o/ | 14:01 |
*** RuiChen has joined #openstack-meeting | 14:02 | |
johnthetubaguy | we already have more blueprint code that we can possibly merge, so its good to try and concentrate | 14:02 |
bauzas | +1 | 14:02 |
johnthetubaguy | #link https://etherpad.openstack.org/p/mitaka-nova-priorities-tracking | 14:02 |
navinrio | I was thinking to work on Legacy to DVR - TBD | 14:02 |
johnthetubaguy | lets keep our review focus up, to get the most into this release as possible, the above should help us with that | 14:02 |
navinrio | if it ok with team | 14:03 |
raildo | o/ | 14:03 |
belmoreira | o/ | 14:03 |
johnthetubaguy | navinrio: lets leave that till the Open Discussion section | 14:03 |
johnthetubaguy | so as a heads up | 14:03 |
navinrio | ok | 14:03 |
johnthetubaguy | the mitaka-2 release will happen independently of the feature freeze | 14:03 |
johnthetubaguy | there will be some simple exception process, in some etherpad, post the freeze, but the midcycle is likely to extend that beyond the usual one week | 14:04 |
johnthetubaguy | but we can discuss that later on | 14:04 |
PaulMurray | o/ | 14:04 |
johnthetubaguy | any questions with the process things, while we are here? | 14:04 |
johnthetubaguy | #topic Bugs | 14:04 |
*** openstack changes topic to "Bugs (Meeting topic: nova)" | 14:04 | |
johnthetubaguy | so our bug folks don't seem to be in channel today | 14:05 |
johnthetubaguy | #help volunteers for 1 week of bug skimming duty? https://wiki.openstack.org/wiki/Nova/BugTriage#Weekly_bug_skimming_duty | 14:05 |
johnthetubaguy | #link https://etherpad.openstack.org/p/stable-tracker | 14:05 |
*** ijw has joined #openstack-meeting | 14:05 | |
*** fzdarsky has joined #openstack-meeting | 14:05 | |
johnthetubaguy | #link http://status.openstack.org/elastic-recheck/index.html | 14:06 |
jaypipes | ............o/ ... o-|-< | 14:06 |
johnthetubaguy | any things folks want to raise around these? | 14:06 |
*** vivekd has quit IRC | 14:06 | |
bauzas | nothing really critical unless I missed | 14:06 |
dims | johnthetubaguy : the dhcp timeout is concerning | 14:07 |
*** korzen has quit IRC | 14:07 | |
johnthetubaguy | dims: thats just a new signature for an old friend though, as I understand it? | 14:07 |
sdague | dims: the dhcp issue has been around for a long time | 14:07 |
sdague | I agree it would be good to figure out | 14:07 |
johnthetubaguy | thats basically the same as the ssh timeout thingy | 14:07 |
dims | sdague : johnthetubaguy : ack | 14:07 |
*** dkranz has joined #openstack-meeting | 14:07 | |
sdague | johnthetubaguy: well, it's a subset | 14:07 |
johnthetubaguy | but yeah, who fixes that for good needs some kind of reward | 14:07 |
johnthetubaguy | sdague: oh, thats even better | 14:07 |
*** zz_dimtruck is now known as dimtruck | 14:08 | |
dims | bounty! | 14:08 |
dane-fichter | johnthetubaguy: I came across this: https://bugs.launchpad.net/nova/+bug/1533678 | 14:08 |
openstack | Launchpad bug 1533678 in OpenStack Compute (nova) "Jenkins py34 gate failing with 'wmi is not defined' error" [Undecided,New] | 14:08 |
*** Ramanjaneya has quit IRC | 14:08 | |
dims | dane-fichter : that should have gotten fixed already | 14:08 |
sdague | dims: python3.4 is still failing a lot | 14:08 |
johnthetubaguy | dane-fichter: hmm, we use that for hyper-v but should only run on windows, AFAIK, and probably fixed | 14:09 |
dims | sdague : last 3 were on the same review | 14:09 |
sdague | ok | 14:09 |
*** tellesnobrega_af is now known as tellesnobrega | 14:09 | |
johnthetubaguy | cool, moving on | 14:09 |
dims | sdague : legitimate failures i checked | 14:09 |
johnthetubaguy | #topic Open Discussion | 14:09 |
*** openstack changes topic to "Open Discussion (Meeting topic: nova)" | 14:09 | |
*** zhhuabj_ has quit IRC | 14:09 | |
johnthetubaguy | we have a few agenda items | 14:09 |
johnthetubaguy | PaulMurray: any midcycle details to share? | 14:09 |
sdague | dims: oh, it was recheck grinded .... :( | 14:10 |
johnthetubaguy | #link https://wiki.openstack.org/wiki/Sprints/NovaMitakaSprint | 14:10 |
johnthetubaguy | #link https://etherpad.openstack.org/p/mitaka-nova-midcycle | 14:10 |
*** ijw has quit IRC | 14:10 | |
*** jixuepeng has joined #openstack-meeting | 14:10 | |
johnthetubaguy | if you are there, please do start adding ideas | 14:10 |
*** _diana_1 has joined #openstack-meeting | 14:10 | |
*** jixuepeng has quit IRC | 14:11 | |
johnthetubaguy | I know some folks are only making it for one day (mdbooth I think), so we can try schedule things, to suit where possible | 14:11 |
PaulMurray | johnthetubaguy, only what's on the pages | 14:11 |
johnthetubaguy | PaulMurray: cool | 14:11 |
PaulMurray | johnthetubaguy, I might add a page | 14:11 |
PaulMurray | for people to say when they arrive, leave where they | 14:11 |
PaulMurray | stay - in public - does that sound useful | 14:11 |
PaulMurray | ? | 14:11 |
*** akuznetsov has quit IRC | 14:12 | |
johnthetubaguy | there is a TC related discussion https://review.openstack.org/#/c/256440/ but I think that was on last week too | 14:12 |
*** dixiaoli has joined #openstack-meeting | 14:12 | |
*** r-mibu has joined #openstack-meeting | 14:12 | |
johnthetubaguy | PaulMurray: yeah, very possibly, if folks want to | 14:12 |
*** tellesnobrega is now known as tenobreg | 14:12 | |
johnthetubaguy | thomasem: you wanted to talk about LXC? | 14:12 |
bauzas | red like a tomato | 14:12 |
thomasem | johnthetubaguy: I did, and that review concerns me a bit. | 14:12 |
*** rdopiera has joined #openstack-meeting | 14:13 | |
thomasem | We're trying to get the experimental lxc gate tests to a reliable state at the moment | 14:13 |
thomasem | we have details of what we're doing laid out here: https://etherpad.openstack.org/p/lxc_driver_devstack_gate | 14:13 |
*** ddieterly has quit IRC | 14:13 | |
thomasem | Pretty much trying to stabilize the Libvirt/LXC driver from a testing perspective so we can get at least with a non-voting gate test, and hopefully a voting one soon after. | 14:14 |
thomasem | Right now the experimental job is failing consistently, and we've identified the tests that I think are the problem. | 14:14 |
johnthetubaguy | cool, good to see progress on that | 14:15 |
johnthetubaguy | any more topics folks want to raise? | 14:15 |
johnthetubaguy | or any questions? | 14:15 |
sdague | johnthetubaguy: I added some | 14:15 |
*** johnhunter has quit IRC | 14:15 | |
tpatzig | me too | 14:15 |
johnthetubaguy | navinrio: I think you had a question? | 14:15 |
sdague | unit tests w/ constraints | 14:15 |
thomasem | I was going to see what y'all thought about skipping those to give us breathing room while I find the problems there. All of the tests that are failing (save for the expected ones like disk config which doesn't apply to raw fs images) are working fine in my local devstack, but the devstack-gate's devstack configuration is different. I'm comparing and going line-by-line to figure out at what point it breaks | 14:15 |
*** ctrath has joined #openstack-meeting | 14:16 | |
thomasem | sorry, johnthetubaguy I wasn't quite done :P | 14:16 |
thomasem | just typing | 14:16 |
johnthetubaguy | thomasem: ah, no worries | 14:16 |
thomasem | it's 8 tests that are having trouble with the devstack gate configuration | 14:16 |
thomasem | and so that's what I'm in the process of debugging right now | 14:16 |
johnthetubaguy | thomasem: I like the idea of something testing LXC, assuming that includes booting an instance | 14:16 |
thomasem | I believe dimtruck has or will soon have a regex change up to skip those tests | 14:16 |
thomasem | yes, that's tested | 14:16 |
*** dslev has joined #openstack-meeting | 14:16 | |
johnthetubaguy | getting a green thing, then working through it makes sense | 14:16 |
thomasem | the ones that are failing are anything that does a stop on it | 14:16 |
thomasem | yep that's what I'm thinking | 14:17 |
dimtruck | a patch will be up this morning...testing in local gate first...it worked | 14:17 |
thomasem | there's something weird going on with Libvirt there | 14:17 |
*** wanghao has quit IRC | 14:17 | |
thomasem | Sounds good, johnthetubaguy | 14:18 |
johnthetubaguy | thomasem: lets try that, and see where we go, cools | 14:18 |
johnthetubaguy | so mriedem had a question about volume multi-attach on the ML: http://lists.openstack.org/pipermail/openstack-dev/2016-January/084031.html | 14:18 |
johnthetubaguy | as he is not here, might make sense to reply there | 14:18 |
*** sdake has joined #openstack-meeting | 14:18 | |
johnthetubaguy | unless folks had things they wanted to discuss here? | 14:18 |
johnthetubaguy | its a tricky upgrade one, in summary | 14:19 |
sfinucan | johnthetubaguy: I have one thing, but it can wait | 14:19 |
ildikov | o/ | 14:19 |
tpatzig | i just wanted to raise https://blueprints.launchpad.net/nova/+spec/flavor-with-volume | 14:19 |
johnthetubaguy | OK... | 14:19 |
johnthetubaguy | tpatzig: you have a blueprint on the agenda | 14:20 |
tpatzig | yes | 14:20 |
*** vhoward has quit IRC | 14:20 | |
johnthetubaguy | tpatzig: its not approved for mitaka, so is unlikely to make our feature freeze next week | 14:20 |
tpatzig | currently i'm writing the spec, just wanted to see if it makes sense and is worth... | 14:20 |
*** vhoward has joined #openstack-meeting | 14:20 | |
*** myoung has joined #openstack-meeting | 14:20 | |
tpatzig | does not necesarily be in mitaka | 14:21 |
johnthetubaguy | tpatzig: if you want a flavor that says "this must be boot from volume", that seems like a good idea | 14:21 |
*** myoung has quit IRC | 14:21 | |
*** myoung has joined #openstack-meeting | 14:21 | |
tpatzig | yes, exactly without ephemerals | 14:21 |
*** dimasot has joined #openstack-meeting | 14:21 | |
mkoderer | tpatzig: +1 | 14:21 |
johnthetubaguy | tpatzig: I don't really think Nova should restrict the volume sizes though, but its worth documenting the use case in a spec, so we understand it | 14:22 |
johnthetubaguy | the volume size should be purely a cinder quota/limits thing, in my head, but I am willing to say I could well be missing something | 14:22 |
johnthetubaguy | sdague: I see your things now :) | 14:22 |
johnthetubaguy | sdague: Unit tests with constraints - https://review.openstack.org/#/c/267096/ | 14:23 |
johnthetubaguy | oh, I see, this is use constraints everywhere | 14:23 |
sdague | right, so originally I had patches up for us to go the direction neutron went, with things like py27-constraints environments | 14:23 |
tpatzig | i did not had any size limits in my mind so far. just providing a volume size in the flavor will create the cinder volume if the quotas allow | 14:23 |
*** jichen has quit IRC | 14:23 | |
sdague | however both mriedem and danpb disliked that approach, because we have to retrain the world how to run tests that match the gate. Which I think is a valid point. | 14:24 |
mkoderer | johnthetubaguy: it's only about restricting any kind of ephermal disk | 14:24 |
johnthetubaguy | tpatzig: I think we probably want the user to pass in the volume they already created, ideally, but lets talk more in the spec review, with use cases infront of us | 14:24 |
johnthetubaguy | mkoderer: yes, that the feature I am wanting us to have, but haven't had time to build yet | 14:24 |
mkoderer | johnthetubaguy: cool | 14:24 |
bauzas | yeah, not sure asking to create a volume sounds good for me | 14:25 |
sdague | this does however mean we're going to have to now convince the rest of folks that we should use the same names, so it would be helpful to get nova people to +1 - https://review.openstack.org/#/c/267149/ | 14:25 |
sdague | which is the governance change to make this all happen | 14:25 |
sdague | the net result: unit tests should get randomly broken by upstream library releases less often | 14:25 |
tpatzig | johnthetubaguy:ok, makes sense. the idea with the flavor option is to create a new cinder volume, not for existing ones | 14:25 |
johnthetubaguy | sdague: oh, we should totally agree on the names, good point | 14:25 |
mkoderer | tpatzig: ok so let's work on a spec for n-release :) | 14:25 |
*** adahms has quit IRC | 14:25 | |
johnthetubaguy | sdague: totally agreed thats an important step | 14:26 |
*** tenobreg is now known as tellesnobrega_af | 14:26 | |
johnthetubaguy | #help please review this governance change around unit tests: https://review.openstack.org/#/c/267149/ | 14:26 |
*** dims has quit IRC | 14:26 | |
tpatzig | mkoderer: +1 | 14:26 |
bauzas | sdague: nice change | 14:26 |
johnthetubaguy | sdague: this feels easier now we dropped run_tests.sh | 14:27 |
sdague | johnthetubaguy: yeh, agree | 14:27 |
sdague | that only took 3 years :) | 14:27 |
*** tellesnobrega_af is now known as tenobreg | 14:27 | |
johnthetubaguy | heh | 14:27 |
johnthetubaguy | well it made me move over to tox, but anyways, lol | 14:27 |
sdague | that's all on that topic, let me know when you are ready for project_id discussion | 14:27 |
johnthetubaguy | so the above seems OK to me, but I could well be missing something that dansmith and mridem are seeing | 14:28 |
johnthetubaguy | #link http://lists.openstack.org/pipermail/openstack-dev/2016-January/083976.html | 14:28 |
johnthetubaguy | lets talk project ids | 14:28 |
alaski | sdague: do we need the non constraints job in order to test updating the constraints? | 14:28 |
sdague | alaski: no | 14:29 |
*** thinrichs has joined #openstack-meeting | 14:29 | |
alaski | okay, then +1 from me | 14:29 |
sdague | ok, project_ids | 14:29 |
sdague | there is an intractable problem with supporting urls with and without project_id as long as the definition of project_id is completely wide open | 14:29 |
*** dims has joined #openstack-meeting | 14:30 | |
*** AmirBaleghi11116 has quit IRC | 14:30 | |
sdague | which I explained in that email | 14:30 |
danpb | johnthetubaguy: we dropped run_tests.sh ?? it still exists in git AFAICT | 14:30 |
dansmith | lol | 14:30 |
ndipanov | danpb, try running it | 14:30 |
danpb | lol | 14:30 |
*** cdent has joined #openstack-meeting | 14:31 | |
sdague | so, mostly, I need feedback on what kind of constraint we find acceptable that has a low likelihood of breaking people | 14:31 |
johnthetubaguy | sdague: so I think for projects ids you hit a good comprimise | 14:31 |
*** AmirBaleghi11116 has joined #openstack-meeting | 14:31 | |
*** otter768 has joined #openstack-meeting | 14:31 | |
*** bvandenh has quit IRC | 14:31 | |
johnthetubaguy | it certainly looks like it works for me, in the rackspace sense of me | 14:31 |
*** jmckind has joined #openstack-meeting | 14:32 | |
*** fzdarsky has quit IRC | 14:32 | |
*** annegentle has joined #openstack-meeting | 14:32 | |
sdague | there are about 1000 tests which will have to be updated to get it to pass, because we use 'fake' and 'openstack' as project_id in our tests, so before I start grinding through that I wanted to have some confidence [0-9a-f]+ is ok | 14:32 |
johnthetubaguy | oh, I remember you saying now, yeah | 14:32 |
*** tenobreg is now known as tellesnobrega | 14:32 | |
sdague | so, I'll take this as an ACK on that regex, and move forward | 14:33 |
johnthetubaguy | it does worry me, that we can't have top level resources that are valid hex, but it seems a small price to pay | 14:33 |
*** thinrichs1 has joined #openstack-meeting | 14:33 | |
*** thinrichs has quit IRC | 14:33 | |
sdague | johnthetubaguy: right, well we don't have any today | 14:33 |
sdague | and this limitation is only in effect as long as we support both at once | 14:33 |
johnthetubaguy | we can always add os- if there is one | 14:33 |
sdague | right | 14:34 |
*** changbl has quit IRC | 14:34 | |
alaski | that regex should work for all operators who have spoken up about it, but is there a fallback if someone comes forward later and is broken? | 14:34 |
sdague | alaski: my feeling is we fix it in post | 14:34 |
cdent | I love that phrase | 14:34 |
dansmith | that's probably going to piss off someone | 14:35 |
alaski | either amend the regex, or configure optional project_id off? | 14:35 |
sdague | alaski: right | 14:35 |
cdent | something something please everyone all the time something something | 14:35 |
johnthetubaguy | we could go for each route having a "supports project_id also" option, then have two regex-es so we tell if its a valid route, before then checking for the project id, but that feels like overkill for now | 14:35 |
dansmith | _if_ we wanted to be slower, could we install something that will warn people that their url is going to not work? | 14:35 |
*** otter768 has quit IRC | 14:35 | |
johnthetubaguy | yeah, seems we have an out | 14:35 |
dansmith | or are you saying there'll be a flag that will fix them in the first round for sure? | 14:35 |
sdague | so, honestly, I don't believe there will be any deployments that will get hit with this | 14:36 |
*** zeih has quit IRC | 14:36 | |
sdague | because they have to be really old, and really hack keystone | 14:36 |
*** sombrafam has quit IRC | 14:36 | |
*** navinrio has quit IRC | 14:37 | |
sdague | we'll put in the release notes this is a restriction, make it prominent | 14:37 |
sdague | and keep an eye on bugs filed in | 14:37 |
dansmith | sorry if I'm being dense, | 14:37 |
sdague | then react to that if there are any (I'll bet a beer there will never be) | 14:37 |
cdent | they'll only get bit if they upgrade, and if they are that old what's the odds of them upgrading without thinking hard about it? | 14:37 |
cdent | not much | 14:37 |
cdent | so safe | 14:37 |
*** blmartin has joined #openstack-meeting | 14:37 | |
*** anuj has quit IRC | 14:37 | |
dansmith | whatever, I guess I'll stop being cautious | 14:38 |
alaski | cdent: very likely, as long as there's an out if the upgrade will break them | 14:38 |
*** julim has joined #openstack-meeting | 14:38 | |
dansmith | that's what I want to clarify | 14:38 |
sdague | right, and I think the out is us patching later. | 14:38 |
dansmith | that the first breakage is soft | 14:38 |
johnthetubaguy | dansmith: you thinking an option to stop support both, if they hit the issue? | 14:38 |
*** fernnest__ has joined #openstack-meeting | 14:39 | |
*** sombrafam has joined #openstack-meeting | 14:39 | |
*** xyang1 has joined #openstack-meeting | 14:39 | |
dansmith | johnthetubaguy: I want to soft break them first, with a fix_it_this_time=True flag so they have at least a cycle to figure out what they're going to do | 14:39 |
dansmith | I know that we think nobody will be in this situation, | 14:39 |
johnthetubaguy | dansmith: gotcha, you add the conf as already deprecated maybe? | 14:39 |
*** blmartin has left #openstack-meeting | 14:39 | |
dansmith | but we know someone converting from some system to keystone could have this arrangement and breaking our oldest users doesn't seem like a good idea | 14:39 |
sdague | dansmith: if they update their service catalog to drop the project_id, there is no problem | 14:40 |
*** haomaiwa_ has quit IRC | 14:40 | |
johnthetubaguy | apart form all the hard-coded scripts | 14:40 |
sdague | right | 14:40 |
dansmith | sdague: as long as they have nothing else that depends on it, like a load balancer, or any number of other things ... | 14:40 |
dansmith | I'm just saying, | 14:40 |
johnthetubaguy | sdague: is it easy to add the config? or hard? | 14:40 |
alaski | or a rate limiter like repose... | 14:41 |
sdague | the reason I'd like to not add a config, is people will start using it that aren't us | 14:41 |
johnthetubaguy | alaski: yeah... unless you want an excuse to remove it | 14:41 |
dansmith | this seems like a pretty serious grenade to just throw in and require people to make that kind of change to account for it in one cycle | 14:41 |
*** zeih has joined #openstack-meeting | 14:41 | |
sdague | and the reality is that it's going to be 12 months before anyone shows up with this | 14:41 |
sdague | if anyone ever does | 14:41 |
alaski | johnthetubaguy: there have been many reasons already, and it's still there :) | 14:42 |
*** mriedem_away has joined #openstack-meeting | 14:42 | |
johnthetubaguy | sdague: but if we add it as deprecated "if you need this call us" kind of thing, it feels better | 14:42 |
*** njohnston has joined #openstack-meeting | 14:42 | |
sdague | which I don' think they will | 14:42 |
*** tej has joined #openstack-meeting | 14:42 | |
* mriedem_away joins fashionably late | 14:42 | |
johnthetubaguy | alaski: true :'( | 14:42 |
*** mriedem_away is now known as mriedem | 14:42 | |
sdague | johnthetubaguy: and when do we delete it? | 14:42 |
*** tej_ has joined #openstack-meeting | 14:42 | |
johnthetubaguy | sdague: next release, at least they have an edge thats soft, if they follow orders | 14:42 |
*** zhhuabj_ has joined #openstack-meeting | 14:42 | |
sdague | anyone that far behind tends not to | 14:42 |
*** dprince has quit IRC | 14:42 | |
sdague | in reality, if you've hacked the system enough to have this behavior, you've got custom patches on keystone | 14:43 |
dansmith | that's not true, right? | 14:43 |
sdague | I feel like a map to "you are going to have to patch nova as well" should be fine | 14:43 |
johnthetubaguy | dansmith: was it LDAP or something? | 14:43 |
dansmith | just importing stuff into the db will get you here right? | 14:43 |
sdague | maybe | 14:43 |
johnthetubaguy | oh, right, that | 14:43 |
alaski | yeah, it sounded like keystone allowed this | 14:43 |
auggy | i remember hearing LDAP come up as a possible case for breakage | 14:44 |
dansmith | alaski: it did | 14:44 |
*** dimtruck is now known as zz_dimtruck | 14:44 | |
dansmith | anyway, | 14:44 |
*** mmedvede has quit IRC | 14:44 | |
dansmith | I need not take a hard line on this.. it seems like a big grenade to me, but if the deployer types (john and laski) aren't concerned then that's fine | 14:44 |
dansmith | but if they are, I think we should be really cautious here | 14:44 |
alaski | I have concerns | 14:45 |
johnthetubaguy | I am tempted to add a config for one release, to soften the blow | 14:45 |
*** phil__ has quit IRC | 14:45 | |
sdague | ok, if a config for a different regex will get us concensus, I'm fine with that | 14:45 |
cdent | already deprecated config, yes? | 14:46 |
*** lblanchard has joined #openstack-meeting | 14:46 | |
dansmith | what does that mean? | 14:46 |
sdague | yes | 14:46 |
johnthetubaguy | lets add it as deprecated | 14:46 |
dansmith | "different regex" ? | 14:46 |
*** cdub has joined #openstack-meeting | 14:46 | |
* dansmith notes that he is uncaffeinated | 14:46 | |
sdague | dansmith: let the operator define the validation regex for project_id | 14:46 |
jaypipes | dansmith: yeah, I'm working on that... (caffeinating) | 14:46 |
dansmith | sdague: okay, I thought maybe you mean something else | 14:47 |
*** efoley has joined #openstack-meeting | 14:47 | |
dansmith | jaypipes: +1 | 14:47 |
alaski | sdague: that would make it more palatable to me | 14:47 |
sdague | alaski: ok | 14:47 |
johnthetubaguy | yeah, same here I think | 14:47 |
johnthetubaguy | Ok, so any more for any more? | 14:48 |
andrearosa | quick request for review https://review.openstack.org/259528 and the related patches. | 14:48 |
andrearosa | they are for implementing an approved non priority bp | 14:48 |
andrearosa | thanks | 14:48 |
*** balajiiyer has joined #openstack-meeting | 14:48 | |
johnthetubaguy | so quick reminder about the feature freeze next week | 14:48 |
johnthetubaguy | thanks all | 14:48 |
johnthetubaguy | #endmeeting | 14:48 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 14:48 | |
openstack | Meeting ended Thu Jan 14 14:48:57 2016 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:48 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-01-14-13.59.html | 14:49 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-01-14-13.59.txt | 14:49 |
openstack | Log: http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-01-14-13.59.log.html | 14:49 |
*** andrearosa has left #openstack-meeting | 14:49 | |
*** rlrossit has left #openstack-meeting | 14:49 | |
*** tej__ has joined #openstack-meeting | 14:49 | |
*** tej_ has quit IRC | 14:50 | |
*** tej has quit IRC | 14:50 | |
*** gcb has quit IRC | 14:50 | |
*** rdopiera has left #openstack-meeting | 14:51 | |
*** tej__ is now known as toddjohn | 14:51 | |
*** rossella_s has quit IRC | 14:52 | |
*** links has quit IRC | 14:52 | |
*** sombrafam has quit IRC | 14:52 | |
*** rossella_s has joined #openstack-meeting | 14:52 | |
*** myoung has quit IRC | 14:52 | |
*** _nadya_ has quit IRC | 14:53 | |
*** sombrafam has joined #openstack-meeting | 14:53 | |
*** itzdilip has joined #openstack-meeting | 14:54 | |
*** Sukhdev has joined #openstack-meeting | 14:55 | |
*** ccarmack has left #openstack-meeting | 14:55 | |
*** _nadya_ has joined #openstack-meeting | 14:56 | |
*** itzdilip has left #openstack-meeting | 14:56 | |
*** itzdilip has joined #openstack-meeting | 14:56 | |
*** _nadya_ has quit IRC | 14:56 | |
*** _nadya_ has joined #openstack-meeting | 14:56 | |
*** haleyb_ has joined #openstack-meeting | 14:57 | |
*** haleyb__ has joined #openstack-meeting | 14:57 | |
*** haleyb__ has quit IRC | 14:57 | |
*** haleyb_ has quit IRC | 14:57 | |
*** itzdilip has left #openstack-meeting | 14:58 | |
*** danpb has left #openstack-meeting | 14:58 | |
*** sombrafam has quit IRC | 14:58 | |
*** haleyb_ has joined #openstack-meeting | 14:58 | |
*** kaisers has quit IRC | 14:58 | |
*** gordc has joined #openstack-meeting | 14:58 | |
*** efoley has left #openstack-meeting | 14:59 | |
*** efoley has joined #openstack-meeting | 14:59 | |
*** Daisy has joined #openstack-meeting | 15:00 | |
*** sombrafam has joined #openstack-meeting | 15:00 | |
*** haomaiwa_ has joined #openstack-meeting | 15:00 | |
*** haomaiwa_ has quit IRC | 15:01 | |
gordc | #startmeeting telemetry | 15:01 |
openstack | Meeting started Thu Jan 14 15:01:04 2016 UTC and is due to finish in 60 minutes. The chair is gordc. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:01 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:01 |
*** openstack changes topic to " (Meeting topic: telemetry)" | 15:01 | |
openstack | The meeting name has been set to 'telemetry' | 15:01 |
cdent | o/ | 15:01 |
ildikov | o/ | 15:01 |
_nadya_ | o/ | 15:01 |
liusheng | o/ | 15:01 |
*** ifat_afek has joined #openstack-meeting | 15:02 | |
jd__ | o/ | 15:02 |
*** roxanagh_ has joined #openstack-meeting | 15:02 | |
*** navinrio has joined #openstack-meeting | 15:03 | |
gordc | #topic recurring: roadmap items (new/old/blockers) https://wiki.openstack.org/wiki/Telemetry/RoadMap | 15:03 |
sileht | o/ | 15:03 |
*** openstack changes topic to "recurring: roadmap items (new/old/blockers) https://wiki.openstack.org/wiki/Telemetry/RoadMap (Meeting topic: telemetry)" | 15:03 | |
gordc | i sent an email regarding the items i'm tracking (that aren't complete) | 15:03 |
gordc | if there are any extras please let me know (and maybe add to etherpad | 15:03 |
*** esker has joined #openstack-meeting | 15:03 | |
gordc | do we need any reviews on specs? | 15:04 |
*** auggy has left #openstack-meeting | 15:04 | |
*** balajiiyer has quit IRC | 15:04 | |
gordc | (can someone approve my rolling upgrade doc spec) | 15:04 |
*** mriedem has left #openstack-meeting | 15:04 | |
cdent | gordc: link? | 15:04 |
gordc | https://review.openstack.org/#/c/242216/ | 15:04 |
_nadya_ | we need more eyes here https://review.openstack.org/#/c/267078/ | 15:05 |
*** esker has quit IRC | 15:05 | |
_nadya_ | and here https://review.openstack.org/#/c/209799/ | 15:05 |
*** ijw has joined #openstack-meeting | 15:05 | |
jd__ | i'll check them | 15:05 |
gordc | _nadya_: what spec is first one tied to? | 15:05 |
_nadya_ | to liusheng's https://review.openstack.org/#/c/209799/ | 15:05 |
*** _amrith_ is now known as amrith | 15:06 | |
gordc | oh... i think liusheng was working on that... | 15:06 |
_nadya_ | gordc: we sync'ed with him, don't worry :) | 15:06 |
*** spotz_zzz is now known as spotz | 15:06 | |
gordc | kk | 15:06 |
liusheng | _nadya_: after the composite alarm feature :) | 15:07 |
*** sigmavirus24_awa is now known as sigmavirus24 | 15:07 | |
_nadya_ | liusheng: cool | 15:07 |
gordc | ok. i'll just ask if we can put a bit more focus on specs for now | 15:07 |
liusheng | _nadya_: thanks for your Poc | 15:07 |
*** roxanagh_ has quit IRC | 15:08 | |
gordc | although i think it's really only the polling cache that might require more eyes | 15:08 |
*** ityaptin has joined #openstack-meeting | 15:08 | |
_nadya_ | gordc: what do you think about transformers? | 15:08 |
gordc | redis caching? | 15:09 |
_nadya_ | or discuss it later? | 15:09 |
*** mhickey has quit IRC | 15:09 | |
gordc | _nadya_: ^? | 15:10 |
_nadya_ | gordc: please go ahead :) I will wait for open discussion | 15:10 |
gordc | kk | 15:10 |
gordc | #topic aodh topics | 15:10 |
*** openstack changes topic to "aodh topics (Meeting topic: telemetry)" | 15:10 | |
*** tellesnobrega is now known as tellesnobrega_af | 15:10 | |
gordc | any items here? | 15:10 |
*** rbak has joined #openstack-meeting | 15:11 | |
gordc | aodhclient patches are here: https://review.openstack.org/#/q/status:open+project:openstack/python-aodhclient+branch:master+topic:alarm | 15:11 |
*** pradk has joined #openstack-meeting | 15:11 | |
*** xingchao has joined #openstack-meeting | 15:11 | |
gordc | anyone know why the liberty aodh integration gate is failing? | 15:11 |
*** bvandenh has joined #openstack-meeting | 15:12 | |
jd__ | no :( | 15:12 |
*** piet has joined #openstack-meeting | 15:12 | |
gordc | i don't really understand why it passes randomly... | 15:12 |
gordc | i can't tell if it's celiometer, aodh, gnocchi, heat, or nova that's broken :( | 15:12 |
*** idegtiarov_ has joined #openstack-meeting | 15:12 | |
*** _diana_1 has left #openstack-meeting | 15:12 | |
*** julim_ has joined #openstack-meeting | 15:13 | |
gordc | something to debug i guess | 15:13 |
idegtiarov_ | hi! | 15:13 |
*** trozet has quit IRC | 15:13 | |
*** zz_dimtruck is now known as dimtruck | 15:13 | |
gordc | anyone else with aodh topic? | 15:13 |
*** ryanpetrello has joined #openstack-meeting | 15:13 | |
*** trozet_ has joined #openstack-meeting | 15:13 | |
gordc | kk, if someone does look at liberty aodh gate, please let me know | 15:14 |
gordc | #topic ceilometer topics | 15:14 |
*** openstack changes topic to "ceilometer topics (Meeting topic: telemetry)" | 15:14 | |
*** trozet_ is now known as trozet | 15:14 | |
gordc | _nadya_: you might be interseted in this https://bugs.launchpad.net/ceilometer/+bug/1533787 | 15:15 |
openstack | Launchpad bug 1533787 in Ceilometer "workload_partitioning inconsistently reports group members" [Critical,In progress] - Assigned to gordon chung (chungg) | 15:15 |
liusheng | gordc: FYI, the main composite patches has been basically completed, except client side | 15:15 |
*** banix has joined #openstack-meeting | 15:15 | |
gordc | liusheng: that's awesome. you have links? | 15:15 |
liusheng | gordc: https://review.openstack.org/#/q/status:open+project:openstack/aodh+branch:master+topic:bp/composite-threshold-rule-alarm | 15:15 |
*** julim has quit IRC | 15:15 | |
gordc | liusheng: cool cool | 15:15 |
_nadya_ | gordc: yep, I saw this. Probably, I need to test this | 15:15 |
gordc | liusheng: do you have plans to deprecate combination alarms? | 15:16 |
liusheng | gordc: the two patches of sileht is unrelated | 15:16 |
liusheng | gordc: just because dependency | 15:16 |
gordc | are we all agreed that we should deprecate it? or just leave it? | 15:16 |
*** cbouch has joined #openstack-meeting | 15:17 | |
liusheng | gordc: maybe we should keep it at least a release cycle ? | 15:17 |
*** dprince has joined #openstack-meeting | 15:17 | |
gordc | keep it, deprecate in N* and remove in O*? | 15:17 |
gordc | ok. | 15:18 |
*** xingchao_ has joined #openstack-meeting | 15:18 | |
jd__ | i'll try to review that too | 15:18 |
jd__ | thanks liusheng | 15:18 |
*** mmedvede has joined #openstack-meeting | 15:18 | |
_nadya_ | gordc: what do you think about my results from here https://docs.google.com/document/d/1Um5RFH7KGtuD9_PlaBQtMD3pdd6fNvMRUa5bSqyfk0M/edit#heading=h.7f8sbf3dzgfh ? I'm talking mostly about how things are now, not about Redis | 15:18 |
*** rajinir has joined #openstack-meeting | 15:18 | |
gordc | well we can deprecate it now i think.. if not i think i need to add combination support to client | 15:18 |
*** margaret-frances has joined #openstack-meeting | 15:18 | |
gordc | _nadya_: i added comment (and some to your bug) | 15:19 |
gordc | i think we need better understanding of why | 15:19 |
liusheng | gordc: I suggest we'd better to notice users before deprecation, in case of we have forgot some use cases | 15:19 |
gordc | liusheng: sure sure | 15:19 |
_nadya_ | gordc: there were a lot of "out of order, drop" in logs, yes | 15:19 |
gordc | how large is your queue when you start agents? | 15:20 |
_nadya_ | @gordc 0 | 15:20 |
*** xingchao has quit IRC | 15:21 | |
gordc | _nadya_: my main concern with redis design is it's sort of an antipattern... 'database as ipc'... that said, a lot of things are antipatterns | 15:21 |
_nadya_ | gordc: I'm starting from scratch, create load only by test | 15:21 |
*** pratikmallya has joined #openstack-meeting | 15:22 | |
_nadya_ | gordc: ok, let me sum verything up and create a thread in ML | 15:22 |
gordc | _nadya_: i think we need to try without the bug. maybe do a log dump for all agents too | 15:22 |
*** edtubill has joined #openstack-meeting | 15:22 | |
gordc | not just errors | 15:22 |
*** doug-fish has quit IRC | 15:22 | |
gordc | it's sort of hard to understand what's happening with a few charts and no understanding what happened in between | 15:22 |
_nadya_ | gordc: I'm thinking about returning transformers back to polling agents | 15:22 |
*** doug-fish has joined #openstack-meeting | 15:22 | |
*** spandhe has joined #openstack-meeting | 15:23 | |
gordc | _nadya_: why's that? | 15:23 |
*** spzala has joined #openstack-meeting | 15:23 | |
*** mhickey has joined #openstack-meeting | 15:23 | |
_nadya_ | gordc: transformations will be done at each agent, willn't it? | 15:24 |
gordc | cdent: ^ since you did this work | 15:24 |
cdent | I'm listening | 15:24 |
gordc | _nadya_: currently transformation are done at each agent? | 15:25 |
cdent | but don't understand the problem that reverting would fix? | 15:25 |
_nadya_ | cdent: I'm investigating how transformers work in coordination mode for notification agents | 15:25 |
_nadya_ | cdent: and now I have results that we lost a lot of delta metrics under high load | 15:26 |
jd__ | +1 antipattern | 15:26 |
*** thinrichs1 has left #openstack-meeting | 15:26 | |
_nadya_ | gordc: on each notification agent, not comute agent | 15:26 |
cdent | jd__: ? | 15:26 |
jd__ | you're not solving the right problems from what I read | 15:26 |
*** doug-fish has quit IRC | 15:27 | |
*** francois has quit IRC | 15:27 | |
jd__ | cdent: [16:21:23] <gordc>_nadya_: my main concern with redis design is it's sort of an antipattern... 'database as ipc'... that said, a lot of things are antipatterns | 15:27 |
_nadya_ | jd__: forget about Redis, let's concentrate on what we have now | 15:27 |
gordc | _nadya_: you are losing deltas because if the agents don't register to same group, they will start fighting for samples and we will not be able to calcluate deltas (all the time) | 15:27 |
gordc | which is why we need to look at why sometimes the agents can't see each other | 15:28 |
jd__ | don't compute delta may be a solution? | 15:28 |
* jd__ runs | 15:28 | |
_nadya_ | jd__: +1 | 15:28 |
* gordc grabs brick | 15:28 | |
jd__ | :( | 15:28 |
*** jungleboyj has joined #openstack-meeting | 15:28 | |
gordc | _nadya_: we need to look at what's happening in middle and not just why you have end results you have | 15:29 |
_nadya_ | jd__: tbh, I'd keep only one value-based transformers | 15:29 |
gordc | i'm pretty sure you see same thing as me where the members aren't all there | 15:29 |
*** aluria has quit IRC | 15:29 | |
*** doug-fish has joined #openstack-meeting | 15:29 | |
*** spandhe has quit IRC | 15:30 | |
_nadya_ | gordc:will let you know about results | 15:30 |
*** angdraug has joined #openstack-meeting | 15:30 | |
* cdent is still confused | 15:30 | |
gordc | _nadya_: can you drop full logs some where? | 15:30 |
gordc | cdent: about? | 15:31 |
*** akuznetsov has joined #openstack-meeting | 15:31 | |
*** pratikma_ has joined #openstack-meeting | 15:31 | |
_nadya_ | gordc: yep, I'll collect them. from notification agents, rabbit? | 15:31 |
cdent | As far as I can hear it sounds like a thing that never worked so well in the first place is now demonstrated to not work well with the transformers moved, so there's though to move the transformers back | 15:31 |
cdent | yet it sounds to me like that's not addressing the actual problem | 15:31 |
*** jang has quit IRC | 15:32 | |
cdent | just removing a variable that may be independent | 15:32 |
gordc | _nadya_: both? i'm thikning the segfault is something else. | 15:32 |
jd__ | I like what cdent says even if I don't know if it's true | 15:32 |
cdent | I don't know if it is either, thus the confusion | 15:32 |
_nadya_ | cdent: why we still have it? why can't we remove transformers support if it doesn't work? | 15:33 |
*** timcline has joined #openstack-meeting | 15:33 | |
gordc | cdent: what's 'the thing that don't work so well' transformers? | 15:33 |
_nadya_ | cdent: we have a super-distributed stuff for notification agents to support transformers | 15:33 |
gordc | _nadya_: well i think we need ot figure out why it doesn't work | 15:33 |
*** jang has joined #openstack-meeting | 15:33 | |
cdent | what gordc just said | 15:34 |
_nadya_ | lol | 15:34 |
cdent | rather than just killing it, find out why | 15:34 |
*** pratikmallya has quit IRC | 15:34 | |
*** doug-fish has quit IRC | 15:34 | |
cdent | because it _sounds_ like it is masking some problem that we should know about | 15:34 |
gordc | cdent: agree | 15:34 |
*** amitgandhinz has quit IRC | 15:35 | |
_nadya_ | ok, I'll continue with investigations then and will ping you both gordc and cdent | 15:35 |
gordc | _nadya_: kk | 15:35 |
*** esker has joined #openstack-meeting | 15:36 | |
gordc | i would say main thing is to make sure the agents are all in group. | 15:36 |
*** xingchao has joined #openstack-meeting | 15:36 | |
cdent | If we've got evidence that tooz is being confused lately, we need to make sure that's proper before going much further | 15:36 |
*** esker has quit IRC | 15:37 | |
_nadya_ | not sure that tooz is to blame | 15:37 |
_nadya_ | kk, let's move on | 15:37 |
*** mhickey has quit IRC | 15:37 | |
*** ctrath has left #openstack-meeting | 15:38 | |
gordc | _nadya_: basically, if the membership is messed up, all the tranformations are messed up. same would apply whether transfomration are done at polling or notificaiton | 15:38 |
gordc | _nadya_: i'll put together some questions so we can debug farther | 15:38 |
_nadya_ | gordc: ok, great | 15:39 |
gordc | #topic gnocchi topics | 15:39 |
*** openstack changes topic to "gnocchi topics (Meeting topic: telemetry)" | 15:39 | |
gordc | jd__: happy times in gnocchi? | 15:39 |
jd__ | oh yeah | 15:39 |
jd__ | we'd need a few more reviews on current patches | 15:39 |
jd__ | but we're in pretty good shape! | 15:40 |
*** Sukhdev has quit IRC | 15:40 | |
jd__ | awesome improvement, good performance increase | 15:40 |
*** esheffield has quit IRC | 15:40 | |
gordc | jd__: 1000% | 15:40 |
jd__ | I'll probably do some benchmarks in the next weeks, I'm pretty sure we beat things like InfluxDB now :p | 15:40 |
gordc | performance increase. people like unveriable numnbers | 15:40 |
jd__ | I'm adding some request features these days | 15:40 |
jd__ | gordc: exactly | 15:40 |
*** Sukhdev has joined #openstack-meeting | 15:40 | |
*** xingchao_ has quit IRC | 15:40 | |
jd__ | I'll pop up some random big numbers | 15:40 |
*** zeih has quit IRC | 15:40 | |
jd__ | we also have a good doc update | 15:41 |
jd__ | http://gnocchi.xyz/ | 15:41 |
gordc | jd__: i think llu said he just got access to his lab so we can test across a few nodes | 15:41 |
jd__ | gordc: awesome | 15:41 |
jd__ | let me know if you need a hand | 15:41 |
gordc | we'll ping you if we run into anything... and we can add docs/bugs from that | 15:41 |
jd__ | 👍 | 15:42 |
gordc | #topic open discussion | 15:42 |
*** openstack changes topic to "open discussion (Meeting topic: telemetry)" | 15:42 | |
*** singhj has joined #openstack-meeting | 15:42 | |
*** piet has quit IRC | 15:42 | |
*** piet has joined #openstack-meeting | 15:43 | |
gordc | i should mention, everyone should have gotten or be getting there ATC emails | 15:43 |
gordc | so check your junk | 15:43 |
*** esheffield has joined #openstack-meeting | 15:43 | |
gordc | 15:43 | |
* cdent reports gordc | 15:44 | |
gordc | *shrugs* regular checkups at the doctor is good practice | 15:44 |
jd__ | rofl | 15:44 |
jd__ | I registered | 15:44 |
jd__ | that means I should be there so… behave. | 15:45 |
cdent | me too | 15:45 |
jd__ | (or not) | 15:45 |
liamji | hello Gordon, I have updated the bp spec about enabling the LBaaS v2 based on the comments. Could you review it if you have time? https://review.openstack.org/#/c/244139/ thanks | 15:45 |
gordc | this is all logged... so...lol | 15:45 |
gordc | liamji: cool! yes, i remember. | 15:46 |
*** Sukhdev has quit IRC | 15:46 | |
liamji | gordc: thanks : ) | 15:46 |
gordc | everyone take a look at that. | 15:46 |
jd__ | it's important that it's logged | 15:46 |
*** arvinc_ has joined #openstack-meeting | 15:46 | |
gordc | jd__: get out. | 15:46 |
*** amitgandhinz has joined #openstack-meeting | 15:46 | |
jd__ | I want my descendants to be able to read it | 15:46 |
*** arvinc_ has quit IRC | 15:46 | |
*** numans has quit IRC | 15:47 | |
gordc | regardless, if you don't have atc let me know. | 15:47 |
gordc | liamji: have you started coding sa well? | 15:47 |
gordc | as well* | 15:47 |
*** armax has quit IRC | 15:47 | |
*** arvinc_ has joined #openstack-meeting | 15:47 | |
*** doug-fish has joined #openstack-meeting | 15:47 | |
*** vahidh has joined #openstack-meeting | 15:47 | |
*** claudiub has joined #openstack-meeting | 15:48 | |
gordc | ok anything else? | 15:48 |
gordc | last few seconds | 15:48 |
*** emagana has joined #openstack-meeting | 15:49 | |
liamji | gordc: yes, I have started to code | 15:49 |
*** doug-fis_ has joined #openstack-meeting | 15:49 | |
gordc | liamji: cool cool. sounds good. | 15:49 |
*** mhickey has joined #openstack-meeting | 15:49 | |
*** gpaz has joined #openstack-meeting | 15:49 | |
*** neiljerram has joined #openstack-meeting | 15:49 | |
gordc | let's close this meeting | 15:50 |
gordc | thanks everyone | 15:50 |
gordc | #endmeeting | 15:50 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 15:50 | |
openstack | Meeting ended Thu Jan 14 15:50:09 2016 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:50 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/telemetry/2016/telemetry.2016-01-14-15.01.html | 15:50 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/telemetry/2016/telemetry.2016-01-14-15.01.txt | 15:50 |
openstack | Log: http://eavesdrop.openstack.org/meetings/telemetry/2016/telemetry.2016-01-14-15.01.log.html | 15:50 |
*** femnad has quit IRC | 15:51 | |
*** gordc has left #openstack-meeting | 15:51 | |
*** cdent has left #openstack-meeting | 15:51 | |
*** ayoung has quit IRC | 15:52 | |
*** hrou has left #openstack-meeting | 15:52 | |
*** doug-fish has quit IRC | 15:52 | |
*** armax has joined #openstack-meeting | 15:52 | |
*** armax has quit IRC | 15:52 | |
*** idegtiarov_ has left #openstack-meeting | 15:53 | |
*** annegentle has quit IRC | 15:54 | |
*** haleyb_ has quit IRC | 15:54 | |
*** arvinc_ has quit IRC | 15:54 | |
*** haleyb_ has joined #openstack-meeting | 15:55 | |
*** haleyb__ has joined #openstack-meeting | 15:55 | |
*** Sukhdev has joined #openstack-meeting | 15:55 | |
*** ninag has joined #openstack-meeting | 15:55 | |
*** amitgandhinz has quit IRC | 15:55 | |
*** vijendar has joined #openstack-meeting | 15:56 | |
*** kylek3h has quit IRC | 15:56 | |
*** ddieterly has joined #openstack-meeting | 15:56 | |
*** haleyb_ has quit IRC | 15:57 | |
*** haleyb__ has quit IRC | 15:57 | |
*** amitgandhinz has joined #openstack-meeting | 15:57 | |
*** balajiiyer has joined #openstack-meeting | 15:57 | |
*** vishwanathj_away is now known as vishwanathj | 15:57 | |
*** akuznetsov has quit IRC | 15:59 | |
*** liamji has quit IRC | 15:59 | |
*** lwilliams has joined #openstack-meeting | 15:59 | |
*** akuznetsov has joined #openstack-meeting | 15:59 | |
*** liamji has joined #openstack-meeting | 16:00 | |
*** Daisy has quit IRC | 16:00 | |
emagana | hello! anyone there for networking guide meeting? | 16:00 |
*** akuznetsov has quit IRC | 16:00 | |
*** Daisy has joined #openstack-meeting | 16:00 | |
*** fzdarsky has joined #openstack-meeting | 16:00 | |
emagana | #startmeeting networking-guide | 16:00 |
openstack | Meeting started Thu Jan 14 16:00:52 2016 UTC and is due to finish in 60 minutes. The chair is emagana. Information about MeetBot at http://wiki.debian.org/MeetBot. | 16:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 16:00 |
*** openstack changes topic to " (Meeting topic: networking-guide)" | 16:00 | |
openstack | The meeting name has been set to 'networking_guide' | 16:00 |
*** liamji has left #openstack-meeting | 16:01 | |
emagana | I am sure Sam-I-Am is around! | 16:01 |
*** doug-fis_ has quit IRC | 16:01 | |
*** fernnest__ has quit IRC | 16:01 | |
*** Sam-I-Am has joined #openstack-meeting | 16:01 | |
Sam-I-Am | howdy | 16:01 |
*** yamamoto has quit IRC | 16:01 | |
Sam-I-Am | emagana: whats up with the calendar confusion? | 16:01 |
emagana | it is just you and me | 16:01 |
*** doug-fish has joined #openstack-meeting | 16:01 | |
*** doug-fish has quit IRC | 16:01 | |
navinrio | Hi | 16:01 |
*** jprovazn has joined #openstack-meeting | 16:01 | |
emagana | Am I wrong? | 16:01 |
emagana | hi navinrio | 16:02 |
lwilliams | o/ | 16:02 |
Sam-I-Am | emagana: did you see the post on the -dev list? | 16:02 |
emagana | Sam-I-Am: I though we were fine | 16:02 |
*** doug-fish has joined #openstack-meeting | 16:02 | |
*** gongysh_ has quit IRC | 16:02 | |
Sam-I-Am | emagana: dunno, i reloaded the ical and the meeting is next week, but i dont think it hurts to talk now anyway since we're here | 16:03 |
Sam-I-Am | and the networking guide needs work, as usual | 16:03 |
*** vgridnev has quit IRC | 16:03 | |
*** pchadwick has joined #openstack-meeting | 16:03 | |
emagana | indeed! | 16:03 |
*** esker has joined #openstack-meeting | 16:03 | |
emagana | action# review the calendar and make ajustment based on the ical | 16:03 |
*** jordanP has left #openstack-meeting | 16:03 | |
*** roxanagh_ has joined #openstack-meeting | 16:04 | |
Sam-I-Am | i dont see you around much these days | 16:04 |
*** unicell has joined #openstack-meeting | 16:04 | |
*** vgridnev has joined #openstack-meeting | 16:04 | |
emagana | let's make this one focus on the guide assignments | 16:04 |
navinrio | I am thinking to work on Legacy to DVR - TBD ( H ) | 16:05 |
navinrio | Is it ok with team | 16:05 |
*** pchadwick has left #openstack-meeting | 16:05 | |
emagana | we were hoping to get more people self-assignments from the etherpad #link https://etherpad.openstack.org/p/networking-guide | 16:05 |
*** vgridnev has quit IRC | 16:05 | |
Sam-I-Am | navinrio: sure, if you're up for that task | 16:05 |
navinrio | what is the timeline and | 16:05 |
Sam-I-Am | navinrio: asap :) | 16:05 |
*** Daisy has quit IRC | 16:05 | |
Sam-I-Am | navinrio: or... 2 releases ago? | 16:05 |
emagana | navinrio: thanks, yes we need to add content asap | 16:05 |
*** belmoreira has quit IRC | 16:06 | |
Sam-I-Am | migration to dvr rather than reinstalling increases adoption of dvr | 16:06 |
*** unicell1 has quit IRC | 16:06 | |
Sam-I-Am | people don't want to greenfield if they can avoid it | 16:06 |
emagana | navinrio: I just added your name to the etherpad | 16:06 |
*** armax has joined #openstack-meeting | 16:06 | |
emagana | I am taking Debugging | 16:06 |
*** doug-fish has quit IRC | 16:07 | |
*** zehicle has quit IRC | 16:07 | |
emagana | Sam-I-Am: you have already configuration. | 16:07 |
Sam-I-Am | emagana: yeah, and i need to update the scenarios | 16:07 |
emagana | with that we will have covered some of the ( H ) areas | 16:07 |
Sam-I-Am | the prep/cleanup patch merged which is nice | 16:07 |
*** ihrachys has quit IRC | 16:07 | |
navinrio | You you want me to do testing | 16:07 |
emagana | Sam-I-Am: where we are on the versioning? | 16:07 |
navinrio | of legacy DVR | 16:07 |
Sam-I-Am | emagana: done | 16:07 |
*** SridharG has quit IRC | 16:07 | |
navinrio | stuff next gen DVR fixed | 16:07 |
Sam-I-Am | navinrio: yeah, any procedures/instructions need to be validated | 16:08 |
Sam-I-Am | emagana: if you want to patch liberty now (which we have to do for the scenarios), you hit master then backport | 16:08 |
emagana | For some reason i saw the sc68cal patch for versioning abandoned | 16:08 |
*** jlanoux has quit IRC | 16:08 | |
Sam-I-Am | emagana: it was an errant backport | 16:08 |
emagana | Sam-I-Am: my bad! | 16:08 |
sc68cal | ^this | 16:08 |
emagana | sc68cal: hi there! | 16:09 |
Sam-I-Am | which turned out to be a front-port because it came before when we cut stable/liberty | 16:09 |
*** henrynash_ has joined #openstack-meeting | 16:09 | |
*** roxanagh_ has quit IRC | 16:09 | |
Sam-I-Am | so instead we just backported about a dozen patches to the already-cut stable/liberty | 16:09 |
*** salv-orlando has joined #openstack-meeting | 16:09 | |
Sam-I-Am | so we're good to go now... and the web site is rendering properly | 16:09 |
*** ayoung has joined #openstack-meeting | 16:09 | |
Sam-I-Am | only issue is that the juno net guide points to kilo, but nothing we can (or should) do about that | 16:10 |
navinrio | Ok Thanks for adding my name to Legacy to DVR - TBD ( H ) | 16:10 |
Sam-I-Am | unless you want to backport things to a dead release | 16:10 |
emagana | Sam-I-Am: excelent! OK, time to look for the future ;-) | 16:10 |
*** jorge_munoz1 has joined #openstack-meeting | 16:11 | |
*** arvinc_ has joined #openstack-meeting | 16:11 | |
emagana | Other important section is VPNaaS | 16:11 |
Sam-I-Am | yeah | 16:11 |
Sam-I-Am | well, all the *aas | 16:11 |
emagana | I wil try to talk to Paul M. from Cisco | 16:11 |
*** fawadkhaliq has joined #openstack-meeting | 16:11 | |
*** fawadkhaliq has quit IRC | 16:11 | |
*** harshs has joined #openstack-meeting | 16:12 | |
emagana | Indeed! | 16:12 |
*** hashar has quit IRC | 16:12 | |
*** arvinc_ has quit IRC | 16:12 | |
emagana | I will take LBaaS | 16:12 |
*** fawadkhaliq has joined #openstack-meeting | 16:12 | |
Sam-I-Am | it supposedly works multi-node now (mostly) so we need to test that... and then figure out how we document deployment | 16:12 |
*** vivekd has joined #openstack-meeting | 16:12 | |
Sam-I-Am | in other words, can we say "take scenario X, and do these things" | 16:12 |
Sam-I-Am | or do we need a completely new scenario | 16:12 |
emagana | I go for the first option | 16:12 |
emagana | creating more scenarios feels like we will repeat a lot of conenct | 16:13 |
emagana | content* | 16:13 |
Sam-I-Am | the question here is can vpnaas work between 2 routers in the same cloud, or does it require more than 1 cloud | 16:13 |
Sam-I-Am | if its between two routers, we can probably augment an existing scenario | 16:13 |
*** cbouch has quit IRC | 16:13 | |
emagana | Sam-I-Am: I haven't not use it.. let's find out sone neutrinos to give us advice | 16:13 |
*** salv-orl_ has quit IRC | 16:13 | |
*** arvinc_ has joined #openstack-meeting | 16:13 | |
Sam-I-Am | the annoying thing about vpnaas is it replaces the l3 agent, so we'll have to replace the conventional l3 agent in the scenario we use | 16:14 |
Sam-I-Am | rather than building up from scratch assuming the operator wants to deploy vpnaas | 16:14 |
emagana | #action ask armax if vpnaas will work between 2 routers in the same cloud, or does it require more than 1 cloud | 16:14 |
*** arvinc_ has quit IRC | 16:14 | |
Sam-I-Am | i can also find people to ask | 16:15 |
*** arvinc_ has joined #openstack-meeting | 16:15 | |
Sam-I-Am | its a simple question that lets us get started | 16:16 |
emagana | ok | 16:16 |
*** roxanagh_ has joined #openstack-meeting | 16:16 | |
*** arvinc_ has quit IRC | 16:16 | |
Sam-I-Am | lbaas and fwaas also need some use cases | 16:17 |
emagana | Sam-I-Am: you have this one merged: https://review.openstack.org/#/c/267245/ | 16:17 |
Sam-I-Am | they're a little less involved, imo | 16:17 |
emagana | I was wondering if we still need a spec for Mitaka changes? | 16:17 |
*** arvinc_ has joined #openstack-meeting | 16:17 | |
Sam-I-Am | emagana: yes, cleaned up a lot of stuff. changed legacy to classic. | 16:17 |
Sam-I-Am | we do need a spec for mitaka changes | 16:17 |
Sam-I-Am | i wrote a BP yesterday | 16:17 |
Sam-I-Am | of course we're still doing liberty work :/ | 16:17 |
Sam-I-Am | but a lot of it will apply to mitaka too | 16:17 |
*** arvinc_ has quit IRC | 16:17 | |
Sam-I-Am | like separation of agent config into new files | 16:17 |
*** yamamoto has joined #openstack-meeting | 16:17 | |
*** jorge_munoz1 has quit IRC | 16:18 | |
emagana | please, include the link for the BP | 16:18 |
*** arvinc_ has joined #openstack-meeting | 16:18 | |
emagana | Sam-I-Am: could you also include the work needed for mitaka in the etherpad to keep track of it | 16:18 |
Sam-I-Am | #link https://blueprints.launchpad.net/openstack-manuals/+spec/networkguide-mitaka | 16:18 |
*** arvinc_ has quit IRC | 16:18 | |
*** IlyaG has joined #openstack-meeting | 16:19 | |
*** paul-carlton2 has quit IRC | 16:19 | |
Sam-I-Am | yeah, i'm going to write a spec for the basics... update scenarios, etc. | 16:19 |
emagana | #link https://blueprints.launchpad.net/openstack-manuals/+spec/networkguide-mitaka | 16:19 |
Sam-I-Am | i hope we can get more done, but there's just not a lot of contributions | 16:19 |
*** arvinc_ has joined #openstack-meeting | 16:19 | |
Sam-I-Am | i can only work 24 hours a dat | 16:19 |
Sam-I-Am | day | 16:19 |
emagana | Sam-I-Am: Thanks for the assignation of that BP :-) | 16:19 |
emagana | So, the specs is needed then? | 16:20 |
emagana | I guess it is! | 16:20 |
Sam-I-Am | we need something to track updates for mitaka | 16:20 |
Sam-I-Am | however thats going to work | 16:20 |
*** arvinc_ has quit IRC | 16:20 | |
emagana | ok.. | 16:20 |
*** edtubill has quit IRC | 16:20 | |
Sam-I-Am | ideally someday we'll have a lot of the static content done, and then our changes are like the install guide "whats changed in X?" | 16:20 |
Sam-I-Am | the install guide has a spec for each release | 16:20 |
*** edtubill has joined #openstack-meeting | 16:20 | |
*** arvinc_ has joined #openstack-meeting | 16:21 | |
emagana | sc68cal: anything that you want to cover? | 16:21 |
*** arvinc_ has quit IRC | 16:22 | |
navinrio | For Legacy DVR what shall be Contents | 16:22 |
navinrio | is how to do | 16:22 |
navinrio | is it how to configure Legacy DVR and USed case | 16:22 |
*** arvinc_ has joined #openstack-meeting | 16:22 | |
emagana | navinrio: I would suggest to follow the same format that we have for the other legacy scenarios | 16:22 |
*** tpatzig has left #openstack-meeting | 16:23 | |
*** doug-fish has joined #openstack-meeting | 16:23 | |
navinrio | some inputs from team what are they looking to see in that Topic | 16:23 |
*** arvinc_ has quit IRC | 16:23 | |
navinrio | I mean to say Legacy DVR | 16:23 |
Sam-I-Am | navinrio: you deploy conventional multi-node OVS with at least 2 net nodes and 2 compute nodes... deploy conventional routers on it with some VMs... then convert the deployment to DVR. | 16:23 |
sc68cal | emagana: sorry no | 16:23 |
Sam-I-Am | navinrio: and you document how you did all of it | 16:23 |
navinrio | Got It | 16:23 |
navinrio | thank U | 16:23 |
*** garthb__ has joined #openstack-meeting | 16:23 | |
*** arvinc_ has joined #openstack-meeting | 16:23 | |
navinrio | Thank U | 16:24 |
navinrio | Appreciated | 16:24 |
*** doug-fis_ has joined #openstack-meeting | 16:24 | |
*** arvinc_ has quit IRC | 16:24 | |
Sam-I-Am | navinrio: you can extend the classic-with-ovs scenario with more nodes | 16:24 |
Sam-I-Am | right now 3 nodes doesn't get you much with dvr | 16:24 |
Sam-I-Am | so you need several more to see if dvr even works | 16:24 |
*** edtubill has quit IRC | 16:24 | |
navinrio | Ok | 16:24 |
Sam-I-Am | come to think of it, you can probably use the DVR scenario, just dont deploy DVR on it | 16:25 |
navinrio | when do u want to complete this | 16:25 |
Sam-I-Am | sooner the better | 16:25 |
navinrio | Ok | 16:25 |
navinrio | got it | 16:25 |
*** arvinc_ has joined #openstack-meeting | 16:25 | |
navinrio | thank U | 16:25 |
navinrio | will focus on it | 16:25 |
emagana | navinrio: Thanks! | 16:25 |
emagana | Please, include us in the review once you have initial pacthes. | 16:25 |
*** arvinc_ has quit IRC | 16:25 | |
navinrio | Understood will do | 16:26 |
*** dixiaoli has quit IRC | 16:26 | |
emagana | navinrio: even if the patch is not ready, we could start providing guidence before you have spent a lot of time is probably wrong direction | 16:26 |
*** vivekd has quit IRC | 16:26 | |
navinrio | Ok | 16:26 |
navinrio | so shall send email | 16:26 |
*** dixiaoli has joined #openstack-meeting | 16:26 | |
navinrio | to you and touch base offline | 16:26 |
emagana | navinrio: as long as you include us in the gerrit review, you will get the emails | 16:27 |
*** arvinc_ has joined #openstack-meeting | 16:27 | |
navinrio | Ok | 16:27 |
navinrio | Got it | 16:27 |
*** doug-fish has quit IRC | 16:27 | |
*** whenry has joined #openstack-meeting | 16:27 | |
*** edtubill has joined #openstack-meeting | 16:27 | |
*** arvinc_ has quit IRC | 16:27 | |
*** Guest77121 is now known as med_ | 16:28 | |
emagana | we are having this meeting next week, in order to adjust to the calendar changes for the new year. | 16:28 |
*** med_ has quit IRC | 16:28 | |
*** med_ has joined #openstack-meeting | 16:28 | |
emagana | Is there something else to discuss today? | 16:28 |
Sam-I-Am | emagana: is that the conclusion on the calendar problem? | 16:28 |
navinrio | I am fine and thank You for providing me inputs | 16:28 |
Sam-I-Am | all of my meetings were messed up the last 2 weeks | 16:28 |
*** doug-fis_ has quit IRC | 16:28 | |
*** arvinc_ has joined #openstack-meeting | 16:29 | |
emagana | Sam-I-Am: not sure what else we can do! | 16:29 |
*** arvinc_ has quit IRC | 16:29 | |
Sam-I-Am | yep, just want to make sure i'm not crazy | 16:30 |
Sam-I-Am | well i am, just not crazy in that instance | 16:30 |
Sam-I-Am | you have to be crazy to openstack | 16:30 |
*** doug-fish has joined #openstack-meeting | 16:30 | |
emagana | LOL | 16:30 |
emagana | Sam-I-Am: indeed.. take a break.. | 16:31 |
*** arvinc_ has joined #openstack-meeting | 16:31 | |
Sam-I-Am | then things dont get done | 16:31 |
*** kebray has joined #openstack-meeting | 16:31 | |
emagana | #action emagana will send a reminder for next week meeting | 16:31 |
Sam-I-Am | anyway, i think we're good here | 16:31 |
emagana | Sam-I-Am: we have a lot of work.. | 16:31 |
Sam-I-Am | expect to see some liberty-mitaka scenario updates from me soon | 16:31 |
Sam-I-Am | emagana: i'm also working on ovn docs | 16:32 |
*** arvinc_ has quit IRC | 16:32 | |
*** francois has joined #openstack-meeting | 16:32 | |
emagana | Sam-I-Am: Thanks.. you and sc68cal are the masters! | 16:32 |
*** otter768 has joined #openstack-meeting | 16:32 | |
emagana | ok.. take care! | 16:32 |
emagana | ciao all | 16:32 |
*** harshs_ has joined #openstack-meeting | 16:32 | |
sc68cal | ya | 16:32 |
*** galstrom_zzz is now known as galstrom | 16:32 | |
sc68cal | more Sam-I-Am then me | 16:32 |
sc68cal | *than | 16:32 |
navinrio | Thank You .. Bye everyone | 16:32 |
Sam-I-Am | lol, see y'all later | 16:32 |
*** Sam-I-Am has left #openstack-meeting | 16:32 | |
*** spandhe has joined #openstack-meeting | 16:32 | |
*** Daisy has joined #openstack-meeting | 16:33 | |
emagana | #endmeeting | 16:33 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 16:33 | |
openstack | Meeting ended Thu Jan 14 16:33:10 2016 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:33 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/networking_guide/2016/networking_guide.2016-01-14-16.00.html | 16:33 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/networking_guide/2016/networking_guide.2016-01-14-16.00.txt | 16:33 |
*** arvinc_ has joined #openstack-meeting | 16:33 | |
openstack | Log: http://eavesdrop.openstack.org/meetings/networking_guide/2016/networking_guide.2016-01-14-16.00.log.html | 16:33 |
*** jorge_munoz1 has joined #openstack-meeting | 16:33 | |
*** harshs has quit IRC | 16:33 | |
*** arvinc_ has quit IRC | 16:33 | |
*** sshnaidm has quit IRC | 16:34 | |
*** harshs has joined #openstack-meeting | 16:35 | |
*** arvinc_ has joined #openstack-meeting | 16:35 | |
*** arvinc_ has quit IRC | 16:36 | |
*** piet has quit IRC | 16:36 | |
*** otter768 has quit IRC | 16:36 | |
*** vivekd has joined #openstack-meeting | 16:37 | |
*** arvinc_ has joined #openstack-meeting | 16:37 | |
*** harshs_ has quit IRC | 16:37 | |
*** kebray has quit IRC | 16:37 | |
*** arvinc_ has quit IRC | 16:38 | |
*** piet has joined #openstack-meeting | 16:38 | |
*** arvinc_ has joined #openstack-meeting | 16:39 | |
*** dane-fichter has left #openstack-meeting | 16:41 | |
*** dneary has joined #openstack-meeting | 16:42 | |
*** esker has quit IRC | 16:43 | |
*** lwilliams has quit IRC | 16:43 | |
*** bobh has joined #openstack-meeting | 16:44 | |
*** dprince has quit IRC | 16:45 | |
*** _nadya_ has quit IRC | 16:46 | |
*** dprince has joined #openstack-meeting | 16:46 | |
*** kylek3h has joined #openstack-meeting | 16:46 | |
*** _nadya_ has joined #openstack-meeting | 16:46 | |
*** kylek3h has quit IRC | 16:46 | |
*** esker has joined #openstack-meeting | 16:46 | |
*** akuznetsov has joined #openstack-meeting | 16:46 | |
*** kylek3h has joined #openstack-meeting | 16:46 | |
*** jlanoux has joined #openstack-meeting | 16:46 | |
*** macsz has joined #openstack-meeting | 16:48 | |
*** dprince has quit IRC | 16:50 | |
*** _nadya_ has quit IRC | 16:51 | |
*** kmartin has joined #openstack-meeting | 16:51 | |
*** esker has quit IRC | 16:51 | |
*** dprince has joined #openstack-meeting | 16:51 | |
*** Guest99924 is now known as topol | 16:51 | |
*** sshnaidm has joined #openstack-meeting | 16:52 | |
*** baohua has quit IRC | 16:52 | |
*** yamamoto has quit IRC | 16:53 | |
*** lblanchard has quit IRC | 16:53 | |
*** pgbridge has joined #openstack-meeting | 16:54 | |
*** vivekd has quit IRC | 16:54 | |
*** xingchao has quit IRC | 16:56 | |
*** salv-orlando has quit IRC | 16:58 | |
*** ihrachys has joined #openstack-meeting | 16:58 | |
*** lblanchard has joined #openstack-meeting | 16:58 | |
*** banix has quit IRC | 16:58 | |
*** mbound has quit IRC | 16:58 | |
*** salv-orlando has joined #openstack-meeting | 16:58 | |
*** dslev has quit IRC | 16:58 | |
*** akuznetsov has quit IRC | 17:00 | |
*** kebray has joined #openstack-meeting | 17:00 | |
*** Sukhdev has quit IRC | 17:00 | |
*** rderose has joined #openstack-meeting | 17:00 | |
*** alexpilotti has joined #openstack-meeting | 17:01 | |
*** Swami has joined #openstack-meeting | 17:01 | |
*** jlanoux has quit IRC | 17:01 | |
*** spandhe has quit IRC | 17:01 | |
*** dixiaoli has quit IRC | 17:02 | |
*** adiantum has joined #openstack-meeting | 17:02 | |
*** ihrachys has quit IRC | 17:02 | |
*** peristeri has joined #openstack-meeting | 17:02 | |
*** claudiub has quit IRC | 17:02 | |
*** matrohon has quit IRC | 17:02 | |
*** ihrachys has joined #openstack-meeting | 17:03 | |
*** salv-orlando has quit IRC | 17:03 | |
*** salv-orlando has joined #openstack-meeting | 17:04 | |
*** dslev has joined #openstack-meeting | 17:06 | |
*** sputnik13 has joined #openstack-meeting | 17:07 | |
*** dslev has quit IRC | 17:09 | |
*** navinrio has quit IRC | 17:09 | |
*** navinrio has joined #openstack-meeting | 17:10 | |
*** raildo is now known as raildo-afk | 17:12 | |
*** paul-carlton2 has joined #openstack-meeting | 17:13 | |
*** asselin__ has joined #openstack-meeting | 17:13 | |
*** alexpilotti has quit IRC | 17:13 | |
*** alexpilotti has joined #openstack-meeting | 17:14 | |
*** asselin has quit IRC | 17:15 | |
*** rderose has quit IRC | 17:15 | |
*** alexpilo_ has joined #openstack-meeting | 17:16 | |
*** alexpilotti has quit IRC | 17:16 | |
*** harshs has quit IRC | 17:17 | |
*** harshs has joined #openstack-meeting | 17:17 | |
*** Daisy has quit IRC | 17:18 | |
*** leeantho has joined #openstack-meeting | 17:19 | |
*** vgridnev has joined #openstack-meeting | 17:19 | |
*** ildikov is now known as ildikov_afk | 17:19 | |
*** pballand has joined #openstack-meeting | 17:20 | |
*** raildo-afk is now known as raildo | 17:20 | |
*** jlanoux has joined #openstack-meeting | 17:20 | |
*** bobh has quit IRC | 17:21 | |
*** berendt has quit IRC | 17:21 | |
*** neelashah1 has joined #openstack-meeting | 17:22 | |
*** gyee has joined #openstack-meeting | 17:22 | |
*** neelashah has quit IRC | 17:22 | |
*** akuznetsov has joined #openstack-meeting | 17:23 | |
*** dslevin has joined #openstack-meeting | 17:23 | |
*** klkumar has quit IRC | 17:24 | |
*** apoorvad has joined #openstack-meeting | 17:26 | |
*** neelashah has joined #openstack-meeting | 17:26 | |
*** neelashah1 has quit IRC | 17:26 | |
*** scheuran has quit IRC | 17:27 | |
*** nikhil_k has joined #openstack-meeting | 17:27 | |
*** salv-orlando has quit IRC | 17:29 | |
*** nikhil has quit IRC | 17:29 | |
*** harshs has quit IRC | 17:29 | |
*** salv-orlando has joined #openstack-meeting | 17:29 | |
*** balajiiyer has quit IRC | 17:32 | |
*** xingchao has joined #openstack-meeting | 17:32 | |
*** unicell has quit IRC | 17:34 | |
*** jorge_munoz1 has quit IRC | 17:35 | |
*** ppetit has quit IRC | 17:35 | |
*** ppetit has joined #openstack-meeting | 17:37 | |
*** xingchao has quit IRC | 17:38 | |
*** ihrachys has quit IRC | 17:40 | |
*** myoung has joined #openstack-meeting | 17:40 | |
*** sfinucan has quit IRC | 17:40 | |
*** e0ne has quit IRC | 17:40 | |
*** haomaiwang has joined #openstack-meeting | 17:41 | |
*** haomaiwang has quit IRC | 17:44 | |
*** ihrachys has joined #openstack-meeting | 17:45 | |
*** alexpilo_ has quit IRC | 17:45 | |
*** ifat_afek has left #openstack-meeting | 17:45 | |
*** AlanClark has joined #openstack-meeting | 17:45 | |
*** IlyaG has quit IRC | 17:46 | |
*** alexpilotti has joined #openstack-meeting | 17:47 | |
*** macsz has quit IRC | 17:47 | |
*** toddjohn has quit IRC | 17:48 | |
*** macsz has joined #openstack-meeting | 17:48 | |
*** paul-carlton2 has quit IRC | 17:48 | |
*** safchain has quit IRC | 17:48 | |
*** alop has joined #openstack-meeting | 17:50 | |
*** alexpilotti has quit IRC | 17:51 | |
*** SridharG has joined #openstack-meeting | 17:51 | |
*** numans has joined #openstack-meeting | 17:52 | |
*** alexpilotti has joined #openstack-meeting | 17:52 | |
*** mudassirlatif has joined #openstack-meeting | 17:53 | |
*** jorge_munoz1 has joined #openstack-meeting | 17:54 | |
*** macsz has quit IRC | 17:56 | |
*** macsz has joined #openstack-meeting | 17:56 | |
*** edtubill has quit IRC | 17:56 | |
*** edtubill has joined #openstack-meeting | 17:57 | |
*** efoley has quit IRC | 17:57 | |
*** banix has joined #openstack-meeting | 17:58 | |
*** akuznetsov has quit IRC | 17:59 | |
*** myoung has quit IRC | 17:59 | |
*** jmckind has quit IRC | 18:00 | |
*** mhickey has quit IRC | 18:00 | |
*** iyamahat has joined #openstack-meeting | 18:00 | |
*** paul-carlton2 has joined #openstack-meeting | 18:00 | |
*** ndipanov has quit IRC | 18:00 | |
*** unicell has joined #openstack-meeting | 18:01 | |
*** unicell has quit IRC | 18:01 | |
*** unicell has joined #openstack-meeting | 18:01 | |
*** alexpilotti has quit IRC | 18:02 | |
*** ociuhandu has quit IRC | 18:03 | |
*** Leom has joined #openstack-meeting | 18:03 | |
*** terrylhowe has joined #openstack-meeting | 18:04 | |
*** alexpilotti has joined #openstack-meeting | 18:04 | |
*** ddieterly has quit IRC | 18:04 | |
*** IlyaG has joined #openstack-meeting | 18:05 | |
*** derekh has quit IRC | 18:05 | |
*** tellesnobrega_af is now known as tenobreg | 18:05 | |
*** macsz has quit IRC | 18:05 | |
*** ihrachys has quit IRC | 18:06 | |
*** ddieterly has joined #openstack-meeting | 18:06 | |
*** macsz has joined #openstack-meeting | 18:07 | |
*** jaiswana__ has joined #openstack-meeting | 18:07 | |
*** toddjohn has joined #openstack-meeting | 18:07 | |
*** toddjohn has quit IRC | 18:07 | |
*** toddjohn has joined #openstack-meeting | 18:08 | |
*** adiantum has quit IRC | 18:08 | |
*** fzdarsky has quit IRC | 18:08 | |
*** fzdarsky has joined #openstack-meeting | 18:08 | |
*** qwebirc701407 has joined #openstack-meeting | 18:09 | |
*** tenobreg is now known as tellesnobrega | 18:09 | |
*** tellesnobrega is now known as tellesnobrega_af | 18:09 | |
*** tellesnobrega_af is now known as tenobreg | 18:10 | |
*** ihrachys has joined #openstack-meeting | 18:10 | |
*** tenobreg is now known as tellesnobrega | 18:10 | |
*** navinrio has quit IRC | 18:11 | |
*** nikhil_k is now known as nikhil | 18:11 | |
*** numans has quit IRC | 18:12 | |
*** changbl has joined #openstack-meeting | 18:13 | |
*** numans has joined #openstack-meeting | 18:13 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 18:15 | |
*** vishwanathj is now known as vishwanathj_ | 18:18 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 18:19 | |
*** alexpilotti has quit IRC | 18:19 | |
*** alexpilotti has joined #openstack-meeting | 18:20 | |
*** SridharG has quit IRC | 18:21 | |
*** edtubill has quit IRC | 18:21 | |
*** kzaitsev_mb has quit IRC | 18:21 | |
*** MaxPC has quit IRC | 18:22 | |
*** MaxPC has joined #openstack-meeting | 18:22 | |
*** spzala has quit IRC | 18:22 | |
*** ihrachys has quit IRC | 18:23 | |
*** spzala has joined #openstack-meeting | 18:23 | |
*** myoung has joined #openstack-meeting | 18:23 | |
*** whenry has quit IRC | 18:24 | |
*** spzala has quit IRC | 18:27 | |
*** novas0x2a|laptop has joined #openstack-meeting | 18:30 | |
*** annegentle has joined #openstack-meeting | 18:31 | |
*** ivar-lazzaro has joined #openstack-meeting | 18:31 | |
*** electrofelix has quit IRC | 18:31 | |
*** cloudtrainme has joined #openstack-meeting | 18:31 | |
*** irenab has quit IRC | 18:32 | |
*** ivar-lazzaro has quit IRC | 18:32 | |
*** ivar-lazzaro has joined #openstack-meeting | 18:33 | |
*** otter768 has joined #openstack-meeting | 18:33 | |
*** ivar-lazzaro has quit IRC | 18:33 | |
*** alexpilotti has quit IRC | 18:33 | |
*** irenab has joined #openstack-meeting | 18:33 | |
*** ivar-lazzaro has joined #openstack-meeting | 18:33 | |
*** xingchao has joined #openstack-meeting | 18:33 | |
*** alexpilotti has joined #openstack-meeting | 18:34 | |
*** myoung has quit IRC | 18:34 | |
*** changbl has quit IRC | 18:35 | |
*** qwebirc701407 has quit IRC | 18:35 | |
*** paul-carlton2 has quit IRC | 18:35 | |
*** irenab has quit IRC | 18:35 | |
*** hdaniel has quit IRC | 18:37 | |
*** irenab has joined #openstack-meeting | 18:37 | |
*** otter768 has quit IRC | 18:37 | |
*** jichen has joined #openstack-meeting | 18:38 | |
*** jlanoux has quit IRC | 18:38 | |
*** dmorita has joined #openstack-meeting | 18:38 | |
*** xingchao has quit IRC | 18:38 | |
*** alexpilotti has quit IRC | 18:40 | |
*** harshs has joined #openstack-meeting | 18:40 | |
*** yassine_ has quit IRC | 18:42 | |
*** macsz has quit IRC | 18:42 | |
*** dmorita has quit IRC | 18:43 | |
*** macsz has joined #openstack-meeting | 18:44 | |
*** rbowen has quit IRC | 18:44 | |
*** rbowen has joined #openstack-meeting | 18:44 | |
*** myoung has joined #openstack-meeting | 18:45 | |
*** pnavarro has quit IRC | 18:47 | |
*** alexpilotti has joined #openstack-meeting | 18:47 | |
*** e0ne has joined #openstack-meeting | 18:48 | |
*** macsz has quit IRC | 18:48 | |
*** dmorita has joined #openstack-meeting | 18:48 | |
*** macsz has joined #openstack-meeting | 18:48 | |
*** dmorita has quit IRC | 18:50 | |
*** rossella_s has quit IRC | 18:52 | |
*** rossella_s has joined #openstack-meeting | 18:52 | |
*** nmagnezi has quit IRC | 18:53 | |
*** Guest67265 has quit IRC | 18:54 | |
*** dmorita has joined #openstack-meeting | 18:56 | |
*** dmorita has quit IRC | 18:56 | |
*** dmorita has joined #openstack-meeting | 18:57 | |
*** ekcs has quit IRC | 18:58 | |
*** PaulMurray is now known as ptm_away | 18:59 | |
*** ihrachys has joined #openstack-meeting | 18:59 | |
*** kencjohnston has joined #openstack-meeting | 18:59 | |
*** MeganR has joined #openstack-meeting | 19:00 | |
*** kencjohnston has quit IRC | 19:00 | |
*** kencjohnston has joined #openstack-meeting | 19:00 | |
dtroyer | #startmeeting OpenStackClient | 19:01 |
*** toddjohn has quit IRC | 19:01 | |
openstack | Meeting started Thu Jan 14 19:01:07 2016 UTC and is due to finish in 60 minutes. The chair is dtroyer. Information about MeetBot at http://wiki.debian.org/MeetBot. | 19:01 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 19:01 |
*** openstack changes topic to " (Meeting topic: OpenStackClient)" | 19:01 | |
openstack | The meeting name has been set to 'openstackclient' | 19:01 |
dtroyer | Anyone here for an OSC meeting? | 19:01 |
rtheis | o/ | 19:01 |
*** esker has joined #openstack-meeting | 19:01 | |
dtroyer | courtesy ping: dhellmann, stevemar, briancurtin, terrylhowe, lhcheng, dstanek, MeganR | 19:01 |
*** toddjohn has joined #openstack-meeting | 19:01 | |
terrylhowe | o/ | 19:01 |
*** pballand has quit IRC | 19:01 | |
MeganR | o/ | 19:02 |
stevemar | o/ | 19:02 |
stevemar | you got me in the middle of a nasty rebase of a backport :) | 19:02 |
*** esker has quit IRC | 19:02 | |
dtroyer | Hi everyone, long time no me-here-on-time | 19:02 |
*** esker has joined #openstack-meeting | 19:02 | |
*** toddjohn has quit IRC | 19:02 | |
*** angdraug has quit IRC | 19:02 | |
MeganR | Happy 2016! | 19:02 |
dtroyer | woot! even years rock! | 19:03 |
*** toddjohn has joined #openstack-meeting | 19:03 | |
dstanek | o/ | 19:03 |
stevemar | \o/ | 19:03 |
dtroyer | ok, lets get started | 19:03 |
dtroyer | I have one thing not os the usual short list | 19:03 |
*** ihrachys has quit IRC | 19:03 | |
dtroyer | #topic CLI deploy guide updates | 19:04 |
*** tsymanczyk has joined #openstack-meeting | 19:04 | |
*** openstack changes topic to "CLI deploy guide updates (Meeting topic: OpenStackClient)" | 19:04 | |
*** tsymanczyk is now known as Guest87763 | 19:04 | |
dtroyer | annegentle asked me about our plans to update the user docs re CLI to use OSc rather than the project clients | 19:04 |
dtroyer | we really haven't talked about that before now, so this is a good time to start | 19:04 |
*** ppetit has quit IRC | 19:04 | |
stevemar | dtroyer: like porting over all the first time setup commands to use osc? | 19:05 |
dtroyer | some of the updates will be simple (install OSC) | 19:05 |
dtroyer | and some will be what stevemar just mentioned | 19:05 |
*** jmckind has joined #openstack-meeting | 19:05 | |
*** vijendar has quit IRC | 19:05 | |
dtroyer | step one is to ask if there is anyone interested in taking on that work | 19:06 |
stevemar | so if the user guide says "cinder create" we can replace it with "openstack volume create" ? | 19:06 |
*** annegentle has quit IRC | 19:06 | |
dtroyer | stevemar: that is my assumption, yes | 19:06 |
stevemar | thats a bold move | 19:06 |
*** annegentle has joined #openstack-meeting | 19:06 | |
*** jaypipes has quit IRC | 19:07 | |
dtroyer | it is, but it seems that there may be acceptance for it at least in some corners | 19:07 |
dtroyer | we may do it on a per-project basis as projects sign on, say as they deprecate their project CLI | 19:07 |
dtroyer | I think we need someone to first do a look-over and see just how much work this really is though | 19:08 |
stevemar | that leads to another point... https://review.openstack.org/#/c/243348/ cross-project initiative to do just that | 19:08 |
*** pvaneck has joined #openstack-meeting | 19:08 | |
*** dmorita has quit IRC | 19:08 | |
dtroyer | yes…I hadn't looked at that in a week or two, it's getting supprot now, good | 19:09 |
*** dmorita has joined #openstack-meeting | 19:09 | |
stevemar | dtroyer: not entirely | 19:09 |
stevemar | theres some push back from cinder still | 19:10 |
*** sshnaidm has quit IRC | 19:10 | |
stevemar | which is unfortunate, since i think that's the next closest project | 19:10 |
dtroyer | at a glance (heh) though it seems addressable, not digging-in-heels pushback | 19:10 |
stevemar | i get the feeling they think things are half-baked | 19:10 |
*** dmorita has quit IRC | 19:11 | |
*** dmorita has joined #openstack-meeting | 19:11 | |
dtroyer | volume v2 is still young and there may be details missing yet. but actually doing the deprecation isn't the same as stating a goal | 19:11 |
dtroyer | well, more than goal but not quite picy | 19:11 |
dtroyer | policy | 19:11 |
*** sdake has quit IRC | 19:12 | |
*** sdake has joined #openstack-meeting | 19:13 | |
*** jmckind_ has joined #openstack-meeting | 19:13 | |
stevemar | i suppose | 19:13 |
*** macsz has quit IRC | 19:14 | |
dtroyer | so back to the docs, I'll post a note to the ML looking for volunteers | 19:14 |
stevemar | ++ | 19:15 |
stevemar | i would love to help, but i don't scale :( | 19:15 |
dtroyer | re changing the project CLI commands, we probably need to let proejcts take that lead | 19:15 |
* dtroyer wants a stevemar.clone() method | 19:15 | |
rtheis | would this be an all or nothing approach to updating user docs for a project? That is, move all "cinder" to "openstack" so there isn't a mix of the two. | 19:16 |
*** jmckind has quit IRC | 19:16 | |
stevemar | rtheis: i think an all or nothing approach is good for docs | 19:16 |
*** ihrachys has joined #openstack-meeting | 19:16 | |
dtroyer | rtheis: I suspect one a project is OK with the change, they'll want to do it all | 19:16 |
stevemar | it'll also show us where we are lacking | 19:16 |
dtroyer | I'm more confident the docs folks will want that | 19:16 |
*** dneary has quit IRC | 19:16 | |
rtheis | stevemar: exactly | 19:17 |
*** fawadkhaliq has quit IRC | 19:17 | |
*** Guest87763 has quit IRC | 19:17 | |
stevemar | we should try and fill in those cinder *blocking* points - eh eh ? | 19:17 |
*** fawadkhaliq has joined #openstack-meeting | 19:17 | |
dtroyer | that looks like a fun list to do proper commands for ;) | 19:18 |
*** Daisy has joined #openstack-meeting | 19:18 | |
stevemar | all the commands walter lists in that review | 19:18 |
*** aimon has joined #openstack-meeting | 19:19 | |
*** fawadkhaliq has quit IRC | 19:19 | |
dtroyer | the comment about making everything a plugin was interesting too…they already are, just a few are included in the box | 19:20 |
*** tsymanczyk has joined #openstack-meeting | 19:20 | |
*** aimon_ has joined #openstack-meeting | 19:20 | |
*** tsymanczyk is now known as Guest29366 | 19:21 | |
dtroyer | I'd like to shift gears just a bit | 19:21 |
*** iyamahat has quit IRC | 19:21 | |
dtroyer | #topic release planning | 19:21 |
*** openstack changes topic to "release planning (Meeting topic: OpenStackClient)" | 19:21 | |
dtroyer | Thinking about the next release, now that SDK is a dependency we have to consider releasing with it still pre-1.0 | 19:21 |
dtroyer | maybe that isn't a concern, but I'm not sure I know enough right now to decide that | 19:22 |
stevemar | dtroyer: worth it to get networking commands | 19:22 |
stevemar | if sdk folks change things up on us, we work closely enough with them to get things fixed quickly | 19:22 |
dtroyer | terrylhowe: I saw briancurtin mention one more major change before 1.0, do you have any idea how much impact that will have on what we have implemented so far? | 19:23 |
*** claudiub has joined #openstack-meeting | 19:23 | |
*** bvandenh has quit IRC | 19:23 | |
dtroyer | stevemar: right, I just want to be care about how tightly we need to keep the two tied together | 19:23 |
*** ihrachys has quit IRC | 19:23 | |
*** spzala has joined #openstack-meeting | 19:23 | |
*** safchain has joined #openstack-meeting | 19:24 | |
dtroyer | the remainig pre-1.0 work may be a don't care for OSc, in which case my worries go away | 19:24 |
*** aimon has quit IRC | 19:24 | |
terrylhowe | I think he was talking about generating urls for resources that have a key in them, it is internal | 19:24 |
rtheis | I don't think the remaining sdk work for 1.0 should impact osc's usage. But showing osc network quotas is broken until we get and sdk release | 19:24 |
terrylhowe | stuff like metadata | 19:24 |
*** ivar-lazzaro has quit IRC | 19:24 | |
dtroyer | ok, cool. I haven't kept as up-to-date on that as I'd like | 19:24 |
dtroyer | thanks | 19:24 |
dtroyer | so the next question is picking a point where the new bits are sufficiently coherent to do a release. Just making sure we don't put something half-baked out | 19:25 |
*** fzdarsky has quit IRC | 19:25 | |
dtroyer | again, that may be a moot concern on my part | 19:26 |
stevemar | new bits meaning osc bits or sdk bits? | 19:26 |
dtroyer | osc | 19:27 |
dtroyer | the network stuff specifically | 19:27 |
terrylhowe | I doubt there will be many changes to the existing network stuff | 19:27 |
*** lhcheng_ has joined #openstack-meeting | 19:27 | |
terrylhowe | we’ve had a lot of time to beat on that | 19:27 |
dtroyer | but are there things in the pipeline right now that someone wants included sooner than later? | 19:27 |
rtheis | https://launchpad.net/bugs/1528249 is the only break in network that I am aware of | 19:27 |
openstack | Launchpad bug 1528249 in python-openstackclient "Failed to show network quotas for a project" [High,In progress] - Assigned to Richard Theis (rtheis) | 19:27 |
dtroyer | I'm just looking for a list of "when x,y,z are done we can release" if it exists | 19:28 |
stevemar | oh gotcha | 19:28 |
*** Guest29366 has quit IRC | 19:28 | |
dtroyer | things like https://review.openstack.org/#/c/84782/ | 19:29 |
*** spzala has quit IRC | 19:29 | |
*** jckasper_ has quit IRC | 19:30 | |
stevemar | lets get the port CRUD in | 19:30 |
stevemar | and the subnet CRUD | 19:30 |
*** jckasper has joined #openstack-meeting | 19:30 | |
rtheis | here's start of port CRUD: https://review.openstack.org/#/c/260568/ | 19:30 |
*** haomaiwang has joined #openstack-meeting | 19:30 | |
terrylhowe | I need to rework the subnet tests to the new pattern, it is time consuming and all I do is shovel snow lately | 19:31 |
*** roxanagh_ has quit IRC | 19:31 | |
*** roxanagh_ has joined #openstack-meeting | 19:31 | |
stevemar | lol | 19:31 |
dtroyer | that's where all of our snow went | 19:31 |
stevemar | terrylhowe: get a snow blower | 19:31 |
terrylhowe | snow blower broke :-/ | 19:31 |
stevemar | oh jeez | 19:32 |
dtroyer | alternative, get a 15 year old | 19:32 |
terrylhowe | anyway, personal problems, I’ll get to it. I started last weekend and didn’t finish. | 19:32 |
dtroyer | ok, I'll keep an eye out for those two topics for priority | 19:33 |
stevemar | dtroyer: i think just the networky bits are high priority for the next release | 19:33 |
stevemar | everything else can wait | 19:33 |
*** roxanagh_ has quit IRC | 19:33 | |
dtroyer | as a side note, we need to start encouraging the inclusion of release note info for user-visible stuff | 19:33 |
stevemar | fwiw, theres a new keystoneclient and keystoneauth, i cut them yesterday | 19:33 |
dtroyer | stevemar: right | 19:33 |
*** ociuhandu has joined #openstack-meeting | 19:33 | |
dtroyer | is that the ksa that has the py35 fix in it? | 19:34 |
stevemar | dtroyer: i did them for a few patches | 19:34 |
stevemar | dtroyer: i wasn't aware of a py35 problem | 19:34 |
dtroyer | there is a one-liner that ksa needed, I think it was fixed in Dec | 19:34 |
dtroyer | oh, wait, it's already released | 19:34 |
*** haomaiwang has quit IRC | 19:34 | |
dtroyer | that was the only thing I needed to run OSC on py35 | 19:35 |
*** balajiiyer has joined #openstack-meeting | 19:35 | |
dtroyer | #agreed network API subnet and port CRUD are the blockers for next release | 19:35 |
*** spzala has joined #openstack-meeting | 19:36 | |
dtroyer | #topic open reviews | 19:36 |
*** openstack changes topic to "open reviews (Meeting topic: OpenStackClient)" | 19:36 | |
stevemar | dtroyer: thanks for confirming i haven't gone insane yet | 19:36 |
dtroyer | are there any other reviews anyone wants to bring attention to? | 19:36 |
*** ihrachys has joined #openstack-meeting | 19:36 | |
dtroyer | stevemar: I wouldn't trust that I could confirm that ;) | 19:36 |
*** piet has quit IRC | 19:38 | |
*** hashar has joined #openstack-meeting | 19:38 | |
*** njohnston has quit IRC | 19:38 | |
stevemar | dtroyer: nothing else from my end re: osc | 19:38 |
rtheis | Just a follow-up from last meeting before new year. I reworked https://review.openstack.org/#/c/257543/ when folks have time to take a look. | 19:38 |
stevemar | i'm swamped with keystoney bits | 19:39 |
*** pratikma_ has quit IRC | 19:39 | |
stevemar | rtheis: terrylhowe lhcheng_ this is an open invitation to ping me for reviews | 19:39 |
stevemar | i haven't checked my OSC review queue in a while, but if you need a quick look, please ping me | 19:40 |
terrylhowe | I’ve got nothing at the moment | 19:40 |
rtheis | stevemar: ok, thanks | 19:40 |
stevemar | dtroyer: you can wait -_- | 19:40 |
*** annegent_ has joined #openstack-meeting | 19:40 | |
*** iyamahat has joined #openstack-meeting | 19:40 | |
dtroyer | rtheis: added to today's short list | 19:40 |
rtheis | thanks | 19:40 |
dtroyer | ok, next... | 19:41 |
dtroyer | #topic open bugs | 19:41 |
*** openstack changes topic to "open bugs (Meeting topic: OpenStackClient)" | 19:41 | |
*** njohnston has joined #openstack-meeting | 19:41 | |
dtroyer | I intend to look at the bug list this afternoon during some waiting-room time | 19:42 |
dtroyer | are there any we should discuss now though? | 19:42 |
*** balajiiyer has quit IRC | 19:42 | |
stevemar | https://bugs.launchpad.net/python-openstackclient/+bug/1531574 is worth a look | 19:42 |
openstack | Launchpad bug 1531574 in python-openstackclient "liberty: two json/yaml formatters for list/show command if cliff 1.15.0 (and cliff-tablib) is installed" [Undecided,New] | 19:42 |
*** amitgandhinz has quit IRC | 19:43 | |
*** annegentle has quit IRC | 19:43 | |
*** amitgandhinz has joined #openstack-meeting | 19:43 | |
dtroyer | yeah, I thought cliff-tablib was on the don't-do-that list | 19:43 |
stevemar | it is | 19:43 |
stevemar | but "what if it's already installed on my system" | 19:44 |
*** Daisy has quit IRC | 19:44 | |
stevemar | i've had 2 issues with this now | 19:44 |
dtroyer | do we need to do anything since this is a stable release issue? | 19:44 |
dtroyer | so maybe we do | 19:44 |
* stevemar shrugs | 19:44 | |
dtroyer | low priority though | 19:44 |
stevemar | i told them both to remove cliff-tablib | 19:44 |
stevemar | and the problem magically goes away | 19:44 |
dtroyer | maybe just a release note if/when we do another stable? | 19:45 |
*** Sukhdev has joined #openstack-meeting | 19:45 | |
*** scinawa has joined #openstack-meeting | 19:45 | |
stevemar | that could work | 19:45 |
*** pratikmallya has joined #openstack-meeting | 19:46 | |
dtroyer | is this actually just a cliff issue? If so, putting in a check there magically fixes everything using it | 19:46 |
stevemar | i dont think so, its the fact that they share the same entrypoint/namespace thingy | 19:46 |
dtroyer | well, having a known good workaround is enough for now | 19:47 |
dtroyer | ah, I wondered if that might play into it, ok | 19:47 |
stevemar | oh, in other news, my osc-command-checker should be a voting job in our gate | 19:47 |
dhellmann | we could update stevedore to have a feature to ignore entry points from a given python dist or something, but that would be a lot more work than telling folks not to install the extra package | 19:47 |
dtroyer | dhellmann: thanks, I think I agree | 19:48 |
dhellmann | you know, we could release a new cliff-tablib that doesn't have the conflicting plugins, too | 19:48 |
stevemar | dhellmann: i was thinking that too | 19:48 |
stevemar | dhellmann: but it doesn't pass build atm | 19:48 |
stevemar | dhellmann: unless you want to nuke it | 19:48 |
dtroyer | wold that give the false impression that it really shouldn't be used? | 19:49 |
dtroyer | uh, parse error in that question... | 19:49 |
dhellmann | I haven't looked at the code in a while, I'll see if I can figure out why it's failing builds | 19:49 |
dhellmann | stevemar : which plugins? just table? | 19:49 |
dhellmann | er, I mean json? | 19:50 |
dhellmann | ah, json and yaml | 19:50 |
dhellmann | ok | 19:50 |
dtroyer | dhellmann: don't make it too high a priority, I think removing it is fine | 19:50 |
*** ihrachys has quit IRC | 19:50 | |
dhellmann | k | 19:50 |
*** ihrachys has joined #openstack-meeting | 19:50 | |
dtroyer | other bugs? | 19:51 |
*** nelsnelson has quit IRC | 19:51 | |
*** zehicle has joined #openstack-meeting | 19:51 | |
*** bvandenh has joined #openstack-meeting | 19:51 | |
*** nelsnelson has joined #openstack-meeting | 19:51 | |
stevemar | yeah, json and yaml, but without those, is cliff-tablib particularly useful? | 19:51 |
dhellmann | no, not really | 19:52 |
dhellmann | there's the HTML formatter, but I have no idea if anyone uses that | 19:52 |
stevemar | yeah | 19:52 |
* stevemar shrugs | 19:52 | |
stevemar | stepping aside for a bit | 19:52 |
stevemar | nothing else to mention, thanks for hosting again dtroyer | 19:53 |
dtroyer | thanks stevemar, later | 19:53 |
dtroyer | ok… | 19:53 |
dtroyer | #topic open discussion | 19:53 |
*** openstack changes topic to "open discussion (Meeting topic: OpenStackClient)" | 19:53 | |
dtroyer | does anyone have anything else to bring up? | 19:53 |
*** ijw has quit IRC | 19:54 | |
*** aeng has joined #openstack-meeting | 19:54 | |
rtheis | is there a guide on how to write a release note? | 19:54 |
*** safchain has quit IRC | 19:54 | |
dtroyer | there is… | 19:55 |
* dtroyer looks through notes | 19:55 | |
*** AmirBaleghi11116 has quit IRC | 19:55 | |
*** AmirBaleghi11116 has joined #openstack-meeting | 19:56 | |
*** alexpilotti has quit IRC | 19:56 | |
*** jmckind has joined #openstack-meeting | 19:56 | |
*** alexpilotti has joined #openstack-meeting | 19:56 | |
*** rfolco has quit IRC | 19:56 | |
dtroyer | here is what Keystone has in their docs: http://docs.openstack.org/developer/keystone/developing.html#release-notes | 19:56 |
rtheis | dtroyer: thank you | 19:56 |
dtroyer | the project team docs are at: http://docs.openstack.org/project-team-guide/release-management.html#managing-release-notes | 19:57 |
dtroyer | and dhellmann's announcement is http://lists.openstack.org/pipermail/openstack-dev/2015-November/078301.html | 19:57 |
dtroyer | that should cover most of it | 19:57 |
*** piet has joined #openstack-meeting | 19:58 | |
dtroyer | time is almost done, if nothing else I'll close | 19:58 |
terrylhowe | nothing here | 19:58 |
*** jmckind_ has quit IRC | 19:59 | |
MeganR | I'm good, thank you | 19:59 |
*** IlyaG has quit IRC | 19:59 | |
*** ayoung has quit IRC | 19:59 | |
dtroyer | ok, thanks everyone! | 19:59 |
dtroyer | #endmeeting | 19:59 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 19:59 | |
openstack | Meeting ended Thu Jan 14 19:59:34 2016 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 19:59 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/openstackclient/2016/openstackclient.2016-01-14-19.01.html | 19:59 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/openstackclient/2016/openstackclient.2016-01-14-19.01.txt | 19:59 |
openstack | Log: http://eavesdrop.openstack.org/meetings/openstackclient/2016/openstackclient.2016-01-14-19.01.log.html | 19:59 |
*** bvandenh has quit IRC | 20:00 | |
*** timcline has quit IRC | 20:00 | |
*** spzala has quit IRC | 20:00 | |
*** spzala has joined #openstack-meeting | 20:01 | |
*** timcline has joined #openstack-meeting | 20:02 | |
*** terrylhowe has left #openstack-meeting | 20:05 | |
*** spzala has quit IRC | 20:05 | |
*** dmorita has quit IRC | 20:05 | |
*** pratikmallya has quit IRC | 20:05 | |
*** esheffield has quit IRC | 20:06 | |
*** merooney has quit IRC | 20:06 | |
*** kencjohnston has quit IRC | 20:07 | |
*** kencjohnston has joined #openstack-meeting | 20:08 | |
*** ihrachys has quit IRC | 20:08 | |
*** spzala has joined #openstack-meeting | 20:08 | |
*** ihrachys has joined #openstack-meeting | 20:08 | |
*** piet has quit IRC | 20:09 | |
*** armax has quit IRC | 20:09 | |
*** isaacb has quit IRC | 20:09 | |
*** gyee has quit IRC | 20:09 | |
*** armax has joined #openstack-meeting | 20:09 | |
*** vijendar has joined #openstack-meeting | 20:10 | |
*** jmckind_ has joined #openstack-meeting | 20:11 | |
*** henrynash_ has quit IRC | 20:11 | |
*** MarkAtwood has joined #openstack-meeting | 20:13 | |
*** jmckind has quit IRC | 20:13 | |
*** esheffield has joined #openstack-meeting | 20:14 | |
*** adiantum has joined #openstack-meeting | 20:15 | |
*** ayoung has joined #openstack-meeting | 20:16 | |
*** penick has joined #openstack-meeting | 20:18 | |
*** irenab has quit IRC | 20:19 | |
*** bvandenh has joined #openstack-meeting | 20:20 | |
*** macsz has joined #openstack-meeting | 20:20 | |
*** irenab has joined #openstack-meeting | 20:22 | |
*** penick has quit IRC | 20:22 | |
*** topol has quit IRC | 20:23 | |
*** timcline has quit IRC | 20:25 | |
*** piet has joined #openstack-meeting | 20:26 | |
*** cbouch has joined #openstack-meeting | 20:26 | |
*** balajiiyer has joined #openstack-meeting | 20:28 | |
*** mbound has joined #openstack-meeting | 20:28 | |
*** AlanClark has quit IRC | 20:29 | |
*** timcline has joined #openstack-meeting | 20:30 | |
*** unicell1 has joined #openstack-meeting | 20:31 | |
*** unicell has quit IRC | 20:32 | |
*** spzala has quit IRC | 20:33 | |
*** tellesnobrega is now known as tellesnobrega_af | 20:33 | |
*** spzala has joined #openstack-meeting | 20:33 | |
*** otter768 has joined #openstack-meeting | 20:34 | |
*** toddjohn has quit IRC | 20:34 | |
*** toddjohn has joined #openstack-meeting | 20:34 | |
*** margaret-frances has quit IRC | 20:35 | |
*** xingchao has joined #openstack-meeting | 20:36 | |
*** annegent_ has quit IRC | 20:36 | |
*** thomasem has left #openstack-meeting | 20:37 | |
*** kebray has quit IRC | 20:37 | |
*** matrohon has joined #openstack-meeting | 20:37 | |
*** ihrachys has quit IRC | 20:37 | |
*** bdperkin has quit IRC | 20:38 | |
*** spzala has quit IRC | 20:38 | |
*** radez has quit IRC | 20:38 | |
*** toddjohn has quit IRC | 20:38 | |
*** penick has joined #openstack-meeting | 20:38 | |
*** otter768 has quit IRC | 20:39 | |
*** zehicle has quit IRC | 20:39 | |
*** spzala has joined #openstack-meeting | 20:39 | |
*** radez has joined #openstack-meeting | 20:40 | |
*** bdperkin has joined #openstack-meeting | 20:40 | |
*** bdperkin has quit IRC | 20:40 | |
*** bdperkin has joined #openstack-meeting | 20:40 | |
*** xingchao has quit IRC | 20:41 | |
*** bobh has joined #openstack-meeting | 20:41 | |
*** Daisy has joined #openstack-meeting | 20:42 | |
*** nurla has quit IRC | 20:42 | |
*** tellesnobrega_af is now known as tellesnobrega | 20:43 | |
*** tsymanczyk has joined #openstack-meeting | 20:43 | |
*** tsymanczyk is now known as Guest25814 | 20:44 | |
*** zehicle has joined #openstack-meeting | 20:45 | |
*** nurla has joined #openstack-meeting | 20:45 | |
*** kebray has joined #openstack-meeting | 20:48 | |
*** topol_ has joined #openstack-meeting | 20:48 | |
*** kzaitsev_mb has joined #openstack-meeting | 20:49 | |
*** alexpilotti has quit IRC | 20:50 | |
*** alexpilotti has joined #openstack-meeting | 20:51 | |
*** ivar-lazzaro has joined #openstack-meeting | 20:52 | |
*** topol_ is now known as topol | 20:52 | |
*** ihrachys has joined #openstack-meeting | 20:52 | |
*** neiljerram has quit IRC | 20:52 | |
*** jprovazn has quit IRC | 20:55 | |
*** Sukhdev has quit IRC | 20:55 | |
*** ivar-lazzaro has quit IRC | 20:56 | |
*** qwebirc81858 has joined #openstack-meeting | 20:57 | |
*** qwebirc81858 has quit IRC | 20:57 | |
*** sombrafam has quit IRC | 20:58 | |
*** bobh has quit IRC | 20:59 | |
*** dneary has joined #openstack-meeting | 20:59 | |
*** IlyaG has joined #openstack-meeting | 21:01 | |
*** cloudtra_ has joined #openstack-meeting | 21:01 | |
*** dprince has quit IRC | 21:01 | |
*** adiantum has quit IRC | 21:01 | |
*** Daisy has quit IRC | 21:03 | |
*** cloudtrainme has quit IRC | 21:03 | |
*** vhoward has quit IRC | 21:04 | |
*** vgridnev has quit IRC | 21:04 | |
*** neelashah has quit IRC | 21:05 | |
*** dmorita has joined #openstack-meeting | 21:05 | |
*** hdaniel has joined #openstack-meeting | 21:06 | |
*** pratikmallya has joined #openstack-meeting | 21:06 | |
*** pratikmallya has quit IRC | 21:07 | |
*** spzala has quit IRC | 21:07 | |
*** pratikmallya has joined #openstack-meeting | 21:08 | |
*** spzala has joined #openstack-meeting | 21:08 | |
*** jwang_ has quit IRC | 21:08 | |
*** raildo is now known as raildo-afk | 21:09 | |
*** dmorita has quit IRC | 21:09 | |
*** pratikma_ has joined #openstack-meeting | 21:09 | |
*** amrith is now known as _amrith_ | 21:11 | |
*** MaxPC has quit IRC | 21:12 | |
*** jwang has joined #openstack-meeting | 21:12 | |
*** spzala has quit IRC | 21:12 | |
*** pratikmallya has quit IRC | 21:13 | |
*** dmorita has joined #openstack-meeting | 21:13 | |
*** mbound has quit IRC | 21:14 | |
*** annegentle has joined #openstack-meeting | 21:15 | |
*** mbound has joined #openstack-meeting | 21:15 | |
*** balajiiyer has quit IRC | 21:16 | |
*** apoorvad has quit IRC | 21:17 | |
*** balajiiyer has joined #openstack-meeting | 21:17 | |
*** ryanpetrello has quit IRC | 21:18 | |
*** jungleboyj has quit IRC | 21:18 | |
*** ayoung has quit IRC | 21:20 | |
*** ryanpetrello has joined #openstack-meeting | 21:22 | |
*** ihrachys has quit IRC | 21:25 | |
*** ihrachys has joined #openstack-meeting | 21:26 | |
*** dmorita has quit IRC | 21:26 | |
*** novas0x2a|laptop has quit IRC | 21:27 | |
*** dmorita has joined #openstack-meeting | 21:27 | |
*** cloudtra_ has quit IRC | 21:27 | |
*** vgridnev has joined #openstack-meeting | 21:27 | |
*** changbl has joined #openstack-meeting | 21:27 | |
*** sdake_ has joined #openstack-meeting | 21:27 | |
*** nurla has quit IRC | 21:27 | |
*** harlowja has quit IRC | 21:27 | |
*** njohnston has quit IRC | 21:28 | |
*** IlyaG_ has joined #openstack-meeting | 21:28 | |
*** dmorita has quit IRC | 21:29 | |
*** IlyaG has quit IRC | 21:29 | |
*** aeng has quit IRC | 21:29 | |
*** novas0x2a|laptop has joined #openstack-meeting | 21:29 | |
*** sdake has quit IRC | 21:30 | |
*** nurla has joined #openstack-meeting | 21:30 | |
*** cloudtrainme has joined #openstack-meeting | 21:30 | |
*** akuznetsov has joined #openstack-meeting | 21:30 | |
*** harshs has quit IRC | 21:31 | |
*** AmirBaleghi11116 has quit IRC | 21:32 | |
*** macsz has quit IRC | 21:32 | |
*** aysyd has quit IRC | 21:32 | |
*** irenab has quit IRC | 21:33 | |
*** IlyaG_ has quit IRC | 21:33 | |
*** kencjohnston has quit IRC | 21:34 | |
*** aeng has joined #openstack-meeting | 21:34 | |
*** gjayavelu has joined #openstack-meeting | 21:34 | |
*** nurla has quit IRC | 21:34 | |
*** irenab has joined #openstack-meeting | 21:34 | |
*** piet has quit IRC | 21:35 | |
*** jichen has quit IRC | 21:35 | |
*** irenab has quit IRC | 21:36 | |
*** akuznetsov has quit IRC | 21:36 | |
*** xingchao has joined #openstack-meeting | 21:37 | |
*** nurla has joined #openstack-meeting | 21:37 | |
*** pratikma_ has quit IRC | 21:37 | |
*** irenab has joined #openstack-meeting | 21:38 | |
*** irenab has quit IRC | 21:40 | |
*** henrynash_ has joined #openstack-meeting | 21:40 | |
*** shakamunyi has quit IRC | 21:40 | |
*** cloudtrainme has quit IRC | 21:40 | |
*** piet has joined #openstack-meeting | 21:41 | |
*** xingchao has quit IRC | 21:42 | |
*** irenab has joined #openstack-meeting | 21:42 | |
*** dims has quit IRC | 21:42 | |
*** dims_ has joined #openstack-meeting | 21:42 | |
*** apoorvad has joined #openstack-meeting | 21:43 | |
*** cloudtrainme has joined #openstack-meeting | 21:45 | |
*** hashar has quit IRC | 21:46 | |
*** xinwu has joined #openstack-meeting | 21:47 | |
*** IlyaG has joined #openstack-meeting | 21:49 | |
*** dmorita has joined #openstack-meeting | 21:49 | |
*** jtomasek has quit IRC | 21:52 | |
*** cdelatte has quit IRC | 21:52 | |
*** cwolferh has quit IRC | 21:54 | |
*** armax has quit IRC | 21:55 | |
*** Sukhdev has joined #openstack-meeting | 21:55 | |
*** rtheis has quit IRC | 21:57 | |
*** alexpilotti has quit IRC | 21:59 | |
*** alexpilotti has joined #openstack-meeting | 21:59 | |
*** neelashah has joined #openstack-meeting | 21:59 | |
*** thorst has quit IRC | 22:01 | |
*** ayoung has joined #openstack-meeting | 22:01 | |
*** Daisy has joined #openstack-meeting | 22:01 | |
*** Guest25814 has left #openstack-meeting | 22:01 | |
*** galstrom is now known as galstrom_zzz | 22:02 | |
*** jungleboyj has joined #openstack-meeting | 22:03 | |
*** sputnik13 has quit IRC | 22:05 | |
*** vgridnev has quit IRC | 22:08 | |
*** spzala has joined #openstack-meeting | 22:08 | |
*** salv-orl_ has joined #openstack-meeting | 22:09 | |
*** hdaniel has quit IRC | 22:11 | |
*** salv-orlando has quit IRC | 22:12 | |
*** cwolferh has joined #openstack-meeting | 22:13 | |
*** spzala has quit IRC | 22:13 | |
*** lblanchard has quit IRC | 22:15 | |
*** njohnston has joined #openstack-meeting | 22:15 | |
*** alexpilotti has quit IRC | 22:15 | |
*** e0ne has quit IRC | 22:15 | |
*** dmorita has quit IRC | 22:15 | |
*** pratikmallya has joined #openstack-meeting | 22:17 | |
*** ildikov_afk is now known as ildikov | 22:17 | |
*** banix has quit IRC | 22:18 | |
*** vgridnev has joined #openstack-meeting | 22:19 | |
*** banix has joined #openstack-meeting | 22:19 | |
*** alexpilotti has joined #openstack-meeting | 22:19 | |
*** dneary has quit IRC | 22:19 | |
*** banix has quit IRC | 22:19 | |
*** ihrachys has quit IRC | 22:19 | |
*** Daisy has quit IRC | 22:19 | |
*** julim_ has quit IRC | 22:20 | |
*** ihrachys has joined #openstack-meeting | 22:20 | |
*** kebray has quit IRC | 22:22 | |
*** balajiiyer has quit IRC | 22:22 | |
*** bvandenh has quit IRC | 22:23 | |
*** s3wong has joined #openstack-meeting | 22:23 | |
*** dmorita has joined #openstack-meeting | 22:23 | |
*** dmorita has quit IRC | 22:23 | |
*** dmorita has joined #openstack-meeting | 22:24 | |
*** dmorita has quit IRC | 22:25 | |
*** harshs has joined #openstack-meeting | 22:25 | |
*** jckasper has quit IRC | 22:26 | |
*** dmorita has joined #openstack-meeting | 22:28 | |
*** bvandenh has joined #openstack-meeting | 22:29 | |
*** dkranz has quit IRC | 22:29 | |
*** timcline has quit IRC | 22:29 | |
*** toscalix has quit IRC | 22:30 | |
*** matrohon has quit IRC | 22:31 | |
*** sdake_ is now known as sdake | 22:32 | |
*** macsz has joined #openstack-meeting | 22:32 | |
*** tjones has joined #openstack-meeting | 22:32 | |
*** matrohon has joined #openstack-meeting | 22:33 | |
*** otter768 has joined #openstack-meeting | 22:35 | |
*** ihrachys has quit IRC | 22:35 | |
*** ihrachys has joined #openstack-meeting | 22:36 | |
*** ijw has joined #openstack-meeting | 22:36 | |
*** ayoung has quit IRC | 22:37 | |
*** zehicle has quit IRC | 22:39 | |
*** otter768 has quit IRC | 22:39 | |
*** bvandenh has quit IRC | 22:40 | |
*** amitgandhinz has quit IRC | 22:40 | |
*** vgridnev has quit IRC | 22:42 | |
*** rbowen has quit IRC | 22:42 | |
*** cbouch has quit IRC | 22:43 | |
*** kebray has joined #openstack-meeting | 22:44 | |
*** matrohon has quit IRC | 22:45 | |
*** adiantum has joined #openstack-meeting | 22:45 | |
*** kebray has quit IRC | 22:45 | |
*** piet has quit IRC | 22:46 | |
*** kebray has joined #openstack-meeting | 22:47 | |
*** pballand has joined #openstack-meeting | 22:49 | |
*** harlowja has joined #openstack-meeting | 22:50 | |
*** macsz has quit IRC | 22:51 | |
*** jckasper has joined #openstack-meeting | 22:51 | |
*** alexpilotti has quit IRC | 22:52 | |
*** rossella_s has quit IRC | 22:52 | |
*** adahms has joined #openstack-meeting | 22:52 | |
*** JRobinson__ has joined #openstack-meeting | 22:52 | |
*** alexpilotti has joined #openstack-meeting | 22:52 | |
*** ihrachys_ has joined #openstack-meeting | 22:52 | |
*** claudiub has quit IRC | 22:52 | |
*** rossella_s has joined #openstack-meeting | 22:52 | |
*** ninag has quit IRC | 22:53 | |
*** dims_ has quit IRC | 22:54 | |
*** ihrachys has quit IRC | 22:54 | |
*** jmckind_ has quit IRC | 22:54 | |
*** ijw has quit IRC | 22:54 | |
*** piet has joined #openstack-meeting | 22:54 | |
*** spotz is now known as spotz_zzz | 22:54 | |
*** claudiub has joined #openstack-meeting | 22:55 | |
*** safchain has joined #openstack-meeting | 22:55 | |
*** jckasper has quit IRC | 22:55 | |
*** peristeri has quit IRC | 22:57 | |
*** kylek3h has quit IRC | 22:58 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:59 | |
*** alexpilotti has quit IRC | 23:01 | |
*** doug-fish has quit IRC | 23:02 | |
*** alexpilotti has joined #openstack-meeting | 23:04 | |
*** pradk has quit IRC | 23:04 | |
*** e0ne has joined #openstack-meeting | 23:06 | |
*** ihrachys has joined #openstack-meeting | 23:06 | |
*** haomaiwang has joined #openstack-meeting | 23:07 | |
*** mmedvede has quit IRC | 23:07 | |
*** gongysh_ has joined #openstack-meeting | 23:08 | |
*** haomaiwang has quit IRC | 23:08 | |
*** ihrachys_ has quit IRC | 23:09 | |
*** jorge_munoz1 has quit IRC | 23:10 | |
*** spzala has joined #openstack-meeting | 23:10 | |
*** spzala has quit IRC | 23:10 | |
*** spzala has joined #openstack-meeting | 23:10 | |
*** ayoung has joined #openstack-meeting | 23:11 | |
*** neelashah has quit IRC | 23:12 | |
*** alexpilotti has quit IRC | 23:13 | |
*** njohnston has quit IRC | 23:13 | |
*** dmorita has quit IRC | 23:14 | |
*** sputnik13 has joined #openstack-meeting | 23:14 | |
*** alexpilotti has joined #openstack-meeting | 23:14 | |
*** pradk_ has joined #openstack-meeting | 23:15 | |
*** erlon has quit IRC | 23:16 | |
*** dimtruck is now known as zz_dimtruck | 23:17 | |
*** dmorita has joined #openstack-meeting | 23:17 | |
*** dmorita has quit IRC | 23:17 | |
*** dmorita has joined #openstack-meeting | 23:18 | |
*** Daisy has joined #openstack-meeting | 23:19 | |
*** jungleboyj has quit IRC | 23:19 | |
*** dmorita has quit IRC | 23:19 | |
*** dmorita has joined #openstack-meeting | 23:20 | |
*** gyee has joined #openstack-meeting | 23:21 | |
*** henrynash_ has quit IRC | 23:22 | |
*** jckasper has joined #openstack-meeting | 23:22 | |
*** comay_ has quit IRC | 23:23 | |
*** comay_ has joined #openstack-meeting | 23:23 | |
*** dmorita has quit IRC | 23:23 | |
*** alexpilotti has quit IRC | 23:24 | |
*** alexpilotti has joined #openstack-meeting | 23:24 | |
*** jjmb has quit IRC | 23:25 | |
*** dmorita has joined #openstack-meeting | 23:25 | |
*** pratikmallya has quit IRC | 23:25 | |
*** stanchan has joined #openstack-meeting | 23:25 | |
*** jckasper has quit IRC | 23:26 | |
*** apoorvad has quit IRC | 23:26 | |
*** jckasper has joined #openstack-meeting | 23:27 | |
*** dims has joined #openstack-meeting | 23:27 | |
*** xyang1 has quit IRC | 23:29 | |
*** singhj has quit IRC | 23:30 | |
*** tjones has quit IRC | 23:33 | |
*** myoung has quit IRC | 23:34 | |
*** spzala has quit IRC | 23:36 | |
*** Swami has quit IRC | 23:36 | |
*** spzala has joined #openstack-meeting | 23:36 | |
*** tochi has joined #openstack-meeting | 23:37 | |
*** comay_ has quit IRC | 23:39 | |
*** comay has quit IRC | 23:39 | |
*** xingchao has joined #openstack-meeting | 23:39 | |
*** pradk_ has quit IRC | 23:40 | |
*** spzala has quit IRC | 23:41 | |
*** gatekeep has joined #openstack-meeting | 23:42 | |
*** synegy34 has quit IRC | 23:43 | |
*** IlyaG has quit IRC | 23:43 | |
*** xingchao has quit IRC | 23:44 | |
*** comay has joined #openstack-meeting | 23:45 | |
*** ihrachys has quit IRC | 23:46 | |
*** comay_ has joined #openstack-meeting | 23:46 | |
*** henrynash_ has joined #openstack-meeting | 23:46 | |
*** adiantum has quit IRC | 23:48 | |
*** e0ne has quit IRC | 23:49 | |
*** ddieterly has quit IRC | 23:51 | |
*** zz_dimtruck is now known as dimtruck | 23:57 | |
*** Swami has joined #openstack-meeting | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!