*** carl_baldwin has quit IRC | 00:00 | |
cyeoh | #startmeeting nova-api | 00:00 |
---|---|---|
openstack | Meeting started Fri May 30 00:00:44 2014 UTC and is due to finish in 60 minutes. The chair is cyeoh. Information about MeetBot at http://wiki.debian.org/MeetBot. | 00:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 00:00 |
*** openstack changes topic to " (Meeting topic: nova-api)" | 00:00 | |
*** brucer_ has joined #openstack-meeting | 00:00 | |
openstack | The meeting name has been set to 'nova_api' | 00:00 |
cyeoh | Hi - who's here today? | 00:01 |
soulxu1404 | hi | 00:01 |
*** dstanek is now known as dstanek_zzz | 00:01 | |
oomichi | hello | 00:01 |
*** soulxu1404 is now known as alex_xu | 00:01 | |
alex_xu | hi | 00:01 |
tian | hi | 00:01 |
cyeoh | cool - let's get started | 00:01 |
*** gyee has quit IRC | 00:01 | |
cyeoh | #topic v2.1 on v3 | 00:01 |
*** openstack changes topic to "v2.1 on v3 (Meeting topic: nova-api)" | 00:01 | |
cyeoh | so the nova spec proposal for this is here: | 00:02 |
cyeoh | #link https://review.openstack.org/#/c/84695/ | 00:02 |
*** brucer has quit IRC | 00:02 | |
cyeoh | please review and comment if you have the time. I will update based on feedback. Obviously we want to get this approved asap so we can start merging all the code we have | 00:02 |
*** GMann has joined #openstack-meeting | 00:03 | |
*** armax has quit IRC | 00:03 | |
cyeoh | is there anything that anyone wants to talk about the spec for this on v2.1 on v3 generally now? | 00:03 |
*** armax has joined #openstack-meeting | 00:03 | |
*** armax has left #openstack-meeting | 00:03 | |
oomichi | that is enough for me by talking it on nova-specs. | 00:04 |
*** whenry has joined #openstack-meeting | 00:04 | |
oomichi | nothing from me now. | 00:04 |
*** ddieterly has quit IRC | 00:04 | |
cyeoh | ok. so my suggestion is we progress as much as we can on it for the next week and if its not approved by then we bring it to next week's main nova meeting | 00:05 |
*** armax has joined #openstack-meeting | 00:05 | |
*** armax has quit IRC | 00:05 | |
oomichi | cyeoh: cool, that would be nice:) | 00:05 |
cyeoh | to hopefully get it approved | 00:05 |
*** armax has joined #openstack-meeting | 00:05 | |
alex_xu | cyeoh, cool | 00:05 |
*** armax has left #openstack-meeting | 00:05 | |
cyeoh | #action cyeoh to bring v2 on v3 nova-spec proposal to next nova meeting if not approved by then | 00:05 |
oomichi | ceyoh: agree, we need to approve it soon. | 00:05 |
cyeoh | #topic microversions API | 00:06 |
*** openstack changes topic to "microversions API (Meeting topic: nova-api)" | 00:06 | |
cyeoh | #link https://wiki.openstack.org/wiki/Nova/ProposalForAPIMicroVersions | 00:06 |
cyeoh | #link https://review.openstack.org/#/c/96139/ | 00:06 |
cyeoh | the difficulty with the microversions is that we have two quite distinct views on what microversions is | 00:07 |
cyeoh | so although from what I understand there was consensus on going the microversions route its not clear which one people meant | 00:07 |
*** rockyg has quit IRC | 00:07 | |
*** kayaliu_ has quit IRC | 00:08 | |
oomichi | cyeoh: yep, we need to discuss it more. | 00:08 |
oomichi | cyeoh: one question. | 00:08 |
cyeoh | I think the first (separate versioning on each extension) is reasonably fleshed out, but the later needs a bit more research/work | 00:08 |
cyeoh | oomichi: sure, go ahead | 00:08 |
oomichi | cyeoh; thanks | 00:08 |
oomichi | cyeoh: when you add version of each API extension to v3 API, would you increase their version when adding some API parameters to exisiting API? | 00:08 |
oomichi | s/add/added/ | 00:09 |
*** Mandell has quit IRC | 00:09 | |
cyeoh | yes | 00:09 |
oomichi | cyeoh: thanks, the same idea:) | 00:09 |
cyeoh | any change incompatible or not would be a version bump | 00:09 |
cyeoh | yep, that removes the need to add "dummy" extensions | 00:10 |
oomichi | OK, I got it. I will discuss it on the direction. | 00:10 |
cyeoh | so I need to a bit more research/reading on the second proposal and will do a bit of an update, but everyone should definitely feel very welcome to update the spec and/or add comments | 00:10 |
cyeoh | as we need to get this nailed down pretty quickly too | 00:11 |
oomichi | cyeoh: yep. | 00:11 |
cyeoh | and I'd like to exclude one of them fairly soon (say in the next week) so we can just concentrate on getting one right | 00:11 |
*** jaypipes has quit IRC | 00:11 | |
cyeoh | anything even like a pro/cons list section for each would be helpful I think | 00:11 |
*** Mandell has joined #openstack-meeting | 00:12 | |
oomichi | cyeoh: agree, I also will write it on gerrit. | 00:12 |
cyeoh | oomichi: thx! | 00:12 |
tian | should we also need the V3 novaclient when use the micoversions? | 00:12 |
cyeoh | tian: hrm, so that's an interesting question. | 00:12 |
cyeoh | it gets a bit trickier for novaclient - it will be more of a v2-microversions aware novaclient | 00:13 |
cyeoh | perhaps novaclient-microversions will always track the latest stable microversion? | 00:13 |
tian | cyeoh: that's say, we will have one novaclient ? | 00:14 |
*** jackib has quit IRC | 00:14 | |
cyeoh | tian: my guess would be one novaclient codebase, but there will probably be a need to a novaclient interface which supports vanilla v2 | 00:14 |
tian | cyeoh : got it , cool | 00:14 |
cyeoh | and one which support v2-microversions (don't know how many stable microversions it will support) | 00:14 |
cyeoh | part of the issue is how much novaclient insulates the caller from API which didn't really get discussed at summit unfortunately | 00:15 |
cyeoh | for the command line its easy - the user doesn't really care | 00:15 |
cyeoh | but if its being used as an SDK, then parameter name changes etc do matter. | 00:15 |
cyeoh | anything else on microversions before we move on? | 00:16 |
tian | none for me | 00:16 |
*** sarob has joined #openstack-meeting | 00:16 | |
cyeoh | #topic tasks api | 00:16 |
*** openstack changes topic to "tasks api (Meeting topic: nova-api)" | 00:16 | |
cyeoh | #link https://review.openstack.org/#/c/86938/ | 00:17 |
cyeoh | alaski has is tasks api nova-spec proposal there. It's pretty mature and worth a read | 00:17 |
*** fnaval has joined #openstack-meeting | 00:17 | |
cyeoh | just a heads up, but I imagine it'll be the first big thing that uses microversions | 00:17 |
*** sseverson has joined #openstack-meeting | 00:18 | |
*** sarob_ has joined #openstack-meeting | 00:18 | |
oomichi | agree to use microversions. that is interesting feature:-) | 00:18 |
cyeoh | yep it will make for a much nicer interface for users | 00:18 |
cyeoh | #topic tempst api response validation work | 00:19 |
*** openstack changes topic to "tempst api response validation work (Meeting topic: nova-api)" | 00:19 | |
cyeoh | oomichi: just put that in here in case you wanted to take about it | 00:19 |
oomichi | cyeoh: we have already implemented most patches for it. | 00:19 |
oomichi | and just waiting for reviews. so nice progress now. | 00:20 |
cyeoh | oomichi: cool :-) | 00:20 |
*** zhiyan_ is now known as zhiyan | 00:20 | |
oomichi | cyeoh: thanks:) | 00:20 |
oomichi | so now nothing to need to discuss it:) | 00:20 |
*** leeantho has quit IRC | 00:20 | |
cyeoh | ok :) | 00:20 |
cyeoh | #topic sdk port | 00:21 |
*** openstack changes topic to "sdk port (Meeting topic: nova-api)" | 00:21 | |
*** sarob has quit IRC | 00:21 | |
cyeoh | not sure if mrda is around, but given microversions, the context of this has probably changed to how hard it is to wedge client accept headers into an SDK | 00:21 |
cyeoh | anyway discussion on this can probably wait | 00:21 |
cyeoh | for input validation checks, that's still on my todo list | 00:22 |
*** sarob has joined #openstack-meeting | 00:22 | |
*** vivek-ebay has quit IRC | 00:22 | |
*** vivek-eb_ has quit IRC | 00:22 | |
cyeoh | oomichi: anything you wanted to talk about API extensions? I think your patch is in the review queue IIRC? | 00:22 |
oomichi | cyeoh: re: nova input validation | 00:22 |
oomichi | now nova-specs about it is reviewed. | 00:22 |
*** sarob_ has quit IRC | 00:23 | |
oomichi | #link https://review.openstack.org/#/c/85640/ | 00:23 |
oomichi | I hope it will be approved soon. | 00:23 |
oomichi | and the patches have already implemented. so just waiting for reviews;) | 00:23 |
cyeoh | ah ok, have you tried pinging mikal to remove the -2? | 00:23 |
oomichi | yep, and waiting for him. I will ping him again later. | 00:24 |
*** cdub has joined #openstack-meeting | 00:24 | |
cyeoh | ok, cool. I'll review it today, though I don't have +2 powers on nova-specs ;-) | 00:24 |
oomichi | cyeoh: but your +1 is really important for nova api spec:) | 00:25 |
cyeoh | heh | 00:25 |
oomichi | thanks in advance;-) | 00:25 |
cyeoh | was there anything else from anyone before we move on? | 00:26 |
oomichi | that is all from me | 00:26 |
cyeoh | #topic correct error code for over quota errors | 00:26 |
*** openstack changes topic to "correct error code for over quota errors (Meeting topic: nova-api)" | 00:26 | |
*** sarob has quit IRC | 00:26 | |
cyeoh | so this has come up a bit lately - for overquota 413 is definitely wrong, but there's a bit of a dispute over whether it should be 403 or 400 | 00:27 |
cyeoh | I'm not sure if there was a debate about this while I was off sick, but I can't find it. | 00:27 |
*** tinoue_ has joined #openstack-meeting | 00:27 | |
cyeoh | on the mailing list anyway | 00:27 |
cyeoh | does anyone remember if there was any sort of consensus found for this at summit or elsewhere? | 00:27 |
*** Mandell has quit IRC | 00:28 | |
oomichi | sorry, nothing from me:-( | 00:28 |
cyeoh | ok I'll bring it up on the mailing list. A quick google seems to show that for REST APIs generally 403 is pretty popular under these circumstances | 00:29 |
*** bknudson has joined #openstack-meeting | 00:29 | |
*** SumitNaiksatam has quit IRC | 00:29 | |
cyeoh | I don't think its a big thing, but we should be consistent across the openstack APIs | 00:29 |
oomichi | http403 seems better, but some patch which is in gerrit now changes http400. | 00:29 |
*** zhiyan is now known as zhiyan_ | 00:29 | |
dims | Hi cyeoh!!!!! | 00:29 |
cyeoh | yep I a gree I think 403 is better. I just didn't want to re-open a debate on something we might already have consensus on :-) | 00:29 |
cyeoh | dims: hi :-) | 00:29 |
dims | cyeoh, very happy to see you :) | 00:30 |
cyeoh | dims: good to be back :-) | 00:30 |
*** matsuhashi has joined #openstack-meeting | 00:30 | |
cyeoh | #action cyeoh to send a mail to openstack-dev about 400 vs 403 for over quota errors | 00:30 |
oomichi | https://review.openstack.org/#/c/95671/ is related to this topic. | 00:31 |
*** tomoe_ has joined #openstack-meeting | 00:31 | |
*** nati_ueno has quit IRC | 00:31 | |
cyeoh | oomichi: yep I'd rather we didn't churn between 400 and 403 :-) | 00:31 |
cyeoh | #topic open discussion | 00:32 |
*** openstack changes topic to "open discussion (Meeting topic: nova-api)" | 00:32 | |
cyeoh | so anything that anyone wants to talk about? | 00:32 |
alex_xu | I have question for nova api policy | 00:32 |
cyeoh | alex_xu: sure, go ahead! | 00:33 |
*** ddieterly has joined #openstack-meeting | 00:33 | |
alex_xu | I have think of whether we should enable those policy improvement for v2 api | 00:33 |
*** epico has joined #openstack-meeting | 00:33 | |
*** yamahata has joined #openstack-meeting | 00:33 | |
alex_xu | I added comment at nova specs #link https://review.openstack.org/92005 | 00:33 |
alex_xu | I want to hear you guys suggestion | 00:33 |
*** cdub has quit IRC | 00:33 | |
*** nati_ueno has joined #openstack-meeting | 00:35 | |
cyeoh | alex_xu: so whilst the first option of just have an upgrade impact flag would be easier for a developer point of view | 00:35 |
cyeoh | if we were to go that way I think it really needs input from the CD people that this would be ok | 00:36 |
cyeoh | eg Phil Day, some people from rackspace etc | 00:36 |
cyeoh | as to how much pain that is going to cause them | 00:36 |
*** sarob has joined #openstack-meeting | 00:36 | |
cyeoh | if there's any push back at all then we'd go the second route which is a lot more conservative | 00:36 |
cyeoh | maybe an email post to openstack-dev and openstack-operators would help? | 00:37 |
alex_xu | cyeoh, ok, I will send email to ask this problem | 00:37 |
alex_xu | cyeoh, thanks | 00:38 |
GMann | cyeoh: I have one on microversion + novaclient | 00:38 |
cyeoh | GMann: sure, go ahead | 00:38 |
GMann | Currently novaclient get the endpoitns from keystone for each service type. | 00:38 |
GMann | So for each microversion, we need to register separate service in keystone like devstack. | 00:39 |
cyeoh | GMann: no for microversions the endpoint is the same (unlike /v2 vs /v3 | 00:39 |
GMann | That’s might be little bit ugly in case of many microversion. | 00:39 |
cyeoh | the microversion would be requested through an HTTP header instead | 00:39 |
cyeoh | like an Accepts header (exact format still to be defined) | 00:40 |
GMann | ohk. | 00:40 |
*** crandquist has quit IRC | 00:40 | |
cyeoh | but kind of along the lines of the header which we currnetly send to the v2 api saying whether we want xml or json | 00:40 |
GMann | but for V2.1? | 00:40 |
cyeoh | well long term for V2.1 we'd be exporting as /v2 | 00:40 |
cyeoh | if someone wants to expose it as /v2.1 in the meantime then yes they'd have to do some keystone stuff | 00:41 |
*** dstanek_zzz is now known as dstanek | 00:41 | |
cyeoh | there is also a suggestion that we should just drop the whole /v2 or /v2.1 prefix once we have microversions | 00:41 |
cyeoh | because it no longer really makes any sense | 00:41 |
*** IlyaE has quit IRC | 00:41 | |
cyeoh | but thats quite long term and we'd need to support the /v2 prefix for a very long time anyway | 00:42 |
GMann | Ohk. Got it. | 00:43 |
GMann | Cyeoh : Thanks for clarification | 00:43 |
cyeoh | np | 00:43 |
cyeoh | anything else for open discussion from anyone? | 00:43 |
oomichi | during v2.1 API developing, we need to run v2, v2.1 and v3 in paralell. so we need to change devstack for adding v2.1 endpoint. | 00:44 |
oomichi | I guess just it would be temporary. | 00:45 |
cyeoh | oomichi: yea that's a pain, but I don't see any alternative to make sure that we don't regress the underlying v3 code | 00:45 |
cyeoh | hopefully that's just a juno thing | 00:45 |
oomichi | cyeoh: yes, agree. | 00:45 |
*** brucer__ has joined #openstack-meeting | 00:45 | |
GMann | but if we take case of Tempest, then devstack endpoint might not be needed | 00:46 |
*** IlyaE has joined #openstack-meeting | 00:46 | |
GMann | as Tempest has smart logic of converting the v2 endpoints to any version (v2.1) base on API_version on service client side | 00:46 |
cyeoh | I think the endpoint itself for devstack doesn't really hurt - if anything it makes it easier for people to test v2.1 if they want to | 00:46 |
cyeoh | the main pain is having to do tempest testing for v2, v2.1 and v3 | 00:47 |
*** SumitNaiksatam has joined #openstack-meeting | 00:47 | |
oomichi | cyeoh: if disabling v2 XML API tests in tempest instead, the pain/cost can be reduced. | 00:48 |
*** Edward-Zhang has quit IRC | 00:48 | |
tomoe_ | hi nati_ueno: are you around? | 00:48 |
cyeoh | oomichi: yes that's true. Hopefully a decision will get made around that soon | 00:48 |
nati_ueno | tomoe_: hi! | 00:48 |
nati_ueno | tomoe_: I removed ordering part from bp | 00:48 |
tomoe_ | did my comment make sense? | 00:49 |
*** igordcard_ has quit IRC | 00:49 | |
nati_ueno | tomoe_: yes | 00:49 |
tomoe_ | i haven't caught up on the BP yet | 00:49 |
tomoe_ | ok, cool | 00:49 |
nati_ueno | tomoe_: OK please review latest one | 00:49 |
GMann | yes, XML disabling will be very helpfull | 00:49 |
nati_ueno | tomoe_: now it is just union | 00:49 |
*** reed has joined #openstack-meeting | 00:49 | |
tomoe_ | nati_ueno: will do | 00:49 |
oomichi | tomoe_, nati_ueno: is it related to nova api meeting? | 00:50 |
*** brucer_ has quit IRC | 00:50 | |
nati_ueno | oomichi: no | 00:50 |
tomoe_ | oops. sorry, my bad | 00:50 |
tomoe_ | bad channel | 00:50 |
nati_ueno | ohhh | 00:50 |
nati_ueno | sorry | 00:50 |
oomichi | np | 00:50 |
*** zhiyan_ is now known as zhiyan | 00:50 | |
tomoe_ | my bad sorry, getting out of here. | 00:50 |
cyeoh | np :-) Is there anything else for open discussion now? | 00:50 |
*** paragan has joined #openstack-meeting | 00:51 | |
cyeoh | ok we might as well finish a bit early then :-) | 00:52 |
cyeoh | thanks everyone! | 00:52 |
oomichi | thanks all! | 00:52 |
alex_xu | thanks all | 00:52 |
GMann | thanks all. Have a good day. | 00:52 |
cyeoh | #endmeeting | 00:52 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 00:52 | |
openstack | Meeting ended Fri May 30 00:52:41 2014 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 00:52 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/nova_api/2014/nova_api.2014-05-30-00.00.html | 00:52 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/nova_api/2014/nova_api.2014-05-30-00.00.txt | 00:52 |
openstack | Log: http://eavesdrop.openstack.org/meetings/nova_api/2014/nova_api.2014-05-30-00.00.log.html | 00:52 |
*** dougw2 has quit IRC | 00:54 | |
*** sarob has quit IRC | 00:55 | |
*** Penick has quit IRC | 00:55 | |
*** pablosan has quit IRC | 00:56 | |
*** bdpayne has quit IRC | 00:57 | |
*** penguinRaider has quit IRC | 00:58 | |
*** Mandell has joined #openstack-meeting | 00:58 | |
*** pablosan has joined #openstack-meeting | 00:59 | |
*** jackib has joined #openstack-meeting | 00:59 | |
*** zhiyan is now known as zhiyan_ | 00:59 | |
*** kayaliu_ has joined #openstack-meeting | 01:00 | |
*** zaneb has quit IRC | 01:01 | |
*** lbragstad has joined #openstack-meeting | 01:01 | |
*** IlyaE has quit IRC | 01:02 | |
*** jjmb has joined #openstack-meeting | 01:04 | |
*** mattgriffin has quit IRC | 01:04 | |
*** Mandell has quit IRC | 01:05 | |
*** weshay has joined #openstack-meeting | 01:05 | |
*** devlaps has quit IRC | 01:05 | |
*** devlaps1 has quit IRC | 01:05 | |
*** Alexandra_ has quit IRC | 01:06 | |
*** jjmb1 has joined #openstack-meeting | 01:09 | |
*** mattgriffin has joined #openstack-meeting | 01:09 | |
*** zhiyan_ is now known as zhiyan | 01:09 | |
*** IlyaE has joined #openstack-meeting | 01:11 | |
*** IlyaE has quit IRC | 01:11 | |
*** jjmb has quit IRC | 01:11 | |
*** xianghui has joined #openstack-meeting | 01:12 | |
*** Leonr has joined #openstack-meeting | 01:15 | |
*** Thurloat has quit IRC | 01:16 | |
*** GMann has left #openstack-meeting | 01:18 | |
*** tinoue has quit IRC | 01:20 | |
*** tinoue_ has quit IRC | 01:20 | |
*** comay has quit IRC | 01:28 | |
*** pablosan is now known as zz_pablosan | 01:30 | |
*** zz_pablosan is now known as pablosan | 01:30 | |
*** pablosan is now known as zz_pablosan | 01:30 | |
*** dstanek is now known as dstanek_zzz | 01:31 | |
*** nati_ueno has quit IRC | 01:31 | |
*** Mandell has joined #openstack-meeting | 01:32 | |
*** banix has joined #openstack-meeting | 01:32 | |
*** marcoemorais has quit IRC | 01:33 | |
*** sarob has joined #openstack-meeting | 01:34 | |
*** ssurana has joined #openstack-meeting | 01:36 | |
*** neelashah has joined #openstack-meeting | 01:37 | |
*** xianghui has quit IRC | 01:38 | |
*** jjmb1 has quit IRC | 01:40 | |
*** Edward-Zhang has joined #openstack-meeting | 01:42 | |
*** ddieterly has quit IRC | 01:43 | |
*** ddieterly has joined #openstack-meeting | 01:44 | |
*** jjmb has joined #openstack-meeting | 01:45 | |
*** jjmb has quit IRC | 01:45 | |
*** jjmb has joined #openstack-meeting | 01:46 | |
*** nosnos has joined #openstack-meeting | 01:47 | |
*** ddieterly has quit IRC | 01:48 | |
*** zhikunliu has quit IRC | 01:49 | |
*** tris- is now known as tris | 01:49 | |
*** weshay has quit IRC | 01:50 | |
*** eguz has joined #openstack-meeting | 01:52 | |
*** eguz has quit IRC | 01:52 | |
*** arnaud has quit IRC | 01:52 | |
*** jackib has quit IRC | 01:54 | |
*** baoli has joined #openstack-meeting | 01:55 | |
*** xianghui has joined #openstack-meeting | 01:55 | |
*** eghobo has quit IRC | 01:56 | |
*** rakhmerov has joined #openstack-meeting | 01:56 | |
*** isviridov is now known as isvirido | 01:57 | |
*** isvirido is now known as isviridov | 01:57 | |
*** isviridov is now known as isviridov|away | 01:57 | |
*** banix has quit IRC | 02:01 | |
*** Mandell has quit IRC | 02:07 | |
*** lbragstad has quit IRC | 02:08 | |
*** zehicle_at_dell has quit IRC | 02:09 | |
*** xianghui has quit IRC | 02:12 | |
*** ujuc has joined #openstack-meeting | 02:12 | |
*** jjmb has quit IRC | 02:15 | |
*** ArxCruz has quit IRC | 02:15 | |
*** jjmb has joined #openstack-meeting | 02:16 | |
*** dstanek_zzz is now known as dstanek | 02:22 | |
*** banix has joined #openstack-meeting | 02:22 | |
*** xianghui has joined #openstack-meeting | 02:26 | |
*** Qiming has quit IRC | 02:27 | |
*** mxin has joined #openstack-meeting | 02:28 | |
*** dims has quit IRC | 02:28 | |
*** dstanek is now known as dstanek_zzz | 02:32 | |
*** whenry has quit IRC | 02:34 | |
*** dstanek_zzz is now known as dstanek | 02:34 | |
*** jamiem has quit IRC | 02:39 | |
*** harlowja_ is now known as harlowja_away | 02:41 | |
*** dstanek is now known as dstanek_zzz | 02:44 | |
*** jamiem has joined #openstack-meeting | 02:45 | |
*** matsuhashi has quit IRC | 02:45 | |
*** haomaiwa_ has joined #openstack-meeting | 02:47 | |
*** zhikunliu has joined #openstack-meeting | 02:49 | |
*** jamiem has quit IRC | 02:50 | |
*** lcheng_ has joined #openstack-meeting | 02:50 | |
*** paragan has quit IRC | 02:53 | |
*** lcheng_ has quit IRC | 02:54 | |
*** marcoemorais has joined #openstack-meeting | 02:54 | |
*** haomaiwa_ has quit IRC | 02:55 | |
*** haomaiwang has joined #openstack-meeting | 02:55 | |
*** paragan has joined #openstack-meeting | 02:57 | |
*** paragan has joined #openstack-meeting | 02:57 | |
*** shakayumi has quit IRC | 02:58 | |
*** Qiming has joined #openstack-meeting | 02:58 | |
*** baoli has quit IRC | 02:58 | |
*** marcoemorais has quit IRC | 02:58 | |
*** mberlin has joined #openstack-meeting | 02:58 | |
*** Qiming_ has joined #openstack-meeting | 02:58 | |
*** mberlin1 has quit IRC | 02:59 | |
*** marcoemorais1 has joined #openstack-meeting | 03:00 | |
*** crandquist has joined #openstack-meeting | 03:02 | |
*** Qiming has quit IRC | 03:02 | |
*** Guest46556 has quit IRC | 03:04 | |
*** kayaliu_ has quit IRC | 03:09 | |
*** xianghui has quit IRC | 03:12 | |
*** haomaiw__ has joined #openstack-meeting | 03:12 | |
*** haomaiwang has quit IRC | 03:13 | |
*** reed has quit IRC | 03:15 | |
*** kayaliu_ has joined #openstack-meeting | 03:15 | |
*** bdpayne has joined #openstack-meeting | 03:17 | |
*** saundo has quit IRC | 03:18 | |
*** Guest46556 has joined #openstack-meeting | 03:19 | |
*** ramishra has joined #openstack-meeting | 03:19 | |
*** eghobo has joined #openstack-meeting | 03:19 | |
*** ramishra has quit IRC | 03:23 | |
*** bknudson has quit IRC | 03:23 | |
*** schwicht has quit IRC | 03:24 | |
*** GIOVA has joined #openstack-meeting | 03:25 | |
*** ramishra has joined #openstack-meeting | 03:25 | |
*** GIOVA has quit IRC | 03:25 | |
*** GIOVA has joined #openstack-meeting | 03:26 | |
*** haomaiwa_ has joined #openstack-meeting | 03:27 | |
GIOVA | O:-) HOLA | 03:27 |
*** xianghui has joined #openstack-meeting | 03:29 | |
*** haomaiw__ has quit IRC | 03:30 | |
GIOVA | no hay ninguna chama en este chat???>:o | 03:32 |
*** Mandell has joined #openstack-meeting | 03:33 | |
*** mxin has left #openstack-meeting | 03:34 | |
*** dstanek_zzz is now known as dstanek | 03:35 | |
*** GIOVA has left #openstack-meeting | 03:35 | |
*** nosnos has quit IRC | 03:40 | |
*** bdpayne has quit IRC | 03:40 | |
*** jackib has joined #openstack-meeting | 03:42 | |
*** dstanek is now known as dstanek_zzz | 03:45 | |
*** matsuhashi has joined #openstack-meeting | 03:47 | |
*** jackib has quit IRC | 03:47 | |
*** matsuhashi has quit IRC | 03:54 | |
*** matsuhashi has joined #openstack-meeting | 03:54 | |
*** akuznetsov has joined #openstack-meeting | 03:55 | |
*** sgordon__ has quit IRC | 03:55 | |
*** kayaliu_ has quit IRC | 03:57 | |
*** matsuhashi has quit IRC | 03:57 | |
*** matsuhashi has joined #openstack-meeting | 03:58 | |
*** ramishra has quit IRC | 03:58 | |
*** ramishra has joined #openstack-meeting | 03:58 | |
*** TravT has quit IRC | 03:59 | |
*** crc32 has quit IRC | 04:03 | |
*** matsuhashi has quit IRC | 04:03 | |
*** matsuhashi has joined #openstack-meeting | 04:03 | |
*** lcheng_ has joined #openstack-meeting | 04:05 | |
*** tnurlygayanov has quit IRC | 04:06 | |
*** banix has quit IRC | 04:07 | |
*** bdpayne has joined #openstack-meeting | 04:08 | |
*** tnurlygayanov has joined #openstack-meeting | 04:08 | |
*** yamamoto__ has joined #openstack-meeting | 04:12 | |
*** vkmc has quit IRC | 04:13 | |
*** otherwiseguy has quit IRC | 04:15 | |
*** otherwiseguy has joined #openstack-meeting | 04:16 | |
*** jackib has joined #openstack-meeting | 04:17 | |
*** Mandell has quit IRC | 04:20 | |
*** Qiming_ has quit IRC | 04:21 | |
*** otherwiseguy has quit IRC | 04:23 | |
*** ramishra has quit IRC | 04:23 | |
*** otherwiseguy has joined #openstack-meeting | 04:28 | |
*** jcoufal has joined #openstack-meeting | 04:28 | |
*** sarob has quit IRC | 04:29 | |
*** rickerc_ has joined #openstack-meeting | 04:30 | |
*** Qiming has joined #openstack-meeting | 04:30 | |
*** sarob has joined #openstack-meeting | 04:30 | |
*** rickerc has quit IRC | 04:30 | |
*** rickerc_ is now known as rickerc | 04:30 | |
*** jackib has quit IRC | 04:34 | |
*** sarob has quit IRC | 04:35 | |
*** crandquist has quit IRC | 04:35 | |
*** otherwiseguy has quit IRC | 04:35 | |
*** yogeshmehra has joined #openstack-meeting | 04:35 | |
*** dstanek_zzz is now known as dstanek | 04:36 | |
*** otherwiseguy has joined #openstack-meeting | 04:36 | |
*** crandquist has joined #openstack-meeting | 04:36 | |
*** yogeshmehra has quit IRC | 04:37 | |
*** yogeshmehra has joined #openstack-meeting | 04:37 | |
*** hemna_ has joined #openstack-meeting | 04:38 | |
*** comay has joined #openstack-meeting | 04:39 | |
*** yogeshmehra has quit IRC | 04:39 | |
*** yogeshmehra has joined #openstack-meeting | 04:39 | |
*** crandquist has quit IRC | 04:41 | |
*** otherwiseguy has quit IRC | 04:41 | |
*** terryw has joined #openstack-meeting | 04:41 | |
*** nosnos has joined #openstack-meeting | 04:42 | |
*** bdpayne has quit IRC | 04:45 | |
*** Mandell has joined #openstack-meeting | 04:45 | |
*** nelsnelson has quit IRC | 04:45 | |
*** dstanek is now known as dstanek_zzz | 04:46 | |
*** Leonr has quit IRC | 04:48 | |
*** tomoe_ has quit IRC | 04:52 | |
*** afazekas has quit IRC | 04:55 | |
*** neelashah has quit IRC | 04:56 | |
*** kayaliu_ has joined #openstack-meeting | 04:56 | |
*** Mandell has quit IRC | 04:58 | |
*** IlyaE has joined #openstack-meeting | 04:58 | |
*** bdpayne has joined #openstack-meeting | 04:59 | |
*** Mandell has joined #openstack-meeting | 04:59 | |
*** kayaliu_ has quit IRC | 05:00 | |
*** crandquist has joined #openstack-meeting | 05:05 | |
*** tomoe_ has joined #openstack-meeting | 05:07 | |
*** crandquist has quit IRC | 05:10 | |
*** yogeshmehra has quit IRC | 05:11 | |
*** zhiyan is now known as zhiyan_ | 05:13 | |
*** Mandell has quit IRC | 05:15 | |
*** mrmartin has joined #openstack-meeting | 05:18 | |
*** yogeshmehra has joined #openstack-meeting | 05:18 | |
*** jdurgin1 has quit IRC | 05:19 | |
*** Mandell has joined #openstack-meeting | 05:20 | |
*** vivek-eb_ has joined #openstack-meeting | 05:20 | |
*** vivek-ebay has joined #openstack-meeting | 05:20 | |
*** lcheng_ has quit IRC | 05:22 | |
*** kayaliu_ has joined #openstack-meeting | 05:22 | |
*** Mandell has quit IRC | 05:26 | |
*** mrmartin has quit IRC | 05:28 | |
*** rickerc has quit IRC | 05:31 | |
*** ssurana has quit IRC | 05:31 | |
*** masayukig has quit IRC | 05:32 | |
*** Mandell has joined #openstack-meeting | 05:34 | |
*** yogeshmehra has quit IRC | 05:34 | |
*** rickerc has joined #openstack-meeting | 05:34 | |
*** Mandell has quit IRC | 05:35 | |
*** zhiyan_ is now known as zhiyan | 05:35 | |
*** dstanek_zzz is now known as dstanek | 05:36 | |
*** dstanek is now known as dstanek_zzz | 05:46 | |
*** zhiyan is now known as zhiyan_ | 05:47 | |
*** terryw has quit IRC | 05:47 | |
*** xianghui has quit IRC | 05:48 | |
*** Mandell has joined #openstack-meeting | 05:48 | |
*** tnurlygayanov has quit IRC | 05:49 | |
*** Mikhail_D_ltp has joined #openstack-meeting | 05:49 | |
*** jprovazn has joined #openstack-meeting | 05:49 | |
*** tnurlygayanov has joined #openstack-meeting | 05:51 | |
*** kashyapk has joined #openstack-meeting | 05:51 | |
*** vivek-ebay has quit IRC | 05:53 | |
*** vivek-eb_ has quit IRC | 05:53 | |
*** _nadya_ has joined #openstack-meeting | 05:57 | |
*** otherwiseguy has joined #openstack-meeting | 05:57 | |
*** afazekas has joined #openstack-meeting | 05:57 | |
*** ildikov has quit IRC | 05:57 | |
*** otherwiseguy has quit IRC | 06:02 | |
*** xianghui has joined #openstack-meeting | 06:02 | |
*** zhiyan_ is now known as zhiyan | 06:03 | |
*** crandquist has joined #openstack-meeting | 06:06 | |
*** yogeshmehra has joined #openstack-meeting | 06:07 | |
*** _nadya_ has quit IRC | 06:07 | |
*** xianghui has quit IRC | 06:09 | |
*** crandquist has quit IRC | 06:11 | |
*** ildikov has joined #openstack-meeting | 06:18 | |
*** zhiyan is now known as zhiyan_ | 06:19 | |
*** IlyaE has quit IRC | 06:20 | |
*** zhiyan_ is now known as zhiyan | 06:20 | |
*** Longgeek has joined #openstack-meeting | 06:20 | |
*** Longgeek has quit IRC | 06:23 | |
*** jackib has joined #openstack-meeting | 06:23 | |
*** xianghui has joined #openstack-meeting | 06:23 | |
*** bdpayne has quit IRC | 06:23 | |
*** penguinRaider has joined #openstack-meeting | 06:24 | |
*** Longgeek has joined #openstack-meeting | 06:24 | |
*** Longgeek has quit IRC | 06:24 | |
*** Longgeek has joined #openstack-meeting | 06:24 | |
*** bdpayne has joined #openstack-meeting | 06:26 | |
*** mattgriffin has quit IRC | 06:27 | |
*** jackib has quit IRC | 06:27 | |
*** hemna_ has quit IRC | 06:28 | |
*** bdpayne has quit IRC | 06:30 | |
*** matsuhashi has quit IRC | 06:30 | |
*** matsuhashi has joined #openstack-meeting | 06:31 | |
*** fnaval has quit IRC | 06:33 | |
*** _nadya_ has joined #openstack-meeting | 06:34 | |
*** stevemar has quit IRC | 06:35 | |
*** dstanek_zzz is now known as dstanek | 06:37 | |
*** kayaliu_ has quit IRC | 06:38 | |
*** bogdando has quit IRC | 06:42 | |
*** bogdando has joined #openstack-meeting | 06:42 | |
*** ssurana has joined #openstack-meeting | 06:45 | |
*** pradipta_away is now known as pradipta | 06:45 | |
*** rickerc has quit IRC | 06:45 | |
*** sushils has joined #openstack-meeting | 06:45 | |
*** dstanek is now known as dstanek_zzz | 06:47 | |
*** hemna_ has joined #openstack-meeting | 06:48 | |
*** bauzas has joined #openstack-meeting | 06:49 | |
*** luis_fdez has left #openstack-meeting | 06:49 | |
*** _nadya_ has quit IRC | 06:49 | |
*** Longgeek has quit IRC | 06:52 | |
*** Longgeek has joined #openstack-meeting | 06:53 | |
*** _nadya_ has joined #openstack-meeting | 06:53 | |
*** jlibosva has joined #openstack-meeting | 06:54 | |
*** xianghui has quit IRC | 06:56 | |
*** rickerc has joined #openstack-meeting | 07:02 | |
*** kayaliu_ has joined #openstack-meeting | 07:03 | |
*** Mandell has quit IRC | 07:03 | |
*** xianghui has joined #openstack-meeting | 07:05 | |
*** Fdot has joined #openstack-meeting | 07:06 | |
*** zhiyan is now known as zhiyan_ | 07:06 | |
*** crandquist has joined #openstack-meeting | 07:07 | |
*** matsuhashi has quit IRC | 07:11 | |
*** crandquist has quit IRC | 07:12 | |
*** yogeshmehra has quit IRC | 07:13 | |
*** matsuhas_ has joined #openstack-meeting | 07:16 | |
*** ttrifonov_zZzz is now known as ttrifonov | 07:16 | |
*** matsuhas_ has quit IRC | 07:16 | |
*** zhiyan_ is now known as zhiyan | 07:17 | |
*** matsuhashi has joined #openstack-meeting | 07:17 | |
*** SridharG has joined #openstack-meeting | 07:19 | |
*** Mandell has joined #openstack-meeting | 07:19 | |
*** tris has quit IRC | 07:21 | |
*** pradipta is now known as pradipta_away | 07:25 | |
*** mrmartin has joined #openstack-meeting | 07:31 | |
*** mrda is now known as mrda_awak | 07:36 | |
*** sbalukoff1 has joined #openstack-meeting | 07:37 | |
*** sbalukoff has quit IRC | 07:38 | |
*** dstanek_zzz is now known as dstanek | 07:38 | |
*** brucer__ has quit IRC | 07:38 | |
*** eghobo has quit IRC | 07:39 | |
*** idegtiarov has joined #openstack-meeting | 07:39 | |
*** ygbo has joined #openstack-meeting | 07:40 | |
*** nshaikh has joined #openstack-meeting | 07:43 | |
*** haomaiwa_ has quit IRC | 07:45 | |
*** haomaiwang has joined #openstack-meeting | 07:46 | |
*** dstanek is now known as dstanek_zzz | 07:48 | |
*** haomai___ has joined #openstack-meeting | 07:49 | |
*** haomaiwang has quit IRC | 07:53 | |
*** dstanek_zzz is now known as dstanek | 07:54 | |
*** nacim has joined #openstack-meeting | 07:55 | |
*** davidlenwell has quit IRC | 07:55 | |
*** vipul has quit IRC | 07:55 | |
*** jang1 has quit IRC | 07:55 | |
*** esmute has quit IRC | 07:55 | |
*** davidlenwell has joined #openstack-meeting | 07:55 | |
*** kevinbenton has quit IRC | 07:56 | |
*** krotscheck has quit IRC | 07:56 | |
*** hyakuhei has quit IRC | 07:56 | |
*** jgrimm has quit IRC | 07:56 | |
*** beagles has quit IRC | 07:56 | |
*** NobodyCam has quit IRC | 07:56 | |
*** dansmith has quit IRC | 07:57 | |
*** zaro has quit IRC | 07:57 | |
*** devananda has quit IRC | 07:57 | |
*** pcarver has quit IRC | 07:57 | |
*** hyakuhei has joined #openstack-meeting | 07:57 | |
*** jrist has quit IRC | 07:57 | |
*** devananda has joined #openstack-meeting | 07:58 | |
*** vipul has joined #openstack-meeting | 08:01 | |
*** krotscheck has joined #openstack-meeting | 08:01 | |
*** kevinbenton has joined #openstack-meeting | 08:01 | |
*** b3nt_pin has joined #openstack-meeting | 08:01 | |
*** dansmith has joined #openstack-meeting | 08:02 | |
*** esmute has joined #openstack-meeting | 08:03 | |
*** jrist has joined #openstack-meeting | 08:03 | |
*** pcarver has joined #openstack-meeting | 08:04 | |
*** NobodyCam has joined #openstack-meeting | 08:04 | |
*** dstanek is now known as dstanek_zzz | 08:04 | |
*** zaro has joined #openstack-meeting | 08:04 | |
*** jgrimm has joined #openstack-meeting | 08:04 | |
*** lsmola has quit IRC | 08:07 | |
*** crandquist has joined #openstack-meeting | 08:08 | |
*** crandquist has quit IRC | 08:09 | |
*** crandquist has joined #openstack-meeting | 08:09 | |
*** thomasbiege has joined #openstack-meeting | 08:11 | |
*** jackib has joined #openstack-meeting | 08:12 | |
*** lsmola has joined #openstack-meeting | 08:12 | |
*** salv-orlando has joined #openstack-meeting | 08:13 | |
*** crandquist has quit IRC | 08:14 | |
*** derekh_ has joined #openstack-meeting | 08:16 | |
*** jackib has quit IRC | 08:17 | |
*** Macaveli has joined #openstack-meeting | 08:18 | |
*** thomasbiege has quit IRC | 08:21 | |
*** zhiyan is now known as zhiyan_ | 08:25 | |
*** matrohon has joined #openstack-meeting | 08:25 | |
*** shardy_afk is now known as shardy | 08:28 | |
*** ndipanov has joined #openstack-meeting | 08:28 | |
*** safchain has joined #openstack-meeting | 08:33 | |
*** Macaveli has quit IRC | 08:37 | |
*** Mandell has quit IRC | 08:37 | |
*** Mandell has joined #openstack-meeting | 08:39 | |
*** marekd|away is now known as marekd | 08:43 | |
*** Mandell has quit IRC | 08:44 | |
*** hashar has joined #openstack-meeting | 08:44 | |
*** kayaliu_ has quit IRC | 08:45 | |
*** ildikov has quit IRC | 08:46 | |
*** ildikov has joined #openstack-meeting | 08:47 | |
*** zhiyan_ is now known as zhiyan | 08:47 | |
*** zhiyan is now known as zhiyan_ | 08:49 | |
*** _nadya_ has quit IRC | 08:50 | |
*** yamamoto__ has quit IRC | 08:51 | |
*** epico has quit IRC | 08:52 | |
*** haomai___ has quit IRC | 08:52 | |
*** haomaiwang has joined #openstack-meeting | 08:53 | |
*** dstanek_zzz is now known as dstanek | 08:55 | |
*** marcoemorais1 has quit IRC | 08:56 | |
*** salv-orlando has quit IRC | 08:57 | |
*** igordcard has joined #openstack-meeting | 08:59 | |
*** salv-orlando has joined #openstack-meeting | 09:01 | |
*** kayaliu_ has joined #openstack-meeting | 09:01 | |
*** Edward-Zhang has quit IRC | 09:03 | |
*** dstanek is now known as dstanek_zzz | 09:05 | |
*** crandquist has joined #openstack-meeting | 09:10 | |
*** nshaikh has quit IRC | 09:11 | |
*** markmcclain has joined #openstack-meeting | 09:11 | |
*** markmcclain1 has joined #openstack-meeting | 09:13 | |
*** crandquist has quit IRC | 09:14 | |
*** markmcclain has quit IRC | 09:16 | |
*** nelsnelson has joined #openstack-meeting | 09:16 | |
*** sushils has quit IRC | 09:17 | |
*** haomaiwang has quit IRC | 09:18 | |
*** haomaiwang has joined #openstack-meeting | 09:19 | |
*** sushils has joined #openstack-meeting | 09:19 | |
*** oomichi has quit IRC | 09:20 | |
*** hashar_ has joined #openstack-meeting | 09:21 | |
*** jhenner has joined #openstack-meeting | 09:22 | |
*** xianghui has quit IRC | 09:22 | |
*** cburgess has quit IRC | 09:22 | |
*** Mikhail_D_ltp has quit IRC | 09:23 | |
*** tris- has joined #openstack-meeting | 09:24 | |
*** sushils has quit IRC | 09:24 | |
*** SridharG has quit IRC | 09:24 | |
*** hashar has quit IRC | 09:25 | |
*** cburgess has joined #openstack-meeting | 09:25 | |
*** sushils has joined #openstack-meeting | 09:26 | |
*** I159 has joined #openstack-meeting | 09:26 | |
*** I159_ has joined #openstack-meeting | 09:26 | |
*** lxsli has quit IRC | 09:27 | |
*** I159_ has quit IRC | 09:27 | |
*** I159 has quit IRC | 09:27 | |
*** I159 has joined #openstack-meeting | 09:28 | |
*** I159_ has joined #openstack-meeting | 09:28 | |
*** lxsli has joined #openstack-meeting | 09:28 | |
*** I159_ has quit IRC | 09:28 | |
*** I159 has quit IRC | 09:28 | |
*** nshaikh has joined #openstack-meeting | 09:28 | |
*** lxsli has quit IRC | 09:28 | |
*** lxsli has joined #openstack-meeting | 09:28 | |
*** ityaptin has joined #openstack-meeting | 09:31 | |
*** hashar_ is now known as hashar | 09:32 | |
*** kayaliu_ has quit IRC | 09:34 | |
*** ssurana has quit IRC | 09:35 | |
*** salv-orlando has quit IRC | 09:37 | |
*** xianghui has joined #openstack-meeting | 09:38 | |
*** salv-orlando has joined #openstack-meeting | 09:39 | |
*** pelix has joined #openstack-meeting | 09:39 | |
*** zhiyan_ is now known as zhiyan | 09:49 | |
*** markmcclain1 has quit IRC | 09:52 | |
*** Qiming has quit IRC | 09:54 | |
*** markmcclain has joined #openstack-meeting | 09:54 | |
*** dstanek_zzz is now known as dstanek | 09:55 | |
*** salv-orlando has quit IRC | 09:57 | |
*** kashyapk has quit IRC | 09:58 | |
*** zhiyan is now known as zhiyan_ | 09:59 | |
*** tomoe_ has quit IRC | 09:59 | |
*** markmcclain has quit IRC | 09:59 | |
*** kashyapk has joined #openstack-meeting | 09:59 | |
*** jackib has joined #openstack-meeting | 10:00 | |
*** jackib has quit IRC | 10:05 | |
*** dstanek is now known as dstanek_zzz | 10:05 | |
*** sushils has quit IRC | 10:06 | |
*** _nadya_ has joined #openstack-meeting | 10:07 | |
*** salv-orlando has joined #openstack-meeting | 10:08 | |
*** SridharG has joined #openstack-meeting | 10:09 | |
*** crandquist has joined #openstack-meeting | 10:11 | |
*** dstanek_zzz is now known as dstanek | 10:14 | |
*** crandquist has quit IRC | 10:16 | |
*** matsuhashi has quit IRC | 10:16 | |
*** salv-orlando has quit IRC | 10:17 | |
*** sushils has joined #openstack-meeting | 10:18 | |
*** tris- is now known as tris | 10:18 | |
*** LIYUEZHOU has quit IRC | 10:19 | |
*** b3nt_pin is now known as beagles | 10:19 | |
*** matsuhashi has joined #openstack-meeting | 10:21 | |
*** ArthurBerezin has joined #openstack-meeting | 10:21 | |
*** ArthurBerezin has left #openstack-meeting | 10:21 | |
*** ujuc has quit IRC | 10:23 | |
*** ildikov has quit IRC | 10:24 | |
*** ildikov has joined #openstack-meeting | 10:25 | |
*** matsuhashi has quit IRC | 10:27 | |
*** matsuhashi has joined #openstack-meeting | 10:28 | |
*** salv-orlando has joined #openstack-meeting | 10:29 | |
*** matrohon has quit IRC | 10:29 | |
*** haomaiwang has quit IRC | 10:32 | |
*** haomaiwa_ has joined #openstack-meeting | 10:33 | |
*** yamahata has quit IRC | 10:35 | |
*** haomaiw__ has joined #openstack-meeting | 10:35 | |
*** salv-orlando has quit IRC | 10:36 | |
*** haomaiwa_ has quit IRC | 10:39 | |
*** sushils has quit IRC | 10:41 | |
*** hashar is now known as hasharEat | 10:45 | |
*** juice has quit IRC | 10:49 | |
*** zhiyan_ is now known as zhiyan | 10:50 | |
*** maxdml has joined #openstack-meeting | 10:50 | |
*** juice has joined #openstack-meeting | 10:52 | |
*** Macaveli has joined #openstack-meeting | 10:52 | |
*** Macaveli has quit IRC | 10:53 | |
*** ujuc has joined #openstack-meeting | 10:55 | |
*** zhiyan is now known as zhiyan_ | 10:59 | |
*** jjmb has quit IRC | 10:59 | |
*** matsuhashi has quit IRC | 11:00 | |
*** matsuhashi has joined #openstack-meeting | 11:00 | |
*** sushils has joined #openstack-meeting | 11:00 | |
*** NobodyCam has quit IRC | 11:01 | |
*** kashyapk has quit IRC | 11:01 | |
*** kashyapk has joined #openstack-meeting | 11:02 | |
*** NobodyCam has joined #openstack-meeting | 11:02 | |
*** schwicht has joined #openstack-meeting | 11:03 | |
*** kashyapk has quit IRC | 11:03 | |
*** kashyapk has joined #openstack-meeting | 11:04 | |
*** Qiming has joined #openstack-meeting | 11:04 | |
*** matsuhashi has quit IRC | 11:05 | |
*** kashyapk has quit IRC | 11:06 | |
*** kashyapk has joined #openstack-meeting | 11:07 | |
*** jjmb has joined #openstack-meeting | 11:07 | |
*** akuznetsov has quit IRC | 11:08 | |
*** kashyapk_ has joined #openstack-meeting | 11:08 | |
*** matsuhashi has joined #openstack-meeting | 11:09 | |
*** Mandell has joined #openstack-meeting | 11:10 | |
*** akuznetsov has joined #openstack-meeting | 11:12 | |
*** crandquist has joined #openstack-meeting | 11:12 | |
*** kashyapk has quit IRC | 11:12 | |
*** _nadya_ has quit IRC | 11:14 | |
*** Mandell has quit IRC | 11:15 | |
*** crandquist has quit IRC | 11:16 | |
*** _nadya_ has joined #openstack-meeting | 11:18 | |
*** yamahata__ has quit IRC | 11:21 | |
*** hasharEat is now known as hashar | 11:21 | |
*** armax has joined #openstack-meeting | 11:26 | |
*** jcoufal has quit IRC | 11:28 | |
*** jcoufal has joined #openstack-meeting | 11:28 | |
*** rakhmerov has quit IRC | 11:31 | |
*** rakhmerov has joined #openstack-meeting | 11:31 | |
*** vpanizo has quit IRC | 11:32 | |
*** isviridov|away is now known as isviridov | 11:37 | |
*** ramishra has joined #openstack-meeting | 11:39 | |
*** maxdml has quit IRC | 11:40 | |
*** armax has quit IRC | 11:44 | |
*** rakhmerov has quit IRC | 11:45 | |
*** epico has joined #openstack-meeting | 11:48 | |
*** yamahata has joined #openstack-meeting | 11:49 | |
*** jackib has joined #openstack-meeting | 11:49 | |
*** zhiyan_ is now known as zhiyan | 11:51 | |
*** tomoe_ has joined #openstack-meeting | 11:51 | |
*** haomaiw__ has quit IRC | 11:52 | |
*** jackib has quit IRC | 11:54 | |
*** Mikhail_D_ltp has joined #openstack-meeting | 11:56 | |
*** alex_xu has quit IRC | 11:57 | |
*** matsuhashi has quit IRC | 12:00 | |
*** salv-orlando has joined #openstack-meeting | 12:00 | |
*** zhiyan is now known as zhiyan_ | 12:00 | |
*** matsuhashi has joined #openstack-meeting | 12:00 | |
*** zhikunliu has quit IRC | 12:01 | |
*** dprince has joined #openstack-meeting | 12:01 | |
*** NobodyCam has quit IRC | 12:02 | |
*** jamiem has joined #openstack-meeting | 12:02 | |
*** matsuhashi has quit IRC | 12:02 | |
*** NobodyCam has joined #openstack-meeting | 12:02 | |
*** matsuhashi has joined #openstack-meeting | 12:02 | |
*** pdmars has joined #openstack-meeting | 12:03 | |
*** epico has quit IRC | 12:03 | |
*** pdmars has quit IRC | 12:05 | |
*** salv-orlando has quit IRC | 12:05 | |
*** pdmars_ has joined #openstack-meeting | 12:05 | |
*** NobodyCam has quit IRC | 12:08 | |
*** NobodyCam has joined #openstack-meeting | 12:09 | |
*** zhangleiqiang has joined #openstack-meeting | 12:10 | |
*** ramishra has quit IRC | 12:12 | |
*** vkmc has joined #openstack-meeting | 12:12 | |
*** vkmc has quit IRC | 12:12 | |
*** vkmc has joined #openstack-meeting | 12:12 | |
*** crandquist has joined #openstack-meeting | 12:12 | |
*** matsuhashi has quit IRC | 12:12 | |
*** matsuhashi has joined #openstack-meeting | 12:13 | |
*** matsuhashi has quit IRC | 12:13 | |
*** lxsli has quit IRC | 12:13 | |
*** rakhmero_ has joined #openstack-meeting | 12:13 | |
*** yamahata has quit IRC | 12:14 | |
*** yamahata has joined #openstack-meeting | 12:15 | |
*** ArxCruz has joined #openstack-meeting | 12:16 | |
*** crandquist has quit IRC | 12:17 | |
*** tvoran has joined #openstack-meeting | 12:18 | |
*** rakhmero_ has quit IRC | 12:18 | |
*** tvoran has quit IRC | 12:18 | |
*** paragan has quit IRC | 12:19 | |
*** tvoran has joined #openstack-meeting | 12:19 | |
*** jdob has joined #openstack-meeting | 12:20 | |
*** Thurloat has joined #openstack-meeting | 12:26 | |
*** lxsli has joined #openstack-meeting | 12:26 | |
*** lbragstad has joined #openstack-meeting | 12:34 | |
*** weshay has joined #openstack-meeting | 12:35 | |
*** noslzzp has joined #openstack-meeting | 12:36 | |
*** neelashah has joined #openstack-meeting | 12:38 | |
*** nosnos has quit IRC | 12:40 | |
*** xuhanp has joined #openstack-meeting | 12:41 | |
*** noslzzp has quit IRC | 12:42 | |
*** aysyd has joined #openstack-meeting | 12:45 | |
*** haomaiwang has joined #openstack-meeting | 12:46 | |
*** rickerc has quit IRC | 12:46 | |
*** prad has joined #openstack-meeting | 12:48 | |
*** noslzzp has joined #openstack-meeting | 12:50 | |
*** fnaval has joined #openstack-meeting | 12:50 | |
*** zhiyan_ is now known as zhiyan | 12:51 | |
*** rickerc has joined #openstack-meeting | 12:52 | |
*** matrohon has joined #openstack-meeting | 12:53 | |
*** thomasbiege has joined #openstack-meeting | 12:55 | |
*** mwagner_lap has quit IRC | 12:56 | |
*** xianghui has quit IRC | 12:57 | |
*** igordcard has quit IRC | 12:57 | |
*** igordcard has joined #openstack-meeting | 12:58 | |
*** zhiyan is now known as zhiyan_ | 13:03 | |
*** zaneb has joined #openstack-meeting | 13:06 | |
*** crandquist has joined #openstack-meeting | 13:13 | |
*** julim has joined #openstack-meeting | 13:13 | |
*** rakhmerov has joined #openstack-meeting | 13:14 | |
*** kashyapk_ has quit IRC | 13:17 | |
*** kashyapk has joined #openstack-meeting | 13:17 | |
*** ramishra has joined #openstack-meeting | 13:18 | |
*** crandquist has quit IRC | 13:18 | |
*** banix has joined #openstack-meeting | 13:18 | |
*** ramishra has quit IRC | 13:19 | |
*** saundo has joined #openstack-meeting | 13:20 | |
*** lsmola2 has joined #openstack-meeting | 13:20 | |
*** vijendar has joined #openstack-meeting | 13:22 | |
*** ayoung_ has joined #openstack-meeting | 13:23 | |
*** paragan has joined #openstack-meeting | 13:23 | |
*** paragan has joined #openstack-meeting | 13:23 | |
*** bknudson has joined #openstack-meeting | 13:23 | |
*** jecarey has quit IRC | 13:24 | |
*** rakhmerov has quit IRC | 13:25 | |
*** kenhui has joined #openstack-meeting | 13:26 | |
*** zhangleiqiang has quit IRC | 13:26 | |
*** safchain has quit IRC | 13:27 | |
*** coreywright_ is now known as coreywright | 13:27 | |
*** armax has joined #openstack-meeting | 13:28 | |
*** balajiiyer has joined #openstack-meeting | 13:28 | |
*** haomaiwang has quit IRC | 13:29 | |
*** haomaiwa_ has joined #openstack-meeting | 13:29 | |
*** haomaiw__ has joined #openstack-meeting | 13:31 | |
*** salv-orlando has joined #openstack-meeting | 13:32 | |
*** ayoung has quit IRC | 13:33 | |
*** ayoung_ is now known as ayoung | 13:34 | |
*** ayoung_ has joined #openstack-meeting | 13:34 | |
*** salv-orlando has quit IRC | 13:34 | |
*** dansmith is now known as superdan | 13:35 | |
*** haomaiwa_ has quit IRC | 13:35 | |
*** jecarey has joined #openstack-meeting | 13:36 | |
*** kashyapk has quit IRC | 13:37 | |
*** gokrokve has joined #openstack-meeting | 13:37 | |
*** kashyapk has joined #openstack-meeting | 13:37 | |
*** safchain has joined #openstack-meeting | 13:39 | |
*** gcb has joined #openstack-meeting | 13:42 | |
*** fnaval has quit IRC | 13:42 | |
*** venkatesh has joined #openstack-meeting | 13:46 | |
*** _nadya_ has quit IRC | 13:47 | |
*** _nadya_ has joined #openstack-meeting | 13:48 | |
*** zz_pablosan is now known as pablosan | 13:48 | |
*** _nadya_ has quit IRC | 13:49 | |
*** xuhanp has quit IRC | 13:52 | |
*** zhiyan_ is now known as zhiyan | 13:54 | |
*** yamahata has quit IRC | 13:56 | |
*** jergerber has joined #openstack-meeting | 13:56 | |
*** yamahata has joined #openstack-meeting | 13:56 | |
*** pablosan has quit IRC | 13:57 | |
*** pablosan has joined #openstack-meeting | 13:57 | |
*** jackib has joined #openstack-meeting | 13:58 | |
*** topol has joined #openstack-meeting | 13:59 | |
*** IlyaE has joined #openstack-meeting | 13:59 | |
*** lsmola2 has quit IRC | 13:59 | |
*** jdob has quit IRC | 14:00 | |
*** mrmartin has quit IRC | 14:00 | |
*** haomaiw__ has quit IRC | 14:03 | |
*** haomaiwa_ has joined #openstack-meeting | 14:03 | |
*** zhiyan is now known as zhiyan_ | 14:03 | |
*** lsmola2 has joined #openstack-meeting | 14:04 | |
*** thangp has joined #openstack-meeting | 14:04 | |
*** stevemar has joined #openstack-meeting | 14:06 | |
*** zhangleiqiang has joined #openstack-meeting | 14:07 | |
*** fnaval has joined #openstack-meeting | 14:08 | |
*** pablosan has left #openstack-meeting | 14:09 | |
*** rickerc has quit IRC | 14:09 | |
*** mattgriffin has joined #openstack-meeting | 14:10 | |
*** beagles is now known as seagulls | 14:11 | |
*** salv-orlando has joined #openstack-meeting | 14:12 | |
*** rwsu has joined #openstack-meeting | 14:12 | |
*** tsekiyama has joined #openstack-meeting | 14:13 | |
*** JulianCash_ has quit IRC | 14:14 | |
*** crandquist has joined #openstack-meeting | 14:14 | |
*** matrohon has quit IRC | 14:14 | |
*** rbak has joined #openstack-meeting | 14:15 | |
*** venkatesh has quit IRC | 14:17 | |
*** crandquist has quit IRC | 14:18 | |
*** ddieterly has joined #openstack-meeting | 14:18 | |
*** ddieterl_ has joined #openstack-meeting | 14:20 | |
*** whenry has joined #openstack-meeting | 14:21 | |
*** salv-orlando has quit IRC | 14:21 | |
*** haomaiw__ has joined #openstack-meeting | 14:21 | |
*** ddieterly has quit IRC | 14:22 | |
*** shakamunyi has joined #openstack-meeting | 14:22 | |
*** rakhmerov has joined #openstack-meeting | 14:22 | |
*** haomaiwa_ has quit IRC | 14:23 | |
*** salv-orlando has joined #openstack-meeting | 14:23 | |
*** jcoufal has quit IRC | 14:25 | |
*** Realmy has joined #openstack-meeting | 14:28 | |
*** kevinconway has joined #openstack-meeting | 14:28 | |
*** kevinconway has quit IRC | 14:29 | |
*** kevinconway has joined #openstack-meeting | 14:32 | |
*** otherwiseguy has joined #openstack-meeting | 14:32 | |
*** crandquist has joined #openstack-meeting | 14:32 | |
*** Qiming has quit IRC | 14:33 | |
*** Qiming has joined #openstack-meeting | 14:33 | |
*** comstud is now known as bearhands | 14:34 | |
*** rickerc has joined #openstack-meeting | 14:34 | |
*** aviau has quit IRC | 14:35 | |
*** rakhmerov has quit IRC | 14:36 | |
*** Qiming has quit IRC | 14:38 | |
*** gokrokve has quit IRC | 14:40 | |
*** dhellmann_ is now known as dhellmann | 14:40 | |
*** otter768 has quit IRC | 14:43 | |
*** salv-orlando has quit IRC | 14:45 | |
*** edmund1 has quit IRC | 14:45 | |
*** salv-orlando has joined #openstack-meeting | 14:45 | |
*** kashyapk has quit IRC | 14:46 | |
*** kashyapk has joined #openstack-meeting | 14:47 | |
*** mrodden has joined #openstack-meeting | 14:47 | |
*** edmund has joined #openstack-meeting | 14:49 | |
*** kenhui has quit IRC | 14:49 | |
*** kgriffs|afk is now known as kgriffs | 14:49 | |
*** kenhui has joined #openstack-meeting | 14:49 | |
*** aviau has joined #openstack-meeting | 14:49 | |
*** penguinRaider has quit IRC | 14:50 | |
*** hemna_ has quit IRC | 14:50 | |
*** kashyapk has quit IRC | 14:51 | |
*** otter768 has joined #openstack-meeting | 14:52 | |
*** tmcpeak has joined #openstack-meeting | 14:52 | |
*** thedodd has joined #openstack-meeting | 14:52 | |
*** aviau has quit IRC | 14:54 | |
*** zhiyan_ is now known as zhiyan | 14:55 | |
*** aviau has joined #openstack-meeting | 14:56 | |
*** kayaliu_ has joined #openstack-meeting | 14:57 | |
*** kgriffs is now known as kgriffs|afk | 14:59 | |
*** gokrokve has joined #openstack-meeting | 14:59 | |
*** devlaps has joined #openstack-meeting | 14:59 | |
bauzas | startmeeting #blazar | 15:00 |
DinaBelova | bauzas, heh | 15:00 |
*** cmart has joined #openstack-meeting | 15:00 | |
bauzas | #startmeeting blazar | 15:00 |
openstack | Meeting started Fri May 30 15:00:20 2014 UTC and is due to finish in 60 minutes. The chair is bauzas. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:00 |
*** openstack changes topic to " (Meeting topic: blazar)" | 15:00 | |
openstack | The meeting name has been set to 'blazar' | 15:00 |
bauzas | hi all | 15:00 |
cmart | o/ | 15:00 |
cmart | hello | 15:00 |
DinaBelova | o/ (50% of my time) | 15:00 |
bauzas | cmart: is pafuent there ? | 15:00 |
cmart | he is coming | 15:01 |
*** igordcard_afk has quit IRC | 15:01 | |
bauzas | ok cool | 15:01 |
DinaBelova | winter is coming.. | 15:01 |
DinaBelova | sorry | 15:01 |
bauzas | DinaBelova: you're right, but Summer has to come in before :) | 15:01 |
cmart | hahaa | 15:02 |
*** lcheng_ has joined #openstack-meeting | 15:02 | |
bauzas | DinaBelova: GoT fan, eh ;) | 15:02 |
cmart | coming in 3... 2 ... 1... | 15:02 |
cmart | 1/2..... | 15:02 |
*** mkoderer has quit IRC | 15:02 | |
bauzas | ok, we'll be quick then | 15:02 |
*** gokrokve has quit IRC | 15:02 | |
*** pafuent has joined #openstack-meeting | 15:02 | |
cmart | 1/4? | 15:03 |
bauzas | I guess that scroiset should not attend | 15:03 |
cmart | there! | 15:03 |
DinaBelova | hehe! | 15:03 |
*** lcheng_ has quit IRC | 15:03 | |
DinaBelova | pafuent, o/ | 15:03 |
bauzas | pafuent: o/ | 15:03 |
pafuent | o/ | 15:03 |
*** lcheng_ has joined #openstack-meeting | 15:03 | |
bauzas | so, I guess we can start | 15:04 |
pafuent | Yes | 15:04 |
bauzas | https://wiki.openstack.org/wiki/Meetings/Climate#Agenda_for_May_30_2014 | 15:04 |
*** vhoward has left #openstack-meeting | 15:04 | |
*** zhiyan is now known as zhiyan_ | 15:04 | |
bauzas | #topic Action items from the last meeting + reviews queries | 15:04 |
*** openstack changes topic to "Action items from the last meeting + reviews queries (Meeting topic: blazar)" | 15:04 | |
bauzas | well, IIRC, there are no last actions items | 15:05 |
pafuent | Yes | 15:05 |
bauzas | at least, I just sent the unittests for client in trunk | 15:05 |
*** lcheng_ has quit IRC | 15:05 | |
bauzas | this morning | 15:05 |
cmart | :) | 15:05 |
*** alaski is now known as lascii | 15:06 | |
bauzas | thanks for the work, btw. | 15:06 |
*** penguinRaider has joined #openstack-meeting | 15:06 | |
cmart | thanks to niko :) | 15:06 |
bauzas | there is still one big review in my backlog : https://review.openstack.org/84158 | 15:06 |
pafuent | Yes, that is mine | 15:07 |
*** lcheng_ has joined #openstack-meeting | 15:07 | |
pafuent | The last patch is only a small rebase | 15:07 |
bauzas | ok, will try to do it by next week | 15:07 |
*** TravT has joined #openstack-meeting | 15:07 | |
*** lcheng_ has quit IRC | 15:07 | |
cmart | what about https://review.openstack.org/#/c/91455/? | 15:08 |
bauzas | cmart: I was about to speak about it | 15:08 |
cmart | OK | 15:08 |
bauzas | cmart: that one is really important | 15:08 |
*** thomasbiege has quit IRC | 15:09 | |
bauzas | cmart: I left this review with a -2 | 15:09 |
bauzas | cmart: due to some way to implement discovery for versions | 15:09 |
bauzas | cmart: what's the high-level status of this patch ? | 15:10 |
*** haomaiw__ has quit IRC | 15:10 | |
*** kenhui1 has joined #openstack-meeting | 15:10 | |
cmart | I would say that it is the same as two weeks ago.. | 15:10 |
*** haomaiwang has joined #openstack-meeting | 15:10 | |
cmart | I did the changes that you guys requested.. and that´s it | 15:10 |
*** cdub has joined #openstack-meeting | 15:11 | |
pafuent | We talk about this patch with cmart and the idea is that I'll continue working on that | 15:11 |
cmart | I'd to add the unit tests stuff as well | 15:11 |
cmart | yes | 15:11 |
bauzas | pafuent: cmart: well, my question is : can I go thru the patch and review it ? | 15:12 |
bauzas | pafuent: cmart: is there any left work to do ? | 15:12 |
cmart | yes, the discovery version part | 15:13 |
cmart | but that would be on the climate module side" | 15:13 |
*** tmcpeak has left #openstack-meeting | 15:13 | |
*** mwagner_lap has joined #openstack-meeting | 15:13 | |
cmart | and the client would have to call that api to check versions and so on (similar to what keystoneclient is doing) | 15:13 |
*** kenhui has quit IRC | 15:13 | |
*** mspreitz has joined #openstack-meeting | 15:14 | |
*** haomaiw__ has joined #openstack-meeting | 15:14 | |
bauzas | cmart: ok, so, I'll review the patch to see how versions are dealt, and change my -2 to something else | 15:14 |
bauzas | cmart: provided some work has to be done on climate for autodiscovery, but your workaround is working | 15:15 |
bauzas | cmart: is that OK ? | 15:15 |
cmart | bauzas: yes.. the workaround works for now | 15:15 |
bauzas | cmart: ok cool | 15:15 |
bauzas | cmart: feel free to open a blueprint for autodiscovery | 15:16 |
bauzas | cmart: as it is a cross-repo thing | 15:16 |
bauzas | cmart: we will need to track it correctly | 15:16 |
cmart | cmart: OK. | 15:16 |
bauzas | #action cmart to create a blueprint for API versioning discovery | 15:17 |
*** haomaiwang has quit IRC | 15:17 | |
pafuent | Another old patch that we need to review is this one https://review.openstack.org/#/c/78309/ | 15:17 |
*** carl_baldwin has joined #openstack-meeting | 15:17 | |
pafuent | This is yours bauzas | 15:17 |
bauzas | pafuent: indeed | 15:17 |
pafuent | I'll check the last patch | 15:17 |
bauzas | I had twice 2x +2 | 15:17 |
bauzas | but ran twice with merge problems | 15:17 |
pafuent | Yes | 15:17 |
bauzas | so pafuent and DinaBelova feel free to quickly review it | 15:18 |
bauzas | but that's only a rebase thing | 15:18 |
DinaBelova | bauzas, ok | 15:18 |
pafuent | I'll do that after the metting | 15:18 |
bauzas | pafuent: cool | 15:18 |
bauzas | I don't have anything to add on that topic | 15:19 |
bauzas | can we move? | 15:19 |
pafuent | There are two "Updated from global requirements" pending | 15:19 |
bauzas | pafuent: well, that's not that urgent, but will go thru them | 15:20 |
pafuent | They are related to sphinx | 15:20 |
*** safchain has quit IRC | 15:20 | |
pafuent | That's true, but I feel bad if they remain for a long time ;) | 15:21 |
bauzas | pafuent: I gave +2 to them | 15:21 |
bauzas | pafuent: we only need sphinx for doc generation | 15:21 |
pafuent | bauzas: :) | 15:21 |
bauzas | pafuent: I'm fine | 15:21 |
bauzas | ok, let's move to the next topic | 15:22 |
bauzas | oh, one last thing | 15:22 |
bauzas | nah, nevermind, I'll speak about it during open discussion | 15:22 |
pafuent | OK | 15:22 |
cmart | :) | 15:22 |
bauzas | #topic Climate -> Blazar renaming status | 15:22 |
*** openstack changes topic to "Climate -> Blazar renaming status (Meeting topic: blazar)" | 15:22 | |
bauzas | so, thanks to SergeyLukjanov, our repos are now called Blazae | 15:23 |
*** ttrifonov is now known as ttrifonov_zZzz | 15:23 | |
bauzas | Blazar | 15:23 |
*** bdpayne has joined #openstack-meeting | 15:23 | |
bauzas | there are still pending tasks | 15:23 |
pafuent | SergeyLukjanov: Thanks for the renaming | 15:23 |
*** n0ano has quit IRC | 15:23 | |
SergeyLukjanov | you're welcome folks ;) | 15:24 |
pafuent | One thing is to get Blazar on readthedocs.org | 15:24 |
bauzas | the top high priority is to change the base package | 15:24 |
SergeyLukjanov | I'm still feeling blazar a project I've been involved in :) | 15:24 |
bauzas | from climate to blazar | 15:24 |
pafuent | https://bugs.launchpad.net/blazar/+bug/1311746 | 15:24 |
uvirtbot | Launchpad bug 1311746 in blazar "Climate Client should be renamed to Blazar Client" [High,Triaged] | 15:24 |
*** balajiiyer has left #openstack-meeting | 15:24 | |
pafuent | https://bugs.launchpad.net/blazar/+bug/1311747 | 15:24 |
uvirtbot | Launchpad bug 1311747 in blazar "Climate Nova extension should be renamed to Blazar Nova extension" [High,Triaged] | 15:24 |
pafuent | https://bugs.launchpad.net/blazar/+bug/1311761 | 15:24 |
uvirtbot | Launchpad bug 1311761 in blazar "Climate should be renamed to Blazar" [High,Triaged] | 15:24 |
SergeyLukjanov | pafuent, you should just create a blazar project at readthedocs.org and copy-paste configs | 15:25 |
bauzas | SergeyLukjanov: what's your opinion for that move (ie. change all-in-once, or keep two separate packages ?) | 15:25 |
SergeyLukjanov | pafuent, ping me with your rtfd id and I'll add you as admin to climate-project | 15:25 |
bauzas | SergeyLukjanov: and do incremental moves ? | 15:25 |
pafuent | SergeyLukjanov: OK | 15:25 |
SergeyLukjanov | bauzas, for sahara we do rename keeping everything working | 15:25 |
SergeyLukjanov | bauzas, so, we've added aliases for the new names | 15:26 |
SergeyLukjanov | and than swap the alias and code itself | 15:26 |
bauzas | SergeyLukjanov: in one single big patch to rule them all ? | 15:26 |
SergeyLukjanov | so, savanna was the alias after it | 15:26 |
SergeyLukjanov | not in one | 15:26 |
SergeyLukjanov | it was about 2 weeks of patches ;) | 15:26 |
bauzas | SergeyLukjanov: I harldy guess so | 15:26 |
SergeyLukjanov | there were patches like rename package | 15:26 |
SergeyLukjanov | rename vars | 15:26 |
SergeyLukjanov | rename classes | 15:27 |
SergeyLukjanov | and etc | 15:27 |
bauzas | SergeyLukjanov: so you created a new package called sahara | 15:27 |
SergeyLukjanov | and than when everything was working ok we've removed the old alias and announce renaming completed | 15:27 |
bauzas | SergeyLukjanov: left the old savanna package | 15:27 |
SergeyLukjanov | bauzas, just add aliases in to setup.cfg | 15:27 |
bauzas | SergeyLukjanov: ok, cool, any review I could take a look on ? | 15:28 |
SergeyLukjanov | entry_points] | 15:28 |
SergeyLukjanov | console_scripts = | 15:28 |
SergeyLukjanov | sahara-all = sahara.cli.sahara_all:main | 15:28 |
SergeyLukjanov | sahara-api = sahara.cli.sahara_api:main | 15:28 |
SergeyLukjanov | sahara-engine = sahara.cli.sahara_engine:main | 15:28 |
SergeyLukjanov | sahara-db-manage = sahara.db.migration.cli:main | 15:28 |
SergeyLukjanov | _sahara-subprocess = sahara.cli.sahara_subprocess:main | 15:28 |
SergeyLukjanov | bauzas, there were too many reviews I'm afraid... | 15:28 |
*** jprovazn is now known as jprovazn_afk | 15:28 | |
SergeyLukjanov | bauzas, we have blueprints named savanna-rename-* | 15:28 |
SergeyLukjanov | bauzas, you can find CRs under the blueprints | 15:28 |
bauzas | ok, will take a look | 15:28 |
bauzas | SergeyLukjanov: thanks | 15:29 |
*** jlibosva has quit IRC | 15:29 | |
pafuent | bauzas: I can work on those patches too | 15:29 |
*** kayaliu_ has quit IRC | 15:29 | |
*** bdpayne has quit IRC | 15:30 | |
bauzas | pafuent: your help is welcome | 15:31 |
bauzas | pafuent: we just need to define a strategy | 15:31 |
pafuent | bauzas: OK | 15:31 |
bauzas | pafuent: and anyway, I won't have too much time for doing that :) | 15:31 |
pafuent | bauzas: :) | 15:31 |
bauzas | pafuent: so let's discuss that next week in our channel to see how things go | 15:31 |
pafuent | bauzas: OK | 15:32 |
bauzas | pafuent: I'll try to find out some sahara examples | 15:32 |
*** lsmola2 has quit IRC | 15:32 | |
*** eharney has joined #openstack-meeting | 15:33 | |
pafuent | Keystoneclient bug? | 15:33 |
bauzas | #action bauzas pafuent to define a strategy for renaming Climate package and modules into Blazar | 15:34 |
bauzas | #topic Keystoneclient bug | 15:34 |
*** openstack changes topic to "Keystoneclient bug (Meeting topic: blazar)" | 15:34 | |
bauzas | well, that's basically a FYI | 15:34 |
DinaBelova | folks, sorry, I need to go | 15:34 |
bauzas | DinaBelova: sure, bye | 15:34 |
DinaBelova | see u! | 15:34 |
pafuent | DinaBelova: Bye | 15:34 |
cmart | DinaBelova: bye | 15:35 |
bauzas | https://bugs.launchpad.net/blazar/+bug/1324903 | 15:35 |
uvirtbot | Launchpad bug 1324903 in blazar "Fix tests gates failing due to keystone client 0.9.0" [Critical,Fix committed] | 15:35 |
*** jmontemayor has joined #openstack-meeting | 15:35 | |
bauzas | there was a bug, but the fix has been committed | 15:35 |
*** nealph has quit IRC | 15:35 | |
bauzas | so, the topic is just for the records now :) | 15:35 |
pafuent | Ok | 15:36 |
bauzas | pafuent: the problem was basically that we implement a FakeMemcache driver for testing keystoneclient auth | 15:36 |
bauzas | pafuent: and the interfaces changed | 15:36 |
pafuent | bauzas: :'( | 15:37 |
bauzas | I think we can move to open discussion ? | 15:37 |
pafuent | Yes | 15:37 |
bauzas | #topic Open discussion | 15:37 |
cmart | +1 | 15:37 |
*** openstack changes topic to "Open discussion (Meeting topic: blazar)" | 15:37 | |
cmart | I want to mention that my situation changed after summit.. Priorities as well so I'll be moving from project to project until someone tells me to stop :(. I'll love to stay here, but priorities are priorities :S | 15:37 |
*** bnemec is now known as beekneemech | 15:37 | |
cmart | pafuent will be taking my patches | 15:37 |
bauzas | cmart: life is always about priorities :) | 15:37 |
*** leeantho has joined #openstack-meeting | 15:37 | |
cmart | (or not :)) | 15:37 |
bauzas | cmart: no problem, we're all living with different concerns | 15:38 |
cmart | bauzas: not my priorities, but hey, disagree and commit | 15:38 |
cmart | :D | 15:38 |
bauzas | :) | 15:38 |
*** Realmy has quit IRC | 15:39 | |
bauzas | anyway,let's move on | 15:39 |
bauzas | I have nothing else to add on Climate | 15:40 |
cmart | bauzas: what was the thing that you wanted to say? | 15:40 |
*** Guest46556 has quit IRC | 15:40 | |
bauzas | https://review.openstack.org/90755 | 15:40 |
cmart | [12:22] <bauzas> nah, nevermind, I'll speak about it during open discussion | 15:40 |
bauzas | now that we have Statuses, I should amend the calls for using them | 15:41 |
*** lsmola has quit IRC | 15:41 | |
bauzas | so, if people have time for helping me, I'm OK with that | 15:41 |
*** idegtiarov has quit IRC | 15:41 | |
bauzas | that's it for me | 15:42 |
pafuent | bauzas: When I finish some other things, I can do it | 15:42 |
bauzas | pafuent: that's not high priority | 15:42 |
bauzas | pafuent: just something I don't want to loose the scope | 15:43 |
pafuent | I know | 15:43 |
bauzas | anyway, that's it for me | 15:43 |
bauzas | anything to add ? | 15:43 |
pafuent | From my side I contacted a guy inside of Intel that is interested in use Blazar | 15:43 |
bauzas | pafuent: cool | 15:44 |
pafuent | I'll meet with him to see if Blazar satisfy all his needs | 15:44 |
bauzas | pafuent: some IBM people also sound interested in the concept | 15:44 |
pafuent | The idea is to use Blazar in our internal OS deployment | 15:44 |
bauzas | pafuent: ok | 15:44 |
cmart | pafuent: maybe the priorities could changed after your meeting.. and I could come back :D:D | 15:44 |
pafuent | pafuent: Maybe | 15:44 |
pafuent | cmart: Maybe | 15:45 |
cmart | hahaha | 15:45 |
pafuent | Sorry for talk to myself | 15:45 |
bauzas | :) | 15:45 |
bauzas | ok, let's see how things are going then | 15:45 |
bauzas | priorities are stabilizing code, renaming stuff and do some blueprints possibly | 15:45 |
pafuent | +1 | 15:46 |
bauzas | ok, good to talk to you all folks | 15:46 |
*** derekh_ has quit IRC | 15:46 | |
cmart | bauzas: thanks to you! | 15:46 |
bauzas | ending the meeting | 15:46 |
pafuent | bauzas: thanks to you! | 15:47 |
bauzas | #endmeeting | 15:47 |
*** Guest37432 has quit IRC | 15:47 | |
pafuent | Bye | 15:47 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 15:47 | |
openstack | Meeting ended Fri May 30 15:47:07 2014 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:47 |
*** pvo has quit IRC | 15:47 | |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/blazar/2014/blazar.2014-05-30-15.00.html | 15:47 |
cmart | bye | 15:47 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/blazar/2014/blazar.2014-05-30-15.00.txt | 15:47 |
openstack | Log: http://eavesdrop.openstack.org/meetings/blazar/2014/blazar.2014-05-30-15.00.log.html | 15:47 |
mspreitz | dang, looked away just when I was mentioned | 15:47 |
*** cmart has left #openstack-meeting | 15:49 | |
*** rpodolyaka has joined #openstack-meeting | 15:49 | |
*** venkatesh has joined #openstack-meeting | 15:50 | |
*** eghobo has joined #openstack-meeting | 15:50 | |
*** david-lyle has joined #openstack-meeting | 15:53 | |
*** viktors has joined #openstack-meeting | 15:55 | |
*** ayoung is now known as ayoung-afk | 15:55 | |
*** bgorski has joined #openstack-meeting | 15:56 | |
*** zhiyan_ is now known as zhiyan | 15:56 | |
*** changbl has quit IRC | 15:56 | |
*** dstanek is now known as dstanek_zzz | 15:56 | |
*** Sajeesh has joined #openstack-meeting | 15:57 | |
*** pafuent has quit IRC | 15:58 | |
*** markwash has joined #openstack-meeting | 16:01 | |
*** eghobo has quit IRC | 16:03 | |
*** coreywright is now known as coreywright_ | 16:03 | |
*** eghobo has joined #openstack-meeting | 16:03 | |
*** hashar has quit IRC | 16:04 | |
*** arnaud has joined #openstack-meeting | 16:04 | |
*** bdpayne has joined #openstack-meeting | 16:04 | |
*** zhiyan is now known as zhiyan_ | 16:05 | |
*** mspreitz has quit IRC | 16:06 | |
*** haomaiw__ has quit IRC | 16:07 | |
*** imsurit has joined #openstack-meeting | 16:07 | |
*** haomaiwa_ has joined #openstack-meeting | 16:07 | |
*** I159 has joined #openstack-meeting | 16:08 | |
*** I159 has quit IRC | 16:08 | |
*** bauzas has quit IRC | 16:09 | |
*** I159 has joined #openstack-meeting | 16:09 | |
*** I159 has quit IRC | 16:09 | |
*** pdmars_ is now known as pdmars | 16:11 | |
vishy | anyone here for hirearchical multitenancy? | 16:11 |
*** kgriffs|afk is now known as kgriffs | 16:12 | |
*** mxin has joined #openstack-meeting | 16:13 | |
Sajeesh | vishy: I am here | 16:13 |
*** mxin has left #openstack-meeting | 16:13 | |
vishy | hi Sajeesh | 16:13 |
Sajeesh | hi vishy | 16:13 |
vishy | i don’t know if anyone else is here today | 16:13 |
Sajeesh | not sure... | 16:14 |
*** vivek-eb_ has joined #openstack-meeting | 16:14 | |
*** vivek-ebay has joined #openstack-meeting | 16:14 | |
*** I159 has joined #openstack-meeting | 16:16 | |
*** I159 has quit IRC | 16:16 | |
*** rpodolyaka has left #openstack-meeting | 16:16 | |
Sajeesh | vishy:last time you had told me to relocate...shall I modify the domain quota and extend it for nested projects...what do you think? | 16:17 |
vishy | yes that seems useful | 16:17 |
*** haomaiw__ has joined #openstack-meeting | 16:17 | |
*** dstanek_zzz is now known as dstanek | 16:17 | |
vishy | given the assumption that there will be a call to keystoneclient to get all of the parent projects | 16:17 |
Sajeesh | yes | 16:18 |
*** haomaiwa_ has quit IRC | 16:18 | |
*** vivek-ebay has quit IRC | 16:18 | |
*** vivek-eb_ has quit IRC | 16:18 | |
Sajeesh | I will start working on that | 16:19 |
*** shakamunyi has quit IRC | 16:20 | |
*** zhangleiqiang has quit IRC | 16:21 | |
*** julim has quit IRC | 16:21 | |
*** thedodd has quit IRC | 16:21 | |
*** thedodd has joined #openstack-meeting | 16:23 | |
*** vivek-ebay has joined #openstack-meeting | 16:25 | |
*** vivek-eb_ has joined #openstack-meeting | 16:25 | |
*** otherwiseguy has quit IRC | 16:26 | |
*** pafuent has joined #openstack-meeting | 16:30 | |
vishy | Sajeesh: awesome! | 16:32 |
*** jrist has quit IRC | 16:32 | |
*** gokrokve has joined #openstack-meeting | 16:36 | |
*** ygbo has quit IRC | 16:37 | |
*** gokrokve_ has joined #openstack-meeting | 16:37 | |
*** TravT has quit IRC | 16:37 | |
*** venkatesh has quit IRC | 16:38 | |
*** gokrokve has quit IRC | 16:40 | |
*** gangil has joined #openstack-meeting | 16:42 | |
*** tomoe_ has quit IRC | 16:42 | |
*** vuil has joined #openstack-meeting | 16:45 | |
*** ayoung-afk is now known as ayoung | 16:46 | |
*** zaneb has quit IRC | 16:48 | |
*** raildo has joined #openstack-meeting | 16:49 | |
*** ildikov has quit IRC | 16:50 | |
*** zaneb has joined #openstack-meeting | 16:52 | |
*** garyk has quit IRC | 16:52 | |
raildo | vishy: ping | 16:53 |
*** mrmartin has joined #openstack-meeting | 16:53 | |
*** jdurgin has quit IRC | 16:54 | |
*** TravT has joined #openstack-meeting | 16:54 | |
*** zdiN0bot has joined #openstack-meeting | 16:55 | |
*** jdurgin has joined #openstack-meeting | 16:55 | |
*** jrist has joined #openstack-meeting | 16:55 | |
*** ayoung is now known as ayoung_fuud | 16:55 | |
*** zhiyan_ is now known as zhiyan | 16:56 | |
*** otherwiseguy has joined #openstack-meeting | 16:57 | |
*** otherwiseguy has quit IRC | 16:59 | |
*** kashyapk has joined #openstack-meeting | 17:00 | |
*** matiu has joined #openstack-meeting | 17:01 | |
*** s3wong has joined #openstack-meeting | 17:02 | |
*** gcb has quit IRC | 17:03 | |
*** jdob has joined #openstack-meeting | 17:03 | |
*** marcoemorais has joined #openstack-meeting | 17:03 | |
*** jecarey has quit IRC | 17:04 | |
*** nacim has quit IRC | 17:06 | |
*** yogeshmehra has joined #openstack-meeting | 17:06 | |
*** IlyaE has quit IRC | 17:06 | |
*** zhiyan is now known as zhiyan_ | 17:06 | |
*** otherwiseguy has joined #openstack-meeting | 17:06 | |
*** vivek-___ has joined #openstack-meeting | 17:09 | |
*** vivek-e__ has joined #openstack-meeting | 17:09 | |
*** vivek-ebay has quit IRC | 17:09 | |
*** vivek-eb_ has quit IRC | 17:09 | |
*** raildo has left #openstack-meeting | 17:10 | |
*** dims has joined #openstack-meeting | 17:13 | |
*** Mandell has joined #openstack-meeting | 17:14 | |
*** harlowja_away is now known as harlowja_ | 17:15 | |
*** tvoran has quit IRC | 17:16 | |
*** dims is now known as dimsum | 17:16 | |
*** Leonr has joined #openstack-meeting | 17:16 | |
*** sushils has quit IRC | 17:17 | |
*** miqui has quit IRC | 17:18 | |
*** whenry has quit IRC | 17:19 | |
*** Fdot has quit IRC | 17:19 | |
*** erlon has quit IRC | 17:19 | |
*** ayoung_fuud is now known as ayoung | 17:20 | |
*** reed has joined #openstack-meeting | 17:22 | |
*** arnaud has quit IRC | 17:24 | |
*** IlyaE has joined #openstack-meeting | 17:24 | |
*** seagulls is now known as beagles_brb | 17:24 | |
*** julim has joined #openstack-meeting | 17:26 | |
*** miqui has joined #openstack-meeting | 17:29 | |
*** shakayumi has joined #openstack-meeting | 17:29 | |
*** shakayumi has quit IRC | 17:29 | |
*** eghobo has quit IRC | 17:31 | |
*** radez_g0n3 is now known as radez | 17:31 | |
*** banix has quit IRC | 17:31 | |
*** whenry has joined #openstack-meeting | 17:31 | |
*** zhangleiqiang has joined #openstack-meeting | 17:31 | |
*** zhangleiqiang has quit IRC | 17:36 | |
*** salv-orlando has joined #openstack-meeting | 17:40 | |
*** ssurana1 has joined #openstack-meeting | 17:40 | |
*** rossk has joined #openstack-meeting | 17:41 | |
*** terryw has joined #openstack-meeting | 17:41 | |
*** otherwiseguy has quit IRC | 17:41 | |
*** SridharG has quit IRC | 17:43 | |
*** ndipanov has quit IRC | 17:43 | |
*** sbalukoff1 has quit IRC | 17:43 | |
*** afazekas has quit IRC | 17:44 | |
*** paragan has quit IRC | 17:45 | |
*** yogeshmehra has quit IRC | 17:46 | |
*** yogeshmehra has joined #openstack-meeting | 17:51 | |
*** leeantho has quit IRC | 17:51 | |
*** leeantho has joined #openstack-meeting | 17:52 | |
*** nshaikh has quit IRC | 17:52 | |
*** baoli has joined #openstack-meeting | 17:52 | |
*** emagana has joined #openstack-meeting | 17:56 | |
*** zhiyan_ is now known as zhiyan | 17:57 | |
*** changbl has joined #openstack-meeting | 17:58 | |
*** gduan has joined #openstack-meeting | 18:01 | |
*** beagles_brb is now known as beagles | 18:01 | |
*** garyduan has quit IRC | 18:02 | |
*** arnaud has joined #openstack-meeting | 18:02 | |
*** garyk has joined #openstack-meeting | 18:03 | |
*** gyee has joined #openstack-meeting | 18:04 | |
*** changbl has quit IRC | 18:04 | |
*** Mandell has quit IRC | 18:05 | |
*** kashyapk has quit IRC | 18:06 | |
*** IlyaE has quit IRC | 18:06 | |
*** zhiyan is now known as zhiyan_ | 18:06 | |
*** davlaps has joined #openstack-meeting | 18:06 | |
*** kashyapk has joined #openstack-meeting | 18:07 | |
*** akuznetsov has quit IRC | 18:07 | |
*** kgriffs is now known as kgriffs|afk | 18:08 | |
*** dprince has quit IRC | 18:09 | |
*** IlyaE has joined #openstack-meeting | 18:09 | |
*** akuznetsov has joined #openstack-meeting | 18:11 | |
*** erecio has joined #openstack-meeting | 18:11 | |
*** kashyapk has quit IRC | 18:11 | |
*** mrmartin has quit IRC | 18:13 | |
*** tvoran has joined #openstack-meeting | 18:16 | |
*** erecio has quit IRC | 18:19 | |
*** fnaval has quit IRC | 18:19 | |
*** erecio has joined #openstack-meeting | 18:19 | |
*** fnaval has joined #openstack-meeting | 18:19 | |
*** Mikhail_D_ltp has quit IRC | 18:20 | |
*** tvoran has quit IRC | 18:21 | |
*** balajiiyer has joined #openstack-meeting | 18:22 | |
*** garyk has quit IRC | 18:23 | |
*** sarob has joined #openstack-meeting | 18:23 | |
*** arnaud has quit IRC | 18:23 | |
*** fnaval has quit IRC | 18:24 | |
*** rossk has quit IRC | 18:26 | |
*** caleb_ has joined #openstack-meeting | 18:27 | |
*** rbak has quit IRC | 18:27 | |
*** sivel has joined #openstack-meeting | 18:28 | |
*** sivel has quit IRC | 18:28 | |
*** sivel has joined #openstack-meeting | 18:28 | |
*** salv-orlando has quit IRC | 18:29 | |
*** salv-orlando has joined #openstack-meeting | 18:31 | |
*** geekinutah has joined #openstack-meeting | 18:32 | |
*** salv-orlando has joined #openstack-meeting | 18:32 | |
*** salv-orlando has quit IRC | 18:34 | |
*** sivel has left #openstack-meeting | 18:35 | |
*** s3wong has quit IRC | 18:36 | |
*** mordred_phone has joined #openstack-meeting | 18:36 | |
*** marcoemorais has quit IRC | 18:38 | |
*** marcoemorais has joined #openstack-meeting | 18:39 | |
*** imsurit has quit IRC | 18:39 | |
*** vivek-e__ has quit IRC | 18:40 | |
*** vivek-___ has quit IRC | 18:40 | |
*** srlang has joined #openstack-meeting | 18:40 | |
*** sbalukoff has joined #openstack-meeting | 18:44 | |
*** tvoran has joined #openstack-meeting | 18:45 | |
*** arunkant has joined #openstack-meeting | 18:46 | |
*** IlyaE has quit IRC | 18:49 | |
*** Mandell has joined #openstack-meeting | 18:49 | |
*** marcoemorais has quit IRC | 18:49 | |
*** pelix has quit IRC | 18:50 | |
*** rbak has joined #openstack-meeting | 18:52 | |
*** yamahata has quit IRC | 18:52 | |
*** ildikov has joined #openstack-meeting | 18:54 | |
*** dimsum has quit IRC | 18:56 | |
*** jecarey has joined #openstack-meeting | 18:57 | |
*** haomaiw__ has quit IRC | 18:58 | |
*** zhiyan_ is now known as zhiyan | 18:58 | |
*** prad has quit IRC | 18:59 | |
*** afazekas has joined #openstack-meeting | 19:00 | |
*** Mandell has quit IRC | 19:03 | |
*** jackib has quit IRC | 19:03 | |
*** jackib_ has joined #openstack-meeting | 19:03 | |
*** arnaud has joined #openstack-meeting | 19:05 | |
*** zdiN0bot has quit IRC | 19:06 | |
*** balajiiyer has quit IRC | 19:06 | |
*** morganfainberg is now known as network_destroye | 19:06 | |
*** network_destroye is now known as morganfainberg | 19:06 | |
*** ayoung is now known as networkDstroyer | 19:07 | |
*** networkDstroyer is now known as ayoung | 19:07 | |
*** zhiyan is now known as zhiyan_ | 19:07 | |
*** Penick has joined #openstack-meeting | 19:08 | |
*** jang1 has joined #openstack-meeting | 19:09 | |
*** viktors has left #openstack-meeting | 19:09 | |
*** coreywright_ is now known as coreywright | 19:10 | |
*** Penick_ has joined #openstack-meeting | 19:11 | |
*** noslzzp has quit IRC | 19:11 | |
*** Penick has quit IRC | 19:12 | |
*** Penick_ is now known as Penick | 19:12 | |
*** garyduan has joined #openstack-meeting | 19:13 | |
*** gduan has quit IRC | 19:13 | |
*** emagana has quit IRC | 19:17 | |
*** emagana has joined #openstack-meeting | 19:19 | |
*** vivek-ebay has joined #openstack-meeting | 19:23 | |
*** vivek-eb_ has joined #openstack-meeting | 19:23 | |
*** sarob has quit IRC | 19:23 | |
*** sarob has joined #openstack-meeting | 19:23 | |
*** vivek-eb_ has quit IRC | 19:23 | |
*** vivek-ebay has quit IRC | 19:23 | |
*** noslzzp has joined #openstack-meeting | 19:24 | |
*** matiu has quit IRC | 19:25 | |
*** mxin has joined #openstack-meeting | 19:27 | |
*** sarob has quit IRC | 19:28 | |
*** mxin has quit IRC | 19:28 | |
*** markvan has quit IRC | 19:28 | |
*** Sajeesh_ has joined #openstack-meeting | 19:29 | |
*** markvan has joined #openstack-meeting | 19:29 | |
*** akuznetsov has quit IRC | 19:29 | |
*** _nadya_ has joined #openstack-meeting | 19:30 | |
*** Sajeesh has quit IRC | 19:31 | |
*** jackib_ has quit IRC | 19:31 | |
*** banix has joined #openstack-meeting | 19:32 | |
*** _nadya_ has quit IRC | 19:32 | |
*** jackib has joined #openstack-meeting | 19:33 | |
*** markwash has quit IRC | 19:35 | |
*** _nadya_ has joined #openstack-meeting | 19:36 | |
*** eharney has quit IRC | 19:36 | |
*** thedodd has quit IRC | 19:39 | |
*** changbl has joined #openstack-meeting | 19:40 | |
*** radez is now known as radez_g0n3 | 19:42 | |
*** afazekas has quit IRC | 19:42 | |
*** gangil has quit IRC | 19:44 | |
*** IlyaE has joined #openstack-meeting | 19:44 | |
*** flaper87|afk is now known as flaper87 | 19:45 | |
*** geekinutah has quit IRC | 19:48 | |
*** geekinutah has joined #openstack-meeting | 19:50 | |
*** blamar has quit IRC | 19:51 | |
*** thedodd has joined #openstack-meeting | 19:52 | |
*** eharney has joined #openstack-meeting | 19:52 | |
*** Mandell has joined #openstack-meeting | 19:53 | |
*** sarob has joined #openstack-meeting | 19:54 | |
*** dstanek is now known as dstanek_zzz | 19:55 | |
*** noslzzp has quit IRC | 19:56 | |
*** vivek-eb_ has joined #openstack-meeting | 19:56 | |
*** vivek-ebay has joined #openstack-meeting | 19:56 | |
*** marcoemorais has joined #openstack-meeting | 19:58 | |
*** zhiyan_ is now known as zhiyan | 19:59 | |
*** caleb_ has quit IRC | 19:59 | |
*** jackib_ has joined #openstack-meeting | 19:59 | |
*** fnaval has joined #openstack-meeting | 20:02 | |
*** jackib has quit IRC | 20:02 | |
*** Thurloat has quit IRC | 20:04 | |
*** stevemar has quit IRC | 20:06 | |
*** ArthurBerezin has joined #openstack-meeting | 20:08 | |
*** zhiyan is now known as zhiyan_ | 20:08 | |
*** _nadya_ has quit IRC | 20:09 | |
*** terriyu has joined #openstack-meeting | 20:11 | |
*** terriyu has quit IRC | 20:11 | |
*** geekinutah has quit IRC | 20:11 | |
*** reed has quit IRC | 20:11 | |
*** gduan has joined #openstack-meeting | 20:14 | |
*** tteggel_ has joined #openstack-meeting | 20:16 | |
*** casanch1 has joined #openstack-meeting | 20:18 | |
*** casanch1 has left #openstack-meeting | 20:18 | |
*** Youcef has quit IRC | 20:18 | |
*** SpamapS_ has joined #openstack-meeting | 20:20 | |
*** pfalleno1 has joined #openstack-meeting | 20:20 | |
*** jeblair_ has joined #openstack-meeting | 20:20 | |
*** SpamapS has quit IRC | 20:21 | |
*** pfallenop has quit IRC | 20:21 | |
*** tteggel has quit IRC | 20:21 | |
*** jeblair has quit IRC | 20:21 | |
*** SpamapS_ is now known as SpamapS | 20:21 | |
*** jeblair_ is now known as jeblair | 20:22 | |
*** SpamapS has quit IRC | 20:22 | |
*** SpamapS has joined #openstack-meeting | 20:22 | |
*** banix has quit IRC | 20:22 | |
*** Mandell has quit IRC | 20:23 | |
*** kenhui1 has quit IRC | 20:23 | |
*** garyduan has quit IRC | 20:23 | |
*** banix has joined #openstack-meeting | 20:23 | |
*** flaper87 is now known as flaper87|afk | 20:24 | |
*** erecio has quit IRC | 20:24 | |
*** Mandell has joined #openstack-meeting | 20:24 | |
*** Mandell_ has joined #openstack-meeting | 20:26 | |
*** mwagner_lap has quit IRC | 20:27 | |
*** Mandell has quit IRC | 20:27 | |
*** zdiN0bot has joined #openstack-meeting | 20:28 | |
*** Mikhail_D_ltp has joined #openstack-meeting | 20:28 | |
*** zaneb has quit IRC | 20:29 | |
*** sarob has quit IRC | 20:30 | |
*** sarob has joined #openstack-meeting | 20:30 | |
*** sarob has quit IRC | 20:32 | |
*** sarob_ has joined #openstack-meeting | 20:32 | |
*** zaneb has joined #openstack-meeting | 20:33 | |
*** marcoemorais1 has joined #openstack-meeting | 20:34 | |
*** marcoemorais has quit IRC | 20:34 | |
*** _nadya_ has joined #openstack-meeting | 20:35 | |
*** Youcef has joined #openstack-meeting | 20:36 | |
*** miqui has quit IRC | 20:38 | |
*** ChrisPriceAB has joined #openstack-meeting | 20:40 | |
*** _nadya_ has quit IRC | 20:41 | |
*** jdob has quit IRC | 20:43 | |
*** reed has joined #openstack-meeting | 20:44 | |
*** DrBacchus has joined #openstack-meeting | 20:47 | |
*** eharney has quit IRC | 20:47 | |
*** thangp has quit IRC | 20:48 | |
*** rbowen has quit IRC | 20:49 | |
*** jmontemayor has quit IRC | 20:54 | |
*** emagana has quit IRC | 20:54 | |
*** Mandell has joined #openstack-meeting | 20:55 | |
*** fnaval has quit IRC | 20:55 | |
*** pafuent has left #openstack-meeting | 20:55 | |
*** crc32 has joined #openstack-meeting | 20:56 | |
*** fnaval has joined #openstack-meeting | 20:56 | |
*** Mandell_ has quit IRC | 20:56 | |
*** ArthurBerezin has left #openstack-meeting | 20:57 | |
*** emagana has joined #openstack-meeting | 20:58 | |
*** baoli has quit IRC | 20:59 | |
*** vivek-ebay has quit IRC | 20:59 | |
*** vivek-eb_ has quit IRC | 20:59 | |
*** zhiyan_ is now known as zhiyan | 20:59 | |
*** vivek-eb_ has joined #openstack-meeting | 20:59 | |
*** vivek-ebay has joined #openstack-meeting | 20:59 | |
*** vivek-e__ has joined #openstack-meeting | 21:00 | |
*** vivek-___ has joined #openstack-meeting | 21:00 | |
*** fnaval has quit IRC | 21:00 | |
*** vivek-eb_ has quit IRC | 21:00 | |
*** vivek-ebay has quit IRC | 21:00 | |
*** jackib_ has quit IRC | 21:01 | |
*** vpanizo has joined #openstack-meeting | 21:02 | |
*** vivek-___ has quit IRC | 21:02 | |
*** vivek-e__ has quit IRC | 21:02 | |
*** vivek-ebay has joined #openstack-meeting | 21:02 | |
*** vivek-eb_ has joined #openstack-meeting | 21:03 | |
*** jackib has joined #openstack-meeting | 21:04 | |
*** GIOVA has joined #openstack-meeting | 21:05 | |
GIOVA | Qlq menoles | 21:05 |
*** eddie_ has quit IRC | 21:06 | |
*** Mandell has quit IRC | 21:06 | |
*** DrBacchus has quit IRC | 21:07 | |
*** rbowen has joined #openstack-meeting | 21:07 | |
*** rbowen has quit IRC | 21:08 | |
*** rbowen has joined #openstack-meeting | 21:08 | |
*** zhiyan is now known as zhiyan_ | 21:09 | |
*** tvoran has quit IRC | 21:11 | |
*** IlyaE has quit IRC | 21:13 | |
*** aysyd has quit IRC | 21:16 | |
*** pdmars has quit IRC | 21:16 | |
GIOVA | hey hey hey algien aqui habaespañol | 21:16 |
*** ArxCruz has quit IRC | 21:17 | |
GIOVA | hey hey hey algien aqui haba español respondan lucers | 21:17 |
*** eharney has joined #openstack-meeting | 21:19 | |
*** obondarev has quit IRC | 21:20 | |
*** Mikhail_D_ltp has left #openstack-meeting | 21:20 | |
*** obondarev has joined #openstack-meeting | 21:20 | |
*** hashar has joined #openstack-meeting | 21:21 | |
*** GIOVA has left #openstack-meeting | 21:21 | |
*** kenhui has joined #openstack-meeting | 21:28 | |
*** tteggel_ has quit IRC | 21:29 | |
*** tteggel has joined #openstack-meeting | 21:30 | |
*** vijendar has quit IRC | 21:31 | |
*** vivek-ebay has quit IRC | 21:32 | |
*** vivek-eb_ has quit IRC | 21:32 | |
*** jgrimm has quit IRC | 21:36 | |
*** IlyaE has joined #openstack-meeting | 21:36 | |
*** zdiN0bot has quit IRC | 21:37 | |
*** Leonr has quit IRC | 21:37 | |
*** rbowen has quit IRC | 21:37 | |
*** zdiN0bot has joined #openstack-meeting | 21:39 | |
*** chuckC has quit IRC | 21:40 | |
*** zdiN0bot has left #openstack-meeting | 21:41 | |
*** chuckC has joined #openstack-meeting | 21:41 | |
*** kashyapk has joined #openstack-meeting | 21:44 | |
*** kashyapk has quit IRC | 21:49 | |
*** david-lyle has quit IRC | 21:50 | |
*** Youcef has quit IRC | 21:51 | |
*** david-lyle has joined #openstack-meeting | 21:51 | |
*** chuckC has quit IRC | 21:51 | |
*** neelashah has quit IRC | 21:54 | |
*** IlyaE has quit IRC | 21:55 | |
*** david-lyle has quit IRC | 21:56 | |
*** kenhui has quit IRC | 21:56 | |
*** vuil has quit IRC | 21:59 | |
*** lascii is now known as alaski | 21:59 | |
*** yogeshmehra has quit IRC | 21:59 | |
*** zhiyan_ is now known as zhiyan | 22:00 | |
*** vkmc has quit IRC | 22:00 | |
*** dims has joined #openstack-meeting | 22:02 | |
*** dims has quit IRC | 22:02 | |
*** dims has joined #openstack-meeting | 22:04 | |
*** dims has quit IRC | 22:04 | |
*** fnaval has joined #openstack-meeting | 22:06 | |
*** dims has joined #openstack-meeting | 22:07 | |
*** zhiyan is now known as zhiyan_ | 22:09 | |
*** arnaud has quit IRC | 22:11 | |
*** sarob_ has quit IRC | 22:12 | |
*** hashar has quit IRC | 22:12 | |
*** dims has quit IRC | 22:12 | |
*** sarob has joined #openstack-meeting | 22:12 | |
*** dims has joined #openstack-meeting | 22:12 | |
*** ssurana1 has quit IRC | 22:14 | |
*** ssurana has joined #openstack-meeting | 22:14 | |
*** chuckC has joined #openstack-meeting | 22:16 | |
*** sarob has quit IRC | 22:17 | |
*** rbak_ has joined #openstack-meeting | 22:19 | |
*** jackib has quit IRC | 22:21 | |
*** rbak has quit IRC | 22:22 | |
*** thomasbiege has joined #openstack-meeting | 22:24 | |
*** gyee has quit IRC | 22:28 | |
*** srlang has quit IRC | 22:30 | |
*** Qiming has joined #openstack-meeting | 22:34 | |
*** thomasbiege has left #openstack-meeting | 22:35 | |
*** topol has quit IRC | 22:36 | |
*** sarob has joined #openstack-meeting | 22:36 | |
*** dims has quit IRC | 22:36 | |
*** dims has joined #openstack-meeting | 22:37 | |
*** sarob has quit IRC | 22:41 | |
*** dims has quit IRC | 22:41 | |
*** rockyg has joined #openstack-meeting | 22:44 | |
*** ddieterl_ has quit IRC | 22:45 | |
*** sarob has joined #openstack-meeting | 22:50 | |
*** sarob_ has joined #openstack-meeting | 22:51 | |
*** reed has quit IRC | 22:51 | |
*** jergerber has quit IRC | 22:52 | |
*** shardy has quit IRC | 22:52 | |
*** sarob has quit IRC | 22:54 | |
*** jackib has joined #openstack-meeting | 22:55 | |
*** banix has quit IRC | 22:55 | |
*** blamar has joined #openstack-meeting | 23:01 | |
*** zhiyan_ is now known as zhiyan | 23:01 | |
*** colinmcnamara has joined #openstack-meeting | 23:04 | |
*** tris has quit IRC | 23:04 | |
*** rbak_ has quit IRC | 23:05 | |
*** TravT has quit IRC | 23:06 | |
*** sarob_ has quit IRC | 23:06 | |
*** stevemar has joined #openstack-meeting | 23:06 | |
*** sarob has joined #openstack-meeting | 23:06 | |
*** sarob has quit IRC | 23:07 | |
*** sarob_ has joined #openstack-meeting | 23:07 | |
*** zhiyan is now known as zhiyan_ | 23:10 | |
*** mwagner_lap has joined #openstack-meeting | 23:15 | |
*** kevinconway has quit IRC | 23:17 | |
*** jogo is now known as flashgordon | 23:18 | |
*** thedodd has quit IRC | 23:20 | |
*** markmcclain has joined #openstack-meeting | 23:21 | |
*** zdiN0bot has joined #openstack-meeting | 23:21 | |
*** jamiem has quit IRC | 23:23 | |
*** dims has joined #openstack-meeting | 23:24 | |
*** dims has quit IRC | 23:24 | |
*** dims has joined #openstack-meeting | 23:26 | |
*** dims has quit IRC | 23:26 | |
*** carl_baldwin has quit IRC | 23:27 | |
*** stevemar has quit IRC | 23:27 | |
*** dims has joined #openstack-meeting | 23:28 | |
*** dims has quit IRC | 23:28 | |
*** colinmcnamara has quit IRC | 23:31 | |
*** ildikov has quit IRC | 23:31 | |
*** ildikov has joined #openstack-meeting | 23:31 | |
*** zdiN0bot has quit IRC | 23:32 | |
*** dims has joined #openstack-meeting | 23:32 | |
*** dims has quit IRC | 23:32 | |
*** edmund has quit IRC | 23:32 | |
*** sarob has joined #openstack-meeting | 23:33 | |
*** colinmcnamara has joined #openstack-meeting | 23:34 | |
*** sarob_ has quit IRC | 23:35 | |
*** tsekiyama has quit IRC | 23:35 | |
*** tsekiyama has joined #openstack-meeting | 23:36 | |
*** igordcard has quit IRC | 23:37 | |
*** Mandell has joined #openstack-meeting | 23:37 | |
*** zhikunliu has joined #openstack-meeting | 23:37 | |
*** dims has joined #openstack-meeting | 23:38 | |
*** dims has quit IRC | 23:38 | |
*** sarob has quit IRC | 23:38 | |
*** terryw has quit IRC | 23:41 | |
*** roampune has joined #openstack-meeting | 23:44 | |
*** roampune has quit IRC | 23:44 | |
*** banix has joined #openstack-meeting | 23:45 | |
*** jackib has quit IRC | 23:45 | |
*** ssurana1 has joined #openstack-meeting | 23:49 | |
*** tsekiyama has quit IRC | 23:49 | |
*** colinmcnamara has quit IRC | 23:49 | |
*** terriyu has joined #openstack-meeting | 23:49 | |
*** terriyu has quit IRC | 23:49 | |
*** ssurana1 has quit IRC | 23:50 | |
*** ssurana has quit IRC | 23:52 | |
*** markmcclain has quit IRC | 23:53 | |
*** emagana has quit IRC | 23:55 | |
*** colinmcnamara has joined #openstack-meeting | 23:56 | |
*** colinmcnamara has quit IRC | 23:56 | |
*** colinmcnamara has joined #openstack-meeting | 23:58 | |
*** colinmcnamara has quit IRC | 23:58 | |
*** colinmcnamara has joined #openstack-meeting | 23:58 | |
*** colinmcnamara has quit IRC | 23:59 | |
*** banix has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!