| *** asalkeld has quit IRC | 00:00 | |
| *** sivy has joined #openstack-dev | 00:00 | |
| *** carl_baldwin has quit IRC | 00:01 | |
| *** promulo has joined #openstack-dev | 00:05 | |
| *** neelashah1 has quit IRC | 00:05 | |
| *** sivy has quit IRC | 00:05 | |
| *** Mandell has quit IRC | 00:05 | |
| *** cjellick has quit IRC | 00:06 | |
| *** achampion has joined #openstack-dev | 00:08 | |
| *** SumitNaiksatam has quit IRC | 00:08 | |
| *** Steap has quit IRC | 00:09 | |
| *** csd has joined #openstack-dev | 00:09 | |
| *** MaxV_ has joined #openstack-dev | 00:10 | |
| *** Steap has joined #openstack-dev | 00:10 | |
| *** asalkeld has joined #openstack-dev | 00:14 | |
| *** bdpayne_ has joined #openstack-dev | 00:14 | |
| *** dstanek has joined #openstack-dev | 00:14 | |
| *** sdake_1 has quit IRC | 00:15 | |
| *** MaxV_ has quit IRC | 00:15 | |
| *** dvorkinista has quit IRC | 00:16 | |
| *** bdpayne has quit IRC | 00:16 | |
| *** thuc has quit IRC | 00:20 | |
| *** thuc has joined #openstack-dev | 00:21 | |
| *** xarses has quit IRC | 00:23 | |
| *** CaptTofu has joined #openstack-dev | 00:23 | |
| *** singhs has quit IRC | 00:24 | |
| *** thuc has quit IRC | 00:26 | |
| *** vuil has quit IRC | 00:26 | |
| *** matsuhashi has joined #openstack-dev | 00:26 | |
| *** CaptTofu has quit IRC | 00:28 | |
| *** derekh has quit IRC | 00:28 | |
| *** SumitNaiksatam has joined #openstack-dev | 00:28 | |
| *** vkmc has quit IRC | 00:32 | |
| *** eguz has joined #openstack-dev | 00:39 | |
| *** pmathews1 has quit IRC | 00:41 | |
| *** RockKuo has quit IRC | 00:42 | |
| *** tsekiyam_ has joined #openstack-dev | 00:43 | |
| *** tsekiyam_ has quit IRC | 00:43 | |
| *** eghobo has quit IRC | 00:43 | |
| *** gordc has quit IRC | 00:45 | |
| *** tsekiyama has quit IRC | 00:46 | |
| *** matsuhashi has quit IRC | 00:47 | |
| *** locke105 has quit IRC | 00:48 | |
| *** mrodden has quit IRC | 00:48 | |
| *** matsuhashi has joined #openstack-dev | 00:48 | |
| *** galstrom_zzz is now known as galstrom | 00:48 | |
| *** sdake has joined #openstack-dev | 00:48 | |
| *** sdake has quit IRC | 00:48 | |
| *** sdake has joined #openstack-dev | 00:48 | |
| *** csd has quit IRC | 00:51 | |
| *** zackf has quit IRC | 00:51 | |
| *** e0ne has joined #openstack-dev | 00:52 | |
| *** matsuhashi has quit IRC | 00:52 | |
| morganfainberg | _cjones_, that comes from the keystoneclient middleware, you might need to register the option you need first | 00:53 |
|---|---|---|
| *** locke105 has joined #openstack-dev | 00:55 | |
| _cjones_ | morganfainberg: Ah, you are around. Good news. Well, I'm really writing a neutron driver, but my driver needs to call home to keystone to get some tenant information. What is the best practice to fake this out for unit testing? | 00:55 |
| *** e0ne has quit IRC | 00:56 | |
| *** matsuhashi has joined #openstack-dev | 00:57 | |
| *** Celm has quit IRC | 00:57 | |
| *** tqtran has quit IRC | 00:57 | |
| *** mrodden has joined #openstack-dev | 00:58 | |
| _cjones_ | morganfainberg: So really, I need to fake the cfg settings so I can create a keystone client. But in the end, I'll need to fake the results it gets back. | 00:58 |
| *** Sukhdev has joined #openstack-dev | 00:58 | |
| morganfainberg | _cjones_, well, you can import the options from keystoneclient if you have the client available in your test environment | 00:59 |
| morganfainberg | _cjones_, as long as the options are registered before you override them you can use the set_override | 00:59 |
| *** nelsnelson has quit IRC | 01:00 | |
| morganfainberg | _cjones_, if you just need to fake the test (e.g. mock it all out) you can use the config fixture and register the opt for the length of the test itself. | 01:00 |
| morganfainberg | _cjones_, it depends on what you're aiming to accomplish | 01:00 |
| _cjones_ | morganfainberg: I'm attempting the later because I want to mock out the result that keystone would essentially return. | 01:01 |
| morganfainberg | _cjones_, then you can just use the config fixture (provided it's new enough, openstack.common.fixtures.config) and there is a register_opt method | 01:02 |
| morganfainberg | you can duplicate the keystoneclient option in the auth_token group to suit the specifics of your test | 01:02 |
| morganfainberg | register_opt will ensure that option is removed for subsequent testing | 01:03 |
| *** baoli has joined #openstack-dev | 01:03 | |
| morganfainberg | on the config fixture that is | 01:03 |
| _cjones_ | morganfainberg: Thanks. I've just about had it for today, so I'll continue this tomorrow. IIRC, your PDT? | 01:03 |
| morganfainberg | _cjones_, correct pacific time | 01:04 |
| *** angdraug has quit IRC | 01:04 | |
| *** dvorkinista has joined #openstack-dev | 01:04 | |
| morganfainberg | _cjones_, let me know i can show you some examples tomorrow where i've done exactly that and mocked out registering some options | 01:04 |
| _cjones_ | mf: That'd be great. Thanks. | 01:05 |
| *** networkstatic has joined #openstack-dev | 01:08 | |
| *** jaypipes has quit IRC | 01:08 | |
| *** pmathews has joined #openstack-dev | 01:08 | |
| *** MaxV_ has joined #openstack-dev | 01:11 | |
| *** tomoe_ has joined #openstack-dev | 01:12 | |
| *** xarses has joined #openstack-dev | 01:12 | |
| *** dvorkinista has quit IRC | 01:13 | |
| *** mrodden has quit IRC | 01:15 | |
| *** MaxV_ has quit IRC | 01:15 | |
| *** Chaser has quit IRC | 01:16 | |
| *** mfer has joined #openstack-dev | 01:18 | |
| *** yaguang has joined #openstack-dev | 01:19 | |
| *** tomoe_ has quit IRC | 01:19 | |
| *** tomoe_ has joined #openstack-dev | 01:19 | |
| *** eguz has quit IRC | 01:20 | |
| *** marcoemorais has quit IRC | 01:21 | |
| *** ramishra has joined #openstack-dev | 01:22 | |
| *** tomoe_ has quit IRC | 01:24 | |
| *** rodrigods_ has quit IRC | 01:24 | |
| *** caleb_ has joined #openstack-dev | 01:25 | |
| *** Chaser has joined #openstack-dev | 01:26 | |
| *** beagles has quit IRC | 01:28 | |
| *** yongli has joined #openstack-dev | 01:29 | |
| *** ramishra has quit IRC | 01:30 | |
| *** vicky has joined #openstack-dev | 01:31 | |
| *** tomoe_ has joined #openstack-dev | 01:31 | |
| *** mikeoutland has joined #openstack-dev | 01:31 | |
| *** thuc has joined #openstack-dev | 01:32 | |
| *** zhiyan_ is now known as zhiyan | 01:32 | |
| *** tomoe_ has quit IRC | 01:33 | |
| *** networkstatic has quit IRC | 01:33 | |
| *** thuc has quit IRC | 01:36 | |
| *** bauzas has quit IRC | 01:39 | |
| *** MaxV_ has joined #openstack-dev | 01:39 | |
| *** mikeoutland has quit IRC | 01:39 | |
| *** xchu has joined #openstack-dev | 01:43 | |
| *** saschpe has quit IRC | 01:43 | |
| *** MaxV_ has quit IRC | 01:43 | |
| *** saschpe has joined #openstack-dev | 01:44 | |
| *** Celm has joined #openstack-dev | 01:45 | |
| *** mrodden has joined #openstack-dev | 01:46 | |
| *** nosnos has joined #openstack-dev | 01:47 | |
| *** changbl has joined #openstack-dev | 01:47 | |
| *** e0ne has joined #openstack-dev | 01:52 | |
| *** Gordonz has joined #openstack-dev | 01:55 | |
| *** Gordonz has quit IRC | 01:55 | |
| *** Gordonz has joined #openstack-dev | 01:56 | |
| *** dims_ has quit IRC | 01:57 | |
| *** e0ne has quit IRC | 01:57 | |
| *** zhikunliu has joined #openstack-dev | 01:57 | |
| *** spzala has quit IRC | 01:58 | |
| *** dims_ has joined #openstack-dev | 01:58 | |
| *** xingchao has joined #openstack-dev | 02:00 | |
| *** sivy has joined #openstack-dev | 02:01 | |
| *** pablosan has joined #openstack-dev | 02:04 | |
| *** neelashah has joined #openstack-dev | 02:06 | |
| *** sivy has quit IRC | 02:06 | |
| *** CaptTofu has joined #openstack-dev | 02:07 | |
| *** jasdeepH has quit IRC | 02:08 | |
| *** Celm has quit IRC | 02:10 | |
| *** Celm has joined #openstack-dev | 02:10 | |
| *** neelashah1 has joined #openstack-dev | 02:11 | |
| *** amotoki has joined #openstack-dev | 02:11 | |
| *** sballe has joined #openstack-dev | 02:11 | |
| *** jhesketh has quit IRC | 02:12 | |
| *** neelashah has quit IRC | 02:14 | |
| *** caleb_ has quit IRC | 02:15 | |
| *** achampion has quit IRC | 02:16 | |
| *** stevemar has joined #openstack-dev | 02:16 | |
| *** galstrom is now known as galstrom_zzz | 02:16 | |
| *** stevemar has quit IRC | 02:16 | |
| *** signed8bit has quit IRC | 02:17 | |
| *** stevemar has joined #openstack-dev | 02:17 | |
| *** achampion has joined #openstack-dev | 02:18 | |
| *** mriedem has quit IRC | 02:20 | |
| *** amcrn has quit IRC | 02:21 | |
| *** galstrom_zzz is now known as galstrom | 02:22 | |
| *** dvorkinista has joined #openstack-dev | 02:23 | |
| *** Alexandra_ has quit IRC | 02:25 | |
| *** jhesketh has joined #openstack-dev | 02:26 | |
| *** sballe has quit IRC | 02:26 | |
| *** stevemar has quit IRC | 02:27 | |
| *** dvorkinista has quit IRC | 02:28 | |
| *** newell_ has quit IRC | 02:29 | |
| *** yamahata has joined #openstack-dev | 02:31 | |
| *** asalkeld has quit IRC | 02:31 | |
| *** RockKuo has joined #openstack-dev | 02:32 | |
| *** singhs has joined #openstack-dev | 02:35 | |
| *** ramishra has joined #openstack-dev | 02:36 | |
| *** ramishra_ has joined #openstack-dev | 02:37 | |
| *** gyee has quit IRC | 02:39 | |
| *** SumitNaiksatam has quit IRC | 02:39 | |
| *** MaxV_ has joined #openstack-dev | 02:40 | |
| *** mfer has quit IRC | 02:40 | |
| *** ramishra has quit IRC | 02:41 | |
| *** singhs_ has joined #openstack-dev | 02:42 | |
| *** singhs has quit IRC | 02:42 | |
| *** singhs_ is now known as singhs | 02:42 | |
| *** achampion has quit IRC | 02:43 | |
| *** MaxV_ has quit IRC | 02:44 | |
| *** lbragstad has joined #openstack-dev | 02:45 | |
| *** signed8bit has joined #openstack-dev | 02:46 | |
| *** signed8bit has quit IRC | 02:46 | |
| *** giulivo has quit IRC | 02:46 | |
| *** asalkeld has joined #openstack-dev | 02:47 | |
| *** otherwiseguy has quit IRC | 02:47 | |
| *** tomoe_ has joined #openstack-dev | 02:48 | |
| *** sivy has joined #openstack-dev | 02:49 | |
| *** achampion has joined #openstack-dev | 02:49 | |
| *** doug_shelley66 has quit IRC | 02:49 | |
| *** e0ne has joined #openstack-dev | 02:52 | |
| *** galstrom is now known as galstrom_zzz | 02:53 | |
| *** galstrom_zzz is now known as galstrom | 02:54 | |
| *** jasdeepH has joined #openstack-dev | 02:54 | |
| *** david-lyle has joined #openstack-dev | 02:56 | |
| *** e0ne has quit IRC | 02:57 | |
| *** Sukhdev has quit IRC | 02:58 | |
| *** AlanClark has quit IRC | 02:59 | |
| *** Gordonz has quit IRC | 03:00 | |
| *** Gordonz has joined #openstack-dev | 03:00 | |
| *** Alexandra_ has joined #openstack-dev | 03:01 | |
| *** galstrom is now known as galstrom_zzz | 03:04 | |
| *** Gordonz has quit IRC | 03:05 | |
| *** jasdeepH has quit IRC | 03:05 | |
| *** jasdeepH has joined #openstack-dev | 03:06 | |
| *** jpomero has quit IRC | 03:07 | |
| *** paragan has joined #openstack-dev | 03:08 | |
| *** singhs has quit IRC | 03:11 | |
| *** CaptTofu has quit IRC | 03:12 | |
| *** david-lyle has quit IRC | 03:14 | |
| *** pablosan has quit IRC | 03:14 | |
| *** dims_ has quit IRC | 03:15 | |
| *** arnaud has quit IRC | 03:15 | |
| *** jhesketh has quit IRC | 03:16 | |
| *** SumitNaiksatam has joined #openstack-dev | 03:17 | |
| *** asalkeld has quit IRC | 03:17 | |
| *** dims_ has joined #openstack-dev | 03:18 | |
| *** achampion has quit IRC | 03:20 | |
| *** matsuhashi has quit IRC | 03:21 | |
| *** neoXsys has joined #openstack-dev | 03:21 | |
| *** alex_klimov has joined #openstack-dev | 03:22 | |
| *** achampion has joined #openstack-dev | 03:22 | |
| *** harlowja is now known as harlowja_away | 03:24 | |
| *** zackf has joined #openstack-dev | 03:24 | |
| *** jhesketh has joined #openstack-dev | 03:27 | |
| *** pradeep has joined #openstack-dev | 03:28 | |
| *** jtomasek has quit IRC | 03:33 | |
| *** morganfainberg is now known as morganfainberg_Z | 03:34 | |
| *** amotoki has quit IRC | 03:34 | |
| *** kushal has joined #openstack-dev | 03:34 | |
| *** networkstatic has joined #openstack-dev | 03:36 | |
| *** nosnos has quit IRC | 03:37 | |
| *** ramishra_ has quit IRC | 03:37 | |
| *** ramishra has joined #openstack-dev | 03:37 | |
| *** rraja has joined #openstack-dev | 03:38 | |
| *** neoXsys has quit IRC | 03:39 | |
| *** MaxV_ has joined #openstack-dev | 03:41 | |
| *** vijayaguru has joined #openstack-dev | 03:43 | |
| *** neoXsys has joined #openstack-dev | 03:43 | |
| *** _neoXsys_ has joined #openstack-dev | 03:45 | |
| *** eghobo has joined #openstack-dev | 03:45 | |
| *** MaxV_ has quit IRC | 03:45 | |
| *** yamamoto_ has joined #openstack-dev | 03:51 | |
| *** e0ne has joined #openstack-dev | 03:52 | |
| *** tdruiva has joined #openstack-dev | 03:52 | |
| *** _neoXsys_ has quit IRC | 03:54 | |
| *** tdruiva has quit IRC | 03:54 | |
| *** heinrikter has joined #openstack-dev | 03:54 | |
| *** Numan has joined #openstack-dev | 03:55 | |
| *** alex_klimov has quit IRC | 03:55 | |
| *** killer_prince is now known as lazy_prince | 03:55 | |
| *** tomoe_ has quit IRC | 03:56 | |
| *** e0ne has quit IRC | 03:56 | |
| *** tomoe_ has joined #openstack-dev | 03:57 | |
| *** Alexandra_ has quit IRC | 04:00 | |
| *** marcoemorais has joined #openstack-dev | 04:01 | |
| *** tomoe_ has quit IRC | 04:01 | |
| *** marcoemorais has quit IRC | 04:03 | |
| *** cjellick has joined #openstack-dev | 04:03 | |
| *** aditirav has joined #openstack-dev | 04:05 | |
| *** aditirav has quit IRC | 04:05 | |
| *** aditirav has joined #openstack-dev | 04:05 | |
| *** novas0x2a|laptop has quit IRC | 04:09 | |
| *** sushils has joined #openstack-dev | 04:10 | |
| *** kdbrierly has joined #openstack-dev | 04:12 | |
| *** kbrierly has quit IRC | 04:12 | |
| *** thuc has joined #openstack-dev | 04:12 | |
| *** neelashah1 has quit IRC | 04:13 | |
| *** aditirav_ has joined #openstack-dev | 04:13 | |
| *** thuc_ has joined #openstack-dev | 04:13 | |
| *** Tross has joined #openstack-dev | 04:14 | |
| *** aditirav_ has quit IRC | 04:15 | |
| *** aditirav has quit IRC | 04:15 | |
| *** aditirav_ has joined #openstack-dev | 04:15 | |
| *** arnaud has joined #openstack-dev | 04:16 | |
| *** tomoe_ has joined #openstack-dev | 04:17 | |
| *** gordc has joined #openstack-dev | 04:17 | |
| *** thuc has quit IRC | 04:17 | |
| *** mgagne has quit IRC | 04:17 | |
| *** arosen-home has joined #openstack-dev | 04:18 | |
| arosen-home | ewindisch: Got my first docket instance booted through openstack :) | 04:20 |
| ewindisch | :) | 04:20 |
| *** deepakcs has joined #openstack-dev | 04:20 | |
| *** neoXsys has quit IRC | 04:21 | |
| arosen-home | ewindisch: Not sure why but I needed to make this code change: http://codepad.org/Th8Tir5w | 04:21 |
| ewindisch | arosen-home: docker 0.9 ? | 04:23 |
| arosen-home | ewindisch: looks like i have 0.9.1 and 0.7.6 installed so one of those. | 04:23 |
| ewindisch | arosen-home: 0.9 is no longer using lxc. There is a patch pending into stackforge to handle that cgroup pathing better | 04:25 |
| *** singhs has joined #openstack-dev | 04:26 | |
| *** sushils has quit IRC | 04:26 | |
| *** arosen_ has joined #openstack-dev | 04:27 | |
| *** arosen-home has quit IRC | 04:28 | |
| arosen_ | ewindisch: sorry i got disconnected. I guess we need to add some logic in the driver as the path changed in newer versions of docker? | 04:28 |
| ewindisch | arosen_: newer versions no longer have lxc as default - but it’s still optional. There is a patch already, but it isn’t yet merged | 04:29 |
| *** singhs_ has joined #openstack-dev | 04:29 | |
| ewindisch | it might’ve gone abandoned, I’ll find it. | 04:29 |
| *** zhipeng has quit IRC | 04:29 | |
| *** alex_klimov has joined #openstack-dev | 04:30 | |
| arosen_ | https://review.openstack.org/#/q/stackforge/nova-docker,n,z <-- don't see it here. | 04:31 |
| *** nosnos has joined #openstack-dev | 04:31 | |
| *** singhs has quit IRC | 04:31 | |
| *** singhs_ is now known as singhs | 04:31 | |
| *** pmathews has quit IRC | 04:31 | |
| *** rohitk has joined #openstack-dev | 04:34 | |
| fifieldt | ask.openstack question of the day: https://ask.openstack.org/en/question/26071/debugging-heat-on-openstack/ ? | 04:35 |
| *** killer_prince has joined #openstack-dev | 04:35 | |
| *** matsuhashi has joined #openstack-dev | 04:36 | |
| *** mgagne has joined #openstack-dev | 04:39 | |
| *** marcoemorais has joined #openstack-dev | 04:40 | |
| *** tomoe_ has quit IRC | 04:41 | |
| *** tomoe_ has joined #openstack-dev | 04:42 | |
| *** tomoe__ has joined #openstack-dev | 04:43 | |
| *** tomoe_ has quit IRC | 04:43 | |
| *** MaxV_ has joined #openstack-dev | 04:43 | |
| *** xgsa has joined #openstack-dev | 04:45 | |
| *** pmathews has joined #openstack-dev | 04:45 | |
| *** doug_shelley66 has joined #openstack-dev | 04:46 | |
| *** MaxV_ has quit IRC | 04:48 | |
| *** doug_shelley66 has quit IRC | 04:50 | |
| *** matsuhashi has quit IRC | 04:50 | |
| *** lpetrut has joined #openstack-dev | 04:51 | |
| *** e0ne has joined #openstack-dev | 04:52 | |
| *** csaba|afk is now known as csaba | 04:54 | |
| *** radsy has quit IRC | 04:55 | |
| *** gordc has quit IRC | 04:55 | |
| *** bdpayne_ has quit IRC | 04:57 | |
| *** e0ne has quit IRC | 04:57 | |
| *** thuc_ has quit IRC | 04:57 | |
| *** sridhar has joined #openstack-dev | 04:57 | |
| *** bdpayne has joined #openstack-dev | 04:58 | |
| *** thuc has joined #openstack-dev | 04:58 | |
| *** matsuhashi has joined #openstack-dev | 05:00 | |
| *** sivy has quit IRC | 05:00 | |
| *** msabramo has joined #openstack-dev | 05:01 | |
| *** thuc has quit IRC | 05:02 | |
| *** arnaud has quit IRC | 05:04 | |
| *** arnaud has joined #openstack-dev | 05:05 | |
| *** ianw has quit IRC | 05:08 | |
| *** ianw has joined #openstack-dev | 05:08 | |
| *** ianw has quit IRC | 05:09 | |
| *** ianw has joined #openstack-dev | 05:09 | |
| *** Nikolay_St has joined #openstack-dev | 05:10 | |
| *** cjellick has quit IRC | 05:11 | |
| *** cjellick has joined #openstack-dev | 05:12 | |
| *** zackf has quit IRC | 05:14 | |
| *** sushils has joined #openstack-dev | 05:14 | |
| *** aditirav_ has quit IRC | 05:15 | |
| *** aditirav has joined #openstack-dev | 05:15 | |
| *** cjellick_ has joined #openstack-dev | 05:15 | |
| *** cjellick has quit IRC | 05:15 | |
| *** cjellick_ has quit IRC | 05:15 | |
| *** cjellick has joined #openstack-dev | 05:16 | |
| *** sumanthns has joined #openstack-dev | 05:17 | |
| *** csaba is now known as csaba|afk | 05:19 | |
| *** cjellick has quit IRC | 05:20 | |
| *** arnaud__ has joined #openstack-dev | 05:22 | |
| *** Ch00k has joined #openstack-dev | 05:22 | |
| *** doron_afk has quit IRC | 05:22 | |
| *** alexandra_ has joined #openstack-dev | 05:24 | |
| *** e0ne has joined #openstack-dev | 05:24 | |
| *** waa has quit IRC | 05:25 | |
| *** arnaud has quit IRC | 05:26 | |
| *** tomoe__ has quit IRC | 05:27 | |
| *** amotoki has joined #openstack-dev | 05:31 | |
| *** luisg_ has quit IRC | 05:31 | |
| *** bdpayne has quit IRC | 05:32 | |
| *** arnaud__ has quit IRC | 05:35 | |
| *** sushils has quit IRC | 05:36 | |
| *** vijayaguru has quit IRC | 05:38 | |
| *** arnaud has joined #openstack-dev | 05:38 | |
| *** cfriesen has quit IRC | 05:38 | |
| *** Ryan_Lane has joined #openstack-dev | 05:43 | |
| *** MaxV_ has joined #openstack-dev | 05:44 | |
| *** zaitcev has quit IRC | 05:44 | |
| *** e0ne has quit IRC | 05:45 | |
| *** Tross has quit IRC | 05:45 | |
| *** e0ne has joined #openstack-dev | 05:45 | |
| *** Tross has joined #openstack-dev | 05:46 | |
| *** lazy_prince has quit IRC | 05:46 | |
| *** tomoe_ has joined #openstack-dev | 05:46 | |
| *** killer_p- has joined #openstack-dev | 05:46 | |
| *** tkammer has joined #openstack-dev | 05:48 | |
| *** MaxV_ has quit IRC | 05:48 | |
| *** Tross has quit IRC | 05:48 | |
| *** e0ne has quit IRC | 05:50 | |
| *** Tross has joined #openstack-dev | 05:51 | |
| *** jamielennox is now known as jamielennox|away | 05:55 | |
| *** sridhar has quit IRC | 06:01 | |
| *** buzztroll has quit IRC | 06:01 | |
| *** tomoe_ has quit IRC | 06:01 | |
| *** deepakcs has quit IRC | 06:02 | |
| *** e0ne has joined #openstack-dev | 06:03 | |
| *** e0ne has quit IRC | 06:04 | |
| *** thuc has joined #openstack-dev | 06:08 | |
| *** mgagne has quit IRC | 06:09 | |
| *** buzztroll has joined #openstack-dev | 06:09 | |
| *** Mandell has joined #openstack-dev | 06:09 | |
| *** harlowja_at_home has joined #openstack-dev | 06:10 | |
| *** tomoe_ has joined #openstack-dev | 06:10 | |
| *** jamielennox|away is now known as jamielennox | 06:11 | |
| *** ArxCruz has quit IRC | 06:12 | |
| *** rodrigods_ has joined #openstack-dev | 06:12 | |
| *** lpetrut has quit IRC | 06:13 | |
| *** thuc has quit IRC | 06:13 | |
| *** ukalifon1 has joined #openstack-dev | 06:14 | |
| *** harlowja_at_home has quit IRC | 06:16 | |
| *** vijayaguru has joined #openstack-dev | 06:19 | |
| *** nelsnelson has joined #openstack-dev | 06:20 | |
| *** jaosorior has joined #openstack-dev | 06:21 | |
| *** dvorkinista has joined #openstack-dev | 06:22 | |
| *** vijayaguru has quit IRC | 06:24 | |
| *** MaxV_ has joined #openstack-dev | 06:25 | |
| *** doron_afk has joined #openstack-dev | 06:26 | |
| *** lbragstad has quit IRC | 06:28 | |
| *** doron_afk is now known as doron | 06:29 | |
| *** lbragstad_ has quit IRC | 06:30 | |
| *** denis_makogon has joined #openstack-dev | 06:31 | |
| *** lbragstad_ has joined #openstack-dev | 06:31 | |
| *** shardy_afk is now known as shardy | 06:33 | |
| *** MaxV_ has quit IRC | 06:33 | |
| *** sungju_ has quit IRC | 06:34 | |
| *** Tross has quit IRC | 06:35 | |
| *** pcm_ has quit IRC | 06:37 | |
| *** vijayaguru has joined #openstack-dev | 06:37 | |
| *** saju_m has joined #openstack-dev | 06:39 | |
| *** lbragstad has joined #openstack-dev | 06:39 | |
| *** arnaud has quit IRC | 06:40 | |
| *** reidrac has joined #openstack-dev | 06:40 | |
| *** doron is now known as doron_afk | 06:41 | |
| *** mdurnosvistov has quit IRC | 06:42 | |
| *** rocker has joined #openstack-dev | 06:43 | |
| *** yolanda has joined #openstack-dev | 06:43 | |
| *** jasdeepH has quit IRC | 06:43 | |
| *** pmathews has quit IRC | 06:43 | |
| *** vijayaguru has quit IRC | 06:44 | |
| *** mrunge has joined #openstack-dev | 06:48 | |
| *** nplanel_ has quit IRC | 06:51 | |
| *** arosen_ has quit IRC | 06:52 | |
| *** evgenyf has joined #openstack-dev | 06:52 | |
| *** Longgeek has joined #openstack-dev | 06:53 | |
| *** corXi has joined #openstack-dev | 06:54 | |
| *** toabctl_ has quit IRC | 06:54 | |
| *** toabctl has joined #openstack-dev | 06:55 | |
| *** sivy has joined #openstack-dev | 07:02 | |
| *** alex_xu has joined #openstack-dev | 07:03 | |
| *** Ch00k has quit IRC | 07:03 | |
| *** WhiteAnthrax has quit IRC | 07:04 | |
| *** vijayaguru has joined #openstack-dev | 07:04 | |
| *** mmagr has joined #openstack-dev | 07:05 | |
| *** sivy has quit IRC | 07:07 | |
| *** zhikunliu has quit IRC | 07:08 | |
| *** WhiteAnthrax has joined #openstack-dev | 07:09 | |
| *** zhikunliu has joined #openstack-dev | 07:11 | |
| *** omachace has joined #openstack-dev | 07:11 | |
| *** ramishra has quit IRC | 07:11 | |
| *** mikeoutland has joined #openstack-dev | 07:11 | |
| *** dvorkini_ has joined #openstack-dev | 07:12 | |
| *** dvorkinista has quit IRC | 07:12 | |
| *** Celm has quit IRC | 07:13 | |
| *** flaper87|afk is now known as flaper87 | 07:14 | |
| *** ramishra has joined #openstack-dev | 07:16 | |
| *** Mandell has quit IRC | 07:17 | |
| *** lpetrut has joined #openstack-dev | 07:17 | |
| *** jcoufal has joined #openstack-dev | 07:17 | |
| *** bauzas has joined #openstack-dev | 07:20 | |
| *** jprovazn has joined #openstack-dev | 07:21 | |
| *** marekd|away is now known as marekd | 07:24 | |
| *** MaxV_ has joined #openstack-dev | 07:24 | |
| *** mikeoutland has quit IRC | 07:26 | |
| *** marcoemorais has quit IRC | 07:27 | |
| *** jtomasek has joined #openstack-dev | 07:28 | |
| *** afazekas is now known as __afazekas | 07:30 | |
| *** giulivo has joined #openstack-dev | 07:30 | |
| *** julienvey1 has joined #openstack-dev | 07:31 | |
| *** sgotliv has joined #openstack-dev | 07:31 | |
| *** julienvey1 is now known as julienvey | 07:31 | |
| *** doron_afk is now known as doron | 07:33 | |
| *** tomoe__ has joined #openstack-dev | 07:33 | |
| *** sgotliv_ has joined #openstack-dev | 07:33 | |
| ttx | jgriffith: looking | 07:35 |
| *** zhiyan is now known as zhiyan_ | 07:35 | |
| *** tomoe_ has quit IRC | 07:36 | |
| *** dvorkini_ has quit IRC | 07:37 | |
| *** ifarkas has joined #openstack-dev | 07:40 | |
| *** jgallard has joined #openstack-dev | 07:40 | |
| *** heinrikter has quit IRC | 07:40 | |
| *** xgsa has quit IRC | 07:42 | |
| *** saju_m has quit IRC | 07:42 | |
| *** xgsa has joined #openstack-dev | 07:43 | |
| *** roeyc has joined #openstack-dev | 07:44 | |
| *** stannie has joined #openstack-dev | 07:49 | |
| *** romcheg has joined #openstack-dev | 07:49 | |
| *** boris-42 has quit IRC | 07:50 | |
| *** boris-42 has joined #openstack-dev | 07:51 | |
| *** nacim has joined #openstack-dev | 07:51 | |
| *** saju_m has joined #openstack-dev | 07:52 | |
| *** arezmerita has joined #openstack-dev | 07:53 | |
| *** jordanP has joined #openstack-dev | 07:53 | |
| *** jistr has joined #openstack-dev | 07:53 | |
| *** xgsa has quit IRC | 07:54 | |
| *** xgsa has joined #openstack-dev | 07:54 | |
| ttx | jgriffith: two things: bs=\S won't match bs=1M, you need \SM or \S+ | 07:55 |
| ttx | jgriffith: and you should also name your rules differently (ionice1; ionice2...) | 07:56 |
| *** Ch00k has joined #openstack-dev | 07:56 | |
| *** zoresvit has quit IRC | 07:56 | |
| *** sn0wb1rd has quit IRC | 07:56 | |
| *** xgsa1 has joined #openstack-dev | 07:57 | |
| *** jpich has joined #openstack-dev | 07:58 | |
| *** ygbo has joined #openstack-dev | 07:58 | |
| *** xgsa has quit IRC | 07:59 | |
| *** zoresvit has joined #openstack-dev | 07:59 | |
| *** alex_xu has quit IRC | 07:59 | |
| *** alex_xu has joined #openstack-dev | 08:00 | |
| *** safchain has joined #openstack-dev | 08:00 | |
| *** ndipanov has joined #openstack-dev | 08:01 | |
| *** sn0wb1rd has joined #openstack-dev | 08:02 | |
| *** bauzas has quit IRC | 08:03 | |
| *** doron is now known as doron_afk | 08:04 | |
| *** SumitNaiksatam has quit IRC | 08:04 | |
| *** viktors has quit IRC | 08:05 | |
| *** negronjl has quit IRC | 08:06 | |
| *** negronjl has joined #openstack-dev | 08:07 | |
| *** lpetrut has quit IRC | 08:07 | |
| *** msdubov_ has joined #openstack-dev | 08:08 | |
| *** skraynev_afk is now known as skraynev | 08:08 | |
| *** leseb has joined #openstack-dev | 08:09 | |
| *** _afazekas has joined #openstack-dev | 08:13 | |
| *** Celm has joined #openstack-dev | 08:14 | |
| *** e0ne has joined #openstack-dev | 08:16 | |
| *** sgotliv_ has quit IRC | 08:18 | |
| *** Celm has quit IRC | 08:19 | |
| *** kolesovdv has joined #openstack-dev | 08:21 | |
| *** gcha has joined #openstack-dev | 08:22 | |
| *** eghobo has quit IRC | 08:23 | |
| *** mindpixel has joined #openstack-dev | 08:23 | |
| *** lucasagomes has joined #openstack-dev | 08:25 | |
| *** mdurnosvistov has joined #openstack-dev | 08:25 | |
| *** nshaikh has joined #openstack-dev | 08:27 | |
| *** ramishra has quit IRC | 08:27 | |
| *** mdurnosvistov has left #openstack-dev | 08:28 | |
| *** derekh has joined #openstack-dev | 08:28 | |
| *** schwicht has quit IRC | 08:28 | |
| *** mdurnosvistov has joined #openstack-dev | 08:28 | |
| *** jcoufal_ has joined #openstack-dev | 08:29 | |
| *** schwicht has joined #openstack-dev | 08:29 | |
| *** jcoufal has quit IRC | 08:30 | |
| *** jcoufal_ is now known as jcoufal | 08:30 | |
| *** Ryan_Lane has quit IRC | 08:30 | |
| *** sthaha has quit IRC | 08:31 | |
| *** jhesketh has quit IRC | 08:33 | |
| *** jhesketh_ has joined #openstack-dev | 08:36 | |
| *** yassine has joined #openstack-dev | 08:38 | |
| *** d89 has joined #openstack-dev | 08:39 | |
| *** dvorkinista has joined #openstack-dev | 08:41 | |
| *** Longgeek has quit IRC | 08:42 | |
| *** Longgeek has joined #openstack-dev | 08:45 | |
| *** dvorkinista has quit IRC | 08:46 | |
| *** sthaha has joined #openstack-dev | 08:46 | |
| *** sthaha has quit IRC | 08:46 | |
| *** sthaha has joined #openstack-dev | 08:46 | |
| *** saju_m has quit IRC | 08:48 | |
| *** saju_m has joined #openstack-dev | 08:49 | |
| *** belmoreira has joined #openstack-dev | 08:50 | |
| *** sergmelikyan has quit IRC | 08:51 | |
| *** sthaha has quit IRC | 08:53 | |
| *** mosulica has joined #openstack-dev | 08:53 | |
| *** yamamoto_ has quit IRC | 08:54 | |
| *** Mikhail_D_wk has joined #openstack-dev | 08:54 | |
| *** sthaha has joined #openstack-dev | 08:54 | |
| *** zhikunliu has quit IRC | 08:54 | |
| *** sthaha has quit IRC | 08:54 | |
| *** sthaha has joined #openstack-dev | 08:54 | |
| *** mdurnosvistov has left #openstack-dev | 08:54 | |
| *** jcoufal has quit IRC | 08:54 | |
| *** rocker has quit IRC | 08:55 | |
| *** Mikhail_D_ltp has joined #openstack-dev | 08:55 | |
| *** zhikunliu has joined #openstack-dev | 08:56 | |
| *** matrohon_ has joined #openstack-dev | 08:57 | |
| *** matrohon_ has quit IRC | 08:57 | |
| *** nshaikh has quit IRC | 08:57 | |
| *** Numan has quit IRC | 08:57 | |
| *** chandankumar_ has joined #openstack-dev | 08:59 | |
| *** zhikunliu has quit IRC | 09:00 | |
| *** leseb has quit IRC | 09:01 | |
| *** leseb has joined #openstack-dev | 09:02 | |
| *** sivy has joined #openstack-dev | 09:03 | |
| *** leseb_ has joined #openstack-dev | 09:04 | |
| *** Longgeek_ has joined #openstack-dev | 09:04 | |
| *** leseb has quit IRC | 09:07 | |
| *** matiu has quit IRC | 09:07 | |
| *** Longgeek has quit IRC | 09:07 | |
| *** sivy has quit IRC | 09:07 | |
| *** alex_xu has quit IRC | 09:09 | |
| *** vicky has quit IRC | 09:10 | |
| *** jp_at_hp has joined #openstack-dev | 09:12 | |
| *** ramishra has joined #openstack-dev | 09:13 | |
| *** romcheg has quit IRC | 09:13 | |
| *** pixelb has joined #openstack-dev | 09:16 | |
| *** singhs has quit IRC | 09:20 | |
| *** dvorkinista has joined #openstack-dev | 09:21 | |
| *** sthaha has quit IRC | 09:24 | |
| *** yamahata has quit IRC | 09:24 | |
| *** saju_m has quit IRC | 09:24 | |
| *** dvorkinista has quit IRC | 09:26 | |
| *** saju_m has joined #openstack-dev | 09:26 | |
| *** ProfFalken has quit IRC | 09:27 | |
| *** proffalken has joined #openstack-dev | 09:28 | |
| *** romcheg has joined #openstack-dev | 09:29 | |
| *** saju_m has quit IRC | 09:31 | |
| *** yamamoto has joined #openstack-dev | 09:33 | |
| *** deepakcs has joined #openstack-dev | 09:33 | |
| *** alexpilotti has joined #openstack-dev | 09:34 | |
| *** tomoe__ has quit IRC | 09:34 | |
| *** yamamoto has quit IRC | 09:39 | |
| *** bauzas has joined #openstack-dev | 09:39 | |
| *** yaguang has quit IRC | 09:39 | |
| *** saju_m has joined #openstack-dev | 09:42 | |
| *** paragan has quit IRC | 09:46 | |
| *** networkstatic is now known as networkstatic_zZ | 09:47 | |
| *** aglarendil|nb has joined #openstack-dev | 09:47 | |
| *** tomoe_ has joined #openstack-dev | 09:47 | |
| *** denis_makogon_ has joined #openstack-dev | 09:48 | |
| *** jamie_h has joined #openstack-dev | 09:48 | |
| *** matsuhashi has quit IRC | 09:50 | |
| *** jaosorior has quit IRC | 09:50 | |
| *** denis_makogon has quit IRC | 09:51 | |
| *** ccorrigan has joined #openstack-dev | 09:53 | |
| *** matsuhashi has joined #openstack-dev | 09:57 | |
| *** jamie_h has quit IRC | 09:57 | |
| *** tomoe_ has quit IRC | 09:58 | |
| *** tomoe_ has joined #openstack-dev | 09:59 | |
| *** arosen has quit IRC | 10:00 | |
| *** arosen has joined #openstack-dev | 10:01 | |
| *** sgotliv has quit IRC | 10:02 | |
| *** sumansn_ has joined #openstack-dev | 10:03 | |
| *** leseb_ has quit IRC | 10:03 | |
| DuncanT- | Hi, is there a 'how to set up nodepool 101 guide' anywhere please? I can checkout the code and muddle through if not, but if somebody has written a guide already that would be handy | 10:03 |
| *** leseb has joined #openstack-dev | 10:04 | |
| *** tomoe_ has quit IRC | 10:04 | |
| *** tomoe__ has joined #openstack-dev | 10:04 | |
| *** sumanthns has quit IRC | 10:04 | |
| *** tdruiva has joined #openstack-dev | 10:05 | |
| *** sgotliv has joined #openstack-dev | 10:05 | |
| *** YorikSar_ is now known as YorikSar | 10:06 | |
| *** rohitk has quit IRC | 10:06 | |
| jgallard | hi DuncanT- | 10:07 |
| jgallard | https://github.com/openstack-infra/nodepool/blob/master/README.rst was really helpfull for us | 10:07 |
| YorikSar | wHello. How can I verify which Python version is used in devstack jobs in gate? | 10:07 |
| jgallard | and the doc in the github directory of nodepool | 10:07 |
| *** leseb has quit IRC | 10:08 | |
| *** lpetrut has joined #openstack-dev | 10:09 | |
| DuncanT- | jgallard: I entirely failed to spot that entire doc directory, thanks for the pointer. Clearly too much bloody in my caffeine stream | 10:09 |
| *** xchu has quit IRC | 10:09 | |
| jgallard | DuncanT-, yw! | 10:10 |
| *** jcoufal has joined #openstack-dev | 10:10 | |
| *** chandankumar_ has quit IRC | 10:11 | |
| *** pcm_ has joined #openstack-dev | 10:11 | |
| *** markmc has joined #openstack-dev | 10:12 | |
| *** pcm_ has quit IRC | 10:13 | |
| *** pcm_ has joined #openstack-dev | 10:13 | |
| *** tomoe__ has quit IRC | 10:14 | |
| *** Celm has joined #openstack-dev | 10:14 | |
| *** eglynn has joined #openstack-dev | 10:16 | |
| *** evgenyf has quit IRC | 10:17 | |
| *** leseb has joined #openstack-dev | 10:18 | |
| *** Celm has quit IRC | 10:18 | |
| YorikSar | Oh, there's dpkg-l.txt.gz | 10:20 |
| *** leseb has quit IRC | 10:22 | |
| *** e0ne_ has joined #openstack-dev | 10:23 | |
| *** tomoe_ has joined #openstack-dev | 10:24 | |
| *** jtomasek has quit IRC | 10:26 | |
| *** jgallard has quit IRC | 10:27 | |
| *** e0ne has quit IRC | 10:27 | |
| *** MaxV_ has quit IRC | 10:28 | |
| *** denis_makogon_ is now known as denis_makogon | 10:28 | |
| *** RockKuo_iPad has joined #openstack-dev | 10:29 | |
| *** RockKuo_iPad has quit IRC | 10:30 | |
| *** RockKuo_iPad has joined #openstack-dev | 10:30 | |
| *** xingchao has quit IRC | 10:32 | |
| *** RockKuo_iPad has quit IRC | 10:32 | |
| *** RockKuo_iPad has joined #openstack-dev | 10:33 | |
| *** evgenyf has joined #openstack-dev | 10:33 | |
| *** leseb has joined #openstack-dev | 10:34 | |
| *** leseb_ has joined #openstack-dev | 10:36 | |
| *** rohitk has joined #openstack-dev | 10:37 | |
| *** leseb has quit IRC | 10:38 | |
| *** leseb_ has quit IRC | 10:41 | |
| *** RockKuo_iPad has quit IRC | 10:42 | |
| *** lparth has joined #openstack-dev | 10:43 | |
| *** e0ne_ has quit IRC | 10:44 | |
| *** RockKuo has quit IRC | 10:47 | |
| *** rodrigods_ has quit IRC | 10:47 | |
| *** doug-fish has joined #openstack-dev | 10:48 | |
| *** glenng has quit IRC | 10:51 | |
| *** romcheg has quit IRC | 10:55 | |
| *** aditirav_ has joined #openstack-dev | 10:55 | |
| *** romcheg has joined #openstack-dev | 10:56 | |
| *** amuller has joined #openstack-dev | 10:56 | |
| *** lpetrut has quit IRC | 10:56 | |
| *** MaxV_ has joined #openstack-dev | 10:57 | |
| *** doron_afk is now known as doron | 10:58 | |
| *** aditirav has quit IRC | 10:59 | |
| *** aditirav_ is now known as aditirav | 10:59 | |
| *** gcha has quit IRC | 10:59 | |
| *** matsuhashi has quit IRC | 11:00 | |
| *** sgotliv has quit IRC | 11:01 | |
| *** doron is now known as doron_afk | 11:02 | |
| *** nosnos has quit IRC | 11:04 | |
| *** sivy has joined #openstack-dev | 11:04 | |
| *** paragan has joined #openstack-dev | 11:04 | |
| *** paragan has quit IRC | 11:04 | |
| *** paragan has joined #openstack-dev | 11:04 | |
| *** romcheg has quit IRC | 11:06 | |
| *** csaba|afk is now known as csaba | 11:07 | |
| *** zoresvit has quit IRC | 11:07 | |
| *** tomoe_ has quit IRC | 11:07 | |
| *** tomoe_ has joined #openstack-dev | 11:08 | |
| *** sergmelikyan has joined #openstack-dev | 11:08 | |
| *** amuller has quit IRC | 11:08 | |
| *** sivy has quit IRC | 11:09 | |
| *** lpetrut has joined #openstack-dev | 11:09 | |
| *** Longgeek_ has quit IRC | 11:10 | |
| *** leseb has joined #openstack-dev | 11:11 | |
| *** romcheg has joined #openstack-dev | 11:11 | |
| *** tomoe_ has quit IRC | 11:12 | |
| *** doug_shelley66 has joined #openstack-dev | 11:12 | |
| *** amuller has joined #openstack-dev | 11:13 | |
| *** Numan has joined #openstack-dev | 11:13 | |
| *** aditirav has quit IRC | 11:13 | |
| *** negronjl has quit IRC | 11:14 | |
| *** aditirav has joined #openstack-dev | 11:14 | |
| *** sgotliv has joined #openstack-dev | 11:14 | |
| *** Celm has joined #openstack-dev | 11:15 | |
| *** leseb has quit IRC | 11:15 | |
| *** mindpixel has quit IRC | 11:15 | |
| *** e0ne has joined #openstack-dev | 11:16 | |
| *** matsuhashi has joined #openstack-dev | 11:16 | |
| *** tomoe_ has joined #openstack-dev | 11:18 | |
| *** Celm has quit IRC | 11:19 | |
| *** Ch00k has quit IRC | 11:20 | |
| *** rraja has quit IRC | 11:20 | |
| *** lucasagomes is now known as lucas-hungry | 11:23 | |
| *** e0ne_ has joined #openstack-dev | 11:24 | |
| *** [1]evgenyf has joined #openstack-dev | 11:25 | |
| *** evgenyf has quit IRC | 11:27 | |
| *** [1]evgenyf is now known as evgenyf | 11:27 | |
| *** e0ne has quit IRC | 11:27 | |
| *** overlayer has joined #openstack-dev | 11:29 | |
| *** vladikr has joined #openstack-dev | 11:31 | |
| *** negronjl has joined #openstack-dev | 11:31 | |
| *** overlayer has quit IRC | 11:32 | |
| *** tdruiva has quit IRC | 11:32 | |
| *** CaptTofu has joined #openstack-dev | 11:33 | |
| *** killer_p- has quit IRC | 11:34 | |
| *** tomoe_ has quit IRC | 11:35 | |
| *** tomoe_ has joined #openstack-dev | 11:36 | |
| *** tomoe_ has quit IRC | 11:40 | |
| *** FunnyLookinHat has joined #openstack-dev | 11:41 | |
| *** leseb has joined #openstack-dev | 11:44 | |
| *** vijayaguru has left #openstack-dev | 11:45 | |
| *** omachace has left #openstack-dev | 11:48 | |
| *** erlon has joined #openstack-dev | 11:51 | |
| *** rodrigods_ has joined #openstack-dev | 11:51 | |
| *** brod has joined #openstack-dev | 11:53 | |
| *** kushal has quit IRC | 11:55 | |
| *** halfie has left #openstack-dev | 11:55 | |
| *** morazi has joined #openstack-dev | 11:55 | |
| *** amotoki has quit IRC | 11:56 | |
| *** gcha has joined #openstack-dev | 11:56 | |
| *** tomoe_ has joined #openstack-dev | 11:58 | |
| *** topol has joined #openstack-dev | 11:59 | |
| *** aglarendil|nb has quit IRC | 11:59 | |
| *** morazi has quit IRC | 12:00 | |
| *** morazi has joined #openstack-dev | 12:02 | |
| *** jprovazn has quit IRC | 12:02 | |
| *** tomoe_ has quit IRC | 12:03 | |
| *** tomoe_ has joined #openstack-dev | 12:03 | |
| *** mengxd has joined #openstack-dev | 12:04 | |
| *** Ch00k has joined #openstack-dev | 12:04 | |
| *** markvoelker has joined #openstack-dev | 12:05 | |
| *** yolanda has quit IRC | 12:06 | |
| *** sgotliv has quit IRC | 12:06 | |
| *** rocker has joined #openstack-dev | 12:06 | |
| *** rfolco has joined #openstack-dev | 12:07 | |
| *** tomoe_ has quit IRC | 12:08 | |
| *** jecarey has quit IRC | 12:10 | |
| *** Longgeek has joined #openstack-dev | 12:10 | |
| *** mkollaro has joined #openstack-dev | 12:11 | |
| *** vladikr has quit IRC | 12:11 | |
| *** overlayer has joined #openstack-dev | 12:11 | |
| *** dprince has joined #openstack-dev | 12:12 | |
| *** dims_ has quit IRC | 12:13 | |
| *** bknudson has quit IRC | 12:13 | |
| *** toure is now known as toure|office | 12:14 | |
| *** aglarendil|nb has joined #openstack-dev | 12:15 | |
| *** YorikSar has quit IRC | 12:15 | |
| *** Longgeek has quit IRC | 12:16 | |
| *** Longgeek has joined #openstack-dev | 12:16 | |
| *** killer_prince has quit IRC | 12:16 | |
| *** radez_g0n3 is now known as radez | 12:16 | |
| *** negronjl has quit IRC | 12:17 | |
| *** saju_m has quit IRC | 12:17 | |
| *** negronjl has joined #openstack-dev | 12:17 | |
| *** jistr is now known as jistr|english | 12:18 | |
| *** YorikSar has joined #openstack-dev | 12:18 | |
| *** CaptTofu has quit IRC | 12:20 | |
| *** achampion has quit IRC | 12:20 | |
| *** rohitk has quit IRC | 12:20 | |
| *** morazi has quit IRC | 12:21 | |
| *** sgotliv has joined #openstack-dev | 12:22 | |
| *** e0ne has joined #openstack-dev | 12:22 | |
| *** morazi has joined #openstack-dev | 12:22 | |
| *** sgordon has joined #openstack-dev | 12:22 | |
| *** morazi has quit IRC | 12:24 | |
| *** e0ne_ has quit IRC | 12:25 | |
| *** [1]evgenyf has joined #openstack-dev | 12:25 | |
| *** morazi has joined #openstack-dev | 12:26 | |
| *** evgenyf has quit IRC | 12:27 | |
| *** [1]evgenyf is now known as evgenyf | 12:27 | |
| *** dims_ has joined #openstack-dev | 12:27 | |
| *** jdob has joined #openstack-dev | 12:28 | |
| *** aglarendil|nb has quit IRC | 12:29 | |
| *** sgotliv has quit IRC | 12:29 | |
| *** sgotliv has joined #openstack-dev | 12:29 | |
| *** galstrom_zzz is now known as galstrom | 12:29 | |
| *** bswartz has quit IRC | 12:31 | |
| *** sthaha has joined #openstack-dev | 12:32 | |
| *** aditirav has quit IRC | 12:32 | |
| *** pfallenop has quit IRC | 12:32 | |
| *** kushal has joined #openstack-dev | 12:32 | |
| *** rodrigods_ has quit IRC | 12:33 | |
| *** bknudson has joined #openstack-dev | 12:33 | |
| *** jhesketh_ has quit IRC | 12:34 | |
| *** Tross has joined #openstack-dev | 12:35 | |
| *** pfallenop has joined #openstack-dev | 12:35 | |
| *** neoXsys has joined #openstack-dev | 12:35 | |
| *** doron_afk is now known as doron | 12:37 | |
| *** Tross1 has joined #openstack-dev | 12:39 | |
| *** chandankumar_ has joined #openstack-dev | 12:39 | |
| *** adalbas has joined #openstack-dev | 12:39 | |
| *** Tross has quit IRC | 12:39 | |
| *** yolanda has joined #openstack-dev | 12:39 | |
| *** neelashah has joined #openstack-dev | 12:40 | |
| *** romcheg has quit IRC | 12:40 | |
| *** romcheg has joined #openstack-dev | 12:41 | |
| *** promulo has quit IRC | 12:41 | |
| *** dbalog has joined #openstack-dev | 12:41 | |
| *** ramishra has quit IRC | 12:42 | |
| *** pfallenop has quit IRC | 12:43 | |
| *** dkranz has joined #openstack-dev | 12:44 | |
| *** b3nt_pin has joined #openstack-dev | 12:45 | |
| *** baoli has quit IRC | 12:45 | |
| *** b3nt_pin is now known as beagles | 12:45 | |
| *** heinrikter has joined #openstack-dev | 12:45 | |
| *** baoli has joined #openstack-dev | 12:46 | |
| *** martyntaylor has quit IRC | 12:46 | |
| *** heinrikter has quit IRC | 12:46 | |
| *** sivy has joined #openstack-dev | 12:47 | |
| *** pfallenop has joined #openstack-dev | 12:47 | |
| *** saschpe has quit IRC | 12:47 | |
| *** martyntaylor has joined #openstack-dev | 12:48 | |
| *** saju_m has joined #openstack-dev | 12:48 | |
| *** lucas-hungry is now known as lucasagomes | 12:49 | |
| *** aysyd has joined #openstack-dev | 12:49 | |
| *** brod has quit IRC | 12:50 | |
| *** xchu has joined #openstack-dev | 12:50 | |
| *** chandankumar_ has quit IRC | 12:51 | |
| *** sumansn_ has quit IRC | 12:52 | |
| *** aglarendil|nb has joined #openstack-dev | 12:52 | |
| *** saschpe has joined #openstack-dev | 12:52 | |
| *** tdruiva has joined #openstack-dev | 12:53 | |
| *** jecarey has joined #openstack-dev | 12:53 | |
| *** luisg_ has joined #openstack-dev | 12:54 | |
| *** thuc has joined #openstack-dev | 12:54 | |
| *** jprovazn has joined #openstack-dev | 12:55 | |
| *** AnilV4 has quit IRC | 12:55 | |
| *** thuc_ has joined #openstack-dev | 12:55 | |
| *** pradeep has quit IRC | 12:55 | |
| *** chandan_kumar has quit IRC | 12:55 | |
| *** tomoe_ has joined #openstack-dev | 12:56 | |
| *** Ch00k has quit IRC | 12:56 | |
| *** jpomero has joined #openstack-dev | 12:57 | |
| *** tdruiva has quit IRC | 12:57 | |
| *** bswartz has joined #openstack-dev | 12:57 | |
| *** JelleB is now known as a1|away | 12:58 | |
| *** a1|away is now known as JelleB | 12:58 | |
| *** b3open has joined #openstack-dev | 12:58 | |
| *** belmoreira has quit IRC | 12:58 | |
| *** gordc has joined #openstack-dev | 12:58 | |
| *** belmoreira has joined #openstack-dev | 12:58 | |
| *** thuc has quit IRC | 12:59 | |
| *** ygbo has quit IRC | 12:59 | |
| *** YorikSar_ has joined #openstack-dev | 12:59 | |
| *** Ch00k has joined #openstack-dev | 13:00 | |
| *** vkmc has joined #openstack-dev | 13:00 | |
| *** kbringard has joined #openstack-dev | 13:01 | |
| *** belmoreira1 has joined #openstack-dev | 13:01 | |
| *** _afazekas has quit IRC | 13:01 | |
| *** yamahata has joined #openstack-dev | 13:02 | |
| *** matsuhashi has quit IRC | 13:02 | |
| *** belmoreira has quit IRC | 13:02 | |
| *** matsuhashi has joined #openstack-dev | 13:02 | |
| *** YorikSar has quit IRC | 13:02 | |
| *** b3open has quit IRC | 13:03 | |
| *** prad_ has joined #openstack-dev | 13:04 | |
| *** pradeep has joined #openstack-dev | 13:05 | |
| *** alop has joined #openstack-dev | 13:05 | |
| *** kgriffs|afk is now known as kgriffs | 13:05 | |
| *** Tross1 has quit IRC | 13:06 | |
| *** matsuhashi has quit IRC | 13:07 | |
| *** unicell has quit IRC | 13:07 | |
| *** dkranz has quit IRC | 13:07 | |
| *** jcoufal has quit IRC | 13:08 | |
| *** matsuhashi has joined #openstack-dev | 13:10 | |
| *** ygbo has joined #openstack-dev | 13:11 | |
| *** jcoufal has joined #openstack-dev | 13:11 | |
| *** galstrom is now known as galstrom_zzz | 13:11 | |
| *** mriedem has joined #openstack-dev | 13:11 | |
| *** kgriffs is now known as kgriffs|afk | 13:12 | |
| *** Longgeek has quit IRC | 13:14 | |
| *** signed8bit has joined #openstack-dev | 13:14 | |
| *** Longgeek has joined #openstack-dev | 13:14 | |
| *** Longgeek_ has joined #openstack-dev | 13:15 | |
| *** aglarendil|nb has quit IRC | 13:15 | |
| *** achampion has joined #openstack-dev | 13:16 | |
| *** leseb has quit IRC | 13:17 | |
| *** eharney has joined #openstack-dev | 13:17 | |
| *** belmoreira1 has quit IRC | 13:17 | |
| *** leseb has joined #openstack-dev | 13:17 | |
| *** Tross has joined #openstack-dev | 13:18 | |
| *** jgallard has joined #openstack-dev | 13:18 | |
| *** Longgeek has quit IRC | 13:18 | |
| *** brod has joined #openstack-dev | 13:19 | |
| *** belmoreira has joined #openstack-dev | 13:20 | |
| *** CaptTofu has joined #openstack-dev | 13:20 | |
| *** dkranz has joined #openstack-dev | 13:20 | |
| *** YorikSar has joined #openstack-dev | 13:22 | |
| *** leseb has quit IRC | 13:22 | |
| *** gordc has quit IRC | 13:24 | |
| *** stevemar has joined #openstack-dev | 13:24 | |
| *** B3open has joined #openstack-dev | 13:24 | |
| *** kolesovdv has quit IRC | 13:24 | |
| *** promulo has joined #openstack-dev | 13:24 | |
| *** B3open has quit IRC | 13:24 | |
| *** leseb has joined #openstack-dev | 13:25 | |
| *** tomoe_ has quit IRC | 13:25 | |
| *** YorikSar_ has quit IRC | 13:25 | |
| *** Tross has quit IRC | 13:25 | |
| *** tomoe_ has joined #openstack-dev | 13:26 | |
| *** joesavak has joined #openstack-dev | 13:27 | |
| *** vijendar has joined #openstack-dev | 13:28 | |
| *** tomoe_ has quit IRC | 13:31 | |
| *** RockKuo has joined #openstack-dev | 13:32 | |
| *** unicell has joined #openstack-dev | 13:34 | |
| *** neoXsys has quit IRC | 13:35 | |
| *** saju_m has quit IRC | 13:36 | |
| *** denis_makogon has quit IRC | 13:37 | |
| *** kevinconway has joined #openstack-dev | 13:40 | |
| *** dstanek has quit IRC | 13:40 | |
| *** doron is now known as doron_afk | 13:41 | |
| *** belmoreira has quit IRC | 13:42 | |
| *** jistr|english is now known as jistr | 13:43 | |
| *** thuc_ has quit IRC | 13:44 | |
| *** belmoreira has joined #openstack-dev | 13:44 | |
| *** thuc has joined #openstack-dev | 13:44 | |
| ttx | dolphm: I think it makes sense to open an RC2 window for keystone at this point, since the RC1 is almost one week old and we have a few things we need to fix | 13:46 |
| dolphm | ttx: agree, the translations fix seems worthy alone | 13:47 |
| ttx | dolphm: let me know if you confirm | 13:47 |
| ttx | ok, opening and we'll do a pass at targeting bugs just after | 13:47 |
| dolphm | ttx: and there's already a few nice-to-haves waiting in the wings | 13:47 |
| *** chandan_kumar has joined #openstack-dev | 13:49 | |
| *** thuc has quit IRC | 13:49 | |
| *** jpeeler1 is now known as jpeeler | 13:50 | |
| *** jpeeler has joined #openstack-dev | 13:50 | |
| *** caleb_` has joined #openstack-dev | 13:50 | |
| ttx | dolphm: https://launchpad.net/keystone/+milestone/icehouse-rc2 | 13:50 |
| dolphm | ttx: thanks! | 13:50 |
| ttx | I added the trabslations and the DB setup one | 13:50 |
| *** AnilV4 has joined #openstack-dev | 13:50 | |
| ttx | dolphm: anything else you'd like to wrap it with ? | 13:50 |
| dolphm | ttx: the translation one shows as Fix Committed, even though that's to master and not milestone-proposed ? | 13:51 |
| ttx | dolphm: by design | 13:51 |
| ttx | dolphm: when it lands on milestone-propsoed it will get "FixReleased" | 13:51 |
| *** alop_ has joined #openstack-dev | 13:51 | |
| dolphm | ttx: oh weird, okay | 13:51 |
| ttx | yeah, bit weird | 13:51 |
| dolphm | ttx: what do you mean by "wrap it with"? | 13:51 |
| *** alop has quit IRC | 13:52 | |
| *** alop_ is now known as alop | 13:52 | |
| ttx | dolphm: any other bug you'd like to add to rc2 ? | 13:52 |
| *** caleb_` has quit IRC | 13:52 | |
| ttx | https://bugs.launchpad.net/keystone/+bug/1300274 looks safe | 13:52 |
| dolphm | ttx: possibly a fix for https://bugs.launchpad.net/keystone/+bug/1301036 although i'm still not clear on where the fault really is (ubuntu's conf or oslo's sanity check) | 13:52 |
| uvirtbot | Launchpad bug 1300274 in keystone "V3 Authentication Chaining - uniqueness of auth method names " [High,In progress] | 13:52 |
| uvirtbot | Launchpad bug 1301036 in oslo "openstack.common.db.sqlalchemy.migration utf8 table check issue on initial migration" [Critical,In progress] | 13:52 |
| *** caleb_` has joined #openstack-dev | 13:53 | |
| ttx | dolphm: is that chaining a new-in-icehouse thing ? | 13:53 |
| *** READ10 has joined #openstack-dev | 13:53 | |
| ttx | dolphm: you can also pick backports in https://bugs.launchpad.net/keystone/+bugs?field.status%3Alist=FIXCOMMITTED in case anything is extremely safe there | 13:56 |
| *** denis_makogon has joined #openstack-dev | 13:56 | |
| *** rohitk has joined #openstack-dev | 13:57 | |
| *** samstav has joined #openstack-dev | 13:57 | |
| *** deepakcs has quit IRC | 13:58 | |
| *** jgrimm has joined #openstack-dev | 13:59 | |
| *** zaitcev has joined #openstack-dev | 13:59 | |
| ttx | though nothing obvious comes to mind | 14:00 |
| *** pablosan has joined #openstack-dev | 14:00 | |
| *** ramishra has joined #openstack-dev | 14:00 | |
| *** sivy has quit IRC | 14:00 | |
| *** Ch00k has quit IRC | 14:00 | |
| *** cagrev has joined #openstack-dev | 14:00 | |
| *** tdruiva has joined #openstack-dev | 14:00 | |
| *** Ch00k has joined #openstack-dev | 14:01 | |
| ttx | jgriffith: ping me when around to discuss RC2 opening for cinder | 14:01 |
| *** caleb_` has quit IRC | 14:02 | |
| dolphm | ttx: chaining was actually new in the API for grizzly (it's baked into v3's design), but we haven't taken advantage of it yet | 14:04 |
| *** tdruiva has quit IRC | 14:04 | |
| *** caleb_` has joined #openstack-dev | 14:04 | |
| *** diogogmt has joined #openstack-dev | 14:04 | |
| *** glenng has joined #openstack-dev | 14:04 | |
| ttx | dolphm: ok, makes sense to fix it anyway | 14:05 |
| *** abhirc has joined #openstack-dev | 14:05 | |
| *** dstanek has joined #openstack-dev | 14:05 | |
| *** rocker has quit IRC | 14:06 | |
| *** danielbruno has joined #openstack-dev | 14:08 | |
| *** tomoe_ has joined #openstack-dev | 14:08 | |
| *** mengxd has quit IRC | 14:09 | |
| *** toure|office is now known as toure | 14:10 | |
| *** toure has quit IRC | 14:10 | |
| *** aditirav has joined #openstack-dev | 14:13 | |
| overlayer | juno | 14:16 |
| *** Celm has joined #openstack-dev | 14:16 | |
| *** jpeeler has quit IRC | 14:17 | |
| *** jpeeler has joined #openstack-dev | 14:18 | |
| *** jpeeler has quit IRC | 14:18 | |
| *** jpeeler has joined #openstack-dev | 14:18 | |
| *** toure has joined #openstack-dev | 14:18 | |
| *** msabramo has quit IRC | 14:19 | |
| *** Celm has quit IRC | 14:21 | |
| *** FunnyLookinHat has quit IRC | 14:21 | |
| *** tomoe_ has quit IRC | 14:21 | |
| *** iccha has joined #openstack-dev | 14:22 | |
| *** tomoe_ has joined #openstack-dev | 14:22 | |
| *** otherwiseguy has joined #openstack-dev | 14:23 | |
| *** bauzas has quit IRC | 14:24 | |
| *** devoid has joined #openstack-dev | 14:24 | |
| *** tsekiyama has joined #openstack-dev | 14:24 | |
| *** adreznec has joined #openstack-dev | 14:24 | |
| *** rocker has joined #openstack-dev | 14:25 | |
| *** e0ne_ has joined #openstack-dev | 14:26 | |
| *** zackf has joined #openstack-dev | 14:27 | |
| *** tomoe_ has quit IRC | 14:28 | |
| *** tomoe_ has joined #openstack-dev | 14:28 | |
| *** nealph has joined #openstack-dev | 14:30 | |
| *** e0ne has quit IRC | 14:30 | |
| *** vladikr has joined #openstack-dev | 14:30 | |
| *** cfriesen has joined #openstack-dev | 14:31 | |
| *** alex_xu has joined #openstack-dev | 14:31 | |
| *** tomoe_ has quit IRC | 14:33 | |
| *** Ch00k has quit IRC | 14:34 | |
| *** abhirc has quit IRC | 14:34 | |
| *** tdruiva has joined #openstack-dev | 14:37 | |
| *** Mikhail_D_ltp has quit IRC | 14:37 | |
| *** jprovazn is now known as jprovazn_afk | 14:37 | |
| *** nshaikh has joined #openstack-dev | 14:38 | |
| *** gordc has joined #openstack-dev | 14:38 | |
| *** AlanClark has joined #openstack-dev | 14:39 | |
| *** tvardeman has joined #openstack-dev | 14:39 | |
| *** chandankumar_ has joined #openstack-dev | 14:40 | |
| *** doron_afk is now known as doron | 14:40 | |
| *** rcleere has joined #openstack-dev | 14:42 | |
| dhellmann | ttx: do we need an RC2 target for oslo? | 14:43 |
| *** david-lyle has joined #openstack-dev | 14:43 | |
| *** doron is now known as doron_afk | 14:43 | |
| *** Numan has quit IRC | 14:43 | |
| *** thang_ has joined #openstack-dev | 14:44 | |
| *** mrunge has quit IRC | 14:44 | |
| *** galstrom_zzz is now known as galstrom | 14:44 | |
| *** xparanoik has joined #openstack-dev | 14:45 | |
| *** FunnyLookinHat has joined #openstack-dev | 14:46 | |
| *** xchu has quit IRC | 14:46 | |
| *** caleb_` has quit IRC | 14:47 | |
| *** caleb_` has joined #openstack-dev | 14:47 | |
| *** rocker has quit IRC | 14:48 | |
| xparanoik | has anyone here had sucess installing the openstack havana on FreeBSD 10.0-RELEASE? i see the website has docs on installing on top of debian 7, but no *BSD | 14:48 |
| *** akrivoka has quit IRC | 14:49 | |
| *** akrivoka has joined #openstack-dev | 14:49 | |
| *** carl_baldwin has joined #openstack-dev | 14:49 | |
| *** thedodd has joined #openstack-dev | 14:50 | |
| *** thuc_ has joined #openstack-dev | 14:51 | |
| *** jasdeepH has joined #openstack-dev | 14:51 | |
| *** otherwiseguy has quit IRC | 14:51 | |
| *** matsuhashi has quit IRC | 14:52 | |
| *** aditirav has quit IRC | 14:52 | |
| *** jmckind has joined #openstack-dev | 14:52 | |
| *** paragan has quit IRC | 14:53 | |
| *** kbringard has quit IRC | 14:54 | |
| dhellmann | ttx: in launchpad, that is | 14:54 |
| *** doddstack has joined #openstack-dev | 14:54 | |
| *** kbringard has joined #openstack-dev | 14:54 | |
| *** caleb_` has quit IRC | 14:54 | |
| *** msabramo has joined #openstack-dev | 14:56 | |
| *** mgagne has joined #openstack-dev | 14:57 | |
| *** thuc has joined #openstack-dev | 14:57 | |
| *** thedodd has quit IRC | 14:57 | |
| *** caleb_` has joined #openstack-dev | 14:57 | |
| *** thuc_ has quit IRC | 14:58 | |
| *** xchu has joined #openstack-dev | 14:58 | |
| *** xchu has quit IRC | 14:58 | |
| ttx | dhellmann: I don't think so. We shouldn't wrap up rc1 until we are ready to cut the stable branch from master | 14:59 |
| dhellmann | ttx: ok | 14:59 |
| *** doron_afk is now known as doron | 15:00 | |
| *** neelashah has quit IRC | 15:00 | |
| *** Sukhdev has joined #openstack-dev | 15:00 | |
| *** xparanoik has left #openstack-dev | 15:00 | |
| *** Longgeek has joined #openstack-dev | 15:00 | |
| *** networkstatic_zZ has quit IRC | 15:01 | |
| *** reidrac has quit IRC | 15:01 | |
| *** AnilV4 has quit IRC | 15:01 | |
| *** gimps has joined #openstack-dev | 15:02 | |
| *** gimps has quit IRC | 15:02 | |
| *** ArxCruz has joined #openstack-dev | 15:03 | |
| *** [1]evgenyf has joined #openstack-dev | 15:03 | |
| *** Longgeek_ has quit IRC | 15:04 | |
| *** mosulica has quit IRC | 15:04 | |
| *** _TheDodd_ has joined #openstack-dev | 15:05 | |
| *** evgenyf has quit IRC | 15:05 | |
| *** [1]evgenyf is now known as evgenyf | 15:05 | |
| *** jasdeepH has quit IRC | 15:06 | |
| *** cjellick has joined #openstack-dev | 15:06 | |
| *** jmontemayor has joined #openstack-dev | 15:07 | |
| *** david_lyle_ has joined #openstack-dev | 15:07 | |
| *** doddstack has quit IRC | 15:07 | |
| *** dklyle has joined #openstack-dev | 15:08 | |
| *** dklyle has quit IRC | 15:10 | |
| *** dklyle has joined #openstack-dev | 15:10 | |
| *** cjellick has quit IRC | 15:10 | |
| *** david-lyle has quit IRC | 15:10 | |
| *** dklyle is now known as david-lyle | 15:11 | |
| *** e0ne_ has quit IRC | 15:11 | |
| *** david_lyle_ has quit IRC | 15:11 | |
| *** signed8bit has quit IRC | 15:11 | |
| *** signed8bit has joined #openstack-dev | 15:12 | |
| *** dvorkinista has joined #openstack-dev | 15:12 | |
| *** romcheg has quit IRC | 15:12 | |
| *** skraynev is now known as skraynev_afk | 15:13 | |
| *** msabramo has quit IRC | 15:13 | |
| *** otherwiseguy has joined #openstack-dev | 15:13 | |
| *** brod has quit IRC | 15:13 | |
| *** cjellick has joined #openstack-dev | 15:14 | |
| *** thuc has quit IRC | 15:15 | |
| *** jaypipes has joined #openstack-dev | 15:15 | |
| *** thuc has joined #openstack-dev | 15:15 | |
| *** neelashah1 has joined #openstack-dev | 15:15 | |
| *** msabramo has joined #openstack-dev | 15:16 | |
| *** ArxCruz has quit IRC | 15:16 | |
| *** ifarkas has quit IRC | 15:16 | |
| *** benrodrigue has joined #openstack-dev | 15:16 | |
| *** tkammer has quit IRC | 15:18 | |
| *** kdbrierly has quit IRC | 15:18 | |
| *** mtaylor is now known as mordred | 15:19 | |
| *** msabramo has quit IRC | 15:19 | |
| *** msabramo has joined #openstack-dev | 15:19 | |
| *** mordred has quit IRC | 15:19 | |
| *** mordred has joined #openstack-dev | 15:19 | |
| *** thuc has quit IRC | 15:20 | |
| *** dstanek has quit IRC | 15:20 | |
| *** signed8bit has quit IRC | 15:20 | |
| *** signed8bit has joined #openstack-dev | 15:21 | |
| *** ifarkas has joined #openstack-dev | 15:21 | |
| *** pmathews has joined #openstack-dev | 15:21 | |
| *** networkstatic has joined #openstack-dev | 15:24 | |
| *** Ch00k has joined #openstack-dev | 15:24 | |
| *** jmontemayor has quit IRC | 15:25 | |
| *** Ch00k has quit IRC | 15:25 | |
| *** SumitNaiksatam has joined #openstack-dev | 15:26 | |
| *** jotan has joined #openstack-dev | 15:26 | |
| *** e0ne has joined #openstack-dev | 15:26 | |
| *** galstrom is now known as galstrom_zzz | 15:26 | |
| *** jmontemayor has joined #openstack-dev | 15:26 | |
| *** Ryan_Lane has joined #openstack-dev | 15:27 | |
| *** leseb has quit IRC | 15:28 | |
| *** leseb has joined #openstack-dev | 15:28 | |
| *** MaxV_ has quit IRC | 15:29 | |
| *** rohitk has quit IRC | 15:29 | |
| *** gokrokve has joined #openstack-dev | 15:30 | |
| *** amotoki has joined #openstack-dev | 15:32 | |
| *** Ch00k has joined #openstack-dev | 15:32 | |
| *** jsavak has joined #openstack-dev | 15:32 | |
| *** leseb has quit IRC | 15:33 | |
| *** MaxV_ has joined #openstack-dev | 15:34 | |
| *** joesavak has quit IRC | 15:35 | |
| *** pablosan has quit IRC | 15:35 | |
| *** joesavak has joined #openstack-dev | 15:36 | |
| *** mrodden has quit IRC | 15:37 | |
| *** romcheg has joined #openstack-dev | 15:37 | |
| *** romcheg has left #openstack-dev | 15:37 | |
| *** alex_klimov has quit IRC | 15:39 | |
| *** jsavak has quit IRC | 15:39 | |
| *** spzala has joined #openstack-dev | 15:40 | |
| *** leseb has joined #openstack-dev | 15:40 | |
| *** mlavalle has joined #openstack-dev | 15:43 | |
| *** Tross has joined #openstack-dev | 15:45 | |
| *** mmaglana has joined #openstack-dev | 15:46 | |
| *** mmaglana_ has joined #openstack-dev | 15:47 | |
| *** signed8bit has quit IRC | 15:48 | |
| *** corXi has quit IRC | 15:49 | |
| *** belmoreira has quit IRC | 15:49 | |
| *** mrodden has joined #openstack-dev | 15:49 | |
| *** mkollaro has quit IRC | 15:49 | |
| *** aglarendil|nb has joined #openstack-dev | 15:50 | |
| *** Vic has joined #openstack-dev | 15:50 | |
| *** mmaglana has quit IRC | 15:50 | |
| *** eghobo has joined #openstack-dev | 15:51 | |
| *** jab416171 has joined #openstack-dev | 15:53 | |
| *** Celm has joined #openstack-dev | 15:53 | |
| *** mmagr has quit IRC | 15:53 | |
| *** mmagr has joined #openstack-dev | 15:54 | |
| *** topol has quit IRC | 15:54 | |
| *** marekd is now known as marekd|away | 15:56 | |
| *** Ch00k has quit IRC | 15:56 | |
| *** mkollaro has joined #openstack-dev | 15:57 | |
| *** thuc has joined #openstack-dev | 15:57 | |
| *** Gordonz has joined #openstack-dev | 15:57 | |
| *** Gordonz has quit IRC | 15:58 | |
| *** neoXsys has joined #openstack-dev | 15:58 | |
| *** Gordonz has joined #openstack-dev | 15:58 | |
| *** zhiyan_ is now known as zhiyan | 15:59 | |
| *** Longgeek has quit IRC | 15:59 | |
| *** sivy has joined #openstack-dev | 16:00 | |
| *** Ruetobas has quit IRC | 16:01 | |
| *** READ10 has quit IRC | 16:01 | |
| *** jsavak has joined #openstack-dev | 16:01 | |
| *** aglarendil|nb has quit IRC | 16:01 | |
| *** ukalifon1 has left #openstack-dev | 16:01 | |
| *** killer_prince has joined #openstack-dev | 16:02 | |
| *** irenab has joined #openstack-dev | 16:02 | |
| *** Ruetobas has joined #openstack-dev | 16:03 | |
| *** thomasem has joined #openstack-dev | 16:03 | |
| *** mkollaro has quit IRC | 16:04 | |
| *** ukalifon1 has joined #openstack-dev | 16:04 | |
| *** pasquier-s has quit IRC | 16:04 | |
| *** READ10 has joined #openstack-dev | 16:04 | |
| *** joesavak has quit IRC | 16:05 | |
| *** gseverina has joined #openstack-dev | 16:05 | |
| *** yamahata has quit IRC | 16:06 | |
| *** mmagr has quit IRC | 16:07 | |
| *** armax has joined #openstack-dev | 16:07 | |
| *** Ruetobas has quit IRC | 16:08 | |
| *** e0ne has quit IRC | 16:09 | |
| *** e0ne has joined #openstack-dev | 16:09 | |
| *** dkranz has quit IRC | 16:09 | |
| *** scottda has quit IRC | 16:11 | |
| *** e0ne has quit IRC | 16:12 | |
| *** ifarkas has quit IRC | 16:12 | |
| *** dvorkinista has quit IRC | 16:12 | |
| *** catohornet has joined #openstack-dev | 16:13 | |
| *** Ruetobas has joined #openstack-dev | 16:14 | |
| *** jgallard has quit IRC | 16:14 | |
| *** kbrierly has joined #openstack-dev | 16:14 | |
| *** coolsvap has joined #openstack-dev | 16:17 | |
| *** e0ne has joined #openstack-dev | 16:17 | |
| *** eghobo has quit IRC | 16:17 | |
| *** eghobo has joined #openstack-dev | 16:17 | |
| *** gcha has quit IRC | 16:17 | |
| _cjones_ | morganfainberg: Let me know when you're around for the thing we discussed yesterday. | 16:17 |
| *** pradeep has quit IRC | 16:17 | |
| *** jpich has quit IRC | 16:18 | |
| *** galstrom_zzz is now known as galstrom | 16:18 | |
| *** coolsvap has quit IRC | 16:18 | |
| *** yolanda has quit IRC | 16:18 | |
| *** msabramo has quit IRC | 16:19 | |
| *** amuller has quit IRC | 16:20 | |
| *** chandankumar_ has quit IRC | 16:20 | |
| *** e0ne has quit IRC | 16:20 | |
| *** dvorkinista has joined #openstack-dev | 16:20 | |
| *** e0ne has joined #openstack-dev | 16:21 | |
| *** sthaha has quit IRC | 16:21 | |
| *** arosen1 has joined #openstack-dev | 16:21 | |
| *** arosen1 has joined #openstack-dev | 16:21 | |
| *** rodrigods_ has joined #openstack-dev | 16:22 | |
| *** dkranz has joined #openstack-dev | 16:23 | |
| *** xarses has quit IRC | 16:24 | |
| *** tjones has joined #openstack-dev | 16:24 | |
| *** msabramo has joined #openstack-dev | 16:25 | |
| *** e0ne has quit IRC | 16:25 | |
| *** nshaikh has quit IRC | 16:25 | |
| *** doron is now known as doron_afk | 16:26 | |
| *** [2]evgenyf has joined #openstack-dev | 16:27 | |
| *** caleb_` has quit IRC | 16:27 | |
| *** jobewan has joined #openstack-dev | 16:27 | |
| *** evgenyf has quit IRC | 16:28 | |
| *** [2]evgenyf is now known as evgenyf | 16:28 | |
| *** scottda has joined #openstack-dev | 16:29 | |
| *** tjones has quit IRC | 16:30 | |
| *** d0ugal has quit IRC | 16:30 | |
| *** leseb has quit IRC | 16:30 | |
| *** ramishra has quit IRC | 16:31 | |
| *** leseb has joined #openstack-dev | 16:31 | |
| *** bdpayne has joined #openstack-dev | 16:31 | |
| *** ygbo has quit IRC | 16:31 | |
| *** d0ugal has joined #openstack-dev | 16:32 | |
| *** derekh has quit IRC | 16:32 | |
| *** Tross has quit IRC | 16:33 | |
| *** d0ugal has quit IRC | 16:33 | |
| *** jistr has quit IRC | 16:33 | |
| *** e0ne has joined #openstack-dev | 16:33 | |
| *** e0ne_ has joined #openstack-dev | 16:34 | |
| *** jmontemayor has quit IRC | 16:34 | |
| *** e0ne has quit IRC | 16:35 | |
| *** leseb has quit IRC | 16:35 | |
| *** marcoemorais has joined #openstack-dev | 16:36 | |
| *** sgotliv has quit IRC | 16:36 | |
| *** cjellick has quit IRC | 16:36 | |
| *** abhirc has joined #openstack-dev | 16:37 | |
| *** cjellick has joined #openstack-dev | 16:37 | |
| *** nacim has quit IRC | 16:38 | |
| *** pablosan has joined #openstack-dev | 16:38 | |
| *** ron-slc has quit IRC | 16:38 | |
| *** xgsa1 has quit IRC | 16:39 | |
| *** Numan has joined #openstack-dev | 16:39 | |
| msabramo | I have a small enhancement to jenkins-job-builder - https://review.openstack.org/#/c/84778/ | 16:39 |
| *** cjellick has quit IRC | 16:40 | |
| *** cjellick has joined #openstack-dev | 16:40 | |
| msabramo | hmmm, can I change the title to add "jenkins-job-builder" to it? It's not so obvious at a glance. | 16:40 |
| *** martyntaylor has left #openstack-dev | 16:41 | |
| msabramo | sorry, first time using Gerrit | 16:41 |
| *** Vic has quit IRC | 16:41 | |
| *** blamar_ has joined #openstack-dev | 16:41 | |
| *** blamar has quit IRC | 16:42 | |
| *** blamar_ is now known as blamar | 16:42 | |
| *** jasdeepH has joined #openstack-dev | 16:42 | |
| *** Ch00k has joined #openstack-dev | 16:43 | |
| *** ndipanov has quit IRC | 16:43 | |
| *** markmcclain has joined #openstack-dev | 16:45 | |
| msabramo | https://review.openstack.org/84778 | 16:45 |
| *** vuil has joined #openstack-dev | 16:45 | |
| *** MaxV_ has quit IRC | 16:46 | |
| *** yolanda has joined #openstack-dev | 16:46 | |
| *** dvorkinista has quit IRC | 16:46 | |
| *** rodrigods_ has quit IRC | 16:46 | |
| *** martyntaylor has joined #openstack-dev | 16:46 | |
| *** CaptTofu has quit IRC | 16:47 | |
| *** arosen1 has quit IRC | 16:47 | |
| *** bknudson has quit IRC | 16:47 | |
| *** singhs has joined #openstack-dev | 16:48 | |
| *** arnaud has joined #openstack-dev | 16:49 | |
| *** safchain has quit IRC | 16:50 | |
| *** kenperkins has quit IRC | 16:50 | |
| *** MaxV has joined #openstack-dev | 16:51 | |
| *** kenperkins has joined #openstack-dev | 16:51 | |
| *** zhiyan is now known as zhiyan_ | 16:51 | |
| *** gokrokve has quit IRC | 16:52 | |
| *** lpetrut has quit IRC | 16:53 | |
| *** xarses has joined #openstack-dev | 16:54 | |
| *** MaxV has quit IRC | 16:55 | |
| *** eglynn has quit IRC | 16:55 | |
| *** stannie has quit IRC | 16:55 | |
| *** dvorkinista has joined #openstack-dev | 16:55 | |
| *** Numan has quit IRC | 16:57 | |
| *** singhs has quit IRC | 16:57 | |
| *** singhs has joined #openstack-dev | 16:58 | |
| *** csd has joined #openstack-dev | 16:58 | |
| *** evgenyf has quit IRC | 16:58 | |
| *** doron_afk has quit IRC | 16:59 | |
| *** jordanP has quit IRC | 16:59 | |
| *** kenperkins_ has joined #openstack-dev | 16:59 | |
| *** sivy_ has joined #openstack-dev | 17:00 | |
| *** arosen_ has joined #openstack-dev | 17:00 | |
| *** Sukhdev has quit IRC | 17:00 | |
| *** tdruiva_ has joined #openstack-dev | 17:02 | |
| *** otherwiseguy has quit IRC | 17:02 | |
| *** leseb has joined #openstack-dev | 17:02 | |
| *** kenperkins has quit IRC | 17:02 | |
| *** sivy has quit IRC | 17:03 | |
| *** tdruiva has quit IRC | 17:03 | |
| *** Mandell has joined #openstack-dev | 17:05 | |
| *** tomoe_ has joined #openstack-dev | 17:05 | |
| *** jcoufal has quit IRC | 17:05 | |
| *** jmontemayor has joined #openstack-dev | 17:05 | |
| *** arezmerita has quit IRC | 17:05 | |
| *** lucasagomes is now known as lucas-afk | 17:06 | |
| *** ukalifon1 has quit IRC | 17:06 | |
| *** gokrokve has joined #openstack-dev | 17:06 | |
| *** mmaglana_ has quit IRC | 17:06 | |
| *** newell_ has joined #openstack-dev | 17:08 | |
| *** eguz has joined #openstack-dev | 17:09 | |
| *** radez is now known as radez_g0n3 | 17:10 | |
| *** ron-slc has joined #openstack-dev | 17:10 | |
| *** roeyc has quit IRC | 17:10 | |
| *** mikeoutland has joined #openstack-dev | 17:13 | |
| *** eghobo has quit IRC | 17:14 | |
| *** Sukhdev has joined #openstack-dev | 17:14 | |
| *** afaranha has left #openstack-dev | 17:15 | |
| tchaypo | msabramo: It looks like you figured it out? | 17:15 |
| *** killer_prince has quit IRC | 17:16 | |
| *** tomoe_ has quit IRC | 17:17 | |
| *** tomoe_ has joined #openstack-dev | 17:17 | |
| *** lpetrut has joined #openstack-dev | 17:19 | |
| *** tellesnobrega1 has quit IRC | 17:20 | |
| *** signed8bit has joined #openstack-dev | 17:20 | |
| msabramo | tchaypo: yeah, apparently I can just revise and redo `git review` | 17:21 |
| *** dvorkinista has quit IRC | 17:21 | |
| *** tomoe_ has quit IRC | 17:22 | |
| *** d89 has quit IRC | 17:23 | |
| *** morganfainberg_Z is now known as morganfainberg | 17:23 | |
| *** buzztroll has quit IRC | 17:23 | |
| *** buzztrol_ has joined #openstack-dev | 17:23 | |
| *** Numan has joined #openstack-dev | 17:25 | |
| *** huats_ has quit IRC | 17:26 | |
| *** huats has joined #openstack-dev | 17:27 | |
| *** thuc_ has joined #openstack-dev | 17:27 | |
| *** rocker has joined #openstack-dev | 17:28 | |
| *** amotoki has quit IRC | 17:28 | |
| *** e0ne has joined #openstack-dev | 17:29 | |
| *** Mandell_ has joined #openstack-dev | 17:29 | |
| *** glenng1 has joined #openstack-dev | 17:29 | |
| *** msabramo1 has joined #openstack-dev | 17:29 | |
| *** networks_ has joined #openstack-dev | 17:30 | |
| *** kenperkins has joined #openstack-dev | 17:30 | |
| *** abhirc has quit IRC | 17:30 | |
| *** SumitNaiksatam_ has joined #openstack-dev | 17:30 | |
| *** e0ne has quit IRC | 17:31 | |
| *** thuc has quit IRC | 17:31 | |
| *** markmcclain has quit IRC | 17:31 | |
| *** msabramo1 has quit IRC | 17:33 | |
| *** markmcclain has joined #openstack-dev | 17:33 | |
| *** signed8bit has quit IRC | 17:34 | |
| *** tris has quit IRC | 17:34 | |
| *** msabramo1 has joined #openstack-dev | 17:35 | |
| *** harlowja_away is now known as harlowja | 17:35 | |
| *** evgenyf has joined #openstack-dev | 17:35 | |
| *** sgotliv has joined #openstack-dev | 17:36 | |
| *** rodrigods has quit IRC | 17:36 | |
| *** kenperkins has quit IRC | 17:36 | |
| *** mikeoutland has quit IRC | 17:36 | |
| *** alop has quit IRC | 17:36 | |
| *** abramley_ has joined #openstack-dev | 17:37 | |
| *** jprovazn_afk is now known as jprovazn | 17:37 | |
| *** dividebin has joined #openstack-dev | 17:37 | |
| *** gokrokve_ has joined #openstack-dev | 17:37 | |
| *** ukalifon1 has joined #openstack-dev | 17:38 | |
| *** gokrokve has quit IRC | 17:38 | |
| *** Mandell has quit IRC | 17:38 | |
| *** kenperkins_ has quit IRC | 17:38 | |
| *** Ch00k has quit IRC | 17:38 | |
| *** e0ne_ has quit IRC | 17:38 | |
| *** msabramo has quit IRC | 17:38 | |
| *** SumitNaiksatam has quit IRC | 17:38 | |
| *** networkstatic has quit IRC | 17:38 | |
| *** jmckind has quit IRC | 17:38 | |
| *** glenng has quit IRC | 17:38 | |
| *** noslzzp has quit IRC | 17:38 | |
| *** leifz has quit IRC | 17:38 | |
| *** matrohon has quit IRC | 17:38 | |
| *** nprivalova has quit IRC | 17:38 | |
| *** askb has quit IRC | 17:38 | |
| *** tchaypo has quit IRC | 17:38 | |
| *** dividehex has quit IRC | 17:38 | |
| *** abramley has quit IRC | 17:38 | |
| *** SumitNaiksatam_ is now known as SumitNaiksatam | 17:38 | |
| *** abramley_ is now known as abramley | 17:38 | |
| *** dividebin is now known as dividehex | 17:38 | |
| msabramo1 | zaro: I updated https://review.openstack.org/84778 according to your suggestion | 17:39 |
| *** Ch00k has joined #openstack-dev | 17:40 | |
| *** sgotliv has quit IRC | 17:40 | |
| *** jcoufal has joined #openstack-dev | 17:41 | |
| *** sgotliv has joined #openstack-dev | 17:44 | |
| *** askb has joined #openstack-dev | 17:44 | |
| *** tchaypo has joined #openstack-dev | 17:44 | |
| *** waa has joined #openstack-dev | 17:45 | |
| *** nprivalova has joined #openstack-dev | 17:47 | |
| *** matrohon has joined #openstack-dev | 17:47 | |
| *** dvorkinista has joined #openstack-dev | 17:48 | |
| *** tdruiva_ has quit IRC | 17:48 | |
| jogo | dhellmann: https://review.openstack.org/#/c/80690/ | 17:49 |
| jogo | want to land that sooner then later | 17:49 |
| jogo | ttx: ^ | 17:49 |
| *** galstrom is now known as galstrom_zzz | 17:49 | |
| *** tdruiva has joined #openstack-dev | 17:51 | |
| *** arosen_ has quit IRC | 17:51 | |
| *** topol has joined #openstack-dev | 17:52 | |
| *** rodrigods has joined #openstack-dev | 17:53 | |
| *** mlavalle has quit IRC | 17:53 | |
| *** _TheDodd_ has quit IRC | 17:55 | |
| *** tellesnobrega has joined #openstack-dev | 17:55 | |
| *** leseb has quit IRC | 17:55 | |
| *** afaranha has joined #openstack-dev | 17:56 | |
| *** pmcg_ is now known as pmcg | 17:57 | |
| *** irenab has quit IRC | 17:57 | |
| *** arosen_ has joined #openstack-dev | 17:58 | |
| *** Gordonz has quit IRC | 18:01 | |
| *** rtheis has joined #openstack-dev | 18:01 | |
| *** bknudson has joined #openstack-dev | 18:02 | |
| *** MaxV_ has joined #openstack-dev | 18:03 | |
| *** Mandell_ has quit IRC | 18:04 | |
| *** mlavalle has joined #openstack-dev | 18:06 | |
| *** arnaud has quit IRC | 18:06 | |
| *** arnaud__ has joined #openstack-dev | 18:06 | |
| *** leseb has joined #openstack-dev | 18:07 | |
| *** signed8bit has joined #openstack-dev | 18:07 | |
| *** dstanek has joined #openstack-dev | 18:08 | |
| *** zul has quit IRC | 18:09 | |
| morganfainberg | _cjones_, here now | 18:11 |
| *** giulivo has quit IRC | 18:11 | |
| *** caleb_` has joined #openstack-dev | 18:12 | |
| *** kenperkins has joined #openstack-dev | 18:12 | |
| _cjones_ | morganfainberg: Thanks. This just got shoved to the back burner, but if you can point to a concrete example, it would be helpful. I can go read up on my own time. | 18:12 |
| *** zul has joined #openstack-dev | 18:12 | |
| morganfainberg | _cjones_, well here is an example on registering options http://git.openstack.org/cgit/openstack/oslo-incubator/tree/tests/unit/fixture/test_config.py#n55 | 18:12 |
| *** melwitt has joined #openstack-dev | 18:12 | |
| morganfainberg | _cjones_, from the config fixture unit test | 18:12 |
| morganfainberg | _cjones_, let me know if you have any questions, I am happy to help where i can | 18:13 |
| _cjones_ | morganfainberg. Thanks very much. I'm just hoping that using this and patch() I can mock out enough stuff to do some testing. | 18:13 |
| morganfainberg | _cjones_, i've had good luck with both | 18:13 |
| morganfainberg | _cjones_, i'm confident that you should be able to accomplish this. | 18:14 |
| *** MaxV_ has quit IRC | 18:15 | |
| *** denis_makogon_ has joined #openstack-dev | 18:15 | |
| *** Mikhail_D_ltp has joined #openstack-dev | 18:15 | |
| *** galstrom_zzz is now known as galstrom | 18:16 | |
| *** esheffield has joined #openstack-dev | 18:17 | |
| *** radez_g0n3 has quit IRC | 18:17 | |
| *** radez_g0n3 has joined #openstack-dev | 18:17 | |
| *** denis_makogon has quit IRC | 18:18 | |
| *** MaxV_ has joined #openstack-dev | 18:19 | |
| *** kenperkins has quit IRC | 18:19 | |
| *** e0ne has joined #openstack-dev | 18:20 | |
| clarkb | ~. | 18:20 |
| *** Mandell has joined #openstack-dev | 18:25 | |
| *** denis_makogon_ is now known as denis_makogon | 18:30 | |
| *** caleb_` has quit IRC | 18:31 | |
| *** ukalifon1 has quit IRC | 18:31 | |
| *** caleb_` has joined #openstack-dev | 18:32 | |
| *** leifz has joined #openstack-dev | 18:32 | |
| *** noslzzp has joined #openstack-dev | 18:32 | |
| *** gordc has quit IRC | 18:33 | |
| *** novas0x2a|laptop has joined #openstack-dev | 18:35 | |
| *** arosen_ has quit IRC | 18:35 | |
| *** arosen_ has joined #openstack-dev | 18:36 | |
| *** dvorkinista has quit IRC | 18:37 | |
| *** buzztrol_ has quit IRC | 18:37 | |
| *** __afazekas is now known as afazekas | 18:41 | |
| *** chandankumar_ has joined #openstack-dev | 18:41 | |
| *** buzztroll has joined #openstack-dev | 18:42 | |
| *** spzala has quit IRC | 18:42 | |
| *** evgenyf has quit IRC | 18:42 | |
| *** jotan has quit IRC | 18:43 | |
| *** otherwiseguy has joined #openstack-dev | 18:43 | |
| *** dvorkinista has joined #openstack-dev | 18:44 | |
| *** tvardeman has quit IRC | 18:44 | |
| *** MaxV__ has joined #openstack-dev | 18:45 | |
| *** yassine has quit IRC | 18:45 | |
| *** thuc_ has quit IRC | 18:45 | |
| *** thuc has joined #openstack-dev | 18:46 | |
| akrivoka | what settings do I need in localrc in order to enable trove in devstack? | 18:46 |
| *** MaxV_ has quit IRC | 18:47 | |
| *** thuc has quit IRC | 18:48 | |
| *** thuc has joined #openstack-dev | 18:48 | |
| *** thuc has quit IRC | 18:48 | |
| *** thuc has joined #openstack-dev | 18:49 | |
| *** alexpilotti has quit IRC | 18:50 | |
| *** kushal has quit IRC | 18:50 | |
| *** radez_g0n3 is now known as radez | 18:54 | |
| *** arnaud__ has quit IRC | 18:55 | |
| *** chandankumar_ has quit IRC | 18:55 | |
| *** _TheDodd_ has joined #openstack-dev | 18:56 | |
| *** gokrokve_ has quit IRC | 18:56 | |
| *** arosen_ has quit IRC | 18:57 | |
| *** marun is now known as maru_afk | 18:57 | |
| *** Sukhdev has quit IRC | 18:58 | |
| *** arosen_ has joined #openstack-dev | 18:58 | |
| *** dvorkinista has quit IRC | 18:58 | |
| *** MaxV__ has quit IRC | 18:59 | |
| *** rwsu has quit IRC | 19:01 | |
| *** ramishra has joined #openstack-dev | 19:01 | |
| *** benrodrigue has quit IRC | 19:02 | |
| *** overlayer has quit IRC | 19:02 | |
| *** MaxV_ has joined #openstack-dev | 19:04 | |
| *** jaypipes has quit IRC | 19:05 | |
| *** adreznec has quit IRC | 19:06 | |
| *** caleb_` has quit IRC | 19:06 | |
| *** arosen__ has joined #openstack-dev | 19:07 | |
| *** Tross has joined #openstack-dev | 19:07 | |
| *** rwsu has joined #openstack-dev | 19:07 | |
| *** arosen_ has quit IRC | 19:07 | |
| *** mmaglana has joined #openstack-dev | 19:08 | |
| *** mwagner_afk has quit IRC | 19:10 | |
| *** MaxV__ has joined #openstack-dev | 19:10 | |
| *** caleb_` has joined #openstack-dev | 19:11 | |
| *** benrodrigue has joined #openstack-dev | 19:11 | |
| *** TrevorV has joined #openstack-dev | 19:11 | |
| *** noorul has quit IRC | 19:12 | |
| *** gokrokve has joined #openstack-dev | 19:12 | |
| *** MaxV_ has quit IRC | 19:13 | |
| *** TrevorV has quit IRC | 19:14 | |
| *** TrevorV has joined #openstack-dev | 19:14 | |
| *** TrevorV has quit IRC | 19:14 | |
| *** evgenyf has joined #openstack-dev | 19:16 | |
| *** clayb has joined #openstack-dev | 19:16 | |
| *** lpetrut has quit IRC | 19:17 | |
| *** CaptTofu has joined #openstack-dev | 19:18 | |
| *** sivy_ has quit IRC | 19:19 | |
| *** nkinder has quit IRC | 19:19 | |
| *** tvardeman has joined #openstack-dev | 19:19 | |
| *** Sukhdev has joined #openstack-dev | 19:20 | |
| *** Tross has quit IRC | 19:20 | |
| *** caleb_` has quit IRC | 19:20 | |
| *** caleb_` has joined #openstack-dev | 19:21 | |
| *** networks_ is now known as networkstatic | 19:21 | |
| *** leseb has quit IRC | 19:21 | |
| *** adreznec has joined #openstack-dev | 19:21 | |
| *** leseb has joined #openstack-dev | 19:22 | |
| *** overlayer has joined #openstack-dev | 19:22 | |
| *** galstrom is now known as galstrom_zzz | 19:22 | |
| *** dvorkinista has joined #openstack-dev | 19:23 | |
| *** stevehuang has joined #openstack-dev | 19:24 | |
| *** gokrokve has quit IRC | 19:25 | |
| *** leseb has quit IRC | 19:26 | |
| stevehuang | hi, does anyone know if this issue was fixed? https://github.com/pypa/pip/issues/1059 .. or how to workaround it? I'm running into the same issue with Nova's run_test.sh .. thanks | 19:26 |
| *** gokrokve has joined #openstack-dev | 19:27 | |
| *** gokrokve has quit IRC | 19:29 | |
| *** caleb_` has quit IRC | 19:30 | |
| *** cjellick has quit IRC | 19:32 | |
| *** nkinder has joined #openstack-dev | 19:33 | |
| *** caleb_` has joined #openstack-dev | 19:34 | |
| *** yolanda has quit IRC | 19:34 | |
| *** e0ne has quit IRC | 19:37 | |
| *** leseb has joined #openstack-dev | 19:37 | |
| *** spzala has joined #openstack-dev | 19:38 | |
| *** Tross has joined #openstack-dev | 19:41 | |
| *** jp_at_hp has quit IRC | 19:42 | |
| *** alex_klimov has joined #openstack-dev | 19:43 | |
| *** vkmc has quit IRC | 19:44 | |
| *** dividehex has quit IRC | 19:44 | |
| *** jcoufal has quit IRC | 19:44 | |
| *** arosen__ has quit IRC | 19:44 | |
| *** mmaglana has quit IRC | 19:45 | |
| *** mmaglana has joined #openstack-dev | 19:46 | |
| *** doug_shelley66 has quit IRC | 19:47 | |
| *** pablosan is now known as zz_pablosan | 19:47 | |
| *** mmaglana has quit IRC | 19:50 | |
| *** leseb has quit IRC | 19:51 | |
| *** e0ne has joined #openstack-dev | 19:51 | |
| *** dividehex has joined #openstack-dev | 19:51 | |
| *** ramishra has quit IRC | 19:51 | |
| *** csd has quit IRC | 19:52 | |
| *** e0ne has quit IRC | 19:52 | |
| *** leseb has joined #openstack-dev | 19:54 | |
| *** dripton has quit IRC | 19:55 | |
| *** zz_pablosan is now known as pablosan | 19:55 | |
| *** negronjl has quit IRC | 19:57 | |
| *** gordc has joined #openstack-dev | 19:57 | |
| *** negronjl has joined #openstack-dev | 19:58 | |
| *** rocker has quit IRC | 19:58 | |
| *** otherwiseguy has quit IRC | 20:00 | |
| *** gokrokve has joined #openstack-dev | 20:00 | |
| *** rodrigods has quit IRC | 20:01 | |
| *** pablosan is now known as zz_pablosan | 20:01 | |
| *** dfarrell07 has joined #openstack-dev | 20:03 | |
| *** Ch00k has quit IRC | 20:04 | |
| *** mrodden has quit IRC | 20:04 | |
| *** mrodden has joined #openstack-dev | 20:05 | |
| *** mmaglana has joined #openstack-dev | 20:05 | |
| *** cjellick has joined #openstack-dev | 20:06 | |
| *** galstrom_zzz is now known as galstrom | 20:07 | |
| *** neelashah has joined #openstack-dev | 20:07 | |
| *** mkollaro has joined #openstack-dev | 20:08 | |
| *** angdraug has joined #openstack-dev | 20:09 | |
| *** neelashah1 has quit IRC | 20:09 | |
| *** dripton has joined #openstack-dev | 20:09 | |
| *** nelsnelson has quit IRC | 20:11 | |
| *** stevehuang has left #openstack-dev | 20:11 | |
| *** otherwiseguy has joined #openstack-dev | 20:13 | |
| *** dprince has quit IRC | 20:15 | |
| *** markmcclain has quit IRC | 20:15 | |
| *** arosen_ has joined #openstack-dev | 20:17 | |
| *** mtupitsyn has joined #openstack-dev | 20:18 | |
| *** fifieldt has quit IRC | 20:20 | |
| *** fifieldt_ has joined #openstack-dev | 20:20 | |
| *** caleb_` has quit IRC | 20:22 | |
| *** buzztroll has quit IRC | 20:22 | |
| *** buzztrol_ has joined #openstack-dev | 20:22 | |
| *** dave_tucker_zzz is now known as dave_tucker | 20:24 | |
| *** cagrev has quit IRC | 20:25 | |
| *** caleb_` has joined #openstack-dev | 20:26 | |
| *** lbragstad has quit IRC | 20:27 | |
| *** lbragstad has joined #openstack-dev | 20:27 | |
| *** arosen_ has quit IRC | 20:28 | |
| *** akrivoka has quit IRC | 20:29 | |
| *** devoid has quit IRC | 20:29 | |
| *** Tross has quit IRC | 20:29 | |
| *** devoid has joined #openstack-dev | 20:29 | |
| *** maru_afk is now known as marun | 20:31 | |
| *** joesavak has joined #openstack-dev | 20:32 | |
| *** jprovazn has quit IRC | 20:32 | |
| *** markmcclain has joined #openstack-dev | 20:32 | |
| *** msabramo1 has quit IRC | 20:33 | |
| *** arnaud has joined #openstack-dev | 20:33 | |
| *** cagrev has joined #openstack-dev | 20:34 | |
| *** jsavak has quit IRC | 20:34 | |
| *** blamar_ has joined #openstack-dev | 20:34 | |
| *** RockKuo_TW has joined #openstack-dev | 20:35 | |
| *** blamar has quit IRC | 20:36 | |
| *** blamar_ is now known as blamar | 20:36 | |
| *** msabramo has joined #openstack-dev | 20:37 | |
| *** thomasem_ has joined #openstack-dev | 20:38 | |
| *** thomasem has left #openstack-dev | 20:38 | |
| *** thomasem_ is now known as thomasem | 20:38 | |
| *** RockKuo has quit IRC | 20:38 | |
| ttx | jogo: looking | 20:39 |
| jogo | ttx: dhellmann beat you to the punch, but it failed because pypi.python.org is not the best | 20:39 |
| ttx | heh | 20:39 |
| ttx | jgriffith: around? | 20:40 |
| _cjones_ | morganfainberg: Back on the attack. Just one tiny issue: ImportError: No module named openstack.common.fixture Know how I can resolve this? | 20:40 |
| morganfainberg | _cjones_, you need to sync it from oslo-incubator | 20:40 |
| morganfainberg | _cjones_, https://wiki.openstack.org/wiki/Oslo#Syncing_Code_from_Incubator | 20:41 |
| *** leseb has quit IRC | 20:41 | |
| morganfainberg | you probably need to add the fixtures to the openstack_common.conf (i think that's the config) | 20:41 |
| *** Mikhail_D_ltp has quit IRC | 20:42 | |
| *** denis_makogon has quit IRC | 20:42 | |
| *** jecarey has quit IRC | 20:42 | |
| *** READ10 has quit IRC | 20:42 | |
| _cjones_ | morganfainberg: Hmm. guys here are going to love that. We're currently pegged to Havana release. | 20:42 |
| *** dfarrell07 has quit IRC | 20:42 | |
| _cjones_ | morganfainberg: Better to have tests thought. Doesn't look too tough. Thanks. | 20:43 |
| *** adreznec has quit IRC | 20:44 | |
| *** blamar has quit IRC | 20:44 | |
| *** networkstatic has quit IRC | 20:44 | |
| *** blamar has joined #openstack-dev | 20:44 | |
| *** dfarrell07 has joined #openstack-dev | 20:45 | |
| *** nelsnelson has joined #openstack-dev | 20:45 | |
| *** toure has quit IRC | 20:47 | |
| *** gordc has quit IRC | 20:47 | |
| *** evgenyf has quit IRC | 20:47 | |
| *** blamar has quit IRC | 20:47 | |
| *** mtupitsyn has quit IRC | 20:47 | |
| *** leseb has joined #openstack-dev | 20:47 | |
| *** galstrom is now known as galstrom_zzz | 20:48 | |
| *** marun is now known as maru_afk | 20:48 | |
| *** spzala has quit IRC | 20:49 | |
| *** spzala has joined #openstack-dev | 20:50 | |
| *** blamar has joined #openstack-dev | 20:50 | |
| *** csd has joined #openstack-dev | 20:50 | |
| *** galstrom_zzz is now known as galstrom | 20:51 | |
| *** mtupitsyn has joined #openstack-dev | 20:53 | |
| *** thang_ has quit IRC | 20:55 | |
| *** rodrigods_ has joined #openstack-dev | 20:57 | |
| *** adreznec has joined #openstack-dev | 20:57 | |
| *** dvorkinista has quit IRC | 20:58 | |
| *** CaptTofu has quit IRC | 20:58 | |
| dhellmann | _cjones_: some of what you need might be in oslotest now, too, it depends on which fixtures | 20:58 |
| *** neelashah1 has joined #openstack-dev | 20:59 | |
| *** jdob has quit IRC | 21:00 | |
| *** aysyd has quit IRC | 21:00 | |
| morganfainberg | dhellmann, ++ i forgot we now have oslotest, are fixtures there as well? | 21:00 |
| morganfainberg | the openstack.common.fixture | 21:00 |
| dhellmann | morganfainberg: some, but not all | 21:00 |
| morganfainberg | dhellmann, ah | 21:00 |
| morganfainberg | ok | 21:00 |
| *** Tross has joined #openstack-dev | 21:00 | |
| *** dbalog has left #openstack-dev | 21:01 | |
| *** cagrev has quit IRC | 21:01 | |
| *** yjiang5_1 has quit IRC | 21:01 | |
| dhellmann | morganfainberg: http://git.openstack.org/cgit/openstack/oslo.test/tree/oslotest maybe not so many? mock and mox I guess | 21:02 |
| morganfainberg | dhellmann in this case _cjones_ is looking for the config fixture | 21:02 |
| *** blamar has quit IRC | 21:02 | |
| *** bswartz has quit IRC | 21:02 | |
| morganfainberg | dhellmann, and for the record, mox: ick! | 21:02 |
| morganfainberg | dhellmann, <3 mock personally | 21:02 |
| *** afazekas has quit IRC | 21:03 | |
| *** msabramo has quit IRC | 21:03 | |
| morganfainberg | dhellmann, saw the migrate fix went in, i'll get that rolled up for keystone (sync'd) | 21:03 |
| *** neelashah has quit IRC | 21:03 | |
| *** bswartz has joined #openstack-dev | 21:04 | |
| dhellmann | morganfainberg: ah, that one is in the incubator and will move to oslo.config at some point | 21:04 |
| morganfainberg | dhellmann, ++ cool | 21:04 |
| dhellmann | morganfainberg: oslotest can't depend on oslo.config, so ... | 21:05 |
| morganfainberg | dhellmann, makes sense to me | 21:05 |
| *** glenng1 has quit IRC | 21:07 | |
| *** yjiang5 has joined #openstack-dev | 21:07 | |
| *** yjiang5 has quit IRC | 21:07 | |
| *** cagrev has joined #openstack-dev | 21:08 | |
| *** topol has quit IRC | 21:08 | |
| *** _TheDodd_ has quit IRC | 21:09 | |
| *** bswartz has quit IRC | 21:09 | |
| *** dvorkinista has joined #openstack-dev | 21:11 | |
| *** pcm_ has quit IRC | 21:12 | |
| *** dave_tucker is now known as dave_tucker_zzz | 21:12 | |
| *** ayoung is now known as ayoung_AFK | 21:12 | |
| *** bvandenh has joined #openstack-dev | 21:12 | |
| *** tvardeman has quit IRC | 21:13 | |
| *** dsirrine has quit IRC | 21:14 | |
| *** doug-fish has left #openstack-dev | 21:16 | |
| *** vijendar has quit IRC | 21:17 | |
| *** waa has quit IRC | 21:18 | |
| *** joesavak has quit IRC | 21:19 | |
| *** mrodden1 has joined #openstack-dev | 21:19 | |
| *** sivy has joined #openstack-dev | 21:20 | |
| *** Sukhdev has quit IRC | 21:20 | |
| *** tjones has joined #openstack-dev | 21:20 | |
| *** bvandenh has quit IRC | 21:20 | |
| *** Sukhdev has joined #openstack-dev | 21:21 | |
| *** mrodden has quit IRC | 21:22 | |
| *** arosen_ has joined #openstack-dev | 21:23 | |
| *** vkmc has joined #openstack-dev | 21:24 | |
| *** cagrev has quit IRC | 21:24 | |
| *** sivy has quit IRC | 21:24 | |
| arosen_ | ewindisch: I've got all the networking stuff working with docker if i do it by hand though I'm running into an odd issue using nova-docker do you have a sec? | 21:25 |
| *** eguz has quit IRC | 21:25 | |
| *** eghobo has joined #openstack-dev | 21:25 | |
| *** browne has joined #openstack-dev | 21:31 | |
| *** markmc has quit IRC | 21:32 | |
| *** browne has quit IRC | 21:35 | |
| *** esheffield has quit IRC | 21:35 | |
| *** yjiang5 has joined #openstack-dev | 21:35 | |
| *** sungju_ has joined #openstack-dev | 21:36 | |
| *** eguz has joined #openstack-dev | 21:38 | |
| *** benrodrigue has quit IRC | 21:40 | |
| *** eghobo has quit IRC | 21:41 | |
| *** mikeoutland has joined #openstack-dev | 21:43 | |
| *** sgordon has quit IRC | 21:43 | |
| *** zz_pablosan is now known as pablosan | 21:44 | |
| *** pablosan is now known as zz_pablosan | 21:44 | |
| *** promulo has quit IRC | 21:45 | |
| *** browne has joined #openstack-dev | 21:46 | |
| *** adreznec has quit IRC | 21:46 | |
| *** thomasem has quit IRC | 21:47 | |
| *** mriedem has quit IRC | 21:48 | |
| *** vkmc has quit IRC | 21:48 | |
| *** sc68cal has quit IRC | 21:48 | |
| *** zz_pablosan is now known as pablosan | 21:49 | |
| *** jhesketh has joined #openstack-dev | 21:50 | |
| *** esheffield has joined #openstack-dev | 21:50 | |
| *** sungju_ has quit IRC | 21:51 | |
| *** stevemar has quit IRC | 21:51 | |
| *** blamar has joined #openstack-dev | 21:51 | |
| *** sungju_ has joined #openstack-dev | 21:52 | |
| *** singhs has quit IRC | 21:53 | |
| *** esheffield has quit IRC | 21:55 | |
| *** esheffield has joined #openstack-dev | 21:55 | |
| *** dfarrell07 has quit IRC | 21:56 | |
| *** sungju_ has quit IRC | 21:56 | |
| *** Tross has quit IRC | 21:56 | |
| *** caleb_` has quit IRC | 21:57 | |
| *** esheffield has left #openstack-dev | 21:58 | |
| *** thuc has quit IRC | 22:00 | |
| *** thuc has joined #openstack-dev | 22:01 | |
| *** kbringard has quit IRC | 22:01 | |
| *** adreznec has joined #openstack-dev | 22:02 | |
| *** erlon has quit IRC | 22:02 | |
| *** ArxCruz has joined #openstack-dev | 22:04 | |
| *** neelashah1 has quit IRC | 22:05 | |
| *** thuc has quit IRC | 22:05 | |
| *** MaxV__ has quit IRC | 22:05 | |
| *** overlayer has quit IRC | 22:06 | |
| *** FunnyLookinHat has quit IRC | 22:08 | |
| *** doug_shelley66 has joined #openstack-dev | 22:08 | |
| *** mikeoutland has quit IRC | 22:09 | |
| *** david-lyle has quit IRC | 22:11 | |
| _cjones_ | morganfainberg: Okay, I go this set up. Super. A few things. admin_user, etc seem already registered. I can set them to values I want, good. When I go to build the keystone client. I still get a NoSuchOptError: no such option: keystone_authtoken error. Here's my building up of the keystone client code.... | 22:12 |
| _cjones_ | https://gist.github.com/cjones-/27ea6c67bcf763bcb1d0 | 22:13 |
| *** adreznec has quit IRC | 22:15 | |
| *** esheffield has joined #openstack-dev | 22:17 | |
| *** rcleere has quit IRC | 22:17 | |
| *** leseb has quit IRC | 22:17 | |
| *** leseb has joined #openstack-dev | 22:18 | |
| morganfainberg | _cjones_, keystone_authtoken? i'm not familiar with that option | 22:19 |
| morganfainberg | _cjones_, oh wait, sorry misreading that | 22:19 |
| morganfainberg | _cjones_, you need to register the option before using the override. | 22:20 |
| morganfainberg | _cjones_, config_fixture.register_opt(<option object>) then you can do config_fixture.set_override | 22:20 |
| morganfainberg | make sure you pass group='auth_token' to the config_fixture | 22:21 |
| morganfainberg | when registering the opt and when using set_override | 22:21 |
| *** danielbruno has quit IRC | 22:21 | |
| morganfainberg | or keystone_authtoken as the case may be | 22:21 |
| _cjones_ | morganfainberg: I'll try that. I think I'll need to patch this out anyway. I'll report back later. Thanks. | 22:22 |
| morganfainberg | _cjones_, sure i think that is what you're running into. | 22:22 |
| *** leseb has quit IRC | 22:22 | |
| *** MaxV_ has joined #openstack-dev | 22:22 | |
| *** jpomero has quit IRC | 22:23 | |
| *** jpomero has joined #openstack-dev | 22:23 | |
| *** jpomero has quit IRC | 22:24 | |
| *** faramir1 has joined #openstack-dev | 22:25 | |
| *** kenperkins has joined #openstack-dev | 22:25 | |
| *** TravT has joined #openstack-dev | 22:26 | |
| *** flaper87 is now known as flaper87|afk | 22:26 | |
| *** jmontemayor has quit IRC | 22:27 | |
| _cjones_ | morganfainberg: Yeah that's it. I guess I was just confused as to why there would be both admin_user (already registered) and keystone_authtoken.admin_user. (sigh). | 22:28 |
| *** signed8bit has quit IRC | 22:29 | |
| *** signed8bit has joined #openstack-dev | 22:30 | |
| *** enikanorov_ has joined #openstack-dev | 22:32 | |
| *** alex_xu has quit IRC | 22:32 | |
| *** tjones has quit IRC | 22:33 | |
| *** tjones has joined #openstack-dev | 22:33 | |
| *** tjones1 has joined #openstack-dev | 22:33 | |
| *** tomoe_ has joined #openstack-dev | 22:34 | |
| *** signed8bit has quit IRC | 22:34 | |
| *** enikanorov has quit IRC | 22:35 | |
| *** harlowja has quit IRC | 22:35 | |
| *** tomoe__ has joined #openstack-dev | 22:36 | |
| _cjones_ | mf: Yippee. It works. | 22:36 |
| *** harlowja has joined #openstack-dev | 22:36 | |
| *** tjones1 is now known as tjones | 22:38 | |
| *** tomoe__ has quit IRC | 22:38 | |
| *** dstanek has quit IRC | 22:38 | |
| *** dstanek has joined #openstack-dev | 22:39 | |
| *** tomoe_ has quit IRC | 22:39 | |
| *** mgagne has quit IRC | 22:40 | |
| *** dims_ has quit IRC | 22:40 | |
| *** tchaypo has quit IRC | 22:40 | |
| *** ogelbukh has quit IRC | 22:42 | |
| *** ogelbukh has joined #openstack-dev | 22:42 | |
| *** zackf has quit IRC | 22:43 | |
| *** mkollaro has quit IRC | 22:43 | |
| *** haneef has joined #openstack-dev | 22:44 | |
| *** AlanClark has quit IRC | 22:44 | |
| *** alex_klimov has quit IRC | 22:44 | |
| *** browne has quit IRC | 22:44 | |
| *** tjones has left #openstack-dev | 22:45 | |
| *** tomoe_ has joined #openstack-dev | 22:45 | |
| *** faramir1 has quit IRC | 22:46 | |
| *** tomoe_ has quit IRC | 22:46 | |
| *** tomoe_ has joined #openstack-dev | 22:47 | |
| *** bswartz has joined #openstack-dev | 22:47 | |
| *** prad_ has quit IRC | 22:48 | |
| *** galstrom is now known as galstrom_zzz | 22:48 | |
| haneef | :SpamapS Regarding your comment on review for configure logging for keystone. How should we proceed? File a defect and associate commit with bug id. As of now we don't have configurable logging in keystone | 22:49 |
| *** tomoe_ has quit IRC | 22:51 | |
| *** eharney has quit IRC | 22:53 | |
| *** tchaypo has joined #openstack-dev | 22:54 | |
| *** harlowja has quit IRC | 22:54 | |
| *** harlowja has joined #openstack-dev | 22:55 | |
| *** dims_ has joined #openstack-dev | 22:56 | |
| *** jasdeepH has quit IRC | 22:57 | |
| *** saschpe has quit IRC | 23:00 | |
| *** mrodden1 has quit IRC | 23:00 | |
| *** networkstatic has joined #openstack-dev | 23:00 | |
| *** MaxV_ has quit IRC | 23:00 | |
| *** yamahata has joined #openstack-dev | 23:01 | |
| *** devoid has quit IRC | 23:03 | |
| *** vladikr has quit IRC | 23:03 | |
| *** spzala has quit IRC | 23:04 | |
| *** jobewan has quit IRC | 23:08 | |
| *** mtupitsyn has quit IRC | 23:08 | |
| *** saschpe has joined #openstack-dev | 23:08 | |
| *** clayb has quit IRC | 23:09 | |
| *** mtupitsyn has joined #openstack-dev | 23:10 | |
| *** yamahata has quit IRC | 23:11 | |
| *** thuc has joined #openstack-dev | 23:11 | |
| SpamapS | haneef: why do you need configurable logging in keystone? Either its a feature, or a defect, yes. You can file either one as a bug report. Blueprints are for release tracking mostly. | 23:15 |
| *** lucas-afk has quit IRC | 23:15 | |
| SpamapS | haneef: note that if you do it for one, you need to do it for all of them | 23:15 |
| SpamapS | keystone isn't a special snowflake | 23:15 |
| *** dave_tucker_zzz is now known as dave_tucker | 23:15 | |
| *** thuc has quit IRC | 23:16 | |
| *** noslzzp has quit IRC | 23:16 | |
| *** beagles has quit IRC | 23:17 | |
| *** thuc has joined #openstack-dev | 23:18 | |
| *** thuc has quit IRC | 23:19 | |
| *** thuc has joined #openstack-dev | 23:19 | |
| *** thuc has quit IRC | 23:20 | |
| *** thuc has joined #openstack-dev | 23:20 | |
| *** sivy has joined #openstack-dev | 23:21 | |
| *** Sukhdev has quit IRC | 23:21 | |
| *** mrodden has joined #openstack-dev | 23:22 | |
| *** sc68cal has joined #openstack-dev | 23:23 | |
| *** otherwiseguy has quit IRC | 23:25 | |
| *** sivy has quit IRC | 23:25 | |
| *** kevinconway has quit IRC | 23:25 | |
| *** JonnyNomad has quit IRC | 23:26 | |
| *** nelsnelson has quit IRC | 23:28 | |
| *** MaxV_ has joined #openstack-dev | 23:31 | |
| *** thuc has quit IRC | 23:33 | |
| *** thuc has joined #openstack-dev | 23:33 | |
| *** thuc_ has joined #openstack-dev | 23:35 | |
| *** thuc_ has quit IRC | 23:36 | |
| *** thuc has quit IRC | 23:36 | |
| *** thuc has joined #openstack-dev | 23:36 | |
| *** radsy has joined #openstack-dev | 23:37 | |
| *** Mandell has quit IRC | 23:41 | |
| *** andreaf2 has joined #openstack-dev | 23:41 | |
| bknudson | as far as I can tell, group_regex is ignored in .testr.conf | 23:41 |
| bknudson | if I do "group_regex=.*" shouldn't I see it run everything in a single worker? | 23:42 |
| *** achampion has quit IRC | 23:45 | |
| *** JonnyNomad has joined #openstack-dev | 23:45 | |
| *** arnaud has quit IRC | 23:52 | |
| *** mtupitsyn has quit IRC | 23:52 | |
| *** MaxV_ has quit IRC | 23:53 | |
| *** spzala has joined #openstack-dev | 23:55 | |
| *** arnaud has joined #openstack-dev | 23:57 | |
| *** carl_baldwin has quit IRC | 23:58 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!