lifeless | lets file a dedicated bug for that | 00:00 |
---|---|---|
dstufft | you'd still need a compiler when it ried to do that (and development headers) but it'd work otherwise | 00:00 |
lifeless | separate from the generic packaging issues one | 00:00 |
sdague | dstufft: sure, but we need one now as well | 00:00 |
*** dkranz has joined #openstack-dev | 00:00 | |
lifeless | we're fine with compilers | 00:00 |
sdague | at least it wouldn't explode on permissions issues, like is currently happening | 00:00 |
lifeless | they're no riskier to have on a box than python itself:) | 00:00 |
*** johnbelamaric has quit IRC | 00:01 | |
sdague | one might say they are far less risky :) | 00:01 |
*** gokrokve has quit IRC | 00:01 | |
dstufft | Not saying that as a negative fwiw, just saying - you'd still need that (which with wheels you don't actually need them anymore on the target box generally, except in cffi < 1.0) | 00:01 |
dstufft | unless you've gone to crazy lengths cryptography has to get cffi 1.0-esque semantics in cffi < 1.0 | 00:02 |
clarkb | you do need it with these wheels though | 00:02 |
sdague | right, also, solving the "don | 00:02 |
lifeless | who will file the bug | 00:02 |
dstufft | with the new APIs introduced in CFFI 1.0* to be more specific | 00:02 |
sdague | 't need a compiler" issue isn't really an issue that you care about from a Linux platform perspective | 00:02 |
haypo | sdague, compiling C code each time you import a Python module is also insane :) | 00:02 |
sdague | haypo: oh, I agree | 00:03 |
dstufft | it doesn't do it every time you import it, only the first time and only if it can't find something that's already been compiled for it | 00:03 |
clayg | heh, it looks like all you have to do is pass the modulename kwarg to verify | 00:03 |
sdague | but... we're trying to move from crazy-pants to crazy-shorts | 00:03 |
dstufft | clayg: yes | 00:03 |
dstufft | clayg: that's what cryptography does. | 00:03 |
clarkb | lifeless: you probably understand it much better than me | 00:03 |
clayg | dstufft: well i'm just catching up then! | 00:03 |
*** ayoung has joined #openstack-dev | 00:03 | |
clayg | dstufft: :P | 00:03 |
clarkb | if I file I can suggest the build elsewhere option but not going to understand all the intricate setuptools details | 00:03 |
*** johnbelamaric has joined #openstack-dev | 00:03 | |
fungi | me already wears crazy shorts... feels right at home | 00:03 |
dstufft | https://caremad.io/2014/11/distributing-a-cffi-project/ there's the shit you have to do without the new APIs in cffi 1.0 to make it sane for pacakging | 00:04 |
haypo | dstufft, sdague said that cffi should use a temporary directory. the temporary directory can be cleared (ex: at reboot). but yes, it's not exactly "at each import" | 00:04 |
dstufft | cffi 1.0's new APIs remove all of that | 00:04 |
sdague | haypo: sure, but it wouldn't explode horribly in a ball of fire | 00:04 |
dstufft | haypo: it only does that if you don't use distutils integration to pre-compile it *shrug* | 00:04 |
sdague | like currently is happening | 00:04 |
greghaynes | jogo: sdague fungi failed :( https://jenkins01.openstack.org/job/gate-grenade-dsvm/31/console | 00:04 |
greghaynes | oops, thats a useless log | 00:04 |
sdague | greghaynes: oh... we probably need it in stable/kilo first | 00:04 |
clarkb | ah ya | 00:05 |
sdague | greghaynes: yeh, you want to backport ? | 00:05 |
*** slupers has quit IRC | 00:05 | |
greghaynes | I am a noob to that process, so ill someone else | 00:05 |
sdague | greghaynes: also, when you backport, *don't* use the same idempotent id | 00:05 |
sdague | so we can depends on | 00:05 |
sdague | ok, I can do it | 00:05 |
greghaynes | ty | 00:06 |
clarkb | greghaynes: just cherry-pick -x onto stable/kilo then push it up | 00:06 |
*** slupers has joined #openstack-dev | 00:06 | |
clarkb | greghaynes: its easy | 00:06 |
lifeless | dstufft: problem is waiting for everyone to adopt the new api | 00:06 |
lifeless | dstufft: we can fix it centrally | 00:06 |
fungi | do we also need it backported to icehouse, then juno, then kilo before master? | 00:06 |
greghaynes | clarkb: yea, I figure it is, probably better to learn on basically any other change though ;) | 00:06 |
clarkb | fungi: it is entirely possible | 00:06 |
dstufft | lifeless: well cffi 1.0 isn't special in that regards other than it has a beta version which is triggering cascadind failures | 00:07 |
fungi | i mean, we can gate those together, just wondering how far back the xattr dep goes, and if we have caps preventing this on older releases | 00:07 |
dstufft | special in thet regards for cffi itself* | 00:07 |
lifeless | dstufft: I know :) | 00:07 |
lifeless | we're in that special place of IRC troubleshooting hell where everyone is correcting everyone else on things everyone knows | 00:07 |
*** ybathia has quit IRC | 00:07 | |
*** hemna is now known as hemnafk | 00:07 | |
sdague | fungi: | 00:08 |
*** claudiub has quit IRC | 00:08 | |
*** penick has quit IRC | 00:08 | |
*** Tross1 has joined #openstack-dev | 00:08 | |
*** Tross has quit IRC | 00:08 | |
sdague | fungi: no, wheel cache was in kilo first | 00:08 |
*** gokrokve has joined #openstack-dev | 00:08 | |
sdague | so that should be fine | 00:08 |
sdague | fungi: https://review.openstack.org/#/c/180359/ is stable kilo | 00:09 |
fungi | okay, so this is cached wheel built time only issue | 00:09 |
*** xarses has quit IRC | 00:09 | |
sdague | https://review.openstack.org/#/c/180341/ is master | 00:09 |
*** xingchao has quit IRC | 00:09 | |
sdague | with a depends on to make grenade pass | 00:09 |
*** etoews has quit IRC | 00:09 | |
sdague | so if you queue them in order '59 then '41 it should land | 00:09 |
fungi | yep | 00:09 |
sdague | I approved both patches | 00:10 |
sdague | and I'm calling it a night, hopefully that will get things working | 00:10 |
clayg | i was sorta keen on https://review.openstack.org/#/c/180354/1 | 00:10 |
clayg | just make the wheel build with 0.9.2 | 00:10 |
*** xingchao has joined #openstack-dev | 00:11 | |
sdague | clayg: so, honestly, we try *really* hard to keep the version pins out of devstack | 00:11 |
fungi | we can change it out with whatever we want once this is at least temporarily unbroken | 00:11 |
clayg | rather than make the wheel with 1.0.0 then install and compile it again using pip so you get it built with 0.9.2 then import with sudo like that was gunna do something other than find and use the 0.9.2 built so | 00:11 |
clayg | oh, well it would work just as well with pip install cffi | 00:11 |
sdague | clayg: right, until cffi ships, then it breaks the other direciton | 00:11 |
clayg | as long as easy_install/setup_requires isn't the one picking the version | 00:11 |
*** tsekiyam_ has joined #openstack-dev | 00:11 | |
sdague | because it's only in the venv, not in the system | 00:11 |
sdague | and we're trusting the system version to exist by being dragged in via pip depends | 00:12 |
*** _cjones_ has quit IRC | 00:12 | |
*** _cjones_ has joined #openstack-dev | 00:12 | |
lifeless | clarkb: sdague: dstufft: https://bitbucket.org/cffi/cffi/issue/190/cffi-assumes-write-access-to-installed | 00:14 |
lifeless | I believe I captured it | 00:14 |
clayg | seems like a tactical agrument rather than strategic - I think it's a no-brainer to build and install with the same cffi version - yeah? pip wheel <package> isn't making sure the build is using the same package that it's making wheels for :) | 00:14 |
*** fallenpegasus has quit IRC | 00:14 | |
*** sputnik13 has quit IRC | 00:14 | |
lifeless | clayg: are you familiar with the spawn of the underworld known as 'easy install' ? | 00:14 |
jogo | greghaynes: doesn't the grenade linking thing make this fun :) | 00:14 |
clarkb | lifeless: yup lgtm | 00:14 |
greghaynes | jogo: yep | 00:15 |
jogo | sdague: thanks for the +Ws | 00:15 |
clayg | lifeless: i was on the typeerror dist is not a distribution bug before you were :D | 00:15 |
sdague | jogo: no worries | 00:15 |
*** tsekiyama has quit IRC | 00:15 | |
haypo | ok, it looks like the cffi issue is or will quickly be worked around, it's unrelated to swift but also completly unrelated to my nova patches :) thanks & good night | 00:15 |
jogo | greghaynes: its even worse when its something that hits all branches | 00:15 |
clarkb | fwiw I think if we had branch specific depends on we could do depends on across ranches and get things through in O(1) | 00:15 |
lifeless | clayg: righto - so pip wheel has no control over the version the build is done with | 00:15 |
jogo | greghaynes: we can get chains 4 or 5 deep | 00:15 |
sdague | jogo: then you just have to chain from the bottom up :) | 00:15 |
*** tsekiyam_ has quit IRC | 00:16 | |
sdague | at least with depends on you can play tricks and get them to all pass at once as long as you don't reuse idempotent ids | 00:16 |
clayg | lifeless: still even if easy_install picked the "same" version as pip - it seems like pip wheel <packagename> is doing a lot of work to track down and build wheels for depedencies only to let setup_requires then go download/build/install then for bdist_wheel? | 00:16 |
jogo | sdague: yeah the depends on makes this type if issue a lot easier to deal with | 00:16 |
*** haypo has quit IRC | 00:16 | |
lifeless | clayg: pip wheel builds wheels of the deps for *installing* | 00:17 |
lifeless | clayg: the deps used for building are entirely controlled by easy_install today | 00:17 |
*** _cjones_ has quit IRC | 00:17 | |
*** rawl has joined #openstack-dev | 00:17 | |
*** achanda has quit IRC | 00:18 | |
clayg | lifeless: yeah... but... given that easy_install is not doing it right - i'm advocating for the fix of making sure the "right" build depends are installed before we go to build the wheel - and wondering why pip wheel wouldn't want to make it it's business to do that | 00:18 |
*** otter768 has joined #openstack-dev | 00:18 | |
jogo | fungi: any chance we can get https://review.openstack.org/#/c/180359/ promoted ? | 00:18 |
lifeless | clayg: pip wheel would love to do that | 00:18 |
*** dkranz has quit IRC | 00:18 | |
clayg | lifeless: lol | 00:18 |
lifeless | clayg: if only there was an declarative way to detect the build deps | 00:19 |
*** achanda has joined #openstack-dev | 00:19 | |
jogo | fungi: in front of https://review.openstack.org/#/c/180341/ in the gate queue | 00:19 |
lifeless | clayg: seriously - https://github.com/pypa/pip/pull/2603 | 00:19 |
sdague | jogo: I believe fungi is working on it | 00:20 |
sdague | the promote goes to the top though | 00:20 |
*** zzzeek has quit IRC | 00:21 | |
sdague | so he had to do '41 first | 00:21 |
jogo | sdague: ahhh | 00:21 |
* jogo looks at zuul again | 00:21 | |
jogo | 41 has been there for 43 minutes so that looks like he promoted that one last time | 00:21 |
jogo | when we forgot about grenade | 00:21 |
*** ozialien has joined #openstack-dev | 00:21 | |
sdague | actually, 59 isn't up there anywhere? | 00:21 |
jogo | zuul is backed up | 00:22 |
jogo | see queue length stuff | 00:22 |
sdague | oh, right 41,3 isn't even enqueued yet | 00:22 |
*** otter768 has quit IRC | 00:23 | |
sdague | s that's kind of sad that 15 minutes later the patches aren't visible to zuul yet | 00:23 |
*** achanda has quit IRC | 00:23 | |
jogo | sdague: all the things are on fire today | 00:23 |
sdague | did gerrit event stream crash again? | 00:23 |
*** carl_baldwin has quit IRC | 00:27 | |
*** johnbelamaric has quit IRC | 00:27 | |
*** ho has joined #openstack-dev | 00:29 | |
*** dims_ has joined #openstack-dev | 00:32 | |
*** tnovacik has quit IRC | 00:33 | |
*** promulo__ has joined #openstack-dev | 00:33 | |
*** dims has quit IRC | 00:33 | |
*** mriedem has quit IRC | 00:34 | |
*** Sukhdev has quit IRC | 00:36 | |
*** promulo_ has quit IRC | 00:37 | |
-openstackstatus- NOTICE: Restarted gerrit due to stuck stream-events connections. Events since 23:49 were missed and changes uploaded since then will need to be rechecked. | 00:42 | |
*** xingchao has quit IRC | 00:44 | |
*** tiswanso has joined #openstack-dev | 00:45 | |
*** slupers has quit IRC | 00:46 | |
fungi | jogo: sdague: yeah, i was working on it, but zuul wasn't responding to cli calls to enqueue those because of the other fires we're fighting, and then got called away on something else. i'll keep tabs on it once we get the gating settled again | 00:47 |
*** tiswanso has quit IRC | 00:47 | |
*** tiswanso has joined #openstack-dev | 00:48 | |
*** arnaud____ has joined #openstack-dev | 00:53 | |
*** pradeep has joined #openstack-dev | 00:54 | |
*** mwang2 has quit IRC | 00:55 | |
*** igordcard has quit IRC | 00:56 | |
*** ssurana has quit IRC | 00:57 | |
*** ssurana has joined #openstack-dev | 00:57 | |
*** leeantho has quit IRC | 00:57 | |
*** arnaud____ has quit IRC | 00:58 | |
*** ssurana has quit IRC | 00:58 | |
*** ssurana1 has joined #openstack-dev | 00:58 | |
*** bharath_ has quit IRC | 00:59 | |
fungi | jogo: sdague: okay, those two are at the top of the gate again now | 01:00 |
*** mikeoutland has joined #openstack-dev | 01:00 | |
*** patrickeast has quit IRC | 01:02 | |
*** gokrokve has quit IRC | 01:02 | |
*** SumitNaiksatam has joined #openstack-dev | 01:04 | |
*** mikeoutland has quit IRC | 01:06 | |
*** alanf-mc has joined #openstack-dev | 01:07 | |
*** alexpilotti has quit IRC | 01:08 | |
*** egafford has joined #openstack-dev | 01:10 | |
*** alanf-mc_ has quit IRC | 01:10 | |
*** alanf-mc has quit IRC | 01:11 | |
*** bpokorny has quit IRC | 01:12 | |
*** Qiming has joined #openstack-dev | 01:12 | |
*** eghobo has quit IRC | 01:14 | |
*** Qiming_ has joined #openstack-dev | 01:15 | |
*** egafford has quit IRC | 01:15 | |
*** ijw has quit IRC | 01:18 | |
*** Qiming has quit IRC | 01:18 | |
*** comay has quit IRC | 01:19 | |
*** zhiwei has joined #openstack-dev | 01:19 | |
*** novas0x2a|laptop has quit IRC | 01:22 | |
*** natorious is now known as zz_natorious | 01:23 | |
*** kacieee has joined #openstack-dev | 01:24 | |
*** electrocucaracha has quit IRC | 01:24 | |
*** vicky has joined #openstack-dev | 01:26 | |
*** vicky is now known as Guest8109 | 01:27 | |
jogo | fungi: thanks! | 01:27 |
*** Swami has quit IRC | 01:28 | |
*** alexpilotti has joined #openstack-dev | 01:29 | |
*** rawl has quit IRC | 01:30 | |
*** pradeep has quit IRC | 01:30 | |
*** gokrokve has joined #openstack-dev | 01:34 | |
*** ngoracke has joined #openstack-dev | 01:35 | |
*** Marga_ has quit IRC | 01:36 | |
*** egafford has joined #openstack-dev | 01:41 | |
*** spzala has quit IRC | 01:41 | |
*** neelashah has joined #openstack-dev | 01:43 | |
*** spandhe has quit IRC | 01:43 | |
*** spandhe has joined #openstack-dev | 01:45 | |
*** xingchao has joined #openstack-dev | 01:45 | |
*** derekh_ has joined #openstack-dev | 01:46 | |
*** signed8bit_ZZZzz is now known as signed8b_ | 01:47 | |
*** signed8b_ is now known as signed8bit_ZZZzz | 01:47 | |
*** spandhe has quit IRC | 01:47 | |
*** penick has joined #openstack-dev | 01:48 | |
*** alexpilotti has quit IRC | 01:48 | |
*** derekh has quit IRC | 01:50 | |
*** rawl has joined #openstack-dev | 01:50 | |
*** penick_ has joined #openstack-dev | 01:51 | |
*** ssurana1 has quit IRC | 01:51 | |
*** ssurana has joined #openstack-dev | 01:52 | |
*** penick has quit IRC | 01:52 | |
*** penick_ is now known as penick | 01:52 | |
jogo | and it worked | 01:54 |
jogo | first patch passed | 01:54 |
*** stanzgy has joined #openstack-dev | 01:54 | |
*** ssurana has quit IRC | 01:56 | |
*** salv-orlando has joined #openstack-dev | 01:58 | |
*** xingchao has quit IRC | 02:00 | |
*** ajmiller has joined #openstack-dev | 02:01 | |
*** angdraug has quit IRC | 02:01 | |
*** Qiming_ is now known as Qiming | 02:02 | |
*** salv-orlando has quit IRC | 02:04 | |
*** bobmel_ has quit IRC | 02:04 | |
*** kacieee has quit IRC | 02:07 | |
*** jeremati_ has quit IRC | 02:08 | |
*** Lee1092 has joined #openstack-dev | 02:08 | |
*** arnaud____ has joined #openstack-dev | 02:09 | |
*** signed8bit_ZZZzz has quit IRC | 02:11 | |
*** arnaud____ has quit IRC | 02:14 | |
*** unicell1 has quit IRC | 02:16 | |
*** RabidCicada has quit IRC | 02:17 | |
*** egafford has quit IRC | 02:18 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 02:19 | |
*** rawl has quit IRC | 02:21 | |
*** yamahata has quit IRC | 02:22 | |
*** sgran has quit IRC | 02:22 | |
*** mestery has joined #openstack-dev | 02:23 | |
*** dims_ has quit IRC | 02:24 | |
*** otter768 has joined #openstack-dev | 02:25 | |
*** gokrokve_ has joined #openstack-dev | 02:29 | |
*** kacieee has joined #openstack-dev | 02:30 | |
*** tdruiva has quit IRC | 02:30 | |
*** gokrokve_ has quit IRC | 02:31 | |
*** gokrokve_ has joined #openstack-dev | 02:31 | |
*** mwagner_lap has joined #openstack-dev | 02:32 | |
*** gokrokve has quit IRC | 02:33 | |
*** changbl has joined #openstack-dev | 02:35 | |
*** achanda has joined #openstack-dev | 02:40 | |
*** stanzgy has quit IRC | 02:41 | |
*** penick has quit IRC | 02:41 | |
*** baoli has joined #openstack-dev | 02:42 | |
*** xarses has joined #openstack-dev | 02:45 | |
*** otter768 has quit IRC | 02:46 | |
*** otter768 has joined #openstack-dev | 02:47 | |
*** nelsnelson has joined #openstack-dev | 02:47 | |
*** tdruiva has joined #openstack-dev | 02:47 | |
*** jyuso1 has joined #openstack-dev | 02:48 | |
*** spandhe has joined #openstack-dev | 02:48 | |
*** stanzgy has joined #openstack-dev | 02:49 | |
*** zz_dimtruck is now known as dimtruck | 02:49 | |
*** nelsnelson has quit IRC | 02:52 | |
*** gokrokve_ has quit IRC | 02:52 | |
*** kiran-r has joined #openstack-dev | 02:57 | |
*** xarses has quit IRC | 02:58 | |
*** gokrokve has joined #openstack-dev | 02:59 | |
*** galstrom_zzz is now known as galstrom | 03:01 | |
*** jerematic has joined #openstack-dev | 03:03 | |
*** FunnyLookinHat has quit IRC | 03:04 | |
*** sputnik13 has joined #openstack-dev | 03:04 | |
*** sarob has joined #openstack-dev | 03:06 | |
*** markvoelker has quit IRC | 03:10 | |
*** sgran has joined #openstack-dev | 03:11 | |
*** fifieldt has joined #openstack-dev | 03:11 | |
*** xarses has joined #openstack-dev | 03:11 | |
*** yamahata has joined #openstack-dev | 03:12 | |
*** pixelbeat has quit IRC | 03:12 | |
*** Tross has joined #openstack-dev | 03:12 | |
*** Tross1 has quit IRC | 03:13 | |
*** _cjones_ has joined #openstack-dev | 03:13 | |
*** neelashah has quit IRC | 03:14 | |
*** otter768 has quit IRC | 03:16 | |
*** _cjones_ has quit IRC | 03:19 | |
*** dimtruck is now known as zz_dimtruck | 03:20 | |
*** jerematic has quit IRC | 03:20 | |
*** fifieldt has quit IRC | 03:20 | |
*** dims has joined #openstack-dev | 03:24 | |
*** kbrierly has quit IRC | 03:27 | |
*** kbrierly has joined #openstack-dev | 03:28 | |
*** dims has quit IRC | 03:30 | |
*** btulchinsky has joined #openstack-dev | 03:32 | |
*** kiran-r has quit IRC | 03:34 | |
*** tiswanso has quit IRC | 03:37 | |
*** krtaylor has quit IRC | 03:37 | |
*** deepthi has joined #openstack-dev | 03:39 | |
*** gokrokve has quit IRC | 03:40 | |
*** nopf has quit IRC | 03:41 | |
*** gokrokve has joined #openstack-dev | 03:41 | |
*** rha has quit IRC | 03:42 | |
*** chutwig has quit IRC | 03:42 | |
*** frickler has quit IRC | 03:42 | |
*** aix has joined #openstack-dev | 03:44 | |
*** rushiagr_away is now known as rushiagr | 03:44 | |
*** Marga_ has joined #openstack-dev | 03:49 | |
*** baoli has quit IRC | 03:50 | |
*** Marga_ has quit IRC | 03:50 | |
*** aix has quit IRC | 03:50 | |
*** Marga_ has joined #openstack-dev | 03:51 | |
*** coolsvap|afk is now known as coolsvap | 03:53 | |
*** patrickeast has joined #openstack-dev | 03:54 | |
*** krtaylor has joined #openstack-dev | 03:54 | |
*** arnaud____ has joined #openstack-dev | 03:55 | |
*** pradeep has joined #openstack-dev | 03:58 | |
*** arnaud____ has quit IRC | 03:59 | |
*** bharath has joined #openstack-dev | 04:00 | |
*** eghobo has joined #openstack-dev | 04:02 | |
*** bharath has quit IRC | 04:05 | |
*** pal has joined #openstack-dev | 04:06 | |
*** changbl has quit IRC | 04:10 | |
*** markvoelker has joined #openstack-dev | 04:11 | |
*** jckasper has joined #openstack-dev | 04:11 | |
*** rushiagr is now known as rushiagr_away | 04:12 | |
*** eghobo has quit IRC | 04:14 | |
*** gokrokve has quit IRC | 04:15 | |
*** markvoelker has quit IRC | 04:16 | |
*** aix has joined #openstack-dev | 04:17 | |
*** yatin has joined #openstack-dev | 04:18 | |
*** galstrom is now known as galstrom_zzz | 04:18 | |
*** gokrokve has joined #openstack-dev | 04:18 | |
*** xingchao has joined #openstack-dev | 04:23 | |
*** bhunter71 has quit IRC | 04:25 | |
*** mikeoutland has joined #openstack-dev | 04:28 | |
*** mikeoutland has quit IRC | 04:31 | |
*** mikeoutland has joined #openstack-dev | 04:33 | |
*** salv-orlando has joined #openstack-dev | 04:35 | |
*** mikeoutl_ has joined #openstack-dev | 04:36 | |
*** mikeoutland has quit IRC | 04:38 | |
*** mikeoutl_ has quit IRC | 04:38 | |
*** salv-orlando has quit IRC | 04:38 | |
*** tdruiva has quit IRC | 04:44 | |
*** pradeep has left #openstack-dev | 04:47 | |
*** abregman has joined #openstack-dev | 04:48 | |
*** Qiming_ has joined #openstack-dev | 04:49 | |
*** Qiming has quit IRC | 04:52 | |
*** gem__ has joined #openstack-dev | 04:53 | |
*** rraja has joined #openstack-dev | 04:53 | |
*** arnaud____ has joined #openstack-dev | 04:55 | |
*** patrickeast has quit IRC | 04:56 | |
*** sarob has quit IRC | 04:56 | |
*** comay has joined #openstack-dev | 04:58 | |
*** egallen has joined #openstack-dev | 04:58 | |
*** arnaud____ has quit IRC | 05:00 | |
*** gem__ has quit IRC | 05:00 | |
*** gem__ has joined #openstack-dev | 05:00 | |
*** gokrokve_ has joined #openstack-dev | 05:01 | |
*** Marga_ has quit IRC | 05:01 | |
*** fallenpegasus has joined #openstack-dev | 05:01 | |
*** harlowja_at_home has joined #openstack-dev | 05:03 | |
*** rushiagr_away is now known as rushiagr | 05:03 | |
*** gokrokve has quit IRC | 05:03 | |
*** yuntong has joined #openstack-dev | 05:04 | |
*** jerematic has joined #openstack-dev | 05:04 | |
*** gokrokve_ has quit IRC | 05:05 | |
*** kushal has joined #openstack-dev | 05:09 | |
*** jerematic has quit IRC | 05:09 | |
*** kiran-r has joined #openstack-dev | 05:09 | |
*** Swami has joined #openstack-dev | 05:11 | |
*** hdd has joined #openstack-dev | 05:11 | |
*** markvoelker has joined #openstack-dev | 05:12 | |
*** xingchao has quit IRC | 05:12 | |
*** egallen has quit IRC | 05:13 | |
*** gamado has joined #openstack-dev | 05:14 | |
*** deepakcs has joined #openstack-dev | 05:15 | |
*** markvoelker has quit IRC | 05:16 | |
*** otter768 has joined #openstack-dev | 05:17 | |
*** fallenpegasus has quit IRC | 05:17 | |
*** egallen has joined #openstack-dev | 05:18 | |
*** egallen has quit IRC | 05:18 | |
*** SumitNaiksatam has quit IRC | 05:19 | |
*** _gryf|afk is now known as _gryf | 05:19 | |
*** SumitNaiksatam has joined #openstack-dev | 05:20 | |
*** fallenpegasus has joined #openstack-dev | 05:20 | |
*** otter768 has quit IRC | 05:22 | |
*** park_heijlong has joined #openstack-dev | 05:26 | |
*** BharatK has joined #openstack-dev | 05:27 | |
*** ngoracke has quit IRC | 05:27 | |
*** AnilV4 has joined #openstack-dev | 05:29 | |
*** spandhe_ has joined #openstack-dev | 05:29 | |
*** AnilV4 has quit IRC | 05:30 | |
*** spandhe has quit IRC | 05:30 | |
*** AnilV4 has joined #openstack-dev | 05:30 | |
*** spandhe_ is now known as spandhe | 05:30 | |
*** park_heijlong has quit IRC | 05:31 | |
*** subscope_ has joined #openstack-dev | 05:35 | |
*** Qiming__ has joined #openstack-dev | 05:36 | |
*** Qiming_ has quit IRC | 05:39 | |
*** rushiagr is now known as rushiagr_away | 05:40 | |
*** deepthi has quit IRC | 05:42 | |
*** lpetrut has joined #openstack-dev | 05:44 | |
*** park_heijlong has joined #openstack-dev | 05:47 | |
*** dulek has joined #openstack-dev | 05:48 | |
*** k4n0 has joined #openstack-dev | 05:48 | |
*** frickler has joined #openstack-dev | 05:48 | |
*** djinni has quit IRC | 05:49 | |
*** frickler has quit IRC | 05:49 | |
*** gokrokve has joined #openstack-dev | 05:49 | |
*** markvoelker has joined #openstack-dev | 05:51 | |
*** frickler has joined #openstack-dev | 05:52 | |
*** numan has joined #openstack-dev | 05:52 | |
*** itzikb has joined #openstack-dev | 05:52 | |
*** markvoelker has quit IRC | 05:55 | |
*** SumitNaiksatam has quit IRC | 05:57 | |
*** ssurana has joined #openstack-dev | 05:57 | |
*** ssurana has left #openstack-dev | 05:57 | |
*** djinni has joined #openstack-dev | 06:00 | |
*** oro has joined #openstack-dev | 06:00 | |
*** gem__ has quit IRC | 06:01 | |
*** SumitNaiksatam has joined #openstack-dev | 06:01 | |
*** gem__ has joined #openstack-dev | 06:01 | |
*** park_heijlong has quit IRC | 06:01 | |
*** subscope_ has quit IRC | 06:02 | |
*** kbowden111 has joined #openstack-dev | 06:02 | |
kbowden111 | Hey all. I am new here | 06:03 |
*** deepthi has joined #openstack-dev | 06:03 | |
*** Swami has quit IRC | 06:03 | |
*** masayukig_ has quit IRC | 06:04 | |
kbowden111 | Is anyone awake? | 06:04 |
*** Longgeek has joined #openstack-dev | 06:05 | |
*** arnaud____ has joined #openstack-dev | 06:06 | |
kbowden111 | Hey LongGeek | 06:06 |
*** jcoufal has joined #openstack-dev | 06:06 | |
*** sheeprine has quit IRC | 06:07 | |
kbowden111 | Is this a good way as a new programmer to get started with programming experience, by starting with Open Source? | 06:07 |
*** masayukig_ has joined #openstack-dev | 06:08 | |
*** topol has quit IRC | 06:08 | |
*** mrunge has joined #openstack-dev | 06:08 | |
*** ssurana has joined #openstack-dev | 06:09 | |
*** pkoniszewski has joined #openstack-dev | 06:09 | |
*** evgenyf has joined #openstack-dev | 06:09 | |
*** salv-orlando has joined #openstack-dev | 06:10 | |
*** itzikb has quit IRC | 06:11 | |
*** doron_afk has joined #openstack-dev | 06:12 | |
*** park_heijlong has joined #openstack-dev | 06:13 | |
*** xingchao has joined #openstack-dev | 06:13 | |
*** scheuran has joined #openstack-dev | 06:13 | |
*** sheeprine has joined #openstack-dev | 06:13 | |
*** ukalifon has joined #openstack-dev | 06:14 | |
*** tnovacik has joined #openstack-dev | 06:14 | |
*** itzikb has joined #openstack-dev | 06:16 | |
*** xingchao has quit IRC | 06:18 | |
*** pal has quit IRC | 06:19 | |
*** ssurana has quit IRC | 06:19 | |
*** pal has joined #openstack-dev | 06:19 | |
*** pal has quit IRC | 06:20 | |
*** Ala has joined #openstack-dev | 06:20 | |
*** pal has joined #openstack-dev | 06:20 | |
*** yuntong has quit IRC | 06:21 | |
*** Longgeek has quit IRC | 06:21 | |
*** ssurana has joined #openstack-dev | 06:21 | |
*** Longgeek has joined #openstack-dev | 06:21 | |
*** rushiagr_away is now known as rushiagr | 06:22 | |
*** Longgeek has quit IRC | 06:23 | |
*** Longgeek has joined #openstack-dev | 06:23 | |
*** itzikb_ has joined #openstack-dev | 06:23 | |
*** kbowden111 is now known as KevinBowden | 06:26 | |
*** itzikb has quit IRC | 06:26 | |
*** k4n0 has quit IRC | 06:27 | |
*** k4n0 has joined #openstack-dev | 06:27 | |
*** gokrokve_ has joined #openstack-dev | 06:27 | |
*** gokrokve has quit IRC | 06:28 | |
*** btulchinsky has quit IRC | 06:30 | |
*** wwallnrr__ has quit IRC | 06:31 | |
*** ssurana has quit IRC | 06:32 | |
*** harlowja_at_home has quit IRC | 06:33 | |
*** notnownikki has joined #openstack-dev | 06:34 | |
*** doron_afk is now known as doron | 06:35 | |
*** zaitcev has quit IRC | 06:35 | |
*** fallenpegasus has quit IRC | 06:35 | |
*** sahid has joined #openstack-dev | 06:36 | |
*** fallenpegasus has joined #openstack-dev | 06:36 | |
*** jyuso has joined #openstack-dev | 06:36 | |
*** neoXsys has joined #openstack-dev | 06:38 | |
*** alex_xu has quit IRC | 06:38 | |
*** jyuso1 has quit IRC | 06:39 | |
*** jprovazn has joined #openstack-dev | 06:39 | |
*** tteggel has quit IRC | 06:41 | |
*** yamahata has quit IRC | 06:41 | |
*** tteggel has joined #openstack-dev | 06:41 | |
*** alex_xu has joined #openstack-dev | 06:42 | |
*** Qiming__ is now known as Qiming | 06:42 | |
*** masayukig_ has quit IRC | 06:44 | |
*** athomas has joined #openstack-dev | 06:45 | |
*** masayukig_ has joined #openstack-dev | 06:48 | |
*** yamahata has joined #openstack-dev | 06:48 | |
*** viktors|afk is now known as viktors | 06:48 | |
*** jcoufal_ has joined #openstack-dev | 06:49 | |
*** kacieee has quit IRC | 06:51 | |
*** markvoelker has joined #openstack-dev | 06:52 | |
*** jcoufal has quit IRC | 06:52 | |
*** park_heijlong has quit IRC | 06:53 | |
*** jerematic has joined #openstack-dev | 06:53 | |
*** pasqd has quit IRC | 06:53 | |
*** asselin__ has quit IRC | 06:53 | |
*** shardy_z is now known as shardy | 06:54 | |
*** asselin__ has joined #openstack-dev | 06:54 | |
*** pasqd has joined #openstack-dev | 06:54 | |
*** hdd has quit IRC | 06:56 | |
*** georgelorch has quit IRC | 06:56 | |
*** markvoelker has quit IRC | 06:56 | |
*** SridharG has joined #openstack-dev | 06:57 | |
*** jerematic has quit IRC | 06:57 | |
*** jtomasek has joined #openstack-dev | 06:59 | |
*** mmagr has joined #openstack-dev | 07:00 | |
*** GheRivero_ has joined #openstack-dev | 07:02 | |
*** deepthi has quit IRC | 07:05 | |
*** yatin has quit IRC | 07:05 | |
*** park_heijlong has joined #openstack-dev | 07:06 | |
*** fallenpegasus has quit IRC | 07:06 | |
*** hdd has joined #openstack-dev | 07:06 | |
*** mkletzan has joined #openstack-dev | 07:07 | |
*** fallenpegasus has joined #openstack-dev | 07:07 | |
*** achanda has quit IRC | 07:07 | |
*** yeylon has joined #openstack-dev | 07:08 | |
*** mpavone has joined #openstack-dev | 07:08 | |
*** achanda has joined #openstack-dev | 07:11 | |
*** fallenpegasus has quit IRC | 07:11 | |
*** achanda has quit IRC | 07:11 | |
*** GheRivero_ has quit IRC | 07:13 | |
*** frickler_ has joined #openstack-dev | 07:14 | |
*** frickler_ has quit IRC | 07:14 | |
*** oro has quit IRC | 07:15 | |
*** doron has left #openstack-dev | 07:17 | |
*** yatin has joined #openstack-dev | 07:19 | |
*** kobis has joined #openstack-dev | 07:20 | |
*** slaweq has joined #openstack-dev | 07:21 | |
*** pal has quit IRC | 07:22 | |
*** jaosorior has joined #openstack-dev | 07:23 | |
*** park_heijlong has quit IRC | 07:24 | |
*** deepthi has joined #openstack-dev | 07:25 | |
*** markus_z has joined #openstack-dev | 07:27 | |
*** matrohon has joined #openstack-dev | 07:27 | |
*** gem__ has quit IRC | 07:31 | |
*** gem__ has joined #openstack-dev | 07:31 | |
*** nmagnezi has joined #openstack-dev | 07:35 | |
*** slaweq has quit IRC | 07:36 | |
*** eghobo has joined #openstack-dev | 07:36 | |
*** slaweq has joined #openstack-dev | 07:36 | |
*** park_heijlong has joined #openstack-dev | 07:37 | |
*** yatin has quit IRC | 07:37 | |
skraynev | lifeless: hey | 07:37 |
KevinBowden | Hey Skraynec | 07:37 |
KevinBowden | skraynev* | 07:38 |
*** arnaud____ has quit IRC | 07:39 | |
skraynev | KevinBowden: wow. I am surprised, that I wrote to lifeless, but you answer me ;) | 07:39 |
skraynev | KevinBowden: Does both nicknames belong to you ? | 07:41 |
*** lpetrut has quit IRC | 07:41 | |
KevinBowden | No. I'm new here and your the first sign of life in here lol | 07:43 |
*** bobmel has joined #openstack-dev | 07:43 | |
skraynev | KevinBowden: :) | 07:45 |
*** hdd_ has joined #openstack-dev | 07:45 | |
KevinBowden | I am a brand new programming hoping to get my start in programming in the open source community | 07:45 |
*** gem_ has joined #openstack-dev | 07:46 | |
*** gem__ has quit IRC | 07:46 | |
*** hdd has quit IRC | 07:46 | |
*** grmontpetit has quit IRC | 07:48 | |
skraynev | KevinBowden: sounds cool. just choose a project for contribution (I suppose, it will be some of Openstack related :) because you are here) and upload your first patch ;) | 07:50 |
*** Nikolay_St has joined #openstack-dev | 07:50 | |
lifeless | skraynev: hi | 07:50 |
KevinBowden | I am reading the documents for Open Stack now. hopefully that will link to the projects | 07:51 |
skraynev | lifeless: hi. I already give answer on your comment for https://review.openstack.org/#/c/180216/ | 07:52 |
*** neeti has joined #openstack-dev | 07:53 | |
*** blues-man has joined #openstack-dev | 07:53 | |
skraynev | lifeless: just wanted to discuss some solution, which makes you happy ;) because I used pattern from email | 07:53 |
*** safchain has joined #openstack-dev | 07:54 | |
lifeless | skraynev: pattern from email? | 07:55 |
skraynev | KevinBowden: sure, there are a lot of projects. just go to https://github.com/openstack/ and you will see list of openstack related repos | 07:55 |
skraynev | lifeless: example, which was introduced in email | 07:55 |
skraynev | lifeless: http://lists.openstack.org/pipermail/openstack-dev/2015-February/056916.html | 07:55 |
lifeless | skraynev: what is the subject of this email? | 07:55 |
skraynev | lifeless: ^ | 07:55 |
KevinBowden | Thank you. Will do so now. | 07:56 |
*** grmontpetit has joined #openstack-dev | 07:56 | |
skraynev | lifeless: so I have seen similar approach in the swift, nova clients | 07:56 |
*** rushiagr has quit IRC | 07:56 | |
skraynev | KevinBowden: np ;) | 07:56 |
lifeless | skraynev: see joe's response there: 'Digging through the logs this originated from this bug: https://bugs.launchpad.net/tempest/+bug/1260710 | 07:57 |
openstack | Launchpad bug 1260710 in tempest "testr lists both tests and unit tests in gate-tempest-python27 job" [High,Fix released] - Assigned to Matthew Treinish (treinish) | 07:57 |
lifeless | Its probably not needed everywhere and in all the clients. ' | 07:57 |
*** hdd_ has quit IRC | 07:57 | |
*** gfidente has joined #openstack-dev | 07:57 | |
*** tkammer has joined #openstack-dev | 07:57 | |
*** jistr has joined #openstack-dev | 07:59 | |
*** hdd has joined #openstack-dev | 07:59 | |
*** hasharMeeting is now known as hashar | 08:01 | |
*** bobmel has quit IRC | 08:03 | |
skraynev | lifeless: aha. now see. But it steel looks like all clients already do it in the such way | 08:04 |
*** egallen has joined #openstack-dev | 08:05 | |
*** hdd has quit IRC | 08:05 | |
*** xgsa has joined #openstack-dev | 08:05 | |
*** hdd has joined #openstack-dev | 08:05 | |
skraynev | lifeless: also if I remove this change functional tests will start with unit tests, I suppose | 08:06 |
*** xingchao has joined #openstack-dev | 08:06 | |
*** xgsa has quit IRC | 08:06 | |
*** ndipanov has quit IRC | 08:06 | |
lifeless | skraynev: its violating a fairly deep assumption testr has | 08:06 |
lifeless | skraynev: I've replied to that thread to try and get discussion happening again | 08:06 |
lifeless | mtreinish: ^ btw | 08:06 |
*** yassine has joined #openstack-dev | 08:07 | |
*** ndipanov has joined #openstack-dev | 08:08 | |
*** oro has joined #openstack-dev | 08:08 | |
skraynev | lifeless: ok. but which solution we should use then? I mean for splitting unit and functional tests? | 08:10 |
*** krphop has quit IRC | 08:10 | |
lifeless | skraynev: can't you use the attribute facility tempest uses? | 08:10 |
lifeless | skraynev: or just path matching? | 08:10 |
*** xgsa has joined #openstack-dev | 08:11 | |
*** lsmola has joined #openstack-dev | 08:11 | |
skraynev | lifeless: AFAIK, in heat service code we use Start_at option https://github.com/openstack/heat/blob/master/.testr.conf#L4 | 08:12 |
skraynev | lifeless: is it ok? | 08:12 |
*** rushiagr has joined #openstack-dev | 08:12 | |
*** hdd has quit IRC | 08:13 | |
lifeless | oh man | 08:13 |
lifeless | I had no idea you could do that in .testr.conf | 08:13 |
*** hdd has joined #openstack-dev | 08:13 | |
lifeless | And I created testr | 08:13 |
lifeless | I am,I think, blind. | 08:13 |
lifeless | skraynev: its got the same issue | 08:14 |
*** jordanP has joined #openstack-dev | 08:14 | |
skraynev | lifeless: doh. life is pain ;) | 08:14 |
lifeless | I can see why its been done | 08:15 |
*** xgsa has quit IRC | 08:15 | |
lifeless | there are two conflated things there, one is pulling in the contrib tests - which is totally fine | 08:15 |
*** lpetrut has joined #openstack-dev | 08:16 | |
lifeless | the other is choosing sub-sections on a given test run by hacking discovery - thats the issue | 08:16 |
*** krphop has joined #openstack-dev | 08:17 | |
*** park_heijlong has quit IRC | 08:17 | |
*** xingchao has quit IRC | 08:18 | |
*** salv-orlando has quit IRC | 08:18 | |
*** salv-orlando has joined #openstack-dev | 08:18 | |
*** ygbo has joined #openstack-dev | 08:20 | |
*** haomaiw__ has quit IRC | 08:21 | |
*** xgsa has joined #openstack-dev | 08:21 | |
skraynev | lifeless: may be we can use current solution (with issue) and then when you will fix it we apply your fix to all projects? | 08:22 |
*** yatin has joined #openstack-dev | 08:23 | |
skraynev | lifeless: I just don't want to block this change, because we are one of the last projects who do it. so we currently hold process of cleaning code from tempest | 08:23 |
*** sputnik13 has quit IRC | 08:26 | |
lifeless | skraynev: i certainly don't want to hold your stuff hostage | 08:28 |
*** itzikb_ is now known as itzikb | 08:29 | |
skraynev | lifeless: ok ;) I hope on it | 08:29 |
*** sputnik13 has joined #openstack-dev | 08:29 | |
*** eghobo has quit IRC | 08:29 | |
*** gem__ has joined #openstack-dev | 08:31 | |
*** gem_ has quit IRC | 08:31 | |
*** dguitarbite has joined #openstack-dev | 08:32 | |
*** MaxV has joined #openstack-dev | 08:34 | |
*** grmontpetit has quit IRC | 08:34 | |
*** xgsa has quit IRC | 08:35 | |
*** park_heijlong has joined #openstack-dev | 08:35 | |
*** grmontpetit has joined #openstack-dev | 08:36 | |
*** Marga_ has joined #openstack-dev | 08:37 | |
*** pnavarro has joined #openstack-dev | 08:38 | |
*** jerematic has joined #openstack-dev | 08:42 | |
*** xgsa has joined #openstack-dev | 08:43 | |
*** dbite has joined #openstack-dev | 08:44 | |
*** park_heijlong has quit IRC | 08:45 | |
*** pschaef has joined #openstack-dev | 08:46 | |
*** sputnik13 has quit IRC | 08:46 | |
*** jerematic has quit IRC | 08:47 | |
*** markmc has joined #openstack-dev | 08:48 | |
*** sputnik13 has joined #openstack-dev | 08:48 | |
*** Tross1 has joined #openstack-dev | 08:48 | |
*** Tross has quit IRC | 08:49 | |
*** haomaiwa_ has joined #openstack-dev | 08:50 | |
*** lpetrut1 has joined #openstack-dev | 08:51 | |
*** lpetrut has quit IRC | 08:52 | |
*** MaxV has quit IRC | 08:52 | |
*** georgelorch has joined #openstack-dev | 08:52 | |
*** sputnik13 has quit IRC | 08:53 | |
*** park_heijlong has joined #openstack-dev | 08:57 | |
*** lsmola has quit IRC | 08:58 | |
*** mkletzan has quit IRC | 08:58 | |
*** jtomasek has quit IRC | 08:58 | |
*** smccully has quit IRC | 08:58 | |
*** sambol has quit IRC | 08:58 | |
*** morazi has quit IRC | 08:58 | |
*** vuntz has quit IRC | 08:58 | |
*** russellb has quit IRC | 08:58 | |
*** adreznec has quit IRC | 08:58 | |
*** QuentinM has quit IRC | 08:58 | |
*** sorrison has quit IRC | 08:58 | |
*** haleyb has quit IRC | 08:58 | |
*** razec has quit IRC | 08:58 | |
*** Aegil has quit IRC | 08:58 | |
*** SotK has quit IRC | 08:58 | |
*** tsufiev has quit IRC | 08:58 | |
*** ianw has quit IRC | 08:58 | |
*** ianunruh has quit IRC | 08:58 | |
*** jb11211 has quit IRC | 08:58 | |
*** shardy_ has joined #openstack-dev | 08:59 | |
*** shardy has quit IRC | 09:00 | |
*** lsmola has joined #openstack-dev | 09:00 | |
*** mkletzan has joined #openstack-dev | 09:00 | |
*** jtomasek has joined #openstack-dev | 09:00 | |
*** smccully has joined #openstack-dev | 09:00 | |
*** sambol has joined #openstack-dev | 09:00 | |
*** morazi has joined #openstack-dev | 09:00 | |
*** vuntz has joined #openstack-dev | 09:00 | |
*** russellb has joined #openstack-dev | 09:00 | |
*** adreznec has joined #openstack-dev | 09:00 | |
*** QuentinM has joined #openstack-dev | 09:00 | |
*** sorrison has joined #openstack-dev | 09:00 | |
*** haleyb has joined #openstack-dev | 09:00 | |
*** razec has joined #openstack-dev | 09:00 | |
*** Aegil has joined #openstack-dev | 09:00 | |
*** SotK has joined #openstack-dev | 09:00 | |
*** tsufiev has joined #openstack-dev | 09:00 | |
*** ianw has joined #openstack-dev | 09:00 | |
*** ianunruh has joined #openstack-dev | 09:00 | |
*** jb11211 has joined #openstack-dev | 09:00 | |
*** pixelbeat has joined #openstack-dev | 09:02 | |
*** szaher has joined #openstack-dev | 09:04 | |
*** shardy_ has quit IRC | 09:04 | |
*** Guest8109 has quit IRC | 09:04 | |
*** shardy has joined #openstack-dev | 09:05 | |
*** gfa_ has joined #openstack-dev | 09:06 | |
*** gfa_ has left #openstack-dev | 09:07 | |
*** lpetrut1 has quit IRC | 09:10 | |
*** lpetrut has joined #openstack-dev | 09:10 | |
*** rushiagr is now known as rushiagr_away | 09:11 | |
*** mmagr is now known as mmagr|afk | 09:12 | |
*** lpetrut has quit IRC | 09:13 | |
*** ho has quit IRC | 09:14 | |
*** cdent has joined #openstack-dev | 09:16 | |
*** mmagr|afk is now known as mmagr | 09:16 | |
*** otter768 has joined #openstack-dev | 09:19 | |
*** otter768 has quit IRC | 09:23 | |
*** Krin has joined #openstack-dev | 09:24 | |
*** hdd_ has joined #openstack-dev | 09:27 | |
*** promulo__ has quit IRC | 09:28 | |
*** hdd has quit IRC | 09:28 | |
*** park_heijlong has quit IRC | 09:29 | |
*** gszasz has joined #openstack-dev | 09:35 | |
*** numan has quit IRC | 09:35 | |
*** zhiwei has quit IRC | 09:45 | |
*** numan has joined #openstack-dev | 09:45 | |
*** kiran-r has quit IRC | 09:47 | |
*** kushal has quit IRC | 09:47 | |
*** krphop has quit IRC | 09:47 | |
*** athomas has quit IRC | 09:48 | |
*** tnovacik has quit IRC | 09:49 | |
*** Marga_ has quit IRC | 09:50 | |
*** itzikb has quit IRC | 09:50 | |
*** gem__ is now known as gem | 09:50 | |
*** macjack has joined #openstack-dev | 09:51 | |
*** benjamingr has joined #openstack-dev | 09:52 | |
*** athomas has joined #openstack-dev | 09:53 | |
*** Longgeek has quit IRC | 09:53 | |
*** btulchinsky has joined #openstack-dev | 09:53 | |
*** krphop has joined #openstack-dev | 09:54 | |
*** btulchinsky has quit IRC | 09:54 | |
*** yassine has quit IRC | 09:55 | |
*** dulek has quit IRC | 09:59 | |
*** itzikb has joined #openstack-dev | 10:02 | |
*** Qiming has quit IRC | 10:03 | |
*** xingchao has joined #openstack-dev | 10:03 | |
*** dulek has joined #openstack-dev | 10:03 | |
*** itzikb_ has joined #openstack-dev | 10:04 | |
*** itzikb has quit IRC | 10:07 | |
*** dims has joined #openstack-dev | 10:07 | |
*** xingchao has quit IRC | 10:10 | |
*** tkammer has quit IRC | 10:11 | |
*** hdd_ has quit IRC | 10:11 | |
*** hdd_ has joined #openstack-dev | 10:12 | |
*** akrivoka has joined #openstack-dev | 10:14 | |
*** hdd__ has joined #openstack-dev | 10:15 | |
*** rushiagr_away is now known as rushiagr | 10:15 | |
*** topol has joined #openstack-dev | 10:16 | |
*** hdd_ has quit IRC | 10:16 | |
*** dulek has quit IRC | 10:18 | |
*** dulek has joined #openstack-dev | 10:20 | |
*** topol has quit IRC | 10:22 | |
*** samdkv has joined #openstack-dev | 10:23 | |
*** samdkv has quit IRC | 10:24 | |
*** jerematic has joined #openstack-dev | 10:31 | |
*** sahid has quit IRC | 10:33 | |
*** Longgeek has joined #openstack-dev | 10:35 | |
*** jerematic has quit IRC | 10:35 | |
*** szaher has quit IRC | 10:36 | |
*** sahid has joined #openstack-dev | 10:37 | |
*** coolsvap is now known as coolsvap|afk | 10:38 | |
*** claudiub has joined #openstack-dev | 10:38 | |
*** arnaud____ has joined #openstack-dev | 10:39 | |
*** dulek has quit IRC | 10:40 | |
*** llu_office has quit IRC | 10:42 | |
*** llu_office has joined #openstack-dev | 10:42 | |
*** pc_m has joined #openstack-dev | 10:42 | |
*** arnaud____ has quit IRC | 10:44 | |
*** dulek has joined #openstack-dev | 10:44 | |
*** gem_ has joined #openstack-dev | 10:47 | |
*** gem has quit IRC | 10:47 | |
*** stanzgy has quit IRC | 10:53 | |
*** Qiming has joined #openstack-dev | 10:58 | |
*** rtheis has joined #openstack-dev | 11:00 | |
*** yassine has joined #openstack-dev | 11:02 | |
*** dulek has quit IRC | 11:03 | |
*** dulek has joined #openstack-dev | 11:03 | |
*** deepthi has quit IRC | 11:04 | |
*** xingchao has joined #openstack-dev | 11:09 | |
*** evgenyf has quit IRC | 11:09 | |
*** dulek has quit IRC | 11:11 | |
*** Qiming_ has joined #openstack-dev | 11:11 | |
*** dulek has joined #openstack-dev | 11:12 | |
*** morazi has quit IRC | 11:13 | |
*** Qiming has quit IRC | 11:14 | |
*** xingchao has quit IRC | 11:17 | |
*** tkammer has joined #openstack-dev | 11:18 | |
*** otter768 has joined #openstack-dev | 11:20 | |
*** otter768 has quit IRC | 11:24 | |
*** kushal has joined #openstack-dev | 11:25 | |
*** boris-42 has joined #openstack-dev | 11:27 | |
*** btulchinsky has joined #openstack-dev | 11:28 | |
*** inhumanitas has quit IRC | 11:29 | |
*** yamahata has quit IRC | 11:30 | |
*** rfolco has joined #openstack-dev | 11:31 | |
*** jerematic has joined #openstack-dev | 11:32 | |
*** blues-man has quit IRC | 11:34 | |
*** Qiming__ has joined #openstack-dev | 11:35 | |
*** pschaef has quit IRC | 11:35 | |
*** FunnyLookinHat has joined #openstack-dev | 11:35 | |
*** jerematic has quit IRC | 11:36 | |
*** aix has quit IRC | 11:38 | |
*** Qiming_ has quit IRC | 11:38 | |
*** hashar has quit IRC | 11:40 | |
*** hashar has joined #openstack-dev | 11:40 | |
*** yassine has quit IRC | 11:40 | |
*** yassine has joined #openstack-dev | 11:41 | |
*** yassine has quit IRC | 11:41 | |
*** yassine has joined #openstack-dev | 11:41 | |
*** zz_dimtruck is now known as dimtruck | 11:43 | |
*** hashar has quit IRC | 11:44 | |
*** hashar has joined #openstack-dev | 11:44 | |
*** zhiwei has joined #openstack-dev | 11:45 | |
*** yatin has quit IRC | 11:45 | |
*** shardy_ has joined #openstack-dev | 11:45 | |
*** evgenyf has joined #openstack-dev | 11:46 | |
*** shardy has quit IRC | 11:46 | |
*** deepakcs has quit IRC | 11:49 | |
*** hashar has quit IRC | 11:49 | |
*** ctina_ has joined #openstack-dev | 11:50 | |
*** shardy_ has quit IRC | 11:50 | |
*** shardy has joined #openstack-dev | 11:51 | |
*** dprince has joined #openstack-dev | 11:51 | |
*** gulic has joined #openstack-dev | 11:52 | |
*** gulic has left #openstack-dev | 11:52 | |
*** dkranz has joined #openstack-dev | 11:54 | |
*** alexpilotti has joined #openstack-dev | 11:55 | |
*** dsirrine has quit IRC | 11:56 | |
*** dsirrine has joined #openstack-dev | 11:58 | |
*** markvoelker has joined #openstack-dev | 11:59 | |
*** kgiusti has joined #openstack-dev | 11:59 | |
*** mherdad has joined #openstack-dev | 11:59 | |
mherdad | is there any doc for install manually install openstack on citrix ? | 11:59 |
*** jyuso has quit IRC | 12:01 | |
*** bknudson has joined #openstack-dev | 12:04 | |
*** jyuso1 has joined #openstack-dev | 12:05 | |
*** morazi has joined #openstack-dev | 12:06 | |
*** amuller has joined #openstack-dev | 12:08 | |
*** aysyd has joined #openstack-dev | 12:10 | |
*** flip214 has joined #openstack-dev | 12:10 | |
*** Nikolay_St has quit IRC | 12:11 | |
*** Qiming__ is now known as Qiming | 12:13 | |
*** erlon has joined #openstack-dev | 12:15 | |
*** jckasper has quit IRC | 12:15 | |
*** kiran-r has joined #openstack-dev | 12:16 | |
*** galstrom_zzz is now known as galstrom | 12:16 | |
*** Nikolay_St has joined #openstack-dev | 12:16 | |
*** eharney has quit IRC | 12:17 | |
*** gem_ has quit IRC | 12:17 | |
*** gem_ has joined #openstack-dev | 12:17 | |
*** lpetrut has joined #openstack-dev | 12:20 | |
*** dimtruck is now known as zz_dimtruck | 12:21 | |
*** Lee1092 has quit IRC | 12:21 | |
*** gyee has joined #openstack-dev | 12:22 | |
*** gem_ has quit IRC | 12:26 | |
*** mherdad has quit IRC | 12:26 | |
*** mherdad has joined #openstack-dev | 12:27 | |
*** aix has joined #openstack-dev | 12:27 | |
*** DaSchab has joined #openstack-dev | 12:29 | |
*** DaSchab has quit IRC | 12:31 | |
*** abregman has quit IRC | 12:31 | |
*** BharatK has quit IRC | 12:32 | |
*** jerematic has joined #openstack-dev | 12:33 | |
*** dkranz has quit IRC | 12:34 | |
*** flip214 has quit IRC | 12:35 | |
*** jdennis has quit IRC | 12:36 | |
*** neelashah has joined #openstack-dev | 12:36 | |
*** jerematic has quit IRC | 12:37 | |
*** ajmiller has quit IRC | 12:38 | |
*** rbradfor has joined #openstack-dev | 12:39 | |
*** edleafe has quit IRC | 12:40 | |
*** electriv has joined #openstack-dev | 12:41 | |
*** electriv has quit IRC | 12:41 | |
*** edleafe has joined #openstack-dev | 12:41 | |
*** electriv has joined #openstack-dev | 12:42 | |
*** bswartz has quit IRC | 12:43 | |
*** flip214 has joined #openstack-dev | 12:43 | |
*** flip214 has joined #openstack-dev | 12:43 | |
*** bobmel has joined #openstack-dev | 12:44 | |
*** thomasem has quit IRC | 12:44 | |
*** electriv has quit IRC | 12:45 | |
*** electriv has joined #openstack-dev | 12:45 | |
*** BharatK has joined #openstack-dev | 12:47 | |
*** thomasem has joined #openstack-dev | 12:47 | |
*** abregman has joined #openstack-dev | 12:47 | |
*** thomasem has quit IRC | 12:48 | |
*** baoli has joined #openstack-dev | 12:48 | |
*** DaSchab has joined #openstack-dev | 12:49 | |
*** jprovazn has quit IRC | 12:49 | |
*** thomasem has joined #openstack-dev | 12:49 | |
*** dkranz has joined #openstack-dev | 12:50 | |
*** dims has quit IRC | 12:52 | |
*** jprovazn has joined #openstack-dev | 12:53 | |
*** dims has joined #openstack-dev | 12:53 | |
*** miqui has joined #openstack-dev | 12:53 | |
*** jerematic has joined #openstack-dev | 12:54 | |
*** itzikb has joined #openstack-dev | 12:56 | |
*** zhiwei has quit IRC | 12:56 | |
*** itzikb_ has quit IRC | 12:56 | |
*** jingwang has quit IRC | 12:57 | |
*** vladikr has joined #openstack-dev | 12:57 | |
*** jingwang has joined #openstack-dev | 12:57 | |
*** baoli_ has joined #openstack-dev | 12:57 | |
*** park_heijlong has joined #openstack-dev | 12:58 | |
*** ngoracke has joined #openstack-dev | 12:59 | |
*** baoli has quit IRC | 13:00 | |
*** spzala has joined #openstack-dev | 13:01 | |
*** zhiwei has joined #openstack-dev | 13:01 | |
*** READ10 has joined #openstack-dev | 13:01 | |
*** DaSchab has quit IRC | 13:01 | |
*** rushiagr is now known as rushiagr_away | 13:02 | |
*** blues-man has joined #openstack-dev | 13:02 | |
*** rushiagr_away is now known as rushiagr | 13:02 | |
*** Qiming_ has joined #openstack-dev | 13:03 | |
*** thrash|g0ne is now known as thrash | 13:03 | |
*** jswarren has joined #openstack-dev | 13:04 | |
*** trown|outttypeww is now known as trown | 13:05 | |
*** blues-man has quit IRC | 13:05 | |
*** blues-man has joined #openstack-dev | 13:05 | |
*** electriv has quit IRC | 13:05 | |
*** rushiagr is now known as rushiagr_away | 13:06 | |
*** Qiming has quit IRC | 13:07 | |
*** ijw has joined #openstack-dev | 13:07 | |
*** ijw has quit IRC | 13:08 | |
*** xingchao has joined #openstack-dev | 13:08 | |
*** antonym has quit IRC | 13:08 | |
*** ijw has joined #openstack-dev | 13:08 | |
*** FunnyLookinHat has quit IRC | 13:09 | |
*** eharney has joined #openstack-dev | 13:09 | |
*** radez_g0n3 is now known as radez | 13:12 | |
*** pkoniszewski has quit IRC | 13:12 | |
*** zhiwei has left #openstack-dev | 13:13 | |
*** tnovacik has joined #openstack-dev | 13:13 | |
*** galstrom is now known as galstrom_zzz | 13:13 | |
*** jprovazn_ has joined #openstack-dev | 13:16 | |
*** xingchao has quit IRC | 13:16 | |
*** mherdad has quit IRC | 13:17 | |
*** jprovazn has quit IRC | 13:19 | |
*** johnbelamaric has joined #openstack-dev | 13:19 | |
*** mdenny has quit IRC | 13:19 | |
*** kbringard has joined #openstack-dev | 13:19 | |
*** otter768 has joined #openstack-dev | 13:21 | |
*** bswartz has joined #openstack-dev | 13:21 | |
*** changbl has joined #openstack-dev | 13:22 | |
*** cference has joined #openstack-dev | 13:23 | |
*** tiswanso has joined #openstack-dev | 13:23 | |
*** bdemers has joined #openstack-dev | 13:24 | |
*** otter768 has quit IRC | 13:25 | |
*** gokrokve has joined #openstack-dev | 13:25 | |
*** spandhe has quit IRC | 13:27 | |
*** raildo_away is now known as raildo | 13:28 | |
*** gokrokve_ has quit IRC | 13:29 | |
*** jckasper has joined #openstack-dev | 13:30 | |
*** dspano has joined #openstack-dev | 13:31 | |
*** park_heijlong has quit IRC | 13:32 | |
flip214 | Hi. My devstack setup on ubuntu says "AttributeError: 'NoneType' object has no attribute 'url'", in "File "/usr/local/lib/python2.7/dist-packages/pip/req/req_install.py", line 128, in url" | 13:33 |
flip214 | I googled around for some time, but can't get it solved. | 13:33 |
*** mriedem has joined #openstack-dev | 13:34 | |
*** neelashah has quit IRC | 13:34 | |
*** antonym has joined #openstack-dev | 13:35 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 13:35 | |
*** dasp has left #openstack-dev | 13:35 | |
*** packet has joined #openstack-dev | 13:39 | |
*** Ephur has joined #openstack-dev | 13:40 | |
*** akshai has joined #openstack-dev | 13:40 | |
*** kiran-r has quit IRC | 13:41 | |
*** gamado has quit IRC | 13:42 | |
*** zz_natorious is now known as natorious | 13:42 | |
*** jprovazn_ has quit IRC | 13:42 | |
*** lifeless has quit IRC | 13:42 | |
*** mpavone has quit IRC | 13:43 | |
*** Ephur has quit IRC | 13:44 | |
*** gyee has quit IRC | 13:45 | |
*** mriedem has quit IRC | 13:46 | |
*** gyee has joined #openstack-dev | 13:46 | |
*** mriedem has joined #openstack-dev | 13:47 | |
*** rlrevell has joined #openstack-dev | 13:47 | |
*** mkletzan has quit IRC | 13:47 | |
*** DaSchab has joined #openstack-dev | 13:48 | |
*** athomas_ has joined #openstack-dev | 13:51 | |
*** athomas has quit IRC | 13:52 | |
*** athomas_ has quit IRC | 13:53 | |
*** athomas has joined #openstack-dev | 13:54 | |
*** jehb has quit IRC | 13:54 | |
*** FunnyLookinHat has joined #openstack-dev | 13:54 | |
*** ctina_ has quit IRC | 13:56 | |
*** kgriffs is now known as kgriffs|afk | 13:57 | |
*** egafford has joined #openstack-dev | 13:58 | |
*** ctina_ has joined #openstack-dev | 13:58 | |
*** neelashah has joined #openstack-dev | 13:58 | |
*** zaitcev has joined #openstack-dev | 14:02 | |
*** tdruiva has joined #openstack-dev | 14:02 | |
*** neelashah has quit IRC | 14:03 | |
*** gokrokve has quit IRC | 14:03 | |
*** jdennis has joined #openstack-dev | 14:03 | |
*** macjack has left #openstack-dev | 14:04 | |
*** dulek has quit IRC | 14:04 | |
*** jschwarz has joined #openstack-dev | 14:04 | |
*** signed8bit has joined #openstack-dev | 14:05 | |
*** Networkn3rd has joined #openstack-dev | 14:05 | |
*** abregman has quit IRC | 14:06 | |
*** dustins has joined #openstack-dev | 14:07 | |
*** dustins has quit IRC | 14:08 | |
*** dustins has joined #openstack-dev | 14:08 | |
*** shakamunyi has joined #openstack-dev | 14:09 | |
*** DaSchab has quit IRC | 14:09 | |
*** lifeless has joined #openstack-dev | 14:10 | |
*** rlrevell has quit IRC | 14:13 | |
*** shakamunyi has quit IRC | 14:13 | |
*** gargola has joined #openstack-dev | 14:14 | |
*** gargola_ has joined #openstack-dev | 14:15 | |
*** gargola_ has quit IRC | 14:16 | |
*** jobewan has joined #openstack-dev | 14:17 | |
*** xingchao has joined #openstack-dev | 14:17 | |
*** gargola_ has joined #openstack-dev | 14:17 | |
*** kacieee has joined #openstack-dev | 14:17 | |
*** cbouch has joined #openstack-dev | 14:18 | |
*** gargola has quit IRC | 14:18 | |
*** amitgandhinz has joined #openstack-dev | 14:19 | |
*** hyperbaba has joined #openstack-dev | 14:19 | |
*** abregman has joined #openstack-dev | 14:19 | |
hyperbaba | Hi, | 14:19 |
*** gargola_ is now known as gargola | 14:19 | |
*** krphop has quit IRC | 14:21 | |
*** rushiagr_away is now known as rushiagr | 14:21 | |
*** jprovazn has joined #openstack-dev | 14:23 | |
*** gfidente has quit IRC | 14:23 | |
*** gfidente has joined #openstack-dev | 14:23 | |
hyperbaba | I was thinking about initiating a new project in openstack. The project will enable use of different existing opensource object store technologies like swift, ceph and similar. The reason for this new project is an uniform api for access, user and quota management. Current solutions lack the later | 14:26 |
*** Lee1092 has joined #openstack-dev | 14:26 | |
hyperbaba | What do you think? | 14:26 |
*** k4n0 has quit IRC | 14:27 | |
*** yeylon has quit IRC | 14:28 | |
*** rlrevell has joined #openstack-dev | 14:29 | |
*** daniel3_ has joined #openstack-dev | 14:29 | |
*** carl_baldwin has joined #openstack-dev | 14:30 | |
*** krphop has joined #openstack-dev | 14:31 | |
*** gokrokve has joined #openstack-dev | 14:32 | |
*** nelsnelson has joined #openstack-dev | 14:34 | |
*** v92 has quit IRC | 14:34 | |
*** k4n0 has joined #openstack-dev | 14:35 | |
*** vineetmenon has joined #openstack-dev | 14:35 | |
*** shakamunyi has joined #openstack-dev | 14:35 | |
*** ksobkowiak has joined #openstack-dev | 14:35 | |
*** Marga_ has joined #openstack-dev | 14:36 | |
*** shakamunyi has quit IRC | 14:36 | |
*** shakamunyi has joined #openstack-dev | 14:36 | |
*** stevemar has joined #openstack-dev | 14:37 | |
*** v92 has joined #openstack-dev | 14:38 | |
*** electrocucaracha has joined #openstack-dev | 14:38 | |
*** nmagnezi has quit IRC | 14:39 | |
*** claudiub has quit IRC | 14:46 | |
*** ijw has quit IRC | 14:47 | |
*** dulek has joined #openstack-dev | 14:47 | |
*** matrohon has quit IRC | 14:48 | |
*** johnbelamaric has quit IRC | 14:48 | |
*** bhunter71 has joined #openstack-dev | 14:52 | |
*** ngoracke has quit IRC | 14:53 | |
*** Sukhdev has joined #openstack-dev | 14:53 | |
*** bknudson has quit IRC | 14:55 | |
*** johnbelamaric has joined #openstack-dev | 14:59 | |
*** raildo has quit IRC | 15:00 | |
*** xingchao has quit IRC | 15:02 | |
*** pc_m has quit IRC | 15:02 | |
*** gyee has quit IRC | 15:03 | |
*** numan has quit IRC | 15:03 | |
*** ngoracke has joined #openstack-dev | 15:04 | |
*** marun has joined #openstack-dev | 15:04 | |
*** jbell8 has joined #openstack-dev | 15:05 | |
*** gyee has joined #openstack-dev | 15:06 | |
*** zzzeek has joined #openstack-dev | 15:06 | |
*** Qiming_ has quit IRC | 15:06 | |
*** marcusvrn_ has joined #openstack-dev | 15:07 | |
*** natorious is now known as zz_natorious | 15:08 | |
*** pnavarro has quit IRC | 15:09 | |
*** aix has quit IRC | 15:09 | |
*** Sukhdev has quit IRC | 15:10 | |
*** sputnik13 has joined #openstack-dev | 15:12 | |
*** Nikolay_St has quit IRC | 15:12 | |
*** pkoniszewski has joined #openstack-dev | 15:13 | |
*** armax has joined #openstack-dev | 15:13 | |
*** tdruiva has quit IRC | 15:14 | |
*** fallenpegasus has joined #openstack-dev | 15:15 | |
*** ayoung is now known as eliza | 15:18 | |
*** eliza is now known as ayoung | 15:18 | |
*** tsekiyama has joined #openstack-dev | 15:18 | |
*** slaweq has quit IRC | 15:19 | |
*** zz_natorious has quit IRC | 15:21 | |
*** otter768 has joined #openstack-dev | 15:21 | |
*** ayoung is now known as ayoung-eliza | 15:22 | |
*** exploreshaifali has joined #openstack-dev | 15:22 | |
*** MasterPiece has joined #openstack-dev | 15:23 | |
*** ayoung-eliza is now known as ayoung | 15:23 | |
*** Ephur has joined #openstack-dev | 15:24 | |
*** bpokorny has joined #openstack-dev | 15:24 | |
*** sputnik13 has quit IRC | 15:24 | |
*** SridharG has left #openstack-dev | 15:26 | |
*** otter768 has quit IRC | 15:26 | |
*** blues-man has quit IRC | 15:27 | |
*** ybathia has joined #openstack-dev | 15:31 | |
*** jschwarz has quit IRC | 15:31 | |
*** krtaylor has quit IRC | 15:31 | |
*** zz_natorious has joined #openstack-dev | 15:32 | |
*** zz_natorious is now known as natorious | 15:32 | |
*** ybathia_ has joined #openstack-dev | 15:32 | |
*** mmagr has quit IRC | 15:34 | |
*** ybathia has quit IRC | 15:35 | |
*** ybathia_ is now known as ybathia | 15:35 | |
*** jdurgin1 has joined #openstack-dev | 15:38 | |
*** natorious has quit IRC | 15:40 | |
*** ukalifon has quit IRC | 15:40 | |
*** hdd__ has quit IRC | 15:40 | |
*** zz_natorious has joined #openstack-dev | 15:41 | |
*** zz_natorious is now known as natorious | 15:41 | |
*** kgriffs|afk is now known as kgriffs | 15:42 | |
*** Sukhdev has joined #openstack-dev | 15:43 | |
*** oro has quit IRC | 15:43 | |
*** Ephur has quit IRC | 15:44 | |
*** k4n0 has quit IRC | 15:44 | |
*** yamahata has joined #openstack-dev | 15:46 | |
*** jbell8 has quit IRC | 15:46 | |
*** bknudson has joined #openstack-dev | 15:46 | |
*** jbell8 has joined #openstack-dev | 15:47 | |
*** dkranz has quit IRC | 15:48 | |
*** akshai has quit IRC | 15:48 | |
*** jbell8 has quit IRC | 15:49 | |
*** akshai has joined #openstack-dev | 15:49 | |
*** egallen has quit IRC | 15:50 | |
*** patrickeast has joined #openstack-dev | 15:51 | |
*** signed8bit has quit IRC | 15:53 | |
*** patrickeast_ has joined #openstack-dev | 15:54 | |
*** viktors is now known as viktors|afk | 15:54 | |
*** nmagnezi has joined #openstack-dev | 15:55 | |
*** patrickeast has quit IRC | 15:56 | |
*** patrickeast_ is now known as patrickeast | 15:56 | |
*** _cjones_ has joined #openstack-dev | 15:57 | |
*** scheuran has quit IRC | 15:57 | |
*** mikeoutland has joined #openstack-dev | 15:57 | |
*** shakamunyi has quit IRC | 15:58 | |
*** jordanP has quit IRC | 15:59 | |
*** itzikb has quit IRC | 16:00 | |
*** sarob has joined #openstack-dev | 16:00 | |
*** dkranz has joined #openstack-dev | 16:00 | |
*** hdd__ has joined #openstack-dev | 16:01 | |
*** claudiub has joined #openstack-dev | 16:01 | |
*** _cjones_ has quit IRC | 16:01 | |
*** _cjones_ has joined #openstack-dev | 16:02 | |
*** amakarov_away is now known as amakarov | 16:02 | |
*** hdd__ has quit IRC | 16:03 | |
*** ygbo has quit IRC | 16:03 | |
*** mhorban has joined #openstack-dev | 16:03 | |
*** gszasz has quit IRC | 16:03 | |
*** eghobo has joined #openstack-dev | 16:05 | |
*** yassine has quit IRC | 16:07 | |
*** ajmiller has joined #openstack-dev | 16:08 | |
*** mdenny has joined #openstack-dev | 16:09 | |
*** bknudson has quit IRC | 16:09 | |
*** kiran-r has joined #openstack-dev | 16:11 | |
*** gyee has quit IRC | 16:13 | |
*** jbell8 has joined #openstack-dev | 16:13 | |
*** bknudson has joined #openstack-dev | 16:14 | |
*** arnaud____ has joined #openstack-dev | 16:15 | |
*** xarses has quit IRC | 16:15 | |
*** tdruiva has joined #openstack-dev | 16:15 | |
*** markus_z has quit IRC | 16:16 | |
*** evgenyf has quit IRC | 16:16 | |
*** joffter has joined #openstack-dev | 16:17 | |
*** gfidente has quit IRC | 16:19 | |
*** tdruiva has quit IRC | 16:20 | |
*** gokrokve has quit IRC | 16:21 | |
*** gokrokve has joined #openstack-dev | 16:21 | |
*** btulchinsky has quit IRC | 16:22 | |
*** _gryf is now known as _gryf|afk | 16:24 | |
*** neeti has quit IRC | 16:24 | |
*** jdandrea has quit IRC | 16:26 | |
*** jcoufal_ has quit IRC | 16:27 | |
*** pkoniszewski has quit IRC | 16:27 | |
*** amitgandhinz has quit IRC | 16:28 | |
*** alanf-mc has joined #openstack-dev | 16:29 | |
*** jistr has quit IRC | 16:29 | |
*** dulek has quit IRC | 16:29 | |
*** leeantho has joined #openstack-dev | 16:29 | |
*** safchain has quit IRC | 16:31 | |
*** claudiub has quit IRC | 16:33 | |
*** oro has joined #openstack-dev | 16:33 | |
*** bhunter71 has quit IRC | 16:34 | |
*** krtaylor has joined #openstack-dev | 16:35 | |
*** alanf-mc_ has joined #openstack-dev | 16:35 | |
*** jdurgin1 has quit IRC | 16:36 | |
*** Tross1 has quit IRC | 16:36 | |
*** Tross has joined #openstack-dev | 16:36 | |
*** btulchinsky has joined #openstack-dev | 16:37 | |
*** sputnik13 has joined #openstack-dev | 16:37 | |
*** kbringard has quit IRC | 16:37 | |
*** alanf-mc has quit IRC | 16:38 | |
*** kbringard has joined #openstack-dev | 16:38 | |
*** bhunter71 has joined #openstack-dev | 16:39 | |
*** jbell8 has quit IRC | 16:40 | |
*** marcusvrn_ is now known as marcusvrn | 16:42 | |
*** tkammer has quit IRC | 16:44 | |
*** jordanP has joined #openstack-dev | 16:46 | |
*** patrickeast has quit IRC | 16:46 | |
*** jbell8 has joined #openstack-dev | 16:46 | |
*** wolsen_ is now known as wolsen | 16:47 | |
*** marun has quit IRC | 16:49 | |
*** shakamunyi has joined #openstack-dev | 16:49 | |
*** kobis has quit IRC | 16:50 | |
*** markmc has quit IRC | 16:50 | |
*** jbell8 has quit IRC | 16:50 | |
*** xingchao has joined #openstack-dev | 16:51 | |
krotscheck | Hi everyone! david-lyle, reed, and I are soliciting the community to get an idea of how Horizon is used in the real world. If your company runs a cloud, would you mind answering this survey for us? https://docs.google.com/forms/d/15BeVapK-sxr6qDLj9VrpLKx7WIDdr9nuHO17kdRT864/viewform | 16:51 |
*** abregman has quit IRC | 16:51 | |
*** spandhe has joined #openstack-dev | 16:51 | |
*** marun has joined #openstack-dev | 16:51 | |
*** arnaud____ has quit IRC | 16:52 | |
*** xarses has joined #openstack-dev | 16:53 | |
*** nmagnezi has quit IRC | 16:53 | |
*** Ala has quit IRC | 16:53 | |
*** sahid has quit IRC | 16:54 | |
*** pradeep has joined #openstack-dev | 16:55 | |
*** daniel3_ has quit IRC | 16:56 | |
*** claudiub has joined #openstack-dev | 16:56 | |
*** vladikr has quit IRC | 16:58 | |
*** mwang2 has joined #openstack-dev | 16:58 | |
*** igordcard_ has quit IRC | 16:59 | |
*** btulchin_ has joined #openstack-dev | 16:59 | |
*** alanf-mc_ has quit IRC | 16:59 | |
*** bharath_ has joined #openstack-dev | 17:00 | |
*** btulchin_ has quit IRC | 17:01 | |
*** derekh_ has quit IRC | 17:01 | |
*** btulchinsky has quit IRC | 17:01 | |
crinkle | krotscheck: might also ask in #openstack-operators | 17:02 |
*** rraja has quit IRC | 17:02 | |
*** jdandrea has joined #openstack-dev | 17:02 | |
*** pc_m has joined #openstack-dev | 17:02 | |
*** alanf-mc has joined #openstack-dev | 17:03 | |
*** ayoung has quit IRC | 17:04 | |
*** xingchao has quit IRC | 17:04 | |
*** slupers has joined #openstack-dev | 17:04 | |
*** shakamunyi has quit IRC | 17:05 | |
*** SumitNaiksatam has quit IRC | 17:05 | |
*** btulchinsky has joined #openstack-dev | 17:07 | |
*** gyee has joined #openstack-dev | 17:08 | |
*** bobmel_ has joined #openstack-dev | 17:09 | |
*** patrickeast has joined #openstack-dev | 17:10 | |
*** athomas has quit IRC | 17:10 | |
*** Marga_ has quit IRC | 17:11 | |
*** bobmel has quit IRC | 17:12 | |
*** yamahata has quit IRC | 17:12 | |
med_ | ttx, will there be tables with signage so we can have some adhoc meetings in Vancouver (like in previous summits) | 17:14 |
med_ | Rumor has those have gone the way of the Dodo bird. | 17:14 |
med_ | ie, a quick dropin session on "X" where "X" may be Designate? | 17:14 |
*** kiran-r has quit IRC | 17:14 | |
*** [1]evgenyf has joined #openstack-dev | 17:15 | |
*** tdruiva has joined #openstack-dev | 17:16 | |
*** alanf-mc has quit IRC | 17:16 | |
*** igordcard_ has joined #openstack-dev | 17:17 | |
*** achanda has joined #openstack-dev | 17:17 | |
*** shakamunyi has joined #openstack-dev | 17:20 | |
*** alanf-mc has joined #openstack-dev | 17:20 | |
reed | reminder for everyone: please leave low-hanging-fruit bugs available for newcomers, don't rush to fix easy ones :) | 17:20 |
reed | med_, the 'pods' like in Atlanta? | 17:21 |
*** tdruiva has quit IRC | 17:21 | |
*** gyee has quit IRC | 17:22 | |
*** shardy has quit IRC | 17:22 | |
*** otter768 has joined #openstack-dev | 17:22 | |
*** amitgandhinz has joined #openstack-dev | 17:23 | |
*** ssurana has joined #openstack-dev | 17:26 | |
*** exploreshaifali has quit IRC | 17:27 | |
*** SumitNaiksatam has joined #openstack-dev | 17:27 | |
*** otter768 has quit IRC | 17:27 | |
med_ | reed, yes,I think so | 17:27 |
med_ | they were in behind the escalators in ATL. | 17:28 |
reed | I remember those :) good times :) | 17:28 |
*** jdennis has left #openstack-dev | 17:28 | |
*** boris-42 has quit IRC | 17:28 | |
med_ | and please mark additional LHF as you find them. | 17:28 |
reed | med_, I'm collecting the info for you to be precise, but I think there are extra spaces for this sort of meetings in YVR | 17:28 |
*** marcusvrn has quit IRC | 17:29 | |
med_ | reed, tx! that was my thought (and I"m proxying the request for others on my team as well, not for /me) | 17:33 |
*** vineetmenon has quit IRC | 17:33 | |
* med_ had no idea reed was stefano.... thought stefano was stefano | 17:33 | |
*** slaweq has joined #openstack-dev | 17:34 | |
*** mikeoutland has quit IRC | 17:34 | |
*** mattfarina has joined #openstack-dev | 17:36 | |
*** slupers has quit IRC | 17:36 | |
*** jdennis has joined #openstack-dev | 17:36 | |
*** galstrom_zzz is now known as galstrom | 17:37 | |
*** pelix has quit IRC | 17:38 | |
*** mikeoutland has joined #openstack-dev | 17:38 | |
*** emagana has joined #openstack-dev | 17:39 | |
*** vhoward has left #openstack-dev | 17:41 | |
*** alexpilotti has quit IRC | 17:41 | |
reed | med_, I have been told that 'There will be TONS of hallway tables and lounge space, the entire lunch room which seats 3,000 people, and about 5 hotel lobbies across the street' | 17:41 |
*** hyperbaba has quit IRC | 17:42 | |
med_ | WIN. | 17:42 |
*** akrivoka has quit IRC | 17:42 | |
reed | the advantage of having the summit in north america: lots of space | 17:42 |
*** slaweq has quit IRC | 17:43 | |
*** Sukhdev has quit IRC | 17:43 | |
med_ | thanks stefano | 17:43 |
*** eharney has quit IRC | 17:43 | |
* reed will need extra focus to avoid talking and thinking about sailing the whole time in YVR | 17:44 | |
reed | looks so beautiful up there | 17:44 |
*** bharath_ has quit IRC | 17:45 | |
reed | med_, and the waterfront is also available for meetings, probably too distracting though :) | 17:46 |
*** Marga_ has joined #openstack-dev | 17:46 | |
*** alexpilotti has joined #openstack-dev | 17:46 | |
*** gyee has joined #openstack-dev | 17:46 | |
*** Sukhdev has joined #openstack-dev | 17:47 | |
*** Swami has joined #openstack-dev | 17:48 | |
*** vCloudernBeer has joined #openstack-dev | 17:49 | |
*** pradeep has quit IRC | 17:49 | |
*** alexpilotti_ has joined #openstack-dev | 17:50 | |
*** alexpilotti has quit IRC | 17:51 | |
*** alexpilotti_ is now known as alexpilotti | 17:51 | |
*** pmcg has quit IRC | 17:52 | |
vCloudernBeer | pinging emagana | 17:53 |
*** ZZelle has quit IRC | 17:53 | |
*** kgiusti has quit IRC | 17:53 | |
*** ZZelle has joined #openstack-dev | 17:53 | |
*** akrivoka has joined #openstack-dev | 17:54 | |
*** pmcg has joined #openstack-dev | 17:54 | |
*** daniel3_ has joined #openstack-dev | 17:54 | |
emagana | vCloudernBeer: Hello! | 17:55 |
*** electrocucaracha has quit IRC | 17:55 | |
vCloudernBeer | Neutron bug 1418079 is assigned to you | 17:55 |
openstack | bug 1418079 in neutron "Namespace deletion caveat in agent configuration files" [Low,New] https://launchpad.net/bugs/1418079 - Assigned to Edgar Magana (emagana) | 17:55 |
emagana | vCloudernBeer: yes! | 17:56 |
emagana | vCloudernBeer: Do you want to take it? | 17:56 |
*** electrocucaracha has joined #openstack-dev | 17:56 | |
vCloudernBeer | Yes, this seems to be a good one for me - first timer | 17:56 |
*** jkugel has joined #openstack-dev | 17:57 | |
emagana | vCloudernBeer: by all means, please re-assign it to you and let me know if you need assistance along the way | 17:57 |
*** kushal has quit IRC | 17:57 | |
vCloudernBeer | Thanks so much. I am sure I will have questions since this will be my first commit. :) | 17:58 |
vCloudernBeer | Have a nice day. | 17:58 |
*** signed8bit has joined #openstack-dev | 17:58 | |
*** alanf-mc has quit IRC | 17:58 | |
emagana | vCloudernBeer: you too! | 17:59 |
*** xarses has quit IRC | 18:00 | |
*** aspiers has quit IRC | 18:01 | |
*** ssurana1 has joined #openstack-dev | 18:01 | |
*** ssurana has quit IRC | 18:02 | |
*** alanf-mc has joined #openstack-dev | 18:02 | |
*** tdruiva has joined #openstack-dev | 18:03 | |
*** xingchao has joined #openstack-dev | 18:04 | |
*** ZZelle_ has joined #openstack-dev | 18:06 | |
*** yeylon has joined #openstack-dev | 18:07 | |
*** markmcclain has quit IRC | 18:09 | |
*** AnilV4 has quit IRC | 18:09 | |
*** doug-fish has left #openstack-dev | 18:09 | |
*** signed8bit has quit IRC | 18:09 | |
*** Marga_ has quit IRC | 18:10 | |
*** xingchao has quit IRC | 18:11 | |
*** Marga_ has joined #openstack-dev | 18:11 | |
*** signed8bit has joined #openstack-dev | 18:11 | |
*** vCloudernBeer has quit IRC | 18:11 | |
*** reed has quit IRC | 18:11 | |
*** eharney has joined #openstack-dev | 18:12 | |
*** Sukhdev has quit IRC | 18:14 | |
*** alanf-mc has quit IRC | 18:14 | |
*** Mandell has joined #openstack-dev | 18:14 | |
*** reed has joined #openstack-dev | 18:14 | |
*** carlp has quit IRC | 18:15 | |
*** Mandell has quit IRC | 18:15 | |
*** xarses has joined #openstack-dev | 18:16 | |
*** Nikolay_St has joined #openstack-dev | 18:16 | |
*** alanf-mc has joined #openstack-dev | 18:18 | |
krotscheck | crinkle: Thanks | 18:18 |
*** alanf-mc has quit IRC | 18:21 | |
*** lpetrut has quit IRC | 18:23 | |
*** rushiagr is now known as rushiagr_away | 18:23 | |
*** alanf-mc has joined #openstack-dev | 18:24 | |
*** baoli_ has quit IRC | 18:27 | |
*** slupers has joined #openstack-dev | 18:27 | |
*** yeylon has quit IRC | 18:27 | |
*** alanf-mc has quit IRC | 18:27 | |
*** fallenpegasus has quit IRC | 18:28 | |
*** alanf-mc has joined #openstack-dev | 18:28 | |
*** _gryf|afk is now known as _gryf | 18:28 | |
*** SumitNaiksatam_ has joined #openstack-dev | 18:28 | |
*** carlp has joined #openstack-dev | 18:28 | |
*** kbringard has quit IRC | 18:29 | |
mriedem | stevemar: i need to rage on your in internal irc | 18:29 |
*** kbringard has joined #openstack-dev | 18:30 | |
*** slaweq has joined #openstack-dev | 18:30 | |
mriedem | please go there now for the rage | 18:30 |
*** SumitNaiksatam has quit IRC | 18:30 | |
*** SumitNaiksatam_ is now known as SumitNaiksatam | 18:30 | |
mriedem | s/your/you/ | 18:30 |
*** yamahata has joined #openstack-dev | 18:33 | |
*** jbell8 has joined #openstack-dev | 18:33 | |
*** jordanP has quit IRC | 18:34 | |
*** Marga_ has quit IRC | 18:35 | |
*** Marga_ has joined #openstack-dev | 18:36 | |
*** gyee has quit IRC | 18:37 | |
*** pradeep has joined #openstack-dev | 18:37 | |
*** debedb has joined #openstack-dev | 18:38 | |
*** READ10 has quit IRC | 18:41 | |
*** vCloudernBeer has joined #openstack-dev | 18:42 | |
*** doug-fish has joined #openstack-dev | 18:42 | |
*** mattfarina has quit IRC | 18:42 | |
*** markmcclain has joined #openstack-dev | 18:42 | |
*** vap has quit IRC | 18:45 | |
*** vap has joined #openstack-dev | 18:45 | |
*** gargola has quit IRC | 18:46 | |
*** vCloudernBeer has quit IRC | 18:46 | |
*** gargola has joined #openstack-dev | 18:46 | |
*** _gryf is now known as _gryf|afk | 18:47 | |
*** jkugel has quit IRC | 18:47 | |
*** daniel3_ has quit IRC | 18:47 | |
*** pmcg has quit IRC | 18:47 | |
*** spandhe has quit IRC | 18:47 | |
*** gokrokve has quit IRC | 18:47 | |
*** changbl has quit IRC | 18:47 | |
*** markvoelker has quit IRC | 18:47 | |
*** Longgeek has quit IRC | 18:47 | |
*** Krin has quit IRC | 18:47 | |
*** lsmola has quit IRC | 18:47 | |
*** jtomasek has quit IRC | 18:47 | |
*** smccully has quit IRC | 18:47 | |
*** sambol has quit IRC | 18:47 | |
*** vuntz has quit IRC | 18:48 | |
*** russellb has quit IRC | 18:48 | |
*** adreznec has quit IRC | 18:48 | |
*** QuentinM has quit IRC | 18:48 | |
*** sorrison has quit IRC | 18:48 | |
*** haleyb has quit IRC | 18:48 | |
*** razec has quit IRC | 18:48 | |
*** Aegil has quit IRC | 18:48 | |
*** SotK has quit IRC | 18:48 | |
*** tsufiev has quit IRC | 18:48 | |
*** ianw has quit IRC | 18:48 | |
*** ianunruh has quit IRC | 18:48 | |
*** jb11211 has quit IRC | 18:48 | |
*** yamahata has quit IRC | 18:48 | |
*** ZZelle has quit IRC | 18:48 | |
*** btulchinsky has quit IRC | 18:48 | |
*** ajmiller has quit IRC | 18:48 | |
*** egafford has quit IRC | 18:48 | |
*** georgelorch has quit IRC | 18:48 | |
*** mmedvede has quit IRC | 18:48 | |
*** jogo has quit IRC | 18:48 | |
*** linuxmaniac has quit IRC | 18:48 | |
*** kairat_kushaev has quit IRC | 18:48 | |
*** zaneb has quit IRC | 18:48 | |
*** pasquier-s has quit IRC | 18:48 | |
*** Odd_Bloke has quit IRC | 18:48 | |
*** mkoderer has quit IRC | 18:48 | |
*** morganfainberg has quit IRC | 18:48 | |
*** jkoelker has quit IRC | 18:48 | |
*** alpha_ori has quit IRC | 18:48 | |
*** pothole has quit IRC | 18:48 | |
*** vipul has quit IRC | 18:48 | |
*** devananda has quit IRC | 18:48 | |
*** mriedem has quit IRC | 18:48 | |
*** djinni has quit IRC | 18:48 | |
*** cloudnull has quit IRC | 18:48 | |
*** hogepodge has quit IRC | 18:48 | |
*** raginbajin has quit IRC | 18:48 | |
*** dcmorton has quit IRC | 18:48 | |
*** briancline has quit IRC | 18:48 | |
*** jamiec has quit IRC | 18:48 | |
*** _cerberus_ has quit IRC | 18:48 | |
KevinBowden | hey all | 18:48 |
*** djinni has joined #openstack-dev | 18:49 | |
*** yamahata has joined #openstack-dev | 18:49 | |
*** ZZelle has joined #openstack-dev | 18:49 | |
*** btulchinsky has joined #openstack-dev | 18:49 | |
*** ajmiller has joined #openstack-dev | 18:49 | |
*** egafford has joined #openstack-dev | 18:49 | |
*** mriedem has joined #openstack-dev | 18:49 | |
*** georgelorch has joined #openstack-dev | 18:49 | |
*** mmedvede has joined #openstack-dev | 18:49 | |
*** cloudnull has joined #openstack-dev | 18:49 | |
*** jogo has joined #openstack-dev | 18:49 | |
*** linuxmaniac has joined #openstack-dev | 18:49 | |
*** hogepodge has joined #openstack-dev | 18:49 | |
*** kairat_kushaev has joined #openstack-dev | 18:49 | |
*** zaneb has joined #openstack-dev | 18:49 | |
*** devananda has joined #openstack-dev | 18:49 | |
*** vipul has joined #openstack-dev | 18:49 | |
*** pothole has joined #openstack-dev | 18:49 | |
*** alpha_ori has joined #openstack-dev | 18:49 | |
*** jkoelker has joined #openstack-dev | 18:49 | |
*** morganfainberg has joined #openstack-dev | 18:49 | |
*** mkoderer has joined #openstack-dev | 18:49 | |
*** Odd_Bloke has joined #openstack-dev | 18:49 | |
*** pasquier-s has joined #openstack-dev | 18:49 | |
*** raginbajin has joined #openstack-dev | 18:49 | |
*** dcmorton has joined #openstack-dev | 18:49 | |
*** briancline has joined #openstack-dev | 18:49 | |
*** _cerberus_ has joined #openstack-dev | 18:49 | |
*** jamiec has joined #openstack-dev | 18:49 | |
*** jkugel has joined #openstack-dev | 18:49 | |
*** daniel3_ has joined #openstack-dev | 18:49 | |
*** pmcg has joined #openstack-dev | 18:49 | |
*** spandhe has joined #openstack-dev | 18:49 | |
*** gokrokve has joined #openstack-dev | 18:49 | |
*** changbl has joined #openstack-dev | 18:49 | |
*** markvoelker has joined #openstack-dev | 18:49 | |
*** Longgeek has joined #openstack-dev | 18:49 | |
*** Krin has joined #openstack-dev | 18:49 | |
*** lsmola has joined #openstack-dev | 18:49 | |
*** jtomasek has joined #openstack-dev | 18:49 | |
*** smccully has joined #openstack-dev | 18:49 | |
*** sambol has joined #openstack-dev | 18:49 | |
*** vuntz has joined #openstack-dev | 18:49 | |
*** russellb has joined #openstack-dev | 18:49 | |
*** adreznec has joined #openstack-dev | 18:49 | |
*** QuentinM has joined #openstack-dev | 18:49 | |
*** sorrison has joined #openstack-dev | 18:49 | |
*** haleyb has joined #openstack-dev | 18:49 | |
*** razec has joined #openstack-dev | 18:49 | |
*** Aegil has joined #openstack-dev | 18:49 | |
*** SotK has joined #openstack-dev | 18:49 | |
*** tsufiev has joined #openstack-dev | 18:49 | |
*** ianw has joined #openstack-dev | 18:49 | |
*** ianunruh has joined #openstack-dev | 18:49 | |
*** jb11211 has joined #openstack-dev | 18:49 | |
*** akrivoka has quit IRC | 18:50 | |
*** mattfarina has joined #openstack-dev | 18:50 | |
*** mattfarina has quit IRC | 18:51 | |
*** rlrevell has quit IRC | 18:54 | |
*** ajmiller has quit IRC | 18:54 | |
*** ajmiller has joined #openstack-dev | 18:55 | |
*** pkoniszewski has joined #openstack-dev | 18:56 | |
cference | Hey, could anyone help me out with an issue with Tox on networking-odl? I can't seem to get it to work | 18:57 |
mariojv | hi - i'm looking to upgrade sphinx in ironic for https://review.openstack.org/#/c/180339/1, but I realized that the global requirements caps the library below 1.3 here https://github.com/openstack/requirements/blob/master/global-requirements.txt#L249 | 18:58 |
*** btulchinsky has quit IRC | 18:59 | |
mariojv | would there by any objections to removing the global version cap? not sure why it was there in the first place, any insight would be good. sphinx 1.3 adds some nice features for mocking dependencies to make doc build process less error-prone | 18:59 |
clarkb | cference: typically the idea with tox is that running `tox` will just work. This is basically how we run the tests in jenkins. can you provide more specific info on what doesn't work? | 19:00 |
clarkb | mariojv: iirc sphinx 1.3 does/did not work | 19:00 |
cference | clarkb, sure, let me get you a pastebin | 19:00 |
*** mattfarina has joined #openstack-dev | 19:00 | |
*** MasterPiece has quit IRC | 19:00 | |
clarkb | mariojv: eg it could not build our docs | 19:00 |
*** [1]evgenyf has quit IRC | 19:00 | |
mariojv | clarkb: for which project? all of them? | 19:00 |
*** francois has quit IRC | 19:00 | |
clarkb | mariojv: yes all of them, something like man pages was just broken | 19:00 |
*** FunnyLookinHat has quit IRC | 19:01 | |
mariojv | clarkb: weird, i wonder if that was a beta version. I'll build the ironic docs and double-check | 19:01 |
cference | clarkb, http://pastebin.com/Xj1k9uwd | 19:01 |
*** slaweq has quit IRC | 19:02 | |
cference | clarkb, more specifically, when I check the logs, I see this: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 36: ordinal not in range(128) | 19:02 |
*** kacieee has quit IRC | 19:02 | |
*** Sukhdev has joined #openstack-dev | 19:03 | |
clarkb | cference: I think the problem is above that, see line 956, and if you scroll up a bit from there you see that libffi is not available | 19:04 |
clarkb | cference: I would install libffi-dev | 19:04 |
*** annegentle has joined #openstack-dev | 19:06 | |
*** gyee has joined #openstack-dev | 19:07 | |
*** kacieee has joined #openstack-dev | 19:07 | |
*** achanda has quit IRC | 19:07 | |
*** pixelbeat has quit IRC | 19:08 | |
*** Nikolay_St has quit IRC | 19:09 | |
*** Nikolay_St has joined #openstack-dev | 19:09 | |
*** natorious is now known as zz_natorious | 19:09 | |
*** zz_natorious is now known as natorious | 19:10 | |
*** rlrevell has joined #openstack-dev | 19:11 | |
cference | clarkb, I installed that package and it's still doing it: http://pastebin.com/CiRkjw6x | 19:11 |
cference | That specific error is gone though | 19:11 |
*** ndipanov has quit IRC | 19:11 | |
*** READ10 has joined #openstack-dev | 19:13 | |
*** alanf-mc has quit IRC | 19:13 | |
*** amitgandhinz has quit IRC | 19:14 | |
*** kgiusti has joined #openstack-dev | 19:14 | |
*** hashar has joined #openstack-dev | 19:14 | |
*** boris-42 has joined #openstack-dev | 19:14 | |
*** zul has quit IRC | 19:14 | |
*** ksobkowiak has quit IRC | 19:15 | |
*** alanf-mc has joined #openstack-dev | 19:15 | |
*** zul has joined #openstack-dev | 19:16 | |
*** salv-orl_ has joined #openstack-dev | 19:16 | |
*** amakarov is now known as amakarov_away | 19:18 | |
*** yamahata has quit IRC | 19:18 | |
*** ZZelle has quit IRC | 19:18 | |
*** egafford has quit IRC | 19:18 | |
*** georgelorch has quit IRC | 19:18 | |
*** mmedvede has quit IRC | 19:18 | |
*** jogo has quit IRC | 19:18 | |
*** linuxmaniac has quit IRC | 19:18 | |
*** kairat_kushaev has quit IRC | 19:18 | |
*** zaneb has quit IRC | 19:18 | |
*** pasquier-s has quit IRC | 19:18 | |
*** Odd_Bloke has quit IRC | 19:18 | |
*** mkoderer has quit IRC | 19:18 | |
*** morganfainberg has quit IRC | 19:18 | |
*** jkoelker has quit IRC | 19:18 | |
*** alpha_ori has quit IRC | 19:18 | |
*** pothole has quit IRC | 19:18 | |
*** vipul has quit IRC | 19:18 | |
*** devananda has quit IRC | 19:18 | |
*** annegentle has quit IRC | 19:19 | |
*** yamahata has joined #openstack-dev | 19:19 | |
*** ZZelle has joined #openstack-dev | 19:19 | |
*** egafford has joined #openstack-dev | 19:19 | |
*** georgelorch has joined #openstack-dev | 19:19 | |
*** mmedvede has joined #openstack-dev | 19:19 | |
*** jogo has joined #openstack-dev | 19:19 | |
*** linuxmaniac has joined #openstack-dev | 19:19 | |
*** kairat_kushaev has joined #openstack-dev | 19:19 | |
*** zaneb has joined #openstack-dev | 19:19 | |
*** devananda has joined #openstack-dev | 19:19 | |
*** vipul has joined #openstack-dev | 19:19 | |
*** pothole has joined #openstack-dev | 19:19 | |
*** alpha_ori has joined #openstack-dev | 19:19 | |
*** jkoelker has joined #openstack-dev | 19:19 | |
*** morganfainberg has joined #openstack-dev | 19:19 | |
*** mkoderer has joined #openstack-dev | 19:19 | |
*** Odd_Bloke has joined #openstack-dev | 19:19 | |
*** pasquier-s has joined #openstack-dev | 19:19 | |
*** zaneb has quit IRC | 19:19 | |
*** zbitter has joined #openstack-dev | 19:19 | |
*** annegentle has joined #openstack-dev | 19:19 | |
*** lpetrut has joined #openstack-dev | 19:19 | |
*** salv-orlando has quit IRC | 19:19 | |
*** morganfainberg has quit IRC | 19:20 | |
*** bogdando has quit IRC | 19:21 | |
*** alanf-mc has quit IRC | 19:21 | |
*** morganfainberg has joined #openstack-dev | 19:21 | |
*** ssurana1 has quit IRC | 19:21 | |
*** zbitter is now known as zaneb | 19:21 | |
*** rlrevell has quit IRC | 19:23 | |
*** rlrevell has joined #openstack-dev | 19:23 | |
*** otter768 has joined #openstack-dev | 19:23 | |
*** Marga_ has quit IRC | 19:24 | |
*** otter768 has quit IRC | 19:28 | |
*** coolsvap|afk has quit IRC | 19:28 | |
*** ksobkowiak has joined #openstack-dev | 19:29 | |
*** coolsvap|afk has joined #openstack-dev | 19:31 | |
*** rcj has left #openstack-dev | 19:31 | |
*** angdraug has joined #openstack-dev | 19:32 | |
*** rlrevell has quit IRC | 19:33 | |
*** ctina__ has joined #openstack-dev | 19:33 | |
*** skraynev_ has joined #openstack-dev | 19:34 | |
*** rlrevell has joined #openstack-dev | 19:34 | |
*** ctina_ has quit IRC | 19:36 | |
*** ctina__ has quit IRC | 19:38 | |
*** rlrevell has quit IRC | 19:38 | |
*** FunnyLookinHat has joined #openstack-dev | 19:39 | |
*** akshai has quit IRC | 19:39 | |
*** Nikolay_St has quit IRC | 19:43 | |
*** mwang2_ has joined #openstack-dev | 19:45 | |
*** Nikolay_St has joined #openstack-dev | 19:45 | |
*** yeylon has joined #openstack-dev | 19:46 | |
*** mwang2 has quit IRC | 19:47 | |
*** novas0x2a|laptop has joined #openstack-dev | 19:48 | |
*** Raildo_ has joined #openstack-dev | 19:48 | |
*** Raildo_ has quit IRC | 19:52 | |
*** baoli has joined #openstack-dev | 19:52 | |
*** Raildo has joined #openstack-dev | 19:52 | |
*** arnaud____ has joined #openstack-dev | 19:53 | |
*** TrevorV|home has joined #openstack-dev | 19:55 | |
*** rlrevell has joined #openstack-dev | 19:55 | |
*** arnaud____ has quit IRC | 19:57 | |
*** armax has quit IRC | 20:00 | |
*** jruano has joined #openstack-dev | 20:00 | |
*** Lee1092 has quit IRC | 20:01 | |
*** pkoniszewski has quit IRC | 20:01 | |
*** rcrit has quit IRC | 20:02 | |
*** rcrit has joined #openstack-dev | 20:03 | |
*** igordcard has joined #openstack-dev | 20:03 | |
*** hashar has quit IRC | 20:04 | |
*** galstrom is now known as galstrom_zzz | 20:05 | |
*** ssurana has joined #openstack-dev | 20:08 | |
jdandrea | Is this supposed to show the blueprints I'm *subscribed* to? It's turning up nothing. https://blueprints.launchpad.net/~jdandrea/+specs?role=subscriber | 20:10 |
*** notnownikki has quit IRC | 20:10 | |
*** ngoracke has quit IRC | 20:11 | |
*** jcoufal has joined #openstack-dev | 20:11 | |
*** jcoufal has quit IRC | 20:11 | |
clarkb | cference: that time it failed linking against openssl | 20:11 |
clarkb | cference: I think same thing needs to be done, install dev packge for openssl | 20:11 |
cference | clarkb, is there a list of packages I need somewhere? | 20:13 |
*** gyee has quit IRC | 20:13 | |
clarkb | cference: I don't know, it depends on the project and I am not familiar with that particular project | 20:13 |
*** yamahata has quit IRC | 20:14 | |
*** cbouch has quit IRC | 20:14 | |
cference | great. Alright let me try this again | 20:14 |
*** asselin__ is now known as asselin | 20:15 | |
*** debedb has quit IRC | 20:16 | |
*** mattfarina has quit IRC | 20:17 | |
*** dkranz has quit IRC | 20:20 | |
*** yeylon has quit IRC | 20:22 | |
*** alanf-mc has joined #openstack-dev | 20:22 | |
*** pnavarro has joined #openstack-dev | 20:23 | |
*** pradeep has quit IRC | 20:24 | |
*** ssurana1 has joined #openstack-dev | 20:25 | |
*** Marga_ has joined #openstack-dev | 20:25 | |
*** hemnafk is now known as hemna | 20:26 | |
*** mattfarina has joined #openstack-dev | 20:26 | |
*** jprovazn has quit IRC | 20:26 | |
*** mattfarina has quit IRC | 20:26 | |
*** ssurana has quit IRC | 20:27 | |
*** emagana has quit IRC | 20:29 | |
*** Marga_ has quit IRC | 20:30 | |
*** ssurana has joined #openstack-dev | 20:30 | |
*** ssurana1 has quit IRC | 20:30 | |
*** baoli has quit IRC | 20:30 | |
*** baoli has joined #openstack-dev | 20:31 | |
*** rbradfor has quit IRC | 20:31 | |
*** leeantho has quit IRC | 20:35 | |
*** radez is now known as radez_g0n3 | 20:35 | |
*** bogdando has joined #openstack-dev | 20:36 | |
*** Swami has quit IRC | 20:37 | |
*** ssurana has quit IRC | 20:37 | |
*** pradeep has joined #openstack-dev | 20:37 | |
*** achanda has joined #openstack-dev | 20:38 | |
*** daniel3_ has quit IRC | 20:38 | |
*** carl_baldwin has quit IRC | 20:39 | |
*** promulo_ has joined #openstack-dev | 20:39 | |
*** vladikr has joined #openstack-dev | 20:39 | |
*** Raildo_ has joined #openstack-dev | 20:40 | |
*** carl_baldwin has joined #openstack-dev | 20:40 | |
*** pnavarro has quit IRC | 20:42 | |
*** natorious is now known as zz_natorious | 20:43 | |
*** unicell has joined #openstack-dev | 20:43 | |
cference | clarkb, figured it out. There was missing another package but pbr was complaining about the version not being the right one, so I incremented it in setup.cfg and it works now | 20:43 |
*** Raildo has quit IRC | 20:43 | |
*** unicell has quit IRC | 20:45 | |
*** zz_natorious is now known as natorious | 20:45 | |
*** unicell has joined #openstack-dev | 20:45 | |
*** achanda has quit IRC | 20:45 | |
*** ngoracke has joined #openstack-dev | 20:46 | |
*** Marga_ has joined #openstack-dev | 20:46 | |
*** FunnyLookinHat has quit IRC | 20:47 | |
*** TrevorV|home has quit IRC | 20:50 | |
*** ayoung has joined #openstack-dev | 20:50 | |
*** pradeep has quit IRC | 20:51 | |
*** Raildo_ has quit IRC | 20:52 | |
*** unicell has quit IRC | 20:52 | |
*** Marga_ has quit IRC | 20:52 | |
*** lpetrut has quit IRC | 20:52 | |
*** alanf-mc has quit IRC | 20:52 | |
*** alanf-mc has joined #openstack-dev | 20:53 | |
*** unicell has joined #openstack-dev | 20:54 | |
*** unicell has quit IRC | 20:55 | |
*** alanf-mc has quit IRC | 20:55 | |
*** alanf-mc has joined #openstack-dev | 20:56 | |
*** aysyd has quit IRC | 20:56 | |
*** MasterPiece has joined #openstack-dev | 20:57 | |
*** Marga_ has joined #openstack-dev | 20:57 | |
*** xingchao has joined #openstack-dev | 20:58 | |
*** dsneddon has quit IRC | 20:59 | |
*** unicell has joined #openstack-dev | 21:01 | |
*** emagana has joined #openstack-dev | 21:01 | |
*** dsirrine is now known as dsirrine|brb | 21:01 | |
*** bdemers has quit IRC | 21:02 | |
*** xingchao has quit IRC | 21:03 | |
*** Sukhdev has quit IRC | 21:03 | |
*** cference has quit IRC | 21:03 | |
*** gokrokve has quit IRC | 21:03 | |
*** gokrokve has joined #openstack-dev | 21:04 | |
*** trown is now known as trown|outttypeww | 21:04 | |
*** dsneddon has joined #openstack-dev | 21:04 | |
*** gokrokve has quit IRC | 21:05 | |
*** gokrokve has joined #openstack-dev | 21:05 | |
*** emagana has quit IRC | 21:06 | |
*** MasterPiece has quit IRC | 21:06 | |
*** mikeoutland has quit IRC | 21:06 | |
*** ajmiller has quit IRC | 21:07 | |
*** skraynev_ has quit IRC | 21:08 | |
*** isd has joined #openstack-dev | 21:08 | |
*** gokrokve has quit IRC | 21:08 | |
*** gokrokve_ has joined #openstack-dev | 21:08 | |
*** bswartz has quit IRC | 21:08 | |
*** rbradfor has joined #openstack-dev | 21:11 | |
*** tiswanso has quit IRC | 21:13 | |
*** Swami has joined #openstack-dev | 21:13 | |
*** timello has quit IRC | 21:15 | |
*** zsais has joined #openstack-dev | 21:15 | |
*** pc_m has quit IRC | 21:16 | |
*** btulchinsky has joined #openstack-dev | 21:16 | |
*** maurosr has quit IRC | 21:21 | |
*** jgrimm_ has quit IRC | 21:22 | |
*** oro has quit IRC | 21:22 | |
*** maurosr has joined #openstack-dev | 21:22 | |
*** timello has joined #openstack-dev | 21:23 | |
*** jgrimm has joined #openstack-dev | 21:23 | |
*** oro has joined #openstack-dev | 21:23 | |
*** Longgeek has quit IRC | 21:23 | |
*** otter768 has joined #openstack-dev | 21:24 | |
*** xingchao has joined #openstack-dev | 21:27 | |
*** david-lyle has quit IRC | 21:29 | |
*** otter768 has quit IRC | 21:29 | |
*** kgiusti has left #openstack-dev | 21:31 | |
*** cdent has quit IRC | 21:33 | |
*** bhunter71 has quit IRC | 21:40 | |
*** aspiers has joined #openstack-dev | 21:41 | |
*** baoli has quit IRC | 21:43 | |
*** baoli has joined #openstack-dev | 21:44 | |
*** ajmiller has joined #openstack-dev | 21:44 | |
*** rlrevell has quit IRC | 21:44 | |
*** achanda has joined #openstack-dev | 21:46 | |
*** alexpilotti has quit IRC | 21:46 | |
*** packet has quit IRC | 21:47 | |
*** jtomasek has quit IRC | 21:49 | |
*** packet has joined #openstack-dev | 21:49 | |
*** debedb has joined #openstack-dev | 21:49 | |
*** achanda has quit IRC | 21:51 | |
*** johnbelamaric has quit IRC | 21:53 | |
*** leeantho has joined #openstack-dev | 21:54 | |
*** pixelbeat has joined #openstack-dev | 21:54 | |
*** baoli has quit IRC | 21:54 | |
*** baoli has joined #openstack-dev | 21:55 | |
*** thrash is now known as thrash|g0ne | 21:56 | |
*** stevemar has quit IRC | 21:57 | |
*** ajmiller_ has joined #openstack-dev | 21:58 | |
*** thomasem has quit IRC | 21:58 | |
*** jkugel has quit IRC | 21:58 | |
*** eghobo_ has joined #openstack-dev | 21:59 | |
*** maurosr has quit IRC | 21:59 | |
*** jbell8 has quit IRC | 21:59 | |
*** eghobo has quit IRC | 22:00 | |
*** timello has quit IRC | 22:01 | |
*** achanda has joined #openstack-dev | 22:01 | |
*** slaweq has joined #openstack-dev | 22:01 | |
*** ajmiller has quit IRC | 22:02 | |
*** achanda has quit IRC | 22:02 | |
*** kacieee has quit IRC | 22:02 | |
*** achanda has joined #openstack-dev | 22:03 | |
*** maurosr has joined #openstack-dev | 22:03 | |
*** debedb has quit IRC | 22:07 | |
*** jgrimm has quit IRC | 22:07 | |
*** jbell8 has joined #openstack-dev | 22:07 | |
*** slaweq has quit IRC | 22:08 | |
*** dkranz has joined #openstack-dev | 22:09 | |
*** jgrimm has joined #openstack-dev | 22:09 | |
*** fallenpegasus has joined #openstack-dev | 22:09 | |
*** jbell8 has quit IRC | 22:10 | |
*** slaweq has joined #openstack-dev | 22:10 | |
*** slaweq has quit IRC | 22:10 | |
*** maurosr has quit IRC | 22:12 | |
*** debedb_ has joined #openstack-dev | 22:13 | |
*** timello has joined #openstack-dev | 22:13 | |
*** fxa90id has quit IRC | 22:13 | |
*** maurosr has joined #openstack-dev | 22:14 | |
*** etoews has joined #openstack-dev | 22:15 | |
*** slaweq has joined #openstack-dev | 22:15 | |
*** packet has quit IRC | 22:19 | |
*** jruano has quit IRC | 22:19 | |
*** dprince has quit IRC | 22:20 | |
*** jaosorior has quit IRC | 22:22 | |
*** gokrokve_ has quit IRC | 22:23 | |
*** isd has quit IRC | 22:25 | |
*** pixelbeat has quit IRC | 22:29 | |
*** oro has quit IRC | 22:30 | |
*** DinaBelova has quit IRC | 22:30 | |
*** DinaBelova has joined #openstack-dev | 22:31 | |
*** annegentle has quit IRC | 22:38 | |
*** sarob has quit IRC | 22:38 | |
*** salv-orl_ has quit IRC | 22:38 | |
*** jckasper has quit IRC | 22:39 | |
*** jobewan has quit IRC | 22:39 | |
*** salv-orlando has joined #openstack-dev | 22:40 | |
*** slaweq has quit IRC | 22:40 | |
*** baoli has quit IRC | 22:41 | |
*** baoli has joined #openstack-dev | 22:42 | |
*** jruano has joined #openstack-dev | 22:42 | |
*** carl_baldwin has quit IRC | 22:42 | |
*** fallenpegasus has quit IRC | 22:43 | |
*** gargola has quit IRC | 22:43 | |
*** dkranz has quit IRC | 22:44 | |
*** fallenpegasus has joined #openstack-dev | 22:44 | |
*** Tross has quit IRC | 22:44 | |
*** ksobkowiak has quit IRC | 22:44 | |
*** slupers has quit IRC | 22:44 | |
*** Tross has joined #openstack-dev | 22:44 | |
*** annegentle has joined #openstack-dev | 22:45 | |
*** emagana has joined #openstack-dev | 22:45 | |
*** slupers has joined #openstack-dev | 22:45 | |
*** slupers has quit IRC | 22:45 | |
*** fallenpegasus has quit IRC | 22:48 | |
*** slupers has joined #openstack-dev | 22:48 | |
*** slupers has quit IRC | 22:48 | |
*** btulchinsky has quit IRC | 22:49 | |
*** slupers has joined #openstack-dev | 22:49 | |
*** mrunge has quit IRC | 22:50 | |
*** egafford has quit IRC | 22:51 | |
*** slupers has quit IRC | 22:51 | |
*** slupers has joined #openstack-dev | 22:52 | |
*** oro has joined #openstack-dev | 22:53 | |
*** xingchao has quit IRC | 22:55 | |
*** bswartz has joined #openstack-dev | 22:56 | |
*** slupers has quit IRC | 22:57 | |
*** chutwig has joined #openstack-dev | 22:57 | |
*** armax has joined #openstack-dev | 22:57 | |
*** asalkeld has quit IRC | 22:58 | |
*** morazi has quit IRC | 22:58 | |
*** SumitNaiksatam has quit IRC | 22:58 | |
*** kbringard has quit IRC | 22:58 | |
*** bknudson has quit IRC | 22:58 | |
*** slupers has joined #openstack-dev | 22:58 | |
*** slupers has quit IRC | 23:01 | |
*** slupers has joined #openstack-dev | 23:01 | |
*** packet has joined #openstack-dev | 23:01 | |
*** slupers has quit IRC | 23:01 | |
*** kgriffs is now known as kgriffs|afk | 23:02 | |
*** annegentle has quit IRC | 23:02 | |
*** slupers has joined #openstack-dev | 23:02 | |
*** dustins has quit IRC | 23:03 | |
*** timello has quit IRC | 23:04 | |
*** asalkeld has joined #openstack-dev | 23:04 | |
*** armax has quit IRC | 23:04 | |
*** slupers has quit IRC | 23:04 | |
*** maurosr has quit IRC | 23:05 | |
*** slupers has joined #openstack-dev | 23:06 | |
*** slupers has quit IRC | 23:06 | |
*** timello has joined #openstack-dev | 23:07 | |
*** maurosr has joined #openstack-dev | 23:08 | |
*** slupers has joined #openstack-dev | 23:08 | |
*** slupers has quit IRC | 23:08 | |
*** slupers has joined #openstack-dev | 23:09 | |
*** baoli has quit IRC | 23:10 | |
*** ondergetekende has quit IRC | 23:13 | |
*** ngoracke has quit IRC | 23:13 | |
*** asettle is now known as asettle-bfast | 23:14 | |
*** slupers has quit IRC | 23:14 | |
*** asettle-bfast has quit IRC | 23:14 | |
*** ondergetekende has joined #openstack-dev | 23:15 | |
*** hemna is now known as hemnafk | 23:16 | |
*** timello has quit IRC | 23:17 | |
*** timello has joined #openstack-dev | 23:19 | |
*** jruano has quit IRC | 23:23 | |
*** packet has quit IRC | 23:24 | |
*** zz_dimtruck is now known as dimtruck | 23:24 | |
*** otter768 has joined #openstack-dev | 23:25 | |
*** xingchao has joined #openstack-dev | 23:28 | |
*** otter768 has quit IRC | 23:31 | |
*** nelsnelson has quit IRC | 23:31 | |
*** ngoracke has joined #openstack-dev | 23:33 | |
*** rfolco has quit IRC | 23:34 | |
*** amuller has quit IRC | 23:36 | |
*** dims_ has joined #openstack-dev | 23:36 | |
*** dims has quit IRC | 23:38 | |
*** dimtruck is now known as zz_dimtruck | 23:39 | |
*** slupers has joined #openstack-dev | 23:39 | |
*** natorious is now known as zz_natorious | 23:42 | |
*** sarob has joined #openstack-dev | 23:42 | |
*** park_heijlong has joined #openstack-dev | 23:43 | |
*** ho has joined #openstack-dev | 23:44 | |
*** Marga_ has quit IRC | 23:45 | |
*** david-lyle has joined #openstack-dev | 23:47 | |
*** thomasem has joined #openstack-dev | 23:52 | |
*** slupers has quit IRC | 23:52 | |
*** ayoung has quit IRC | 23:55 | |
*** signed8bit is now known as signed8bit_ZZZzz | 23:56 | |
*** ZZelle_ has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!