*** thinrichs has joined #openstack-meeting | 00:00 | |
*** alexsyip has joined #openstack-meeting | 00:00 | |
*** ramineni has joined #openstack-meeting | 00:01 | |
thinrichs | Hi all | 00:01 |
---|---|---|
thinrichs | Time for the Congress meeting | 00:01 |
thinrichs | #startmeeting CongressTeamMeeting | 00:01 |
openstack | Meeting started Thu Dec 17 00:01:46 2015 UTC and is due to finish in 60 minutes. The chair is thinrichs. Information about MeetBot at http://wiki.debian.org/MeetBot. | 00:01 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 00:01 |
*** openstack changes topic to " (Meeting topic: CongressTeamMeeting)" | 00:01 | |
*** thinrichs has quit IRC | 00:01 | |
openstack | The meeting name has been set to 'congressteammeeting' | 00:01 |
*** jmckind_ has quit IRC | 00:01 | |
*** thinrichs has joined #openstack-meeting | 00:02 | |
bryan_att | hi all | 00:02 |
*** pgbridge has quit IRC | 00:02 | |
thinrichs | bryan_att: glad you could join us today! I'll put you on the agenda. | 00:02 |
bryan_att | thanks, I have a few questions | 00:02 |
*** baoli has quit IRC | 00:02 | |
thinrichs | Here's our agenda for the day: | 00:03 |
thinrichs | 1. distributed arch | 00:03 |
thinrichs | 2. python3 status | 00:03 |
thinrichs | 3. mid-cycle meetup | 00:03 |
thinrichs | 4. Tempest and gate | 00:03 |
thinrichs | 5. bryan_att and install | 00:03 |
thinrichs | Anything else? | 00:03 |
thinrichs | #topic distributed arch | 00:05 |
*** openstack changes topic to "distributed arch (Meeting topic: CongressTeamMeeting)" | 00:05 | |
thinrichs | We now have the core of the new arch up in gerrit: | 00:05 |
thinrichs | #link https://review.openstack.org/#/c/247232/ | 00:05 |
thinrichs | masahito left a comment about how to fix the test. | 00:05 |
*** p0rtal has joined #openstack-meeting | 00:05 | |
*** thorst has quit IRC | 00:06 | |
thinrichs | pballand: did you want to make that change and merge it, or should we merge it now and let masahito fix it? | 00:06 |
*** spzala has joined #openstack-meeting | 00:06 | |
pballand | I confirmed the fix masahito pointed out | 00:06 |
pballand | I am now putting all of the other pieces back in | 00:06 |
pballand | I can push the existing skeleton with the fix | 00:06 |
pballand | (it is already in my local repo) | 00:06 |
*** xingchao has joined #openstack-meeting | 00:07 | |
thinrichs | I jumped the gun a bit. So that change is ready, and you've got another change you're working on to fold everything else back in. | 00:07 |
*** p0rtal_ has quit IRC | 00:07 | |
*** xingchao has quit IRC | 00:07 | |
pballand | just pushed that fix; still prepping the bigger change with the control bus back in | 00:08 |
pballand | baby steps :) | 00:08 |
*** masahito has joined #openstack-meeting | 00:08 | |
thinrichs | Run into any other issues yet? | 00:08 |
masahito | hi | 00:09 |
pballand | no - it appears to be working as one would expect - wish we had know about that sooner | 00:09 |
*** harlowja has joined #openstack-meeting | 00:09 | |
thinrichs | Moving forward, let's do this…. | 00:09 |
thinrichs | We'll merge the patch you just pushed. | 00:09 |
*** tochi has quit IRC | 00:09 | |
thinrichs | Then let's make sure that we don't get blocked again. | 00:09 |
thinrichs | So if we hit a problem, push what's there to review and crowdsource the problem. | 00:10 |
pballand | sounds good | 00:10 |
*** itzdilip has quit IRC | 00:10 | |
*** leecalcote has joined #openstack-meeting | 00:10 | |
thinrichs | Especially given that we have people working around the clock (i.e. in the U.S. and Asia), even pushing problems at the end of the day let's people make progress on them overnight. | 00:10 |
thinrichs | And once there's enough functionality merged that we can try to hook up datasources, API, policy engines, let us know so we can parallellize that effort. | 00:11 |
*** penick has joined #openstack-meeting | 00:12 | |
thinrichs | ekcs: you picked up the remaining distributed arch blueprint. Any problems/questions/concerns? | 00:12 |
thinrichs | pballand, masahito: I'm glad to see we're making progress again. Nice work! | 00:12 |
ekcs | thinrichs: As I was constructing test case to frame the problem, I came across this issue that I don’t quite understand yet. | 00:13 |
ekcs | #link https://review.openstack.org/#/c/258711/3 | 00:14 |
*** tellesnobrega is now known as tellesnobrega_af | 00:14 | |
ekcs | Other than that, things are progressing. | 00:14 |
*** Daisy has quit IRC | 00:14 | |
*** zz_dimtruck is now known as dimtruck | 00:15 | |
*** zhhuabj has quit IRC | 00:15 | |
*** Daisy has joined #openstack-meeting | 00:15 | |
thinrichs | ekcs: I just saw your email and responded. See if that makes sense. | 00:16 |
*** tochi has joined #openstack-meeting | 00:16 | |
*** lpabon has joined #openstack-meeting | 00:16 | |
thinrichs | For everyone else…. | 00:17 |
thinrichs | I think there's a race condition on how many of the messages get delivered and processed. | 00:18 |
ekcs | thinrichs: kind of makes sense. but based on my prelim understanding of the retry_check_db_equal code, it will retry until all updates have been dequeued and processed. | 00:18 |
*** banix has quit IRC | 00:18 | |
thinrichs | Hmmm…. maybe that's not the right answer. | 00:19 |
*** tej has quit IRC | 00:19 | |
thinrichs | I thought there was a race condition where when 2 messages are published, you don't know whether they will both be processed or just 1 will be processed. | 00:20 |
*** tej has joined #openstack-meeting | 00:20 | |
*** tej has quit IRC | 00:20 | |
thinrichs | But ekcs is right: the code that is checking a condition should wait until the condition becomes true, which should force both the messages to be processed. | 00:20 |
ekcs | sorry for the terse info on the review page. I’ll add more explanation now. | 00:20 |
thinrichs | ekcs: I'd have the test print out the results of that query at every step. It'll be annoying b/c it prints out a bunch, but it'll show you what it's getting. | 00:20 |
*** aimon has quit IRC | 00:21 | |
thinrichs | Moving on… | 00:21 |
thinrichs | #topic python3 | 00:21 |
*** openstack changes topic to "python3 (Meeting topic: CongressTeamMeeting)" | 00:21 | |
thinrichs | ekcs pushed us all the way to python3 compatibility | 00:21 |
*** Daisy has quit IRC | 00:22 | |
thinrichs | I put a patch together to make python34 voting now, which means that code doesn't get merged if it's not python34 compatible. | 00:22 |
thinrichs | #link https://review.openstack.org/#/c/255621/4 | 00:22 |
thinrichs | I've had a few issues with it. If someone can do a sanity check so Andreas doesn't have to find another bug, that'd be helpful. | 00:23 |
*** oomichi has joined #openstack-meeting | 00:23 | |
*** Daisy has joined #openstack-meeting | 00:23 | |
thinrichs | #topic Mid-cycle meet-up | 00:23 |
*** openstack changes topic to "Mid-cycle meet-up (Meeting topic: CongressTeamMeeting)" | 00:23 | |
thinrichs | I put all the info for the meet-up into the usual wiki... | 00:24 |
thinrichs | #link https://wiki.openstack.org/wiki/Sprints | 00:24 |
thinrichs | Here's the page… | 00:24 |
thinrichs | #link https://wiki.openstack.org/wiki/Sprints/CongressMitakaSprint | 00:24 |
thinrichs | We have a location, date, time, and agenda. | 00:24 |
thinrichs | Any questions? | 00:24 |
thinrichs | #topic Tempest and the gate | 00:26 |
*** openstack changes topic to "Tempest and the gate (Meeting topic: CongressTeamMeeting)" | 00:26 | |
*** thorst has joined #openstack-meeting | 00:26 | |
thinrichs | We had a gate breakage b/c of a keystone test failure. | 00:26 |
thinrichs | ramineni: anything special about this one or your fix? | 00:26 |
ramineni | thinrichs: its again the failure we hit because of migration | 00:27 |
*** rbak_ has quit IRC | 00:27 | |
ramineni | thinrichs: migration of tempest | 00:27 |
*** dimtruck is now known as zz_dimtruck | 00:27 | |
*** Daisy has quit IRC | 00:27 | |
thinrichs | So we should still expect those from time to time, right? | 00:27 |
ramineni | thinrichs: yes | 00:27 |
thinrichs | ramineni: thanks for staying on top of those! | 00:28 |
*** zhhuabj has joined #openstack-meeting | 00:28 | |
ramineni | thinrichs: stable/liberty different job patch got merged | 00:28 |
*** alop has quit IRC | 00:28 | |
ramineni | thinrichs: but we still have a problem :( | 00:28 |
*** zz_dimtruck is now known as dimtruck | 00:29 | |
thinrichs | ramineni: remind me which one got merged | 00:29 |
*** dims has quit IRC | 00:29 | |
ramineni | https://review.openstack.org/#/c/250598/ | 00:29 |
*** thorst has quit IRC | 00:29 | |
thinrichs | Right—the one that uses a different devstack job to test kilo/liberty | 00:29 |
thinrichs | ramineni: what's the new problem? | 00:30 |
ramineni | yes | 00:30 |
*** ryu25 has joined #openstack-meeting | 00:30 | |
ramineni | thinrichs: thought tempest plugin arch is mrged on liberty branch , but looks like it isnt part of stable liberty | 00:30 |
*** thorst has joined #openstack-meeting | 00:30 | |
*** MaxPC has quit IRC | 00:30 | |
ramineni | thinrichs: i should change the job not to use, my bad should have checked before :( | 00:30 |
thinrichs | How is something merged into liberty but not on the stable branch? The only branches we have are … master, stable/kilo, stable/liberty. | 00:31 |
ramineni | thinrichs: not sure , https://github.com/openstack/congress/tree/stable/liberty | 00:32 |
ramineni | thinrichs: there is no congress_tempest_tests here | 00:32 |
thinrichs | Maybe that got merged after we cut the liberty branch, and we didn't backport it. | 00:33 |
thinrichs | Well at least the fix is straightforward right? It just means another review that goes through infra. | 00:33 |
ramineni | yep, i didnt notice it , i thought it merged long before , should be on liberty | 00:33 |
ramineni | yes | 00:33 |
ramineni | will raise one more patch today .. hopefully that should fix the issue on liberty gate failures | 00:34 |
thinrichs | ramineni: thanks for seeing this through. Sounds like you're on top of it. | 00:34 |
thinrichs | bryan_att: you're next | 00:35 |
*** xuhaiwei has quit IRC | 00:35 | |
thinrichs | #topic Install | 00:35 |
*** openstack changes topic to "Install (Meeting topic: CongressTeamMeeting)" | 00:35 | |
bryan_att | ok | 00:35 |
thinrichs | bryan_att: could you give us some background and then ask your questions? | 00:35 |
bryan_att | sure | 00:35 |
bryan_att | I'm working on a manual/scripted install process based upon the congress readme and the Ansible installer playbook I got from VMWare a while back. | 00:35 |
bryan_att | https://wiki.opnfv.org/copper/academy/joid/congress | 00:35 |
bryan_att | I didn't get all the way (got most of the way) with Ansible so I fell back to scripting this in bash one step at a time. | 00:35 |
bryan_att | I will bring it back to Ansible, then MAAS/JuJu, Fuel/Puppet, RDO, etc so I get the widest OPNFV installer support, over time. | 00:35 |
bryan_att | At the least I will have a post-OPNFV-installer that works with OpenStack as deployed by these different infra mgmt tools. | 00:36 |
bryan_att | For now, I have a repeatable install process, and have passed various adhoc tests plus the "tox -epy27" tests. | 00:36 |
bryan_att | First Question I have, is how the congress tempest tests relate to the the "tox -epy27" tests. | 00:36 |
thinrichs | bryan_att: they are completely unrelated | 00:36 |
thinrichs | the tox -epy27 runs a bunch of unit tests | 00:37 |
thinrichs | Those are all just basic python tests that we run all the time | 00:37 |
bryan_att | OK, I need to know how to integrate the tempest tests into our OPNFV CI process, so a pointer to that in the docs will be appreciated. | 00:37 |
thinrichs | The tempest tests assume there's an entire openstack cloud running and then checks that congress is behaving properly when interacting with the other projects. | 00:38 |
bryan_att | yes, that's our assumption as well | 00:38 |
thinrichs | You would integrate the Congress tempest tests the same way you'd integrate any other OpenStack project's tempest tests. | 00:38 |
bryan_att | the tests run once the openstack and all components are installed | 00:38 |
thinrichs | bryan_att: yep | 00:38 |
*** lpabon has quit IRC | 00:38 | |
*** thorst has quit IRC | 00:38 | |
thinrichs | ramineni: do you know if we have docs that detail how to run the tempest tests? | 00:39 |
bryan_att | ok, just to let you know that's an objective. I will look for how to do it. OPNFV People running the base system tests should already know. | 00:39 |
ramineni | we have readme on running tempest tests , im not sure if that what is you are expecting | 00:40 |
bryan_att | I will look at the readme. A link is appreciated. | 00:40 |
thinrichs | Try this... | 00:40 |
thinrichs | #link https://github.com/openstack/congress/tree/master/congress_tempest_tests/tests | 00:40 |
ramineni | https://github.com/openstack/congress/blob/master/congress_tempest_tests/tests/README.rst | 00:40 |
bryan_att | thanks | 00:40 |
bryan_att | Next, some other questions / suggestions are being accumulated. How/when to bring these to the Congress team is an open question. | 00:40 |
bryan_att | I know you are all very busy. But want to get started on these to get more engaged in the project. | 00:41 |
thinrichs | We always like feedback! | 00:41 |
thinrichs | I'd recommend an email, probably to the mailing list, if you're comfortable with that. | 00:41 |
bryan_att | I'll give you a quick overview now, and we can followup. | 00:41 |
thinrichs | Great! | 00:41 |
*** ricolin has joined #openstack-meeting | 00:41 | |
bryan_att | #1 is that Horizon is not showing the Policy tab. | 00:41 |
bryan_att | No idea why. | 00:42 |
thinrichs | jwy: you here? | 00:42 |
thinrichs | jwy is our expert on Horizon | 00:42 |
*** otter768 has joined #openstack-meeting | 00:42 | |
*** pratikmallya has joined #openstack-meeting | 00:42 | |
bryan_att | ok, a followup or irc sidebar would be great | 00:42 |
bryan_att | as background: The use cases I am focusing on are shown in the OPNFV Copper document at http://artifacts.opnfv.org/copper/docs/design/index.html | 00:43 |
*** pots has quit IRC | 00:43 | |
thinrichs | seems she's not here | 00:43 |
*** leecalcote has quit IRC | 00:43 | |
bryan_att | (these may seem off-base and hypothetical) | 00:43 |
bryan_att | But I'm struggling to find a lot of use cases I can achieve through the datasources currently supported by Congress. | 00:43 |
*** dimtruck is now known as zz_dimtruck | 00:43 | |
bryan_att | I may suggest additional datasource table columns, if I can find the type of data/relations supporting the use cases, in the OpenStack component data structures. | 00:43 |
ramineni | bryan_att: have u checked , ui files of congress are copied to horizon dashboard directory | 00:43 |
*** p0rtal_ has joined #openstack-meeting | 00:44 | |
bryan_att | does that assume that congress is running on the same server as horizon? | 00:44 |
*** zhhuabj has quit IRC | 00:44 | |
bryan_att | I have congress running in a LXC container on the same host as horizon, but horizon is also running in a container. | 00:45 |
bryan_att | the deployment for JOID is shown at https://wiki.opnfv.org/copper/academy | 00:45 |
bryan_att | The first diagram there. | 00:45 |
bryan_att | That's one idea I had, i.e. that the install instructions assume the same host. | 00:46 |
thinrichs | Hmmmm… not sure about the container issues. But I'd imagine that if you copy the files into Horizon's container it should work. | 00:46 |
masahito | bryan_att: No. Horizon related files are keeped in congress repo. contrib/horizon/*. we need to copy it under horizon repo if you want to use. | 00:46 |
bryan_att | OK, I just need to know what to copy from the congress install to horizon and where to copy it to. | 00:47 |
ramineni | bryan_att: i think horizon should be able to automatically identify the plugins installed in env, but yes copying files should work | 00:47 |
ramineni | bryan_att: i did that for testing my bug :) | 00:47 |
*** p0rtal has quit IRC | 00:47 | |
thinrichs | ramineni: do plugins work across containers? I'd be surprised. | 00:47 |
*** tej has joined #openstack-meeting | 00:47 | |
bryan_att | OK, I wasn't sure how Horizon was discovering the plugins. | 00:47 |
thinrichs | We're running a bit short on time. | 00:47 |
ramineni | im also not sure about containers , how would it wrk | 00:47 |
*** otter768 has quit IRC | 00:47 | |
bryan_att | OK, I can send the rest to the list. | 00:48 |
thinrichs | bryan_att: do you have a long list? | 00:48 |
bryan_att | Getting there... I can dump it here | 00:48 |
*** p0rtal has joined #openstack-meeting | 00:48 | |
thinrichs | We have time to discuss more, but I want to leave some time for open discussion. | 00:48 |
bryan_att | ok | 00:49 |
bryan_att | Some items include: How to create tables for use in policies; How to do string operations, e.g. simple compares with wildcards; How to add metadata/tags to various openstack databases for use by congress policies. | 00:49 |
thinrichs | A dump sounds good, so we have a sense of the breadth of issues. | 00:49 |
ramineni | bryan_att: i can share exact location where to copy seeing my dev , please ping me on IRC later | 00:49 |
bryan_att | OK, will do | 00:49 |
bryan_att | In testing, I seemed to get the congress database off into the weeds after a while: | 00:49 |
bryan_att | - some tables get created that I am not expecting, or that I can't delete (or don't get deleted) through the API e.g. when the related policy is created | 00:49 |
bryan_att | - "rule already exists" error when it doesn't or at least is not retrieved for any existing policy I created | 00:49 |
bryan_att | etc | 00:50 |
*** aimon has joined #openstack-meeting | 00:50 | |
bryan_att | That's about all I have written down | 00:50 |
*** p0rtal_ has quit IRC | 00:50 | |
*** rcernin has quit IRC | 00:50 | |
bryan_att | a few more I am scratching my head over though | 00:50 |
thinrichs | bryan_att: that's great feedback! | 00:50 |
bryan_att | ok, that's about all for me\ | 00:51 |
*** ayoung has quit IRC | 00:51 | |
thinrichs | bryan_att: if you could put that into an email, we can create a buglist and get to work fixing them. | 00:51 |
bryan_att | will do | 00:51 |
thinrichs | bryan_att: don't forget to include the version of congress you're using: kilo/liberty/master | 00:51 |
thinrichs | bryan_att: thanks! | 00:51 |
thinrichs | #topic open discussion | 00:52 |
*** openstack changes topic to "open discussion (Meeting topic: CongressTeamMeeting)" | 00:52 | |
bryan_att | I'm using stable/liberty | 00:52 |
*** alexpilotti has joined #openstack-meeting | 00:52 | |
thinrichs | bryan_att: that's the right one to be using. | 00:52 |
*** aimon_ has joined #openstack-meeting | 00:52 | |
thinrichs | Open topics? We haven't done status updates for a while, so that's a good topic too. | 00:52 |
*** pvaneck has quit IRC | 00:53 | |
*** Swami_ has quit IRC | 00:54 | |
masahito | My update is here. | 00:54 |
masahito | I pushed push-type-datasource-driver https://review.openstack.org/#/c/256303/ | 00:54 |
*** aimon has quit IRC | 00:55 | |
*** angdraug has quit IRC | 00:55 | |
thinrichs | masahito: that's some cool stuff! | 00:55 |
thinrichs | I took a look, let's have others take a look too. | 00:55 |
masahito | It's a first implementation. so feel free to comment it to improve the feature. | 00:56 |
*** MarkAtwood has quit IRC | 00:56 | |
thinrichs | That's a completely new way to get data into the system, so I'd imagine we'll want several people to think about it. | 00:56 |
*** alexpilotti has quit IRC | 00:56 | |
thinrichs | It's a great first cut! | 00:57 |
*** ajmiller has quit IRC | 00:57 | |
masahito | Yes. And I noticed monasca team seems to want the driver for monasca. I'll revise it as much as possible by mid-cycle. | 00:58 |
*** tej has quit IRC | 00:58 | |
*** zhhuabj has joined #openstack-meeting | 00:58 | |
thinrichs | All right. We're out of time. | 00:59 |
thinrichs | Thanks all! | 00:59 |
thinrichs | We'll meet next week, but probably not the week after that. | 00:59 |
thinrichs | #endmeeting | 00:59 |
*** openstack changes topic to "gate-tempest-dsvm-neutron-src-python-heatclient - what does it test?? (Meeting topic: Heat)" | 00:59 | |
openstack | Meeting ended Thu Dec 17 00:59:56 2015 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 00:59 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/congressteammeeting/2015/congressteammeeting.2015-12-17-00.01.html | 00:59 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/congressteammeeting/2015/congressteammeeting.2015-12-17-00.01.txt | 01:00 |
openstack | Log: http://eavesdrop.openstack.org/meetings/congressteammeeting/2015/congressteammeeting.2015-12-17-00.01.log.html | 01:00 |
*** thinrichs has left #openstack-meeting | 01:00 | |
*** ramineni has left #openstack-meeting | 01:00 | |
masahito | thanks, bye! | 01:00 |
*** masahito has left #openstack-meeting | 01:00 | |
*** thorst has joined #openstack-meeting | 01:02 | |
*** dguitarbite has joined #openstack-meeting | 01:02 | |
*** IlyaG has quit IRC | 01:02 | |
*** tej has joined #openstack-meeting | 01:04 | |
*** zhhuabj has quit IRC | 01:05 | |
*** p0rtal has quit IRC | 01:05 | |
*** adrianofr has quit IRC | 01:06 | |
*** IlyaG has joined #openstack-meeting | 01:09 | |
*** arvinchou_ has joined #openstack-meeting | 01:09 | |
*** arvinchou_ has quit IRC | 01:09 | |
*** arvinchou_ has joined #openstack-meeting | 01:10 | |
*** gyee has quit IRC | 01:11 | |
*** hemna is now known as hemnafk | 01:11 | |
*** thorst has quit IRC | 01:12 | |
*** nick-ma has joined #openstack-meeting | 01:12 | |
*** mfranc213 has joined #openstack-meeting | 01:12 | |
*** thorst has joined #openstack-meeting | 01:13 | |
*** ljxiash has joined #openstack-meeting | 01:14 | |
*** dmorita has quit IRC | 01:15 | |
*** alexsyip has quit IRC | 01:16 | |
*** mfranc213 has quit IRC | 01:17 | |
*** zhhuabj has joined #openstack-meeting | 01:18 | |
*** thorst has quit IRC | 01:21 | |
*** mudassirlatif has quit IRC | 01:22 | |
*** skath_ has quit IRC | 01:23 | |
*** skath_ has joined #openstack-meeting | 01:24 | |
*** etoews has quit IRC | 01:24 | |
*** zhiyan has quit IRC | 01:25 | |
*** etoews has joined #openstack-meeting | 01:25 | |
*** cartik has joined #openstack-meeting | 01:25 | |
*** zxiiro has quit IRC | 01:25 | |
*** jrichli has left #openstack-meeting | 01:27 | |
*** zhiyan has joined #openstack-meeting | 01:28 | |
*** tej has quit IRC | 01:28 | |
*** zxiiro has joined #openstack-meeting | 01:28 | |
*** cartik has quit IRC | 01:30 | |
*** mbound_ has quit IRC | 01:31 | |
*** tej has joined #openstack-meeting | 01:38 | |
*** dmorita has joined #openstack-meeting | 01:39 | |
*** zhhuabj has quit IRC | 01:39 | |
*** merooney has joined #openstack-meeting | 01:43 | |
*** leeantho has quit IRC | 01:47 | |
*** annegentle has joined #openstack-meeting | 01:48 | |
*** baohua has joined #openstack-meeting | 01:48 | |
*** zhhuabj has joined #openstack-meeting | 01:52 | |
*** tej has quit IRC | 01:52 | |
*** zhhuabj has quit IRC | 01:56 | |
*** changzhi has joined #openstack-meeting | 01:59 | |
*** mtanino has joined #openstack-meeting | 01:59 | |
*** dixiaoli has joined #openstack-meeting | 02:00 | |
*** epico has joined #openstack-meeting | 02:00 | |
*** aeng has quit IRC | 02:02 | |
*** amotoki has joined #openstack-meeting | 02:03 | |
*** dixiaoli has quit IRC | 02:04 | |
*** amotoki_ has joined #openstack-meeting | 02:05 | |
*** aranjan has quit IRC | 02:06 | |
*** thorst has joined #openstack-meeting | 02:08 | |
*** amotoki has quit IRC | 02:09 | |
*** thorst has quit IRC | 02:09 | |
*** thorst has joined #openstack-meeting | 02:09 | |
*** zhhuabj has joined #openstack-meeting | 02:10 | |
*** ivar-laz_ has joined #openstack-meeting | 02:12 | |
*** yamamoto has joined #openstack-meeting | 02:14 | |
*** ivar-lazzaro has quit IRC | 02:15 | |
*** zhhuabj has quit IRC | 02:16 | |
*** ivar-laz_ has quit IRC | 02:16 | |
*** thorst has quit IRC | 02:18 | |
*** daddyjoseph97 has quit IRC | 02:19 | |
*** topol has joined #openstack-meeting | 02:19 | |
*** yamahata has quit IRC | 02:19 | |
*** baoli has joined #openstack-meeting | 02:20 | |
*** baoli has quit IRC | 02:22 | |
*** baoli has joined #openstack-meeting | 02:22 | |
*** zhhuabj has joined #openstack-meeting | 02:23 | |
*** p0rtal has joined #openstack-meeting | 02:24 | |
*** hoangcx has joined #openstack-meeting | 02:27 | |
*** sputnik13 has quit IRC | 02:32 | |
*** yamamoto has quit IRC | 02:33 | |
*** penick has quit IRC | 02:34 | |
*** baoli has quit IRC | 02:35 | |
*** baoli has joined #openstack-meeting | 02:36 | |
*** kencjohnston has joined #openstack-meeting | 02:36 | |
*** piet has joined #openstack-meeting | 02:37 | |
*** dguitarbite has quit IRC | 02:40 | |
*** s3wong has quit IRC | 02:40 | |
*** dguitarbite has joined #openstack-meeting | 02:41 | |
*** otter768 has joined #openstack-meeting | 02:43 | |
*** gongysh_ has joined #openstack-meeting | 02:44 | |
*** gcb has joined #openstack-meeting | 02:44 | |
*** otter768 has quit IRC | 02:48 | |
*** hoangcx has left #openstack-meeting | 02:48 | |
*** fzdarsky_ has joined #openstack-meeting | 02:51 | |
*** piet has quit IRC | 02:52 | |
*** dmowrer has joined #openstack-meeting | 02:53 | |
*** gongysh_ has quit IRC | 02:53 | |
*** fzdarsky has quit IRC | 02:55 | |
*** dmowrer has quit IRC | 02:57 | |
*** amotoki_ has quit IRC | 02:57 | |
*** harlowja has quit IRC | 02:58 | |
*** baoli has quit IRC | 03:00 | |
*** elo has quit IRC | 03:01 | |
*** ricolin has quit IRC | 03:02 | |
*** apoorvad has quit IRC | 03:02 | |
*** piet has joined #openstack-meeting | 03:02 | |
*** ekcs has quit IRC | 03:10 | |
*** alexpilotti has joined #openstack-meeting | 03:14 | |
*** yonglihe has joined #openstack-meeting | 03:14 | |
*** yamamoto has joined #openstack-meeting | 03:15 | |
*** thorst has joined #openstack-meeting | 03:15 | |
*** alexpilotti has quit IRC | 03:18 | |
*** ashtokolov has quit IRC | 03:18 | |
*** Kevin_Zheng has quit IRC | 03:19 | |
*** ashtokolov has joined #openstack-meeting | 03:20 | |
*** hazmat has quit IRC | 03:20 | |
*** Kevin_Zheng has joined #openstack-meeting | 03:21 | |
*** thorst has quit IRC | 03:23 | |
*** hazmat has joined #openstack-meeting | 03:23 | |
*** unicell1 has quit IRC | 03:24 | |
*** mfranc213 has joined #openstack-meeting | 03:24 | |
*** mfranc213 has quit IRC | 03:29 | |
*** kencjohnston has quit IRC | 03:32 | |
*** docaedo has quit IRC | 03:36 | |
*** zhurong has joined #openstack-meeting | 03:36 | |
*** annp has joined #openstack-meeting | 03:41 | |
*** jckasper has joined #openstack-meeting | 03:43 | |
*** xuhaiwei has joined #openstack-meeting | 03:44 | |
*** docaedo has joined #openstack-meeting | 03:47 | |
*** amotoki has joined #openstack-meeting | 03:47 | |
*** amotoki has quit IRC | 03:50 | |
*** ddieterly has quit IRC | 03:53 | |
*** ddieterly has joined #openstack-meeting | 03:54 | |
*** amotoki has joined #openstack-meeting | 03:55 | |
*** ddieterly has quit IRC | 03:58 | |
*** amotoki_ has joined #openstack-meeting | 04:02 | |
*** amotoki has quit IRC | 04:05 | |
*** dguitarbite has quit IRC | 04:08 | |
*** harshs has joined #openstack-meeting | 04:09 | |
*** pratikmallya has quit IRC | 04:16 | |
*** cartik has joined #openstack-meeting | 04:19 | |
*** ljxiash has quit IRC | 04:20 | |
*** maishsk has quit IRC | 04:20 | |
*** ljxiash has joined #openstack-meeting | 04:20 | |
*** thorst has joined #openstack-meeting | 04:20 | |
*** maishsk has joined #openstack-meeting | 04:23 | |
*** ljxiash has quit IRC | 04:25 | |
*** piet has quit IRC | 04:26 | |
*** ljxiash has joined #openstack-meeting | 04:26 | |
*** thorst has quit IRC | 04:28 | |
*** harshs_ has joined #openstack-meeting | 04:29 | |
*** harshs has quit IRC | 04:31 | |
*** harshs_ is now known as harshs | 04:31 | |
*** tej has joined #openstack-meeting | 04:32 | |
*** alexpilotti has joined #openstack-meeting | 04:35 | |
*** Ramanjaneya has joined #openstack-meeting | 04:36 | |
*** spzala has quit IRC | 04:37 | |
*** alexpilotti has quit IRC | 04:40 | |
*** tej has quit IRC | 04:42 | |
*** otter768 has joined #openstack-meeting | 04:44 | |
*** hichihara has joined #openstack-meeting | 04:44 | |
*** bochi-michael has joined #openstack-meeting | 04:47 | |
*** gongysh_ has joined #openstack-meeting | 04:48 | |
*** zhurong has quit IRC | 04:48 | |
*** ricolin has joined #openstack-meeting | 04:49 | |
*** otter768 has quit IRC | 04:49 | |
*** Nakato has quit IRC | 04:51 | |
*** Nakato has joined #openstack-meeting | 04:51 | |
*** merooney has quit IRC | 04:52 | |
*** gongysh_ has quit IRC | 04:52 | |
*** gcb has quit IRC | 04:52 | |
*** boris-42_ has quit IRC | 04:53 | |
*** eranrom has quit IRC | 04:58 | |
*** aranjan has joined #openstack-meeting | 05:00 | |
*** gongysh_ has joined #openstack-meeting | 05:01 | |
*** gus has quit IRC | 05:04 | |
*** zhurong has joined #openstack-meeting | 05:05 | |
*** mtreinish has quit IRC | 05:08 | |
*** JRobinson__ is now known as JRobinson__afk | 05:09 | |
*** garthb has joined #openstack-meeting | 05:12 | |
*** harshs has quit IRC | 05:13 | |
*** harshs_ has joined #openstack-meeting | 05:13 | |
*** JRobinson__afk is now known as JRobinson__ | 05:13 | |
*** numans has joined #openstack-meeting | 05:15 | |
*** mtreinish has joined #openstack-meeting | 05:17 | |
*** zhhuabj_ has joined #openstack-meeting | 05:18 | |
*** maishsk has quit IRC | 05:20 | |
*** zhhuabj has quit IRC | 05:20 | |
*** thorst has joined #openstack-meeting | 05:25 | |
*** vahidh has quit IRC | 05:29 | |
*** mtanino has quit IRC | 05:30 | |
*** yonglihe has quit IRC | 05:31 | |
*** dmacpher has joined #openstack-meeting | 05:31 | |
*** thorst has quit IRC | 05:33 | |
*** vahidh has joined #openstack-meeting | 05:34 | |
*** aranjan has quit IRC | 05:34 | |
*** neeti has joined #openstack-meeting | 05:34 | |
*** Brandon_Berg has left #openstack-meeting | 05:35 | |
*** dmowrer has joined #openstack-meeting | 05:35 | |
*** MarkAtwood has joined #openstack-meeting | 05:36 | |
*** mfranc213 has joined #openstack-meeting | 05:36 | |
*** maishsk has joined #openstack-meeting | 05:37 | |
*** maishsk has quit IRC | 05:38 | |
*** dmowrer has quit IRC | 05:39 | |
*** mfranc213 has quit IRC | 05:40 | |
*** gongysh_ has quit IRC | 05:43 | |
*** epico has quit IRC | 05:45 | |
*** gus has joined #openstack-meeting | 05:49 | |
*** piet has joined #openstack-meeting | 05:50 | |
*** harshs has joined #openstack-meeting | 05:50 | |
*** jckasper has quit IRC | 05:50 | |
*** harshs_ has quit IRC | 05:51 | |
*** cartik has quit IRC | 05:56 | |
*** epico has joined #openstack-meeting | 05:56 | |
*** aeng has joined #openstack-meeting | 06:00 | |
*** piet has quit IRC | 06:04 | |
*** hoangcx has joined #openstack-meeting | 06:05 | |
*** hoangcx has left #openstack-meeting | 06:06 | |
*** aeng has quit IRC | 06:08 | |
*** piet has joined #openstack-meeting | 06:09 | |
*** aranjan has joined #openstack-meeting | 06:10 | |
*** zhhuabj has joined #openstack-meeting | 06:10 | |
*** asselin_ has quit IRC | 06:10 | |
*** sarob has quit IRC | 06:10 | |
*** ryanpetrello has quit IRC | 06:10 | |
*** asselin_ has joined #openstack-meeting | 06:11 | |
*** sarob has joined #openstack-meeting | 06:11 | |
*** davidlenwell has quit IRC | 06:12 | |
*** zhhuabj_ has quit IRC | 06:13 | |
*** davidlenwell has joined #openstack-meeting | 06:14 | |
*** zhurong has quit IRC | 06:16 | |
*** akamyshnikova_ has joined #openstack-meeting | 06:17 | |
*** zhurong has joined #openstack-meeting | 06:18 | |
*** mudassirlatif has joined #openstack-meeting | 06:18 | |
*** dmacpher has quit IRC | 06:19 | |
*** ryanpetrello has joined #openstack-meeting | 06:20 | |
*** hdaniel has joined #openstack-meeting | 06:20 | |
*** SridharG has joined #openstack-meeting | 06:20 | |
*** piet has quit IRC | 06:22 | |
*** dmorita has quit IRC | 06:23 | |
*** dmorita has joined #openstack-meeting | 06:24 | |
*** maishsk has joined #openstack-meeting | 06:27 | |
*** dmorita has quit IRC | 06:27 | |
*** dmorita has joined #openstack-meeting | 06:27 | |
*** haomaiwang has joined #openstack-meeting | 06:27 | |
*** thorst has joined #openstack-meeting | 06:31 | |
*** ivar-lazzaro has joined #openstack-meeting | 06:31 | |
*** pratikmallya has joined #openstack-meeting | 06:32 | |
*** haomaiwang has quit IRC | 06:37 | |
*** 5EXAAIFVW has joined #openstack-meeting | 06:38 | |
*** thorst has quit IRC | 06:38 | |
*** dmorita has quit IRC | 06:40 | |
*** maishsk has quit IRC | 06:40 | |
*** maishsk_ has joined #openstack-meeting | 06:40 | |
*** dixiaoli has joined #openstack-meeting | 06:42 | |
*** dmorita has joined #openstack-meeting | 06:43 | |
*** SridharG has left #openstack-meeting | 06:43 | |
*** otter768 has joined #openstack-meeting | 06:45 | |
*** bzhao has quit IRC | 06:45 | |
*** bzhao has joined #openstack-meeting | 06:46 | |
*** dmorita has quit IRC | 06:47 | |
*** otter768 has quit IRC | 06:50 | |
*** liusheng has quit IRC | 06:52 | |
*** liusheng has joined #openstack-meeting | 06:52 | |
*** zehicle has joined #openstack-meeting | 06:54 | |
*** ljxiash has quit IRC | 06:57 | |
*** maishsk_ has quit IRC | 06:57 | |
*** ljxiash has joined #openstack-meeting | 06:57 | |
*** garyk has quit IRC | 06:58 | |
*** adahms has quit IRC | 06:58 | |
*** harshs_ has joined #openstack-meeting | 06:59 | |
*** harshs has quit IRC | 07:00 | |
*** harshs_ is now known as harshs | 07:00 | |
*** p0rtal has quit IRC | 07:00 | |
*** 5EXAAIFVW has quit IRC | 07:01 | |
*** ljxiash_ has joined #openstack-meeting | 07:01 | |
*** haomaiwang has joined #openstack-meeting | 07:01 | |
*** eranrom has joined #openstack-meeting | 07:02 | |
*** ljxiash has quit IRC | 07:02 | |
*** ricolin has quit IRC | 07:09 | |
*** alexpilotti has joined #openstack-meeting | 07:12 | |
*** alexpilotti has quit IRC | 07:16 | |
*** aranjan has quit IRC | 07:17 | |
*** aranjan has joined #openstack-meeting | 07:17 | |
*** hdaniel has quit IRC | 07:17 | |
*** harshs has quit IRC | 07:20 | |
*** deti has joined #openstack-meeting | 07:21 | |
*** deti has quit IRC | 07:22 | |
*** deti has joined #openstack-meeting | 07:22 | |
*** SridharG has joined #openstack-meeting | 07:22 | |
*** irenab has quit IRC | 07:24 | |
*** harshs has joined #openstack-meeting | 07:24 | |
*** harshs has quit IRC | 07:24 | |
*** haomaiwang has quit IRC | 07:26 | |
*** deti has quit IRC | 07:26 | |
*** tobe has joined #openstack-meeting | 07:27 | |
*** harshs has joined #openstack-meeting | 07:27 | |
*** haomaiwang has joined #openstack-meeting | 07:29 | |
*** garthb has quit IRC | 07:31 | |
*** harshs has quit IRC | 07:35 | |
*** thorst has joined #openstack-meeting | 07:35 | |
*** alexpilotti has joined #openstack-meeting | 07:36 | |
*** ljxiash_ has quit IRC | 07:39 | |
*** ljxiash has joined #openstack-meeting | 07:40 | |
*** alexpilotti has quit IRC | 07:40 | |
*** ljxiash_ has joined #openstack-meeting | 07:42 | |
*** hdaniel has joined #openstack-meeting | 07:42 | |
*** thorst has quit IRC | 07:43 | |
*** ljxiash__ has joined #openstack-meeting | 07:43 | |
*** ljxiash has quit IRC | 07:44 | |
*** ljxiash_ has quit IRC | 07:46 | |
*** ljxiash has joined #openstack-meeting | 07:47 | |
*** dmowrer has joined #openstack-meeting | 07:47 | |
*** JRobinson__ has quit IRC | 07:49 | |
*** ljxiash__ has quit IRC | 07:50 | |
*** gjayavelu has joined #openstack-meeting | 07:50 | |
*** dmowrer has quit IRC | 07:51 | |
*** ljxiash has quit IRC | 07:51 | |
*** ljxiash has joined #openstack-meeting | 07:52 | |
*** hdaniel has quit IRC | 07:53 | |
*** annp has quit IRC | 07:54 | |
*** safchain has joined #openstack-meeting | 07:54 | |
*** eranrom has quit IRC | 07:54 | |
*** hanchao has joined #openstack-meeting | 07:55 | |
*** ljxiash has quit IRC | 07:56 | |
*** ljxiash has joined #openstack-meeting | 07:57 | |
*** vahidh has quit IRC | 07:59 | |
*** vahidh has joined #openstack-meeting | 07:59 | |
*** haomaiwang has quit IRC | 08:01 | |
*** haomaiwang has joined #openstack-meeting | 08:01 | |
*** harshs has joined #openstack-meeting | 08:04 | |
*** zeih has joined #openstack-meeting | 08:06 | |
*** jtomasek has joined #openstack-meeting | 08:06 | |
*** scheuran has joined #openstack-meeting | 08:08 | |
*** alexschm has joined #openstack-meeting | 08:09 | |
*** gjayavelu has quit IRC | 08:09 | |
*** zeih has quit IRC | 08:10 | |
*** Liuqing has joined #openstack-meeting | 08:10 | |
*** irenab has joined #openstack-meeting | 08:12 | |
*** unicell has joined #openstack-meeting | 08:13 | |
*** jprovazn has joined #openstack-meeting | 08:13 | |
*** hashar has joined #openstack-meeting | 08:14 | |
*** thorst has joined #openstack-meeting | 08:16 | |
*** hdaniel has joined #openstack-meeting | 08:16 | |
*** unicell1 has joined #openstack-meeting | 08:17 | |
*** zeih has joined #openstack-meeting | 08:18 | |
*** unicell has quit IRC | 08:18 | |
*** harshs_ has joined #openstack-meeting | 08:19 | |
*** harshs has quit IRC | 08:19 | |
*** harshs_ is now known as harshs | 08:19 | |
*** ivar-lazzaro has quit IRC | 08:22 | |
*** thorst has quit IRC | 08:23 | |
*** zeih has quit IRC | 08:23 | |
*** e0ne has joined #openstack-meeting | 08:23 | |
*** toscalix has joined #openstack-meeting | 08:26 | |
*** mudassirlatif has quit IRC | 08:26 | |
*** rcernin has joined #openstack-meeting | 08:26 | |
*** toscalix has quit IRC | 08:27 | |
*** toscalix has joined #openstack-meeting | 08:27 | |
*** phil has joined #openstack-meeting | 08:30 | |
*** phil is now known as Guest98800 | 08:31 | |
*** klkumar has joined #openstack-meeting | 08:32 | |
*** MattMan has quit IRC | 08:33 | |
*** MattMan has joined #openstack-meeting | 08:33 | |
*** alexpilotti has joined #openstack-meeting | 08:36 | |
*** adahms has joined #openstack-meeting | 08:36 | |
*** MarkAtwood has quit IRC | 08:38 | |
*** annp has joined #openstack-meeting | 08:38 | |
*** tfukushima has joined #openstack-meeting | 08:38 | |
*** pratikmallya has quit IRC | 08:38 | |
*** e0ne has quit IRC | 08:38 | |
*** alexschm_ has joined #openstack-meeting | 08:39 | |
*** e0ne has joined #openstack-meeting | 08:40 | |
*** alexpilotti has quit IRC | 08:40 | |
*** rcernin has quit IRC | 08:40 | |
*** rossella_s has joined #openstack-meeting | 08:40 | |
*** rcernin has joined #openstack-meeting | 08:41 | |
*** alexsch__ has joined #openstack-meeting | 08:41 | |
*** harshs has quit IRC | 08:41 | |
*** alexschm has quit IRC | 08:42 | |
*** jprovazn has quit IRC | 08:43 | |
*** alexschm_ has quit IRC | 08:43 | |
*** _nadya_ has joined #openstack-meeting | 08:43 | |
*** otter768 has joined #openstack-meeting | 08:46 | |
*** harshs has joined #openstack-meeting | 08:46 | |
*** zeih has joined #openstack-meeting | 08:48 | |
*** FallenPegasus has joined #openstack-meeting | 08:48 | |
*** otter768 has quit IRC | 08:50 | |
*** geguileo has left #openstack-meeting | 08:51 | |
*** jschwarz has joined #openstack-meeting | 08:51 | |
*** emsomeoneelse has joined #openstack-meeting | 08:52 | |
*** zeih has quit IRC | 08:52 | |
*** ashtokolov has quit IRC | 08:53 | |
*** e0ne has quit IRC | 08:53 | |
*** patrickeast has quit IRC | 08:56 | |
*** ashtokolov has joined #openstack-meeting | 08:57 | |
*** alexpilotti has joined #openstack-meeting | 08:58 | |
*** baohua has quit IRC | 08:59 | |
*** Kevin_Zheng has quit IRC | 08:59 | |
*** haomaiwang has quit IRC | 09:01 | |
*** alexsch__ has quit IRC | 09:01 | |
*** haomaiwang has joined #openstack-meeting | 09:01 | |
*** matrohon has joined #openstack-meeting | 09:01 | |
*** xuhaiwei has quit IRC | 09:02 | |
*** alexschm has joined #openstack-meeting | 09:03 | |
*** briancurtin has quit IRC | 09:04 | |
*** alexschm has quit IRC | 09:04 | |
*** ashtokolov has quit IRC | 09:04 | |
*** alexschm has joined #openstack-meeting | 09:05 | |
*** IlyaG has quit IRC | 09:05 | |
*** patrickeast has joined #openstack-meeting | 09:06 | |
*** nicolas_s has joined #openstack-meeting | 09:06 | |
*** hazmat has quit IRC | 09:06 | |
*** amotoki_ has quit IRC | 09:06 | |
*** Kevin_Zheng has joined #openstack-meeting | 09:07 | |
*** derekh has joined #openstack-meeting | 09:09 | |
*** ndipanov has joined #openstack-meeting | 09:09 | |
*** pnavarro has joined #openstack-meeting | 09:10 | |
*** zhurong has quit IRC | 09:10 | |
*** xuhaiwei has joined #openstack-meeting | 09:11 | |
*** ashtokolov has joined #openstack-meeting | 09:11 | |
*** harshs_ has joined #openstack-meeting | 09:12 | |
*** briancurtin has joined #openstack-meeting | 09:12 | |
*** yassine__ has joined #openstack-meeting | 09:13 | |
*** harshs has quit IRC | 09:14 | |
*** ygbo has joined #openstack-meeting | 09:14 | |
*** harshs_ is now known as harshs | 09:14 | |
*** patrickeast has quit IRC | 09:15 | |
*** briancurtin has quit IRC | 09:17 | |
*** Kevin_Zheng has quit IRC | 09:19 | |
*** thorst has joined #openstack-meeting | 09:20 | |
*** ashtokolov has quit IRC | 09:21 | |
*** rossella_s has quit IRC | 09:21 | |
*** aranjan has quit IRC | 09:22 | |
*** rossella_s has joined #openstack-meeting | 09:23 | |
*** jlanoux has joined #openstack-meeting | 09:25 | |
*** zigo has quit IRC | 09:25 | |
*** zigo_ has joined #openstack-meeting | 09:26 | |
*** xuhaiwei has quit IRC | 09:26 | |
*** FallenPegasus has quit IRC | 09:26 | |
*** zeih has joined #openstack-meeting | 09:26 | |
*** thorst has quit IRC | 09:27 | |
*** salv-orlando has joined #openstack-meeting | 09:28 | |
*** hichihara has quit IRC | 09:29 | |
*** amotoki has joined #openstack-meeting | 09:33 | |
*** nicolas_s has quit IRC | 09:34 | |
*** ashtokolov has joined #openstack-meeting | 09:37 | |
*** tobe has quit IRC | 09:38 | |
*** xuhaiwei has joined #openstack-meeting | 09:38 | |
*** pratikmallya has joined #openstack-meeting | 09:39 | |
*** patrickeast has joined #openstack-meeting | 09:39 | |
*** harshs has quit IRC | 09:39 | |
*** haomaiwang has quit IRC | 09:40 | |
*** tobe has joined #openstack-meeting | 09:40 | |
*** tobe has quit IRC | 09:41 | |
*** tobe has joined #openstack-meeting | 09:41 | |
*** hazmat has joined #openstack-meeting | 09:43 | |
*** harshs has joined #openstack-meeting | 09:43 | |
*** pratikmallya has quit IRC | 09:43 | |
*** Kevin_Zheng has joined #openstack-meeting | 09:43 | |
*** harshs has quit IRC | 09:44 | |
*** amotoki has quit IRC | 09:44 | |
*** briancurtin has joined #openstack-meeting | 09:44 | |
*** mbound_ has joined #openstack-meeting | 09:45 | |
*** maishsk has joined #openstack-meeting | 09:46 | |
*** tobe has quit IRC | 09:46 | |
*** haomaiwang has joined #openstack-meeting | 09:47 | |
*** acoles_ is now known as acoles | 09:52 | |
*** acoles has left #openstack-meeting | 09:52 | |
*** vahidh has quit IRC | 09:54 | |
*** akiskourtis has joined #openstack-meeting | 09:54 | |
*** e0ne has joined #openstack-meeting | 09:55 | |
*** mhickey has joined #openstack-meeting | 09:55 | |
*** vahidh has joined #openstack-meeting | 09:57 | |
*** haomaiwang has quit IRC | 09:58 | |
*** haomaiwa_ has joined #openstack-meeting | 10:02 | |
*** ihrachys has joined #openstack-meeting | 10:03 | |
*** alexschm has quit IRC | 10:03 | |
*** alexschm has joined #openstack-meeting | 10:04 | |
*** e0ne has quit IRC | 10:05 | |
*** haomaiw__ has joined #openstack-meeting | 10:06 | |
*** mbound_ has quit IRC | 10:06 | |
*** masterbound has joined #openstack-meeting | 10:06 | |
*** epico has quit IRC | 10:06 | |
*** haomaiwa_ has quit IRC | 10:07 | |
*** arvinchou_ has quit IRC | 10:07 | |
*** alexschm has quit IRC | 10:08 | |
*** alexschm has joined #openstack-meeting | 10:09 | |
*** alexschm has quit IRC | 10:09 | |
*** mbound_ has joined #openstack-meeting | 10:09 | |
*** masterbound has quit IRC | 10:09 | |
*** alexschm has joined #openstack-meeting | 10:10 | |
*** Liuqing has quit IRC | 10:12 | |
*** electrofelix has joined #openstack-meeting | 10:13 | |
*** Liuqing has joined #openstack-meeting | 10:13 | |
*** wojdev has joined #openstack-meeting | 10:13 | |
*** aranjan has joined #openstack-meeting | 10:19 | |
*** armax has quit IRC | 10:20 | |
*** shakamunyi has quit IRC | 10:20 | |
*** unicell1 has quit IRC | 10:20 | |
*** unicell has joined #openstack-meeting | 10:20 | |
*** shakamunyi has joined #openstack-meeting | 10:21 | |
*** superflyy has quit IRC | 10:21 | |
*** barra204 has joined #openstack-meeting | 10:21 | |
*** ihrachys has quit IRC | 10:21 | |
*** gjayavelu has joined #openstack-meeting | 10:21 | |
*** ihrachys has joined #openstack-meeting | 10:22 | |
*** ihrachys has quit IRC | 10:23 | |
*** armax has joined #openstack-meeting | 10:23 | |
*** haomaiw__ has quit IRC | 10:24 | |
*** ihrachys has joined #openstack-meeting | 10:24 | |
*** Liuqing has quit IRC | 10:25 | |
*** thorst has joined #openstack-meeting | 10:26 | |
*** nicolas_s has joined #openstack-meeting | 10:26 | |
*** nicolas_s has left #openstack-meeting | 10:26 | |
*** gjayavelu has quit IRC | 10:26 | |
*** haomaiwang has joined #openstack-meeting | 10:28 | |
*** haomaiwang has quit IRC | 10:31 | |
*** thorst has quit IRC | 10:32 | |
*** haomaiwa_ has joined #openstack-meeting | 10:33 | |
*** zhurong has joined #openstack-meeting | 10:35 | |
*** dingboopt has joined #openstack-meeting | 10:36 | |
*** adiantum has joined #openstack-meeting | 10:39 | |
*** ljxiash has quit IRC | 10:40 | |
*** ljxiash has joined #openstack-meeting | 10:41 | |
*** adrianofr has joined #openstack-meeting | 10:42 | |
*** unicell has quit IRC | 10:42 | |
*** roxanaghe has joined #openstack-meeting | 10:42 | |
*** unicell has joined #openstack-meeting | 10:42 | |
*** e0ne has joined #openstack-meeting | 10:43 | |
*** otter768 has joined #openstack-meeting | 10:47 | |
*** rfolco_ has quit IRC | 10:48 | |
*** yamahata has joined #openstack-meeting | 10:48 | |
*** dixiaoli has quit IRC | 10:48 | |
*** dixiaoli has joined #openstack-meeting | 10:50 | |
*** rfolco has joined #openstack-meeting | 10:50 | |
*** mbound_ has quit IRC | 10:50 | |
*** Liuqing has joined #openstack-meeting | 10:50 | |
*** otter768 has quit IRC | 10:51 | |
*** zhurong has quit IRC | 10:52 | |
*** zhurong has joined #openstack-meeting | 10:53 | |
*** annp has quit IRC | 10:55 | |
*** mbound_ has joined #openstack-meeting | 10:55 | |
*** hashar has quit IRC | 10:56 | |
*** hashar has joined #openstack-meeting | 10:57 | |
*** wojdev has quit IRC | 10:58 | |
*** mbound_ has quit IRC | 10:59 | |
*** wojdev has joined #openstack-meeting | 11:00 | |
*** haomaiwa_ has quit IRC | 11:01 | |
*** haomaiwang has joined #openstack-meeting | 11:01 | |
*** aranjan has quit IRC | 11:03 | |
*** klkumar has quit IRC | 11:04 | |
*** liusheng has quit IRC | 11:06 | |
*** MaxPC has joined #openstack-meeting | 11:06 | |
*** aysyd has joined #openstack-meeting | 11:07 | |
*** dims has joined #openstack-meeting | 11:07 | |
*** liusheng has joined #openstack-meeting | 11:08 | |
*** sambetts-afk is now known as sambetts | 11:08 | |
*** salv-orlando has quit IRC | 11:08 | |
*** ygbo has quit IRC | 11:08 | |
*** aranjan has joined #openstack-meeting | 11:10 | |
*** salv-orlando has joined #openstack-meeting | 11:11 | |
*** salv-orlando has quit IRC | 11:12 | |
*** mbound_ has joined #openstack-meeting | 11:12 | |
*** salv-orlando has joined #openstack-meeting | 11:12 | |
*** changzhi has quit IRC | 11:13 | |
*** Liuqing has quit IRC | 11:14 | |
*** salv-orl_ has joined #openstack-meeting | 11:15 | |
*** klkumar has joined #openstack-meeting | 11:17 | |
*** yamahata has quit IRC | 11:18 | |
*** _nadya_ has quit IRC | 11:18 | |
*** salv-orlando has quit IRC | 11:18 | |
*** adiantum has quit IRC | 11:19 | |
*** annp has joined #openstack-meeting | 11:21 | |
*** ryu25 has quit IRC | 11:22 | |
*** _nadya_ has joined #openstack-meeting | 11:23 | |
*** _amrith_ is now known as amrith | 11:23 | |
*** aranjan has quit IRC | 11:23 | |
*** mbound_ has quit IRC | 11:25 | |
*** wojdev has quit IRC | 11:25 | |
*** roxanaghe has quit IRC | 11:28 | |
*** thorst has joined #openstack-meeting | 11:31 | |
*** annp has quit IRC | 11:32 | |
*** tfukushima has quit IRC | 11:35 | |
*** MaxPC has quit IRC | 11:35 | |
*** zeih has quit IRC | 11:37 | |
*** baohua has joined #openstack-meeting | 11:37 | |
*** jlanoux has quit IRC | 11:37 | |
*** thorst has quit IRC | 11:38 | |
*** alexpilotti has quit IRC | 11:38 | |
*** adrianofr has quit IRC | 11:40 | |
*** claudiub has joined #openstack-meeting | 11:41 | |
*** patrickeast has quit IRC | 11:42 | |
*** adrianofr has joined #openstack-meeting | 11:42 | |
*** yamamoto has quit IRC | 11:42 | |
*** ashtokolov has quit IRC | 11:43 | |
*** adiantum has joined #openstack-meeting | 11:45 | |
*** hazmat has quit IRC | 11:48 | |
*** klkumar has quit IRC | 11:52 | |
*** Kevin_Zheng has quit IRC | 11:53 | |
*** briancurtin has quit IRC | 11:53 | |
*** adrianofr has quit IRC | 11:54 | |
*** xuhaiwei has quit IRC | 11:54 | |
*** irenab has quit IRC | 11:56 | |
*** ashtokolov has joined #openstack-meeting | 11:56 | |
*** Kevin_Zheng has joined #openstack-meeting | 11:57 | |
*** klkumar has joined #openstack-meeting | 11:59 | |
*** rcernin has quit IRC | 12:00 | |
*** haomaiwang has quit IRC | 12:01 | |
*** haomaiwang has joined #openstack-meeting | 12:01 | |
*** zeih has joined #openstack-meeting | 12:03 | |
*** roxanaghe has joined #openstack-meeting | 12:03 | |
*** adiantum has quit IRC | 12:03 | |
*** ashtokolov has quit IRC | 12:04 | |
*** julim has joined #openstack-meeting | 12:05 | |
*** patrickeast has joined #openstack-meeting | 12:05 | |
*** _nadya_ has quit IRC | 12:06 | |
*** zeih has quit IRC | 12:08 | |
*** Kevin_Zheng has quit IRC | 12:08 | |
*** dmowrer has joined #openstack-meeting | 12:08 | |
*** akiskourtis has quit IRC | 12:10 | |
*** akiskourtis has joined #openstack-meeting | 12:10 | |
*** pnavarro has quit IRC | 12:10 | |
*** emsomeoneelse has quit IRC | 12:11 | |
*** rcernin has joined #openstack-meeting | 12:15 | |
*** patrickeast has quit IRC | 12:15 | |
*** MaxPC has joined #openstack-meeting | 12:15 | |
*** raildo-afk is now known as raildo | 12:16 | |
*** rtheis has joined #openstack-meeting | 12:17 | |
*** adahms has quit IRC | 12:17 | |
*** dixiaoli has quit IRC | 12:18 | |
*** dingboopt has quit IRC | 12:19 | |
*** aranjan has joined #openstack-meeting | 12:19 | |
*** weshay_xchat has joined #openstack-meeting | 12:21 | |
*** dprince has joined #openstack-meeting | 12:22 | |
*** yamamoto has joined #openstack-meeting | 12:23 | |
*** maishsk has quit IRC | 12:24 | |
*** jaypipes has joined #openstack-meeting | 12:26 | |
*** adrianofr has joined #openstack-meeting | 12:26 | |
*** Kevin_Zheng has joined #openstack-meeting | 12:26 | |
*** patrickeast has joined #openstack-meeting | 12:26 | |
*** irenab has joined #openstack-meeting | 12:28 | |
*** briancurtin has joined #openstack-meeting | 12:29 | |
*** mbound_ has joined #openstack-meeting | 12:29 | |
*** _nadya_ has joined #openstack-meeting | 12:29 | |
*** dingboopt has joined #openstack-meeting | 12:30 | |
*** bochi-michael has quit IRC | 12:31 | |
*** wojdev has joined #openstack-meeting | 12:33 | |
*** delattec has quit IRC | 12:34 | |
*** hazmat has joined #openstack-meeting | 12:38 | |
*** ashtokolov has joined #openstack-meeting | 12:40 | |
*** pratikmallya has joined #openstack-meeting | 12:41 | |
*** aranjan has quit IRC | 12:43 | |
*** amotoki has joined #openstack-meeting | 12:43 | |
*** haomaiwang has quit IRC | 12:43 | |
*** Daisy has joined #openstack-meeting | 12:44 | |
*** amotoki has quit IRC | 12:46 | |
*** pratikmallya has quit IRC | 12:46 | |
*** otter768 has joined #openstack-meeting | 12:47 | |
*** neeti has quit IRC | 12:48 | |
*** katomo has joined #openstack-meeting | 12:50 | |
*** qwebirc72923 has joined #openstack-meeting | 12:51 | |
*** thorst has joined #openstack-meeting | 12:52 | |
*** otter768 has quit IRC | 12:52 | |
*** ujuc has joined #openstack-meeting | 12:53 | |
*** thorst_ has joined #openstack-meeting | 12:54 | |
*** baoli_ has joined #openstack-meeting | 12:54 | |
*** thorst has quit IRC | 12:56 | |
*** eumel8 has joined #openstack-meeting | 12:58 | |
*** ianychoi_phone has joined #openstack-meeting | 13:00 | |
*** adiantum has joined #openstack-meeting | 13:00 | |
ujuc | Hi | 13:00 |
katomo | Hi | 13:01 |
*** tochi has quit IRC | 13:01 | |
ianychoi_phone | Hi ! | 13:01 |
*** gongysh has quit IRC | 13:02 | |
*** cdelatte has joined #openstack-meeting | 13:02 | |
*** gongysh has joined #openstack-meeting | 13:02 | |
*** Daisy has quit IRC | 13:02 | |
ujuc | Um.... | 13:03 |
*** Daisy has joined #openstack-meeting | 13:03 | |
*** jckasper has joined #openstack-meeting | 13:03 | |
Daisy | Hi, we will start I18n meeting now | 13:03 |
Daisy | #startmeeting OpenStack I18n Meeting | 13:03 |
openstack | Meeting started Thu Dec 17 13:03:41 2015 UTC and is due to finish in 60 minutes. The chair is Daisy. Information about MeetBot at http://wiki.debian.org/MeetBot. | 13:03 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 13:03 |
*** openstack changes topic to " (Meeting topic: OpenStack I18n Meeting)" | 13:03 | |
openstack | The meeting name has been set to 'openstack_i18n_meeting' | 13:03 |
Daisy | who is here for I18n meeting ? | 13:03 |
ujuc | me | 13:04 |
eumel8 | I'm here :) | 13:04 |
*** salv-orl_ has quit IRC | 13:04 | |
ujuc | o/ | 13:04 |
ianychoi_phone | Hello i am outside but keep being here using my phone | 13:04 |
katomo | Hi | 13:05 |
Daisy | Hi, ujuc, eumel8, ianychoi_phone, katomo | 13:05 |
Daisy | Let's start. | 13:05 |
*** lpabon has joined #openstack-meeting | 13:05 | |
Daisy | #topic Status update: Liberty installation guide translation | 13:05 |
*** openstack changes topic to "Status update: Liberty installation guide translation (Meeting topic: OpenStack I18n Meeting)" | 13:05 | |
*** cdelatte has quit IRC | 13:06 | |
*** ricolin has joined #openstack-meeting | 13:06 | |
*** hanchao has quit IRC | 13:06 | |
Daisy | my network is very slow. Freshing Zanata home page now. | 13:07 |
Daisy | I think we plan to finish installation guide translation in Jan. | 13:07 |
Daisy | From the progress, Japanese team and Chinese team have good progress. | 13:07 |
*** yamamoto has quit IRC | 13:08 | |
Daisy | I wonder if any other language teams want to finish the translation of installation guide. | 13:08 |
*** jckasper has quit IRC | 13:08 | |
Daisy | ujuc: does Korean team have any plan ? | 13:08 |
*** dslevin_ has joined #openstack-meeting | 13:09 | |
*** salv-orlando has joined #openstack-meeting | 13:09 | |
eumel8 | for German: I'm finished the Upstream training guide now and I'm on 91% on the wiki page with Liberty Release Notes. Will focus on the Installation guide starting on the beginning next year | 13:09 |
ujuc | i think meddle jan | 13:09 |
ianychoi_phone | :) | 13:09 |
eumel8 | and recruiting more people for translation team :) | 13:09 |
Daisy | Thank you for the update, eumel8 and ujuc | 13:10 |
ujuc | 1/10-1/20 | 13:10 |
Daisy | Good work. I think we could have 4 languages translated for installation guide. It will be a good achievement. | 13:10 |
*** zeih has joined #openstack-meeting | 13:11 | |
Daisy | Chinese team will finish both the review and the translation in Jan. | 13:11 |
Daisy | Let's move to next topic | 13:11 |
Daisy | #topic Discussion: Midcycle spring/virtual spring | 13:11 |
*** openstack changes topic to "Discussion: Midcycle spring/virtual spring (Meeting topic: OpenStack I18n Meeting)" | 13:11 | |
Daisy | http://docs.openstack.org/project-team-guide/open-design.html | 13:11 |
Daisy | It's near the mid term of Mitaka dev cycle now. | 13:12 |
*** odlD2 has quit IRC | 13:12 | |
Daisy | Project team can plan the mid cycle spring now. | 13:12 |
Daisy | There are two kinds of springs. One is a face to face meet up, the other is a virtual spring. | 13:13 |
Daisy | Do you want a face to face meet up? Could our I18n members get the sponsor for the travel ? :)) | 13:14 |
eumel8 | It's in Austin or another location? | 13:14 |
Daisy | No, it's a midcycle, not in Austin. We could plan any place. | 13:14 |
ianychoi_phone | Then it could be in Jan-Feb? | 13:15 |
Daisy | Yes, in Jan or in Feb. | 13:15 |
*** daddyjoseph97 has joined #openstack-meeting | 13:15 | |
ujuc | Hu... | 13:15 |
katomo | What is topic? | 13:16 |
Daisy | If we are not able to meet face to face in the midcycle, we could plan a virtual spring. | 13:16 |
katomo | *sprint | 13:16 |
ujuc | Virtual sprint +1 | 13:16 |
*** odlD2 has joined #openstack-meeting | 13:16 | |
Daisy | Midcycle meet up is more like a small design summit. We could schedule as we want. | 13:16 |
ianychoi_phone | Virtual sprint +1 | 13:16 |
katomo | +1 for virtual sprint | 13:17 |
eumel8 | near to you, Daisy. Or virtual | 13:17 |
Daisy | :) | 13:17 |
*** briancurtin has quit IRC | 13:17 | |
Daisy | I vote for virtual too. | 13:17 |
*** briancurtin has joined #openstack-meeting | 13:17 | |
Daisy | ok. Then let's plan a virtual sprint. | 13:18 |
*** mwagner_lap has joined #openstack-meeting | 13:18 | |
eumel8 | +1 | 13:18 |
Daisy | According to our plans at the beginning of this cycle, | 13:18 |
Daisy | https://etherpad.openstack.org/p/tokyo-i18n-meetup | 13:18 |
*** hazmat has quit IRC | 13:18 | |
Daisy | There are two items far behind. | 13:18 |
*** hazmat has joined #openstack-meeting | 13:18 | |
Daisy | One is translation check website. The other is translators contribution in stackayltics. | 13:19 |
Daisy | I hope to hold a sprint for translation check website | 13:19 |
*** adiantum has quit IRC | 13:19 | |
*** cdub has joined #openstack-meeting | 13:19 | |
Daisy | I don't know if adiantum could agree to hold a sprint for the stackayltics feature. | 13:19 |
*** yamamoto has joined #openstack-meeting | 13:20 | |
katomo | hmmm, translation check website is very important. | 13:20 |
*** emsomeoneelse has joined #openstack-meeting | 13:21 | |
*** rcernin has quit IRC | 13:21 | |
Daisy | We could use 2 days, working together to push the progress of translation check website. | 13:21 |
*** ujuc has left #openstack-meeting | 13:21 | |
*** ujuc_ has joined #openstack-meeting | 13:21 | |
katomo | great | 13:22 |
*** vgridnev has joined #openstack-meeting | 13:22 | |
eumel8 | sounds good | 13:22 |
Daisy | If we are not able to use work hours, we may use the one day of weekend. :) | 13:22 |
ujuc_ | +1x10000 | 13:22 |
Daisy | maybe a Friday and a Saturday. I don't know. Because I know some of you are working for OpenStack I18n in spare time. | 13:23 |
eumel8 | also if there always some requirements described for the check site | 13:23 |
*** briancurtin_ has joined #openstack-meeting | 13:23 | |
*** rossella_s has quit IRC | 13:23 | |
ianychoi_phone | One question, for virtual meeting, can we use virtual meeting systems like gotomeeting? | 13:23 |
*** rossella_s has joined #openstack-meeting | 13:23 | |
*** adiantum has joined #openstack-meeting | 13:23 | |
eumel8 | for me is Fri/Sat okay | 13:24 |
katomo | Friday and Saturday sounds reasonable | 13:24 |
eumel8 | but not the 19th Feb ;) | 13:25 |
Daisy | ujuc_: :)) | 13:25 |
Daisy | Then I will make a plan, and will communicate through mailing list. | 13:25 |
Daisy | any suggestions to this topic ? | 13:25 |
Daisy | I mean, any other suggestions to the sprint ? | 13:25 |
Daisy | I may schedule a date in the last tens of Jan. | 13:25 |
*** hazmat_ has joined #openstack-meeting | 13:26 | |
Daisy | If we could make something happen, maybe we can schedule one more sprint for the stackalytics feature. | 13:26 |
Daisy | One virtual sprint in the end of Jan. If it's a successful experience, we can schedule one more sprint in Feb. | 13:27 |
katomo | Can we submit the ATC list for the ATC discount code of Austin summit? | 13:27 |
Daisy | It's a good question, katomo | 13:27 |
Daisy | There are two ways. One is manually submitting as before, the other is to change the ATC collection program to auto collecting. | 13:28 |
Daisy | I think there is a program in infra repo to collect ATC names. | 13:28 |
*** ashtokolov has quit IRC | 13:28 | |
*** ashtokolov has joined #openstack-meeting | 13:29 | |
Daisy | We need to decide the principles for ATC, the time period and the translation words. | 13:29 |
*** patrickeast has quit IRC | 13:30 | |
*** patrickeast has joined #openstack-meeting | 13:30 | |
ianychoi_phone | I suggest: 200 words for Liberty and 200 words for Mitaka cycle for ATC | 13:30 |
katomo | same as before? any change? | 13:30 |
*** pradk has joined #openstack-meeting | 13:31 | |
Daisy | I think we need some changes. | 13:31 |
katomo | hmmm | 13:31 |
*** tej has joined #openstack-meeting | 13:31 | |
Daisy | Because the rules for dev ATC are getting strict. | 13:31 |
Daisy | Less time and more contributions than before. | 13:31 |
*** ashtokolov_ has joined #openstack-meeting | 13:32 | |
*** ayoung has joined #openstack-meeting | 13:32 | |
Daisy | Last release, when I submit the ATC name list to governance repo, I have gotten the warning. | 13:32 |
*** alexschm_ has joined #openstack-meeting | 13:32 | |
eumel8 | less time and more contribution? How this will work? | 13:32 |
Daisy | The period is changing from 1 year to 6 month. | 13:32 |
*** ashtokolov has quit IRC | 13:33 | |
*** ashtokolov_ is now known as ashtokolov | 13:33 | |
eumel8 | ah, you mean the timeframe? | 13:33 |
Daisy | only 1 patch is not enough for getting a ticket. More patches are required. | 13:33 |
Daisy | Yes, eumel8 | 13:33 |
ianychoi_phone | No. Andreas said that ATC is for one year and summit pass is for 6 months | 13:33 |
Daisy | ATC period is for 1 year. | 13:33 |
Daisy | You are right, ianychoi_phone. I'm talking about the ticket pass. | 13:34 |
Daisy | what we are talking now then? | 13:34 |
ianychoi_phone | Okay, got it. | 13:34 |
Daisy | Sorry I may misunderstand. | 13:34 |
*** alexschm has quit IRC | 13:34 | |
Daisy | katomo: are you talking about ATC or the ticket pass ? | 13:34 |
katomo | both | 13:35 |
Daisy | ok. | 13:35 |
*** mbound_ has quit IRC | 13:35 | |
katomo | ATC is 2 cycle, code is 1 cycle. | 13:35 |
eumel8 | In Zanata I have words, messages and documents. How big is a patch? | 13:36 |
Daisy | We need a volunteer to look at the mechanism of other projects ATC and ticket, and design our mechanism for our ATC and ticket | 13:36 |
katomo | I thik ticket pass is more important for most people | 13:36 |
Daisy | I agree, katomo. | 13:36 |
*** amrith is now known as _amrith_ | 13:37 | |
Daisy | katomo: I think the mechanism for Austin ticket may be not decided. | 13:37 |
Daisy | the rules, I mean. | 13:38 |
katomo | hmmm | 13:38 |
Daisy | katomo: could you find out ? | 13:38 |
ianychoi_phone | Okay let's discuss through mailing list and talk later... | 13:38 |
katomo | I dont know | 13:38 |
Daisy | ok, katomo | 13:38 |
ianychoi_phone | I will think about it but not sure whether i might find good decision.. | 13:39 |
*** baohua has quit IRC | 13:39 | |
Daisy | ianychoi_phone: thank you. | 13:39 |
*** sigmavirus24_awa is now known as sigmavirus24 | 13:39 | |
*** tej has quit IRC | 13:39 | |
katomo | I believe Tom know | 13:39 |
*** aranjan has joined #openstack-meeting | 13:39 | |
Daisy | I could contact Tom. | 13:40 |
ianychoi_phone | Daisy. You are welcome:) | 13:40 |
ianychoi_phone | +1 Tom | 13:40 |
Daisy | :) | 13:40 |
eumel8 | I'll take also a look into | 13:40 |
ujuc_ | :) | 13:40 |
*** ashtokolov_ has joined #openstack-meeting | 13:40 | |
Daisy | Let topic is related with the ATC rules. | 13:40 |
*** tej has joined #openstack-meeting | 13:41 | |
Daisy | #topic Discussion: remove openstack from Transifex ? | 13:41 |
*** openstack changes topic to "Discussion: remove openstack from Transifex ? (Meeting topic: OpenStack I18n Meeting)" | 13:41 | |
*** baohua has joined #openstack-meeting | 13:41 | |
Daisy | This topic is related with the ATC and ticket rules. | 13:41 |
*** Ramanjaneya has quit IRC | 13:42 | |
Daisy | ianychoi_phone: I read your emails. I think I won't support to merge the contribution data of Transifex and Zanata. It's hard to implement. | 13:42 |
*** dmowrer has quit IRC | 13:43 | |
*** dmowrer has joined #openstack-meeting | 13:43 | |
ianychoi_phone | Daisy: I understand it. Don't worry too much about merging stuff.. | 13:43 |
Daisy | When we decide to delete OpenStack from Transifex, we will not consider the statistic data in Transifex any more. | 13:43 |
eumel8 | are the information not already in git? | 13:44 |
ianychoi_phone | Just querying from April to Oct and share to check atc status.. That will be sufficient i think | 13:44 |
*** patrickeast_ has joined #openstack-meeting | 13:45 | |
*** yamamoto has quit IRC | 13:46 | |
ianychoi_phone | Other requirement would be listing all the members in Transifex.. to acknowledge them IMO... | 13:47 |
*** Daisy_ has joined #openstack-meeting | 13:47 | |
Daisy_ | back | 13:47 |
Daisy_ | anything I missed ? | 13:47 |
katomo | eumel8: no | 13:47 |
*** dmowrer has quit IRC | 13:47 | |
katomo | the translations themselves is in git. | 13:48 |
Daisy_ | Could we have a vote here now ? Or do we wait for the answers for the ATC and ticket rules ? | 13:48 |
katomo | no stats | 13:48 |
*** Daisy has quit IRC | 13:48 | |
katomo | okay | 13:48 |
ianychoi_phone | Just querying from April to Oct and share to check atc status.. That will be sufficient i think... | 13:49 |
*** tej has quit IRC | 13:49 | |
katomo | vote time! | 13:49 |
ianychoi_phone | (Copying and pasting) | 13:49 |
ianychoi_phone | Good | 13:49 |
ujuc_ | vote! | 13:49 |
ianychoi_phone | Let's vote | 13:49 |
eumel8 | If older information about atc status only in Transiflex so we have to keep them or put the separated information in a git | 13:49 |
Daisy_ | Then vote for deleting openstack from Transifex | 13:50 |
Daisy_ | who support ? | 13:50 |
*** yamamoto has joined #openstack-meeting | 13:50 | |
Daisy_ | -1. I prefer to wait till the ATC and ticket rules are clear. Not immediately delete in a hurry. | 13:52 |
ianychoi_phone | I will follow Daisy's suggestion!! | 13:53 |
Daisy_ | ianychoi_phone: :) | 13:53 |
Daisy_ | eumel8, katomo, ujuc_? | 13:54 |
Daisy_ | adiantum: I don't know if you are here. | 13:54 |
eumel8 | @ianychoi_phone: so, it's not easy to collect the information about atc? | 13:54 |
eumel8 | +1 if you have the information for atc, -1 if not | 13:55 |
ianychoi_phone | I think.. it would not be difficult but we need to make some clear guidelines... | 13:55 |
Daisy_ | ianychoi_phone: I will spend some time to figure out. | 13:55 |
eumel8 | okay, not clear - then -1 | 13:55 |
katomo | +1. Save the stats from April to Oct, and delete from Transifex. | 13:55 |
*** alexpilotti has joined #openstack-meeting | 13:55 | |
ujuc_ | -1 | 13:56 |
Daisy_ | ok. 4 -1. | 13:56 |
ianychoi_phone | Daisy_: thanks. katomo: i agree that will be sufficient but let's find other possible issues.. | 13:56 |
Daisy_ | Let's continue to discuss in the mailing list. | 13:57 |
eumel8 | yes | 13:57 |
ujuc_ | yes | 13:57 |
ianychoi_phone | Okay! | 13:57 |
Daisy_ | I will send my investigation result to ML next week. | 13:57 |
katomo | Another one is horizon kilo translation | 13:57 |
katomo | k | 13:57 |
*** dslevin_ has quit IRC | 13:57 | |
Daisy_ | #topic Open discussion | 13:57 |
Daisy_ | katomo: what do you mean ? | 13:57 |
Daisy_ | Another one is horizon kilo translation ? | 13:57 |
katomo | stable-kilo doesn't exist at Zanata | 13:58 |
katomo | stable-kilo is life. | 13:58 |
Daisy_ | Yeah. It's a good point. | 13:58 |
ianychoi_phone | Nice point, katomo :) | 13:58 |
Daisy_ | stable-kilo should be in git , I think. | 13:58 |
Daisy_ | We have 1 minute left. | 13:59 |
Daisy_ | more discussions could go to i18n channel. | 13:59 |
*** ygbo has joined #openstack-meeting | 13:59 | |
katomo | thanks, all | 13:59 |
Daisy_ | Thank you all for attending the meeting. | 13:59 |
ianychoi_phone | But data is in each project repo for each project | 13:59 |
eumel8 | thx also | 13:59 |
ianychoi_phone | Thanks all | 14:00 |
Daisy_ | It is so nice to talk with you. | 14:00 |
Daisy_ | #endmeeting | 14:00 |
ujuc_ | thx :) | 14:00 |
*** alexpilotti has quit IRC | 14:00 | |
Daisy_ | #endmeeting | 14:00 |
ujuc_ | um .. meeting bot down? | 14:01 |
*** tellesnobrega_af is now known as tellesnobrega | 14:01 | |
Daisy_ | I don't know. Nothing happened. | 14:02 |
Daisy_ | #endmeeting | 14:02 |
ianychoi_phone | Strange... | 14:02 |
*** ricolin has quit IRC | 14:03 | |
Daisy_ | the bot is down | 14:03 |
*** katomo has quit IRC | 14:04 | |
*** mfranc213 has joined #openstack-meeting | 14:04 | |
*** nmagnezi has joined #openstack-meeting | 14:04 | |
Daisy_ | #endmeeting | 14:06 |
*** openstack changes topic to "gate-tempest-dsvm-neutron-src-python-heatclient - what does it test?? (Meeting topic: Heat)" | 14:06 | |
openstack | Meeting ended Thu Dec 17 14:06:35 2015 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:06 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2015/openstack_i18n_meeting.2015-12-17-13.03.html | 14:06 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2015/openstack_i18n_meeting.2015-12-17-13.03.txt | 14:06 |
openstack | Log: http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2015/openstack_i18n_meeting.2015-12-17-13.03.log.html | 14:06 |
Daisy_ | finally success. :) | 14:06 |
ianychoi_phone | Thanks so much, Daisy_! | 14:07 |
Daisy_ | Thank you, ianychoi_phone. | 14:07 |
ianychoi_phone | :) | 14:07 |
*** arvinchou_ has joined #openstack-meeting | 14:08 | |
*** dmowrer has joined #openstack-meeting | 14:08 | |
*** jungleboyj has joined #openstack-meeting | 14:08 | |
*** xyang1 has joined #openstack-meeting | 14:09 | |
*** zehicle has quit IRC | 14:09 | |
*** qwebirc72923 has quit IRC | 14:10 | |
*** haomaiwang has joined #openstack-meeting | 14:11 | |
*** Daisy_ has quit IRC | 14:11 | |
*** wojdev has quit IRC | 14:12 | |
*** aranjan has quit IRC | 14:13 | |
*** aranjan has joined #openstack-meeting | 14:13 | |
*** mfranc213 has quit IRC | 14:15 | |
*** mfranc213 has joined #openstack-meeting | 14:16 | |
*** spzala has joined #openstack-meeting | 14:16 | |
*** merooney has joined #openstack-meeting | 14:16 | |
*** jckasper has joined #openstack-meeting | 14:18 | |
*** ianychoi_phone has quit IRC | 14:18 | |
*** jlanoux has joined #openstack-meeting | 14:19 | |
*** tej has joined #openstack-meeting | 14:21 | |
*** markvoelker has quit IRC | 14:21 | |
*** dkranz has joined #openstack-meeting | 14:24 | |
*** neelashah has joined #openstack-meeting | 14:25 | |
*** wojdev has joined #openstack-meeting | 14:25 | |
*** kencjohnston has joined #openstack-meeting | 14:26 | |
*** jmckind has joined #openstack-meeting | 14:26 | |
*** aranjan has quit IRC | 14:26 | |
*** mbound_ has joined #openstack-meeting | 14:28 | |
*** eumel8 has left #openstack-meeting | 14:29 | |
*** markvoelker has joined #openstack-meeting | 14:29 | |
*** peristeri has joined #openstack-meeting | 14:30 | |
*** ddieterly has joined #openstack-meeting | 14:31 | |
*** hdaniel has quit IRC | 14:32 | |
*** jcook has quit IRC | 14:32 | |
*** xuhaiwei has joined #openstack-meeting | 14:32 | |
*** zhurong has quit IRC | 14:34 | |
*** gmmaha has left #openstack-meeting | 14:34 | |
*** piet has joined #openstack-meeting | 14:34 | |
*** lblanchard has joined #openstack-meeting | 14:34 | |
*** alexpilotti has joined #openstack-meeting | 14:34 | |
*** ociuhandu has joined #openstack-meeting | 14:35 | |
*** jcook has joined #openstack-meeting | 14:36 | |
*** zhurong has joined #openstack-meeting | 14:37 | |
*** alexpilotti has quit IRC | 14:37 | |
*** alexpilotti has joined #openstack-meeting | 14:40 | |
*** jlanoux has quit IRC | 14:40 | |
*** alexschm_ has quit IRC | 14:40 | |
*** pradk has quit IRC | 14:41 | |
*** pradk has joined #openstack-meeting | 14:41 | |
*** thangp has joined #openstack-meeting | 14:41 | |
*** ChuckC has joined #openstack-meeting | 14:42 | |
*** alexschm has joined #openstack-meeting | 14:43 | |
*** blmartin has joined #openstack-meeting | 14:44 | |
*** yamamoto has quit IRC | 14:46 | |
*** yamamoto has joined #openstack-meeting | 14:46 | |
*** jlanoux has joined #openstack-meeting | 14:48 | |
*** eharney has joined #openstack-meeting | 14:48 | |
*** balajiiyer has joined #openstack-meeting | 14:48 | |
*** otter768 has joined #openstack-meeting | 14:48 | |
*** thangp has quit IRC | 14:49 | |
*** baohua has quit IRC | 14:50 | |
*** r-mibu has joined #openstack-meeting | 14:51 | |
*** alexschm has quit IRC | 14:51 | |
*** asselin has quit IRC | 14:52 | |
*** dmowrer has quit IRC | 14:53 | |
*** otter768 has quit IRC | 14:53 | |
*** SridharG has quit IRC | 14:53 | |
*** ashtokolov_ has quit IRC | 14:54 | |
*** zhhuabj_ has joined #openstack-meeting | 14:54 | |
*** patrickeast_ has quit IRC | 14:54 | |
*** gordc has joined #openstack-meeting | 14:54 | |
*** bogdando has quit IRC | 14:55 | |
*** cdent has joined #openstack-meeting | 14:55 | |
*** alexschm has joined #openstack-meeting | 14:56 | |
*** dmowrer has joined #openstack-meeting | 14:57 | |
*** zhhuabj has quit IRC | 14:57 | |
*** dane has joined #openstack-meeting | 14:57 | |
*** dmowrer has quit IRC | 14:58 | |
*** zhhuabj has joined #openstack-meeting | 14:58 | |
*** spotz_zzz is now known as spotz | 14:58 | |
*** alexschm has quit IRC | 14:58 | |
*** alexschm has joined #openstack-meeting | 14:59 | |
*** zhhuabj_ has quit IRC | 15:00 | |
*** odlD2 has quit IRC | 15:00 | |
gordc | #startmeeting telemetry | 15:00 |
openstack | Meeting started Thu Dec 17 15:00:44 2015 UTC and is due to finish in 60 minutes. The chair is gordc. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:00 |
*** openstack changes topic to " (Meeting topic: telemetry)" | 15:00 | |
*** asselin has joined #openstack-meeting | 15:00 | |
openstack | The meeting name has been set to 'telemetry' | 15:00 |
*** haomaiwang has quit IRC | 15:01 | |
cdent | o/ | 15:01 |
gordc | phew. wasn't sure if i had time right | 15:01 |
*** briancurtin_ has quit IRC | 15:01 | |
*** nmagnezi has quit IRC | 15:01 | |
ildikov | o/ | 15:01 |
*** hazmat_ has quit IRC | 15:01 | |
*** haomaiwang has joined #openstack-meeting | 15:01 | |
*** dslev has joined #openstack-meeting | 15:01 | |
sileht | o/ | 15:01 |
_nadya_ | o/ | 15:01 |
pradk | o/ | 15:02 |
gordc | let's go. | 15:02 |
gordc | #topic recurring: roadmap items (new/old/blockers) https://wiki.openstack.org/wiki/Telemetry/RoadMap | 15:02 |
*** openstack changes topic to "recurring: roadmap items (new/old/blockers) https://wiki.openstack.org/wiki/Telemetry/RoadMap (Meeting topic: telemetry)" | 15:02 | |
llu | o/ | 15:02 |
*** ricolin has joined #openstack-meeting | 15:02 | |
ityaptin | o/ | 15:02 |
gordc | um... nothing really from me here. | 15:02 |
gordc | i guess we have a few new specs posted | 15:02 |
gordc | https://review.openstack.org/#/c/258283/ | 15:02 |
r-mibu | o/ | 15:03 |
gordc | ^ that may be controversial | 15:03 |
gordc | i'd probably suggest everyone ask their product teams if that's cool | 15:03 |
gordc | (or if they are using alarms) | 15:03 |
*** thangp has joined #openstack-meeting | 15:03 | |
gordc | anyone with spec related work? before we head off for holidays? | 15:04 |
_nadya_ | gordc: yep, all customers I know use mongo | 15:04 |
gordc | _nadya_: even for alarms? | 15:04 |
*** leeantho has joined #openstack-meeting | 15:04 | |
_nadya_ | gordc: yep | 15:04 |
*** rohit_ has joined #openstack-meeting | 15:04 | |
gordc | is it because they are sharing a single db? | 15:04 |
_nadya_ | I didn't see the usage of separate_db_for_alarms feature | 15:05 |
*** niedbalski has quit IRC | 15:05 | |
*** niedbalski has joined #openstack-meeting | 15:05 | |
_nadya_ | gordc: yep, I think it's mostly because it's by default | 15:05 |
*** piet has quit IRC | 15:05 | |
gordc | oh... i mean it's default for testing. | 15:06 |
*** niedbalski has quit IRC | 15:06 | |
*** niedbalski has joined #openstack-meeting | 15:06 | |
gordc | i wouldn't say it's default for real life. | 15:06 |
jd__ | o/ | 15:06 |
*** bobh has joined #openstack-meeting | 15:06 | |
gordc | i really hope people aren't looking at devstack and saying 'that's how we'll deploy' | 15:06 |
_nadya_ | gordc: I meant they additional configuration is needed to use mongo for meters but sql for alarms | 15:06 |
*** rbak has joined #openstack-meeting | 15:06 | |
*** idegtiarov has joined #openstack-meeting | 15:07 | |
gordc | _nadya_: definitely. two dbs are needed. | 15:07 |
idegtiarov | o/ | 15:07 |
*** wojdev has quit IRC | 15:07 | |
*** arvinchou_ has quit IRC | 15:07 | |
gordc | but you have two different services too. | 15:07 |
gordc | _nadya_: keep in mind, 'ceilometer alarms' is gone. | 15:07 |
_nadya_ | gordc: probably you mean ceilometer alarms :) | 15:08 |
_nadya_ | yep | 15:08 |
gordc | _nadya_: maybe check with your product team on how they use aodh | 15:08 |
_nadya_ | all customers I'm talking about uses Kilo :) | 15:08 |
gordc | _nadya_: lol got it | 15:08 |
gordc | at least it's not icehouse anymore | 15:08 |
_nadya_ | gordc: regarding specs, one question from me | 15:08 |
*** bluex has left #openstack-meeting | 15:09 | |
gordc | sure | 15:09 |
_nadya_ | gordc: timeseries dispatcher - is it viable? | 15:09 |
_nadya_ | let me find a link | 15:09 |
*** _amrith_ is now known as amrith | 15:10 | |
_nadya_ | #link https://review.openstack.org/#/c/216838/ | 15:10 |
gordc | _nadya_: i'm not going to block it... | 15:10 |
gordc | although i think if someone works on it. it should be out of tree. | 15:10 |
*** vgridnev has quit IRC | 15:10 | |
*** efoley has joined #openstack-meeting | 15:11 | |
gordc | i really don't want to learn another db and try to pretend i'm an expert in it | 15:11 |
_nadya_ | ok, I see | 15:11 |
gordc | _nadya_: it should be able to be built in own repo and have same testing. | 15:11 |
*** wojdev has joined #openstack-meeting | 15:11 | |
gordc | rohit_: ^ did you start working on it for monasca? | 15:12 |
*** pratikmallya has joined #openstack-meeting | 15:12 | |
_nadya_ | gordc: probably, the repositories should be under telemetry? especially if we are talking about monasca | 15:12 |
*** hdaniel has joined #openstack-meeting | 15:12 | |
*** bobh has quit IRC | 15:12 | |
*** odlD2 has joined #openstack-meeting | 15:13 | |
*** piet has joined #openstack-meeting | 15:13 | |
gordc | _nadya_: well they don't necessarily have to be managed by us ( i think some projects would get angry if that did happen ) | 15:13 |
rohit_ | gordc: yes, working on the diff repo approach for monasca-ceilometer | 15:13 |
gordc | _nadya_: https://wiki.openstack.org/wiki/Telemetry | 15:13 |
*** hemna has joined #openstack-meeting | 15:13 | |
gordc | _nadya_: that's how we've been tracking projects associated/extending some parts of aodh/ceilometer/gnocchi | 15:14 |
gordc | rohit_: cool stuff. let us know if you run into anything. | 15:14 |
_nadya_ | ah, right, I remember this :) | 15:14 |
gordc | _nadya_: are you working on the timeseries dispatcher or you asking about status? | 15:14 |
rohit_ | Gordc: www.github.com/openstack/monasca-ceilometer | 15:14 |
rohit_ | gordc: sure | 15:15 |
_nadya_ | gordc: no, I don't work on this. I just hear that some people want influx but not as a part of Gnocchi | 15:15 |
* jd__ yawns | 15:16 | |
*** ayoung has quit IRC | 15:17 | |
gordc | _nadya_: sure. um. well i don't think we have anyone actually working on it so... | 15:17 |
gordc | _nadya_: whatever people want to work on i guess. just don't expect the resource to magically appear :) | 15:17 |
_nadya_ | gordc: probably. I was interested in status from community perspective | 15:18 |
_nadya_ | jd__: sorry :) | 15:18 |
gordc | _nadya_: personally i think the current api is way too verbose so it's probably in best interest to not continue shoving different dbs at it. | 15:18 |
jd__ | ;) | 15:18 |
gordc | _nadya_: but that's just personal view. i'm sure others have differing comments | 15:19 |
_nadya_ | ok, I think we can move on | 15:19 |
gordc | _nadya_: kk. so yeah long story short, it's there, no one is working onit. | 15:19 |
gordc | anyone else before we move on to aodh? | 15:20 |
*** roxanaghe has quit IRC | 15:20 | |
*** bogdando has joined #openstack-meeting | 15:20 | |
gordc | #topic aodh | 15:20 |
*** openstack changes topic to "aodh (Meeting topic: telemetry)" | 15:20 | |
gordc | anyone have updates here? not relating to discussion above regarding db support in aodh | 15:21 |
*** jlanoux has quit IRC | 15:21 | |
*** hashar is now known as hasharAway | 15:22 | |
gordc | #topic ceilometer | 15:22 |
*** openstack changes topic to "ceilometer (Meeting topic: telemetry)" | 15:22 | |
gordc | floor is yours | 15:22 |
gordc | _nadya_: ^ | 15:22 |
_nadya_ | cool | 15:22 |
r-mibu | gordc: sorry, one question to you regarding aodh | 15:22 |
gordc | r-mibu: sure | 15:23 |
r-mibu | are you working on aodhclient? | 15:23 |
gordc | #topic aodh | 15:23 |
*** openstack changes topic to "aodh (Meeting topic: telemetry)" | 15:23 | |
gordc | r-mibu: oh, yeah. i probably should've mentioned that | 15:23 |
*** aranjan has joined #openstack-meeting | 15:23 | |
gordc | https://github.com/chungg/python-aodhclient | 15:23 |
gordc | i have this created. | 15:23 |
*** jlanoux has joined #openstack-meeting | 15:24 | |
r-mibu | nice! | 15:24 |
gordc | it basically is a copy of gnocchiclient with all the gnocchi ripped out | 15:24 |
jd__ | cool! | 15:24 |
gordc | i'll work on adding it to openstack repo and then we can start adding in the appropriate commands | 15:24 |
llu | hooray :) | 15:24 |
r-mibu | https://review.openstack.org/#/c/258552/ | 15:25 |
r-mibu | is this also related to aodhclient? | 15:25 |
*** arvinchou_ has joined #openstack-meeting | 15:25 | |
gordc | r-mibu: yeah. | 15:25 |
*** haomaiwang has quit IRC | 15:25 | |
*** alexpilotti has quit IRC | 15:25 | |
gordc | jd__: you have a patch that is even better? | 15:25 |
gordc | r-mibu: basically i need that because when we bring in aodh tarball into aodhclient for testing, it doesn't pull in test-requirements | 15:26 |
*** timcline has joined #openstack-meeting | 15:26 | |
r-mibu | ah, ok | 15:26 |
*** vijendar has joined #openstack-meeting | 15:26 | |
jd__ | yes | 15:27 |
r-mibu | thanks | 15:27 |
gordc | jd__: shall we wait for it? | 15:27 |
llu | gordc: newbie question, why need pymysql for a clientlib? | 15:27 |
llu | should it all about restful API? | 15:27 |
gordc | llu: we have functional tests in our client which actually call service | 15:27 |
gordc | so the test will actually spin up aodh-api service | 15:28 |
jd__ | gordc: he's online and ready to be arpproved | 15:28 |
gordc | jd__: oh ok. i'll look later. | 15:29 |
gordc | i guess that gate job does nothing ;) | 15:29 |
llu | then why the aodh itself doesn't bring in pymysql? | 15:29 |
gordc | llu: it does, but it's a test-requirement... so it's not 'really' bringing it in | 15:29 |
*** adrianofr has quit IRC | 15:30 | |
jd__ | my patch fixes that | 15:30 |
jd__ | bright smile | 15:30 |
*** angdraug has joined #openstack-meeting | 15:31 | |
*** vijendar has left #openstack-meeting | 15:31 | |
gordc | https://review.openstack.org/#/c/258613 | 15:31 |
*** alexschm has quit IRC | 15:32 | |
*** alexpilotti has joined #openstack-meeting | 15:32 | |
gordc | all's good? | 15:33 |
*** raildo is now known as raildo-afk | 15:33 | |
cdent | EVERYTHING | 15:33 |
gordc | too optimistic | 15:34 |
gordc | tone it down | 15:34 |
gordc | #topic ceilometer: distributed cache | 15:34 |
*** openstack changes topic to "ceilometer: distributed cache (Meeting topic: telemetry)" | 15:34 | |
gordc | _nadya_: sorry. now is good. | 15:34 |
_nadya_ | so, I'd like to talk about nova polling improving | 15:34 |
_nadya_ | #link https://review.openstack.org/#/c/209799/ | 15:34 |
_nadya_ | as I understand, the main show stopper now is multiple notification agents running | 15:35 |
_nadya_ | gordc: is this correct? | 15:35 |
_nadya_ | liusheng: hi :) | 15:35 |
*** mtanino has joined #openstack-meeting | 15:36 | |
gordc | _nadya_: sort of... also having a really tight coupling between polling agents and notification agents | 15:36 |
_nadya_ | gordc: is this bad? | 15:36 |
*** alexschm has joined #openstack-meeting | 15:36 | |
gordc | _nadya_: slight preference if we could avoid it. | 15:37 |
*** alexschm has quit IRC | 15:38 | |
gordc | but i guess biggest problem was multiple notificaiton agents, and the global cache required. | 15:38 |
*** raildo-afk is now known as raildo | 15:38 | |
*** alexschm has joined #openstack-meeting | 15:38 | |
*** zeih has quit IRC | 15:39 | |
_nadya_ | gordc: ok. so my question is: what options do we have about distr cache? | 15:39 |
gordc | we can connect to pollsters to the cache | 15:39 |
_nadya_ | gordc: do I understand correctly that we cannot store only recent metadata? | 15:39 |
gordc | _nadya_: i think we can store the metadata. | 15:40 |
_nadya_ | gordc: the latest only? | 15:40 |
gordc | whatever 'metadata' is | 15:40 |
llu | can we first figure out in what situations the nova instance metadata will change without getting notified from hypervisor? | 15:40 |
gordc | ... what do you want with old metadata? | 15:41 |
gordc | llu: you mean from an event? | 15:41 |
_nadya_ | gordc: out-of-order samples | 15:41 |
gordc | _nadya_: if the cache is at notification agent? | 15:42 |
llu | gordc: can we directly listen to hypervisor callback for a change? ang get the latest metadata in compute agent through nova api? | 15:42 |
_nadya_ | gordc: yep | 15:42 |
gordc | llu: i'm not sure how that works? does it work like how 'changes-since' param wors? | 15:43 |
llu | that's why i'm asking if we know any situations in nova in which vm instance metadata changes, but without any hypervisor notification | 15:43 |
gordc | _nadya_: i'm not sure how you'd handle it something that is already been processed in your pipeline and sent to collector/db/somewhere else | 15:44 |
_nadya_ | llu: as I understand, we are afraid that we may lost notifications | 15:44 |
gordc | llu: i think the proposal was liusheng doesn't want to make that secondary call to check if we need to grab metadata | 15:44 |
_nadya_ | gordc: ok, take a look at my comment for the spec when you have time | 15:45 |
*** zhurong has quit IRC | 15:45 | |
gordc | right now we grab meter value, and then do a secondary call to check if we need to use metadata | 15:45 |
llu | oops, sorry i might be out of date for that spec | 15:45 |
gordc | s/use/get/ | 15:45 |
gordc | llu: no worries. so am i. | 15:45 |
gordc | _nadya_: sure, i'll read comment | 15:46 |
_nadya_ | that's sad that liusheng is not here :( | 15:46 |
_nadya_ | I wanted to do some POC during the christmas holidays | 15:46 |
gordc | i think he's sleeping... or partying... or something.lol | 15:47 |
_nadya_ | ok then... So may I ask about distributed cache for transformers? :) | 15:47 |
gordc | _nadya_: i do understand his proposal though (since i work with him) | 15:47 |
*** mhickey has quit IRC | 15:47 | |
gordc | _nadya_: go ahead | 15:47 |
jd__ | transformers? robots like in the movies? | 15:48 |
gordc | jd__: save them for future | 15:49 |
_nadya_ | gordc: I think I should prepare some test results to prove that it works? | 15:49 |
gordc | _nadya_: sure? i'm not really sure how we prove it works.lol | 15:50 |
*** zhhuabj_ has joined #openstack-meeting | 15:50 | |
gordc | like it doesn't create bottleneck? | 15:50 |
*** ljxiash has quit IRC | 15:50 | |
*** pratikmallya has quit IRC | 15:50 | |
*** ljxiash has joined #openstack-meeting | 15:51 | |
*** ddieterly has quit IRC | 15:51 | |
_nadya_ | gordc: 200 000 messages in queue. The first run 10 notification agents with current architecture. Collect rate metrics. The second run is the same data with the cache. | 15:51 |
gordc | but you'd still need to validate the output? | 15:52 |
*** bobh has joined #openstack-meeting | 15:52 | |
gordc | also, we need to validate it works for all the different transfomers. | 15:52 |
_nadya_ | yep, I think that test data may be just continuously increasing data | 15:53 |
gordc | but yeah i guess go ahead if this is something you're interested in :) | 15:53 |
*** zhhuabj has quit IRC | 15:53 | |
_nadya_ | ok | 15:53 |
gordc | or you could find someone else doing the same... i know the requeue architecture is people use (not saying i did a lot of research) | 15:54 |
*** alexschm has quit IRC | 15:54 | |
*** esker has joined #openstack-meeting | 15:54 | |
gordc | let's go to llu really quick | 15:54 |
gordc | #topic gnocchi: bad resource id | 15:54 |
*** openstack changes topic to "gnocchi: bad resource id (Meeting topic: telemetry)" | 15:54 | |
gordc | llu: go^ | 15:54 |
gordc | 6 min :) | 15:54 |
llu | it's all from https://bugs.launchpad.net/ceilometer/+bug/1518338 | 15:54 |
openstack | Launchpad bug 1518338 in Ceilometer "Ceilometer doesn't build the data correclty for Gnocchi when you send hypervisors HW metrics using snmpd and agent-central" [High,In progress] - Assigned to Lianhao Lu (lianhao-lu) | 15:54 |
gordc | http://lists.openstack.org/pipermail/openstack-dev/2015-December/082474.html | 15:54 |
*** efoley has quit IRC | 15:55 | |
llu | after the email discussiion, the things i got from there are: | 15:55 |
*** Leom has joined #openstack-meeting | 15:55 | |
*** emagana has joined #openstack-meeting | 15:55 | |
*** alexschm has joined #openstack-meeting | 15:55 | |
*** zeih has joined #openstack-meeting | 15:55 | |
llu | 1. add quote into gnocchiclient to support "/" as in resource_id | 15:55 |
*** david-lyle_ has joined #openstack-meeting | 15:55 | |
gordc | llu: that won't work :) | 15:55 |
*** ljxiash has quit IRC | 15:55 | |
llu | why? | 15:56 |
*** esker has quit IRC | 15:56 | |
llu | didn't know that | 15:56 |
*** belmoreira has joined #openstack-meeting | 15:56 | |
*** aranjan has quit IRC | 15:56 | |
gordc | llu: we tried. i need to dig history but it'll resolve it even if you encode it | 15:56 |
gordc | cdent: ^ | 15:56 |
*** esker has joined #openstack-meeting | 15:56 | |
*** dwalleck has joined #openstack-meeting | 15:56 | |
cdent | gordc? | 15:56 |
gordc | cdent: read 5 lines | 15:57 |
gordc | or 6 | 15:57 |
cdent | I did | 15:57 |
gordc | it don't work? right? | 15:57 |
*** david-lyle_ has quit IRC | 15:57 | |
*** esker has quit IRC | 15:57 | |
gordc | the encoding '/' bit | 15:57 |
cdent | I haven't tried the various tricks in gnocchi, but in general it's web server dependent on how to solve it. | 15:57 |
*** thangp has quit IRC | 15:58 | |
cdent | The lame way to deal with it is to double encode, something like %252F | 15:58 |
gordc | llu 2.? :) | 15:58 |
cdent | but I hate that. Depending on the wsgi container being used you can get at the raw url | 15:58 |
gordc | cdent: ok. and that works in all cases? | 15:58 |
gordc | cdent: got it | 15:59 |
*** Sam-I-Am has joined #openstack-meeting | 15:59 | |
*** david-lyle has quit IRC | 15:59 | |
llu | 2. add a new attribute into generic resource type to store the user passed in original id | 15:59 |
cdent | It's not a problem I've tried to solve the lame way. I've done things like this: | 15:59 |
*** ChuckC has quit IRC | 15:59 | |
gordc | 2. that could make sense | 15:59 |
gordc | jd__: ? | 15:59 |
llu | 3. add new resource type for snmp metrics and nova compute metrics | 15:59 |
*** luqas is now known as lezbar | 15:59 | |
emagana | gordc and cdent we are going to start the next meeting | 16:00 |
cdent | https://github.com/tiddlyweb/tiddlyweb/blob/master/tiddlyweb/web/serve.py#L95 | 16:00 |
* cdent waves | 16:00 | |
*** john-davidge has joined #openstack-meeting | 16:00 | |
gordc | aight. let's carry on at ceilomter | 16:00 |
gordc | #endmeeting | 16:00 |
*** openstack changes topic to "gate-tempest-dsvm-neutron-src-python-heatclient - what does it test?? (Meeting topic: Heat)" | 16:00 | |
*** hasharAway is now known as hashar | 16:00 | |
openstack | Meeting ended Thu Dec 17 16:00:30 2015 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:00 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/telemetry/2015/telemetry.2015-12-17-15.00.html | 16:00 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/telemetry/2015/telemetry.2015-12-17-15.00.txt | 16:00 |
openstack | Log: http://eavesdrop.openstack.org/meetings/telemetry/2015/telemetry.2015-12-17-15.00.log.html | 16:00 |
emagana | Thanks! | 16:00 |
*** mhickey has joined #openstack-meeting | 16:00 | |
Sam-I-Am | hello | 16:00 |
*** zeih has quit IRC | 16:00 | |
emagana | Hello Folks! | 16:01 |
*** mbound_ has quit IRC | 16:01 | |
emagana | #startmeeting networking-guide | 16:01 |
openstack | Meeting started Thu Dec 17 16:01:14 2015 UTC and is due to finish in 60 minutes. The chair is emagana. Information about MeetBot at http://wiki.debian.org/MeetBot. | 16:01 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 16:01 |
*** openstack changes topic to " (Meeting topic: networking-guide)" | 16:01 | |
openstack | The meeting name has been set to 'networking_guide' | 16:01 |
john-davidge | Hi o/ | 16:01 |
Sam-I-Am | hello | 16:01 |
emagana | Let's rock & roll | 16:01 |
*** r-mibu has left #openstack-meeting | 16:01 | |
Sam-I-Am | yep | 16:01 |
emagana | Sam-I-Am john-davidge good to see you both... anyone else? | 16:01 |
*** emsomeoneelse has quit IRC | 16:01 | |
Sam-I-Am | looks pretty quiet | 16:02 |
emagana | well.. read you instead of seeing you.. :-) | 16:02 |
*** kmartin has quit IRC | 16:02 | |
emagana | Sam-I-Am: holidays are here.. a lot of Christmas parties! | 16:02 |
Sam-I-Am | yeah, its getting slow | 16:02 |
Sam-I-Am | unless you're me... and you use this time to catch up on everything | 16:02 |
*** kmartin has joined #openstack-meeting | 16:02 | |
Sam-I-Am | always a new rabbit hole | 16:02 |
emagana | Let's go over the agenda #link https://wiki.openstack.org/wiki/Documentation/NetworkingGuide/Meetings | 16:03 |
Sam-I-Am | i needed to update our agenda and forgot... | 16:03 |
*** mbound_ has joined #openstack-meeting | 16:03 | |
emagana | #topic announcements | 16:03 |
*** openstack changes topic to "announcements (Meeting topic: networking-guide)" | 16:03 | |
*** gordc has left #openstack-meeting | 16:03 | |
emagana | As everybody else we will not have the next IRC meeting | 16:03 |
Sam-I-Am | i'm going to guess theres no apac meeting next week | 16:03 |
*** jrist has joined #openstack-meeting | 16:04 | |
emagana | which mean the next IRC meeting will be on Jan 14th 2016 | 16:04 |
Sam-I-Am | isnt there one before that? | 16:04 |
Sam-I-Am | apac meeting... the week before? | 16:04 |
*** david-lyle has joined #openstack-meeting | 16:05 | |
emagana | Sam-I-Am: Maybe the next.. give people more time to recovery ;-) | 16:05 |
*** bobh_ has joined #openstack-meeting | 16:05 | |
*** jrist has quit IRC | 16:05 | |
*** jrist has joined #openstack-meeting | 16:05 | |
john-davidge | emagana: You must be planning a big holiday party! | 16:06 |
emagana | #action send a reminder about the next meeting | 16:06 |
*** yassine__ has quit IRC | 16:06 | |
emagana | john-davidge: I'm already drinking | 16:06 |
john-davidge | emagana: Me too! If coffee counts… | 16:06 |
emagana | Sam-I-Am: you will be sending the one for APAC, correct? | 16:06 |
Sam-I-Am | yeah | 16:06 |
Sam-I-Am | i'll try to hold it | 16:07 |
emagana | john-davidge: if you drink it, then it counts | 16:07 |
*** yassine__ has joined #openstack-meeting | 16:07 | |
Sam-I-Am | coffee here too. lots of it. | 16:07 |
emagana | #topic review previous action items | 16:07 |
*** openstack changes topic to "review previous action items (Meeting topic: networking-guide)" | 16:07 | |
*** vishwana_ has joined #openstack-meeting | 16:07 | |
emagana | Let's me start here | 16:07 |
*** kylek3h has joined #openstack-meeting | 16:08 | |
*** pgbridge has joined #openstack-meeting | 16:08 | |
emagana | I made some changes on the wiki pages and I will continue that. The next one will be #link https://wiki.openstack.org/wiki/NetworkingGuide/TOC | 16:08 |
*** bobh has quit IRC | 16:08 | |
emagana | I sent the emails for the meeting but we obviously are not getting many responses :-( | 16:08 |
Sam-I-Am | well, this isnt the only meeting | 16:09 |
Sam-I-Am | docs in general has few attendees :/ | 16:09 |
Sam-I-Am | very frustrating | 16:09 |
*** vishwanathj has quit IRC | 16:09 | |
*** mhickey has quit IRC | 16:10 | |
*** vgridnev has joined #openstack-meeting | 16:10 | |
emagana | Sam-I-Am: The times for the USA one is very hard for PST people | 16:10 |
Sam-I-Am | its 8am there, no? | 16:10 |
emagana | I can't be ready and functional at 6am | 16:10 |
Sam-I-Am | oh, the US docs meeting? | 16:10 |
john-davidge | Yeah, 8am :( | 16:10 |
Sam-I-Am | i'm trying to get that one moved | 16:11 |
Sam-I-Am | i might just post a patch and see what happens | 16:11 |
*** yamahata has joined #openstack-meeting | 16:11 | |
emagana | The meeting is at 6am | 16:11 |
Sam-I-Am | but the apac meetings are empty too | 16:11 |
emagana | I can make it at 8am for sure.. | 16:11 |
*** wojdev has quit IRC | 16:11 | |
emagana | anyway.. let's keep trying | 16:11 |
*** boris-42_ has joined #openstack-meeting | 16:11 | |
*** jckasper has quit IRC | 16:11 | |
*** ihrachys has quit IRC | 16:12 | |
Sam-I-Am | yep | 16:12 |
Sam-I-Am | moving along... | 16:12 |
emagana | I prepared the etherpad with the sections that still need work #link https://etherpad.openstack.org/p/networking-guide | 16:12 |
emagana | we will review some assignments as our next topic | 16:12 |
john-davidge | emagana: Nice! | 16:12 |
Sam-I-Am | so much work to do | 16:13 |
Sam-I-Am | and we have more things to add too :/ | 16:13 |
*** hdaniel has quit IRC | 16:13 | |
*** jckasper has joined #openstack-meeting | 16:13 | |
*** jckasper has quit IRC | 16:13 | |
emagana | I still need to create the spec for all this changes, I will complete that before the holidays | 16:13 |
Sam-I-Am | emagana: somewhere in there we need bgpvpn and bgprouting | 16:14 |
*** jckasper has joined #openstack-meeting | 16:14 | |
Sam-I-Am | i razzled those folks into contributing operator-centric docs to the networking guide | 16:14 |
emagana | Sam-I-Am: Please, include them in the etherpad | 16:14 |
Sam-I-Am | i sort of think we might need a restructuring to something like "experimental services" | 16:14 |
Sam-I-Am | they're not necessarily advanced, but not necessarily production-ready either | 16:15 |
Sam-I-Am | trying to get them to contribute scenarios | 16:15 |
Sam-I-Am | basically overlay these features on an existing deployment | 16:15 |
john-davidge | IPv6 PD would probably benefit from an ‘experimental’ section as well | 16:15 |
*** odlD2 has quit IRC | 16:15 | |
Sam-I-Am | so here's the problem | 16:16 |
Sam-I-Am | a lot of these experimental projects need visibility to weed out bugs, but their only docs are devref "heres how you use it in a devstack all-in-one" | 16:16 |
Sam-I-Am | which is completely useless to most operators | 16:16 |
emagana | Sam-I-Am: I do agree with that | 16:16 |
Sam-I-Am | hence why an experimental section of "heres how you make this work on a real deployment" makes sense for those people | 16:17 |
Sam-I-Am | get them some visibility | 16:17 |
emagana | Sam-I-Am: I dont think we can modify the scenarios until the experimental features are stable ones | 16:17 |
sc68cal | devstack does have a multinode neutron guide. | 16:17 |
sc68cal | it may not be very good, since I wrote it :) | 16:17 |
sc68cal | but yeah AIO needs to go the way of the dodo | 16:17 |
Sam-I-Am | emagana: the existing stable scenarios stay... these experimental things can either a) add on to them b) create their own scenarios | 16:18 |
*** rebase has joined #openstack-meeting | 16:18 | |
emagana | sc68cal: did not notice you were around! | 16:18 |
*** rebase has quit IRC | 16:18 | |
Sam-I-Am | sc68cal: i need to go through that guide | 16:18 |
sc68cal | emagana: gotta ping me at 3AM local time | 16:18 |
*** tellesnobrega is now known as tellesnobrega_af | 16:18 | |
emagana | Sam-I-Am: I vote for option b) cerate their own scenarios | 16:18 |
Sam-I-Am | sc68cal: get me some multinode devstack w/ lots of neutron to break | 16:18 |
Sam-I-Am | emagana: in some cases it might be as easy as "follow scenario A or B, then do this stuff to make X work" | 16:18 |
sc68cal | Sam-I-Am: got 900 bucks? http://coreitpro.com/2015/11/11/devstack-home-lab-pt1.html | 16:19 |
Sam-I-Am | which i think applies to things like bgproute | 16:19 |
Sam-I-Am | maybe vpnaas | 16:19 |
Sam-I-Am | (which has nearly zero docs) | 16:19 |
emagana | sc68cal: nice! | 16:19 |
Sam-I-Am | sc68cal: i use cloud servars | 16:20 |
Sam-I-Am | anywho... | 16:20 |
emagana | So, do we have an agreement to cover the new features as new scenarios making references to existing ones? | 16:20 |
sc68cal | ++ | 16:21 |
Sam-I-Am | + | 16:21 |
Sam-I-Am | we'll give them options of what they can do | 16:21 |
Sam-I-Am | i'd also like to add ipv6 to those scenarios | 16:21 |
john-davidge | ++ | 16:21 |
* Sam-I-Am looks at sc68cal | 16:21 | |
Sam-I-Am | s/i'd/sean'd | 16:21 |
emagana | #info we will cover the new features as new scenarios making references to existing ones | 16:21 |
*** alexschm has quit IRC | 16:21 | |
*** belmoreira has quit IRC | 16:22 | |
*** ljxiash has joined #openstack-meeting | 16:22 | |
emagana | ok.. moving to the next action item | 16:22 |
sc68cal | Sam-I-Am: careful, I may just delete ipv4 from all of the guide ;) | 16:22 |
*** bobh_ has quit IRC | 16:22 | |
Sam-I-Am | sc68cal: i see nothing | 16:22 |
emagana | Sam-I-Am: could you make a summary of the decisions around OVN and restructuring legacy scenarios (I read your email) | 16:22 |
*** merooney has quit IRC | 16:22 | |
Sam-I-Am | emagana: sure. typing... | 16:22 |
emagana | sc68cal: Ohhhh!!! | 16:23 |
emagana | Long live IPv6 | 16:23 |
Sam-I-Am | i sent an email to the ops list about how to address provider networks on existing scenarios... and mostly got nothing back | 16:23 |
*** Akis_ has joined #openstack-meeting | 16:23 | |
Sam-I-Am | which sort of surprises me. either ops dont use the guide, or no one has an opinion | 16:23 |
*** Akis_ has quit IRC | 16:23 | |
*** numans has quit IRC | 16:23 | |
emagana | Sam-I-Am: maybe we could try to be more direct :-) | 16:23 |
*** akiskourtis has quit IRC | 16:23 | |
Sam-I-Am | so i think i'll just add provider network support to the legacy ovs, lb, and l3ha scenarios and see what happens | 16:23 |
*** Akis_ has joined #openstack-meeting | 16:24 | |
emagana | picking specific operators and requesting input | 16:24 |
Sam-I-Am | the only response was really about our use of the word 'legacy' | 16:24 |
Sam-I-Am | do you have anyone in mind? | 16:24 |
*** jmckind_ has joined #openstack-meeting | 16:24 | |
Sam-I-Am | neutron users... or people looking to use neutron | 16:24 |
emagana | I can provide you a list! | 16:24 |
Sam-I-Am | please send me a list... i'll send another e-mail | 16:24 |
sc68cal | Sam-I-Am: s/legacy/classic/g ? | 16:24 |
emagana | #action emagana will send a list of operators to request input on the networking guide directly | 16:25 |
Sam-I-Am | sc68cal: yeah, or conventional. something like that. | 16:25 |
*** mbound_ has quit IRC | 16:25 | |
sc68cal | "just like mom used to make" networking | 16:25 |
*** mbound_ has joined #openstack-meeting | 16:25 | |
emagana | since when networking becomes classic or conventional? | 16:25 |
Sam-I-Am | the idea around legacy was that l3ha and dvr would blow the original architectures away due to excessive awesome | 16:25 |
sc68cal | john-davidge: queen's networking? ;) | 16:25 |
Sam-I-Am | but that never happened | 16:25 |
Sam-I-Am | (this was back in icehouse days) | 16:25 |
*** yamamoto has quit IRC | 16:26 | |
*** pratikmallya has joined #openstack-meeting | 16:26 | |
Sam-I-Am | i think we also need to develop a table that compares the scenarios | 16:26 |
*** ljxiash has quit IRC | 16:26 | |
Sam-I-Am | with some consistent language... like provider/external/public network are more or less the same thing | 16:26 |
emagana | Sam-I-Am: That is a great idea! | 16:26 |
Sam-I-Am | so many words | 16:26 |
Sam-I-Am | project/tenant/private/internal oh my | 16:26 |
john-davidge | sc68cal: “One must then restart One’s l3 agents forthwith…” | 16:26 |
*** matrohon has quit IRC | 16:26 | |
*** jmckind has quit IRC | 16:26 | |
Sam-I-Am | john-davidge: restarteth | 16:27 |
sc68cal | forsooth! | 16:27 |
emagana | Sam-I-Am: I just want to be sure that we scope the guide properly for this release, and make it stable.. I hate that stupid WIP warning | 16:27 |
Sam-I-Am | emagana: well, thats another topic here :) | 16:27 |
Sam-I-Am | in a bit | 16:27 |
Sam-I-Am | but first... OVN | 16:27 |
emagana | Sam-I-Am: Please go ahead! | 16:27 |
*** pratikma_ has joined #openstack-meeting | 16:27 | |
Sam-I-Am | so happens that politics trumped my plans to put OVN in the networking guide | 16:27 |
*** bobh_ has joined #openstack-meeting | 16:28 | |
emagana | Sam-I-Am: why so much love for OVN? :-) | 16:28 |
*** odlD2 has joined #openstack-meeting | 16:28 | |
*** merooney has joined #openstack-meeting | 16:28 | |
Sam-I-Am | it opened the door to everyone dumping their stuff in the networking guide and we couldn't come up with a solid line that would include ovn but not everything else | 16:28 |
Sam-I-Am | emagana: ovn finally makes ovs useful | 16:28 |
sc68cal | allegedly. | 16:28 |
Sam-I-Am | rather than just a switch that overly complicates things | 16:28 |
Sam-I-Am | sc68cal: i'm feeling positive | 16:28 |
emagana | Sam-I-Am: I know.. I have my eyes on it! | 16:29 |
Sam-I-Am | replace l3 agent, includes distributed routing, no network node, will eventually do dhcp internally | 16:29 |
Sam-I-Am | all of this sounds good on paper | 16:29 |
Sam-I-Am | to me, the evolution of conventional OVS would be OVN, hence my interest in putting it in the net guide | 16:29 |
Sam-I-Am | but turns out ovn is not a ref arch and therefore considered 'third party' ... which opens the door to all sorts of bunk going into the net guide | 16:30 |
*** Swami_ has joined #openstack-meeting | 16:30 | |
Sam-I-Am | and we want to keep the net guide as simple as possible | 16:30 |
emagana | Sam-I-Am: was the input to wait a bit more while we put any documentation in the ref section for neutron? | 16:30 |
*** pratikmallya has quit IRC | 16:30 | |
Sam-I-Am | the idea now is to contribute docs to networking-ovn in such a fashion that we can easily port them to the openstack-manuals repo and net guide | 16:30 |
Sam-I-Am | so... same work... different repo | 16:31 |
*** p0rtal has joined #openstack-meeting | 16:31 | |
Sam-I-Am | of/when ovn becomes a "thing" we move it over | 16:31 |
Sam-I-Am | if | 16:31 |
Sam-I-Am | make sense? | 16:31 |
*** alexpilotti has quit IRC | 16:32 | |
emagana | Sam-I-Am: got it.. I guess it makes sense.. we can move staff from the networking-ovn repo to the networking guide once it gets a better shape | 16:32 |
Sam-I-Am | i'm implementing our conventions in their repo, so it should be easy(er) to move | 16:32 |
Sam-I-Am | turns out devref uses a different set of characters for headers, but thats easy to fix | 16:32 |
*** cdent has left #openstack-meeting | 16:33 | |
emagana | so, there is not action item regarding OVN for us at the moment, correct? | 16:33 |
*** asselin__ has joined #openstack-meeting | 16:33 | |
Sam-I-Am | emagana: action item is removing the spec | 16:33 |
Sam-I-Am | or just temporarily not publishing it | 16:33 |
*** alexpilotti has joined #openstack-meeting | 16:33 | |
emagana | #action remove the spec to include OVN in networking guide | 16:33 |
emagana | ok, I want to move to review the etherpad and make some possible assignments, is it ok? | 16:34 |
Sam-I-Am | emagana: sure. we also need to hit versioning. | 16:34 |
Sam-I-Am | that's sc68cal's thang | 16:34 |
emagana | #topic review etherpad ToC | 16:35 |
*** openstack changes topic to "review etherpad ToC (Meeting topic: networking-guide)" | 16:35 | |
emagana | #link https://etherpad.openstack.org/p/networking-guide | 16:35 |
*** asselin has quit IRC | 16:35 | |
*** scheuran has quit IRC | 16:35 | |
* sc68cal hides | 16:35 | |
*** zehicle has joined #openstack-meeting | 16:35 | |
Sam-I-Am | emagana: i'd like to work on most of the "introduction" stuff ... you know, if time happens. | 16:36 |
emagana | I marked the section that need work and I included a preliminary prioritization L = Low, M and H | 16:36 |
*** ricolin has quit IRC | 16:36 | |
Sam-I-Am | we have some intro stuff, but a lot of it is still crap | 16:36 |
*** toscalix has quit IRC | 16:36 | |
Sam-I-Am | i.e., not in a format that makes sense to people | 16:36 |
emagana | Sam-I-Am: network components and tunneling needs some love, should I add your name to those? | 16:37 |
Sam-I-Am | the configuration stuff should be easy - i more or less want to cover what each config file does, and which one is necessary on which nodes. | 16:37 |
Sam-I-Am | emagana: sure | 16:37 |
Sam-I-Am | for example, you dont need ml2 on anything but the controller node | 16:37 |
Sam-I-Am | people seem to think you do | 16:37 |
*** tellesnobrega_af is now known as tellesnobrega | 16:37 | |
emagana | Sam-I-Am: sounds good. Please, start with the configuration part. I believe has higher priority. | 16:37 |
Sam-I-Am | all this will be much easier when we version the guide :) | 16:37 |
* Sam-I-Am glares at sc68cal | 16:37 | |
*** ricolin has joined #openstack-meeting | 16:38 | |
*** alexpilotti has quit IRC | 16:38 | |
* sc68cal throws a rock at Sam-I-Am | 16:38 | |
*** aorourke has quit IRC | 16:38 | |
Sam-I-Am | sc68cal: crap, i'm in a glass house | 16:38 |
*** aorourke has joined #openstack-meeting | 16:38 | |
sc68cal | I threw it straight through mine | 16:38 |
sc68cal | Sorry, the LB gate and some bugs chewed me up this week | 16:38 |
Sam-I-Am | me too! | 16:39 |
Sam-I-Am | squirrels and rabbit holes | 16:39 |
emagana | Do you guys prefer to go directly to the therpad and pick the section that you can/want to cover instead of going one by one and we can move to versioning? | 16:39 |
*** aorourke has quit IRC | 16:39 | |
Sam-I-Am | emagana: yeah | 16:39 |
Sam-I-Am | we can review it next meeting and see whats left | 16:39 |
Sam-I-Am | then voluntold people | 16:39 |
*** adiantum has quit IRC | 16:40 | |
Sam-I-Am | all of... 3-4 of us, none of whom have time :/ | 16:40 |
*** aorourke has joined #openstack-meeting | 16:40 | |
emagana | #action all pick up a section to cover from the etherpad | 16:40 |
*** leong has joined #openstack-meeting | 16:40 | |
Sam-I-Am | waiting patiently for operator/dev contribs | 16:40 |
emagana | #topic networking guide versioning | 16:40 |
*** openstack changes topic to "networking guide versioning (Meeting topic: networking-guide)" | 16:40 | |
Sam-I-Am | heyyyyy | 16:41 |
emagana | sc68cal: dont run! | 16:41 |
sc68cal | haha | 16:41 |
emagana | Sam-I-Am: ? | 16:41 |
Sam-I-Am | emagana: its an exciting topic | 16:41 |
sc68cal | so I have a big ugly monster patch that I'm going to use to update the stable/kilo branch of openstack-manuals, the networking guide specifically | 16:41 |
*** _nadya_ has quit IRC | 16:41 | |
emagana | Sam-I-Am: dude.. in my ind.. I was.. damn it... what did I break?! | 16:41 |
Sam-I-Am | lol | 16:41 |
*** _nadya_ has joined #openstack-meeting | 16:41 | |
Sam-I-Am | sc68cal: isnt that patch still wip? | 16:42 |
sc68cal | https://review.openstack.org/255376 | 16:42 |
*** marcusvrn_ has joined #openstack-meeting | 16:42 | |
sc68cal | Sam-I-Am: yeah. I need to use a more accurate SHA of the networking guide, kilo era | 16:42 |
Sam-I-Am | andreas pushed the patches to the publishing system... and they've been approved. | 16:42 |
*** dwalleck has quit IRC | 16:42 | |
john-davidge | Well, that’s a monster patch all right | 16:42 |
-openstackstatus- NOTICE: Zuul is moving in very slow motion since roughly 13:30 UTC; the Infra team is investigating. | 16:42 | |
*** ujuc_ has quit IRC | 16:42 | |
emagana | somebody else besides me hates the new gerrit loook? | 16:43 |
Sam-I-Am | sc68cal: which sha did you use? | 16:43 |
*** cwolferh has quit IRC | 16:43 | |
john-davidge | emagana: It’s horrible! | 16:43 |
sc68cal | Sam-I-Am: I was lazy and used master I think, so I need to dig up the SHA we found after last week's meeting | 16:43 |
*** cwolferh has joined #openstack-meeting | 16:43 | |
*** bobh_ has quit IRC | 16:43 | |
sc68cal | ah, it's 1446e9ec5450c0a3849c958b9167f1598308783d | 16:44 |
*** bobh has joined #openstack-meeting | 16:44 | |
Sam-I-Am | sc68cal: yeah thats it | 16:44 |
Sam-I-Am | push button, see if it builds, go | 16:44 |
sc68cal | yup | 16:44 |
Sam-I-Am | then we can backport master to liberty | 16:44 |
Sam-I-Am | and then off to the races of content | 16:44 |
Sam-I-Am | granted we'll need to backport the "intro" content and stuff that we write, but that should be easy | 16:45 |
*** dwalleck has joined #openstack-meeting | 16:45 | |
Sam-I-Am | its pretty static stuff | 16:45 |
*** merooney has quit IRC | 16:45 | |
Sam-I-Am | main thing is being able to contribut stuff for mitaka now, and updates for liberty, without making a mess | 16:45 |
Sam-I-Am | we'll also need to review the guide to remove "In XXX release" wording | 16:45 |
Sam-I-Am | but thats also easy | 16:45 |
emagana | Sam-I-Am: indeed | 16:46 |
Sam-I-Am | the big part is backport... does it build, does it publish? | 16:46 |
sc68cal | looks like 1446e9ec545 is a bust. SR-IOV stuff for juno is in it :( | 16:46 |
sc68cal | so, time to go a little further back in time | 16:46 |
Sam-I-Am | j... juno? | 16:47 |
* sc68cal hops into his time machine | 16:47 | |
emagana | same question, juno? | 16:47 |
* Sam-I-Am sings the alphabet song | 16:47 | |
sc68cal | yeah there's a file about using SR-IOV in juno that's part of the networking guide in 1446e9ec5450c0a3849c958b9167f1598308783d | 16:47 |
Sam-I-Am | juno is before kilo | 16:47 |
Sam-I-Am | so thats ok? | 16:47 |
sc68cal | oh. right. | 16:48 |
Sam-I-Am | its also eol | 16:48 |
sc68cal | i knew that. | 16:48 |
Sam-I-Am | there is no juno guide | 16:48 |
sc68cal | right - it was just that it said "as of Juno" blah blah blah | 16:48 |
sc68cal | sorry I never learned the alphabet properly apparently. | 16:48 |
Sam-I-Am | yeah, we'll need to fixerate that | 16:48 |
Sam-I-Am | if it worked in juno, it probably works in kilo | 16:48 |
sc68cal | right | 16:48 |
emagana | Sam-I-Am: thats a big statement | 16:48 |
Sam-I-Am | emagana: i like to think positive | 16:49 |
*** otter768 has joined #openstack-meeting | 16:49 | |
Sam-I-Am | right now a lot of the guide is bug-driven because we cant test everything... someday making it more proactive would be nice, but time. stpid time. | 16:49 |
Sam-I-Am | time and contributors, really | 16:49 |
Sam-I-Am | the sr-iov people should be contributing a scenario | 16:50 |
Sam-I-Am | i would really like policy in neutron of no docs no test no merge, but thats not happening today | 16:50 |
Sam-I-Am | nor retroactive | 16:50 |
emagana | Sam-I-Am: getting close to the hour! | 16:50 |
* sc68cal lobs big artillery shell into gerrit | 16:50 | |
Sam-I-Am | for example, bgpvpn was released with... no docs | 16:50 |
sc68cal | https://review.openstack.org/#/c/255376/ | 16:50 |
Sam-I-Am | sc68cal: can you add the sha you used to the commit? | 16:51 |
Sam-I-Am | unless its somewhere i'm not seeing it | 16:51 |
Sam-I-Am | 6 cups of coffee is not enough or too much | 16:52 |
sc68cal | Sam-I-Am: yeah good point, will do | 16:52 |
* Sam-I-Am rips table in two | 16:52 | |
emagana | sc68cal: What kind of help do you need from us? | 16:52 |
*** jschwarz has left #openstack-meeting | 16:52 | |
*** wojdev has joined #openstack-meeting | 16:52 | |
sc68cal | I think just search for the string "Liberty" in the diff (god help you) and make sure they all make sense in context | 16:53 |
*** yassine__ has quit IRC | 16:53 | |
sc68cal | a couple I've seen do have "Liberty" - but it's been in the context of "the upcoming release" | 16:53 |
sc68cal | future tense | 16:53 |
*** annegentle has quit IRC | 16:53 | |
Sam-I-Am | yeah we'll need to change those later | 16:53 |
Sam-I-Am | easy stuff though | 16:53 |
Sam-I-Am | also scenario4X is still there, we changed that later | 16:53 |
emagana | #action all review the patch and provide input | 16:53 |
Sam-I-Am | +2A, fire and forget! | 16:54 |
emagana | Sam-I-Am: I go for that... hit and run! | 16:54 |
Sam-I-Am | sc68cal: thanks for your work here | 16:54 |
Sam-I-Am | can you pop a liberty backport up too? | 16:54 |
Sam-I-Am | (hey thanks heres more work) | 16:54 |
sc68cal | Sam-I-Am: sounds good. just need to find a good SHA for it | 16:54 |
Sam-I-Am | i'd make a good manager | 16:54 |
emagana | sc68cal: second that... great progress and great work! | 16:54 |
*** otter768 has quit IRC | 16:55 | |
Sam-I-Am | sc68cal: my guess is you can just backport master | 16:55 |
Sam-I-Am | because no work has been done for mitaka | 16:55 |
Sam-I-Am | or if there is, very little | 16:55 |
sc68cal | Sam-I-Am: ack | 16:55 |
Sam-I-Am | only thing i can think of is rbac | 16:55 |
Sam-I-Am | which went in a couple of weeks ago | 16:55 |
Sam-I-Am | mmmmmaybe some ipv6 stuff? but i think that was liberty | 16:55 |
sc68cal | just PD | 16:56 |
emagana | anything else on this topic? | 16:56 |
*** zehicle has quit IRC | 16:56 | |
Sam-I-Am | so more or less not much | 16:56 |
emagana | to be chair is not fun! | 16:56 |
sc68cal | right. | 16:56 |
Sam-I-Am | might as well backport master and call it good | 16:56 |
sc68cal | think we're good on this topic | 16:56 |
emagana | #topic open agenda | 16:56 |
*** openstack changes topic to "open agenda (Meeting topic: networking-guide)" | 16:56 | |
emagana | anything on the next four minutes? | 16:56 |
*** p0rtal has quit IRC | 16:56 | |
Sam-I-Am | not here. more coffee. | 16:56 |
Sam-I-Am | MOARRR | 16:56 |
*** pchriste has joined #openstack-meeting | 16:57 | |
john-davidge | sc68cal: PD was liberty. One small change made for mitaka though | 16:57 |
emagana | stop drinking coffee and get some spirits | 16:57 |
john-davidge | sc68cal: New config option | 16:57 |
Sam-I-Am | john-davidge: dammit, thanks :) | 16:57 |
Sam-I-Am | so maybe its not master | 16:57 |
*** dmorita has joined #openstack-meeting | 16:58 | |
*** claudiub has quit IRC | 16:58 | |
emagana | ok... | 16:58 |
emagana | happy holidays! | 16:58 |
Sam-I-Am | sc68cal: 6fbf65ea9fba05ea1533c6ad20a973d794f24fd8 | 16:59 |
emagana | have a great time, drink a lot and get some energy for the next year! | 16:59 |
* sc68cal looks | 16:59 | |
*** ddieterly has joined #openstack-meeting | 16:59 | |
*** banix has joined #openstack-meeting | 16:59 | |
Sam-I-Am | john-davidge: also you | 16:59 |
Sam-I-Am | emagana: thanks | 16:59 |
*** ihrachys has joined #openstack-meeting | 16:59 | |
Sam-I-Am | john-davidge sc68cal lets move this to docs channel? | 16:59 |
emagana | #endmeeting | 16:59 |
*** openstack changes topic to "gate-tempest-dsvm-neutron-src-python-heatclient - what does it test?? (Meeting topic: Heat)" | 16:59 | |
sc68cal | yup | 16:59 |
openstack | Meeting ended Thu Dec 17 16:59:45 2015 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:59 |
Sam-I-Am | see if we can bang out this liberty sha | 16:59 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/networking_guide/2015/networking_guide.2015-12-17-16.01.html | 16:59 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/networking_guide/2015/networking_guide.2015-12-17-16.01.txt | 16:59 |
john-davidge | Sam-I-Am: Sure | 16:59 |
openstack | Log: http://eavesdrop.openstack.org/meetings/networking_guide/2015/networking_guide.2015-12-17-16.01.log.html | 16:59 |
*** Sam-I-Am has left #openstack-meeting | 16:59 | |
*** annegentle has joined #openstack-meeting | 17:00 | |
*** dmorita has quit IRC | 17:00 | |
mtreinish | #startmeeting qa | 17:00 |
openstack | Meeting started Thu Dec 17 17:00:32 2015 UTC and is due to finish in 60 minutes. The chair is mtreinish. Information about MeetBot at http://wiki.debian.org/MeetBot. | 17:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 17:00 |
*** openstack changes topic to " (Meeting topic: qa)" | 17:00 | |
openstack | The meeting name has been set to 'qa' | 17:00 |
*** changbl has quit IRC | 17:00 | |
mtreinish | hi, who's here today? | 17:00 |
mkoderer | hello | 17:00 |
dwalleck | o/ | 17:00 |
mtreinish | #link https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Proposed_Agenda_for_December_17th_2015_.281700_UTC.29 | 17:01 |
mtreinish | ^^^ today's agenda | 17:01 |
*** pchadwick has joined #openstack-meeting | 17:01 | |
*** s3wong has joined #openstack-meeting | 17:01 | |
andreaf | o/ | 17:01 |
*** dmorita has joined #openstack-meeting | 17:02 | |
*** maishsk has joined #openstack-meeting | 17:02 | |
mtreinish | let's get started | 17:02 |
mtreinish | #topic Specs Reviews | 17:02 |
*** openstack changes topic to "Specs Reviews (Meeting topic: qa)" | 17:02 | |
mtreinish | #link https://review.openstack.org/#/q/status:open+project:openstack/qa-specs,n,z | 17:03 |
*** pchadwick has left #openstack-meeting | 17:03 | |
*** maishsk has quit IRC | 17:03 | |
*** dpaterson has joined #openstack-meeting | 17:03 | |
dpaterson | o/ | 17:03 |
mtreinish | we've got a couple of open specs still | 17:03 |
mtreinish | #link https://review.openstack.org/173334 | 17:03 |
*** hdaniel has joined #openstack-meeting | 17:03 | |
*** john-davidge has quit IRC | 17:03 | |
mtreinish | and | 17:03 |
mtreinish | #link https://review.openstack.org/233187 | 17:03 |
*** tej has quit IRC | 17:04 | |
mtreinish | although there both from andreaf now that I look at it :) | 17:04 |
mtreinish | and 1 still needs to be updated | 17:04 |
mtreinish | but just a reminder that we should still keep an eye on specs. We don't want things to bog down there | 17:04 |
andreaf | yes I need to update the specs - but I think they could use reviews anyways | 17:04 |
mkoderer | I have time for reviews tomorrow.. will do | 17:05 |
andreaf | regarding test-resources, afazekas proposed to use testfixtures and testresources there, but it's not clear to me how they would fit really | 17:05 |
*** eharney has quit IRC | 17:05 | |
andreaf | regarding the o-h one, I will update it, and we probably could close it as well then as the 4 pages are up and running now | 17:06 |
mtreinish | andreaf: do we even want to bother anymore with the o-h spec? | 17:07 |
mtreinish | as for the testfixtures testresources, yeah I'm not sure where that would fit in. Unless he's saying make the test interface to the resources a fixture | 17:07 |
andreaf | mtreinish: I thought it was nice to have it there, but it's probably more interesting have docs on o-h side | 17:08 |
*** jswarren has joined #openstack-meeting | 17:08 | |
mkoderer | andreaf: +1 for docs | 17:08 |
*** eharney has joined #openstack-meeting | 17:09 | |
mtreinish | andreaf: yeah I think just having docs would be better | 17:09 |
andreaf | mtreinish: also it would be great to have your review on the resources spec :) | 17:09 |
mtreinish | it would have been better if we wrote a spec in ft collins when we started the project, but it's a bit late now | 17:09 |
mtreinish | andreaf: sure I'll try to take a look post-meeting | 17:09 |
mtreinish | ok is there anything else on specs? | 17:09 |
andreaf | there is also another spec I've started implementing, #link https://review.openstack.org/#/c/92804/ - this is very very old | 17:09 |
andreaf | but rather than trying to get the spec up to date I started implementing it, as it's easier to understand what I had in mind there | 17:10 |
*** merooney has joined #openstack-meeting | 17:10 | |
dmellado | o/ sorry for the late arrival | 17:10 |
mkoderer | dmellado: np | 17:10 |
andreaf | #link https://review.openstack.org/#/c/258566/ - this is the first patch, I'd love more reviews / opinions on that | 17:11 |
andreaf | it's a client manager refactor / split | 17:11 |
*** hashar has quit IRC | 17:11 | |
andreaf | to provide a client manager that can go to tempest-lib and lazy load of clients | 17:11 |
mkoderer | andreaf: this is really needed | 17:11 |
mtreinish | andreaf: wow, that is an older spec. Like you first submitted it when we started specs | 17:12 |
*** mudassirlatif has joined #openstack-meeting | 17:12 | |
andreaf | mtreinish: :D indeed | 17:12 |
*** ricolin has quit IRC | 17:13 | |
mkoderer | andreaf: should we try to convert the manila client to see how it's working? | 17:13 |
*** ayoung has joined #openstack-meeting | 17:13 | |
andreaf | mkoderer: sure - I'd love that - the register interface is not implemented yet, but it shouldn't take me long | 17:14 |
*** banix has quit IRC | 17:14 | |
mkoderer | andreaf: are you working on that tomorrow? we can try to spilt the effort | 17:14 |
*** banix has joined #openstack-meeting | 17:14 | |
andreaf | I also think this will help with the clients refactors, as it's painful to carry around many clients where it used to be one | 17:14 |
*** apoorvad has joined #openstack-meeting | 17:15 | |
andreaf | mkoderer: yes, I will be working on this topic tomorrow most likely | 17:15 |
mkoderer | andreaf: ok cool I will ping you | 17:15 |
andreaf | mkoderer: let's sync in IRC | 17:15 |
*** salv-orl_ has joined #openstack-meeting | 17:15 | |
*** pnavarro has joined #openstack-meeting | 17:15 | |
mtreinish | ok, let's move on | 17:15 |
*** akamyshnikova_ has quit IRC | 17:16 | |
mtreinish | #topic Priority Items | 17:16 |
*** idegtiarov has quit IRC | 17:16 | |
*** openstack changes topic to "Priority Items (Meeting topic: qa)" | 17:16 | |
mtreinish | #link https://etherpad.openstack.org/p/mitaka-qa-priorities | 17:16 |
mtreinish | Does anyone have anything to discuss on any of the priority work items? | 17:16 |
mtreinish | andreaf, jlanoux: how goes the ssh auth stuff? | 17:17 |
*** ayoung has quit IRC | 17:18 | |
andreaf | mtreinish: the patch to fix the deprecation part is done | 17:18 |
jlanoux | #link https://review.openstack.org/#/c/253444/ | 17:18 |
*** salv-orlando has quit IRC | 17:18 | |
jlanoux | after that, I plan to do the wrapper around compute and remote_client | 17:18 |
*** cdub has quit IRC | 17:18 | |
andreaf | mtreinish: there is also work to be done to take some of the neutron scenario tests functionality out and back into the validation framework | 17:18 |
*** leong has quit IRC | 17:19 | |
mtreinish | andreaf: do you have an example? | 17:19 |
andreaf | mtreinish: but honestly I would even consider that an extra - post spec work - | 17:19 |
mtreinish | sure, that wasn't part of the spec | 17:19 |
*** changbl has joined #openstack-meeting | 17:19 | |
mtreinish | I'd just like to see the spec finally finished :) | 17:20 |
mtreinish | it's been a long road | 17:20 |
andreaf | mtreinish: well the scenario tests have a lot of validation helpers, everytime I try to follow the code through them I get lost | 17:20 |
andreaf | mtreinish: and it would be good to make sure they all as much as possible honour all validation settings | 17:20 |
*** unicell has quit IRC | 17:20 | |
mtreinish | andreaf: right, I agree | 17:21 |
afazekas | self.var usage is confusing , we should do more explicit parameter passing | 17:21 |
andreaf | afazekas: +100 | 17:21 |
mtreinish | afazekas: yes, there is a bug open for that (or there was) there were patches starting to clean it up | 17:21 |
mtreinish | but it's still a mess | 17:21 |
*** ygbo has quit IRC | 17:22 | |
*** yamahata has quit IRC | 17:22 | |
*** josdotso has joined #openstack-meeting | 17:22 | |
mtreinish | ok, is there anything else on priority efforts? | 17:22 |
dpaterson | two cli patches could use reviews | 17:22 |
dpaterson | #link https://review.openstack.org/#/c/247240/ | 17:23 |
*** bradjones has quit IRC | 17:23 | |
dpaterson | #link https://review.openstack.org/#/c/252428/ | 17:23 |
*** rossella_s has quit IRC | 17:23 | |
*** rossella_s has joined #openstack-meeting | 17:23 | |
dwalleck | I'll have a look at them this afternoon | 17:23 |
*** bradjones has joined #openstack-meeting | 17:24 | |
*** bradjones has quit IRC | 17:24 | |
*** bradjones has joined #openstack-meeting | 17:24 | |
*** Guest98800 has quit IRC | 17:24 | |
*** ricolin has joined #openstack-meeting | 17:24 | |
mtreinish | ok, let's move on | 17:24 |
mtreinish | #topic Tempest | 17:24 |
*** openstack changes topic to "Tempest (Meeting topic: qa)" | 17:24 | |
mtreinish | there are 2 items on the agenda for tempest | 17:25 |
*** topol has quit IRC | 17:25 | |
mtreinish | mkoderer: yours is up first :) | 17:25 |
mkoderer | ok :) | 17:25 |
mkoderer | IMHO we have an issue with logging and tempest CLI | 17:25 |
*** topol has joined #openstack-meeting | 17:25 | |
mkoderer | the this is that logging.conf isn't really used | 17:25 |
dmellado | wasn't the log environment not working anymore? | 17:26 |
dmellado | yep | 17:26 |
mkoderer | so all the scripts log to tempest.log but nothing is shown on stdout | 17:26 |
mkoderer | for instance stress | 17:26 |
*** jlanoux has quit IRC | 17:27 | |
mkoderer | I started to clean it up here https://review.openstack.org/#/c/258955 | 17:27 |
*** elo has joined #openstack-meeting | 17:27 | |
mkoderer | but the question is: do we want a default logging.conf that defines stdout logging for all cmd output | 17:27 |
*** pchriste has left #openstack-meeting | 17:28 | |
mkoderer | or we use "print" for all the user output | 17:28 |
mtreinish | mkoderer: I'm thinking if we want to do stdout we should just use print | 17:29 |
mtreinish | or manually write to sys.stdout | 17:29 |
mkoderer | mtreinish: that fine for me | 17:29 |
*** aranjan has joined #openstack-meeting | 17:29 | |
*** cdub has joined #openstack-meeting | 17:29 | |
mtreinish | I feel like the logging should probably be left configurable for users | 17:29 |
mkoderer | mtreinish: so I will fix stress and cleanup cmd then | 17:30 |
mtreinish | ok, cool | 17:30 |
dpaterson | Guess I am a bit confused, some scripts are using LOG. and some print() | 17:30 |
*** topol has quit IRC | 17:30 | |
*** gjayavelu has joined #openstack-meeting | 17:30 | |
mtreinish | dpaterson: yeah, that's the issue :) | 17:30 |
dpaterson | Are you saying we should change all to print()? | 17:30 |
mtreinish | dpaterson: if the tool wants something to go to stdout (like final output of a command) it should use print | 17:31 |
mkoderer | dpaterson: no.. log messages we use LOG but for user output we use print | 17:31 |
mkoderer | dpaterson: for instance the statistics of the stress test run should go to stdout | 17:31 |
*** ddieterly has quit IRC | 17:31 | |
*** eharney has quit IRC | 17:32 | |
*** mbound_ has quit IRC | 17:32 | |
mkoderer | ok I push some patches tomorrow | 17:32 |
mtreinish | ok, then the other topic under tempest was from me | 17:33 |
mtreinish | about removing the ec2 tests from tempest | 17:33 |
dpaterson | mkoderer: I'm fine with refactoring all cmd scripts, I was trying to get them to parity with cliff first | 17:33 |
*** balajiiyer has quit IRC | 17:33 | |
mtreinish | #link https://review.openstack.org/#/c/222737/ | 17:33 |
dpaterson | I noticed the inconsistancies too | 17:33 |
mtreinish | basically nova has deprecated their in-tree ec2 implementation, and want to remove it soon | 17:34 |
mkoderer | dpaterson: yeah cool let's have a review on it tomorrow | 17:34 |
*** john-davidge has joined #openstack-meeting | 17:34 | |
mtreinish | but the tempest tests are blocking that. We also said the only reason we keep the tests in tree is because nova has it in tree | 17:34 |
*** bobh_ has joined #openstack-meeting | 17:34 | |
dpaterson | mkoderer: sure, tx | 17:34 |
dmellado | mtreinish: then it looks like a straightforward move to remove them too | 17:35 |
mtreinish | so I made a tempest plugin with the code and put it up on github (also the ec2-api project has their own tempest plugin) to preserve the tests | 17:35 |
mtreinish | just in case someone want to use them for something in the future | 17:35 |
mtreinish | dmellado: yep | 17:35 |
mkoderer | mtreinish: +1 | 17:35 |
dmellado | +1 | 17:35 |
mtreinish | I've brought it up on the ML before too | 17:35 |
mtreinish | I just wanted to bring it up on the meeting, because we should be good to land the removal patch | 17:36 |
mtreinish | I'll push a tag after we remove it to signify the removal | 17:36 |
*** ayoung has joined #openstack-meeting | 17:36 | |
*** jmckind_ has quit IRC | 17:36 | |
*** aranjan has quit IRC | 17:37 | |
mtreinish | ok, does anyone else have anything else to discuss on tempest this week? | 17:37 |
andreaf | mtreinish: I had some comment on that patch, I'll re-review tomorrow if that's ok | 17:37 |
*** aranjan has joined #openstack-meeting | 17:37 | |
*** bobh has quit IRC | 17:38 | |
mtreinish | andreaf: that's fine. (although dims respun the patch to jsut remove the options) | 17:38 |
mtreinish | ok, if there's nothing else let's move on | 17:39 |
*** ddieterly has joined #openstack-meeting | 17:39 | |
mtreinish | #topic DevStack + Grenade | 17:39 |
*** openstack changes topic to "DevStack + Grenade (Meeting topic: qa)" | 17:39 | |
mtreinish | does anyone have anything to discuss about devstack or grenade? | 17:40 |
mtreinish | sdague, dtroyer: ^^^ | 17:40 |
sdague | the extras.d patch landed | 17:40 |
sdague | finally | 17:40 |
mtreinish | yay | 17:40 |
mtreinish | it only took a week of rechecks :) | 17:41 |
sdague | yeh | 17:41 |
sdague | I also brought over some code from d-g to make our apt_get_update more resilient to mirror breaks | 17:41 |
sdague | that seems to be helping, as is backported | 17:41 |
mtreinish | cool | 17:42 |
sdague | I've also got a new angle on the "can't ssh" to test nodes issue | 17:42 |
*** tej has joined #openstack-meeting | 17:42 | |
*** aranjan has quit IRC | 17:42 | |
sdague | which is that there is a race in the fixed ip allocator in nova | 17:42 |
sdague | where we might allocate an ip that has an oustanding lease | 17:42 |
sdague | so the guest won't get a valid ip, and dhcp fails | 17:43 |
sdague | there is a nova patch up for that | 17:43 |
sdague | I can't wait to see how that impacts things | 17:43 |
mtreinish | cool, that does sound like it could impact things for the better | 17:43 |
mtreinish | do you have a link to the patch? | 17:43 |
mtreinish | ok, does anyone else have anything to discuss on devstack or grenade this week? | 17:44 |
*** s3wong has quit IRC | 17:45 | |
*** bdrich has joined #openstack-meeting | 17:45 | |
mtreinish | ok, then lets move on | 17:46 |
mtreinish | #topic Critical Reviews | 17:46 |
*** openstack changes topic to "Critical Reviews (Meeting topic: qa)" | 17:46 | |
*** alexpilotti has joined #openstack-meeting | 17:46 | |
mtreinish | does anyone have any reviews they'd like to get extra eyes on? | 17:46 |
*** slowe has joined #openstack-meeting | 17:46 | |
*** ivar-lazzaro has joined #openstack-meeting | 17:47 | |
*** ljxiash has joined #openstack-meeting | 17:47 | |
*** dingboopt has quit IRC | 17:47 | |
*** iyamahat has joined #openstack-meeting | 17:48 | |
afazekas | https://review.openstack.org/#/c/257557/ | 17:48 |
*** gjayavelu has quit IRC | 17:48 | |
*** ddieterly has quit IRC | 17:48 | |
*** yamahata has joined #openstack-meeting | 17:48 | |
*** asselin_ has quit IRC | 17:48 | |
mtreinish | afazekas: yeah that does feel like something that should be a neutron side fix | 17:48 |
*** eharney has joined #openstack-meeting | 17:49 | |
*** ociuhandu has quit IRC | 17:49 | |
mtreinish | afazekas: I'll follow up with armax or someone to get them to weigh in on it | 17:49 |
*** dmorita has quit IRC | 17:49 | |
afazekas | mtreinish: Actually it is not, but IMHO the neutron agent scheduler tests should be in the neutron repo | 17:49 |
*** gyee has joined #openstack-meeting | 17:49 | |
afazekas | These kind of behaviors kind of internal. | 17:49 |
*** josdotso has quit IRC | 17:49 | |
mtreinish | afazekas: oh, yeah that definitely feels like an internal neutron thing | 17:50 |
mtreinish | are there any other reviews? | 17:50 |
*** alexpilotti has quit IRC | 17:51 | |
*** electrofelix has quit IRC | 17:51 | |
mtreinish | ok, then lets open up the floor | 17:51 |
mtreinish | #topic Open Discussion | 17:51 |
*** openstack changes topic to "Open Discussion (Meeting topic: qa)" | 17:51 | |
*** bobh_ has quit IRC | 17:51 | |
mtreinish | does anyone have something they'd like to discuss that wasn't on the agenda? | 17:51 |
*** fzdarsky_ is now known as fzdarsky|afk | 17:52 | |
*** jckasper_ has joined #openstack-meeting | 17:52 | |
*** e0ne has quit IRC | 17:53 | |
mtreinish | oh, one thing is I'm gonna cancel the next 2 meetings | 17:53 |
mtreinish | because of the holidays I expect not too many people will be around | 17:53 |
dmellado | +1 from me, almost everybody would be out for Christmas | 17:53 |
mtreinish | I'll send something to the ML about that today | 17:53 |
mtreinish | ok, if there isn't anything else I'll end here | 17:54 |
mtreinish | thanks everyone | 17:54 |
mtreinish | #endmeeting | 17:54 |
*** openstack changes topic to "gate-tempest-dsvm-neutron-src-python-heatclient - what does it test?? (Meeting topic: Heat)" | 17:54 | |
openstack | Meeting ended Thu Dec 17 17:54:22 2015 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 17:54 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/qa/2015/qa.2015-12-17-17.00.html | 17:54 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/qa/2015/qa.2015-12-17-17.00.txt | 17:54 |
openstack | Log: http://eavesdrop.openstack.org/meetings/qa/2015/qa.2015-12-17-17.00.log.html | 17:54 |
*** jckasper has quit IRC | 17:55 | |
*** dmorita has joined #openstack-meeting | 17:56 | |
*** dmorita has joined #openstack-meeting | 17:56 | |
*** asselin has joined #openstack-meeting | 17:56 | |
*** dpaterson has quit IRC | 17:56 | |
*** gjayavelu has joined #openstack-meeting | 17:57 | |
*** merooney has quit IRC | 17:58 | |
*** gjayavelu has quit IRC | 17:58 | |
*** bdrich has left #openstack-meeting | 17:58 | |
*** SumitNaiksatam has joined #openstack-meeting | 17:59 | |
*** bdrich has joined #openstack-meeting | 17:59 | |
*** eghobo has joined #openstack-meeting | 18:00 | |
*** derekh has quit IRC | 18:00 | |
*** adrian_otto has joined #openstack-meeting | 18:01 | |
*** slowe has left #openstack-meeting | 18:02 | |
*** merooney has joined #openstack-meeting | 18:03 | |
*** ndipanov has quit IRC | 18:03 | |
*** vks_ has joined #openstack-meeting | 18:03 | |
*** ricolin has quit IRC | 18:04 | |
*** bobh_ has joined #openstack-meeting | 18:05 | |
*** esker has joined #openstack-meeting | 18:05 | |
*** sputnik13 has joined #openstack-meeting | 18:05 | |
*** penick has joined #openstack-meeting | 18:07 | |
*** ChanServ changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 18:07 | |
*** unicell has joined #openstack-meeting | 18:08 | |
*** _nadya_ has quit IRC | 18:08 | |
*** balajiiyer has joined #openstack-meeting | 18:08 | |
*** _nadya_ has joined #openstack-meeting | 18:09 | |
*** bdrich has quit IRC | 18:09 | |
*** bdrich has joined #openstack-meeting | 18:09 | |
*** galstrom_zzz is now known as galstrom | 18:10 | |
*** zeih has joined #openstack-meeting | 18:11 | |
*** pnavarro has quit IRC | 18:11 | |
*** eharney has quit IRC | 18:11 | |
*** esker has quit IRC | 18:12 | |
*** banix has quit IRC | 18:12 | |
*** ihrachys has quit IRC | 18:12 | |
*** hdaniel has quit IRC | 18:12 | |
*** _nadya__ has joined #openstack-meeting | 18:13 | |
*** ihrachys has joined #openstack-meeting | 18:13 | |
*** banix has joined #openstack-meeting | 18:13 | |
*** _nadya_ has quit IRC | 18:13 | |
*** klkumar has quit IRC | 18:14 | |
*** zeih has quit IRC | 18:16 | |
*** annegentle has quit IRC | 18:17 | |
*** alexpilotti has joined #openstack-meeting | 18:17 | |
*** annegentle has joined #openstack-meeting | 18:18 | |
*** banix has quit IRC | 18:18 | |
*** eghobo has left #openstack-meeting | 18:19 | |
*** esker has joined #openstack-meeting | 18:20 | |
*** maishsk has joined #openstack-meeting | 18:21 | |
*** garyk has joined #openstack-meeting | 18:21 | |
*** ayoung has quit IRC | 18:21 | |
*** bobh_ has quit IRC | 18:22 | |
*** alexpilotti has quit IRC | 18:22 | |
*** neelashah has quit IRC | 18:23 | |
*** eharney has joined #openstack-meeting | 18:26 | |
*** harlowja has joined #openstack-meeting | 18:27 | |
*** jmckind has joined #openstack-meeting | 18:29 | |
*** dwalleck has quit IRC | 18:33 | |
*** wojdev has quit IRC | 18:33 | |
*** ayoung has joined #openstack-meeting | 18:33 | |
*** dwalleck has joined #openstack-meeting | 18:34 | |
*** bdrich has quit IRC | 18:34 | |
*** edtubill has joined #openstack-meeting | 18:34 | |
*** devananda has quit IRC | 18:36 | |
*** neelashah has joined #openstack-meeting | 18:36 | |
*** zeih has joined #openstack-meeting | 18:38 | |
*** aranjan has joined #openstack-meeting | 18:38 | |
*** s3wong has joined #openstack-meeting | 18:39 | |
*** sambetts is now known as sambetts-afk | 18:41 | |
*** p0rtal has joined #openstack-meeting | 18:41 | |
*** vhoward has joined #openstack-meeting | 18:42 | |
*** zeih has quit IRC | 18:43 | |
*** dwalleck has quit IRC | 18:43 | |
*** tellesnobrega is now known as tellesnobrega_af | 18:45 | |
*** e0ne has joined #openstack-meeting | 18:46 | |
*** gjayavelu has joined #openstack-meeting | 18:47 | |
*** esker has quit IRC | 18:47 | |
*** esker has joined #openstack-meeting | 18:47 | |
*** ayoung has quit IRC | 18:47 | |
*** cdub has quit IRC | 18:48 | |
*** otter768 has joined #openstack-meeting | 18:50 | |
*** piet has quit IRC | 18:51 | |
*** ljxiash has quit IRC | 18:51 | |
*** devananda has joined #openstack-meeting | 18:53 | |
*** gyee has quit IRC | 18:54 | |
*** terrylhowe has joined #openstack-meeting | 18:54 | |
*** otter768 has quit IRC | 18:55 | |
*** eharney has quit IRC | 18:56 | |
*** eharney has joined #openstack-meeting | 18:56 | |
*** esker has quit IRC | 18:57 | |
*** _nadya__ has quit IRC | 18:57 | |
*** jmckind has quit IRC | 18:57 | |
*** _nadya_ has joined #openstack-meeting | 18:58 | |
*** tej has quit IRC | 18:58 | |
*** dwalleck has joined #openstack-meeting | 18:58 | |
*** lhcheng has joined #openstack-meeting | 18:59 | |
*** tellesnobrega_af is now known as tellesnobrega | 19:00 | |
*** _nadya_ has quit IRC | 19:02 | |
*** ivar-lazzaro has quit IRC | 19:03 | |
*** aimon_ has quit IRC | 19:03 | |
dtroyer | #startmeeting OpenStackClient | 19:03 |
openstack | Meeting started Thu Dec 17 19:03:28 2015 UTC and is due to finish in 60 minutes. The chair is dtroyer. Information about MeetBot at http://wiki.debian.org/MeetBot. | 19:03 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 19:03 |
*** openstack changes topic to " (Meeting topic: OpenStackClient)" | 19:03 | |
openstack | The meeting name has been set to 'openstackclient' | 19:03 |
dtroyer | anyone here for the OSc meeting? | 19:03 |
stevemar | dtroyer: oh you're alive | 19:04 |
*** esker has joined #openstack-meeting | 19:04 | |
dtroyer | courtesy ping:briancurtin, terrylhowe, lhcheng, dstanek, MeganR | 19:04 |
dtroyer | stevemar: you only think that because you can't see me | 19:04 |
stevemar | i was just talking to terrylhowe that i was going to ditch this weeks installment | 19:04 |
terrylhowe | o/ | 19:04 |
lhcheng | o/ | 19:04 |
dtroyer | I'm planning to cancel the next two weeks | 19:04 |
stevemar | but it we actually have quorum... | 19:04 |
dtroyer | like most end-of-week meetings | 19:05 |
rtheis | o/ | 19:05 |
*** tej has joined #openstack-meeting | 19:05 | |
stevemar | hey rtheis! | 19:05 |
dtroyer | ok, let's get started | 19:05 |
*** whenry_ has joined #openstack-meeting | 19:05 | |
dtroyer | #topic reviews | 19:05 |
*** openstack changes topic to "reviews (Meeting topic: OpenStackClient)" | 19:05 | |
rtheis | hi stevemar | 19:05 |
dtroyer | I have a couple of questions I've raised in reviews that we might want to talk about here to get a wider audience | 19:06 |
dtroyer | and then go from there | 19:06 |
stevemar | sure, where do we start? | 19:07 |
dtroyer | https://review.openstack.org/#/c/257403/ | 19:07 |
*** esker has quit IRC | 19:07 | |
dtroyer | This question boils down to how we handle errors in commands that make multiple REST API calls | 19:07 |
*** wojdev has joined #openstack-meeting | 19:07 | |
dtroyer | Niall has a nice set of tables in one of his later comments that shows the tradeoff | 19:08 |
*** balajiiyer1 has joined #openstack-meeting | 19:08 | |
*** neelashah has quit IRC | 19:08 | |
dtroyer | assumption #1: we don't do rollbacks, so if there are two API calls and the first succeeds and second fails, the changes for the first stay | 19:08 |
dtroyer | (Think of the set commands for context) | 19:09 |
dtroyer | if the first fails, should we attempt the second? | 19:09 |
*** ihrachys has quit IRC | 19:09 | |
dtroyer | Anyone have an idea what a user expectation might be here? | 19:10 |
*** vks_ has quit IRC | 19:10 | |
*** balajiiyer has quit IRC | 19:10 | |
stevemar | what are the other options? | 19:11 |
terrylhowe | I like the idea of try all the steps, print errors for what fails and return 1 for any failure or partial fail | 19:11 |
*** adrian_otto has left #openstack-meeting | 19:11 | |
lhcheng | I guess it depends if the second command makes sense.. | 19:11 |
dtroyer | Niall's patch has abort after first failure, don't attempt the rest | 19:11 |
dtroyer | lhcheng: yes, there are probably cases where it doesn't make sense | 19:11 |
dtroyer | this one may not be one of those | 19:11 |
dtroyer | order is not important here | 19:12 |
terrylhowe | from the users perspective, they might not know that if the update failed, the activate worked | 19:12 |
*** _nadya_ has joined #openstack-meeting | 19:12 | |
*** merooney has quit IRC | 19:12 | |
*** aranjan has quit IRC | 19:12 | |
stevemar | its gonna depend on the command, for multi-deletes we should report back all fails and keep going. but for something that is like saving an image, if the GET fails, don't proceed | 19:13 |
dtroyer | right stevemar, I'm thinking multiple calls for one OSC command, not looking over a list | 19:13 |
dtroyer | looping over a list | 19:14 |
*** absubram has joined #openstack-meeting | 19:15 | |
dtroyer | anyone with a strong opinion add it to the review, I can live with either although my gut says we should do as much as we can | 19:16 |
stevemar | dtroyer: i like the patch | 19:17 |
terrylhowe | just like the delete with nargs, it is easier to track if we print errors and try everything | 19:17 |
dtroyer | terrylhowe: it is consistency with that mode that I like | 19:18 |
*** safchain has quit IRC | 19:19 | |
dtroyer | moving on | 19:19 |
dtroyer | https://review.openstack.org/#/c/246459/ | 19:19 |
lhcheng | consistency is basic for better user exp, I vote for consistency of behavior. | 19:19 |
*** adiantum has joined #openstack-meeting | 19:19 | |
dtroyer | This adds —project-domain to image delete. | 19:19 |
dtroyer | stevemar: asked about aliasing —project for —owner. | 19:20 |
*** _nadya_ has quit IRC | 19:20 | |
dtroyer | I like that idea, I suppose the point is that we should do this review and the alias one in the same release | 19:20 |
*** _nadya_ has joined #openstack-meeting | 19:21 | |
lhcheng | sounds good | 19:21 |
lhcheng | makes our arg naming consistent | 19:21 |
dtroyer | so if we think we're close to a release I'd like to wait on this. I can do the follow-up, but probably not this week | 19:22 |
stevemar | sounds good, we can switch all instances of owner to project and make an alias for owner | 19:22 |
*** dslev has quit IRC | 19:22 | |
*** dwalleck has quit IRC | 19:22 | |
stevemar | dtroyer: no need to release til new year | 19:22 |
dtroyer | ok, cool. | 19:22 |
dtroyer | last on my list is https://review.openstack.org/#/c/251646/ | 19:24 |
dtroyer | and this is basically about if set commands should have any output similar to create commands | 19:24 |
*** zul has quit IRC | 19:25 | |
*** _nadya_ has quit IRC | 19:25 | |
dtroyer | this particular command used List for a specific reason, most that do have output should be using Show. | 19:25 |
*** tej has quit IRC | 19:25 | |
dtroyer | the question is are there any set commands that create something new that needs to be reported to the user? | 19:25 |
dtroyer | if not, I am OK with removing output from set commands | 19:25 |
dtroyer | I can't hink of any | 19:26 |
stevemar | we'd have to go through and see what they're doing | 19:26 |
stevemar | i assume it's just showing the newly updated object | 19:26 |
stevemar | resource | 19:26 |
dtroyer | right. the create command returns a new ID, set doesn't do that AFAICT | 19:27 |
dtroyer | with other fields | 19:27 |
*** zul has joined #openstack-meeting | 19:27 | |
stevemar | no, most of the time set -> PATCH/PUT which is a 204 usually | 19:28 |
stevemar | and doesn't return any content | 19:28 |
stevemar | at least, that's how it is in keystone | 19:28 |
dtroyer | I'm not sure the REST semantics matter here | 19:29 |
stevemar | hmm, i'm wrong | 19:29 |
stevemar | we do return the new object and it's 200 OK | 19:29 |
dtroyer | it's what the API is actually doing | 19:29 |
dtroyer | the point is to make doing an immediate show command after a set unnecessary for the user to get some new bit of information | 19:30 |
stevemar | another way of looking at it: we'd probably make a lot of people happy by showing the new object, whereas we'd probably upset folks if we removed capability | 19:30 |
dtroyer | right, and I don't want to have to revisit a decision to remove something in six months ;) | 19:31 |
*** asselin_ has joined #openstack-meeting | 19:31 | |
terrylhowe | for the services that 204, that’d be expensive | 19:31 |
*** merooney has joined #openstack-meeting | 19:31 | |
terrylhowe | I think return nothing is best for consistency | 19:31 |
terrylhowe | anythng that is making a resource under the covers and returning an id, i probably is handled as a ‘add/remove’ anyway | 19:32 |
dtroyer | stevemar put a list of commands using ShowOne into a comment, it is surprisingly short, so mayybe it isn't too bad… | 19:32 |
*** p0rtal_ has joined #openstack-meeting | 19:32 | |
dtroyer | and looks like it is mostly Compute API? | 19:33 |
*** p0rtal has quit IRC | 19:33 | |
*** asselin__ has quit IRC | 19:33 | |
*** jmckind has joined #openstack-meeting | 19:33 | |
stevemar | i was pro-returning nothing | 19:34 |
dtroyer | so again, lets get opinions into the review. | 19:34 |
stevemar | but now i feel like returning the new object might be better long term | 19:34 |
*** e0ne has quit IRC | 19:34 | |
*** ddieterly has joined #openstack-meeting | 19:34 | |
*** ddieterl_ has joined #openstack-meeting | 19:35 | |
dtroyer | also, for both this and the multi-call review, whatever we decide we need to add to our developer docs | 19:35 |
stevemar | yep | 19:36 |
dtroyer | that's my list, anyone have any other reviews they want to bring up? | 19:36 |
lhcheng | I got one | 19:36 |
stevemar | regarding release, here's a list of changes that are committed but not released: http://docs-draft.openstack.org/03/257403/5/check/gate-python-openstackclient-docs/5ec748a//doc/build/html/history.html | 19:36 |
*** wojdev has quit IRC | 19:36 | |
stevemar | we last released on 2015-12-03 | 19:37 |
terrylhowe | wow | 19:37 |
stevemar | theres a lot of networky goodness going in | 19:37 |
dtroyer | we've addded a bunch of network stuff, is that at a clean breakpoint and working? | 19:37 |
stevemar | dtroyer: that's the thing | 19:37 |
terrylhowe | we don’t have full router crud | 19:38 |
*** dwalleck has joined #openstack-meeting | 19:38 | |
stevemar | i think it's reasonable to wait til new year and get a bit more network stuff under our belt | 19:38 |
stevemar | wait til we get full router and subnet crud | 19:38 |
dtroyer | ok. let's keep in mind then to plan some checkpoints so the new stuff is complete in logical sections | 19:38 |
*** ddieterly has quit IRC | 19:38 | |
stevemar | dtroyer: we should also advocate for more release notes in patches that fix bugs :) | 19:39 |
dtroyer | a lot of those changes were small and things that I'd have grouped together a bit more | 19:39 |
stevemar | a lot are tests and refactoring | 19:39 |
dtroyer | yes, I didn't want to hammer in in-flight bits yet, but probably start making the commnets now | 19:39 |
dtroyer | we have examples which will help | 19:40 |
*** bobh_ has joined #openstack-meeting | 19:40 | |
dtroyer | I'd prefer to keep the test/refactor bits out of the user release notes, they really don't care | 19:40 |
dtroyer | oh, that's not the list I thought it was | 19:41 |
dtroyer | nevermind | 19:41 |
*** wojdev has joined #openstack-meeting | 19:41 | |
stevemar | dtroyer: that's the "changes" list | 19:41 |
stevemar | lhcheng: you had a topic | 19:41 |
rtheis | I have one review to bring up after lhcheng | 19:42 |
stevemar | rtheis: cool cool | 19:42 |
lhcheng | about tests, there's a couple of patches that added test for private methods. | 19:43 |
lhcheng | I feel like it is over-testing | 19:43 |
lhcheng | It is harder to refactor later if we also have test for private methods | 19:43 |
lhcheng | https://review.openstack.org/#/c/254142/ | 19:43 |
*** bobh__ has joined #openstack-meeting | 19:43 | |
stevemar | i feel like for this private method in particular it's OK | 19:44 |
stevemar | since it's a formatter | 19:44 |
*** pfalleno1 has quit IRC | 19:44 | |
stevemar | and a simple on | 19:44 |
stevemar | one | 19:44 |
stevemar | i agree its probably overkill for most | 19:44 |
stevemar | this one has a very narrow scope | 19:45 |
terrylhowe | valuable test I think, way easier to have a unit test for that kind of thing | 19:45 |
*** pfallenop has joined #openstack-meeting | 19:46 | |
*** bobh_ has quit IRC | 19:46 | |
terrylhowe | I agree no tests for privates in general, but this looks like a good exception to that rule | 19:46 |
*** tej has joined #openstack-meeting | 19:46 | |
dtroyer | so I hear this is a discretionary thing not a hard rule,but the default is what terrylhowe just said above? | 19:46 |
lhcheng | okay, just didn't want overtest and write test for all private method | 19:47 |
terrylhowe | agreed | 19:47 |
*** mfranc213 has quit IRC | 19:47 | |
lhcheng | dtroyer: ok, sounds good to me | 19:47 |
dtroyer | lhcheng: thanks for raising the thought, I don't think we've ever had a 'too much testing' problem in OSC ;) | 19:48 |
dtroyer | with the rate that tangchen is writing them though… | 19:48 |
*** mfranc213 has joined #openstack-meeting | 19:48 | |
lhcheng | dtroyer: hah | 19:49 |
dtroyer | rtheis: you had a topic? | 19:49 |
rtheis | yes, thank you: https://review.openstack.org/#/c/257543/ | 19:49 |
rtheis | I haven't found a great way to move existing networking commands (such as security groups) to sdk, and would appreciate ideas on the best way forward. | 19:49 |
stevemar | lhcheng: if another patch comes up for testing private methods we can pile on the -2's | 19:49 |
stevemar | hehe | 19:49 |
stevemar | i'd hate to see a coverage report for osc :( | 19:49 |
*** piet has joined #openstack-meeting | 19:50 | |
dtroyer | I've only glanced at this but it seems like a decent model for commands with multiple back-end implementations | 19:50 |
dtroyer | also, I think the compute/nova-net bits may be the only ones where we need to support the proxied API so the major place it might come up again is in plugins | 19:51 |
rtheis | I tried playing with command loading but didn't get very far | 19:51 |
*** AmirBaleghi11111 has joined #openstack-meeting | 19:51 | |
terrylhowe | I’m concerned how this will look on more ocmplicated examples where there are different parseargs | 19:51 |
terrylhowe | we might have to figure this stuff out at command load time rather than run time | 19:52 |
rtheis | terrylhowe: yeah this model pins the commands to the same arguments which we may not always want | 19:52 |
*** emagana has quit IRC | 19:52 | |
*** ivar-lazzaro has joined #openstack-meeting | 19:53 | |
rtheis | For example, security group rules in nova hide ethertype and direction but neutron exposes them | 19:53 |
*** fzdarsky|afk is now known as fzdarsky | 19:53 | |
*** blmartin has quit IRC | 19:53 | |
dtroyer | can we accept them as optional on the nova version and ignore them? not sure of the message that sends to users though | 19:53 |
dtroyer | but like some of the policy things we have, in help we would need to do at least an auth pass to get the SC to even know which version to show | 19:54 |
*** aranjan has joined #openstack-meeting | 19:54 | |
*** banix has joined #openstack-meeting | 19:54 | |
*** blmartin has joined #openstack-meeting | 19:55 | |
rtheis | yeah, maybe well need to do an auth pass as part of help for these. I'll take a look at that and possibly ignoring optional parameters | 19:57 |
rtheis | we'll | 19:58 |
*** emagana has joined #openstack-meeting | 19:58 | |
terrylhowe | if neutron loaded last here? https://github.com/openstack/python-openstackclient/blob/master/openstackclient/common/commandmanager.py#L55 | 19:58 |
terrylhowe | no that isn’t right | 19:59 |
dtroyer | terrylhowe: even if it did, that doesn't account for plugins | 19:59 |
dtroyer | we can't make assumptions about load order | 19:59 |
terrylhowe | maybe we should load neutron like a plugin | 19:59 |
dtroyer | it already is, it is just in-repo | 19:59 |
terrylhowe | well, if it could be deterministic some how | 19:59 |
*** FallenPegasus has joined #openstack-meeting | 20:00 | |
*** bobh__ has quit IRC | 20:00 | |
*** rfolco has quit IRC | 20:00 | |
*** salv-orl_ has quit IRC | 20:01 | |
*** aysyd has quit IRC | 20:01 | |
terrylhowe | https://github.com/openstack/python-openstackclient/blob/master/openstackclient/shell.py#L314 | 20:01 |
dtroyer | rtheis: I've though having a wrapper command in openstackclient.comm that handles the switch much like your new class does would be useful, and have that call out to the individual commands | 20:01 |
terrylhowe | nova there and neutron after that | 20:01 |
*** alop has joined #openstack-meeting | 20:02 | |
rtheis | dtroyer: thanks, I'll take a look at that. | 20:02 |
dtroyer | terrylhowe: one reason why I think the switch decision needs to be as late as it can | 20:02 |
*** emagana has quit IRC | 20:02 | |
dtroyer | rtheis: I never got all the way thinking that through so it may be a dead end, but having another mind on it would be great | 20:03 |
rtheis | sure | 20:03 |
*** mfranc213 has quit IRC | 20:03 | |
dtroyer | ok, we're over time | 20:03 |
dtroyer | no meetings the next two weeks, see everyone on Jan 7! | 20:04 |
dtroyer | #endmeeting | 20:04 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 20:04 | |
openstack | Meeting ended Thu Dec 17 20:04:22 2015 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 20:04 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/openstackclient/2015/openstackclient.2015-12-17-19.03.html | 20:04 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/openstackclient/2015/openstackclient.2015-12-17-19.03.txt | 20:04 |
openstack | Log: http://eavesdrop.openstack.org/meetings/openstackclient/2015/openstackclient.2015-12-17-19.03.log.html | 20:04 |
*** bobh_ has joined #openstack-meeting | 20:04 | |
*** AmirBaleghi11112 has joined #openstack-meeting | 20:04 | |
*** AmirBaleghi11111 has quit IRC | 20:05 | |
*** cdub has joined #openstack-meeting | 20:05 | |
*** timcline has quit IRC | 20:07 | |
*** gjayavelu has quit IRC | 20:08 | |
*** dwalleck has quit IRC | 20:08 | |
*** mfranc213 has joined #openstack-meeting | 20:11 | |
*** edtubill has quit IRC | 20:13 | |
*** _nadya_ has joined #openstack-meeting | 20:16 | |
*** timcline has joined #openstack-meeting | 20:17 | |
*** john-davidge has quit IRC | 20:18 | |
*** bobh_ has quit IRC | 20:21 | |
*** maishsk has quit IRC | 20:22 | |
*** maishsk has joined #openstack-meeting | 20:22 | |
*** markvoelker has quit IRC | 20:24 | |
*** zeih has joined #openstack-meeting | 20:26 | |
*** e0ne has joined #openstack-meeting | 20:27 | |
*** aranjan has quit IRC | 20:29 | |
*** matrohon has joined #openstack-meeting | 20:30 | |
*** edtubill has joined #openstack-meeting | 20:31 | |
*** dwalleck_ has joined #openstack-meeting | 20:31 | |
*** zeih has quit IRC | 20:31 | |
*** esker has joined #openstack-meeting | 20:32 | |
*** esker has quit IRC | 20:32 | |
*** blmartin has quit IRC | 20:32 | |
*** esker has joined #openstack-meeting | 20:33 | |
*** alexpilotti has joined #openstack-meeting | 20:34 | |
*** pratikma_ is now known as pratikmallya | 20:35 | |
*** roxanaghe has joined #openstack-meeting | 20:36 | |
*** alexpilotti has quit IRC | 20:38 | |
*** galstrom is now known as galstrom_zzz | 20:39 | |
*** bdrich has joined #openstack-meeting | 20:39 | |
*** vgridnev has quit IRC | 20:40 | |
*** john-davidge has joined #openstack-meeting | 20:40 | |
*** dwalleck_ has quit IRC | 20:40 | |
*** dkranz has quit IRC | 20:41 | |
*** bobh_ has joined #openstack-meeting | 20:42 | |
*** pnavarro has joined #openstack-meeting | 20:43 | |
*** aranjan has joined #openstack-meeting | 20:43 | |
*** mudassirlatif has quit IRC | 20:44 | |
*** mudassirlatif has joined #openstack-meeting | 20:45 | |
*** Swami_ has quit IRC | 20:45 | |
*** mudassirlatif has quit IRC | 20:45 | |
*** hdaniel has joined #openstack-meeting | 20:46 | |
*** mfranc213 has quit IRC | 20:47 | |
*** aranjan has quit IRC | 20:48 | |
*** _nadya_ has quit IRC | 20:48 | |
*** dslevin has quit IRC | 20:48 | |
*** hashar has joined #openstack-meeting | 20:49 | |
*** bobh has joined #openstack-meeting | 20:50 | |
*** auggy has joined #openstack-meeting | 20:50 | |
*** otter768 has joined #openstack-meeting | 20:51 | |
*** vhoward has quit IRC | 20:52 | |
*** aeng has joined #openstack-meeting | 20:53 | |
*** mfranc213 has joined #openstack-meeting | 20:53 | |
*** piet has quit IRC | 20:53 | |
*** bobh_ has quit IRC | 20:53 | |
*** cdent has joined #openstack-meeting | 20:55 | |
*** lblanchard has quit IRC | 20:55 | |
*** AdRi21 has joined #openstack-meeting | 20:56 | |
*** otter768 has quit IRC | 20:56 | |
*** hdaniel has quit IRC | 20:57 | |
*** piet has joined #openstack-meeting | 20:58 | |
*** gjayavelu has joined #openstack-meeting | 20:59 | |
*** takashin has joined #openstack-meeting | 20:59 | |
*** AdRi21 has left #openstack-meeting | 21:00 | |
*** rdopiera has joined #openstack-meeting | 21:00 | |
*** mudassirlatif has joined #openstack-meeting | 21:00 | |
*** _gryf has joined #openstack-meeting | 21:01 | |
*** raildo is now known as raildo-afk | 21:01 | |
*** mudassirlatif has quit IRC | 21:01 | |
*** aranjan has joined #openstack-meeting | 21:01 | |
*** pnavarro has quit IRC | 21:02 | |
sdague | #startmeeting nova | 21:02 |
openstack | Meeting started Thu Dec 17 21:02:26 2015 UTC and is due to finish in 60 minutes. The chair is sdague. Information about MeetBot at http://wiki.debian.org/MeetBot. | 21:02 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 21:02 |
*** maishsk_ has joined #openstack-meeting | 21:02 | |
*** openstack changes topic to " (Meeting topic: nova)" | 21:02 | |
openstack | The meeting name has been set to 'nova' | 21:02 |
*** tellesnobrega is now known as tellesnobrega_af | 21:02 | |
thingee | o/ | 21:02 |
sdague | ping mikal tjones cburgess jgrimm adrian_otto funzo mjturek jcookekhugen irina_pov krtaylor danpb alexpilotti flip214 jaypipes garyk edleafe dims moshele anteaya Nisha sileht claudiub lxsli neiljerram markus_z swamireddy alevine tonyb andreykurilin ndipanov sc68cal akuriata artom jlvillal mnestratov kashyap aloga rgeragnov bauzas xyang tpatil med_ nic scottda nagyz belliott dguitarbite sdague jroll diana_clarke _diana_ raildo jichen gjayavel | 21:02 |
sdague | u mdorman klindgren sorrison belmoreira mrda mmmpork PaulMurray gcb thorst duncant macsz | 21:02 |
takashin | o/ | 21:02 |
edleafe | \o | 21:02 |
_gryf | \o | 21:02 |
tonyb | golf clap for sdague :D | 21:02 |
* jroll lurks | 21:02 | |
dansmith | boo for sdague | 21:02 |
bauzas | \o | 21:02 |
melwitt | o/ | 21:02 |
gjayavelu | o/ | 21:02 |
sdague | this is going to be short | 21:02 |
jlvillal | o/ | 21:02 |
cburgess | o/ | 21:02 |
sdague | #info this is going to be short | 21:03 |
sdague | #info agenda https://wiki.openstack.org/wiki/Meetings/Nova | 21:03 |
*** maishsk has quit IRC | 21:03 | |
*** maishsk_ is now known as maishsk | 21:03 | |
*** amrith is now known as _amrith_ | 21:03 | |
sdague | #topic Release Status | 21:03 |
*** openstack changes topic to "Release Status (Meeting topic: nova)" | 21:03 | |
mikal | Hi | 21:03 |
*** giri_j has joined #openstack-meeting | 21:03 | |
dims | o/ | 21:03 |
sdague | I will let you read the agenda for dates, no need to repeat them here | 21:03 |
cdent | o/ | 21:04 |
sdague | #topic Regular Reminders | 21:04 |
*** openstack changes topic to "Regular Reminders (Meeting topic: nova)" | 21:04 | |
sdague | Go forth and remember this list - Review focus list: https://etherpad.openstack.org/p/mitaka-nova-priorities-tracking | 21:04 |
sdague | 21:04 | |
sdague | #topic Bugs | 21:05 |
*** openstack changes topic to "Bugs (Meeting topic: nova)" | 21:05 | |
sdague | the gate has been bad this week, but I think we're mostly recovered | 21:05 |
sdague | there don't seem to be any specific bugs called out in the agenda, so I'll let you read the agenda for standard links | 21:05 |
*** salv-orl_ has joined #openstack-meeting | 21:06 | |
sdague | #topic Stuck Reviews | 21:06 |
*** openstack changes topic to "Stuck Reviews (Meeting topic: nova)" | 21:06 | |
sdague | nothing listed this week | 21:06 |
sdague | so pass | 21:06 |
*** esker has quit IRC | 21:06 | |
sdague | #topic Open discussion | 21:06 |
*** openstack changes topic to "Open discussion (Meeting topic: nova)" | 21:06 | |
sdague | this is an item of note listed in the agenda - https://review.openstack.org/#/c/256440/2 (remove containers from the mission) | 21:06 |
cdent | yeah that's...novel | 21:07 |
*** dslevin has joined #openstack-meeting | 21:07 | |
sdague | this is fall out from the defcore discussion previously | 21:07 |
*** mbound_ has joined #openstack-meeting | 21:07 | |
sdague | people should probably express an opinion on that one | 21:07 |
* edleafe thinks sdague is going for bragging rights over mriedem | 21:07 | |
sdague | Project meetings over Christmas? | 21:07 |
sdague | #startvote Project meetings over Christmas? | 21:08 |
openstack | Begin voting on: Project meetings over Christmas? Valid vote options are Yes, No. | 21:08 |
*** jswarren has left #openstack-meeting | 21:08 | |
openstack | Vote using '#vote OPTION'. Only your last vote counts. | 21:08 |
sdague | #vote no | 21:08 |
mikal | #vote no | 21:08 |
dansmith | #vote no | 21:08 |
sdague | will leave this open for 60 seconds | 21:08 |
tonyb | #vote no | 21:08 |
melwitt | #vote no | 21:08 |
takashin | #vote no | 21:08 |
*** mbound_ has quit IRC | 21:08 | |
edleafe | #vote no | 21:08 |
*** gwei3 has joined #openstack-meeting | 21:08 | |
sdague | ok, 10 more seconds | 21:09 |
*** pkoniszewski_ has joined #openstack-meeting | 21:09 | |
sdague | #endvote | 21:09 |
openstack | Voted on "Project meetings over Christmas?" Results are | 21:09 |
*** ivar-laz_ has joined #openstack-meeting | 21:09 | |
mikal | No results? | 21:09 |
sdague | apparently that didn't do a thing | 21:09 |
sdague | I guess defaults don't work | 21:09 |
* jlvillal wonders how difficult it is to calculate it... | 21:09 | |
tonyb | I think they're clear | 21:09 |
sdague | oh well, its logged | 21:09 |
mikal | I think the yes, and sdague runs them was a clear winner | 21:09 |
sc68cal | ;) | 21:09 |
* tonyb will look at MeetBot at some stage | 21:09 | |
sdague | #info No meetings over christmas, by vote | 21:10 |
edleafe | case-sensitive? | 21:10 |
jlvillal | What about New Years? | 21:10 |
sdague | only other item on open agenda is the lack of cross project liason - http://lists.openstack.org/pipermail/openstack-dev/2015-December/080869.html | 21:10 |
dansmith | sdague: ten minutes past, you're out of the running for gold | 21:10 |
sdague | jlvillal: I assume that to mean no meeting the next 2 weeks | 21:10 |
sdague | #info No meeting next 2 weeks, by fiat | 21:10 |
jlvillal | :) | 21:10 |
dansmith | >= jan 2 is what I think it means | 21:10 |
sdague | ok, anything else from folks? | 21:11 |
sdague | going once | 21:11 |
*** markus_z has joined #openstack-meeting | 21:11 | |
sdague | going twice | 21:11 |
tonyb | If people are in the nova channel I ping them about specific reviews that need love to get through the gate. | 21:11 |
*** john-davidge has quit IRC | 21:11 | |
sdague | thanks for coming, enjoy any holidays or non holidays you have coming up | 21:11 |
sdague | #endmeeting | 21:11 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 21:11 | |
openstack | Meeting ended Thu Dec 17 21:11:43 2015 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 21:11 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/nova/2015/nova.2015-12-17-21.02.html | 21:11 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/nova/2015/nova.2015-12-17-21.02.txt | 21:11 |
openstack | Log: http://eavesdrop.openstack.org/meetings/nova/2015/nova.2015-12-17-21.02.log.html | 21:11 |
cburgess | Happy Holidays everyone! | 21:11 |
*** rdopiera has left #openstack-meeting | 21:12 | |
*** ivar-lazzaro has quit IRC | 21:12 | |
*** markus_z has quit IRC | 21:12 | |
*** Swami_ has joined #openstack-meeting | 21:12 | |
*** takashin has left #openstack-meeting | 21:13 | |
*** tellesnobrega_af is now known as tellesnobrega | 21:14 | |
*** mfranc213 has quit IRC | 21:14 | |
*** aloga has quit IRC | 21:14 | |
*** mudassirlatif has joined #openstack-meeting | 21:15 | |
*** mbound_ has joined #openstack-meeting | 21:16 | |
*** matrohon has quit IRC | 21:16 | |
*** mudassirlatif has quit IRC | 21:16 | |
*** aranjan has quit IRC | 21:16 | |
*** aranjan has joined #openstack-meeting | 21:17 | |
*** edleafe- has joined #openstack-meeting | 21:20 | |
*** aranjan has quit IRC | 21:21 | |
*** mfranc213 has joined #openstack-meeting | 21:22 | |
*** aranjan has joined #openstack-meeting | 21:22 | |
*** tej has quit IRC | 21:22 | |
*** pnavarro has joined #openstack-meeting | 21:23 | |
*** rossella_s has quit IRC | 21:23 | |
*** rossella_s has joined #openstack-meeting | 21:23 | |
*** balajiiyer has joined #openstack-meeting | 21:24 | |
*** krtaylor has quit IRC | 21:24 | |
*** markvoelker has joined #openstack-meeting | 21:25 | |
*** balajiiyer1 has quit IRC | 21:25 | |
*** balajiiyer has left #openstack-meeting | 21:27 | |
*** edleafe- has quit IRC | 21:27 | |
*** edleafe has quit IRC | 21:27 | |
*** john-davidge has joined #openstack-meeting | 21:28 | |
*** gjayavelu has quit IRC | 21:29 | |
*** edleafe has joined #openstack-meeting | 21:29 | |
*** markvoelker has quit IRC | 21:30 | |
*** gjayavelu has joined #openstack-meeting | 21:30 | |
*** mudassirlatif has joined #openstack-meeting | 21:30 | |
*** cdub has quit IRC | 21:31 | |
*** mudassirlatif has quit IRC | 21:31 | |
*** _gryf has left #openstack-meeting | 21:31 | |
*** wojdev_ has joined #openstack-meeting | 21:32 | |
*** jungleboyj has quit IRC | 21:32 | |
*** piet has quit IRC | 21:32 | |
*** timcline has quit IRC | 21:32 | |
*** wojdev has quit IRC | 21:33 | |
*** wojdev_ is now known as wojdev | 21:33 | |
*** gjayavelu has quit IRC | 21:34 | |
*** krtaylor has joined #openstack-meeting | 21:37 | |
*** bobh has quit IRC | 21:39 | |
*** bobh has joined #openstack-meeting | 21:39 | |
*** bobh has quit IRC | 21:39 | |
*** bobh has joined #openstack-meeting | 21:40 | |
*** blmartin has joined #openstack-meeting | 21:41 | |
*** dmorita has quit IRC | 21:43 | |
*** dmorita has joined #openstack-meeting | 21:43 | |
*** bobh has quit IRC | 21:45 | |
*** mudassirlatif has joined #openstack-meeting | 21:45 | |
*** bdrich has quit IRC | 21:45 | |
*** mudassirlatif has quit IRC | 21:46 | |
*** mfranc213 has quit IRC | 21:48 | |
*** ganso has quit IRC | 21:49 | |
*** AmirBaleghi11112 has quit IRC | 21:51 | |
*** mfranc213 has joined #openstack-meeting | 21:53 | |
*** pnavarro has quit IRC | 21:54 | |
*** mfranc213 has quit IRC | 21:54 | |
*** mfranc213 has joined #openstack-meeting | 21:55 | |
*** dkranz has joined #openstack-meeting | 21:55 | |
*** piet has joined #openstack-meeting | 21:59 | |
*** tellesnobrega is now known as tellesnobrega_af | 21:59 | |
*** mudassirlatif has joined #openstack-meeting | 22:00 | |
*** mudassirlatif has quit IRC | 22:01 | |
*** merooney has quit IRC | 22:02 | |
*** dane has quit IRC | 22:02 | |
*** spzala has quit IRC | 22:06 | |
*** thorst_ has quit IRC | 22:07 | |
*** giri_j has quit IRC | 22:07 | |
*** mfranc213 has quit IRC | 22:08 | |
*** artom has joined #openstack-meeting | 22:10 | |
*** xyang1 has quit IRC | 22:12 | |
*** pkoniszewski_ has quit IRC | 22:13 | |
*** gyee has joined #openstack-meeting | 22:13 | |
*** artom has left #openstack-meeting | 22:14 | |
*** zeih has joined #openstack-meeting | 22:15 | |
*** mudassirlatif has joined #openstack-meeting | 22:15 | |
*** mudassirlatif has quit IRC | 22:16 | |
*** eharney has quit IRC | 22:18 | |
*** zeih has quit IRC | 22:20 | |
*** jmckind_ has joined #openstack-meeting | 22:20 | |
*** rossella_s has quit IRC | 22:21 | |
*** rossella_s has joined #openstack-meeting | 22:21 | |
*** jmckind has quit IRC | 22:23 | |
*** kencjohnston has quit IRC | 22:25 | |
*** spzala has joined #openstack-meeting | 22:26 | |
*** jmckind has joined #openstack-meeting | 22:28 | |
*** jmckind_ has quit IRC | 22:29 | |
*** adahms has joined #openstack-meeting | 22:30 | |
*** mudassirlatif has joined #openstack-meeting | 22:31 | |
*** mudassirlatif has quit IRC | 22:31 | |
*** spzala has quit IRC | 22:31 | |
*** peristeri has quit IRC | 22:32 | |
*** markvoelker has joined #openstack-meeting | 22:33 | |
*** Swami_ has quit IRC | 22:35 | |
*** dslevin has quit IRC | 22:35 | |
*** absubram has quit IRC | 22:36 | |
*** rohit_ has quit IRC | 22:41 | |
*** rtheis has quit IRC | 22:42 | |
*** zeih has joined #openstack-meeting | 22:42 | |
*** mwagner_lap has quit IRC | 22:42 | |
*** dslevin has joined #openstack-meeting | 22:43 | |
*** rohit_ has joined #openstack-meeting | 22:43 | |
*** dkranz has quit IRC | 22:44 | |
*** mudassirlatif has joined #openstack-meeting | 22:45 | |
*** mudassirlatif has quit IRC | 22:46 | |
*** e0ne has quit IRC | 22:47 | |
*** zeih has quit IRC | 22:47 | |
*** MaxPC has quit IRC | 22:48 | |
*** aloga has joined #openstack-meeting | 22:49 | |
*** banix has quit IRC | 22:50 | |
*** bobh has joined #openstack-meeting | 22:50 | |
*** piet has quit IRC | 22:51 | |
*** otter768 has joined #openstack-meeting | 22:52 | |
*** pradk has quit IRC | 22:53 | |
*** spzala has joined #openstack-meeting | 22:54 | |
*** hashar has quit IRC | 22:55 | |
*** mudassirlatif has joined #openstack-meeting | 22:55 | |
*** otter768 has quit IRC | 22:56 | |
*** bobh has quit IRC | 22:57 | |
*** tej has joined #openstack-meeting | 22:59 | |
*** SumitNaiksatam has quit IRC | 23:00 | |
*** jmckind has quit IRC | 23:01 | |
*** tej has quit IRC | 23:02 | |
*** ivar-laz_ has quit IRC | 23:02 | |
*** ivar-lazzaro has joined #openstack-meeting | 23:03 | |
*** Akis__ has joined #openstack-meeting | 23:04 | |
*** aloga has quit IRC | 23:06 | |
*** Akis_ has quit IRC | 23:07 | |
*** aloga has joined #openstack-meeting | 23:08 | |
*** spzala has quit IRC | 23:08 | |
*** edtubill has quit IRC | 23:08 | |
*** mfranc213 has joined #openstack-meeting | 23:09 | |
*** zeih has joined #openstack-meeting | 23:09 | |
*** JRobinson__ has joined #openstack-meeting | 23:10 | |
*** MaxPC has joined #openstack-meeting | 23:13 | |
*** zeih has quit IRC | 23:14 | |
*** hichihara has joined #openstack-meeting | 23:15 | |
*** MaxPC has quit IRC | 23:17 | |
*** mfranc213 has quit IRC | 23:17 | |
*** mfranc213 has joined #openstack-meeting | 23:19 | |
*** adiantum has quit IRC | 23:20 | |
*** aimon has joined #openstack-meeting | 23:21 | |
*** dmorita has quit IRC | 23:22 | |
*** Daisy has joined #openstack-meeting | 23:23 | |
*** fzdarsky is now known as fzdarsky|afk | 23:25 | |
*** dmorita has joined #openstack-meeting | 23:29 | |
*** dmorita has quit IRC | 23:30 | |
*** dmorita has joined #openstack-meeting | 23:30 | |
*** adiantum has joined #openstack-meeting | 23:32 | |
*** spotz is now known as spotz_zzz | 23:33 | |
*** Swami_ has joined #openstack-meeting | 23:35 | |
*** arvinchou_ has quit IRC | 23:36 | |
*** Daisy has quit IRC | 23:36 | |
*** zeih has joined #openstack-meeting | 23:37 | |
*** tochi has joined #openstack-meeting | 23:37 | |
*** Daisy has joined #openstack-meeting | 23:37 | |
*** ayoung has joined #openstack-meeting | 23:37 | |
*** pgbridge has quit IRC | 23:38 | |
*** dprince has quit IRC | 23:39 | |
*** Daisy has quit IRC | 23:41 | |
*** zeih has quit IRC | 23:41 | |
*** mfranc213 has quit IRC | 23:43 | |
*** darrenc is now known as darrenc_afk | 23:44 | |
*** wojdev has quit IRC | 23:44 | |
*** mfranc213 has joined #openstack-meeting | 23:45 | |
*** erlon has quit IRC | 23:46 | |
*** jaypipes has quit IRC | 23:47 | |
*** esker has joined #openstack-meeting | 23:48 | |
*** tchaypo has left #openstack-meeting | 23:50 | |
*** pratikmallya has quit IRC | 23:51 | |
*** mbound_ has quit IRC | 23:51 | |
*** sdake has joined #openstack-meeting | 23:51 | |
*** sdake has quit IRC | 23:52 | |
*** cdent has quit IRC | 23:53 | |
*** arvinchou_ has joined #openstack-meeting | 23:55 | |
*** ivar-lazzaro has quit IRC | 23:56 | |
*** arvinchou_ has quit IRC | 23:56 | |
*** arvinchou_ has joined #openstack-meeting | 23:57 | |
*** arvinchou_ has quit IRC | 23:57 | |
*** lhcheng has quit IRC | 23:57 | |
*** arvinchou_ has joined #openstack-meeting | 23:58 | |
*** arvinchou_ has quit IRC | 23:58 | |
*** ivar-lazzaro has joined #openstack-meeting | 23:58 | |
*** arvinchou_ has joined #openstack-meeting | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!