Thursday, 2016-01-14

*** thinrichs has joined #openstack-meeting00:00
*** mfranc213 has quit IRC00:00
*** Daisy has quit IRC00:00
*** mfranc213 has joined #openstack-meeting00:00
*** haomaiwang has quit IRC00:01
*** haomaiwang has joined #openstack-meeting00:01
thinrichsHi all.  Who is here for the Congress meeting?00:03
thinrichs#startmeeting CongressTeamMeeting00:03
openstackMeeting started Thu Jan 14 00:03:11 2016 UTC and is due to finish in 60 minutes.  The chair is thinrichs. Information about MeetBot at http://wiki.debian.org/MeetBot.00:03
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.00:03
*** openstack changes topic to " (Meeting topic: CongressTeamMeeting)"00:03
pballandhi00:03
openstackThe meeting name has been set to 'congressteammeeting'00:03
ekcshi00:03
raminenihi00:03
thinrichspballand, ekcs, ramineni: hi!00:03
*** pratikmallya has quit IRC00:03
thinrichsmasahito: you here?00:03
masahitoyes00:04
thinrichsHere's my agenda for today…00:04
*** mfranc21_ has joined #openstack-meeting00:04
thinrichs1. distributed arch00:04
thinrichs2. mid-cycle meet-up00:04
thinrichs3. Austin00:04
thinrichs4. mitaka-2 next week00:04
*** mfranc213 has quit IRC00:05
thinrichs5. push driver00:05
thinrichsAnything else?00:05
thinrichs6. stable branches00:05
*** armax has quit IRC00:05
thinrichsLet's get started then.00:06
thinrichs#topic distributed arch00:06
*** openstack changes topic to "distributed arch (Meeting topic: CongressTeamMeeting)"00:06
thinrichspballand: I saw you pushing code to review.  How's it going?00:06
pballandyeah - I abandoned the old set and pushed a new one: https://review.openstack.org/#/q/status:open+project:openstack/congress+branch:master+topic:dse200:06
pballandhere’s: where it’s at...00:07
pballandthe code is completely standalone still, pending enough functionality (I’ll get to that) to merge existing services00:07
pballandit supports: launching multiple DseNodes, that discover eachother and share status00:07
*** dneary has joined #openstack-meeting00:08
pballandDseNodes can expose RPCs and invoke them on other nodes00:08
pballandeach node runs zero or more services, which also support exposing and invoking RPCs00:08
pballandthe big missing piece is the DseService base class support for table subscription - I’m working on that right now00:09
pballandthe pieces pushed so far should give a good indication of where I am going, however, and should be ready for review00:09
pballandthat’s the summary - any questions?00:10
thinrichsThat's tremendous progress!00:10
*** qwebirc23158 has joined #openstack-meeting00:10
*** mfranc21_ has quit IRC00:10
pballandthanks - I’ll try to respond to review comments quickly, so we can iterate on the design00:11
thinrichsI'm trying to figure out what we can do with the code that's already there.00:11
*** Swami has joined #openstack-meeting00:11
thinrichsWe could (i) hook up the API models to the datasources and policy engines…00:12
pballandyes, and we could link the main driver to launch DseNode with a command-line option to run those services that are hooked up00:13
thinrichsI guess the only other thing we use the bus for right now having the policy engine/datasources pub/sub tables, which we can't do.00:13
pballandthinrichs: right - that is the big missing piece, sorry :-(00:13
pballandon the plus side, all of that relies on RPC, which has quite a bit of test coverage00:13
thinrichspballand: not calling out problems—just trying to enumerate the main pieces of functionality that we use the bus for.00:13
thinrichsIs it fair to say that we have 2 uses for the bus: (1) RPC from API and (2) table pub/sub for everything else?00:14
pballandthat, and policy delegation00:14
thinrichspolicy delegation is rpc, right?00:14
thinrichsaction execution is also rpc00:15
pballandI guess so, that’s fair00:15
*** ivar-lazzaro has joined #openstack-meeting00:15
thinrichsHow's the unit test framework looking?00:15
pballandif anyone is looking for something to do, integrating the dse2 unit tests with the framework would be very helpful - it’s not something I’ve put _any_ time in00:16
pballandon00:16
*** mfranc213 has joined #openstack-meeting00:16
thinrichspballand: how's the test coverage looking (independent if those tests are running in the current framework).00:17
*** Trey_ has joined #openstack-meeting00:17
pballandI haven’t run any coverage checks, but there are tests for all of the main methods00:18
pballandmostly functional tests (little/nothing mocked) rather than unit tests00:19
pballandhttps://review.openstack.org/#/c/267228/2/congress/dse2/test_dse_node.py00:19
pballandfor example00:19
*** ivar-lazzaro has quit IRC00:20
thinrichsAll right, well that's some good background I'll use when I go to review.00:20
thinrichsAny other questions/comments on the distributed arch?00:20
pballandthat test is an example of simple RPC calls, and the DseControlBus extends DataService in non-trivial ways00:21
ekcsthinrichs: none from me.00:23
thinrichsI'll take a look and make a review pass either tonight or tomorrow hopefully.00:23
thinrichsLet's all get pballand reviews as soon as possible, so we all have a chance to pull down the code before the mid-cycle meetup.00:23
thinrichs#action Everyone will review the DseNode code00:23
thinrichs#topic Push driver00:24
*** openstack changes topic to "Push driver (Meeting topic: CongressTeamMeeting)"00:24
thinrichsmasahito: how is the push driver going?00:24
masahitoI push patches which receive data with existing API server.00:25
masahitohttps://review.openstack.org/#/c/256303/00:25
masahitohttps://review.openstack.org/#/c/266347/00:25
*** Trey_ has quit IRC00:25
*** torgomatic_ has left #openstack-meeting00:26
masahitoI'm wondering if I remove http_driver.py or not in next patch set.00:26
masahitobecause if Congress don't have it there is not reference implementation for other developers.00:27
*** dingboopt has quit IRC00:27
masahitoThat's my update.00:27
*** sombrafam has quit IRC00:27
thinrichsThe http_driver.py shows how to set up a datasource to accept http requests for pushing data.  Is that right?00:27
masahitoright. and shows what developers have to implement like get_datasource_info()00:28
*** ramineni_ has joined #openstack-meeting00:29
thinrichsGerrit saves everything forever…00:29
thinrichsso what I've done in the past is abandon the change that has the code that might be useful later but that we decided to not use immediately...00:29
thinrichs and then create a new changeset that has just the code that gets merged.00:30
*** fernnest__ has joined #openstack-meeting00:30
thinrichsThat way, we always have the alternate code available, but we don't pollute master with code that isn't currently being used.00:30
*** irenab_ has joined #openstack-meeting00:30
*** Guest57135 has quit IRC00:30
masahitoJust my idea is keeping http_driver.py there or add a new driver that works for my OPNFV use-case.00:30
*** salv-orl_ has quit IRC00:31
masahitoI understand your concern.00:31
thinrichsDoes your OPNFV use case not work if the http push is routed through the API model?00:31
masahitono. it works when http push is routed via the API.00:32
ekcsWhat if the reference code is moved into an rst? Would that be a good solution?00:32
*** topol_ has joined #openstack-meeting00:33
*** irenab has quit IRC00:33
*** irenab_ is now known as irenab00:33
*** topol_ is now known as Guest9343400:33
masahitobut the table the driver should have would be different among the user.00:33
thinrichsmasahito: not sure I understand.  Can you give us some more context?00:34
*** mudassirlatif has quit IRC00:34
*** salv-orlando has joined #openstack-meeting00:34
*** garthb__ has quit IRC00:35
*** otter768 has joined #openstack-meeting00:36
masahitoexample are following.00:36
masahitouser A want to use a table which has schema, event_id, host and status, but user B want to use a table which has 3 schema, name, status and disk.∫00:38
*** Sukhdev has joined #openstack-meeting00:38
masahitoIn this case,00:39
*** armax has joined #openstack-meeting00:39
*** garthb__ has joined #openstack-meeting00:39
*** otter768 has quit IRC00:41
masahitoI don't think it's not good to extend the driver everytime when the number of user increases and they use different schema.00:41
thinrichsSo you're saying that if we have 2 users who want to push different schema, we need 2 different datasources in congress that define the translators for that schema.00:42
thinrichsAnd then if we have N different schema, we'd need N different datasources in congress.00:43
masahitoright.00:43
thinrichsIf we could tell people that they are only allowed to push tables, then we don't really need a translator.00:43
thinrichsAnd 1 datasource would be enough for everyone.00:43
thinrichsThe only time we need translators is when people are pushing data that is not a list of tuples of strings/numbers.00:44
thinrichsSo maybe we would want a TablePushDriver that anyone can use who wants to push relational data in any schema.00:44
*** arvinc_ has quit IRC00:45
*** ricolin has joined #openstack-meeting00:45
*** salv-orlando has quit IRC00:45
*** dims has quit IRC00:45
thinrichsI suppose we could also create a JsonPushDriver that people can use who want to push json data, and recursively walk that data to turn it into tables.00:45
*** Sukhdev has quit IRC00:46
thinrichsI guess the downside to that idea is that the schema isn't fixed in the code.  The schema is dynamically computed at runtime.00:46
*** salv-orlando has joined #openstack-meeting00:46
thinrichsI think the policy engine should be flexible enough to handle that now.00:46
ekcsquestion: is this a problem that arises only with push not poll?00:47
thinrichsmasahito: does that make sense?  (We're running short on time, so maybe we should continue this discussion offline.)00:47
masahitoyes.00:47
masahitomy idea for it is we implement create table API for definition of the driver.00:47
thinrichsekcs: right now all the datasources have static schemas.00:47
*** mfranc213 has quit IRC00:47
*** henrynash has quit IRC00:47
*** mfranc213 has joined #openstack-meeting00:48
thinrichsmasahito: that makes sense00:48
masahitoI check if it works in our use-case.00:48
thinrichsmasahito: if not, we can always compute the schema dynamically based on the data that has been pushed.  (The schema is being set dynamically in either case.)00:49
thinrichsWe're short on time, so let's move on.00:49
*** ryanpetrello has quit IRC00:49
thinrichs#topic stable branches00:49
*** openstack changes topic to "stable branches (Meeting topic: CongressTeamMeeting)"00:49
*** banix has joined #openstack-meeting00:49
thinrichsramineni: I saw your change for project-config finally got merged.  Right?00:50
raminenithinrichs: yes :) , so now stable branches run only congress tests without plugin mechanism00:50
*** ryanpetrello has joined #openstack-meeting00:50
raminenihttps://review.openstack.org/#/c/266801/00:50
thinrichsramineni: congrats!  That one took a while.00:50
raminenithis patch should turn the gate green00:50
*** trozet has joined #openstack-meeting00:51
thinrichsramineni: great!  I'll take a look once we finish up the meeting.00:51
*** mfranc21_ has joined #openstack-meeting00:51
raminenithinrichs: yep :D00:51
thinrichsHopefully then we can get the backlog of stable/liberty fixes in.00:51
thinrichsramineni: Do you remember if there's some stable/kilo work to do?00:52
raminenithinrichs: tempet tests are still disabled though , i will enable in one patch after it merges00:52
*** mfranc213 has quit IRC00:52
thinrichsramineni: are you on the stable-maint team?  (Seems like you should be.)00:52
raminenithinrichs: no, stable kilo we have disabled this job i guess right?00:52
thinrichsMaybe so…I'm losing track.00:53
raminenithinrichs: ya, think so00:53
thinrichsI'll try to look into it.00:53
raminenithinrichs: i think its disabled , but do we want to support stable/kilo also?00:53
thinrichsramineni: I don't remember if it was working at all.  I seem to think not.  Let's focus on stable/liberty for now.00:54
thinrichsramineni: let us know if there's any help you need getting stable/liberty back on track.00:54
raminenithinrichs: sure00:54
thinrichsIf you're in stable/maint, you should be able to +2 things and merge them.00:54
*** ryanpetrello has quit IRC00:55
raminenithinrichs: ok00:55
thinrichs5 minutes left.00:55
thinrichs#topic open discussion00:55
*** openstack changes topic to "open discussion (Meeting topic: CongressTeamMeeting)"00:55
thinrichsekcs: anything to report?00:55
ekcsI'm working on this bp for pub-sub communication between policy engine and datasources: https://blueprints.launchpad.net/congress/+spec/dist-datasources-on-bus00:56
ekcsAlmost ready to push reviewable WIP.00:56
thinrichsanyone else have anything?  (We can interleave the discussions to finish on time).00:56
thinrichsekcs: nice!  Having that in the pipeline will be good once we start getting pballand's changes integrated.00:56
thinrichsCouple of reminders…00:57
*** ryanpetrello has joined #openstack-meeting00:57
*** ddieterly has joined #openstack-meeting00:57
thinrichs1. Calll for speakers at Austin closes Feb 300:57
thinrichs2. Our mid-cycle meetup is Jan 26-28.00:57
thinrichs3. Mitaka-2 is next week00:58
thinrichsThink that's it.00:58
ekcsmasahito: also, on this patch (https://review.openstack.org/#/c/263464/), I’m not sure I understand your comment. Could we talk about it either here or later?00:58
thinrichsI'd suggest taking that to #congress, since we've got 2 min left.00:58
masahitoekcs: in #congrss later :)00:59
ekcsthinrichs: k00:59
thinrichsThat does it for this week.  Thanks all!00:59
thinrichsLet's make sure to get those reviews in.00:59
thinrichs#endmeeting00:59
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"00:59
openstackMeeting ended Thu Jan 14 00:59:52 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)00:59
openstackMinutes:        http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-01-14-00.03.html00:59
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-01-14-00.03.txt00:59
openstackLog:            http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-01-14-00.03.log.html00:59
*** haomaiwang has quit IRC01:01
*** haomaiwang has joined #openstack-meeting01:01
*** ryanpetrello has quit IRC01:02
*** masahito has left #openstack-meeting01:03
*** thorst has quit IRC01:04
*** zhhuabj has quit IRC01:04
*** thorst has joined #openstack-meeting01:05
*** rajinir has quit IRC01:05
*** jckasper has joined #openstack-meeting01:05
*** ryanpetrello has joined #openstack-meeting01:06
*** amotoki has joined #openstack-meeting01:09
*** dneary has quit IRC01:11
*** ryanpetrello has quit IRC01:11
*** thorst has quit IRC01:13
*** ryanpetrello has joined #openstack-meeting01:13
*** mfranc21_ has quit IRC01:17
*** zhhuabj has joined #openstack-meeting01:17
*** sputnik13 has quit IRC01:17
*** singhj has quit IRC01:17
*** huangtianhua has quit IRC01:17
*** singhj has joined #openstack-meeting01:18
*** liusheng has joined #openstack-meeting01:18
*** ramineni has quit IRC01:18
*** davechen has joined #openstack-meeting01:18
*** ivar-lazzaro has joined #openstack-meeting01:18
*** gongysh_ has quit IRC01:20
*** elo has quit IRC01:21
*** ramineni_ has quit IRC01:22
*** samleon has joined #openstack-meeting01:22
*** samleon has quit IRC01:23
*** jasondotstar has quit IRC01:24
*** dims has joined #openstack-meeting01:24
*** Swami has quit IRC01:24
*** ivar-lazzaro has quit IRC01:25
*** leeantho has quit IRC01:27
*** oomichi_away has quit IRC01:28
*** jasondotstar has joined #openstack-meeting01:29
*** hoangcx has joined #openstack-meeting01:29
*** Guest93434 has quit IRC01:30
*** rfolco has joined #openstack-meeting01:30
*** thinrichs has quit IRC01:30
*** zhhuabj_ has joined #openstack-meeting01:31
*** thinrichs has joined #openstack-meeting01:31
*** Sukhdev has joined #openstack-meeting01:32
*** haomaiwang has quit IRC01:32
*** topol_ has joined #openstack-meeting01:32
*** topol_ is now known as Guest9992401:33
*** 14WAAOU1P has joined #openstack-meeting01:33
*** garthb__ has quit IRC01:34
*** zhhuabj has quit IRC01:34
*** _amrith_ is now known as amrith01:41
*** rfolco has quit IRC01:43
*** vahidh has joined #openstack-meeting01:43
*** davechen1 has joined #openstack-meeting01:44
*** arvinc_ has joined #openstack-meeting01:45
*** davechen has quit IRC01:45
*** vahidh has quit IRC01:48
*** yonglihe has joined #openstack-meeting01:48
*** doug-fish has quit IRC01:48
*** mtanino has quit IRC01:49
*** arvinc_ has quit IRC01:50
*** JRobinson__ has quit IRC01:51
*** ljxiash has quit IRC01:52
*** jdurgin1 has quit IRC01:53
*** bochi-michael has joined #openstack-meeting01:54
*** stanchan has quit IRC01:54
*** ljxiash has joined #openstack-meeting01:57
*** fzdarsky has quit IRC01:57
*** yamahata has joined #openstack-meeting01:58
*** Sukhdev has quit IRC01:58
*** 14WAAOU1P has quit IRC02:01
*** haomaiwang has joined #openstack-meeting02:01
*** mfranc213 has joined #openstack-meeting02:04
*** myoung has joined #openstack-meeting02:04
*** zhhuabj_ has quit IRC02:04
*** bzhao has quit IRC02:06
*** cody-somerville- has quit IRC02:06
*** cody-somerville- has joined #openstack-meeting02:07
*** zhurong has joined #openstack-meeting02:07
*** mfranc213 has quit IRC02:08
*** piet has joined #openstack-meeting02:08
*** mfranc213 has joined #openstack-meeting02:08
*** ivar-lazzaro has joined #openstack-meeting02:08
*** ryu25 has joined #openstack-meeting02:09
*** MarkAtwood has quit IRC02:10
*** thorst has joined #openstack-meeting02:11
*** elo has joined #openstack-meeting02:11
*** gongysh has quit IRC02:12
*** ijw has quit IRC02:12
*** gongysh has joined #openstack-meeting02:12
*** FallenPegasus has quit IRC02:13
*** balajiiyer has joined #openstack-meeting02:13
*** amrith is now known as _amrith_02:15
*** ivar-lazzaro has quit IRC02:15
*** hanchao has joined #openstack-meeting02:16
*** yamamoto has joined #openstack-meeting02:17
*** zhhuabj_ has joined #openstack-meeting02:17
*** boris-42 has joined #openstack-meeting02:18
*** thorst has quit IRC02:18
*** esker has joined #openstack-meeting02:18
*** balajiiyer has quit IRC02:18
*** thinrichs has quit IRC02:20
*** banix has quit IRC02:21
*** piet has quit IRC02:22
*** esker has quit IRC02:23
*** bzhao has joined #openstack-meeting02:23
*** yamamoto has quit IRC02:24
*** yamamoto has joined #openstack-meeting02:26
*** yamamoto has quit IRC02:28
*** dims has quit IRC02:29
*** armax has quit IRC02:29
*** balajiiyer has joined #openstack-meeting02:30
*** yamamoto has joined #openstack-meeting02:30
*** ljxiash has quit IRC02:30
*** ljxiash has joined #openstack-meeting02:31
*** s3wong has quit IRC02:31
*** AmirBaleghi11111 has joined #openstack-meeting02:32
*** thorst has joined #openstack-meeting02:32
*** AmirBaleghi11119 has quit IRC02:33
*** jmckind has quit IRC02:33
*** thorst has quit IRC02:34
*** ljxiash has quit IRC02:35
*** houming has joined #openstack-meeting02:35
*** otter768 has joined #openstack-meeting02:36
*** yamamoto has quit IRC02:38
*** apoorvad has quit IRC02:40
*** merooney has quit IRC02:40
*** otter768 has quit IRC02:41
*** elo has quit IRC02:42
*** banix has joined #openstack-meeting02:42
*** erlon has quit IRC02:46
*** gongysh_ has joined #openstack-meeting02:50
*** ddieterly has quit IRC02:50
*** roxanag__ has joined #openstack-meeting02:50
*** mfranc21_ has joined #openstack-meeting02:50
*** jckasper_ has joined #openstack-meeting02:51
*** crinkle_ has joined #openstack-meeting02:51
*** cbader_2 has joined #openstack-meeting02:52
*** rossella_s has quit IRC02:52
*** mdenny has joined #openstack-meeting02:52
*** spzala has joined #openstack-meeting02:52
*** rossella_s has joined #openstack-meeting02:52
*** amotoki has quit IRC02:52
*** rhedlind has quit IRC02:52
*** masayukig has quit IRC02:52
*** _fortis has quit IRC02:52
*** mkoderer has quit IRC02:52
*** dulek has quit IRC02:52
*** dstanek has quit IRC02:52
*** ekarlso has quit IRC02:52
*** maurosr has quit IRC02:52
*** mikal has quit IRC02:52
*** egarbade- has quit IRC02:52
*** mfranc213 has quit IRC02:52
*** roxanagh_ has quit IRC02:52
*** crinkle has quit IRC02:52
*** MaxPC has quit IRC02:52
*** dstanek has joined #openstack-meeting02:53
*** MaxPC has joined #openstack-meeting02:53
*** jckasper has quit IRC02:53
*** adahms has quit IRC02:53
*** aarefiev has quit IRC02:53
*** MIDENN_ has quit IRC02:53
*** cbader_ has quit IRC02:53
*** akamyshnikova has quit IRC02:53
*** rvasilets has quit IRC02:53
*** mikal has joined #openstack-meeting02:53
*** hoangcx has quit IRC02:53
*** rhedlind has joined #openstack-meeting02:53
*** rvasilets has joined #openstack-meeting02:53
*** akamyshnikova has joined #openstack-meeting02:53
*** aarefiev has joined #openstack-meeting02:53
*** egarbade- has joined #openstack-meeting02:53
*** masayukig has joined #openstack-meeting02:53
*** MaxPC has quit IRC02:53
*** amotoki has joined #openstack-meeting02:53
*** maurosr has joined #openstack-meeting02:53
*** dulek has joined #openstack-meeting02:54
*** mkoderer has joined #openstack-meeting02:54
*** _fortis has joined #openstack-meeting02:55
*** FallenPegasus has joined #openstack-meeting02:56
*** spzala has quit IRC02:57
*** ivar-lazzaro has joined #openstack-meeting02:57
*** tfukushima has joined #openstack-meeting02:57
*** jckasper_ has quit IRC02:58
*** hoangcx has joined #openstack-meeting02:58
*** dims has joined #openstack-meeting02:58
*** ivar-lazzaro has quit IRC02:59
*** ivar-lazzaro has joined #openstack-meeting03:00
*** epico has joined #openstack-meeting03:00
*** haomaiwang has quit IRC03:01
*** mfranc21_ has quit IRC03:01
*** dims_ has joined #openstack-meeting03:01
*** haomaiwa_ has joined #openstack-meeting03:01
*** baoli has joined #openstack-meeting03:02
*** unicell1 has quit IRC03:03
*** myoung has quit IRC03:03
*** thinrichs has joined #openstack-meeting03:03
*** dims has quit IRC03:03
*** haomaiwa_ has quit IRC03:04
*** spandhe has quit IRC03:05
*** ekarlso has joined #openstack-meeting03:06
*** esker has joined #openstack-meeting03:07
*** roxanag__ has quit IRC03:08
*** crinkle_ is now known as crinkle03:08
*** roxanagh_ has joined #openstack-meeting03:08
*** thinrichs has quit IRC03:10
*** esker has quit IRC03:12
*** neelashah has joined #openstack-meeting03:12
*** dlundquist has joined #openstack-meeting03:14
*** ddieterly has joined #openstack-meeting03:16
*** fzdarsky has joined #openstack-meeting03:16
*** tellesnobrega is now known as tellesnobrega_af03:16
*** links has joined #openstack-meeting03:17
*** roxanagh_ has quit IRC03:18
*** arvinc_ has joined #openstack-meeting03:18
*** ljxiash has joined #openstack-meeting03:20
*** esker has joined #openstack-meeting03:20
*** mfranc213 has joined #openstack-meeting03:22
*** harshs has quit IRC03:24
*** zhhuabj_ has quit IRC03:25
*** esker has quit IRC03:25
*** yamamoto has joined #openstack-meeting03:28
*** oomichi has joined #openstack-meeting03:30
*** dimasot has joined #openstack-meeting03:31
*** MaxPC has joined #openstack-meeting03:33
*** zhhuabj_ has joined #openstack-meeting03:33
*** coolsvap|away is now known as coolsvap03:36
*** tochi has quit IRC03:37
*** mfranc213 has quit IRC03:37
*** spzala has joined #openstack-meeting03:38
*** zhhuabj_ has quit IRC03:40
*** jckasper has joined #openstack-meeting03:40
*** ivar-laz_ has joined #openstack-meeting03:41
*** iyamahat has quit IRC03:42
*** yamahata has quit IRC03:43
*** ivar-lazzaro has quit IRC03:44
*** ljxiash has quit IRC03:45
*** ljxiash has joined #openstack-meeting03:45
*** esker has joined #openstack-meeting03:45
*** ivar-laz_ has quit IRC03:46
*** Leo_ has joined #openstack-meeting03:46
*** Leom has joined #openstack-meeting03:47
*** pballand has quit IRC03:49
*** ljxiash has quit IRC03:49
*** esker has quit IRC03:50
*** Leo_ has quit IRC03:51
*** zhhuabj_ has joined #openstack-meeting03:52
*** fzdarsky has quit IRC03:52
*** FallenPegasus has quit IRC03:55
*** tochi has joined #openstack-meeting03:59
*** fzdarsky has joined #openstack-meeting04:01
*** kebray has joined #openstack-meeting04:03
*** kzaitsev_mb has quit IRC04:04
*** sdake_ has quit IRC04:07
*** ramineni has joined #openstack-meeting04:08
*** mudassirlatif has joined #openstack-meeting04:08
*** kota_ has left #openstack-meeting04:08
*** sdake has joined #openstack-meeting04:09
*** esker has joined #openstack-meeting04:09
*** salv-orl_ has joined #openstack-meeting04:10
*** salv-orlando has quit IRC04:12
*** ramineni has quit IRC04:12
*** AmirBaleghi11112 has joined #openstack-meeting04:13
*** AmirBaleghi11111 has quit IRC04:14
*** spandhe has joined #openstack-meeting04:14
*** esker has quit IRC04:14
*** dhellmann_ has joined #openstack-meeting04:16
*** zz_dimtruck is now known as dimtruck04:21
*** esker has joined #openstack-meeting04:23
*** liusheng has quit IRC04:24
*** iben_ has quit IRC04:24
*** mudassirlatif has quit IRC04:26
*** esker has quit IRC04:28
*** mudassirlatif has joined #openstack-meeting04:28
*** dims_ has quit IRC04:30
*** Sukhdev has joined #openstack-meeting04:33
*** ryanpetrello has quit IRC04:33
*** MaxPC has quit IRC04:35
*** pballand has joined #openstack-meeting04:36
*** fzdarsky has quit IRC04:36
*** ddieterly has quit IRC04:37
*** otter768 has joined #openstack-meeting04:37
*** ryanpetrello has joined #openstack-meeting04:38
*** dimtruck is now known as zz_dimtruck04:40
*** otter768 has quit IRC04:42
*** ryanpetrello has quit IRC04:43
*** stanchan has joined #openstack-meeting04:44
*** esker has joined #openstack-meeting04:47
*** neelashah has quit IRC04:48
*** esker has quit IRC04:52
*** stanchan has quit IRC04:52
*** alexpilotti has joined #openstack-meeting04:54
*** alexpilotti has quit IRC04:58
*** oomichi is now known as oomichi_away04:58
*** ryanpetrello has joined #openstack-meeting05:00
*** mudassirlatif has quit IRC05:01
*** pballand has quit IRC05:02
*** banix has quit IRC05:04
*** ryanpetrello has quit IRC05:06
*** armax has joined #openstack-meeting05:06
*** baohua has joined #openstack-meeting05:06
*** unicell has joined #openstack-meeting05:06
*** esheffield has quit IRC05:08
*** vivekd has joined #openstack-meeting05:08
*** sputnik13 has joined #openstack-meeting05:09
*** oomichi_away has quit IRC05:10
*** ljxiash has joined #openstack-meeting05:11
*** esker has joined #openstack-meeting05:12
*** akuznetsov has joined #openstack-meeting05:13
*** haomaiwang has joined #openstack-meeting05:16
*** esker has quit IRC05:16
*** pradipta has joined #openstack-meeting05:17
*** novas0x2a|laptop has quit IRC05:19
*** balajiiyer has quit IRC05:21
*** baoli has quit IRC05:22
*** FallenPegasus has joined #openstack-meeting05:23
*** spzala has quit IRC05:23
*** spzala has joined #openstack-meeting05:24
*** spzala has quit IRC05:28
*** gyee has quit IRC05:30
*** alexpilotti has joined #openstack-meeting05:30
*** roxanagh_ has joined #openstack-meeting05:30
*** roxanagh_ has quit IRC05:34
*** alexpilotti has quit IRC05:35
*** jjmb has joined #openstack-meeting05:36
*** JRobinson__ has joined #openstack-meeting05:36
*** ddieterly has joined #openstack-meeting05:37
*** sputnik13 has quit IRC05:39
*** trozet has quit IRC05:40
*** spandhe_ has joined #openstack-meeting05:42
*** ddieterly has quit IRC05:42
*** harshs has joined #openstack-meeting05:43
*** spandhe has quit IRC05:43
*** spandhe_ is now known as spandhe05:43
*** esheffield has joined #openstack-meeting05:43
*** mfranc213 has joined #openstack-meeting05:49
*** zehicle has joined #openstack-meeting05:49
*** akuznetsov has quit IRC05:49
*** SridharG has joined #openstack-meeting05:51
*** FallenPegasus has quit IRC05:53
*** mfranc213 has quit IRC05:54
*** haomaiwa_ has joined #openstack-meeting05:56
*** haomaiwang has quit IRC05:56
*** haomaiwa_ has quit IRC06:01
*** haomaiwang has joined #openstack-meeting06:01
*** vivekd has quit IRC06:03
*** unicell1 has joined #openstack-meeting06:05
*** unicell has quit IRC06:06
*** harshs has quit IRC06:08
*** qwebirc23158 has quit IRC06:10
*** AmirBaleghi11112 has quit IRC06:10
*** alexpilotti has joined #openstack-meeting06:11
*** AmirBaleghi11112 has joined #openstack-meeting06:11
*** numans has joined #openstack-meeting06:12
*** vahidh has joined #openstack-meeting06:15
*** alexpilotti has quit IRC06:15
*** zehicle has quit IRC06:17
*** yamahata has joined #openstack-meeting06:19
*** vahidh has quit IRC06:19
*** vgridnev has joined #openstack-meeting06:20
*** hdaniel has joined #openstack-meeting06:21
*** roxanagh_ has joined #openstack-meeting06:30
*** zehicle has joined #openstack-meeting06:30
*** AmirBaleghi11113 has joined #openstack-meeting06:31
*** yfujioka has joined #openstack-meeting06:31
*** AmirBaleghi11112 has quit IRC06:32
*** akuznetsov has joined #openstack-meeting06:33
*** roxanagh_ has quit IRC06:35
*** henrynash_ has joined #openstack-meeting06:35
*** akuznetsov has quit IRC06:37
*** vivekd has joined #openstack-meeting06:37
*** otter768 has joined #openstack-meeting06:38
*** ddieterly has joined #openstack-meeting06:39
*** esker has joined #openstack-meeting06:41
*** markvoelker has quit IRC06:42
*** otter768 has quit IRC06:43
*** yamahata has quit IRC06:43
*** ddieterly has quit IRC06:44
*** dhellmann_ has quit IRC06:45
*** esker has quit IRC06:46
*** armax has quit IRC06:48
*** terriyu has quit IRC06:48
*** armax has joined #openstack-meeting06:49
*** spandhe has quit IRC06:49
*** davechen1 is now known as davechen06:49
*** spandhe has joined #openstack-meeting06:50
*** gsilvis has quit IRC06:50
*** spandhe has quit IRC06:50
*** edtubill has joined #openstack-meeting06:51
*** spandhe has joined #openstack-meeting06:51
*** edtubill has quit IRC06:52
*** amotoki_ has joined #openstack-meeting06:52
*** amotoki_ has quit IRC06:52
*** gongysh_ has quit IRC06:53
*** hoangcx has quit IRC06:53
*** bochi-michael has quit IRC06:54
*** bochi-michael has joined #openstack-meeting06:56
*** hoangcx has joined #openstack-meeting06:57
*** arvinc_ has quit IRC06:58
*** vishwana_ is now known as vishwanathj07:00
*** haomaiwang has quit IRC07:01
*** vishwanathj is now known as vishwanathj_good07:01
*** vishwanathj_good is now known as vishwanathj_slee07:01
*** neeti has joined #openstack-meeting07:01
*** vishwanathj_slee is now known as vishwanathj_nap07:01
*** haomaiwang has joined #openstack-meeting07:01
*** vishwanathj_nap is now known as vishwanathj_away07:01
*** korzen has joined #openstack-meeting07:03
*** itzdilip has joined #openstack-meeting07:03
*** liusheng has joined #openstack-meeting07:06
*** akuznetsov has joined #openstack-meeting07:08
*** elo has joined #openstack-meeting07:09
*** itzdilip has quit IRC07:10
*** itzdilip has joined #openstack-meeting07:11
*** oomichi has joined #openstack-meeting07:12
*** akuznetsov has quit IRC07:12
*** akuznetsov has joined #openstack-meeting07:13
*** dlundquist has left #openstack-meeting07:13
*** itzsunkum has joined #openstack-meeting07:14
*** dhellmann_ has joined #openstack-meeting07:15
*** jtomasek has joined #openstack-meeting07:16
*** hdaniel has quit IRC07:18
*** gsilvis has joined #openstack-meeting07:18
*** paul-carlton2 has joined #openstack-meeting07:22
*** kebray has quit IRC07:23
*** macsz has joined #openstack-meeting07:24
*** roxanagh_ has joined #openstack-meeting07:31
*** ijw has joined #openstack-meeting07:33
*** roxanag__ has joined #openstack-meeting07:34
*** roxanagh_ has quit IRC07:36
*** gongysh_ has joined #openstack-meeting07:37
*** itzdilip has quit IRC07:39
*** spandhe has quit IRC07:39
*** ddieterly has joined #openstack-meeting07:40
*** ddieterly has quit IRC07:44
*** _nadya_ has joined #openstack-meeting07:45
*** Sukhdev has quit IRC07:49
*** vgridnev has quit IRC07:52
*** salv-orl_ has quit IRC07:53
*** salv-orlando has joined #openstack-meeting07:53
*** belmoreira has joined #openstack-meeting07:55
*** dhellmann_ has quit IRC07:56
*** henrynash_ has quit IRC07:56
*** otter768 has joined #openstack-meeting08:00
*** haomaiwang has quit IRC08:01
*** JRobinson__ has quit IRC08:01
*** haomaiwang has joined #openstack-meeting08:01
*** jklare has quit IRC08:01
*** kzaitsev_mb has joined #openstack-meeting08:02
*** otter768 has quit IRC08:02
*** jklare has joined #openstack-meeting08:02
*** otter768_ has joined #openstack-meeting08:02
*** otter768_ has quit IRC08:04
*** otter768 has joined #openstack-meeting08:04
*** otter768 has quit IRC08:05
*** hoangcx has quit IRC08:05
*** otter768 has joined #openstack-meeting08:06
*** hoangcx has joined #openstack-meeting08:06
*** itzdilip has joined #openstack-meeting08:07
*** otter768_ has joined #openstack-meeting08:08
*** matrohon has joined #openstack-meeting08:08
*** anuj has joined #openstack-meeting08:09
*** otter768_ has quit IRC08:09
*** otter768_ has joined #openstack-meeting08:10
*** itzdilip has quit IRC08:10
*** otter768 has quit IRC08:10
*** itzdilip has joined #openstack-meeting08:11
*** otter768_ has quit IRC08:11
*** otter768 has joined #openstack-meeting08:12
*** vgridnev has joined #openstack-meeting08:13
*** otter768_ has joined #openstack-meeting08:13
*** otter768 has quit IRC08:13
*** zaitcev has quit IRC08:14
*** phil__ has joined #openstack-meeting08:14
*** otter768_ has quit IRC08:15
*** otter768 has joined #openstack-meeting08:15
*** itzdilip has quit IRC08:15
*** davechen1 has joined #openstack-meeting08:15
*** davechen1 has left #openstack-meeting08:15
*** nmagnezi has joined #openstack-meeting08:17
*** paul-carlton2 has quit IRC08:17
*** davechen has quit IRC08:17
*** otter768_ has joined #openstack-meeting08:17
*** otter768 has quit IRC08:17
*** ppetit has joined #openstack-meeting08:18
*** otter768_ has quit IRC08:19
*** otter768 has joined #openstack-meeting08:19
*** zhhuabj_ has quit IRC08:20
*** otter768_ has joined #openstack-meeting08:21
*** oomichi is now known as oomich_away08:22
*** AmirBaleghi11113 has quit IRC08:23
*** otter76__ has joined #openstack-meeting08:23
*** otter768_ has quit IRC08:23
*** AmirBaleghi11113 has joined #openstack-meeting08:23
*** itzdilip has joined #openstack-meeting08:23
*** otter768 has quit IRC08:24
*** otter768 has joined #openstack-meeting08:25
*** otter76__ has quit IRC08:25
*** itzdilip has quit IRC08:26
*** itzdilip has joined #openstack-meeting08:27
*** otter768_ has joined #openstack-meeting08:27
*** kzaitsev_mb has quit IRC08:27
*** AmirBaleghi11113 has quit IRC08:28
*** AmirBaleghi11113 has joined #openstack-meeting08:29
*** otter768 has quit IRC08:29
*** otter76__ has joined #openstack-meeting08:29
*** itzdilip has quit IRC08:30
*** otter768 has joined #openstack-meeting08:31
*** itzdilip has joined #openstack-meeting08:31
*** otter768_ has quit IRC08:32
*** paul-carlton2 has joined #openstack-meeting08:32
*** zhhuabj_ has joined #openstack-meeting08:32
*** zeih has joined #openstack-meeting08:32
*** vgridnev has quit IRC08:32
*** otter768_ has joined #openstack-meeting08:32
*** otter76__ has quit IRC08:33
*** singhj has quit IRC08:34
*** otter76__ has joined #openstack-meeting08:34
*** otter768_ has quit IRC08:34
*** otter768 has quit IRC08:35
*** singhj has joined #openstack-meeting08:35
*** pnavarro has joined #openstack-meeting08:35
*** roxanag__ has quit IRC08:36
*** otter768 has joined #openstack-meeting08:36
*** otter76__ has quit IRC08:36
*** roxanagh_ has joined #openstack-meeting08:37
*** otter768 has quit IRC08:38
*** otter768 has joined #openstack-meeting08:38
*** jichen has joined #openstack-meeting08:40
*** ijw has quit IRC08:40
*** jlanoux has joined #openstack-meeting08:40
*** jlanoux has quit IRC08:40
*** otter768 has quit IRC08:40
*** otter768_ has joined #openstack-meeting08:40
*** ddieterly has joined #openstack-meeting08:40
*** jlanoux has joined #openstack-meeting08:41
*** singhj has quit IRC08:41
*** roxanagh_ has quit IRC08:42
*** toscalix has joined #openstack-meeting08:42
*** otter768 has joined #openstack-meeting08:42
*** otter768_ has quit IRC08:42
*** markvoelker has joined #openstack-meeting08:43
*** otter768 has quit IRC08:44
*** otter768 has joined #openstack-meeting08:44
*** coolsvap is now known as coolsvap|away08:44
*** ddieterly has quit IRC08:45
*** otter768 has quit IRC08:45
*** otter768 has joined #openstack-meeting08:46
*** mbound has joined #openstack-meeting08:47
*** otter768 has quit IRC08:47
*** markvoelker has quit IRC08:48
*** otter768 has joined #openstack-meeting08:48
*** e0ne has joined #openstack-meeting08:48
*** scheuran has joined #openstack-meeting08:49
*** otter768_ has joined #openstack-meeting08:50
*** otter768_ has quit IRC08:52
*** otter76__ has joined #openstack-meeting08:52
*** safchain has joined #openstack-meeting08:52
*** AmirBaleghi11114 has joined #openstack-meeting08:52
*** otter768 has quit IRC08:52
*** AmirBaleghi11113 has quit IRC08:52
*** _nadya_ has quit IRC08:53
*** otter76__ has quit IRC08:54
*** otter768 has joined #openstack-meeting08:54
*** _nadya_ has joined #openstack-meeting08:54
*** bvandenh has joined #openstack-meeting08:55
*** otter768 has quit IRC08:56
*** otter768_ has joined #openstack-meeting08:56
*** derekh has joined #openstack-meeting08:57
*** salv-orlando has quit IRC08:57
*** otter768 has joined #openstack-meeting08:57
*** reedip is now known as outofmemory08:57
*** _nadya_ has quit IRC08:57
*** otter768_ has quit IRC08:58
*** salv-orlando has joined #openstack-meeting08:58
*** _nadya_ has joined #openstack-meeting08:58
*** paul-carlton2 has quit IRC08:59
*** otter768 has quit IRC08:59
*** otter768 has joined #openstack-meeting08:59
gmann#startmeeting qa08:59
openstackMeeting started Thu Jan 14 08:59:59 2016 UTC and is due to finish in 60 minutes.  The chair is gmann. Information about MeetBot at http://wiki.debian.org/MeetBot.08:59
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.09:00
*** openstack changes topic to " (Meeting topic: qa)"09:00
openstackThe meeting name has been set to 'qa'09:00
gmannhi, who's here today?09:00
masayukig\o/09:00
jlanouxo/09:00
gmannmasayukig: jlanoux hi09:00
jlanouxhi gmann!09:00
*** haomaiwang has quit IRC09:01
*** otter768 has quit IRC09:01
gmannlet's wait for sometime to join more people09:01
*** haomaiwang has joined #openstack-meeting09:01
gmannlooks like only three of us :). let's start09:02
masayukiggmann: sure09:02
gmann#link https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Proposed_Agenda_for_January_14th_2016_.280900_UTC.2909:02
jlanoux:) quick meeting then09:02
gmannToday agenda ^^09:02
gmannjlanoux: yea, happy to go home early :)09:03
*** otter768 has joined #openstack-meeting09:03
gmann#topic QA Code Sprint09:03
*** openstack changes topic to "QA Code Sprint (Meeting topic: qa)"09:03
gmannas mtreinish sent mail on this just putting here for reminder09:04
*** hdaniel has joined #openstack-meeting09:04
gmannthere are many people joining09:04
gmann#link https://wiki.openstack.org/wiki/QA/CodeSprintMitakaBoston09:04
gmannmasayukig: nice to see your name there :)09:04
*** otter768 has quit IRC09:05
masayukiggmann: yeah, sorry to be not your name there.. :(09:05
*** otter768 has joined #openstack-meeting09:05
*** salv-orlando has quit IRC09:05
*** salv-orlando has joined #openstack-meeting09:05
gmannmasayukig: not yet decided. I need to ask. I am afraid India travel conflict with this09:06
gmannthats all on this. Let's move09:06
gmann#topic Specs Reviews09:06
*** openstack changes topic to "Specs Reviews (Meeting topic: qa)"09:06
masayukiggmann: OK, I'm looking forward to :)09:06
gmann#link https://review.openstack.org/#/q/status:open+project:openstack/qa-specs,n,z09:06
gmannmasayukig: Thanks :)09:06
gmannThere are some spec close to merge09:07
*** otter768_ has joined #openstack-meeting09:07
gmannone is andreaf one - https://review.openstack.org/#/c/92804/09:07
gmannas andreaf is not here, let's skip. But more reviews are always good on that09:07
gmannanything else on spec topic09:08
masayukigit seems most of specs got -1 from someone.09:09
*** otter768_ has quit IRC09:09
gmannmasayukig: yea. seems like all are in good review progress09:09
*** otter76__ has joined #openstack-meeting09:09
*** klkumar has joined #openstack-meeting09:09
masayukiggmann: agree09:09
*** tosky has joined #openstack-meeting09:09
*** otter768 has quit IRC09:10
gmannlet's move if nothing on this09:10
gmann#topic Priority Items09:10
*** openstack changes topic to "Priority Items (Meeting topic: qa)"09:10
gmann#link https://etherpad.openstack.org/p/mitaka-qa-priorities09:10
gmannone is from me - Tempest Microversion support09:10
*** otter76__ has quit IRC09:10
gmannthat was M1 which is already passed09:11
mkodererhi folks09:11
*** otter768 has joined #openstack-meeting09:11
gmannthere are mainly 2 patches left09:11
gmannmkoderer: hi09:11
gmann#link https://review.openstack.org/#/q/topic:bp/api-microversions-testing-support+status:open09:11
gmannafter those, i will plan to migrate the framework in lib09:11
*** scheuran has quit IRC09:11
gmannand then projects can continue with microversion testing09:12
*** ndipanov has joined #openstack-meeting09:12
gmannreviews are most welcome on those.09:12
gmannwant to push those ASAP09:12
*** otter768_ has joined #openstack-meeting09:13
*** otter768 has quit IRC09:13
gmannnext is Service Client Migrations which is M209:13
gmannprogress is here09:14
gmann#link https://etherpad.openstack.org/p/mitaka-tempest-service-clients09:14
gmannall compute one are done except keypair which is needed for microversion testing09:14
gmannnext main focus oomich_away is on neutron client09:15
*** otter768 has joined #openstack-meeting09:15
*** yassine_ has joined #openstack-meeting09:15
*** otter768_ has quit IRC09:15
masayukiggmann: it's really great work!09:15
gmannnext one for M2  - Tempest Lib Migrations09:15
gmannmasayukig: yea. compute ones were huge09:15
*** yamahata has joined #openstack-meeting09:15
gmannjordanP not here09:16
gmannjlanoux: do you have anything on ssh validation ?09:16
jlanouxwell - more work came to it since the summit so I'm not sure this will be completed soon09:16
*** otter768 has quit IRC09:17
*** ppetit has quit IRC09:17
*** otter768_ has joined #openstack-meeting09:17
jlanouxit's better to have this feature consolidated before migrating09:17
gmannjlanoux: what all we have pending on this, just for ref09:17
*** ig0r_ has joined #openstack-meeting09:17
gmannjlanoux: may be sshable thing and validation on scenario tests side?09:17
gmannjlanoux: yea before migration we should have all in better place09:18
jlanouxgmann: so I was thinking just to write the wrapper around compute and remote_client09:18
masayukigjlanoux: the patch https://review.openstack.org/#/c/264323/ seems good direction to me.09:18
*** nurla has quit IRC09:18
*** sdake_ has joined #openstack-meeting09:18
jlanouxbut Sean would like less complexity and more clarity in the ssh code09:18
*** otter768_ has quit IRC09:18
jlanouxmasayukig: yes09:18
*** otter768 has joined #openstack-meeting09:19
*** sdake has quit IRC09:19
gmannmasayukig: ah thanks09:19
gmann#link https://review.openstack.org/#/c/264323/09:19
jlanouxso I think that before thr wrapper, some refactoring needs to happen09:19
*** ppetit has joined #openstack-meeting09:19
gmannI will check this tomorrow, was not aware of that09:19
jlanouxI rebased this morning - got a +1 from Zuul yesterday09:19
gmannjlanoux: currently we have in common->create_test_server r09:20
gmannjlanoux: cool09:20
gmannjlanoux: are we separating it from there09:20
*** otter768 has quit IRC09:20
jlanouxgmann: perhaps yes, I need to have a discussion with Andrea and Sean to confirm09:20
*** otter768_ has joined #openstack-meeting09:20
gmannjlanoux: i see. Thanks09:21
masayukigone thing from me, about Tempest CLI progress: https://etherpad.openstack.org/p/tempest-cli-improvements09:21
gmannit will be nice to put even more time on this. this is one of the imp validation for our tests09:21
jlanouxgmann: +10009:21
gmannjlanoux: Thanks for you hard work.09:21
gmannmasayukig: yea09:21
masayukigabout legacy commands, almost is done except account_generator.09:21
gmannyour turn09:21
gmannmasayukig: I will review that, i thin it is good now09:22
masayukiggmann: thanks, sorry for interupting09:22
masayukigBut I'm not sure new CLIs.09:22
gmannmasayukig: np09:22
gmannmasayukig: ok09:22
masayukigthat's all from me.09:22
*** nurla has joined #openstack-meeting09:22
gmannmasayukig: Thanks09:22
gmannjlanoux: masayukig also we have ssh as one of key topic for mid cycle and good to be discussed there09:23
jlanouxgmann: yes, I cannot attend but Andrea will be there.09:23
masayukiggmann: yeah, I suppose so09:23
gmannjlanoux: ohk09:24
masayukigI will09:24
gmannnext one i see for M2 is Finalize ssh-auth bp09:24
gmannjlanoux: is this same?09:24
jlanouxgmann: yep09:24
gmannjlanoux: ok. Thanks09:24
*** otter768 has joined #openstack-meeting09:24
gmannanything else on priority items?09:25
*** otter768_ has quit IRC09:25
gmannok, let's move on09:25
gmann#topic Tempest09:25
*** openstack changes topic to "Tempest (Meeting topic: qa)"09:25
*** otter768 has quit IRC09:26
gmannfrom my side is microversion thing which we already discussed09:26
gmannmasayukig: jlanoux mkoderer anything from your side?09:26
*** otter768 has joined #openstack-meeting09:26
jlanouxgmann: not for me09:26
masayukigmkoderer: DDT?09:26
gmannmasayukig: mkoderer spec is merged i think09:27
*** ihrachys has joined #openstack-meeting09:27
masayukiggmann: yeah, but I think there's some discussion there.09:27
*** jordanP has joined #openstack-meeting09:28
gmannmasayukig: ok09:28
*** otter768_ has joined #openstack-meeting09:28
masayukigbut it seems mkoderer here right now..09:28
jordanPhi. sorry I am late...09:28
gmannmasayukig: other projects also use that but not sure09:28
gmannjordanP: hi. np!09:29
masayukigbut it seems mkoderer isn't here right now..09:29
gmannmasayukig: yea09:29
gmannjordanP: do you have anything on Tempest topic?09:29
*** paul-carlton2 has joined #openstack-meeting09:29
jordanPnope09:30
*** otter768_ has quit IRC09:30
gmannjordanP: ok09:30
*** itzdilip has quit IRC09:30
*** otter768_ has joined #openstack-meeting09:30
gmannthere is bug today about tox 2.2.1 fails with recursion09:30
*** itzdilip has joined #openstack-meeting09:30
*** AmirBaleghi11114 has quit IRC09:30
gmann#link https://bugs.launchpad.net/tempest/+bug/153400609:30
openstackLaunchpad bug 1534006 in tempest "tox == 2.2.1 failed with 'RuntimeError: maximum recursion depth exceeded while calling a Python object'" [Undecided,In progress] - Assigned to Ghanshyam Mann (ghanshyammann)09:30
*** baohua has quit IRC09:31
gmannit is fixed in 2.3.1 in case anyone face the issue09:31
*** vgridnev has joined #openstack-meeting09:31
*** AmirBaleghi11114 has joined #openstack-meeting09:31
jordanPI don't think raising to 2.3.1 is a good idea. 2.3.1 is super recent09:31
*** otter768 has quit IRC09:31
gmannI submitted a patch to raise min version in ini09:31
gmann#link https://review.openstack.org/#/c/267382/09:31
gmannjordanP: yea, but it is fixed in that version only09:31
*** otter768_ has quit IRC09:32
*** otter768 has joined #openstack-meeting09:32
masayukiggmann: another solution is using older version, I think09:32
*** hashar has joined #openstack-meeting09:32
gmannmasayukig: older than 2.2.009:32
jordanPI am not sure that's the best way to handle that, I'd rather wait mtreinish or sdague opinion. they are experienced in that kind of topic09:32
masayukiggmann: yeah. But I'm not sure it's good or bad for us.09:32
gmannmasayukig: jordanP ok, lets wait for other opinion.09:33
gmannI also ok with same and update tox in local env if facing issue09:33
gmannas gate is already taking 2.3.109:33
*** otter768 has quit IRC09:34
mkoderersry folks I was distracted09:34
*** otter768_ has joined #openstack-meeting09:34
mkodererabout DDt.. I need some more feedback for review https://review.openstack.org/#/c/223953/09:35
masayukig#link https://review.openstack.org/#/c/223953/09:35
mkoderersince sdague -1ed the idea of using ddt09:35
*** otter768_ has quit IRC09:35
*** gcb has quit IRC09:35
gmannmkoderer: ok09:36
*** otter768 has joined #openstack-meeting09:36
mkodererfor me DDT is used by many projects (unit test) and I don't why this should be a barrier for new test developers09:36
gmannmkoderer: i think same issue what sean mentioned we have for using testscenario also (appending something in test name)09:36
mkoderergmann: yeah, testscenario is much more complex IMHO09:37
*** larainema has joined #openstack-meeting09:37
masayukigyeah, I don't want to think about testscenario x DDT09:37
mkodererso I am fine with not doing it.. but we than need to agree that we follow the concept of doing tempest "as simple as possible"09:37
*** otter768 has quit IRC09:37
gmannmkoderer: yea, for for loop only ddt might be good09:37
*** otter768_ has joined #openstack-meeting09:38
*** zhurong has quit IRC09:38
masayukiggmann: agree09:38
mkoderermasayukig: sure... mixing both is overkill :)09:38
* oomich_away sorry for late joining09:38
gmanntestscenario we have in Nova where we need test duplication at much higher level09:38
gmannmkoderer: agree09:39
gmannoomich_away: hi09:39
oomich_awaywe already have a lot of issues on the gate even if current impl is simple09:39
*** oomich_away is now known as oomich09:39
mkodereroomich: that also a fair point09:39
*** mbound has quit IRC09:39
*** otter768 has joined #openstack-meeting09:39
*** otter768_ has quit IRC09:40
mkodererok so let us collect our thoughts in the review and I will create a ML thread if needed09:40
oomichif we want to find more issues on the gate, ddt is nice option at the time09:40
jordanPI'd rather have something simple, so although I like ddt in other projecrs, I am not sure it's best for tempest right now09:40
*** ijw has joined #openstack-meeting09:40
gmannyea and we have idempotent_id if anything to be refer in code09:41
*** ig0r_ has quit IRC09:41
*** otter768 has quit IRC09:41
*** ddieterly has joined #openstack-meeting09:41
*** neiljerram has joined #openstack-meeting09:41
mkoderergmann: idempotent_id shouldn't be an issue09:41
mkodererwe already discussed that within the spec review09:41
*** otter768 has joined #openstack-meeting09:42
mkodererhttps://review.openstack.org/#/c/259934/09:42
gmannmkoderer: yea, i mean we can refer with same ID for all generated test case09:42
mkoderergmann: yep ok09:42
gmannanyways let's discuss and put our thoughts on review09:42
mkoderergmann: +109:42
*** neiljerram has quit IRC09:42
gmannanything else on Tempest side?09:43
*** otter768 has quit IRC09:43
*** otter768 has joined #openstack-meeting09:43
gmannlet's move on09:44
gmann#topic DevStack + Grenade09:44
*** openstack changes topic to "DevStack + Grenade (Meeting topic: qa)"09:44
*** markvoelker has joined #openstack-meeting09:44
gmannanything on these or we skip devstack and grenade09:44
*** mhickey has joined #openstack-meeting09:45
gmannlet's move to next topic09:45
gmann#topic Critical Reviews09:45
*** openstack changes topic to "Critical Reviews (Meeting topic: qa)"09:45
gmannreviews from anyone09:45
*** otter768_ has joined #openstack-meeting09:45
*** ijw has quit IRC09:45
*** ddieterly has quit IRC09:46
*** itzdilip has quit IRC09:46
gmannI have for microversion09:46
gmann#link https://review.openstack.org/#/c/265051/09:46
*** mbound has joined #openstack-meeting09:46
gmannoomich: ^^ if you can look in this too :)09:46
gmannoomich: this will be last one09:46
oomichgmann: ok ;)09:47
gmannoomich: Thanks09:47
oomichbug before that, https://review.openstack.org/#/c/244996 is much critical09:47
*** otter76__ has joined #openstack-meeting09:47
*** otter768_ has quit IRC09:47
oomichthat is the first microversion testing09:47
oomichs/bug/but/09:47
*** arvinc_ has joined #openstack-meeting09:47
gmannoomich: yea, totally agree09:48
*** otter768 has quit IRC09:48
gmann#link  https://review.openstack.org/#/c/24499609:48
oomichI have 2 for service client thing:09:48
gmannAll please review that09:48
oomich#link https://review.openstack.org/#/c/266685/09:48
oomich#link https://review.openstack.org/#/c/263982/09:48
*** markvoelker has quit IRC09:49
*** itzdilip has joined #openstack-meeting09:49
gmannoomich: Thanks. I will check09:49
oomichI am concentrating on service client migration for neutron now, and they are09:49
*** otter76__ has quit IRC09:49
oomichgmann: thank you also09:49
*** otter768 has joined #openstack-meeting09:49
gmannoomich: yea, those are one of most widely used09:49
gmannjordanP: i will discuss with you on this after meeting -https://review.openstack.org/#/c/261149/09:50
gmannjordanP: actually i did not get your comments09:50
gmannany other reviews09:50
oomichgmann: yeah, I am replacing them with tempest-lib's ones on neutron-lbaas side09:51
gmannoomich: ohh, cool09:51
oomichthe repo contains a lot of copy&paste code from tempest09:51
gmannoomich: yea they have very old code09:51
*** otter768_ has joined #openstack-meeting09:51
jordanPgmann, sure09:51
gmannoomich: might be huge work there for you :)09:51
oomichgmann: right09:51
gmannbut not sure why they do not switch to plugin09:52
oomichgmann: happy if other guys also will replace them09:52
gmannoomich: will it be worth to fix the old copy paste code instead of moving to plugin ?09:52
*** otter768_ has quit IRC09:53
oomichgmann: guessing they need help from us for doing that09:53
*** otter768_ has joined #openstack-meeting09:53
gmannoomich: ohk09:53
oomichgmann: I prefer moving to plugin09:53
*** otter768 has quit IRC09:53
oomichthat is clean way09:53
gmannoomich: yea, I am asking Mistral also to move to plugin as our colleague working on that09:54
gmannand its is in nice progress now09:54
*** tfukushima has quit IRC09:54
oomichcool :)09:54
gmannoomich: Thanks for helping them, it is nice09:55
gmannlet's move on09:55
gmann#topic Open Discussion09:55
*** openstack changes topic to "Open Discussion (Meeting topic: qa)"09:55
*** otter768 has joined #openstack-meeting09:55
gmannanything else to discuss. 5 min left09:55
dmelladooops almost missed the meeting :\09:56
dmelladothought it was on the afternoon today09:56
gmanndmellado: hi09:56
gmanndmellado: yea about to close09:56
toskya quick request: I understand (and agree) that the road is to move tests as plugins, especially for the projects outside the core 609:56
*** otter768 has quit IRC09:57
toskybut in the meantime, can you please look at this smal lchan09:57
*** otter768 has joined #openstack-meeting09:57
toskysmall change* for sahara? https://review.openstack.org/#/c/255968/09:57
gmanntosky: sure09:57
*** otter768_ has quit IRC09:57
gmanntosky: sahara already has plugin09:57
toskygmann: not completely09:58
toskygmann: I know because I moved them; the plugins are for python clients tests; the review above is for API tests09:58
gmanntosky: oh. not for API tests. humm09:59
gmanntosky: anyways. I will have look tomorrow.09:59
gmanntosky: Thanks09:59
toskyas I said, I agree that they need to be moved away :)09:59
toskythanks!09:59
gmanntosky: yea that is final goal09:59
masayukigit's the time10:00
gmannlet's close meeting. Timesup10:00
gmannmasayukig: yea10:00
gmannThanks everyone for joining10:00
oomichthanks10:00
masayukigthanks all o/10:00
dmelladothanks!10:00
*** ijw has joined #openstack-meeting10:00
gmann #endmeeting10:00
gmann#endmeeting10:00
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"10:00
openstackMeeting ended Thu Jan 14 10:00:44 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)10:00
openstackMinutes:        http://eavesdrop.openstack.org/meetings/qa/2016/qa.2016-01-14-08.59.html10:00
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/qa/2016/qa.2016-01-14-08.59.txt10:00
openstackLog:            http://eavesdrop.openstack.org/meetings/qa/2016/qa.2016-01-14-08.59.log.html10:00
*** haomaiwang has quit IRC10:01
*** otter768_ has joined #openstack-meeting10:01
*** tosky has left #openstack-meeting10:01
*** otter768 has quit IRC10:01
*** haomaiwang has joined #openstack-meeting10:01
*** oomich is now known as oomich_away10:01
*** itzdilip has quit IRC10:02
*** pradipta has quit IRC10:03
*** otter768 has joined #openstack-meeting10:03
*** otter768_ has quit IRC10:03
*** otter768 has quit IRC10:05
*** otter768_ has joined #openstack-meeting10:05
*** ijw has quit IRC10:05
*** otter768 has joined #openstack-meeting10:06
*** Ramanjaneya has joined #openstack-meeting10:07
*** otter768 has quit IRC10:08
*** otter768 has joined #openstack-meeting10:08
*** ppetit has quit IRC10:08
*** otter768_ has quit IRC10:09
*** Leom has quit IRC10:09
*** salv-orl_ has joined #openstack-meeting10:10
*** otter768_ has joined #openstack-meeting10:10
*** otter768 has quit IRC10:10
*** otter768 has joined #openstack-meeting10:12
*** otter768_ has quit IRC10:12
*** salv-orlando has quit IRC10:12
*** otter768 has quit IRC10:14
*** otter768 has joined #openstack-meeting10:14
*** ppetit has joined #openstack-meeting10:16
*** otter768_ has joined #openstack-meeting10:16
*** otter768 has quit IRC10:16
*** itzdilip has joined #openstack-meeting10:16
*** otter768 has joined #openstack-meeting10:18
*** otter768_ has quit IRC10:18
*** ljxiash has quit IRC10:19
*** ljxiash has joined #openstack-meeting10:20
*** otter768_ has joined #openstack-meeting10:20
*** otter768 has quit IRC10:20
*** yamahata has quit IRC10:21
*** otter768 has joined #openstack-meeting10:21
*** otter768_ has quit IRC10:22
*** adahms has joined #openstack-meeting10:22
*** otter768 has quit IRC10:24
*** otter768_ has joined #openstack-meeting10:24
*** ljxiash has quit IRC10:24
*** hoangcx has quit IRC10:24
*** spzala has joined #openstack-meeting10:24
*** iyamahat has joined #openstack-meeting10:25
*** otter768_ has quit IRC10:26
*** otter768 has joined #openstack-meeting10:26
*** otter768 has quit IRC10:27
*** otter768 has joined #openstack-meeting10:27
*** spzala has quit IRC10:29
*** itzdilip has quit IRC10:29
*** arvinc_ has joined #openstack-meeting10:29
*** otter768_ has joined #openstack-meeting10:29
*** otter768 has quit IRC10:29
*** itzdilip has joined #openstack-meeting10:29
*** mfranc213 has joined #openstack-meeting10:31
*** mfranc213 has quit IRC10:32
*** kzaitsev_mb has joined #openstack-meeting10:33
*** berendt has joined #openstack-meeting10:33
*** electrofelix has joined #openstack-meeting10:34
*** otter768_ has quit IRC10:34
*** sudipto has joined #openstack-meeting10:34
*** electrofelix has quit IRC10:38
*** baohua has joined #openstack-meeting10:40
*** gongysh_ has quit IRC10:41
*** ddieterly has joined #openstack-meeting10:42
*** baoli has joined #openstack-meeting10:42
*** rfolco has joined #openstack-meeting10:46
*** ddieterly has quit IRC10:47
*** _nadya_ has quit IRC10:51
*** epico has quit IRC10:52
*** rossella_s has quit IRC10:52
*** isaacb has joined #openstack-meeting10:52
*** rossella_s has joined #openstack-meeting10:52
*** vgridnev has quit IRC10:54
*** mfranc213 has joined #openstack-meeting10:54
*** vgridnev has joined #openstack-meeting10:56
*** lexholden has joined #openstack-meeting10:56
*** haomaiwang has quit IRC11:01
*** haomaiwang has joined #openstack-meeting11:01
*** ijw has joined #openstack-meeting11:02
*** _nadya_ has joined #openstack-meeting11:04
*** mfranc213 has quit IRC11:04
*** dims has joined #openstack-meeting11:04
*** ociuhandu has quit IRC11:05
*** ociuhandu has joined #openstack-meeting11:05
*** ociuhandu has quit IRC11:06
*** dixiaoli has joined #openstack-meeting11:06
*** ijw has quit IRC11:07
*** amotoki_ has joined #openstack-meeting11:09
*** ljxiash has joined #openstack-meeting11:11
*** alexpilotti has joined #openstack-meeting11:12
*** adiantum has joined #openstack-meeting11:15
*** electrofelix has joined #openstack-meeting11:15
*** kmartin has quit IRC11:17
*** iyamahat has quit IRC11:19
*** aysyd has joined #openstack-meeting11:21
*** fawadkhaliq has joined #openstack-meeting11:25
*** roxanagh_ has joined #openstack-meeting11:26
*** arvinc_ has quit IRC11:28
*** vdrok has quit IRC11:29
*** roxanagh_ has quit IRC11:30
*** sombrafam has joined #openstack-meeting11:31
*** arvinc_ has joined #openstack-meeting11:32
*** arvinc_ has quit IRC11:32
*** arvinc_ has joined #openstack-meeting11:33
*** arvinc_ has quit IRC11:33
*** itzdilip has quit IRC11:34
*** arvinc_ has joined #openstack-meeting11:34
*** arvinc_ has joined #openstack-meeting11:35
*** itzdilip has joined #openstack-meeting11:35
*** arvinc_ has quit IRC11:35
*** SridharG has quit IRC11:35
*** arvinc_ has joined #openstack-meeting11:35
*** arvinc_ has joined #openstack-meeting11:36
*** arvinc_ has quit IRC11:37
*** arvinc_ has joined #openstack-meeting11:37
*** ericksonsantos has joined #openstack-meeting11:38
*** ociuhandu has joined #openstack-meeting11:39
*** d0ugal has quit IRC11:40
*** ityaptin has quit IRC11:41
*** itzdilip has quit IRC11:43
*** SridharG has joined #openstack-meeting11:43
*** adiantum has quit IRC11:44
*** ddieterly has joined #openstack-meeting11:44
*** markvoelker has joined #openstack-meeting11:45
*** sombrafam has quit IRC11:48
*** ddieterly has quit IRC11:49
*** markvoelker has quit IRC11:49
*** baoli has quit IRC11:50
*** sombrafam has joined #openstack-meeting11:50
*** amotoki_ has quit IRC11:50
*** ociuhandu has quit IRC11:53
*** ociuhandu has joined #openstack-meeting11:53
*** tochi has quit IRC11:55
*** sombrafam has quit IRC11:56
*** lexholden has quit IRC11:56
*** merooney has joined #openstack-meeting11:56
*** AmirBaleghi11114 has quit IRC11:57
*** AmirBaleghi11114 has joined #openstack-meeting11:58
*** d0ugal has joined #openstack-meeting11:58
*** sombrafam has joined #openstack-meeting12:00
*** lexholden has joined #openstack-meeting12:01
*** haomaiwang has quit IRC12:01
*** dixiaoli has quit IRC12:01
*** haomaiwang has joined #openstack-meeting12:01
*** ijw has joined #openstack-meeting12:04
*** alexpilotti has quit IRC12:04
*** rtheis has joined #openstack-meeting12:04
*** ijw has quit IRC12:09
*** vgridnev has quit IRC12:11
*** lexholden has quit IRC12:11
*** hashar_ has joined #openstack-meeting12:14
*** vgridnev has joined #openstack-meeting12:14
*** _nadya_ has quit IRC12:15
*** weshay_xchat has joined #openstack-meeting12:17
*** hashar has quit IRC12:17
*** sudipto has quit IRC12:17
*** sdake_ is now known as sdake12:17
*** gongysh_ has joined #openstack-meeting12:18
*** sudipto has joined #openstack-meeting12:19
*** raildo-afk is now known as raildo12:22
*** sombrafam has quit IRC12:25
*** sudipto has quit IRC12:25
*** sombrafam has joined #openstack-meeting12:27
*** fernnest__ has quit IRC12:28
*** otter768 has joined #openstack-meeting12:30
*** irenab_ has joined #openstack-meeting12:32
*** sombrafam has quit IRC12:32
*** sshnaidm has joined #openstack-meeting12:32
*** ryu25 has quit IRC12:32
*** erlon has joined #openstack-meeting12:32
*** irenab_ has quit IRC12:33
*** irenab has quit IRC12:33
*** sombrafam has joined #openstack-meeting12:34
*** irenab has joined #openstack-meeting12:35
*** otter768 has quit IRC12:35
*** irenab_ has joined #openstack-meeting12:38
*** irenab has quit IRC12:40
*** irenab_ is now known as irenab12:40
*** thorst has joined #openstack-meeting12:41
*** baoli has joined #openstack-meeting12:41
*** kencjohnston has joined #openstack-meeting12:44
*** ppetit has quit IRC12:44
*** kencjohnston has quit IRC12:44
*** ddieterly has joined #openstack-meeting12:45
*** markvoelker has joined #openstack-meeting12:45
*** houming has quit IRC12:46
*** scheuran has joined #openstack-meeting12:48
*** arvinc_ has quit IRC12:48
*** ddieterly has quit IRC12:49
*** markvoelker has quit IRC12:50
*** kaisers has quit IRC12:53
*** yamamoto has quit IRC12:54
*** vgridnev has quit IRC12:57
*** merooney has quit IRC12:58
*** vgridnev has joined #openstack-meeting12:59
*** haomaiwang has quit IRC12:59
*** doug-fish has joined #openstack-meeting13:01
*** merooney has joined #openstack-meeting13:02
*** _amrith_ is now known as amrith13:03
*** gcb has joined #openstack-meeting13:04
*** kaisers has joined #openstack-meeting13:04
*** ijw has joined #openstack-meeting13:05
*** jckasper has quit IRC13:05
*** lpabon_ has joined #openstack-meeting13:05
*** hanchao has quit IRC13:06
*** doug-fish has quit IRC13:07
*** fawadkhaliq has quit IRC13:07
*** doug-fish has joined #openstack-meeting13:08
*** _nadya_ has joined #openstack-meeting13:08
*** kaisers has quit IRC13:08
*** ijw has quit IRC13:09
*** neeti has quit IRC13:10
*** kaisers has joined #openstack-meeting13:10
*** doug-fish has quit IRC13:12
*** roxanagh_ has joined #openstack-meeting13:14
*** sdake has quit IRC13:16
*** MaxPC has joined #openstack-meeting13:16
*** dprince has joined #openstack-meeting13:17
*** roxanagh_ has quit IRC13:18
*** mtanino has joined #openstack-meeting13:19
*** lpabon_ has left #openstack-meeting13:23
*** nithyag_ has quit IRC13:24
*** ricolin has quit IRC13:25
*** markvoelker has joined #openstack-meeting13:25
*** bochi-michael has quit IRC13:29
*** hashar_ is now known as hashar13:30
*** haomaiwang has joined #openstack-meeting13:30
*** doug-fish has joined #openstack-meeting13:31
*** ddieterly has joined #openstack-meeting13:32
*** vhoward has joined #openstack-meeting13:32
*** amrith is now known as _amrith_13:32
*** ccarmack has joined #openstack-meeting13:34
*** vdrok- is now known as vdrok13:35
*** AmirBaleghi11114 has quit IRC13:39
*** dslevin has quit IRC13:39
*** yamamoto has joined #openstack-meeting13:39
*** dimasot has quit IRC13:39
*** AmirBaleghi11114 has joined #openstack-meeting13:39
*** thomasem has joined #openstack-meeting13:41
*** trozet has joined #openstack-meeting13:41
*** julim has quit IRC13:42
*** dane-fichter has joined #openstack-meeting13:44
*** sombrafam has quit IRC13:45
*** sombrafam has joined #openstack-meeting13:46
*** amitgandhinz has joined #openstack-meeting13:47
*** AmirBaleghi11115 has joined #openstack-meeting13:47
*** dslev has joined #openstack-meeting13:48
*** AmirBaleghi11114 has quit IRC13:49
*** PaulMurray has joined #openstack-meeting13:50
*** ppetit has joined #openstack-meeting13:50
*** auggy has joined #openstack-meeting13:50
*** jckasper has joined #openstack-meeting13:51
*** jckasper_ has joined #openstack-meeting13:51
*** Steap has joined #openstack-meeting13:51
*** tpatzig has joined #openstack-meeting13:53
*** dslev_ has joined #openstack-meeting13:54
*** rbowen has joined #openstack-meeting13:54
*** jckasper has quit IRC13:55
*** liamji has joined #openstack-meeting13:57
*** danpb has joined #openstack-meeting13:57
*** dslev has quit IRC13:57
*** sfinucan has joined #openstack-meeting13:57
*** johnhunter has joined #openstack-meeting13:57
*** macsz has quit IRC13:58
*** AmirBaleghi11116 has joined #openstack-meeting13:58
johnthetubaguy#startmeeting nova13:59
openstackMeeting started Thu Jan 14 13:59:24 2016 UTC and is due to finish in 60 minutes.  The chair is johnthetubaguy. Information about MeetBot at http://wiki.debian.org/MeetBot.13:59
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.13:59
*** openstack changes topic to " (Meeting topic: nova)"13:59
openstackThe meeting name has been set to 'nova'13:59
*** AmirBaleghi11115 has quit IRC13:59
edleafe\o13:59
thomasemo/13:59
alex_xuo/13:59
*** rlrossit has joined #openstack-meeting13:59
bauzas\o14:00
mkoderero/14:00
rlrossito/14:00
scottdahi14:00
*** navinrio has joined #openstack-meeting14:00
alaskio/14:00
navinrioHi14:00
navinrioEveryone14:00
Steaphi14:00
*** andrearosa has joined #openstack-meeting14:00
auggy-_-14:00
tpatzighi all14:00
dimso/14:00
andrearosahi14:00
*** neelashah has joined #openstack-meeting14:00
*** femnad has joined #openstack-meeting14:00
johnthetubaguyso lets get going now its time14:00
*** dslev_ has quit IRC14:00
johnthetubaguy#topic Release Status14:01
*** haomaiwang has quit IRC14:01
*** openstack changes topic to "Release Status (Meeting topic: nova)"14:01
johnthetubaguy#info Jan 21: Nova non-priority feature freeze14:01
johnthetubaguy#info Jan 19-21: mitaka-214:01
*** Steap has left #openstack-meeting14:01
johnthetubaguyso this afternoon, I am thinking of kicking out all blueprints that don't yet have any code up for review14:01
*** haomaiwa_ has joined #openstack-meeting14:01
gcbo/14:01
*** RuiChen has joined #openstack-meeting14:02
johnthetubaguywe already have more blueprint code that we can possibly merge, so its good to try and concentrate14:02
bauzas+114:02
johnthetubaguy#link https://etherpad.openstack.org/p/mitaka-nova-priorities-tracking14:02
navinrioI was thinking to work on Legacy to DVR - TBD14:02
johnthetubaguylets keep our review focus up, to get the most into this release as possible, the above should help us with that14:02
navinrioif it ok with team14:03
raildoo/14:03
belmoreirao/14:03
johnthetubaguynavinrio: lets leave that till the Open Discussion section14:03
johnthetubaguyso as a heads up14:03
navinriook14:03
johnthetubaguythe mitaka-2 release will happen independently of the feature freeze14:03
johnthetubaguythere will be some simple exception process, in some etherpad, post the freeze, but the midcycle is likely to extend that beyond the usual one week14:04
johnthetubaguybut we can discuss that later on14:04
PaulMurrayo/14:04
johnthetubaguyany questions with the process things, while we are here?14:04
johnthetubaguy#topic Bugs14:04
*** openstack changes topic to "Bugs (Meeting topic: nova)"14:04
johnthetubaguyso our bug folks don't seem to be in channel today14:05
johnthetubaguy#help volunteers for 1 week of bug skimming duty? https://wiki.openstack.org/wiki/Nova/BugTriage#Weekly_bug_skimming_duty14:05
johnthetubaguy#link https://etherpad.openstack.org/p/stable-tracker14:05
*** ijw has joined #openstack-meeting14:05
*** fzdarsky has joined #openstack-meeting14:05
johnthetubaguy#link http://status.openstack.org/elastic-recheck/index.html14:06
jaypipes............o/ ... o-|-<14:06
johnthetubaguyany things folks want to raise around these?14:06
*** vivekd has quit IRC14:06
bauzasnothing really critical unless I missed14:06
dimsjohnthetubaguy : the dhcp timeout is concerning14:07
*** korzen has quit IRC14:07
johnthetubaguydims: thats just a new signature for an old friend though, as I understand it?14:07
sdaguedims: the dhcp issue has been around for a long time14:07
sdagueI agree it would be good to figure out14:07
johnthetubaguythats basically the same as the ssh timeout thingy14:07
dimssdague : johnthetubaguy : ack14:07
*** dkranz has joined #openstack-meeting14:07
sdaguejohnthetubaguy: well, it's a subset14:07
johnthetubaguybut yeah, who fixes that for good needs some kind of reward14:07
johnthetubaguysdague: oh, thats even better14:07
*** zz_dimtruck is now known as dimtruck14:08
dimsbounty!14:08
dane-fichterjohnthetubaguy: I came across this: https://bugs.launchpad.net/nova/+bug/153367814:08
openstackLaunchpad bug 1533678 in OpenStack Compute (nova) "Jenkins py34 gate failing with 'wmi is not defined' error" [Undecided,New]14:08
*** Ramanjaneya has quit IRC14:08
dimsdane-fichter : that should have gotten fixed already14:08
sdaguedims: python3.4 is still failing a lot14:08
johnthetubaguydane-fichter: hmm, we use that for hyper-v but should only run on windows, AFAIK, and probably fixed14:09
dimssdague : last 3 were on the same review14:09
sdagueok14:09
*** tellesnobrega_af is now known as tellesnobrega14:09
johnthetubaguycool, moving on14:09
dimssdague : legitimate failures i checked14:09
johnthetubaguy#topic Open Discussion14:09
*** openstack changes topic to "Open Discussion (Meeting topic: nova)"14:09
*** zhhuabj_ has quit IRC14:09
johnthetubaguywe have a few agenda items14:09
johnthetubaguyPaulMurray: any midcycle details to share?14:09
sdaguedims: oh, it was recheck grinded .... :(14:10
johnthetubaguy#link https://wiki.openstack.org/wiki/Sprints/NovaMitakaSprint14:10
johnthetubaguy#link https://etherpad.openstack.org/p/mitaka-nova-midcycle14:10
*** ijw has quit IRC14:10
*** jixuepeng has joined #openstack-meeting14:10
johnthetubaguyif you are there, please do start adding ideas14:10
*** _diana_1 has joined #openstack-meeting14:10
*** jixuepeng has quit IRC14:11
johnthetubaguyI know some folks are only making it for one day (mdbooth I think), so we can try schedule things, to suit where possible14:11
PaulMurrayjohnthetubaguy, only what's on the pages14:11
johnthetubaguyPaulMurray: cool14:11
PaulMurrayjohnthetubaguy, I might add a page14:11
PaulMurrayfor people to say when they arrive, leave where they14:11
PaulMurraystay - in public - does that sound useful14:11
PaulMurray?14:11
*** akuznetsov has quit IRC14:12
johnthetubaguythere is a TC related discussion https://review.openstack.org/#/c/256440/ but I think that was on last week too14:12
*** dixiaoli has joined #openstack-meeting14:12
*** r-mibu has joined #openstack-meeting14:12
johnthetubaguyPaulMurray: yeah, very possibly, if folks want to14:12
*** tellesnobrega is now known as tenobreg14:12
johnthetubaguythomasem: you wanted to talk about LXC?14:12
bauzasred like a tomato14:12
thomasemjohnthetubaguy: I did, and that review concerns me a bit.14:12
*** rdopiera has joined #openstack-meeting14:13
thomasemWe're trying to get the experimental lxc gate tests to a reliable state at the moment14:13
thomasemwe have details of what we're doing laid out here: https://etherpad.openstack.org/p/lxc_driver_devstack_gate14:13
*** ddieterly has quit IRC14:13
thomasemPretty much trying to stabilize the Libvirt/LXC driver from a testing perspective so we can get at least with a non-voting gate test, and hopefully a voting one soon after.14:14
thomasemRight now the experimental job is failing consistently, and we've identified the tests that I think are the problem.14:14
johnthetubaguycool, good to see progress on that14:15
johnthetubaguyany more topics folks want to raise?14:15
johnthetubaguyor any questions?14:15
sdaguejohnthetubaguy: I added some14:15
*** johnhunter has quit IRC14:15
tpatzigme too14:15
johnthetubaguynavinrio: I think you had a question?14:15
sdagueunit tests w/ constraints14:15
thomasemI was going to see what y'all thought about skipping those to give us breathing room while I find the problems there. All of the tests that are failing (save for the expected ones like disk config which doesn't apply to raw fs images) are working fine in my local devstack, but the devstack-gate's devstack configuration is different. I'm comparing and going line-by-line to figure out at what point it breaks14:15
*** ctrath has joined #openstack-meeting14:16
thomasemsorry, johnthetubaguy I wasn't quite done :P14:16
thomasemjust typing14:16
johnthetubaguythomasem: ah, no worries14:16
thomasemit's 8 tests that are having trouble with the devstack gate configuration14:16
thomasemand so that's what I'm in the process of debugging right now14:16
johnthetubaguythomasem: I like the idea of something testing LXC, assuming that includes booting an instance14:16
thomasemI believe dimtruck has or will soon have a regex change up to skip those tests14:16
thomasemyes, that's tested14:16
*** dslev has joined #openstack-meeting14:16
johnthetubaguygetting a green thing, then working through it makes sense14:16
thomasemthe ones that are failing are anything that does a stop on it14:16
thomasemyep that's what I'm thinking14:17
dimtrucka patch will be up this morning...testing in local gate first...it worked14:17
thomasemthere's something weird going on with Libvirt there14:17
*** wanghao has quit IRC14:17
thomasemSounds good, johnthetubaguy14:18
johnthetubaguythomasem: lets try that, and see where we go, cools14:18
johnthetubaguyso mriedem had a question about volume multi-attach on the ML: http://lists.openstack.org/pipermail/openstack-dev/2016-January/084031.html14:18
johnthetubaguyas he is not here, might make sense to reply there14:18
*** sdake has joined #openstack-meeting14:18
johnthetubaguyunless folks had things they wanted to discuss here?14:18
johnthetubaguyits a tricky upgrade one, in summary14:19
sfinucanjohnthetubaguy: I have one thing, but it can wait14:19
ildikovo/14:19
tpatzigi just wanted to raise https://blueprints.launchpad.net/nova/+spec/flavor-with-volume14:19
johnthetubaguyOK...14:19
johnthetubaguytpatzig: you have a blueprint on the agenda14:20
tpatzigyes14:20
*** vhoward has quit IRC14:20
johnthetubaguytpatzig: its not approved for mitaka, so is unlikely to make our feature freeze next week14:20
tpatzigcurrently i'm writing the spec, just wanted to see if it makes sense and is worth...14:20
*** vhoward has joined #openstack-meeting14:20
*** myoung has joined #openstack-meeting14:20
tpatzigdoes not necesarily be in mitaka14:21
johnthetubaguytpatzig: if you want a flavor that says "this must be boot from volume", that seems like a good idea14:21
*** myoung has quit IRC14:21
*** myoung has joined #openstack-meeting14:21
tpatzigyes, exactly without ephemerals14:21
*** dimasot has joined #openstack-meeting14:21
mkoderertpatzig: +114:21
johnthetubaguytpatzig: I don't really think Nova should restrict the volume sizes though, but its worth documenting the use case in a spec, so we understand it14:22
johnthetubaguythe volume size should be purely a cinder quota/limits thing, in my head, but I am willing to say I could well be missing something14:22
johnthetubaguysdague: I see your things now :)14:22
johnthetubaguysdague: Unit tests with constraints - https://review.openstack.org/#/c/267096/14:23
johnthetubaguyoh, I see, this is use constraints everywhere14:23
sdagueright, so originally I had patches up for us to go the direction neutron went, with things like py27-constraints environments14:23
tpatzigi did not had any size limits in my mind so far. just providing a volume size in the flavor will create the cinder volume if the quotas allow14:23
*** jichen has quit IRC14:23
sdaguehowever both mriedem and danpb disliked that approach, because we have to retrain the world how to run tests that match the gate. Which I think is a valid point.14:24
mkodererjohnthetubaguy: it's only about restricting any kind of ephermal disk14:24
johnthetubaguytpatzig: I think we probably want the user to pass in the volume they already created, ideally, but lets talk more in the spec review, with use cases infront of us14:24
johnthetubaguymkoderer: yes, that the feature I am wanting us to have, but haven't had time to build yet14:24
mkodererjohnthetubaguy: cool14:24
bauzasyeah, not sure asking to create a volume sounds good for me14:25
sdaguethis does however mean we're going to have to now convince the rest of folks that we should use the same names, so it would be helpful to get nova people to +1 - https://review.openstack.org/#/c/267149/14:25
sdaguewhich is the governance change to make this all happen14:25
sdaguethe net result: unit tests should get randomly broken by upstream library releases less often14:25
tpatzigjohnthetubaguy:ok, makes sense. the idea with the flavor option is to create a new cinder volume, not for existing ones14:25
johnthetubaguysdague: oh, we should totally agree on the names, good point14:25
mkoderertpatzig: ok so let's work on a spec for n-release :)14:25
*** adahms has quit IRC14:25
johnthetubaguysdague: totally agreed thats an important step14:26
*** tenobreg is now known as tellesnobrega_af14:26
johnthetubaguy#help please review this governance change around unit tests: https://review.openstack.org/#/c/267149/14:26
*** dims has quit IRC14:26
tpatzigmkoderer: +114:26
bauzassdague: nice change14:26
johnthetubaguysdague: this feels easier now we dropped run_tests.sh14:27
sdaguejohnthetubaguy: yeh, agree14:27
sdaguethat only took 3 years :)14:27
*** tellesnobrega_af is now known as tenobreg14:27
johnthetubaguyheh14:27
johnthetubaguywell it made me move over to tox, but anyways, lol14:27
sdaguethat's all on that topic, let me know when you are ready for project_id discussion14:27
johnthetubaguyso the above seems OK to me, but I could well be missing something that dansmith and mridem are seeing14:28
johnthetubaguy#link http://lists.openstack.org/pipermail/openstack-dev/2016-January/083976.html14:28
johnthetubaguylets talk project ids14:28
alaskisdague: do we need the non constraints job in order to test updating the constraints?14:28
sdaguealaski: no14:29
*** thinrichs has joined #openstack-meeting14:29
alaskiokay, then +1 from me14:29
sdagueok, project_ids14:29
sdaguethere is an intractable problem with supporting urls with and without project_id as long as the definition of project_id is completely wide open14:29
*** dims has joined #openstack-meeting14:30
*** AmirBaleghi11116 has quit IRC14:30
sdaguewhich I explained in that email14:30
danpbjohnthetubaguy: we dropped run_tests.sh ?? it still exists in git AFAICT14:30
dansmithlol14:30
ndipanovdanpb, try running it14:30
danpblol14:30
*** cdent has joined #openstack-meeting14:31
sdagueso, mostly, I need feedback on what kind of constraint we find acceptable that has a low likelihood of breaking people14:31
johnthetubaguysdague: so I think for projects ids you hit a good comprimise14:31
*** AmirBaleghi11116 has joined #openstack-meeting14:31
*** otter768 has joined #openstack-meeting14:31
*** bvandenh has quit IRC14:31
johnthetubaguyit certainly looks like it works for me, in the rackspace sense of me14:31
*** jmckind has joined #openstack-meeting14:32
*** fzdarsky has quit IRC14:32
*** annegentle has joined #openstack-meeting14:32
sdaguethere are about 1000 tests which will have to be updated to get it to pass, because we use 'fake' and 'openstack' as project_id in our tests, so before I start grinding through that I wanted to have some confidence [0-9a-f]+ is ok14:32
johnthetubaguyoh, I remember you saying now, yeah14:32
*** tenobreg is now known as tellesnobrega14:32
sdagueso, I'll take this as an ACK on that regex, and move forward14:33
johnthetubaguyit does worry me, that we can't have top level resources that are valid hex, but it seems a small price to pay14:33
*** thinrichs1 has joined #openstack-meeting14:33
*** thinrichs has quit IRC14:33
sdaguejohnthetubaguy: right, well we don't have any today14:33
sdagueand this limitation is only in effect as long as we support both at once14:33
johnthetubaguywe can always add os- if there is one14:33
sdagueright14:34
*** changbl has quit IRC14:34
alaskithat regex should work for all operators who have spoken up about it, but is there a fallback if someone comes forward later and is broken?14:34
sdaguealaski: my feeling is we fix it in post14:34
cdentI love that phrase14:34
dansmiththat's probably going to piss off someone14:35
alaskieither amend the regex, or configure optional project_id off?14:35
sdaguealaski: right14:35
cdentsomething something please everyone all the time something something14:35
johnthetubaguywe could go for each route having a "supports project_id also" option, then have two regex-es so we tell if its a valid route, before then checking for the project id, but that feels like overkill for now14:35
dansmith_if_ we wanted to be slower, could we install something that will warn people that their url is going to not work?14:35
*** otter768 has quit IRC14:35
johnthetubaguyyeah, seems we have an out14:35
dansmithor are you saying there'll be a flag that will fix them in the first round for sure?14:35
sdagueso, honestly, I don't believe there will be any deployments that will get hit with this14:36
*** zeih has quit IRC14:36
sdaguebecause they have to be really old, and really hack keystone14:36
*** sombrafam has quit IRC14:36
*** navinrio has quit IRC14:37
sdaguewe'll put in the release notes this is a restriction, make it prominent14:37
sdagueand keep an eye on bugs filed in14:37
dansmithsorry if I'm being dense,14:37
sdaguethen react to that if there are any (I'll bet a beer there will never be)14:37
cdentthey'll only get bit if they upgrade, and if they are that old what's the odds of them upgrading without thinking hard about it?14:37
cdentnot much14:37
cdentso safe14:37
*** blmartin has joined #openstack-meeting14:37
*** anuj has quit IRC14:37
dansmithwhatever, I guess I'll stop being cautious14:38
alaskicdent: very likely, as long as there's an out if the upgrade will break them14:38
*** julim has joined #openstack-meeting14:38
dansmiththat's what I want to clarify14:38
sdagueright, and I think the out is us patching later.14:38
dansmiththat the first breakage is soft14:38
johnthetubaguydansmith: you thinking an option to stop support both, if they hit the issue?14:38
*** fernnest__ has joined #openstack-meeting14:39
*** sombrafam has joined #openstack-meeting14:39
*** xyang1 has joined #openstack-meeting14:39
dansmithjohnthetubaguy: I want to soft break them first, with a fix_it_this_time=True flag so they have at least a cycle to figure out what they're going to do14:39
dansmithI know that we think nobody will be in this situation,14:39
johnthetubaguydansmith: gotcha, you add the conf as already deprecated maybe?14:39
*** blmartin has left #openstack-meeting14:39
dansmithbut we know someone converting from some system to keystone could have this arrangement and breaking our oldest users doesn't seem like a good idea14:39
sdaguedansmith: if they update their service catalog to drop the project_id, there is no problem14:40
*** haomaiwa_ has quit IRC14:40
johnthetubaguyapart form all the hard-coded scripts14:40
sdagueright14:40
dansmithsdague: as long as they have nothing else that depends on it, like a load balancer, or any number of other things ...14:40
dansmithI'm just saying,14:40
johnthetubaguysdague: is it easy to add the config? or hard?14:40
alaskior a rate limiter like repose...14:41
sdaguethe reason I'd like to not add a config, is people will start using it that aren't us14:41
johnthetubaguyalaski: yeah... unless you want an excuse to remove it14:41
dansmiththis seems like a pretty serious grenade to just throw in and require people to make that kind of change to account for it in one cycle14:41
*** zeih has joined #openstack-meeting14:41
sdagueand the reality is that it's going to be 12 months before anyone shows up with this14:41
sdagueif anyone ever does14:41
alaskijohnthetubaguy: there have been many reasons already, and it's still there :)14:42
*** mriedem_away has joined #openstack-meeting14:42
johnthetubaguysdague: but if we add it as deprecated "if you need this call us" kind of thing, it feels better14:42
*** njohnston has joined #openstack-meeting14:42
sdaguewhich I don' think they will14:42
*** tej has joined #openstack-meeting14:42
* mriedem_away joins fashionably late14:42
johnthetubaguyalaski: true :'(14:42
*** mriedem_away is now known as mriedem14:42
sdaguejohnthetubaguy: and when do we delete it?14:42
*** tej_ has joined #openstack-meeting14:42
johnthetubaguysdague: next release, at least they have an edge thats soft, if they follow orders14:42
*** zhhuabj_ has joined #openstack-meeting14:42
sdagueanyone that far behind tends not to14:42
*** dprince has quit IRC14:42
sdaguein reality, if you've hacked the system enough to have this behavior, you've got custom patches on keystone14:43
dansmiththat's not true, right?14:43
sdagueI feel like a map to "you are going to have to patch nova as well" should be fine14:43
johnthetubaguydansmith: was it LDAP or something?14:43
dansmithjust importing stuff into the db will get you here right?14:43
sdaguemaybe14:43
johnthetubaguyoh, right, that14:43
alaskiyeah, it sounded like keystone allowed this14:43
auggyi remember hearing LDAP come up as a possible case for breakage14:44
dansmithalaski: it did14:44
*** dimtruck is now known as zz_dimtruck14:44
dansmithanyway,14:44
*** mmedvede has quit IRC14:44
dansmithI need not take a hard line on this.. it seems like a big grenade to me, but if the deployer types (john and laski) aren't concerned then that's fine14:44
dansmithbut if they are, I think we should be really cautious here14:44
alaskiI have concerns14:45
johnthetubaguyI am tempted to add a config for one release, to soften the blow14:45
*** phil__ has quit IRC14:45
sdagueok, if a config for a different regex will get us concensus, I'm fine with that14:45
cdentalready deprecated config, yes?14:46
*** lblanchard has joined #openstack-meeting14:46
dansmithwhat does that mean?14:46
sdagueyes14:46
johnthetubaguylets add it as deprecated14:46
dansmith"different regex" ?14:46
*** cdub has joined #openstack-meeting14:46
* dansmith notes that he is uncaffeinated14:46
sdaguedansmith: let the operator define the validation regex for project_id14:46
jaypipesdansmith: yeah, I'm working on that... (caffeinating)14:46
dansmithsdague: okay, I thought maybe you mean something else14:47
*** efoley has joined #openstack-meeting14:47
dansmithjaypipes: +114:47
alaskisdague: that would make it more palatable to me14:47
sdaguealaski: ok14:47
johnthetubaguyyeah, same here I think14:47
johnthetubaguyOk, so any more for any more?14:48
andrearosaquick request for review https://review.openstack.org/259528 and the related patches.14:48
andrearosathey are for implementing an approved non priority bp14:48
andrearosathanks14:48
*** balajiiyer has joined #openstack-meeting14:48
johnthetubaguyso quick reminder about the feature freeze next week14:48
johnthetubaguythanks all14:48
johnthetubaguy#endmeeting14:48
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"14:48
openstackMeeting ended Thu Jan 14 14:48:57 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:48
openstackMinutes:        http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-01-14-13.59.html14:49
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-01-14-13.59.txt14:49
openstackLog:            http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-01-14-13.59.log.html14:49
*** andrearosa has left #openstack-meeting14:49
*** rlrossit has left #openstack-meeting14:49
*** tej__ has joined #openstack-meeting14:49
*** tej_ has quit IRC14:50
*** tej has quit IRC14:50
*** gcb has quit IRC14:50
*** rdopiera has left #openstack-meeting14:51
*** tej__ is now known as toddjohn14:51
*** rossella_s has quit IRC14:52
*** links has quit IRC14:52
*** sombrafam has quit IRC14:52
*** rossella_s has joined #openstack-meeting14:52
*** myoung has quit IRC14:52
*** _nadya_ has quit IRC14:53
*** sombrafam has joined #openstack-meeting14:53
*** itzdilip has joined #openstack-meeting14:54
*** Sukhdev has joined #openstack-meeting14:55
*** ccarmack has left #openstack-meeting14:55
*** _nadya_ has joined #openstack-meeting14:56
*** itzdilip has left #openstack-meeting14:56
*** itzdilip has joined #openstack-meeting14:56
*** _nadya_ has quit IRC14:56
*** _nadya_ has joined #openstack-meeting14:56
*** haleyb_ has joined #openstack-meeting14:57
*** haleyb__ has joined #openstack-meeting14:57
*** haleyb__ has quit IRC14:57
*** haleyb_ has quit IRC14:57
*** itzdilip has left #openstack-meeting14:58
*** danpb has left #openstack-meeting14:58
*** sombrafam has quit IRC14:58
*** haleyb_ has joined #openstack-meeting14:58
*** kaisers has quit IRC14:58
*** gordc has joined #openstack-meeting14:58
*** efoley has left #openstack-meeting14:59
*** efoley has joined #openstack-meeting14:59
*** Daisy has joined #openstack-meeting15:00
*** sombrafam has joined #openstack-meeting15:00
*** haomaiwa_ has joined #openstack-meeting15:00
*** haomaiwa_ has quit IRC15:01
gordc#startmeeting telemetry15:01
openstackMeeting started Thu Jan 14 15:01:04 2016 UTC and is due to finish in 60 minutes.  The chair is gordc. Information about MeetBot at http://wiki.debian.org/MeetBot.15:01
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
cdento/15:01
ildikovo/15:01
_nadya_o/15:01
liushengo/15:01
*** ifat_afek has joined #openstack-meeting15:02
jd__o/15:02
*** roxanagh_ has joined #openstack-meeting15:02
*** navinrio has joined #openstack-meeting15:03
gordc#topic recurring: roadmap items (new/old/blockers) https://wiki.openstack.org/wiki/Telemetry/RoadMap15:03
silehto/15:03
*** openstack changes topic to "recurring: roadmap items (new/old/blockers) https://wiki.openstack.org/wiki/Telemetry/RoadMap (Meeting topic: telemetry)"15:03
gordci sent an email regarding the items i'm tracking (that aren't complete)15:03
gordcif there are any extras please let me know (and maybe add to etherpad15:03
*** esker has joined #openstack-meeting15:03
gordcdo we need any reviews on specs?15:04
*** auggy has left #openstack-meeting15:04
*** balajiiyer has quit IRC15:04
gordc(can someone approve my rolling upgrade doc spec)15:04
*** mriedem has left #openstack-meeting15:04
cdentgordc: link?15:04
gordchttps://review.openstack.org/#/c/242216/15:04
_nadya_we need more eyes here https://review.openstack.org/#/c/267078/15:05
*** esker has quit IRC15:05
_nadya_and here https://review.openstack.org/#/c/209799/15:05
*** ijw has joined #openstack-meeting15:05
jd__i'll check them15:05
gordc_nadya_: what spec is first one tied to?15:05
_nadya_to liusheng's https://review.openstack.org/#/c/209799/15:05
*** _amrith_ is now known as amrith15:06
gordcoh... i think liusheng was working on that...15:06
_nadya_gordc: we sync'ed with him, don't worry :)15:06
*** spotz_zzz is now known as spotz15:06
gordckk15:06
liusheng_nadya_: after the composite alarm feature :)15:07
*** sigmavirus24_awa is now known as sigmavirus2415:07
_nadya_liusheng: cool15:07
gordcok. i'll just ask if we can put a bit more focus on specs for now15:07
liusheng_nadya_: thanks for your Poc15:07
*** roxanagh_ has quit IRC15:08
gordcalthough i think it's really only the polling cache that might require more eyes15:08
*** ityaptin has joined #openstack-meeting15:08
_nadya_gordc: what do you think about transformers?15:08
gordcredis caching?15:09
_nadya_or discuss it later?15:09
*** mhickey has quit IRC15:09
gordc_nadya_: ^?15:10
_nadya_gordc: please go ahead :) I will wait for open discussion15:10
gordckk15:10
gordc#topic aodh topics15:10
*** openstack changes topic to "aodh topics (Meeting topic: telemetry)"15:10
*** tellesnobrega is now known as tellesnobrega_af15:10
gordcany items here?15:10
*** rbak has joined #openstack-meeting15:11
gordcaodhclient patches are here: https://review.openstack.org/#/q/status:open+project:openstack/python-aodhclient+branch:master+topic:alarm15:11
*** pradk has joined #openstack-meeting15:11
*** xingchao has joined #openstack-meeting15:11
gordcanyone know why the liberty aodh integration gate is failing?15:11
*** bvandenh has joined #openstack-meeting15:12
jd__no :(15:12
*** piet has joined #openstack-meeting15:12
gordci don't really understand why it passes randomly...15:12
gordci can't tell if it's celiometer, aodh, gnocchi, heat, or nova that's broken :(15:12
*** idegtiarov_ has joined #openstack-meeting15:12
*** _diana_1 has left #openstack-meeting15:12
*** julim_ has joined #openstack-meeting15:13
gordcsomething to debug i guess15:13
idegtiarov_hi!15:13
*** trozet has quit IRC15:13
*** zz_dimtruck is now known as dimtruck15:13
gordcanyone else with aodh topic?15:13
*** ryanpetrello has joined #openstack-meeting15:13
*** trozet_ has joined #openstack-meeting15:13
gordckk, if someone does look at liberty aodh gate, please let me know15:14
gordc#topic ceilometer topics15:14
*** openstack changes topic to "ceilometer topics (Meeting topic: telemetry)"15:14
*** trozet_ is now known as trozet15:14
gordc_nadya_: you might be interseted in this https://bugs.launchpad.net/ceilometer/+bug/153378715:15
openstackLaunchpad bug 1533787 in Ceilometer "workload_partitioning inconsistently reports group members" [Critical,In progress] - Assigned to gordon chung (chungg)15:15
liushenggordc: FYI, the main composite patches has been basically completed, except client side15:15
*** banix has joined #openstack-meeting15:15
gordcliusheng: that's awesome. you have links?15:15
liushenggordc: https://review.openstack.org/#/q/status:open+project:openstack/aodh+branch:master+topic:bp/composite-threshold-rule-alarm15:15
*** julim has quit IRC15:15
gordcliusheng: cool cool15:15
_nadya_gordc: yep, I saw this. Probably, I need to test this15:15
gordcliusheng: do you have plans to deprecate combination alarms?15:16
liushenggordc: the two patches of sileht is unrelated15:16
liushenggordc: just because dependency15:16
gordcare we all agreed that we should deprecate it? or just leave it?15:16
*** cbouch has joined #openstack-meeting15:17
liushenggordc: maybe we should keep it at least a release cycle ?15:17
*** dprince has joined #openstack-meeting15:17
gordckeep it, deprecate in N* and remove in O*?15:17
gordcok.15:18
*** xingchao_ has joined #openstack-meeting15:18
jd__i'll try to review that too15:18
jd__thanks liusheng15:18
*** mmedvede has joined #openstack-meeting15:18
_nadya_gordc: what do you think about my results from here https://docs.google.com/document/d/1Um5RFH7KGtuD9_PlaBQtMD3pdd6fNvMRUa5bSqyfk0M/edit#heading=h.7f8sbf3dzgfh ? I'm talking mostly about how things are now, not about Redis15:18
*** rajinir has joined #openstack-meeting15:18
gordcwell we can deprecate it now i think.. if not i think i need to add combination support to client15:18
*** margaret-frances has joined #openstack-meeting15:18
gordc_nadya_: i added comment (and some to your bug)15:19
gordci think we need better understanding of why15:19
liushenggordc: I suggest we'd better to notice users before deprecation, in case of we have forgot some use cases15:19
gordcliusheng: sure sure15:19
_nadya_gordc: there were a lot of "out of order, drop" in logs, yes15:19
gordchow large is your queue when you start agents?15:20
_nadya_@gordc 015:20
*** xingchao has quit IRC15:21
gordc_nadya_: my main concern with redis design is it's sort of an antipattern... 'database as ipc'... that said, a lot of things are antipatterns15:21
_nadya_gordc: I'm starting from scratch, create load only by test15:21
*** pratikmallya has joined #openstack-meeting15:22
_nadya_gordc: ok, let me sum verything up and create a thread in ML15:22
gordc_nadya_: i think we need to try without the bug. maybe do a log dump for all agents too15:22
*** edtubill has joined #openstack-meeting15:22
gordcnot just errors15:22
*** doug-fish has quit IRC15:22
gordcit's sort of hard to understand what's happening with a few charts and no understanding what happened in between15:22
_nadya_gordc: I'm thinking about returning transformers back to polling agents15:22
*** doug-fish has joined #openstack-meeting15:22
*** spandhe has joined #openstack-meeting15:23
gordc_nadya_: why's that?15:23
*** spzala has joined #openstack-meeting15:23
*** mhickey has joined #openstack-meeting15:23
_nadya_gordc: transformations will be done at each agent, willn't it?15:24
gordccdent: ^ since you did this work15:24
cdentI'm listening15:24
gordc_nadya_: currently transformation are done at each agent?15:25
cdentbut don't understand the problem that reverting would fix?15:25
_nadya_cdent: I'm investigating how transformers work in coordination mode for notification agents15:25
_nadya_cdent: and now I have results that we lost a lot of delta metrics under high load15:26
jd__+1 antipattern15:26
*** thinrichs1 has left #openstack-meeting15:26
_nadya_gordc: on each notification agent, not comute agent15:26
cdentjd__: ?15:26
jd__you're not solving the right problems from what I read15:26
*** doug-fish has quit IRC15:27
*** francois has quit IRC15:27
jd__cdent: [16:21:23]  <gordc>_nadya_: my main concern with redis design is it's sort of an antipattern... 'database as ipc'... that said, a lot of things are antipatterns15:27
_nadya_jd__: forget about Redis, let's concentrate on what we have now15:27
gordc_nadya_: you are losing deltas because if the agents don't register to same group, they will start fighting for samples and we will not be able to calcluate deltas (all the time)15:27
gordcwhich is why we need to look at why sometimes the agents can't see each other15:28
jd__don't compute delta may be a solution?15:28
* jd__ runs15:28
_nadya_jd__: +115:28
* gordc grabs brick15:28
jd__:(15:28
*** jungleboyj has joined #openstack-meeting15:28
gordc_nadya_: we need to look at what's happening in middle and not just why you have end results you have15:29
_nadya_jd__: tbh, I'd keep only one value-based transformers15:29
gordci'm pretty sure you see same thing as me where the members aren't all there15:29
*** aluria has quit IRC15:29
*** doug-fish has joined #openstack-meeting15:29
*** spandhe has quit IRC15:30
_nadya_gordc:will let you know about results15:30
*** angdraug has joined #openstack-meeting15:30
* cdent is still confused15:30
gordc_nadya_: can you drop full logs some where?15:30
gordccdent: about?15:31
*** akuznetsov has joined #openstack-meeting15:31
*** pratikma_ has joined #openstack-meeting15:31
_nadya_gordc: yep, I'll collect them. from notification agents, rabbit?15:31
cdentAs far as I can hear it sounds like a thing that never worked so well in the first place is now demonstrated to not work well with the transformers moved, so there's though to move the transformers back15:31
cdentyet it sounds to me like that's not addressing the actual problem15:31
*** jang has quit IRC15:32
cdentjust removing a variable that may be independent15:32
gordc_nadya_: both? i'm thikning the segfault is something else.15:32
jd__I like what cdent says even if I don't know if it's true15:32
cdentI don't know if it is either, thus the confusion15:32
_nadya_cdent: why we still have it? why can't we remove transformers support if it doesn't work?15:33
*** timcline has joined #openstack-meeting15:33
gordccdent: what's 'the thing that don't work so well' transformers?15:33
_nadya_cdent: we have a super-distributed stuff for notification agents to support transformers15:33
gordc_nadya_: well i think we need ot figure out why it doesn't work15:33
*** jang has joined #openstack-meeting15:33
cdentwhat gordc just said15:34
_nadya_lol15:34
cdentrather than just killing it, find out why15:34
*** pratikmallya has quit IRC15:34
*** doug-fish has quit IRC15:34
cdentbecause it _sounds_ like it is masking some problem that we should know about15:34
gordccdent: agree15:34
*** amitgandhinz has quit IRC15:35
_nadya_ok, I'll continue with investigations then and will ping you both gordc and cdent15:35
gordc_nadya_: kk15:35
*** esker has joined #openstack-meeting15:36
gordci would say main thing is to make sure the agents are all in group.15:36
*** xingchao has joined #openstack-meeting15:36
cdentIf we've got evidence that tooz is being confused lately, we need to make sure that's proper before going much further15:36
*** esker has quit IRC15:37
_nadya_not sure that tooz is to blame15:37
_nadya_kk, let's move on15:37
*** mhickey has quit IRC15:37
*** ctrath has left #openstack-meeting15:38
gordc_nadya_: basically, if the membership is messed up, all the tranformations are messed up. same would apply whether transfomration are done at polling or notificaiton15:38
gordc_nadya_: i'll put together some questions so we can debug farther15:38
_nadya_gordc: ok, great15:39
gordc#topic gnocchi topics15:39
*** openstack changes topic to "gnocchi topics (Meeting topic: telemetry)"15:39
gordcjd__: happy times in gnocchi?15:39
jd__oh yeah15:39
jd__we'd need a few more reviews on current patches15:39
jd__but we're in pretty good shape!15:40
*** Sukhdev has quit IRC15:40
jd__awesome improvement, good performance increase15:40
*** esheffield has quit IRC15:40
gordcjd__: 1000%15:40
jd__I'll probably do some benchmarks in the next weeks, I'm pretty sure we beat things like InfluxDB now :p15:40
gordcperformance increase. people like unveriable numnbers15:40
jd__I'm adding some request features these days15:40
jd__gordc: exactly15:40
*** Sukhdev has joined #openstack-meeting15:40
*** xingchao_ has quit IRC15:40
jd__I'll pop up some random big numbers15:40
*** zeih has quit IRC15:40
jd__we also have a good doc update15:41
jd__http://gnocchi.xyz/15:41
gordcjd__: i think llu  said he just got access to his lab so we can test across a few nodes15:41
jd__gordc: awesome15:41
jd__let me know if you need a hand15:41
gordcwe'll ping you if we run into anything... and we can add docs/bugs from that15:41
jd__👍15:42
gordc#topic open discussion15:42
*** openstack changes topic to "open discussion (Meeting topic: telemetry)"15:42
*** singhj has joined #openstack-meeting15:42
*** piet has quit IRC15:42
*** piet has joined #openstack-meeting15:43
gordci should mention, everyone should have gotten or be getting there ATC emails15:43
gordcso check your junk15:43
*** esheffield has joined #openstack-meeting15:43
gordc... mail15:43
* cdent reports gordc15:44
gordc*shrugs* regular checkups at the doctor is good practice15:44
jd__rofl15:44
jd__I registered15:44
jd__that means I should be there so… behave.15:45
cdentme too15:45
jd__(or not)15:45
liamjihello Gordon, I have updated the bp spec about enabling the LBaaS v2 based on the comments. Could you review it if you have time? https://review.openstack.org/#/c/244139/ thanks15:45
gordcthis is all logged... so...lol15:45
gordcliamji: cool! yes, i remember.15:46
*** Sukhdev has quit IRC15:46
liamjigordc: thanks : )15:46
gordceveryone take a look at that.15:46
jd__it's important that it's logged15:46
*** arvinc_ has joined #openstack-meeting15:46
gordcjd__: get out.15:46
*** amitgandhinz has joined #openstack-meeting15:46
jd__I want my descendants to be able to read it15:46
*** arvinc_ has quit IRC15:46
*** numans has quit IRC15:47
gordcregardless, if you don't have atc let me know.15:47
gordcliamji: have you started coding sa well?15:47
gordcas well*15:47
*** armax has quit IRC15:47
*** arvinc_ has joined #openstack-meeting15:47
*** doug-fish has joined #openstack-meeting15:47
*** vahidh has joined #openstack-meeting15:47
*** claudiub has joined #openstack-meeting15:48
gordcok anything else?15:48
gordclast few seconds15:48
*** emagana has joined #openstack-meeting15:49
liamjigordc: yes, I have started to code15:49
*** doug-fis_ has joined #openstack-meeting15:49
gordcliamji: cool cool. sounds good.15:49
*** mhickey has joined #openstack-meeting15:49
*** gpaz has joined #openstack-meeting15:49
*** neiljerram has joined #openstack-meeting15:49
gordclet's close this meeting15:50
gordcthanks everyone15:50
gordc#endmeeting15:50
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"15:50
openstackMeeting ended Thu Jan 14 15:50:09 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:50
openstackMinutes:        http://eavesdrop.openstack.org/meetings/telemetry/2016/telemetry.2016-01-14-15.01.html15:50
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/telemetry/2016/telemetry.2016-01-14-15.01.txt15:50
openstackLog:            http://eavesdrop.openstack.org/meetings/telemetry/2016/telemetry.2016-01-14-15.01.log.html15:50
*** femnad has quit IRC15:51
*** gordc has left #openstack-meeting15:51
*** cdent has left #openstack-meeting15:51
*** ayoung has quit IRC15:52
*** hrou has left #openstack-meeting15:52
*** doug-fish has quit IRC15:52
*** armax has joined #openstack-meeting15:52
*** armax has quit IRC15:52
*** idegtiarov_ has left #openstack-meeting15:53
*** annegentle has quit IRC15:54
*** haleyb_ has quit IRC15:54
*** arvinc_ has quit IRC15:54
*** haleyb_ has joined #openstack-meeting15:55
*** haleyb__ has joined #openstack-meeting15:55
*** Sukhdev has joined #openstack-meeting15:55
*** ninag has joined #openstack-meeting15:55
*** amitgandhinz has quit IRC15:55
*** vijendar has joined #openstack-meeting15:56
*** kylek3h has quit IRC15:56
*** ddieterly has joined #openstack-meeting15:56
*** haleyb_ has quit IRC15:57
*** haleyb__ has quit IRC15:57
*** amitgandhinz has joined #openstack-meeting15:57
*** balajiiyer has joined #openstack-meeting15:57
*** vishwanathj_away is now known as vishwanathj15:57
*** akuznetsov has quit IRC15:59
*** liamji has quit IRC15:59
*** lwilliams has joined #openstack-meeting15:59
*** akuznetsov has joined #openstack-meeting15:59
*** liamji has joined #openstack-meeting16:00
*** Daisy has quit IRC16:00
emaganahello! anyone there for networking guide meeting?16:00
*** akuznetsov has quit IRC16:00
*** Daisy has joined #openstack-meeting16:00
*** fzdarsky has joined #openstack-meeting16:00
emagana#startmeeting networking-guide16:00
openstackMeeting started Thu Jan 14 16:00:52 2016 UTC and is due to finish in 60 minutes.  The chair is emagana. Information about MeetBot at http://wiki.debian.org/MeetBot.16:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.16:00
*** openstack changes topic to " (Meeting topic: networking-guide)"16:00
openstackThe meeting name has been set to 'networking_guide'16:00
*** liamji has left #openstack-meeting16:01
emaganaI am sure Sam-I-Am is around!16:01
*** doug-fis_ has quit IRC16:01
*** fernnest__ has quit IRC16:01
*** Sam-I-Am has joined #openstack-meeting16:01
Sam-I-Amhowdy16:01
*** yamamoto has quit IRC16:01
Sam-I-Amemagana: whats up with the calendar confusion?16:01
emaganait is just you and me16:01
*** doug-fish has joined #openstack-meeting16:01
*** doug-fish has quit IRC16:01
navinrioHi16:01
*** jprovazn has joined #openstack-meeting16:01
emaganaAm I wrong?16:01
emaganahi navinrio16:02
lwilliamso/16:02
Sam-I-Amemagana: did you see the post on the -dev list?16:02
emaganaSam-I-Am: I though we were fine16:02
*** doug-fish has joined #openstack-meeting16:02
*** gongysh_ has quit IRC16:02
Sam-I-Amemagana: dunno, i reloaded the ical and the meeting is next week, but i dont think it hurts to talk now anyway since we're here16:03
Sam-I-Amand the networking guide needs work, as usual16:03
*** vgridnev has quit IRC16:03
*** pchadwick has joined #openstack-meeting16:03
emagana indeed!16:03
*** esker has joined #openstack-meeting16:03
emaganaaction# review the calendar and make ajustment based on the ical16:03
*** jordanP has left #openstack-meeting16:03
*** roxanagh_ has joined #openstack-meeting16:04
Sam-I-Ami dont see you around much these days16:04
*** unicell has joined #openstack-meeting16:04
*** vgridnev has joined #openstack-meeting16:04
emaganalet's make this one focus on the guide assignments16:04
navinrioI am thinking to work on Legacy to DVR - TBD ( H )16:05
navinrioIs it ok with team16:05
*** pchadwick has left #openstack-meeting16:05
emaganawe were hoping to get more people self-assignments from the etherpad #link https://etherpad.openstack.org/p/networking-guide16:05
*** vgridnev has quit IRC16:05
Sam-I-Amnavinrio: sure, if you're up for that task16:05
navinriowhat is the timeline and16:05
Sam-I-Amnavinrio: asap :)16:05
*** Daisy has quit IRC16:05
Sam-I-Amnavinrio: or... 2 releases ago?16:05
emagananavinrio: thanks, yes we need to add content asap16:05
*** belmoreira has quit IRC16:06
Sam-I-Ammigration to dvr rather than reinstalling increases adoption of dvr16:06
*** unicell1 has quit IRC16:06
Sam-I-Ampeople don't want to greenfield if they can avoid it16:06
emagananavinrio: I just added your name to the etherpad16:06
*** armax has joined #openstack-meeting16:06
emaganaI am taking Debugging16:06
*** doug-fish has quit IRC16:07
*** zehicle has quit IRC16:07
emaganaSam-I-Am: you have already configuration.16:07
Sam-I-Amemagana: yeah, and i need to update the scenarios16:07
emaganawith that we will have covered some of the ( H ) areas16:07
Sam-I-Amthe prep/cleanup patch merged which is nice16:07
*** ihrachys has quit IRC16:07
navinrioYou you want me to do testing16:07
emaganaSam-I-Am: where we are on the versioning?16:07
navinrioof legacy DVR16:07
Sam-I-Amemagana: done16:07
*** SridharG has quit IRC16:07
navinriostuff next gen DVR fixed16:07
Sam-I-Amnavinrio: yeah, any procedures/instructions need to be validated16:08
Sam-I-Amemagana: if you want to patch liberty now (which we have to do for the scenarios), you hit master then backport16:08
emaganaFor some reason i saw the sc68cal patch for versioning abandoned16:08
*** jlanoux has quit IRC16:08
Sam-I-Amemagana: it was an errant backport16:08
emaganaSam-I-Am: my bad!16:08
sc68cal^this16:08
emaganasc68cal: hi there!16:09
Sam-I-Amwhich turned out to be a front-port because it came before when we cut stable/liberty16:09
*** henrynash_ has joined #openstack-meeting16:09
*** roxanagh_ has quit IRC16:09
Sam-I-Amso instead we just backported about a dozen patches to the already-cut stable/liberty16:09
*** salv-orlando has joined #openstack-meeting16:09
Sam-I-Amso we're good to go now... and the web site is rendering properly16:09
*** ayoung has joined #openstack-meeting16:09
Sam-I-Amonly issue is that the juno net guide points to kilo, but nothing we can (or should) do about that16:10
navinrioOk Thanks for adding my name to Legacy to DVR - TBD ( H )16:10
Sam-I-Amunless you want to backport things to a dead release16:10
emaganaSam-I-Am: excelent!  OK, time to look for the future  ;-)16:10
*** jorge_munoz1 has joined #openstack-meeting16:11
*** arvinc_ has joined #openstack-meeting16:11
emaganaOther important section is VPNaaS16:11
Sam-I-Amyeah16:11
Sam-I-Amwell, all the *aas16:11
emaganaI wil try to talk to Paul M. from Cisco16:11
*** fawadkhaliq has joined #openstack-meeting16:11
*** fawadkhaliq has quit IRC16:11
*** harshs has joined #openstack-meeting16:12
emaganaIndeed!16:12
*** hashar has quit IRC16:12
*** arvinc_ has quit IRC16:12
emaganaI will take LBaaS16:12
*** fawadkhaliq has joined #openstack-meeting16:12
Sam-I-Amit supposedly works multi-node now (mostly) so we need to test that... and then figure out how we document deployment16:12
*** vivekd has joined #openstack-meeting16:12
Sam-I-Amin other words, can we say "take scenario X, and do these things"16:12
Sam-I-Amor do we need a completely new scenario16:12
emaganaI go for the first option16:12
emaganacreating more scenarios feels like we will repeat a lot of conenct16:13
emaganacontent*16:13
Sam-I-Amthe question here is can vpnaas work between 2 routers in the same cloud, or does it require more than 1 cloud16:13
Sam-I-Amif its between two routers, we can probably augment an existing scenario16:13
*** cbouch has quit IRC16:13
emaganaSam-I-Am: I haven't not use it.. let's find out sone neutrinos to give us advice16:13
*** salv-orl_ has quit IRC16:13
*** arvinc_ has joined #openstack-meeting16:13
Sam-I-Amthe annoying thing about vpnaas is it replaces the l3 agent, so we'll have to replace the conventional l3 agent in the scenario we use16:14
Sam-I-Amrather than building up from scratch assuming the operator wants to deploy vpnaas16:14
emagana#action ask armax if vpnaas will work between 2 routers in the same cloud, or does it require more than 1 cloud16:14
*** arvinc_ has quit IRC16:14
Sam-I-Ami can also find people to ask16:15
*** arvinc_ has joined #openstack-meeting16:15
Sam-I-Amits a simple question that lets us get started16:16
emaganaok16:16
*** roxanagh_ has joined #openstack-meeting16:16
*** arvinc_ has quit IRC16:16
Sam-I-Amlbaas and fwaas also need some use cases16:17
emaganaSam-I-Am: you have this one merged: https://review.openstack.org/#/c/267245/16:17
Sam-I-Amthey're a little less involved, imo16:17
emaganaI was wondering if we still need a spec for Mitaka changes?16:17
*** arvinc_ has joined #openstack-meeting16:17
Sam-I-Amemagana: yes, cleaned up a lot of stuff. changed legacy to classic.16:17
Sam-I-Amwe do need a spec for mitaka changes16:17
Sam-I-Ami wrote a BP yesterday16:17
Sam-I-Amof course we're still doing liberty work :/16:17
Sam-I-Ambut a lot of it will apply to mitaka too16:17
*** arvinc_ has quit IRC16:17
Sam-I-Amlike separation of agent config into new files16:17
*** yamamoto has joined #openstack-meeting16:17
*** jorge_munoz1 has quit IRC16:18
emaganaplease, include the link for the BP16:18
*** arvinc_ has joined #openstack-meeting16:18
emaganaSam-I-Am: could you also include the work needed for mitaka in the etherpad to keep track of it16:18
Sam-I-Am#link https://blueprints.launchpad.net/openstack-manuals/+spec/networkguide-mitaka16:18
*** arvinc_ has quit IRC16:18
*** IlyaG has joined #openstack-meeting16:19
*** paul-carlton2 has quit IRC16:19
Sam-I-Amyeah, i'm going to write a spec for the basics... update scenarios, etc.16:19
emagana#link https://blueprints.launchpad.net/openstack-manuals/+spec/networkguide-mitaka16:19
Sam-I-Ami hope we can get more done, but there's just not a lot of contributions16:19
*** arvinc_ has joined #openstack-meeting16:19
Sam-I-Ami can only work 24 hours a dat16:19
Sam-I-Amday16:19
emaganaSam-I-Am: Thanks for the assignation of that BP  :-)16:19
emaganaSo, the specs is needed then?16:20
emaganaI guess it is!16:20
Sam-I-Amwe need something to track updates for mitaka16:20
Sam-I-Amhowever thats going to work16:20
*** arvinc_ has quit IRC16:20
emaganaok..16:20
*** edtubill has quit IRC16:20
Sam-I-Amideally someday we'll have a lot of the static content done, and then our changes are like the install guide "whats changed in X?"16:20
Sam-I-Amthe install guide has a spec for each release16:20
*** edtubill has joined #openstack-meeting16:20
*** arvinc_ has joined #openstack-meeting16:21
emaganasc68cal: anything that you want to cover?16:21
*** arvinc_ has quit IRC16:22
navinrioFor Legacy DVR what shall be Contents16:22
navinriois how to do16:22
navinriois it how to configure Legacy DVR and USed case16:22
*** arvinc_ has joined #openstack-meeting16:22
emagananavinrio: I would suggest to follow the same format that we have for the other legacy scenarios16:22
*** tpatzig has left #openstack-meeting16:23
*** doug-fish has joined #openstack-meeting16:23
navinriosome inputs from team what are they looking to see in that Topic16:23
*** arvinc_ has quit IRC16:23
navinrioI mean to say Legacy DVR16:23
Sam-I-Amnavinrio: you deploy conventional multi-node OVS with at least 2 net nodes and 2 compute nodes... deploy conventional routers on it with some VMs... then convert the deployment to DVR.16:23
sc68calemagana: sorry no16:23
Sam-I-Amnavinrio: and you document how you did all of it16:23
navinrioGot It16:23
navinriothank U16:23
*** garthb__ has joined #openstack-meeting16:23
*** arvinc_ has joined #openstack-meeting16:23
navinrioThank U16:24
navinrioAppreciated16:24
*** doug-fis_ has joined #openstack-meeting16:24
*** arvinc_ has quit IRC16:24
Sam-I-Amnavinrio: you can extend the classic-with-ovs scenario with more nodes16:24
Sam-I-Amright now 3 nodes doesn't get you much with dvr16:24
Sam-I-Amso you need several more to see if dvr even works16:24
*** edtubill has quit IRC16:24
navinrioOk16:24
Sam-I-Amcome to think of it, you can probably use the DVR scenario, just dont deploy DVR on it16:25
navinriowhen do u want to complete this16:25
Sam-I-Amsooner the better16:25
navinrioOk16:25
navinriogot it16:25
*** arvinc_ has joined #openstack-meeting16:25
navinriothank U16:25
navinriowill focus on it16:25
emagananavinrio: Thanks!16:25
emaganaPlease, include us in the review once you have initial pacthes.16:25
*** arvinc_ has quit IRC16:25
navinrioUnderstood will do16:26
*** dixiaoli has quit IRC16:26
emagananavinrio: even if the patch is not ready, we could start providing guidence before you have spent a lot of time is probably wrong direction16:26
*** vivekd has quit IRC16:26
navinrioOk16:26
navinrioso shall send email16:26
*** dixiaoli has joined #openstack-meeting16:26
navinrioto you and touch base offline16:26
emagananavinrio: as long as you include us in the gerrit review, you will get the emails16:27
*** arvinc_ has joined #openstack-meeting16:27
navinrioOk16:27
navinrioGot it16:27
*** doug-fish has quit IRC16:27
*** whenry has joined #openstack-meeting16:27
*** edtubill has joined #openstack-meeting16:27
*** arvinc_ has quit IRC16:27
*** Guest77121 is now known as med_16:28
emaganawe are having this meeting next week, in order to adjust to the calendar changes for the new year.16:28
*** med_ has quit IRC16:28
*** med_ has joined #openstack-meeting16:28
emaganaIs there something else to discuss today?16:28
Sam-I-Amemagana: is that the conclusion on the calendar problem?16:28
navinrioI am fine and thank You for providing me inputs16:28
Sam-I-Amall of my meetings were messed up the last 2 weeks16:28
*** doug-fis_ has quit IRC16:28
*** arvinc_ has joined #openstack-meeting16:29
emaganaSam-I-Am: not sure what else we can do!16:29
*** arvinc_ has quit IRC16:29
Sam-I-Amyep, just want to make sure i'm not crazy16:30
Sam-I-Amwell i am, just not crazy in that instance16:30
Sam-I-Amyou have to be crazy to openstack16:30
*** doug-fish has joined #openstack-meeting16:30
emaganaLOL16:30
emaganaSam-I-Am: indeed.. take a break..16:31
*** arvinc_ has joined #openstack-meeting16:31
Sam-I-Amthen things dont get done16:31
*** kebray has joined #openstack-meeting16:31
emagana#action emagana will send a reminder for next week meeting16:31
Sam-I-Amanyway, i think we're good here16:31
emaganaSam-I-Am: we have a lot of work..16:31
Sam-I-Amexpect to see some liberty-mitaka scenario updates from me soon16:31
Sam-I-Amemagana: i'm also working on ovn docs16:32
*** arvinc_ has quit IRC16:32
*** francois has joined #openstack-meeting16:32
emaganaSam-I-Am: Thanks.. you and sc68cal are the masters!16:32
*** otter768 has joined #openstack-meeting16:32
emaganaok.. take care!16:32
emaganaciao all16:32
*** harshs_ has joined #openstack-meeting16:32
sc68calya16:32
*** galstrom_zzz is now known as galstrom16:32
sc68calmore Sam-I-Am then me16:32
sc68cal*than16:32
navinrioThank You .. Bye everyone16:32
Sam-I-Amlol, see y'all later16:32
*** Sam-I-Am has left #openstack-meeting16:32
*** spandhe has joined #openstack-meeting16:32
*** Daisy has joined #openstack-meeting16:33
emagana#endmeeting16:33
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"16:33
openstackMeeting ended Thu Jan 14 16:33:10 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:33
openstackMinutes:        http://eavesdrop.openstack.org/meetings/networking_guide/2016/networking_guide.2016-01-14-16.00.html16:33
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/networking_guide/2016/networking_guide.2016-01-14-16.00.txt16:33
*** arvinc_ has joined #openstack-meeting16:33
openstackLog:            http://eavesdrop.openstack.org/meetings/networking_guide/2016/networking_guide.2016-01-14-16.00.log.html16:33
*** jorge_munoz1 has joined #openstack-meeting16:33
*** harshs has quit IRC16:33
*** arvinc_ has quit IRC16:33
*** sshnaidm has quit IRC16:34
*** harshs has joined #openstack-meeting16:35
*** arvinc_ has joined #openstack-meeting16:35
*** arvinc_ has quit IRC16:36
*** piet has quit IRC16:36
*** otter768 has quit IRC16:36
*** vivekd has joined #openstack-meeting16:37
*** arvinc_ has joined #openstack-meeting16:37
*** harshs_ has quit IRC16:37
*** kebray has quit IRC16:37
*** arvinc_ has quit IRC16:38
*** piet has joined #openstack-meeting16:38
*** arvinc_ has joined #openstack-meeting16:39
*** dane-fichter has left #openstack-meeting16:41
*** dneary has joined #openstack-meeting16:42
*** esker has quit IRC16:43
*** lwilliams has quit IRC16:43
*** bobh has joined #openstack-meeting16:44
*** dprince has quit IRC16:45
*** _nadya_ has quit IRC16:46
*** dprince has joined #openstack-meeting16:46
*** kylek3h has joined #openstack-meeting16:46
*** _nadya_ has joined #openstack-meeting16:46
*** kylek3h has quit IRC16:46
*** esker has joined #openstack-meeting16:46
*** akuznetsov has joined #openstack-meeting16:46
*** kylek3h has joined #openstack-meeting16:46
*** jlanoux has joined #openstack-meeting16:46
*** macsz has joined #openstack-meeting16:48
*** dprince has quit IRC16:50
*** _nadya_ has quit IRC16:51
*** kmartin has joined #openstack-meeting16:51
*** esker has quit IRC16:51
*** dprince has joined #openstack-meeting16:51
*** Guest99924 is now known as topol16:51
*** sshnaidm has joined #openstack-meeting16:52
*** baohua has quit IRC16:52
*** yamamoto has quit IRC16:53
*** lblanchard has quit IRC16:53
*** pgbridge has joined #openstack-meeting16:54
*** vivekd has quit IRC16:54
*** xingchao has quit IRC16:56
*** salv-orlando has quit IRC16:58
*** ihrachys has joined #openstack-meeting16:58
*** lblanchard has joined #openstack-meeting16:58
*** banix has quit IRC16:58
*** mbound has quit IRC16:58
*** salv-orlando has joined #openstack-meeting16:58
*** dslev has quit IRC16:58
*** akuznetsov has quit IRC17:00
*** kebray has joined #openstack-meeting17:00
*** Sukhdev has quit IRC17:00
*** rderose has joined #openstack-meeting17:00
*** alexpilotti has joined #openstack-meeting17:01
*** Swami has joined #openstack-meeting17:01
*** jlanoux has quit IRC17:01
*** spandhe has quit IRC17:01
*** dixiaoli has quit IRC17:02
*** adiantum has joined #openstack-meeting17:02
*** ihrachys has quit IRC17:02
*** peristeri has joined #openstack-meeting17:02
*** claudiub has quit IRC17:02
*** matrohon has quit IRC17:02
*** ihrachys has joined #openstack-meeting17:03
*** salv-orlando has quit IRC17:03
*** salv-orlando has joined #openstack-meeting17:04
*** dslev has joined #openstack-meeting17:06
*** sputnik13 has joined #openstack-meeting17:07
*** dslev has quit IRC17:09
*** navinrio has quit IRC17:09
*** navinrio has joined #openstack-meeting17:10
*** raildo is now known as raildo-afk17:12
*** paul-carlton2 has joined #openstack-meeting17:13
*** asselin__ has joined #openstack-meeting17:13
*** alexpilotti has quit IRC17:13
*** alexpilotti has joined #openstack-meeting17:14
*** asselin has quit IRC17:15
*** rderose has quit IRC17:15
*** alexpilo_ has joined #openstack-meeting17:16
*** alexpilotti has quit IRC17:16
*** harshs has quit IRC17:17
*** harshs has joined #openstack-meeting17:17
*** Daisy has quit IRC17:18
*** leeantho has joined #openstack-meeting17:19
*** vgridnev has joined #openstack-meeting17:19
*** ildikov is now known as ildikov_afk17:19
*** pballand has joined #openstack-meeting17:20
*** raildo-afk is now known as raildo17:20
*** jlanoux has joined #openstack-meeting17:20
*** bobh has quit IRC17:21
*** berendt has quit IRC17:21
*** neelashah1 has joined #openstack-meeting17:22
*** gyee has joined #openstack-meeting17:22
*** neelashah has quit IRC17:22
*** akuznetsov has joined #openstack-meeting17:23
*** dslevin has joined #openstack-meeting17:23
*** klkumar has quit IRC17:24
*** apoorvad has joined #openstack-meeting17:26
*** neelashah has joined #openstack-meeting17:26
*** neelashah1 has quit IRC17:26
*** scheuran has quit IRC17:27
*** nikhil_k has joined #openstack-meeting17:27
*** salv-orlando has quit IRC17:29
*** nikhil has quit IRC17:29
*** harshs has quit IRC17:29
*** salv-orlando has joined #openstack-meeting17:29
*** balajiiyer has quit IRC17:32
*** xingchao has joined #openstack-meeting17:32
*** unicell has quit IRC17:34
*** jorge_munoz1 has quit IRC17:35
*** ppetit has quit IRC17:35
*** ppetit has joined #openstack-meeting17:37
*** xingchao has quit IRC17:38
*** ihrachys has quit IRC17:40
*** myoung has joined #openstack-meeting17:40
*** sfinucan has quit IRC17:40
*** e0ne has quit IRC17:40
*** haomaiwang has joined #openstack-meeting17:41
*** haomaiwang has quit IRC17:44
*** ihrachys has joined #openstack-meeting17:45
*** alexpilo_ has quit IRC17:45
*** ifat_afek has left #openstack-meeting17:45
*** AlanClark has joined #openstack-meeting17:45
*** IlyaG has quit IRC17:46
*** alexpilotti has joined #openstack-meeting17:47
*** macsz has quit IRC17:47
*** toddjohn has quit IRC17:48
*** macsz has joined #openstack-meeting17:48
*** paul-carlton2 has quit IRC17:48
*** safchain has quit IRC17:48
*** alop has joined #openstack-meeting17:50
*** alexpilotti has quit IRC17:51
*** SridharG has joined #openstack-meeting17:51
*** numans has joined #openstack-meeting17:52
*** alexpilotti has joined #openstack-meeting17:52
*** mudassirlatif has joined #openstack-meeting17:53
*** jorge_munoz1 has joined #openstack-meeting17:54
*** macsz has quit IRC17:56
*** macsz has joined #openstack-meeting17:56
*** edtubill has quit IRC17:56
*** edtubill has joined #openstack-meeting17:57
*** efoley has quit IRC17:57
*** banix has joined #openstack-meeting17:58
*** akuznetsov has quit IRC17:59
*** myoung has quit IRC17:59
*** jmckind has quit IRC18:00
*** mhickey has quit IRC18:00
*** iyamahat has joined #openstack-meeting18:00
*** paul-carlton2 has joined #openstack-meeting18:00
*** ndipanov has quit IRC18:00
*** unicell has joined #openstack-meeting18:01
*** unicell has quit IRC18:01
*** unicell has joined #openstack-meeting18:01
*** alexpilotti has quit IRC18:02
*** ociuhandu has quit IRC18:03
*** Leom has joined #openstack-meeting18:03
*** terrylhowe has joined #openstack-meeting18:04
*** alexpilotti has joined #openstack-meeting18:04
*** ddieterly has quit IRC18:04
*** IlyaG has joined #openstack-meeting18:05
*** derekh has quit IRC18:05
*** tellesnobrega_af is now known as tenobreg18:05
*** macsz has quit IRC18:05
*** ihrachys has quit IRC18:06
*** ddieterly has joined #openstack-meeting18:06
*** macsz has joined #openstack-meeting18:07
*** jaiswana__ has joined #openstack-meeting18:07
*** toddjohn has joined #openstack-meeting18:07
*** toddjohn has quit IRC18:07
*** toddjohn has joined #openstack-meeting18:08
*** adiantum has quit IRC18:08
*** fzdarsky has quit IRC18:08
*** fzdarsky has joined #openstack-meeting18:08
*** qwebirc701407 has joined #openstack-meeting18:09
*** tenobreg is now known as tellesnobrega18:09
*** tellesnobrega is now known as tellesnobrega_af18:09
*** tellesnobrega_af is now known as tenobreg18:10
*** ihrachys has joined #openstack-meeting18:10
*** tenobreg is now known as tellesnobrega18:10
*** navinrio has quit IRC18:11
*** nikhil_k is now known as nikhil18:11
*** numans has quit IRC18:12
*** changbl has joined #openstack-meeting18:13
*** numans has joined #openstack-meeting18:13
*** sigmavirus24 is now known as sigmavirus24_awa18:15
*** vishwanathj is now known as vishwanathj_18:18
*** sigmavirus24_awa is now known as sigmavirus2418:19
*** alexpilotti has quit IRC18:19
*** alexpilotti has joined #openstack-meeting18:20
*** SridharG has quit IRC18:21
*** edtubill has quit IRC18:21
*** kzaitsev_mb has quit IRC18:21
*** MaxPC has quit IRC18:22
*** MaxPC has joined #openstack-meeting18:22
*** spzala has quit IRC18:22
*** ihrachys has quit IRC18:23
*** spzala has joined #openstack-meeting18:23
*** myoung has joined #openstack-meeting18:23
*** whenry has quit IRC18:24
*** spzala has quit IRC18:27
*** novas0x2a|laptop has joined #openstack-meeting18:30
*** annegentle has joined #openstack-meeting18:31
*** ivar-lazzaro has joined #openstack-meeting18:31
*** electrofelix has quit IRC18:31
*** cloudtrainme has joined #openstack-meeting18:31
*** irenab has quit IRC18:32
*** ivar-lazzaro has quit IRC18:32
*** ivar-lazzaro has joined #openstack-meeting18:33
*** otter768 has joined #openstack-meeting18:33
*** ivar-lazzaro has quit IRC18:33
*** alexpilotti has quit IRC18:33
*** irenab has joined #openstack-meeting18:33
*** ivar-lazzaro has joined #openstack-meeting18:33
*** xingchao has joined #openstack-meeting18:33
*** alexpilotti has joined #openstack-meeting18:34
*** myoung has quit IRC18:34
*** changbl has quit IRC18:35
*** qwebirc701407 has quit IRC18:35
*** paul-carlton2 has quit IRC18:35
*** irenab has quit IRC18:35
*** hdaniel has quit IRC18:37
*** irenab has joined #openstack-meeting18:37
*** otter768 has quit IRC18:37
*** jichen has joined #openstack-meeting18:38
*** jlanoux has quit IRC18:38
*** dmorita has joined #openstack-meeting18:38
*** xingchao has quit IRC18:38
*** alexpilotti has quit IRC18:40
*** harshs has joined #openstack-meeting18:40
*** yassine_ has quit IRC18:42
*** macsz has quit IRC18:42
*** dmorita has quit IRC18:43
*** macsz has joined #openstack-meeting18:44
*** rbowen has quit IRC18:44
*** rbowen has joined #openstack-meeting18:44
*** myoung has joined #openstack-meeting18:45
*** pnavarro has quit IRC18:47
*** alexpilotti has joined #openstack-meeting18:47
*** e0ne has joined #openstack-meeting18:48
*** macsz has quit IRC18:48
*** dmorita has joined #openstack-meeting18:48
*** macsz has joined #openstack-meeting18:48
*** dmorita has quit IRC18:50
*** rossella_s has quit IRC18:52
*** rossella_s has joined #openstack-meeting18:52
*** nmagnezi has quit IRC18:53
*** Guest67265 has quit IRC18:54
*** dmorita has joined #openstack-meeting18:56
*** dmorita has quit IRC18:56
*** dmorita has joined #openstack-meeting18:57
*** ekcs has quit IRC18:58
*** PaulMurray is now known as ptm_away18:59
*** ihrachys has joined #openstack-meeting18:59
*** kencjohnston has joined #openstack-meeting18:59
*** MeganR has joined #openstack-meeting19:00
*** kencjohnston has quit IRC19:00
*** kencjohnston has joined #openstack-meeting19:00
dtroyer#startmeeting OpenStackClient19:01
*** toddjohn has quit IRC19:01
openstackMeeting started Thu Jan 14 19:01:07 2016 UTC and is due to finish in 60 minutes.  The chair is dtroyer. Information about MeetBot at http://wiki.debian.org/MeetBot.19:01
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.19:01
*** openstack changes topic to " (Meeting topic: OpenStackClient)"19:01
openstackThe meeting name has been set to 'openstackclient'19:01
dtroyerAnyone here for an OSC meeting?19:01
rtheiso/19:01
*** esker has joined #openstack-meeting19:01
dtroyercourtesy ping: dhellmann, stevemar, briancurtin, terrylhowe, lhcheng, dstanek, MeganR19:01
*** toddjohn has joined #openstack-meeting19:01
terrylhoweo/19:01
*** pballand has quit IRC19:01
MeganRo/19:02
stevemaro/19:02
stevemaryou got me in the middle of a nasty rebase of a backport :)19:02
*** esker has quit IRC19:02
dtroyerHi everyone, long time no me-here-on-time19:02
*** esker has joined #openstack-meeting19:02
*** toddjohn has quit IRC19:02
*** angdraug has quit IRC19:02
MeganRHappy 2016!19:02
dtroyerwoot!  even years rock!19:03
*** toddjohn has joined #openstack-meeting19:03
dstaneko/19:03
stevemar\o/19:03
dtroyerok, lets get started19:03
dtroyerI have one thing not os the usual short list19:03
*** ihrachys has quit IRC19:03
dtroyer#topic CLI deploy guide updates19:04
*** tsymanczyk has joined #openstack-meeting19:04
*** openstack changes topic to "CLI deploy guide updates (Meeting topic: OpenStackClient)"19:04
*** tsymanczyk is now known as Guest8776319:04
dtroyerannegentle asked me about our plans to update the user docs re CLI to use OSc rather than the project clients19:04
dtroyerwe really haven't talked about that before now, so this is a good time to start19:04
*** ppetit has quit IRC19:04
stevemardtroyer: like porting over all the first time setup commands to use osc?19:05
dtroyersome of the updates will be simple (install OSC)19:05
dtroyerand some will be what stevemar just mentioned19:05
*** jmckind has joined #openstack-meeting19:05
*** vijendar has quit IRC19:05
dtroyerstep one is to ask if there is anyone interested in taking on that work19:06
stevemarso if the user guide says "cinder create" we can replace it with "openstack volume create" ?19:06
*** annegentle has quit IRC19:06
dtroyerstevemar: that is my assumption, yes19:06
stevemarthats a bold move19:06
*** annegentle has joined #openstack-meeting19:06
*** jaypipes has quit IRC19:07
dtroyerit is, but it seems that there may be acceptance for it at least in some corners19:07
dtroyerwe may do it on  a per-project basis as projects sign on, say as they deprecate their project CLI19:07
dtroyerI think we need someone to first do a look-over and see just how much work this really is though19:08
stevemarthat leads to another point... https://review.openstack.org/#/c/243348/ cross-project initiative to do just that19:08
*** pvaneck has joined #openstack-meeting19:08
*** dmorita has quit IRC19:08
dtroyeryes…I hadn't looked at that in a week or two, it's getting supprot now, good19:09
*** dmorita has joined #openstack-meeting19:09
stevemardtroyer: not entirely19:09
stevemartheres some push back from cinder still19:10
*** sshnaidm has quit IRC19:10
stevemarwhich is unfortunate, since i think that's the next closest project19:10
dtroyerat a glance (heh) though it seems addressable, not digging-in-heels pushback19:10
stevemari get the feeling they think things are half-baked19:10
*** dmorita has quit IRC19:11
*** dmorita has joined #openstack-meeting19:11
dtroyervolume v2 is still young and there may be details missing yet.  but actually doing the deprecation isn't the same as stating a goal19:11
dtroyerwell, more than goal but not quite picy19:11
dtroyerpolicy19:11
*** sdake has quit IRC19:12
*** sdake has joined #openstack-meeting19:13
*** jmckind_ has joined #openstack-meeting19:13
stevemari suppose19:13
*** macsz has quit IRC19:14
dtroyerso back to the docs, I'll post a note to the ML looking for volunteers19:14
stevemar++19:15
stevemari would love to help, but i don't scale :(19:15
dtroyerre changing the project CLI commands, we probably need to let proejcts take that lead19:15
* dtroyer wants a stevemar.clone() method19:15
rtheiswould this be an all or nothing approach to updating user docs for a project?  That is, move all "cinder" to "openstack" so there isn't a mix of the two.19:16
*** jmckind has quit IRC19:16
stevemarrtheis: i think an all or nothing approach is good for docs19:16
*** ihrachys has joined #openstack-meeting19:16
dtroyerrtheis: I suspect one a project is OK with the change, they'll want to do it all19:16
stevemarit'll also show us where we are lacking19:16
dtroyerI'm more confident the docs folks will want that19:16
*** dneary has quit IRC19:16
rtheisstevemar: exactly19:17
*** fawadkhaliq has quit IRC19:17
*** Guest87763 has quit IRC19:17
stevemarwe should try and fill in those cinder *blocking* points - eh eh ?19:17
*** fawadkhaliq has joined #openstack-meeting19:17
dtroyerthat looks like a fun list to do proper commands for ;)19:18
*** Daisy has joined #openstack-meeting19:18
stevemarall the commands walter lists in that review19:18
*** aimon has joined #openstack-meeting19:19
*** fawadkhaliq has quit IRC19:19
dtroyerthe comment about making everything a plugin was interesting too…they already are, just a few are included in the box19:20
*** tsymanczyk has joined #openstack-meeting19:20
*** aimon_ has joined #openstack-meeting19:20
*** tsymanczyk is now known as Guest2936619:21
dtroyerI'd like to shift gears just a bit19:21
*** iyamahat has quit IRC19:21
dtroyer#topic release planning19:21
*** openstack changes topic to "release planning (Meeting topic: OpenStackClient)"19:21
dtroyerThinking about the next release, now that SDK is a dependency we have to consider releasing with it still pre-1.019:21
dtroyermaybe that isn't a concern, but I'm not sure I know enough right now to decide that19:22
stevemardtroyer: worth it to get networking commands19:22
stevemarif sdk folks change things up on us, we work closely enough with them to get things fixed quickly19:22
dtroyerterrylhowe: I saw briancurtin mention one more major change before 1.0, do you have any idea how much impact that will have on what we have implemented so far?19:23
*** claudiub has joined #openstack-meeting19:23
*** bvandenh has quit IRC19:23
dtroyerstevemar: right, I just want to be care about how tightly we need to keep the two tied together19:23
*** ihrachys has quit IRC19:23
*** spzala has joined #openstack-meeting19:23
*** safchain has joined #openstack-meeting19:24
dtroyerthe remainig pre-1.0 work may be a don't care for OSc, in which case my worries go away19:24
*** aimon has quit IRC19:24
terrylhoweI think he was talking about generating urls for resources that have a key in them, it is internal19:24
rtheisI don't think the remaining sdk work for 1.0 should impact osc's usage.  But showing osc network quotas is broken until we get and sdk release19:24
terrylhowestuff like metadata19:24
*** ivar-lazzaro has quit IRC19:24
dtroyerok, cool.  I haven't kept as up-to-date on that as I'd like19:24
dtroyerthanks19:24
dtroyerso the next question is picking a point where the new bits are sufficiently coherent to do a release.  Just making sure we don't put something half-baked out19:25
*** fzdarsky has quit IRC19:25
dtroyeragain, that may be a moot concern on my part19:26
stevemarnew bits meaning osc bits or sdk bits?19:26
dtroyerosc19:27
dtroyerthe network stuff specifically19:27
terrylhoweI doubt there will be many changes to the existing network stuff19:27
*** lhcheng_ has joined #openstack-meeting19:27
terrylhowewe’ve had a lot of time to beat on that19:27
dtroyerbut are there things in the pipeline right now that someone wants included sooner than later?19:27
rtheishttps://launchpad.net/bugs/1528249 is the only break in network that I am aware of19:27
openstackLaunchpad bug 1528249 in python-openstackclient "Failed to show network quotas for a project" [High,In progress] - Assigned to Richard Theis (rtheis)19:27
dtroyerI'm just looking for a list of "when x,y,z are done we can release" if it exists19:28
stevemaroh gotcha19:28
*** Guest29366 has quit IRC19:28
dtroyerthings like https://review.openstack.org/#/c/84782/19:29
*** spzala has quit IRC19:29
*** jckasper_ has quit IRC19:30
stevemarlets get the port CRUD in19:30
stevemarand the subnet CRUD19:30
*** jckasper has joined #openstack-meeting19:30
rtheishere's start of port CRUD: https://review.openstack.org/#/c/260568/19:30
*** haomaiwang has joined #openstack-meeting19:30
terrylhoweI need to rework the subnet tests to the new pattern, it is time consuming and all I do is shovel snow lately19:31
*** roxanagh_ has quit IRC19:31
*** roxanagh_ has joined #openstack-meeting19:31
stevemarlol19:31
dtroyerthat's where all of our snow went19:31
stevemarterrylhowe: get a snow blower19:31
terrylhowesnow blower broke :-/19:31
stevemaroh jeez19:32
dtroyeralternative, get a 15 year old19:32
terrylhoweanyway, personal problems, I’ll get to it.  I started last weekend and didn’t finish.19:32
dtroyerok, I'll keep an eye out for those two topics for priority19:33
stevemardtroyer: i think just the networky bits are high priority for the next release19:33
stevemareverything else can wait19:33
*** roxanagh_ has quit IRC19:33
dtroyeras a side note, we need to start encouraging the inclusion of release note info for user-visible stuff19:33
stevemarfwiw, theres a new keystoneclient and keystoneauth, i cut them yesterday19:33
dtroyerstevemar: right19:33
*** ociuhandu has joined #openstack-meeting19:33
dtroyeris that the ksa that has the py35 fix in it?19:34
stevemardtroyer: i did them for a few patches19:34
stevemardtroyer: i wasn't aware of a py35 problem19:34
dtroyerthere is a one-liner that ksa needed, I think it was fixed in Dec19:34
dtroyeroh, wait, it's already released19:34
*** haomaiwang has quit IRC19:34
dtroyerthat was the only thing I needed to run OSC on py3519:35
*** balajiiyer has joined #openstack-meeting19:35
dtroyer#agreed network API subnet and port CRUD are the blockers for next release19:35
*** spzala has joined #openstack-meeting19:36
dtroyer#topic  open reviews19:36
*** openstack changes topic to "open reviews (Meeting topic: OpenStackClient)"19:36
stevemardtroyer: thanks for confirming i haven't gone insane yet19:36
dtroyerare there any other reviews anyone wants to bring attention to?19:36
*** ihrachys has joined #openstack-meeting19:36
dtroyerstevemar: I wouldn't trust that I could confirm that ;)19:36
*** piet has quit IRC19:38
*** hashar has joined #openstack-meeting19:38
*** njohnston has quit IRC19:38
stevemardtroyer: nothing else from my end re: osc19:38
rtheisJust a follow-up from last meeting before new year. I reworked https://review.openstack.org/#/c/257543/ when folks have time to take a look.19:38
stevemari'm swamped with keystoney bits19:39
*** pratikma_ has quit IRC19:39
stevemarrtheis: terrylhowe lhcheng_ this is an open invitation to ping me for reviews19:39
stevemari haven't checked my OSC review queue in a while, but if you need a quick look, please ping me19:40
terrylhoweI’ve got nothing at the moment19:40
rtheisstevemar: ok, thanks19:40
stevemardtroyer: you can wait -_-19:40
*** annegent_ has joined #openstack-meeting19:40
*** iyamahat has joined #openstack-meeting19:40
dtroyerrtheis: added to today's short list19:40
rtheisthanks19:40
dtroyerok, next...19:41
dtroyer#topic open bugs19:41
*** openstack changes topic to "open bugs (Meeting topic: OpenStackClient)"19:41
*** njohnston has joined #openstack-meeting19:41
dtroyerI intend to look at the bug list this afternoon during some waiting-room time19:42
dtroyerare there any we should discuss now though?19:42
*** balajiiyer has quit IRC19:42
stevemarhttps://bugs.launchpad.net/python-openstackclient/+bug/1531574 is worth a look19:42
openstackLaunchpad bug 1531574 in python-openstackclient "liberty: two json/yaml formatters for list/show command if cliff 1.15.0 (and cliff-tablib) is installed" [Undecided,New]19:42
*** amitgandhinz has quit IRC19:43
*** annegentle has quit IRC19:43
*** amitgandhinz has joined #openstack-meeting19:43
dtroyeryeah, I thought cliff-tablib was on the don't-do-that list19:43
stevemarit is19:43
stevemarbut "what if it's already installed on my system"19:44
*** Daisy has quit IRC19:44
stevemari've had 2 issues with this now19:44
dtroyerdo we need to do anything since this is a stable release issue?19:44
dtroyerso maybe we do19:44
* stevemar shrugs19:44
dtroyerlow priority though19:44
stevemari told them both to remove cliff-tablib19:44
stevemarand the problem magically goes away19:44
dtroyermaybe just a release note if/when we do another stable?19:45
*** Sukhdev has joined #openstack-meeting19:45
*** scinawa has joined #openstack-meeting19:45
stevemarthat could work19:45
*** pratikmallya has joined #openstack-meeting19:46
dtroyeris this actually just a cliff issue?  If so, putting in a check there magically fixes everything using it19:46
stevemari dont think so, its the fact that they share the same entrypoint/namespace thingy19:46
dtroyerwell, having a known good workaround is enough for now19:47
dtroyerah, I wondered if that might play into it, ok19:47
stevemaroh, in other news, my osc-command-checker should be a voting job in our gate19:47
dhellmannwe could update stevedore to have a feature to ignore entry points from a given python dist or something, but that would be a lot more work than telling folks not to install the extra package19:47
dtroyerdhellmann: thanks, I think I agree19:48
dhellmannyou know, we could release a new cliff-tablib that doesn't have the conflicting plugins, too19:48
stevemardhellmann: i was thinking that too19:48
stevemardhellmann: but it doesn't pass build atm19:48
stevemardhellmann: unless you want to nuke it19:48
dtroyerwold that give the false impression that it really shouldn't be used?19:49
dtroyeruh, parse error in that question...19:49
dhellmannI haven't looked at the code in a while, I'll see if I can figure out why it's failing builds19:49
dhellmannstevemar : which plugins? just table?19:49
dhellmanner, I mean json?19:50
dhellmannah, json and yaml19:50
dhellmannok19:50
dtroyerdhellmann: don't make it too high a priority, I think removing it is fine19:50
*** ihrachys has quit IRC19:50
dhellmannk19:50
*** ihrachys has joined #openstack-meeting19:50
dtroyerother bugs?19:51
*** nelsnelson has quit IRC19:51
*** zehicle has joined #openstack-meeting19:51
*** bvandenh has joined #openstack-meeting19:51
*** nelsnelson has joined #openstack-meeting19:51
stevemaryeah, json and yaml, but without those, is cliff-tablib particularly useful?19:51
dhellmannno, not really19:52
dhellmannthere's the HTML formatter, but I have  no idea if anyone uses that19:52
stevemaryeah19:52
* stevemar shrugs19:52
stevemarstepping aside for a bit19:52
stevemarnothing else to mention, thanks for hosting again dtroyer19:53
dtroyerthanks stevemar, later19:53
dtroyerok…19:53
dtroyer#topic open discussion19:53
*** openstack changes topic to "open discussion (Meeting topic: OpenStackClient)"19:53
dtroyerdoes anyone have anything else to bring up?19:53
*** ijw has quit IRC19:54
*** aeng has joined #openstack-meeting19:54
rtheisis there a guide on how to write a release note?19:54
*** safchain has quit IRC19:54
dtroyerthere is…19:55
* dtroyer looks through notes19:55
*** AmirBaleghi11116 has quit IRC19:55
*** AmirBaleghi11116 has joined #openstack-meeting19:56
*** alexpilotti has quit IRC19:56
*** jmckind has joined #openstack-meeting19:56
*** alexpilotti has joined #openstack-meeting19:56
*** rfolco has quit IRC19:56
dtroyerhere is what Keystone has in their docs: http://docs.openstack.org/developer/keystone/developing.html#release-notes19:56
rtheisdtroyer: thank you19:56
dtroyerthe project team docs are at: http://docs.openstack.org/project-team-guide/release-management.html#managing-release-notes19:57
dtroyerand dhellmann's announcement is http://lists.openstack.org/pipermail/openstack-dev/2015-November/078301.html19:57
dtroyerthat should cover most of it19:57
*** piet has joined #openstack-meeting19:58
dtroyertime is almost done, if nothing else I'll close19:58
terrylhowenothing here19:58
*** jmckind_ has quit IRC19:59
MeganRI'm good, thank you19:59
*** IlyaG has quit IRC19:59
*** ayoung has quit IRC19:59
dtroyerok, thanks everyone!19:59
dtroyer#endmeeting19:59
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"19:59
openstackMeeting ended Thu Jan 14 19:59:34 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)19:59
openstackMinutes:        http://eavesdrop.openstack.org/meetings/openstackclient/2016/openstackclient.2016-01-14-19.01.html19:59
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/openstackclient/2016/openstackclient.2016-01-14-19.01.txt19:59
openstackLog:            http://eavesdrop.openstack.org/meetings/openstackclient/2016/openstackclient.2016-01-14-19.01.log.html19:59
*** bvandenh has quit IRC20:00
*** timcline has quit IRC20:00
*** spzala has quit IRC20:00
*** spzala has joined #openstack-meeting20:01
*** timcline has joined #openstack-meeting20:02
*** terrylhowe has left #openstack-meeting20:05
*** spzala has quit IRC20:05
*** dmorita has quit IRC20:05
*** pratikmallya has quit IRC20:05
*** esheffield has quit IRC20:06
*** merooney has quit IRC20:06
*** kencjohnston has quit IRC20:07
*** kencjohnston has joined #openstack-meeting20:08
*** ihrachys has quit IRC20:08
*** spzala has joined #openstack-meeting20:08
*** ihrachys has joined #openstack-meeting20:08
*** piet has quit IRC20:09
*** armax has quit IRC20:09
*** isaacb has quit IRC20:09
*** gyee has quit IRC20:09
*** armax has joined #openstack-meeting20:09
*** vijendar has joined #openstack-meeting20:10
*** jmckind_ has joined #openstack-meeting20:11
*** henrynash_ has quit IRC20:11
*** MarkAtwood has joined #openstack-meeting20:13
*** jmckind has quit IRC20:13
*** esheffield has joined #openstack-meeting20:14
*** adiantum has joined #openstack-meeting20:15
*** ayoung has joined #openstack-meeting20:16
*** penick has joined #openstack-meeting20:18
*** irenab has quit IRC20:19
*** bvandenh has joined #openstack-meeting20:20
*** macsz has joined #openstack-meeting20:20
*** irenab has joined #openstack-meeting20:22
*** penick has quit IRC20:22
*** topol has quit IRC20:23
*** timcline has quit IRC20:25
*** piet has joined #openstack-meeting20:26
*** cbouch has joined #openstack-meeting20:26
*** balajiiyer has joined #openstack-meeting20:28
*** mbound has joined #openstack-meeting20:28
*** AlanClark has quit IRC20:29
*** timcline has joined #openstack-meeting20:30
*** unicell1 has joined #openstack-meeting20:31
*** unicell has quit IRC20:32
*** spzala has quit IRC20:33
*** tellesnobrega is now known as tellesnobrega_af20:33
*** spzala has joined #openstack-meeting20:33
*** otter768 has joined #openstack-meeting20:34
*** toddjohn has quit IRC20:34
*** toddjohn has joined #openstack-meeting20:34
*** margaret-frances has quit IRC20:35
*** xingchao has joined #openstack-meeting20:36
*** annegent_ has quit IRC20:36
*** thomasem has left #openstack-meeting20:37
*** kebray has quit IRC20:37
*** matrohon has joined #openstack-meeting20:37
*** ihrachys has quit IRC20:37
*** bdperkin has quit IRC20:38
*** spzala has quit IRC20:38
*** radez has quit IRC20:38
*** toddjohn has quit IRC20:38
*** penick has joined #openstack-meeting20:38
*** otter768 has quit IRC20:39
*** zehicle has quit IRC20:39
*** spzala has joined #openstack-meeting20:39
*** radez has joined #openstack-meeting20:40
*** bdperkin has joined #openstack-meeting20:40
*** bdperkin has quit IRC20:40
*** bdperkin has joined #openstack-meeting20:40
*** xingchao has quit IRC20:41
*** bobh has joined #openstack-meeting20:41
*** Daisy has joined #openstack-meeting20:42
*** nurla has quit IRC20:42
*** tellesnobrega_af is now known as tellesnobrega20:43
*** tsymanczyk has joined #openstack-meeting20:43
*** tsymanczyk is now known as Guest2581420:44
*** zehicle has joined #openstack-meeting20:45
*** nurla has joined #openstack-meeting20:45
*** kebray has joined #openstack-meeting20:48
*** topol_ has joined #openstack-meeting20:48
*** kzaitsev_mb has joined #openstack-meeting20:49
*** alexpilotti has quit IRC20:50
*** alexpilotti has joined #openstack-meeting20:51
*** ivar-lazzaro has joined #openstack-meeting20:52
*** topol_ is now known as topol20:52
*** ihrachys has joined #openstack-meeting20:52
*** neiljerram has quit IRC20:52
*** jprovazn has quit IRC20:55
*** Sukhdev has quit IRC20:55
*** ivar-lazzaro has quit IRC20:56
*** qwebirc81858 has joined #openstack-meeting20:57
*** qwebirc81858 has quit IRC20:57
*** sombrafam has quit IRC20:58
*** bobh has quit IRC20:59
*** dneary has joined #openstack-meeting20:59
*** IlyaG has joined #openstack-meeting21:01
*** cloudtra_ has joined #openstack-meeting21:01
*** dprince has quit IRC21:01
*** adiantum has quit IRC21:01
*** Daisy has quit IRC21:03
*** cloudtrainme has quit IRC21:03
*** vhoward has quit IRC21:04
*** vgridnev has quit IRC21:04
*** neelashah has quit IRC21:05
*** dmorita has joined #openstack-meeting21:05
*** hdaniel has joined #openstack-meeting21:06
*** pratikmallya has joined #openstack-meeting21:06
*** pratikmallya has quit IRC21:07
*** spzala has quit IRC21:07
*** pratikmallya has joined #openstack-meeting21:08
*** spzala has joined #openstack-meeting21:08
*** jwang_ has quit IRC21:08
*** raildo is now known as raildo-afk21:09
*** dmorita has quit IRC21:09
*** pratikma_ has joined #openstack-meeting21:09
*** amrith is now known as _amrith_21:11
*** MaxPC has quit IRC21:12
*** jwang has joined #openstack-meeting21:12
*** spzala has quit IRC21:12
*** pratikmallya has quit IRC21:13
*** dmorita has joined #openstack-meeting21:13
*** mbound has quit IRC21:14
*** annegentle has joined #openstack-meeting21:15
*** mbound has joined #openstack-meeting21:15
*** balajiiyer has quit IRC21:16
*** apoorvad has quit IRC21:17
*** balajiiyer has joined #openstack-meeting21:17
*** ryanpetrello has quit IRC21:18
*** jungleboyj has quit IRC21:18
*** ayoung has quit IRC21:20
*** ryanpetrello has joined #openstack-meeting21:22
*** ihrachys has quit IRC21:25
*** ihrachys has joined #openstack-meeting21:26
*** dmorita has quit IRC21:26
*** novas0x2a|laptop has quit IRC21:27
*** dmorita has joined #openstack-meeting21:27
*** cloudtra_ has quit IRC21:27
*** vgridnev has joined #openstack-meeting21:27
*** changbl has joined #openstack-meeting21:27
*** sdake_ has joined #openstack-meeting21:27
*** nurla has quit IRC21:27
*** harlowja has quit IRC21:27
*** njohnston has quit IRC21:28
*** IlyaG_ has joined #openstack-meeting21:28
*** dmorita has quit IRC21:29
*** IlyaG has quit IRC21:29
*** aeng has quit IRC21:29
*** novas0x2a|laptop has joined #openstack-meeting21:29
*** sdake has quit IRC21:30
*** nurla has joined #openstack-meeting21:30
*** cloudtrainme has joined #openstack-meeting21:30
*** akuznetsov has joined #openstack-meeting21:30
*** harshs has quit IRC21:31
*** AmirBaleghi11116 has quit IRC21:32
*** macsz has quit IRC21:32
*** aysyd has quit IRC21:32
*** irenab has quit IRC21:33
*** IlyaG_ has quit IRC21:33
*** kencjohnston has quit IRC21:34
*** aeng has joined #openstack-meeting21:34
*** gjayavelu has joined #openstack-meeting21:34
*** nurla has quit IRC21:34
*** irenab has joined #openstack-meeting21:34
*** piet has quit IRC21:35
*** jichen has quit IRC21:35
*** irenab has quit IRC21:36
*** akuznetsov has quit IRC21:36
*** xingchao has joined #openstack-meeting21:37
*** nurla has joined #openstack-meeting21:37
*** pratikma_ has quit IRC21:37
*** irenab has joined #openstack-meeting21:38
*** irenab has quit IRC21:40
*** henrynash_ has joined #openstack-meeting21:40
*** shakamunyi has quit IRC21:40
*** cloudtrainme has quit IRC21:40
*** piet has joined #openstack-meeting21:41
*** xingchao has quit IRC21:42
*** irenab has joined #openstack-meeting21:42
*** dims has quit IRC21:42
*** dims_ has joined #openstack-meeting21:42
*** apoorvad has joined #openstack-meeting21:43
*** cloudtrainme has joined #openstack-meeting21:45
*** hashar has quit IRC21:46
*** xinwu has joined #openstack-meeting21:47
*** IlyaG has joined #openstack-meeting21:49
*** dmorita has joined #openstack-meeting21:49
*** jtomasek has quit IRC21:52
*** cdelatte has quit IRC21:52
*** cwolferh has quit IRC21:54
*** armax has quit IRC21:55
*** Sukhdev has joined #openstack-meeting21:55
*** rtheis has quit IRC21:57
*** alexpilotti has quit IRC21:59
*** alexpilotti has joined #openstack-meeting21:59
*** neelashah has joined #openstack-meeting21:59
*** thorst has quit IRC22:01
*** ayoung has joined #openstack-meeting22:01
*** Daisy has joined #openstack-meeting22:01
*** Guest25814 has left #openstack-meeting22:01
*** galstrom is now known as galstrom_zzz22:02
*** jungleboyj has joined #openstack-meeting22:03
*** sputnik13 has quit IRC22:05
*** vgridnev has quit IRC22:08
*** spzala has joined #openstack-meeting22:08
*** salv-orl_ has joined #openstack-meeting22:09
*** hdaniel has quit IRC22:11
*** salv-orlando has quit IRC22:12
*** cwolferh has joined #openstack-meeting22:13
*** spzala has quit IRC22:13
*** lblanchard has quit IRC22:15
*** njohnston has joined #openstack-meeting22:15
*** alexpilotti has quit IRC22:15
*** e0ne has quit IRC22:15
*** dmorita has quit IRC22:15
*** pratikmallya has joined #openstack-meeting22:17
*** ildikov_afk is now known as ildikov22:17
*** banix has quit IRC22:18
*** vgridnev has joined #openstack-meeting22:19
*** banix has joined #openstack-meeting22:19
*** alexpilotti has joined #openstack-meeting22:19
*** dneary has quit IRC22:19
*** banix has quit IRC22:19
*** ihrachys has quit IRC22:19
*** Daisy has quit IRC22:19
*** julim_ has quit IRC22:20
*** ihrachys has joined #openstack-meeting22:20
*** kebray has quit IRC22:22
*** balajiiyer has quit IRC22:22
*** bvandenh has quit IRC22:23
*** s3wong has joined #openstack-meeting22:23
*** dmorita has joined #openstack-meeting22:23
*** dmorita has quit IRC22:23
*** dmorita has joined #openstack-meeting22:24
*** dmorita has quit IRC22:25
*** harshs has joined #openstack-meeting22:25
*** jckasper has quit IRC22:26
*** dmorita has joined #openstack-meeting22:28
*** bvandenh has joined #openstack-meeting22:29
*** dkranz has quit IRC22:29
*** timcline has quit IRC22:29
*** toscalix has quit IRC22:30
*** matrohon has quit IRC22:31
*** sdake_ is now known as sdake22:32
*** macsz has joined #openstack-meeting22:32
*** tjones has joined #openstack-meeting22:32
*** matrohon has joined #openstack-meeting22:33
*** otter768 has joined #openstack-meeting22:35
*** ihrachys has quit IRC22:35
*** ihrachys has joined #openstack-meeting22:36
*** ijw has joined #openstack-meeting22:36
*** ayoung has quit IRC22:37
*** zehicle has quit IRC22:39
*** otter768 has quit IRC22:39
*** bvandenh has quit IRC22:40
*** amitgandhinz has quit IRC22:40
*** vgridnev has quit IRC22:42
*** rbowen has quit IRC22:42
*** cbouch has quit IRC22:43
*** kebray has joined #openstack-meeting22:44
*** matrohon has quit IRC22:45
*** adiantum has joined #openstack-meeting22:45
*** kebray has quit IRC22:45
*** piet has quit IRC22:46
*** kebray has joined #openstack-meeting22:47
*** pballand has joined #openstack-meeting22:49
*** harlowja has joined #openstack-meeting22:50
*** macsz has quit IRC22:51
*** jckasper has joined #openstack-meeting22:51
*** alexpilotti has quit IRC22:52
*** rossella_s has quit IRC22:52
*** adahms has joined #openstack-meeting22:52
*** JRobinson__ has joined #openstack-meeting22:52
*** alexpilotti has joined #openstack-meeting22:52
*** ihrachys_ has joined #openstack-meeting22:52
*** claudiub has quit IRC22:52
*** rossella_s has joined #openstack-meeting22:52
*** ninag has quit IRC22:53
*** dims_ has quit IRC22:54
*** ihrachys has quit IRC22:54
*** jmckind_ has quit IRC22:54
*** ijw has quit IRC22:54
*** piet has joined #openstack-meeting22:54
*** spotz is now known as spotz_zzz22:54
*** claudiub has joined #openstack-meeting22:55
*** safchain has joined #openstack-meeting22:55
*** jckasper has quit IRC22:55
*** peristeri has quit IRC22:57
*** kylek3h has quit IRC22:58
*** sigmavirus24 is now known as sigmavirus24_awa22:59
*** alexpilotti has quit IRC23:01
*** doug-fish has quit IRC23:02
*** alexpilotti has joined #openstack-meeting23:04
*** pradk has quit IRC23:04
*** e0ne has joined #openstack-meeting23:06
*** ihrachys has joined #openstack-meeting23:06
*** haomaiwang has joined #openstack-meeting23:07
*** mmedvede has quit IRC23:07
*** gongysh_ has joined #openstack-meeting23:08
*** haomaiwang has quit IRC23:08
*** ihrachys_ has quit IRC23:09
*** jorge_munoz1 has quit IRC23:10
*** spzala has joined #openstack-meeting23:10
*** spzala has quit IRC23:10
*** spzala has joined #openstack-meeting23:10
*** ayoung has joined #openstack-meeting23:11
*** neelashah has quit IRC23:12
*** alexpilotti has quit IRC23:13
*** njohnston has quit IRC23:13
*** dmorita has quit IRC23:14
*** sputnik13 has joined #openstack-meeting23:14
*** alexpilotti has joined #openstack-meeting23:14
*** pradk_ has joined #openstack-meeting23:15
*** erlon has quit IRC23:16
*** dimtruck is now known as zz_dimtruck23:17
*** dmorita has joined #openstack-meeting23:17
*** dmorita has quit IRC23:17
*** dmorita has joined #openstack-meeting23:18
*** Daisy has joined #openstack-meeting23:19
*** jungleboyj has quit IRC23:19
*** dmorita has quit IRC23:19
*** dmorita has joined #openstack-meeting23:20
*** gyee has joined #openstack-meeting23:21
*** henrynash_ has quit IRC23:22
*** jckasper has joined #openstack-meeting23:22
*** comay_ has quit IRC23:23
*** comay_ has joined #openstack-meeting23:23
*** dmorita has quit IRC23:23
*** alexpilotti has quit IRC23:24
*** alexpilotti has joined #openstack-meeting23:24
*** jjmb has quit IRC23:25
*** dmorita has joined #openstack-meeting23:25
*** pratikmallya has quit IRC23:25
*** stanchan has joined #openstack-meeting23:25
*** jckasper has quit IRC23:26
*** apoorvad has quit IRC23:26
*** jckasper has joined #openstack-meeting23:27
*** dims has joined #openstack-meeting23:27
*** xyang1 has quit IRC23:29
*** singhj has quit IRC23:30
*** tjones has quit IRC23:33
*** myoung has quit IRC23:34
*** spzala has quit IRC23:36
*** Swami has quit IRC23:36
*** spzala has joined #openstack-meeting23:36
*** tochi has joined #openstack-meeting23:37
*** comay_ has quit IRC23:39
*** comay has quit IRC23:39
*** xingchao has joined #openstack-meeting23:39
*** pradk_ has quit IRC23:40
*** spzala has quit IRC23:41
*** gatekeep has joined #openstack-meeting23:42
*** synegy34 has quit IRC23:43
*** IlyaG has quit IRC23:43
*** xingchao has quit IRC23:44
*** comay has joined #openstack-meeting23:45
*** ihrachys has quit IRC23:46
*** comay_ has joined #openstack-meeting23:46
*** henrynash_ has joined #openstack-meeting23:46
*** adiantum has quit IRC23:48
*** e0ne has quit IRC23:49
*** ddieterly has quit IRC23:51
*** zz_dimtruck is now known as dimtruck23:57
*** Swami has joined #openstack-meeting23:58

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