Monday, 2014-11-24

*** ptoohill_ has joined #openstack-lbaas00:48
*** ptoohill_ has quit IRC01:23
*** sbfox has joined #openstack-lbaas01:40
*** sbfox has quit IRC01:46
*** woodster_ has joined #openstack-lbaas01:51
*** sbfox has joined #openstack-lbaas02:04
*** sbfox has quit IRC02:09
*** sbfox has joined #openstack-lbaas03:59
*** sbfox has quit IRC05:17
*** woodster_ has quit IRC05:50
*** sbfox has joined #openstack-lbaas06:25
*** jschwarz has joined #openstack-lbaas06:26
*** kobis has joined #openstack-lbaas07:49
*** erikmoe has joined #openstack-lbaas08:59
bedisrm_work: if you have any questions about how HAProxy works, don't hesitate to ask me :)09:17
*** sbfox has quit IRC10:31
*** kobis has quit IRC10:35
*** kobis has joined #openstack-lbaas10:36
*** kobis1 has joined #openstack-lbaas10:40
*** kobis has quit IRC10:41
*** kobis1 has quit IRC10:44
*** kobis has joined #openstack-lbaas10:44
*** kobis has quit IRC11:37
*** kobis has joined #openstack-lbaas12:21
*** kobis has quit IRC13:33
*** kobis has joined #openstack-lbaas13:33
*** woodster_ has joined #openstack-lbaas14:23
*** busterswt has joined #openstack-lbaas14:36
*** TrevorV_ has joined #openstack-lbaas14:43
*** fnaval has joined #openstack-lbaas15:34
*** ptoohill_ has joined #openstack-lbaas15:46
*** enikanorov has quit IRC16:04
*** enikanorov has joined #openstack-lbaas16:11
*** erikmoe has quit IRC16:12
*** sbalukoff has quit IRC16:16
*** xgerman has joined #openstack-lbaas16:17
*** ptoohill_ has quit IRC16:23
*** ptoohill_ has joined #openstack-lbaas16:24
*** blogan_mobile has joined #openstack-lbaas16:36
sballeblogan: Morning16:36
blogan_mobilemornin16:37
sballeMorning to everybody ;-)16:37
sballeblogan_mobile: Can you look at this review when you have the time? https://review.openstack.org/#/c/132130/216:37
*** kobis1 has joined #openstack-lbaas16:38
*** kobis has quit IRC16:41
TrevorV_blogan_mobile, is supposed to be offline because he's taking time off work, but he's crazy and works anyway16:49
dougwigha.16:51
dougwigsballe, can you post the graphics somewhere?16:52
sballeyes.16:53
*** kobis1 has quit IRC16:54
TrevorV_blogan, blogan_mobile hey you around still?17:00
ptoohillHmm, http://octavia.io/review/132130/ doesnt gen them17:00
TrevorV_dougwig, sballe what do you guys think is available as an appropriate response code if someone did a GET and misspelled load balancer in the URL?17:03
dougwig40417:05
TrevorV_So a "resource not found" sort of thing?17:06
ptoohillDoesnt the web server handle that?17:08
TrevorV_I'm writing the API docs17:08
ptoohillah17:08
TrevorV_I'm just trying to figure out api response codes17:08
TrevorV_200 for GET, 202 for PUT/POST/DELETE, and then errors17:08
TrevorV_Was just trying to figure out what errors are "understandable" or "available"17:09
TrevorV_So far I only have 404/500 for GET, and didn't know if I should have something else17:09
*** blogan_mobile has quit IRC17:09
TrevorV_Like, maybe a 400 for a bad UUID in the endpoint or something, but id17:09
TrevorV_idk***17:09
*** blogan_mobile has joined #openstack-lbaas17:10
*** blogan_mobile has quit IRC17:10
*** jorgem has joined #openstack-lbaas17:14
dougwig10:27 AM <openstackgerrit> Doug Wiegley proposed openstack/neutron-specs: Split services out of Neutron repo  https://review.openstack.org/13683517:31
rm_workbedis: ah, yeah, good point :) thanks, will do17:34
*** mwang2 has joined #openstack-lbaas17:42
*** mikedillion has joined #openstack-lbaas17:44
*** mwang2_ has joined #openstack-lbaas17:48
*** mwang2 has quit IRC17:52
*** mikedillion has quit IRC17:54
*** sbfox has joined #openstack-lbaas17:56
*** jschwarz has quit IRC17:57
*** TrevorV_ has quit IRC18:05
*** jorgem has quit IRC18:13
xgermanTevorV_ don't get too excited about 202 for posts -- 202 is for async operations if you do somehing synchronous you can return a 20018:26
sballedougwig: thanks18:35
*** sbfox has quit IRC18:55
*** sbfox has joined #openstack-lbaas18:59
*** jorgem has joined #openstack-lbaas19:05
*** TrevorV_ has joined #openstack-lbaas19:06
*** blogan_mobile has joined #openstack-lbaas19:09
*** sbalukoff has joined #openstack-lbaas19:12
*** blogan__mobile has joined #openstack-lbaas19:21
*** blogan_mobile has quit IRC19:23
*** RamaKrishna has joined #openstack-lbaas19:27
rm_workono, R.I.P. dougwig's third-party CI :(19:30
dougwigheh.19:30
dougwigstuff like this happens about every other day.19:30
rm_workT_T19:31
*** sbfox has quit IRC19:31
TrevorV_Is there a header or some kind of text to put around something in ReStructured to denote its going to fail pep8?19:31
*** blogan_mobile has joined #openstack-lbaas19:32
rm_workmake it so it doesn't fail :/19:32
rm_worksometimes it will look a little bit... odd19:32
rm_workbut it's better to just adhere to the pep8 restriction :(19:33
TrevorV_Its a table... I don't know how to break up a table declaration19:33
rm_workah19:33
rm_workput it in a code block?19:33
rm_workmaybe19:34
*** blogan__mobile has quit IRC19:35
*** sbfox has joined #openstack-lbaas19:37
*** SumitNaiksatam has quit IRC19:40
*** SumitNaiksatam has joined #openstack-lbaas19:40
TrevorV_I broke up the URL that made the table huge19:44
TrevorV_However, I don't know if its right the way I broke up it19:44
TrevorV_I did "URL/blah/blahdiblahdiblahdiblah/\"19:44
TrevorV_"rest/of/URL"19:44
TrevorV_is that okay?19:44
TrevorV_rm_work, dougwig ?19:45
xgermando whatever pep8 likes19:46
xgermanthat will be right19:46
xgerman:-)19:46
TrevorV_That's fair19:46
TrevorV_pep8 don't care apparently, noice19:46
xgermanalso is mlavalle in the office or is he on vacation like blogan19:47
TrevorV_Ty sir xgerman19:47
xgerman?19:47
TrevorV_Well, no one vacations like blogan, because he "vacations" by working19:47
xgermanlol19:47
xgermanin  my vacations I work down honey-do lists19:48
*** jorgem1 has joined #openstack-lbaas19:48
*** jorgem1 has quit IRC19:48
*** jorgem1 has joined #openstack-lbaas19:48
*** jorgem has quit IRC19:50
rm_workdon't see mlavalle currently19:57
blogan_mobileI vacationed today by seeing the hunger games19:58
rm_worklol noice19:58
rm_workI am going to see that tomorrow night I think19:58
rm_workgood?19:59
rm_workthis is.... book 3 part 1?19:59
blogan_mobilestill haven't seen interstellar19:59
blogan_mobileyes19:59
rm_workblogan_mobile: T_T19:59
rm_workthought you and jorgem1 were going to bro-date Interstellar19:59
*** jorgem1 is now known as jorgem20:00
jorgemalready saw it :)20:00
rm_workjorgem: T_T20:01
TrevorV_rm_work, we never went to see John Wick for our bro date20:01
TrevorV_Mostly because I don't do shit on the weekends lulz20:02
rm_workheh yeah20:02
rm_workI still need to see it <_<20:02
TrevorV_Yeah20:02
TrevorV_I've literally only heard good things, so I'm in the market to see it20:02
blogan_mobilejorgem totally backstabbed me20:02
jorgemet tu Jorge?20:03
TrevorV_so blogan_mobile I'm generating the docs via tox and viewing the "tables" and they're still coming out like specifically structured text and some lines between the rows20:04
TrevorV_Can't say I like the way it looks20:04
xgermanput some lipstick on the tables20:05
xgerman:-)20:05
TrevorV_What does that even mean xgerman?  Is that a german thing?!?!20:06
xgermannah, it's a derivative of "put some lipstick on the pig" for tables20:06
TrevorV_Ah, that makes a bit more sense ha ha, sorry I miss those jokes more often than I catch them20:07
xgermanlol20:07
*** blogan__mobile has joined #openstack-lbaas20:23
*** blogan_mobile has quit IRC20:26
*** kobis has joined #openstack-lbaas20:31
*** blogan_mobile has joined #openstack-lbaas20:33
*** blogan__mobile has quit IRC20:33
TrevorV_Everything is made better when you can pet a cat.20:48
*** blogan_mobile has quit IRC20:48
*** mlavalle has joined #openstack-lbaas20:48
TrevorV_blogan, you around right meow?20:53
*** amotoki has joined #openstack-lbaas21:00
*** kobis has quit IRC21:01
*** kobis has joined #openstack-lbaas21:11
*** jorgem has quit IRC21:11
openstackgerritTrevor Vardeman proposed stackforge/octavia: Creation of Octavia API Documentation  https://review.openstack.org/13649921:12
*** jorgem has joined #openstack-lbaas21:13
*** jorgem1 has joined #openstack-lbaas21:14
*** jorgem has quit IRC21:17
*** kobis has quit IRC21:18
*** sbfox has quit IRC21:21
*** sbfox has joined #openstack-lbaas21:23
openstackgerritTrevor Vardeman proposed stackforge/octavia: Creation of Octavia API Documentation  https://review.openstack.org/13649921:29
*** fnaval has quit IRC21:33
*** fnaval has joined #openstack-lbaas21:35
rm_workdougwig / sbalukoff / blogan / xgerman / others: could get reviews on https://review.openstack.org/#/c/132580/ ? I think people already were nearly good on this? It's the last in this chain, would love to get it merged21:36
xgermanlooking21:38
*** mwang2_ has quit IRC21:39
TrevorV_I'll review too rm_work, not sure how much I can understand fully, but I'll do what I can :D21:39
rm_work:P21:40
*** jorgem1 has quit IRC21:49
xgerman+221:50
*** SumitNaiksatam has quit IRC21:52
*** SumitNaiksatam has joined #openstack-lbaas21:53
TrevorV_rm_work, I had 2 comments, but put a -1 just because I'm unclear on one of them21:54
*** jorgem has joined #openstack-lbaas22:02
rm_workTrevorV_: responded22:02
rm_workTrevorV_: and what I meant by "yes" in my comment was "no"22:03
rm_worklol22:03
rm_workyou are not missing something22:03
rm_workit is not recursion22:03
rm_workwell, not TRUE recursion22:04
rm_workthough technically it will be once containers can contain other containers :)22:04
TrevorV_Ha, yeah I got it rm_work22:05
TrevorV_I changed to +122:05
TrevorV_First comment was a "are you sure?" and then the second was "I don't see recursion" but that clears it up, thanks!22:05
xgermanok, should be merged soon22:06
*** mikedillion has joined #openstack-lbaas22:06
sbalukoffrm_work: Will look momentarily.22:06
sbalukoff(Back from lunch now. :) )22:06
TrevorV_sbalukoff, hey man, was going to ask you, should I expect an Octavia meeting on Wednesday?22:07
TrevorV_(haven't checked my email yet, so I should have done that first probably)22:08
sbalukoffI was planning on holding one, mostly to go over review status. But I realize it's the day before a holiday (and many people take a short day). I'd be willing to cancel the meeting unless someone has something momentous to share, eh.22:08
sbalukoff(I think pretty much everyone working on Octavia is US based, right?)22:09
TrevorV_sbalukoff, I'm not sure about that, but I don't mind attending either way, just curious if there was any talk about it yet22:09
sbalukoffNone yet.22:09
*** jorgem1 has joined #openstack-lbaas22:10
sbalukoffOr rather, this is the first talk I've seen about it.22:10
sbalukoffBut, today is sort of when I expected people to talk about it. :)22:10
TrevorV_I figure tomorrow's meeting is still going too right?22:10
sbalukoffI haven't heard otherwise. :)22:10
xgermanyeah, we are on tomorrow22:11
sbalukoffdougwig is the one who has been running those lately, so he might know better than I.22:11
*** SumitNaiksatam has quit IRC22:11
TrevorV_Figured as much xgerman22:11
xgermanand if dougwig doesn't show we make fun of him all meeting22:11
sbalukoffSo quick, non-scientific vote on Wednesday's Octavia meeting:  Should we cancel it?  Yay or Nay?22:11
xgermancancel +122:12
TrevorV_cancel +122:12
*** SumitNaiksatam has joined #openstack-lbaas22:12
xgermansadly we don't have #vote22:12
TrevorV_rm_work, jorgem1, blogan, ptoohill_,?22:12
TrevorV_sballe, ?22:12
sbalukoffTechnically, the bots are in this channel. ;)22:12
*** jorgem has quit IRC22:12
TrevorV_johnsom, ? dougwig ?22:12
xgermanjohnsom is on vacation22:13
TrevorV_(those are the most common people I see around, so we'll see if they have anything to say :D  )22:13
sbalukoffSo is blogan.22:13
*** ajmiller has joined #openstack-lbaas22:13
xgermanyeah, but "but nobody vacations like blogan"22:13
TrevorV_Yeah, blogan has been on/off recently though22:13
TrevorV_In channel I mean22:13
sbalukoffAnd I'm not spiteful enough just to hold a meeting during his vacation because I know he'll show up. ;)22:13
TrevorV_Ha ha ha that's true sbalukoff22:13
dougwigcancel +122:13
ajmillerI'm fine with canceling22:14
TrevorV_that's +4, how many more do we need for a +2?!22:14
TrevorV_:D22:14
dougwigyes, tomorrow's lbaas is still on.  i wanted a forum for the folks here to discuss the split spec.22:14
sbalukoffI'll call that cancel +0.522:14
sbalukoff(ajmiller's vote)22:14
xgermanwe can always vote with our feet IHMO22:14
sbalukoffOoh, ouch.22:14
sbalukoffOk!  So, Wednesday's Octavia meeting is being canceled, I'll send a note to the mailing list.22:15
TrevorV_dougwig, that's fine, was just curious how it was all working out, and I'm (regrettably) pretty bad at reading email22:15
TrevorV_Awesome sbalukoff.  Well, I'll see everyone in tomorrow's meeting and online as well!  Take it easy!22:15
*** TrevorV_ has quit IRC22:16
*** mwang2 has joined #openstack-lbaas22:16
*** jorgem has joined #openstack-lbaas22:16
openstackgerritMerged stackforge/octavia: Barbican implementation for Certificates  https://review.openstack.org/13258022:16
*** jwarendt has joined #openstack-lbaas22:17
rm_workcancel +1 :P22:19
rm_workI want to vote even though we're done22:19
*** jorgem1 has quit IRC22:19
jwarendtcancel +122:19
rm_workbecause I will be driving that whole day T_T22:19
jwarendtagreed22:19
sbalukoffrm_work: Wait, are you *driving* to Seattle?22:21
rm_worklol no22:22
rm_workjust Dallas22:22
sbalukoffStill, we're talking Texas, so that's like 1000 miles away, right? ;)22:23
*** mwang2_ has joined #openstack-lbaas22:24
*** mwang2 has quit IRC22:25
rm_workyeah a good 6 hours22:25
*** jwarendt has quit IRC22:25
*** jorgem has quit IRC22:34
xgermansbalukoff we can also wait until the summit23:36
xgermanIt's definitely not urgent23:36
sbalukoffYeah, face-to-face is not a bad idea.23:36
sbalukoffI'll bring the brass knuckles.23:36
xgermanno worries. I just know that if you need to recycle like a ton of amphoras you might not be able to hit that in the timeframe needed for a security issue23:42

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