Thursday, 2016-02-18

*** thinrichs has joined #openstack-meeting00:00
thinrichsHi all.  Time for the congress meeting.00:00
thinrichs#startmeeting CongressTeamMeeting00:00
openstackMeeting started Thu Feb 18 00:00:45 2016 UTC and is due to finish in 60 minutes.  The chair is thinrichs. Information about MeetBot at http://wiki.debian.org/MeetBot.00:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.00:00
*** Zyric has left #openstack-meeting00:00
*** openstack changes topic to " (Meeting topic: CongressTeamMeeting)"00:00
openstackThe meeting name has been set to 'congressteammeeting'00:00
*** dneary has quit IRC00:01
*** jckasper has quit IRC00:01
ramineni1hi00:01
thinrichsramineni, ekcs, pballand: courtesy poing00:02
ekcshi00:02
thinrichshi all00:02
pballandhi00:02
thinrichsShort agenda this week.  Just want to go through statuses and discuss progress on the distributed arch.00:02
*** Sukhdev has joined #openstack-meeting00:03
thinrichsWho wants to go first and tell us what you've been up to?00:03
*** pradk has quit IRC00:03
*** rhagarty has joined #openstack-meeting00:03
*** fzdarsky has quit IRC00:04
thinrichsekcs: how about you?00:04
ekcssure00:04
ekcsI've added to each heartbeat payload the list of target:tables each node subscribes to. WIP because tests are incomplete.00:04
ekcshttps://review.openstack.org/#/c/281586/100:04
ekcsNext step is changing the policy engines to use that information. Not completely straightforward because the current trigger mechanism is dependent on a handler being called each time a subs/unsubs occurs.00:04
ekcsStraigtforward migration would make dseNode generate handler calls as it observes change in subscribed tables owned by each service. Seems inefficient, but it seems like the only solution short of dismantling the policy engines.00:04
*** gatekeep has quit IRC00:05
*** rbak_ has joined #openstack-meeting00:05
ekcsAlso fixed a simple bug I came upon during the heartbeat work. https://review.openstack.org/28151800:05
thinrichsWhy would the handler calls be inefficient?  Once per subscription, right?00:05
*** fzdarsky has joined #openstack-meeting00:06
*** sdague has quit IRC00:06
*** rhagarty_ has joined #openstack-meeting00:06
ekcsyes, but the node needs to keep taking deltas on every heartbeat to determine when to call the handlers.00:06
*** rbak_ has quit IRC00:06
thinrichsWhat if the heartbeat contained deltas?00:07
thinrichsI even wondered if we should publish subscribers as a special table and leverage the delta computation for regular tables.00:07
thinrichsOr are deltas a problem for heartbeats?00:08
*** rbak has quit IRC00:08
*** gatekeep has joined #openstack-meeting00:08
ekcsyea that’s an idea I’ve been thinjing about too. pballand you have any thoughts?00:08
*** rhagarty has quit IRC00:08
pballandI’m confused...00:09
pballandwhat is the inefficiency?00:09
pballandlooking for new nodes to publish data to?00:09
ekcscomputing what has changed in the list of subscribed tables each time a heartbeat is recieved.00:10
ekcsin order to update the publish triggers in say agnostic.00:11
pballandeach node knows what tables it can publish; it maintains a list of subscribers for each table… right so far?00:11
ekcsI think it’ll be fine, but not most elegant. the more general question is whether there is a problem with sending diffs over heartbeat.00:12
ekcsyes basically.00:12
ekcsright now I have it maintaining whether a table HAS subscribers. but can easily do it differently.00:12
pballandso when a node receives a heartbeat, it updates the publish targets for each table… what is the problem?00:12
*** tsandall has joined #openstack-meeting00:13
*** adahms has joined #openstack-meeting00:14
ekcsit’s not a problem. I think it’ll work fine and it’s what i’m going for right now. just inelegant because we translate a diff signal into a state signal and then back into a diff signal.00:14
thinrichspballand: are there ordering issues with heartbeats?  Do the heartbeats always get delivered?00:14
pballandfor table in peer_subscriptions: if self.has_table(): self.update_subscriber(peer)00:14
pballandthinrichs: yes, no00:14
pballandnodes can come up and down at any time - they can certainly miss updates00:15
pballandI don’t see what problem deltas are solving other than reducing a trivial amount of computation00:15
*** penick has quit IRC00:16
thinrichsSo it sounds that publishing all subscribers in every heartbeat and computing deltas is fine computationally, right pballand?00:16
thinrichsekcs: does that sound right to you?00:16
ekcsthinrichs: I agree.00:16
ekcsbut ultimately I think it’ll be architecturally cleaner to use a special table that contains subscriptions. and use the general mechansim for syncing tables.00:17
*** baojg has quit IRC00:17
ekcsnot sure if pballand sees any issues with that.00:17
pballandekcs: that sounds fancy :) no problem with that00:18
pballandthinrichs: (right)00:18
*** alexpilotti has quit IRC00:18
ekcsbut in the mean time i’m just aiming to get the basic funcitonality done using heartbeat.00:18
pballand(we’re talking a few dozen/hundred hash lookups + string comparisons - pretty trivial)00:18
ekcsagreed.00:19
ekcsthat’s all from me.00:19
thinrichsekcs: sounds good.  We can revisit later as we get a better handle on the pain points.00:19
thinrichsLet's move on.00:19
thinrichsramineni: want to go next?00:19
ramineni1sure00:19
ramineni1exception related bug is complete, now i guess all the tests are enabled in api-models and wrkng fine00:20
*** aeng has quit IRC00:20
ramineni1im looking into migrating datasource model00:20
ramineni1now00:20
thinrichsramineni1: what's your plan for the datasource model?  In particular for creating/deleting datasources.00:21
ramineni1thinrichs: I saw your comment on the patch, about moving into dse node00:21
*** RuiChen has quit IRC00:21
*** bbzhao has quit IRC00:21
*** aeng has joined #openstack-meeting00:21
*** liusheng has quit IRC00:22
*** bbzhao has joined #openstack-meeting00:22
*** RuiChen has joined #openstack-meeting00:22
thinrichsramineni1: I asked partly for me but also for everyone else, so we can get everyone thinking about it.00:22
*** liusheng has joined #openstack-meeting00:22
ramineni1thinrichs: im thinking about keeping manager as seperate file and adding reference to dsenode,00:22
ramineni1thinrichs: now accoring to harness change , all api models will have a node attribute right00:23
*** ivar-laz_ has quit IRC00:23
thinrichsramineni1: each api model will have a reference to the DataService they live inside.00:24
thinrichswhich is a little weird,00:24
*** mdenny has quit IRC00:24
*** JOIsen has quit IRC00:24
thinrichsbut it seems clear that the API models need to send RPC calls, either to other dataServices or to DseNodes.00:24
thinrichsSo yes each api model will have a reference to its service, and each service has a reference to its node, so the API can invoke rpc calls on DseNodes.00:25
pballandthat sounds reasonable to me - what do you find weird about that thinrichs?00:26
*** Sukhdev has quit IRC00:26
*** ramineni1 has quit IRC00:27
thinrichsJust the usual OO stuff: API model is a member of DataService, and DataService is a member of DseNode, but API model also has a reference to both the DataService and DseNode that contain it.00:27
pballandthe model doesn’t need a ref to the node, right?00:28
pballand(agreed that having a ref to both is weird)00:28
ekcsthinrichs: I thought API model is subclass of DataService?00:29
pballandthe service can have methods to invoke RPCs to hide the fact that it’s calling the node to do it00:29
*** ramineni_ has joined #openstack-meeting00:29
thinrichspballand: That's what we're doing with the RPCs that go to other DataServices.00:29
thinrichspballand: with the create/delete datasource, however, the natural place is to put that code into the DseNode (not the service), which means the APi-model is RPCing into the Node.00:29
ramineni_back, sorry, power failure00:30
*** epico has joined #openstack-meeting00:30
thinrichsekcs: not any more.00:30
pballandthinrichs: right - any concerns with exposing a method on service for invoking node rpcs?00:30
thinrichspballand: nope—that seems to be the right abstraction: having a dataservice_rpc and a dsenode_rpc (or something with better names) defined in the API-model base class.00:31
*** zz_dimtruck is now known as dimtruck00:31
*** garthb has quit IRC00:31
thinrichsekcs: we didn't think that having each API model as a separate dataservice made sense.00:31
*** sridhar_ram1 has joined #openstack-meeting00:31
pballandthinrichs: ok, I thanks for clearing that up for me00:31
thinrichsThough now is the time to debate that.00:32
pballands/I thanks/thanks00:32
thinrichspballand: np00:32
thinrichsMaybe we should talk that through quickly...00:32
*** ivar-lazzaro has joined #openstack-meeting00:33
*** ivar-lazzaro has quit IRC00:33
thinrichsTwo options for the API-models and how they are deployed on the DSE2....00:33
thinrichs1. Each API-model is its own DataService00:33
*** sridhar_ram has quit IRC00:33
thinrichs2. All API-models are encapsulated within 1 DataService00:33
*** ntpttr has quit IRC00:33
*** ivar-lazzaro has joined #openstack-meeting00:34
thinrichspballand: correct me if I'm wrong...00:34
*** lblanchard has joined #openstack-meeting00:34
pballandI had assumed 2; what’s the advantage to 1.?00:34
thinrichsPutting each API model into its own DataService is awkward given that there is 1 router describes how to map http requests to API-models.00:34
ekcsmakes sense.00:35
thinrichsHere's a change where we're moving to (2)00:35
thinrichspballand: I had assumed (2) as well, but we had (in my mind temporarily) implemented (1)00:36
*** lblanchard has quit IRC00:36
thinrichsramineni: any thoughts about option 1 versus 2?00:37
thinrichs(Before I forget again, masahito let me know he's on a plane to Tokyo right now, which is why he couldn't make it.)00:37
ramineni_thinrichs: ya, 2 makes more sense, but does your harness change propsed now covers that00:37
ramineni_?00:37
*** lblanchard has joined #openstack-meeting00:38
ramineni_thinrichs: i thought you were passing reference to teh node it is registered00:38
*** alexpilotti has joined #openstack-meeting00:39
thinrichsramineni_: I think my patch covers that—changes the base class of  base.APIModel to object and then passes a reference to the DataService in the constructor.00:39
thinrichs#link https://review.openstack.org/#/c/280424/3/congress/api/base.py00:39
thinrichs(I'm planning on changing self.bus to self.service or the like.)00:39
*** banix has quit IRC00:39
thinrichsSo then if we move the create/delete datasource logic into DseNode, …00:40
thinrichswe'll add an invoke_node_rpc (or similar) to that file and call it from the datasource_model00:40
thinrichswhenever we need to create/delete a datasource.00:40
*** _amrith_ is now known as amrith00:40
ramineni_thinrichs: oh, got it00:41
pballandsounds good to me00:41
ramineni_thinrichs: will change accordingly00:41
thinrichsekcs: what do you think?00:41
ekcsthinrichs: seems to make sense.00:42
*** thorst has joined #openstack-meeting00:42
ekcsso each model has a ref to the containing service.00:42
thinrichspballand: want to look at my change to see if it's what you were moving toward?  Anything that's going to bite me later?00:42
thinrichsekcs: yep00:42
ekcsand then it can get a ref to the containing node through the containing service.00:43
*** alexpilo_ has joined #openstack-meeting00:43
*** Sukhdev has joined #openstack-meeting00:43
*** alexpilotti has quit IRC00:43
ekcsbut we’re encapsulating interaction with the node within a method.00:43
thinrichsekcs: yep00:43
thinrichsSo it should all be hidden from the model.00:44
ekcssounds sensible.00:44
thinrichsThat's a pretty natural segue to my status update…00:45
thinrichsThe patch I linked to earlier is trying to replace the old harness with a new harness ...00:46
*** rcernin has quit IRC00:46
*** dimtruck is now known as zz_dimtruck00:46
thinrichs(where we initialize the message bus, add the policy engine, API, previously configured datasources, etc. to the bus).00:46
thinrichsSeems to be going mostly okay.00:47
thinrichsFor testing, I realized I should be porting (or at least taking inspiration from) the old test_congress.00:47
thinrichsSo the idea for the tests is….00:47
thinrichsUse harness to spin up a DseNode along with the policy engine and API.00:48
*** alexpilo_ has quit IRC00:48
thinrichsUse API calls to create (fake) datasources…00:48
thinrichsUse API calls to create policies, add rules, etc.00:48
thinrichsThe goal is not to have comprehensive API tests, but rather to make sure everything is hooked up right00:48
thinrichson the bus.00:48
thinrichsThe only bit that we won't be testing is the web server that maps HTTP requests down to the API models.00:49
thinrichs(Above I should have said 'Use API-models to create (fake) datasources')00:49
thinrichsHow does that testing sound?00:50
ramineni_thinrichs: sounds good to me00:50
pballandsounds good to me00:50
*** JRobinson__ has quit IRC00:50
ekcsmakes sense.00:51
*** JRobinson__ has joined #openstack-meeting00:51
thinrichsOnce we get all the unit(ish) tests passing, hopefully that'll get us a long way toward a working system.00:51
thinrichsmasahito is working on the next level up from harness: getting the server started...00:52
thinrichs#link https://review.openstack.org/#/c/280793/00:52
thinrichsOnce those 3 pieces are in place (server, harness, datasource-model), I think we might need to move to tempest-level tests.00:52
thinrichsDoes that sound right?00:53
ramineni_yes00:53
ramineni_but tempest doesn't change much right00:54
*** scinawa has quit IRC00:54
ramineni_it should work as it is, with changed config option00:54
thinrichsI guess we'd be testing masahito's server change.00:55
*** zz_dimtruck is now known as dimtruck00:55
*** elopez has joined #openstack-meeting00:55
thinrichsBut you're right that we're API compatible, so the devstack scripts should work...00:55
*** tej has joined #openstack-meeting00:55
thinrichsI guess we're not using any real rabbitMQ yet, so even that shouldn't change.00:55
ramineni_ya00:55
thinrichsTime check…4 minutes left.00:56
thinrichs#topic open discussion00:56
*** openstack changes topic to "open discussion (Meeting topic: CongressTeamMeeting)"00:56
thinrichsAlmost ran out of time.  Anyone have anything else to discuss?00:56
*** myoung|mobile has joined #openstack-meeting00:59
*** tej has quit IRC00:59
thinrichsThat's it for today then.  Thanks all!  Let's keep plugging away to get this all in place for Mitaka!00:59
*** tej has joined #openstack-meeting01:00
ekcslaters01:00
thinrichs#endmeeting01:00
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"01:00
openstackMeeting ended Thu Feb 18 01:00:19 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)01:00
openstackMinutes:        http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-02-18-00.00.html01:00
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-02-18-00.00.txt01:00
openstackLog:            http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-02-18-00.00.log.html01:00
*** dmacpher has quit IRC01:01
*** elopez has quit IRC01:03
*** weshay has quit IRC01:03
*** achanda has quit IRC01:03
*** tej has quit IRC01:04
*** ramineni_ has left #openstack-meeting01:04
*** sdake_ is now known as sdake01:05
*** zhhuabj has quit IRC01:05
*** ijw has joined #openstack-meeting01:05
*** sridhar_ram1 has quit IRC01:06
*** Swami has quit IRC01:07
*** doug-fish has joined #openstack-meeting01:08
*** prashantD_ has quit IRC01:10
*** ijw_ has joined #openstack-meeting01:10
*** doug-fish has quit IRC01:11
*** ijw has quit IRC01:11
*** arvinc_ has joined #openstack-meeting01:17
*** zhhuabj has joined #openstack-meeting01:17
*** arvinc_ has quit IRC01:17
*** baohua has joined #openstack-meeting01:18
*** fzdarsky has quit IRC01:18
*** arvinc_ has joined #openstack-meeting01:18
*** mtanino has quit IRC01:18
*** hoangcx has joined #openstack-meeting01:19
*** arvinc_ has quit IRC01:19
*** arvinc_ has joined #openstack-meeting01:19
*** achanda has joined #openstack-meeting01:20
*** rhagarty_ has quit IRC01:20
*** rhagarty has joined #openstack-meeting01:20
*** alexpilotti has joined #openstack-meeting01:24
*** bill_az has quit IRC01:28
*** alexpilotti has quit IRC01:29
*** ebalduf has joined #openstack-meeting01:33
*** sdake has quit IRC01:34
*** tsandall has quit IRC01:34
*** jgrant has joined #openstack-meeting01:36
*** jgrant has quit IRC01:36
*** jgrant has joined #openstack-meeting01:37
*** pvaneck has quit IRC01:38
*** sputnik13 has quit IRC01:38
*** ebalduf has quit IRC01:38
*** davechen has joined #openstack-meeting01:39
*** ljxiash has joined #openstack-meeting01:41
*** alexpilotti has joined #openstack-meeting01:41
*** osjgrant has joined #openstack-meeting01:42
*** thorst has quit IRC01:44
*** baojg has joined #openstack-meeting01:45
*** leeantho has quit IRC01:45
*** alexpilotti has quit IRC01:46
*** esker has joined #openstack-meeting01:46
*** jgrant has left #openstack-meeting01:47
*** osjgrant has left #openstack-meeting01:48
*** zhurong has joined #openstack-meeting01:48
*** davechen1 has joined #openstack-meeting01:48
*** dmacpher has joined #openstack-meeting01:49
*** davechen has quit IRC01:50
*** esker has quit IRC01:51
*** ivar-laz_ has joined #openstack-meeting01:51
*** ivar-lazzaro has quit IRC01:55
*** ivar-laz_ has quit IRC01:56
*** jckasper has joined #openstack-meeting01:57
*** jckasper has quit IRC01:57
*** jckasper has joined #openstack-meeting01:57
*** bochi-michael has joined #openstack-meeting01:58
*** rhagarty has quit IRC01:58
*** alexpilotti has joined #openstack-meeting02:02
*** _sarob has joined #openstack-meeting02:02
*** sdake has joined #openstack-meeting02:03
*** sdake has quit IRC02:03
*** sdake has joined #openstack-meeting02:04
*** su_zhang has quit IRC02:04
*** tej has joined #openstack-meeting02:05
*** alexpilotti has quit IRC02:07
*** doug-fish has joined #openstack-meeting02:08
*** davechen has joined #openstack-meeting02:08
*** doug-fish has quit IRC02:08
*** davechen1 has quit IRC02:10
*** tej has quit IRC02:10
*** haomaiwa_ has joined #openstack-meeting02:12
*** thinrichs has quit IRC02:14
*** iyamahat has quit IRC02:17
*** yamahata has quit IRC02:19
*** shz has joined #openstack-meeting02:22
*** s3wong has quit IRC02:23
*** dkranz has joined #openstack-meeting02:23
*** banix has joined #openstack-meeting02:25
*** shihanzhang has quit IRC02:25
*** angdraug has quit IRC02:26
*** tfukushima has joined #openstack-meeting02:28
*** mudassirlatif has quit IRC02:29
*** Guest22069 is now known as jogo02:30
*** jogo has quit IRC02:31
*** jogo has joined #openstack-meeting02:31
*** cwolferh has quit IRC02:31
*** hichihara has joined #openstack-meeting02:33
*** Sukhdev has quit IRC02:33
*** dkranz has quit IRC02:36
*** hdaniel has quit IRC02:36
*** zhhuabj has quit IRC02:37
*** lblanchard has quit IRC02:39
*** xinwu has quit IRC02:39
*** _sarob has quit IRC02:40
*** iyamahat has joined #openstack-meeting02:41
*** alexpilotti has joined #openstack-meeting02:41
*** harshs has joined #openstack-meeting02:42
*** elopez has joined #openstack-meeting02:42
*** baojg has quit IRC02:43
*** thorst has joined #openstack-meeting02:45
*** baojg has joined #openstack-meeting02:47
*** alexpilotti has quit IRC02:47
*** thorst has quit IRC02:53
*** alrs has quit IRC02:53
*** apoorvad has quit IRC02:54
*** esker has joined #openstack-meeting02:55
*** prashantD has joined #openstack-meeting02:55
*** zhhuabj has joined #openstack-meeting02:56
*** yamahata has joined #openstack-meeting03:00
*** esker has quit IRC03:00
*** prashantD has quit IRC03:00
*** ganso has quit IRC03:00
*** castulo has joined #openstack-meeting03:00
*** haomaiwa_ has quit IRC03:01
*** prashantD has joined #openstack-meeting03:01
*** haomaiwa_ has joined #openstack-meeting03:01
*** doug-fish has joined #openstack-meeting03:04
*** salv-orl_ has quit IRC03:04
*** ijw_ has quit IRC03:05
*** myoung|mobile has quit IRC03:05
*** alexpilotti has joined #openstack-meeting03:05
*** shashank_hegde has joined #openstack-meeting03:07
*** doug-fish has quit IRC03:09
*** ekcs has quit IRC03:09
*** harshs has quit IRC03:09
*** alexpilotti has quit IRC03:11
*** IlyaG has joined #openstack-meeting03:14
*** IlyaG has quit IRC03:14
*** IlyaG has joined #openstack-meeting03:15
*** prashantD has quit IRC03:17
*** unicell has quit IRC03:19
*** prashantD has joined #openstack-meeting03:19
*** sridhar_ram has joined #openstack-meeting03:19
*** banix has quit IRC03:20
*** sdake has quit IRC03:20
*** amrith is now known as _amrith_03:22
*** sridhar_ram has quit IRC03:22
*** bbbzhao has joined #openstack-meeting03:23
*** tochi has quit IRC03:25
*** timcline has quit IRC03:25
*** bbzhao has quit IRC03:27
*** shashank_hegde has quit IRC03:28
*** dims_ has quit IRC03:30
*** dims has joined #openstack-meeting03:32
*** elopez has quit IRC03:32
*** elopez has joined #openstack-meeting03:33
*** hoangcx has quit IRC03:33
*** john5223 has joined #openstack-meeting03:33
*** shashank_hegde has joined #openstack-meeting03:35
*** ljxiash has quit IRC03:40
*** ljxiash has joined #openstack-meeting03:40
*** yamamoto has joined #openstack-meeting03:41
*** baojg has quit IRC03:42
*** alexpilotti has joined #openstack-meeting03:42
*** shashank_hegde has quit IRC03:42
*** ljxiash has quit IRC03:45
*** timcline has joined #openstack-meeting03:45
*** baojg has joined #openstack-meeting03:45
*** shashank_hegde has joined #openstack-meeting03:45
*** shashank_hegde has quit IRC03:47
*** alexpilotti has quit IRC03:47
*** brad_behle has joined #openstack-meeting03:47
*** baigk has quit IRC03:47
*** bobh has joined #openstack-meeting03:47
*** baigk has joined #openstack-meeting03:48
*** thorst has joined #openstack-meeting03:51
*** elopez has quit IRC03:52
*** elopez has joined #openstack-meeting03:53
*** baojg has quit IRC03:55
*** unicell has joined #openstack-meeting03:55
*** baoli has joined #openstack-meeting03:55
*** prashantD has quit IRC03:56
*** thorst has quit IRC03:58
*** tochi has joined #openstack-meeting04:00
*** haomaiwa_ has quit IRC04:01
*** haomaiwang has joined #openstack-meeting04:01
*** hoangcx has joined #openstack-meeting04:04
*** elopez has quit IRC04:05
*** elopez has joined #openstack-meeting04:05
*** shashank_hegde has joined #openstack-meeting04:06
*** tej has joined #openstack-meeting04:07
*** tej has quit IRC04:12
*** davechen1 has joined #openstack-meeting04:12
*** dimtruck is now known as zz_dimtruck04:14
*** davechen has quit IRC04:14
*** baoli has quit IRC04:17
*** brad_behle has quit IRC04:17
*** baoli has joined #openstack-meeting04:17
*** baojg has joined #openstack-meeting04:25
*** hoangcx has quit IRC04:27
*** shashank_hegde has quit IRC04:30
*** hoangcx has joined #openstack-meeting04:31
*** jckasper has quit IRC04:33
*** jckasper has joined #openstack-meeting04:33
*** peluse has joined #openstack-meeting04:33
*** dneary has joined #openstack-meeting04:35
*** epico has quit IRC04:39
*** rajeshr has joined #openstack-meeting04:42
*** alexpilotti has joined #openstack-meeting04:43
*** ricolin has joined #openstack-meeting04:44
*** novas0x2a|laptop has quit IRC04:45
*** sudipto has joined #openstack-meeting04:47
*** alexpilotti has quit IRC04:48
*** bobh has quit IRC04:48
*** bill_az has joined #openstack-meeting04:49
*** xyang1 has joined #openstack-meeting04:50
*** jehos has joined #openstack-meeting04:50
*** dims_ has joined #openstack-meeting04:53
*** cartik has joined #openstack-meeting04:53
*** dims has quit IRC04:55
*** ljxiash has joined #openstack-meeting04:56
*** thorst has joined #openstack-meeting04:56
*** xyang1 has quit IRC04:58
*** dims_ has quit IRC05:00
*** haomaiwang has quit IRC05:01
*** esker has joined #openstack-meeting05:01
*** xinwu has joined #openstack-meeting05:01
*** haomaiwa_ has joined #openstack-meeting05:01
*** baoli has quit IRC05:01
*** dims has joined #openstack-meeting05:02
*** dims has quit IRC05:02
*** floppee has joined #openstack-meeting05:02
*** ljxiash has quit IRC05:03
*** ljxiash has joined #openstack-meeting05:04
*** thorst has quit IRC05:04
*** esker has quit IRC05:05
*** zhurong has quit IRC05:05
*** egallen has joined #openstack-meeting05:07
*** ljxiash has quit IRC05:08
*** roxanaghe has joined #openstack-meeting05:09
*** llu has quit IRC05:11
*** hoangcx has quit IRC05:12
*** zzxwill has joined #openstack-meeting05:14
*** rajeshr has quit IRC05:14
*** llu has joined #openstack-meeting05:20
*** ljxiash has joined #openstack-meeting05:21
*** esker has joined #openstack-meeting05:21
*** FallenPegasus has joined #openstack-meeting05:22
*** epico has joined #openstack-meeting05:25
*** zzxwill has quit IRC05:25
*** esker has quit IRC05:26
*** maishsk_ has joined #openstack-meeting05:27
*** maishsk has quit IRC05:28
*** maishsk_ is now known as maishsk05:28
*** zhurong has joined #openstack-meeting05:29
*** sridharg has joined #openstack-meeting05:30
*** roxanaghe has quit IRC05:34
*** gyee has quit IRC05:35
*** aeng has quit IRC05:38
*** comay has quit IRC05:38
*** maishsk has quit IRC05:39
*** maishsk_ has joined #openstack-meeting05:39
*** bill_az has quit IRC05:40
*** shz has quit IRC05:43
*** maishsk_ has quit IRC05:44
*** alexpilotti has joined #openstack-meeting05:44
*** shihanzhang has joined #openstack-meeting05:44
*** iyamahat has quit IRC05:47
*** alexpilotti has quit IRC05:48
*** IlyaG has quit IRC05:51
*** _nadya_ has joined #openstack-meeting05:54
*** haomaiwa_ has quit IRC06:01
*** hoangcx has joined #openstack-meeting06:01
*** haomaiwang has joined #openstack-meeting06:01
*** thorst has joined #openstack-meeting06:02
*** sridhar_ram has joined #openstack-meeting06:05
*** harshs has joined #openstack-meeting06:08
*** thorst has quit IRC06:09
*** FallenPegasus has quit IRC06:10
*** iyamahat has joined #openstack-meeting06:11
*** sridhar_ram1 has joined #openstack-meeting06:12
*** FallenPegasus has joined #openstack-meeting06:12
*** sridhar_ram has quit IRC06:13
*** _nadya_ has quit IRC06:23
*** esker has joined #openstack-meeting06:24
*** harshs has quit IRC06:25
*** esker has quit IRC06:28
*** sridhar_ram1 has quit IRC06:28
*** dneary has quit IRC06:32
*** fzdarsky has joined #openstack-meeting06:34
*** alexpilotti has joined #openstack-meeting06:45
*** numans has joined #openstack-meeting06:46
*** egallen has quit IRC06:46
*** baojg has quit IRC06:47
*** alexpilotti has quit IRC06:49
*** hoangcx has quit IRC06:50
*** baojg has joined #openstack-meeting06:51
*** hoangcx has joined #openstack-meeting06:51
*** fzdarsky has quit IRC06:52
*** FallenPegasus has quit IRC06:53
*** fzdarsky has joined #openstack-meeting06:54
*** nkrinner has joined #openstack-meeting06:58
*** haomaiwang has quit IRC07:01
*** haomaiwa_ has joined #openstack-meeting07:01
*** su_zhang has joined #openstack-meeting07:02
*** tshtilma has joined #openstack-meeting07:02
*** esker has joined #openstack-meeting07:06
*** nijaba has quit IRC07:07
*** JRobinson__ has quit IRC07:07
*** maishsk has joined #openstack-meeting07:08
*** armax has quit IRC07:09
*** thorst has joined #openstack-meeting07:09
*** esker has quit IRC07:11
*** paul-carlton1 has joined #openstack-meeting07:13
*** baojg has quit IRC07:13
*** thorst has quit IRC07:14
*** achanda has quit IRC07:14
*** ricolin has quit IRC07:15
*** baojg has joined #openstack-meeting07:16
*** achanda has joined #openstack-meeting07:17
*** jehos has quit IRC07:17
*** scheuran has joined #openstack-meeting07:17
*** neeti has joined #openstack-meeting07:18
*** maishsk has quit IRC07:18
*** evgenyf has joined #openstack-meeting07:19
*** xinwu has quit IRC07:19
*** alexpilotti has joined #openstack-meeting07:20
*** intr1nsic has quit IRC07:25
*** esker has joined #openstack-meeting07:27
*** elopez_ has joined #openstack-meeting07:27
*** alexpilotti has quit IRC07:27
*** intr1nsic has joined #openstack-meeting07:28
*** gongysh has joined #openstack-meeting07:29
*** ianw has quit IRC07:30
*** elopez has quit IRC07:30
*** ianw has joined #openstack-meeting07:31
*** maishsk has joined #openstack-meeting07:31
*** esker has quit IRC07:31
*** obondarev has joined #openstack-meeting07:32
*** epico has quit IRC07:35
*** nmagnezi has joined #openstack-meeting07:40
*** epico has joined #openstack-meeting07:40
*** alexpilotti has joined #openstack-meeting07:41
*** e0ne has joined #openstack-meeting07:41
*** egallen has joined #openstack-meeting07:42
*** salv-orlando has joined #openstack-meeting07:44
*** alexpilotti has quit IRC07:45
*** davechen1 is now known as davechen07:46
*** rcernin has joined #openstack-meeting07:50
*** adahms has quit IRC07:57
*** e0ne has quit IRC07:58
*** ildikov has quit IRC08:00
*** haomaiwa_ has quit IRC08:01
*** haomaiwang has joined #openstack-meeting08:01
*** alexpilotti has joined #openstack-meeting08:01
*** adiantum has joined #openstack-meeting08:02
*** pcaruana has joined #openstack-meeting08:05
*** alexpilotti has quit IRC08:06
*** su_zhang has quit IRC08:08
*** fzdarsky has quit IRC08:08
*** esker has joined #openstack-meeting08:08
*** gongysh has quit IRC08:09
*** nijaba has joined #openstack-meeting08:10
*** nijaba has quit IRC08:10
*** nijaba has joined #openstack-meeting08:10
*** thorst has joined #openstack-meeting08:11
*** ildikov has joined #openstack-meeting08:12
*** esker has quit IRC08:13
*** jtomasek|afk is now known as jtomasek08:15
*** shashank_hegde has joined #openstack-meeting08:16
*** thorst has quit IRC08:18
*** ygbo has joined #openstack-meeting08:19
*** pnavarro has joined #openstack-meeting08:20
*** numans has quit IRC08:22
*** alexpilotti has joined #openstack-meeting08:22
*** jlanoux has joined #openstack-meeting08:24
*** nijaba has quit IRC08:25
*** tshtilma has quit IRC08:26
*** jlanoux has quit IRC08:26
*** jlanoux has joined #openstack-meeting08:26
*** alexpilotti has quit IRC08:27
*** numans has joined #openstack-meeting08:33
*** tshtilma has joined #openstack-meeting08:34
*** belmoreira has joined #openstack-meeting08:34
*** nijaba has joined #openstack-meeting08:35
*** nijaba has quit IRC08:35
*** nijaba has joined #openstack-meeting08:35
*** jschwarz has joined #openstack-meeting08:35
*** matrohon has joined #openstack-meeting08:35
*** alexpilotti has joined #openstack-meeting08:40
*** hoangcx has quit IRC08:43
*** alexpilotti has quit IRC08:45
*** matrohon has quit IRC08:47
*** dmacpher has quit IRC08:47
*** hdaniel has joined #openstack-meeting08:48
*** esker has joined #openstack-meeting08:50
*** hoangcx has joined #openstack-meeting08:50
*** piet has joined #openstack-meeting08:51
*** pchadwick has joined #openstack-meeting08:52
*** leong has joined #openstack-meeting08:52
*** leong has quit IRC08:52
*** pchadwick has left #openstack-meeting08:52
*** hashar has joined #openstack-meeting08:53
*** karlamrhein has joined #openstack-meeting08:53
*** nijaba has quit IRC08:53
*** esker has quit IRC08:54
*** kencjohnston has joined #openstack-meeting08:54
*** zeih has joined #openstack-meeting08:55
*** cartik has quit IRC08:56
*** nijaba has joined #openstack-meeting08:59
*** nijaba has quit IRC08:59
*** nijaba has joined #openstack-meeting08:59
*** karlamrhein has quit IRC09:00
*** haomaiwang has quit IRC09:01
*** elopez_ has quit IRC09:01
*** haomaiwang has joined #openstack-meeting09:01
*** paul-carlton1 has quit IRC09:04
*** macsz has joined #openstack-meeting09:05
*** rakhmerov has quit IRC09:05
*** rakhmerov has joined #openstack-meeting09:05
*** _nadya_ has joined #openstack-meeting09:09
*** esker has joined #openstack-meeting09:11
*** mbound has joined #openstack-meeting09:12
*** nijaba has quit IRC09:13
*** esker has quit IRC09:15
*** thorst has joined #openstack-meeting09:17
*** nijaba has joined #openstack-meeting09:17
*** nijaba has quit IRC09:17
*** nijaba has joined #openstack-meeting09:17
*** ndipanov has joined #openstack-meeting09:18
*** ygbo has quit IRC09:18
*** ygbo has joined #openstack-meeting09:19
*** ildikov has quit IRC09:20
*** ndipanov has quit IRC09:22
*** thorst has quit IRC09:24
*** safchain has joined #openstack-meeting09:25
*** achanda has quit IRC09:25
*** ogelbukh has quit IRC09:27
*** yassine has joined #openstack-meeting09:28
*** achanda has joined #openstack-meeting09:28
*** achanda has quit IRC09:29
*** ociuhandu has joined #openstack-meeting09:29
*** Akis_ has joined #openstack-meeting09:30
*** baohua has quit IRC09:31
*** Akis__ has quit IRC09:34
*** shashank_hegde has quit IRC09:34
*** e0ne has joined #openstack-meeting09:35
*** ildikov has joined #openstack-meeting09:36
*** doug-fish has joined #openstack-meeting09:40
*** ogelbukh has joined #openstack-meeting09:41
*** mhickey has joined #openstack-meeting09:41
*** ndipanov has joined #openstack-meeting09:41
*** cartik has joined #openstack-meeting09:41
*** alrs has joined #openstack-meeting09:42
*** doug-fish has quit IRC09:44
*** achanda has joined #openstack-meeting09:46
*** paul-carlton1 has joined #openstack-meeting09:47
*** tfukushima has quit IRC09:49
*** jlanoux has quit IRC09:49
*** alexpilotti has joined #openstack-meeting09:49
*** jlanoux has joined #openstack-meeting09:50
*** toscalix has joined #openstack-meeting09:51
*** [1]evgenyf has joined #openstack-meeting09:53
*** tfukushima has joined #openstack-meeting09:54
*** tfukushima has quit IRC09:54
*** zhurong has quit IRC09:54
*** piet has quit IRC09:55
*** piet has joined #openstack-meeting09:55
*** davechen has left #openstack-meeting09:55
*** evgenyf has quit IRC09:56
*** [1]evgenyf is now known as evgenyf09:56
*** derekh has joined #openstack-meeting09:56
*** andreykurilin has joined #openstack-meeting09:56
*** egallen has quit IRC09:58
*** egallen has joined #openstack-meeting09:58
*** haomaiwang has quit IRC10:01
*** haomaiwang has joined #openstack-meeting10:01
*** ganso has joined #openstack-meeting10:02
*** salv-orl_ has joined #openstack-meeting10:03
*** aloga has quit IRC10:05
*** salv-orlando has quit IRC10:06
*** aloga has joined #openstack-meeting10:07
*** acoles_ is now known as acoles10:10
*** iyamahat has quit IRC10:12
*** achanda has quit IRC10:12
*** tej has joined #openstack-meeting10:12
*** hoangcx has quit IRC10:13
*** esker has joined #openstack-meeting10:13
*** acoles has left #openstack-meeting10:14
*** yamahata has quit IRC10:14
*** achanda has joined #openstack-meeting10:14
*** FallenPegasus has joined #openstack-meeting10:14
*** cartik has quit IRC10:14
*** aloga has quit IRC10:16
*** achanda has quit IRC10:16
*** tej has quit IRC10:17
*** zhhuabj has quit IRC10:17
*** zhhuabj has joined #openstack-meeting10:17
*** piet has quit IRC10:18
*** esker has quit IRC10:18
*** piet has joined #openstack-meeting10:18
*** aloga has joined #openstack-meeting10:18
*** FallenPegasus has quit IRC10:19
*** _sarob has joined #openstack-meeting10:19
*** thorst has joined #openstack-meeting10:22
*** _sarob has quit IRC10:24
*** epico has quit IRC10:26
*** baojg has quit IRC10:28
*** thorst has quit IRC10:29
*** akiskourtis has joined #openstack-meeting10:37
*** aarefiev has quit IRC10:37
*** piet has quit IRC10:38
*** piet has joined #openstack-meeting10:39
*** zhhuabj has quit IRC10:39
*** bochi-michael has quit IRC10:39
*** zhhuabj has joined #openstack-meeting10:39
*** Akis_ has quit IRC10:39
*** newone has joined #openstack-meeting10:40
*** newone has quit IRC10:41
*** doug-fish has joined #openstack-meeting10:41
*** arvinc_ has quit IRC10:42
*** hichihara has quit IRC10:44
*** piet has quit IRC10:44
*** ozamiatin has quit IRC10:45
*** piet has joined #openstack-meeting10:45
*** doug-fish has quit IRC10:46
*** rfolco has joined #openstack-meeting10:46
*** sdague has joined #openstack-meeting10:49
*** kencjohnston has quit IRC10:52
*** electrofelix has joined #openstack-meeting10:52
*** rossella_s has quit IRC10:57
*** rossella_s has joined #openstack-meeting10:58
*** dims has joined #openstack-meeting10:59
*** esker has joined #openstack-meeting11:00
*** haomaiwang has quit IRC11:01
*** marcusvrn_ has joined #openstack-meeting11:01
*** kencjohnston has joined #openstack-meeting11:01
*** haomaiwang has joined #openstack-meeting11:01
*** tellesnobrega is now known as tellesnobrega_af11:02
*** piet has quit IRC11:02
*** yamamoto has quit IRC11:03
*** [1]tshtilma has joined #openstack-meeting11:03
*** piet has joined #openstack-meeting11:04
*** esker has quit IRC11:05
*** tshtilma has quit IRC11:06
*** ihrachys has joined #openstack-meeting11:08
*** [1]tshtilma has quit IRC11:08
*** aysyd has joined #openstack-meeting11:08
*** tshtilma has joined #openstack-meeting11:10
*** neiljerram has joined #openstack-meeting11:11
*** tobe has joined #openstack-meeting11:11
*** aarefiev has joined #openstack-meeting11:11
*** tfukushima has joined #openstack-meeting11:11
*** tej has joined #openstack-meeting11:13
*** esker has joined #openstack-meeting11:15
*** jlanoux has quit IRC11:15
*** jlanoux has joined #openstack-meeting11:15
*** ihrachys has quit IRC11:16
*** ihrachys has joined #openstack-meeting11:16
*** achanda has joined #openstack-meeting11:17
*** tej has quit IRC11:17
*** kebray has quit IRC11:18
*** jkraj has joined #openstack-meeting11:18
*** piet has quit IRC11:19
*** tochi has quit IRC11:19
*** esker has quit IRC11:20
*** fzdarsky has joined #openstack-meeting11:20
*** ociuhandu has quit IRC11:22
*** tfukushima has quit IRC11:23
*** egallen has quit IRC11:23
*** kebray has joined #openstack-meeting11:24
*** tellesnobrega_af is now known as tellesnobrega11:24
*** achanda has quit IRC11:24
*** piet has joined #openstack-meeting11:25
*** thorst has joined #openstack-meeting11:27
*** dims_ has joined #openstack-meeting11:30
*** dims has quit IRC11:31
*** ihrachys has quit IRC11:32
*** thorst has quit IRC11:34
*** sudipto has quit IRC11:37
*** ljxiash has quit IRC11:38
*** ljxiash has joined #openstack-meeting11:38
*** ljxiash has quit IRC11:42
*** yamamoto has joined #openstack-meeting11:48
*** yamamoto_ has joined #openstack-meeting11:49
*** luisfdez has quit IRC11:50
*** yamamoto has quit IRC11:53
*** yamamoto_ has quit IRC11:57
*** fzdarsky has quit IRC11:57
*** adahms has joined #openstack-meeting11:58
*** piet has quit IRC12:00
*** haomaiwang has quit IRC12:01
*** egallen has joined #openstack-meeting12:01
*** haomaiwa_ has joined #openstack-meeting12:01
*** piet has joined #openstack-meeting12:02
*** salv-orl_ has quit IRC12:03
*** ljxiash has joined #openstack-meeting12:03
*** luisfdez has joined #openstack-meeting12:06
*** raildo-afk is now known as raildo12:09
*** MaxPC has joined #openstack-meeting12:09
*** yamamoto has joined #openstack-meeting12:11
*** erlon has joined #openstack-meeting12:11
*** piet has quit IRC12:15
*** piet has joined #openstack-meeting12:15
*** piet has quit IRC12:17
*** piet has joined #openstack-meeting12:18
*** rtheis has joined #openstack-meeting12:18
*** yamamoto has quit IRC12:22
*** yamamoto has joined #openstack-meeting12:23
*** ociuhandu has joined #openstack-meeting12:23
*** salv-orlando has joined #openstack-meeting12:26
*** yamamoto has quit IRC12:27
*** scinawa has joined #openstack-meeting12:27
*** JoseMello has joined #openstack-meeting12:28
*** _amrith_ is now known as amrith12:33
*** piet has quit IRC12:35
*** Daisy has joined #openstack-meeting12:36
*** kencjohnston has quit IRC12:43
*** kencjohnston has joined #openstack-meeting12:45
*** thorst has joined #openstack-meeting12:45
*** yamamoto has joined #openstack-meeting12:46
*** _sarob has joined #openstack-meeting12:46
*** _sarob has quit IRC12:51
*** haomaiwa_ has quit IRC12:52
*** kencjohnston has quit IRC12:53
*** kencjohnston has joined #openstack-meeting12:54
*** ninag has joined #openstack-meeting12:54
*** doug-fish has joined #openstack-meeting12:54
*** rfolco has quit IRC12:57
*** julim has joined #openstack-meeting12:57
*** rfolco has joined #openstack-meeting12:57
*** katomo has joined #openstack-meeting12:58
DaisyWe will start i18n meeting soon.12:59
*** aloga has quit IRC12:59
*** eumel8 has joined #openstack-meeting12:59
*** matrohon has joined #openstack-meeting13:00
Daisy#startmeeting OpenStack I18n Meeting13:00
openstackMeeting started Thu Feb 18 13:00:29 2016 UTC and is due to finish in 60 minutes.  The chair is Daisy. Information about MeetBot at http://wiki.debian.org/MeetBot.13:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.13:00
*** openstack changes topic to " (Meeting topic: OpenStack I18n Meeting)"13:00
openstackThe meeting name has been set to 'openstack_i18n_meeting'13:00
eumel8hi ho13:00
DaisyHi, eumel813:00
*** ianychoi_phone has joined #openstack-meeting13:00
*** jftalta has joined #openstack-meeting13:00
jftalta#openstack-meeting13:00
Daisyjftalta: Welcome13:00
ianychoi_phoneHi!13:01
eumel8Hi Daisy13:01
jftaltaHello13:01
katomoHi, Daisy, eumel813:01
eumel8Hi katomo13:01
doug-fishhi all13:01
katomohi jftalta ianychoi_phone13:01
DaisyGreat. It looks like we have all people here.13:01
*** aloga has joined #openstack-meeting13:01
DaisyThen let's start.13:01
katomohi doug-fish13:01
Daisy#topic Follow up with translation check website13:01
*** openstack changes topic to "Follow up with translation check website (Meeting topic: OpenStack I18n Meeting)"13:01
*** ujuc has joined #openstack-meeting13:01
ujuchi13:02
Daisyeumel8: can you describe the status of this work ?13:02
DaisyI was a week away and I'm a little lost.13:02
katomohi ujuc13:02
eumel8yes, review is starting. we're in the 2nd round. Fixed some issues, awaiting response drom infra team13:02
eumel8from13:03
*** ljxiash has quit IRC13:03
DaisyThank you.13:03
doug-fishthat's great! do you have a link to the patch?13:03
DaisyAre there anything left that we can help ?13:03
katomogreat13:03
*** ljxiash has joined #openstack-meeting13:03
eumel8maybe we can ask for more support from infra if they have time13:04
Daisydoug-fish: https://review.openstack.org/#/q/owner:f.kloeker%2540telekom.de+status:open13:04
DaisyWhat kind of support ?13:04
doug-fishthx13:04
Daisyquick response, maybe . :)13:04
*** rodrigods has quit IRC13:04
*** rodrigods has joined #openstack-meeting13:04
eumel8for review13:05
Daisyok. I will talk with pleia2 to see if she can spend more time with us.13:05
eumel8thx13:06
ujuchi katomo :)13:06
DaisyAnything else ? eumel813:06
*** aloga has quit IRC13:06
*** aloga has joined #openstack-meeting13:06
*** yifei has quit IRC13:06
eumel8no, I think we're in a final stadium13:07
DaisyThank you, eumel8.13:07
DaisyLet's move to next topic then.13:07
Daisy#topic Get ready for Mitaka translation13:07
*** openstack changes topic to "Get ready for Mitaka translation (Meeting topic: OpenStack I18n Meeting)"13:07
*** ljxiash has quit IRC13:08
*** yifei has joined #openstack-meeting13:08
*** BeanZhang has quit IRC13:08
DaisyAccording to the Mitaka schedule, string freeze will happen in first week of March13:08
DaisyI hope we could have a discussion here to figure out a TODO list before we start Mitaka translation.13:08
DaisyI mean, we get ourselves ready for Mitaka translation.13:09
DaisySomething in my mind.13:09
eumel8priority list on Zanate should be updated13:09
katomookay13:09
katomoyep13:09
Daisyeumel8: Exactly.13:09
*** adahms has quit IRC13:09
jftaltayep13:10
Daisy1. Priority list on Zanata13:10
ujucok13:10
katomoI'll take13:10
DaisyThank you, katomo13:10
katomo#action katomo email priority list on Zanata13:11
*** liyi has joined #openstack-meeting13:12
Daisy2. Use a clear communication method, even local language communication.13:12
katomoanything else?13:12
*** jdob has joined #openstack-meeting13:12
*** e0ne has quit IRC13:13
katomogood point13:13
DaisyI think we use a clear unique communication method this time.13:13
DaisyI perfer IRC.13:13
DaisyIf you need, we could create special IRC channel for different language team.13:13
*** BeanZhang has joined #openstack-meeting13:13
DaisyIf you don't need, we use openstack-i18n to communicate any problems we meet during translation.13:14
*** e0ne has joined #openstack-meeting13:14
doug-fishIt would be great if the language teams documented their preferred communication tool - is that done already?13:14
*** hdaniel has quit IRC13:14
jftaltaa special IRC channel for each language team is a good idea13:14
*** tej has joined #openstack-meeting13:14
eumel8for small team it's not necessary13:15
Daisykatomo, ujuc, ianychoi_phone: thoughts ?13:15
katomoI think special channel is a good idea13:15
*** kylek3h_away has joined #openstack-meeting13:16
katomohowever, we japanese team has own Gitter chat room13:16
Daisykatomo: do you think you will change to IRC or continue to use Gitter chat room ?13:17
ianychoi_phoneMe and ujuc encourages Korean people to use #openstack-ko channel, but few one uses it.13:17
*** baoli has joined #openstack-meeting13:17
Daisyeither we use a unique method, or we document clearly.13:17
eumel8there is a special team page in i18n wiki. you can provide your favorite communication channel there.13:18
*** zhurong has joined #openstack-meeting13:18
DaisyBecause after we start the busy translation, I hope each language team could have a good communication way.13:18
Daisygood point, eumel8.13:18
*** baoli_ has joined #openstack-meeting13:18
ujucno. we team not using irc...13:19
*** tej has quit IRC13:19
Daisyujuc: what communication method do you use ?13:19
ujucslack and offline meeting :)13:20
ujucan facebook :013:20
Daisyujuc: I think it's not good to use offline meeting. :)13:20
doug-fishDaisy - I'm not sure if you shared that we will have IBM translators participating significantly in the translation of Mitaka (I guess if you haven't I just did) ...13:20
ujucyab...13:21
doug-fishI'd like to be able to easily direct them to their proper language team communication channels so they can work cooperatively13:21
Daisydoug-fish: No, you go ahead.13:21
*** jproulx1 has joined #openstack-meeting13:21
doug-fishwe will have IBM translators participating significantly in the translation of Mitaka13:21
doug-fish:-)13:21
*** haomaiwang has joined #openstack-meeting13:22
*** baoli has quit IRC13:22
*** achanda has joined #openstack-meeting13:22
doug-fishwe expect to cover the languages and components that we have previously contributed via batch updates13:22
doug-fishI hope we don't have any more batch updates13:22
doug-fishThese are experienced and skilled translators, but they aren't necessarily familiar with OpenStack, our tools, or processes13:23
doug-fishI'm working with Daisy to prepare some education to help make sure they are effective ... and again, back to my original question, what's a good way to get them engaged with their language teams?13:24
Daisy:)13:26
eumel8In Zanata you find only nicks and names in language groups13:26
*** andymaier has joined #openstack-meeting13:26
DaisyBefore, IBM translated downstream and then contributed upstream in batch. This time, they want to use the correct way - working directly with us and following community process.13:27
*** achanda has quit IRC13:27
katomoJapanese team welcome IBM translators join our gitter room.13:27
DaisyThe good thing is we will have more resources and cover more components.13:27
DaisyThe bad thing is they are new comers and need our guidances.13:28
*** nkrinner has quit IRC13:28
DaisySorry, not the bad thing. I use a wrong word.13:28
*** nkrinner has joined #openstack-meeting13:28
DaisyThe disadvantage. :)13:28
katomo:)13:28
jftalta;)13:28
katomowe need new comers any time, and welcome.13:29
eumel8IBM guys are welcome, yes13:29
Daisyso this time, we must use a open and clearly defined communication way, which could allow new comers in different time locale to join us easily.13:29
jftaltawelcome in the french team too13:29
DaisyThank you for the kindness, team.13:29
doug-fishyes thank you. I'm very excited about this participation.13:30
ianychoi_phone:)13:30
*** tej has joined #openstack-meeting13:31
*** amrith is now known as _amrith_13:31
eumel8french team has also a wiki page, I saw. This should be the central information point for each language team in each language.13:31
eumel8contact addresses are also there13:32
katomojapanese team has, too.13:32
doug-fishare the links off of https://wiki.openstack.org/wiki/I18nTeam the pages you are referring to?13:33
ujuckorea team has, too :)13:33
eumel8so, it's standard :)13:33
doug-fishgood - that makes things much easier!13:33
eumel8i.e. https://wiki.openstack.org/wiki/I18nTeam/team/fr13:33
katomodoug-fish: yes, linked from there "in Japanse :)"13:34
eumel8de - we haven't. I will contact our team lead.13:34
katomo#link https://wiki.openstack.org/wiki/I18nTeam/team/ja13:34
doug-fishexcellent13:34
Daisydoug-fish: can you tell us more detail about your plan ? for example, how many translators, which projects do you want to cover and which languages ?13:36
*** neiljerram has quit IRC13:36
doug-fishsure13:37
ianychoi_phone#link https://wiki.openstack.org/wiki/I18nTeam/team/ko_KR13:37
doug-fishThe languages and components are exactly the same set that we have contributed via batch before13:37
DaisyWill you send people to translate Horizon ?13:37
doug-fishyes some - mostly because I want to make sure they are interacting with the translation teams13:38
*** Liuqing has joined #openstack-meeting13:38
doug-fishIt seems that there are about 4 people involved from each translation center ... but I am guessing that's probably one project manager, one people manager, and two people who will actually be translating13:38
DaisyI still don't know how many Horizon plugin will be covered in this release.13:38
*** kylek3h_away is now known as kylek3h13:39
doug-fishThe only plugin we are thinking about is the neutron-lbaas-dashboard, but it's not ready for translation yet13:39
doug-fishWe do have a need to translate many of the services that the team hasn't normally covered13:40
doug-fishCeilometer Cinder Glance Heat Keystone Neutron Nova and Swift13:40
Daisydoug-fish: I hope that IBM could make Horizon the last priority after they translate other components.13:40
doug-fishunderstood13:40
doug-fishWhat are the current plans for Nova?13:41
Daisyno plan, actually.13:41
*** sdake has joined #openstack-meeting13:41
DaisyActually, from the experience of last time translation, I don't think community translators want to translate back-end messages.13:41
doug-fishI expect the IBM translators will need to handle then13:41
Daisyso if IBM want to translate back-end messages, IBM do.13:42
doug-fishok13:42
*** yamamoto has quit IRC13:42
DaisyFor horizon, it's open for all people. I think community translators will make it first priority.13:42
katomoDaisy: agree13:42
doug-fishLanguages I expect to have IBM translators for: de es  fr  it  ja  ko_KR  pt_BR  ru  zh_CN  zh_TW13:43
jftaltaHorizon still remains a priority for the french team13:43
*** neiljerram has joined #openstack-meeting13:43
DaisyThank you, jftalta13:43
doug-fishDaisy - I'm still thinking about priorities for the IBM translators ... I'd like to have them translate a small number of messages in Horizon to make sure their work gets reviewed and they are working in a manner consistent with the community.13:44
doug-fishDo you think that's okay?13:44
*** yamamoto has joined #openstack-meeting13:45
eumel8doug-fish: maybe you guys can also help translating Release Notes, because it's not ATC related13:46
eumel8#link https://wiki.openstack.org/wiki/ReleaseNotes/Liberty13:46
jftaltadoug-fish: good idea, imho13:46
katomodoug-fish: good idea13:46
jftaltaAnd this will be a way for them to increase their OpenStack knowledge.13:47
doug-fisheumel8: surprisingly, I may not be able to ask them to do that ... but I'll look into it a bit more13:47
*** yamamoto has quit IRC13:47
*** yamamoto has joined #openstack-meeting13:47
*** yamamoto has quit IRC13:47
doug-fishjftalta: yes, exactly13:47
katomoeumel8: we have new reno tools, not a wiki, which doesn't have traslation feature AFAIK.13:47
*** krtaylor has joined #openstack-meeting13:47
*** xyang1 has joined #openstack-meeting13:47
*** ianychoi_phone has quit IRC13:48
eumel8ah, ok13:48
*** jprovazn has joined #openstack-meeting13:48
*** piet has joined #openstack-meeting13:48
Daisydoug-fish: If IBM translators follow the TM and glossary, read the guidances ( if some language teams have ), IBM translators will work in a consistent manner, in theory.13:49
*** yamamoto has joined #openstack-meeting13:49
katomo#action katomo contact reno team to ask whether reno has translation feature13:49
doug-fishDaisy: understood. But sometimes theory !== reality.13:49
Daisydoug-fish: exactly.13:50
eumel8thx, katomo13:50
katomo:)13:50
jftaltaTheory ? Don't know this country ;)13:50
doug-fishha!13:50
doug-fishReality is sometimes a foreign place as well.13:51
jftaltayes, unfortunately13:51
doug-fishSo again, please let me know if this participation is not working well for any language team. It will be very new for our translators and I want to help make sure it is handled well.13:52
*** reedip_ has joined #openstack-meeting13:52
katomothanks13:52
DaisySo I will make sure each language team have a clear communication method documented.13:53
DaisyWhat else we need to do before we start Mitaka translation ?13:53
*** reedip_ has quit IRC13:54
*** adahms has joined #openstack-meeting13:54
katomomay be nothing13:54
katomo#action Daisy make sure each language team have a clear communication method documented13:54
DaisyThank you, katomo13:54
*** neeti has quit IRC13:54
*** arvinc_ has joined #openstack-meeting13:54
Daisy#open discussion13:54
Daisy#topic open discussions13:55
*** openstack changes topic to "open discussions (Meeting topic: OpenStack I18n Meeting)"13:55
eumel8Glossary management? Are there some progress?13:55
DaisyGood point, eumel8.13:55
eumel8I think it's also important for new translators13:55
DaisyYes.13:55
*** arvinc_ has quit IRC13:55
katomoyeah13:55
Daisydo you agree we send patches to i18n repo directly to update the glossary ?13:56
jftaltaGlossary is a true issue, for sure13:56
*** arvinc_ has joined #openstack-meeting13:56
*** reed_ has joined #openstack-meeting13:57
ujucum..13:57
*** arvinc_ has quit IRC13:57
katomoI'm okay as work around at now13:57
jftaltaWe need a way to share and update the local language glossary in an efficient manner13:57
*** dkranz has joined #openstack-meeting13:57
*** amitgandhinz has joined #openstack-meeting13:58
DaisyThese are what we have.13:58
Daisyhttp://git.openstack.org/cgit/openstack/i18n/tree/i18n/locale13:58
*** piet has quit IRC13:58
*** arvinc_ has joined #openstack-meeting13:58
katomojftalta: agree, but it seems to need looooooong discussion13:58
*** arvinc_ has quit IRC13:59
DaisyI remember Zanata will provide glossary editor feature in some version, I forget the number.13:59
jftaltakatomo: really ?13:59
*** zhurong has quit IRC13:59
DaisyI forget the version number.13:59
katomoDaisy and amotoki tried at once, but not complete.13:59
*** yamamoto has quit IRC13:59
DaisyI'm looking forward to this feature which can give an easy way to edit glossaries.14:00
jftaltadaisy: ok. And what could be the git workflow ?14:00
eumel8I think it's to discuss in the language team and then we come together in next meeting14:00
eumel8because ... time is over :)14:00
*** haomaiwang has quit IRC14:01
Daisyjftalta: if you have any updates to glossaries, send a patch to update your po file.14:01
Daisyok, eumel8.14:01
DaisyLet's close it soon.14:01
jftaltadaisy: ok, got it.14:01
*** haomaiwang has joined #openstack-meeting14:01
DaisyThank you guys for attending.14:01
*** ianychoi_phone has joined #openstack-meeting14:01
DaisyWe have a good discussion today.14:01
eumel8thanks all14:02
*** Liuqing has quit IRC14:02
DaisyI will close the meeting then.14:02
Daisy#endmeeting14:02
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"14:02
openstackMeeting ended Thu Feb 18 14:02:10 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:02
openstackMinutes:        http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2016/openstack_i18n_meeting.2016-02-18-13.00.html14:02
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2016/openstack_i18n_meeting.2016-02-18-13.00.txt14:02
openstackLog:            http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2016/openstack_i18n_meeting.2016-02-18-13.00.log.html14:02
jftaltaThank you Daisy. Goobye everybody14:02
eumel8bye14:02
* doug-fish waves14:02
ujucThanks bye :)14:02
*** eumel8 has quit IRC14:02
*** ujuc has quit IRC14:02
*** evgenyf has quit IRC14:02
jproulx1#startmeeting ops tags14:03
openstackMeeting started Thu Feb 18 14:03:04 2016 UTC and is due to finish in 60 minutes.  The chair is jproulx1. Information about MeetBot at http://wiki.debian.org/MeetBot.14:03
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:03
*** openstack changes topic to " (Meeting topic: ops tags)"14:03
openstackThe meeting name has been set to 'ops_tags'14:03
jproulx1#topic Roll Call14:03
*** openstack changes topic to "Roll Call (Meeting topic: ops tags)"14:03
jftalta#quit14:03
jftaltaquit14:03
*** katomo_ has joined #openstack-meeting14:03
*** jftalta has left #openstack-meeting14:03
jproulx1Good morning all, if you're here for ops tags meeting please say Hi so I know you're out there...14:04
*** katomo has quit IRC14:04
*** ianychoi_phone has quit IRC14:04
*** ddieterly has joined #openstack-meeting14:04
*** jckasper has quit IRC14:05
*** tej has quit IRC14:05
*** tej has joined #openstack-meeting14:06
*** katomo_ has quit IRC14:07
jproulx1Hmmm, seems we have zero attendees.14:08
*** gatekeep has quit IRC14:08
jproulx1Will wait till 10 past the hour and close up14:09
*** tej has quit IRC14:11
jproulx1#info ending meeting due to lack of attendance (many members traveling this week so not totally surprising)14:11
jproulx1#endmeeting14:11
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"14:11
openstackMeeting ended Thu Feb 18 14:11:18 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:11
openstackMinutes:        http://eavesdrop.openstack.org/meetings/ops_tags/2016/ops_tags.2016-02-18-14.03.html14:11
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/ops_tags/2016/ops_tags.2016-02-18-14.03.txt14:11
openstackLog:            http://eavesdrop.openstack.org/meetings/ops_tags/2016/ops_tags.2016-02-18-14.03.log.html14:11
*** ddieterly has quit IRC14:12
*** ddieterly has joined #openstack-meeting14:13
*** ddieterl_ has joined #openstack-meeting14:15
*** gatekeep has joined #openstack-meeting14:16
*** ddieterl_ has quit IRC14:17
*** ddieterl_ has joined #openstack-meeting14:17
*** ddieterly has quit IRC14:18
*** _nadya_ has quit IRC14:19
*** lblanchard has joined #openstack-meeting14:20
*** su_zhang has joined #openstack-meeting14:21
*** archers has joined #openstack-meeting14:22
*** ricolin has joined #openstack-meeting14:22
*** weshay has joined #openstack-meeting14:23
*** whenry has joined #openstack-meeting14:24
*** adahms has quit IRC14:24
*** barker has joined #openstack-meeting14:25
*** ricolin has quit IRC14:27
*** jckasper has joined #openstack-meeting14:28
*** hurricanerix has left #openstack-meeting14:29
*** barker has quit IRC14:31
*** zeih has quit IRC14:32
*** _nadya_ has joined #openstack-meeting14:33
*** eharney has quit IRC14:33
*** knikolla has joined #openstack-meeting14:34
*** mtanino has joined #openstack-meeting14:35
*** zeih has joined #openstack-meeting14:36
*** thinrichs has joined #openstack-meeting14:36
*** jkraj has quit IRC14:36
*** fzdarsky has joined #openstack-meeting14:37
*** jkraj has joined #openstack-meeting14:37
*** thinrichs has quit IRC14:38
*** dneary has joined #openstack-meeting14:38
*** tej has joined #openstack-meeting14:38
*** jtomasek has quit IRC14:39
*** thinrichs has joined #openstack-meeting14:39
*** deva_ has joined #openstack-meeting14:40
*** jproulx1 has left #openstack-meeting14:40
*** zeih has quit IRC14:41
*** sridharg has quit IRC14:42
*** dmacpher has joined #openstack-meeting14:43
*** _amrith_ is now known as amrith14:43
*** jtomasek has joined #openstack-meeting14:44
*** pradk has joined #openstack-meeting14:44
*** gongysh has joined #openstack-meeting14:45
*** scinawa has quit IRC14:45
*** deva_ has quit IRC14:46
*** ddieterl_ is now known as ddieterly14:47
*** piet has joined #openstack-meeting14:47
*** bill_az has joined #openstack-meeting14:48
*** tellesnobrega is now known as tellesnobrega_af14:49
*** rajinir has joined #openstack-meeting14:50
*** eharney has joined #openstack-meeting14:50
*** barker has joined #openstack-meeting14:50
*** piet has quit IRC14:52
*** gordc has joined #openstack-meeting14:52
*** ljxiash has joined #openstack-meeting14:55
*** llu-laptop has joined #openstack-meeting14:57
*** tobe has quit IRC14:57
*** aarefiev22 has joined #openstack-meeting14:58
*** paul-carlton has joined #openstack-meeting14:58
*** belmoreira has quit IRC14:59
*** yamamoto has joined #openstack-meeting14:59
*** liamji has joined #openstack-meeting14:59
*** belmorei_ has joined #openstack-meeting14:59
*** tbarron has left #openstack-meeting15:00
*** r-mibu has joined #openstack-meeting15:00
*** ifat_afek has joined #openstack-meeting15:00
*** n0ano has joined #openstack-meeting15:00
*** rbak has joined #openstack-meeting15:00
*** haomaiwang has quit IRC15:01
gordc#startmeeting telemetry15:01
openstackMeeting started Thu Feb 18 15:01:12 2016 UTC and is due to finish in 60 minutes.  The chair is gordc. Information about MeetBot at http://wiki.debian.org/MeetBot.15:01
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:01
*** openstack changes topic to " (Meeting topic: telemetry)"15:01
openstackThe meeting name has been set to 'telemetry'15:01
*** larainema has quit IRC15:01
*** haomaiwang has joined #openstack-meeting15:01
*** Akis_ has joined #openstack-meeting15:01
r-mibuo/15:02
*** hdaniel has joined #openstack-meeting15:02
_nadya_o/15:02
*** fzdarsky_ has joined #openstack-meeting15:02
silehto/15:02
*** rhagarty has joined #openstack-meeting15:03
ildikovo/15:03
jd__o/15:03
*** larainema has joined #openstack-meeting15:03
gordclet's start this.15:03
liushengo/15:03
*** merooney has joined #openstack-meeting15:03
gordc#topic recurring: roadmap items (new/old/blockers) https://wiki.openstack.org/wiki/Telemetry/RoadMap15:03
*** openstack changes topic to "recurring: roadmap items (new/old/blockers) https://wiki.openstack.org/wiki/Telemetry/RoadMap (Meeting topic: telemetry)"15:03
llu-laptopo/15:03
gordci don't really have any items anymore15:03
gordcwe're freezing in ~2 weeks15:04
gordcbut realistically, the gate will be broken/flooded in 1 week15:04
pradko/15:04
jd__hehe15:04
ityaptin_o/15:04
*** amotoki has joined #openstack-meeting15:05
gordcso if you don't have a finalised working item by next wednesday. you are sol15:05
ildikovgordc: +115:05
*** akiskourtis has quit IRC15:05
*** sigmavirus24_awa is now known as sigmavirus2415:05
gordcanyone with critical bps/features should raise them this week15:05
*** sdake has quit IRC15:05
*** zeih has joined #openstack-meeting15:06
gordcif not, i'm not actually targetting anything for FFE, (assuming composite alarms merges)15:06
liushengcan composite alarm feature be in? :)15:06
gordcliusheng: yep. i'm waiting on that.15:06
liamjigordc: can lbaas v2 in? :)15:06
gordci think once you apply jd__'s suggestion we can merge15:07
*** esker has joined #openstack-meeting15:07
*** esker has quit IRC15:07
* jd__ nods15:07
*** banix has joined #openstack-meeting15:07
gordcliamji: possibly? um. let's run through the projects and we can raise bps then15:07
*** esker has joined #openstack-meeting15:07
gordc#topic aodh topics15:08
*** openstack changes topic to "aodh topics (Meeting topic: telemetry)"15:08
liushengoh, I just found that comment , will address it15:08
*** thinrichs has left #openstack-meeting15:08
liamjigordc: okey, thanks15:08
*** sdake has joined #openstack-meeting15:08
gordcanythin for aodh?15:08
gordcliusheng?15:08
*** asselin__ has joined #openstack-meeting15:08
liushenggordc: I just want you suggestion about https://review.openstack.org/#/c/281175/15:09
gordci will probably create an aodhclient release based on whatever is in by end of friday15:09
ildikovgordc: do we still plan SQL-support only for Aodh?15:09
liushenggordc: about the output form of alarm list command15:09
gordcildikov: i believe the deprecation item was merged15:09
gordcliusheng: i'm ok with displaying less details in alarm list15:09
ildikovgordc: ok, cool, I will add a note to the install docs then15:09
*** iyamahat has joined #openstack-meeting15:10
liushenggordc: OK, thanks15:10
gordcildikov: https://review.openstack.org/#/c/273865/15:10
*** asselin_ has quit IRC15:10
gordcliusheng: i have a small preference to still group by type but i don't really care that much15:10
ildikovgordc: tnx!15:10
*** lazy_prince has joined #openstack-meeting15:11
gordcanyone else think we enforce type when listing alarms?15:11
liushenggordc: how about support query filters which can include type=xxx ?15:11
llu-laptopwhen listing alarms, do we plan to list type specific attributes? or just list common attributes?15:12
gordcliusheng: that would be mandatory if we drop type.  currently everything we do enforces type so it does break the pattern slightly15:12
gordcllu-laptop: common attributes. severity, active, status, etc...15:13
*** piet has joined #openstack-meeting15:13
gordcliusheng: maybe just split it in two. one that minimises the information display15:13
gordcand another that proposes to drop mandatory --type15:13
*** efoley has joined #openstack-meeting15:14
liushenggordc: agree, I will try it15:14
*** akerr has joined #openstack-meeting15:14
*** akerr has left #openstack-meeting15:14
gordcliusheng: thanks15:14
*** archers has quit IRC15:14
liushenggordc: what do you think query filter support in alarm list command ?15:14
ljxiashgordc: can we have alarm type in the output of alarm-list?15:15
gordcliusheng: i didn't really look at that part... there is a search command already though15:15
liushengllu-laptop: you can use -c to specify column that is supportted by cliff15:15
gordcljxiash: yes, if we drop type15:15
*** piet has quit IRC15:15
liushenggordc: I personally don't think we need complex query for alarms, maybe we can support query filters and pagination ;)15:16
ildikovliusheng: :( complex query is cool :)15:16
liushengildikov: :) just personal thoughts15:17
*** lazy_prince has quit IRC15:17
jd__I tend to agree with liusheng15:17
gordcliusheng: let's leave it off. i'm pretty sure 'aodh alarm search' does what you want to accomlish15:18
gordcr-mibu: do you think the tempest items will be finished?15:18
r-mibugordc: hmm, i'll try :)15:18
gordcr-mibu: is this blocking us? https://review.openstack.org/#/c/255161/15:19
r-mibugordc: right15:19
*** lazy_prince has joined #openstack-meeting15:19
r-mibuI'll ask my colleagues to put +215:19
gordclol15:19
ildikovliusheng: no worries, I was just kidding, I still think it's cool, but I will not force you to add it if you don't want to :)15:20
gordcit's been a few months so i guess you can start bothering people15:20
r-mibuok ;)15:20
gordcr-mibu: we can maybe extend it for tempest tests since it's just testing we're adding15:20
gordcwe'll decide next week15:21
gordcanything else aodh related?15:21
r-mibuok, nothing from my side15:21
gordc#topic ceilometer topics15:22
*** openstack changes topic to "ceilometer topics (Meeting topic: telemetry)"15:22
*** gongysh has quit IRC15:22
gordcis the caching topic from last week?15:22
*** piet has joined #openstack-meeting15:22
*** irenab_ has joined #openstack-meeting15:22
ityaptin_Folks, if you will have a minute could you take a look onto CR for the Nova metadata caching? super strong desire to put it into Mitaka :)  https://review.openstack.org/#/c/267078/1815:23
*** spotz_zzz is now known as spotz15:23
*** irenab has quit IRC15:23
*** irenab_ is now known as irenab15:23
_nadya_gordc: what caching? :) metadata, transformers, events?15:24
gordcsigh... that turned out to be much much larger than i hoped/expected15:24
*** galstrom_zzz is now known as galstrom15:24
_nadya_gordc: it's because the current behaviour is supported15:24
liushengityaptin_: it looks fine to me, I wil test it tomorrow, but only can be tested on libvirt :(15:24
liushengityaptin_: thanks for your efforts15:25
*** killer_prince has joined #openstack-meeting15:25
ityaptin_I checked XenAPI also and make other functions by Nova example15:25
*** achanda has joined #openstack-meeting15:25
gordc_nadya_: i see. i'll take a look.15:25
gordcliusheng: let me know how it goes.15:25
*** haomaiwang has quit IRC15:25
gordcliamji: do you have your patches for lbaas v2 ready?15:26
liushenggordc: ok15:26
ityaptin_I added a little scheme of how it works as the comment for the review. It may be useful15:26
_nadya_jfyi, ityaptin_ is working on additional functional tests as well15:26
ityaptin_Yep15:26
liamjigordc: yes15:26
liamjigordc: https://review.openstack.org/#/c/274518/15:27
gordcityaptin_: ack15:27
*** yamahata has joined #openstack-meeting15:27
liamjigordc: https://review.openstack.org/#/c/277434/15:27
liamjigordc: these two patches are ready : )15:27
gordcliamji: did you manage to get any neutron devs on it?15:28
gordcwould like their opinoin15:28
*** zz_dimtruck is now known as dimtruck15:28
*** lazy_prince has quit IRC15:28
liamjigordc: yes, during the developement, I have discussed with them and got some suggestions from them.15:29
gordccan you add them to the patch to review as well15:29
liamjigordc: based on the liusheng's suggestions,  I write a doc to verify the changes.15:29
liamjigordc: https://docs.google.com/document/d/1bsH7NQJ42guX1lZqL9ixw0V3gPqHXQnrAGsMFLeYxVo/edit15:29
gordckk15:30
liamjigordc: I have captured some screens : )15:30
*** timcline has quit IRC15:30
gordc#action track composite alarms, polling cache, lbaasv2 for mitaka.15:30
*** achanda has quit IRC15:30
gordcliamji: kk15:30
*** bill_az has quit IRC15:30
gordcanything else on ceilometer?15:30
ljxiashgordc: Hi15:31
liamjigordc: thanks15:31
gordcljxiash: o/15:31
ljxiashgordc: about the spec - collect neutron port security group meters15:31
ljxiash I need neutron member support for that15:32
gordcljxiash: is there code? if not, i'm going to say let's defer unless it's very very small15:33
gordcljxiash: feel free to post it. i'm not confident it'll get in for mitaka15:33
gordcljxiash: 'neutron member support'? you need a neutron developer to help you?15:34
ljxiashgordc: we have basic code, and I can upload it.15:35
*** kencjohnston has quit IRC15:35
*** amakarov_away is now known as amakarov15:35
*** maishsk has quit IRC15:35
ljxiashgordc: Could you get some more neutron member to review it?15:36
*** barker has quit IRC15:36
gordcoh. i don't know anyone. sorry15:36
*** barker has joined #openstack-meeting15:36
_nadya_ljxiash: give me a lonk15:36
_nadya_ljxiash: link15:36
gordcmaybe ask around internally. i'm sure you have a lot of neutron devs in your company15:36
ljxiash_nadya_: https://review.openstack.org/#/c/273475/15:36
*** RuiChen has quit IRC15:36
gordcok. let's move on i guess?15:37
*** RuiChen has joined #openstack-meeting15:37
ljxiashgordc: _nadya_: thanks15:37
gordc#topic gnocchi topics15:37
*** openstack changes topic to "gnocchi topics (Meeting topic: telemetry)"15:37
gordcjd__: sileht: anything need to discuss?15:37
gordcmagic as always?15:38
jd__I don't think so, yeah good magic15:38
jd__I keep fingers crossed to tag 2.0.0 tomorrow15:38
*** weshay has quit IRC15:38
jd__mainly waiting for reviews at this point15:38
gordcjd__: sounds good.15:38
jd__we'll release gnocchiclient just after I guess15:38
gordcjd__: i'm going to try and fix that test after this.15:38
*** sbelous_ has joined #openstack-meeting15:38
*** spzala has joined #openstack-meeting15:39
jd__gordc: 👍15:39
*** dane_leblanc has joined #openstack-meeting15:39
gordc#topic open discussion15:39
*** openstack changes topic to "open discussion (Meeting topic: telemetry)"15:39
*** sbelous_ has left #openstack-meeting15:39
*** boden has joined #openstack-meeting15:39
*** jlanoux has quit IRC15:39
gordcnothing from me. i'll let this linger for a bit15:40
gordci guess if everyone can focus on the bps for next few days that'd be great15:40
ildikovgordc: dumb question. are we still using launchpad for bp tracking?15:40
*** kencjohnston has joined #openstack-meeting15:40
_nadya_ad: summit talk https://www.openstack.org/summit/austin-2016/vote-for-speakers/presentation/8237 . Take a look, it's about ceilo15:40
*** tobe has joined #openstack-meeting15:40
gordcildikov: sort of. some of the stuff that was less controversial aren't track15:41
gordc_nadya_: it's closed :)15:41
_nadya_really?15:41
ildikovgordc: a-ha, ok15:41
gordc_nadya_: i think it closed yesterady15:41
ildikov_nadya_: deadline was Wednesday AFAIK15:41
*** liamji has quit IRC15:41
_nadya_I'm a looser, baby15:41
gordcit's ok. the button does nothing anyways15:42
*** liamji has joined #openstack-meeting15:42
gordctell your company to pay sponsorship and select it15:42
*** fzdarsky_ has quit IRC15:43
*** fzdarsky has quit IRC15:43
_nadya_gordc: lol15:43
gordcildikov: we should have release notes though. i'll need to do a batch item for that again15:43
gordcmaybe next cycle.15:43
*** timcline has joined #openstack-meeting15:43
*** hurricanerix has joined #openstack-meeting15:44
*** numans has quit IRC15:44
gordckk. let's call it.15:45
gordcthanks folks15:45
gordc#endmeeting=15:45
gordc#endmeeting15:45
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"15:45
openstackMeeting ended Thu Feb 18 15:45:10 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:45
openstackMinutes:        http://eavesdrop.openstack.org/meetings/telemetry/2016/telemetry.2016-02-18-15.01.html15:45
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/telemetry/2016/telemetry.2016-02-18-15.01.txt15:45
openstackLog:            http://eavesdrop.openstack.org/meetings/telemetry/2016/telemetry.2016-02-18-15.01.log.html15:45
*** singhj has joined #openstack-meeting15:45
*** gordc has left #openstack-meeting15:46
*** singhj has quit IRC15:46
*** llu-laptop has quit IRC15:46
*** zeih has quit IRC15:46
*** haomaiwang has joined #openstack-meeting15:46
*** spotz is now known as spotz_zzz15:46
*** ifat_afek has left #openstack-meeting15:47
*** liamji has left #openstack-meeting15:47
*** clenimar has quit IRC15:48
*** ddieterly has quit IRC15:48
*** liusheng has quit IRC15:49
*** barker has quit IRC15:49
*** ddieterly has joined #openstack-meeting15:49
*** spotz_zzz is now known as spotz15:49
*** fzdarsky has joined #openstack-meeting15:50
*** fzdarsky_ has joined #openstack-meeting15:50
*** j_king has joined #openstack-meeting15:50
*** haomaiwang has quit IRC15:51
*** kebray has quit IRC15:51
*** efoley has quit IRC15:51
*** bill_az has joined #openstack-meeting15:51
*** yamamoto has quit IRC15:52
*** kebray has joined #openstack-meeting15:53
*** zul has quit IRC15:53
*** zul has joined #openstack-meeting15:53
*** angdraug has joined #openstack-meeting15:55
*** piet has quit IRC15:55
*** fzdarsky has quit IRC15:56
*** fzdarsky_ has quit IRC15:56
*** xinwu has joined #openstack-meeting15:57
*** barker has joined #openstack-meeting15:57
*** piet has joined #openstack-meeting15:59
*** krotscheck_dcm is now known as krotscheck16:00
*** Sam-I-Am has joined #openstack-meeting16:00
*** ntpttr has joined #openstack-meeting16:00
*** ntpttr has left #openstack-meeting16:00
*** bvandenh has joined #openstack-meeting16:00
Sam-I-Amanyone here for the networking guide meeting?16:01
*** raildo is now known as raildo-afk16:02
*** belmorei_ has quit IRC16:03
*** salv-orl_ has joined #openstack-meeting16:03
*** FallenPegasus has joined #openstack-meeting16:03
*** belmoreira has joined #openstack-meeting16:03
*** zigo has quit IRC16:03
*** Daisy has quit IRC16:04
*** zigo has joined #openstack-meeting16:05
*** marios_ has joined #openstack-meeting16:05
*** salv-orlando has quit IRC16:06
*** coolsvap|away has quit IRC16:06
*** alexpilotti has quit IRC16:06
*** marios has quit IRC16:06
*** cschwede has quit IRC16:06
*** fzdarsky_ has joined #openstack-meeting16:07
*** fzdarsky has joined #openstack-meeting16:07
*** alexpilotti has joined #openstack-meeting16:07
*** bvandenh has quit IRC16:07
*** efoley has joined #openstack-meeting16:08
Sam-I-Amguess not?16:09
*** alexpilotti has quit IRC16:09
*** ljxiash has quit IRC16:10
*** armax has joined #openstack-meeting16:10
*** raddaoui has joined #openstack-meeting16:11
*** alexpilotti has joined #openstack-meeting16:11
*** idegtiarov has joined #openstack-meeting16:12
*** nmagnezi has quit IRC16:13
*** armax has quit IRC16:14
*** garthb has joined #openstack-meeting16:15
*** pcaruana has quit IRC16:15
*** nkrinner has quit IRC16:16
*** vijendar has joined #openstack-meeting16:16
*** emsomeoneelse has joined #openstack-meeting16:17
*** raildo-afk is now known as raildo16:17
*** garthb has quit IRC16:17
*** rcernin has quit IRC16:17
*** tellesnobrega_af is now known as tellesnobrega16:19
*** coolsvap|away has joined #openstack-meeting16:20
*** piet has quit IRC16:20
*** Sam-I-Am has left #openstack-meeting16:20
*** piet has joined #openstack-meeting16:20
*** timcline_ has joined #openstack-meeting16:21
*** yamamoto has joined #openstack-meeting16:21
*** armax has joined #openstack-meeting16:22
*** kencjohnston has quit IRC16:22
*** marios has joined #openstack-meeting16:22
*** drankis has joined #openstack-meeting16:22
*** bill_az has quit IRC16:23
*** roxanaghe has joined #openstack-meeting16:23
*** cschwede has joined #openstack-meeting16:23
*** fzdarsky has quit IRC16:24
*** fzdarsky_ has quit IRC16:24
*** timcline_ has quit IRC16:25
*** ildikov has quit IRC16:26
*** ildikov has joined #openstack-meeting16:27
*** egallen has quit IRC16:28
*** jschwarz has quit IRC16:29
*** egallen has joined #openstack-meeting16:31
*** macsz has quit IRC16:31
*** baoli_ has quit IRC16:31
*** jdurgin1 has joined #openstack-meeting16:31
*** haomaiwang has joined #openstack-meeting16:32
*** clenimar has joined #openstack-meeting16:34
*** belmoreira has quit IRC16:34
*** ^Gal^ has joined #openstack-meeting16:34
*** efoley has quit IRC16:35
*** vijendar has quit IRC16:37
*** elopez has joined #openstack-meeting16:37
*** Mingyu has joined #openstack-meeting16:37
*** efoley has joined #openstack-meeting16:38
*** prashantD has joined #openstack-meeting16:38
*** marios_ has quit IRC16:39
*** fzdarsky has joined #openstack-meeting16:40
*** fzdarsky_ has joined #openstack-meeting16:41
*** jlanoux has joined #openstack-meeting16:41
*** piet has quit IRC16:41
*** fzdarsky_ has quit IRC16:41
*** fzdarsky__ has joined #openstack-meeting16:41
*** timcline_ has joined #openstack-meeting16:41
*** fzdarsky__ has quit IRC16:41
*** fzdarsky_ has joined #openstack-meeting16:42
*** timcline_ has quit IRC16:42
*** paul-carlton has quit IRC16:42
*** paul-carlton1 has quit IRC16:42
*** sputnik13 has joined #openstack-meeting16:42
*** ctlaugh has quit IRC16:44
*** tellesnobrega is now known as tellesnobrega_af16:44
*** silos has joined #openstack-meeting16:44
*** silos has left #openstack-meeting16:44
*** spzala has quit IRC16:44
*** spzala has joined #openstack-meeting16:45
*** spzala_ has joined #openstack-meeting16:46
*** vijendar has joined #openstack-meeting16:47
*** hemnafk is now known as hemna16:48
*** spzala has quit IRC16:50
*** slowrie has joined #openstack-meeting16:50
*** dims has joined #openstack-meeting16:50
*** spzala_ has quit IRC16:50
*** xinwu has quit IRC16:50
*** dims_ has quit IRC16:51
*** rderose has joined #openstack-meeting16:51
*** sputnik13 has quit IRC16:53
*** scheuran has quit IRC16:53
*** jaypipes has quit IRC16:54
*** tshtilma has quit IRC16:55
*** jordanP has joined #openstack-meeting16:55
*** zeih has joined #openstack-meeting16:57
*** tellesnobrega_af is now known as tellesnobrega16:57
*** e0ne has quit IRC16:59
*** piet has joined #openstack-meeting16:59
*** silos has joined #openstack-meeting16:59
*** piet has quit IRC17:00
*** singlethink has joined #openstack-meeting17:00
*** ccneill has joined #openstack-meeting17:00
*** ylobankov has joined #openstack-meeting17:00
*** s3wong has joined #openstack-meeting17:00
mtreinish#startmeeting qa17:00
openstackMeeting started Thu Feb 18 17:00:46 2016 UTC and is due to finish in 60 minutes.  The chair is mtreinish. Information about MeetBot at http://wiki.debian.org/MeetBot.17:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.17:00
*** openstack changes topic to " (Meeting topic: qa)"17:00
openstackThe meeting name has been set to 'qa'17:00
mtreinishhi, who's here today?17:00
*** haomaiwang has quit IRC17:01
jordanPhi17:01
slowrie<17:01
jlanouxhi17:01
ylobankovhi17:01
*** _nadya_ has quit IRC17:01
mtreinish#link https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Proposed_Agenda_for_February_18th_2016_.281700_UTC.2917:01
siloso/ *first timer*17:01
mtreinish^^^ today's agenda17:01
mtreinishsilos: welcome17:01
*** haomaiwa_ has joined #openstack-meeting17:01
*** gyee has joined #openstack-meeting17:01
silosmtreinish: thanks17:02
*** su_zhang has quit IRC17:02
mtreinishlets get started17:02
*** Daisy has joined #openstack-meeting17:02
mtreinish#topic QA Code Sprint17:02
*** openstack changes topic to "QA Code Sprint (Meeting topic: qa)"17:02
mtreinish#link https://wiki.openstack.org/wiki/QA/CodeSprintMitakaBoston17:03
mtreinishI probably should have removed this from the agenda for this week17:03
mtreinishsince it's next week17:03
*** esker has quit IRC17:03
*** esker has joined #openstack-meeting17:03
*** _nadya_ has joined #openstack-meeting17:03
mtreinishit's kinda too last min for anyone to decide to come :)17:03
*** spzala has joined #openstack-meeting17:04
mtreinishbut, anyway the code sprint is next week. I'm looking forward to it17:04
jordanPI won't come unfortunately :(17:04
*** raddaoui has quit IRC17:04
jordanPbut I'll be in Austin17:04
mtreinishjordanP: :( that's too bad17:04
*** raddaoui has joined #openstack-meeting17:04
jordanPyeah, I didn't even ask17:05
*** _nadya_ has quit IRC17:05
mtreinishjordanP: cool, austin will be good too17:05
mtreinishjordanP: the next time we do a code sprint I'll try to make it in a more EU friendly location17:05
jordanPyeah, the location was not so bad for me, we have an office in Boston too17:05
jordanPanyway17:05
mtreinishone other thing is for those attending the sprint, if you have any topics you'd like to try and tackle during the sprint feel free to add them to the etherpad17:06
*** s3wong has quit IRC17:06
mtreinish#link https://etherpad.openstack.org/p/mitaka-qa-code-sprint17:06
mtreinishI initially populated it with some ideas off the top of my head17:07
*** Daisy has quit IRC17:07
jordanPI have some ideas but I'll talk about it in the "free discusion" part of that meeting17:07
mtreinishok17:07
*** apoorvad has joined #openstack-meeting17:07
*** egallen has quit IRC17:07
mtreinishdoes anyone have anything else to discuss on the code sprint?17:07
*** xinwu has joined #openstack-meeting17:07
*** egallen has joined #openstack-meeting17:08
*** jaypipes has joined #openstack-meeting17:08
*** spzala has quit IRC17:08
*** rhagarty_ has joined #openstack-meeting17:08
mtreinish#topic Specs Reviews17:08
*** openstack changes topic to "Specs Reviews (Meeting topic: qa)"17:08
mtreinish#link https://review.openstack.org/#/q/status:open+project:openstack/qa-specs,n,z17:08
mtreinishdoes anyone have any open spec reviews they'd like to discuss?17:09
mtreinishI want to point people to:17:10
mtreinish#link https://review.openstack.org/27596617:10
*** rhagarty has quit IRC17:10
*** tej has quit IRC17:10
mtreinishwhich is my spec about moving tempest-lib code back into tempest17:10
mtreinishit needs another respin, but I'd appreciate any thoughts on it17:10
*** ericksonsantos has joined #openstack-meeting17:11
*** dpaterson has joined #openstack-meeting17:11
jordanPI agree with that. The tempest-lib effort was not in vain. We did some code code cleanup, added some unit tests, etc..17:11
*** esker has quit IRC17:11
mtreinishjordanP: right, and that will still continue. The plan is to keep the lib interface alive, just under the tempest repo17:12
mtreinish"migration" work won't change, except for instead of copying the code to a separate repo it'll just mv to tempest/lib17:12
*** sridhar_ram has joined #openstack-meeting17:13
*** tobe has quit IRC17:13
jordanPyep. I especially appreciate the "make methods use **kwarg" and "make method name consistent" and the client slit also. Big thanks to all of the people who worked on that17:13
*** mhickey has quit IRC17:13
jordanPwe should definitively continue on that track17:13
*** mudassirlatif has joined #openstack-meeting17:14
mtreinish++17:14
mtreinishok, does anyone have anything else to discuss on specs?17:14
ccneillhttps://review.openstack.org/#/c/274205/17:15
ccneill:D17:15
* ccneill sneaks in17:15
mtreinish#link https://review.openstack.org/#/c/274205/17:15
ccneillmore than a review, I just kind of want to ask.. is there any hope of this merging with the tempest migration on the table?17:15
mtreinishccneill: I think sdague's -1 there raises a good point17:16
mtreinishyou could spin that out as a seperate tool pretty easily17:16
ccneillmtreinish: so I do agree that tempest-lib shouldn't do *all the things*, but I would consider the capabilities of what I have to be pretty in line with other data generators17:16
jordanPyeah sdague has a point. The current code here https://review.openstack.org/#/c/237263/3/tempest_lib/common/utils/security_utils.py doesn"t rely on tempest-lib at all17:16
ccneilljordanP: true, it is definitely an odd duck of sorts, and doesn't HAVE to live in tempest-lib17:17
jordanPccneill, do you know bandit ?17:17
ccneilljordanP: yep, I'm iin the OSSP meeting right now too17:17
jordanPok17:17
jordanPthis looks more like something that could live in the bandit repo. Or a repo by itself17:18
ccneilljordanP: if you haven't heard my pitch before, basically I have written tests for barbican and designate, they suggested I try to put it in tempest-lib because it made sense to them and they didn't both want to have just one file floating in their project17:18
ccneilland I can't promise I really have time to maintain this as a separate tool17:18
mtreinishright, I think if the spec was to add another seperate tool (which could consume the rest_client from tempest-lib if it wanted) that would go over a bit better17:19
*** spzala has joined #openstack-meeting17:19
ccneillmtreinish: so right now it should work with either tempest-lib or requests-based clients17:19
mtreinishccneill: right, the more I hear about this doing it as a seperate thing makes more sense (or as jordanP suggested if bandit likes it that works too)17:20
mtreinishwe can add another qa project for this pretty easily if necessary17:20
ccneillmtreinish: gotcha. I'll stop bugging you guys about it for now and try to figure out a better path forward17:20
*** ygbo has quit IRC17:21
*** lwilliams_ has joined #openstack-meeting17:21
ccneillbecause I've discussed combining this work with Syntribos before (OSSP project), but it just seemed more accessible to include it in something everyone already uses, rather than pitching a new tool17:21
*** bobh has joined #openstack-meeting17:21
ccneillbut that's my problem, not yours :)17:21
*** lwilliams_ has quit IRC17:22
mtreinishccneill: heh, well don't go off into the dark, feel free to keep talking about it :)17:22
*** singhj has joined #openstack-meeting17:22
*** claudiub has joined #openstack-meeting17:22
jordanPccneill, creating a dedicated repo for it is kinda of easy. And you will be PTL :)17:22
mtreinishjordanP: well not if it's a qa project :p17:22
jordanPerf, yeah, !17:23
*** yarkot has joined #openstack-meeting17:23
ccneilljordanP, mtreinish: it seems like this might be a better fit for the OSSP anyway17:23
ccneillI understand the concerns about scope creep17:23
*** spzala has quit IRC17:23
ccneillfor the record, if it were ONLY a data generator, would it be more or less appealing from a tempest-lib perspective?17:24
ccneilljust out of curiosity17:24
mtreinishccneill: I think it would be closer aligned, but then I'm not sure what the benefit would be :)17:24
*** reed_ has quit IRC17:25
*** spzala has joined #openstack-meeting17:25
mtreinishbut, I think we need to move on to other topics now17:25
ccneillnp17:25
mtreinish#topic Priority Items17:25
*** openstack changes topic to "Priority Items (Meeting topic: qa)"17:25
mtreinish#link https://etherpad.openstack.org/p/mitaka-qa-priorities17:25
mtreinishso m-3 is approaching kinda quickly17:26
mtreinishit's a couple weeks away17:26
mtreinishwe've still got a fair number of open priority items17:26
*** leeantho has joined #openstack-meeting17:27
jordanP6 and 7 are less relevant I think17:27
mtreinishthat's probably fair17:27
*** krotscheck is now known as krotscheck_dr17:27
jordanPjlanoux, what about 10 'Finalize ssh-auth bp' ?17:27
mtreinishwell, they'll still happen but the "migration" will be a git mv :)17:28
*** achanda has joined #openstack-meeting17:28
jlanouxjordanP: yep - I'd like this one to get in: https://review.openstack.org/#/c/259515/ and then we can close it.17:28
mtreinish#link https://review.openstack.org/#/c/259515/17:29
*** spzala has quit IRC17:29
*** barker has quit IRC17:29
*** paul-carlton1 has joined #openstack-meeting17:29
jordanPjlanoux, and what then ? I the -ssh job is non voting and failing a lot, do we have a plan ?17:29
*** dmacpher is now known as dmacpher-afk17:30
*** spzala has joined #openstack-meeting17:31
mtreinishyeah, it'd be good if we could be in a place where we were comfortable enough with turning that flag on by default17:31
jlanouxjordanP: I'll keep working on this. I have some ideas. But they are beyond the scope of the original blueprint. I'll put a new spec together and see what you guys think.17:31
mtreinishit's more than just pass rate too, but also the debug path17:31
jlanouxyes17:31
jordanPwe don"t need a spec for to make something work. I am sorry to rant here but we have too many things in Tempest/QA that just doesn't work17:32
mtreinishif we can't figure out why the ssh failed, that doesn't help much17:32
*** alexpilotti has quit IRC17:32
*** alexpilotti has joined #openstack-meeting17:32
*** tej has joined #openstack-meeting17:32
jordanPagreed but I don"t see how that patch helps17:32
*** dneary has quit IRC17:33
*** barker has joined #openstack-meeting17:33
jordanPI am fine with having it, but I don't know it will make our life better17:33
jlanouxWe talked about that and ssh validation in Tempest is messy - I'd like to refactor that and add some logging. This will be a step17:33
jlanouxthen I think we have to deal with race conditions from other services - not much we can do there apart giving them some data17:33
*** achanda has quit IRC17:33
*** jlwhite has joined #openstack-meeting17:34
jordanPbut a refactoring is about making the code nicer. Currently the code doesn"t work. We need to fix bugs17:34
jordanPbut if we had that many race conditions, how come the tempest scenarios are quite reliable ?17:34
*** spzala has quit IRC17:35
afazekasFYI:  ssh login can fail if the root disk is not available as well.17:35
jlanouxjordanP: we can't fix all at once - I'm willing to continue looking on ssh17:35
mtreinishafazekas: haha, yeah there are a lot of possible causes17:35
jlanouxit's not that bad17:35
*** rcernin has joined #openstack-meeting17:36
*** dpaterson has quit IRC17:36
jordanPok, jlanoux I'll love to work with you to turn that ssh_validation flag to True17:36
jlanouxafazekas: yeah and hardware can be against us as well17:36
*** baoli has joined #openstack-meeting17:36
jlanouxjordanP: +117:36
jordanPok, I'll review and +2 that patch17:36
jlanouxthanks17:36
jordanP(I was "angry" with PS24 btw)17:37
jordanPPS25 looks better :)17:37
jlanoux;)17:37
mtreinishok, is there anything else to discuss on priority items?17:38
*** matrohon has quit IRC17:38
*** idegtiarov has quit IRC17:39
mtreinish#topic Tempest17:39
*** openstack changes topic to "Tempest (Meeting topic: qa)"17:39
mtreinishdoes anyone have anything to disucss on tempest today?17:40
mtreinishalthough I have a feeling the ssh topic kinda covers this for today's meeting :)17:40
*** unicell has quit IRC17:40
jordanPnope, also I have:17:40
jordanPhttps://review.openstack.org/#/c/249100/17:40
jordanPI got -1 by sdague and it seems unfair17:41
mtreinish#link https://review.openstack.org/#/c/249100/17:41
jordanPif we follow that line we should -1 a lot of patch too17:41
sdagueit's a new 2.5 minute test17:41
jordanPI got two +1 from Cinder core reviewers.17:41
sdaguein the base run for all services17:41
jordanPit's not the longest test and it bring a lot of value17:42
*** Swami has joined #openstack-meeting17:42
sdaguewe can't just keep throwing in new tests > 60s on the integrated gate, that is the path to madness17:42
*** idegtiarov has joined #openstack-meeting17:42
jordanPsdague, ok. Then I'll -1 similar patch17:42
jordanPI am fine with that and we can work around it, by having cinder "in tree functionnal tests"17:42
jordanPbut then we must be consistent17:43
sdagueI'm fine with that. This seemed a particularly large growth path17:43
sdagueespecially when the volumes tests remain the most problematic from reliability17:44
jordanPnoope. Neutron is worst :p17:44
sdaguewell, at least they are run on less jobs :)17:44
jordanPyes17:44
jordanPso other topic is: the multinode jobs17:45
jordanPthey fail a lot like 50%17:45
sdaguebut in all seriousness, we need the volumes behavior nailed down in cinder specific tests17:45
sdaguethat run just on cinder changes to figure out why things are problematic17:45
jordanPespecially tempest.api.compute.admin.test_live_migration.LiveBlockMigrationTestJSON.test_volume_backed_live_migration17:45
jordanPmy libvirt skill are a bit short there17:45
afazekasjordanP: Neutron showed lot of improvement in the past year17:46
jordanPI will work on it tomorrow too. But my general feeling at the moment is, there's no need to pile up tests on top of something that doesn't work17:46
mtreinishjordanP: multinode or cinder?17:46
jordanPmultinode17:46
jordanPcinder works in my opinion :)17:46
mtreinishheh17:47
* smcginnis feels relieved17:48
jordanPlol17:48
sdaguewell, on the live migration front, we're building a dedicated job that *only* does live migration testing to try to sort out these things. That's the dedicated hammer approach.17:48
jordanPsdague, that won't help imo. We need human to look at it17:48
sdaguejordanP: right, and we will have humans looking at it17:48
jordanPthat's great17:49
jordanPbut the jobs have been there for months, why now ?17:49
*** whenry has quit IRC17:49
sdaguejordanP: ok, what is your specific proposal, I guess I'm lost on that one17:49
jordanPfirst raise awareness17:50
jordanPwe need to look at the problem before adding more multinode tests17:50
jordanPI am thinkg about https://review.openstack.org/#/c/259746/17:50
*** elopez has quit IRC17:50
*** harshs has joined #openstack-meeting17:50
*** elopez has joined #openstack-meeting17:50
mtreinishjordanP: well I don't think there is much value in that test in general17:51
mtreinishI'll leave a comment on that one17:51
jordanPok, maybe we can move on. I am done :)17:51
*** barker has quit IRC17:51
mtreinish#topic DevStack + Grenade17:52
*** openstack changes topic to "DevStack + Grenade (Meeting topic: qa)"17:52
*** elopez has quit IRC17:52
mtreinishsilos: you put a something on the agenda for this topic?17:52
*** elopez has joined #openstack-meeting17:52
*** vijendar has quit IRC17:52
silosmtreinish: yes17:52
silosI mainly contribute to barbican and we are interested in writing a grenade job for it.17:52
mtreinishsilos: are you just looking for help on how to do that?17:53
silosI was wondering if there is a formal process like creating a spec? If the PTL in barbican needs to be aware?17:53
* redrobot pokes head in17:53
*** su_zhang has joined #openstack-meeting17:53
mtreinishsilos: it's strictly a project decision on adding the job or not. Everything will be done self service as a plugin in the barbican repo17:54
mtreinishhttp://docs.openstack.org/developer/grenade/plugins.html17:54
mtreinishsilos: we can pick this up in -qa after the meeting17:54
mtreinishsince we're a bit pressed for time17:54
silosmtreinish: Ok. sounds good.17:54
mtreinishdoes anyone have anything else on devstack or grenade?17:55
jordanPSSL support in devstack is a pain :)17:55
jordanPmany patched lying around trying to fix it17:55
jordanP*patches17:55
jordanPand if we want a suggestion, I propose to remove all of it :)17:56
mtreinishjordanP: heh, isn't it more a general openstack issue. I think those patches were blocked because the ssl configuration for services is kinda weird17:56
jordanP(sorry, that's a debate for another time)17:56
mtreinishbut, it's been a while so my memory is a little hazy on the details17:56
mtreinishbut, yeah we can pick that up at a different time17:57
jordanPyep17:57
mtreinish#topic Critical Reviews17:57
*** openstack changes topic to "Critical Reviews (Meeting topic: qa)"17:57
*** SumitNaiksatam has joined #openstack-meeting17:57
*** jdurgin1 has quit IRC17:58
mtreinishdoes anyone have any reviews they'd like to get extra eyes on?17:58
sdaguejordanP: I thought there was some middleware now that did the headers right?17:59
sdagueor did that never happen17:59
jordanPI remember we talked about it, but I forgot what we said about it !17:59
mtreinishwell, we're at time. We can pick things up in -qa18:00
mtreinishthanks everyone18:00
jordanPthanks18:00
mtreinish#endmeeting18:00
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"18:00
openstackMeeting ended Thu Feb 18 18:00:31 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)18:00
openstackMinutes:        http://eavesdrop.openstack.org/meetings/qa/2016/qa.2016-02-18-17.00.html18:00
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/qa/2016/qa.2016-02-18-17.00.txt18:00
openstackLog:            http://eavesdrop.openstack.org/meetings/qa/2016/qa.2016-02-18-17.00.log.html18:00
*** egallen has quit IRC18:00
*** silos has left #openstack-meeting18:00
*** haomaiwa_ has quit IRC18:01
*** vijendar has joined #openstack-meeting18:01
*** haomaiwang has joined #openstack-meeting18:01
*** haomaiwang is now known as 16WAAAVR418:01
*** jordanP has quit IRC18:02
*** slowrie has left #openstack-meeting18:02
*** spzala has joined #openstack-meeting18:03
*** keedya has joined #openstack-meeting18:03
*** achanda has joined #openstack-meeting18:03
*** paul-carlton1 has quit IRC18:04
*** numans has joined #openstack-meeting18:04
*** tellesnobrega is now known as tellesnobrega_af18:05
*** pnavarro has quit IRC18:05
*** tellesnobrega_af is now known as tellesnobrega18:05
*** jlanoux has quit IRC18:06
*** e0ne has joined #openstack-meeting18:07
*** tellesnobrega is now known as tellesnobrega_af18:07
*** jlwhite has quit IRC18:07
*** cburgess has quit IRC18:07
*** raddaoui has quit IRC18:08
*** ivar-lazzaro has joined #openstack-meeting18:08
*** cburgess has joined #openstack-meeting18:08
*** raildo is now known as raildo-afk18:10
*** ivar-lazzaro has quit IRC18:11
*** tellesnobrega_af is now known as tellesnobrega18:11
*** ivar-lazzaro has joined #openstack-meeting18:13
*** sputnik13 has joined #openstack-meeting18:13
*** mbound has quit IRC18:14
*** ijw has joined #openstack-meeting18:14
*** myoung has quit IRC18:14
*** MaxPC has quit IRC18:14
*** samueldmq has quit IRC18:14
*** samueldmq has joined #openstack-meeting18:15
*** derekh has quit IRC18:16
*** paul-carlton1 has joined #openstack-meeting18:16
*** e0ne has quit IRC18:16
*** hashar has quit IRC18:17
*** unicell has joined #openstack-meeting18:20
*** raildo-afk is now known as raildo18:22
*** ljxiash has joined #openstack-meeting18:22
*** notmorgan has quit IRC18:22
*** efoley has left #openstack-meeting18:22
*** bobh has quit IRC18:25
*** ccneill has quit IRC18:25
*** ivar-lazzaro has quit IRC18:26
*** achanda has quit IRC18:26
*** spzala has quit IRC18:26
*** samueldmq has quit IRC18:26
*** samueldmq has joined #openstack-meeting18:26
*** ljxiash has quit IRC18:27
*** ivar-lazzaro has joined #openstack-meeting18:28
*** spzala has joined #openstack-meeting18:28
*** ijw has quit IRC18:28
*** ijw has joined #openstack-meeting18:28
*** esker has joined #openstack-meeting18:29
*** myoung has joined #openstack-meeting18:29
*** 16WAAAVR4 has quit IRC18:30
*** e0ne has joined #openstack-meeting18:30
*** esker has quit IRC18:30
*** esker has joined #openstack-meeting18:31
*** vivekd has joined #openstack-meeting18:31
*** _sarob has joined #openstack-meeting18:32
*** eharney has quit IRC18:34
*** tsymancz1k has quit IRC18:35
*** eharney has joined #openstack-meeting18:37
*** achanda has joined #openstack-meeting18:37
*** barker has joined #openstack-meeting18:38
*** barker has quit IRC18:39
*** Mingyu has quit IRC18:39
*** bill_az has joined #openstack-meeting18:41
*** dneary has joined #openstack-meeting18:44
*** emsomeoneelse has quit IRC18:44
*** MaxPC has joined #openstack-meeting18:44
*** gyee has quit IRC18:44
*** tsymancz1k has joined #openstack-meeting18:45
*** shashank_hegde has joined #openstack-meeting18:46
*** paul-carlton1 has quit IRC18:46
*** safchain has quit IRC18:47
*** s3wong has joined #openstack-meeting18:49
*** fzdarsky has quit IRC18:50
*** fzdarsky_ has quit IRC18:51
*** zeih has quit IRC18:51
*** neelashah has joined #openstack-meeting18:52
*** hdaniel has quit IRC18:54
*** jprovazn has quit IRC18:55
*** lhcheng has joined #openstack-meeting18:56
*** myoung has quit IRC18:56
*** pfallenop has quit IRC18:57
*** darvon has quit IRC18:57
*** rossella_s has quit IRC18:57
*** rossella_s has joined #openstack-meeting18:58
*** spzala has quit IRC18:59
*** barker has joined #openstack-meeting19:00
*** ndipanov has quit IRC19:00
*** fzdarsky has joined #openstack-meeting19:01
*** clenimar has quit IRC19:01
*** elo has joined #openstack-meeting19:01
*** fzdarsky_ has joined #openstack-meeting19:02
*** yonglihe has quit IRC19:02
*** sridhar_ram1 has joined #openstack-meeting19:02
*** achanda has quit IRC19:03
*** egallen has joined #openstack-meeting19:03
*** spzala has joined #openstack-meeting19:03
*** sridhar_ram has quit IRC19:04
*** ivar-lazzaro has quit IRC19:04
*** dpaterson has joined #openstack-meeting19:04
*** ivar-lazzaro has joined #openstack-meeting19:04
*** pfallenop has joined #openstack-meeting19:05
*** darvon has joined #openstack-meeting19:05
*** brad_behle has joined #openstack-meeting19:05
rtheisosc meeting today?19:07
*** spzala has quit IRC19:08
dtroyeruh, oops…running behind here19:09
dtroyeranyone else still around?19:09
*** rbak_ has joined #openstack-meeting19:11
*** rbak has quit IRC19:11
dtroyerwell, for the record…19:11
dtroyer#startmeeting openstackclient19:11
openstackMeeting started Thu Feb 18 19:11:19 2016 UTC and is due to finish in 60 minutes.  The chair is dtroyer. Information about MeetBot at http://wiki.debian.org/MeetBot.19:11
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.19:11
*** openstack changes topic to " (Meeting topic: openstackclient)"19:11
openstackThe meeting name has been set to 'openstackclient'19:11
*** andymaier has quit IRC19:11
dtroyerlate ping: dhellmann, stevemar, terrylhowe, lhcheng, dstanek, MeganR19:12
dtroyerapologies for my tardiness, anyone still around?19:12
dstanekdtroyer: !19:12
*** annegentle has joined #openstack-meeting19:12
*** bobh has joined #openstack-meeting19:12
dstanekdtroyer: i'm addicted to glowing screens. so i'm always here :-)19:12
rtheisstill here :)19:13
dtroyerdstanek: that's gotta mess with sleep patterns ;)19:13
*** harshs has quit IRC19:14
dstanekdtroyer: it's easier if you just don't do it19:14
*** _sarob has quit IRC19:14
dtroyertell my wife that when I'm dozing at the dinner table19:14
dtroyerok, we're light today, I didn't have anything specific19:15
*** fzdarsky_ has quit IRC19:15
dhellmanno/19:15
*** fzdarsky has quit IRC19:16
dtroyerit looks like we've got a deep queue atm19:16
*** eharney has quit IRC19:16
dtroyerjust in time for our new core members ;)19:16
rtheis:)19:17
*** achanda has joined #openstack-meeting19:17
rtheisI'll start chipping away at the queue19:17
*** myoung has joined #openstack-meeting19:17
dtroyerI'm geting started myself this afternoon19:18
dtroyeris there anything specific that warrants priority attention?19:18
rtheisI didn't see any at first glance19:18
rtheisI did have a interface question on https://review.openstack.org/#/c/276041/19:19
rtheisShould we validate the keys in a key1=value1,key2=value2 list?19:19
rtheisor pass along to the API call19:19
rtheisExample usage in https://review.openstack.org/#/c/276042/19:20
dtroyerthats a good question.  I don't think we always know the valid keys19:20
dtroyerand I'm not sure if that is the sort of thing that an API using JSONschema would be validating19:20
*** angdraug has quit IRC19:20
stevemaroops19:21
dtroyerIIRc we have some usages like that where the API specifically does not validate the dict, like for vendor-specific values19:22
dtroyerso in general we can't assume validation19:22
dtroyerby the api19:22
stevemari'm here now19:22
*** tshtilma has joined #openstack-meeting19:22
rtheisokay19:22
*** Leom has joined #openstack-meeting19:22
dtroyerwelcome stevemar.  you're #ff6633 now, just so you know ;)19:22
stevemari *always* forget about this meeting19:22
dtroyerin cases like 276042 I really wish we could do that without resortin to AVPs as an option argument19:23
stevemarmaybe we can talk about the unset/set commands using cliff.Command?19:23
stevemari think tangchen was looking for guidance there19:23
dtroyersince those are required and well known.  in that case we probably _should_ validate them19:23
*** yassine has quit IRC19:23
*** _sarob has joined #openstack-meeting19:24
*** _sarob has quit IRC19:24
*** _sarob has joined #openstack-meeting19:24
dtroyerstevemar: I think we hashed that out a while back and decided to remove the output on set/unset.  I'm not a fan but apparently those with output were in the minority19:24
stevemaro/19:25
stevemarbueller?19:25
stevemarrgr19:25
stevemardtroyer: oh i think i found a bug with osc... need time to reproduce it19:25
*** egallen has quit IRC19:25
dtroyerwhat?  a bug?19:26
*** bobh has quit IRC19:26
stevemar:)19:27
stevemarhttps://github.com/openstack/python-openstackclient/blob/master/openstackclient/api/auth.py#L149-L15819:27
rtheisdtroyer: so on 276042, do you have an alternative to AVPs?19:27
stevemarthis check here is breaking some of the non-traditional auth plugins we have in keystoneauth19:27
dtroyerrtheis: not a better one when multiple routes can be set at once.19:27
rtheisok19:27
*** bobh has joined #openstack-meeting19:27
dtroyerbut I fear that becomes a precedent in general19:28
dtroyerand hope it does not19:28
*** flip214 has quit IRC19:28
*** spzala has joined #openstack-meeting19:28
*** spzala has quit IRC19:28
rtheisok19:28
*** spzala has joined #openstack-meeting19:28
dtroyerstevemar: put it to occ, it is the auth arbiter now, right?19:29
dtroyerwe're going to wind up with some breaking changes to do all of that…that'll trigger 3.0.19:29
*** d0ugal has quit IRC19:29
stevemardtroyer: basically19:29
stevemaryep19:30
dtroyerand I hope we can stuff the rename in there then too19:30
stevemaroh?19:30
dtroyerso, planning ahead a bit19:30
stevemari'm hoping to do this soon19:30
*** ddieterly has quit IRC19:30
*** d0ugal has joined #openstack-meeting19:30
*** d0ugal has quit IRC19:30
*** d0ugal has joined #openstack-meeting19:30
dtroyerI thought we decided reanming the package was best doen at a major rev19:30
*** neiljerram has quit IRC19:30
stevemarfolks internally are finally starting to use federation and are complaining about the broken CLI :)19:30
dtroyersoon like a week or two?19:30
stevemarprobably not19:30
stevemar:(19:31
dtroyerwell, major is a lot farther out than that…19:31
*** su_zhang has quit IRC19:31
*** idegtiarov has left #openstack-meeting19:31
dtroyeryou can probably fix it without 3.0 but we need to rip out all of the OSC auth for 3.019:31
*** haomaiwang has joined #openstack-meeting19:32
*** eharney has joined #openstack-meeting19:33
stevemardtroyer: that's a beast to fix19:33
dtroyercan we just rip out that check and let the plugins fail it later?19:34
*** xinwu has quit IRC19:34
*** xinwu has joined #openstack-meeting19:35
*** flip214 has joined #openstack-meeting19:35
*** xinwu has quit IRC19:36
*** ddieterly has joined #openstack-meeting19:36
dtroyerok, anything else?19:37
*** haomaiwang has quit IRC19:37
*** safchain has joined #openstack-meeting19:37
rtheisI don't have anything else19:37
dtroyerstevemar: ?  You are slowly turning #33cc3319:38
*** jkraj has quit IRC19:38
*** claudiub has quit IRC19:38
stevemardtroyer: not as good of a color19:38
dtroyerunless you are a system status indicator19:39
stevemarif anyone else wants to rip and replace the auth stuff, go ahead :)19:39
dtroyerI started a while back, but that was before occ took over the world.  it should actually be easier now19:40
dtroyerok, I've got a tight schedule this afternoon, if nothing else is pressing I'd like to get going.19:40
*** wojdev has joined #openstack-meeting19:41
rtheisnothing else, thank you dtroyer19:41
*** wojdev has quit IRC19:41
*** safchain has quit IRC19:42
dtroyerok, thanks everyone!19:42
dtroyer#endmeeting19:42
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"19:42
openstackMeeting ended Thu Feb 18 19:42:55 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)19:42
openstackMinutes:        http://eavesdrop.openstack.org/meetings/openstackclient/2016/openstackclient.2016-02-18-19.11.html19:42
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/openstackclient/2016/openstackclient.2016-02-18-19.11.txt19:42
openstackLog:            http://eavesdrop.openstack.org/meetings/openstackclient/2016/openstackclient.2016-02-18-19.11.log.html19:43
*** MarkAtwood has joined #openstack-meeting19:44
*** SumitNaiksatam has quit IRC19:44
*** alexpilotti has quit IRC19:49
*** rfolco has quit IRC19:50
*** _nadya_ has joined #openstack-meeting19:50
*** vijendar has quit IRC19:51
*** aarefiev22 has quit IRC19:51
*** dpaterson has quit IRC19:51
*** achanda has quit IRC19:51
*** novas0x2a|laptop has joined #openstack-meeting19:53
*** vijendar has joined #openstack-meeting19:54
*** rajinir has quit IRC19:55
*** rcernin has quit IRC19:55
*** hemna is now known as hemnafk19:55
*** gyee has joined #openstack-meeting19:58
*** SumitNaiksatam has joined #openstack-meeting19:58
*** achanda has joined #openstack-meeting19:58
*** ociuhandu has quit IRC19:58
*** numans has quit IRC19:58
*** ddieterl_ has joined #openstack-meeting19:59
*** annegentle has quit IRC19:59
*** krtaylor has quit IRC19:59
*** brad_behle has left #openstack-meeting19:59
*** amrith is now known as _amrith_19:59
*** rderose has quit IRC20:00
*** lsp42 has quit IRC20:00
*** ddieterly has quit IRC20:01
*** jlwhite has joined #openstack-meeting20:01
*** jlwhite_ has joined #openstack-meeting20:03
*** jlwhite has quit IRC20:03
*** barker has quit IRC20:04
*** aysyd has quit IRC20:05
*** eric_lopez has joined #openstack-meeting20:07
*** annegentle has joined #openstack-meeting20:07
*** _RuiChen has joined #openstack-meeting20:07
*** singleth_ has joined #openstack-meeting20:07
*** markvoelker_ has joined #openstack-meeting20:07
*** flip214_ has joined #openstack-meeting20:09
*** alexpilotti has joined #openstack-meeting20:10
*** krtaylor has joined #openstack-meeting20:11
*** lsp42 has joined #openstack-meeting20:11
*** guitarza1 has joined #openstack-meeting20:11
*** alrs_ has joined #openstack-meeting20:11
*** tjcocozz_ has joined #openstack-meeting20:11
*** john5223 has quit IRC20:12
*** flip214 has quit IRC20:12
*** jcooley has quit IRC20:12
*** devananda has quit IRC20:12
*** singlethink has quit IRC20:12
*** alrs has quit IRC20:12
*** floppee has quit IRC20:12
*** markvoelker has quit IRC20:12
*** tlbr_ has quit IRC20:12
*** Guest79104 has quit IRC20:12
*** bnemec has quit IRC20:12
*** morgabra has quit IRC20:12
*** elo has quit IRC20:12
*** rossella_s has quit IRC20:12
*** bill_az has quit IRC20:12
*** RuiChen has quit IRC20:12
*** dkranz has quit IRC20:12
*** mattoliverau has quit IRC20:12
*** tjcocozz has quit IRC20:12
*** guitarzan has quit IRC20:12
*** kevinbenton has quit IRC20:12
*** stevemar has quit IRC20:12
*** tristanC has quit IRC20:12
*** zaneb has quit IRC20:12
*** dkranz_ has joined #openstack-meeting20:12
*** dkranz_ has quit IRC20:12
*** dkranz_ has joined #openstack-meeting20:12
*** tlbr has joined #openstack-meeting20:12
*** zaneb has joined #openstack-meeting20:12
*** vivekd has quit IRC20:12
*** matt6434 has joined #openstack-meeting20:12
*** jcooley has joined #openstack-meeting20:12
*** rossella_s has joined #openstack-meeting20:12
*** kevinbenton has joined #openstack-meeting20:12
*** rods_ has joined #openstack-meeting20:13
*** tristanC has joined #openstack-meeting20:13
*** stevemar has joined #openstack-meeting20:13
*** bnemec has joined #openstack-meeting20:13
*** devananda has joined #openstack-meeting20:13
*** morgabra has joined #openstack-meeting20:13
*** alexpilotti has quit IRC20:14
*** _amrith_ is now known as amrith20:15
*** vijendar has quit IRC20:15
*** boris-42 has quit IRC20:16
*** boris-42 has joined #openstack-meeting20:18
*** lsp42 has quit IRC20:20
*** vijendar has joined #openstack-meeting20:20
*** zeih has joined #openstack-meeting20:21
*** Sukhdev has joined #openstack-meeting20:21
*** raddaoui_ has joined #openstack-meeting20:22
*** boris-42 has quit IRC20:24
*** aeng has joined #openstack-meeting20:25
*** annegentle has quit IRC20:29
*** annegentle has joined #openstack-meeting20:29
*** annegentle has quit IRC20:30
*** ociuhandu has joined #openstack-meeting20:31
*** ivar-lazzaro has quit IRC20:32
*** killer_prince has quit IRC20:32
*** ekcs has joined #openstack-meeting20:33
*** safchain has joined #openstack-meeting20:34
*** amakarov is now known as amakarov_away20:35
*** cody-somerville has quit IRC20:35
*** cody-somerville has joined #openstack-meeting20:35
*** cody-somerville has quit IRC20:35
*** cody-somerville has joined #openstack-meeting20:35
*** alexpilotti has joined #openstack-meeting20:36
*** yamahata has quit IRC20:36
*** toscalix has quit IRC20:36
*** rods_ is now known as rods20:39
*** rods is now known as Guest6578820:39
*** alexpilo_ has joined #openstack-meeting20:40
*** alexpilotti has quit IRC20:41
*** iyamahat has quit IRC20:42
*** pnavarro has joined #openstack-meeting20:43
*** alexpilo_ has quit IRC20:44
*** e0ne has quit IRC20:45
*** e0ne has joined #openstack-meeting20:45
*** e0ne has quit IRC20:46
*** ddieterl_ is now known as ddieterly20:47
*** dane_leblanc has quit IRC20:50
*** auggy has joined #openstack-meeting20:51
*** bobh has quit IRC20:51
*** lsp42 has joined #openstack-meeting20:53
*** xinwu has joined #openstack-meeting20:53
*** harshs has joined #openstack-meeting20:55
*** lsp42 has quit IRC20:57
*** nic has joined #openstack-meeting20:57
*** apoorvad has quit IRC20:59
*** takashin has joined #openstack-meeting20:59
*** mriedem has joined #openstack-meeting20:59
*** rlrossit has joined #openstack-meeting20:59
*** ccarmack has joined #openstack-meeting21:00
*** tshtilma has quit IRC21:00
mriedemso no john21:00
mriedem#startmeeting nova21:00
openstackMeeting started Thu Feb 18 21:00:36 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
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.21:00
*** openstack changes topic to " (Meeting topic: nova)"21:00
openstackThe meeting name has been set to 'nova'21:00
*** rdopiera has joined #openstack-meeting21:00
rlrossito/21:00
rdopierao/21:00
edleafe\o21:00
melwitto/21:00
tonyb\o21:00
takashino/21:00
mriedem#link meeting agenda https://wiki.openstack.org/wiki/Meetings/Nova21:01
dansmitho/21:01
*** safchain has quit IRC21:01
mriedem#topic release status21:01
*** openstack changes topic to "release status (Meeting topic: nova)"21:01
mriedemMar 1-3, Mitaka-3 and feature freeze, Final release for client libraries, Soft String Freeze, etc.21:01
mriedem#info Mar 1-3, Mitaka-3 and feature freeze, Final release for client libraries, Soft String Freeze, etc.21:01
* bauzas waves21:01
mriedemthere is a note to look out for release critical bugs, mitaka-rc-potential21:01
sdagueo/21:01
*** samueldmq1 has joined #openstack-meeting21:02
mikal.21:02
*** cdent has joined #openstack-meeting21:02
* edleafe waves back21:02
mriedemdid we ever figure out who was doing bug duty this week?21:02
mriedemanyway, if you come across what looks to be a release critical bug, tag it with mitaka-rc-potential21:02
*** dpaterson has joined #openstack-meeting21:03
mriedem- When to pause long running efforts (centralise config, py34, mox, etc)21:03
mriedemi thought we said last week those were paused now21:03
*** tsymancz2k has joined #openstack-meeting21:03
mriedem"the doc element to the config work seems important, the moving Opts around should probably halt until Newton?"21:03
*** tsymancz2k has quit IRC21:03
tonybmriedem: I thought py34/mox was paused but confifg was allowed to keep going21:03
*** sridhar_ram1 has quit IRC21:03
*** tsymancz1k has quit IRC21:03
*** dneary has quit IRC21:03
auggyo/21:03
mriedemi have no idea how much is left21:03
mriedemon the config stuff21:03
tonybmriedem: yeah that thing21:03
*** dneary has joined #openstack-meeting21:04
mikalI recon we should allow extended help strings21:04
mikalBut stop the large refactors21:04
mikalTHe help stgring changes are very low risk with high benefit21:04
tonybI think markus_z is out this week so it's hard to know21:04
mriedemmikal: yeah at least until string freeze anyway21:04
mikalmriedem: agreed21:04
mriedem#topic reminders21:04
*** openstack changes topic to "reminders (Meeting topic: nova)"21:04
*** sridhar_ram has joined #openstack-meeting21:04
edleafemriedem: there is a lot left21:04
mikalI could go through and -2 the refector reviews if we thought that was reasonable21:04
mriedem#link priority review etherpad https://etherpad.openstack.org/p/mitaka-nova-priorities-tracking21:04
mriedemmikal: sure, that is probably helpful21:05
*** drankis has quit IRC21:05
mikalmriedem: ok, I'll try and get that done today21:05
*** cdelatte has quit IRC21:05
mriedemty21:05
mriedem#topic bugs21:05
*** openstack changes topic to "bugs (Meeting topic: nova)"21:05
mriedemgate status http://status.openstack.org/elastic-recheck/index.html21:05
mriedemsdague: anything you want to add on this?21:05
mriedemi know grenade is hitting messaging timeouts since oslo.messaging 4.1.021:05
mriedemi don't think anyone is working on that21:05
*** lblanchard has quit IRC21:06
*** roxanaghe has quit IRC21:06
sdaguemriedem: it was brought up to the oslo folks, and feels like it all petered out21:06
*** raildo is now known as raildo-afk21:06
mriedemhttp://status.openstack.org/elastic-recheck/index.html#154500221:06
sdagueI have not looped back around on that21:06
*** dane_leblanc has joined #openstack-meeting21:06
bauzasthe pep8 issue with File Not Found is known, right?21:06
mriedembauzas: dan brought it up in infra this morning21:06
dansmithyeah21:06
mriedemso i assume it's a known thing21:06
dansmithsounds amazingly awesome21:06
*** roxanaghe has joined #openstack-meeting21:06
bauzasokay, nice to know21:06
*** novas0x2a|laptop has quit IRC21:06
mriedemi hope AFS didn't do it :)21:06
dansmithAFS is perfect21:07
*** novas0x2a|laptop has joined #openstack-meeting21:07
*** samueldmq1 has quit IRC21:07
mriedem#help needed on messaging timeout bug http://bugs.launchpad.net/bugs/154500221:07
openstackLaunchpad bug 1545002 in oslo.messaging "Grenade Failure - MessagingTimeout on floating IP remove" [High,Confirmed]21:07
*** Sukhdev has quit IRC21:07
mriedem3rd party CI status - i don't have any news here21:07
mriedemcritical bugs - anyone have any?21:08
*** deva_ has joined #openstack-meeting21:08
*** tsymanczyk has joined #openstack-meeting21:08
*** tsymanczyk is now known as Guest8675121:08
sdaguemriedem: well this metadata one isn't good21:08
sdaguebut I don't know if it's critical yet21:08
mriedemyeah21:09
*** dstanek has quit IRC21:09
mriedemi'm leaning on that ol' sdague magic to sort that one out :)21:09
*** novas0x2a|laptop has quit IRC21:09
*** amrith is now known as _amrith_21:09
sdagueoof21:09
mriedemmore volunteers for 1 week of bug skimming duty? https://wiki.openstack.org/wiki/Nova/BugTriage#Weekly_bug_skimming_duty21:09
mriedemi know sdague has been hammering the API bug triage, which is appreciated21:10
mriedemhopefully more people get in the bug boat after FF21:10
*** dstanek has joined #openstack-meeting21:10
bauzasso I'm about to see if some operators could help with bug triaging21:10
mriedemok21:10
sdagueonly 29 bugs in new right now21:10
*** zeih has quit IRC21:10
bauzasbut that's a long sotry21:10
bauzasstory21:10
tonybJust putting this out there, a good triaged list of bugs might make the bugsmash more helpful ....21:10
sdaguethat's totally within sight of 021:11
auggywhoohoo that's s a huge a huge improvement!!21:11
mriedemstable branch21:11
dansmithyuuuge21:11
mriedemonly thing here is,21:11
mriedemwe should review stable/liberty stuff for a 12.0.2 release push around m-321:12
*** ijw has quit IRC21:12
mriedem#link open stable/liberty reviews https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:stable/liberty,n,z21:12
*** alexpilotti has joined #openstack-meeting21:12
edleafetonyb: thanks for volunteering!21:12
mriedemor if anyone knows of bugs fixed on master that we'd like to get into stable/liberty, get the backports up soonish21:12
mikaledleafe: hey! He's under other buses!21:12
edleafemikal: never enough buses21:12
*** alexpilotti has quit IRC21:12
*** novas0x2a|laptop has joined #openstack-meeting21:13
mriedemi've had a todo to write a tool to find liberty-backport-potential nova bugs that are fixed to try and find possible backports,21:13
*** alexpilotti has joined #openstack-meeting21:13
*** esker has quit IRC21:13
mriedembut time isn't on my side21:13
mriedem^ is open for anyone that wants to write a tool like that21:13
mriedemanything else on bugs?21:13
*** deva_ has quit IRC21:13
mriedem#topic stuck reviews21:14
*** openstack changes topic to "stuck reviews (Meeting topic: nova)"21:14
mriedemthere was nothing on the agenda21:14
mriedemdoes anyone have anything to discuss here?21:14
mikalSo, can I raise something here?21:14
mriedemuh oh21:14
mikalgus: you around?21:14
gusmikal: yep.21:14
mikalThey're not super stuck, so this might be cheating21:14
tonybmikal: that's totaly in open discussion21:14
mikalBut gus is getting worried about getting privsep done in time21:14
*** ijw has joined #openstack-meeting21:14
tonybit's even on the agenda21:14
mriedemthat's in open discussoin21:14
mikalOh, ok. Sure.21:14
mriedembelay21:14
mriedem#open discussion21:15
mriedem:)oops21:15
tonybThere are a couple of stable backports that are kinda stuck21:15
mikalLOL21:15
mriedem#topic open discussion21:15
*** openstack changes topic to "open discussion (Meeting topic: nova)"21:15
mriedemmine first21:15
mriedem(mriedem): get-me-a-network; trouble in paradise21:15
*** merooney has quit IRC21:15
mriedemso we have the ML thread on how to microversion the get-me-a-network stuff21:15
mriedem#link ML thread on get-me-a-network microversion http://lists.openstack.org/pipermail/openstack-dev/2016-February/086437.html21:15
mriedemmain question being, do we change default behavior (opt into not having a nic)?21:16
mriedempersonally i think we should, since the default behavior to allow an instance w/o a network seems weird21:16
mriedemand i doubt that is used in practice very often21:16
mriedemi know alaski is against that idea,21:16
mriedemso i'm looking for input from others that didn't speak up on the ML21:17
*** iyamahat has joined #openstack-meeting21:17
mriedemdansmith: ^?21:17
dansmithwell,21:17
*** amitgandhinz has quit IRC21:17
dansmithI dunno. changing defaults is kinda bad21:17
dansmitheven if we're suuure the default is better21:17
*** amitgandhinz has joined #openstack-meeting21:18
dansmithif someone has a workflow that attaches with no nic and then always does an attach later, we'll break them right?21:18
sdaguebut it's opt in21:18
mriedemdansmith: they'd have to opt in with the microversion21:18
sdagueyou had to ask for things after that microversion21:18
dansmithyeah, I know,21:18
dansmithbut in reality, clients aren't going to check for an empty request and make the behavior be the same because they've opted into the new version21:18
sdaguechanging defaults to be better is definitely a thing we should do, we have a signaling mechanism around it21:19
*** neelashah has quit IRC21:19
dansmithsdague: well, since there was no IMHO on there I guess I can't argue with "definitely" eh?21:19
cdentsdague++21:19
cdentif we can't make defaults better then we're really in a bad way21:19
edleafemicroversions don't solve every problem, but at least give you a way to know what's changed21:19
cdentbecause it presumes we got it right the first time, always21:19
mriedemit would have been nice if any user/operator in the world would have spoken in that thread saying they have that use case21:19
cdentwhich is never true21:19
dansmithmriedem: I can't point you to a specific example person,21:20
sdaguemriedem: it was a -dev thread right?21:20
mriedemsdague: yeah, could go to ops too, but i don't know that ops care, it's really a user use case21:20
dansmithbut the use case could be starting a spare instance and adding a nic to it when you failover21:20
dansmitheither way, I bet nobody is going to speak up about it21:20
dansmithjust to be clear,21:21
sdagueyeh, we don't really have the right coms channels to find the people that would speak up about it, unfortunately21:21
dansmiththe microversion would be "you get a nic if you didn't ask" instead of "you get no nics if you didn't ask" right?21:21
*** whenry_ has joined #openstack-meeting21:21
mriedemrihgt21:21
sdaguedansmith: yes21:21
dansmithbecause making it "you get an error if you try to boot an instance with no nic" would be a lot more discoverable, IMHO21:22
dansmithbecause the user of the client that opted in would see that21:22
dansmithinstead of wondering why the hell they're getting different behavior all the sudden21:22
sdagueso they did have to move their API pin to get different behavior21:23
dansmithwho did?21:23
dansmiththe client library, right?21:23
sdagueor application21:23
dansmithif they're consuming directly, sure21:23
sdaguewell, even with our library they have to specify21:23
*** yamahata has joined #openstack-meeting21:24
*** lsp42 has joined #openstack-meeting21:24
dansmithanyway, I feel like we were just arguing about not changing something like this in a microversion just for the fun of it, because it's surprising,21:24
dansmithyet we like this change so we want to do it21:24
melwittif you have to opt in to not get a nic, then wouldn't the behavior be an error if you didn't ask and a net isn't available?21:24
dansmithso, my opinion is don't change it21:24
dansmithmelwitt: you have to opt in to the new behavior, not the old one21:25
melwittoh21:25
mriedemwell that's what's proposed21:25
dansmithmelwitt: so you're (supposedly) opting in to having it be magic21:25
sdagueit's only surprising to people that are used to getting punched in the face21:25
sdagueand then we stop doing that21:25
sdaguefor the majority of them21:25
dansmithsdague: I feel like arguments like that are not very constructive21:25
dansmithso anyway, that's my opinion, let's move on21:25
*** matt6434 is now known as mattoliverau21:26
mriedemok, so, just to finalize,21:26
mriedemthe reason i brought this up is i want to start drafting a spec,21:26
mriedemb/c the neutron meetup is local for me next week21:26
sdagueok, I feel like the entire "get me a network" thing was driving by users that were really really frustrated that was not the default21:26
mriedemi think i'm going to just doc this all as alternatives in the spec,21:26
mriedemand we can hash it out in review21:26
mriedemsdague: agree21:26
mriedemmoving on21:26
mriedemgus: mikal: go!21:26
gusheh.21:26
gusSo: privsep/os-brick status:  The code exists to do a simple s/rootwrap/privsep/g in os-brick.21:27
gusIt depends on a bunch (6?) of small changes across other projects (nova, devstack, cinder)21:27
*** josdotso has joined #openstack-meeting21:27
mriedem#link main os-brick privsep change https://review.openstack.org/#/c/277224/21:28
gusAll the isolated tests I've thrown at it work, but the whole thing fails in tempest integration tests atm ;)21:28
gusI'm still debugging that latter, it's almost certainly something to do with eventlet.21:28
gus(it hangs)21:28
*** lsp42 has quit IRC21:28
gusMy concern is that at this point there are still a bunch of small changes ahead of us, mostly to do with juggling global-requirements once there is an appropriate os-brick/privsep release.21:28
gusI know we get thingy about changing requirements close to release deadlines.21:29
tonybgus: we have 10 days still21:29
gustonyb: right.21:29
gusThe last round of minor changes to other projects took 2 weeks to get nova +2s, and haven't seen any +2s from cinder or devstack yet.21:30
gus(thanks to those who approved the nova ones over night)21:30
tonybsdague: can you hepl with the devstack side?21:30
tonybsdague: most of the changes are in mitaka-nova-priorities-tracking21:30
sdaguetonyb: yeh, though I didn't see anything working yet in full stack21:30
sdaguewhich was my concern21:30
gusso .. we can still make it, but I feel like it's getting tight - particularly wrt juggling the cross-project review latency.21:31
gussdague: yep, agreed.21:31
gusthe depends-on changes are all safe (afaics) to merge into the other projects regardless of whether we go ahead with the rest of os-brick/privsep or not.21:31
*** cdelatte has joined #openstack-meeting21:31
*** harshs has quit IRC21:31
scottdaos-brick release just went out21:31
gusthey're things like an additional rootwrap filter, that at worst would be simply unused.21:32
*** harshs has joined #openstack-meeting21:32
*** gatekeep has quit IRC21:32
*** banix has quit IRC21:32
gusI don't have any specific request - just a heads-up that when I whack this final eventlet interaction bug, there's going to be half-a-dozen-or-so changes that are going to need some fast review turnaround.21:33
*** ijw has quit IRC21:33
mriedemso,21:34
mriedemsummaries in the ML on big hairy things like this have been common lately21:34
mriedemall the rage21:34
mriedemb/c i see a bunch of changes on different topic branches, so tracking it all in gerrit is confusing me21:34
mriedemsome are tracked against a bp and some aren't21:34
mriedemso as a reviewer i'm not entirely sure where to start (besides the main os-brick change with the 5 depends-on)21:34
sdagueright, it's especially hard when the Depends-On is just a wall21:34
sdagueit would be useful to at least annotate them to which repos they are on to understand21:35
scottdagus: I'm not positive, but I think getting privsep changes into  os-brick is too late for Mitaks21:35
melwittis there a section for them in the priorities etherpad?21:35
*** tsymancz2k has joined #openstack-meeting21:35
melwittthat gus can just link all of them21:35
tonybmelwitt: yeah they're under os-vif21:35
*** Guest86751 has quit IRC21:35
tonybmelwitt: somewhere near 14421:35
sdaguescottda: what?21:35
mriedemtonyb: melwitt: yeah but it's not very detailed21:36
mriedemit's just some links, i can figure those out via gerrit21:36
sdaguescottda: because, honestly, this is a release blocker21:36
scottdaos-brick was just released today.21:36
gusCan I mix comments in with the Depends-On change description "meta headers" ?21:36
sdaguewe're in an upgrade crippled state21:36
scottdaI'm trying to get hemnafk to verify , but he is AFK21:36
* gus isn't sure what the parsing requirements of that are.21:36
mikalgus: alternate lines?21:36
tonybmriedem: Okay tell me what else you need in there and I'll add it21:36
*** dkranz_ has quit IRC21:36
mikal# The following depends-on is against os-brick21:36
tonybmriedem: I just followed the "template"21:37
mikalDepends-On 1234521:37
sdagueyeh, each Depends-On must be the only thing on it's line21:37
mriedemtonyb: well, like what jaypipes and alaski and others have done in the ML recently on where big things are at21:37
sdaguebut you can have other stuff in there21:37
gusmikal: yep, that would be useful for me too - I wasn't sure how strict that block needed to be.21:37
sdaguehttps://review.openstack.org/#/c/282031/21:37
gusI have some mention in the nova priorities etherpad - but of course that doens't affect devstack + cinder (+ os-brick).21:37
*** lsp42 has joined #openstack-meeting21:37
sdagueso, I just want to circle back on the os-brick thing21:38
*** mbound has joined #openstack-meeting21:38
mriedemwhat we need is like a management type that knows how to put together fancy charts....21:38
mriedemwhere could we find one of those...21:38
*** krtaylor has quit IRC21:38
*** e0ne has joined #openstack-meeting21:38
sdaguebecause this can't be too late for os-brick21:38
mikalSo, I kind of disagree21:38
mikalWhat we need is the cross project element to work better21:38
* jaypipes hides from mriedem 21:38
mikalDo we need to try and get everyone into a dedicated meeting early next week?21:39
mriedemlibrary freeze is i think the same time as FF21:39
scottdahemnafk: keeps reporting that the privsep changes cause Nova to hang...that's the latest report from him I've seen...21:39
gusscottda: yep, that's probably a repeat of my latest status update on the main change.21:39
mriedemFeb 22-26R-6Final release for non-client libraries21:39
scottdaI reckon another release of os-brick could still go out if this is fixed. I just noticed today an email that os-brick was released.21:39
mriedemyeah 1.0.0 went out with bug fixes21:40
mriedemi think we have until next friday for another os-brick release according to the schedule21:40
sdaguemikal: the answer is yes, who is going to be point person on it?21:40
mriedemmikal: so to answer your question, yes i think some kind of project management would be helpful21:40
mikalSo, the only problem is that next week wastes a few days21:41
mikalWe could do it tomorrow, but I'm afk all day21:41
*** ociuhandu has quit IRC21:41
mikalI don't want to sit idle over the weekend if its avoidable21:41
*** sridhar_ram has quit IRC21:41
*** comay has joined #openstack-meeting21:41
mriedemwell i guess it depends on what works for gus21:41
sdaguemikal: well, how about start with pulling together where we are, and what's blocking moving forward21:41
*** tej has quit IRC21:42
mikalYep21:42
mriedemyeah some high level context would be helpful before a hangout or something21:42
sdagueeven if it's not a meeting, a consolidated view on all of this stuff would be really useful21:42
mikalgus and I can work on an email summary to -dev21:42
mriedemcool21:42
gussg21:42
mikalAnd make is super clear what we think brick and devstack need to do21:42
mikalWe'll get that out in the next couple of hours?21:42
mriedemawesome21:42
sdagueyep, and to be clear, I'll approve the devstack changes as soon as I've got a test run showing me it's working21:42
sdagueI just couldn't find that in the stack21:43
*** gatekeep has joined #openstack-meeting21:43
gussdague: there's things like https://review.openstack.org/#/c/277696/ that just sets a new nova.conf entry.21:43
sdaguegus: right, but I actually want to see something using that to do something :)21:44
*** maishsk has joined #openstack-meeting21:44
gussure, it just means it remains on the critical path then.21:44
gus(sdague: but I understand your reluctance)21:44
*** sridhar_ram has joined #openstack-meeting21:44
*** pgbridge has quit IRC21:44
*** tej has joined #openstack-meeting21:45
sdagueright, but then we know it works vs. land, oh broken, land, oh broken.21:45
gusyep.21:45
*** ijw has joined #openstack-meeting21:45
mriedemanything else on this?21:45
gusnot from me.21:46
mriedemanything else from anyone for open discussion?21:46
scottdaprivsep is out for mitaka in os-brick, according to smcginnis21:46
mriedemscottda: umm https://review.openstack.org/#/c/277224/21:46
gus^ huh, well then at least I get my weekend back.21:46
sdaguescottda: um, that's really not possible21:46
scottdaI'm just the middle man here21:47
mriedemyou mean out as in not happening21:47
mriedemvs out as released :)21:47
*** ylobankov has quit IRC21:47
mriedemimportant distinction21:47
smcginnismriedem: Not happening.21:47
*** ivar-lazzaro has joined #openstack-meeting21:47
mriedemyeah21:47
mriedemi read the cinder channel21:47
patrickeastit was discussed in the last cinder meeting briefly, see ~16:06 http://eavesdrop.openstack.org/meetings/cinder/2016/cinder.2016-02-17-16.00.log.html21:47
smcginnismriedem: There are still issues that need to be resolved and tested.21:47
mriedemsmcginnis: yeah, https://review.openstack.org/#/c/277224/21:47
mriedemthat's what we were talking about21:48
edleafemriedem: did a quick count on the config options status. 504 total, 331 either merged or in the pipeline, 173 untouched21:48
sdaguesmcginnis: this is a monsterous upgrade problem21:48
sdaguethat we only didn't revert os-brick in liberty because it was going to be fixed in mitaka21:48
smcginnissdague: Agreed. Not happy we weren't able to get it working in time.21:48
*** lsp42 has quit IRC21:49
smcginnissdague: Well, TBF, there's a lot of goodness in os-brick that far surpasses the pain of copying rootwrap files.21:49
sdaguesmcginnis: it completely breaks our upgrade model21:49
*** tej has quit IRC21:49
sdagueI don't think I can bang my shoe on the table hard enough about that21:49
smcginnisWe are tied, yes. But did we add anything to rootwrap filters in this cycle?21:50
mriedemi think there was maybe one thing21:50
mriedemi can check after the meeting21:50
mriedemi know we held things out21:50
mikalSo, where to from here?21:50
mikalDo we still want that summary email?21:50
mikalOr are we dead in the water until newton?21:51
*** krtaylor has joined #openstack-meeting21:51
sdagueok, so os-brick will never accept another rootwrap change until this is sorted, right?21:51
gus"Add os-brick's scsi_id command to rootwrap" - Sep 921:51
smcginnisI don't work in absolutes, but I can strongly discourage it. :)21:51
sdaguesmcginnis: no, this has to be absolutes21:51
mriedemmriedem@ubuntu:~/git/os-brick$ git log --oneline --no-merges 0.6.0.. -- etc/os-brick/rootwrap.d/os-brick.filters21:51
mriedemd3b9696 os-brick add cinder local_dev lvm code21:51
mriedemebce3c3 DRBD connector class21:51
*** ivar-lazzaro has quit IRC21:51
mriedemwe kept ebce3c3 out of nova21:52
mriedemb/c of the filter add21:52
mriedemd3b9696 is not being used in nova i dont think21:52
mriedemit was a late add, to prep for newton21:52
*** gatekeep has quit IRC21:52
smcginnismriedem: Right, not yet.21:52
mriedem0.6.0 is what's in stable/liberty u-c, that's there i get the version from21:53
*** jniesz has joined #openstack-meeting21:53
mriedemso i guess let's take this to -nova or -cinder now21:53
mriedemand wrap up the nova meeting21:53
*** adahms has joined #openstack-meeting21:53
mriedemi imagine there are some bits of brain and skull on the floor somewhere21:54
mriedemanyone have anything else?21:54
*** merooney has joined #openstack-meeting21:54
mriedemok, ending, thanks everyone21:54
mriedem#endmeeting21:54
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"21:54
openstackMeeting ended Thu Feb 18 21:54:35 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)21:54
openstackMinutes:        http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-02-18-21.00.html21:54
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-02-18-21.00.txt21:54
openstackLog:            http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-02-18-21.00.log.html21:54
*** takashin has left #openstack-meeting21:54
mikalmriedem: thanks for running the thing21:54
cdentI was going to mention default policy files, but given the conversation just now seems pointless...21:55
cdent(from cross project meeting)21:55
*** maishsk has quit IRC21:55
mriedemcdent: i'm assuming that's a newton thing right?21:55
*** auggy has left #openstack-meeting21:56
cdentI think for some of the people involved they were hoping not-newton21:56
cdentbut at least in nova-land that's unrealistic21:56
*** maishsk has joined #openstack-meeting21:57
*** vhoward has joined #openstack-meeting21:57
*** su_zhang has joined #openstack-meeting21:57
*** gatekeep has joined #openstack-meeting21:57
*** cdent has left #openstack-meeting21:57
mriedemsome people == keystone people?21:58
mriedemseemed keystone dominated this weeks cp meeting21:58
*** amitgandhinz has quit IRC21:59
*** apoorvad has joined #openstack-meeting21:59
*** neelashah has joined #openstack-meeting21:59
armaxcarl_baldwin, HenryG, dougwig, amotoki, kevinbenton, mestery ping22:00
mesteryo/22:00
*** lsp42 has joined #openstack-meeting22:00
kevinbentonHi22:00
amotokihi22:00
dougwigo/22:00
HenryGo/22:00
*** pgbridge has joined #openstack-meeting22:00
carl_baldwino/22:00
*** ccarmack has left #openstack-meeting22:00
*** mriedem has left #openstack-meeting22:00
*** vijendar has quit IRC22:01
armax#startmeeting neutron_drivers22:01
openstackMeeting started Thu Feb 18 22:01:15 2016 UTC and is due to finish in 60 minutes.  The chair is armax. Information about MeetBot at http://wiki.debian.org/MeetBot.22:01
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.22:01
*** openstack changes topic to " (Meeting topic: neutron_drivers)"22:01
openstackThe meeting name has been set to 'neutron_drivers'22:01
*** rdopiera has left #openstack-meeting22:01
armaxhello gents22:01
armaxready for some fun?22:01
jnieszhello22:02
* carl_baldwin ready :)22:02
*** krtaylor has quit IRC22:02
*** sarob_ has joined #openstack-meeting22:02
dougwigooh boy are we.22:02
*** mudassirlatif_ has joined #openstack-meeting22:02
* mestery jumps up and down22:02
kevinbentonYa22:02
armax#link https://wiki.openstack.org/wiki/Meetings/NeutronDrivers22:02
-amotoki- :)22:02
mesteryWait, by fun do you mean pointless bikeshedding on the mailing list?22:02
armaxok, open the boxes you received in the post this morning...22:02
kevinbentonI didn't get one22:02
armaxyou all received suspiciuous packages did you?22:02
mesteryThis isn't some sort of "we all drink at once" thing is it?22:03
*** salv-orlando has joined #openstack-meeting22:03
armaxkevinbenton: that’s because you’re never home22:03
dougwigmine was full of intel NICs.22:03
njohnstono/22:03
armaxoh well…it looks like this didn’t work this time, I’ll try next week22:03
*** josdotso has quit IRC22:03
armaxlet’s get serious22:03
armaxthe list of triaged bugs for the week22:03
armaxhttps://bugs.launchpad.net/neutron/+bugs?field.status%3Alist=Triaged&field.tag=rfe&orderby=datecreated&start=022:03
armax#link https://bugs.launchpad.net/neutron/+bugs?field.status%3Alist=Triaged&field.tag=rfe&orderby=datecreated&start=022:03
armaxwe punted on bug 150749922:04
openstackbug 1507499 in neutron "Centralized Management System for testing the environment" [Wishlist,Triaged] https://launchpad.net/bugs/150749922:04
*** mudassirlatif has quit IRC22:04
*** mudassirlatif_ is now known as mudassirlatif22:04
*** apoorvad has quit IRC22:04
armaxso let’s move it aside for now22:04
armaxnext22:04
armaxbug 152210222:04
openstackbug 1522102 in neutron "[RFE] use oslo-versioned-objects to help with dealing with upgrades" [Wishlist,Triaged] https://launchpad.net/bugs/1522102 - Assigned to Justin Hammond (justin-hammond)22:04
armaxI was hoping Ihar would be around, but it’s too much to ask22:04
*** hemnafk is now known as hemna22:05
*** _sarob has quit IRC22:05
armaxI imagine that’s the sort of activity that’ll have to be chewed on slowly22:05
njohnstonanyone know when he will be back?22:05
*** rlrossit has left #openstack-meeting22:05
armaxit won’t finish in the span of a single cycle22:05
armaxnjohnston: it’s late night for him already22:05
*** salv-orl_ has quit IRC22:05
njohnstonyeah, I just haven't seen him in a couple of days22:05
*** thorst has quit IRC22:05
*** vijendar has joined #openstack-meeting22:05
amotokiIIRC, upgrade sprint in Mar will tackle OVO for core resources.22:05
*** rtheis has quit IRC22:05
armaxamotoki: ack22:06
*** cznewt has quit IRC22:06
*** sarob_ has quit IRC22:06
*** thorst has joined #openstack-meeting22:06
armaxI think that we all watch this effort with interest, and we should let it progress so long as it doesn’t disrupt anything else22:06
armaxso far it seems it isn't22:06
carl_baldwin++22:06
armaxat one point I wasn’t even sure this needed an RFE22:06
dougwigi've so far not met anyone that messed with ovo and liked it afterwards.22:06
*** cznewt has joined #openstack-meeting22:07
dougwigit's kinda like drupal that way.22:07
armaxin that, that’s one of the things we’ll have to tackle at some point in some form or another22:07
mesterydougwig: Ihar is one tough dude, lets see if he makes it out with his sanity22:07
armaxdougwig: that’s one of those things: you gotta try it for yourself22:07
armaxso if there are no major concerns on this one, we should watch it and make sure we have a clear understing of the implications of using OVOs everywhere22:08
*** spzala has quit IRC22:08
amotoki++22:08
*** knikolla has quit IRC22:09
armaxnext bug 152767122:09
openstackbug 1527671 in neutron "[RFE]Neutron QoS Priority Queuing rule" [Wishlist,Triaged] https://launchpad.net/bugs/152767122:09
*** safchain has joined #openstack-meeting22:09
armaxI have been seeing a number of QoS RFEs lately22:09
*** ganso has quit IRC22:09
*** thorst_ has joined #openstack-meeting22:10
armaxI wonder if at some point we need to draw the line22:10
*** thorst has quit IRC22:10
armaxI am not against this one or a few others I have seen22:10
dougwigif it has active contributors, why would we?22:10
vhoward+122:11
*** wwwbukolaycom has joined #openstack-meeting22:11
*** lhcheng has left #openstack-meeting22:11
njohnston+122:11
armaxdougwig: understood, but I’d rather work with something finite22:11
*** merooeny_ has joined #openstack-meeting22:11
armaxand knowing that at some point I’ll be done22:12
armaxit doesn’t have to be today22:12
*** thorst has joined #openstack-meeting22:12
armaxor tomorrow22:12
armaxbut at some point in the future :)22:12
salv-orlandoarmax: indeed they are discrete items and therefore finite22:12
armaxnatural numbers are discrete22:12
salv-orlandonow the number of those items might or might not be infinite22:12
armaxI don’t recall they are finite22:12
armaxbut I digress22:12
dougwigheh, we either like little pieces or mega-specs. i'm not sure either really ends. it's when they don't get done, or are lousy, that i have an issue.22:13
dougwigaye indeed.22:13
armaxI am still unclear on how all these qos pieces fit together22:13
armaxwe don’t seem to have a cohesive QoS strategy in Neutron22:13
*** JRobinson__ has joined #openstack-meeting22:13
armaxand I’d be wary of adding little pieces without having the overall picture in sight22:13
*** singhj has quit IRC22:14
armaxor where we want to get22:14
*** nic has left #openstack-meeting22:14
armaxbut that’s just me22:14
*** thorst_ has quit IRC22:14
njohnstonI think our QoS strategy is a pretty straightforward "Rome wasn't built in a day"22:14
mesteryI don't think it's unreasonable to try to understand the broader picture with respect to QoS armax, that's within reason completely.22:14
armaxI am not saying I am against this RFE, but I’d rather look at it in the context of the other proposals to assess if it is an essential piece of the QoS puzzle22:14
*** merooney has quit IRC22:14
dougwigarmax: that argues for a larger spec,t hen.22:14
armaxI sense it is22:14
*** doug-fis_ has joined #openstack-meeting22:15
*** sridhar_ram has quit IRC22:15
* carl_baldwin feels the same about the QoS strategy but thought maybe he just didn't understand it.22:15
armaxperhaps I ams simply advocating for looking at all the QoS RFE proposal together22:15
*** krtaylor has joined #openstack-meeting22:15
armaxso that we have a coherent story we’re gonna sell when it comes to QoS in Neutron22:16
*** thorst has quit IRC22:16
armaxI wouldn’t simply rubberstamp RFE’s just for the sake of it22:16
armaxI wonder if the sentiment is only mine22:16
njohnstonI think there are 2 types of QoS RFEs that might come in: expanding QoS to different drivers (like LinuxBridge) and adding features (like DSCP and ECN).  The list of possible QoS features to add is a finite and small set.22:16
*** lsp42 has quit IRC22:16
*** eharney has quit IRC22:16
njohnstonBut the fact that you have an X times Y effect makes the number of RFEs seem large (DSCP on SR-IOV!  ECN on Midonet!).22:17
*** sridhar_ram has joined #openstack-meeting22:18
*** doug-fish has quit IRC22:18
armaxnjohnston: right, let’s see if the people closer to QoS have a stronger opinion22:18
armaxI’ll provide this feedback and we’ll reconvene in due course22:18
*** maishsk has quit IRC22:18
amotokiI don't think backend implementations are related unless it is in-tree drivers.22:18
armaxamotoki: there’s certainly a distinction between API and implementation22:19
*** maishsk has joined #openstack-meeting22:19
amotokiyes22:19
*** doug-fis_ has quit IRC22:19
*** merooney has joined #openstack-meeting22:20
armaxlet’s have this simmer a bit more, QoS is still churning in Mitaka, so review bandwidth is kinda limited anyway…talking about QoS :)22:20
*** Sukhdev has joined #openstack-meeting22:20
armaxnext?22:21
armaxbug #152910922:21
openstackbug 1529109 in neutron "[RFE] Security groups resources are not extendable" [Wishlist,Triaged] https://launchpad.net/bugs/1529109 - Assigned to Roey Chen (roeyc)22:21
armaxI personally can get behind salv-orlando’s argument22:21
*** apoorvad has joined #openstack-meeting22:21
armaxI was not sure whether the misisng method was an oversight or a by-design choice22:21
armaxand hence I initially flagged negatively the patch that brought this to our attention22:22
*** ijw has quit IRC22:22
*** merooeny_ has quit IRC22:22
salv-orlandoarmax: the method was missing because the guy that did that for l3 did not bother doing the same stuff for other extension22:23
armaxanyone feels strongly one way or another?22:23
armaxsalv-orlando: would that guy be you?22:23
salv-orlandoarmax: lazyness always gives me away22:24
armaxsalv-orlando: it does22:24
*** mfranc213 has joined #openstack-meeting22:24
armaxsalv-orlando: that’s why you’re so predictable22:24
armax:)22:24
armaxok, so if we move past the alignment with the ec2 version of security group API (which I guess we diverged from by now anyway) we could let this go22:25
armaxbut I’d still like to be conscious on how this is going to be used, at least within the borders of Neutron itlsef.22:25
armaxsounds fair?22:25
kevinbentonSure22:25
armaxok, moving on22:26
armaxbug 154051222:26
openstackbug 1540512 in neutron "Host Aware IPAM" [Wishlist,Triaged] https://launchpad.net/bugs/154051222:26
carl_baldwinSo, this is from Calico.22:26
armaxI tried to digest this one a few times22:26
armaxbut I have been unable to22:26
*** elopez has quit IRC22:27
kevinbentonDoesn't ipam already get the port object?22:27
carl_baldwinThey want a mechanism to aggregate IPs in subnets around something like a host, rack, or some other physical thing.22:27
armaxif you see overlap with routed networks22:27
armaxcould they provide feedback to that initiative?22:28
carl_baldwinarmax: routed networks works a little bit differently because subnets are confined to an L2 domain.22:28
kevinbentonIf so, the only new thing this is requesting is the change to the nova neutron interaction for late ip assignment22:28
dougwigi think we could rename this "add neutron to the nova scheduler".22:28
mesterylol22:28
kevinbentondougwig: not quite22:28
*** whenry_ has quit IRC22:28
carl_baldwinNo, this isn't adding neutron to the nova scheduler.22:28
*** JoseMello has quit IRC22:28
kevinbentonThis is just saying that neutron will pick IPs based on the host22:28
*** thorst has joined #openstack-meeting22:29
dougwigi get that it's a narrow case, but what the real high-level detail is to get neutron-awareness into the vm scheduler.22:29
carl_baldwinIn fact, since their requirement to aggregate IPs is more of a soft requirement, they don't need to affect nova scheduling.22:29
carl_baldwinkevinbenton: I didn't think IPAM got a port but I'll have to checke.22:29
carl_baldwincheck.22:29
carl_baldwindougwig: No, its not.22:29
armaxok so if I understand this correctly they want the IP selection to take into account the host on which the VM needs to land on22:30
mesteryWon't they want to fail the nova scheduling decision if it doesn't fall in their IP addressing scheme?22:30
carl_baldwinWhat they need is 1) delayed IP assignment (which we're doing) and 2) sending the host to IPAM22:30
carl_baldwinarmax: yes22:30
armaxok22:30
*** thorst has quit IRC22:30
*** lsp42 has joined #openstack-meeting22:30
dougwigwell, do we want this narrowly focused RFE (and maybe we do), or do we open this up to what it really is..  *every* network resource could benefit from locality and influence in the scheduling, (pre or post, which is the fine hair you're parsing to say it's not he scheduler, but whatev.)22:30
carl_baldwinmestery: no, their requirement is soft.22:30
dougwig /he/the/22:30
*** thorst has joined #openstack-meeting22:31
kevinbentondougwig: Nova scheduling integration  would not satisfy their use case22:31
mesteryI'm not sure how that's useful, but ok22:31
mestery:)22:31
armaxcarl_baldwin: I think 2 is a natural consequence of 222:31
armax*122:31
*** thorst has quit IRC22:31
mesterykevinbenton: OK, I give up, explain it to me please and use small words22:31
mestery:)22:31
carl_baldwinarmax: Is that recursive?22:31
carl_baldwin;)22:31
dougwigy'all are reading too narrowly into my use of the word scheduler.22:31
*** thorst has joined #openstack-meeting22:31
kevinbentonNeutron looks at port object and chooses IP based on host field22:31
armaxkevinbenton: we can only do so when we’re deferring the IP allocation22:32
kevinbentonarmax: yes22:32
armaxto way after the scheduling has taken place22:32
carl_baldwinarmax: which is a consequence of which?22:32
*** ivar-lazzaro has joined #openstack-meeting22:32
armax2 consequence of 122:32
armaxbecause if we don’t have late IP assignment, we may not know the host22:32
armaxat all22:32
carl_baldwinarmax: Maybe but I kind of think not necessarily.22:33
carl_baldwinAnyway, their ask here is just to work on getting the host info to IPAM.  They have a spec up but it needs a lot of work.22:33
armaxwell22:33
armaxthat’s not a simple API change, even if internal22:33
carl_baldwinkevinbenton: I'll look at what is already passed in the context of the spec, if we want to approve.22:34
armaxit’s a matter of where the IPAM layer is involved in the port life cycle22:34
armaxso, I guess it’s worth looking at, only after the routed networks effort has started to yield some code22:35
*** lsp42 has quit IRC22:35
carl_baldwinarmax: +122:35
amotokiat the current API, we will receive an IP address when port-create, so if we defer IP allocation it is an API change as well.22:35
amotokiarmax: +122:35
armaxok22:35
carl_baldwinIt *could* be used on my routed networks in the future, so I'm mildly interested myself.22:35
carl_baldwinamotoki: deferring IP address allocation is part of routed networks work already.22:36
armaxright22:36
amotokicarl_baldwin: yeah, i forgot it.22:36
armaxand I think that derring IP address is a prerequisite to be able to pass a non NULL host to IPAM22:36
carl_baldwinLet's let this simmer.  I'll give some feedback on the spec and show some interest but we'll wait until the routed networks work progresses.22:36
carl_baldwinarmax: right22:37
armaxcarl_baldwin: ack22:37
*** mfranc213 has quit IRC22:37
armaxbug 154157922:37
openstackbug 1541579 in neutron "Port based HealthMonitor in neutron_lbaas" [Wishlist,Triaged] https://launchpad.net/bugs/154157922:37
armaxdougwig: as LBaaS SME in charge22:37
dougwigreading22:37
*** thorst has quit IRC22:38
dougwigreasonable, i'll comment on the bug on the exact syntax and whatnot.  likely not mitaka, though.22:38
*** thorst has joined #openstack-meeting22:38
armaxdougwig: ok22:39
armaxdougwig: I’ll follow up with you22:39
dougwigok22:39
armaxbug 154189522:39
openstackbug 1541895 in neutron "[RFE] [IPAM] Make IPAM driver a per-subnet pool option" [Wishlist,Triaged] https://launchpad.net/bugs/1541895 - Assigned to John Belamaric (jbelamaric)22:39
armaxthis is giving me a bit of a headache22:39
armaxfor a couple of reasons22:40
kevinbentonMLIpam!22:40
armaxMLMLIPAM22:40
armaxjokes aside, we have the migration to sort out22:40
armaxbut assumed that’s sorted22:40
*** JRobinson__ has quit IRC22:41
*** ociuhandu has joined #openstack-meeting22:41
carl_baldwinI'm not sure how much motivation there is behind this request.22:41
*** MaxPC has quit IRC22:42
armaxwell I wonder about the actual demand for such a use case22:42
* carl_baldwin passes armax some Ibuprofen22:42
armaxI need somethign stronger22:42
carl_baldwinarmax: Exactly what I'm wondering.22:42
dougwigmlml -- a mechanism driver that passes all ethernet frames via openstack-dev@openstack.org.22:42
armaxto be fair, if we allow for multiple *things* to operate in Neutron22:43
*** thorst has quit IRC22:43
armaxit’s only natural to extend the concept to IPAM22:43
njohnstondougwig: ROTFL22:43
armaxdougwig: can you write a sepc?22:43
armaxspec?22:43
salv-orlandodougwig: there is already a plugin that sends networks requests via email btw22:43
kevinbentonHuman defined networking!22:44
salv-orlandomy opinion is that a feature like this should not be implemented just because it's possible22:44
-amotoki- that was presented in past summits :)22:44
armaxsalv-orlando: +122:44
salv-orlandootherwise we should also do what dougwig suggested: an email based datapath22:44
salv-orlandowhy not22:44
armaxbut do we envision the request down the line?22:44
kevinbentonSo we shouldn't implement any features that are possible?22:44
*** baoli has quit IRC22:45
kevinbenton;)22:45
*** lsp42 has joined #openstack-meeting22:45
armaxI am not sure DHCP is really key and diversity is really needed22:45
salv-orlandoarmax: If the RFE had a description of a use case we might22:45
*** baoli has joined #openstack-meeting22:45
armaxhow many IPAM systems does one really need?22:45
carl_baldwinI think we all agree.  Let's push back on this one to build a case for it.22:45
kevinbentonsalv-orl_: +122:45
armaxcarl_baldwin: +122:45
amotokicarl_baldwin: +122:45
salv-orlandobut I don't have a use case, if not selling IPAM from a given vendor as a premium service in a cloud22:45
kevinbentonEach tenant should be able to bring their own ipam22:46
armaxthat’s another one22:46
armaxbug 154467622:46
openstackbug 1544676 in neutron "[RFE] Support for multiple L2 agents on a host" [Wishlist,Triaged] https://launchpad.net/bugs/154467622:46
armaxLL2 agent22:46
armaxmind boggling22:46
salv-orlandometa-agent22:46
kevinbentonWhat? Isn't this supported?22:46
armaxthis is about running multiple L2 agents on the same compute22:46
jnieszthe main reason I submitted the RFE was for upgrades22:46
salv-orlandokevinbenton: not supported until we develop a L1 agent and the ML1 plugin22:46
armaxjniesz: ack22:47
armaxthese are side-ways upgrades22:47
dougwigso, uhh, i'm not even sure we do *one* very well atm.22:47
*** obondarev has quit IRC22:47
armaxmeaning from one technology to another22:47
armaxdougwig: :)22:47
armaxright22:47
kevinbentonWait, we already support this with certain agents22:47
kevinbentonIt sounds like this is a bug in either lb agent or ovs agent22:47
amotokiI think we can run sriov-agent and ovs-agent.22:48
jnieszor if you want to back a specific network with a particular agent for other reasons22:48
*** JRobinson__ has joined #openstack-meeting22:48
jnieszlike performance or feature22:48
kevinbentonamotoki: +122:48
*** obondarev has joined #openstack-meeting22:48
armaxwell this is about different L2 agents22:48
jnieszthe ovs agent will enslave the interface first22:48
*** ijw has joined #openstack-meeting22:48
jnieszif you are running ovs+linux bridge22:48
kevinbentonSr-iov is an L2 agent22:48
kevinbentonWe need to see what the fix to allow this would entail22:49
armaxkevinbenton: come on, go beyond my words22:49
*** yamamoto has quit IRC22:49
*** pnavarro has quit IRC22:50
amotokiin my understanding, in theory we allow multiple l2-agents on a same host.22:50
amotokiIf it does not work, I think it is just a bug.22:50
armaxI recall one or two bugs22:50
*** bobh has joined #openstack-meeting22:50
armaxwhere you had one agent and switched to another22:50
armaxbut not two at the same time22:50
kevinbentonLet's see how invasive the fix is to see if an rfe is even necessary22:52
*** ijw has quit IRC22:52
armaxok I have a feel that this is going to be messy22:53
armaxI am not sure this is somethign we can just try out, I imagine this needs some planning22:53
armaxand digging22:53
amotokiagree. if we allow this we will need some gateway between two types of network backends...22:54
armaxwe also would need to be prescriptive of the migration use cases22:55
armaxbecause we can’t simply assume this would work in all possible circustamces22:55
*** harshs has quit IRC22:55
armaxis this for no downtime migration?22:56
*** lsp42 has quit IRC22:56
armaxbecause it’s not that hard to have a predicatble migration path where you unplug and replug the VM’s nic22:56
jnieszfor avoiding dedicating a set of compute hosts for migration22:56
*** tej has joined #openstack-meeting22:56
armaxyou don’t need dedicated hosts to do that22:56
jnieszit is possible to cascade22:57
jnieszas long as the swing space is there22:57
armaxI am unclear as to why you’d need more compute resources if you can tolerate some downitme22:58
armaxwhich is the safest thing to do in migration circumstances anyway22:58
*** kjorgensen has joined #openstack-meeting22:58
armaxwe should probably continue the conversation offline22:58
armaxwe’re runnign short22:59
jnieszok22:59
*** maishsk has quit IRC22:59
armaxit’s food for thought22:59
armaxjniesz: thanks for filing the RFE22:59
armaxok, we’ll continue next week from where we left off22:59
*** cdelatte has quit IRC22:59
armax#endmeeting22:59
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"22:59
openstackMeeting ended Thu Feb 18 22:59:48 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)22:59
openstackMinutes:        http://eavesdrop.openstack.org/meetings/neutron_drivers/2016/neutron_drivers.2016-02-18-22.01.html22:59
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/neutron_drivers/2016/neutron_drivers.2016-02-18-22.01.txt22:59
armaxthanks for joining22:59
openstackLog:            http://eavesdrop.openstack.org/meetings/neutron_drivers/2016/neutron_drivers.2016-02-18-22.01.log.html22:59
jnieszthanks23:00
*** tej has quit IRC23:00
amotokithanks23:00
*** tej has joined #openstack-meeting23:00
salv-orlandoadieu23:00
*** mudassirlatif has quit IRC23:01
*** xyang1 has quit IRC23:01
*** harshs has joined #openstack-meeting23:02
*** lsp42 has joined #openstack-meeting23:03
*** vijendar has quit IRC23:05
*** thorst has joined #openstack-meeting23:05
*** jtomasek has quit IRC23:05
*** e0ne has quit IRC23:06
*** keedya has quit IRC23:07
*** vijendar has joined #openstack-meeting23:08
*** vijendar has quit IRC23:09
*** lsp42 has quit IRC23:09
*** ijw has joined #openstack-meeting23:10
*** tej has quit IRC23:10
*** vijendar has joined #openstack-meeting23:10
*** tej has joined #openstack-meeting23:11
*** sputnik13 has quit IRC23:11
*** rbak_ has quit IRC23:11
*** vhoward has quit IRC23:12
*** eric_lopez has quit IRC23:12
*** timcline has quit IRC23:12
*** sputnik13 has joined #openstack-meeting23:13
*** bobh has quit IRC23:13
*** thorst has quit IRC23:13
*** thorst has joined #openstack-meeting23:14
*** lsp42 has joined #openstack-meeting23:14
*** tej has quit IRC23:15
*** vijendar has quit IRC23:16
*** adahms has quit IRC23:16
*** jckasper has quit IRC23:16
*** yamamoto has joined #openstack-meeting23:17
*** thorst has quit IRC23:17
*** thorst has joined #openstack-meeting23:17
*** jckasper has joined #openstack-meeting23:17
*** ddieterly has quit IRC23:18
*** thorst has quit IRC23:18
*** thorst has joined #openstack-meeting23:18
*** merooney has quit IRC23:20
*** mudassirlatif has joined #openstack-meeting23:21
*** jckasper has quit IRC23:21
*** bobh has joined #openstack-meeting23:22
*** rbowen has quit IRC23:22
*** thorst has quit IRC23:23
*** safchain has quit IRC23:24
*** neelashah has quit IRC23:27
*** boden has quit IRC23:28
*** _sarob has joined #openstack-meeting23:28
*** tobe has joined #openstack-meeting23:28
*** bobh has quit IRC23:28
*** cody-somerville has quit IRC23:28
*** cody-somerville has joined #openstack-meeting23:28
*** cody-somerville has quit IRC23:28
*** cody-somerville has joined #openstack-meeting23:28
*** Sukhdev has quit IRC23:29
*** dane_leblanc has quit IRC23:30
*** yamamoto has quit IRC23:31
*** timcline has joined #openstack-meeting23:31
*** ganso has joined #openstack-meeting23:31
*** ninag has quit IRC23:32
*** galstrom is now known as galstrom_zzz23:32
*** tobe has quit IRC23:35
*** dims_ has joined #openstack-meeting23:36
*** dimtruck is now known as zz_dimtruck23:37
*** dims has quit IRC23:38
*** tochi has joined #openstack-meeting23:39
*** rbak_ has joined #openstack-meeting23:47
*** tobe has joined #openstack-meeting23:49
*** jckasper has joined #openstack-meeting23:51
*** _sarob has quit IRC23:52
*** lsp42 has quit IRC23:53
*** _sarob has joined #openstack-meeting23:53
*** sigmavirus24 is now known as sigmavirus24_awa23:53
*** jckasper has quit IRC23:55
*** tej has joined #openstack-meeting23:58
*** sputnik13 has quit IRC23:59

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!