*** Qiming has quit IRC | 00:00 | |
*** jungleboyj has joined #openstack-meeting | 00:00 | |
*** ramineni_ has joined #openstack-meeting | 00:01 | |
*** amitgandhinz has quit IRC | 00:01 | |
*** amrith is now known as _amrith_ | 00:05 | |
thinrichs | Hi all | 00:05 |
---|---|---|
thinrichs | #startmeeting CongressTeamMeeting | 00:05 |
openstack | Meeting started Thu Jun 2 00:05:47 2016 UTC and is due to finish in 60 minutes. The chair is thinrichs. Information about MeetBot at http://wiki.debian.org/MeetBot. | 00:05 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 00:05 |
*** openstack changes topic to " (Meeting topic: CongressTeamMeeting)" | 00:05 | |
openstack | The meeting name has been set to 'congressteammeeting' | 00:05 |
thinrichs | masahito ekcs ramineni_: courtesy piong | 00:06 |
ramineni_ | hi | 00:06 |
masahito | hi | 00:06 |
ekcs | hi all. | 00:06 |
thinrichs | I just have status updates on the agenda. Anything else? | 00:06 |
*** kei has quit IRC | 00:06 | |
*** kei has joined #openstack-meeting | 00:07 | |
thinrichs | One other thing first: the gate | 00:07 |
thinrichs | #topic gate | 00:07 |
*** openstack changes topic to "gate (Meeting topic: CongressTeamMeeting)" | 00:07 | |
thinrichs | Looking the reviews, we have a failure on a global requirements update.. | 00:08 |
thinrichs | #link https://review.openstack.org/#/c/323883/ | 00:08 |
thinrichs | One of the doctor driver tests is failing. | 00:08 |
thinrichs | Error says that it can't find a datasource. | 00:08 |
thinrichs | I wonder if this has to do with our translation of datasource IDs to names in the API. | 00:09 |
thinrichs | masahito: I added you as a reviewer since you're most familiar with that code | 00:09 |
masahito | thinrichs: yap, I'll check it. | 00:10 |
thinrichs | masahito: great! | 00:10 |
*** zeih has joined #openstack-meeting | 00:11 | |
thinrichs | ramineni_: One of your patches is failing devstack too, but I couldn't seem to track down the error. | 00:11 |
thinrichs | #link https://review.openstack.org/#/c/320306/ | 00:11 |
*** Swami has quit IRC | 00:11 | |
thinrichs | That patch has been ready to merge since last week | 00:12 |
thinrichs | so I'd be surprised if it had anything to do with the patch | 00:12 |
ramineni_ | thinrichs: yes , changing to the rabbit driver is not working if started on multhiple nodes | 00:12 |
*** amotoki has joined #openstack-meeting | 00:12 | |
thinrichs | ramineni_: I'd like to hear more on that. | 00:13 |
thinrichs | #topic status | 00:13 |
ramineni_ | masahito raised a patch to solve the issue https://review.openstack.org/#/c/321459/ | 00:13 |
*** openstack changes topic to "status (Meeting topic: CongressTeamMeeting)" | 00:13 | |
thinrichs | masahito: I had a question on that patch similar to ramineni's… | 00:13 |
thinrichs | That patch assigns a different partition to every DSENode, right? | 00:14 |
masahito | yes | 00:14 |
thinrichs | Doesn't that stop them from communicating? They'd all be listening on different topics. | 00:14 |
masahito | yes | 00:15 |
*** zeih has quit IRC | 00:15 | |
ramineni_ | thinrichs: ya, i think policies must be synchronized across nodes? | 00:16 |
ekcs | policy synch is done via DB which is independent. | 00:16 |
ramineni_ | ekcs: datasource policies are not synchrnozed via DB | 00:16 |
ramineni_ | ekcs: they are stored in mem right, not sure about the reason of not storing in DB in code | 00:17 |
ekcs | ramineni_: can you clarify what datasource policies need DSE2 to sync? | 00:18 |
*** itsuugo has quit IRC | 00:18 | |
thinrichs | masahito: so when we write a script that creates multiple DSENodes, we need to feed them all the same partition_id, right? | 00:18 |
*** sdake_ is now known as sdake | 00:19 | |
thinrichs | masahito: (in a multi-node deployment where say the policy engine runs in one DseNode and the datasources run in a separate DseNode) | 00:20 |
masahito | thinrichs: with multiple PolicyEngine? | 00:20 |
masahito | oh | 00:20 |
masahito | in that case, yes. | 00:20 |
masahito | I forgot that usecase. | 00:20 |
*** fitoduarte has quit IRC | 00:20 | |
ramineni_ | ekcs: this is the bug we have now | 00:21 |
ramineni_ | https://bugs.launchpad.net/congress/+bug/1585975 | 00:21 |
openstack | Launchpad bug 1585975 in congress "Fails to start replica on rabbit bus" [Undecided,New] - Assigned to Masahito Muroi (muroi-masahito) | 00:21 |
ekcs | adding to what thinrichs is asking, sometimes we want multiple nodes to be on the same partition, sometimes we don’t. I wonder how we should control that. Right now it seems the patch is taking the node_id as partition_id. it’d be nice is we can separately specify partition_id, with default being all same partiiton. | 00:21 |
masahito | But I'm not sure we allow users to deploy Congress multiple DseNode with one PE now. | 00:21 |
*** ayoung has joined #openstack-meeting | 00:22 | |
thinrichs | I'm confused why it matters how many PEs there are. | 00:22 |
ramineni_ | PE1 and PE2 maintian their own datasource policies in memeory , | 00:23 |
masahito | I understand the reason of ramineni_'s and thinrichs's questions. | 00:23 |
thinrichs | Maybe I'm missing something, so let me lay this out. | 00:23 |
thinrichs | Suppose we want PE to run on machine1 and all the datasources to run on machine2. | 00:23 |
thinrichs | Then on machine 1 we create a DseNode, and spin up the PE. | 00:24 |
thinrichs | And on machine 2 we create a DseNode and spin up all the datasources | 00:24 |
*** gnarld_ is now known as nug | 00:24 | |
thinrichs | The way those 2 DseNodes communicate is via oslo-messaging, which means the DseNodes need to be talking on the same topic. | 00:24 |
thinrichs | So that would require them to be given the same partition_id | 00:24 |
thinrichs | Right? | 00:24 |
masahito | right. | 00:24 |
thinrichs | Today we don't have a mechanism/script for deploying that way, so it shouldn't be a problem. | 00:25 |
thinrichs | I would imagine this bug is due to the fact that the replica SHOULD be assigned a separate partition but it is not. | 00:25 |
*** jungleboyj has quit IRC | 00:25 | |
ekcs | thinrichs: yes. | 00:26 |
masahito | yes | 00:26 |
thinrichs | ramineni_: does that sound right? | 00:26 |
ramineni_ | thinrichs: confused :( if its assigned seperate partition they cant listen on same topic right | 00:27 |
*** ivar-lazzaro has joined #openstack-meeting | 00:27 | |
ramineni_ | In case of HA we would want to listen on same topic , so that any policy engine can serve the requests | 00:28 |
thinrichs | ramineni_: the replica is intended to be a totally separate instance of Congress … | 00:28 |
thinrichs | that does not communicate with the other version of Congress EXCEPT by synchronizing with the DB. | 00:28 |
thinrichs | ramineni_: We're not that far along yet. Masahito's change is intended to just fix the existing HA test, not implement the HA/HT arch that ekcs is working on | 00:28 |
thinrichs | In effect, we want to handle 2 different use-cases for DseNode: | 00:29 |
thinrichs | (i) creating a new "root" DseNode that is isolated from all other "root" DseNodes | 00:30 |
*** stanchan has quit IRC | 00:30 | |
thinrichs | (ii) creating a new DseNode that communicates with an existing "root" DseNode | 00:30 |
*** xingchao has quit IRC | 00:30 | |
ramineni_ | thinrichs: oh ok, got it | 00:30 |
thinrichs | masahito: does your change allow us to do both use-cases? | 00:31 |
masahito | no | 00:32 |
masahito | It allows only (i) | 00:32 |
masahito | I think we need additional works for (ii) | 00:32 |
*** amotoki has quit IRC | 00:32 | |
thinrichs | I guess what we want is for the eventlet_server to take an argument that is the name of the DseNode partition | 00:33 |
ekcs | I think it’d be clearer to make it an explicit option to specify a different partition_id, rather than using the node_id as partition_id. Then we can also build on that to support (ii). but I’m also okay with this as a quick fix for now. | 00:33 |
*** mickeys has quit IRC | 00:33 | |
thinrichs | ekcs: agreed | 00:33 |
thinrichs | I'd also like us to get a multi-node version of Congress working (the non-replicated kind) | 00:34 |
*** mickeys has joined #openstack-meeting | 00:34 | |
thinrichs | and have scripts/code/something so that we can arrange multiple DseNodes to implement the different HA/HT architectures we're designing | 00:34 |
thinrichs | That is, we should do some testing that multiple DseNodes on different machines actually works. | 00:35 |
*** NM has left #openstack-meeting | 00:35 | |
*** r-mibu has quit IRC | 00:36 | |
*** r-mibu has joined #openstack-meeting | 00:36 | |
thinrichs | And have a tempest test or two that spins up a multi-node version of Congress and runs tests | 00:37 |
masahito | make sense | 00:37 |
thinrichs | That seems like the next milestone for the dist-arch | 00:37 |
thinrichs | Once that's working, we can begin adding the code for HA/HT | 00:38 |
*** mickeys has quit IRC | 00:38 | |
ramineni_ | yes | 00:38 |
ekcs | thinrichs: agreed. | 00:38 |
*** mickeys has joined #openstack-meeting | 00:38 | |
thinrichs | We do have the script in scripts/start_process.py that was intended to start up several DseNodes | 00:38 |
thinrichs | That was written before we had DseNode, so it'll require some tweaking or rewriting | 00:39 |
thinrichs | But it's worth looking through at the very least, since I know it underwent several rounds of iteration | 00:39 |
ekcs | got it. | 00:39 |
*** kurtmartin has quit IRC | 00:40 | |
thinrichs | Anyone want to spearhead writing the tempest-tests? | 00:40 |
*** hoangcx has joined #openstack-meeting | 00:41 | |
*** beekhof has quit IRC | 00:42 | |
ramineni_ | thinrichs: i will look into it | 00:42 |
thinrichs | ramineini_: great! Pull us in as you need to. | 00:42 |
ramineni_ | sure | 00:42 |
thinrichs | I'd even start by spinning up 2-3 processes on a single machine, where each process has its own DseNode. | 00:43 |
thinrichs | That could be the first tempest test. | 00:43 |
thinrichs | I don't know if tempest supports multi-node stuff, so that may be the only test. | 00:44 |
thinrichs | The script start_process.py was designed for the multi-process, single-node case. | 00:44 |
ramineni_ | yes, thats what im thinking too | 00:44 |
ramineni_ | current HA test starts 2 processes with different node id currently | 00:44 |
*** zz_dimtruck is now known as dimtruck | 00:45 | |
thinrichs | ramineni_: perfect—so we have a model to start from | 00:46 |
*** thorst has joined #openstack-meeting | 00:46 | |
thinrichs | 15 minutes left. Let's discuss HA/HT. | 00:46 |
thinrichs | #topic High availability and throughput | 00:46 |
*** openstack changes topic to "High availability and throughput (Meeting topic: CongressTeamMeeting)" | 00:46 | |
*** wenjun has joined #openstack-meeting | 00:46 | |
thinrichs | ekcs: how's that discussion going? | 00:46 |
ekcs | Good. I reworked HA spec with more details on the issues people are concerned about. Thanks to all the feedback, I think we're converging toward supporting active-active replication with symmetric nodes in the first phase. Please comment if you think we should take a different approach! | 00:47 |
ekcs | #link: https://review.openstack.org/#/c/318383/ | 00:47 |
ekcs | I will be filling in the smaller details this week. | 00:47 |
ramineni_ | I understand from spec that we are going for active-active for PE and active-passive for datasources node right? | 00:48 |
*** beekhof has joined #openstack-meeting | 00:48 | |
ekcs | ramineni_: right. | 00:48 |
thinrichs | And then what for action execution? Leader election of some sort | 00:50 |
ramineni_ | ekcs: but currently concentrating on all processes on signle node? | 00:50 |
ekcs | thinrichs: yes. not sure there is a consensus between local leader and global leader. | 00:50 |
*** Julien-zte has joined #openstack-meeting | 00:52 | |
ekcs | ramineni_: All services (PE, API, DSDs) in one single process node. Replicate that node N times, but disable DSDs on non-leaders. | 00:52 |
thinrichs | ekcs: "disable DSDs" means stop them from polling as well as taking them off the bus? | 00:52 |
ekcs | thinrichs: yes. | 00:53 |
ekcs | ramineni_: nodes will likely be repliacted across different hosts. | 00:53 |
ekcs | ramineni_: up to the deployer but that’s something we need to support. | 00:54 |
ramineni_ | ok | 00:54 |
ramineni_ | this leader election only for action requests? | 00:55 |
thinrichs | The crucial bit there seems to be ensuring that (a) Pacemaker pushes leader election info into Congress correctly and (b) Congress properly disables DSDs on non-leaders. | 00:55 |
ekcs | ramineni_: leader election needed also for disabling DSDs on non-leaders. | 00:55 |
thinrichs | Do we know how Pacemaker picks a leader and how non-leaders find out they're non-leaders? | 00:56 |
ekcs | thinrichs: yes. | 00:56 |
*** Julien-zte has quit IRC | 00:56 | |
*** mickeys has quit IRC | 00:56 | |
thinrichs | (Running short on time.) | 00:56 |
thinrichs | ekcs: how | 00:56 |
thinrichs | ? | 00:56 |
ramineni_ | ekcs : i thought on other nodes we could start only API and PE not datasources | 00:56 |
*** mickeys has joined #openstack-meeting | 00:57 | |
ekcs | thinrichs: We write custom scripts called (resource agents) that Pacemaker calls to promote and demote. | 00:57 |
ramineni_ | like proposed in this patch https://review.openstack.org/#/c/307693/ | 00:57 |
ekcs | those script can make API calls to tell a node to be leader | 00:57 |
*** mickeys has quit IRC | 00:57 | |
*** toddjohn has joined #openstack-meeting | 00:57 | |
*** mickeys has joined #openstack-meeting | 00:57 | |
thinrichs | ekcs: so basically we'll need to add API calls that tell a DseNode to disable its datasources and to enable its action-execution | 00:57 |
thinrichs | That seems straightforward | 00:58 |
ekcs | yes. pacemaker picks a leader based on underlying clustering as wel as different weigts you can cinfugure. | 00:58 |
ekcs | underlying clustering provided by corosync or another service. | 00:58 |
ramineni_ | ekcs: i think im confused on the leader approach, i will add my questions on the spec | 00:59 |
thinrichs | Think that seems good to me. Only downside I can see is that we're taking a dependency on Pacemaker even if the user doesn't need action-execution. Without action-execution, we can get by without leader election. | 00:59 |
ramineni_ | ekcs: thanks for the very detailed spec, thats realy helpful :) | 00:59 |
ekcs | ramineni_: yes that’s what we started out with. but then evolved to a new proposal. the spec discusses and compares both. look forward to your questions and comments! | 00:59 |
ekcs | thinrichs: yes. In the assymmetric node approach we don’t need global leader period. but is morecomplex in other ways. | 01:00 |
thinrichs | But this way we'll support full functionality out of the box with HA/HT. | 01:00 |
ekcs | on the other hand, Pacemaker is essentially required and leader election comes at low marginal cost. | 01:00 |
ekcs | once you’ve set up pacemaker. | 01:01 |
thinrichs | We can provide an alternative deployment as an option later (e.g. for if you need HT datasources or don't need action-execution) | 01:01 |
thinrichs | Out of time for today. | 01:01 |
thinrichs | Thanks all! | 01:01 |
thinrichs | #endmeeting | 01:01 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 01:01 | |
openstack | Meeting ended Thu Jun 2 01:01:36 2016 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 01:01 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-06-02-00.05.html | 01:01 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-06-02-00.05.txt | 01:01 |
openstack | Log: http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-06-02-00.05.log.html | 01:01 |
*** toddjohn has quit IRC | 01:02 | |
*** bryan_att has quit IRC | 01:03 | |
*** zhhuabj has quit IRC | 01:03 | |
*** mickeys has quit IRC | 01:03 | |
*** pvaneck has quit IRC | 01:04 | |
*** zhurong has joined #openstack-meeting | 01:05 | |
*** Leo_ has joined #openstack-meeting | 01:05 | |
*** mickeys has joined #openstack-meeting | 01:08 | |
*** woodster_ has quit IRC | 01:08 | |
*** Leo_ has quit IRC | 01:10 | |
*** xingchao has joined #openstack-meeting | 01:11 | |
*** fzdarsky_ has joined #openstack-meeting | 01:11 | |
*** Qiming has joined #openstack-meeting | 01:12 | |
*** Sukhdev has quit IRC | 01:13 | |
*** epico has joined #openstack-meeting | 01:14 | |
*** Sukhdev has joined #openstack-meeting | 01:14 | |
*** fzdarsky|afk has quit IRC | 01:15 | |
*** amotoki has joined #openstack-meeting | 01:15 | |
*** Julien-zte has joined #openstack-meeting | 01:16 | |
*** ramineni_ has quit IRC | 01:16 | |
*** Sukhdev has quit IRC | 01:19 | |
*** elopez has quit IRC | 01:19 | |
*** zhhuabj has joined #openstack-meeting | 01:20 | |
*** fitoduarte has joined #openstack-meeting | 01:20 | |
*** mickeys has quit IRC | 01:21 | |
*** mickeys has joined #openstack-meeting | 01:21 | |
*** thinrichs has quit IRC | 01:22 | |
*** amotoki_ has joined #openstack-meeting | 01:24 | |
*** elopez has joined #openstack-meeting | 01:24 | |
*** mickeys_ has joined #openstack-meeting | 01:24 | |
*** mickeys has quit IRC | 01:26 | |
*** amotoki has quit IRC | 01:26 | |
*** Daisy has joined #openstack-meeting | 01:26 | |
*** mickeys_ has quit IRC | 01:28 | |
*** sheel has joined #openstack-meeting | 01:28 | |
*** ivar-lazzaro has quit IRC | 01:29 | |
*** Apoorva has quit IRC | 01:30 | |
*** Niham has joined #openstack-meeting | 01:31 | |
*** Niham has quit IRC | 01:32 | |
*** cwolferh has quit IRC | 01:33 | |
*** Niham has joined #openstack-meeting | 01:33 | |
*** rfolco has joined #openstack-meeting | 01:38 | |
*** Julien-zte has quit IRC | 01:38 | |
*** Leo_ has joined #openstack-meeting | 01:38 | |
*** amit213 has joined #openstack-meeting | 01:39 | |
*** zeih has joined #openstack-meeting | 01:39 | |
*** Leom has joined #openstack-meeting | 01:40 | |
*** amit213 has quit IRC | 01:41 | |
*** masahito has quit IRC | 01:42 | |
*** Leo_ has quit IRC | 01:43 | |
*** zeih has quit IRC | 01:43 | |
*** amit213 has joined #openstack-meeting | 01:44 | |
*** bill_az has quit IRC | 01:47 | |
*** sdake has quit IRC | 01:49 | |
*** tlbr has quit IRC | 01:50 | |
*** tlbr has joined #openstack-meeting | 01:51 | |
*** unicell1 has quit IRC | 01:53 | |
*** s3wong has quit IRC | 01:54 | |
*** mickeys has joined #openstack-meeting | 01:54 | |
*** banix has quit IRC | 01:55 | |
*** sacharya has joined #openstack-meeting | 01:57 | |
*** elynn has joined #openstack-meeting | 01:58 | |
*** mickeys has quit IRC | 01:58 | |
*** amitgandhinz has joined #openstack-meeting | 01:58 | |
*** sputnik13 has quit IRC | 02:00 | |
*** elynn_ has joined #openstack-meeting | 02:02 | |
*** elynn has quit IRC | 02:02 | |
*** vishwanathj has joined #openstack-meeting | 02:03 | |
*** roxanaghe has joined #openstack-meeting | 02:04 | |
*** amitgandhinz has quit IRC | 02:04 | |
*** erlon has quit IRC | 02:06 | |
*** zeih has joined #openstack-meeting | 02:06 | |
*** RuiChen has joined #openstack-meeting | 02:08 | |
*** roxanaghe has quit IRC | 02:09 | |
*** banix has joined #openstack-meeting | 02:09 | |
*** kylek3h has joined #openstack-meeting | 02:09 | |
*** Niham has quit IRC | 02:10 | |
*** kota_ has left #openstack-meeting | 02:11 | |
*** zeih has quit IRC | 02:11 | |
*** yamahata has quit IRC | 02:11 | |
*** ronghui has quit IRC | 02:13 | |
*** cwolferh has joined #openstack-meeting | 02:13 | |
*** iyamahat has quit IRC | 02:14 | |
*** sdake has joined #openstack-meeting | 02:16 | |
*** kylek3h has quit IRC | 02:16 | |
*** rtheis_ has quit IRC | 02:17 | |
*** Leom has quit IRC | 02:17 | |
*** sdake has quit IRC | 02:18 | |
*** ljxiash has joined #openstack-meeting | 02:20 | |
*** liamji has joined #openstack-meeting | 02:23 | |
*** ronghui has joined #openstack-meeting | 02:25 | |
*** dmorita has quit IRC | 02:26 | |
*** ljxiash has quit IRC | 02:26 | |
*** rfolco has quit IRC | 02:26 | |
*** ljxiash has joined #openstack-meeting | 02:27 | |
*** Daisy has quit IRC | 02:31 | |
*** longxiongqiu has joined #openstack-meeting | 02:31 | |
*** Daisy has joined #openstack-meeting | 02:31 | |
*** ljxiash has quit IRC | 02:31 | |
*** yujunz has joined #openstack-meeting | 02:35 | |
*** gaso84ne has joined #openstack-meeting | 02:36 | |
*** Daisy has quit IRC | 02:36 | |
*** zhangshuai has joined #openstack-meeting | 02:36 | |
*** zhangshuai has left #openstack-meeting | 02:36 | |
*** gaso84ne has quit IRC | 02:37 | |
*** gaso84ne has joined #openstack-meeting | 02:38 | |
*** galstrom is now known as galstrom_zzz | 02:38 | |
*** gcb has joined #openstack-meeting | 02:39 | |
*** Daisy has joined #openstack-meeting | 02:39 | |
*** itzdilip has quit IRC | 02:41 | |
*** toddjohn has joined #openstack-meeting | 02:45 | |
*** anteaya has quit IRC | 02:48 | |
*** kota_ has joined #openstack-meeting | 02:49 | |
*** toddjohn has quit IRC | 02:50 | |
*** yuanying has quit IRC | 02:51 | |
*** claudiub has quit IRC | 02:52 | |
*** RuiChen has quit IRC | 02:52 | |
*** zhangshuai_ has joined #openstack-meeting | 02:54 | |
*** diablo_rojo has joined #openstack-meeting | 02:55 | |
*** ljxiash has joined #openstack-meeting | 02:57 | |
*** rbak has quit IRC | 02:59 | |
*** zhangshuai_ has quit IRC | 02:59 | |
*** zhangshuai_ has joined #openstack-meeting | 02:59 | |
*** diablo_rojo has quit IRC | 02:59 | |
*** rbak has joined #openstack-meeting | 02:59 | |
*** vishwanathj has quit IRC | 03:01 | |
*** amitgandhinz has joined #openstack-meeting | 03:01 | |
*** RuiChen has joined #openstack-meeting | 03:02 | |
*** cwolferh has quit IRC | 03:02 | |
*** roxanaghe has joined #openstack-meeting | 03:04 | |
*** julim has joined #openstack-meeting | 03:05 | |
*** karthikp has quit IRC | 03:06 | |
*** amitgandhinz has quit IRC | 03:07 | |
*** kei__ has joined #openstack-meeting | 03:09 | |
*** roxanaghe has quit IRC | 03:09 | |
*** kei has quit IRC | 03:10 | |
*** yamamoto_ has joined #openstack-meeting | 03:10 | |
*** zhangshuai_ has quit IRC | 03:11 | |
*** zhangshuai_ has joined #openstack-meeting | 03:11 | |
*** shaohe_feng has joined #openstack-meeting | 03:12 | |
*** cwolferh has joined #openstack-meeting | 03:13 | |
*** kylek3h has joined #openstack-meeting | 03:13 | |
*** JRobinson__ has quit IRC | 03:17 | |
*** JRobinson__ has joined #openstack-meeting | 03:18 | |
*** kota_ has left #openstack-meeting | 03:21 | |
*** shaohe_feng has quit IRC | 03:21 | |
*** kylek3h has quit IRC | 03:22 | |
*** shaohe_feng has joined #openstack-meeting | 03:24 | |
*** adiantum has joined #openstack-meeting | 03:24 | |
*** kota_ has joined #openstack-meeting | 03:25 | |
*** stevebaker has quit IRC | 03:27 | |
*** yamahata has joined #openstack-meeting | 03:28 | |
*** stevebaker has joined #openstack-meeting | 03:28 | |
*** Daisy has quit IRC | 03:30 | |
*** Daisy has joined #openstack-meeting | 03:31 | |
*** shaohe_feng has quit IRC | 03:31 | |
*** shaohe_feng has joined #openstack-meeting | 03:32 | |
*** karthikp has joined #openstack-meeting | 03:33 | |
*** rderose has quit IRC | 03:34 | |
*** Daisy has quit IRC | 03:34 | |
*** zeih has joined #openstack-meeting | 03:35 | |
*** links has joined #openstack-meeting | 03:35 | |
*** Daisy has joined #openstack-meeting | 03:35 | |
*** julim has quit IRC | 03:36 | |
*** ljxiash has quit IRC | 03:37 | |
*** ljxiash has joined #openstack-meeting | 03:37 | |
*** zeih has quit IRC | 03:39 | |
*** ljxiash has quit IRC | 03:39 | |
*** ljxiash has joined #openstack-meeting | 03:39 | |
*** Daisy has quit IRC | 03:40 | |
*** dimtruck is now known as zz_dimtruck | 03:40 | |
*** shaohe_feng has quit IRC | 03:42 | |
*** yamamoto_ has quit IRC | 03:42 | |
*** shaohe_feng has joined #openstack-meeting | 03:43 | |
*** gerhardqux has quit IRC | 03:43 | |
*** yujunz has quit IRC | 03:46 | |
*** mikeyp has quit IRC | 03:47 | |
*** yuanying has joined #openstack-meeting | 03:48 | |
*** Sukhdev has joined #openstack-meeting | 03:48 | |
*** zhangshuai_ has quit IRC | 03:48 | |
*** karthikp has quit IRC | 03:48 | |
*** elo has quit IRC | 03:48 | |
*** elo has joined #openstack-meeting | 03:49 | |
*** mikeyp has joined #openstack-meeting | 03:49 | |
*** karthikp has joined #openstack-meeting | 03:49 | |
*** tiantian has joined #openstack-meeting | 03:49 | |
*** fnaval has quit IRC | 03:50 | |
*** RuiChen has quit IRC | 03:51 | |
*** liusheng has quit IRC | 03:52 | |
*** huangtianhua has quit IRC | 03:52 | |
*** shaohe_feng has quit IRC | 03:52 | |
*** epico has quit IRC | 03:52 | |
*** Yingxin has quit IRC | 03:52 | |
*** julenlar has joined #openstack-meeting | 03:52 | |
*** liusheng has joined #openstack-meeting | 03:52 | |
*** xinwu has quit IRC | 03:53 | |
*** shaohe_feng has joined #openstack-meeting | 03:55 | |
*** Yingxin has joined #openstack-meeting | 03:55 | |
*** julenl has quit IRC | 03:56 | |
*** ljxiash has quit IRC | 03:58 | |
*** thorst has quit IRC | 03:58 | |
*** ljxiash has joined #openstack-meeting | 03:58 | |
*** zhangshuai_ has joined #openstack-meeting | 03:58 | |
*** thorst has joined #openstack-meeting | 03:58 | |
*** dmacpher has joined #openstack-meeting | 04:00 | |
*** epico has joined #openstack-meeting | 04:02 | |
*** zeih has joined #openstack-meeting | 04:02 | |
*** shaohe_feng has quit IRC | 04:02 | |
*** fnaval has joined #openstack-meeting | 04:02 | |
*** elynn_ has quit IRC | 04:02 | |
*** shaohe_feng has joined #openstack-meeting | 04:03 | |
*** zhurong has quit IRC | 04:03 | |
*** ljxiash has quit IRC | 04:03 | |
*** zhurong has joined #openstack-meeting | 04:04 | |
*** zhangshuai_ has quit IRC | 04:04 | |
*** roxanaghe has joined #openstack-meeting | 04:05 | |
*** cwolferh has quit IRC | 04:06 | |
*** zeih has quit IRC | 04:06 | |
*** thorst has quit IRC | 04:07 | |
*** Niham has joined #openstack-meeting | 04:09 | |
*** roxanaghe has quit IRC | 04:09 | |
*** Niham has quit IRC | 04:10 | |
*** Niham has joined #openstack-meeting | 04:11 | |
*** shaohe_feng has quit IRC | 04:12 | |
*** sams-gleb has joined #openstack-meeting | 04:13 | |
*** shaohe_feng has joined #openstack-meeting | 04:13 | |
*** itsuugo has joined #openstack-meeting | 04:15 | |
*** banix has quit IRC | 04:17 | |
*** roxanaghe has joined #openstack-meeting | 04:17 | |
*** sams-gleb has quit IRC | 04:17 | |
*** kylek3h has joined #openstack-meeting | 04:20 | |
*** cloudrancher has quit IRC | 04:21 | |
*** ayoung has quit IRC | 04:22 | |
*** fnaval has quit IRC | 04:22 | |
*** shaohe_feng has quit IRC | 04:23 | |
*** grassass has joined #openstack-meeting | 04:23 | |
*** smurke has quit IRC | 04:23 | |
*** fnaval has joined #openstack-meeting | 04:23 | |
*** nonameentername has quit IRC | 04:23 | |
*** shaohe_feng has joined #openstack-meeting | 04:23 | |
*** elynn_ has joined #openstack-meeting | 04:24 | |
*** dmellado has quit IRC | 04:24 | |
*** xiaohhui has quit IRC | 04:24 | |
*** cschwede has quit IRC | 04:24 | |
*** saisrikiran is now known as saisriki | 04:24 | |
*** kprabhuv has quit IRC | 04:24 | |
*** mmotiani_ has quit IRC | 04:24 | |
*** irenab has quit IRC | 04:24 | |
*** cschwede has joined #openstack-meeting | 04:25 | |
*** nonameentername has joined #openstack-meeting | 04:25 | |
*** xiaohhui has joined #openstack-meeting | 04:25 | |
*** dmorita has joined #openstack-meeting | 04:26 | |
*** mmotiani_ has joined #openstack-meeting | 04:26 | |
*** albertom has quit IRC | 04:27 | |
*** dmellado has joined #openstack-meeting | 04:27 | |
*** kylek3h has quit IRC | 04:27 | |
*** elynn_ has quit IRC | 04:28 | |
*** yamamoto_ has joined #openstack-meeting | 04:29 | |
*** xingchao has quit IRC | 04:31 | |
*** dmorita has quit IRC | 04:31 | |
*** csomerville has joined #openstack-meeting | 04:31 | |
*** shaohe_feng has quit IRC | 04:33 | |
*** edtubill has joined #openstack-meeting | 04:33 | |
*** shaohe_feng has joined #openstack-meeting | 04:34 | |
*** edtubill_ has joined #openstack-meeting | 04:35 | |
*** edtubill has quit IRC | 04:38 | |
*** longxiongqiu has quit IRC | 04:39 | |
*** pzchen has joined #openstack-meeting | 04:40 | |
*** zhangshuai has joined #openstack-meeting | 04:40 | |
*** fnaval has quit IRC | 04:42 | |
*** albertom has joined #openstack-meeting | 04:42 | |
*** fnaval has joined #openstack-meeting | 04:43 | |
*** shaohe_feng has quit IRC | 04:43 | |
*** karthikp has quit IRC | 04:43 | |
*** shaohe_feng has joined #openstack-meeting | 04:44 | |
*** karthikp has joined #openstack-meeting | 04:44 | |
*** Sukhdev has quit IRC | 04:48 | |
*** csomerville has quit IRC | 04:48 | |
*** mrmartin has joined #openstack-meeting | 04:48 | |
*** albertom has quit IRC | 04:49 | |
*** albertom has joined #openstack-meeting | 04:50 | |
*** shaohe_feng has quit IRC | 04:53 | |
*** mickeys has joined #openstack-meeting | 04:55 | |
*** ljxiash has joined #openstack-meeting | 04:56 | |
*** ujuc has joined #openstack-meeting | 04:56 | |
*** shaohe_feng has joined #openstack-meeting | 04:56 | |
*** sacharya has quit IRC | 04:57 | |
*** Niham has quit IRC | 04:57 | |
*** xinwu has joined #openstack-meeting | 04:58 | |
*** adahms has quit IRC | 04:58 | |
*** iyamahat has joined #openstack-meeting | 04:59 | |
*** albertom has quit IRC | 05:00 | |
*** Daisy has joined #openstack-meeting | 05:01 | |
*** mickeys has quit IRC | 05:03 | |
*** xinwu has quit IRC | 05:03 | |
*** Daisy_ has joined #openstack-meeting | 05:03 | |
*** mickeys has joined #openstack-meeting | 05:03 | |
*** shaohe_feng has quit IRC | 05:04 | |
*** amitgandhinz has joined #openstack-meeting | 05:04 | |
*** thorst has joined #openstack-meeting | 05:05 | |
*** unicell has joined #openstack-meeting | 05:05 | |
*** Daisy has quit IRC | 05:05 | |
*** Niham has joined #openstack-meeting | 05:06 | |
*** shaohe_feng has joined #openstack-meeting | 05:06 | |
*** albertom has joined #openstack-meeting | 05:07 | |
*** Daisy_ has quit IRC | 05:08 | |
*** mickeys has quit IRC | 05:08 | |
*** amitgandhinz has quit IRC | 05:09 | |
*** unicell has quit IRC | 05:09 | |
*** unicell has joined #openstack-meeting | 05:10 | |
*** adisky has quit IRC | 05:10 | |
*** karthikp has quit IRC | 05:11 | |
*** xinwu has joined #openstack-meeting | 05:12 | |
*** thorst has quit IRC | 05:12 | |
*** kota_ has left #openstack-meeting | 05:13 | |
*** dfflanders has quit IRC | 05:13 | |
*** shaohe_feng has quit IRC | 05:14 | |
*** shaohe_feng has joined #openstack-meeting | 05:14 | |
*** unicell has quit IRC | 05:15 | |
*** jtomasek has joined #openstack-meeting | 05:16 | |
*** anilvenkata has joined #openstack-meeting | 05:17 | |
*** amotoki_ is now known as amotoki | 05:19 | |
*** akuznetsov has joined #openstack-meeting | 05:20 | |
*** unicell has joined #openstack-meeting | 05:24 | |
*** shaohe_feng has quit IRC | 05:24 | |
*** kylek3h has joined #openstack-meeting | 05:25 | |
*** shaohe_feng has joined #openstack-meeting | 05:25 | |
*** Navin has quit IRC | 05:26 | |
*** kota_ has joined #openstack-meeting | 05:28 | |
*** hdaniel has joined #openstack-meeting | 05:30 | |
*** zeih has joined #openstack-meeting | 05:30 | |
*** kylek3h has quit IRC | 05:31 | |
*** xingchao has joined #openstack-meeting | 05:31 | |
*** lpetrut has joined #openstack-meeting | 05:32 | |
*** shaohe_feng has quit IRC | 05:34 | |
*** zeih has quit IRC | 05:35 | |
*** shaohe_feng has joined #openstack-meeting | 05:35 | |
*** xingchao has quit IRC | 05:36 | |
*** roxanaghe has quit IRC | 05:38 | |
*** roxanaghe has joined #openstack-meeting | 05:38 | |
*** kota_ has left #openstack-meeting | 05:39 | |
*** tfukushima has joined #openstack-meeting | 05:41 | |
*** tfukushima has quit IRC | 05:41 | |
*** xingchao has joined #openstack-meeting | 05:41 | |
*** tfukushima has joined #openstack-meeting | 05:41 | |
*** pzchen has quit IRC | 05:43 | |
*** roxanaghe has quit IRC | 05:43 | |
*** longxiongqiu has joined #openstack-meeting | 05:44 | |
*** delatte has quit IRC | 05:44 | |
*** shaohe_feng has quit IRC | 05:45 | |
*** shaohe_feng has joined #openstack-meeting | 05:45 | |
*** Niham has quit IRC | 05:46 | |
*** Poornima has joined #openstack-meeting | 05:46 | |
*** Daisy has joined #openstack-meeting | 05:47 | |
*** mrmartin has quit IRC | 05:47 | |
*** zhangshuai has left #openstack-meeting | 05:47 | |
*** longxiongqiu has quit IRC | 05:48 | |
*** rcernin has joined #openstack-meeting | 05:48 | |
*** sudipto has joined #openstack-meeting | 05:49 | |
*** martines has quit IRC | 05:49 | |
*** Daisy has quit IRC | 05:51 | |
*** Daisy has joined #openstack-meeting | 05:52 | |
*** sridharg has joined #openstack-meeting | 05:52 | |
*** Daisy_ has joined #openstack-meeting | 05:53 | |
*** unicell has quit IRC | 05:53 | |
*** Daisy has quit IRC | 05:53 | |
*** unicell1 has joined #openstack-meeting | 05:53 | |
*** Daisy_ has quit IRC | 05:55 | |
*** shaohe_feng has quit IRC | 05:55 | |
*** katomo has joined #openstack-meeting | 05:55 | |
*** Daisy has joined #openstack-meeting | 05:55 | |
*** numans has joined #openstack-meeting | 05:55 | |
*** Daisy has quit IRC | 05:56 | |
*** Daisy has joined #openstack-meeting | 05:56 | |
*** gmann_ has joined #openstack-meeting | 05:57 | |
*** sacharya has joined #openstack-meeting | 05:57 | |
*** zeih has joined #openstack-meeting | 05:57 | |
*** shaohe_feng has joined #openstack-meeting | 05:58 | |
*** greghaynes has quit IRC | 05:58 | |
*** Daisy has quit IRC | 05:59 | |
*** Daisy has joined #openstack-meeting | 05:59 | |
*** aeng has quit IRC | 05:59 | |
*** dmacpher has quit IRC | 06:00 | |
*** pzchen has joined #openstack-meeting | 06:00 | |
katomo | #startmeeting OpenStack I18n Meeting | 06:00 |
openstack | Meeting started Thu Jun 2 06:00:27 2016 UTC and is due to finish in 60 minutes. The chair is katomo. Information about MeetBot at http://wiki.debian.org/MeetBot. | 06:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 06:00 |
*** openstack changes topic to " (Meeting topic: OpenStack I18n Meeting)" | 06:00 | |
openstack | The meeting name has been set to 'openstack_i18n_meeting' | 06:00 |
katomo | anyone here? | 06:00 |
*** xingchao has quit IRC | 06:01 | |
*** zeih has quit IRC | 06:02 | |
*** sacharya has quit IRC | 06:02 | |
*** cdelatte has joined #openstack-meeting | 06:03 | |
*** xingchao has joined #openstack-meeting | 06:04 | |
*** Daisy has quit IRC | 06:04 | |
*** Daisy has joined #openstack-meeting | 06:04 | |
*** akuznetsov has quit IRC | 06:04 | |
*** amitgandhinz has joined #openstack-meeting | 06:05 | |
*** pzchen has quit IRC | 06:05 | |
*** unicell has joined #openstack-meeting | 06:05 | |
*** shaohe_feng has quit IRC | 06:05 | |
*** gmann_ has quit IRC | 06:05 | |
*** unicell1 has quit IRC | 06:06 | |
*** shaohe_feng has joined #openstack-meeting | 06:06 | |
*** cwolferh has joined #openstack-meeting | 06:07 | |
zhurong | 0/ | 06:08 |
katomo | hi | 06:08 |
katomo | Daisy: is here? | 06:08 |
Daisy | Yes | 06:09 |
katomo | okay, we have 3 attendee | 06:09 |
ujuc | 0/ | 06:09 |
*** greghaynes has joined #openstack-meeting | 06:09 | |
katomo | hi ujuc | 06:09 |
Daisy | including you, we have 4. :) | 06:09 |
*** vishnoianil has quit IRC | 06:10 | |
*** thorst has joined #openstack-meeting | 06:10 | |
katomo | let's start | 06:10 |
Daisy | ok | 06:10 |
*** amitgandhinz has quit IRC | 06:10 | |
katomo | #topic bug squash | 06:10 |
*** openstack changes topic to "bug squash (Meeting topic: OpenStack I18n Meeting)" | 06:10 | |
katomo | #link https://bugs.launchpad.net/openstack-i18n/ | 06:10 |
katomo | we have 16 open bugs | 06:10 |
katomo | Daisy: 7 are simplified-chinese bugs. can you take a look at? | 06:11 |
Daisy | ok. katomo. I will do that. | 06:11 |
katomo | ujuc: there are 2 korean bugs | 06:12 |
katomo | thanks, Daisy | 06:12 |
ujuc | um! | 06:12 |
ujuc | ok :) | 06:12 |
katomo | thanks | 06:12 |
katomo | #link https://bugs.launchpad.net/openstack-i18n/+bug/1586041 | 06:13 |
openstack | Launchpad bug 1586041 in openstack i18n "Incorrect PO-Revision-Date in some translation files for aodh project" [Undecided,New] | 06:13 |
*** ronghui has quit IRC | 06:13 | |
katomo | "Incorrect PO-Revision-Date in some translation files for aodh project" | 06:13 |
*** aeng has joined #openstack-meeting | 06:13 | |
katomo | aga. | 06:13 |
katomo | bot echoed :) | 06:13 |
katomo | I don't have a solution | 06:14 |
katomo | can anyone take a look? | 06:14 |
*** iyamahat has quit IRC | 06:14 | |
Daisy | aeng: can you help ? | 06:14 |
*** sams-gleb has joined #openstack-meeting | 06:14 | |
amotoki | before it was filed I was asked in -i18n channel and reported it to the ml, but there is no response. | 06:14 |
aeng | katomo, whats the issue? | 06:14 |
amotoki | I haven't investigated the detail too. | 06:14 |
katomo | hi amotoki | 06:14 |
Daisy | amotoki: is it a problem of Zanata ? | 06:15 |
amotoki | not sure | 06:15 |
Daisy | I mean, a config issue of Zanata ? | 06:15 |
katomo | I checked a little, but I can find a cause...... | 06:15 |
katomo | * cannot | 06:15 |
ianychoi | sorry for coming late :) | 06:15 |
Daisy | aeng: https://bugs.launchpad.net/openstack-i18n/+bug/1586041 | 06:15 |
openstack | Launchpad bug 1586041 in openstack i18n "Incorrect PO-Revision-Date in some translation files for aodh project" [Undecided,New] | 06:15 |
katomo | hi ianychoi | 06:15 |
*** e0ne has joined #openstack-meeting | 06:15 | |
ianychoi | hi katomo! | 06:15 |
*** shaohe_feng has quit IRC | 06:15 | |
-amotoki- is lurking again | 06:15 | |
*** zhurong has quit IRC | 06:16 | |
* aeng looking | 06:16 | |
Daisy | Thank you, aeng | 06:16 |
katomo | aeng: thanks | 06:16 |
*** shaohe_feng has joined #openstack-meeting | 06:16 | |
*** thorst has quit IRC | 06:17 | |
katomo | any other bugs to discuss? | 06:18 |
aeng | hmmm..... yes, empty PO-Revision-Date | 06:18 |
*** gmann_ has joined #openstack-meeting | 06:18 | |
*** sams-gleb has quit IRC | 06:19 | |
*** zhurong has joined #openstack-meeting | 06:19 | |
Daisy | katomo: I don't have. | 06:19 |
katomo | hm | 06:19 |
aeng | how those translation got into Zanata? | 06:20 |
aeng | is it translated in Zanata? | 06:20 |
*** zul has quit IRC | 06:21 | |
*** hdaniel has quit IRC | 06:22 | |
*** ramishra has left #openstack-meeting | 06:22 | |
Daisy | aeng: I think it's in the header of po file. | 06:23 |
ianychoi | Hmm... when we download po files from Zanata, its header says "X-Generator: Zanata 3.7.3\n" | 06:23 |
Daisy | aeng: look at http://git.openstack.org/cgit/openstack/aodh/tree/aodh/locale/zh_CN/LC_MESSAGES/aodh.po | 06:23 |
*** unicell1 has joined #openstack-meeting | 06:24 | |
*** unicell has quit IRC | 06:25 | |
*** shaohe_feng has quit IRC | 06:26 | |
*** shaohe_feng has joined #openstack-meeting | 06:26 | |
*** ronghui has joined #openstack-meeting | 06:26 | |
Daisy | katomo: any other topics today ? | 06:27 |
katomo | I don't have | 06:27 |
aeng | ok, i will need more time to look at it | 06:27 |
aeng | will update you guys | 06:27 |
amotoki | oh... no topic is used :) | 06:27 |
Daisy | Thank you, aeng | 06:27 |
katomo | thanks | 06:27 |
katomo | #topic open discussions | 06:28 |
*** openstack changes topic to "open discussions (Meeting topic: OpenStack I18n Meeting)" | 06:28 | |
ianychoi | Thanks | 06:28 |
katomo | any topic? | 06:28 |
ianychoi | Meeting time? | 06:28 |
*** nadya has joined #openstack-meeting | 06:28 | |
katomo | yeah | 06:28 |
Daisy | katomo: I wonder if we need some guidances for new translators to guide them how to show their contributions in stacklytis. | 06:29 |
katomo | Daisy: good point | 06:29 |
Daisy | I don't know the specific steps to show a translator contribution in stackalytics | 06:29 |
*** kylek3h has joined #openstack-meeting | 06:29 | |
Daisy | does the translator need to do nothing ? | 06:29 |
*** kota_ has joined #openstack-meeting | 06:29 | |
ianychoi | #link http://docs.openstack.org/developer/i18n/translation_stats.html#stackalytics | 06:29 |
ianychoi | amotoki updated :) | 06:30 |
*** adiantum has quit IRC | 06:30 | |
aeng | i think at the moment, its still using the user- list | 06:30 |
aeng | so probably thats all they need to do.. update the list | 06:30 |
*** andreas_s has joined #openstack-meeting | 06:30 | |
amotoki | ianychoi: thanks | 06:30 |
Daisy | Thank you, ianychoi. Very useful. | 06:30 |
Daisy | thank you, amotoki | 06:30 |
katomo | Also, we need to update the traslators list manually.... | 06:30 |
amotoki | FYI: stackalytics stats is now fixed. | 06:31 |
aeng | Awesome! | 06:31 |
ianychoi | :) | 06:31 |
katomo | new version of Zanata doesn't work at now.... | 06:31 |
katomo | amotoki: great | 06:31 |
amotoki | katomo: could you elaborate more? | 06:31 |
aeng | new version of Zanata? | 06:31 |
amotoki | new version of zanata/ | 06:32 |
amotoki | s|/|?| | 06:32 |
ianychoi | When can we see newer version of Zanata (e.g., 3.9.0) on translate-dev.openstack.org? | 06:32 |
katomo | we have a plan to upgrade Zanata | 06:32 |
aeng | i think infra team has planned for it | 06:32 |
katomo | to get the translators list with email for Stackalytics | 06:32 |
*** rubasov has joined #openstack-meeting | 06:32 | |
katomo | right? | 06:32 |
aeng | katomo, correct with latest version of Zanata | 06:33 |
amotoki | why do we need email for Stackalytics? | 06:33 |
katomo | It needs java 8, but our infra does not provide java 8 because of ubuntu 14.04 | 06:34 |
aeng | yup, so they are working on that | 06:34 |
katomo | so, we need to wait ubuntu 16.04, IIRC. | 06:34 |
katomo | yep | 06:34 |
katomo | infra team need more time | 06:34 |
katomo | ianychoi: I will email about meeting time | 06:35 |
*** zul has joined #openstack-meeting | 06:35 | |
ianychoi | Aha... I see. In fact AFAIK only zanata user IDs are used in Stackalytics (no email) | 06:35 |
aeng | alright.. might have found the problem with empty PO-Revision-Date | 06:36 |
*** shaohe_feng has quit IRC | 06:36 | |
katomo | later to be fair for folks in other timezones | 06:36 |
katomo | aeng: hmmm | 06:36 |
aeng | might be a bug with Zanata | 06:36 |
amotoki | what are we talking about now? | 06:36 |
amotoki | Zanata? meeting time? | 06:37 |
aeng | but if translations is being updated manually in Zanata, the PO-Revision-Date will be updated accordingly | 06:37 |
*** shaohe_feng has joined #openstack-meeting | 06:37 | |
katomo | amotoki: empty PO-Revision-Date :) | 06:37 |
*** kylek3h has quit IRC | 06:37 | |
aeng | i will check and update the ticket | 06:38 |
katomo | I think finished talk about zanata and meeting time | 06:38 |
aeng | :) | 06:38 |
ianychoi | +1 | 06:38 |
amotoki | katomo: thanks. i would suggest to use 'topic' from the next meeting. | 06:38 |
*** e0ne has quit IRC | 06:38 | |
amotoki | Re email, IMO we should not expose email addresses thru API unless we use it. | 06:38 |
Daisy | aeng: how long do you need to fix the issue? Do you suggest a by pass method to resolve this issue ? | 06:38 |
aeng | workaround... update the translations manually at the moment in Zanata | 06:39 |
katomo | amotoki: topic "open discussions" is too broad : | 06:39 |
Daisy | aeng: I don't think the bug reporter can wait for the upgrade of Zanata. | 06:39 |
*** edtubill_ has quit IRC | 06:39 | |
aeng | hmmmm | 06:39 |
*** roxanaghe has joined #openstack-meeting | 06:39 | |
*** lpetrut has quit IRC | 06:39 | |
katomo | Daisy: I agree | 06:39 |
aeng | alright... let me get more details out and update the tickets | 06:39 |
Daisy | aeng: what do you mean by updating manually? Updating a translation ? | 06:39 |
aeng | Daisy, yes | 06:39 |
aeng | not all translations.. just 1 in each file | 06:40 |
aeng | so just update 1 translations in each document.. that will generate the header correctly | 06:40 |
*** llu is now known as llu_ | 06:40 | |
Daisy | ok. katomo I think we can temporarily fix the issue in project aodh. | 06:41 |
Daisy | aeng: any languages ? | 06:41 |
*** llu has joined #openstack-meeting | 06:41 | |
katomo | good news | 06:41 |
Daisy | aeng: or all languages ? | 06:41 |
aeng | all languages | 06:41 |
Daisy | ok. | 06:41 |
katomo | can you explain the detailed step? | 06:42 |
katomo | If long, please email later. | 06:42 |
aeng | so, in summary, in each languages, on each document, just update a translation | 06:43 |
katomo | on Zanata? | 06:43 |
*** roxanaghe has quit IRC | 06:43 | |
aeng | yes | 06:43 |
katomo | ahh | 06:43 |
katomo | it is easy, but many:) | 06:43 |
aeng | yup... but thats the only workaround right now | 06:44 |
Daisy | Yeah, katomo. Time consuming. | 06:44 |
*** numans has quit IRC | 06:44 | |
*** coolsvap_ has joined #openstack-meeting | 06:44 | |
katomo | okay, I can do it with my admin previledge, and I will do it... | 06:44 |
*** neeti has joined #openstack-meeting | 06:45 | |
Daisy | Thank you, katomo. | 06:45 |
Daisy | Only admin have the right to update any languages. | 06:45 |
katomo | yep | 06:46 |
katomo | any other topic? | 06:46 |
Daisy | No from me. | 06:46 |
aeng | all good from me | 06:46 |
*** shaohe_feng has quit IRC | 06:46 | |
amotoki | re topic, let's use etherpad agenda | 06:46 |
*** nkrinner_afk is now known as nkrinner | 06:46 | |
amotoki | for realtime topic update. | 06:46 |
katomo | sure | 06:46 |
*** shaohe_feng has joined #openstack-meeting | 06:46 | |
amotoki | you can coordinate various topics and reorg during a meeting :) | 06:47 |
aeng | +1 | 06:47 |
katomo | we have a blank page https://etherpad.openstack.org/p/i18n-meeting ! | 06:47 |
amotoki | blank page @@ | 06:47 |
aeng | hahah | 06:47 |
aeng | ready to be filled | 06:47 |
*** nadya has quit IRC | 06:47 | |
aeng | anyways... i gtg now. katomo if you have any question on that workaround.. let me know. | 06:48 |
aeng | see ya guys | 06:48 |
katomo | aeng: thanks | 06:48 |
Daisy | aeng: thank you. | 06:48 |
katomo | okay, end the meeting | 06:48 |
amotoki | finally, i have one request. could anyone update the status of documents of openstack-manuals? | 06:48 |
*** aeng has quit IRC | 06:48 | |
katomo | hm | 06:48 |
amotoki | which manual are ready for translation? i have no information | 06:48 |
katomo | amotoki: I'll take it. | 06:49 |
amotoki | for example, doc team is planning to reorg docs. if so there is no meaning to translation such documents. | 06:49 |
katomo | we have a wiki page, but it is old, I think. | 06:49 |
amotoki | katomo: thanks. etherpad might work. | 06:49 |
katomo | yeah | 06:49 |
amotoki | that's all from me | 06:50 |
katomo | good. I will use etherpad | 06:50 |
Daisy | From the home page of Zanata, I see: the installation guide, user guide, api guide. Is the translation plan in home page up to date ? | 06:50 |
katomo | yeah, it is up to date. | 06:50 |
Daisy | ok. katomo | 06:50 |
katomo | okay, thanks to join the meeting, all. | 06:51 |
*** kota_ has left #openstack-meeting | 06:51 | |
katomo | #endmeeting | 06:51 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 06:51 | |
openstack | Meeting ended Thu Jun 2 06:51:49 2016 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 06:51 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2016/openstack_i18n_meeting.2016-06-02-06.00.html | 06:51 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2016/openstack_i18n_meeting.2016-06-02-06.00.txt | 06:51 |
openstack | Log: http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2016/openstack_i18n_meeting.2016-06-02-06.00.log.html | 06:51 |
*** Niham has joined #openstack-meeting | 06:51 | |
Daisy | Thank you, katomo | 06:52 |
*** numans has joined #openstack-meeting | 06:52 | |
*** katomo has left #openstack-meeting | 06:52 | |
*** tesseract- has joined #openstack-meeting | 06:53 | |
*** sams-gleb has joined #openstack-meeting | 06:55 | |
*** neeti has quit IRC | 06:55 | |
*** martines has joined #openstack-meeting | 06:56 | |
*** shaohe_feng has quit IRC | 06:56 | |
*** Niham has quit IRC | 06:57 | |
*** sdake has joined #openstack-meeting | 06:57 | |
*** jlanoux has joined #openstack-meeting | 06:57 | |
*** shaohe_feng has joined #openstack-meeting | 06:57 | |
*** lpetrut has joined #openstack-meeting | 06:58 | |
*** hoangcx has quit IRC | 07:00 | |
*** hoangcx has joined #openstack-meeting | 07:01 | |
*** dbecker has quit IRC | 07:01 | |
*** Daisy has quit IRC | 07:02 | |
*** Daisy has joined #openstack-meeting | 07:03 | |
*** amitgandhinz has joined #openstack-meeting | 07:06 | |
*** bzhao has joined #openstack-meeting | 07:07 | |
*** shaohe_feng has quit IRC | 07:07 | |
*** Daisy has quit IRC | 07:07 | |
*** shaohe_feng has joined #openstack-meeting | 07:07 | |
*** hdaniel has joined #openstack-meeting | 07:11 | |
*** gmann_ has quit IRC | 07:11 | |
*** amitgandhinz has quit IRC | 07:11 | |
*** coolsvap_ has quit IRC | 07:13 | |
*** obondarev has joined #openstack-meeting | 07:14 | |
*** thorst has joined #openstack-meeting | 07:15 | |
*** vishwanathj has joined #openstack-meeting | 07:15 | |
*** pzchen has joined #openstack-meeting | 07:15 | |
*** coolsvap_ has joined #openstack-meeting | 07:15 | |
*** vishwana_ has joined #openstack-meeting | 07:15 | |
*** shaohe_feng has quit IRC | 07:17 | |
*** huangtianhua has joined #openstack-meeting | 07:17 | |
*** shaohe_feng has joined #openstack-meeting | 07:18 | |
*** longxiongqiu has joined #openstack-meeting | 07:18 | |
*** vishwanathj has quit IRC | 07:19 | |
*** tiantian has quit IRC | 07:19 | |
*** hashar has joined #openstack-meeting | 07:21 | |
*** henrynash has joined #openstack-meeting | 07:22 | |
*** thorst has quit IRC | 07:22 | |
*** paul-carlton2 has joined #openstack-meeting | 07:22 | |
*** fzdarsky_ is now known as fzdarsky | 07:24 | |
*** JRobinson__ has quit IRC | 07:25 | |
*** nkrinner has quit IRC | 07:25 | |
*** jlanoux has quit IRC | 07:25 | |
*** gaso84ne has quit IRC | 07:25 | |
*** jpena|off is now known as jpena | 07:26 | |
*** jpena has left #openstack-meeting | 07:26 | |
*** vishwana_ is now known as vishwanathj | 07:26 | |
*** nkrinner has joined #openstack-meeting | 07:27 | |
*** fbo has joined #openstack-meeting | 07:27 | |
*** shaohe_feng has quit IRC | 07:27 | |
*** vuntz has quit IRC | 07:27 | |
*** shaohe_feng has joined #openstack-meeting | 07:27 | |
*** xinwu_ has joined #openstack-meeting | 07:31 | |
*** xinwu has quit IRC | 07:31 | |
*** xinwu_ is now known as xinwu | 07:31 | |
*** lpetrut has quit IRC | 07:31 | |
*** karthikp has joined #openstack-meeting | 07:33 | |
*** vuntz has joined #openstack-meeting | 07:34 | |
*** vuntz has joined #openstack-meeting | 07:34 | |
*** vishwanathj has quit IRC | 07:34 | |
*** kylek3h has joined #openstack-meeting | 07:34 | |
*** zeih has joined #openstack-meeting | 07:35 | |
*** Daisy has joined #openstack-meeting | 07:36 | |
*** henrynash has quit IRC | 07:36 | |
*** Daisy has quit IRC | 07:36 | |
*** jtomasek_ has joined #openstack-meeting | 07:37 | |
*** shaohe_feng has quit IRC | 07:37 | |
*** Daisy has joined #openstack-meeting | 07:38 | |
*** shaohe_feng has joined #openstack-meeting | 07:38 | |
*** Daisy_ has joined #openstack-meeting | 07:39 | |
*** sdake has quit IRC | 07:39 | |
*** hashar has quit IRC | 07:39 | |
*** hashar has joined #openstack-meeting | 07:39 | |
*** Daisy_ has quit IRC | 07:39 | |
*** Daisy_ has joined #openstack-meeting | 07:40 | |
*** roxanaghe has joined #openstack-meeting | 07:40 | |
*** kylek3h has quit IRC | 07:42 | |
*** Daisy has quit IRC | 07:42 | |
*** bcafarel has joined #openstack-meeting | 07:43 | |
*** jtomasek_ has quit IRC | 07:44 | |
*** roxanaghe has quit IRC | 07:44 | |
*** ygbo has joined #openstack-meeting | 07:45 | |
*** shaohe_feng has quit IRC | 07:48 | |
*** shaohe_feng has joined #openstack-meeting | 07:49 | |
*** jlanoux has joined #openstack-meeting | 07:49 | |
*** ljxiash_ has joined #openstack-meeting | 07:50 | |
*** karthikp has quit IRC | 07:51 | |
*** ljxiash has quit IRC | 07:53 | |
*** dbecker has joined #openstack-meeting | 07:55 | |
*** acoles_ is now known as acoles | 07:56 | |
*** aimon has quit IRC | 07:56 | |
*** hoangcx has quit IRC | 07:57 | |
*** shaohe_feng has quit IRC | 07:58 | |
*** shaohe_feng has joined #openstack-meeting | 07:59 | |
*** sacharya has joined #openstack-meeting | 07:59 | |
*** matrohon has joined #openstack-meeting | 07:59 | |
*** coolsvap_ has quit IRC | 07:59 | |
*** hoangcx has joined #openstack-meeting | 08:00 | |
*** obondarev has quit IRC | 08:01 | |
*** zeih has quit IRC | 08:01 | |
*** claudiub has joined #openstack-meeting | 08:02 | |
*** sacharya has quit IRC | 08:03 | |
*** paul-carlton2 has quit IRC | 08:05 | |
*** amitgandhinz has joined #openstack-meeting | 08:07 | |
*** henrynash has joined #openstack-meeting | 08:07 | |
*** shashank_hegde has quit IRC | 08:07 | |
*** mbound has joined #openstack-meeting | 08:08 | |
*** shaohe_feng has quit IRC | 08:08 | |
*** shaohe_feng has joined #openstack-meeting | 08:09 | |
*** tochi has quit IRC | 08:10 | |
*** amitgandhinz has quit IRC | 08:12 | |
*** diga has joined #openstack-meeting | 08:12 | |
*** e0ne has joined #openstack-meeting | 08:13 | |
*** Navin has joined #openstack-meeting | 08:13 | |
*** vishwanathj has joined #openstack-meeting | 08:14 | |
*** bcafarel has quit IRC | 08:16 | |
*** shaohe_feng has quit IRC | 08:18 | |
*** paul-carlton2 has joined #openstack-meeting | 08:18 | |
*** shaohe_feng has joined #openstack-meeting | 08:19 | |
*** Niham has joined #openstack-meeting | 08:19 | |
*** tochi has joined #openstack-meeting | 08:20 | |
*** yujunz has joined #openstack-meeting | 08:20 | |
*** thorst has joined #openstack-meeting | 08:20 | |
*** ihrachys has joined #openstack-meeting | 08:21 | |
*** sputnik13_ has joined #openstack-meeting | 08:22 | |
*** Daisy_ has quit IRC | 08:24 | |
*** Daisy has joined #openstack-meeting | 08:24 | |
*** paul-carlton2 has quit IRC | 08:24 | |
*** bcafarel has joined #openstack-meeting | 08:25 | |
*** thorst has quit IRC | 08:27 | |
*** mrmartin has joined #openstack-meeting | 08:28 | |
*** Daisy has quit IRC | 08:29 | |
*** shaohe_feng has quit IRC | 08:29 | |
*** markvoelker has quit IRC | 08:29 | |
*** shaohe_feng has joined #openstack-meeting | 08:29 | |
*** markvoelker has joined #openstack-meeting | 08:30 | |
*** gmann_ has joined #openstack-meeting | 08:31 | |
*** gcb has quit IRC | 08:33 | |
*** gcb has joined #openstack-meeting | 08:33 | |
*** mrmartin has quit IRC | 08:33 | |
*** sputnik13_ has quit IRC | 08:35 | |
*** Daisy has joined #openstack-meeting | 08:37 | |
*** fnaval_ has joined #openstack-meeting | 08:37 | |
*** yassine has joined #openstack-meeting | 08:38 | |
*** fwdit has joined #openstack-meeting | 08:39 | |
*** shaohe_feng has quit IRC | 08:39 | |
*** fnaval has quit IRC | 08:39 | |
*** shaohe_feng has joined #openstack-meeting | 08:40 | |
*** kylek3h has joined #openstack-meeting | 08:40 | |
*** aimon has joined #openstack-meeting | 08:40 | |
*** zeih has joined #openstack-meeting | 08:40 | |
*** mrmartin has joined #openstack-meeting | 08:43 | |
*** aimon has quit IRC | 08:45 | |
*** kylek3h has quit IRC | 08:47 | |
*** xinwu has quit IRC | 08:49 | |
*** shaohe_feng has quit IRC | 08:49 | |
*** mbound has quit IRC | 08:49 | |
*** shaohe_feng has joined #openstack-meeting | 08:50 | |
*** xinwu has joined #openstack-meeting | 08:51 | |
*** zeih has quit IRC | 08:52 | |
*** lpetrut has joined #openstack-meeting | 08:53 | |
*** xinwu has quit IRC | 08:53 | |
*** pzchen has quit IRC | 08:56 | |
*** zhangshuai_ has joined #openstack-meeting | 08:59 | |
*** shaohe_feng has quit IRC | 08:59 | |
masayukig | #startmeeting qa | 09:00 |
openstack | Meeting started Thu Jun 2 09:00:12 2016 UTC and is due to finish in 60 minutes. The chair is masayukig. Information about MeetBot at http://wiki.debian.org/MeetBot. | 09:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 09:00 |
*** openstack changes topic to " (Meeting topic: qa)" | 09:00 | |
openstack | The meeting name has been set to 'qa' | 09:00 |
masayukig | #link https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Agenda_for_June_2nd_2016_.280900_UTC.29 | 09:00 |
masayukig | ^^^^ agenda | 09:00 |
*** shaohe_feng has joined #openstack-meeting | 09:00 | |
masayukig | who's here today? | 09:00 |
hogepodge | o/ | 09:01 |
masayukig | hi! hogepodge | 09:01 |
masayukig | (I was worried about no one is here today :-P) | 09:01 |
hogepodge | I just happen to be awake. :-D | 09:02 |
hogepodge | But don't hold a meeting on my account. | 09:02 |
masayukig | :) | 09:02 |
*** yujunz has quit IRC | 09:03 | |
andreaf | o/ | 09:03 |
hogepodge | hi! andreaf | 09:03 |
masayukig | andreaf \o/ | 09:03 |
andreaf | hi | 09:04 |
andreaf | hogepodge: early start today ;) | 09:04 |
masayukig | This is the first time to be a chair of qa-meeting for me. So please let me know if you notice something wrong (and don't blame me, please :) | 09:04 |
hogepodge | andreaf: late finish | 09:05 |
masayukig | ok, let's move on | 09:05 |
*** nijaba has quit IRC | 09:05 | |
masayukig | #topic Specs Reviews | 09:05 |
*** openstack changes topic to "Specs Reviews (Meeting topic: qa)" | 09:05 | |
masayukig | #link https://review.openstack.org/#/q/status:open+project:openstack/qa-specs,n,z | 09:05 |
masayukig | does anyone want to discuss an open spec review? | 09:05 |
*** irenab has joined #openstack-meeting | 09:06 | |
hogepodge | I'll probably abandon the defcore tags spec, unless there's a reason why we think it would land. | 09:07 |
*** amitgandhinz has joined #openstack-meeting | 09:07 | |
hogepodge | (with changes of course) | 09:07 |
masayukig | yeah, that seems to be fair | 09:09 |
masayukig | anything else? | 09:09 |
hogepodge | In light of the recent TC resolution of requiring defcore tests to be in tempest, it might be nice to have a way to directly identify them, but we have the complete list with ids in the defcore repository | 09:09 |
*** shaohe_feng has quit IRC | 09:10 | |
*** nijaba has joined #openstack-meeting | 09:11 | |
*** nijaba has quit IRC | 09:11 | |
*** nijaba has joined #openstack-meeting | 09:11 | |
*** shaohe_feng has joined #openstack-meeting | 09:11 | |
hogepodge | we can move on | 09:11 |
masayukig | ok, sure | 09:11 |
masayukig | next topic | 09:11 |
masayukig | #topic Tempest | 09:11 |
*** openstack changes topic to "Tempest (Meeting topic: qa)" | 09:11 | |
masayukig | There's a lot of list on wiki. | 09:12 |
*** amitgandhinz has quit IRC | 09:12 | |
*** hughhalf has quit IRC | 09:12 | |
*** irenab has quit IRC | 09:12 | |
andreaf | masayukig: I think that's just the content of the newton priorities, not sure we need to discuss all of them | 09:13 |
masayukig | andreaf: do you have anything to talk? | 09:13 |
*** sdake has joined #openstack-meeting | 09:13 | |
masayukig | yeah, I don't think we need to discuss all. | 09:13 |
andreaf | masayukig: not much really, I'm working on the credential providers atm | 09:13 |
masayukig | ok, sure. | 09:14 |
*** obondarev has joined #openstack-meeting | 09:14 | |
masayukig | hogepodge: how about negative test guideline? | 09:14 |
*** yamahata has quit IRC | 09:14 | |
hogepodge | masayukig: I haven't started on it yet. I wanted to talk with oomichi about how to start | 09:14 |
*** sputnik13_ has joined #openstack-meeting | 09:14 | |
hogepodge | masayukig: where it lives in the repository, and so on | 09:15 |
masayukig | hogepodge: ok, will you talk in IRC or mail? | 09:15 |
masayukig | both? | 09:15 |
hogepodge | masayukig: irc | 09:15 |
masayukig | cool, thanks :) | 09:15 |
masayukig | one thing from me about tempest cli | 09:16 |
masayukig | #link https://review.openstack.org/#/q/topic:bp/tempest-run-cmd | 09:16 |
*** sputnik13_ has quit IRC | 09:16 | |
*** gmann_ has left #openstack-meeting | 09:16 | |
masayukig | The patch is now under reviewing and good progress. | 09:17 |
*** fnaval_ has quit IRC | 09:17 | |
masayukig | But I think more reviews are very welcome :) | 09:17 |
masayukig | anything else? | 09:18 |
andreaf | masayukig: I will add it to my review list | 09:18 |
masayukig | andreaf: cool! thanks | 09:18 |
*** pzchen has joined #openstack-meeting | 09:19 | |
masayukig | ok, let's move on | 09:19 |
masayukig | #topic Devstack + Grenade | 09:19 |
*** openstack changes topic to "Devstack + Grenade (Meeting topic: qa)" | 09:19 | |
hogepodge | I gave it a look over, seems like it's making good progress | 09:19 |
masayukig | hogepodge: tempest run? thanks! | 09:20 |
hogepodge | yup | 09:20 |
*** shaohe_feng has quit IRC | 09:20 | |
masayukig | so, does anyone have topic about Devstack + Grenade? | 09:20 |
*** shaohe_feng has joined #openstack-meeting | 09:21 | |
masayukig | ok, let's move on | 09:22 |
masayukig | #topic OpenStack-Health | 09:22 |
*** openstack changes topic to "OpenStack-Health (Meeting topic: qa)" | 09:22 | |
masayukig | so, there are a lot of patches on dashboard https://review.openstack.org/#/q/project:openstack/openstack-health+status:open | 09:23 |
masayukig | I think current main topics are "e-r integration", RSS, improving UIs. | 09:24 |
masayukig | you can use it http://status.openstack.org/openstack-health/#/ . So any feedbacks are welcome. | 09:25 |
masayukig | But I'm not sure we can implement it, immediately, though. | 09:25 |
*** thorst has joined #openstack-meeting | 09:25 | |
masayukig | ok, that's all from me. anything else? | 09:25 |
masayukig | ok, next topic is.. | 09:27 |
*** pzchen has quit IRC | 09:27 | |
masayukig | #topic Critical Reviews | 09:27 |
*** openstack changes topic to "Critical Reviews (Meeting topic: qa)" | 09:27 | |
masayukig | Does anyone have any reviews they'd like to get extra eyes on? | 09:27 |
*** dmorita has joined #openstack-meeting | 09:27 | |
andreaf | well, it may be not so critical, but I'd like reviews on https://review.openstack.org/#/q/topic:bug/1494293+status:+open | 09:28 |
*** longxiongqiu has quit IRC | 09:28 | |
masayukig | andreaf: oh, you just pushed them :) | 09:28 |
andreaf | masayukig: yes there was one last issue which I fixed, so they should be ready for review | 09:29 |
masayukig | andreaf: sure, I just added me as a reviewer :) I'll take a look tomorrow. | 09:29 |
andreaf | masayukig: I would very much like to get the test accounts part out of experimental, so this is also part of it | 09:30 |
andreaf | masayukig: thanks | 09:30 |
masayukig | :) | 09:30 |
*** shaohe_feng has quit IRC | 09:30 | |
masayukig | so, I actually have one. | 09:30 |
masayukig | #link https://review.openstack.org/#/c/324262/ | 09:31 |
masayukig | "[RFC] Deprecate run_tests.sh" | 09:31 |
masayukig | I'm not sure we already have a talk about like this, though. | 09:31 |
*** shaohe_feng has joined #openstack-meeting | 09:31 | |
*** dmorita has quit IRC | 09:32 | |
*** thorst has quit IRC | 09:32 | |
masayukig | I think we don't need run_tests.sh script.. | 09:33 |
andreaf | masayukig: I agree we don't need it | 09:33 |
andreaf | masayukig: but if you want to make it a real deprecation we should emit the warning but keep the script | 09:34 |
masayukig | yeah, so, I'm not sure we should keep it. Because it is only used by developers not tempest users. | 09:35 |
andreaf | masayukig: not sure we need deprecation, but I think people may be using this in their workflow to run actual tempest tests, so maybe it would be good to go through deprecation | 09:35 |
*** mrmartin has quit IRC | 09:35 | |
*** aimon has joined #openstack-meeting | 09:36 | |
masayukig | andreaf: thanks for your comment. could you put it in the gerrit? | 09:36 |
andreaf | masayukig: sure | 09:36 |
masayukig | andreaf: thanks! | 09:36 |
*** pnavarro has joined #openstack-meeting | 09:36 | |
masayukig | so, anything else? | 09:36 |
*** _amrith_ is now known as amrith | 09:37 | |
masayukig | ok, let's move on | 09:37 |
masayukig | #topic QA mid-cycle meetup | 09:37 |
*** openstack changes topic to "QA mid-cycle meetup (Meeting topic: qa)" | 09:37 | |
masayukig | I think oomichi is now arranging about this now. does anyone have any topics about this? | 09:37 |
*** lpetrut has quit IRC | 09:39 | |
*** zhangshuai_ has quit IRC | 09:39 | |
*** lpetrut has joined #openstack-meeting | 09:39 | |
*** zhangshuai_ has joined #openstack-meeting | 09:39 | |
masayukig | ok, I hope the place and date will be decided soon. | 09:40 |
andreaf | very quiet meeting today :) | 09:40 |
masayukig | yeah, super fast | 09:40 |
masayukig | #topic Open Discussion | 09:40 |
*** openstack changes topic to "Open Discussion (Meeting topic: qa)" | 09:40 | |
*** sdake has quit IRC | 09:40 | |
masayukig | do you have anything to discuss? | 09:40 |
*** shaohe_feng has quit IRC | 09:40 | |
*** e0ne has quit IRC | 09:41 | |
*** e0ne has joined #openstack-meeting | 09:41 | |
*** shaohe_feng has joined #openstack-meeting | 09:41 | |
*** roxanaghe has joined #openstack-meeting | 09:42 | |
*** Daisy has quit IRC | 09:42 | |
*** Daisy has joined #openstack-meeting | 09:42 | |
andreaf | not from my side | 09:42 |
*** irenab has joined #openstack-meeting | 09:42 | |
masayukig | ok :) | 09:43 |
masayukig | that's it? | 09:43 |
*** henrynash has quit IRC | 09:43 | |
*** irenab has quit IRC | 09:43 | |
andreaf | we can all save 15min+ | 09:43 |
andreaf | :) | 09:44 |
masayukig | yay! | 09:44 |
masayukig | start to count down to the end of meeting | 09:44 |
masayukig | 5 | 09:44 |
masayukig | 4 | 09:44 |
masayukig | 3 | 09:44 |
*** kylek3h has joined #openstack-meeting | 09:44 | |
masayukig | 2 | 09:44 |
masayukig | 1 | 09:44 |
masayukig | #endmeeting | 09:44 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 09:44 | |
openstack | Meeting ended Thu Jun 2 09:44:45 2016 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 09:44 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/qa/2016/qa.2016-06-02-09.00.html | 09:44 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/qa/2016/qa.2016-06-02-09.00.txt | 09:44 |
openstack | Log: http://eavesdrop.openstack.org/meetings/qa/2016/qa.2016-06-02-09.00.log.html | 09:44 |
masayukig | thanks all :) | 09:44 |
andreaf | thank you for hosting today | 09:45 |
masayukig | :) | 09:45 |
*** aimon has quit IRC | 09:45 | |
*** Daisy_ has joined #openstack-meeting | 09:45 | |
*** Daisy_ has quit IRC | 09:46 | |
*** roxanaghe has quit IRC | 09:46 | |
*** Daisy_ has joined #openstack-meeting | 09:46 | |
*** Daisy has quit IRC | 09:47 | |
*** irenab has joined #openstack-meeting | 09:47 | |
hogepodge | thank you masayukig | 09:47 |
*** tfukushima has quit IRC | 09:47 | |
*** hughhalf has joined #openstack-meeting | 09:48 | |
*** obondarev has quit IRC | 09:48 | |
masayukig | o/ | 09:48 |
*** obondarev has joined #openstack-meeting | 09:48 | |
*** toddjohn has joined #openstack-meeting | 09:48 | |
*** bcafarel has quit IRC | 09:51 | |
*** Daisy_ has quit IRC | 09:51 | |
*** bcafarel has joined #openstack-meeting | 09:51 | |
*** shaohe_feng has quit IRC | 09:51 | |
*** shaohe_feng has joined #openstack-meeting | 09:51 | |
*** zeih has joined #openstack-meeting | 09:51 | |
*** ociuhandu has joined #openstack-meeting | 09:51 | |
*** sambetts|afk is now known as sambetts | 09:51 | |
*** kylek3h has quit IRC | 09:52 | |
*** irenab has quit IRC | 09:56 | |
*** zhangshuai_ has quit IRC | 09:56 | |
*** zeih has quit IRC | 09:56 | |
*** zhangshuai_ has joined #openstack-meeting | 09:56 | |
*** vishwanathj has quit IRC | 09:57 | |
*** ujuc has quit IRC | 09:58 | |
*** Qiming has quit IRC | 09:59 | |
*** obondarev has quit IRC | 09:59 | |
*** sacharya has joined #openstack-meeting | 10:00 | |
*** shu-mutou is now known as shu-mutou-AFK | 10:00 | |
*** amotoki has quit IRC | 10:01 | |
*** shaohe_feng has quit IRC | 10:01 | |
*** shaohe_feng has joined #openstack-meeting | 10:02 | |
*** epico has quit IRC | 10:02 | |
*** amotoki has joined #openstack-meeting | 10:04 | |
*** sacharya has quit IRC | 10:04 | |
*** zhangshuai_ has quit IRC | 10:06 | |
*** zhangshuai_ has joined #openstack-meeting | 10:07 | |
*** vishwanathj has joined #openstack-meeting | 10:07 | |
*** obondarev has joined #openstack-meeting | 10:07 | |
*** amitgandhinz has joined #openstack-meeting | 10:08 | |
*** zhangshuai_ has quit IRC | 10:08 | |
*** zhangshuai_ has joined #openstack-meeting | 10:08 | |
*** zhurong has quit IRC | 10:10 | |
*** henrynash has joined #openstack-meeting | 10:10 | |
*** shaohe_feng has quit IRC | 10:11 | |
*** amitgandhinz has quit IRC | 10:13 | |
*** shaohe_feng has joined #openstack-meeting | 10:14 | |
*** longxiongqiu has joined #openstack-meeting | 10:14 | |
*** obondarev has quit IRC | 10:14 | |
*** ociuhandu has quit IRC | 10:16 | |
*** tochi has quit IRC | 10:17 | |
*** longxiongqiu has quit IRC | 10:19 | |
*** vishwanathj has quit IRC | 10:21 | |
*** longxiongqiu has joined #openstack-meeting | 10:21 | |
*** shaohe_feng has quit IRC | 10:21 | |
*** Niham has quit IRC | 10:22 | |
*** adrianofr has quit IRC | 10:22 | |
*** zhangshuai_ has quit IRC | 10:22 | |
*** shaohe_feng has joined #openstack-meeting | 10:22 | |
*** zhangshuai_ has joined #openstack-meeting | 10:22 | |
*** obondarev has joined #openstack-meeting | 10:24 | |
*** Niham has joined #openstack-meeting | 10:24 | |
*** hoangcx has quit IRC | 10:26 | |
*** nadya has joined #openstack-meeting | 10:27 | |
*** alyson_ has quit IRC | 10:27 | |
*** zhangshuai_ has quit IRC | 10:28 | |
*** zhangshuai_ has joined #openstack-meeting | 10:28 | |
*** thorst has joined #openstack-meeting | 10:30 | |
*** shaohe_feng has quit IRC | 10:32 | |
*** shaohe_feng has joined #openstack-meeting | 10:32 | |
*** obondarev has quit IRC | 10:35 | |
*** ociuhandu has joined #openstack-meeting | 10:36 | |
*** electrofelix has joined #openstack-meeting | 10:36 | |
*** henrynash has quit IRC | 10:36 | |
*** thorst has quit IRC | 10:37 | |
*** zhangshuai_ has quit IRC | 10:37 | |
*** amotoki has quit IRC | 10:37 | |
*** amotoki has joined #openstack-meeting | 10:39 | |
*** Mortir has joined #openstack-meeting | 10:39 | |
*** rodrigods has quit IRC | 10:39 | |
*** Mortir has quit IRC | 10:39 | |
*** rodrigods has joined #openstack-meeting | 10:40 | |
*** amrith is now known as _amrith_ | 10:40 | |
*** shaohe_feng has quit IRC | 10:42 | |
*** roxanaghe has joined #openstack-meeting | 10:42 | |
*** shaohe_feng has joined #openstack-meeting | 10:43 | |
*** sdague has joined #openstack-meeting | 10:46 | |
*** rtheis has joined #openstack-meeting | 10:46 | |
*** roxanaghe has quit IRC | 10:47 | |
*** jprovazn has joined #openstack-meeting | 10:48 | |
*** kylek3h has joined #openstack-meeting | 10:49 | |
*** xingchao has quit IRC | 10:50 | |
*** shaohe_feng has quit IRC | 10:52 | |
*** shaohe_feng has joined #openstack-meeting | 10:53 | |
*** lezbar has quit IRC | 10:56 | |
*** lezbar has joined #openstack-meeting | 10:56 | |
*** Qiming has joined #openstack-meeting | 10:56 | |
*** weshay has quit IRC | 10:57 | |
*** kylek3h has quit IRC | 10:58 | |
*** zeih has joined #openstack-meeting | 10:59 | |
*** toddjohn has quit IRC | 11:00 | |
*** shaohe_feng has quit IRC | 11:02 | |
*** shaohe_feng has joined #openstack-meeting | 11:03 | |
*** irenab has joined #openstack-meeting | 11:05 | |
*** nadya has quit IRC | 11:05 | |
*** amotoki has quit IRC | 11:07 | |
*** amitgandhinz has joined #openstack-meeting | 11:09 | |
*** shaohe_feng has quit IRC | 11:13 | |
*** shaohe_feng has joined #openstack-meeting | 11:13 | |
*** amitgandhinz has quit IRC | 11:13 | |
*** irenab has quit IRC | 11:14 | |
*** amotoki has joined #openstack-meeting | 11:15 | |
*** ljxiash_ has quit IRC | 11:16 | |
*** alyson_ has joined #openstack-meeting | 11:16 | |
*** toddjohn has joined #openstack-meeting | 11:20 | |
*** jlanoux has quit IRC | 11:22 | |
*** shaohe_feng has quit IRC | 11:23 | |
*** aimon has joined #openstack-meeting | 11:23 | |
*** banix has joined #openstack-meeting | 11:24 | |
*** shaohe_feng has joined #openstack-meeting | 11:26 | |
*** thorst has joined #openstack-meeting | 11:26 | |
*** aimon has quit IRC | 11:28 | |
*** julim has joined #openstack-meeting | 11:31 | |
*** weshay has joined #openstack-meeting | 11:32 | |
*** shaohe_feng has quit IRC | 11:33 | |
*** shaohe_feng has joined #openstack-meeting | 11:34 | |
*** mikeyp has quit IRC | 11:39 | |
*** lezbar has quit IRC | 11:39 | |
*** lezbar has joined #openstack-meeting | 11:40 | |
*** ljxiash has joined #openstack-meeting | 11:40 | |
*** banix has quit IRC | 11:42 | |
*** jlanoux has joined #openstack-meeting | 11:42 | |
*** baoli has joined #openstack-meeting | 11:43 | |
*** roxanaghe has joined #openstack-meeting | 11:43 | |
*** shaohe_feng has quit IRC | 11:43 | |
*** baoli has quit IRC | 11:44 | |
*** toddjohn has quit IRC | 11:44 | |
*** baoli has joined #openstack-meeting | 11:44 | |
*** shaohe_feng has joined #openstack-meeting | 11:44 | |
*** zhurong has joined #openstack-meeting | 11:45 | |
*** baoli_ has joined #openstack-meeting | 11:46 | |
*** Daisy has joined #openstack-meeting | 11:47 | |
*** jaypipes has joined #openstack-meeting | 11:47 | |
*** roxanaghe has quit IRC | 11:48 | |
*** baoli has quit IRC | 11:49 | |
*** obondarev has joined #openstack-meeting | 11:50 | |
*** Daisy has quit IRC | 11:52 | |
*** pradk has joined #openstack-meeting | 11:52 | |
*** _amrith_ is now known as amrith | 11:52 | |
*** raildo-afk is now known as raildo | 11:53 | |
*** shaohe_feng has quit IRC | 11:54 | |
*** shaohe_feng has joined #openstack-meeting | 11:54 | |
*** obondarev has quit IRC | 11:55 | |
*** sudipto has quit IRC | 11:58 | |
*** sacharya has joined #openstack-meeting | 12:00 | |
*** diablo_rojo has joined #openstack-meeting | 12:02 | |
*** dprince has joined #openstack-meeting | 12:02 | |
*** obondarev has joined #openstack-meeting | 12:03 | |
*** jckasper has quit IRC | 12:04 | |
*** ljxiash_ has joined #openstack-meeting | 12:04 | |
*** shaohe_feng has quit IRC | 12:04 | |
*** jckasper has joined #openstack-meeting | 12:04 | |
*** ljxiash has quit IRC | 12:05 | |
*** sacharya has quit IRC | 12:05 | |
*** kylek3h has joined #openstack-meeting | 12:05 | |
*** shaohe_feng has joined #openstack-meeting | 12:05 | |
*** irenab has joined #openstack-meeting | 12:07 | |
*** diablo_rojo has quit IRC | 12:08 | |
*** jckasper has quit IRC | 12:08 | |
*** irenab has quit IRC | 12:08 | |
*** ljxiash_ has quit IRC | 12:09 | |
*** irenab has joined #openstack-meeting | 12:09 | |
*** ljxiash has joined #openstack-meeting | 12:09 | |
*** amitgandhinz has joined #openstack-meeting | 12:10 | |
*** tellesnobrega is now known as tellesnobrega_af | 12:11 | |
*** jamesdenton has joined #openstack-meeting | 12:11 | |
*** amotoki has quit IRC | 12:11 | |
*** jamesdenton has quit IRC | 12:12 | |
*** ljxiash has quit IRC | 12:14 | |
*** ljxiash has joined #openstack-meeting | 12:14 | |
*** aysyd has joined #openstack-meeting | 12:14 | |
*** shaohe_feng has quit IRC | 12:14 | |
*** amitgandhinz has quit IRC | 12:14 | |
*** shaohe_feng has joined #openstack-meeting | 12:15 | |
*** Navin has quit IRC | 12:16 | |
*** irenab has quit IRC | 12:17 | |
*** amotoki has joined #openstack-meeting | 12:18 | |
*** sams-gleb has quit IRC | 12:18 | |
*** amotoki has quit IRC | 12:18 | |
*** ljxiash has quit IRC | 12:20 | |
*** ljxiash has joined #openstack-meeting | 12:21 | |
*** shaohe_feng has quit IRC | 12:24 | |
*** acabot has joined #openstack-meeting | 12:25 | |
*** shaohe_feng has joined #openstack-meeting | 12:25 | |
*** tellesnobrega_af is now known as tellesnobrega | 12:33 | |
*** irenab has joined #openstack-meeting | 12:33 | |
*** xingchao has joined #openstack-meeting | 12:34 | |
*** shaohe_feng has quit IRC | 12:35 | |
*** sams-gleb has joined #openstack-meeting | 12:35 | |
*** shaohe_feng has joined #openstack-meeting | 12:36 | |
*** bobh has joined #openstack-meeting | 12:36 | |
*** amotoki has joined #openstack-meeting | 12:36 | |
*** Navin has joined #openstack-meeting | 12:37 | |
*** irenab has quit IRC | 12:38 | |
*** jckasper has joined #openstack-meeting | 12:40 | |
*** julim has quit IRC | 12:41 | |
*** bobh has quit IRC | 12:41 | |
*** MaxPC has joined #openstack-meeting | 12:43 | |
*** roxanaghe has joined #openstack-meeting | 12:44 | |
*** shaohe_feng has quit IRC | 12:45 | |
*** Niham has quit IRC | 12:45 | |
*** shaohe_feng has joined #openstack-meeting | 12:46 | |
*** roxanaghe has quit IRC | 12:48 | |
*** zhangshuai_ has joined #openstack-meeting | 12:51 | |
*** amotoki has quit IRC | 12:53 | |
*** sams-gleb has quit IRC | 12:54 | |
*** shaohe_feng has quit IRC | 12:55 | |
*** zhangshuai_ has quit IRC | 12:56 | |
*** shaohe_feng has joined #openstack-meeting | 12:56 | |
*** amitgandhinz has joined #openstack-meeting | 12:56 | |
*** jlanoux_ has joined #openstack-meeting | 12:57 | |
*** jlanoux has quit IRC | 12:57 | |
*** yamamoto_ has quit IRC | 12:58 | |
*** Hosam has joined #openstack-meeting | 12:58 | |
*** iyamahat has joined #openstack-meeting | 12:59 | |
*** amrith is now known as _amrith_ | 13:00 | |
*** sfinucan has joined #openstack-meeting | 13:00 | |
*** amitgandhinz has quit IRC | 13:01 | |
*** tangchen has joined #openstack-meeting | 13:01 | |
*** amitgandhinz has joined #openstack-meeting | 13:02 | |
*** efried has joined #openstack-meeting | 13:02 | |
*** stanchan has joined #openstack-meeting | 13:04 | |
*** shaohe_feng has quit IRC | 13:05 | |
*** annemccormick has joined #openstack-meeting | 13:06 | |
*** shaohe_feng has joined #openstack-meeting | 13:06 | |
*** amitgandhinz has quit IRC | 13:06 | |
*** amitgandhinz has joined #openstack-meeting | 13:07 | |
*** sams-gleb has joined #openstack-meeting | 13:08 | |
*** _amrith_ is now known as amrith | 13:09 | |
*** annemccormick has quit IRC | 13:10 | |
*** hshiina has joined #openstack-meeting | 13:11 | |
*** annemccormick has joined #openstack-meeting | 13:11 | |
*** mbound has joined #openstack-meeting | 13:11 | |
*** njohnston is now known as njohnston|afk | 13:11 | |
*** aimon has joined #openstack-meeting | 13:12 | |
*** Julien-zte has joined #openstack-meeting | 13:13 | |
*** mbound has quit IRC | 13:13 | |
*** mbound has joined #openstack-meeting | 13:13 | |
*** mriedem has joined #openstack-meeting | 13:14 | |
*** julim has joined #openstack-meeting | 13:14 | |
*** mrmartin has joined #openstack-meeting | 13:15 | |
*** shaohe_feng has quit IRC | 13:16 | |
*** yamahata has joined #openstack-meeting | 13:16 | |
*** aimon has quit IRC | 13:16 | |
*** shaohe_feng has joined #openstack-meeting | 13:17 | |
*** rderose has joined #openstack-meeting | 13:17 | |
*** nadya has joined #openstack-meeting | 13:17 | |
*** anteaya has joined #openstack-meeting | 13:18 | |
*** liamji has quit IRC | 13:20 | |
*** stanchan has quit IRC | 13:22 | |
*** zeih has quit IRC | 13:22 | |
*** eharney has joined #openstack-meeting | 13:24 | |
*** stanchan has joined #openstack-meeting | 13:24 | |
*** e0ne has quit IRC | 13:25 | |
*** shaohe_feng has quit IRC | 13:26 | |
*** Drankis has joined #openstack-meeting | 13:26 | |
*** lblanchard has joined #openstack-meeting | 13:27 | |
*** shaohe_feng has joined #openstack-meeting | 13:27 | |
*** e0ne has joined #openstack-meeting | 13:27 | |
*** xingchao has quit IRC | 13:30 | |
*** noslzzp has quit IRC | 13:30 | |
*** noslzzp has joined #openstack-meeting | 13:30 | |
*** xyang1 has joined #openstack-meeting | 13:31 | |
*** xingchao has joined #openstack-meeting | 13:32 | |
*** zeih has joined #openstack-meeting | 13:34 | |
*** crinkle has quit IRC | 13:35 | |
*** henrynash has joined #openstack-meeting | 13:36 | |
*** crinkle has joined #openstack-meeting | 13:36 | |
*** shaohe_feng has quit IRC | 13:36 | |
*** xingchao has quit IRC | 13:37 | |
*** bill_az has joined #openstack-meeting | 13:37 | |
*** Niham has joined #openstack-meeting | 13:37 | |
*** shaohe_feng has joined #openstack-meeting | 13:37 | |
*** Niham has quit IRC | 13:38 | |
*** rbak has quit IRC | 13:38 | |
*** hdaniel has quit IRC | 13:38 | |
*** ljxiash has quit IRC | 13:39 | |
*** markus_z has joined #openstack-meeting | 13:40 | |
*** ljxiash has joined #openstack-meeting | 13:41 | |
*** tonytan4ever has joined #openstack-meeting | 13:41 | |
*** mrmartin has quit IRC | 13:42 | |
*** dane_leblanc has joined #openstack-meeting | 13:43 | |
*** nadya_ has joined #openstack-meeting | 13:43 | |
*** nadya has quit IRC | 13:45 | |
*** roxanaghe has joined #openstack-meeting | 13:45 | |
*** ljxiash has quit IRC | 13:45 | |
*** ljxiash has joined #openstack-meeting | 13:46 | |
*** shaohe_feng has quit IRC | 13:46 | |
*** nadya has joined #openstack-meeting | 13:47 | |
*** shaohe_feng has joined #openstack-meeting | 13:47 | |
*** nadya_ has quit IRC | 13:49 | |
*** roxanaghe has quit IRC | 13:49 | |
*** Poornima has quit IRC | 13:49 | |
*** jmckind has joined #openstack-meeting | 13:50 | |
*** ljxiash has quit IRC | 13:50 | |
*** ljxiash has joined #openstack-meeting | 13:51 | |
*** jaugustine has joined #openstack-meeting | 13:51 | |
*** diana_clarke has joined #openstack-meeting | 13:51 | |
*** nadya has quit IRC | 13:51 | |
*** nadya_ has joined #openstack-meeting | 13:52 | |
*** rlrossit has joined #openstack-meeting | 13:52 | |
*** takashin has joined #openstack-meeting | 13:52 | |
*** rbak has joined #openstack-meeting | 13:53 | |
*** ljxiash_ has joined #openstack-meeting | 13:54 | |
*** mrmartin has joined #openstack-meeting | 13:55 | |
*** ljxiash has quit IRC | 13:55 | |
*** shaohe_feng has quit IRC | 13:57 | |
*** bill_az has quit IRC | 13:57 | |
*** bill_az has joined #openstack-meeting | 13:57 | |
*** ametts has joined #openstack-meeting | 13:57 | |
*** lyarwood_ has joined #openstack-meeting | 13:57 | |
*** shaohe_feng has joined #openstack-meeting | 13:58 | |
*** longxiongqiu has quit IRC | 13:58 | |
*** spotz_zzz is now known as spotz | 13:58 | |
*** gibi has joined #openstack-meeting | 13:59 | |
*** emagana has joined #openstack-meeting | 13:59 | |
* bauzas refuels coffee | 13:59 | |
bauzas | 10 secs for that | 13:59 |
*** gagehugo has joined #openstack-meeting | 14:00 | |
mriedem | #startmeeting nova | 14:00 |
openstack | Meeting started Thu Jun 2 14:00:11 2016 UTC and is due to finish in 60 minutes. The chair is mriedem. Information about MeetBot at http://wiki.debian.org/MeetBot. | 14:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 14:00 |
*** openstack changes topic to " (Meeting topic: nova)" | 14:00 | |
openstack | The meeting name has been set to 'nova' | 14:00 |
markus_z | o/ | 14:00 |
alaski | o/ | 14:00 |
*** mrmartin has quit IRC | 14:00 | |
*** andrearosa has joined #openstack-meeting | 14:00 | |
takashin | o/ | 14:00 |
lyarwood_ | o/ | 14:00 |
diana_clarke | o/ | 14:00 |
diga | o/ | 14:00 |
* kashyap waves | 14:00 | |
gagehugo | woo | 14:00 |
andrearosa | hi | 14:00 |
lbeliveau | o/ | 14:00 |
*** jonaspf has joined #openstack-meeting | 14:00 | |
ametts | o/ | 14:00 |
scottda | hi | 14:00 |
rlrossit | o/ | 14:00 |
hshiina | o/ | 14:00 |
*** Hosam has quit IRC | 14:00 | |
dansmith | ohai | 14:00 |
bauzas | \o | 14:00 |
mriedem | #link agenda https://wiki.openstack.org/wiki/Meetings/Nova | 14:00 |
gibi | o/ | 14:01 |
*** Hosam has joined #openstack-meeting | 14:01 | |
mriedem | missing some people but i don't want to ping, so let's get started | 14:01 |
mriedem | #topic release news | 14:01 |
*** openstack changes topic to "release news (Meeting topic: nova)" | 14:01 | |
*** sacharya has joined #openstack-meeting | 14:01 | |
mriedem | #link Newton release schedule: https://wiki.openstack.org/wiki/Nova/Newton_Release_Schedule | 14:01 |
mriedem | #info June 2 (today): newton-1, non-priority spec approval freeze | 14:01 |
sdague | o/ | 14:02 |
mriedem | so today is going to be n-1, i or bauzas will push that up to the releases repo after this meeting | 14:02 |
mriedem | today is also the last day before non-priority spec approval freeze | 14:02 |
*** sams-gleb has quit IRC | 14:02 | |
mriedem | so i plan on spending what time i have in between meetings doing spec reviews on things that are already close to being approved | 14:02 |
*** sams-gleb has joined #openstack-meeting | 14:03 | |
mriedem | any questions about that? | 14:03 |
bauzas | what are we doing at the end of that day ? :) | 14:03 |
mriedem | #topic bugs | 14:03 |
*** openstack changes topic to "bugs (Meeting topic: nova)" | 14:03 | |
bauzas | stop accepting specs for those which aren't prio ? :) | 14:03 |
mriedem | bauzas: i thought about that yesterday, in the past we haven't -2d anything i don't think | 14:03 |
bauzas | sorry for rushing into an open door... | 14:03 |
mriedem | bauzas: yeah i think it's just the nova-specs core team stops approving things | 14:03 |
*** PaulMurray has joined #openstack-meeting | 14:04 | |
mriedem | procedural -2 on 100+ specs isn't going to be fun | 14:04 |
PaulMurray | o/ | 14:04 |
mriedem | we just stop approving | 14:04 |
*** syjulian has joined #openstack-meeting | 14:04 | |
*** obondarev has quit IRC | 14:04 | |
markus_z | #info no criticals, 43 untriaged bugs | 14:04 |
*** longxiongqiu has joined #openstack-meeting | 14:05 | |
bauzas | mriedem: I'm fine with that, we can still review, just preventing those to be merged | 14:05 |
markus_z | bauzas solved the one crit from Monday | 14:05 |
mriedem | oslo.i18n something or other? | 14:05 |
mriedem | i saw that in the ML | 14:05 |
bauzas | not really | 14:05 |
*** ayoung has joined #openstack-meeting | 14:05 | |
bauzas | a cinderclient | 14:05 |
sdague | mriedem: it's going to be super hard to find the specs that are still active if there isn't some review marking on them | 14:05 |
*** cdent has joined #openstack-meeting | 14:05 | |
*** Hosam has quit IRC | 14:05 | |
bauzas | cinderclient was just redefining the locales :) | 14:05 |
*** sacharya has quit IRC | 14:06 | |
mriedem | sdague: do you have any suggestions besides global -2? | 14:06 |
*** aimon has joined #openstack-meeting | 14:06 | |
sdague | mriedem: nope | 14:06 |
*** Na3iL has joined #openstack-meeting | 14:06 | |
mriedem | once we get the specs repo setup for ocata then people can move them | 14:06 |
mriedem | but historically that doesn't happen until after the midcycle | 14:06 |
*** nadya_ has quit IRC | 14:07 | |
sdague | danpb has a review up for it already | 14:07 |
mriedem | fwiw i'm fine with blanket -2 until ocata specs open up | 14:07 |
*** yamamoto has joined #openstack-meeting | 14:07 | |
sdague | https://review.openstack.org/#/c/324397/ | 14:07 |
*** shaohe_feng has quit IRC | 14:07 | |
dansmith | people can submit against ocata without any sort of formal opening | 14:07 |
mriedem | so filter out open specs which aren't in the specs/newton/approved dir | 14:08 |
mriedem | in gerrit | 14:08 |
*** shaohe_feng has joined #openstack-meeting | 14:08 | |
* bauzas shrugs | 14:08 | |
dansmith | after today, | 14:08 |
sdague | mriedem: sure, that's fine. | 14:08 |
*** thatsdone has joined #openstack-meeting | 14:08 | |
dansmith | we're mostly going to be doing targeted reviews of specs that are for prios, right? | 14:08 |
mriedem | yes | 14:08 |
dansmith | so I would expect that means that: | 14:08 |
mriedem | which is why i'm not really concerned | 14:08 |
dansmith | we don't go trolling through gerrit looking for them, | 14:08 |
*** nadya has joined #openstack-meeting | 14:08 | |
*** Masanoru has joined #openstack-meeting | 14:08 | |
* alex_xu waves late | 14:08 | |
dansmith | but instead are using a prio list or pings from subteam people to get those things reviewed | 14:09 |
mriedem | dansmith: yes that's what i expect | 14:09 |
*** longxiongqiu has quit IRC | 14:09 | |
*** edtubill has joined #openstack-meeting | 14:09 | |
mriedem | if they are priority they will be brought up | 14:09 |
dansmith | so -2ing them doesn't seem that important as long as we have consistent understanding across reviewers | 14:09 |
mriedem | in other words, i'm not goin to be looking for things in nova-specs until ocata opens up | 14:09 |
dansmith | aye | 14:09 |
*** masanori has joined #openstack-meeting | 14:09 | |
sdague | ok | 14:09 |
bauzas | we can just -2 and ask the subteam to claim un--2'ing if they think it's a prio | 14:09 |
mriedem | people can move them to ocata, but i don't want them thinking they can ping for reviews | 14:10 |
dansmith | bauzas: that's the opposite of what I just said i think | 14:10 |
*** xingchao has joined #openstack-meeting | 14:10 | |
*** asingh has joined #openstack-meeting | 14:10 | |
bauzas | either way, I'm not super convinced, your call | 14:10 |
mriedem | how about we table it for after the meeting and i'll send the decision to the dev list afterward? | 14:10 |
*** aimon has quit IRC | 14:11 | |
mriedem | #action mriedem to send an email to the dev list about what people should do or expect with non-priority specs that missed the deadline for newton | 14:11 |
mriedem | so bugs :) | 14:11 |
*** emagana has quit IRC | 14:11 | |
mriedem | 43 is quite a few new untriaged bugs | 14:11 |
sdague | 46 | 14:12 |
mriedem | that list is better <20 | 14:12 |
*** links has quit IRC | 14:12 | |
mriedem | #help need help with bug triage https://goo.gl/sB9QgZ | 14:12 |
*** emagana has joined #openstack-meeting | 14:13 | |
*** claudiub has quit IRC | 14:13 | |
mriedem | but nothing holding up n-1 | 14:13 |
mriedem | so we'll still do that today | 14:13 |
*** bobh has joined #openstack-meeting | 14:13 | |
*** amitgandhinz has quit IRC | 14:13 | |
mriedem | gate status seems to be ok | 14:13 |
bauzas | it was a bit funky by monday | 14:13 |
mriedem | http://status.openstack.org//elastic-recheck/data/uncategorized.html is mostly unusable now | 14:13 |
bauzas | folks, just don't take vacations | 14:13 |
mriedem | :( | 14:13 |
*** emagana has quit IRC | 14:14 | |
mriedem | third party ci status - any news from anyone here? | 14:14 |
mriedem | i saw something in the ML about nfv ci | 14:14 |
mriedem | failing shelve tests | 14:14 |
mriedem | jaypipes: did anyone make any progress on sorting that out? i saw the tests were just disabled | 14:14 |
*** emagana has joined #openstack-meeting | 14:14 | |
bauzas | citrix CI was a bit unhappy too, but that seems to be solved | 14:14 |
*** emagana has quit IRC | 14:14 | |
*** emagana has joined #openstack-meeting | 14:15 | |
mriedem | alright, anyway, sounds like a legit bug that the intel NFV CI found | 14:15 |
mriedem | with cpu pinning and shelve/unshelve | 14:15 |
* mriedem hopes someone that cares about that is working on a fix | 14:15 | |
mriedem | #topic reminders | 14:16 |
*** openstack changes topic to "reminders (Meeting topic: nova)" | 14:16 | |
mriedem | #link Newton review focus list: https://etherpad.openstack.org/p/newton-nova-priorities-tracking | 14:16 |
mriedem | We have 73 approved blueprints: https://blueprints.launchpad.net/nova/newton - 7 are completed, 9 have not started, 3 are blocked | 14:16 |
lbeliveau | I know moshele wanted to have a look, I guess we'll take care of it | 14:16 |
mriedem | lbeliveau: ok | 14:16 |
*** yamamoto has quit IRC | 14:16 | |
mriedem | so we have a lot of approved blueprints already - keep that in mind before requesting exceptions | 14:17 |
mriedem | nova-specs cores: when you approve a spec, remember to approve the blueprint in launchpad; blueprint owners: ping someone from the nova-specs core team if you have a spec approved but the blueprint is not yet approved. | 14:17 |
*** woodster_ has joined #openstack-meeting | 14:17 | |
*** shaohe_feng has quit IRC | 14:17 | |
*** xingchao has quit IRC | 14:17 | |
mriedem | i've noticed several specs that are approved but the bits in LP aren't adjusted like the target series or marking it approved, those things generally get sorted out when reviewing the code, but it'd be better to avoid that | 14:17 |
mriedem | #help https://wiki.openstack.org/wiki/Nova/BugTriage#Weekly_bug_skimming_duty Volunteers for 1 week of bug skimming duty? | 14:18 |
mriedem | looks like we have people for this week and next | 14:18 |
diga | mriedem: Hi, I have registered new BP - https://blueprints.launchpad.net/nova/+spec/display-host-hypervisor-numa-topology | 14:18 |
*** shaohe_feng has joined #openstack-meeting | 14:18 | |
mriedem | diga: this isn't the time to bring that up | 14:18 |
mriedem | wait for open discussion | 14:18 |
diga | okay | 14:18 |
*** zz_dimtruck is now known as dimtruck | 14:19 | |
mriedem | moving on | 14:19 |
*** fwdit has quit IRC | 14:19 | |
mriedem | #topic stable branch status | 14:19 |
*** openstack changes topic to "stable branch status (Meeting topic: nova)" | 14:19 | |
mriedem | #info We'll be pushing a release request for liberty and mitaka today or early next week. Ping someone from the nova-stable-maint team if you need to get something into that release. | 14:19 |
*** ayoung has quit IRC | 14:19 | |
*** nadya has quit IRC | 14:19 | |
*** nadya has joined #openstack-meeting | 14:20 | |
mriedem | i'll probably do a pass through stable branch reviews tomorrow | 14:20 |
mriedem | there are a few for liberty | 14:20 |
mriedem | there are a lot for mitaka | 14:20 |
mriedem | but we can begin -2ing liberty things that aren't security or critical regressions | 14:20 |
*** banix has joined #openstack-meeting | 14:20 | |
*** rbowen has joined #openstack-meeting | 14:20 | |
mriedem | #topic subteam highlights | 14:20 |
*** openstack changes topic to "subteam highlights (Meeting topic: nova)" | 14:20 | |
mriedem | alaski: any highlights from the cells v2 meeting? | 14:21 |
alaski | not much to note this week. work is progressing on multiple fronts | 14:21 |
*** edtubill has quit IRC | 14:21 | |
alaski | mostly around db migrations | 14:21 |
*** edtubill has joined #openstack-meeting | 14:21 | |
mriedem | ok, good | 14:21 |
mriedem | anything else? | 14:21 |
alaski | there was talk of proposing a change to instance tags | 14:21 |
*** asingh has quit IRC | 14:21 | |
*** dmacpher has joined #openstack-meeting | 14:22 | |
alaski | but that's not up yet | 14:22 |
*** asingh has joined #openstack-meeting | 14:22 | |
alaski | that's it | 14:22 |
*** ljxiash has joined #openstack-meeting | 14:22 | |
mriedem | ok, thanks | 14:22 |
mriedem | edleafe: highlights from the scheduler meeting? | 14:22 |
dansmith | alaski: not much to note? the patches to move inventory to the api db merged | 14:22 |
dansmith | that was like almost then end of me, frustration-wise :D | 14:22 |
*** ljxiash_ has quit IRC | 14:23 | |
*** longxiongqiu has joined #openstack-meeting | 14:23 | |
alaski | dansmith: it wasn't mentioned in the meeting though, so it didn't count :) | 14:23 |
bauzas | dansmith: we should see what's next to review :) | 14:23 |
bauzas | alaski: I did :p | 14:23 |
dansmith | alaski: but I was pulled off on something else and couldn't! but but! | 14:23 |
bauzas | alaski: but you didn't followed up | 14:23 |
alaski | bauzas: ahh, okay | 14:23 |
mriedem | so much love and thanks to dansmith for a herculian effort there | 14:24 |
alaski | dansmith: it was a huge step forward, yes | 14:24 |
*** banix_ has joined #openstack-meeting | 14:24 | |
mriedem | was there a scheduler meeting this week? | 14:24 |
*** yamamoto has joined #openstack-meeting | 14:24 | |
mriedem | cdent: edleafe: bauzas: jaypipes: ? | 14:24 |
bauzas | mriedem: yup | 14:24 |
diana_clarke | edleafe is at pycon | 14:24 |
cdent | I was not in attendance (monday holiday) | 14:25 |
mriedem | bauzas: anything you want to mention? | 14:25 |
*** longxiongqiu has quit IRC | 14:25 | |
mriedem | i saw cdent's email in the dev list about sticky wickets | 14:25 |
bauzas | mriedem: oh no, nevermind, my brain confused me | 14:25 |
mriedem | haven't read the full response from jay | 14:25 |
*** longxiongqiu has joined #openstack-meeting | 14:25 | |
bauzas | monday was a day off | 14:25 |
mriedem | ok, moving on then | 14:26 |
bauzas | for UK and US + pytohn | 14:26 |
bauzas | pycon | 14:26 |
cdent | mriedem: we figured out more stick wickets yesterday in conversation with the ever suffering dansmith | 14:26 |
*** liamji has joined #openstack-meeting | 14:26 | |
cdent | jay has a summarizing email in progress (he said earlier today) | 14:26 |
mriedem | ok | 14:26 |
dansmith | I should get an oil painting of myself struggling to hold up the entire world | 14:26 |
mriedem | baremetal sticky wickets? | 14:26 |
*** claudiub has joined #openstack-meeting | 14:26 | |
mriedem | dansmith: new friday nick is john galt | 14:26 |
cdent | mriedem: no, the baremetal stuff is yet other wickets | 14:26 |
dansmith | to match my impression of my heroism | 14:26 |
dansmith | mriedem: heh, nice | 14:26 |
mriedem | ok moving on | 14:27 |
mriedem | PaulMurray: live migration highlights? if there was a meeting | 14:27 |
PaulMurray | The main talking point was around new version of libvirt not working with gate64 cpu model used in CI | 14:27 |
*** dmorita has joined #openstack-meeting | 14:27 | |
PaulMurray | sdague, tdurakov danpb did something about it | 14:27 |
*** banix has quit IRC | 14:27 | |
*** ljxiash has quit IRC | 14:27 | |
mriedem | yup, should be fixed now, and the nova change was backported to mitaka | 14:27 |
PaulMurray | since | 14:27 |
*** bswartz has quit IRC | 14:27 | |
*** shaohe_feng has quit IRC | 14:27 | |
*** banix has joined #openstack-meeting | 14:27 | |
PaulMurray | There was also a discussion kicked off about state machines | 14:28 |
sdague | mriedem: the backport still needs to be approved | 14:28 |
mriedem | sdague: as does the d-g change https://review.openstack.org/#/c/320925/ | 14:28 |
sdague | it failed unit tests on the first go | 14:28 |
*** Julien-zte has quit IRC | 14:28 | |
*** shaohe_feng has joined #openstack-meeting | 14:28 | |
mriedem | i haven't gotten to the dev list thread on the state machine thing | 14:29 |
PaulMurray | there is a spec by tangchen | 14:29 |
PaulMurray | proposing a state machine for migration status | 14:29 |
*** asingh has quit IRC | 14:29 | |
PaulMurray | I think the conclusions is everyone likes the idea | 14:29 |
PaulMurray | but it needs more thought | 14:30 |
PaulMurray | and seperation from status given in API | 14:30 |
*** banix_ has quit IRC | 14:30 | |
PaulMurray | so spec is not approved as of now | 14:30 |
mriedem | maybe something for the midcycle | 14:30 |
*** cbader has quit IRC | 14:30 | |
PaulMurray | I think so, worth pursuing | 14:30 |
PaulMurray | in some form | 14:30 |
alaski | +1 | 14:30 |
mriedem | so given the risk and complexity involved, i'm thinking it's a no go for newton, | 14:31 |
mriedem | discuss at the midcycle in detail, | 14:31 |
mriedem | then shoot for ocata | 14:31 |
sdague | mriedem: ++ agree | 14:31 |
sdague | as we want to make sure we've all thought it through before we potentially change what the users see | 14:31 |
PaulMurray | that's it (appart from usual progress on image cache backend etc) | 14:31 |
PaulMurray | I think there are upgrade issues as well that aren't called out | 14:32 |
mriedem | goody | 14:32 |
mriedem | ok, thanks paul | 14:32 |
mriedem | sdague: alex_xu: api meeting highlights? | 14:32 |
*** dmorita has quit IRC | 14:32 | |
sdague | the v2 legacy code just got deleted | 14:33 |
mriedem | \o/ | 14:33 |
alex_xu | yes \o/ | 14:33 |
mriedem | oomichi: thanks for working on that | 14:33 |
*** ljxiash has joined #openstack-meeting | 14:33 | |
sdague | also we talked about the user_id policy work around quite a bit | 14:34 |
sdague | https://review.openstack.org/#/c/324068/ is the spec that emerged from that | 14:34 |
*** ajmiller has joined #openstack-meeting | 14:35 | |
*** amotoki has joined #openstack-meeting | 14:35 | |
mriedem | ok, that falls into the priority camp | 14:35 |
sdague | at slow but steady progress on the api-ref updates - http://burndown.dague.org/ | 14:35 |
mriedem | so not restricted to the deadline today | 14:35 |
*** ayoung has joined #openstack-meeting | 14:35 | |
sdague | I think that's about it | 14:36 |
mriedem | ok, and we have consensus on limit/marker specs in the dev list | 14:36 |
mriedem | so that's good | 14:36 |
mriedem | and a few approved for adding those | 14:36 |
sdague | yep | 14:36 |
mriedem | ok thanks | 14:37 |
mriedem | lbeliveau: pci/sriov meeting highlights? | 14:37 |
lbeliveau | we are closing on resize bug https://review.openstack.org/#/c/307124/19 | 14:37 |
lbeliveau | jaypipes and dansmith are reviewing | 14:37 |
lbeliveau | cold migration fix was redesigned based on resize patch https://review.openstack.org/#/c/242573/21 | 14:37 |
lbeliveau | that's it | 14:37 |
*** shaohe_feng has quit IRC | 14:38 | |
*** banix_ has joined #openstack-meeting | 14:38 | |
mriedem | ok, let's make sure those are in the newton review priorities etherpad | 14:38 |
mriedem | thanks for the focus there | 14:38 |
*** shaohe_feng has joined #openstack-meeting | 14:38 | |
*** ajmiller_ has quit IRC | 14:38 | |
mriedem | gibi: notifications meeting highlights? | 14:38 |
lbeliveau | I'll put them in the etherpad | 14:38 |
*** banix has quit IRC | 14:39 | |
*** banix_ is now known as banix | 14:39 | |
gibi | so regarding notifications I have 4 things | 14:39 |
gibi | transformation spec merged, code is under subteam review | 14:39 |
gibi | #link https://review.openstack.org/#/q/branch:master+topic:bp/versioned-notification-transformation-newton | 14:39 |
gibi | json schema generation spec merged in oslo, implementation ongoing | 14:39 |
gibi | #link https://review.openstack.org/#/c/318950/ | 14:39 |
gibi | I've create a wiki listing every notification that needs to be transformed, with some instructions how to get started. | 14:39 |
gibi | #link https://wiki.openstack.org/wiki/Nova/VersionedNotificationTransformation | 14:39 |
gibi | I will post it to ML later today | 14:39 |
mriedem | gibi: hook up with auggy on that | 14:39 |
mriedem | sounds like low hanging fruit that can get worked into anything she's doing with mentoring stuff | 14:40 |
gibi | yes, half of the them are low hanging. I will ping auggy | 14:40 |
gibi | johnthetubaguy introduced some OSIC people on the subteam meeting. They are eager to help with the transformation. | 14:40 |
mriedem | ok, cool | 14:40 |
gibi | and the last thing | 14:41 |
mriedem | and yeah advertizing in the ML is a good idea | 14:41 |
gibi | There is one spec close to merge (already has +2) about transforming and enhancing keypair notifications: #link https://review.openstack.org/#/c/300942/ Versioned notification for keypairs | 14:41 |
gibi | besides that notifications are in good shape for n-1 | 14:41 |
mriedem | gibi: ok, would be good to see +1s from the notifications subteam on that spec | 14:41 |
gibi | mriedem: ok | 14:42 |
rlrossit | added myself to take a look later today | 14:42 |
*** mtanino has joined #openstack-meeting | 14:42 | |
mriedem | thanks guys | 14:42 |
mriedem | #topic stuck reviews | 14:42 |
*** openstack changes topic to "stuck reviews (Meeting topic: nova)" | 14:42 | |
gibi | that's it | 14:42 |
*** rlrossit has quit IRC | 14:42 | |
mriedem | there was nothing on the agenda for stuck reviews | 14:42 |
mriedem | there is a thing in the ML about exposing quiesce in the API | 14:43 |
mriedem | my feeling is that's not going to make newton | 14:43 |
mriedem | #topic open discussion | 14:43 |
*** openstack changes topic to "open discussion (Meeting topic: nova)" | 14:43 | |
lyarwood_ | https://review.openstack.org/#/q/topic:bp/virt-rescue-stable-disk-devices+status:open if people have time but it's really low prio given n-1 | 14:43 |
* alaski has a thing for open discussion (instance-tags) | 14:43 | |
mriedem | lyarwood_: was just waiting for push that this whole time | 14:43 |
*** yamamoto has quit IRC | 14:43 | |
mriedem | s/for/to/ | 14:43 |
lyarwood_ | mriedem: waiting to hit return ;) | 14:44 |
mriedem | ok there are things in the agenda so let's hit those first | 14:44 |
mriedem | Spec libvirt-virtlogd: https://review.openstack.org/#/c/234291/ approval for Newton? Part of the needed change set is already up: https://review.openstack.org/#/c/323759/ | 14:44 |
mriedem | markus_z: ^ ? | 14:44 |
markus_z | yep, mine | 14:44 |
*** david-lyle has joined #openstack-meeting | 14:44 | |
mriedem | markus_z: i think you can just push a new patch set to address danpb's comment | 14:44 |
mriedem | should be a quick +W from danpb and sdague then | 14:45 |
*** devananda has quit IRC | 14:45 | |
markus_z | OK, will do that | 14:45 |
sdague | it also will provide a fix for mikal's 4 year old bug | 14:45 |
*** timcline has joined #openstack-meeting | 14:45 | |
sdague | so... yay for that | 14:45 |
*** roxanaghe has joined #openstack-meeting | 14:45 | |
mriedem | Specless BP for ironic trigger crash dump (inject NMI): https://blueprints.launchpad.net/nova/+spec/inject-nmi-ironic (hshiina) | 14:46 |
mriedem | Nova spec got a comment "this could be specless blueprint." from johnthetubaguy. https://review.openstack.org/#/c/229322/ | 14:46 |
mriedem | Ironic SPEC got a +2 once, expected to be merged soon. https://review.openstack.org/#/c/186700/ | 14:46 |
mriedem | so johnthetubaguy probably said specless bp since it's just virt driver feature parity | 14:46 |
mriedem | i haven't read the spec, looks like it has a dependency on ironic | 14:46 |
alaski | if it's just implementing an existing virt driver method specless seems appropriate to me | 14:47 |
*** cdelatte has quit IRC | 14:47 | |
hshiina | yes, just implement driver method | 14:47 |
mriedem | yeah i'm fine with that - the dependency with ironic is what's going to hold it up | 14:48 |
mriedem | hshiina: please make sure the blueprint in launchpad shows the dependency on the ironic bp | 14:48 |
*** shaohe_feng has quit IRC | 14:48 | |
hshiina | sure | 14:48 |
mriedem | i'll try to get to that one today to let you know for sure on specless | 14:49 |
mriedem | next item | 14:49 |
*** shaohe_feng has joined #openstack-meeting | 14:49 | |
mriedem | Specless BP for ironic soft reboot: https://blueprints.launchpad.net/nova/+spec/soft-reboot-poweroff (hshiina) | 14:49 |
mriedem | It depends on the same Ironic SPEC as crash dump one. | 14:49 |
hshiina | it is a similar one. | 14:49 |
mriedem | yeah, virt driver feature parity | 14:49 |
*** sams-gleb has quit IRC | 14:49 | |
mriedem | ok, i think that will probably be a trivial specless bp approval | 14:50 |
*** roxanaghe has quit IRC | 14:50 | |
mriedem | just need to add the dep to the ironic bp in launchpad | 14:50 |
alaski | seems fine to me | 14:50 |
*** asingh has joined #openstack-meeting | 14:51 | |
hshiina | ok. i will update the BPs | 14:51 |
mriedem | Specless BP for ironic boot from volume: https://blueprints.launchpad.net/nova/+spec/ironic-boot-from-volume (hshiina) | 14:51 |
*** bswartz has joined #openstack-meeting | 14:51 | |
*** idegtiarov has joined #openstack-meeting | 14:51 | |
mriedem | This BP can be specless. http://eavesdrop.openstack.org/irclogs/%23openstack-nova/%23openstack-nova.2015-12-07.log.html#t2015-12-07T11:43:41 | 14:51 |
*** aimon has joined #openstack-meeting | 14:51 | |
mriedem | "johnthetubaguysmoriya_: we need the ironic spec to merge, before we can approve the blueprint" | 14:52 |
hshiina | it is another feature. it also depneds on ironic. | 14:52 |
mriedem | depends on https://review.openstack.org/#/c/200496/ which has a +2 but a couple of -1s | 14:52 |
*** rena9067 has joined #openstack-meeting | 14:52 | |
*** xinwu has joined #openstack-meeting | 14:53 | |
*** vgridnev_ has joined #openstack-meeting | 14:53 | |
mriedem | hshiina: i think you can consider it soft approved for nova but it's contingent on the ironic spec/bp being approved | 14:53 |
mriedem | so the code won't land in nova until those happen in ironic | 14:53 |
*** vgridnev_ has quit IRC | 14:53 | |
*** claudiub|2 has joined #openstack-meeting | 14:53 | |
mriedem | i'd expect to also see ironic CI jobs testing these features when they are available | 14:53 |
mriedem | before we merge the code in nova | 14:53 |
sdague | and it's not a priority for nova, so the clock is ticking, as it has to be in by N2 | 14:54 |
mriedem | right | 14:54 |
mriedem | #action mriedem to go back through hshiina's specless ironic blueprints | 14:54 |
mriedem | ok, that's it for what's on the agenda, alaski you had something? | 14:54 |
alaski | yep | 14:54 |
hshiina | thanks for considering | 14:55 |
alaski | so while working on cellsv2 I found that instance tags can be set at any point in the instance lifecycle, including before scheduling | 14:55 |
*** ajmiller has quit IRC | 14:55 | |
alaski | this poses a challenge for cells where there is no actual instance before scheduling | 14:55 |
alaski | and will pose a later challenge for scheduling work which was planning to rely on instance tags | 14:55 |
*** claudiub has quit IRC | 14:56 | |
alaski | these tags are the only thing that can be set on an instance before it reaches an active state, except for lock status | 14:56 |
diga | mriedem: https://blueprints.launchpad.net/nova/+spec/display-host-hypervisor-numa-topology, can we discuss on this ? | 14:56 |
*** devananda has joined #openstack-meeting | 14:56 | |
alaski | I would like to require active status before allowing tags to be set | 14:56 |
mriedem | diga: in a sec | 14:56 |
diga | ok | 14:56 |
dansmith | alaski: and later maybe allow tags in the boot command itself, right? | 14:57 |
mriedem | as noted in the cells meeting yesterday, i think we can fix the instance tags thing with a bug fix | 14:57 |
alaski | dansmith: yes, exactly | 14:57 |
*** zhurong has quit IRC | 14:57 | |
*** andreykurilin__ has joined #openstack-meeting | 14:57 | |
mriedem | passing tags on boot is an api change which requires a spec | 14:57 |
dansmith | I'm +1 on this idea | 14:57 |
dansmith | yeah | 14:57 |
mriedem | so separate, but both are good | 14:57 |
*** sams-gleb has joined #openstack-meeting | 14:57 | |
*** zhonghua is now known as zhonghua-lee | 14:57 | |
mtanino | Anyone give me a feedback for this? https://blueprints.launchpad.net/nova/+spec/virt-image-props-boot-override-via-flavor | 14:57 |
mriedem | but i think we can bug fix the immediate cells blocker | 14:57 |
dansmith | yep | 14:57 |
alaski | okay, we'll propose the change then | 14:57 |
mriedem | the royal we? | 14:58 |
alaski | heh, yeah | 14:58 |
mriedem | diga: go | 14:58 |
diga | okay | 14:58 |
mriedem | we have <2 minutes | 14:58 |
*** zeih has quit IRC | 14:58 | |
*** shaohe_feng has quit IRC | 14:58 | |
*** jckasper has quit IRC | 14:58 | |
mriedem | diga: it's an api change so it requires a spec | 14:58 |
*** shaohe_feng has joined #openstack-meeting | 14:58 | |
diga | I proposed this BP, but It is something we need in the host details | 14:58 |
*** Leo_ has joined #openstack-meeting | 14:58 | |
mriedem | this isn't going to make newton | 14:58 |
diga | okay | 14:58 |
*** yamamoto has joined #openstack-meeting | 14:58 | |
mriedem | diga: all api changes require a spec | 14:59 |
*** ajmiller has joined #openstack-meeting | 14:59 | |
diga | okay | 14:59 |
mriedem | so work on that, but it will be targeted for ocata | 14:59 |
diga | I will submit the spec | 14:59 |
*** mickeys has joined #openstack-meeting | 14:59 | |
mriedem | thanks | 14:59 |
diga | sure | 14:59 |
*** jckasper has joined #openstack-meeting | 14:59 | |
eliqiao | mriedem: can we discuss this https://review.openstack.org/#/c/319513/9/specs/newton/approved/libvirt-perf-support.rst | 14:59 |
mriedem | mtanino: anything with extra specs at this point should be worked with the scheduler subteam | 14:59 |
*** galstrom_zzz is now known as galstrom | 14:59 | |
mriedem | because of the host capabilities work that's going on there | 14:59 |
mriedem | mtanino: i'd suggest getting that as a topic in the nova scheduler subteam meeting agenda | 15:00 |
mriedem | for next week | 15:00 |
mriedem | eliqiao: we're out of time | 15:00 |
mtanino | mriedem: scheduler subteam, thanks for the advice | 15:00 |
mriedem | let's move to -nova | 15:00 |
mriedem | thanks everyone | 15:00 |
mriedem | #endmeeting | 15:00 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 15:00 | |
*** Leom has joined #openstack-meeting | 15:00 | |
eliqiao | okay | 15:00 |
openstack | Meeting ended Thu Jun 2 15:00:23 2016 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:00 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-06-02-14.00.html | 15:00 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-06-02-14.00.txt | 15:00 |
openstack | Log: http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-06-02-14.00.log.html | 15:00 |
*** gagehugo has left #openstack-meeting | 15:00 | |
*** njohnston|afk is now known as njohnston | 15:00 | |
*** takashin has left #openstack-meeting | 15:00 | |
*** lyarwood_ has left #openstack-meeting | 15:00 | |
*** csomerville has joined #openstack-meeting | 15:00 | |
*** andrearosa has left #openstack-meeting | 15:00 | |
*** pnavarro has quit IRC | 15:01 | |
*** nadya_ has joined #openstack-meeting | 15:01 | |
*** emagana has quit IRC | 15:01 | |
*** nadya has quit IRC | 15:01 | |
*** amrith is now known as _amrith_ | 15:02 | |
*** PaulMurray has left #openstack-meeting | 15:03 | |
*** emagana has joined #openstack-meeting | 15:03 | |
*** jckasper_ has joined #openstack-meeting | 15:03 | |
*** jckasper has quit IRC | 15:03 | |
*** stanchan has quit IRC | 15:03 | |
*** Leo_ has quit IRC | 15:03 | |
*** fitoduarte has quit IRC | 15:04 | |
*** jckasper has joined #openstack-meeting | 15:04 | |
*** Swanson has quit IRC | 15:07 | |
*** ildikov has quit IRC | 15:07 | |
*** vdrok-afk has quit IRC | 15:07 | |
*** zeih has joined #openstack-meeting | 15:07 | |
*** jckasper_ has quit IRC | 15:08 | |
*** patrickeast has quit IRC | 15:08 | |
*** _amrith_ is now known as amrith | 15:08 | |
*** shaohe_feng has quit IRC | 15:08 | |
*** ildikov has joined #openstack-meeting | 15:09 | |
*** asingh has quit IRC | 15:09 | |
*** patrickeast has joined #openstack-meeting | 15:09 | |
*** amrith is now known as _amrith_ | 15:09 | |
*** tellesnobrega is now known as tellesnobrega_af | 15:10 | |
*** vdrok-afk has joined #openstack-meeting | 15:10 | |
*** zeih has quit IRC | 15:11 | |
*** mriedem1 has joined #openstack-meeting | 15:11 | |
*** shaohe_feng has joined #openstack-meeting | 15:11 | |
*** syjulian has quit IRC | 15:11 | |
*** mriedem has quit IRC | 15:12 | |
*** nadya has joined #openstack-meeting | 15:13 | |
*** _amrith_ is now known as amrith | 15:14 | |
*** nadya_ has quit IRC | 15:15 | |
*** karthikp_ has joined #openstack-meeting | 15:15 | |
*** toddjohn has joined #openstack-meeting | 15:16 | |
*** dmorita has joined #openstack-meeting | 15:16 | |
*** vhoward has joined #openstack-meeting | 15:17 | |
*** asselin_ has joined #openstack-meeting | 15:17 | |
*** mriedem has joined #openstack-meeting | 15:17 | |
*** anilvenkata has quit IRC | 15:18 | |
*** whenry has joined #openstack-meeting | 15:19 | |
*** shaohe_feng has quit IRC | 15:19 | |
*** irenab has joined #openstack-meeting | 15:19 | |
*** mriedem1 has quit IRC | 15:20 | |
*** enriquetaso has joined #openstack-meeting | 15:20 | |
*** claudiub|2 has quit IRC | 15:21 | |
*** shaohe_feng has joined #openstack-meeting | 15:22 | |
*** thinrichs has joined #openstack-meeting | 15:22 | |
*** hemnafk is now known as hemna | 15:23 | |
*** obondarev has joined #openstack-meeting | 15:23 | |
*** singhj has joined #openstack-meeting | 15:28 | |
*** idegtiarov has left #openstack-meeting | 15:28 | |
*** hashar is now known as hasharAway | 15:28 | |
*** shaohe_feng has quit IRC | 15:29 | |
*** shaohe_feng has joined #openstack-meeting | 15:30 | |
*** zeih has joined #openstack-meeting | 15:30 | |
*** iyamahat has quit IRC | 15:30 | |
*** lezbar has quit IRC | 15:31 | |
*** yamahata has quit IRC | 15:31 | |
*** lezbar has joined #openstack-meeting | 15:32 | |
*** jungleboyj has joined #openstack-meeting | 15:33 | |
*** penick has quit IRC | 15:33 | |
*** zeih has quit IRC | 15:35 | |
*** obondarev has quit IRC | 15:36 | |
*** shaohe_feng has quit IRC | 15:39 | |
*** shaohe_feng has joined #openstack-meeting | 15:40 | |
*** numans has quit IRC | 15:41 | |
*** obondarev has joined #openstack-meeting | 15:42 | |
*** jamesdenton has joined #openstack-meeting | 15:43 | |
*** sridharg has quit IRC | 15:45 | |
*** andreas_s has quit IRC | 15:45 | |
*** sacharya has joined #openstack-meeting | 15:46 | |
*** sacharya has quit IRC | 15:46 | |
*** agrebennikov has joined #openstack-meeting | 15:47 | |
*** masanori has quit IRC | 15:47 | |
*** thatsdone has quit IRC | 15:47 | |
*** Masanoru has quit IRC | 15:47 | |
*** spzala has joined #openstack-meeting | 15:48 | |
*** vishnoianil has joined #openstack-meeting | 15:48 | |
*** shaohe_feng has quit IRC | 15:49 | |
*** iyamahat has joined #openstack-meeting | 15:50 | |
*** obondarev has quit IRC | 15:50 | |
*** itzdilip has joined #openstack-meeting | 15:50 | |
*** shaohe_feng has joined #openstack-meeting | 15:50 | |
*** yamahata has joined #openstack-meeting | 15:52 | |
*** Apoorva has joined #openstack-meeting | 15:52 | |
*** eharney has quit IRC | 15:53 | |
*** iyamahat has quit IRC | 15:54 | |
*** lblanchard has quit IRC | 15:55 | |
*** eharney has joined #openstack-meeting | 15:55 | |
*** matrohon has quit IRC | 15:57 | |
*** zeih has joined #openstack-meeting | 15:58 | |
*** tesseract- has quit IRC | 15:59 | |
*** shaohe_feng has quit IRC | 16:00 | |
emagana | startmeeting networking-guide | 16:00 |
*** shaohe_feng has joined #openstack-meeting | 16:00 | |
*** hshiina has quit IRC | 16:00 | |
emagana | #startmeeting networking-guide | 16:01 |
openstack | Meeting started Thu Jun 2 16:01:09 2016 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 |
emagana | Hello All! | 16:01 |
emagana | Do we have an audience today? | 16:01 |
*** ljxiash has quit IRC | 16:01 | |
*** rcernin has quit IRC | 16:01 | |
*** karthikp_ has quit IRC | 16:02 | |
*** lblanchard has joined #openstack-meeting | 16:02 | |
*** fnaval has joined #openstack-meeting | 16:02 | |
*** karthikp_ has joined #openstack-meeting | 16:02 | |
emagana | My report for the record: | 16:03 |
*** zeih has quit IRC | 16:03 | |
emagana | I have updated the guide with DHCP HA details and I am planing to work on the Neutron Architecture details that have been missing for a while. | 16:03 |
emagana | If we do no have anyone around I will finish the meeting. | 16:04 |
emagana | I will be available in IRC and email if anyone needs to chat with me and/or any details about the Networking Guide. | 16:05 |
emagana | #action send a reminder to people about attending this IRC meeting. | 16:05 |
emagana | #endmeeting | 16:05 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 16:05 | |
openstack | Meeting ended Thu Jun 2 16:05:43 2016 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:05 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/networking_guide/2016/networking_guide.2016-06-02-16.01.html | 16:05 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/networking_guide/2016/networking_guide.2016-06-02-16.01.txt | 16:05 |
openstack | Log: http://eavesdrop.openstack.org/meetings/networking_guide/2016/networking_guide.2016-06-02-16.01.log.html | 16:05 |
*** e0ne has quit IRC | 16:06 | |
*** nadya has quit IRC | 16:06 | |
*** hrybacki is now known as hrybacki|food | 16:06 | |
*** gyee has joined #openstack-meeting | 16:08 | |
*** ayoung has quit IRC | 16:09 | |
*** rbowen has quit IRC | 16:09 | |
*** iyamahat has joined #openstack-meeting | 16:09 | |
*** Sam-I-Am has joined #openstack-meeting | 16:09 | |
*** ayoung has joined #openstack-meeting | 16:09 | |
*** nadya has joined #openstack-meeting | 16:10 | |
*** jckasper has quit IRC | 16:10 | |
*** shaohe_feng has quit IRC | 16:10 | |
*** jlanoux_ has quit IRC | 16:10 | |
*** amitgandhinz has joined #openstack-meeting | 16:10 | |
Sam-I-Am | hello | 16:10 |
Sam-I-Am | emagana: moo? | 16:10 |
Navin | Hi | 16:10 |
emagana | HI folks.. | 16:10 |
emagana | I finished the meeting because I did not see anyone around.. | 16:11 |
*** bill_az has quit IRC | 16:11 | |
*** shaohe_feng has joined #openstack-meeting | 16:11 | |
Sam-I-Am | for some reason google cal didnt notify m | 16:11 |
Sam-I-Am | mr | 16:11 |
*** leeantho has joined #openstack-meeting | 16:11 | |
Sam-I-Am | me | 16:11 |
*** Qiming has quit IRC | 16:11 | |
Sam-I-Am | but i fixed it :) | 16:11 |
*** bill_az has joined #openstack-meeting | 16:11 | |
emagana | maybe we can have a chat here quickly... | 16:12 |
Sam-I-Am | sure | 16:12 |
Sam-I-Am | whats up? | 16:12 |
emagana | Anything to report? | 16:12 |
emagana | I just added my report above | 16:12 |
Sam-I-Am | i wasn't in the channel, so i cant see it | 16:12 |
Navin | Is DVR documentation Complete ? I can discuss with Swami and add | 16:12 |
Sam-I-Am | there's a reasonable amount of new content going into the networking guide, mostly things under 'advanced' | 16:12 |
Sam-I-Am | however, a lot of these things arent advanced, just additional features... so i'm planning to restructure things a bit | 16:13 |
*** breton_ is now known as breton | 16:13 | |
emagana | Sam-I-Am: DO you need help on that? | 16:13 |
Sam-I-Am | emagana: not really, but i'll probably post an email or update the etherpad | 16:14 |
emagana | Navin: The best to find out what is missing is by reading what we have and compare it with what it can be done with the latest patches. | 16:14 |
Navin | ok | 16:14 |
emagana | Sam-I-Am: yes, use the etherpad.. | 16:15 |
Navin | I will work on it | 16:15 |
Sam-I-Am | Navin: yeah, you can check out the dvr scenario in the guide | 16:15 |
Sam-I-Am | if something doesn't look right, please open a bug | 16:15 |
Navin | Got it thank U | 16:15 |
*** obondarev has joined #openstack-meeting | 16:15 | |
emagana | feel free to add me as reviewer once you add a patch to the networking guide | 16:16 |
Sam-I-Am | me too | 16:16 |
Navin | Anything else you want me to look at ? | 16:16 |
Sam-I-Am | Navin: whats your specialty? | 16:16 |
Navin | Thank U | 16:16 |
emagana | Navin: One thing at the time... | 16:16 |
Navin | I work in HPE | 16:16 |
Navin | VXLAN | 16:16 |
emagana | DVR is a big one... so, let's make sure we cover it properly | 16:17 |
Navin | Ok | 16:17 |
*** diga has quit IRC | 16:17 | |
*** jmckind_ has joined #openstack-meeting | 16:17 | |
Navin | Ok I will focus on DVR | 16:17 |
Navin | Do the testing and make sure get documented properly | 16:18 |
Navin | Put Sam as Reviewer | 16:18 |
Sam-I-Am | how about dvr+ha? apparently people cant get those to work | 16:18 |
Navin | OK | 16:19 |
Navin | I will focus on it | 16:19 |
*** jmckind has quit IRC | 16:20 | |
emagana | I need to leave folks.. I was call in a meeting.. | 16:20 |
Sam-I-Am | emagana: ok | 16:20 |
Navin | Thank U | 16:20 |
*** shaohe_feng has quit IRC | 16:20 | |
*** amotoki has quit IRC | 16:20 | |
Navin | Sam are u still there | 16:20 |
*** paul-carlton2 has joined #openstack-meeting | 16:20 | |
Sam-I-Am | Navin: yes | 16:20 |
*** shaohe_feng has joined #openstack-meeting | 16:21 | |
Navin | You asked my area specialization Data Center | 16:21 |
Sam-I-Am | yeah... | 16:21 |
Sam-I-Am | just wondering where you could help out outside of dvr | 16:21 |
Navin | I specialize on DataCenter | 16:21 |
Navin | and NFV solutions | 16:22 |
Navin | I Overlay and Underlay .. VXLAN .. L3VTEP GW design | 16:22 |
*** amotoki has joined #openstack-meeting | 16:22 | |
Sam-I-Am | oh, thats cool. we could use docs on that. | 16:22 |
Navin | I mean to say I work on design of SDN Solution of HPE | 16:22 |
*** nadya has quit IRC | 16:22 | |
*** toddjohn has quit IRC | 16:23 | |
Navin | Using Nuage | 16:23 |
*** david-lyle has quit IRC | 16:24 | |
Navin | Nokia ALU Nuage SDN Solution embraced by HPE as OEM | 16:24 |
*** jckasper has joined #openstack-meeting | 16:24 | |
Navin | So I do design and implmentation | 16:24 |
Sam-I-Am | cool | 16:25 |
Sam-I-Am | we have an etherpad of topics we need to add to in the networking guide | 16:25 |
Navin | I am confident to help in this community in Networking area | 16:25 |
*** weshay is now known as weshay_brb | 16:26 | |
Navin | Let me know what Key Topics from your perspective we must have in Openstack Networking Guide | 16:26 |
*** sacharya has joined #openstack-meeting | 16:27 | |
Sam-I-Am | Navin: https://etherpad.openstack.org/p/networking-guide | 16:27 |
Sam-I-Am | take a look at that | 16:27 |
Navin | Ok Thank U | 16:27 |
Navin | Sam | 16:27 |
*** Swami has joined #openstack-meeting | 16:27 | |
*** gaso84ne has joined #openstack-meeting | 16:28 | |
*** obondarev has quit IRC | 16:29 | |
Navin | I will finish DVR then | 16:29 |
Navin | Hi Swami and Sam I will work in DVR | 16:30 |
Navin | Sorry for typo | 16:30 |
Navin | I will work on DVR HA | 16:30 |
*** shaohe_feng has quit IRC | 16:30 | |
*** nkrinner has quit IRC | 16:31 | |
Sam-I-Am | please | 16:31 |
*** nadya has joined #openstack-meeting | 16:31 | |
Swami | Navin: contact me if you need any reviews on the doc or any information that you need to complete your task | 16:31 |
Navin | Thank U Swami | 16:31 |
*** shaohe_feng has joined #openstack-meeting | 16:31 | |
*** amotoki has quit IRC | 16:32 | |
*** sdake has joined #openstack-meeting | 16:32 | |
*** penick has joined #openstack-meeting | 16:33 | |
*** jmckind_ has quit IRC | 16:34 | |
*** gaso84ne has quit IRC | 16:34 | |
*** whenry has quit IRC | 16:35 | |
*** shashank_hegde has joined #openstack-meeting | 16:35 | |
*** cwolferh has quit IRC | 16:35 | |
Sam-I-Am | Navin: any more questions? | 16:35 |
*** jmckind has joined #openstack-meeting | 16:35 | |
Navin | I am fine thank U Sam | 16:35 |
Navin | Sam I will focus on DVR then I will move on other ones | 16:36 |
Sam-I-Am | great. always nice to see people wanting to contribute, especially with complex things like dvr | 16:36 |
Navin | Surely I can contribute apart from DVR | 16:36 |
*** jckasper has quit IRC | 16:36 | |
*** sdake has quit IRC | 16:37 | |
*** jckasper has joined #openstack-meeting | 16:37 | |
Sam-I-Am | theres plenty of holes in the networking guide | 16:37 |
*** nadya has quit IRC | 16:37 | |
Navin | Thank U for mentoring Sam | 16:37 |
*** nadya has joined #openstack-meeting | 16:37 | |
Sam-I-Am | aight, if you need me i'm in #openstack-doc and #openstack-neutron | 16:38 |
*** rubasov has quit IRC | 16:38 | |
*** weshay_brb is now known as weshay | 16:38 | |
*** cwolferh has joined #openstack-meeting | 16:39 | |
*** Sam-I-Am has left #openstack-meeting | 16:40 | |
*** shaohe_feng has quit IRC | 16:41 | |
*** longxiongqiu has quit IRC | 16:41 | |
*** jckasper has quit IRC | 16:41 | |
*** Drankis has quit IRC | 16:41 | |
*** karthikp_ has quit IRC | 16:41 | |
*** nadya has quit IRC | 16:41 | |
*** obondarev has joined #openstack-meeting | 16:41 | |
*** shaohe_feng has joined #openstack-meeting | 16:41 | |
*** nadya has joined #openstack-meeting | 16:42 | |
*** sfinucan has quit IRC | 16:43 | |
*** shashank_hegde has quit IRC | 16:43 | |
*** sdake has joined #openstack-meeting | 16:44 | |
*** stanchan has joined #openstack-meeting | 16:44 | |
*** tesseract has joined #openstack-meeting | 16:44 | |
*** roxanaghe has joined #openstack-meeting | 16:47 | |
*** jckasper has joined #openstack-meeting | 16:48 | |
*** claudiub|2 has joined #openstack-meeting | 16:48 | |
*** nadya_ has joined #openstack-meeting | 16:48 | |
*** ralonsoh has joined #openstack-meeting | 16:48 | |
*** jogo has quit IRC | 16:48 | |
ralonsoh | bauzas: hello | 16:48 |
*** nadya has quit IRC | 16:49 | |
*** sambetts is now known as sambetts|afk | 16:50 | |
*** shaohe_feng has quit IRC | 16:51 | |
*** roxanaghe has quit IRC | 16:51 | |
*** jogo has joined #openstack-meeting | 16:51 | |
*** julim has quit IRC | 16:51 | |
*** tesseract has quit IRC | 16:51 | |
*** paul-carlton2 has quit IRC | 16:52 | |
*** shaohe_feng has joined #openstack-meeting | 16:52 | |
*** sams-gleb has quit IRC | 16:52 | |
*** cdent has left #openstack-meeting | 16:53 | |
*** numans has joined #openstack-meeting | 16:54 | |
*** bill_az has quit IRC | 16:55 | |
*** xinwu has quit IRC | 16:55 | |
*** cbader has joined #openstack-meeting | 16:55 | |
*** singlethink has joined #openstack-meeting | 16:56 | |
*** Drankis has joined #openstack-meeting | 16:56 | |
*** khushbu has joined #openstack-meeting | 16:57 | |
*** nadya_ has quit IRC | 16:57 | |
*** eharney has quit IRC | 16:57 | |
*** xinwu has joined #openstack-meeting | 16:58 | |
*** azbiswas has joined #openstack-meeting | 16:58 | |
ralonsoh | bauzas: hello | 16:59 |
*** obondarev has quit IRC | 17:01 | |
*** shaohe_feng has quit IRC | 17:01 | |
*** eharney has joined #openstack-meeting | 17:01 | |
*** longxiongqiu has joined #openstack-meeting | 17:02 | |
*** shaohe_feng has joined #openstack-meeting | 17:02 | |
*** unicell1 has quit IRC | 17:02 | |
*** jckasper has quit IRC | 17:05 | |
*** pvaneck has joined #openstack-meeting | 17:05 | |
*** ralonsoh has quit IRC | 17:06 | |
*** hrybacki|food is now known as hrybacki | 17:07 | |
*** longxiongqiu has quit IRC | 17:07 | |
*** coolsvap_ has joined #openstack-meeting | 17:07 | |
*** timcline has quit IRC | 17:08 | |
*** timcline has joined #openstack-meeting | 17:09 | |
*** ayoung has quit IRC | 17:09 | |
*** jckasper has joined #openstack-meeting | 17:09 | |
*** s3wong has joined #openstack-meeting | 17:09 | |
*** timcline has quit IRC | 17:09 | |
*** timcline has joined #openstack-meeting | 17:10 | |
*** jmckind has quit IRC | 17:10 | |
*** timcline_ has joined #openstack-meeting | 17:11 | |
*** toddjohn has joined #openstack-meeting | 17:11 | |
*** coolsvap_ has quit IRC | 17:11 | |
*** jmckind has joined #openstack-meeting | 17:11 | |
*** shaohe_feng has quit IRC | 17:11 | |
*** shaohe_feng has joined #openstack-meeting | 17:12 | |
*** ronghui has quit IRC | 17:13 | |
*** spzala has quit IRC | 17:13 | |
*** timcline has quit IRC | 17:14 | |
*** ygbo has quit IRC | 17:14 | |
*** dmorita_ has joined #openstack-meeting | 17:14 | |
*** toddjohn has quit IRC | 17:16 | |
*** e0ne has joined #openstack-meeting | 17:16 | |
*** jckasper has quit IRC | 17:17 | |
*** tonytan4ever has quit IRC | 17:17 | |
*** jckasper has joined #openstack-meeting | 17:17 | |
*** dmorita has quit IRC | 17:17 | |
*** myoung is now known as myoung|grub | 17:18 | |
*** sputnik13 has joined #openstack-meeting | 17:19 | |
*** liamji has quit IRC | 17:20 | |
*** nisha_ has joined #openstack-meeting | 17:20 | |
*** jckasper has quit IRC | 17:21 | |
*** ivar-lazzaro has joined #openstack-meeting | 17:22 | |
*** shaohe_feng has quit IRC | 17:22 | |
*** Leom has quit IRC | 17:22 | |
*** shaohe_feng has joined #openstack-meeting | 17:23 | |
*** e0ne has quit IRC | 17:25 | |
*** ronghui has joined #openstack-meeting | 17:26 | |
*** bcafarel has quit IRC | 17:27 | |
*** Daisy has joined #openstack-meeting | 17:27 | |
*** jmckind has quit IRC | 17:27 | |
*** myoung|grub is now known as myoung | 17:28 | |
*** sputnik13 has quit IRC | 17:29 | |
*** e0ne has joined #openstack-meeting | 17:30 | |
*** shashank_hegde has joined #openstack-meeting | 17:30 | |
*** Drankis has quit IRC | 17:30 | |
*** xinwu has quit IRC | 17:31 | |
*** Daisy has quit IRC | 17:32 | |
*** shaohe_feng has quit IRC | 17:32 | |
*** unicell has joined #openstack-meeting | 17:32 | |
*** karthikp_ has joined #openstack-meeting | 17:32 | |
*** amotoki has joined #openstack-meeting | 17:32 | |
*** shaohe_feng has joined #openstack-meeting | 17:33 | |
*** tellesnobrega_af is now known as tellesnobrega | 17:33 | |
*** csomerville has quit IRC | 17:37 | |
*** sputnik13 has joined #openstack-meeting | 17:37 | |
*** amotoki has quit IRC | 17:38 | |
*** gyee has quit IRC | 17:40 | |
*** timcline_ has quit IRC | 17:40 | |
*** electrofelix has quit IRC | 17:40 | |
*** amitgandhinz has quit IRC | 17:41 | |
*** timcline has joined #openstack-meeting | 17:41 | |
*** amitgandhinz has joined #openstack-meeting | 17:41 | |
*** Na3iL has quit IRC | 17:42 | |
*** tonytan4ever has joined #openstack-meeting | 17:42 | |
*** toddjohn has joined #openstack-meeting | 17:42 | |
*** Drankis has joined #openstack-meeting | 17:42 | |
*** jckasper has joined #openstack-meeting | 17:42 | |
*** shaohe_feng has quit IRC | 17:42 | |
*** shaohe_feng has joined #openstack-meeting | 17:43 | |
*** yamamoto has quit IRC | 17:43 | |
*** SumitNaiksatam has joined #openstack-meeting | 17:44 | |
*** timcline has quit IRC | 17:45 | |
*** ihrachys has quit IRC | 17:45 | |
*** toddjohn has quit IRC | 17:46 | |
*** markus_z has quit IRC | 17:47 | |
*** singlethink has quit IRC | 17:47 | |
*** shaohe_feng has quit IRC | 17:52 | |
*** sams-gleb has joined #openstack-meeting | 17:53 | |
*** Drankis has quit IRC | 17:54 | |
*** shaohe_feng has joined #openstack-meeting | 17:56 | |
*** pradk has quit IRC | 17:56 | |
*** links has joined #openstack-meeting | 17:56 | |
*** sams-gleb has quit IRC | 17:58 | |
*** spzala has joined #openstack-meeting | 18:01 | |
*** thinrichs has left #openstack-meeting | 18:01 | |
*** e0ne has quit IRC | 18:02 | |
*** annegentle has joined #openstack-meeting | 18:02 | |
*** shaohe_feng has quit IRC | 18:03 | |
*** shaohe_feng has joined #openstack-meeting | 18:04 | |
*** xinwu has joined #openstack-meeting | 18:04 | |
*** csomerville has joined #openstack-meeting | 18:06 | |
*** spzala has quit IRC | 18:06 | |
*** galstrom is now known as galstrom_zzz | 18:06 | |
*** timcline has joined #openstack-meeting | 18:06 | |
*** galstrom_zzz is now known as galstrom | 18:08 | |
*** e0ne has joined #openstack-meeting | 18:08 | |
*** david-lyle has joined #openstack-meeting | 18:09 | |
*** asingh has joined #openstack-meeting | 18:09 | |
*** nisha_ has quit IRC | 18:09 | |
*** lpetrut has quit IRC | 18:12 | |
*** navinrio has joined #openstack-meeting | 18:12 | |
*** Leo_ has joined #openstack-meeting | 18:13 | |
*** shaohe_feng has quit IRC | 18:13 | |
*** sudipto has joined #openstack-meeting | 18:14 | |
*** shaohe_feng has joined #openstack-meeting | 18:14 | |
*** dmorita has joined #openstack-meeting | 18:14 | |
*** dmorita_ has quit IRC | 18:14 | |
*** Navin has quit IRC | 18:15 | |
*** kylek3h has quit IRC | 18:15 | |
*** maishsk has joined #openstack-meeting | 18:15 | |
*** pradk has joined #openstack-meeting | 18:16 | |
*** toddjohn has joined #openstack-meeting | 18:17 | |
*** amitgandhinz has quit IRC | 18:17 | |
*** csomerville has quit IRC | 18:18 | |
*** amitgandhinz has joined #openstack-meeting | 18:18 | |
*** cody-somerville has joined #openstack-meeting | 18:18 | |
*** jckasper has quit IRC | 18:19 | |
*** sudipto has quit IRC | 18:20 | |
*** jckasper has joined #openstack-meeting | 18:20 | |
*** ijw has joined #openstack-meeting | 18:21 | |
*** bill_az has joined #openstack-meeting | 18:21 | |
*** Guest35638 is now known as cFouts | 18:21 | |
*** jckasper_ has joined #openstack-meeting | 18:21 | |
*** jdurgin has joined #openstack-meeting | 18:21 | |
*** roxanaghe has joined #openstack-meeting | 18:22 | |
*** spotz is now known as spotz_zzz | 18:22 | |
*** whenry has joined #openstack-meeting | 18:23 | |
*** shaohe_feng has quit IRC | 18:23 | |
*** enriquetaso has quit IRC | 18:23 | |
*** julim has joined #openstack-meeting | 18:23 | |
*** shaohe_feng has joined #openstack-meeting | 18:24 | |
*** jckasper has quit IRC | 18:24 | |
*** jckasper has joined #openstack-meeting | 18:25 | |
*** jckasper_ has quit IRC | 18:26 | |
*** mickeys has quit IRC | 18:27 | |
*** acoles is now known as acoles_ | 18:27 | |
*** jckasper has quit IRC | 18:28 | |
*** jckasper has joined #openstack-meeting | 18:28 | |
*** spzala has joined #openstack-meeting | 18:29 | |
*** hasharAway has quit IRC | 18:31 | |
*** gaso84ne has joined #openstack-meeting | 18:31 | |
*** jvrbanac_ is now known as jvrbanac | 18:32 | |
*** shaohe_feng has quit IRC | 18:33 | |
*** amotoki has joined #openstack-meeting | 18:34 | |
*** garthb has joined #openstack-meeting | 18:34 | |
*** shaohe_feng has joined #openstack-meeting | 18:34 | |
*** comay has joined #openstack-meeting | 18:35 | |
*** whenry has quit IRC | 18:35 | |
*** david-lyle has quit IRC | 18:35 | |
*** gaso84ne has quit IRC | 18:37 | |
*** vishnoianil has quit IRC | 18:38 | |
*** amotoki has quit IRC | 18:39 | |
*** links has quit IRC | 18:39 | |
*** yifei has quit IRC | 18:42 | |
*** yifei has joined #openstack-meeting | 18:42 | |
*** xinli has joined #openstack-meeting | 18:43 | |
*** sarob has joined #openstack-meeting | 18:43 | |
*** shaohe_feng has quit IRC | 18:44 | |
*** yamamoto has joined #openstack-meeting | 18:44 | |
*** harlowja has quit IRC | 18:44 | |
*** shaohe_feng has joined #openstack-meeting | 18:45 | |
*** jmckind has joined #openstack-meeting | 18:46 | |
*** galstrom is now known as galstrom_zzz | 18:47 | |
*** vhoward has quit IRC | 18:47 | |
*** yamamoto has quit IRC | 18:53 | |
*** shaohe_feng has quit IRC | 18:54 | |
*** sams-gleb has joined #openstack-meeting | 18:54 | |
*** shaohe_feng has joined #openstack-meeting | 18:55 | |
*** cartik has joined #openstack-meeting | 18:56 | |
*** numans has quit IRC | 18:58 | |
*** nadya has joined #openstack-meeting | 18:59 | |
*** yassine has quit IRC | 18:59 | |
*** sams-gleb has quit IRC | 19:00 | |
*** jamesdenton has quit IRC | 19:00 | |
*** shaohe_feng has quit IRC | 19:04 | |
*** shaohe_feng has joined #openstack-meeting | 19:05 | |
*** gaso84ne has joined #openstack-meeting | 19:05 | |
*** nisha_ has joined #openstack-meeting | 19:05 | |
*** cartik has quit IRC | 19:06 | |
*** cody-somerville has quit IRC | 19:06 | |
*** cody-somerville has joined #openstack-meeting | 19:06 | |
*** fnaval_ has joined #openstack-meeting | 19:08 | |
*** fnaval_ has quit IRC | 19:08 | |
*** fnaval_ has joined #openstack-meeting | 19:08 | |
*** e0ne has quit IRC | 19:09 | |
*** fnaval has quit IRC | 19:10 | |
*** nisha_ has quit IRC | 19:10 | |
*** Hosam has joined #openstack-meeting | 19:11 | |
*** nadya has quit IRC | 19:11 | |
*** nadya has joined #openstack-meeting | 19:12 | |
*** nadya has quit IRC | 19:12 | |
*** nadya has joined #openstack-meeting | 19:12 | |
*** shaohe_feng has quit IRC | 19:14 | |
*** shaohe_feng has joined #openstack-meeting | 19:15 | |
*** timcline has quit IRC | 19:19 | |
*** rbowen has joined #openstack-meeting | 19:20 | |
*** enriquetaso has joined #openstack-meeting | 19:20 | |
*** nadya has quit IRC | 19:21 | |
*** nadya has joined #openstack-meeting | 19:23 | |
*** david-lyle has joined #openstack-meeting | 19:24 | |
*** shaohe_feng has quit IRC | 19:25 | |
*** shaohe_feng has joined #openstack-meeting | 19:25 | |
*** Leo_ has quit IRC | 19:26 | |
*** Leom has joined #openstack-meeting | 19:27 | |
*** nadya has quit IRC | 19:28 | |
*** Sukhdev has joined #openstack-meeting | 19:28 | |
*** azbiswas has quit IRC | 19:28 | |
*** azbiswas has joined #openstack-meeting | 19:29 | |
*** jichen has joined #openstack-meeting | 19:29 | |
*** ijw has quit IRC | 19:30 | |
*** nadya has joined #openstack-meeting | 19:32 | |
*** whenry has joined #openstack-meeting | 19:33 | |
*** azbiswas has quit IRC | 19:33 | |
*** amotoki has joined #openstack-meeting | 19:34 | |
*** iyamahat has quit IRC | 19:35 | |
*** sdake has quit IRC | 19:35 | |
*** shaohe_feng has quit IRC | 19:35 | |
*** zeih has joined #openstack-meeting | 19:35 | |
*** azbiswas has joined #openstack-meeting | 19:36 | |
*** SumitNaiksatam has quit IRC | 19:36 | |
*** nadya has quit IRC | 19:37 | |
*** sdake has joined #openstack-meeting | 19:38 | |
*** ociuhandu has quit IRC | 19:38 | |
*** jckasper has quit IRC | 19:38 | |
*** shaohe_feng has joined #openstack-meeting | 19:38 | |
*** amotoki has quit IRC | 19:39 | |
*** openstack has joined #openstack-meeting | 19:40 | |
*** ChanServ sets mode: +o openstack | 19:40 | |
*** zeih has quit IRC | 19:40 | |
*** Mortir has joined #openstack-meeting | 19:40 | |
*** sdake_ has joined #openstack-meeting | 19:40 | |
*** sdake has quit IRC | 19:43 | |
*** dane_leblanc has quit IRC | 19:44 | |
*** shaohe_feng has quit IRC | 19:45 | |
*** shaohe_feng has joined #openstack-meeting | 19:46 | |
*** lpetrut has joined #openstack-meeting | 19:46 | |
*** dane_leblanc has joined #openstack-meeting | 19:49 | |
*** nadya has joined #openstack-meeting | 19:49 | |
*** timcline has joined #openstack-meeting | 19:49 | |
*** timcline_ has joined #openstack-meeting | 19:51 | |
*** timcline has quit IRC | 19:51 | |
*** mbound has quit IRC | 19:53 | |
*** rbowen has quit IRC | 19:54 | |
*** shamail has joined #openstack-meeting | 19:55 | |
*** shaohe_feng has quit IRC | 19:55 | |
*** shaohe_feng has joined #openstack-meeting | 19:56 | |
*** jichen has quit IRC | 19:57 | |
*** longxiongqiu has joined #openstack-meeting | 19:57 | |
*** david-lyle has quit IRC | 19:57 | |
*** shamail has left #openstack-meeting | 19:58 | |
*** jichen has joined #openstack-meeting | 19:59 | |
*** longxiongqiu has quit IRC | 20:02 | |
*** zeih has joined #openstack-meeting | 20:03 | |
*** galstrom_zzz is now known as galstrom | 20:04 | |
*** sshnaidm is now known as sshnaidm|afk | 20:04 | |
*** jprovazn has quit IRC | 20:04 | |
*** shaohe_feng has quit IRC | 20:06 | |
*** shaohe_feng has joined #openstack-meeting | 20:06 | |
*** zeih has quit IRC | 20:07 | |
*** asingh has quit IRC | 20:07 | |
*** amrith is now known as _amrith_ | 20:07 | |
*** spzala has quit IRC | 20:08 | |
*** dprince has quit IRC | 20:08 | |
*** Sukhdev has quit IRC | 20:09 | |
*** Sukhdev has joined #openstack-meeting | 20:09 | |
*** sputnik13_ has joined #openstack-meeting | 20:11 | |
*** Sukhdev has quit IRC | 20:13 | |
*** iyamahat has joined #openstack-meeting | 20:13 | |
*** spzala has joined #openstack-meeting | 20:14 | |
*** sputnik13 has quit IRC | 20:14 | |
*** shaohe_feng has quit IRC | 20:16 | |
*** shaohe_feng has joined #openstack-meeting | 20:16 | |
*** ociuhandu has joined #openstack-meeting | 20:18 | |
*** roxanaghe has joined #openstack-meeting | 20:18 | |
*** spzala has quit IRC | 20:19 | |
*** jmckind has quit IRC | 20:19 | |
*** rcernin has joined #openstack-meeting | 20:20 | |
*** harlowja has joined #openstack-meeting | 20:24 | |
*** brnelson has joined #openstack-meeting | 20:24 | |
*** emagana has quit IRC | 20:24 | |
*** brnelson has quit IRC | 20:25 | |
*** jmckind has joined #openstack-meeting | 20:26 | |
*** shaohe_feng has quit IRC | 20:26 | |
*** shaohe_feng has joined #openstack-meeting | 20:27 | |
*** banix has quit IRC | 20:29 | |
*** emagana has joined #openstack-meeting | 20:30 | |
*** emagana has quit IRC | 20:30 | |
*** emagana has joined #openstack-meeting | 20:30 | |
*** gyee has joined #openstack-meeting | 20:31 | |
*** noslzzp_ has joined #openstack-meeting | 20:31 | |
*** noslzzp_ has quit IRC | 20:32 | |
*** ijw has joined #openstack-meeting | 20:32 | |
*** spzala has joined #openstack-meeting | 20:33 | |
*** noslzzp_ has joined #openstack-meeting | 20:33 | |
*** diablo_rojo has joined #openstack-meeting | 20:33 | |
*** noslzzp has quit IRC | 20:33 | |
*** piet_ has joined #openstack-meeting | 20:34 | |
*** e0ne has joined #openstack-meeting | 20:34 | |
*** sheel has quit IRC | 20:35 | |
*** amotoki has joined #openstack-meeting | 20:35 | |
*** nadya has quit IRC | 20:35 | |
*** vishnoianil has joined #openstack-meeting | 20:36 | |
*** shaohe_feng has quit IRC | 20:36 | |
*** shaohe_feng has joined #openstack-meeting | 20:37 | |
*** fnaval_ is now known as fnaval | 20:38 | |
*** fzdarsky is now known as fzdarsky|afk | 20:39 | |
*** amotoki has quit IRC | 20:40 | |
*** tonytan4ever has quit IRC | 20:41 | |
*** e0ne has quit IRC | 20:41 | |
*** fzdarsky|afk has quit IRC | 20:45 | |
*** e0ne has joined #openstack-meeting | 20:45 | |
*** whenry has quit IRC | 20:45 | |
*** shaohe_feng has quit IRC | 20:47 | |
*** mickeys has joined #openstack-meeting | 20:50 | |
*** roxanagh_ has joined #openstack-meeting | 20:50 | |
*** shaohe_feng has joined #openstack-meeting | 20:52 | |
*** julim has quit IRC | 20:53 | |
*** mbound has joined #openstack-meeting | 20:53 | |
*** roxanagh_ has quit IRC | 20:55 | |
*** mickeys has quit IRC | 20:55 | |
*** eharney has quit IRC | 20:55 | |
*** tjones has joined #openstack-meeting | 20:55 | |
*** mickeys has joined #openstack-meeting | 20:55 | |
*** raildo is now known as raildo-afk | 20:56 | |
*** browne has joined #openstack-meeting | 20:56 | |
*** sams-gleb has joined #openstack-meeting | 20:56 | |
*** shaohe_feng has quit IRC | 20:57 | |
*** mbound has quit IRC | 20:58 | |
*** shaohe_feng has joined #openstack-meeting | 20:58 | |
*** ayoung has joined #openstack-meeting | 20:59 | |
*** sams-gleb has quit IRC | 21:01 | |
*** aeng has joined #openstack-meeting | 21:01 | |
*** lblanchard has quit IRC | 21:02 | |
*** gjayavelu has joined #openstack-meeting | 21:03 | |
*** thorst has quit IRC | 21:03 | |
*** jichen has quit IRC | 21:05 | |
*** baoli_ has quit IRC | 21:05 | |
*** browne has left #openstack-meeting | 21:05 | |
*** thorst has joined #openstack-meeting | 21:05 | |
*** gaso84ne has quit IRC | 21:06 | |
*** shaohe_feng has quit IRC | 21:07 | |
*** thorst_ has joined #openstack-meeting | 21:08 | |
*** shaohe_feng has joined #openstack-meeting | 21:08 | |
*** thorst has quit IRC | 21:10 | |
*** singhj has quit IRC | 21:10 | |
*** annemccormick has quit IRC | 21:11 | |
*** singhj has joined #openstack-meeting | 21:11 | |
*** thorst_ has quit IRC | 21:12 | |
*** aysyd has quit IRC | 21:13 | |
*** ronghui has quit IRC | 21:13 | |
*** mriedem has quit IRC | 21:15 | |
*** tjones has left #openstack-meeting | 21:17 | |
*** shaohe_feng has quit IRC | 21:17 | |
*** shaohe_feng has joined #openstack-meeting | 21:19 | |
*** bill_az has quit IRC | 21:20 | |
*** claudiub|2 has quit IRC | 21:21 | |
*** yamahata has quit IRC | 21:21 | |
*** jaugustine has quit IRC | 21:23 | |
*** Mortir has quit IRC | 21:24 | |
*** toddjohn has quit IRC | 21:24 | |
*** enriquetaso has quit IRC | 21:25 | |
*** ayoung has quit IRC | 21:25 | |
*** rtheis has quit IRC | 21:25 | |
*** ronghui has joined #openstack-meeting | 21:25 | |
*** singhj has quit IRC | 21:26 | |
*** shaohe_feng has quit IRC | 21:28 | |
*** singhj has joined #openstack-meeting | 21:28 | |
*** shaohe_feng has joined #openstack-meeting | 21:29 | |
*** _amrith_ is now known as amrith | 21:30 | |
*** thorst has joined #openstack-meeting | 21:30 | |
*** ivar-laz_ has joined #openstack-meeting | 21:30 | |
*** MaxPC has quit IRC | 21:32 | |
*** ivar-lazzaro has quit IRC | 21:34 | |
*** bill_az has joined #openstack-meeting | 21:34 | |
*** MaxPC has joined #openstack-meeting | 21:34 | |
*** thorst has quit IRC | 21:35 | |
*** fnaval has quit IRC | 21:35 | |
*** fnaval has joined #openstack-meeting | 21:35 | |
*** amotoki has joined #openstack-meeting | 21:36 | |
*** e0ne has quit IRC | 21:37 | |
*** e0ne has joined #openstack-meeting | 21:38 | |
*** shaohe_feng has quit IRC | 21:38 | |
*** rcernin_ has joined #openstack-meeting | 21:38 | |
*** e0ne has quit IRC | 21:38 | |
*** shaohe_feng has joined #openstack-meeting | 21:39 | |
*** MaxPC has quit IRC | 21:39 | |
*** jckasper has joined #openstack-meeting | 21:40 | |
*** amotoki has quit IRC | 21:42 | |
*** fnaval_ has joined #openstack-meeting | 21:43 | |
*** fnaval has quit IRC | 21:43 | |
*** tidwellr has joined #openstack-meeting | 21:43 | |
*** edtubill has quit IRC | 21:43 | |
*** jamesdenton has joined #openstack-meeting | 21:44 | |
*** Mortir has joined #openstack-meeting | 21:44 | |
*** singhj has quit IRC | 21:46 | |
*** e0ne has joined #openstack-meeting | 21:48 | |
*** diablo_rojo has quit IRC | 21:48 | |
*** shaohe_feng has quit IRC | 21:48 | |
*** henrynash has quit IRC | 21:48 | |
*** shaohe_feng has joined #openstack-meeting | 21:49 | |
*** ivar-laz_ has quit IRC | 21:49 | |
*** ekcs has left #openstack-meeting | 21:49 | |
*** ivar-lazzaro has joined #openstack-meeting | 21:49 | |
*** spzala has quit IRC | 21:51 | |
*** jmckind has quit IRC | 21:53 | |
*** shashank_hegde has quit IRC | 21:55 | |
*** yushiro has joined #openstack-meeting | 21:55 | |
*** galstrom is now known as galstrom_zzz | 21:57 | |
*** jckasper has quit IRC | 21:57 | |
*** markvoelker has quit IRC | 21:58 | |
*** amuller has joined #openstack-meeting | 21:58 | |
*** shaohe_feng has quit IRC | 21:58 | |
*** myoung has quit IRC | 21:59 | |
*** xyang1 has quit IRC | 21:59 | |
*** boden has joined #openstack-meeting | 21:59 | |
*** myoung has joined #openstack-meeting | 21:59 | |
*** shaohe_feng has joined #openstack-meeting | 21:59 | |
dougwig | o/ | 21:59 |
carl_baldwin | hi | 21:59 |
HenryG | o/ | 22:00 |
boden | o/ howdy | 22:00 |
yushiro | hi | 22:00 |
carl_baldwin | armax is traveling and might not be able to make it. He's asked me to start the meeting. | 22:00 |
carl_baldwin | #startmeeting neutron_drivers | 22:00 |
openstack | Meeting started Thu Jun 2 22:00:59 2016 UTC and is due to finish in 60 minutes. The chair is carl_baldwin. Information about MeetBot at http://wiki.debian.org/MeetBot. | 22:01 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 22:01 |
amuller | hiya | 22:01 |
*** openstack changes topic to " (Meeting topic: neutron_drivers)" | 22:01 | |
*** shashank_hegde has joined #openstack-meeting | 22:01 | |
openstack | The meeting name has been set to 'neutron_drivers' | 22:01 |
*** singhj has joined #openstack-meeting | 22:01 | |
Swami | hi | 22:01 |
carl_baldwin | So, the marching orders are to continue going through the list of triaged bugs. | 22:01 |
carl_baldwin | #link https://bugs.launchpad.net/neutron/+bugs?field.status%3Alist=Triaged&field.tag=rfe | 22:01 |
carl_baldwin | Anyone got anything before we start? | 22:02 |
dougwig | no, let's beat the DLM horse some more. | 22:02 |
carl_baldwin | Okay, first up is ... | 22:03 |
carl_baldwin | #link https://bugs.launchpad.net/neutron/+bug/1552680 | 22:03 |
openstack | Launchpad bug 1552680 in neutron "[RFE] Add support for DLM" [Wishlist,Triaged] - Assigned to John Schwarz (jschwarz) | 22:03 |
amuller | John added a doc with his plan how to test performance implications of Tooz with different backends | 22:03 |
*** ametts has quit IRC | 22:03 | |
njohnston | o/ | 22:03 |
dougwig | i see a note about benchmarks, but no data? | 22:03 |
*** megm has quit IRC | 22:03 | |
amuller | I encourage stakeholders to take a look at the doc and comment before John runs off and burns CPU cycles | 22:03 |
carl_baldwin | I did not see the doc. Looks like it appeared within the last day. | 22:03 |
dougwig | ahh, gotcha. | 22:03 |
amuller | dougwig: it's a plan and a request for comments | 22:04 |
amuller | before the data :) | 22:04 |
*** rbowen has joined #openstack-meeting | 22:04 | |
carl_baldwin | Okay, so without having reviewed the plan, can we do more than just say "let's review the plan?" | 22:04 |
amuller | prolly not | 22:04 |
dougwig | just reviewed and commented. | 22:04 |
amuller | that was quick =p | 22:05 |
dougwig | it's a fast read. | 22:05 |
dougwig | the test will be much more time consuming. :) | 22:05 |
amuller | seems like the doc is read only | 22:05 |
*** tangchen has quit IRC | 22:05 | |
amuller | I'll ask John to enable comments, I find it much easier to add comments on the google doc than on launchpad | 22:05 |
dougwig | i commented in the bug | 22:05 |
*** megm has joined #openstack-meeting | 22:05 | |
*** tangchen has joined #openstack-meeting | 22:06 | |
*** rcernin_ has quit IRC | 22:06 | |
amuller | dougwig: the first bullet point in the second group of bullet points is the 'no tooz' option | 22:07 |
amuller | As I understand it anyway | 22:07 |
*** singhj has quit IRC | 22:07 | |
dougwig | indeed, i read too quickly. | 22:07 |
carl_baldwin | Ok, let's all review it. Having comments on will be helpful. | 22:08 |
carl_baldwin | Anything more? | 22:08 |
*** shaohe_feng has quit IRC | 22:09 | |
carl_baldwin | #link https://bugs.launchpad.net/neutron/+bug/1559978 | 22:09 |
openstack | Launchpad bug 1559978 in neutron "[RFE] log segmentation_id over threshold for monitoring" [Wishlist,Triaged] | 22:09 |
*** shaohe_feng has joined #openstack-meeting | 22:09 | |
carl_baldwin | armax summed it up: "as an admin I want to know how many Neutron networks I have left at my disposal before my tenants start complaining that their neutron net-create command failed" | 22:09 |
carl_baldwin | At least that's the way I understand it. | 22:10 |
*** jamesdenton has quit IRC | 22:10 | |
carl_baldwin | Thoughts? | 22:10 |
amuller | I think that something like Calico doesn't use segmentation IDs | 22:11 |
dougwig | seems closely related to liberty's effort for an api to check remaining ips. | 22:11 |
amuller | so the concern is that an API wouldn't be plugin agnostic | 22:11 |
*** sputnik13_ has quit IRC | 22:11 | |
*** ayoung has joined #openstack-meeting | 22:11 | |
carl_baldwin | I don't think it could be plugin agnostic. | 22:13 |
amuller | you know, on the other hand this is really only relevant for VLANs | 22:13 |
*** banix has joined #openstack-meeting | 22:13 | |
amuller | if you're using tunnels I don't think this RFE is useful or relevant | 22:13 |
carl_baldwin | Other plugins could somehow report that it is irrelevant. | 22:14 |
amuller | so if this is specific to VLANs, we could treat it as such, then it becomes easy for any plugin (That uses VLANs) to implement | 22:14 |
HenryG | yup, like the ip availability issue is not really relevant for IPv6 | 22:14 |
carl_baldwin | HenryG: what you haven't used the 1.8446744e+19 IPs in your subnet yet? | 22:16 |
amuller | How would a monitoring system use an API though? | 22:16 |
amuller | Polling doesn't seem realistic | 22:16 |
dougwig | don't tell SNMP that. | 22:16 |
dougwig | a poll period of an hour is likely plenty in this scenario. i don't think the info delivery mechanism is the issue here. | 22:17 |
*** sacharya has quit IRC | 22:17 | |
carl_baldwin | amuller: Its always nice when things tell you proactively that they're sick but we don't get a lot of that with monitoring. | 22:17 |
*** jckasper has joined #openstack-meeting | 22:18 | |
*** ssalagame has joined #openstack-meeting | 22:18 | |
carl_baldwin | So, is it worth the effort to design an API? (question posed by armax in bug) | 22:18 |
dougwig | true, but polling is the LCD of most monitoring systems (and those systems usually provide a common notification mechanism.) i'm not sure we need to reinvent that wheel. | 22:19 |
*** shaohe_feng has quit IRC | 22:19 | |
amuller | Would a clear log level at INFO level serve the use case better than an API you'd have to poll? | 22:19 |
*** shashank_hegde has quit IRC | 22:19 | |
*** Julien-zte has joined #openstack-meeting | 22:20 | |
*** shaohe_feng has joined #openstack-meeting | 22:20 | |
amuller | that is assuming you run a log aggregator | 22:20 |
amuller | I think we're discussing solutions to a problem without a well defined user | 22:21 |
amuller | So how could we design an API | 22:21 |
amuller | or any other solution | 22:21 |
amuller | it'd be a guess at best | 22:21 |
carl_baldwin | Logging something would be very easy. | 22:22 |
*** bobh has quit IRC | 22:22 | |
carl_baldwin | Actually, the rfe originally asked for a log, didn't it? | 22:22 |
amuller | carl_baldwin: I don't think a patch that adds a log in that event would need to go through the RFE process anyhow | 22:22 |
amuller | I'd suggest that Miguel takes up a patch that adds logging if he's up for it, and for any further work, Miguel can start a thread on the ML, asking for input from Monasca people | 22:24 |
HenryG | Why was ip availability not done with INFO logging? | 22:25 |
carl_baldwin | I don't know. | 22:25 |
dougwig | i don't think anyone ever suggested it/thought of it. | 22:25 |
boden | Random thought; if #link https://review.openstack.org/#/c/308973/ ever gets approved perhaps it could be implemented as a health check; depending on where/if that spec lands | 22:25 |
carl_baldwin | We've spent quite a lot of time on this and I don't have strong feelings about any direction. | 22:25 |
amuller | I thought that ip availability was supposed to be used by Nova at some point | 22:25 |
dougwig | no, it was an operator request | 22:26 |
amuller | yeah, but I remember that surfaced as a second use case on the RFE bug / spec | 22:26 |
HenryG | dougwig: yeah, but what amuller says rings a bell too | 22:26 |
amuller | carl_baldwin: wasn't this a part of the big deployers team requirements? | 22:27 |
amuller | to schedule based off IP availability? | 22:27 |
carl_baldwin | amuller: I think it was for some operators who are already doing something like routed networks on their own. | 22:27 |
amuller | right | 22:28 |
*** cwolferh has quit IRC | 22:28 | |
carl_baldwin | But, the real solution with Nova is going to look very different. Possibly leveraging some of that work. | 22:28 |
carl_baldwin | I sense we're not really getting anywhere on this RFE. | 22:29 |
*** dimtruck is now known as zz_dimtruck | 22:29 | |
*** henrynash has joined #openstack-meeting | 22:29 | |
*** shaohe_feng has quit IRC | 22:29 | |
*** jckasper has quit IRC | 22:29 | |
amuller | Go with logging first, solicit more input for any further work? | 22:29 |
carl_baldwin | Maybe we just suggest moving forward with logging? | 22:29 |
carl_baldwin | Anyone object? | 22:30 |
*** shaohe_feng has joined #openstack-meeting | 22:30 | |
*** IlyaG has joined #openstack-meeting | 22:30 | |
carl_baldwin | Okay, let's move on... | 22:30 |
carl_baldwin | #link https://bugs.launchpad.net/neutron/+bug/1561824 | 22:31 |
openstack | Launchpad bug 1561824 in neutron "[RFE] Enhance BGP Dynamic Routing driver with Quagga suppport" [Wishlist,Triaged] - Assigned to steve (ruansx) | 22:31 |
carl_baldwin | At this point, with BGP broken out, this one should be contained to the dynamic routing repo. | 22:31 |
carl_baldwin | Also, BGP already has a pluggable architecture. | 22:31 |
mickeys | Yes, the intent is to target this for the dynamic routing repo | 22:32 |
carl_baldwin | Any reason not to approve it? | 22:32 |
HenryG | This would also allow the team to build a reference implementation for CI | 22:32 |
HenryG | No objection here | 22:33 |
carl_baldwin | HenryG: There is a reference impl based on Ryu. | 22:33 |
*** azbiswas has quit IRC | 22:33 | |
*** weshay has quit IRC | 22:33 | |
carl_baldwin | But, there are some limitations to Ryu. Like having multiple speakers. | 22:33 |
*** azbiswas has joined #openstack-meeting | 22:34 | |
carl_baldwin | Any other thoughts? | 22:34 |
carl_baldwin | Okay. | 22:34 |
carl_baldwin | #link https://bugs.launchpad.net/neutron/+bug/1563879 | 22:35 |
openstack | Launchpad bug 1563879 in neutron "[RFE] DVR should route packets to Instances behind the L2 Gateway" [Wishlist,Triaged] | 22:35 |
carl_baldwin | I'm not up to date on this one. | 22:36 |
carl_baldwin | Mostly, I'm confused about armax 's last comment. The link circles back to the rfe. | 22:37 |
carl_baldwin | Maybe we should just shelve this until he returns and move on. | 22:37 |
*** dneary has quit IRC | 22:38 | |
*** azbiswas has quit IRC | 22:38 | |
carl_baldwin | #link https://bugs.launchpad.net/neutron/+bug/1566191 | 22:38 |
openstack | Launchpad bug 1566191 in neutron "[RFE] Allow multiple networks with FIP range to be associated with Tenant router" [Wishlist,Triaged] | 22:38 |
carl_baldwin | I think we're still at the same point we were. We're going to unblock the fix and possibly discuss later. | 22:39 |
*** njohnsto_ has joined #openstack-meeting | 22:39 | |
*** shaohe_feng has quit IRC | 22:39 | |
carl_baldwin | I'm going to skip the fast exit one too because armax is having on-going discussion with tidwellr on that bug. | 22:40 |
*** shaohe_feng has joined #openstack-meeting | 22:40 | |
carl_baldwin | Still with me? | 22:40 |
njohnsto_ | o/ | 22:40 |
HenryG | yes | 22:41 |
amuller | yep | 22:41 |
*** edtubill has joined #openstack-meeting | 22:41 | |
carl_baldwin | njohnsto_: HenryG: amuller: Thanks. | 22:41 |
* carl_baldwin starting to know how armax feels in this meeting. It feels a bit one-sided. | 22:41 | |
*** agrebennikov has quit IRC | 22:42 | |
carl_baldwin | #link https://bugs.launchpad.net/neutron/+bug/1579068 | 22:42 |
openstack | Launchpad bug 1579068 in neutron "[RFE] Multiple VXLAN multicast groups in linuxbridge" [Wishlist,Triaged] | 22:42 |
amuller | sounds like the next step would be to have LB agent folks chime in on the bug | 22:43 |
carl_baldwin | Right, any LB experts out there? | 22:43 |
carl_baldwin | Anyone know why the vxlan group was considered a single attribute? | 22:43 |
haleyb | that's sc68cal, right? :) | 22:44 |
*** JRobinson__ has joined #openstack-meeting | 22:44 | |
carl_baldwin | So, how do we go about getting such feedback? | 22:45 |
carl_baldwin | Recommend going to the ML? | 22:45 |
*** njohnsto_ has quit IRC | 22:45 | |
amuller | carl_baldwin: +1 | 22:45 |
carl_baldwin | That's what I'll do. | 22:46 |
carl_baldwin | #link https://bugs.launchpad.net/neutron/+bug/1581931 | 22:46 |
openstack | Launchpad bug 1581931 in neutron "RBAC -access_as_external - exclude tenant" [Wishlist,Triaged] | 22:46 |
*** shashank_hegde has joined #openstack-meeting | 22:46 | |
carl_baldwin | Doesn't sound very compelling to me. | 22:47 |
*** cwolferh has joined #openstack-meeting | 22:48 | |
carl_baldwin | kevinbenton says it will be quite a bit of work. | 22:48 |
*** samueldmq has quit IRC | 22:48 | |
carl_baldwin | Won't fix for now? | 22:48 |
*** xinli has quit IRC | 22:48 | |
*** rbak has quit IRC | 22:49 | |
* carl_baldwin needs a gavel to slam down and wake everyone up. ;) | 22:49 | |
*** shaohe_feng has quit IRC | 22:50 | |
amuller | carl_baldwin: +1 | 22:50 |
HenryG | Well, does the submitter have a fix? | 22:50 |
amuller | HenryG: no | 22:51 |
carl_baldwin | no | 22:51 |
*** shaohe_feng has joined #openstack-meeting | 22:51 | |
HenryG | Then +1 for won't fix | 22:51 |
carl_baldwin | Done. | 22:51 |
*** lpetrut has quit IRC | 22:51 | |
carl_baldwin | #link https://bugs.launchpad.net/neutron/+bug/1583184 | 22:51 |
openstack | Launchpad bug 1583184 in neutron "[RFE] bgp-dynamic-routing router association" [Wishlist,Triaged] | 22:51 |
*** roxanagh_ has joined #openstack-meeting | 22:52 | |
carl_baldwin | My concern with this is tidwellr is pretty busy with other stuff. | 22:52 |
carl_baldwin | I might put this back on the confirmed list until we identify someone who can do the work. | 22:52 |
*** boden has quit IRC | 22:52 | |
carl_baldwin | Anyone else have thoughts? | 22:52 |
amuller | carl_baldwin: You *might* get a volunteer with a ML thread | 22:53 |
amuller | worth a shot IMO if the issue is lack of assignee | 22:53 |
*** Adri2000 has quit IRC | 22:53 | |
HenryG | Yamamoto is doing it for midonet only? | 22:53 |
*** Adri2000 has joined #openstack-meeting | 22:54 | |
carl_baldwin | Looks like they already merged a spec for it. | 22:54 |
carl_baldwin | ... just this morning. | 22:55 |
carl_baldwin | I'll figure out what is going on here this week. | 22:55 |
carl_baldwin | ... and report back next week. | 22:55 |
HenryG | Oh, they need support in dynamic-routing repo | 22:55 |
tidwellr | HenryG: it's not just for midonet, it's something we wanted to support from the get-go but it never made it up the priority list | 22:55 |
HenryG | tidwellr: understood, but that's where it originated | 22:56 |
carl_baldwin | tidwellr: Can we give them the support they need for this? | 22:56 |
*** manjeets has left #openstack-meeting | 22:56 | |
*** roxanagh_ has quit IRC | 22:56 | |
tidwellr | carl_baldwin: I can commit to review cycles and *some* hand-holding, but I'm stretched pretty thin | 22:56 |
carl_baldwin | tidwellr: Does this touch the neutron repo or other repo outside of dynamic routing? | 22:57 |
*** sams-gleb has joined #openstack-meeting | 22:58 | |
tidwellr | carl_baldwin: no, it doesn't touch the neutron repo | 22:58 |
carl_baldwin | ok. | 22:58 |
carl_baldwin | We're only got a minute left. I say we draw the line here. | 22:58 |
carl_baldwin | s/We're/We've/ | 22:58 |
*** markvoelker has joined #openstack-meeting | 22:58 | |
carl_baldwin | Any objections? | 22:59 |
njohnston | +1 | 22:59 |
HenryG | +1 | 22:59 |
carl_baldwin | #endmeeting | 22:59 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 22:59 | |
openstack | Meeting ended Thu Jun 2 22:59:18 2016 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 22:59 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/neutron_drivers/2016/neutron_drivers.2016-06-02-22.00.html | 22:59 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/neutron_drivers/2016/neutron_drivers.2016-06-02-22.00.txt | 22:59 |
carl_baldwin | Thanks! | 22:59 |
openstack | Log: http://eavesdrop.openstack.org/meetings/neutron_drivers/2016/neutron_drivers.2016-06-02-22.00.log.html | 22:59 |
yushiro | Hi carl_baldwin and amuller, I'm in behalf of Takao Indoh who posted the launchpad https://bugs.launchpad.net/neutron/+bug/1586352. I've just posted comment on this launchpad. | 22:59 |
openstack | Launchpad bug 1586352 in neutron "[RFE] Grouping remote_ip_prefix by ipset" [Wishlist,Confirmed] | 22:59 |
yushiro | Would you please check it? | 22:59 |
HenryG | Thanks carl_baldwin | 22:59 |
amuller | yushiro: I'm unclear if the performance test is for ipset in general, or specifically using ipset for remote_ip_prefix? | 22:59 |
*** shaohe_feng has quit IRC | 23:00 | |
yushiro | amuller, This test is in general and not using remote_ip_prefix. | 23:00 |
*** shaohe_feng has joined #openstack-meeting | 23:01 | |
carl_baldwin | yushiro: Doesn't that kind of make the benchmark irrelevant to this request? | 23:02 |
amuller | my thoughts as well | 23:02 |
amuller | We know ipset makes things faster | 23:02 |
*** sams-gleb has quit IRC | 23:03 | |
*** markvoelker has quit IRC | 23:03 | |
*** ayoung has quit IRC | 23:04 | |
*** JRobinson__ has quit IRC | 23:06 | |
yushiro | carl_baldwin, amuller Oh, Ok. I think you already know ipset ability. | 23:06 |
*** emagana has quit IRC | 23:06 | |
*** ociuhandu has quit IRC | 23:06 | |
*** tonytan4ever has joined #openstack-meeting | 23:06 | |
*** ociuhandu_ has joined #openstack-meeting | 23:06 | |
*** diana_clarke has left #openstack-meeting | 23:06 | |
*** iyamahat has quit IRC | 23:07 | |
yushiro | carl_baldwin, amuller What I'd like to tell you is it's worth improving remote_ip_prefix process using ipset. | 23:07 |
carl_baldwin | yushiro: right, we already use ipsets, need to show how this case is improved. | 23:07 |
*** vishnoianil has quit IRC | 23:07 | |
carl_baldwin | yushiro: right | 23:07 |
mickeys | yushiro: Are you asking for an API change? | 23:07 |
*** Qiming has joined #openstack-meeting | 23:09 | |
yushiro | mickeys, well, I'd like to improve this rfe with no API change. Takao and I will consider about it. | 23:10 |
*** rcernin has quit IRC | 23:10 | |
mickeys | yushiro: If you want to do it without an API change, then you are talking about coalescing multiple rules in the same security group, and programming them as one iptables rule? | 23:10 |
*** shaohe_feng has quit IRC | 23:10 | |
yushiro | mickeys, Yes. It similar to my current imagination. | 23:12 |
*** gjayavelu has quit IRC | 23:12 | |
*** edtubill has quit IRC | 23:12 | |
yushiro | carl_baldwin, I understood. I'll tell Takao about it. Thank you. | 23:13 |
*** shaohe_feng has joined #openstack-meeting | 23:13 | |
yushiro | carl_baldwin, amuller mickeys Thank you for talking with me in spite of over time for the meeting. | 23:14 |
*** emagana has joined #openstack-meeting | 23:15 | |
carl_baldwin | yushiro: glad to help | 23:15 |
*** ssalagame has quit IRC | 23:17 | |
yushiro | carl_baldwin, I hope our RFE will be triaged :) OK, Takao and I will update the launchpad. See you. | 23:18 |
*** IlyaG has quit IRC | 23:18 | |
*** emagana has quit IRC | 23:19 | |
*** agireud has quit IRC | 23:19 | |
*** amuller has quit IRC | 23:19 | |
*** david-lyle has joined #openstack-meeting | 23:20 | |
*** shaohe_feng has quit IRC | 23:20 | |
*** shaohe_feng has joined #openstack-meeting | 23:21 | |
*** agireud has joined #openstack-meeting | 23:21 | |
*** kylek3h has joined #openstack-meeting | 23:25 | |
*** tidwellr has left #openstack-meeting | 23:27 | |
*** rbak has joined #openstack-meeting | 23:27 | |
*** roxanaghe has quit IRC | 23:29 | |
*** kylek3h_ has joined #openstack-meeting | 23:29 | |
*** shaohe_feng has quit IRC | 23:31 | |
*** shaohe_feng has joined #openstack-meeting | 23:32 | |
*** kylek3h has quit IRC | 23:32 | |
*** zhurong has joined #openstack-meeting | 23:36 | |
*** mickeys has quit IRC | 23:36 | |
*** mickeys has joined #openstack-meeting | 23:37 | |
*** Leom has quit IRC | 23:37 | |
*** tochi has joined #openstack-meeting | 23:38 | |
*** amitgandhinz has quit IRC | 23:38 | |
*** amotoki has joined #openstack-meeting | 23:39 | |
*** Qiming has quit IRC | 23:40 | |
*** zhurong has quit IRC | 23:40 | |
*** JRobinson__ has joined #openstack-meeting | 23:41 | |
*** mickeys has quit IRC | 23:41 | |
*** shaohe_feng has quit IRC | 23:41 | |
*** mickeys has joined #openstack-meeting | 23:41 | |
*** henrynash has quit IRC | 23:43 | |
*** shaohe_feng has joined #openstack-meeting | 23:44 | |
*** amotoki has quit IRC | 23:44 | |
*** mickeys has quit IRC | 23:46 | |
*** mickeys has joined #openstack-meeting | 23:47 | |
*** bill_az has quit IRC | 23:49 | |
*** vishwanathj has joined #openstack-meeting | 23:49 | |
*** timcline_ has quit IRC | 23:49 | |
*** Julien-zte has quit IRC | 23:49 | |
*** bill_az has joined #openstack-meeting | 23:51 | |
*** shaohe_feng has quit IRC | 23:51 | |
*** mickeys has quit IRC | 23:51 | |
*** shaohe_feng has joined #openstack-meeting | 23:52 | |
*** roxanaghe has joined #openstack-meeting | 23:52 | |
*** mickeys has joined #openstack-meeting | 23:53 | |
*** sdake has joined #openstack-meeting | 23:54 | |
*** sdake_ has quit IRC | 23:56 | |
*** rena9067 has quit IRC | 23:56 | |
*** roxanaghe has quit IRC | 23:57 | |
*** yushiro has quit IRC | 23:57 | |
*** sdake has quit IRC | 23:57 | |
*** sdake has joined #openstack-meeting | 23:57 | |
*** sdague has quit IRC | 23:58 | |
*** leeantho has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!