Saturday, 2015-05-16

openstackgerritJamie Lennox proposed openstack/requirements: Remove httpretty from requirements  https://review.openstack.org/18374500:00
jamielennoxironic or ironicclient?00:00
*** mtanino has quit IRC00:01
jamielennoxi guess it makes sense for ironic - it's a fairly easy conversion00:01
jamielennoxis there such a thing as requirements blueprints or anything i should create for it?00:01
clarkboh not sure if its just the client00:01
*** wenlock has quit IRC00:01
*** vahidh has quit IRC00:02
clarkbI dont think requirements has done blueprints/specs00:02
*** wenlock1 has quit IRC00:02
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Remove matplotlib from requirements file  https://review.openstack.org/18374900:02
mtreinishpatrickeast, clarkb: ^^^00:02
*** yamamoto has quit IRC00:03
patrickeastmtreinish: thanks!00:03
sdaguejamielennox: no, it's just doing a bunch of work. Honestly, the first step would probably be building a tool that we could run to figure out what uses what00:05
sdaguefungi has a script in tree that figures out stuff that's not used00:05
sdaguebut it would be nice to modify it to list all the projects that use every requirement, so we could keep our eye on stuff like this.00:05
mtreinishreading that paste again its libpng and freetype that are needed, I'm not sure we want to install that on the worker (or put it on the nodepool images just to preload the repository)00:05
jamielennoxsdague: that gets run against an infra server or where?00:05
sdaguejamielennox: just by hand00:06
jamielennoxbecause it's fairly easy to do a find -name test-requirements.txt | grep httpretty or something i would just need to check everything out00:06
sdaguetools/cruft.sh00:06
sdaguesure00:06
sdaguebut, how about solve the general case and generate a report of every requirement line, and what projects include it00:07
sdagueand where (in what file)00:07
sdaguecruft does all the project checkout and iteration, just needs to keep the data00:07
*** Swami has quit IRC00:08
jamielennoxsdague: ok, will have a look - run cruft on summit wifi00:08
sdagueheh00:08
*** rbradfor has quit IRC00:08
jamielennoxa requirements/deprecated.txt could be useful, i haven't looked at the code to see how hard that would be00:09
*** Sukhdev has quit IRC00:11
*** patrickeast has quit IRC00:14
fungisdague: jamielennox: yeah, adding a data structure to cruft to index the requirements from each repo and an option to report that would be pretty trivial. the script already does everything else you'd need00:15
fungithough! be forewarned...00:15
*** jamielennox is now known as jamielennox|away00:15
fungisomeone was asking about a contentious requirement the other day and, after deeper git grepping in all the projects i identified some which listed the module as a requirement but never imported anything at all from it00:16
fungiso there can still be false positives00:16
fungimight be interesting fodder for a hacking rule (requirement declared but never imported)00:17
mtreinishfungi: isn't that what richardjones's package is supposed to find?00:17
fungimtreinish: it finds the inverse of that00:17
mtreinishoh, wait nm that's the opposite00:17
mtreinishyep00:17
fungiimporting from modules you don't declare as requirements00:17
sdagueright, but so be it. At least you'd have a small list to inspect00:18
fungihowever, the hacking rule would definitely need a noqa now that i think about it, because there are cases where we do that to "fix" pip resolution order issues too00:18
sdagueyeh, so, we got rid of hacking rules that actually import all the code00:19
sdagueso I'm not convinced it's actually a findable condition now without that00:20
sdaguecode scans are going to be suboptimal00:20
sdagueI think it just becomes a manual thing00:20
fungitrue. i was just doing a git grep -i for the module name00:20
*** ArxCruz has joined #openstack-infra00:21
fungibut i agree that's fragile for a style check00:21
sdagueemoji 8 ball is much fun00:22
sdaguehttp://xkcd.com/1525/#eyJxIjoiV2hhdCB3aWxsIGhhcHBlbiBpbiBWYW5jb3V2ZXIiLCJhIjpbIiYjeDFGNDM0OyIsIiYjeDFGNDMyOyJdfQ==00:22
*** bboese_ has quit IRC00:23
mtreinishheh, I just have a missing character box :)00:24
* mtreinish checks on his phone where pictograms are installed00:25
*** asselin has quit IRC00:27
* fungi wonders if there are unicode codepoints for ancient egyptian hieroglyphs00:27
sdagueyou need better utf8 support00:27
*** puranamr has joined #openstack-infra00:28
sdaguefungi: yes - http://unicode.org/charts/PDF/U13000.pdf00:28
fungiyep http://en.wikipedia.org/wiki/Egyptian_Hieroglyphs_(Unicode_block)00:28
fungiheh00:29
sdaguealso - http://www.fileformat.info/info/unicode/block/egyptian_hieroglyphs/utf8test.htm00:29
sdaguewhich if you click through will get you actual utf8 for stuff00:29
mtreinishsdague: yeah I still haven't ever figured out what's missing from my env but I'm hosed when people send me stuff with extra utf8 stuff00:29
sdagueð“€€00:29
openstackgerritMerged openstack-infra/subunit2sql: Remove matplotlib from requirements file  https://review.openstack.org/18374900:29
mtreinishlike when cdent used a check mark in irc and I got a ? that was very confusing00:29
sdaguemtreinish: on ubuntu it's just the right fonts00:30
clarkbalso screen00:30
mtreinish^^^ ok, time too push a new release00:30
sdaguebecause they use pass through tables00:30
clarkbyou need to compile unicode support and you have to enable it00:30
sdagueoh... this is handy, there is a scarab which you could use for a bug - 𓆣00:31
dims_anyone seen this yet ? "Could not find a version that satisfies the requirement python-qpid-proton<0.10,>=0.9"00:32
mtreinishyeah it's probably my font choice, I'm using uxrvt. I think the u is for unicode so it should support it00:32
dims_looks like it comes from a fresh release of python-qpid-proton00:32
*** puranamr has quit IRC00:33
clarkbpypi doesnt have versions that satisfy that req00:33
clarkb0.8.2 is latest00:33
dims_yep00:33
dims_so far it's only affecting check-requirements-integration-dsvm00:35
clarkbmtreinish no check mark √00:35
clarkbdims did they remove a release and now other things cant install it?00:36
mtreinishclarkb: huh I can see that now, maybe I was on my laptop when that happened...00:36
dims_gah! https://github.com/kgiusti/pyngus/commit/05fd5a18aac69dea627daa1fc42b6a5f15ffc8b1#diff-2eeaed663bd0d25b7e608891384b729800:36
dims_clarkb: looks like they hacked an install instead of getting the required library released :(00:37
clarkbthats awesome00:37
dims_flaper87: still awake? or travelling? :)00:37
mtreinishdims_: heh, you can bug flaper87 about it in vancouver :)00:38
dims_mtreinish: yep00:38
clarkbya thats really not good00:39
clarkbits even acknowledged in the commit00:39
*** ArxCruz has quit IRC00:42
mtreinishpatrickeast: ok, the new release is up: https://pypi.python.org/pypi/subunit2sql00:43
dims_thanks for looking clarkb00:43
*** sarob has quit IRC00:43
openstackgerritYathiraj Udupi proposed openstack-infra/project-config: Changes related to project stackforge/nova-solver-scheduler  https://review.openstack.org/18375500:44
openstackgerritDavanum Srinivas (dims) proposed openstack/requirements: Pin pyngus version  https://review.openstack.org/18375600:52
*** ashleighfarnham has quit IRC00:52
dims_clarkb: sdague: ^^00:52
*** hdd has quit IRC00:52
*** annegentle has joined #openstack-infra00:52
*** flashgordon is now known as jogo00:53
*** otter768 has joined #openstack-infra00:53
clarkbdims maybe put the reason pyngus is related to this in the commit msg too?00:53
clarkbthats the log of why00:54
dims_ack00:54
*** ddieterly has joined #openstack-infra00:57
*** otter768 has quit IRC00:58
*** annegentle has quit IRC00:58
*** sdake has joined #openstack-infra00:58
*** sdake_ has joined #openstack-infra01:01
*** davideagnello has quit IRC01:04
*** sdake has quit IRC01:04
*** harlowja has joined #openstack-infra01:06
*** dims_ has quit IRC01:12
*** shashankhegde has joined #openstack-infra01:14
*** dimsum__ has joined #openstack-infra01:14
*** david-lyle has quit IRC01:21
*** unicell has quit IRC01:23
*** shashankhegde has quit IRC01:25
*** Krinkle is now known as Krinkle|detached01:27
*** david-lyle has joined #openstack-infra01:29
*** dboik has joined #openstack-infra01:33
*** mriedem has quit IRC01:33
*** rwsu has quit IRC01:34
*** ArxCruz has joined #openstack-infra01:39
*** zul has quit IRC01:41
*** harlowja has quit IRC01:41
*** david-lyle has quit IRC01:41
*** ArxCruz has quit IRC01:47
openstackgerritDavanum Srinivas (dims) proposed openstack/requirements: Pin pyngus version as python-qpid-proton is not in pypi  https://review.openstack.org/18375601:47
*** baoli has joined #openstack-infra01:51
*** annegentle has joined #openstack-infra01:53
*** banix has joined #openstack-infra01:56
*** david-lyle has joined #openstack-infra01:57
*** changbl has quit IRC01:58
*** signed8bit_ZZZzz is now known as signed8bit01:58
*** annegentle has quit IRC01:58
*** achanda has joined #openstack-infra02:00
*** changbl has joined #openstack-infra02:02
*** baoli has quit IRC02:02
*** weshay has quit IRC02:05
*** yamamoto has joined #openstack-infra02:06
*** puranamr has joined #openstack-infra02:12
*** btully has quit IRC02:14
*** sdake_ has quit IRC02:19
*** puranamr has quit IRC02:21
*** signed8bit has quit IRC02:29
*** david-lyle has quit IRC02:29
*** hdd has joined #openstack-infra02:33
*** baoli has joined #openstack-infra02:35
*** david-lyle has joined #openstack-infra02:37
*** dimsum__ has quit IRC02:38
*** ArxCruz has joined #openstack-infra02:44
*** ddieterly has quit IRC02:45
*** mmedvede has quit IRC02:48
*** annegentle has joined #openstack-infra02:50
*** gyee has quit IRC02:51
*** ArxCruz has quit IRC02:52
*** sks has joined #openstack-infra02:52
*** ddieterly has joined #openstack-infra02:54
*** otter768 has joined #openstack-infra02:54
*** mmedvede has joined #openstack-infra02:57
*** otter768 has quit IRC02:59
*** hdd has quit IRC02:59
*** banix has quit IRC02:59
*** annegentle has quit IRC03:03
*** banix has joined #openstack-infra03:04
*** Longgeek has quit IRC03:04
*** patrickeast has joined #openstack-infra03:04
openstackgerritDarragh Bailey proposed openstack-infra/jenkins-job-builder: Replace open() with codecs.open()  https://review.openstack.org/18348803:12
*** david-lyle has quit IRC03:13
*** kaisers has quit IRC03:18
*** armax has joined #openstack-infra03:20
*** banix has quit IRC03:22
*** sambetts has quit IRC03:24
*** achanda has quit IRC03:28
*** woodster_ has quit IRC03:30
*** frickler has joined #openstack-infra03:32
*** unicell has joined #openstack-infra03:32
*** achanda has joined #openstack-infra03:34
*** shashankhegde has joined #openstack-infra03:36
*** achanda has quit IRC03:38
*** HeOS has quit IRC03:41
*** yamamoto has quit IRC03:44
*** baoli has quit IRC03:45
*** Sukhdev has joined #openstack-infra03:45
*** yamamoto has joined #openstack-infra03:48
*** ArxCruz has joined #openstack-infra03:48
*** bhunter71 has quit IRC03:52
*** pelix has quit IRC03:53
*** ajmiller has quit IRC03:54
*** ArxCruz has quit IRC03:57
*** ddieterly has quit IRC03:57
*** woodster_ has joined #openstack-infra03:58
*** ivar-lazzaro has quit IRC04:00
*** sputnik13 has joined #openstack-infra04:01
*** sdake has joined #openstack-infra04:01
*** yamamoto has quit IRC04:02
*** ivar-lazzaro has joined #openstack-infra04:02
*** ivar-lazzaro has quit IRC04:03
*** ivar-lazzaro has joined #openstack-infra04:03
*** yamamoto has joined #openstack-infra04:04
*** yamamoto has quit IRC04:04
*** mmedvede has quit IRC04:08
*** sarob has joined #openstack-infra04:08
*** sdake has quit IRC04:16
*** mestery has quit IRC04:17
*** mmedvede has joined #openstack-infra04:22
*** ivar-lazzaro has quit IRC04:27
*** ivar-lazzaro has joined #openstack-infra04:28
*** unicell1 has joined #openstack-infra04:29
*** unicell has quit IRC04:30
*** ivar-lazzaro has quit IRC04:35
*** sarob has quit IRC04:38
*** shashankhegde has quit IRC04:40
*** shashankhegde has joined #openstack-infra04:41
*** ArxCruz has joined #openstack-infra04:53
*** otter768 has joined #openstack-infra04:55
*** ddieterly has joined #openstack-infra04:58
*** miqui has quit IRC04:58
*** otter768 has quit IRC05:00
*** rainya has joined #openstack-infra05:00
*** ArxCruz has quit IRC05:01
*** ddieterly has quit IRC05:03
*** ZZelle has quit IRC05:05
*** nibalizer is now known as nibz05:05
*** changbl has quit IRC05:13
*** changbl has joined #openstack-infra05:16
*** tnovacik has joined #openstack-infra05:17
*** achanda has joined #openstack-infra05:20
*** ivar-lazzaro has joined #openstack-infra05:24
*** btully has joined #openstack-infra05:24
*** puranamr has joined #openstack-infra05:43
*** Sukhdev has quit IRC05:45
*** puranamr has quit IRC05:48
*** yamamoto has joined #openstack-infra05:52
*** yamamoto has quit IRC05:57
*** ArxCruz has joined #openstack-infra05:58
*** ddieterly has joined #openstack-infra05:59
*** xyang1 has quit IRC06:02
*** patrickeast has quit IRC06:03
*** ddieterly has quit IRC06:04
*** ivar-lazzaro has quit IRC06:05
*** yolanda has quit IRC06:06
*** ArxCruz has quit IRC06:06
*** woodster_ has quit IRC06:10
*** ivar-lazzaro has joined #openstack-infra06:18
*** ivar-lazzaro has quit IRC06:18
*** rainya has quit IRC06:19
*** ivar-lazzaro has joined #openstack-infra06:19
*** subscope has joined #openstack-infra06:40
*** sarob has joined #openstack-infra06:42
*** banix has joined #openstack-infra06:45
*** sputnik13 has quit IRC06:46
*** zhiwei has joined #openstack-infra06:49
*** ivar-lazzaro has quit IRC06:55
*** ivar-lazzaro has joined #openstack-infra06:55
*** otter768 has joined #openstack-infra06:56
*** otter768 has quit IRC07:00
*** ddieterly has joined #openstack-infra07:00
*** yamahata has joined #openstack-infra07:03
*** ArxCruz has joined #openstack-infra07:04
*** ddieterly has quit IRC07:05
*** ZZelle_ has quit IRC07:08
*** ZZelle_ has joined #openstack-infra07:09
*** ArxCruz has quit IRC07:12
AJaegerclark, fungi, jeblair: The periodic queue is not getting processed at all, any problem with it?07:14
*** SergK has quit IRC07:14
*** patrickeast has joined #openstack-infra07:18
*** SergK has joined #openstack-infra07:19
*** sks has quit IRC07:19
*** BobBall_AWOL has quit IRC07:21
*** ildikov_afk has quit IRC07:22
*** subscope has quit IRC07:27
*** sks has joined #openstack-infra07:31
*** shashankhegde has quit IRC07:32
*** shashankhegde has joined #openstack-infra07:33
*** puranamr has joined #openstack-infra07:34
*** ildikov_afk has joined #openstack-infra07:35
*** puranamr has quit IRC07:38
*** shashankhegde has quit IRC07:40
*** dboik has quit IRC07:52
AJaegerjobs are processed now, not sure why it took that long07:54
*** achanda has quit IRC07:58
*** ddieterly has joined #openstack-infra08:01
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Ignore last-translator for translation update trigger  https://review.openstack.org/18377708:01
*** ddieterly has quit IRC08:05
*** ArxCruz has joined #openstack-infra08:10
*** sks has quit IRC08:16
*** ArxCruz has quit IRC08:16
*** sarob has quit IRC08:16
*** btully has quit IRC08:21
*** ociuhandu has joined #openstack-infra08:22
*** ociuhandu has quit IRC08:24
*** e0ne has joined #openstack-infra08:32
*** e0ne has quit IRC08:35
*** freerunner has joined #openstack-infra08:38
*** freerunner has quit IRC08:43
*** freerunner has joined #openstack-infra08:43
*** otter768 has joined #openstack-infra08:57
*** otter768 has quit IRC09:01
*** ddieterly has joined #openstack-infra09:02
*** achanda has joined #openstack-infra09:02
*** ildikov_afk has quit IRC09:05
*** ddieterly has quit IRC09:07
*** achanda has quit IRC09:08
*** mmedvede has quit IRC09:10
*** charz has quit IRC09:14
*** ivar-lazzaro has quit IRC09:16
*** jhesketh has quit IRC09:16
*** apmelton has quit IRC09:17
*** mhu has quit IRC09:17
*** katyafervent has quit IRC09:17
*** cschwede has quit IRC09:17
*** banix has quit IRC09:17
*** freerunner has quit IRC09:17
*** ivar-laz_ has joined #openstack-infra09:17
*** charz_ has joined #openstack-infra09:17
*** banix has joined #openstack-infra09:17
*** katyafervent has joined #openstack-infra09:17
*** apmelton has joined #openstack-infra09:17
*** mhu has joined #openstack-infra09:17
*** cschwede has joined #openstack-infra09:18
*** jhesketh has joined #openstack-infra09:19
*** freerunner has joined #openstack-infra09:21
*** banix has quit IRC09:21
*** mmedvede has joined #openstack-infra09:23
*** zhiwei has quit IRC09:26
*** freerunner has quit IRC09:30
*** jamespage has quit IRC09:31
*** crinkle has quit IRC09:34
*** Nakato has quit IRC09:34
*** jbryce has quit IRC09:34
*** taron has quit IRC09:34
*** jamielennox|away has quit IRC09:34
*** openstack has joined #openstack-infra15:49
fungiapparently sendak was taken down so i've switched eavesdrop to use cameron now15:50
*** mestery has joined #openstack-infra15:51
ekarlsofungi: sendak ?15:52
fungiekarlso: sendak.freenode.net15:53
*** armax has joined #openstack-infra15:53
*** mase_x200 has quit IRC15:55
*** ZZelle has joined #openstack-infra15:58
Clintfungi: how's it break?15:59
*** dimsum__ has quit IRC16:00
fungiClint: "not yet implemented" http://twistedmatrix.com/trac/wiki/IPv616:05
fungibasically if you ask twisted to establish an ssl connection to a dns name which resolves to one or more ipv6 addresses, boom16:06
fungichat.freenode.net is a round-robin a and aaaa list16:06
fungiso we can't rely on it because of the aaaa records mixed in16:07
Clintwell, that's nice16:07
fungisince that's the only round-robin name freenode provides, we're stuck picking a single ipv4 address and pinning it in /etc/hosts16:08
ekarlsofungi: what you use twisted for ? :/16:08
fungiwhich works fine until the server at that ip address moves or goes down16:08
fungiekarlso: meetbot (supybot) is based on twisted16:08
*** yamamoto has joined #openstack-infra16:09
fungithere have been suggestions to reimplement the features we use in a different irc bot framework, but nobody so far has had the time to do it16:09
fungiideally we'd reimplement gerritbot and accessbot in the same framework (perhaps, though not necessarily, condensing them into a smaller number of bots while we're at it)16:10
*** woodster_ has quit IRC16:10
*** baoli has joined #openstack-infra16:11
Clintplugins for each function16:11
fungiyeah16:11
fungii think someone did a survey of popular bot frameworks not long ago and there was an actively maintained, modern one in python which seemed like a promising option, but i don't recall the name of it off the top of my head16:13
*** shashankhegde has joined #openstack-infra16:13
Clintthe fork of phenny?16:15
*** pcrews has quit IRC16:16
*** baoli has quit IRC16:16
fungithat doesn't sound familiar16:17
fungiaha, it was this one http://errbot.net/16:19
Clintnot what i was thinking of then16:20
fungiit's gplv3 though, so we wouldn't be able to maintain a derivative under the openstack cla16:21
fungiand any plugins we write for it would likely need to be gplv3, not positive16:22
Clinti am sure that depends16:22
*** crinkle_ is now known as crinkle16:24
*** yamahata has joined #openstack-infra16:31
SpamapSoh fun, all my commits merged to pysaml216:36
*** shashankhegde has quit IRC16:38
SpamapSoh never mind, just a few. :-P16:38
SpamapShttps://github.com/rohe/pysaml2/pull/21816:38
SpamapSzigo: ^16:38
*** shashankhegde has joined #openstack-infra16:39
*** btully has joined #openstack-infra16:45
*** pcrews has joined #openstack-infra16:46
*** Sukhdev has joined #openstack-infra16:47
clarkbfungi what time does your plane land? I will try meeting people at union station to say hi16:49
*** shashankhegde has quit IRC16:51
*** freerunner has joined #openstack-infra16:53
*** freerunner has quit IRC16:53
*** rossella_s has joined #openstack-infra16:54
fungiclarkb: estimated arrival of 10:54 pdt at gate c16 according to the flight tracker. then need to grab my checked bag once they have it out and take the max to near union station. my guess is i'll get to the platform no earlier than 12:30 pdt16:55
openstackgerritMerged openstack/requirements: Pin pyngus version as python-qpid-proton is not in pypi  https://review.openstack.org/18375616:55
clarkbfungi: plenty early16:55
clarkbmaybe lunch can be had16:56
* greghaynes would be up for a lunch16:56
greghaynesbut yea, plenty early for the train16:56
*** shashankhegde has joined #openstack-infra16:57
greghaynesThat area is kind of a food desert though...16:57
clarkbif you go towards the pearl its not too bad16:57
fungii could be convinced to meet someone at food instead as long as we've got time to get to the station after16:58
*** btully has quit IRC16:58
greghaynesclarkb: your favorite place is near there16:58
clarkbgreghaynes: ya but its greghaynes unfriendly16:58
clarkbfungi: ya should be able to find food within a 5-10 minute walk16:58
greghaynesthey have enchiladas, those are greg friendl16:59
clarkbhrm16:59
fungikeen. my luggage is a camping pack, so not a problem wandering around town with it on my back. no locker needed16:59
* fungi hates rollerbags17:00
*** otter768 has joined #openstack-infra17:00
*** dimsum__ has joined #openstack-infra17:00
greghaynesyea, backpack travel is the way to go17:01
clarkbfor those that haven't heard I will not be making the summit :/ twins are causing problems and I need to stay home17:01
fungiyou are not going to space today17:01
*** woodster_ has joined #openstack-infra17:01
*** Sukhdev has quit IRC17:03
fungithat's gotta be annoying for the both of you. we'll keep you in the loop as much as possible17:03
clarkbya its a bit unfun, larissa is taking it well though17:04
*** rkukura has quit IRC17:05
*** btully has joined #openstack-infra17:05
*** otter768 has quit IRC17:05
fungialso i'll drink your share of questionable amtrakbeer17:06
*** dimsum__ has quit IRC17:06
fungiand taunt greghaynes with it17:06
*** unicell1 has joined #openstack-infra17:07
*** unicell has quit IRC17:07
greghayneshaha, yeaa17:08
fungiso anyway, max from the airport to union station. i guess i want to transfer from red to green at either gateway or rose quarter?17:09
greghaynesI think the red takes you really close to there on its own17:09
greghaynesmaybe not quite as close as green, but I think its only a few block walk17:10
fungitrue, i could just walk through pioneer sq and save some time17:10
greghayneslooks like the old town/chinatown stop on red line is what you want17:10
clarkbfungi: ya you can transfer from red to yellow/green at either rose quarter or at pioneer square17:10
clarkbor do the walk from ^17:11
greghaynesclarkb: actually, thats close to mi mero mole17:11
clarkbhahaha17:11
clarkbya wecould go there17:11
greghaynes\O/17:11
*** baoli has joined #openstack-infra17:11
fungii'm always up for some tasty moles17:12
fungiblind food always tastes better17:13
*** baoli has quit IRC17:16
mordredmmm. blind food17:17
*** baoli has joined #openstack-infra17:18
*** baoli has quit IRC17:18
*** btully has quit IRC17:19
fungiso, hop off the red at old/china and meet up at mi mero mole? looks like it's south a block or so and west 4 blocks at 5th and couch17:20
clarkbyup sounds good17:21
fungithen consume, then hike over to union station?17:21
clarkbya17:22
mordredfungi, Clint: re: gplv3 errbot stuff - the foundation's legal counsel is of the opinion that it is not a problem17:22
fungiclarkb: okay, count me in17:22
fungimordred: i'm glad, because honestly if they did think it was a problem, i'd think they were a problem17:23
mordredfungi: yah17:23
fungipreventing a free software project from using free software is not a great thing ;)17:23
*** unicell has joined #openstack-infra17:24
fungiespecially when it comes down to a dispute over which end of the egg you crack your license on17:24
mordred++17:24
fungiclarkb: if all goes well, i'm estimating being able to get there around noon, but i can give you a more accurate guess once the max is moving17:25
*** unicell1 has quit IRC17:25
clarkbfungi: cool17:25
fungibiggest +/- is going to be teh luggage handlers at pdx17:26
greghaynesfungi: woo! mole time17:26
*** wenlock has quit IRC17:26
*** btully has joined #openstack-infra17:28
*** trey has quit IRC17:29
fungidescending now, but i'll pop back in once i grab a seat on the max. also clarkb has my cell number17:31
*** _nadya_ has joined #openstack-infra17:31
*** hdd has quit IRC17:32
SpamapSwow, pysaml2 is massive17:32
SpamapSevery time I unblock a simple python3 problem, 15 bytes/unicode/str/etc. fails pop up17:32
*** cpallares has quit IRC17:36
*** trey has joined #openstack-infra17:36
*** david-lyle has joined #openstack-infra17:37
*** zul has joined #openstack-infra17:38
*** cpallares has joined #openstack-infra17:39
*** dimsum__ has joined #openstack-infra17:41
*** btully has quit IRC17:42
*** _nadya_ has quit IRC17:43
*** rbradfor has joined #openstack-infra17:44
*** sdake has joined #openstack-infra17:46
*** btully has joined #openstack-infra17:46
*** sdake_ has joined #openstack-infra17:48
*** achanda has joined #openstack-infra17:48
*** shashankhegde has quit IRC17:51
*** sdake has quit IRC17:52
*** btully has quit IRC17:54
*** btully has joined #openstack-infra17:58
*** yfried has joined #openstack-infra18:02
*** dimsum__ has quit IRC18:03
*** wenlock has joined #openstack-infra18:05
*** btully has quit IRC18:08
*** wenlock has quit IRC18:11
*** yfried is now known as yfried|afk18:12
*** yfried|afk is now known as yfried18:16
*** dimtruck is now known as zz_dimtruck18:20
*** Krinkle|detached is now known as Krinkle18:24
*** hdd has joined #openstack-infra18:26
*** isviridov_away is now known as isviridov18:28
*** isviridov is now known as isviridov_away18:29
*** baoli has joined #openstack-infra18:30
*** baoli has quit IRC18:30
*** david-lyle has quit IRC18:31
*** shashankhegde has joined #openstack-infra18:37
*** Sukhdev has joined #openstack-infra18:38
*** Krinkle is now known as Krinkle|detached18:38
*** annegentle has joined #openstack-infra18:39
*** david-lyle has joined #openstack-infra18:39
*** tnovacik has quit IRC18:43
*** taron1 is now known as taron18:44
*** david-lyle has quit IRC18:47
fungiclarkb: greghaynes: the max is moving now, so if memory serves that puts me about 30 minutes from old town/chinatown. say another 10 on foot from there... guessing 12:30 at mi mero mole18:49
fungi(pdt)18:49
*** Sukhdev has quit IRC18:50
dstufftOpenstack owns th elockfile package now doens't it?18:51
fungipylockfile i think?18:51
greghaynesfungi: sounds good, see you there18:51
dstufftfungi: yea that one18:53
fungidstufft: oh, typo. you meant lockfile. i think that's what pylockfile imports as18:53
fungii saw "elockfile" and though there was some other variant18:53
dstufftpip's got an open issue about it looping forever if the filesystem (but the os) doesn't support links18:54
fungihttp://git.openstack.org/cgit/openstack/pylockfile/18:54
*** maurosr has quit IRC18:54
*** zz_jgrimm has quit IRC18:55
fungiif memory serves, we rely on it and the authors didn't have time to maintain it any longer, so some openstack devs adopted it from them18:55
dstufftok cool18:55
dstufftthey gives me a location to direct people to18:55
fungidstufft: the oslo project has it under their umbrella with our other common libs18:56
*** achanda has quit IRC18:56
*** zz_jgrimm has joined #openstack-infra18:56
*** zz_ja has quit IRC18:56
*** zz_ja has joined #openstack-infra18:56
*** maurosr has joined #openstack-infra18:57
*** yfried is now known as yfried|afk18:59
clarkbfungi mi mero mole is closed but head this way we shall audible19:00
*** otter768 has joined #openstack-infra19:01
*** alex_xu has quit IRC19:03
greghayneslos gorditos?19:04
clarkbsure19:04
* fungi looks up los gorditos19:04
clarkbfungi los gorditos is 9th and davis a few blocks from mi mero mole19:04
fungiyep, just found a map19:06
fungithe internet has maps? i learn something new every day19:06
*** otter768 has quit IRC19:06
jeblairfungi: they're impossible to fold up though19:07
fungiso i've noticed19:07
greghaynesthey also take a while to ship19:08
*** alex_xu has joined #openstack-infra19:08
clarkbI had the best parking spot too19:08
clarkband tgere is tons over hee oh well19:08
greghaynesI see a clarkb19:08
*** rguillebert has quit IRC19:09
*** rguillebert has joined #openstack-infra19:09
*** shashankhegde has quit IRC19:11
fungiokay, we're headed over the bridge now, so next stop. should be there shortly19:16
fungidropping offline for now but i have my phone on19:16
*** boris-42 has quit IRC19:18
*** yfried|afk is now known as yfried19:19
*** baoli has joined #openstack-infra19:31
*** julim has joined #openstack-infra19:31
*** sdague_mb has joined #openstack-infra19:32
*** baoli has quit IRC19:36
*** julim has quit IRC19:36
*** achanda has joined #openstack-infra19:38
*** rossella_s has quit IRC19:38
*** freerunner has joined #openstack-infra19:42
*** freerunner has quit IRC19:42
*** freerunner has joined #openstack-infra19:43
*** annegentle has quit IRC19:44
*** achanda has quit IRC19:45
*** dimsum__ has joined #openstack-infra19:46
*** freerunner has quit IRC19:46
*** Hal1 has joined #openstack-infra19:48
*** annegentle has joined #openstack-infra19:48
*** Hal1 is now known as Guest9261719:49
*** dboik has joined #openstack-infra19:53
*** zul has quit IRC19:54
*** annegentle has quit IRC19:54
*** zul has joined #openstack-infra19:55
*** _nadya_ has joined #openstack-infra19:56
*** yamamoto has quit IRC19:56
*** zxiiro has quit IRC19:57
*** Guest92617 has quit IRC19:57
*** dboik_ has joined #openstack-infra19:59
*** ajo has joined #openstack-infra20:01
*** dboik has quit IRC20:02
*** katyafervent is now known as katyafervent_awa20:07
*** hdd has quit IRC20:10
openstackgerritDavanum Srinivas (dims) proposed openstack/requirements: Switch on requirements check for nova-docker  https://review.openstack.org/18371320:10
*** Krinkle|detached is now known as Krinkle20:10
*** ajo has quit IRC20:17
*** dboik_ has quit IRC20:20
*** banix has joined #openstack-infra20:20
*** baoli has joined #openstack-infra20:20
*** baoli has quit IRC20:20
*** dimsum__ has quit IRC20:24
*** ajo has joined #openstack-infra20:33
*** rbradfor has quit IRC20:35
*** rbradfor has joined #openstack-infra20:40
*** abregman has quit IRC20:40
*** Krinkle is now known as Krinkle|detached20:41
*** julim has joined #openstack-infra20:42
*** reed_ has joined #openstack-infra20:44
*** Krinkle|detached is now known as Krinkle20:45
*** reed_ has quit IRC20:47
*** Sukhdev has joined #openstack-infra20:51
*** leopoldj has joined #openstack-infra20:53
electricalfungi: travelling ?20:55
*** _nadya_ has quit IRC20:56
*** sdake_ has quit IRC20:57
*** rossella_s has joined #openstack-infra20:57
*** yfried is now known as yfried|afk20:58
*** sigmavirus24 has joined #openstack-infra20:59
sigmavirus24jeblair: ping20:59
*** otter768 has joined #openstack-infra21:02
*** Krinkle is now known as Krinkle|detached21:03
*** baoli has joined #openstack-infra21:04
*** rbradfor has quit IRC21:05
*** otter768 has quit IRC21:07
*** stevemar has joined #openstack-infra21:08
*** alexpilotti has joined #openstack-infra21:10
*** baoli has quit IRC21:14
*** yfried|afk is now known as yfried21:18
*** shashankhegde has joined #openstack-infra21:21
*** baoli has joined #openstack-infra21:21
*** zul has quit IRC21:24
*** yfried is now known as yfried|afk21:28
*** banix has quit IRC21:29
*** teran has joined #openstack-infra21:29
*** baoli has quit IRC21:31
*** Sukhdev has quit IRC21:33
*** zul has joined #openstack-infra21:38
*** sigmavirus24 has quit IRC21:40
*** baoli has joined #openstack-infra21:41
*** yamamoto has joined #openstack-infra21:45
fungielectrical: yeah, we have our semi-annual design summit for openstack all next week21:46
*** banix has joined #openstack-infra21:49
*** yamamoto has quit IRC21:50
*** baoli has quit IRC21:51
openstackgerritMorgan Fainberg proposed openstack-infra/project-config: Remove the Rally non-voting job from Keystone  https://review.openstack.org/18383621:51
*** alexpilotti has quit IRC21:51
*** annegentle has joined #openstack-infra21:51
*** stevemar has quit IRC21:54
*** ddieterl_ has joined #openstack-infra21:55
*** banix has quit IRC21:57
*** jab has joined #openstack-infra21:57
*** jgrimmn has joined #openstack-infra21:57
*** __maurosr__ has joined #openstack-infra21:58
*** ddieterly has quit IRC21:58
*** rbradfor has joined #openstack-infra21:58
*** yfried|afk is now known as yfried21:59
*** zz_ja has quit IRC21:59
*** zz_jgrimm has quit IRC21:59
*** dmellado has quit IRC22:00
*** maurosr has quit IRC22:01
*** __maurosr__ is now known as maurosr22:01
*** dmellado has joined #openstack-infra22:01
*** boris-42 has joined #openstack-infra22:01
*** jgrimmn has quit IRC22:06
*** jab has quit IRC22:07
*** maurosr has quit IRC22:07
*** zz_ja has joined #openstack-infra22:07
*** sarob has joined #openstack-infra22:09
*** BObH_ has quit IRC22:10
*** banix has joined #openstack-infra22:10
*** ajo has quit IRC22:11
*** zz_ja has quit IRC22:12
*** banix has quit IRC22:12
*** zz_dimtruck is now known as dimtruck22:12
openstackgerritAkihiro Motoki proposed openstack-dev/pbr: Make setup.py --help-commands work without testrepository  https://review.openstack.org/12465222:13
*** baoli has joined #openstack-infra22:16
*** maurosr has joined #openstack-infra22:16
*** zz_jgrimm has joined #openstack-infra22:17
*** baoli has quit IRC22:18
*** zz_ja has joined #openstack-infra22:18
*** unicell1 has joined #openstack-infra22:20
*** unicell has quit IRC22:20
*** sdake has joined #openstack-infra22:21
*** zz_ja has quit IRC22:22
*** zz_jgrimm has quit IRC22:22
*** maurosr has quit IRC22:24
*** patrickeast is now known as patrickeast_22:25
*** zz_jgrimm has joined #openstack-infra22:26
*** maurosr has joined #openstack-infra22:26
*** zz_ja has joined #openstack-infra22:27
*** ivar-laz_ has quit IRC22:31
*** jgrimmn has joined #openstack-infra22:33
*** __maurosr__ has joined #openstack-infra22:33
*** jab has joined #openstack-infra22:34
*** rbradfor has quit IRC22:35
*** zz_jgrimm has quit IRC22:35
*** maurosr has quit IRC22:36
*** zz_ja has quit IRC22:36
*** __maurosr__ is now known as maurosr22:36
*** bknudson has joined #openstack-infra22:38
*** bknudson has quit IRC22:38
*** patrickeast_ is now known as patrickeast__22:40
*** patrickeast has joined #openstack-infra22:44
*** patrickeast has quit IRC22:46
*** patrickeast__ is now known as patrickeast22:46
*** rbradfor has joined #openstack-infra22:46
*** ajo has joined #openstack-infra22:47
*** yfried is now known as yfried|afk22:47
*** patrickeast_ has joined #openstack-infra22:47
*** zul has quit IRC22:55
*** jab has quit IRC23:00
*** zz_ja has joined #openstack-infra23:00
*** dimtruck is now known as zz_dimtruck23:01
*** zz_dimtruck is now known as dimtruck23:03
*** ajo_ has joined #openstack-infra23:04
*** ajo has quit IRC23:05
*** yfried|afk is now known as yfried23:10
*** ajo_ has quit IRC23:17
*** yfried is now known as yfried|afk23:21
openstackgerritMerged openstack-dev/hacking: Updated from global requirements  https://review.openstack.org/18190823:21
*** btully has joined #openstack-infra23:26
*** yfried|afk is now known as yfried23:29
*** yamahata has quit IRC23:34
*** btully has quit IRC23:35
*** annegentle has quit IRC23:38
zigoSpamapS: This r0x!23:43
* zigo returns to packing for the summit...23:43
*** yamahata has joined #openstack-infra23:44
*** dimtruck is now known as zz_dimtruck23:47
*** rbradfor has quit IRC23:47
*** achanda has joined #openstack-infra23:51
*** _nadya_ has joined #openstack-infra23:57

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