*** masahito has joined #openstack-meeting | 00:00 | |
*** baoli has quit IRC | 00:00 | |
*** thinrichs has joined #openstack-meeting | 00:04 | |
thinrichs | Sorry I'm late | 00:04 |
---|---|---|
thinrichs | courtesy ping: ekcs, aimeeu, ramineni_, masahito | 00:05 |
ramineni_ | hi | 00:05 |
ekcs | hi all | 00:05 |
thinrichs | #startmeeting CongressTeamMeeting | 00:05 |
openstack | Meeting started Thu Sep 1 00:05:20 2016 UTC and is due to finish in 60 minutes. The chair is thinrichs. Information about MeetBot at http://wiki.debian.org/MeetBot. | 00:05 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 00:05 |
*** openstack changes topic to " (Meeting topic: CongressTeamMeeting)" | 00:05 | |
openstack | The meeting name has been set to 'congressteammeeting' | 00:05 |
aimeeu | hello everyone | 00:05 |
masahito | hi | 00:05 |
thinrichs | Agenda today… | 00:05 |
thinrichs | 1. bug in client? | 00:05 |
thinrichs | 2. newton3 | 00:05 |
thinrichs | 3. status | 00:05 |
thinrichs | Anything else? | 00:06 |
thinrichs | #topic bug in client | 00:07 |
*** openstack changes topic to "bug in client (Meeting topic: CongressTeamMeeting)" | 00:07 | |
* thinrichs trying to find link | 00:07 | |
aimeeu | #link https://bugs.launchpad.net/congress/+bug/1619065 | 00:07 |
openstack | Launchpad bug 1619065 in congress "Failure to push data through CLI" [High,New] | 00:07 |
aimeeu | thinrichs: still had it open from earlier | 00:08 |
thinrichs | There it is. thanks aimeeu | 00:08 |
*** rrecio has quit IRC | 00:08 | |
thinrichs | I ran across this when getting ready to release the new client. | 00:08 |
thinrichs | The new feature addition is that we can push data through our CLI to push drivers. | 00:08 |
thinrichs | But I couldn't seem to get it ot work. | 00:08 |
*** njohnsto_ has quit IRC | 00:08 | |
thinrichs | masahito: am I creating the datasource correctly and pushing data correctly? | 00:08 |
thinrichs | (This is pressing since we're supposed to finalize the client by tomorrow and do a release.) | 00:09 |
*** myoung has quit IRC | 00:09 | |
masahito | I think the data schema of the request is not correct for doctor driver. | 00:10 |
masahito | #link https://github.com/openstack/congress/blob/master/congress/datasources/doctor_driver.py#L47 | 00:11 |
masahito | this is the request body doctor's event table expects. | 00:11 |
thinrichs | Ok. Thanks. I'll fix up the schema, and assuming that works, release the client tomorrow. | 00:12 |
thinrichs | Glad it's likely to be user error. :) | 00:12 |
thinrichs | #topic newton3 | 00:12 |
*** openstack changes topic to "newton3 (Meeting topic: CongressTeamMeeting)" | 00:12 | |
thinrichs | I haven't released newton3 yet. I'll do that tomorrow. | 00:12 |
thinrichs | Ideally we'd have all the new 'features' merged before newton3 | 00:13 |
thinrichs | and only do bug fixing after newton3 | 00:13 |
ekcs | great! | 00:14 |
ekcs | this can be considered either feature or fix: https://review.openstack.org/#/c/356806/ | 00:14 |
ekcs | This would be great to get in: #link https://review.openstack.org/#/c/354629/ | 00:15 |
thinrichs | Agreed that both those would be good to get into Newton. | 00:15 |
*** ivar-lazzaro has quit IRC | 00:16 | |
thinrichs | There seem to be a number of outstanding reviews that are mostly ready… | 00:16 |
thinrichs | https://review.openstack.org/#/q/project:openstack/congress+status:open | 00:16 |
*** maeca1 has quit IRC | 00:17 | |
thinrichs | So let's try to get the ones that are ready merged soon so that we can turn our attention to testing, bug fixing, and docs | 00:18 |
*** rakhmerov has quit IRC | 00:18 | |
thinrichs | Let's say end of the week to get non-bugfixes in. | 00:18 |
*** myoung has joined #openstack-meeting | 00:19 | |
*** leeantho has quit IRC | 00:19 | |
thinrichs | That means we all are actively reviewing each others' code | 00:20 |
*** Sukhdev has joined #openstack-meeting | 00:20 | |
thinrichs | and thinking critically about whether a comment/improvement should stop the inclusion of the patch in Newton | 00:20 |
thinrichs | Any questions about newton3? | 00:20 |
*** esker has joined #openstack-meeting | 00:20 | |
ekcs | got it. | 00:21 |
*** baoli has joined #openstack-meeting | 00:21 | |
thinrichs | #topic status | 00:21 |
*** openstack changes topic to "status (Meeting topic: CongressTeamMeeting)" | 00:21 | |
thinrichs | ramineni_: want to start? | 00:21 |
ramineni_ | sure | 00:21 |
ramineni_ | I have adressed the comments on all of my open patches, but stuck in scary merge conflict :( will fix them up today | 00:22 |
ramineni_ | Added a patch, to start mltiple PE and run existing tempest tests , but it seems to fail | 00:23 |
thinrichs | I'm intrigued: why is the merge conflict scary? | 00:23 |
*** rakhmerov has joined #openstack-meeting | 00:23 | |
ramineni_ | have to check if its sync timing issue or any other issue | 00:23 |
ramineni_ | thinrichs: need to again change multiple files to resolve them | 00:24 |
*** watanabe_isao has joined #openstack-meeting | 00:25 | |
thinrichs | ramineni_: let's get that merged soon then. Those merge conflicts eat a bunch of time if your patch is touching many files. Much easier for other N patches to solve 1 merge conflict than for you to deal with N. | 00:25 |
ramineni_ | thats it from my side | 00:25 |
ramineni_ | ya, will do it today | 00:25 |
thinrichs | ramineni_: the tests for multiple PEs is super-crucial for this release | 00:25 |
ramineni_ | yes, ill have a look today | 00:26 |
thinrichs | we need to get the HAHT working in at least a couple interesting scenarios | 00:26 |
thinrichs | We can all help you get that patch merged. Which one is it? | 00:26 |
ramineni_ | https://review.openstack.org/#/c/362761/ | 00:27 |
ramineni_ | by default i made it to true, to check if it works before adding a job in infra | 00:27 |
ramineni_ | yesterday, couldnt find tim to debug it | 00:28 |
thinrichs | Sorry—I meant the patch that's got all the merge conflicts. | 00:29 |
ramineni_ | oh.. | 00:29 |
ekcs | I’ll take a look at the tempest fails. It’s expected that some will fail from timing issues and stuff. | 00:29 |
*** Julien-zte has joined #openstack-meeting | 00:29 | |
ekcs | passing 20 out of 23 is actually very encouraging =) | 00:30 |
ramineni_ | ekcs: right :) | 00:30 |
ekcs | great work. | 00:30 |
thinrichs | ramineni_: after a quick look, there might be some weird functionality that murano is expecting—like being able to insert a policy | 00:30 |
ramineni_ | thinrichs: thats fine.. ill get it done today, they are series of dependent patches on each other , so its better ill do it | 00:30 |
*** baoli has quit IRC | 00:30 | |
*** esumerfd has joined #openstack-meeting | 00:31 | |
thinrichs | ramineni_: okay; leave a comment if you want someone to get it merged sooner rather than later b/c it's causing so many conflicts | 00:31 |
ramineni_ | sure, thanks | 00:31 |
thinrichs | ramineni_: ping me (irc and/or email) if you want my help with the murano failure | 00:32 |
thinrichs | masahito: want to give a status update? | 00:32 |
masahito | sure | 00:32 |
ramineni_ | ok, sure | 00:33 |
masahito | 1. the patch of push driver support in client is merged | 00:33 |
masahito | 2. I'm working lazy datasource support in all OpenStack driver. | 00:33 |
masahito | tha't from my side | 00:33 |
masahito | s/tha't/that's/ | 00:34 |
*** esker has quit IRC | 00:35 | |
*** esumerfd has quit IRC | 00:35 | |
thinrichs | Sounds good. | 00:35 |
*** baoli has joined #openstack-meeting | 00:35 | |
*** thorst has joined #openstack-meeting | 00:35 | |
*** zhurong has joined #openstack-meeting | 00:36 | |
thinrichs | aimeeu: what's new with you? | 00:36 |
*** pvaneck has quit IRC | 00:36 | |
aimeeu | Well not much. ;) Thanks everyone for the feed back on the HA Guide - it's been merged | 00:36 |
aimeeu | I've been reviewing code and trying to get PyCharm & DevStack configured for remote debugging so I can tackle the Congress dashboard bug | 00:37 |
aimeeu | that's it for me | 00:38 |
thinrichs | Thanks. Glad you got the HA guide merged. | 00:38 |
aimeeu | OH I did noticed that the keystone datasource driver is throwing an error | 00:39 |
thinrichs | I'm interested if you find a good way to debug devstack. I'm usually just using a text editor and the command line. | 00:39 |
thinrichs | ekcs: want to go next? | 00:39 |
aimeeu | If I don't figure it out tomorrow morning, I'll reach out to a resource at work (the guy who is doing the hands on in Barcelona) | 00:39 |
ekcs | I think this is ready to merge: #link https://review.openstack.org/#/c/356806/ | 00:40 |
ekcs | Not sufficient for detecting dropped update from an infrequently pushed DSD, but that can be addressed in future change. | 00:40 |
ekcs | On the integrated HA testing in test_congress, I've been slowed by many little issues expected when using an unorthodox approach, but I think mostly resolved. | 00:40 |
ekcs | Latest issue I am dealing with is that somehow I can't get congress to take the bind_port option from config file instead of the default port. Still investigating whether it's user error or bug. | 00:40 |
ekcs | That’s all. | 00:40 |
*** donghao has quit IRC | 00:40 | |
*** azbiswas has quit IRC | 00:41 | |
ekcs | I’m guessing testing/user error because ha_test does it fine on tempest. | 00:41 |
thinrichs | That patch of yours sounds like its ready to go into newton3 | 00:42 |
thinrichs | One minute and I'll be back | 00:42 |
*** dmacpher has quit IRC | 00:42 | |
thinrichs | Back | 00:43 |
ekcs | yup I think so. | 00:43 |
thinrichs | Seems like we're all on a good trajectory to finish up major items for newton3 | 00:44 |
thinrichs | So that's great! | 00:44 |
thinrichs | That's all I have for today, so we'll open it up for discussion. | 00:44 |
thinrichs | #topic open discussion | 00:44 |
*** openstack changes topic to "open discussion (Meeting topic: CongressTeamMeeting)" | 00:44 | |
ekcs | not a high priority, | 00:45 |
ekcs | but anyone know why the testr_results.html.gz stopped showing up in tempest tests? | 00:45 |
ekcs | It was there in this patch: https://review.openstack.org/#/c/358388/ | 00:46 |
ekcs | and then in the very next merged patch, it’s gone. https://review.openstack.org/#/c/356157/ | 00:46 |
*** sindhu has quit IRC | 00:46 | |
*** azbiswas has joined #openstack-meeting | 00:47 | |
thinrichs | Which gate job? I saw testr_results for py35 (I think) | 00:48 |
*** mtanino has quit IRC | 00:49 | |
ekcs | in the tempest tests. like dsvm and murano. | 00:49 |
*** ociuhandu has joined #openstack-meeting | 00:49 | |
*** Jeffreyc42 has quit IRC | 00:50 | |
thinrichs | No idea. | 00:50 |
*** Jeffreyc42 has joined #openstack-meeting | 00:50 | |
thinrichs | Maybe ping #infra | 00:50 |
thinrichs | We should check it's still not showing up. | 00:51 |
thinrichs | Maybe there's some setting that changed in how infra runs jobs | 00:51 |
*** gyee has quit IRC | 00:51 | |
ekcs | got it. | 00:51 |
*** zzxwill has joined #openstack-meeting | 00:52 | |
ekcs | If there is nothing else: | 00:52 |
ekcs | does this config file look right? | 00:52 |
ekcs | [default] | 00:52 |
ekcs | bind_port = 4000 | 00:52 |
ekcs | auth_strategy = noauth | 00:52 |
*** vishwanathj has quit IRC | 00:53 | |
thinrichs | Looking at my default /etc/congress/congress.conf | 00:54 |
thinrichs | I see the auth_strategy = <blah> line | 00:55 |
thinrichs | I don't see the bind_port line | 00:55 |
*** Sukhdev has quit IRC | 00:55 | |
*** sarob has quit IRC | 00:55 | |
ekcs | yea… I’m trying to override the default port for a second PE node. | 00:56 |
ekcs | but somehow congress still using old port. Don’t worry about it I’m pretty sure I’m doing something silly that’s causing it. | 00:56 |
thinrichs | Okay. | 00:57 |
thinrichs | Let us know if we can help. | 00:57 |
thinrichs | Seems that's the end of our time this week. | 00:58 |
thinrichs | Thanks all! | 00:58 |
thinrichs | #endmeeting | 00:58 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 00:58 | |
openstack | Meeting ended Thu Sep 1 00:58:45 2016 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 00:58 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-09-01-00.05.html | 00:58 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-09-01-00.05.txt | 00:58 |
openstack | Log: http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-09-01-00.05.log.html | 00:58 |
*** karlamrhein has quit IRC | 00:59 | |
*** zhhuabj_ has quit IRC | 01:01 | |
*** spzala has quit IRC | 01:02 | |
*** sindhu has joined #openstack-meeting | 01:07 | |
*** ociuhandu has quit IRC | 01:08 | |
*** zzxwill has quit IRC | 01:08 | |
*** priteau has joined #openstack-meeting | 01:11 | |
*** zzxwill has joined #openstack-meeting | 01:11 | |
*** Sukhdev has joined #openstack-meeting | 01:12 | |
*** thinrichs has quit IRC | 01:12 | |
*** zzxwill has quit IRC | 01:13 | |
*** Wenzhi has joined #openstack-meeting | 01:13 | |
*** Sukhdev has quit IRC | 01:13 | |
*** zhhuabj_ has joined #openstack-meeting | 01:14 | |
*** priteau has quit IRC | 01:16 | |
*** zzxwill has joined #openstack-meeting | 01:17 | |
*** s3wong has quit IRC | 01:18 | |
*** rossella_s has quit IRC | 01:18 | |
*** shashank_hegde has quit IRC | 01:18 | |
*** rossella_s has joined #openstack-meeting | 01:19 | |
*** ramineni_ has quit IRC | 01:19 | |
*** aeng has quit IRC | 01:20 | |
*** trozet_ has joined #openstack-meeting | 01:24 | |
*** ronghui has quit IRC | 01:25 | |
*** trozet has quit IRC | 01:27 | |
*** baoli_ has joined #openstack-meeting | 01:28 | |
*** baoli has quit IRC | 01:28 | |
*** baoli has joined #openstack-meeting | 01:30 | |
*** esumerfd has joined #openstack-meeting | 01:33 | |
*** baoli_ has quit IRC | 01:33 | |
*** salv-orlando has joined #openstack-meeting | 01:34 | |
*** Benj_ has joined #openstack-meeting | 01:34 | |
*** azbiswas has quit IRC | 01:35 | |
*** azbiswas has joined #openstack-meeting | 01:35 | |
*** azbiswas has quit IRC | 01:36 | |
*** ronghui has joined #openstack-meeting | 01:37 | |
*** spzala has joined #openstack-meeting | 01:38 | |
*** esumerfd has quit IRC | 01:38 | |
*** esker has joined #openstack-meeting | 01:38 | |
*** sindhu has quit IRC | 01:40 | |
*** Benj_ has quit IRC | 01:41 | |
*** enriquetaso has quit IRC | 01:41 | |
*** diablo_rojo has quit IRC | 01:43 | |
*** hockeynut has quit IRC | 01:43 | |
*** spzala has quit IRC | 01:43 | |
*** ayoung has joined #openstack-meeting | 01:43 | |
*** jckasper has quit IRC | 01:44 | |
*** salv-orlando has quit IRC | 01:44 | |
*** jckasper has joined #openstack-meeting | 01:44 | |
*** spzala has joined #openstack-meeting | 01:45 | |
*** ronghui has quit IRC | 01:48 | |
*** jckasper has quit IRC | 01:49 | |
*** masahito has quit IRC | 01:49 | |
*** dmorita has quit IRC | 01:49 | |
*** sarob has joined #openstack-meeting | 01:49 | |
*** hongbin has joined #openstack-meeting | 01:57 | |
*** woodster_ has quit IRC | 01:59 | |
*** sarob has quit IRC | 02:00 | |
*** comay has quit IRC | 02:01 | |
*** ijw has quit IRC | 02:01 | |
*** ronghui has joined #openstack-meeting | 02:02 | |
*** Apoorva has quit IRC | 02:03 | |
*** spzala has quit IRC | 02:05 | |
*** apetrich has quit IRC | 02:05 | |
*** ljxiash has joined #openstack-meeting | 02:05 | |
*** longxiongqiu has joined #openstack-meeting | 02:05 | |
*** sdake has quit IRC | 02:06 | |
*** apetrich has joined #openstack-meeting | 02:06 | |
*** azbiswas has joined #openstack-meeting | 02:07 | |
*** esberglu has joined #openstack-meeting | 02:09 | |
*** azbiswas has quit IRC | 02:12 | |
*** zzxwill has quit IRC | 02:12 | |
*** cody-somerville has joined #openstack-meeting | 02:13 | |
*** yamamoto_ has joined #openstack-meeting | 02:14 | |
*** hichihara has joined #openstack-meeting | 02:14 | |
*** ekcs has quit IRC | 02:15 | |
*** esker is now known as esker[away] | 02:15 | |
*** unicell has quit IRC | 02:16 | |
*** esker[away] has quit IRC | 02:16 | |
*** jckasper has joined #openstack-meeting | 02:18 | |
*** thorst has quit IRC | 02:18 | |
*** thorst has joined #openstack-meeting | 02:19 | |
*** jckasper has quit IRC | 02:19 | |
*** esker has joined #openstack-meeting | 02:20 | |
*** ivc_ has joined #openstack-meeting | 02:21 | |
*** donghao has joined #openstack-meeting | 02:23 | |
*** thorst has quit IRC | 02:28 | |
*** edtubill has joined #openstack-meeting | 02:28 | |
*** dimtruck is now known as zz_dimtruck | 02:30 | |
*** anilvenkata has joined #openstack-meeting | 02:30 | |
*** vishnoianil has quit IRC | 02:33 | |
*** mickeys has quit IRC | 02:36 | |
*** mriedem has quit IRC | 02:39 | |
*** ivc_ has quit IRC | 02:39 | |
*** salv-orlando has joined #openstack-meeting | 02:43 | |
*** zhhuabj_ has quit IRC | 02:44 | |
*** aeng has joined #openstack-meeting | 02:44 | |
*** armax has quit IRC | 02:45 | |
*** zz_dimtruck is now known as dimtruck | 02:47 | |
*** liuhanxi has joined #openstack-meeting | 02:47 | |
*** sudipto has joined #openstack-meeting | 02:47 | |
*** Sukhdev has joined #openstack-meeting | 02:48 | |
*** salv-orlando has quit IRC | 02:50 | |
*** amotoki has joined #openstack-meeting | 02:51 | |
*** banix has quit IRC | 02:52 | |
*** esker has quit IRC | 02:52 | |
*** salv-orlando has joined #openstack-meeting | 02:52 | |
*** su_zhang has joined #openstack-meeting | 02:53 | |
*** Chengli has joined #openstack-meeting | 02:53 | |
*** banix has joined #openstack-meeting | 02:54 | |
*** Jeffreyc42 has quit IRC | 02:56 | |
*** banix has quit IRC | 02:56 | |
*** salv-orlando has quit IRC | 02:57 | |
*** ramineni_ has joined #openstack-meeting | 02:57 | |
*** esumerfd has joined #openstack-meeting | 02:59 | |
*** karlamrhein has joined #openstack-meeting | 03:00 | |
*** zhhuabj_ has joined #openstack-meeting | 03:02 | |
*** dimtruck is now known as zz_dimtruck | 03:02 | |
*** docaedo has quit IRC | 03:03 | |
*** banix has joined #openstack-meeting | 03:03 | |
*** armax has joined #openstack-meeting | 03:03 | |
*** esumerfd has quit IRC | 03:03 | |
*** jckasper has joined #openstack-meeting | 03:04 | |
*** cody-somerville has quit IRC | 03:05 | |
*** azbiswas has joined #openstack-meeting | 03:06 | |
*** ronghui has quit IRC | 03:07 | |
*** amotoki has quit IRC | 03:08 | |
*** armax has quit IRC | 03:08 | |
*** Jeffreyc42 has joined #openstack-meeting | 03:10 | |
*** cody-somerville has joined #openstack-meeting | 03:11 | |
*** docaedo has joined #openstack-meeting | 03:11 | |
*** ricolin has joined #openstack-meeting | 03:11 | |
*** esberglu has quit IRC | 03:12 | |
*** gatekeep has joined #openstack-meeting | 03:12 | |
*** gatekeep has quit IRC | 03:12 | |
*** gatekeep has joined #openstack-meeting | 03:12 | |
*** epico has joined #openstack-meeting | 03:14 | |
*** ricolin has quit IRC | 03:14 | |
*** synegy34 has quit IRC | 03:15 | |
*** sindhu has joined #openstack-meeting | 03:15 | |
*** ricolin has joined #openstack-meeting | 03:15 | |
*** cody-somerville has quit IRC | 03:16 | |
*** zzxwill has joined #openstack-meeting | 03:16 | |
*** yamahata has quit IRC | 03:17 | |
*** iyamahat has quit IRC | 03:17 | |
*** banix has quit IRC | 03:18 | |
*** ronghui has joined #openstack-meeting | 03:20 | |
*** Chengli has quit IRC | 03:20 | |
*** amotoki has joined #openstack-meeting | 03:21 | |
*** sindhu has quit IRC | 03:22 | |
*** zz_dimtruck is now known as dimtruck | 03:23 | |
*** fnaval has joined #openstack-meeting | 03:25 | |
*** thorst has joined #openstack-meeting | 03:26 | |
*** sankarshan_away is now known as sankarshan | 03:26 | |
*** jckasper has quit IRC | 03:28 | |
*** amotoki has quit IRC | 03:30 | |
*** jckasper has joined #openstack-meeting | 03:31 | |
*** bobh has joined #openstack-meeting | 03:32 | |
*** thorst has quit IRC | 03:33 | |
*** shashank_hegde has joined #openstack-meeting | 03:33 | |
*** amotoki has joined #openstack-meeting | 03:35 | |
*** sindhu has joined #openstack-meeting | 03:35 | |
*** jckasper has quit IRC | 03:35 | |
*** sudipto has quit IRC | 03:37 | |
*** mickeys has joined #openstack-meeting | 03:37 | |
*** bobh has quit IRC | 03:37 | |
*** sarob has joined #openstack-meeting | 03:39 | |
*** tochi has quit IRC | 03:40 | |
*** mickeys has quit IRC | 03:42 | |
*** ayoung has quit IRC | 03:47 | |
*** su_zhang has quit IRC | 03:48 | |
*** su_zhang has joined #openstack-meeting | 03:48 | |
*** longxiongqiu has quit IRC | 03:49 | |
*** dmorita has joined #openstack-meeting | 03:49 | |
*** zzxwill has quit IRC | 03:49 | |
*** su_zhang has quit IRC | 03:53 | |
*** salv-orlando has joined #openstack-meeting | 03:53 | |
*** dmorita has quit IRC | 03:54 | |
*** salv-orlando has quit IRC | 03:56 | |
*** ljxiash has quit IRC | 03:56 | |
*** ljxiash has joined #openstack-meeting | 03:56 | |
*** tochi has joined #openstack-meeting | 04:00 | |
*** ljxiash has quit IRC | 04:00 | |
*** amotoki has quit IRC | 04:01 | |
*** ljxiash has joined #openstack-meeting | 04:03 | |
*** cody-somerville has joined #openstack-meeting | 04:05 | |
*** spzala has joined #openstack-meeting | 04:05 | |
*** longxiongqiu has joined #openstack-meeting | 04:06 | |
*** su_zhang has joined #openstack-meeting | 04:07 | |
*** ljxiash has quit IRC | 04:08 | |
*** Sukhdev has quit IRC | 04:09 | |
*** spzala has quit IRC | 04:10 | |
*** zzxwill has joined #openstack-meeting | 04:11 | |
*** yamahata has joined #openstack-meeting | 04:12 | |
*** JRobinson__ is now known as JRobinson__afk | 04:16 | |
*** amotoki has joined #openstack-meeting | 04:16 | |
*** cody-somerville has quit IRC | 04:20 | |
*** hongbin has quit IRC | 04:21 | |
*** dimtruck is now known as zz_dimtruck | 04:22 | |
*** unicell has joined #openstack-meeting | 04:22 | |
*** yamamoto_ has quit IRC | 04:23 | |
*** baoli has quit IRC | 04:24 | |
*** edtubill has quit IRC | 04:24 | |
*** su_zhang has quit IRC | 04:24 | |
*** su_zhang has joined #openstack-meeting | 04:24 | |
*** shashank_hegde has quit IRC | 04:26 | |
*** unicell has quit IRC | 04:27 | |
*** unicell has joined #openstack-meeting | 04:27 | |
*** su_zhang has quit IRC | 04:28 | |
*** thorst has joined #openstack-meeting | 04:30 | |
*** prateek has quit IRC | 04:30 | |
*** Jeff_Collins has joined #openstack-meeting | 04:30 | |
*** links has joined #openstack-meeting | 04:32 | |
*** sindhu has quit IRC | 04:33 | |
*** asselin__ has joined #openstack-meeting | 04:34 | |
*** Jeffreyc42 has quit IRC | 04:34 | |
*** krtaylor has quit IRC | 04:34 | |
*** rajinir has quit IRC | 04:35 | |
*** Jeff_Collins has quit IRC | 04:35 | |
*** jraim has quit IRC | 04:36 | |
*** dasanind has joined #openstack-meeting | 04:36 | |
*** netapp has quit IRC | 04:36 | |
*** jraim has joined #openstack-meeting | 04:36 | |
*** geguileo has quit IRC | 04:37 | |
*** thorst has quit IRC | 04:37 | |
*** asselin_ has quit IRC | 04:37 | |
*** edwarnicke has quit IRC | 04:37 | |
*** amit213 has quit IRC | 04:37 | |
*** JRobinson__afk is now known as JRobinson__ | 04:38 | |
*** scottda has quit IRC | 04:38 | |
*** ogelbukh has quit IRC | 04:38 | |
*** etoews has quit IRC | 04:38 | |
*** sparkycollier has quit IRC | 04:38 | |
*** zhiyan has quit IRC | 04:38 | |
*** nikhil has quit IRC | 04:38 | |
*** samueldmq has quit IRC | 04:38 | |
*** betherly has quit IRC | 04:38 | |
*** sballe_ has quit IRC | 04:38 | |
*** fmccrthy has quit IRC | 04:38 | |
*** vdrok has quit IRC | 04:38 | |
*** Jeffreyc42 has joined #openstack-meeting | 04:39 | |
*** yamamoto_ has joined #openstack-meeting | 04:39 | |
*** shashank_hegde has joined #openstack-meeting | 04:39 | |
*** sparkycollier has joined #openstack-meeting | 04:40 | |
*** scottda has joined #openstack-meeting | 04:40 | |
*** cody-somerville has joined #openstack-meeting | 04:40 | |
*** amit213 has joined #openstack-meeting | 04:40 | |
*** zhiyan has joined #openstack-meeting | 04:40 | |
*** nikhil has joined #openstack-meeting | 04:40 | |
*** etoews has joined #openstack-meeting | 04:40 | |
*** vdrok has joined #openstack-meeting | 04:40 | |
*** sballe_ has joined #openstack-meeting | 04:40 | |
*** betherly has joined #openstack-meeting | 04:40 | |
*** fmccrthy has joined #openstack-meeting | 04:41 | |
*** edwarnicke has joined #openstack-meeting | 04:41 | |
*** ogelbukh has joined #openstack-meeting | 04:41 | |
*** zz_dimtruck is now known as dimtruck | 04:42 | |
*** ivc_ has joined #openstack-meeting | 04:42 | |
*** yamahata has quit IRC | 04:42 | |
*** samueldmq has joined #openstack-meeting | 04:42 | |
*** netapp has joined #openstack-meeting | 04:43 | |
*** dtroyer has quit IRC | 04:44 | |
*** dtroyer has joined #openstack-meeting | 04:44 | |
*** geguileo has joined #openstack-meeting | 04:44 | |
*** jbryce has quit IRC | 04:46 | |
*** ramineni_ has quit IRC | 04:47 | |
*** sarob has quit IRC | 04:48 | |
*** yamamoto_ has quit IRC | 04:49 | |
*** kaminoha_ has quit IRC | 04:50 | |
*** jbryce has joined #openstack-meeting | 04:52 | |
*** Jeffreyc42 has quit IRC | 04:53 | |
*** maishsk has joined #openstack-meeting | 04:54 | |
*** yamahata has joined #openstack-meeting | 04:54 | |
*** roxanaghe has quit IRC | 04:56 | |
*** pcaruana has quit IRC | 04:57 | |
*** ramineni_ has joined #openstack-meeting | 04:58 | |
*** maishsk has quit IRC | 04:58 | |
*** prateek has joined #openstack-meeting | 05:00 | |
*** llu has quit IRC | 05:03 | |
*** salv-orlando has joined #openstack-meeting | 05:03 | |
*** carl_baldwin has quit IRC | 05:03 | |
*** meteorfox has quit IRC | 05:03 | |
*** dougwig has quit IRC | 05:03 | |
*** asingh has quit IRC | 05:03 | |
*** hrybacki has quit IRC | 05:03 | |
*** llu has joined #openstack-meeting | 05:03 | |
*** kamal___ has quit IRC | 05:04 | |
*** cargonza has quit IRC | 05:04 | |
*** amitry has quit IRC | 05:04 | |
*** meteorfox has joined #openstack-meeting | 05:04 | |
*** asingh has joined #openstack-meeting | 05:04 | |
*** carl_baldwin has joined #openstack-meeting | 05:04 | |
*** hrybacki has joined #openstack-meeting | 05:04 | |
*** kamal___ has joined #openstack-meeting | 05:05 | |
*** amitry has joined #openstack-meeting | 05:05 | |
*** cargonza has joined #openstack-meeting | 05:06 | |
*** dimtruck is now known as zz_dimtruck | 05:06 | |
*** harlowja_at_home has joined #openstack-meeting | 05:06 | |
*** dougwig has joined #openstack-meeting | 05:07 | |
*** ikutukov has quit IRC | 05:10 | |
*** salv-orlando has quit IRC | 05:10 | |
*** roxanaghe has joined #openstack-meeting | 05:11 | |
*** ikutukov has joined #openstack-meeting | 05:12 | |
*** hazmat has quit IRC | 05:13 | |
*** jaranovich has quit IRC | 05:13 | |
*** dirk has quit IRC | 05:13 | |
*** AndyWojo has quit IRC | 05:13 | |
*** ChrisPriceAB has quit IRC | 05:13 | |
*** macsz has quit IRC | 05:13 | |
*** CaptTofu has quit IRC | 05:13 | |
*** rstarmer has joined #openstack-meeting | 05:13 | |
*** salv-orlando has joined #openstack-meeting | 05:14 | |
*** jaranovich has joined #openstack-meeting | 05:14 | |
*** macsz has joined #openstack-meeting | 05:14 | |
*** AndyWojo has joined #openstack-meeting | 05:14 | |
*** ChrisPriceAB has joined #openstack-meeting | 05:14 | |
*** dirk has joined #openstack-meeting | 05:14 | |
*** adiantum has joined #openstack-meeting | 05:14 | |
*** CaptTofu has joined #openstack-meeting | 05:15 | |
*** hazmat has joined #openstack-meeting | 05:15 | |
*** rstarmer has quit IRC | 05:15 | |
*** sdake has joined #openstack-meeting | 05:23 | |
*** ivc_ has quit IRC | 05:24 | |
*** roxanaghe has quit IRC | 05:26 | |
*** azbiswas has quit IRC | 05:28 | |
*** saju_m has joined #openstack-meeting | 05:28 | |
*** vishnoianil has joined #openstack-meeting | 05:29 | |
*** shashank_hegde has quit IRC | 05:30 | |
*** roxanaghe has joined #openstack-meeting | 05:31 | |
*** jprovazn has joined #openstack-meeting | 05:31 | |
*** nkrinner_afk is now known as nkrinner | 05:32 | |
*** ljxiash has joined #openstack-meeting | 05:32 | |
*** ub has joined #openstack-meeting | 05:33 | |
*** yamamoto_ has joined #openstack-meeting | 05:34 | |
*** thorst has joined #openstack-meeting | 05:35 | |
*** prateek has quit IRC | 05:35 | |
*** prateek has joined #openstack-meeting | 05:36 | |
*** roxanaghe has quit IRC | 05:38 | |
*** asselin_ has joined #openstack-meeting | 05:38 | |
*** asselin__ has quit IRC | 05:40 | |
*** mickeys has joined #openstack-meeting | 05:40 | |
*** ihrachys has joined #openstack-meeting | 05:42 | |
*** thorst has quit IRC | 05:42 | |
*** ilyashakhat has joined #openstack-meeting | 05:42 | |
*** zz_dimtruck is now known as dimtruck | 05:42 | |
*** Hosam_ has joined #openstack-meeting | 05:43 | |
*** wanghao_ has joined #openstack-meeting | 05:43 | |
*** mickeys has quit IRC | 05:44 | |
*** cody-somerville has quit IRC | 05:45 | |
*** ub2 has joined #openstack-meeting | 05:46 | |
*** ub has quit IRC | 05:47 | |
*** iyamahat has joined #openstack-meeting | 05:49 | |
*** ekcs has joined #openstack-meeting | 05:50 | |
*** harlowja_at_home has quit IRC | 05:51 | |
*** manikanta_tadi has joined #openstack-meeting | 05:51 | |
*** yamahata has quit IRC | 05:52 | |
*** ricolin has quit IRC | 05:52 | |
*** shashank_hegde has joined #openstack-meeting | 05:54 | |
*** iyamahat has quit IRC | 05:55 | |
*** ilyashakhat has quit IRC | 05:56 | |
*** ebalduf has quit IRC | 06:00 | |
*** Sukhdev has joined #openstack-meeting | 06:01 | |
*** adiantum has quit IRC | 06:02 | |
*** reedip has quit IRC | 06:03 | |
*** janki has joined #openstack-meeting | 06:04 | |
*** coolsvap has joined #openstack-meeting | 06:05 | |
*** kylek3h has quit IRC | 06:07 | |
*** dteselkin_ has quit IRC | 06:08 | |
*** kylek3h has joined #openstack-meeting | 06:08 | |
*** rcernin has quit IRC | 06:08 | |
*** salv-orl_ has joined #openstack-meeting | 06:08 | |
*** akuznetsova has quit IRC | 06:09 | |
*** IgorYozhikov has quit IRC | 06:09 | |
*** amakarov_away has quit IRC | 06:09 | |
*** mikelk has joined #openstack-meeting | 06:09 | |
*** longxiongqiu has quit IRC | 06:09 | |
*** karlamrhein has quit IRC | 06:09 | |
*** katomo has joined #openstack-meeting | 06:10 | |
*** rakhmerov has quit IRC | 06:10 | |
katomo | sorry for late. any one here for I18n meeting? | 06:10 |
*** ilyashakhat has joined #openstack-meeting | 06:10 | |
*** dteselkin has joined #openstack-meeting | 06:10 | |
*** IgorYozhikov has joined #openstack-meeting | 06:11 | |
*** salv-orlando has quit IRC | 06:11 | |
*** hashar has joined #openstack-meeting | 06:11 | |
*** kylek3h has quit IRC | 06:12 | |
*** amakarov has joined #openstack-meeting | 06:12 | |
*** hashar is now known as hasharAway | 06:12 | |
*** akuznetsova has joined #openstack-meeting | 06:12 | |
*** _nadya_ has joined #openstack-meeting | 06:12 | |
*** rakhmerov has joined #openstack-meeting | 06:13 | |
*** anilvenkata has quit IRC | 06:15 | |
*** adiantum has joined #openstack-meeting | 06:16 | |
*** lock__ has joined #openstack-meeting | 06:18 | |
*** dulek_ has joined #openstack-meeting | 06:20 | |
*** yuval has joined #openstack-meeting | 06:21 | |
*** dulek has quit IRC | 06:21 | |
*** swifterdarrell has quit IRC | 06:21 | |
*** hichihar_ has joined #openstack-meeting | 06:21 | |
*** luzC has quit IRC | 06:21 | |
*** cebruns__ has quit IRC | 06:21 | |
*** dulek_ is now known as dulek | 06:21 | |
*** swifterdarrell has joined #openstack-meeting | 06:21 | |
*** hichihara has quit IRC | 06:22 | |
*** lock_ has quit IRC | 06:22 | |
*** luzC has joined #openstack-meeting | 06:22 | |
*** cebruns_ has joined #openstack-meeting | 06:22 | |
*** hichihar_ has quit IRC | 06:22 | |
*** hichihara has joined #openstack-meeting | 06:23 | |
*** moizarif has joined #openstack-meeting | 06:25 | |
*** bvandenh has joined #openstack-meeting | 06:25 | |
*** adiantum has quit IRC | 06:27 | |
*** anilvenkata has joined #openstack-meeting | 06:27 | |
*** azbiswas has joined #openstack-meeting | 06:28 | |
*** moizarif_ has quit IRC | 06:28 | |
*** katomo has quit IRC | 06:30 | |
*** azbiswas has quit IRC | 06:30 | |
*** pcaruana has joined #openstack-meeting | 06:30 | |
*** azbiswas has joined #openstack-meeting | 06:30 | |
*** ihrachys has quit IRC | 06:33 | |
*** lpetrut has joined #openstack-meeting | 06:35 | |
*** moizarif_ has joined #openstack-meeting | 06:38 | |
*** saju_m has quit IRC | 06:38 | |
*** moizarif has quit IRC | 06:38 | |
*** moiz has joined #openstack-meeting | 06:39 | |
*** akuznetsova has quit IRC | 06:40 | |
*** dteselkin has quit IRC | 06:40 | |
*** thorst has joined #openstack-meeting | 06:40 | |
*** mickeys has joined #openstack-meeting | 06:40 | |
*** IgorYozhikov has quit IRC | 06:41 | |
*** ljxiash has quit IRC | 06:41 | |
*** ljxiash has joined #openstack-meeting | 06:41 | |
*** amakarov has quit IRC | 06:41 | |
*** rakhmerov has quit IRC | 06:42 | |
*** rcernin has joined #openstack-meeting | 06:42 | |
*** sridharg has joined #openstack-meeting | 06:42 | |
*** Sukhdev has quit IRC | 06:42 | |
*** moizarif_ has quit IRC | 06:43 | |
*** rcernin has quit IRC | 06:45 | |
*** rcernin has joined #openstack-meeting | 06:45 | |
*** mickeys has quit IRC | 06:45 | |
*** ljxiash has quit IRC | 06:46 | |
*** thorst has quit IRC | 06:47 | |
*** IgorYozhikov has joined #openstack-meeting | 06:47 | |
*** _nadya_ has quit IRC | 06:47 | |
*** rakhmerov has joined #openstack-meeting | 06:49 | |
*** ilyashakhat has quit IRC | 06:50 | |
*** salv-orl_ has quit IRC | 06:50 | |
*** akuznetsova has joined #openstack-meeting | 06:52 | |
*** Hosam has joined #openstack-meeting | 06:52 | |
*** dteselkin has joined #openstack-meeting | 06:53 | |
*** amakarov has joined #openstack-meeting | 06:56 | |
*** Hosam_ has quit IRC | 06:56 | |
*** ljxiash has joined #openstack-meeting | 06:57 | |
*** zzxwill has quit IRC | 06:57 | |
*** moizarif has joined #openstack-meeting | 06:59 | |
*** moizarif_ has joined #openstack-meeting | 07:00 | |
*** moiz has quit IRC | 07:00 | |
*** _nadya_ has joined #openstack-meeting | 07:00 | |
*** _nadya_ has quit IRC | 07:00 | |
*** claudiub has joined #openstack-meeting | 07:01 | |
*** zzxwill has joined #openstack-meeting | 07:02 | |
*** tesseract- has joined #openstack-meeting | 07:03 | |
*** rwsu has joined #openstack-meeting | 07:03 | |
*** moizarif has quit IRC | 07:04 | |
*** aeng has quit IRC | 07:04 | |
*** andreas_s has joined #openstack-meeting | 07:05 | |
*** spzala has joined #openstack-meeting | 07:06 | |
*** toscalix has joined #openstack-meeting | 07:06 | |
*** ronghui has quit IRC | 07:08 | |
*** sudipto has joined #openstack-meeting | 07:08 | |
*** Na3iL has joined #openstack-meeting | 07:08 | |
*** kylek3h has joined #openstack-meeting | 07:08 | |
*** moizarif has joined #openstack-meeting | 07:10 | |
*** spzala has quit IRC | 07:10 | |
*** JRobinson__ has quit IRC | 07:14 | |
*** kylek3h has quit IRC | 07:14 | |
*** moizarif_ has quit IRC | 07:14 | |
*** sshnaidm|afk is now known as sshnaidm | 07:14 | |
*** sudipto has quit IRC | 07:15 | |
*** esumerfd has joined #openstack-meeting | 07:16 | |
*** lpetrut has quit IRC | 07:17 | |
*** sridharg has quit IRC | 07:19 | |
*** shashank_hegde has quit IRC | 07:19 | |
*** ronghui has joined #openstack-meeting | 07:20 | |
*** esumerfd has quit IRC | 07:20 | |
*** ramineni_ has quit IRC | 07:21 | |
*** cebruns_ has quit IRC | 07:21 | |
*** dimtruck is now known as zz_dimtruck | 07:22 | |
*** jlvillal has quit IRC | 07:22 | |
*** cebruns_ has joined #openstack-meeting | 07:22 | |
*** jlvillal has joined #openstack-meeting | 07:23 | |
*** unicell has quit IRC | 07:26 | |
*** lpetrut has joined #openstack-meeting | 07:26 | |
*** unicell has joined #openstack-meeting | 07:27 | |
*** apetrich has quit IRC | 07:31 | |
*** jckasper has joined #openstack-meeting | 07:33 | |
*** apetrich has joined #openstack-meeting | 07:33 | |
*** phil has joined #openstack-meeting | 07:33 | |
*** phil is now known as Guest98195 | 07:34 | |
*** Guest98195 is now known as preisner | 07:36 | |
*** jckasper has quit IRC | 07:37 | |
*** mickeys has joined #openstack-meeting | 07:39 | |
*** ljxiash has quit IRC | 07:39 | |
*** ramineni_ has joined #openstack-meeting | 07:41 | |
*** ihrachys has joined #openstack-meeting | 07:41 | |
*** ljxiash has joined #openstack-meeting | 07:42 | |
*** sdake has quit IRC | 07:43 | |
*** ljxiash has quit IRC | 07:43 | |
*** sdake has joined #openstack-meeting | 07:44 | |
*** thorst has joined #openstack-meeting | 07:45 | |
*** zzxwill has quit IRC | 07:46 | |
*** lpetrut has quit IRC | 07:47 | |
*** sridharg has joined #openstack-meeting | 07:47 | |
*** ljxiash has joined #openstack-meeting | 07:47 | |
*** dbecker has joined #openstack-meeting | 07:50 | |
*** matthewbodkin has joined #openstack-meeting | 07:51 | |
*** salv-orlando has joined #openstack-meeting | 07:51 | |
*** thorst has quit IRC | 07:52 | |
*** Akis_ has quit IRC | 07:54 | |
*** Akis_ has joined #openstack-meeting | 07:54 | |
*** ihrachys has quit IRC | 07:55 | |
*** zzxwill has joined #openstack-meeting | 07:55 | |
*** mickeys has quit IRC | 07:56 | |
*** Wenzhi has quit IRC | 07:57 | |
*** saju_m has joined #openstack-meeting | 07:59 | |
*** akuznetsov has joined #openstack-meeting | 08:00 | |
*** salv-orlando has quit IRC | 08:00 | |
*** _nadya_ has joined #openstack-meeting | 08:03 | |
*** azbiswas has quit IRC | 08:05 | |
*** ekcs has quit IRC | 08:07 | |
*** _nadya_ has quit IRC | 08:08 | |
*** nmagnezi has joined #openstack-meeting | 08:09 | |
*** mickeys has joined #openstack-meeting | 08:10 | |
*** azbiswas has joined #openstack-meeting | 08:11 | |
*** mickeys has quit IRC | 08:11 | |
*** matrohon has joined #openstack-meeting | 08:12 | |
*** azbiswas has quit IRC | 08:14 | |
*** duvarenkov has joined #openstack-meeting | 08:17 | |
*** longxiongqiu has joined #openstack-meeting | 08:18 | |
*** shashank_hegde has joined #openstack-meeting | 08:22 | |
*** sudipto has joined #openstack-meeting | 08:24 | |
*** Hosam_ has joined #openstack-meeting | 08:25 | |
*** asettle has joined #openstack-meeting | 08:26 | |
*** sudipto has quit IRC | 08:27 | |
*** Hosam has quit IRC | 08:29 | |
*** shashank_hegde has quit IRC | 08:29 | |
*** duvarenkov has quit IRC | 08:29 | |
*** sudipto has joined #openstack-meeting | 08:30 | |
*** duvarenkov has joined #openstack-meeting | 08:31 | |
*** r-mibu has quit IRC | 08:33 | |
*** ub2 has quit IRC | 08:33 | |
*** Hosam has joined #openstack-meeting | 08:35 | |
*** rvasilets__ has joined #openstack-meeting | 08:36 | |
*** priteau has joined #openstack-meeting | 08:37 | |
*** ramineni_ has quit IRC | 08:37 | |
*** hasharAway is now known as hashar | 08:37 | |
*** r-mibu has joined #openstack-meeting | 08:38 | |
*** eezhova has joined #openstack-meeting | 08:38 | |
*** Hosam_ has quit IRC | 08:39 | |
*** Julien-zte has quit IRC | 08:40 | |
*** ramineni_ has joined #openstack-meeting | 08:40 | |
*** e0ne has joined #openstack-meeting | 08:44 | |
*** anilvenkata has quit IRC | 08:45 | |
*** hichihara has quit IRC | 08:45 | |
*** sridharg has quit IRC | 08:48 | |
*** thorst has joined #openstack-meeting | 08:50 | |
*** dcwangmit01_ has joined #openstack-meeting | 08:53 | |
*** Niham has joined #openstack-meeting | 08:54 | |
*** jhesketh_ has joined #openstack-meeting | 08:54 | |
*** HenryG_ has joined #openstack-meeting | 08:54 | |
*** Niham has quit IRC | 08:54 | |
*** amotoki_ has joined #openstack-meeting | 08:55 | |
*** jeblair_ has joined #openstack-meeting | 08:55 | |
*** Ravikiran_K has joined #openstack-meeting | 08:56 | |
*** jlvillal_ has joined #openstack-meeting | 08:57 | |
*** toabctl_ has joined #openstack-meeting | 08:57 | |
*** saju_m has quit IRC | 08:57 | |
*** thorst has quit IRC | 08:57 | |
*** sudipto has quit IRC | 08:58 | |
*** jlvillal has quit IRC | 08:58 | |
*** luzC has quit IRC | 08:58 | |
*** dulek has quit IRC | 08:58 | |
*** amotoki has quit IRC | 08:58 | |
*** akamyshnikova has quit IRC | 08:58 | |
*** Swanson has quit IRC | 08:58 | |
*** Fdaisuke has quit IRC | 08:58 | |
*** lennyb has quit IRC | 08:58 | |
*** jhesketh has quit IRC | 08:58 | |
*** darrenc has quit IRC | 08:58 | |
*** rbowen has quit IRC | 08:58 | |
*** homerp_ has quit IRC | 08:58 | |
*** lamt has quit IRC | 08:58 | |
*** SotK has quit IRC | 08:58 | |
*** dcwangmit01 has quit IRC | 08:58 | |
*** bapalm has quit IRC | 08:58 | |
*** HenryG has quit IRC | 08:58 | |
*** anteaya has quit IRC | 08:58 | |
*** sambetts|afk has quit IRC | 08:58 | |
*** johndperkins has quit IRC | 08:58 | |
*** aloga has quit IRC | 08:58 | |
*** jlwhite has quit IRC | 08:58 | |
*** stevebaker has quit IRC | 08:58 | |
*** jeblair has quit IRC | 08:58 | |
*** johnsom_ has quit IRC | 08:58 | |
*** yantarou has quit IRC | 08:58 | |
*** eliqiao has quit IRC | 08:58 | |
*** toabctl has quit IRC | 08:58 | |
*** bdperkin has quit IRC | 08:58 | |
*** toabctl_ is now known as toabctl | 08:58 | |
*** salv-orlando has joined #openstack-meeting | 08:58 | |
*** homerp has joined #openstack-meeting | 08:59 | |
*** johnsom_ has joined #openstack-meeting | 08:59 | |
*** jlwhite has joined #openstack-meeting | 08:59 | |
*** bapalm has joined #openstack-meeting | 08:59 | |
*** toabctl has quit IRC | 08:59 | |
*** luzC has joined #openstack-meeting | 08:59 | |
*** yantarou has joined #openstack-meeting | 09:00 | |
*** Fdaisuke has joined #openstack-meeting | 09:00 | |
*** aloga has joined #openstack-meeting | 09:00 | |
*** toabctl has joined #openstack-meeting | 09:00 | |
*** jlvillal_ is now known as jlvillal | 09:00 | |
*** sridharg has joined #openstack-meeting | 09:00 | |
*** Niham has joined #openstack-meeting | 09:01 | |
*** _nadya_ has joined #openstack-meeting | 09:01 | |
*** jlvillal is now known as Guest77956 | 09:01 | |
*** salv-orlando has quit IRC | 09:01 | |
*** Niham has quit IRC | 09:02 | |
*** sudipto has joined #openstack-meeting | 09:03 | |
*** dulek has joined #openstack-meeting | 09:03 | |
*** akamyshnikova has joined #openstack-meeting | 09:03 | |
*** Swanson has joined #openstack-meeting | 09:03 | |
*** lennyb has joined #openstack-meeting | 09:03 | |
*** darrenc has joined #openstack-meeting | 09:03 | |
*** rbowen has joined #openstack-meeting | 09:03 | |
*** lamt has joined #openstack-meeting | 09:03 | |
*** SotK has joined #openstack-meeting | 09:03 | |
*** anteaya has joined #openstack-meeting | 09:03 | |
*** sambetts|afk has joined #openstack-meeting | 09:03 | |
*** johndperkins has joined #openstack-meeting | 09:03 | |
*** stevebaker has joined #openstack-meeting | 09:03 | |
*** eliqiao has joined #openstack-meeting | 09:03 | |
*** bdperkin has joined #openstack-meeting | 09:03 | |
*** Niham has joined #openstack-meeting | 09:03 | |
*** anilvenkata has joined #openstack-meeting | 09:03 | |
*** akuznetsov has quit IRC | 09:04 | |
*** salv-orlando has joined #openstack-meeting | 09:05 | |
*** asettle has quit IRC | 09:08 | |
*** kylek3h has joined #openstack-meeting | 09:09 | |
*** salv-orlando has quit IRC | 09:10 | |
*** saju_m has joined #openstack-meeting | 09:10 | |
*** asettle has joined #openstack-meeting | 09:12 | |
*** kylek3h has quit IRC | 09:14 | |
*** sridharg has quit IRC | 09:14 | |
*** ramineni_ has quit IRC | 09:15 | |
*** sudipto has quit IRC | 09:15 | |
*** azbiswas has joined #openstack-meeting | 09:15 | |
*** sridharg has joined #openstack-meeting | 09:15 | |
*** rbartal has joined #openstack-meeting | 09:16 | |
*** HenryG_ is now known as HenryG | 09:17 | |
*** rossella_s has quit IRC | 09:18 | |
*** ramineni_ has joined #openstack-meeting | 09:18 | |
*** rossella_s has joined #openstack-meeting | 09:19 | |
*** adiantum has joined #openstack-meeting | 09:19 | |
*** fnaval has quit IRC | 09:19 | |
*** azbiswas has quit IRC | 09:20 | |
*** lpetrut has joined #openstack-meeting | 09:22 | |
*** esumerfd has joined #openstack-meeting | 09:22 | |
*** sambetts|afk is now known as sambetts | 09:23 | |
*** mrunge has quit IRC | 09:25 | |
*** ihrachys has joined #openstack-meeting | 09:25 | |
*** numans has joined #openstack-meeting | 09:27 | |
*** Hosam_ has joined #openstack-meeting | 09:27 | |
*** longxiongqiu has quit IRC | 09:27 | |
*** esumerfd has quit IRC | 09:27 | |
*** HenryG has quit IRC | 09:29 | |
*** HenryG has joined #openstack-meeting | 09:29 | |
*** Hosam has quit IRC | 09:31 | |
*** donghao has quit IRC | 09:33 | |
*** Hosam has joined #openstack-meeting | 09:33 | |
*** mrunge has joined #openstack-meeting | 09:36 | |
*** dmacpher has joined #openstack-meeting | 09:37 | |
*** Hosam_ has quit IRC | 09:37 | |
*** darvon has quit IRC | 09:38 | |
*** darvon has joined #openstack-meeting | 09:40 | |
*** salv-orlando has joined #openstack-meeting | 09:45 | |
*** sdague has joined #openstack-meeting | 09:46 | |
*** dmorita has joined #openstack-meeting | 09:50 | |
*** donghao has joined #openstack-meeting | 09:52 | |
*** dmorita has quit IRC | 09:55 | |
*** matthewbodkin has quit IRC | 09:55 | |
*** thorst has joined #openstack-meeting | 09:55 | |
*** zzxwill has quit IRC | 09:56 | |
*** zzxwill has joined #openstack-meeting | 09:58 | |
*** sdake has quit IRC | 10:01 | |
*** HeOS has quit IRC | 10:02 | |
*** yamamoto_ has quit IRC | 10:02 | |
*** thorst has quit IRC | 10:03 | |
*** zhurong has quit IRC | 10:03 | |
*** HeOS has joined #openstack-meeting | 10:04 | |
*** asettle has quit IRC | 10:05 | |
*** Hosam_ has joined #openstack-meeting | 10:06 | |
*** longxiongqiu has joined #openstack-meeting | 10:09 | |
*** Hosam has quit IRC | 10:10 | |
*** matthewbodkin has joined #openstack-meeting | 10:13 | |
*** asettle has joined #openstack-meeting | 10:16 | |
*** rbartal has quit IRC | 10:19 | |
*** skraynev_ has joined #openstack-meeting | 10:20 | |
*** jhesketh_ is now known as jhesketh | 10:20 | |
*** ramineni_ has quit IRC | 10:25 | |
*** sigmavirus|awa is now known as sigmavirus | 10:37 | |
*** Qiming has quit IRC | 10:40 | |
*** ljxiash has quit IRC | 10:40 | |
*** hehx has quit IRC | 10:40 | |
*** hehx has joined #openstack-meeting | 10:41 | |
*** ljxiash has joined #openstack-meeting | 10:42 | |
*** yamamoto has joined #openstack-meeting | 10:43 | |
*** anilvenkata has quit IRC | 10:43 | |
*** Qiming has joined #openstack-meeting | 10:45 | |
*** sudipto has joined #openstack-meeting | 10:47 | |
*** Hosam has joined #openstack-meeting | 10:47 | |
*** asettle has quit IRC | 10:48 | |
*** gongysh has quit IRC | 10:49 | |
*** Hosam_ has quit IRC | 10:50 | |
*** yamamoto has quit IRC | 10:52 | |
*** Ravikiran_K has quit IRC | 10:52 | |
*** sridharg has quit IRC | 10:55 | |
*** ramineni_ has joined #openstack-meeting | 10:55 | |
*** sankarshan is now known as sankarshan_away | 10:56 | |
*** adiantum has quit IRC | 10:57 | |
*** anilvenkata has joined #openstack-meeting | 10:58 | |
*** salv-orlando has quit IRC | 10:58 | |
*** yamamoto has joined #openstack-meeting | 11:00 | |
*** thorst has joined #openstack-meeting | 11:00 | |
*** ronghui has quit IRC | 11:07 | |
*** thorst has quit IRC | 11:08 | |
*** kylek3h has joined #openstack-meeting | 11:10 | |
*** epico has quit IRC | 11:11 | |
*** gcb has joined #openstack-meeting | 11:14 | |
*** reedip has joined #openstack-meeting | 11:15 | |
*** rtheis has joined #openstack-meeting | 11:18 | |
*** ronghui has joined #openstack-meeting | 11:19 | |
*** ljxiash has quit IRC | 11:23 | |
*** thorst has joined #openstack-meeting | 11:26 | |
*** nmagnezi has quit IRC | 11:28 | |
*** nmagnezi has joined #openstack-meeting | 11:28 | |
*** ramineni_ has left #openstack-meeting | 11:31 | |
*** sudipto has quit IRC | 11:32 | |
*** jckasper has joined #openstack-meeting | 11:34 | |
*** dprince has joined #openstack-meeting | 11:36 | |
*** sudipto has joined #openstack-meeting | 11:38 | |
*** NishaYadav has joined #openstack-meeting | 11:38 | |
*** jckasper has quit IRC | 11:39 | |
*** asettle has joined #openstack-meeting | 11:39 | |
*** baoli has joined #openstack-meeting | 11:41 | |
*** rfolco has joined #openstack-meeting | 11:41 | |
*** baoli_ has joined #openstack-meeting | 11:42 | |
*** Kevin_Zheng has quit IRC | 11:42 | |
*** larainema has quit IRC | 11:42 | |
*** baoli has quit IRC | 11:46 | |
*** gongysh has joined #openstack-meeting | 11:49 | |
*** ljxiash has joined #openstack-meeting | 11:49 | |
*** sarob has joined #openstack-meeting | 11:50 | |
*** kongwei_ has joined #openstack-meeting | 11:53 | |
*** sarob has quit IRC | 11:54 | |
*** larainema has joined #openstack-meeting | 11:55 | |
*** maeca1 has joined #openstack-meeting | 11:55 | |
*** Kevin_Zheng has joined #openstack-meeting | 11:56 | |
*** rfolco has quit IRC | 11:59 | |
*** rfolco has joined #openstack-meeting | 12:00 | |
*** fzdarsky has joined #openstack-meeting | 12:01 | |
*** esumerfd has joined #openstack-meeting | 12:02 | |
*** xwizard has joined #openstack-meeting | 12:04 | |
*** neiljerram has joined #openstack-meeting | 12:04 | |
*** bobh has joined #openstack-meeting | 12:04 | |
*** tpsilva has joined #openstack-meeting | 12:05 | |
*** sankarshan_away is now known as sankarshan | 12:07 | |
*** NishaYadav has quit IRC | 12:09 | |
*** pradk has joined #openstack-meeting | 12:09 | |
*** sankarshan is now known as sankarshan_away | 12:10 | |
*** yamamoto has quit IRC | 12:11 | |
*** banix has joined #openstack-meeting | 12:12 | |
*** yamamoto has joined #openstack-meeting | 12:13 | |
*** NishaYadav has joined #openstack-meeting | 12:13 | |
*** kongwei_ has quit IRC | 12:13 | |
*** xwizard has quit IRC | 12:16 | |
*** yamamoto has quit IRC | 12:16 | |
*** tlaxkit has joined #openstack-meeting | 12:16 | |
*** rfolco has quit IRC | 12:17 | |
*** kongwei_ has joined #openstack-meeting | 12:17 | |
*** rfolco has joined #openstack-meeting | 12:18 | |
*** Hosam_ has joined #openstack-meeting | 12:19 | |
*** sridharg has joined #openstack-meeting | 12:20 | |
*** bobh has quit IRC | 12:20 | |
*** Hosam has quit IRC | 12:22 | |
*** esberglu has joined #openstack-meeting | 12:26 | |
*** yamamoto has joined #openstack-meeting | 12:26 | |
*** banix has quit IRC | 12:27 | |
*** neiljerram has quit IRC | 12:33 | |
*** cody-somerville has joined #openstack-meeting | 12:34 | |
*** zhurong has joined #openstack-meeting | 12:34 | |
*** gongysh has quit IRC | 12:36 | |
*** sindhu has joined #openstack-meeting | 12:37 | |
*** egallen has joined #openstack-meeting | 12:37 | |
*** prateek has quit IRC | 12:38 | |
*** ivc_ has joined #openstack-meeting | 12:39 | |
*** anilvenkata has quit IRC | 12:39 | |
*** anilvenkata has joined #openstack-meeting | 12:39 | |
*** cardeois has joined #openstack-meeting | 12:41 | |
*** cody-somerville has quit IRC | 12:45 | |
*** gcb has quit IRC | 12:48 | |
*** jungleboyj has joined #openstack-meeting | 12:49 | |
*** jckasper has joined #openstack-meeting | 12:50 | |
*** sudipto has quit IRC | 12:50 | |
*** markvoelker has joined #openstack-meeting | 12:50 | |
*** links has quit IRC | 12:51 | |
*** Niham has quit IRC | 12:51 | |
*** efried has joined #openstack-meeting | 12:51 | |
*** banix has joined #openstack-meeting | 12:55 | |
*** yamamoto has quit IRC | 12:57 | |
*** lblanchard has joined #openstack-meeting | 12:59 | |
*** spzala has joined #openstack-meeting | 12:59 | |
*** cdelatte has joined #openstack-meeting | 13:00 | |
*** sshnaidm is now known as sshnaidm|mtg | 13:02 | |
*** efried has quit IRC | 13:02 | |
*** numans has quit IRC | 13:02 | |
*** banix has quit IRC | 13:02 | |
*** iyamahat has joined #openstack-meeting | 13:02 | |
*** andreykurilin has left #openstack-meeting | 13:03 | |
*** efried has joined #openstack-meeting | 13:03 | |
*** andreykurilin has joined #openstack-meeting | 13:03 | |
*** zzxwill has quit IRC | 13:05 | |
*** liuhanxi has quit IRC | 13:06 | |
*** anilvenkata_ has joined #openstack-meeting | 13:06 | |
*** anilvenkata_ is now known as anilvenkata_afk | 13:06 | |
*** salv-orlando has joined #openstack-meeting | 13:07 | |
*** markvoelker has quit IRC | 13:07 | |
*** anilvenkata has quit IRC | 13:07 | |
*** Julien-zte has joined #openstack-meeting | 13:08 | |
*** tochi has quit IRC | 13:11 | |
*** thatsdone has joined #openstack-meeting | 13:11 | |
*** salv-orlando has quit IRC | 13:13 | |
*** prateek has joined #openstack-meeting | 13:13 | |
*** kongwei_ has quit IRC | 13:13 | |
*** amotoki_ has quit IRC | 13:14 | |
*** su_zhang has joined #openstack-meeting | 13:15 | |
*** gongysh has joined #openstack-meeting | 13:16 | |
*** azbiswas has joined #openstack-meeting | 13:17 | |
*** rossella_s has quit IRC | 13:18 | |
*** cardeois_ has joined #openstack-meeting | 13:18 | |
*** rossella_s has joined #openstack-meeting | 13:19 | |
*** jpich has joined #openstack-meeting | 13:20 | |
*** yamahata has joined #openstack-meeting | 13:20 | |
*** jpich has left #openstack-meeting | 13:20 | |
*** longxiongqiu has quit IRC | 13:20 | |
*** manikanta_tadi has quit IRC | 13:21 | |
*** Hosam_ has quit IRC | 13:21 | |
*** azbiswas has quit IRC | 13:21 | |
*** cardeois has quit IRC | 13:22 | |
*** markvoelker has joined #openstack-meeting | 13:23 | |
*** longxiongqiu has joined #openstack-meeting | 13:24 | |
*** asettle is now known as asettle-afk | 13:26 | |
*** yamamoto has joined #openstack-meeting | 13:26 | |
*** yamamoto has quit IRC | 13:27 | |
*** markvoelker has quit IRC | 13:28 | |
*** longxiongqiu has quit IRC | 13:28 | |
*** rooneym has joined #openstack-meeting | 13:29 | |
*** eharney has joined #openstack-meeting | 13:29 | |
*** yamamoto has joined #openstack-meeting | 13:30 | |
*** amotoki has joined #openstack-meeting | 13:31 | |
*** baojg has joined #openstack-meeting | 13:31 | |
*** yamamoto has quit IRC | 13:32 | |
*** yamamoto has joined #openstack-meeting | 13:33 | |
*** roxanaghe has joined #openstack-meeting | 13:33 | |
*** yamamoto has quit IRC | 13:34 | |
*** yamamoto has joined #openstack-meeting | 13:34 | |
*** yamamoto has quit IRC | 13:34 | |
*** roxanaghe has quit IRC | 13:37 | |
*** jckasper has quit IRC | 13:39 | |
*** jckasper has joined #openstack-meeting | 13:40 | |
*** jckasper has quit IRC | 13:40 | |
*** liamji has joined #openstack-meeting | 13:40 | |
*** tlaxkit has quit IRC | 13:42 | |
*** rajinir has joined #openstack-meeting | 13:43 | |
*** lock__ is now known as ianychoi | 13:43 | |
*** amotoki has quit IRC | 13:43 | |
*** ayoung has joined #openstack-meeting | 13:43 | |
*** sshnaidm|mtg is now known as sshnaidm | 13:44 | |
*** jckasper has joined #openstack-meeting | 13:45 | |
*** longxiongqiu has joined #openstack-meeting | 13:45 | |
*** mriedem has joined #openstack-meeting | 13:46 | |
*** NishaYadav has quit IRC | 13:46 | |
*** asettle-afk has quit IRC | 13:47 | |
*** asettle-afk has joined #openstack-meeting | 13:48 | |
*** cleong has joined #openstack-meeting | 13:48 | |
*** efried has quit IRC | 13:48 | |
*** amotoki has joined #openstack-meeting | 13:50 | |
*** dmorita has joined #openstack-meeting | 13:50 | |
*** sarob has joined #openstack-meeting | 13:51 | |
*** prateek_ has joined #openstack-meeting | 13:51 | |
*** efried has joined #openstack-meeting | 13:51 | |
*** prateek has quit IRC | 13:52 | |
*** asettle-afk has quit IRC | 13:52 | |
*** Guest77956 is now known as jlvillal | 13:55 | |
*** rodrigods has quit IRC | 13:55 | |
*** dmorita has quit IRC | 13:55 | |
*** uxdanielle has joined #openstack-meeting | 13:55 | |
*** rodrigods has joined #openstack-meeting | 13:55 | |
*** sarob has quit IRC | 13:55 | |
*** yuval has quit IRC | 13:56 | |
*** xyang1 has joined #openstack-meeting | 13:56 | |
*** eharney has quit IRC | 13:58 | |
*** salv-orlando has joined #openstack-meeting | 13:59 | |
*** amotoki has quit IRC | 13:59 | |
*** sindhu has quit IRC | 14:00 | |
*** Chengli has joined #openstack-meeting | 14:00 | |
*** eharney has joined #openstack-meeting | 14:00 | |
*** zz_dimtruck is now known as dimtruck | 14:00 | |
*** yamamoto has joined #openstack-meeting | 14:00 | |
*** su_zhang has quit IRC | 14:01 | |
*** su_zhang has joined #openstack-meeting | 14:01 | |
*** parora has joined #openstack-meeting | 14:02 | |
*** cardeois has joined #openstack-meeting | 14:03 | |
*** asettle-afk has joined #openstack-meeting | 14:03 | |
*** asettle-afk is now known as asettle | 14:04 | |
*** prateek_ has quit IRC | 14:05 | |
*** cardeois_ has quit IRC | 14:05 | |
*** prateek_ has joined #openstack-meeting | 14:06 | |
*** matthewbodkin has quit IRC | 14:06 | |
*** vishwanathj has joined #openstack-meeting | 14:06 | |
*** su_zhang has quit IRC | 14:06 | |
*** matthewbodkin has joined #openstack-meeting | 14:06 | |
*** banix has joined #openstack-meeting | 14:07 | |
*** galstrom_zzz is now known as galstrom | 14:07 | |
*** Chengli_ has joined #openstack-meeting | 14:08 | |
*** Chengli has quit IRC | 14:08 | |
*** parora has quit IRC | 14:09 | |
*** antipsychiatry has joined #openstack-meeting | 14:10 | |
*** claudiub has quit IRC | 14:10 | |
*** sandanar has joined #openstack-meeting | 14:11 | |
*** jckasper has quit IRC | 14:12 | |
*** parora has joined #openstack-meeting | 14:13 | |
*** antipsychiatry has quit IRC | 14:13 | |
*** RichB has quit IRC | 14:13 | |
*** efried has quit IRC | 14:13 | |
*** efried has joined #openstack-meeting | 14:14 | |
*** skraynev_ has quit IRC | 14:14 | |
*** amotoki has joined #openstack-meeting | 14:14 | |
*** tongli has joined #openstack-meeting | 14:15 | |
*** ebalduf has joined #openstack-meeting | 14:16 | |
*** prateek_ has quit IRC | 14:16 | |
*** prateek has joined #openstack-meeting | 14:17 | |
*** jckasper has joined #openstack-meeting | 14:18 | |
*** parora has quit IRC | 14:19 | |
*** adiantum has joined #openstack-meeting | 14:19 | |
*** jckasper has quit IRC | 14:20 | |
*** coolsvap has quit IRC | 14:22 | |
*** skraynev_ has joined #openstack-meeting | 14:22 | |
*** prateek_ has joined #openstack-meeting | 14:23 | |
*** jckasper has joined #openstack-meeting | 14:23 | |
*** mtanino has joined #openstack-meeting | 14:24 | |
*** mikelk has quit IRC | 14:24 | |
*** watanabe_isao has quit IRC | 14:25 | |
*** sindhu has joined #openstack-meeting | 14:25 | |
*** rbak has joined #openstack-meeting | 14:26 | |
*** prateek has quit IRC | 14:26 | |
*** galstrom is now known as galstrom_zzz | 14:27 | |
*** bogdando has quit IRC | 14:27 | |
*** Jeffreyc42 has joined #openstack-meeting | 14:29 | |
*** jmckind has joined #openstack-meeting | 14:30 | |
*** bogdando has joined #openstack-meeting | 14:30 | |
*** raj_singh_ has joined #openstack-meeting | 14:31 | |
*** raj_singh_ has left #openstack-meeting | 14:31 | |
*** skraynev_ has quit IRC | 14:31 | |
*** baojg has quit IRC | 14:31 | |
*** spotz_zzz is now known as spotz | 14:32 | |
*** NishaYadav has joined #openstack-meeting | 14:33 | |
*** gongysh has quit IRC | 14:33 | |
*** dimtruck is now known as zz_dimtruck | 14:33 | |
*** NishaYadav is now known as Guest15743 | 14:33 | |
*** zz_dimtruck is now known as dimtruck | 14:33 | |
*** ivyyy has quit IRC | 14:35 | |
*** eharney has quit IRC | 14:36 | |
*** parora has joined #openstack-meeting | 14:38 | |
*** prateek_ has quit IRC | 14:41 | |
*** liuhanxi has joined #openstack-meeting | 14:42 | |
*** dimtruck is now known as zz_dimtruck | 14:43 | |
*** prateek_ has joined #openstack-meeting | 14:45 | |
*** tonytan4ever has joined #openstack-meeting | 14:47 | |
*** parora has quit IRC | 14:49 | |
*** donghao has quit IRC | 14:49 | |
*** thinrichs has joined #openstack-meeting | 14:50 | |
*** esker has joined #openstack-meeting | 14:54 | |
*** Sukhdev has joined #openstack-meeting | 14:54 | |
*** rrecio has joined #openstack-meeting | 14:55 | |
*** sshnaidm has quit IRC | 14:55 | |
*** saju_m has quit IRC | 14:56 | |
*** singhj has joined #openstack-meeting | 14:57 | |
*** krtaylor has joined #openstack-meeting | 14:58 | |
*** edtubill has joined #openstack-meeting | 14:58 | |
*** zhurong has quit IRC | 14:58 | |
*** _nadya_ has quit IRC | 15:00 | |
*** sshnaidm has joined #openstack-meeting | 15:00 | |
*** pcaruana has quit IRC | 15:03 | |
*** eharney has joined #openstack-meeting | 15:03 | |
*** janki has quit IRC | 15:04 | |
*** annegentle has joined #openstack-meeting | 15:04 | |
*** fzdarsky has quit IRC | 15:04 | |
*** trozet_ is now known as trozet | 15:04 | |
*** irenab has quit IRC | 15:06 | |
*** rcernin has quit IRC | 15:06 | |
*** neiljerram has joined #openstack-meeting | 15:06 | |
*** ronghui has quit IRC | 15:07 | |
*** parora has joined #openstack-meeting | 15:08 | |
*** Leo_ has joined #openstack-meeting | 15:10 | |
*** eezhova has quit IRC | 15:10 | |
*** yamamoto has quit IRC | 15:10 | |
*** zz_dimtruck is now known as dimtruck | 15:11 | |
*** prateek_ has quit IRC | 15:11 | |
*** Leom has joined #openstack-meeting | 15:11 | |
*** nkrinner is now known as nkrinner_afk | 15:11 | |
*** fzdarsky has joined #openstack-meeting | 15:12 | |
*** mickeys has joined #openstack-meeting | 15:14 | |
*** Leo_ has quit IRC | 15:15 | |
*** hemnafk is now known as hemna | 15:15 | |
*** paw has joined #openstack-meeting | 15:17 | |
*** paw_ has joined #openstack-meeting | 15:17 | |
*** ljxiash has quit IRC | 15:17 | |
*** sandanar has quit IRC | 15:17 | |
*** NishaYadav has joined #openstack-meeting | 15:18 | |
*** NishaYadav is now known as Guest67103 | 15:18 | |
*** azbiswas has joined #openstack-meeting | 15:19 | |
*** Guest15743 has quit IRC | 15:19 | |
*** nisha_ has joined #openstack-meeting | 15:19 | |
*** ronghui has joined #openstack-meeting | 15:20 | |
*** oneswig has joined #openstack-meeting | 15:21 | |
*** Guest67103 has quit IRC | 15:23 | |
*** leeantho has joined #openstack-meeting | 15:23 | |
*** sdake has joined #openstack-meeting | 15:23 | |
*** azbiswas has quit IRC | 15:23 | |
*** Sukhdev has quit IRC | 15:24 | |
*** armax has joined #openstack-meeting | 15:26 | |
*** rcernin has joined #openstack-meeting | 15:31 | |
*** annegentle has quit IRC | 15:32 | |
*** ekcs has joined #openstack-meeting | 15:33 | |
*** Chengli_ has quit IRC | 15:35 | |
*** fzdarsky has quit IRC | 15:35 | |
*** andreas_s has quit IRC | 15:35 | |
*** liuhanxi has quit IRC | 15:36 | |
*** thinrichs has quit IRC | 15:36 | |
*** thinrichs has joined #openstack-meeting | 15:37 | |
*** thinrichs has left #openstack-meeting | 15:37 | |
*** anilvenkata_afk is now known as anilvenkata | 15:38 | |
*** Swami has joined #openstack-meeting | 15:42 | |
*** baojg has joined #openstack-meeting | 15:42 | |
*** salv-orlando has quit IRC | 15:43 | |
*** roxanaghe has joined #openstack-meeting | 15:44 | |
*** baojg has quit IRC | 15:44 | |
*** nisha_ has quit IRC | 15:45 | |
*** nisha_ has joined #openstack-meeting | 15:46 | |
*** toscalix has quit IRC | 15:48 | |
*** enriquetaso has joined #openstack-meeting | 15:49 | |
*** matrohon has quit IRC | 15:50 | |
*** markvoelker has joined #openstack-meeting | 15:51 | |
*** jmckind_ has joined #openstack-meeting | 15:53 | |
*** esker has quit IRC | 15:55 | |
*** jmckind has quit IRC | 15:56 | |
*** _nadya_ has joined #openstack-meeting | 15:57 | |
*** gyee has joined #openstack-meeting | 15:58 | |
*** roxanaghe has quit IRC | 15:58 | |
*** matthewbodkin has quit IRC | 16:00 | |
*** fzdarsky has joined #openstack-meeting | 16:00 | |
*** comay has joined #openstack-meeting | 16:03 | |
*** claudiub has joined #openstack-meeting | 16:04 | |
*** Patifa has joined #openstack-meeting | 16:04 | |
*** karlamrhein has joined #openstack-meeting | 16:10 | |
*** shashank_hegde has joined #openstack-meeting | 16:11 | |
*** ijw has joined #openstack-meeting | 16:11 | |
*** yamamoto has joined #openstack-meeting | 16:11 | |
*** salv-orlando has joined #openstack-meeting | 16:12 | |
*** longxiongqiu has quit IRC | 16:15 | |
*** yamamoto has quit IRC | 16:15 | |
*** thatsdone has quit IRC | 16:16 | |
*** annegentle has joined #openstack-meeting | 16:17 | |
*** dpaterson has joined #openstack-meeting | 16:19 | |
*** hashar is now known as hasharAway | 16:19 | |
*** e0ne has quit IRC | 16:21 | |
*** coolsvap has joined #openstack-meeting | 16:24 | |
*** krtaylor has quit IRC | 16:25 | |
*** sarob has joined #openstack-meeting | 16:25 | |
*** NishaYadav has joined #openstack-meeting | 16:27 | |
*** azbiswas has joined #openstack-meeting | 16:27 | |
*** NishaYadav is now known as Guest27157 | 16:27 | |
*** egallen has quit IRC | 16:27 | |
karlamrhein | list >50 | 16:28 |
*** rbak has quit IRC | 16:29 | |
*** rbak has joined #openstack-meeting | 16:30 | |
*** nisha_ has quit IRC | 16:30 | |
*** akuznetsov has joined #openstack-meeting | 16:30 | |
*** jeblair_ is now known as jeblair | 16:30 | |
*** sarob has quit IRC | 16:30 | |
*** zul has quit IRC | 16:32 | |
*** adiantum has quit IRC | 16:34 | |
*** jaypipes has joined #openstack-meeting | 16:34 | |
*** akuznetsov has quit IRC | 16:35 | |
*** weshay is now known as weshay_lunch | 16:35 | |
*** sambetts is now known as sambetts|afk | 16:35 | |
*** longxiongqiu has joined #openstack-meeting | 16:35 | |
*** su_zhang has joined #openstack-meeting | 16:36 | |
*** iyamahat has quit IRC | 16:37 | |
*** Apoorva has joined #openstack-meeting | 16:40 | |
*** yamahata has quit IRC | 16:40 | |
*** ijw has quit IRC | 16:40 | |
*** cardeois has quit IRC | 16:40 | |
*** longxiongqiu has quit IRC | 16:40 | |
*** su_zhang has quit IRC | 16:41 | |
*** esumerfd has quit IRC | 16:41 | |
*** su_zhang has joined #openstack-meeting | 16:41 | |
*** woodster_ has joined #openstack-meeting | 16:42 | |
*** esumerfd has joined #openstack-meeting | 16:42 | |
*** ivar-lazzaro has joined #openstack-meeting | 16:44 | |
*** oneswig has quit IRC | 16:44 | |
*** zul has joined #openstack-meeting | 16:45 | |
*** ivar-lazzaro has quit IRC | 16:45 | |
*** dmorita has joined #openstack-meeting | 16:45 | |
*** yamamoto has joined #openstack-meeting | 16:46 | |
*** ljxiash has joined #openstack-meeting | 16:47 | |
*** ilyashakhat_mobi has joined #openstack-meeting | 16:48 | |
*** asettle has quit IRC | 16:49 | |
*** asettle has joined #openstack-meeting | 16:49 | |
*** ilyashakhat_mobi has quit IRC | 16:49 | |
*** sarob has joined #openstack-meeting | 16:50 | |
*** yamamoto has quit IRC | 16:50 | |
*** pradk has quit IRC | 16:51 | |
*** amotoki has quit IRC | 16:51 | |
*** ilyashakhat_mobi has joined #openstack-meeting | 16:52 | |
*** ljxiash has quit IRC | 16:53 | |
*** asettle has quit IRC | 16:54 | |
*** sarob has quit IRC | 16:54 | |
*** oomichi_ has joined #openstack-meeting | 16:54 | |
*** egallen has joined #openstack-meeting | 16:54 | |
*** anilvenkata is now known as anilvenkata_afk | 16:54 | |
*** nisha_ has joined #openstack-meeting | 16:55 | |
*** unicell has quit IRC | 16:55 | |
*** sridharg has quit IRC | 16:57 | |
*** su_zhang has quit IRC | 16:57 | |
*** markvoelker has quit IRC | 16:58 | |
*** su_zhang has joined #openstack-meeting | 16:58 | |
*** Guest27157 has quit IRC | 16:58 | |
*** su_zhang has quit IRC | 16:58 | |
*** cardeois has joined #openstack-meeting | 16:59 | |
*** shashank_hegde has quit IRC | 16:59 | |
*** singlethink has joined #openstack-meeting | 16:59 | |
oomichi | #startmeeting qa | 17:00 |
openstack | Meeting started Thu Sep 1 17:00:06 2016 UTC and is due to finish in 60 minutes. The chair is oomichi. Information about MeetBot at http://wiki.debian.org/MeetBot. | 17:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 17:00 |
*** openstack changes topic to " (Meeting topic: qa)" | 17:00 | |
openstack | The meeting name has been set to 'qa' | 17:00 |
oomichi | Hello - who's here for today? | 17:00 |
dpaterson | o/ | 17:00 |
*** iyamahat has joined #openstack-meeting | 17:00 | |
*** wanghao_ has quit IRC | 17:00 | |
oomichi | today's agenda: https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Agenda_for_September_1st_2016_.281700_UTC.29 | 17:00 |
oomichi | hi | 17:00 |
*** tesseract- has quit IRC | 17:01 | |
*** yamahata has joined #openstack-meeting | 17:01 | |
scottda | Hi | 17:01 |
oomichi | hi | 17:01 |
hogepodge | o/ | 17:02 |
oomichi | ok, let's start meeting | 17:02 |
*** iyamahat has quit IRC | 17:02 | |
*** iyamahat has joined #openstack-meeting | 17:02 | |
*** preisner has quit IRC | 17:02 | |
oomichi | #topic QA/Infra Code Sprint | 17:02 |
*** openstack changes topic to "QA/Infra Code Sprint (Meeting topic: qa)" | 17:02 | |
mtreinish | o/ | 17:02 |
oomichi | #link https://wiki.openstack.org/wiki/Sprints/QAInfraNewtonSprint | 17:03 |
oomichi | We have a meetup in Germany the next next week | 17:03 |
oomichi | The above link is the info | 17:03 |
oomichi | The remaining sheets are just 5, so please regisger if interested in joining | 17:04 |
*** mohnish__ has joined #openstack-meeting | 17:04 | |
oomichi | QA topics of the meetup are collected on #link https://etherpad.openstack.org/p/qa-infra-newton-midcycle | 17:04 |
oomichi | If having some ideas or woking items, please write them down on :) | 17:05 |
oomichi | That is from me about this topic :) | 17:05 |
*** vhoward has joined #openstack-meeting | 17:05 | |
oomichi | do we have some questions about the meetup now(like trip or nice dinner) | 17:06 |
oomichi | ? | 17:06 |
*** edtubill has quit IRC | 17:06 | |
oomichi | ok, let's move on | 17:06 |
mtreinish | nothing from me | 17:06 |
oomichi | #topic OpenStack Summit | 17:07 |
*** openstack changes topic to "OpenStack Summit (Meeting topic: qa)" | 17:07 | |
oomichi | mtreinish: ok, thanks. I got it | 17:07 |
oomichi | The next OpenStack summit doesn't have many slots design sessions by comparing the previous one | 17:07 |
oomichi | on the previous summit, we have 8 slots for QA sessions | 17:08 |
*** ilyashakhat_mobi has quit IRC | 17:08 | |
oomichi | but the next summit will be 7 due to shrinking the desin session time | 17:08 |
*** krtaylor has joined #openstack-meeting | 17:08 | |
hogepodge | more projects with less space and less time | 17:08 |
*** weshay_lunch is now known as weshay | 17:08 | |
oomichi | hogepodge: yeah, that is right | 17:09 |
*** prashantD has joined #openstack-meeting | 17:09 | |
oomichi | 7 slots also is not concrete yet | 17:09 |
*** amakarov is now known as amakarov_away | 17:09 | |
dpaterson | Is there anything we can do to help make the 7 a sure thing? | 17:10 |
oomichi | so we need to collect sessions idea after the meetup and need to consider the less slot | 17:10 |
mtreinish | oomichi: if there is less available slots thats fine, we can make it work | 17:10 |
mtreinish | oomichi: but the other thing to remember is ocata is a very short cycle | 17:10 |
oomichi | dpaterson: we just need to wait for the other projects request for slots | 17:10 |
*** jaypipes has quit IRC | 17:10 | |
mtreinish | so less slots might not be a bad thing | 17:10 |
mtreinish | we don't want to overcommit to work if there isn't much time | 17:11 |
oomichi | mtreinish: yeah, a nice point. we need to select workable items for short time | 17:11 |
oomichi | mtreinish: yeah I agree | 17:11 |
*** azbiswas has quit IRC | 17:11 | |
oomichi | ok, thanks for feedback, are there more topics for the summit? | 17:12 |
oomichi | I guess we need to concentrate on the meetup before the summit ;) | 17:12 |
*** lpetrut has quit IRC | 17:12 | |
*** ilyashakhat_mobi has joined #openstack-meeting | 17:12 | |
oomichi | ok, let's move on | 17:13 |
oomichi | #topic Specs Reviews | 17:13 |
*** openstack changes topic to "Specs Reviews (Meeting topic: qa)" | 17:13 | |
oomichi | Current spec review is #link https://review.openstack.org/#/q/status:open+project:openstack/qa-specs,n,z | 17:13 |
oomichi | #link https://review.openstack.org/#/c/354877/ is really nit patch | 17:13 |
oomichi | #link https://review.openstack.org/#/c/349730/ is I'd like to get more feedback | 17:14 |
mtreinish | oomichi: do we need to update implemented specs like that | 17:14 |
mtreinish | it feels like a waste of time | 17:14 |
mtreinish | and also changing history | 17:14 |
mtreinish | when we implemented that spec it was tempest_lib | 17:14 |
oomichi | mtreinish: which spec do you mean? | 17:15 |
mtreinish | 354877 | 17:15 |
*** tonytan4ever has quit IRC | 17:16 | |
oomichi | mtreinish: ah, a nice point | 17:16 |
oomichi | mtreinish: ok, I drop it | 17:16 |
*** mageshgv has joined #openstack-meeting | 17:17 | |
oomichi | ok, I dropped | 17:17 |
*** HeOS has quit IRC | 17:17 | |
oomichi | do we have more topics about the spec? | 17:17 |
*** rossella_s has quit IRC | 17:18 | |
oomichi | ok, let's move on | 17:18 |
oomichi | #topic Tempest | 17:18 |
*** openstack changes topic to "Tempest (Meeting topic: qa)" | 17:18 | |
oomichi | #link https://review.openstack.org/#/q/project:openstack/tempest+status:open | 17:18 |
oomichi | #link https://review.openstack.org/#/c/317088/ is up on the agenda | 17:19 |
*** rossella_s has joined #openstack-meeting | 17:19 | |
oomichi | maybe castulo did it up, but he is not here | 17:19 |
oomichi | someone wants to pick it up here? | 17:20 |
*** Leom has quit IRC | 17:21 | |
oomichi | the other topic is I feel it is nice to release a new Tempest after milestone-3(the end of this week) to avoid impact to the gate | 17:21 |
*** ilyashakhat_mobi has quit IRC | 17:21 | |
*** dmacpher is now known as dmacpher-afk | 17:21 | |
*** pradk has joined #openstack-meeting | 17:22 | |
oomichi | or someone wants to release it soon? | 17:22 |
mtreinish | oomichi: no one consumes tempest from release in the gate really | 17:22 |
mtreinish | it shouldn't have any impact there | 17:22 |
*** liamji has quit IRC | 17:22 | |
mtreinish | but waiting is fine | 17:22 |
oomichi | mtreinish: ah, I guess puppet jobs are using that | 17:22 |
mtreinish | on stable branches maybe | 17:23 |
mtreinish | but it should be capped if so | 17:23 |
mtreinish | the reason you would do that is to avoid potential issues with master | 17:23 |
oomichi | mtreinish: yeah, that would be a pain to developers | 17:24 |
oomichi | just before milestone-3 | 17:24 |
*** unicell has joined #openstack-meeting | 17:24 | |
oomichi | ok, it is fine to wait for just 3 days :) | 17:25 |
oomichi | the next one is bug triage | 17:25 |
oomichi | now the launchpad of tempest has 200+ bug reports | 17:26 |
*** niska has quit IRC | 17:26 | |
oomichi | that is hard to triage all of them by a single person | 17:26 |
mtreinish | oomichi: 200+ untriaged bugs? | 17:27 |
oomichi | to see the progress easily, the graph is #link https://github.com/oomichi/bug-counter#current-graph | 17:27 |
mtreinish | oomichi: that looks like there are only 10-20 bugs that are untriaged | 17:27 |
mtreinish | most are in progress | 17:27 |
oomichi | mtreinish: yeah, but actually, in-progress patches also is not in progress | 17:28 |
oomichi | over 2 years, many patches are abandoned and no progress. | 17:28 |
mtreinish | doesn't it mean there is a review up for it? | 17:28 |
mtreinish | I thought jeepyb changes the status back if the patch is abandonded | 17:28 |
oomichi | abandoned patches don't affect the status of LP | 17:28 |
oomichi | oh, I didn't know jeepyb. is that implemented recently? | 17:29 |
mtreinish | oomichi: no, it's a very old project. That's the tool that does the gerrit lp integration | 17:30 |
mtreinish | well very old in openstack terms :) | 17:30 |
*** dteselkin has quit IRC | 17:30 | |
*** akuznetsova has quit IRC | 17:30 | |
oomichi | mtreinish: heh, it is nice to check current status of that:) | 17:30 |
*** IgorYozhikov has quit IRC | 17:30 | |
oomichi | #action oomichi checks jeepyb status | 17:30 |
*** rakhmerov has quit IRC | 17:30 | |
mtreinish | oomichi: https://github.com/openstack-infra/jeepyb/blob/master/jeepyb/cmd/update_bug.py | 17:31 |
oomichi | mtreinish: thanks, oh no activity over 8 months | 17:32 |
*** ivar-lazzaro has joined #openstack-meeting | 17:32 | |
*** e0ne has joined #openstack-meeting | 17:32 | |
oomichi | ok, do we have more topics related to Tempest? | 17:32 |
*** ivar-lazzaro has quit IRC | 17:33 | |
oomichi | #topic DevStack + Grenade | 17:33 |
*** openstack changes topic to "DevStack + Grenade (Meeting topic: qa)" | 17:33 | |
oomichi | #link https://review.openstack.org/#/q/project:openstack-dev/devstack+status:open | 17:34 |
oomichi | #link https://review.openstack.org/#/q/project:openstack-dev/grenade+status:open | 17:34 |
*** akuznetsova has joined #openstack-meeting | 17:34 | |
*** cardeois_ has joined #openstack-meeting | 17:34 | |
oomichi | do we have more topics related to them this week? | 17:35 |
*** rakhmerov has joined #openstack-meeting | 17:35 | |
*** IgorYozhikov has joined #openstack-meeting | 17:35 | |
*** ijw_ has joined #openstack-meeting | 17:35 | |
oomichi | ok, let's move on | 17:36 |
oomichi | #topic openstack-health | 17:36 |
*** openstack changes topic to "openstack-health (Meeting topic: qa)" | 17:36 | |
*** dteselkin has joined #openstack-meeting | 17:36 | |
oomichi | #link https://review.openstack.org/#/q/project:openstack/openstack-health+status:open | 17:36 |
oomichi | do we have more topics related to o-h? | 17:37 |
mtreinish | well we landed a bunch of improvements to the per test page recently | 17:37 |
mtreinish | and timothyb89 is working on rewriting our graph generation to improve performance and decrease the memory footprint | 17:38 |
*** cardeois has quit IRC | 17:38 | |
mtreinish | #link https://review.openstack.org/363934 | 17:38 |
oomichi | mtreinish: oh, cool | 17:38 |
timothyb89 | good progress on that so far, hopefully will be ready next week or so | 17:38 |
*** ivar-lazzaro has joined #openstack-meeting | 17:38 | |
oomichi | timothyb89: does it improve the performance of drawing? | 17:39 |
timothyb89 | oomichi: yes, especially while scrolling | 17:40 |
oomichi | timothyb89: oh, really cool. thanks for doing that:) | 17:40 |
timothyb89 | it should make redraws essentially free, so scrolling lag should be pretty much eliminated :) | 17:40 |
*** dkehn_ has quit IRC | 17:40 | |
oomichi | timothyb89: ++ | 17:40 |
oomichi | I'd like to pick another one #link https://review.openstack.org/#/c/287679/ up here | 17:41 |
*** ivar-laz_ has joined #openstack-meeting | 17:41 | |
oomichi | that is a little difficult to understand dual graphs, but I prefer that | 17:42 |
oomichi | #link http://logs.openstack.org/79/287679/2/check/gate-openstack-health-npm-run-test/a61f766/reports/build/#/ | 17:42 |
oomichi | are there any idea for improvements to understand easily? | 17:42 |
oomichi | we can zoom up by selecting the range on bottom graph | 17:43 |
*** unicell has quit IRC | 17:43 | |
oomichi | but at the first looking, it seems just duplicated | 17:43 |
mtreinish | right, which is the problem that was there in earlier revs | 17:43 |
*** unicell has joined #openstack-meeting | 17:43 | |
mtreinish | there is no indication what is going on and it's very confusing | 17:43 |
oomichi | mtreinish: yeah, I also was confused | 17:44 |
*** ivar-lazzaro has quit IRC | 17:44 | |
oomichi | ok, let's wait for more feedback later | 17:45 |
oomichi | #topic Critical reviews | 17:45 |
*** openstack changes topic to "Critical reviews (Meeting topic: qa)" | 17:45 | |
*** jtomasek is now known as jtomasek|afk | 17:45 | |
oomichi | do we have some patches we need to review in this week? | 17:45 |
*** xwizard has joined #openstack-meeting | 17:45 | |
mtreinish | oomichi: it's not critical and not ready to merge yet but: | 17:46 |
mtreinish | #link https://review.openstack.org/#/c/364414/ | 17:46 |
mtreinish | I pushed that out this morning to fix http proxy settings | 17:46 |
*** SumitNaiksatam has joined #openstack-meeting | 17:47 | |
oomichi | ok, I will check it. but that is still on red | 17:47 |
mtreinish | I did just say it's not ready to merge :) | 17:47 |
mtreinish | also is not a qa project but: | 17:47 |
mtreinish | #link https://review.openstack.org/#/c/357987/ | 17:48 |
oomichi | mtreinish: ah, I missed that ;) | 17:48 |
mtreinish | I pushed that out to address the backwards incompat change that landed a couple weeks ago | 17:48 |
mtreinish | so we can actually do config opt deprecations and not break everyone | 17:48 |
oomichi | yeah, I agree to avoid that | 17:49 |
*** s3wong has joined #openstack-meeting | 17:50 | |
*** cardeois_ is now known as cardeois | 17:50 | |
oomichi | mtreinish: the patch is to show some warning of deprecation? | 17:50 |
mtreinish | oomichi: it's so you can use a deprecated option name in code (it will emit a warning if you do that) | 17:50 |
oomichi | I am checking line 2864 on https://review.openstack.org/#/c/357987/3/oslo_config/cfg.py | 17:50 |
mtreinish | today if you change a config opt name (even with deprecation) in code only the new name works | 17:50 |
mtreinish | which a change doing that was approved a couple weeks ago (not the first time) and it broke a ton of plugins | 17:51 |
*** ijw_ has quit IRC | 17:51 | |
mtreinish | we reverted it (which broke the plugins which updated) because it was too widespread an accidental break | 17:51 |
oomichi | can I know which option affected the projects? | 17:52 |
oomichi | mtreinish: ah, I see. I remember | 17:52 |
*** xwizard has quit IRC | 17:52 | |
oomichi | I guess puppet jobs also were affected | 17:52 |
mtreinish | oomichi: it's all options, but in this case it was: | 17:53 |
*** unicell has quit IRC | 17:53 | |
mtreinish | #link https://review.openstack.org/#/c/357907/ | 17:53 |
*** e0ne has quit IRC | 17:53 | |
mtreinish | #link https://review.openstack.org/#/c/349749/ | 17:53 |
*** xwizard has joined #openstack-meeting | 17:53 | |
mtreinish | right, the puppet jobs caught it | 17:53 |
oomichi | mtreinish: yeah, yeah | 17:53 |
oomichi | puppet jobs seems useful to catch this kind of problem now | 17:54 |
*** dkehn_ has joined #openstack-meeting | 17:54 | |
oomichi | do we have more patches needed to be reviewed? | 17:55 |
*** shashank_hegde has joined #openstack-meeting | 17:55 | |
*** lpetrut has joined #openstack-meeting | 17:55 | |
oomichi | #topic Open Discussion | 17:55 |
*** openstack changes topic to "Open Discussion (Meeting topic: qa)" | 17:55 | |
hogepodge | I have one quick tempest item related to defcore | 17:56 |
oomichi | hogepodge: thanks, go ahead:) | 17:56 |
hogepodge | downstream vendor is running into a problem where images come up with non-zero volume attachments | 17:56 |
hogepodge | causing this test to fail | 17:56 |
hogepodge | test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments | 17:56 |
*** flaviof has joined #openstack-meeting | 17:57 | |
hogepodge | the test assumes zero at boot, so I will submit a patch to count the number at boot then do a delta after attachment | 17:57 |
hogepodge | also, this test tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image | 17:58 |
*** harlowja_ has joined #openstack-meeting | 17:58 | |
hogepodge | their cloud moves from saving to active really fast, causing the test to fail | 17:58 |
*** niska has joined #openstack-meeting | 17:58 | |
hogepodge | anyway, just some notes on things I'll be poking at | 17:58 |
*** rasca has quit IRC | 17:58 | |
oomichi | #link https://github.com/openstack/tempest/blob/master/tempest/api/compute/images/test_images.py#L44 | 17:58 |
mtreinish | hogepodge: is there a bug filed for that | 17:59 |
mtreinish | hogepodge: I've always worried about that happening on tests that wait until a transient state like saving or building to try and trigger something | 17:59 |
hogepodge | no, but we're going to do that | 17:59 |
mtreinish | because that always was a inherent race condition in the test | 17:59 |
oomichi | hogepodge: ah, yeah, it is possible to miss SAVING status on the test | 18:00 |
hogepodge | mtreinish: I was thinking of using more refined logic to allow skipping 'saving' state | 18:00 |
*** harlowja has quit IRC | 18:00 | |
*** ihrachys has quit IRC | 18:00 | |
oomichi | ok, the time is comming | 18:00 |
oomichi | #endmeeting | 18:00 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 18:01 | |
openstack | Meeting ended Thu Sep 1 18:00:59 2016 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 18:01 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/qa/2016/qa.2016-09-01-17.00.html | 18:01 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/qa/2016/qa.2016-09-01-17.00.txt | 18:01 |
openstack | Log: http://eavesdrop.openstack.org/meetings/qa/2016/qa.2016-09-01-17.00.log.html | 18:01 |
oomichi | let's talk on -qa channel later | 18:01 |
oomichi | thanks all | 18:01 |
*** e0ne has joined #openstack-meeting | 18:01 | |
*** amakarov_away has quit IRC | 18:02 | |
*** _nadya_ has quit IRC | 18:04 | |
*** egallen has quit IRC | 18:05 | |
*** claudiub has quit IRC | 18:05 | |
*** egallen has joined #openstack-meeting | 18:07 | |
*** salv-orl_ has joined #openstack-meeting | 18:08 | |
*** sshnaidm is now known as sshnaidm|afk | 18:08 | |
*** Na3iL has quit IRC | 18:09 | |
*** singhj has quit IRC | 18:09 | |
*** maishsk has joined #openstack-meeting | 18:11 | |
*** salv-orlando has quit IRC | 18:11 | |
*** su_zhang has joined #openstack-meeting | 18:13 | |
*** ijw has joined #openstack-meeting | 18:16 | |
*** tonytan4ever has joined #openstack-meeting | 18:16 | |
*** sudipto has joined #openstack-meeting | 18:16 | |
*** tonytan4ever has quit IRC | 18:17 | |
*** sudipto has quit IRC | 18:17 | |
*** sudipto has joined #openstack-meeting | 18:17 | |
*** sudipto_ has joined #openstack-meeting | 18:17 | |
*** eezhova has joined #openstack-meeting | 18:18 | |
*** pvaneck has joined #openstack-meeting | 18:20 | |
*** maishsk has quit IRC | 18:20 | |
*** maishsk has joined #openstack-meeting | 18:21 | |
*** unicell has joined #openstack-meeting | 18:22 | |
*** azbiswas has joined #openstack-meeting | 18:23 | |
*** piet has joined #openstack-meeting | 18:24 | |
*** singhj has joined #openstack-meeting | 18:24 | |
*** MeganR has joined #openstack-meeting | 18:26 | |
*** sudipto has quit IRC | 18:26 | |
*** sudipto_ has quit IRC | 18:26 | |
*** mtanino__ has joined #openstack-meeting | 18:26 | |
*** mtanino has quit IRC | 18:27 | |
*** singhj has quit IRC | 18:28 | |
*** mickeys has quit IRC | 18:28 | |
*** mtanino has joined #openstack-meeting | 18:31 | |
*** harlowja_ has quit IRC | 18:31 | |
*** harlowja has joined #openstack-meeting | 18:32 | |
*** _nadya_ has joined #openstack-meeting | 18:32 | |
*** mtanino__ has quit IRC | 18:33 | |
*** _nadya_ has quit IRC | 18:34 | |
*** ijw has quit IRC | 18:35 | |
*** ub has joined #openstack-meeting | 18:35 | |
*** unicell has quit IRC | 18:36 | |
*** singhj has joined #openstack-meeting | 18:36 | |
*** s3wong has quit IRC | 18:38 | |
*** s3wong has joined #openstack-meeting | 18:38 | |
*** xavvior has joined #openstack-meeting | 18:38 | |
*** irenab has joined #openstack-meeting | 18:38 | |
*** ub2 has joined #openstack-meeting | 18:38 | |
*** annegentle has quit IRC | 18:39 | |
*** ivar-laz_ has quit IRC | 18:39 | |
*** ivar-lazzaro has joined #openstack-meeting | 18:39 | |
*** ub has quit IRC | 18:39 | |
*** unicell has joined #openstack-meeting | 18:40 | |
*** unicell has quit IRC | 18:41 | |
*** singhj has quit IRC | 18:41 | |
*** Leom has joined #openstack-meeting | 18:41 | |
*** maeca1 has quit IRC | 18:42 | |
*** salv-orl_ has quit IRC | 18:42 | |
*** annegentle has joined #openstack-meeting | 18:43 | |
*** eezhova has quit IRC | 18:44 | |
*** ivar-lazzaro has quit IRC | 18:45 | |
*** prateek has joined #openstack-meeting | 18:46 | |
*** ivar-lazzaro has joined #openstack-meeting | 18:46 | |
*** parora has quit IRC | 18:46 | |
*** eezhova has joined #openstack-meeting | 18:48 | |
*** annegent_ has joined #openstack-meeting | 18:49 | |
*** david-lyle has quit IRC | 18:49 | |
*** ijw has joined #openstack-meeting | 18:49 | |
*** jprovazn has quit IRC | 18:49 | |
*** hasharAway is now known as hashar | 18:49 | |
*** su_zhang has quit IRC | 18:50 | |
*** david-lyle has joined #openstack-meeting | 18:50 | |
*** annegentle has quit IRC | 18:52 | |
*** mriedem has quit IRC | 18:56 | |
*** asettle has joined #openstack-meeting | 18:56 | |
*** singhj has joined #openstack-meeting | 18:56 | |
*** takashi has quit IRC | 18:56 | |
*** yassou has quit IRC | 18:57 | |
*** shamail has joined #openstack-meeting | 19:00 | |
*** nisha_ is now known as nishaYadav | 19:02 | |
*** irenab has quit IRC | 19:03 | |
*** irenab has joined #openstack-meeting | 19:07 | |
*** ronghui has quit IRC | 19:07 | |
*** ub2 has quit IRC | 19:10 | |
*** egallen has quit IRC | 19:11 | |
*** ilyashakhat_mobi has joined #openstack-meeting | 19:12 | |
*** njohnston|car has joined #openstack-meeting | 19:12 | |
*** gyee has quit IRC | 19:13 | |
*** harlowja_ has joined #openstack-meeting | 19:13 | |
*** prateek_ has joined #openstack-meeting | 19:14 | |
*** sarob has joined #openstack-meeting | 19:14 | |
*** sarob has quit IRC | 19:15 | |
*** tonytan4ever has joined #openstack-meeting | 19:16 | |
*** tonytan4ever has quit IRC | 19:16 | |
*** prateek has quit IRC | 19:16 | |
*** harlowja has quit IRC | 19:17 | |
*** lbrune has joined #openstack-meeting | 19:19 | |
*** ronghui has joined #openstack-meeting | 19:20 | |
*** nishaYadav has quit IRC | 19:20 | |
*** su_zhang has joined #openstack-meeting | 19:20 | |
*** sarob has joined #openstack-meeting | 19:21 | |
*** zhhuabj_ has quit IRC | 19:21 | |
*** bobh has joined #openstack-meeting | 19:21 | |
*** _sarob has joined #openstack-meeting | 19:22 | |
*** salv-orlando has joined #openstack-meeting | 19:23 | |
*** Leom has quit IRC | 19:23 | |
*** bobh has quit IRC | 19:23 | |
*** Leom has joined #openstack-meeting | 19:23 | |
*** spzala has quit IRC | 19:25 | |
*** sarob has quit IRC | 19:25 | |
*** su_zhang has quit IRC | 19:25 | |
*** ekcs has quit IRC | 19:26 | |
*** spzala has joined #openstack-meeting | 19:26 | |
*** njohnston|car has quit IRC | 19:28 | |
*** mickeys has joined #openstack-meeting | 19:29 | |
*** saju_m has joined #openstack-meeting | 19:29 | |
*** gabor_antal_ has joined #openstack-meeting | 19:30 | |
*** lbrune has left #openstack-meeting | 19:30 | |
*** ijw has quit IRC | 19:31 | |
*** shamail has quit IRC | 19:31 | |
*** ijw has joined #openstack-meeting | 19:32 | |
*** unicell has joined #openstack-meeting | 19:32 | |
*** annegent_ has quit IRC | 19:32 | |
*** mickeys has quit IRC | 19:33 | |
*** _nadya_ has joined #openstack-meeting | 19:35 | |
*** zhhuabj_ has joined #openstack-meeting | 19:35 | |
*** galstrom_zzz is now known as galstrom | 19:35 | |
*** ijw has quit IRC | 19:37 | |
*** sdague has quit IRC | 19:37 | |
*** ivar-lazzaro has quit IRC | 19:37 | |
*** _nadya_ has quit IRC | 19:40 | |
*** tongli has quit IRC | 19:44 | |
*** asettle has quit IRC | 19:46 | |
*** asettle has joined #openstack-meeting | 19:47 | |
*** asettle has quit IRC | 19:48 | |
*** mriedem has joined #openstack-meeting | 19:49 | |
*** ivar-lazzaro has joined #openstack-meeting | 19:50 | |
*** prateek_ has quit IRC | 19:52 | |
*** Patifa has quit IRC | 19:52 | |
*** lblanchard has quit IRC | 19:53 | |
*** su_zhang has joined #openstack-meeting | 19:54 | |
*** mickeys has joined #openstack-meeting | 19:58 | |
*** asettle has joined #openstack-meeting | 19:59 | |
*** asettle has quit IRC | 19:59 | |
*** _nadya_ has joined #openstack-meeting | 20:01 | |
*** piet has quit IRC | 20:02 | |
*** mageshgv has quit IRC | 20:02 | |
ianw | meeting? | 20:03 |
*** xwizard has quit IRC | 20:03 | |
*** banix has quit IRC | 20:03 | |
*** galstrom is now known as galstrom_zzz | 20:04 | |
*** ijw has joined #openstack-meeting | 20:04 | |
*** annegentle has joined #openstack-meeting | 20:05 | |
*** maeca1 has joined #openstack-meeting | 20:06 | |
*** prateek has joined #openstack-meeting | 20:07 | |
*** galstrom_zzz is now known as galstrom | 20:07 | |
*** _nadya_ has quit IRC | 20:08 | |
*** ijw has quit IRC | 20:09 | |
*** singlethink has quit IRC | 20:11 | |
*** cdub has joined #openstack-meeting | 20:11 | |
*** jungleboyj has quit IRC | 20:11 | |
*** tonytan4ever has joined #openstack-meeting | 20:11 | |
*** coolsvap has quit IRC | 20:12 | |
*** azbiswas has quit IRC | 20:12 | |
*** gyee has joined #openstack-meeting | 20:13 | |
*** MeganR has quit IRC | 20:13 | |
*** Suyi_ has joined #openstack-meeting | 20:15 | |
*** paw has quit IRC | 20:15 | |
*** maishsk has quit IRC | 20:15 | |
*** tonytan_brb has joined #openstack-meeting | 20:16 | |
*** maishsk has joined #openstack-meeting | 20:16 | |
*** gabor_antal__ has joined #openstack-meeting | 20:17 | |
*** tonytan4ever has quit IRC | 20:17 | |
*** singlethink has joined #openstack-meeting | 20:17 | |
*** azbiswas has joined #openstack-meeting | 20:19 | |
*** spzala has quit IRC | 20:19 | |
*** antal has joined #openstack-meeting | 20:20 | |
*** egallen has joined #openstack-meeting | 20:20 | |
*** gabor_antal_ has quit IRC | 20:20 | |
*** gabor_antal_ has joined #openstack-meeting | 20:21 | |
*** gabor_antal__ has quit IRC | 20:23 | |
*** fzdarsky has quit IRC | 20:23 | |
*** baumann has joined #openstack-meeting | 20:23 | |
*** antal has quit IRC | 20:25 | |
*** gabor_antal__ has joined #openstack-meeting | 20:25 | |
*** baumann has quit IRC | 20:26 | |
*** dprince has quit IRC | 20:26 | |
*** ijw has joined #openstack-meeting | 20:26 | |
*** pvaneck has quit IRC | 20:27 | |
*** nmagnezi_ has joined #openstack-meeting | 20:27 | |
*** nmagnezi has quit IRC | 20:28 | |
*** baumann has joined #openstack-meeting | 20:28 | |
*** baumann has quit IRC | 20:28 | |
*** ekcs has joined #openstack-meeting | 20:28 | |
*** gabor_antal_ has quit IRC | 20:29 | |
*** baumann has joined #openstack-meeting | 20:29 | |
*** e0ne has quit IRC | 20:30 | |
*** maeca1 has quit IRC | 20:30 | |
*** jmckind has joined #openstack-meeting | 20:30 | |
*** ijw has quit IRC | 20:31 | |
*** vishnoianil has quit IRC | 20:32 | |
*** jmckind_ has quit IRC | 20:33 | |
*** dslevin has joined #openstack-meeting | 20:35 | |
*** singlethink has quit IRC | 20:35 | |
*** raj_singh has joined #openstack-meeting | 20:36 | |
*** esumerfd has quit IRC | 20:37 | |
*** annegentle has quit IRC | 20:39 | |
*** vhoward has quit IRC | 20:40 | |
*** singlethink has joined #openstack-meeting | 20:40 | |
*** ijw has joined #openstack-meeting | 20:41 | |
*** rbak has quit IRC | 20:43 | |
*** Patifa has joined #openstack-meeting | 20:43 | |
*** rbak has joined #openstack-meeting | 20:45 | |
*** ayoung has quit IRC | 20:46 | |
*** ijw has quit IRC | 20:46 | |
*** annegentle has joined #openstack-meeting | 20:47 | |
*** gabor_antal__ is now known as antal | 20:48 | |
*** clayg has left #openstack-meeting | 20:48 | |
*** egallen has quit IRC | 20:49 | |
*** piet has joined #openstack-meeting | 20:49 | |
*** anilvenkata_afk has quit IRC | 20:50 | |
*** dslevin has quit IRC | 20:50 | |
*** ljxiash has joined #openstack-meeting | 20:50 | |
*** maishsk has quit IRC | 20:50 | |
*** dslevin has joined #openstack-meeting | 20:50 | |
*** maishsk has joined #openstack-meeting | 20:51 | |
*** ijw has joined #openstack-meeting | 20:52 | |
*** takashin has joined #openstack-meeting | 20:52 | |
*** xavvior has quit IRC | 20:52 | |
*** pvaneck has joined #openstack-meeting | 20:52 | |
*** baoli_ has quit IRC | 20:53 | |
*** ljxiash has quit IRC | 20:54 | |
*** banix has joined #openstack-meeting | 20:56 | |
*** auggy has joined #openstack-meeting | 20:56 | |
*** Hosam has joined #openstack-meeting | 20:57 | |
*** esumerfd has joined #openstack-meeting | 20:57 | |
*** oomichi_ has quit IRC | 20:58 | |
*** xavvior has joined #openstack-meeting | 20:58 | |
*** banix has quit IRC | 20:59 | |
*** banix has joined #openstack-meeting | 21:00 | |
mriedem | #startmeeting nova | 21:00 |
openstack | Meeting started Thu Sep 1 21:00:22 2016 UTC and is due to finish in 60 minutes. The chair is mriedem. Information about MeetBot at http://wiki.debian.org/MeetBot. | 21:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 21:00 |
*** openstack changes topic to " (Meeting topic: nova)" | 21:00 | |
openstack | The meeting name has been set to 'nova' | 21:00 |
alaski | o/ | 21:00 |
takashin | o/ | 21:00 |
bauzas | \o | 21:00 |
raj_singh | o/ | 21:00 |
melwitt | o/ | 21:00 |
dansmith | o- | 21:00 |
Gibi | o/ | 21:00 |
mriedem | #link agenda https://wiki.openstack.org/wiki/Meetings/Nova | 21:00 |
*** Gibi is now known as gibi | 21:00 | |
auggy | o/ | 21:00 |
*** nmagnezi_ has quit IRC | 21:01 | |
mriedem | let's make this a fast one since we are watching some changes go through the gate for n-3 | 21:01 |
mriedem | #topic release status | 21:01 |
*** openstack changes topic to "release status (Meeting topic: nova)" | 21:01 | |
mriedem | n-3 and feature freeze is today | 21:01 |
mriedem | we are watching for 3 things to get in before FF and n-3 | 21:01 |
mriedem | 1. https://review.openstack.org/#/c/364498/ | 21:01 |
*** esumerfd has quit IRC | 21:01 | |
mriedem | for placement allocations | 21:01 |
mriedem | 2. https://review.openstack.org/#/c/356138/ for listing instances with cells v2 | 21:02 |
*** anilvenkata_afk has joined #openstack-meeting | 21:02 | |
alaski | that merged | 21:02 |
mriedem | 3. https://review.openstack.org/#/c/326906 for cells mq switching | 21:02 |
mriedem | sweet | 21:02 |
* edleafe wanders in | 21:02 | |
mriedem | once those are merged we'll tag n-3 | 21:02 |
mriedem | novaclient 6.0.0 was released this week and is in upper-constraints | 21:03 |
mriedem | #info Sep 12-16: PTL self-nominations open for Ocata | 21:03 |
mriedem | fyi on that ^ | 21:03 |
mriedem | #info Sep 15: RC1 | 21:03 |
mriedem | so we have 2 weeks to rc1 | 21:03 |
mriedem | be on the lookout for critical bugs | 21:03 |
*** prateek_ has joined #openstack-meeting | 21:03 | |
mriedem | questions? | 21:04 |
mriedem | i'm going to skip bugs and gate status, nothing critical to report there | 21:04 |
mriedem | #topic summit planning | 21:04 |
*** openstack changes topic to "summit planning (Meeting topic: nova)" | 21:04 | |
tonyb | mriedem: can I patch nova to work better with os-brick 1.6.X? | 21:04 |
tonyb | or is that better for ocata? | 21:04 |
*** baumann has quit IRC | 21:04 | |
mriedem | tonyb: that's a bug fix, so ok | 21:05 |
tonyb | \o/ | 21:05 |
mriedem | although i already put up a patch for that today | 21:05 |
tonyb | mriedem: okay, the problem with having stale context :( | 21:05 |
mriedem | https://review.openstack.org/#/c/364454/ | 21:05 |
mriedem | there might be other issues, but let's just bug fix those afterware | 21:05 |
mriedem | so back to summit planning | 21:05 |
mriedem | Etherpad for topics: https://etherpad.openstack.org/p/ocata-nova-summit-ideas | 21:05 |
mriedem | We'll have 13 fishbowl sessions (all of Thurs and Fri morning), and the meetup style on Friday afternoon. Compared to Austin where we had 18 FB sessions and a full Friday meetup. | 21:06 |
mriedem | we probably had a few too many FB sessions in austin so i think this is ok | 21:06 |
*** prateek has quit IRC | 21:06 | |
mriedem | #link Ocata is a shorter cycle with a tentative schedule here: https://review.openstack.org/#/c/357214/ | 21:06 |
mriedem | Because of this we'll probably limit to one unconference session and focus the majority of the release on priority items carried over from Newton, like cells v2, placement API, and libvirt storage pools. | 21:06 |
mriedem | i'm thinking planning meetings for sessions after rc1 | 21:07 |
*** cdub has quit IRC | 21:07 | |
mriedem | questions about the summit? | 21:07 |
mriedem | #topic open discussion | 21:07 |
*** openstack changes topic to "open discussion (Meeting topic: nova)" | 21:07 | |
mriedem | (xavvior) Resume Guests State automatically rebuild on error | 21:08 |
mriedem | BUG: https://bugs.launchpad.net/nova/+bug/1585494 | 21:08 |
openstack | Launchpad bug 1585494 in OpenStack Compute (nova) "Rebuild instance, if the physical data is missing (at start)" [Undecided,In progress] - Assigned to Alex Szarka (xavvior) | 21:08 |
xavvior | Hi all, about this patch: | 21:08 |
xavvior | This patch automatically rebuilds the instance, if we get any error during resume. At rebuild we restore all attributes of instance from database (e.g.: ip addresses, networks). | 21:08 |
xavvior | As base conception, we automatically rebuild the instance, if the physical files is missing from the disk. For example: compute blade replacement (due to hardware failure) and then nova can't recover, resume the instance. | 21:09 |
alaski | this is what evacuate is intended for right? | 21:09 |
xavvior | Also, we kept the original restarting conception and extended it, so we introduce a new config flag, and we can turn on/off the fully automated rebuild. | 21:09 |
xavvior | If this flag is False (this default value), then behaviour stays the same as before, set instance state to error and we can do nothing with this instance. If the flag is true (the system operator can set this), then all instance with error state is automatically is tried to rebuild. If it also fail, then set the instance state to error. | 21:09 |
xavvior | On instance we don't store persistent data at normal, therefore I think, this not dangerous, but not restricted, so we set this decision of system administrator. | 21:09 |
xavvior | The restart already automatized in nova and we'd the rebuild automatize as like restart. Also, automatized restarting can cause damage too (as we try to reboot from a corrupt disk, that can cause more corruption -> data loss) | 21:09 |
*** rvasilets___ has joined #openstack-meeting | 21:10 | |
*** eharney has quit IRC | 21:10 | |
bauzas | is that a feature rather ? | 21:10 |
mriedem | xavvior: so i think this is at least a blueprint, probably needs a spec discussion | 21:10 |
mriedem | i definitely don't think this is a bug fix | 21:10 |
alaski | yeah, this is more a feature than bug | 21:10 |
mriedem | a spec would be a good place to explain the use case and why this is different from evacuate | 21:10 |
mriedem | or evacuate doesn't work for this | 21:10 |
alaski | and it seems like evacuate covers this, though it's not automated | 21:10 |
mriedem | xavvior: so i think you should work on a blueprint and start a spec for ocata | 21:10 |
bauzas | xavvior: http://docs.openstack.org/developer/nova/process.html#how-do-i-get-my-code-merged can help understanding the process | 21:11 |
gibi | is it still a feature if the resume fails only beacuse the instance is not defined in libvirt but the local disk exists (as it was on shared storage)? | 21:11 |
mriedem | "If physical data is missing from the disk (e.g.: compute blade replacement due to hardware failure), nova can't recover instances. But we should try to rebuild instances with the original data (which are stored in the database)." | 21:12 |
mriedem | that reads to me as the scenario for using evacuate | 21:13 |
mriedem | unplanned outage and you have to resurrect an instance from a failed compute | 21:13 |
bauzas | gibi: if the operator tramples the disks, then I don't think Nova should help him | 21:13 |
alaski | if somehow Nova is causing the instance to be incorrectly removed from libvirt that's a bug. anything outside of that needs discussion | 21:13 |
bauzas | yeah that | 21:13 |
raj_singh | mriedem: Will you remove your -2's from centralize-config-option patches next week? | 21:14 |
mriedem | raj_singh: maybe | 21:14 |
gibi | alaski: in this case the it is not nova that removes the instance from libvirt but the hw replacement removes it | 21:14 |
mriedem | with 2 weeks to rc1 i don't want a ton of distraction really | 21:14 |
raj_singh | mriedem: Ok | 21:14 |
alaski | gibi: I wouldn't consider that a bug. If Nova has to deal with external changes like that it's a feature | 21:15 |
bauzas | +1 | 21:15 |
gibi | alaski: OK. Let's spec this up | 21:15 |
mriedem | but my pet! | 21:15 |
alaski | gibi: sounds good, thanks! | 21:15 |
mriedem | xavvior: did you follow that? | 21:15 |
gibi | mriedem: yeah, this is about pets | 21:15 |
mriedem | if you have questions just hit us up in #openstack-nova in irc | 21:15 |
xavvior | yes, i follow the talk | 21:15 |
mriedem | preferrably after FF | 21:15 |
*** ilyashakhat_mobi has quit IRC | 21:15 | |
* dansmith is losing focus quick | 21:15 | |
mriedem | oh shit we're losing him | 21:16 |
* mriedem grabs paddles | 21:16 | |
mriedem | anything else? | 21:16 |
dansmith | hah | 21:16 |
mriedem | ok then let's wrap up newton | 21:16 |
mriedem | CLEAR! | 21:16 |
mriedem | #endmeeting | 21:16 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 21:16 | |
openstack | Meeting ended Thu Sep 1 21:16:36 2016 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 21:16 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-09-01-21.00.html | 21:16 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-09-01-21.00.txt | 21:16 |
openstack | Log: http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-09-01-21.00.log.html | 21:16 |
dansmith | nice | 21:16 |
auggy | i was imagining mriedem talking like the micro machine man | 21:16 |
*** takashin has left #openstack-meeting | 21:17 | |
*** rossella_s has quit IRC | 21:18 | |
*** rossella_s has joined #openstack-meeting | 21:19 | |
*** paw has joined #openstack-meeting | 21:20 | |
*** aeng has joined #openstack-meeting | 21:20 | |
*** xavvior has quit IRC | 21:24 | |
*** rcernin has quit IRC | 21:24 | |
*** thorst has quit IRC | 21:26 | |
*** thorst has joined #openstack-meeting | 21:27 | |
*** antal has quit IRC | 21:28 | |
*** lpetrut has quit IRC | 21:29 | |
*** rtheis has quit IRC | 21:29 | |
*** cleong has quit IRC | 21:30 | |
*** thorst has quit IRC | 21:31 | |
*** claudiub has joined #openstack-meeting | 21:31 | |
*** dronshaw has joined #openstack-meeting | 21:35 | |
*** vishnoianil has joined #openstack-meeting | 21:36 | |
*** _sarob has quit IRC | 21:37 | |
*** anilvenkata_afk has quit IRC | 21:38 | |
*** neiljerram has quit IRC | 21:40 | |
*** hashar has quit IRC | 21:42 | |
*** priteau has quit IRC | 21:42 | |
*** ijw has quit IRC | 21:44 | |
*** eezhova has quit IRC | 21:44 | |
*** esumerfd has joined #openstack-meeting | 21:45 | |
*** esumerfd has quit IRC | 21:50 | |
*** yamahata has quit IRC | 21:50 | |
*** bobh has joined #openstack-meeting | 21:51 | |
*** su_zhang has quit IRC | 21:51 | |
*** anilvenkata_afk has joined #openstack-meeting | 21:52 | |
*** jmckind has quit IRC | 21:52 | |
*** su_zhang has joined #openstack-meeting | 21:53 | |
*** iyamahat has quit IRC | 21:56 | |
*** cardeois has quit IRC | 21:56 | |
*** thorst has joined #openstack-meeting | 21:57 | |
*** ekcs has quit IRC | 21:58 | |
*** s3wong has quit IRC | 21:59 | |
*** amuller has joined #openstack-meeting | 22:00 | |
armax | hello folks | 22:00 |
armax | is anyone around? | 22:00 |
amuller | o/ | 22:00 |
* haleyb is lurking | 22:01 | |
*** thorst has quit IRC | 22:01 | |
*** number80 has quit IRC | 22:01 | |
dougwig | O/ | 22:01 |
*** ekcs has joined #openstack-meeting | 22:01 | |
armax | kevinbenton is going to be a few mins late | 22:01 |
armax | amotoki does not seem to be around | 22:01 |
HenryG | o/ | 22:01 |
armax | HenryG: hi | 22:02 |
*** yamahata has joined #openstack-meeting | 22:02 | |
HenryG | hi | 22:02 |
carl_baldwin | o/ | 22:02 |
carl_baldwin | I've been here the whole time, just didn't say anything. :) | 22:02 |
armax | I see | 22:03 |
armax | #startmeeting neutron_drivers | 22:03 |
openstack | Meeting started Thu Sep 1 22:03:08 2016 UTC and is due to finish in 60 minutes. The chair is armax. Information about MeetBot at http://wiki.debian.org/MeetBot. | 22:03 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 22:03 |
*** openstack changes topic to " (Meeting topic: neutron_drivers)" | 22:03 | |
openstack | The meeting name has been set to 'neutron_drivers' | 22:03 |
*** auggy has left #openstack-meeting | 22:03 | |
armax | I don’t have a formal agenda | 22:03 |
armax | this might turn out to be a short meeting | 22:04 |
amuller | We could go over features targeted for rc1? | 22:04 |
armax | if nothing else I’d like to draw people’s attention on https://review.openstack.org/#/c/360207/ | 22:04 |
*** ijw has joined #openstack-meeting | 22:04 | |
armax | amuller: it’s all blueprints :) | 22:04 |
armax | amuller: we completed 0 in N-3 | 22:04 |
armax | 2 in N-2 | 22:04 |
armax | 0 in N-1 | 22:04 |
*** ekcs has quit IRC | 22:05 | |
carl_baldwin | When you put it that way... | 22:05 |
*** vishnoianil has quit IRC | 22:05 | |
armax | carl_baldwin: I suppose this one https://review.openstack.org/#/c/360207/2/specs/archive/mitaka/unaddressed-port.rst | 22:06 |
* amuller is trying to find the silver lining | 22:06 | |
*** banix has quit IRC | 22:06 | |
armax | needs no renaming | 22:06 |
armax | but rather be targeted for Newton, is that right? | 22:06 |
amuller | we switched to native interfaces for ovsdb and openflow... I bet we did a lot of other stuff that wasn't tracked via RFE bugs or blueprints | 22:06 |
*** Julien-zte has quit IRC | 22:07 | |
carl_baldwin | armax: right | 22:07 |
armax | carl_baldwin: ok I’ll fix that | 22:07 |
armax | HenryG: I still haven’t seen your notes and neither I have seen dougwig's | 22:07 |
armax | or amuller's | 22:07 |
armax | can I ask your help in making me draw an accurate picture? | 22:08 |
HenryG | armax: yeah, I'll get my notes added tomorrow | 22:08 |
armax | thanks | 22:08 |
amuller | armax: is the current list including all RFEs and all blueprints already? | 22:08 |
armax | amuller: yes | 22:08 |
amuller | ok thanks | 22:09 |
*** bobh has quit IRC | 22:09 | |
armax | amuller: I need to add one that fell through the cracks but the list is current | 22:09 |
armax | to the best of my knowledge | 22:09 |
*** Julien-zte has joined #openstack-meeting | 22:09 | |
armax | Ideally I’d like to take the next couple of days to see what blueprints/rfe have enough chance to land complete until Sept 12 | 22:09 |
*** myoung is now known as myoung|gone | 22:10 | |
armax | After that we are completely in lock down more as far as Newton goes | 22:10 |
armax | and we’ll have time until Oct 3rd to address any RC critical issues | 22:11 |
*** Swami has quit IRC | 22:11 | |
*** banix has joined #openstack-meeting | 22:11 | |
kevinbenton | when is newton branch cut? | 22:12 |
armax | the week of Sep 12, as soon as we have a good RC1 | 22:12 |
armax | I was talking to Ihar this morning and we were mulling over the idea of using Ocata 1 to focus on only a handful of blueprints | 22:12 |
armax | that have partially completed in Newton and represent a substantial level of baggage if we don’t clear them fast enough | 22:13 |
*** singhj has quit IRC | 22:13 | |
kevinbenton | e.g ? | 22:13 |
armax | like OVO, Keystone v3, push notifications | 22:13 |
carl_baldwin | armax: Examples? | 22:13 |
*** esberglu has quit IRC | 22:14 | |
kevinbenton | stupid question, how is OVO relevant to the release if we aren't using it anywhere? | 22:14 |
*** xyang1 has quit IRC | 22:14 | |
armax | if we make OVO a dependency for a few other efforts, the fact that we’re not 100% complete hinders our ability to proceed as fast as we could | 22:14 |
*** adiantum has joined #openstack-meeting | 22:15 | |
armax | I thought you above all else got stung by it | 22:15 |
*** krotscheck has quit IRC | 22:15 | |
*** krotscheck has joined #openstack-meeting | 22:15 | |
kevinbenton | yep, but i don't see OVO getting finished in a week | 22:15 |
armax | I am not suggesting that | 22:15 |
*** ilyashakhat_mobi has joined #openstack-meeting | 22:16 | |
armax | and I am not suggesting this in the Newton timeframe | 22:16 |
armax | did I give this impression? | 22:17 |
carl_baldwin | I understood you meant from the time Ocata opens to O-1 | 22:17 |
carl_baldwin | Is that right? | 22:17 |
armax | yes | 22:17 |
*** Patifa has quit IRC | 22:18 | |
armax | we obviously need core reviewer volunteers | 22:18 |
armax | to help us transition the codebase in such a way that we’re not in some sort of limbo where things are only done half way | 22:19 |
carl_baldwin | I'd like to be a little more involved with OVO and push notifications. | 22:19 |
*** egallen has joined #openstack-meeting | 22:19 | |
carl_baldwin | ... otherwise, I won't recognize the code base when y'all are done with it. | 22:19 |
armax | correct | 22:20 |
*** spzala has joined #openstack-meeting | 22:20 | |
*** haleyb_ has joined #openstack-meeting | 22:20 | |
*** piet has quit IRC | 22:20 | |
armax | the point being that as core reviewer team we need to take more responbiility of the codebase | 22:20 |
carl_baldwin | ++ | 22:20 |
armax | if one 2 core reviewers are involved in these transformation we’d end up as carl_baldwin said | 22:20 |
*** ilyashakhat_mobi has quit IRC | 22:21 | |
armax | that we don’t recognize where stuff is or is like | 22:21 |
dougwig | focus and closing some of these things is better than them staying open forever. i think it's worth a try. | 22:21 |
armax | and we can’t be core anymore! | 22:21 |
*** egallen has quit IRC | 22:21 | |
armax | :) | 22:21 |
armax | we’d be out of a job! | 22:21 |
dougwig | do the new "cross openstack" goals need to also be included in the list? | 22:21 |
*** vishnoianil has joined #openstack-meeting | 22:21 | |
carl_baldwin | This might sound dumb but what are the "cross openstack" goals? | 22:22 |
armax | dougwig: until I manage to read that thread, I defer my duty to response to your answer :) | 22:22 |
dougwig | armax: just keep repeating how much you like python 3.5 and you'll fake it nicely. | 22:23 |
*** egallen has joined #openstack-meeting | 22:23 | |
armax | I love it! | 22:23 |
dougwig | armax: or we can take the week to rewrite the packet flow to go through mysql triggers. | 22:23 |
dougwig | carl_baldwin: sec, let me dig out a link | 22:23 |
carl_baldwin | dougwig: thanks | 22:24 |
*** spzala has quit IRC | 22:24 | |
*** galstrom is now known as galstrom_zzz | 22:24 | |
armax | http://lists.openstack.org/pipermail/openstack-dev/2016-August/100537.html | 22:24 |
armax | is that it? | 22:25 |
armax | #link http://lists.openstack.org/pipermail/openstack-dev/2016-August/100537.html | 22:25 |
dougwig | yes, that's it | 22:25 |
* carl_baldwin embarrassed to say he muted that thread. | 22:26 | |
HenryG | There was one message in that thread that mentioned future goals ... | 22:27 |
dougwig | well, it is less high-level technical goals and more of a qa laundry list right now. but i'd hate to see it suddenly mandated and no one ever looked at it. | 22:27 |
*** egallen has quit IRC | 22:28 | |
*** egallen has joined #openstack-meeting | 22:28 | |
*** egallen has quit IRC | 22:29 | |
dougwig | i either net-split or completely segfaulted everyone. | 22:30 |
*** ayoung has joined #openstack-meeting | 22:30 | |
kevinbenton | dougwig: https://www.youtube.com/watch?v=_BgJEXQkjNQ#t=1m10s | 22:30 |
*** ntpttr has quit IRC | 22:31 | |
carl_baldwin | lol | 22:31 |
*** ntpttr has joined #openstack-meeting | 22:31 | |
HenryG | It was in a comment by Doug Hellman on https://review.openstack.org/349068 from July 30 | 22:32 |
carl_baldwin | kevinbenton: was that today? | 22:32 |
kevinbenton | yes | 22:32 |
kevinbenton | rapid unscheduled disassembly | 22:33 |
kevinbenton | it's a bad omen, we should not mark m-3 today | 22:33 |
kevinbenton | dougwig: you did break everything | 22:33 |
kevinbenton | everyone* | 22:33 |
carl_baldwin | Wow, it isn't quite as funny knowing it was today. It'll be funny though when the shock is over. | 22:34 |
kevinbenton | nobody got hurt | 22:34 |
HenryG | kevinbenton: I think armax got hurt | 22:36 |
*** jaypipes has joined #openstack-meeting | 22:36 | |
armax | no I am watching you talk | 22:36 |
kevinbenton | armax: well what happened? did the thread deadlock? | 22:36 |
kevinbenton | raise RetryRequest() | 22:36 |
armax | InvalidEror | 22:36 |
armax | anyhoo | 22:36 |
dougwig | kevinbenton: jeebus, not that halfway disgusting hack workaround. | 22:36 |
kevinbenton | dougwig: show me a distributed system that doesn't use retries and i'll show you a broken distributed system :P | 22:37 |
armax | if I can ask you guys to take the remaining of time we got in this meeting to go over the postmortem and fill the dots it woudl be super | 22:37 |
armax | dougwig: particularly the lbaas stuff | 22:37 |
dougwig | armax: do you want FFE requests in that review, or on the ML? | 22:37 |
armax | as I suspect blogan is out | 22:37 |
armax | review | 22:37 |
dougwig | armax: his twins are out, and thus so is he. | 22:38 |
armax | we can assess the extent of the work left | 22:38 |
*** azbiswas has quit IRC | 22:38 | |
armax | and judge whether an FFE can be granted | 22:38 |
dougwig | ok | 22:38 |
armax | for those of you who have documentation patches to work on | 22:38 |
*** rooneym has quit IRC | 22:39 | |
*** JRobinson__ has joined #openstack-meeting | 22:39 | |
armax | and have patches under review, please tag me | 22:39 |
armax | anything else? | 22:40 |
*** singlethink has quit IRC | 22:40 | |
armax | I gather not | 22:41 |
HenryG | nope | 22:41 |
armax | thanks folks | 22:41 |
armax | #endmeeting | 22:41 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 22:41 | |
openstack | Meeting ended Thu Sep 1 22:41:13 2016 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 22:41 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/neutron_drivers/2016/neutron_drivers.2016-09-01-22.03.html | 22:41 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/neutron_drivers/2016/neutron_drivers.2016-09-01-22.03.txt | 22:41 |
openstack | Log: http://eavesdrop.openstack.org/meetings/neutron_drivers/2016/neutron_drivers.2016-09-01-22.03.log.html | 22:41 |
HenryG | good night | 22:41 |
*** haleyb_ has left #openstack-meeting | 22:41 | |
*** amuller has left #openstack-meeting | 22:41 | |
carl_baldwin | bye | 22:42 |
carl_baldwin | HenryG: good night | 22:42 |
*** sarob has joined #openstack-meeting | 22:43 | |
*** tonytan_brb has quit IRC | 22:43 | |
*** JRobinson__ is now known as JRobinson__afk | 22:43 | |
*** ekcs has joined #openstack-meeting | 22:45 | |
*** sarob has quit IRC | 22:47 | |
*** ekcs has quit IRC | 22:49 | |
*** su_zhang has quit IRC | 22:50 | |
*** Swami has joined #openstack-meeting | 22:52 | |
*** su_zhang has joined #openstack-meeting | 22:52 | |
*** Swami_ has joined #openstack-meeting | 22:52 | |
*** sindhu has quit IRC | 22:53 | |
*** ijw has quit IRC | 22:56 | |
*** iyamahat has joined #openstack-meeting | 22:57 | |
*** Leom has quit IRC | 22:57 | |
*** rbak has quit IRC | 22:58 | |
*** sarob has joined #openstack-meeting | 22:58 | |
*** uxdanielle has quit IRC | 22:59 | |
*** annegentle has quit IRC | 23:01 | |
*** ekcs has joined #openstack-meeting | 23:03 | |
*** ivar-lazzaro has quit IRC | 23:03 | |
*** sarob has quit IRC | 23:03 | |
*** rrecio has quit IRC | 23:04 | |
*** ijw has joined #openstack-meeting | 23:04 | |
*** ayoung has quit IRC | 23:05 | |
*** dimtruck is now known as zz_dimtruck | 23:05 | |
*** zz_dimtruck is now known as dimtruck | 23:05 | |
*** hemna is now known as hemnafk | 23:07 | |
*** spotz is now known as spotz_zzz | 23:07 | |
*** ronghui has quit IRC | 23:07 | |
*** JRobinson__afk is now known as JRobinson__ | 23:08 | |
*** ijw has quit IRC | 23:09 | |
*** salv-orlando has quit IRC | 23:10 | |
*** markvoelker has joined #openstack-meeting | 23:10 | |
*** adiantum has quit IRC | 23:15 | |
*** shashank_hegde has quit IRC | 23:15 | |
*** dimtruck is now known as zz_dimtruck | 23:15 | |
*** jungleboyj has joined #openstack-meeting | 23:15 | |
*** fnaval has joined #openstack-meeting | 23:16 | |
*** su_zhang has quit IRC | 23:16 | |
*** rvasilets___ has quit IRC | 23:17 | |
*** ronghui has joined #openstack-meeting | 23:19 | |
*** tpsilva has quit IRC | 23:24 | |
*** fnaval has quit IRC | 23:27 | |
*** annegentle has joined #openstack-meeting | 23:27 | |
*** ilyashakhat_mobi has joined #openstack-meeting | 23:29 | |
*** vishwanathj has quit IRC | 23:30 | |
*** tochi has joined #openstack-meeting | 23:30 | |
*** fnaval has joined #openstack-meeting | 23:31 | |
*** ilyashakhat_mobi has quit IRC | 23:34 | |
*** gongysh has joined #openstack-meeting | 23:35 | |
*** fnaval has quit IRC | 23:35 | |
*** ivar-lazzaro has joined #openstack-meeting | 23:46 | |
*** jungleboyj has quit IRC | 23:47 | |
*** sindhu has joined #openstack-meeting | 23:48 | |
*** zhurong has joined #openstack-meeting | 23:48 | |
*** Julien-zte has quit IRC | 23:50 | |
*** markvoelker has quit IRC | 23:51 | |
*** markvoelker has joined #openstack-meeting | 23:56 | |
*** mohnish__ has quit IRC | 23:57 | |
*** Suyi_ has quit IRC | 23:57 | |
*** prashantD has quit IRC | 23:59 | |
*** zhurong has quit IRC | 23:59 | |
*** maeca1 has joined #openstack-meeting | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!