*** VijayB_ has joined #openstack-meeting | 00:00 | |
*** soulxu__ is now known as alex_xu | 00:00 | |
*** alexpilotti_ has quit IRC | 00:01 | |
cyeoh | #startmeeting nova api | 00:01 |
---|---|---|
openstack | Meeting started Fri Sep 19 00:01:24 2014 UTC and is due to finish in 60 minutes. The chair is cyeoh. Information about MeetBot at http://wiki.debian.org/MeetBot. | 00:01 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 00:01 |
*** openstack changes topic to " (Meeting topic: nova api)" | 00:01 | |
openstack | The meeting name has been set to 'nova_api' | 00:01 |
cyeoh | Hi! Who is here today? | 00:01 |
oomichi | hello! | 00:01 |
alex_xu | good morning! | 00:01 |
eliqiao | hi cyeoh. | 00:01 |
gmann | hi | 00:01 |
*** brucer_ has quit IRC | 00:02 | |
*** atiwari has quit IRC | 00:02 | |
cyeoh | ok let's get started. | 00:02 |
cyeoh | #topic v2 on v3 api | 00:02 |
*** openstack changes topic to "v2 on v3 api (Meeting topic: nova api)" | 00:02 | |
*** Sukhdev has quit IRC | 00:02 | |
cyeoh | So nothing merging now given the rc is so close but I think we should continue spending some time reviewing the patches we do have | 00:03 |
cyeoh | eg. there's a bunch of new network related ones | 00:03 |
cyeoh | so when Kilo opens we can merge very quickly | 00:03 |
*** tkay has quit IRC | 00:03 | |
oomichi | cyeoh: that means revewing with WIPs? | 00:03 |
cyeoh | everyone ok with that? (Just ignore the -2's/WIPs on the patches) | 00:04 |
*** sarob_ has quit IRC | 00:04 | |
cyeoh | oomichi: yea I don't think that will hurt will it? | 00:04 |
alex_xu | I'm ok | 00:04 |
*** tsekiyama has quit IRC | 00:04 | |
oomichi | cyeoh: nice for me | 00:04 |
cyeoh | The only patch I have that is WIP that is truly WIP is the extension info one | 00:04 |
*** adahms has quit IRC | 00:04 | |
*** vivek-ebay has joined #openstack-meeting | 00:04 | |
gmann | sounds good | 00:04 |
*** tkay has joined #openstack-meeting | 00:04 | |
eliqiao | remove WIP of network proxy patch? | 00:04 |
*** vivek-ebay has quit IRC | 00:04 | |
*** crc32 has joined #openstack-meeting | 00:05 | |
*** yamamoto has joined #openstack-meeting | 00:05 | |
cyeoh | eliqiao: don't remove the WIP or they might get -2'd | 00:05 |
*** vivek-ebay has joined #openstack-meeting | 00:05 | |
cyeoh | but when you have time do review any of the v2-on-v3 patches even if they are marked WIP | 00:05 |
*** mattgriffin has quit IRC | 00:05 | |
eliqiao | okay | 00:05 |
cyeoh | so hopefully we can get them all cleaned up a ready to merge | 00:05 |
oomichi | cyeoh: we need to post spec for v2.1 kilo | 00:06 |
cyeoh | oomichi: I was hoping to just sneak them in :-) | 00:06 |
*** alexpilotti has joined #openstack-meeting | 00:06 | |
cyeoh | I guess we could just repost the same spec | 00:06 |
oomichi | on https://review.openstack.org/#/c/116699/ discussion, the v2.1 spec will be approved soon after kilo open | 00:06 |
oomichi | cyeoh: yes, right. enough to repost the same spec for kilo, maybe | 00:07 |
*** ddieterly has joined #openstack-meeting | 00:07 | |
cyeoh | oomichi: it should be - we'll keep microversions separate | 00:08 |
oomichi | cyeoh: yea, we should separate it for avoiding slow progress :) | 00:08 |
cyeoh | will ask PTL & John - perhaps can just get an exemption since its continuing work | 00:08 |
*** mlavalle has quit IRC | 00:09 | |
*** ivar-lazzaro has quit IRC | 00:09 | |
oomichi | cyeoh: sounds nice | 00:09 |
cyeoh | anything else on v2 on v3? (will talk about microversions separately) | 00:10 |
gmann | cyeoh: V2 has 'os-volume_attachments' resource to attach/detach/swap volume and V3 has server action ('attach' etc) for the same | 00:10 |
gmann | as we need to port 'os-volume_attachments' for V2.1, do we keep V3 version also or remove that? | 00:11 |
cyeoh | gmann: hrm v2 doesn't have the attach server action? | 00:11 |
*** cdub has quit IRC | 00:11 | |
*** rwsu has quit IRC | 00:11 | |
cyeoh | did we miss os-volume_attachments? | 00:12 |
gmann | i think no, V2 has 'os-volume_attachments' no server action. | 00:12 |
oomichi | cyeoh: maybe we missed it. | 00:12 |
*** yamamoto has quit IRC | 00:12 | |
gmann | yes, we missed to port os-volume_attachment | 00:12 |
* cyeoh is just looking through his git tree | 00:13 | |
alex_xu | we can move attach/detach code as os-volume_attachment | 00:13 |
*** s3wong has quit IRC | 00:13 | |
*** pballand has quit IRC | 00:14 | |
*** aranjan has joined #openstack-meeting | 00:14 | |
gmann | alex_xu: yes but as in microversion we might need those API implemented as server action, should not we keep those also and provide os-volume_attachments for backward compatibility | 00:14 |
*** ivar-lazzaro has joined #openstack-meeting | 00:15 | |
alex_xu | gmann, I just think of share the code attach/detach/swap and os-volume_attachment will complex, so maybe we introduce those action back will more easy | 00:16 |
*** adahms has joined #openstack-meeting | 00:16 | |
alex_xu | but I'm ok with both way | 00:16 |
cyeoh | is the implementation exactly the same? For some reason I remember talking about this before | 00:17 |
cyeoh | and I think I ended up deliberately removing the attachment code from volumes.py | 00:17 |
*** armax has quit IRC | 00:17 | |
*** vu has joined #openstack-meeting | 00:18 | |
cyeoh | ok anyone I think this needs more looking into.... | 00:18 |
alex_xu | a lot of different in input/output | 00:18 |
cyeoh | can work it out offline I think | 00:19 |
*** pballand has joined #openstack-meeting | 00:19 | |
gmann | yes, request response is main diff | 00:19 |
*** ivar-lazzaro has quit IRC | 00:19 | |
alex_xu | yes, can file a bug then track it | 00:19 |
*** penick has joined #openstack-meeting | 00:19 | |
*** henrynash has quit IRC | 00:20 | |
*** dane_leblanc has joined #openstack-meeting | 00:20 | |
gmann | ok, i will release a WIP patch (by keeping V3 server action too) and then we can go for better direction. | 00:20 |
cyeoh | yea I think we'll need to re-implement it again | 00:20 |
gmann | is it ok? | 00:20 |
cyeoh | yep thats fine. I think eventually we should just drop the v3 version | 00:21 |
alex_xu | I'm fine too | 00:21 |
gmann | ok. | 00:21 |
*** carl_baldwin has quit IRC | 00:21 | |
cyeoh | gmann: thanks for picking that up! | 00:21 |
cyeoh | ok anything else for v2 on v3 api | 00:22 |
gmann | while testing i found some more extension missed like disk_config too. | 00:22 |
*** Riddhi has joined #openstack-meeting | 00:22 | |
gmann | I will keep updating etherpad about my finding. | 00:22 |
cyeoh | gmann: argh :-( Could you put them on the etherpad? And then someone can pick them up. | 00:23 |
cyeoh | thanks! | 00:23 |
oomichi | gmann: nice work! | 00:23 |
alex_xu | gmann, great job! | 00:23 |
*** pballand has quit IRC | 00:23 | |
gmann | sure thanks | 00:23 |
*** stevemar has quit IRC | 00:23 | |
cyeoh | hrm config_drive does seem to be ported? | 00:23 |
*** stevemar has joined #openstack-meeting | 00:23 | |
cyeoh | unless for some reason its not loading properly? | 00:24 |
*** Sukhdev has joined #openstack-meeting | 00:24 | |
*** paragan has joined #openstack-meeting | 00:24 | |
cyeoh | anyway can look into it more - but it does appear that there is a v3 version which looks like it implements everything the v2 one does | 00:24 |
oomichi | yeah, config_drive seems to be ported with I8a0d50efcda6fcd12971a41505127de5987eec18 | 00:24 |
*** ayoung-DadMode has quit IRC | 00:25 | |
gmann | yes, but need to look. is it same with disk_config | 00:25 |
cyeoh | on sorry I misread - you said disk_config | 00:25 |
oomichi | gmann: NotFound config_drive with Tempest? | 00:25 |
cyeoh | gmann: yes you're right we're missing disk_config | 00:26 |
gmann | error is 'OS-DCF:diskConfig' not in server body | 00:26 |
*** alexpilotti_ has joined #openstack-meeting | 00:26 | |
oomichi | gmann: sorry, that is a part of SchedulerHints | 00:26 |
*** alexpilotti has quit IRC | 00:26 | |
*** alexpilotti_ is now known as alexpilotti | 00:26 | |
*** rwsu has joined #openstack-meeting | 00:27 | |
oomichi | Ieed7619f3cb310b25d157ebb07f24468aea1af9d is right commit id. | 00:27 |
*** jjmb has joined #openstack-meeting | 00:27 | |
gmann | i have added disk_config in etherpad. i will try to release today. | 00:28 |
cyeoh | gmann: cool :-) | 00:28 |
oomichi | gmann: thanks, I will see it. | 00:29 |
cyeoh | #topic microversions | 00:29 |
*** openstack changes topic to "microversions (Meeting topic: nova api)" | 00:29 | |
cyeoh | Alex has some ideas he's mailed out about microversions. | 00:29 |
cyeoh | alex_xu: do you want to paste think link to your blog post in here? | 00:29 |
*** enikanorov has quit IRC | 00:29 | |
alex_xu | There is the blog post | 00:29 |
alex_xu | #link http://soulxu.github.io/blog/2014/09/12/one-option-for-nova-api/ | 00:29 |
*** markwash__ has quit IRC | 00:30 | |
cyeoh | alex_xu: sorry I haven't read the revised version yet but will look at it soon | 00:30 |
*** markmcclain has quit IRC | 00:30 | |
alex_xu | cyeoh, thanks! | 00:30 |
*** shohel02 has joined #openstack-meeting | 00:30 | |
*** yingjun has joined #openstack-meeting | 00:31 | |
cyeoh | just wondering if anyone else had anything they want to talk about it? | 00:31 |
cyeoh | I think it's also fine if we just discuss it via email as well.... | 00:31 |
oomichi | alex_xu: nice doc :-) | 00:32 |
oomichi | cyeoh: I agree, we need time for it. | 00:32 |
alex_xu | oomichi, thanks, I also hope got your suggestion | 00:32 |
cyeoh | oomichi: ok, fair enough. I know I need to think about it all a bit more myself.... | 00:32 |
oomichi | maybe it would be nice to discuss it on -dev ml | 00:33 |
gmann | yes, that was really nice doc and POC. I also need to go through it completely. ll provide my input if any | 00:33 |
*** arborism has quit IRC | 00:33 | |
oomichi | many people will join into the discussion. | 00:34 |
alex_xu | gmann, cool, thanks | 00:34 |
*** penick has quit IRC | 00:34 | |
cyeoh | oomichi: yes we should. alex_xu: do you want to start off an email thread? | 00:34 |
alex_xu | cyeoh, sure | 00:34 |
cyeoh | I still have strong reservations about parts. eg I don't want a method per version | 00:34 |
oomichi | the doc is already nice for discussing it :-) | 00:34 |
cyeoh | because I think that's too much duplicated code, but we can talk about that more | 00:35 |
alex_xu | but the doc isn't good for comment... | 00:35 |
*** Sukhdev has quit IRC | 00:35 | |
*** shohel02 has quit IRC | 00:35 | |
alex_xu | cyeoh, yea, a lot of thing need more think about | 00:35 |
cyeoh | yea a nova-spec is better for discussion but I think its worth sending it out for some general discussions first | 00:36 |
*** Sukhdev_ has joined #openstack-meeting | 00:36 | |
*** alexpilotti has quit IRC | 00:36 | |
oomichi | yeah, right. we need many opinions. -dev is nice for getting them. | 00:36 |
*** derekh has joined #openstack-meeting | 00:36 | |
alex_xu | yes, send as nova-spec when we ensure it is ready | 00:37 |
oomichi | alex_xu: thanks | 00:37 |
alex_xu | oomichi, np | 00:38 |
*** crc32 has quit IRC | 00:38 | |
*** yjiang5 has quit IRC | 00:38 | |
*** hemna has quit IRC | 00:38 | |
cyeoh | #topic open discussion | 00:38 |
*** openstack changes topic to "open discussion (Meeting topic: nova api)" | 00:38 | |
cyeoh | ok, is there anything else people would like to talk about? | 00:39 |
oomichi | one point | 00:40 |
oomichi | can we add v2.1 endpoint setting to devstack now? | 00:40 |
*** shashankhegde has joined #openstack-meeting | 00:41 | |
oomichi | as yesterday maling list discussion, v2.1 endpoint is not registered to keystone yet. | 00:41 |
cyeoh | oomichi: I don't see why not | 00:41 |
cyeoh | it'd be useful for testing | 00:42 |
oomichi | cyeoh: my concern was experimental v2.1 now. | 00:42 |
*** alexpilotti has joined #openstack-meeting | 00:42 | |
oomichi | but it is necessary to test/use v2.1 with nova command. | 00:42 |
gmann | yes, i have to change locally each time i test V2.1 :) | 00:43 |
oomichi | I will try it later anyway :-) | 00:43 |
cyeoh | oomichi: i think its fine with it experimental. keystone folks are probably going to complain about yet another versioned endpoint though! | 00:44 |
cyeoh | since that's not how its supposed to work | 00:44 |
oomichi | gmann: right, in many cases I use curl command for v2.1 testing. that is not useful for me:-( | 00:44 |
*** tkay has quit IRC | 00:44 | |
oomichi | cyeoh: nice info, yeah will do it :-) | 00:45 |
*** dims_ has joined #openstack-meeting | 00:46 | |
cyeoh | ok is there anything else? | 00:46 |
oomichi | yeah, good for me now :) | 00:47 |
gmann | nothing from my side | 00:47 |
alex_xu | that's for me | 00:47 |
*** yeungp has quit IRC | 00:47 | |
alex_xu | that's all for me | 00:48 |
*** bdpayne has quit IRC | 00:48 | |
cyeoh | ok thanks everyone! | 00:48 |
cyeoh | #endmeeting | 00:48 |
oomichi | thanks all! | 00:48 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 00:48 | |
gmann | Thanks All. | 00:48 |
openstack | Meeting ended Fri Sep 19 00:48:50 2014 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 00:48 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/nova_api/2014/nova_api.2014-09-19-00.01.html | 00:48 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/nova_api/2014/nova_api.2014-09-19-00.01.txt | 00:48 |
openstack | Log: http://eavesdrop.openstack.org/meetings/nova_api/2014/nova_api.2014-09-19-00.01.log.html | 00:48 |
alex_xu | thanks all | 00:48 |
*** eliqiao has left #openstack-meeting | 00:50 | |
*** oomichi has quit IRC | 00:50 | |
*** fnaval has quit IRC | 00:51 | |
*** rmoe has quit IRC | 00:51 | |
*** imsurit has joined #openstack-meeting | 00:52 | |
*** derekh has quit IRC | 00:53 | |
*** colinmcnamara has joined #openstack-meeting | 00:53 | |
*** mattgriffin has joined #openstack-meeting | 00:56 | |
*** VijayB_ has quit IRC | 00:57 | |
*** dmccowan has joined #openstack-meeting | 00:57 | |
*** dims_ has quit IRC | 00:57 | |
*** cjellick has quit IRC | 01:00 | |
*** banix has joined #openstack-meeting | 01:01 | |
*** aysyanne has quit IRC | 01:02 | |
*** aranjan has quit IRC | 01:03 | |
*** VijayB has joined #openstack-meeting | 01:04 | |
*** nelsnelson has quit IRC | 01:05 | |
*** shashankhegde has quit IRC | 01:06 | |
*** cdub has joined #openstack-meeting | 01:08 | |
*** rmoe has joined #openstack-meeting | 01:08 | |
*** fnaval has joined #openstack-meeting | 01:10 | |
*** brucer_meeting has joined #openstack-meeting | 01:12 | |
*** banix has quit IRC | 01:12 | |
*** banix has joined #openstack-meeting | 01:13 | |
*** mberlin1 has joined #openstack-meeting | 01:13 | |
*** mberlin has quit IRC | 01:14 | |
*** mattgriffin has quit IRC | 01:14 | |
*** ayoung has joined #openstack-meeting | 01:15 | |
*** Longgeek has joined #openstack-meeting | 01:15 | |
*** brucer__ has quit IRC | 01:16 | |
*** vjay7 has joined #openstack-meeting | 01:16 | |
*** jjmb1 has joined #openstack-meeting | 01:18 | |
*** cdub has quit IRC | 01:19 | |
*** yaguang has joined #openstack-meeting | 01:20 | |
*** jjmb has quit IRC | 01:20 | |
*** jjmb has joined #openstack-meeting | 01:21 | |
*** esker has joined #openstack-meeting | 01:21 | |
*** colinmcnamara has quit IRC | 01:21 | |
*** cdub has joined #openstack-meeting | 01:21 | |
*** jjmb1 has quit IRC | 01:22 | |
*** esker has quit IRC | 01:23 | |
*** jjmb1 has joined #openstack-meeting | 01:23 | |
*** esker has joined #openstack-meeting | 01:23 | |
*** brucer_meeting has quit IRC | 01:25 | |
*** nelsnelson has joined #openstack-meeting | 01:25 | |
*** jjmb has quit IRC | 01:25 | |
*** daneleblanc has joined #openstack-meeting | 01:25 | |
*** Daisy has joined #openstack-meeting | 01:25 | |
*** mmedvede has quit IRC | 01:26 | |
*** xuhanp has joined #openstack-meeting | 01:27 | |
*** bill_az has quit IRC | 01:27 | |
*** vivek-ebay has quit IRC | 01:28 | |
*** zhhuabj_ has joined #openstack-meeting | 01:28 | |
*** dane_leblanc has quit IRC | 01:28 | |
*** comay has quit IRC | 01:29 | |
*** paragan has quit IRC | 01:30 | |
*** shohel02 has joined #openstack-meeting | 01:30 | |
*** otter768 has joined #openstack-meeting | 01:30 | |
*** Riddhi has quit IRC | 01:32 | |
*** Riddhi has joined #openstack-meeting | 01:33 | |
*** cdub has quit IRC | 01:33 | |
*** shohel02 has quit IRC | 01:35 | |
*** ianw has quit IRC | 01:36 | |
*** dims has joined #openstack-meeting | 01:38 | |
*** IanGovett has quit IRC | 01:39 | |
*** marcoemorais has quit IRC | 01:40 | |
*** ctracey_ is now known as ctracey | 01:41 | |
*** baohua has joined #openstack-meeting | 01:41 | |
*** vkmc has quit IRC | 01:41 | |
*** vjay7 has quit IRC | 01:44 | |
*** fnaval has quit IRC | 01:45 | |
*** fnaval has joined #openstack-meeting | 01:45 | |
*** vjay7 has joined #openstack-meeting | 01:45 | |
*** daneleblanc has quit IRC | 01:46 | |
*** vkmc has joined #openstack-meeting | 01:46 | |
*** yamahata has joined #openstack-meeting | 01:49 | |
*** dane_leblanc has joined #openstack-meeting | 01:50 | |
*** banix has quit IRC | 01:51 | |
*** resker has joined #openstack-meeting | 01:55 | |
*** rwsu has quit IRC | 01:56 | |
*** resker has quit IRC | 01:56 | |
*** banix has joined #openstack-meeting | 01:56 | |
*** novas0x2a|laptop has quit IRC | 01:57 | |
*** vjay7 has quit IRC | 01:57 | |
*** esker has quit IRC | 01:58 | |
*** terriyu has joined #openstack-meeting | 02:02 | |
*** sandywalsh has quit IRC | 02:02 | |
*** VijayB has quit IRC | 02:04 | |
*** yamahata__ has joined #openstack-meeting | 02:05 | |
*** VijayB has joined #openstack-meeting | 02:05 | |
*** Sukhdev has joined #openstack-meeting | 02:06 | |
*** Sukhdev_ has quit IRC | 02:06 | |
*** Longgeek has quit IRC | 02:08 | |
*** rwsu has joined #openstack-meeting | 02:09 | |
*** VijayB has quit IRC | 02:10 | |
*** terriyu has quit IRC | 02:11 | |
*** rwsu has quit IRC | 02:11 | |
*** Sukhdev has quit IRC | 02:11 | |
*** adahms has quit IRC | 02:13 | |
*** Longgeek has joined #openstack-meeting | 02:14 | |
*** linuxnewb2 has quit IRC | 02:16 | |
*** dims has quit IRC | 02:20 | |
*** dims has joined #openstack-meeting | 02:21 | |
*** asettle is now known as asettle-dorrardo | 02:23 | |
*** asettle-dorrardo is now known as asettle | 02:23 | |
*** dims has quit IRC | 02:25 | |
*** adahms has joined #openstack-meeting | 02:26 | |
*** rwsu has joined #openstack-meeting | 02:27 | |
*** jjmb has joined #openstack-meeting | 02:28 | |
*** topol has joined #openstack-meeting | 02:28 | |
*** harlowja is now known as harlowja_away | 02:29 | |
*** nijaba_ has joined #openstack-meeting | 02:30 | |
*** shohel02 has joined #openstack-meeting | 02:30 | |
*** nijaba has quit IRC | 02:30 | |
*** ramashri has quit IRC | 02:31 | |
*** jjmb1 has quit IRC | 02:31 | |
*** jjmb1 has joined #openstack-meeting | 02:33 | |
*** jjmb has quit IRC | 02:33 | |
*** Mandell has quit IRC | 02:33 | |
*** Mandell has joined #openstack-meeting | 02:34 | |
*** shohel02 has quit IRC | 02:34 | |
*** otter768 has quit IRC | 02:35 | |
*** ramishra has joined #openstack-meeting | 02:36 | |
*** carl_baldwin has joined #openstack-meeting | 02:41 | |
*** nijaba_ has quit IRC | 02:41 | |
*** dane_leblanc has quit IRC | 02:43 | |
*** dane_leblanc has joined #openstack-meeting | 02:44 | |
*** acfleury has quit IRC | 02:47 | |
*** dpaterson has quit IRC | 02:48 | |
*** dmccowan has quit IRC | 02:49 | |
*** yamamoto_ has joined #openstack-meeting | 02:52 | |
*** otter768 has joined #openstack-meeting | 02:56 | |
*** epico has joined #openstack-meeting | 02:57 | |
*** chandankumar has joined #openstack-meeting | 02:57 | |
*** ramashri has joined #openstack-meeting | 03:01 | |
*** ramashri has quit IRC | 03:02 | |
*** alex_xu has quit IRC | 03:02 | |
*** haleyb_ has joined #openstack-meeting | 03:06 | |
*** yingjun has quit IRC | 03:06 | |
*** yingjun has joined #openstack-meeting | 03:06 | |
*** amotoki has quit IRC | 03:06 | |
*** chandankumar has quit IRC | 03:06 | |
*** Mandell has quit IRC | 03:07 | |
*** haleyb_ has quit IRC | 03:07 | |
*** alex_xu has joined #openstack-meeting | 03:07 | |
*** vivek-ebay has joined #openstack-meeting | 03:09 | |
*** yingjun has quit IRC | 03:11 | |
*** sgordon has joined #openstack-meeting | 03:11 | |
*** dane_leblanc has quit IRC | 03:20 | |
*** carl_baldwin has quit IRC | 03:21 | |
*** aranjan has joined #openstack-meeting | 03:23 | |
*** rushiagr_away is now known as rushiagr | 03:23 | |
*** Poornima has joined #openstack-meeting | 03:24 | |
*** gyee has quit IRC | 03:25 | |
*** ramashri has joined #openstack-meeting | 03:27 | |
*** Mandell has joined #openstack-meeting | 03:29 | |
*** shohel02 has joined #openstack-meeting | 03:30 | |
*** ramashri_ has joined #openstack-meeting | 03:30 | |
*** paragan has joined #openstack-meeting | 03:30 | |
*** otter768 has quit IRC | 03:30 | |
*** carl_baldwin has joined #openstack-meeting | 03:31 | |
*** ramashri has quit IRC | 03:31 | |
*** vdreamarkitex has quit IRC | 03:32 | |
*** nelsnelson has quit IRC | 03:33 | |
*** shohel02 has quit IRC | 03:35 | |
*** SumitNaiksatam has joined #openstack-meeting | 03:38 | |
*** ramishra_ has joined #openstack-meeting | 03:40 | |
*** haomai___ has quit IRC | 03:41 | |
*** ramishra has quit IRC | 03:41 | |
*** topol has quit IRC | 03:41 | |
*** haomaiwang has joined #openstack-meeting | 03:42 | |
*** vivek-eb_ has joined #openstack-meeting | 03:42 | |
*** vivek-ebay has quit IRC | 03:44 | |
*** Mandell has quit IRC | 03:45 | |
*** penick has joined #openstack-meeting | 03:47 | |
*** rushiagr is now known as rushiagr_away | 03:47 | |
*** Mandell has joined #openstack-meeting | 03:49 | |
*** penick has quit IRC | 03:50 | |
*** Longgeek_ has joined #openstack-meeting | 03:52 | |
*** vjay7 has joined #openstack-meeting | 03:53 | |
*** lcheng has joined #openstack-meeting | 03:53 | |
*** KanagarajM has joined #openstack-meeting | 03:54 | |
*** Longgeek has quit IRC | 03:55 | |
*** JRobinson__ is now known as JRobinson__afk | 03:57 | |
*** haomaiw__ has joined #openstack-meeting | 03:58 | |
*** yamamoto_ has quit IRC | 03:58 | |
*** shashankhegde has joined #openstack-meeting | 03:59 | |
*** hemna has joined #openstack-meeting | 04:00 | |
*** Sukhdev has joined #openstack-meeting | 04:00 | |
*** haomaiwang has quit IRC | 04:02 | |
*** otherwiseguy has joined #openstack-meeting | 04:07 | |
*** garyh has quit IRC | 04:09 | |
*** VijayB has joined #openstack-meeting | 04:10 | |
*** Longgeek_ has quit IRC | 04:11 | |
*** nikunj2512 has joined #openstack-meeting | 04:11 | |
*** Daisy has quit IRC | 04:12 | |
*** elambert has joined #openstack-meeting | 04:16 | |
*** carl_baldwin has quit IRC | 04:17 | |
*** VijayB__ has joined #openstack-meeting | 04:18 | |
*** yamamoto_ has joined #openstack-meeting | 04:19 | |
*** haomaiw__ has quit IRC | 04:20 | |
*** VijayB has quit IRC | 04:21 | |
*** haomaiwang has joined #openstack-meeting | 04:21 | |
*** JRobinson__afk is now known as JRobinson__ | 04:22 | |
*** schwicht has quit IRC | 04:22 | |
*** Longgeek has joined #openstack-meeting | 04:22 | |
*** bradjones has quit IRC | 04:24 | |
*** ramishra_ has quit IRC | 04:25 | |
*** gmann has quit IRC | 04:26 | |
*** gmann has joined #openstack-meeting | 04:26 | |
*** ramishra has joined #openstack-meeting | 04:27 | |
*** VijayB__ has quit IRC | 04:28 | |
*** shohel02 has joined #openstack-meeting | 04:30 | |
*** haomaiw__ has joined #openstack-meeting | 04:30 | |
*** vkmc has quit IRC | 04:31 | |
*** yamamot__ has joined #openstack-meeting | 04:31 | |
*** shohel02 has quit IRC | 04:32 | |
*** shohel02 has joined #openstack-meeting | 04:32 | |
*** armax has joined #openstack-meeting | 04:32 | |
*** yamamo___ has joined #openstack-meeting | 04:33 | |
*** yamamoto_ has quit IRC | 04:33 | |
*** haomaiwang has quit IRC | 04:33 | |
*** yamamot__ has quit IRC | 04:36 | |
*** shohel02 has quit IRC | 04:37 | |
*** chandankumar has joined #openstack-meeting | 04:37 | |
*** Longgeek has quit IRC | 04:37 | |
*** baoli has quit IRC | 04:37 | |
*** otherwiseguy has quit IRC | 04:40 | |
*** armax has quit IRC | 04:45 | |
*** Longgeek has joined #openstack-meeting | 04:45 | |
*** chandankumar has quit IRC | 04:46 | |
*** chandankumar has joined #openstack-meeting | 04:46 | |
*** vivek-eb_ has quit IRC | 04:48 | |
*** reed has quit IRC | 04:49 | |
*** Longgeek has quit IRC | 04:49 | |
*** nelsnelson has joined #openstack-meeting | 04:50 | |
*** vjay7 has quit IRC | 04:57 | |
*** Daisy has joined #openstack-meeting | 05:03 | |
*** Poornima has quit IRC | 05:06 | |
*** rushiagr_away is now known as rushiagr | 05:06 | |
*** ramishra_ has joined #openstack-meeting | 05:06 | |
*** rakesh_hs has joined #openstack-meeting | 05:09 | |
*** ramishra has quit IRC | 05:09 | |
*** imsurit has quit IRC | 05:10 | |
*** shashankhegde has quit IRC | 05:13 | |
*** Longgeek has joined #openstack-meeting | 05:15 | |
*** Poornima has joined #openstack-meeting | 05:22 | |
*** Mandell has quit IRC | 05:25 | |
*** shohel02 has joined #openstack-meeting | 05:30 | |
*** Mandell has joined #openstack-meeting | 05:33 | |
*** cdub has joined #openstack-meeting | 05:34 | |
*** shohel02 has quit IRC | 05:35 | |
*** xuhanp has quit IRC | 05:36 | |
*** ildikov has quit IRC | 05:38 | |
*** xuhanp has joined #openstack-meeting | 05:39 | |
*** Mandell has quit IRC | 05:40 | |
*** jprovazn has joined #openstack-meeting | 05:45 | |
*** whenry has joined #openstack-meeting | 05:47 | |
*** Mandell has joined #openstack-meeting | 05:47 | |
*** yamamo___ has quit IRC | 05:47 | |
*** hemna has quit IRC | 05:47 | |
*** yamamoto_ has joined #openstack-meeting | 05:48 | |
*** yamamot__ has joined #openstack-meeting | 05:49 | |
*** yamamoto_ has quit IRC | 05:49 | |
*** cdub has quit IRC | 05:51 | |
*** shohel02_ has joined #openstack-meeting | 05:52 | |
*** shohel02_ has quit IRC | 05:53 | |
*** shohel02 has joined #openstack-meeting | 05:53 | |
*** Daviey has quit IRC | 05:54 | |
*** amotoki has joined #openstack-meeting | 05:57 | |
*** shohel02 has quit IRC | 05:58 | |
*** ramishra_ has quit IRC | 05:58 | |
*** esheffield has quit IRC | 05:59 | |
*** ramishra has joined #openstack-meeting | 05:59 | |
*** Sukhdev has quit IRC | 06:00 | |
*** Sukhdev_ has joined #openstack-meeting | 06:01 | |
*** Longgeek has quit IRC | 06:01 | |
*** paragan has quit IRC | 06:02 | |
*** ramishra has quit IRC | 06:02 | |
*** imsurit has joined #openstack-meeting | 06:05 | |
*** pkoniszewski has joined #openstack-meeting | 06:08 | |
*** krtaylor has quit IRC | 06:09 | |
*** krtaylor has joined #openstack-meeting | 06:09 | |
*** tkay has joined #openstack-meeting | 06:09 | |
*** rushiagr is now known as rushiagr_away | 06:11 | |
*** brucer has joined #openstack-meeting | 06:12 | |
*** aranjan_ has joined #openstack-meeting | 06:15 | |
*** rushiagr_away is now known as rushiagr | 06:16 | |
*** paragan has joined #openstack-meeting | 06:17 | |
*** aranjan has quit IRC | 06:18 | |
*** jlibosva has joined #openstack-meeting | 06:18 | |
*** aranjan_ has quit IRC | 06:19 | |
*** Longgeek has joined #openstack-meeting | 06:21 | |
*** tkay has quit IRC | 06:21 | |
*** mrunge has joined #openstack-meeting | 06:22 | |
*** asettle has quit IRC | 06:25 | |
*** Daisy has quit IRC | 06:25 | |
*** baohua_ has joined #openstack-meeting | 06:26 | |
*** aleksandr_null has quit IRC | 06:28 | |
*** baohua has quit IRC | 06:28 | |
*** luqas has joined #openstack-meeting | 06:29 | |
*** k4n0 has joined #openstack-meeting | 06:29 | |
*** henrynash has joined #openstack-meeting | 06:30 | |
*** afazekas has quit IRC | 06:31 | |
*** adahms has quit IRC | 06:31 | |
*** nijaba has joined #openstack-meeting | 06:31 | |
*** nijaba has quit IRC | 06:31 | |
*** nijaba has joined #openstack-meeting | 06:31 | |
*** ildikov has joined #openstack-meeting | 06:32 | |
*** shohel02 has joined #openstack-meeting | 06:34 | |
*** whenry has quit IRC | 06:35 | |
*** Riddhi has quit IRC | 06:35 | |
*** afazekas has joined #openstack-meeting | 06:35 | |
*** banix has quit IRC | 06:35 | |
*** shankar has joined #openstack-meeting | 06:35 | |
*** flaper87|afk is now known as flaper87 | 06:36 | |
*** SridharG has joined #openstack-meeting | 06:37 | |
*** henrynash has quit IRC | 06:39 | |
*** Daisy has joined #openstack-meeting | 06:41 | |
*** paragan has quit IRC | 06:42 | |
*** turul_ has joined #openstack-meeting | 06:44 | |
*** wuhg has joined #openstack-meeting | 06:45 | |
*** aranjan has joined #openstack-meeting | 06:45 | |
*** dteselkin has left #openstack-meeting | 06:48 | |
*** dteselkin has joined #openstack-meeting | 06:48 | |
*** aranjan has quit IRC | 06:49 | |
*** nshaikh has joined #openstack-meeting | 06:52 | |
*** mrunge has quit IRC | 06:52 | |
*** paragan has joined #openstack-meeting | 06:55 | |
*** ttrifonov_zZzz is now known as ttrifonov | 06:55 | |
*** tonyb has quit IRC | 06:56 | |
*** scheuran has joined #openstack-meeting | 06:57 | |
*** rajeshr has joined #openstack-meeting | 06:58 | |
*** stevemar has quit IRC | 06:59 | |
*** otter768 has joined #openstack-meeting | 07:00 | |
*** ygbo has joined #openstack-meeting | 07:02 | |
*** jkraj has joined #openstack-meeting | 07:03 | |
*** JRobinson__ has quit IRC | 07:04 | |
*** andreaf has joined #openstack-meeting | 07:04 | |
*** otter768 has quit IRC | 07:05 | |
*** chandankumar has quit IRC | 07:05 | |
*** mrunge has joined #openstack-meeting | 07:08 | |
*** shohel02 has quit IRC | 07:09 | |
*** shohel02 has joined #openstack-meeting | 07:09 | |
*** shohel02 has quit IRC | 07:14 | |
*** hashar has joined #openstack-meeting | 07:14 | |
*** brucer_ has joined #openstack-meeting | 07:15 | |
*** brucer has quit IRC | 07:15 | |
*** dbite has joined #openstack-meeting | 07:15 | |
*** aranjan has joined #openstack-meeting | 07:15 | |
*** ramashri_ has quit IRC | 07:16 | |
*** gmann has left #openstack-meeting | 07:18 | |
*** matrohon has joined #openstack-meeting | 07:21 | |
*** shohel02 has joined #openstack-meeting | 07:22 | |
*** Fdot has joined #openstack-meeting | 07:22 | |
*** Sukhdev_ has quit IRC | 07:23 | |
*** jgallard has joined #openstack-meeting | 07:23 | |
*** aranjan has quit IRC | 07:24 | |
*** haomaiw__ has quit IRC | 07:26 | |
*** haomaiwang has joined #openstack-meeting | 07:27 | |
*** dulek has joined #openstack-meeting | 07:27 | |
*** lavaraj has joined #openstack-meeting | 07:27 | |
*** brucer_ has quit IRC | 07:28 | |
*** jlanoux has joined #openstack-meeting | 07:28 | |
*** safchain has joined #openstack-meeting | 07:30 | |
*** berendt has joined #openstack-meeting | 07:33 | |
*** andreykurilin_ has joined #openstack-meeting | 07:35 | |
*** nadya has joined #openstack-meeting | 07:35 | |
*** nadya is now known as Guest44638 | 07:35 | |
*** yaguang has quit IRC | 07:36 | |
*** aleksandr_null has joined #openstack-meeting | 07:38 | |
*** Daisy_ has joined #openstack-meeting | 07:43 | |
*** samcdona has quit IRC | 07:43 | |
*** mpaolino has joined #openstack-meeting | 07:44 | |
*** haomaiwang has quit IRC | 07:44 | |
*** Daisy has quit IRC | 07:44 | |
*** Daisy_ is now known as Daisy | 07:44 | |
*** aranjan has joined #openstack-meeting | 07:46 | |
*** ndipanov_gone is now known as ndipanov | 07:49 | |
*** MaxV has joined #openstack-meeting | 07:50 | |
*** aranjan has quit IRC | 07:51 | |
*** che-arne has quit IRC | 07:51 | |
*** haomaiwang has joined #openstack-meeting | 07:52 | |
*** ebalduf has joined #openstack-meeting | 07:52 | |
*** jcoufal has joined #openstack-meeting | 07:52 | |
*** SridharRamaswamy has joined #openstack-meeting | 07:54 | |
*** Daviey has joined #openstack-meeting | 07:55 | |
*** ebalduf has quit IRC | 07:57 | |
*** salv-orlando has joined #openstack-meeting | 07:59 | |
*** Poornima has quit IRC | 07:59 | |
*** phil_ has joined #openstack-meeting | 08:00 | |
*** Daisy has quit IRC | 08:01 | |
*** henrynash has joined #openstack-meeting | 08:01 | |
*** Guest44638 has quit IRC | 08:02 | |
*** elambert has quit IRC | 08:05 | |
*** yamamot__ has quit IRC | 08:09 | |
*** derekh has joined #openstack-meeting | 08:11 | |
*** che-arne has joined #openstack-meeting | 08:14 | |
*** cdub has joined #openstack-meeting | 08:14 | |
*** e0ne has joined #openstack-meeting | 08:15 | |
*** jtomasek has joined #openstack-meeting | 08:17 | |
*** luqas has quit IRC | 08:25 | |
*** zz_johnthetubagu is now known as johnthetubaguy | 08:26 | |
*** e0ne has quit IRC | 08:28 | |
*** zhhuabj_ has quit IRC | 08:29 | |
*** e0ne has joined #openstack-meeting | 08:30 | |
*** imsurit has quit IRC | 08:30 | |
*** Mandell has quit IRC | 08:32 | |
*** epico has quit IRC | 08:35 | |
*** rakesh_hs has quit IRC | 08:38 | |
*** epico has joined #openstack-meeting | 08:39 | |
*** yamamoto_ has joined #openstack-meeting | 08:40 | |
*** scheuran has quit IRC | 08:40 | |
*** igordcard has joined #openstack-meeting | 08:42 | |
*** aranjan has joined #openstack-meeting | 08:46 | |
*** mberlin1 has quit IRC | 08:50 | |
*** julienvey has joined #openstack-meeting | 08:50 | |
*** Poornima has joined #openstack-meeting | 08:51 | |
*** nadya has joined #openstack-meeting | 08:51 | |
*** aranjan has quit IRC | 08:51 | |
*** nadya is now known as Guest35582 | 08:51 | |
*** julienvey has quit IRC | 08:52 | |
*** matrohon has quit IRC | 08:52 | |
*** julienvey has joined #openstack-meeting | 08:52 | |
*** julienvey has quit IRC | 08:54 | |
*** julienvey has joined #openstack-meeting | 08:54 | |
*** tonyb has joined #openstack-meeting | 08:55 | |
*** mberlin has joined #openstack-meeting | 08:56 | |
*** rakesh_hs has joined #openstack-meeting | 08:56 | |
*** luqas has joined #openstack-meeting | 08:57 | |
*** mfedosin has joined #openstack-meeting | 08:58 | |
*** yamamoto_ has quit IRC | 08:58 | |
*** shohel02 has quit IRC | 08:58 | |
*** shohel02 has joined #openstack-meeting | 08:59 | |
*** shohel02 has quit IRC | 09:03 | |
*** matrohon has joined #openstack-meeting | 09:09 | |
*** yamamoto_ has joined #openstack-meeting | 09:09 | |
*** js1123 has joined #openstack-meeting | 09:25 | |
*** e0ne has quit IRC | 09:25 | |
*** matrohon has quit IRC | 09:25 | |
*** IanGovett has joined #openstack-meeting | 09:26 | |
*** Mandell has joined #openstack-meeting | 09:28 | |
*** mfedosin__ has joined #openstack-meeting | 09:29 | |
*** mfedosin_ has quit IRC | 09:30 | |
*** vdreamarkitex has joined #openstack-meeting | 09:30 | |
*** js1123 has quit IRC | 09:30 | |
*** pnavarro has joined #openstack-meeting | 09:31 | |
*** e0ne has joined #openstack-meeting | 09:32 | |
*** Mandell has quit IRC | 09:33 | |
*** mfedosin has quit IRC | 09:35 | |
*** rakesh_hs has quit IRC | 09:35 | |
*** julienvey has quit IRC | 09:37 | |
*** mfedosin has joined #openstack-meeting | 09:41 | |
*** aranjan has joined #openstack-meeting | 09:46 | |
*** haomaiwang has quit IRC | 09:46 | |
*** haomaiwang has joined #openstack-meeting | 09:47 | |
*** aranjan has quit IRC | 09:50 | |
*** julienvey has joined #openstack-meeting | 09:50 | |
*** haomai___ has joined #openstack-meeting | 09:51 | |
*** bradjones has joined #openstack-meeting | 09:54 | |
*** bradjones has quit IRC | 09:54 | |
*** bradjones has joined #openstack-meeting | 09:54 | |
*** haomaiwang has quit IRC | 09:54 | |
*** baohua_ has quit IRC | 09:54 | |
*** Guest35582 has quit IRC | 09:59 | |
*** rakesh_hs has joined #openstack-meeting | 09:59 | |
*** salv-orlando has quit IRC | 10:04 | |
*** paragan has quit IRC | 10:04 | |
*** yingjun has joined #openstack-meeting | 10:05 | |
*** xuhanp has quit IRC | 10:09 | |
*** jkraj has quit IRC | 10:10 | |
*** mrmartin has joined #openstack-meeting | 10:11 | |
*** jtomasek has quit IRC | 10:12 | |
*** jgallard has quit IRC | 10:13 | |
*** js1123 has joined #openstack-meeting | 10:15 | |
*** epico has quit IRC | 10:16 | |
*** e0ne has quit IRC | 10:17 | |
*** amotoki_ has joined #openstack-meeting | 10:19 | |
*** jkraj has joined #openstack-meeting | 10:19 | |
*** Longgeek has quit IRC | 10:21 | |
*** e0ne has joined #openstack-meeting | 10:21 | |
*** rakesh_hs has quit IRC | 10:21 | |
*** yamamoto_ has quit IRC | 10:23 | |
*** haomai___ has quit IRC | 10:25 | |
*** amotoki has quit IRC | 10:25 | |
*** amotoki_ is now known as amotoki | 10:26 | |
*** mberlin has quit IRC | 10:27 | |
*** IanGovett has quit IRC | 10:29 | |
*** IanGovett has joined #openstack-meeting | 10:29 | |
*** yingjun has quit IRC | 10:29 | |
*** yingjun has joined #openstack-meeting | 10:29 | |
*** pelix has joined #openstack-meeting | 10:33 | |
*** yingjun has quit IRC | 10:34 | |
*** yamamoto has joined #openstack-meeting | 10:36 | |
*** julienvey has quit IRC | 10:39 | |
*** e0ne has quit IRC | 10:43 | |
*** zhhuabj has joined #openstack-meeting | 10:45 | |
*** bradjones has quit IRC | 10:45 | |
*** aranjan has joined #openstack-meeting | 10:46 | |
*** andreaf has quit IRC | 10:46 | |
*** andreaf has joined #openstack-meeting | 10:46 | |
*** imsurit has joined #openstack-meeting | 10:47 | |
*** IanGovett has quit IRC | 10:49 | |
*** IanGovett has joined #openstack-meeting | 10:49 | |
*** aranjan has quit IRC | 10:50 | |
*** ildikov_ has joined #openstack-meeting | 10:51 | |
*** Longgeek has joined #openstack-meeting | 10:51 | |
*** yamahata has quit IRC | 10:51 | |
*** ildikov has quit IRC | 10:53 | |
*** nikunj2512 has quit IRC | 10:53 | |
*** yingjun has joined #openstack-meeting | 10:54 | |
*** yingjun has quit IRC | 10:54 | |
*** yingjun has joined #openstack-meeting | 10:54 | |
*** Leonr has joined #openstack-meeting | 10:54 | |
*** IanGovett has quit IRC | 10:55 | |
*** IanGovett has joined #openstack-meeting | 10:55 | |
*** andreykurilin_ has quit IRC | 10:56 | |
*** yingjun has quit IRC | 10:58 | |
*** hashar has quit IRC | 11:00 | |
*** alex_xu has quit IRC | 11:00 | |
*** dulek_ has joined #openstack-meeting | 11:00 | |
*** ilyashakhat has quit IRC | 11:02 | |
*** che-arne has quit IRC | 11:02 | |
*** dulek has quit IRC | 11:03 | |
*** pkoniszewski has quit IRC | 11:03 | |
*** pkoniszewski has joined #openstack-meeting | 11:03 | |
*** ilyashakhat has joined #openstack-meeting | 11:07 | |
*** dulek_ has quit IRC | 11:07 | |
*** dulek_ has joined #openstack-meeting | 11:08 | |
*** dulek_ has quit IRC | 11:08 | |
*** dims has joined #openstack-meeting | 11:08 | |
*** mberlin has joined #openstack-meeting | 11:08 | |
*** dulek_ has joined #openstack-meeting | 11:08 | |
*** banix has joined #openstack-meeting | 11:08 | |
*** bradjones has joined #openstack-meeting | 11:09 | |
*** bradjones has quit IRC | 11:09 | |
*** bradjones has joined #openstack-meeting | 11:09 | |
*** yingjun has joined #openstack-meeting | 11:09 | |
*** e0ne has joined #openstack-meeting | 11:10 | |
*** mrmartin has quit IRC | 11:11 | |
*** johnthetubaguy is now known as zz_johnthetubagu | 11:11 | |
*** IanGovett1 has joined #openstack-meeting | 11:12 | |
*** IanGovett has quit IRC | 11:14 | |
*** vkmc has joined #openstack-meeting | 11:16 | |
*** vkmc has quit IRC | 11:16 | |
*** vkmc has joined #openstack-meeting | 11:16 | |
*** banix has quit IRC | 11:18 | |
*** rushiagr is now known as rushiagr_away | 11:19 | |
*** IanGovett1 has quit IRC | 11:20 | |
*** IanGovett has joined #openstack-meeting | 11:21 | |
*** IanGovett1 has joined #openstack-meeting | 11:22 | |
*** IanGovett has quit IRC | 11:25 | |
*** dulek_ has quit IRC | 11:28 | |
*** dulek_ has joined #openstack-meeting | 11:28 | |
*** jjmb has joined #openstack-meeting | 11:30 | |
*** paragan has joined #openstack-meeting | 11:32 | |
*** jjmb1 has quit IRC | 11:34 | |
*** jjmb1 has joined #openstack-meeting | 11:34 | |
*** jjmb has quit IRC | 11:35 | |
*** zhhuabj has quit IRC | 11:38 | |
*** jjmb has joined #openstack-meeting | 11:39 | |
*** zhhuabj has joined #openstack-meeting | 11:39 | |
*** mrunge has quit IRC | 11:39 | |
*** luqas has quit IRC | 11:39 | |
*** jjmb1 has quit IRC | 11:41 | |
*** rajeshr has quit IRC | 11:42 | |
*** aranjan has joined #openstack-meeting | 11:46 | |
*** alex_xu has joined #openstack-meeting | 11:48 | |
*** KanagarajM has quit IRC | 11:48 | |
*** aranjan has quit IRC | 11:51 | |
*** baoli has joined #openstack-meeting | 11:51 | |
*** hhuang has quit IRC | 11:51 | |
*** topol has joined #openstack-meeting | 11:52 | |
*** zz_johnthetubagu is now known as johnthetubaguy | 11:55 | |
*** yaguang has joined #openstack-meeting | 11:56 | |
*** dbite has quit IRC | 12:02 | |
*** aysyanne has joined #openstack-meeting | 12:02 | |
*** shankar has quit IRC | 12:05 | |
*** yingjun_ has joined #openstack-meeting | 12:06 | |
*** yingjun has quit IRC | 12:06 | |
*** dkranz has quit IRC | 12:11 | |
*** julienvey has joined #openstack-meeting | 12:12 | |
*** dprince has joined #openstack-meeting | 12:13 | |
*** dulek_ has quit IRC | 12:15 | |
*** yamahata has joined #openstack-meeting | 12:15 | |
*** yamahata has quit IRC | 12:17 | |
*** yamahata has joined #openstack-meeting | 12:17 | |
*** e0ne has quit IRC | 12:18 | |
*** yingjun_ has quit IRC | 12:18 | |
*** e0ne has joined #openstack-meeting | 12:19 | |
*** yingjun has joined #openstack-meeting | 12:19 | |
*** mfedosin has quit IRC | 12:20 | |
*** nshaikh has quit IRC | 12:22 | |
*** yingjun has quit IRC | 12:23 | |
*** pkoniszewski has quit IRC | 12:24 | |
*** acfleury has joined #openstack-meeting | 12:29 | |
*** luqas has joined #openstack-meeting | 12:31 | |
*** dmccowan has joined #openstack-meeting | 12:32 | |
*** mfedosin has joined #openstack-meeting | 12:33 | |
*** dane_leblanc has joined #openstack-meeting | 12:33 | |
*** banix has joined #openstack-meeting | 12:33 | |
*** matrohon has joined #openstack-meeting | 12:34 | |
*** nadya has joined #openstack-meeting | 12:34 | |
*** nadya is now known as Guest57635 | 12:35 | |
*** salv-orlando has joined #openstack-meeting | 12:36 | |
*** sballe has joined #openstack-meeting | 12:37 | |
*** mberlin has quit IRC | 12:38 | |
*** dims has quit IRC | 12:40 | |
*** dims has joined #openstack-meeting | 12:41 | |
*** dims has quit IRC | 12:41 | |
*** dims has joined #openstack-meeting | 12:42 | |
*** eharney has joined #openstack-meeting | 12:42 | |
*** hashar has joined #openstack-meeting | 12:43 | |
*** dulek has joined #openstack-meeting | 12:45 | |
*** mmedvede has joined #openstack-meeting | 12:45 | |
*** aranjan has joined #openstack-meeting | 12:46 | |
*** otter768 has joined #openstack-meeting | 12:52 | |
*** dbite has joined #openstack-meeting | 12:54 | |
*** aranjan has quit IRC | 12:54 | |
*** dulek has quit IRC | 12:55 | |
*** rushiagr_away is now known as rushiagr | 12:56 | |
*** noslzzp has joined #openstack-meeting | 12:57 | |
*** Poornima has quit IRC | 12:59 | |
*** alexpilotti has quit IRC | 13:00 | |
*** jehb has joined #openstack-meeting | 13:02 | |
*** Longgeek has quit IRC | 13:04 | |
*** rbowen has joined #openstack-meeting | 13:04 | |
*** otter768 has quit IRC | 13:05 | |
*** julim has joined #openstack-meeting | 13:10 | |
*** dpaterson has joined #openstack-meeting | 13:11 | |
*** pnavarro has quit IRC | 13:12 | |
*** berendt has quit IRC | 13:14 | |
*** pkoniszewski has joined #openstack-meeting | 13:15 | |
*** dulek has joined #openstack-meeting | 13:17 | |
*** ivasev has joined #openstack-meeting | 13:18 | |
*** ddieterly has quit IRC | 13:21 | |
*** Longgeek has joined #openstack-meeting | 13:21 | |
*** Guest57635 has quit IRC | 13:22 | |
*** sgordon has quit IRC | 13:24 | |
*** pkoniszewski has quit IRC | 13:24 | |
*** vhoward has joined #openstack-meeting | 13:27 | |
*** sgordon has joined #openstack-meeting | 13:28 | |
*** mberlin has joined #openstack-meeting | 13:29 | |
*** peluse_ is now known as peluse | 13:30 | |
*** fnaval has quit IRC | 13:32 | |
*** yingjun has joined #openstack-meeting | 13:33 | |
*** mpaolino has quit IRC | 13:34 | |
*** Sukhdev has joined #openstack-meeting | 13:34 | |
*** lavaraj has quit IRC | 13:35 | |
*** yamamoto has quit IRC | 13:35 | |
*** dmccowan has quit IRC | 13:37 | |
*** afazekas has quit IRC | 13:37 | |
*** Longgeek has quit IRC | 13:39 | |
*** k4n0 has quit IRC | 13:40 | |
*** sandywalsh has joined #openstack-meeting | 13:40 | |
*** jaypipes has joined #openstack-meeting | 13:42 | |
*** aranjan has joined #openstack-meeting | 13:46 | |
*** mpaolino has joined #openstack-meeting | 13:47 | |
*** sballe_ has joined #openstack-meeting | 13:47 | |
*** Longgeek has joined #openstack-meeting | 13:48 | |
*** sballe_ has quit IRC | 13:48 | |
*** annegent_ has joined #openstack-meeting | 13:48 | |
*** ddieterly has joined #openstack-meeting | 13:49 | |
*** aranjan has quit IRC | 13:50 | |
*** Sukhdev has quit IRC | 13:53 | |
*** ebalduf has joined #openstack-meeting | 13:54 | |
*** dmccowan has joined #openstack-meeting | 13:56 | |
*** akscram has quit IRC | 13:58 | |
*** ebalduf has quit IRC | 13:59 | |
*** elambert has joined #openstack-meeting | 14:00 | |
*** Fdot_ has joined #openstack-meeting | 14:00 | |
*** nelsnelson has quit IRC | 14:00 | |
*** yingjun has quit IRC | 14:00 | |
*** imsurit has quit IRC | 14:00 | |
*** yingjun has joined #openstack-meeting | 14:01 | |
*** nelsnelson has joined #openstack-meeting | 14:01 | |
*** jkraj has quit IRC | 14:01 | |
*** ignacio-scopetta has joined #openstack-meeting | 14:01 | |
*** lcheng has quit IRC | 14:01 | |
*** ameade__ has joined #openstack-meeting | 14:02 | |
*** yamahata_ has joined #openstack-meeting | 14:02 | |
*** ctracey_ has joined #openstack-meeting | 14:03 | |
*** miqui_ has joined #openstack-meeting | 14:03 | |
*** thangp has joined #openstack-meeting | 14:03 | |
*** juzuluag has joined #openstack-meeting | 14:04 | |
*** ildikov_ has quit IRC | 14:04 | |
*** stevemar has joined #openstack-meeting | 14:04 | |
*** gpocente1 has joined #openstack-meeting | 14:04 | |
*** cdub_ has joined #openstack-meeting | 14:05 | |
*** yingjun has quit IRC | 14:06 | |
*** fnaval has joined #openstack-meeting | 14:06 | |
*** zz_jgrimm is now known as jgrimm | 14:06 | |
*** jmontemayor has joined #openstack-meeting | 14:07 | |
*** neelashah has joined #openstack-meeting | 14:08 | |
*** alaski_ has joined #openstack-meeting | 14:08 | |
*** dkranz has joined #openstack-meeting | 14:09 | |
*** miqui_ has quit IRC | 14:09 | |
*** miqui_ has joined #openstack-meeting | 14:09 | |
*** moha_hunt has joined #openstack-meeting | 14:10 | |
*** dprince has quit IRC | 14:10 | |
*** cdub has quit IRC | 14:10 | |
*** Fdot has quit IRC | 14:10 | |
*** ygbo has quit IRC | 14:10 | |
*** turul_ has quit IRC | 14:10 | |
*** yamahata__ has quit IRC | 14:10 | |
*** ayoung has quit IRC | 14:10 | |
*** gpocentek has quit IRC | 14:10 | |
*** harlowja_away has quit IRC | 14:10 | |
*** miqui has quit IRC | 14:10 | |
*** weshay has quit IRC | 14:10 | |
*** luis_fdez has quit IRC | 14:10 | |
*** ctracey has quit IRC | 14:10 | |
*** ameade_ has quit IRC | 14:10 | |
*** martines_ has quit IRC | 14:10 | |
*** ignacio-scopett1 has quit IRC | 14:10 | |
*** bcrochet has quit IRC | 14:10 | |
*** rfolco has quit IRC | 14:10 | |
*** coolsvap has quit IRC | 14:10 | |
*** alaski has quit IRC | 14:10 | |
*** bcrochet has joined #openstack-meeting | 14:10 | |
*** ameade__ is now known as ameade_ | 14:10 | |
*** miqui_ is now known as miqui | 14:10 | |
*** marcusvrn has quit IRC | 14:11 | |
*** ctracey_ is now known as ctracey | 14:12 | |
*** dprince has joined #openstack-meeting | 14:12 | |
*** lcheng has joined #openstack-meeting | 14:13 | |
*** cjellick has joined #openstack-meeting | 14:14 | |
*** nealph_ has joined #openstack-meeting | 14:14 | |
*** ChuckC has quit IRC | 14:15 | |
*** rfolco has joined #openstack-meeting | 14:15 | |
*** turul_ has joined #openstack-meeting | 14:15 | |
*** phil_ has quit IRC | 14:16 | |
*** ayoung has joined #openstack-meeting | 14:16 | |
*** jecarey has joined #openstack-meeting | 14:16 | |
*** martines_ has joined #openstack-meeting | 14:16 | |
*** ygbo has joined #openstack-meeting | 14:17 | |
*** garyh has joined #openstack-meeting | 14:17 | |
*** coolsvap has joined #openstack-meeting | 14:18 | |
*** luis_fdez has joined #openstack-meeting | 14:18 | |
*** weshay has joined #openstack-meeting | 14:19 | |
*** ebalduf has joined #openstack-meeting | 14:20 | |
*** MaxV has quit IRC | 14:21 | |
*** david-lyle has joined #openstack-meeting | 14:22 | |
*** lcheng has quit IRC | 14:23 | |
*** wenlock has joined #openstack-meeting | 14:24 | |
*** ozamiatin has joined #openstack-meeting | 14:25 | |
*** spzala has joined #openstack-meeting | 14:26 | |
*** sdake has joined #openstack-meeting | 14:26 | |
*** Mandell has joined #openstack-meeting | 14:27 | |
*** jcoufal has quit IRC | 14:28 | |
*** rwsu has quit IRC | 14:29 | |
*** jaypipes is now known as leakypipes | 14:31 | |
*** jkraj has joined #openstack-meeting | 14:34 | |
*** samcdona has joined #openstack-meeting | 14:34 | |
*** mattgriffin has joined #openstack-meeting | 14:37 | |
*** rbak has joined #openstack-meeting | 14:40 | |
*** SridharG has left #openstack-meeting | 14:42 | |
*** mestery_ has joined #openstack-meeting | 14:42 | |
*** jjmb1 has joined #openstack-meeting | 14:42 | |
*** mpaolino has quit IRC | 14:42 | |
*** lcheng has joined #openstack-meeting | 14:43 | |
*** mflobo_ has joined #openstack-meeting | 14:43 | |
*** pberis1 has quit IRC | 14:43 | |
*** rakhmerov has quit IRC | 14:43 | |
*** rakhmerov_ has joined #openstack-meeting | 14:43 | |
*** mflobo_ has quit IRC | 14:43 | |
*** jprovazn has quit IRC | 14:44 | |
*** matrohon has quit IRC | 14:45 | |
*** aranjan has joined #openstack-meeting | 14:46 | |
*** AaronGreen has joined #openstack-meeting | 14:47 | |
*** jckasper__ has joined #openstack-meeting | 14:47 | |
*** CaptTofu___ has quit IRC | 14:48 | |
*** zhiyan has quit IRC | 14:48 | |
*** jjmb has quit IRC | 14:48 | |
*** mestery has quit IRC | 14:48 | |
*** AaronGr has quit IRC | 14:48 | |
*** alex_xu has quit IRC | 14:48 | |
*** mflobo has quit IRC | 14:48 | |
*** jdurgin has quit IRC | 14:48 | |
*** jwang_ has quit IRC | 14:48 | |
*** jmontemayor has quit IRC | 14:48 | |
*** ayoung has quit IRC | 14:48 | |
*** elambert has quit IRC | 14:48 | |
*** jckasper_ has quit IRC | 14:48 | |
*** jhenner has quit IRC | 14:48 | |
*** martines_ has quit IRC | 14:48 | |
*** Michalik has quit IRC | 14:48 | |
*** dougwig has quit IRC | 14:48 | |
*** Michalik_ has joined #openstack-meeting | 14:48 | |
*** tris has quit IRC | 14:48 | |
*** med_ has quit IRC | 14:48 | |
*** jwang_ has joined #openstack-meeting | 14:48 | |
*** tris has joined #openstack-meeting | 14:48 | |
*** dougwig__ has joined #openstack-meeting | 14:49 | |
*** CaptTofu___ has joined #openstack-meeting | 14:49 | |
*** zhiyan has joined #openstack-meeting | 14:49 | |
*** jmontemayor has joined #openstack-meeting | 14:49 | |
*** jdurgin has joined #openstack-meeting | 14:51 | |
*** aranjan has quit IRC | 14:51 | |
*** elambert has joined #openstack-meeting | 14:51 | |
*** hemnass is now known as hemna | 14:52 | |
*** salv-orlando has quit IRC | 14:52 | |
*** zehicle_at_dell has quit IRC | 14:52 | |
*** changbl_ has quit IRC | 14:52 | |
*** zehicle_at_dell has joined #openstack-meeting | 14:52 | |
*** lcheng has quit IRC | 14:53 | |
*** med_ has joined #openstack-meeting | 14:53 | |
*** med_ has quit IRC | 14:54 | |
*** med_ has joined #openstack-meeting | 14:54 | |
*** jorge_munoz has joined #openstack-meeting | 14:54 | |
*** tongli has joined #openstack-meeting | 14:56 | |
*** ivasev has quit IRC | 14:56 | |
*** ivasev_ has joined #openstack-meeting | 14:56 | |
*** mpaolino has joined #openstack-meeting | 14:57 | |
*** jhenner has joined #openstack-meeting | 14:57 | |
*** IanGovett has joined #openstack-meeting | 14:57 | |
*** changbl_ has joined #openstack-meeting | 14:57 | |
*** alex_xu has joined #openstack-meeting | 14:58 | |
*** martines_ has joined #openstack-meeting | 14:58 | |
*** ayoung has joined #openstack-meeting | 14:58 | |
*** IanGovett1 has quit IRC | 14:59 | |
*** pberis has joined #openstack-meeting | 15:00 | |
*** davpat2112 has joined #openstack-meeting | 15:00 | |
*** Riddhi has joined #openstack-meeting | 15:00 | |
*** sandywalsh_ has joined #openstack-meeting | 15:02 | |
*** yamahata__ has joined #openstack-meeting | 15:02 | |
*** yassine has joined #openstack-meeting | 15:02 | |
*** jhenner1 has joined #openstack-meeting | 15:02 | |
*** salv-orlando has joined #openstack-meeting | 15:02 | |
*** elambert has quit IRC | 15:03 | |
*** aranjan has joined #openstack-meeting | 15:03 | |
*** cdub has joined #openstack-meeting | 15:04 | |
*** dbyte has joined #openstack-meeting | 15:05 | |
*** moha_hunt has quit IRC | 15:05 | |
*** carl_baldwin has joined #openstack-meeting | 15:05 | |
*** krotscheck_ has joined #openstack-meeting | 15:05 | |
*** reed has joined #openstack-meeting | 15:05 | |
*** annegent_ has quit IRC | 15:05 | |
*** jhenner has quit IRC | 15:05 | |
*** dpaterson has quit IRC | 15:05 | |
*** yamahata_ has quit IRC | 15:05 | |
*** mattgriffin has quit IRC | 15:05 | |
*** dbite has quit IRC | 15:05 | |
*** krotscheck has quit IRC | 15:05 | |
*** cdub_ has quit IRC | 15:05 | |
*** mpaolino has quit IRC | 15:05 | |
*** luqas has quit IRC | 15:05 | |
*** zehicle_at_dell has quit IRC | 15:05 | |
*** krotscheck_ is now known as krotscheck | 15:05 | |
*** dmccowan has quit IRC | 15:06 | |
*** mattgriffin has joined #openstack-meeting | 15:06 | |
*** luqas has joined #openstack-meeting | 15:06 | |
*** zehicle_at_dell has joined #openstack-meeting | 15:06 | |
*** mpaolino has joined #openstack-meeting | 15:07 | |
*** ddieterly has quit IRC | 15:07 | |
*** aranjan has quit IRC | 15:07 | |
*** ndipanov has quit IRC | 15:08 | |
*** tsekiyama has joined #openstack-meeting | 15:08 | |
*** lcheng has joined #openstack-meeting | 15:09 | |
*** Duane has joined #openstack-meeting | 15:09 | |
*** noslzzp has quit IRC | 15:10 | |
*** sankarshan is now known as sankarshan_away | 15:10 | |
*** dulek has quit IRC | 15:10 | |
*** rmoe has quit IRC | 15:12 | |
*** jlibosva has quit IRC | 15:12 | |
*** rakhmerov_ is now known as rakhmerov | 15:13 | |
*** MaxV has joined #openstack-meeting | 15:14 | |
*** dims_ has joined #openstack-meeting | 15:15 | |
*** dims_ has quit IRC | 15:15 | |
*** dims_ has joined #openstack-meeting | 15:16 | |
*** dims_ has quit IRC | 15:16 | |
*** imsurit has joined #openstack-meeting | 15:16 | |
*** nadya has joined #openstack-meeting | 15:17 | |
*** andreykurilin_ has joined #openstack-meeting | 15:17 | |
*** nadya is now known as Guest53140 | 15:17 | |
*** dims_ has joined #openstack-meeting | 15:17 | |
*** otherwiseguy has joined #openstack-meeting | 15:18 | |
*** dims has quit IRC | 15:18 | |
*** dims_ has quit IRC | 15:19 | |
*** Longgeek_ has joined #openstack-meeting | 15:20 | |
*** dims has joined #openstack-meeting | 15:21 | |
*** Longgeek has quit IRC | 15:22 | |
*** dims has quit IRC | 15:25 | |
*** markvan has quit IRC | 15:26 | |
*** dims has joined #openstack-meeting | 15:26 | |
*** dims has quit IRC | 15:27 | |
*** markvan has joined #openstack-meeting | 15:27 | |
*** rajeshr has joined #openstack-meeting | 15:27 | |
*** yeungp has joined #openstack-meeting | 15:28 | |
*** dims has joined #openstack-meeting | 15:28 | |
*** vijendar has joined #openstack-meeting | 15:28 | |
*** dims has quit IRC | 15:28 | |
*** ptoohill has joined #openstack-meeting | 15:29 | |
*** yeungp has quit IRC | 15:30 | |
*** dims has joined #openstack-meeting | 15:30 | |
*** dims has quit IRC | 15:30 | |
*** bdperkin_ has joined #openstack-meeting | 15:30 | |
*** dteselkin_ has joined #openstack-meeting | 15:30 | |
*** mordred_ has joined #openstack-meeting | 15:31 | |
*** dansmith is now known as superdan | 15:31 | |
*** funzo_ has joined #openstack-meeting | 15:31 | |
*** clds_ has joined #openstack-meeting | 15:31 | |
*** guitarza1 has joined #openstack-meeting | 15:31 | |
*** mkoderer_ has joined #openstack-meeting | 15:31 | |
*** a2hill has quit IRC | 15:31 | |
*** abramley has quit IRC | 15:31 | |
*** mordred has quit IRC | 15:31 | |
*** netapp has quit IRC | 15:31 | |
*** bdperkin has quit IRC | 15:31 | |
*** clds has quit IRC | 15:31 | |
*** aignatov has quit IRC | 15:31 | |
*** guitarzan has quit IRC | 15:31 | |
*** otherjon has quit IRC | 15:31 | |
*** masayukig has quit IRC | 15:31 | |
*** skraynev has quit IRC | 15:31 | |
*** nikhil_k has quit IRC | 15:31 | |
*** funzo has quit IRC | 15:31 | |
*** dteselkin has quit IRC | 15:31 | |
*** mkoderer has quit IRC | 15:31 | |
*** jeblair has quit IRC | 15:31 | |
*** oanufriev has quit IRC | 15:31 | |
*** arunkant has quit IRC | 15:31 | |
*** morgabra has quit IRC | 15:31 | |
*** d0ugal has quit IRC | 15:31 | |
*** edhall_ has quit IRC | 15:31 | |
*** dstanek has quit IRC | 15:31 | |
*** hhuang has joined #openstack-meeting | 15:31 | |
*** mordred_ is now known as mordred | 15:31 | |
*** bdperkin_ is now known as bdperkin | 15:31 | |
*** bdperkin has quit IRC | 15:31 | |
*** bdperkin has joined #openstack-meeting | 15:31 | |
*** edhall_ has joined #openstack-meeting | 15:31 | |
*** nikhil_k has joined #openstack-meeting | 15:31 | |
*** jeblair has joined #openstack-meeting | 15:32 | |
*** bnemec is now known as beekneemech | 15:32 | |
*** alpha_ori has quit IRC | 15:32 | |
*** dstanek has joined #openstack-meeting | 15:32 | |
*** abramley has joined #openstack-meeting | 15:32 | |
*** morgabra_ has joined #openstack-meeting | 15:32 | |
*** skraynev has joined #openstack-meeting | 15:32 | |
*** arunkant has joined #openstack-meeting | 15:32 | |
*** netapp has joined #openstack-meeting | 15:32 | |
*** dims has joined #openstack-meeting | 15:33 | |
*** dims has quit IRC | 15:33 | |
*** aignatov has joined #openstack-meeting | 15:33 | |
*** otherjon has joined #openstack-meeting | 15:33 | |
*** masayukig has joined #openstack-meeting | 15:34 | |
*** tbarron has joined #openstack-meeting | 15:34 | |
*** alpha_ori has joined #openstack-meeting | 15:34 | |
*** d0ugal has joined #openstack-meeting | 15:35 | |
*** d0ugal is now known as Guest50648 | 15:35 | |
*** andreykurilin_ has quit IRC | 15:36 | |
*** mestery_ is now known as mestery | 15:37 | |
*** hhuang has quit IRC | 15:37 | |
*** dims has joined #openstack-meeting | 15:38 | |
*** hashar has quit IRC | 15:39 | |
*** pballand has joined #openstack-meeting | 15:40 | |
*** dims has quit IRC | 15:40 | |
*** jkraj has quit IRC | 15:42 | |
*** dims has joined #openstack-meeting | 15:43 | |
*** dims has quit IRC | 15:43 | |
*** andreykurilin_ has joined #openstack-meeting | 15:44 | |
*** jgriffit1 has joined #openstack-meeting | 15:44 | |
*** lynxman_ has joined #openstack-meeting | 15:44 | |
*** dims has joined #openstack-meeting | 15:44 | |
*** sparkycollier has joined #openstack-meeting | 15:45 | |
*** JoshNang_ has joined #openstack-meeting | 15:45 | |
*** dims has quit IRC | 15:45 | |
*** psedlak has quit IRC | 15:46 | |
*** achudnovets has quit IRC | 15:46 | |
*** krugg has quit IRC | 15:46 | |
*** isviridov has quit IRC | 15:46 | |
*** ruhe has quit IRC | 15:46 | |
*** JoshNang has quit IRC | 15:46 | |
*** jgriffith has quit IRC | 15:46 | |
*** lynxman has quit IRC | 15:46 | |
*** dstanek has quit IRC | 15:46 | |
*** ekarlso has quit IRC | 15:46 | |
*** dukhlov has quit IRC | 15:46 | |
*** JoshNang_ is now known as JoshNang | 15:46 | |
*** lynxman_ is now known as lynxman | 15:46 | |
*** yingjun has joined #openstack-meeting | 15:46 | |
*** dstanek has joined #openstack-meeting | 15:46 | |
*** ekarlso has joined #openstack-meeting | 15:46 | |
*** krugg has joined #openstack-meeting | 15:46 | |
*** ChuckC has joined #openstack-meeting | 15:47 | |
*** rmoe has joined #openstack-meeting | 15:47 | |
*** ddieterly has joined #openstack-meeting | 15:47 | |
*** dprince has quit IRC | 15:47 | |
*** krugg has left #openstack-meeting | 15:47 | |
*** ruhe has joined #openstack-meeting | 15:47 | |
*** achudnovets has joined #openstack-meeting | 15:47 | |
*** isviridov has joined #openstack-meeting | 15:48 | |
*** psedlak has joined #openstack-meeting | 15:48 | |
*** sajeesh has joined #openstack-meeting | 15:48 | |
*** dims has joined #openstack-meeting | 15:48 | |
*** dukhlov has joined #openstack-meeting | 15:49 | |
*** schwicke has joined #openstack-meeting | 15:51 | |
*** ChuckC_ has joined #openstack-meeting | 15:51 | |
*** ChuckC has quit IRC | 15:51 | |
*** mpaolino has quit IRC | 15:53 | |
*** jlanoux has quit IRC | 15:53 | |
*** yaguang has quit IRC | 15:53 | |
*** Swami has joined #openstack-meeting | 15:55 | |
*** dims has quit IRC | 15:56 | |
*** eharney has quit IRC | 15:56 | |
*** dims has joined #openstack-meeting | 15:56 | |
*** lazy_prince is now known as killer_prince | 15:57 | |
*** dims_ has joined #openstack-meeting | 15:58 | |
*** guitarza1 is now known as guitarzan | 15:59 | |
*** shashankhegde has joined #openstack-meeting | 15:59 | |
*** TrevorV has left #openstack-meeting | 15:59 | |
*** jogo is now known as flashgordon | 16:00 | |
*** akscram has joined #openstack-meeting | 16:00 | |
*** dims has quit IRC | 16:01 | |
*** mpaolino has joined #openstack-meeting | 16:02 | |
schwicke | hi, all | 16:02 |
schwicke | time to start our meeting :) | 16:02 |
sajeesh | hi schwicke | 16:02 |
schwicke | #startmeeting hierarchical_multitenancy\ | 16:02 |
openstack | Meeting started Fri Sep 19 16:02:30 2014 UTC and is due to finish in 60 minutes. The chair is schwicke. Information about MeetBot at http://wiki.debian.org/MeetBot. | 16:02 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 16:02 |
*** openstack changes topic to " (Meeting topic: hierarchical_multitenancy\)" | 16:02 | |
openstack | The meeting name has been set to 'hierarchical_multitenancy_' | 16:02 |
schwicke | welcome everybody! | 16:02 |
*** Duane has quit IRC | 16:03 | |
schwicke | Thiago dropped me a mail that he can't make it today | 16:03 |
*** Nirbhay has joined #openstack-meeting | 16:03 | |
schwicke | I have a few items on the radar for today | 16:03 |
Nirbhay | Hi | 16:03 |
sajeesh | hi nirbhay | 16:03 |
schwicke | Hi, Nribhay | 16:03 |
Nirbhay | hi sajeesh | 16:03 |
*** gordc has joined #openstack-meeting | 16:03 | |
Nirbhay | hi schwicke | 16:03 |
schwicke | #topic hierarchial projects quota code testing | 16:04 |
*** openstack changes topic to "hierarchial projects quota code testing (Meeting topic: hierarchical_multitenancy\)" | 16:04 | |
schwicke | first thing I'd like to clarify: there was some discussion about unit tests. | 16:04 |
schwicke | what is the status of them ? | 16:04 |
sajeesh | you mean horizon ? | 16:05 |
sajeesh | thiago's code | 16:05 |
*** gordc has left #openstack-meeting | 16:05 | |
*** turul_ has quit IRC | 16:05 | |
schwicke | do we have all unit tests for the quota code ? | 16:05 |
sajeesh | schwicke,I am testing it and have corrected some bugs | 16:06 |
*** krugg has joined #openstack-meeting | 16:06 | |
schwicke | sajeesh: testing the quota code in the VM ? | 16:06 |
sajeesh | will upload the patches tomorrow | 16:06 |
schwicke | great! | 16:06 |
sajeesh | yes | 16:06 |
schwicke | what needs to be changed ? | 16:06 |
sajeesh | yes in the VM | 16:06 |
*** nealph_ has quit IRC | 16:07 | |
sajeesh | no some bug correction only | 16:07 |
schwicke | ok | 16:07 |
schwicke | so that should be fine then ? | 16:07 |
sajeesh | Now I will add raildo's code and will do the complete testing | 16:07 |
schwicke | ok | 16:08 |
*** alexpilotti has joined #openstack-meeting | 16:09 | |
sajeesh | it should be over by this week | 16:09 |
schwicke | #info few bugs identifed in the quote code identfied | 16:09 |
*** mpaolino has quit IRC | 16:09 | |
schwicke | #action: Sajeesh will push the required patches | 16:09 |
sajeesh | regarding horizon,I have asked Thiago for the VM | 16:10 |
schwicke | yes, me too :) | 16:10 |
schwicke | I'd like to continue for a minute with the nova stuff though | 16:10 |
sajeesh | sure | 16:10 |
schwicke | last meeting we had a question about the client code | 16:11 |
sajeesh | yes | 16:11 |
schwicke | #topic nova client code : any required updates ? | 16:11 |
*** openstack changes topic to "nova client code : any required updates ? (Meeting topic: hierarchical_multitenancy\)" | 16:11 | |
schwicke | so my understanding is that it should work without change for the API but there are some worries about keystone V3 | 16:11 |
sajeesh | exactly | 16:11 |
schwicke | I had a chat today with Tim Bell on this | 16:12 |
sajeesh | ok | 16:12 |
schwicke | he pointed out that it might be actually better not to focus on python-novaclient | 16:12 |
schwicke | but rather to go for the unified interface (python-openstack I think) | 16:12 |
sajeesh | python-openstack ? | 16:13 |
*** wuhg has quit IRC | 16:13 | |
schwicke | He told me that they plan to deploy that here at CERN. It comes with a plugin already to support stuff like kerberos etc etc | 16:13 |
sajeesh | ok | 16:13 |
schwicke | and has keystone v3 support. | 16:13 |
sajeesh | ok | 16:13 |
Nirbhay | python-nova-client | 16:13 |
schwicke | raildo: do you know it ? | 16:13 |
sajeesh | I think raildo is not available now | 16:14 |
*** nealph_ has joined #openstack-meeting | 16:15 | |
schwicke | #link https://github.com/openstack/python-openstackclient | 16:15 |
*** alexpilotti has quit IRC | 16:15 | |
*** niru-pma has joined #openstack-meeting | 16:15 | |
sajeesh | ok | 16:16 |
*** ramashri has joined #openstack-meeting | 16:16 | |
schwicke | The cern patched version is actually here: | 16:16 |
schwicke | #link https://github.com/cernops/python-openstackclient | 16:16 |
sajeesh | ok | 16:16 |
*** Sukhdev has joined #openstack-meeting | 16:16 | |
schwicke | certainly worth testing I think | 16:17 |
schwicke | comments ? | 16:17 |
sajeesh | schwicke..I will check it | 16:18 |
Nirbhay | yes we need to provide keystone v3 | 16:18 |
*** julienvey has quit IRC | 16:18 | |
schwicke | #action sajeesh will check nova-openstackclient after finishing the current testing and bug fixes | 16:20 |
*** ramashri has quit IRC | 16:20 | |
schwicke | sajeesh: if you need help we should discuss how we can distribute the load internally | 16:21 |
schwicke | let's switch topic | 16:21 |
sajeesh | schwicke....thanks ..we can discuss | 16:21 |
*** mpaolino has joined #openstack-meeting | 16:22 | |
schwicke | #topic horizon | 16:22 |
*** openstack changes topic to "horizon (Meeting topic: hierarchical_multitenancy\)" | 16:22 | |
*** alexpilotti has joined #openstack-meeting | 16:22 | |
schwicke | Thiago offered to make a VM available for testing | 16:23 |
*** sparkycollier has quit IRC | 16:23 | |
schwicke | I think I can best contribute by giving feedback on the look and feel | 16:23 |
*** eharney has joined #openstack-meeting | 16:23 | |
schwicke | It would be great to have such a thing | 16:23 |
sajeesh | true | 16:24 |
*** ramashri has joined #openstack-meeting | 16:24 | |
schwicke | not sure how to get secure access to the gui though. | 16:24 |
sajeesh | we have to see that | 16:25 |
sajeesh | in cern we access via socks proxy ..right ? | 16:26 |
*** annegent_ has joined #openstack-meeting | 16:26 | |
schwicke | hmm ... | 16:26 |
schwicke | maybe ssh with X11 forwarding + a browser on the VM would work as well ? | 16:26 |
schwicke | then open the interface to localhost only - up to Thiago really | 16:27 |
*** dougwig__ is now known as dougwig | 16:27 | |
schwicke | #action it would be nice if Thiago could create a VM with the horizon patches installed | 16:27 |
schwicke | I think we need to follow up by e-mail with Thiago (and Raildo) | 16:28 |
sajeesh | ok | 16:28 |
*** VINOD_ has joined #openstack-meeting | 16:28 | |
*** markwash__ has joined #openstack-meeting | 16:29 | |
*** tkay has joined #openstack-meeting | 16:29 | |
schwicke | Raildo: are you available ? Do you want to comment ? | 16:29 |
sajeesh | Hi Vinod...I think Nirupma too had joined | 16:29 |
*** Guest50648 is now known as d0ugal | 16:29 | |
*** alexpilotti has quit IRC | 16:30 | |
schwicke | Vinod: hi | 16:30 |
Nirbhay | hi vinod | 16:30 |
*** d0ugal has quit IRC | 16:30 | |
*** d0ugal has joined #openstack-meeting | 16:30 | |
schwicke | niru-pma: hi! | 16:30 |
*** luqas has quit IRC | 16:30 | |
*** annegent_ has quit IRC | 16:30 | |
niru-pma | hi | 16:30 |
sajeesh | hi nirupma | 16:30 |
schwicke | I think Raildo is busy | 16:31 |
VINOD_ | schwicke, Nirbhay, sajeesh: hi | 16:31 |
VINOD_ | sorry for late joinging | 16:31 |
schwicke | no problem | 16:31 |
*** emagana has joined #openstack-meeting | 16:31 | |
sajeesh | yes | 16:31 |
*** nealph_ has quit IRC | 16:32 | |
schwicke | Sajeesh: can you coordiate a bit with Nirupma to share the load ? | 16:32 |
sajeesh | ok...I will do | 16:32 |
*** markmcclain has joined #openstack-meeting | 16:32 | |
schwicke | #action Sajeesh to coordinate with Nirpma to share the load | 16:32 |
niru-pma | iokies | 16:32 |
sajeesh | schwicke..in what area you are expecting nirupma to work ..horizon ? | 16:32 |
schwicke | code review and testing on horizon would be useful I think | 16:33 |
*** SridharRamaswamy has quit IRC | 16:33 | |
sajeesh | yes | 16:33 |
schwicke | so that you can focus on finalizing the quota stuff | 16:33 |
sajeesh | yes | 16:34 |
schwicke | I'm not sure how useful I am in reviewing the code itself. | 16:34 |
*** rwsu has joined #openstack-meeting | 16:34 | |
*** sparkycollier has joined #openstack-meeting | 16:35 | |
*** leeantho has joined #openstack-meeting | 16:35 | |
*** leeantho has quit IRC | 16:35 | |
schwicke | There was quite a bit of traffic and work done by Thiago so I think it is a good time to start the review | 16:35 |
sajeesh | yes | 16:36 |
*** leeantho has joined #openstack-meeting | 16:36 | |
VINOD_ | I am waiting for the sajeesh to give a VM with quota code integrated with raildo's keystone code. As soon as he gives me access, i will also test all the quota APIs | 16:36 |
*** SridharRamaswamy has joined #openstack-meeting | 16:36 | |
*** aranjan has joined #openstack-meeting | 16:36 | |
schwicke | Vinod: excellent! | 16:36 |
sajeesh | Vinod,I will give you soon | 16:36 |
*** gyee has joined #openstack-meeting | 16:37 | |
*** SridharRamaswamy has joined #openstack-meeting | 16:37 | |
VINOD_ | Sajeesh: Thanks | 16:37 |
schwicke | #action Vinod will help testing the quota code as soon as raildos keystone patches are integrated | 16:37 |
schwicke | I think we have a plan | 16:37 |
*** sdake has quit IRC | 16:37 | |
sajeesh | yes | 16:37 |
schwicke | I have one more item on the agenda to be discussed | 16:37 |
schwicke | unless there is anything else on the previous topic | 16:38 |
sajeesh | schwicke,plz proceed | 16:38 |
*** penick has joined #openstack-meeting | 16:38 | |
schwicke | Raildo posted the etherpad link last week | 16:38 |
sajeesh | ok | 16:38 |
schwicke | #topic eitherpad on cross project topics | 16:38 |
*** openstack changes topic to "eitherpad on cross project topics (Meeting topic: hierarchical_multitenancy\)" | 16:38 | |
schwicke | #link https://etherpad.openstack.org/p/kilo-crossproject-summit-topics | 16:39 |
*** shashankhegde has quit IRC | 16:39 | |
schwicke | quite a bit of updates since Wednesday when we have added the two points on hierarchical projects | 16:39 |
*** sparkycollier has quit IRC | 16:40 | |
schwicke | for the hierarchal projects I think it looks good so far | 16:40 |
*** ramashri has quit IRC | 16:41 | |
sajeesh | ok | 16:41 |
*** niclem_ has quit IRC | 16:41 | |
schwicke | nothing else from my side | 16:41 |
*** ygbo has quit IRC | 16:41 | |
*** ChuckC_ has quit IRC | 16:41 | |
*** igordcard has quit IRC | 16:41 | |
sajeesh | schwicke....what about nova v3 complete migration ...or is it v3 or v2.1..do we need to discuss | 16:42 |
sajeesh | that in the summit | 16:42 |
VINOD_ | The one thing that needs to adopted in quota code, when the feature of recursive deletion and change of parent in hierarchical projects is availabile in keystone | 16:42 |
schwicke | yes, there is an item on the etherpad on this already | 16:42 |
sajeesh | yes | 16:42 |
*** mpaolino has quit IRC | 16:42 | |
*** dprince has joined #openstack-meeting | 16:43 | |
*** niclem has joined #openstack-meeting | 16:43 | |
schwicke | maybe that should be added | 16:43 |
sajeesh | vinod,I think recurisive deletion doesn't have any effect on the quota code | 16:43 |
*** esker has joined #openstack-meeting | 16:44 | |
schwicke | with the exception of possible race conditions. | 16:44 |
VINOD_ | Sajeesh: It will have an effect..The nova should be able to catch the notification sent by keystone and clear the quota data stored for the projects that have been deleted | 16:44 |
sajeesh | sure | 16:44 |
VINOD_ | any way, i think we can wait till the notification feature gets evolved... | 16:45 |
sajeesh | vinod,notification is a different thing | 16:45 |
*** derekh has quit IRC | 16:46 | |
*** Duane has joined #openstack-meeting | 16:46 | |
sajeesh | what I mean is that the nested quota driver will not be bother if it is recursive or non recursive | 16:46 |
schwicke | I've added a sub-bullet: impact for h | 16:46 |
*** sandywalsh_ has quit IRC | 16:46 | |
sajeesh | anyway ,I will cross check it | 16:46 |
VINOD_ | Sajeesh: Its same. The nova can come to know (Infact any other service) the changes in the project hierarchy through notification from Keystone | 16:46 |
*** safchain has quit IRC | 16:46 | |
schwicke | I think that is really a topic for the summit | 16:47 |
*** sdake has joined #openstack-meeting | 16:47 | |
VINOD_ | sajeesh: I mean when the notification comes to nova, in the nova notification procedure the quota cleaning also has to be there (but as i said, we can wait till this concept evolves) | 16:47 |
schwicke | the important bit is that this is discussed at the summit | 16:47 |
sajeesh | vinod,we can wait for the notification | 16:48 |
*** gyee has quit IRC | 16:48 | |
schwicke | I'm a bit worried about the other point: change the hierarchy | 16:48 |
sajeesh | that is really important | 16:48 |
schwicke | the question is what that means | 16:48 |
sajeesh | means ..parent ? | 16:48 |
*** comay has joined #openstack-meeting | 16:48 | |
*** markwash__ has quit IRC | 16:48 | |
*** yassine has quit IRC | 16:49 | |
VINOD_ | schwicke: I think it means that a subset of hierarchy is moved from one parent to another parent | 16:49 |
schwicke | Vinod: that is my understanding as well | 16:49 |
sajeesh | yes | 16:49 |
sajeesh | schwicke, any issue with that ? | 16:49 |
schwicke | IMO if quota don't match then there should be a way to veto such a change | 16:49 |
*** ayoung is now known as ayoung-lunch | 16:49 | |
schwicke | sajeesh: yes, it could be that the quota of the new parent is not sufficient in which case a move would have a funny impact | 16:50 |
sajeesh | schwicke,these all things should be taken care well in the notification part | 16:50 |
VINOD_ | schwicke: I think the notifications may not be synchronous as it may cause so much delay | 16:50 |
sajeesh | ++1,there should be veto if quota doesn't match | 16:50 |
*** markmcclain has quit IRC | 16:51 | |
*** dmccowan has joined #openstack-meeting | 16:51 | |
schwicke | will add a sub-bullet | 16:51 |
sajeesh | good | 16:51 |
*** markmcclain has joined #openstack-meeting | 16:51 | |
*** rajeshr has quit IRC | 16:51 | |
*** aranjan has quit IRC | 16:51 | |
schwicke | done | 16:52 |
sajeesh | schwicke....do we need to add about complete migration of nova v2 | 16:52 |
schwicke | you mean nova api version 2? | 16:52 |
VINOD_ | I think the notifications subject is not a small one. I guess first the notifications have to be divided into different types and each service may be notified and then the service does some thing with that particular notification.. | 16:53 |
sajeesh | schwicke ...according to Belmiro will be v2 ro v2.1 or v3 | 16:53 |
schwicke | vinod: I agree | 16:53 |
schwicke | sajeesh: do we need this really ? I don't think it is terribly important, is it ? | 16:54 |
*** colinmcnamara has joined #openstack-meeting | 16:54 | |
*** ayoung-lunch has quit IRC | 16:54 | |
VINOD_ | and i guess these notifications may be asynchronous (to avoid the delay notifying all the services and waiting for their reply) and all the services apply a fail safe method.. | 16:54 |
*** pelix has quit IRC | 16:54 | |
sajeesh | don't know ? | 16:54 |
schwicke | vinod: yes, certainly. | 16:55 |
sajeesh | vinod,what do you think about nova api call migration? | 16:55 |
*** sdake has quit IRC | 16:55 | |
*** markmcclain has quit IRC | 16:55 | |
*** dmccowan has quit IRC | 16:56 | |
*** dmccowan has joined #openstack-meeting | 16:56 | |
VINOD_ | sajeesh: I think its still long way to go to migrate to v3 for nova...and i don't find any conversation happening in doing this. | 16:56 |
sajeesh | it is not urgent...right ? | 16:56 |
VINOD_ | its just adopting keystone v3 in all the services | 16:56 |
sajeesh | ok | 16:57 |
schwicke | there is one bullet already on consistent API microversioning | 16:57 |
*** sdake has joined #openstack-meeting | 16:57 | |
*** sdake has quit IRC | 16:57 | |
*** sdake has joined #openstack-meeting | 16:57 | |
schwicke | I think this should cover this question. | 16:57 |
sajeesh | I think so | 16:57 |
schwicke | time is over :( | 16:57 |
sajeesh | ok | 16:57 |
schwicke | let's follow up via e-mail on the action items | 16:58 |
sajeesh | ok | 16:58 |
VINOD_ | schwicke: ok | 16:58 |
schwicke | and re-meet next week on Friday again | 16:58 |
sajeesh | ok | 16:58 |
Nirbhay | ok | 16:58 |
schwicke | #endmeeting | 16:58 |
*** alexpilotti has joined #openstack-meeting | 16:58 | |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 16:58 | |
niru-pma | ok | 16:58 |
openstack | Meeting ended Fri Sep 19 16:58:47 2014 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:58 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/hierarchical_multitenancy_/2014/hierarchical_multitenancy_.2014-09-19-16.02.html | 16:58 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/hierarchical_multitenancy_/2014/hierarchical_multitenancy_.2014-09-19-16.02.txt | 16:58 |
openstack | Log: http://eavesdrop.openstack.org/meetings/hierarchical_multitenancy_/2014/hierarchical_multitenancy_.2014-09-19-16.02.log.html | 16:58 |
*** mattgriffin has quit IRC | 16:58 | |
VINOD_ | bye all...have a great weekend | 16:58 |
sajeesh | Good bye all ...Have a nice weekend :-) | 16:59 |
schwicke | bye all! | 16:59 |
schwicke | have a nice week end! | 16:59 |
niru-pma | bye | 16:59 |
Nirbhay | good to all | 16:59 |
*** cjellick_ has joined #openstack-meeting | 16:59 | |
*** Nirbhay has quit IRC | 16:59 | |
*** MaxV has quit IRC | 16:59 | |
*** bdpayne has joined #openstack-meeting | 16:59 | |
*** cjellick has quit IRC | 17:00 | |
*** IanGovett1 has joined #openstack-meeting | 17:00 | |
*** niru-pma has quit IRC | 17:01 | |
*** stevemar has quit IRC | 17:01 | |
*** jamiem has joined #openstack-meeting | 17:02 | |
*** amcrn has joined #openstack-meeting | 17:02 | |
*** stevemar has joined #openstack-meeting | 17:02 | |
*** armax has joined #openstack-meeting | 17:02 | |
*** IanGovett has quit IRC | 17:02 | |
*** jamiem has quit IRC | 17:02 | |
*** alexpilotti has quit IRC | 17:03 | |
*** schwicke has quit IRC | 17:04 | |
*** paragan has quit IRC | 17:05 | |
*** eharney has quit IRC | 17:05 | |
*** banix has quit IRC | 17:07 | |
*** morgabra_ is now known as morgabra | 17:08 | |
*** morgabra has joined #openstack-meeting | 17:08 | |
*** Fdot_ has quit IRC | 17:08 | |
*** Fdot has joined #openstack-meeting | 17:09 | |
*** Longgeek_ has quit IRC | 17:10 | |
*** IanGovett1 has quit IRC | 17:10 | |
*** IanGovett has joined #openstack-meeting | 17:10 | |
*** alexpilotti has joined #openstack-meeting | 17:13 | |
*** markmcclain has joined #openstack-meeting | 17:13 | |
*** SumitNaiksatam has quit IRC | 17:13 | |
*** eghobo has joined #openstack-meeting | 17:14 | |
*** gyee has joined #openstack-meeting | 17:17 | |
*** Sukhdev has quit IRC | 17:18 | |
*** ayoung has joined #openstack-meeting | 17:18 | |
*** IanGovett has quit IRC | 17:18 | |
*** IanGovett has joined #openstack-meeting | 17:18 | |
*** s3wong has joined #openstack-meeting | 17:19 | |
*** MeganR has joined #openstack-meeting | 17:19 | |
*** Mandell has quit IRC | 17:19 | |
*** eharney has joined #openstack-meeting | 17:19 | |
*** MeganR has left #openstack-meeting | 17:20 | |
*** johnthetubaguy is now known as zz_johnthetubagu | 17:23 | |
*** gyee has quit IRC | 17:24 | |
*** jgriffit1 has quit IRC | 17:26 | |
*** jgriffit1 has joined #openstack-meeting | 17:27 | |
*** ildikov has joined #openstack-meeting | 17:28 | |
*** Duane has quit IRC | 17:29 | |
*** jgriffit1 is now known as jgriffith | 17:29 | |
*** colinmcnamara has quit IRC | 17:31 | |
*** moha_hunt has joined #openstack-meeting | 17:32 | |
*** IanGovett has quit IRC | 17:32 | |
*** IanGovett has joined #openstack-meeting | 17:33 | |
*** penick has quit IRC | 17:35 | |
*** jjmb1 has quit IRC | 17:36 | |
*** jjmb has joined #openstack-meeting | 17:36 | |
*** Duane has joined #openstack-meeting | 17:36 | |
*** zul has joined #openstack-meeting | 17:37 | |
*** emagana has quit IRC | 17:37 | |
*** emagana has joined #openstack-meeting | 17:38 | |
*** VINOD_ has quit IRC | 17:40 | |
*** jmontemayor has quit IRC | 17:41 | |
*** harlowja has joined #openstack-meeting | 17:42 | |
*** emagana has quit IRC | 17:42 | |
*** Sukhdev has joined #openstack-meeting | 17:44 | |
*** cjellick_ has quit IRC | 17:45 | |
*** MaxV has joined #openstack-meeting | 17:45 | |
*** lcheng has quit IRC | 17:45 | |
*** lcheng has joined #openstack-meeting | 17:46 | |
*** VijayB has joined #openstack-meeting | 17:46 | |
*** cjellick has joined #openstack-meeting | 17:48 | |
*** andreykurilin_ has quit IRC | 17:49 | |
*** sarob_ has joined #openstack-meeting | 17:50 | |
*** imsurit has quit IRC | 17:50 | |
*** IanGovett has quit IRC | 17:53 | |
*** SumitNaiksatam has joined #openstack-meeting | 17:53 | |
*** IanGovett has joined #openstack-meeting | 17:53 | |
*** jmontemayor has joined #openstack-meeting | 17:53 | |
*** sarob_ has quit IRC | 17:55 | |
*** tongli has quit IRC | 17:56 | |
*** mattgriffin has joined #openstack-meeting | 17:56 | |
*** emagana has joined #openstack-meeting | 17:57 | |
*** reed has quit IRC | 17:58 | |
*** Guest53140 has quit IRC | 18:00 | |
*** sarob_ has joined #openstack-meeting | 18:00 | |
*** Fdot has quit IRC | 18:02 | |
*** jjmb has quit IRC | 18:02 | |
*** nadya has joined #openstack-meeting | 18:03 | |
*** dane_leblanc has quit IRC | 18:03 | |
*** nadya is now known as Guest3037 | 18:03 | |
*** markwash__ has joined #openstack-meeting | 18:03 | |
*** yingjun has quit IRC | 18:06 | |
*** yingjun has joined #openstack-meeting | 18:06 | |
*** banix has joined #openstack-meeting | 18:06 | |
*** baoli has quit IRC | 18:08 | |
*** baoli has joined #openstack-meeting | 18:08 | |
*** VijayB has quit IRC | 18:08 | |
*** dane_leblanc has joined #openstack-meeting | 18:09 | |
*** baoli has quit IRC | 18:09 | |
*** baoli has joined #openstack-meeting | 18:10 | |
*** yingjun has quit IRC | 18:11 | |
*** lcheng has quit IRC | 18:12 | |
*** Sukhdev has quit IRC | 18:14 | |
*** MarkAtwood has joined #openstack-meeting | 18:14 | |
*** carl_baldwin has quit IRC | 18:14 | |
*** hashar has joined #openstack-meeting | 18:15 | |
*** VijayB has joined #openstack-meeting | 18:18 | |
*** e0ne has quit IRC | 18:19 | |
*** penick has joined #openstack-meeting | 18:20 | |
*** SumitNaiksatam has quit IRC | 18:20 | |
*** varora has joined #openstack-meeting | 18:22 | |
*** armax has quit IRC | 18:22 | |
*** armax has joined #openstack-meeting | 18:23 | |
*** armax has quit IRC | 18:23 | |
*** vu has quit IRC | 18:25 | |
*** alaski_ is now known as alaski | 18:25 | |
*** armax has joined #openstack-meeting | 18:25 | |
*** hashar has quit IRC | 18:25 | |
*** ttrifonov is now known as ttrifonov_zZzz | 18:26 | |
*** mchalla has joined #openstack-meeting | 18:28 | |
*** shashankhegde has joined #openstack-meeting | 18:31 | |
*** sarob_ has quit IRC | 18:37 | |
*** neelashah has quit IRC | 18:38 | |
*** lcheng has joined #openstack-meeting | 18:40 | |
*** colinmcnamara has joined #openstack-meeting | 18:40 | |
*** rushiagr is now known as rushiagr_away | 18:40 | |
*** carl_baldwin has joined #openstack-meeting | 18:40 | |
*** emagana has quit IRC | 18:41 | |
*** padkrish has joined #openstack-meeting | 18:41 | |
*** emagana has joined #openstack-meeting | 18:41 | |
*** ayoung is now known as ayoung-afk | 18:43 | |
*** ayoung-afk is now known as ayoung | 18:45 | |
*** emagana_ has joined #openstack-meeting | 18:45 | |
*** emagana has quit IRC | 18:45 | |
*** harlowja has quit IRC | 18:46 | |
*** harlowja_ has joined #openstack-meeting | 18:46 | |
*** marcoemorais has joined #openstack-meeting | 18:46 | |
*** markmcclain has quit IRC | 18:47 | |
*** e0ne has joined #openstack-meeting | 18:52 | |
*** ayoung has quit IRC | 18:53 | |
*** mchalla has quit IRC | 18:53 | |
*** otherwiseguy has quit IRC | 18:53 | |
*** e0ne has quit IRC | 18:55 | |
*** yamahata has quit IRC | 18:55 | |
*** pballand has quit IRC | 18:56 | |
*** alexpilotti has quit IRC | 18:57 | |
*** Sukhdev has joined #openstack-meeting | 18:58 | |
*** e0ne has joined #openstack-meeting | 18:59 | |
*** mattgriffin has quit IRC | 19:00 | |
*** Duane has quit IRC | 19:01 | |
*** novas0x2a|laptop has joined #openstack-meeting | 19:03 | |
*** salv-orlando has quit IRC | 19:03 | |
*** mattgriffin has joined #openstack-meeting | 19:04 | |
*** dkranz has quit IRC | 19:05 | |
*** neelashah has joined #openstack-meeting | 19:05 | |
*** Sukhdev has quit IRC | 19:09 | |
*** ildikov_ has joined #openstack-meeting | 19:09 | |
*** dbyte has quit IRC | 19:11 | |
*** ildikov has quit IRC | 19:12 | |
*** Guest3037 has quit IRC | 19:13 | |
*** nadya has joined #openstack-meeting | 19:13 | |
*** yeungp has joined #openstack-meeting | 19:14 | |
*** nadya is now known as Guest15365 | 19:14 | |
*** sc68cal has quit IRC | 19:14 | |
*** colinmcnamara has quit IRC | 19:14 | |
*** shashankhegde has quit IRC | 19:15 | |
*** Guest15365 has quit IRC | 19:18 | |
*** moha_hunt has quit IRC | 19:18 | |
*** tkay has quit IRC | 19:19 | |
*** IanGovett has quit IRC | 19:19 | |
*** tkay has joined #openstack-meeting | 19:20 | |
*** pballand has joined #openstack-meeting | 19:21 | |
*** dkranz has joined #openstack-meeting | 19:23 | |
*** vu has joined #openstack-meeting | 19:23 | |
*** sc68cal has joined #openstack-meeting | 19:23 | |
*** e0ne has quit IRC | 19:26 | |
*** juzuluag has quit IRC | 19:28 | |
*** hashar has joined #openstack-meeting | 19:29 | |
*** sarob_ has joined #openstack-meeting | 19:29 | |
*** e0ne has joined #openstack-meeting | 19:30 | |
*** Sukhdev has joined #openstack-meeting | 19:30 | |
*** mrunge has joined #openstack-meeting | 19:33 | |
*** sarob_ has quit IRC | 19:35 | |
*** e0ne has quit IRC | 19:37 | |
*** padkrish has quit IRC | 19:38 | |
*** otherwiseguy has joined #openstack-meeting | 19:38 | |
*** padkrish has joined #openstack-meeting | 19:39 | |
*** markwash__ has quit IRC | 19:40 | |
*** marcoemorais has quit IRC | 19:40 | |
*** whenry has joined #openstack-meeting | 19:41 | |
*** marcoemorais has joined #openstack-meeting | 19:41 | |
*** marcoemorais has quit IRC | 19:41 | |
*** e0ne has joined #openstack-meeting | 19:41 | |
*** VijayB has quit IRC | 19:42 | |
*** mattgriffin has quit IRC | 19:42 | |
*** padkrish has quit IRC | 19:43 | |
*** VijayB has joined #openstack-meeting | 19:44 | |
*** VijayB has quit IRC | 19:44 | |
*** baoli has quit IRC | 19:46 | |
*** baoli has joined #openstack-meeting | 19:47 | |
*** vu has quit IRC | 19:48 | |
*** dprince has quit IRC | 19:48 | |
*** eharney has quit IRC | 19:48 | |
*** VijayB_ has joined #openstack-meeting | 19:49 | |
*** markwash__ has joined #openstack-meeting | 19:50 | |
*** ddieterly has quit IRC | 19:50 | |
*** jecarey has quit IRC | 19:51 | |
*** VijayB_ has quit IRC | 19:51 | |
*** morganfainberg is now known as CaptainMorgan | 19:52 | |
*** mchalla has joined #openstack-meeting | 19:52 | |
*** SridharR_ has joined #openstack-meeting | 19:53 | |
*** padkrish has joined #openstack-meeting | 19:53 | |
*** Sridhar__ has joined #openstack-meeting | 19:55 | |
*** SridharRamaswamy has quit IRC | 19:55 | |
*** eghobo has quit IRC | 19:56 | |
*** SridharRamaswamy has joined #openstack-meeting | 19:57 | |
*** SridharR_ has quit IRC | 19:58 | |
*** SridharR_ has joined #openstack-meeting | 19:58 | |
*** dmccowan has quit IRC | 19:59 | |
*** otherwiseguy has quit IRC | 20:00 | |
*** juzuluag has joined #openstack-meeting | 20:00 | |
*** otherwiseguy has joined #openstack-meeting | 20:00 | |
*** Sridhar__ has quit IRC | 20:00 | |
*** salv-orlando has joined #openstack-meeting | 20:01 | |
*** SridharRamaswamy has quit IRC | 20:02 | |
*** ayoung has joined #openstack-meeting | 20:02 | |
*** sandywalsh has quit IRC | 20:03 | |
*** baoli has quit IRC | 20:03 | |
*** otherwiseguy has quit IRC | 20:06 | |
*** pfallenop has quit IRC | 20:08 | |
*** ddieterly has joined #openstack-meeting | 20:09 | |
*** pfallenop has joined #openstack-meeting | 20:09 | |
*** rmoe has quit IRC | 20:09 | |
*** jmontemayor has quit IRC | 20:10 | |
*** e0ne has quit IRC | 20:12 | |
*** david-lyle has quit IRC | 20:13 | |
*** rmoe has joined #openstack-meeting | 20:13 | |
*** dkehnx1 has joined #openstack-meeting | 20:13 | |
-openstackstatus- NOTICE: Gerrit will be offline from 20:30 to 20:50 UTC for project renames | 20:15 | |
*** ChanServ changes topic to "Gerrit will be offline from 20:30 to 20:50 UTC for project renames" | 20:15 | |
*** gyee has joined #openstack-meeting | 20:15 | |
*** marcoemorais has joined #openstack-meeting | 20:15 | |
*** e0ne has joined #openstack-meeting | 20:16 | |
*** ddieterly has quit IRC | 20:19 | |
*** thangp has quit IRC | 20:21 | |
*** eghobo has joined #openstack-meeting | 20:25 | |
*** dims_ has quit IRC | 20:26 | |
*** dims has joined #openstack-meeting | 20:26 | |
*** jehb has quit IRC | 20:29 | |
*** dims has quit IRC | 20:30 | |
*** VijayB has joined #openstack-meeting | 20:31 | |
*** marcoemorais has quit IRC | 20:31 | |
*** vijendar has quit IRC | 20:31 | |
*** ddieterly has joined #openstack-meeting | 20:33 | |
*** marcoemorais has joined #openstack-meeting | 20:33 | |
*** andreykurilin_ has joined #openstack-meeting | 20:33 | |
*** mchalla has quit IRC | 20:33 | |
*** shashankhegde has joined #openstack-meeting | 20:34 | |
*** ayoung is now known as MadamImAdam | 20:35 | |
*** ChuckC_ has joined #openstack-meeting | 20:35 | |
*** mchalla has joined #openstack-meeting | 20:36 | |
*** markwash__ has quit IRC | 20:36 | |
*** dstanek is now known as kenatsd | 20:37 | |
*** mmedvede has quit IRC | 20:37 | |
*** carl_baldwin has quit IRC | 20:38 | |
*** juzuluag has quit IRC | 20:39 | |
*** marcoemorais1 has joined #openstack-meeting | 20:40 | |
*** marcoemorais has quit IRC | 20:40 | |
*** marcoemorais1 has quit IRC | 20:40 | |
*** marcoemorais has joined #openstack-meeting | 20:40 | |
*** whenry has quit IRC | 20:41 | |
*** markwash__ has joined #openstack-meeting | 20:43 | |
*** eghobo has quit IRC | 20:44 | |
*** carl_baldwin has joined #openstack-meeting | 20:46 | |
*** eghobo has joined #openstack-meeting | 20:50 | |
*** ChanServ changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 20:51 | |
-openstackstatus- NOTICE: Gerrit is back online | 20:51 | |
*** spzala has quit IRC | 20:53 | |
*** mattgriffin has joined #openstack-meeting | 20:56 | |
*** bradjones has quit IRC | 20:57 | |
*** penick has quit IRC | 20:57 | |
*** dbyte has joined #openstack-meeting | 20:59 | |
*** ivasev_ has quit IRC | 21:00 | |
*** penick has joined #openstack-meeting | 21:02 | |
*** MarkAtwood has quit IRC | 21:02 | |
*** gyee has quit IRC | 21:03 | |
*** marcoemorais has quit IRC | 21:03 | |
*** julim has quit IRC | 21:03 | |
*** rudrarugge has joined #openstack-meeting | 21:04 | |
*** rudrarugge has quit IRC | 21:04 | |
*** marcoemorais has joined #openstack-meeting | 21:04 | |
*** marcoemorais has quit IRC | 21:05 | |
*** mmedvede has joined #openstack-meeting | 21:05 | |
*** mchalla has quit IRC | 21:05 | |
*** SridharR_ has quit IRC | 21:05 | |
*** marcoemorais has joined #openstack-meeting | 21:05 | |
*** MarkAtwood has joined #openstack-meeting | 21:05 | |
*** marcoemorais has quit IRC | 21:06 | |
*** marcoemorais has joined #openstack-meeting | 21:06 | |
*** reed has joined #openstack-meeting | 21:07 | |
*** SridharRamaswamy has joined #openstack-meeting | 21:08 | |
*** VijayB has quit IRC | 21:12 | |
*** lcheng has quit IRC | 21:15 | |
*** cjellick has quit IRC | 21:15 | |
*** VijayB has joined #openstack-meeting | 21:16 | |
*** jorge_munoz has quit IRC | 21:16 | |
*** andreaf has quit IRC | 21:17 | |
*** andreaf has joined #openstack-meeting | 21:18 | |
*** e0ne has quit IRC | 21:18 | |
*** cjellick has joined #openstack-meeting | 21:22 | |
*** mchalla has joined #openstack-meeting | 21:22 | |
*** pballand has quit IRC | 21:23 | |
*** mchalla has quit IRC | 21:23 | |
*** mchalla has joined #openstack-meeting | 21:23 | |
*** alexpilotti has joined #openstack-meeting | 21:23 | |
*** ddieterly has quit IRC | 21:24 | |
*** flaviof is now known as flaviof_zzz | 21:24 | |
*** emagana_ has quit IRC | 21:27 | |
*** cjellick has quit IRC | 21:27 | |
*** emagana has joined #openstack-meeting | 21:27 | |
*** cjellick has joined #openstack-meeting | 21:28 | |
*** dbyte has quit IRC | 21:28 | |
*** CaptainMorgan is now known as morganfainberg | 21:28 | |
*** hashar has quit IRC | 21:29 | |
*** MadamImAdam is now known as CaptainYoung | 21:30 | |
*** MarkAtwood has quit IRC | 21:30 | |
*** david-lyle has joined #openstack-meeting | 21:30 | |
*** Sukhdev has quit IRC | 21:30 | |
*** david-lyle has quit IRC | 21:30 | |
*** alexpilotti has quit IRC | 21:31 | |
*** rushiagr_away is now known as rushiagr | 21:32 | |
*** cjellick has quit IRC | 21:32 | |
*** emagana has quit IRC | 21:32 | |
*** jgrimm is now known as zz_jgrimm | 21:34 | |
*** MarkAtwood has joined #openstack-meeting | 21:35 | |
*** mrunge has quit IRC | 21:35 | |
*** esker has quit IRC | 21:36 | |
*** emagana has joined #openstack-meeting | 21:36 | |
*** esker has joined #openstack-meeting | 21:36 | |
*** e0ne has joined #openstack-meeting | 21:36 | |
*** alexpilotti has joined #openstack-meeting | 21:37 | |
*** CaptainYoung has quit IRC | 21:38 | |
*** esker has quit IRC | 21:41 | |
*** alexpilotti_ has joined #openstack-meeting | 21:41 | |
*** mchalla_ has joined #openstack-meeting | 21:42 | |
*** padkrish has quit IRC | 21:43 | |
*** alexpilotti has quit IRC | 21:43 | |
*** alexpilotti_ is now known as alexpilotti | 21:43 | |
*** padkrish has joined #openstack-meeting | 21:43 | |
*** e0ne has quit IRC | 21:43 | |
*** mchalla has quit IRC | 21:44 | |
*** Leo_ has joined #openstack-meeting | 21:45 | |
*** tbarron has quit IRC | 21:46 | |
*** rkofman has quit IRC | 21:48 | |
*** padkrish has quit IRC | 21:48 | |
*** Leonr has quit IRC | 21:48 | |
*** pballand has joined #openstack-meeting | 21:49 | |
*** rkofman has joined #openstack-meeting | 21:49 | |
*** FallenPegasus has joined #openstack-meeting | 21:49 | |
*** e0ne has joined #openstack-meeting | 21:49 | |
*** FallenPegasus has quit IRC | 21:49 | |
*** Leo_ has quit IRC | 21:49 | |
*** MarkAtwood has quit IRC | 21:49 | |
*** vivek-ebay has joined #openstack-meeting | 21:52 | |
*** VijayB has quit IRC | 21:52 | |
*** VijayB_ has joined #openstack-meeting | 21:52 | |
*** ddieterly has joined #openstack-meeting | 21:54 | |
*** Mandell has joined #openstack-meeting | 21:56 | |
*** lavaraj has joined #openstack-meeting | 21:57 | |
*** e0ne has quit IRC | 21:58 | |
*** banix has quit IRC | 21:59 | |
*** harlowja_ has quit IRC | 22:00 | |
*** harlowja has joined #openstack-meeting | 22:00 | |
*** penick has quit IRC | 22:02 | |
*** otherwiseguy has joined #openstack-meeting | 22:02 | |
*** SridharRamaswamy has quit IRC | 22:03 | |
*** marcoemorais has quit IRC | 22:04 | |
*** marcoemorais has joined #openstack-meeting | 22:04 | |
*** marcoemorais has quit IRC | 22:04 | |
*** Sukhdev has joined #openstack-meeting | 22:04 | |
*** marcoemorais has joined #openstack-meeting | 22:05 | |
*** marcoemorais has quit IRC | 22:05 | |
*** marcoemorais has joined #openstack-meeting | 22:05 | |
*** carl_baldwin has quit IRC | 22:06 | |
*** markwash__ has quit IRC | 22:06 | |
*** carl_baldwin has joined #openstack-meeting | 22:08 | |
*** penick has joined #openstack-meeting | 22:08 | |
*** markwash__ has joined #openstack-meeting | 22:10 | |
*** leakypipes has quit IRC | 22:11 | |
*** Mandell has quit IRC | 22:11 | |
*** Mandell has joined #openstack-meeting | 22:13 | |
*** neelashah has quit IRC | 22:13 | |
*** markwash__ has quit IRC | 22:15 | |
*** eghobo has quit IRC | 22:18 | |
*** markwash__ has joined #openstack-meeting | 22:18 | |
*** beekneemech is now known as bnemec-pto | 22:18 | |
*** baoli has joined #openstack-meeting | 22:19 | |
*** otherwiseguy has quit IRC | 22:19 | |
*** baoli has quit IRC | 22:19 | |
*** cjellick has joined #openstack-meeting | 22:21 | |
*** rossk has joined #openstack-meeting | 22:22 | |
*** rmoe has quit IRC | 22:24 | |
*** carl_baldwin has quit IRC | 22:24 | |
*** rbak has quit IRC | 22:25 | |
*** cjellick has quit IRC | 22:25 | |
*** cjellick has joined #openstack-meeting | 22:25 | |
*** cjellick has quit IRC | 22:27 | |
*** emagana has quit IRC | 22:27 | |
*** emagana has joined #openstack-meeting | 22:28 | |
*** padkrish has joined #openstack-meeting | 22:30 | |
*** kenatsd is now known as dstanek | 22:30 | |
*** cjellick has joined #openstack-meeting | 22:31 | |
*** emagana has quit IRC | 22:32 | |
*** mchalla_ has quit IRC | 22:38 | |
*** mattgriffin has quit IRC | 22:38 | |
*** mchalla has joined #openstack-meeting | 22:39 | |
*** mchalla has quit IRC | 22:41 | |
*** alexpilotti_ has joined #openstack-meeting | 22:42 | |
*** flaper87 is now known as flaper87|afk | 22:42 | |
*** alexpilotti has quit IRC | 22:42 | |
*** topol has quit IRC | 22:43 | |
*** shashankhegde has quit IRC | 22:45 | |
*** alexpilotti has joined #openstack-meeting | 22:45 | |
*** alexpilotti_ has quit IRC | 22:46 | |
*** alexpilotti_ has joined #openstack-meeting | 22:49 | |
*** alexpilotti has quit IRC | 22:50 | |
*** alexpilotti_ is now known as alexpilotti | 22:50 | |
*** aysyanne has quit IRC | 22:50 | |
*** penick has quit IRC | 22:53 | |
*** alexpilotti has quit IRC | 22:56 | |
*** davpat2112 has quit IRC | 22:59 | |
*** ItSANgo_ has quit IRC | 23:02 | |
*** IanGovett has joined #openstack-meeting | 23:02 | |
*** acfleury has quit IRC | 23:04 | |
*** armax has left #openstack-meeting | 23:09 | |
*** colinmcnamara has joined #openstack-meeting | 23:10 | |
*** yeungp has quit IRC | 23:11 | |
*** mchalla has joined #openstack-meeting | 23:12 | |
*** ItSANgo has joined #openstack-meeting | 23:12 | |
*** jecarey has joined #openstack-meeting | 23:13 | |
*** kmartin has quit IRC | 23:15 | |
*** mchalla has quit IRC | 23:16 | |
*** fnaval has quit IRC | 23:18 | |
*** wenlock has quit IRC | 23:25 | |
*** shashankhegde has joined #openstack-meeting | 23:26 | |
*** VijayB_ has quit IRC | 23:27 | |
*** VijayB has joined #openstack-meeting | 23:28 | |
*** sdake_ has joined #openstack-meeting | 23:28 | |
*** VijayB has quit IRC | 23:28 | |
*** tsekiyama has quit IRC | 23:29 | |
*** VijayB has joined #openstack-meeting | 23:29 | |
*** VijayB has quit IRC | 23:29 | |
*** VijayB has joined #openstack-meeting | 23:30 | |
*** Sukhdev has quit IRC | 23:30 | |
*** ebalduf has quit IRC | 23:31 | |
*** VijayB has quit IRC | 23:35 | |
*** Riddhi has quit IRC | 23:35 | |
*** dims has joined #openstack-meeting | 23:36 | |
*** tkay has quit IRC | 23:37 | |
*** andreykurilin_ has quit IRC | 23:37 | |
*** pballand has quit IRC | 23:39 | |
*** colinmcnamara has quit IRC | 23:39 | |
*** amcrn has quit IRC | 23:39 | |
*** Mandell has quit IRC | 23:39 | |
*** Swami has quit IRC | 23:40 | |
*** dims has quit IRC | 23:41 | |
*** Mandell has joined #openstack-meeting | 23:45 | |
*** yingjun has joined #openstack-meeting | 23:48 | |
*** stevemar has quit IRC | 23:49 | |
*** cjellick has quit IRC | 23:51 | |
*** yingjun has quit IRC | 23:51 | |
*** yingjun_ has joined #openstack-meeting | 23:51 | |
*** padkrish has quit IRC | 23:53 | |
*** Daisy has joined #openstack-meeting | 23:54 | |
*** otherwiseguy has joined #openstack-meeting | 23:54 | |
*** colinmcnamara has joined #openstack-meeting | 23:54 | |
*** yingjun_ has quit IRC | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!