*** cfriesen has joined #openstack-dev | 00:01 | |
*** amohn9 has quit IRC | 00:01 | |
*** SergeyLukjanov has joined #openstack-dev | 00:02 | |
cfriesen | I'm trying to use devstack with neutron. I'm using basically default settings otherwise. I can connect (ping, ssh) from my VM instances to my host, but I can't connect from the host to the VM instances on their public IP addresses. Any ideas? I did notice that nova.conf had firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver, do I need to change that to noop? | 00:02 |
---|---|---|
*** buzztroll has joined #openstack-dev | 00:03 | |
*** dolphm has quit IRC | 00:04 | |
*** dolphm has joined #openstack-dev | 00:04 | |
*** kui has quit IRC | 00:05 | |
*** buzztroll has quit IRC | 00:07 | |
*** dolphm has quit IRC | 00:09 | |
*** rcleere has quit IRC | 00:10 | |
*** radez is now known as radez_g0n3 | 00:12 | |
*** quade has quit IRC | 00:14 | |
*** freedomhui has joined #openstack-dev | 00:15 | |
*** anniec has quit IRC | 00:16 | |
cfriesen | okay, I'm an idiot. didn't realize I needed to add in rules to let me connect from the local host with devstack | 00:19 |
*** markmcclain has quit IRC | 00:19 | |
*** mrodden has quit IRC | 00:20 | |
*** quade has joined #openstack-dev | 00:21 | |
*** vkmc has quit IRC | 00:23 | |
*** gyee has quit IRC | 00:27 | |
*** melwitt has joined #openstack-dev | 00:27 | |
*** novas0x2a|laptop has quit IRC | 00:29 | |
*** melwitt1 has quit IRC | 00:29 | |
*** novas0x2a|laptop has joined #openstack-dev | 00:29 | |
*** zul has quit IRC | 00:30 | |
*** Ryan_Lane has quit IRC | 00:32 | |
*** SumitNaiksatam has quit IRC | 00:33 | |
jamielennox | dtroyer: ping | 00:35 |
*** melwitt has quit IRC | 00:39 | |
*** enmand has joined #openstack-dev | 00:39 | |
*** ArcTanSusan has joined #openstack-dev | 00:40 | |
*** mrodden has joined #openstack-dev | 00:43 | |
*** markmcclain has joined #openstack-dev | 00:45 | |
*** yolanda_ has quit IRC | 00:47 | |
*** msmedved`afk has quit IRC | 00:47 | |
*** msmedved has joined #openstack-dev | 00:49 | |
*** nosnos has joined #openstack-dev | 00:49 | |
*** xarses has quit IRC | 00:50 | |
*** stevemar has joined #openstack-dev | 00:51 | |
*** nermina has joined #openstack-dev | 00:51 | |
*** sarob has joined #openstack-dev | 00:52 | |
*** markmcclain has quit IRC | 00:53 | |
jamielennox | bknudson: ping? | 00:54 |
*** faramir1 has joined #openstack-dev | 00:55 | |
jamielennox | well anyone here for keystone, morganfainberg: regarding discovery, yes i want discovery to deprecate the 'Generic' client. The name is wrong and it's got some bad assumptions | 00:56 |
*** tmclaugh[work] has quit IRC | 00:56 | |
jamielennox | do you thing it makes sense to have that still be a discovery object though rather than a factory method? | 00:56 |
*** ArcTanSusan has quit IRC | 00:56 | |
*** sarob has quit IRC | 00:56 | |
*** SergeyLukjanov_ has joined #openstack-dev | 00:56 | |
jamielennox | i did it that way as i started from the requirement of client.Client from another blueprint, but i could still have client.Client but have like | 00:57 |
jamielennox | versions = keystoneclient.discovery.Discovery(url='http://localhost:5000') | 00:57 |
*** SergeyLukjanov has quit IRC | 00:57 | |
jamielennox | client = versions.get_client(3.1) | 00:57 |
jamielennox | and that way cache the response on the discovery object and not have to make people parse that list | 00:58 |
*** Devioslang has joined #openstack-dev | 01:00 | |
*** wolsen has quit IRC | 01:01 | |
*** Bo_Chen has quit IRC | 01:02 | |
*** buzztroll has joined #openstack-dev | 01:04 | |
*** ArcTanSusan has joined #openstack-dev | 01:05 | |
*** SumitNaiksatam has joined #openstack-dev | 01:06 | |
*** xarses has joined #openstack-dev | 01:07 | |
*** mriedem has joined #openstack-dev | 01:07 | |
*** jayg is now known as jayg|g0n3 | 01:07 | |
*** buzztroll has quit IRC | 01:08 | |
*** ArcTanSusan has quit IRC | 01:09 | |
*** Farooque has joined #openstack-dev | 01:09 | |
*** melwitt has joined #openstack-dev | 01:09 | |
*** melwitt has quit IRC | 01:12 | |
morganfainberg | jamielennox, hmm? | 01:12 |
jamielennox | morganfainberg: ^^ i added your name as you're generally still here | 01:13 |
morganfainberg | jamielennox, hehe | 01:13 |
jamielennox | also you reviewed the discovery patch | 01:13 |
morganfainberg | yesh | 01:13 |
*** erkules_ has joined #openstack-dev | 01:13 | |
morganfainberg | i didn't approve figuring bknudson would weigh in | 01:13 |
jamielennox | yea, and he picked up a bad one too | 01:14 |
morganfainberg | the 200 vs 300? | 01:14 |
*** melwitt has joined #openstack-dev | 01:14 | |
jamielennox | yea, i had it tested against a real server then i had written tests and only done superficial checks | 01:14 |
morganfainberg | ahh | 01:14 |
jamielennox | not sure how i missed that | 01:14 |
jamielennox | the problem with mocking | 01:15 |
morganfainberg | aye | 01:15 |
*** SergeyLukjanov has joined #openstack-dev | 01:15 | |
*** SergeyLukjanov_ has quit IRC | 01:15 | |
jamielennox | anyway, question basically is: does it makes sense to have a discovery object that caches the response and you can query, rather than a list of factory objects | 01:15 |
*** stevemar has quit IRC | 01:15 | |
jamielennox | i'm not sure how often you would reuse the response, but it would make it easier to add additional methods for querying it | 01:16 |
*** erkules has quit IRC | 01:16 | |
jamielennox | ... i really thought i was nearly done with rewriting this one | 01:17 |
* msmedved is away: Auto-away after 30 mins idle (gone at 24th Oct, 21:17:57) | 01:17 | |
*** msmedved is now known as msmedved`afk | 01:17 | |
*** Mandell has quit IRC | 01:18 | |
*** yaguang has quit IRC | 01:19 | |
*** novas0x2a|laptop has quit IRC | 01:19 | |
*** Mandell has joined #openstack-dev | 01:19 | |
*** rohitk has joined #openstack-dev | 01:21 | |
*** ljjjustin has joined #openstack-dev | 01:21 | |
*** markmcclain has joined #openstack-dev | 01:22 | |
*** freedomhui has quit IRC | 01:22 | |
*** Mandell has quit IRC | 01:24 | |
*** anniec has joined #openstack-dev | 01:26 | |
*** jimfehlig has quit IRC | 01:28 | |
*** tanisdl has quit IRC | 01:28 | |
*** mriedem has quit IRC | 01:32 | |
*** pixelb has quit IRC | 01:32 | |
*** rongze has joined #openstack-dev | 01:33 | |
*** anniec has quit IRC | 01:34 | |
*** buzztroll has joined #openstack-dev | 01:34 | |
*** ArcTanSusan has joined #openstack-dev | 01:35 | |
*** buzztroll has quit IRC | 01:39 | |
*** xchu has joined #openstack-dev | 01:40 | |
*** herndon has joined #openstack-dev | 01:42 | |
*** freedomhui has joined #openstack-dev | 01:45 | |
*** ArcTanSusan has quit IRC | 01:47 | |
*** quade has quit IRC | 01:47 | |
*** ArcTanSusan has joined #openstack-dev | 01:48 | |
*** twoputt_ has quit IRC | 01:48 | |
*** twoputt has quit IRC | 01:48 | |
*** melwitt has quit IRC | 01:52 | |
*** ArcTanSusan has quit IRC | 01:52 | |
*** markmcclain has quit IRC | 01:53 | |
*** stevemar has joined #openstack-dev | 01:54 | |
*** rongze_ has joined #openstack-dev | 01:55 | |
*** rongze has quit IRC | 01:55 | |
*** zhiyan has joined #openstack-dev | 01:58 | |
*** thomasem has joined #openstack-dev | 01:59 | |
*** guohliu has joined #openstack-dev | 02:00 | |
*** kui has joined #openstack-dev | 02:00 | |
*** kui has quit IRC | 02:00 | |
*** angdraug has quit IRC | 02:00 | |
*** dims has quit IRC | 02:03 | |
*** rongze has joined #openstack-dev | 02:04 | |
*** rongze_ has quit IRC | 02:05 | |
*** buzztroll has joined #openstack-dev | 02:05 | |
*** singhs has joined #openstack-dev | 02:06 | |
*** stevemar has quit IRC | 02:06 | |
*** stevemar has joined #openstack-dev | 02:06 | |
*** rohitk has quit IRC | 02:10 | |
*** otherwiseguy has quit IRC | 02:10 | |
*** buzztroll has quit IRC | 02:10 | |
*** dvarga has quit IRC | 02:14 | |
*** herndon has quit IRC | 02:14 | |
*** Devioslang has quit IRC | 02:15 | |
*** enmand has quit IRC | 02:18 | |
*** enmand has joined #openstack-dev | 02:19 | |
*** dims has joined #openstack-dev | 02:20 | |
*** anteaya has quit IRC | 02:23 | |
*** otherwiseguy has joined #openstack-dev | 02:23 | |
*** bingbu has joined #openstack-dev | 02:24 | |
*** enmand has quit IRC | 02:27 | |
*** rongze has quit IRC | 02:27 | |
*** dims has quit IRC | 02:27 | |
*** rongze has joined #openstack-dev | 02:28 | |
*** thomasem has quit IRC | 02:28 | |
*** msmedved`afk is now known as msmedved | 02:29 | |
* msmedved returns (Auto-away after 30 mins idle [1h 41m 39s]) (total away time: 1h 41m 39s) | 02:29 | |
*** freedomhui has quit IRC | 02:29 | |
*** dims has joined #openstack-dev | 02:30 | |
*** nermina has quit IRC | 02:30 | |
*** rongze has quit IRC | 02:32 | |
*** rongze has joined #openstack-dev | 02:34 | |
*** rongze has quit IRC | 02:35 | |
*** rongze has joined #openstack-dev | 02:36 | |
*** buzztroll has joined #openstack-dev | 02:36 | |
*** xingchao has joined #openstack-dev | 02:37 | |
*** rongze has quit IRC | 02:37 | |
*** rongze_ has joined #openstack-dev | 02:37 | |
*** nermina has joined #openstack-dev | 02:40 | |
*** buzztroll has quit IRC | 02:41 | |
*** paragan has joined #openstack-dev | 02:41 | |
*** paragan has joined #openstack-dev | 02:41 | |
*** tserong has joined #openstack-dev | 02:42 | |
*** lnxnut has joined #openstack-dev | 02:43 | |
*** jasdeepH has joined #openstack-dev | 02:47 | |
*** nati_ueno has quit IRC | 02:49 | |
*** ryu25 has joined #openstack-dev | 02:49 | |
*** nati_ueno has joined #openstack-dev | 02:50 | |
*** morazi has quit IRC | 02:50 | |
*** nati_uen_ has joined #openstack-dev | 02:51 | |
*** nati_ueno has quit IRC | 02:51 | |
*** wbill has joined #openstack-dev | 02:54 | |
*** andreaf has joined #openstack-dev | 02:55 | |
*** blentz has joined #openstack-dev | 02:58 | |
* msmedved is away: Auto-away after 30 mins idle (gone at 24th Oct, 22:59:37) | 02:59 | |
*** msmedved is now known as msmedved`afk | 02:59 | |
*** pmathews has joined #openstack-dev | 02:59 | |
*** haomaiwang has joined #openstack-dev | 03:01 | |
*** ykhodork has quit IRC | 03:01 | |
*** haomaiwang has quit IRC | 03:02 | |
*** haomaiwang has joined #openstack-dev | 03:02 | |
*** jecarey has joined #openstack-dev | 03:03 | |
*** andreaf has quit IRC | 03:05 | |
*** buzztroll has joined #openstack-dev | 03:07 | |
*** dvarga has joined #openstack-dev | 03:10 | |
*** buzztroll has quit IRC | 03:12 | |
*** dvarga has quit IRC | 03:15 | |
*** markwash has joined #openstack-dev | 03:17 | |
*** rcleere has joined #openstack-dev | 03:17 | |
*** ngoracke has joined #openstack-dev | 03:18 | |
*** mlavalle has joined #openstack-dev | 03:19 | |
*** mlavalle has quit IRC | 03:19 | |
*** freedomhui has joined #openstack-dev | 03:20 | |
*** mlavalle has joined #openstack-dev | 03:20 | |
*** andreaf has joined #openstack-dev | 03:21 | |
*** otherwiseguy has quit IRC | 03:21 | |
*** CaptTofu has joined #openstack-dev | 03:22 | |
*** bdpayne has joined #openstack-dev | 03:23 | |
*** haomaiwang has quit IRC | 03:23 | |
*** otherwiseguy has joined #openstack-dev | 03:24 | |
*** nati_uen_ has quit IRC | 03:26 | |
*** xingchao has quit IRC | 03:26 | |
*** nati_ueno has joined #openstack-dev | 03:26 | |
*** CaptTofu has quit IRC | 03:27 | |
*** xingchao has joined #openstack-dev | 03:27 | |
*** nati_ueno has quit IRC | 03:31 | |
*** dims has quit IRC | 03:31 | |
*** buzztroll has joined #openstack-dev | 03:38 | |
*** prekarat has joined #openstack-dev | 03:41 | |
*** buzztroll has quit IRC | 03:43 | |
*** Mandell has joined #openstack-dev | 03:43 | |
*** dstanek has joined #openstack-dev | 03:45 | |
*** nati_ueno has joined #openstack-dev | 03:50 | |
*** alunduil has joined #openstack-dev | 03:56 | |
*** ykhodork has joined #openstack-dev | 03:58 | |
*** pvo has quit IRC | 04:05 | |
*** bdpayne has quit IRC | 04:06 | |
*** buzztroll has joined #openstack-dev | 04:10 | |
*** pvo has joined #openstack-dev | 04:10 | |
*** dvarga has joined #openstack-dev | 04:11 | |
*** erkules_ is now known as erkules | 04:12 | |
*** singhs has quit IRC | 04:14 | |
*** buzztroll has quit IRC | 04:14 | |
*** singhs has joined #openstack-dev | 04:15 | |
*** dvarga has quit IRC | 04:16 | |
*** nati_ueno has quit IRC | 04:17 | |
*** nati_ueno has joined #openstack-dev | 04:17 | |
*** alunduil has quit IRC | 04:19 | |
*** nati_ueno has quit IRC | 04:20 | |
*** nati_ueno has joined #openstack-dev | 04:20 | |
*** lnxnut has quit IRC | 04:22 | |
*** dstanek has quit IRC | 04:23 | |
*** sridevi has joined #openstack-dev | 04:24 | |
*** neelashah has joined #openstack-dev | 04:30 | |
*** sumanth has joined #openstack-dev | 04:32 | |
*** buzztroll has joined #openstack-dev | 04:32 | |
*** buzztroll has quit IRC | 04:34 | |
*** buzztroll has joined #openstack-dev | 04:34 | |
*** rongze_ has quit IRC | 04:35 | |
*** rongze has joined #openstack-dev | 04:35 | |
*** rongze has quit IRC | 04:40 | |
*** buzztroll has quit IRC | 04:45 | |
*** buzztroll has joined #openstack-dev | 04:46 | |
*** souvik has joined #openstack-dev | 04:48 | |
*** singhs has quit IRC | 04:49 | |
*** singhs has joined #openstack-dev | 04:49 | |
*** buzztroll has quit IRC | 04:50 | |
*** nati_ueno has quit IRC | 04:54 | |
*** melwitt has joined #openstack-dev | 04:54 | |
*** nati_ueno has joined #openstack-dev | 04:54 | |
*** axs has quit IRC | 04:55 | |
*** melwitt has quit IRC | 04:56 | |
*** buzztroll has joined #openstack-dev | 04:58 | |
*** zaitcev has quit IRC | 04:58 | |
*** nati_ueno has quit IRC | 04:59 | |
*** CaptTofu has joined #openstack-dev | 05:01 | |
*** Ryan_Lane has joined #openstack-dev | 05:01 | |
*** ArcTanSusan has joined #openstack-dev | 05:03 | |
*** stevemar has quit IRC | 05:03 | |
*** wolsen has joined #openstack-dev | 05:03 | |
*** neelashah has quit IRC | 05:07 | |
*** yuan has joined #openstack-dev | 05:08 | |
*** singhs has quit IRC | 05:10 | |
*** jasdeepH has quit IRC | 05:11 | |
*** singhs has joined #openstack-dev | 05:11 | |
*** dvarga has joined #openstack-dev | 05:12 | |
*** rcleere has quit IRC | 05:12 | |
*** ArcTanSusan has quit IRC | 05:14 | |
*** CaptTofu has quit IRC | 05:15 | |
*** wolsen has quit IRC | 05:16 | |
*** CaptTofu has joined #openstack-dev | 05:16 | |
*** davidhadas has joined #openstack-dev | 05:16 | |
*** dvarga has quit IRC | 05:16 | |
*** mohits has quit IRC | 05:18 | |
*** CaptTofu has quit IRC | 05:20 | |
*** kumaranvram has joined #openstack-dev | 05:26 | |
*** Chaser has quit IRC | 05:29 | |
*** willingc has joined #openstack-dev | 05:30 | |
*** ArcTanSusan has joined #openstack-dev | 05:32 | |
*** kushal has joined #openstack-dev | 05:33 | |
*** otherwiseguy has quit IRC | 05:35 | |
*** rongze has joined #openstack-dev | 05:36 | |
*** egallen has quit IRC | 05:39 | |
*** rongze has quit IRC | 05:44 | |
*** ArcTanSusan has quit IRC | 05:46 | |
*** ykhodork has quit IRC | 05:49 | |
*** singhs has quit IRC | 05:49 | |
*** singhs has joined #openstack-dev | 05:50 | |
*** willingc has quit IRC | 05:53 | |
*** willingc has joined #openstack-dev | 05:53 | |
*** jecarey has quit IRC | 05:53 | |
*** willingc has quit IRC | 05:57 | |
*** jasdeepH has joined #openstack-dev | 06:00 | |
*** matsuhashi has joined #openstack-dev | 06:07 | |
*** nshaikh has joined #openstack-dev | 06:07 | |
*** Ryan_Lane has quit IRC | 06:08 | |
*** ljjjustin has quit IRC | 06:10 | |
*** amerine has joined #openstack-dev | 06:10 | |
*** ykhodork has joined #openstack-dev | 06:11 | |
*** dvarga has joined #openstack-dev | 06:12 | |
*** dvarga_ has joined #openstack-dev | 06:14 | |
*** cfriesen has quit IRC | 06:15 | |
*** souvik has quit IRC | 06:16 | |
*** souvik has joined #openstack-dev | 06:16 | |
*** ljjjustin has joined #openstack-dev | 06:17 | |
*** dvarga has quit IRC | 06:17 | |
*** dvarga_ has quit IRC | 06:19 | |
*** amotoki has quit IRC | 06:19 | |
*** MaxV has joined #openstack-dev | 06:22 | |
*** ArcTanSusan has joined #openstack-dev | 06:23 | |
*** gmurphy has quit IRC | 06:27 | |
*** jasdeepH has quit IRC | 06:31 | |
*** MaxV has quit IRC | 06:32 | |
*** skraynev has quit IRC | 06:32 | |
*** ngoracke has quit IRC | 06:33 | |
*** pmathews has quit IRC | 06:33 | |
*** rongze has joined #openstack-dev | 06:34 | |
*** mrunge has joined #openstack-dev | 06:35 | |
*** Devioslang has joined #openstack-dev | 06:35 | |
*** flaper87|afk is now known as flaper87 | 06:37 | |
*** souvik has quit IRC | 06:37 | |
*** belmoreira has joined #openstack-dev | 06:39 | |
*** bvandenh has joined #openstack-dev | 06:45 | |
*** sridevi has quit IRC | 06:46 | |
*** sridevi has joined #openstack-dev | 06:48 | |
*** belmoreira1 has joined #openstack-dev | 06:49 | |
*** jamielennox is now known as jamielennox|away | 06:51 | |
*** belmoreira has quit IRC | 06:51 | |
*** michchap has quit IRC | 06:51 | |
*** mosulica has joined #openstack-dev | 06:51 | |
*** michchap has joined #openstack-dev | 06:52 | |
*** egallen has joined #openstack-dev | 06:52 | |
*** Nikolay_St has joined #openstack-dev | 06:52 | |
*** vartom11 has joined #openstack-dev | 06:55 | |
*** jtomasek has joined #openstack-dev | 06:57 | |
*** xqueralt has joined #openstack-dev | 06:57 | |
*** egallen has quit IRC | 06:59 | |
*** athomas has joined #openstack-dev | 07:01 | |
*** YorikSar_AFK has quit IRC | 07:03 | |
*** MaxV has joined #openstack-dev | 07:04 | |
*** lsmola has joined #openstack-dev | 07:08 | |
*** ykhodork has quit IRC | 07:08 | |
*** os_ has joined #openstack-dev | 07:11 | |
*** ifarkas_ has joined #openstack-dev | 07:12 | |
*** jprovazn has joined #openstack-dev | 07:12 | |
*** athomas has quit IRC | 07:13 | |
*** ArcTanSusan has quit IRC | 07:13 | |
*** belmoreira1 has quit IRC | 07:14 | |
*** belmoreira has joined #openstack-dev | 07:14 | |
*** athomas has joined #openstack-dev | 07:15 | |
*** dvarga has joined #openstack-dev | 07:15 | |
*** singhs has quit IRC | 07:15 | |
*** matsuhashi has quit IRC | 07:18 | |
*** matsuhashi has joined #openstack-dev | 07:18 | |
*** rushiagr has joined #openstack-dev | 07:19 | |
*** singhs has joined #openstack-dev | 07:20 | |
*** dvarga has quit IRC | 07:20 | |
*** stan_ivanov has joined #openstack-dev | 07:20 | |
*** MaxV has quit IRC | 07:22 | |
*** MaxV has joined #openstack-dev | 07:23 | |
*** SergeyLukjanov has quit IRC | 07:24 | |
*** Devioslang has quit IRC | 07:24 | |
*** rushiagr has quit IRC | 07:24 | |
*** flaper87 is now known as flaper87|afk | 07:27 | |
*** rushiagr has joined #openstack-dev | 07:28 | |
stan_ivanov | is there any way to debug an extension while developing, instead of restarting the server on every change? | 07:28 |
*** os_ has quit IRC | 07:29 | |
*** Alexei_987 has joined #openstack-dev | 07:29 | |
*** os_ has joined #openstack-dev | 07:30 | |
*** rushiagr has quit IRC | 07:33 | |
*** rushiagr has joined #openstack-dev | 07:36 | |
*** ndipanov has joined #openstack-dev | 07:37 | |
*** larsbutler has joined #openstack-dev | 07:44 | |
*** devvesa has joined #openstack-dev | 07:47 | |
*** romcheg has joined #openstack-dev | 07:47 | |
*** marekd|away is now known as marekd | 07:48 | |
*** safchain has joined #openstack-dev | 07:48 | |
*** xqueralt has quit IRC | 07:48 | |
*** afazekas has joined #openstack-dev | 07:49 | |
*** rushiagr has quit IRC | 07:50 | |
*** jistr has joined #openstack-dev | 07:50 | |
*** gszasz has joined #openstack-dev | 07:50 | |
*** ifarkas_ has quit IRC | 07:50 | |
*** pablosan has quit IRC | 07:51 | |
*** eglynn has joined #openstack-dev | 07:52 | |
*** ljjjustin has quit IRC | 07:53 | |
*** ifarkas has joined #openstack-dev | 07:54 | |
*** ifarkas has quit IRC | 07:54 | |
*** pixelb has joined #openstack-dev | 07:55 | |
*** ljjjustin has joined #openstack-dev | 07:55 | |
*** ifarkas has joined #openstack-dev | 07:57 | |
*** yassine has joined #openstack-dev | 07:57 | |
*** nermina has quit IRC | 07:58 | |
*** JordanP has joined #openstack-dev | 08:00 | |
*** ifarkas has quit IRC | 08:01 | |
*** jpich has joined #openstack-dev | 08:02 | |
*** tonix has joined #openstack-dev | 08:03 | |
*** boden has joined #openstack-dev | 08:04 | |
*** chandankumar has joined #openstack-dev | 08:04 | |
*** derekh has joined #openstack-dev | 08:05 | |
*** KeithSharp has quit IRC | 08:08 | |
*** egallen has joined #openstack-dev | 08:10 | |
*** davidhadas has quit IRC | 08:11 | |
*** fbo_away is now known as fbo | 08:11 | |
*** rushiagr has joined #openstack-dev | 08:12 | |
*** buzztroll has quit IRC | 08:13 | |
*** buzztroll has joined #openstack-dev | 08:14 | |
*** freedomhui has quit IRC | 08:15 | |
*** dvarga has joined #openstack-dev | 08:16 | |
stan_ivanov | is there any way to debug an extension while developing, instead of restarting the server on every change? | 08:17 |
*** davidhadas has joined #openstack-dev | 08:18 | |
*** buzztroll has quit IRC | 08:19 | |
*** READ10 has joined #openstack-dev | 08:20 | |
*** dvarga has quit IRC | 08:20 | |
*** tristanC has joined #openstack-dev | 08:21 | |
*** bvandenh has quit IRC | 08:23 | |
*** xqueralt has joined #openstack-dev | 08:25 | |
*** xqueralt has quit IRC | 08:26 | |
*** xqueralt has joined #openstack-dev | 08:26 | |
*** viktors has joined #openstack-dev | 08:27 | |
*** exed has joined #openstack-dev | 08:30 | |
*** singhs has quit IRC | 08:33 | |
ekarlso | BobBall: yo | 08:33 |
*** mmagr has joined #openstack-dev | 08:34 | |
*** ifarkas has joined #openstack-dev | 08:34 | |
*** lucasagomes has joined #openstack-dev | 08:34 | |
*** jruzicka has joined #openstack-dev | 08:36 | |
*** ifarkas has quit IRC | 08:37 | |
*** ifarkas has joined #openstack-dev | 08:41 | |
*** egallen has quit IRC | 08:42 | |
*** sushils has joined #openstack-dev | 08:43 | |
*** matsuhashi has quit IRC | 08:46 | |
*** matsuhashi has joined #openstack-dev | 08:46 | |
*** egallen has joined #openstack-dev | 08:48 | |
*** os_ has quit IRC | 08:50 | |
*** sushils has quit IRC | 08:50 | |
*** imsurit has joined #openstack-dev | 08:51 | |
*** sushils has joined #openstack-dev | 08:51 | |
*** DinaBelova has joined #openstack-dev | 08:53 | |
*** xqueralt has quit IRC | 08:54 | |
*** xqueralt has joined #openstack-dev | 08:54 | |
*** martyntaylor has joined #openstack-dev | 08:54 | |
*** ljjjustin has quit IRC | 08:56 | |
*** ljjjustin has joined #openstack-dev | 08:57 | |
*** ifarkas has quit IRC | 08:59 | |
*** ifarkas has joined #openstack-dev | 09:02 | |
*** egallen has quit IRC | 09:04 | |
*** egallen has joined #openstack-dev | 09:05 | |
*** egallen has quit IRC | 09:05 | |
*** egallen has joined #openstack-dev | 09:07 | |
*** martyntaylor has quit IRC | 09:07 | |
*** os_ has joined #openstack-dev | 09:08 | |
*** exed has quit IRC | 09:11 | |
*** buzztroll has joined #openstack-dev | 09:14 | |
*** dvarga has joined #openstack-dev | 09:16 | |
*** freedomhui has joined #openstack-dev | 09:17 | |
*** buzztroll has quit IRC | 09:19 | |
*** zhiyan has quit IRC | 09:21 | |
*** dvarga has quit IRC | 09:22 | |
*** faramir1 has quit IRC | 09:23 | |
*** Max__ has joined #openstack-dev | 09:24 | |
*** MaxV has quit IRC | 09:24 | |
*** buzztroll has joined #openstack-dev | 09:24 | |
*** imsurit1 has joined #openstack-dev | 09:27 | |
*** imsurit has quit IRC | 09:27 | |
*** rongze has quit IRC | 09:27 | |
*** buzztroll has quit IRC | 09:29 | |
*** bingbu has quit IRC | 09:32 | |
*** matsuhashi has quit IRC | 09:34 | |
*** matsuhashi has joined #openstack-dev | 09:34 | |
*** ygbo has joined #openstack-dev | 09:35 | |
*** DinaBelova has quit IRC | 09:36 | |
*** blues-man has joined #openstack-dev | 09:37 | |
*** YorikSar has joined #openstack-dev | 09:38 | |
*** ifarkas has quit IRC | 09:38 | |
*** matsuhashi has quit IRC | 09:39 | |
*** martyntaylor has joined #openstack-dev | 09:40 | |
*** ifarkas has joined #openstack-dev | 09:42 | |
*** ljjjustin has quit IRC | 09:43 | |
*** ilyashakhat has quit IRC | 09:45 | |
*** boris-42 has quit IRC | 09:45 | |
*** rohitk has joined #openstack-dev | 09:46 | |
*** obondarev has quit IRC | 09:46 | |
*** os_ has quit IRC | 09:46 | |
*** romcheg1 has joined #openstack-dev | 09:46 | |
*** ilyashakhat has joined #openstack-dev | 09:47 | |
*** egallen has quit IRC | 09:47 | |
*** xchu has quit IRC | 09:48 | |
*** DinaBelova has joined #openstack-dev | 09:48 | |
*** imsurit1 has quit IRC | 09:50 | |
*** romcheg has quit IRC | 09:51 | |
*** obondarev has joined #openstack-dev | 09:51 | |
*** sthaha has quit IRC | 09:53 | |
*** sthaha has joined #openstack-dev | 09:56 | |
*** egallen has joined #openstack-dev | 09:58 | |
*** zhiyan has joined #openstack-dev | 09:59 | |
ttx | jgriffith: late pong | 10:04 |
*** zhiyan has quit IRC | 10:06 | |
*** sushils has quit IRC | 10:06 | |
*** prekarat has quit IRC | 10:06 | |
*** zhiyan has joined #openstack-dev | 10:08 | |
*** enmand has joined #openstack-dev | 10:10 | |
*** sridevi has quit IRC | 10:12 | |
*** flaper87|afk is now known as flaper87 | 10:13 | |
*** enmand has quit IRC | 10:15 | |
*** dvarga has joined #openstack-dev | 10:17 | |
*** ekarlso has quit IRC | 10:17 | |
*** ekarlso has joined #openstack-dev | 10:17 | |
*** ArminderS has joined #openstack-dev | 10:19 | |
*** ArminderS has quit IRC | 10:20 | |
*** xingchao has quit IRC | 10:20 | |
*** ArminderS has joined #openstack-dev | 10:20 | |
*** Loquacities has quit IRC | 10:22 | |
*** Max__ has quit IRC | 10:22 | |
*** MaxV has joined #openstack-dev | 10:22 | |
*** dvarga has quit IRC | 10:23 | |
*** Loquacity has joined #openstack-dev | 10:23 | |
*** buzztroll has joined #openstack-dev | 10:25 | |
*** DinaBelova has quit IRC | 10:27 | |
*** matsuhashi has joined #openstack-dev | 10:27 | |
*** buzztroll has quit IRC | 10:30 | |
*** nosnos has quit IRC | 10:31 | |
*** Arminder has joined #openstack-dev | 10:33 | |
*** pcm_ has joined #openstack-dev | 10:33 | |
*** mpavlase has joined #openstack-dev | 10:33 | |
*** pcm_ has quit IRC | 10:34 | |
*** READ10 has quit IRC | 10:34 | |
*** pcm_ has joined #openstack-dev | 10:35 | |
*** DinaBelova has joined #openstack-dev | 10:35 | |
*** jprovazn has quit IRC | 10:39 | |
*** mlavalle has left #openstack-dev | 10:40 | |
*** willingc has joined #openstack-dev | 10:41 | |
*** mrunge_ has joined #openstack-dev | 10:41 | |
*** mrunge has quit IRC | 10:42 | |
*** mrunge_ is now known as mrunge | 10:43 | |
*** alexpilotti has joined #openstack-dev | 10:45 | |
*** rushiagr has quit IRC | 10:46 | |
*** matsuhashi has quit IRC | 10:46 | |
*** matsuhashi has joined #openstack-dev | 10:47 | |
*** flaper87 is now known as flaper87|afk | 10:48 | |
*** guohliu has quit IRC | 10:49 | |
*** rushiagr has joined #openstack-dev | 10:49 | |
*** matsuhashi has quit IRC | 10:51 | |
*** topol has joined #openstack-dev | 10:52 | |
*** ilyashakhat has quit IRC | 10:53 | |
*** ilyashakhat has joined #openstack-dev | 10:53 | |
*** egallen has quit IRC | 10:53 | |
*** rushiagr2 has joined #openstack-dev | 10:53 | |
*** rushiagr has quit IRC | 10:54 | |
*** wbill has quit IRC | 10:54 | |
*** egallen has joined #openstack-dev | 10:54 | |
*** egallen has quit IRC | 10:54 | |
*** zhiyan has quit IRC | 10:56 | |
*** sushils has joined #openstack-dev | 10:59 | |
*** rushiagr2 has quit IRC | 11:04 | |
*** paragan has quit IRC | 11:04 | |
*** rushiagr2 has joined #openstack-dev | 11:06 | |
*** sthaha has quit IRC | 11:07 | |
*** rushiagr2 is now known as rushiagr | 11:07 | |
*** safchain has quit IRC | 11:09 | |
*** boris-42 has joined #openstack-dev | 11:09 | |
*** jprovazn has joined #openstack-dev | 11:11 | |
*** exed has joined #openstack-dev | 11:12 | |
*** dims has joined #openstack-dev | 11:12 | |
*** beagles is now known as seagulls | 11:14 | |
*** mriedem has joined #openstack-dev | 11:16 | |
*** belmoreira has quit IRC | 11:18 | |
*** dvarga has joined #openstack-dev | 11:18 | |
*** matsuhashi has joined #openstack-dev | 11:20 | |
*** dvarga has quit IRC | 11:22 | |
*** matsuhashi has quit IRC | 11:23 | |
*** matsuhashi has joined #openstack-dev | 11:24 | |
*** matsuhashi has quit IRC | 11:24 | |
*** matsuhashi has joined #openstack-dev | 11:25 | |
*** haomaiwang has joined #openstack-dev | 11:25 | |
*** buzztroll has joined #openstack-dev | 11:26 | |
*** romcheg has joined #openstack-dev | 11:26 | |
*** DinaBelova has quit IRC | 11:27 | |
*** yeylon_ has joined #openstack-dev | 11:28 | |
*** matsuhashi has quit IRC | 11:29 | |
*** romcheg1 has quit IRC | 11:30 | |
*** bvandenh has joined #openstack-dev | 11:31 | |
*** buzztroll has quit IRC | 11:31 | |
*** adalbas has joined #openstack-dev | 11:33 | |
*** wbill has joined #openstack-dev | 11:33 | |
*** yeylon_ has quit IRC | 11:34 | |
*** rushiagr2 has joined #openstack-dev | 11:35 | |
*** lucasagomes is now known as lucas-hungry | 11:36 | |
*** rushiagr2 has quit IRC | 11:36 | |
*** rushiagr has quit IRC | 11:36 | |
*** rushiagr2 has joined #openstack-dev | 11:39 | |
*** safchain has joined #openstack-dev | 11:40 | |
*** bashok has joined #openstack-dev | 11:40 | |
*** safchain has quit IRC | 11:41 | |
*** rushiagr2 is now known as rushiagr | 11:43 | |
*** imsurit has joined #openstack-dev | 11:45 | |
*** belmoreira has joined #openstack-dev | 11:45 | |
*** gordc has joined #openstack-dev | 11:46 | |
*** DinaBelova has joined #openstack-dev | 11:47 | |
*** rushiagr2 has joined #openstack-dev | 11:48 | |
*** yeylon_ has joined #openstack-dev | 11:48 | |
*** rushiagr has quit IRC | 11:49 | |
*** markmc has joined #openstack-dev | 11:50 | |
*** DinaBelova has quit IRC | 11:51 | |
*** safchain has joined #openstack-dev | 11:52 | |
*** rushiagr2 has quit IRC | 11:58 | |
*** rushiagr2 has joined #openstack-dev | 12:02 | |
*** annegentle has quit IRC | 12:04 | |
*** bvandenh has quit IRC | 12:04 | |
*** annegentle has joined #openstack-dev | 12:07 | |
*** kui has joined #openstack-dev | 12:07 | |
*** ArminderS- has joined #openstack-dev | 12:08 | |
*** ArminderS has quit IRC | 12:09 | |
kui | lifeless: I need some help for the fix of testscenarios. https://bugs.launchpad.net/testscenarios/+bug/1244571 | 12:09 |
*** flaper87|afk is now known as flaper87 | 12:09 | |
uvirtbot | Launchpad bug 1244571 in testscenarios "Duplicated scenario name will induce error in py33" [Undecided,New] | 12:09 |
*** yeylon_ has quit IRC | 12:09 | |
dhellmann | devananda: I'm not sure what you mean by "understand" there. | 12:09 |
lifeless | kui: I don't think testscenarios needs changing. | 12:10 |
lifeless | kui: the bug is in the error message testtools gives. | 12:10 |
lifeless | kui: testscenarios is just one way that a duplicate testid can be created. | 12:10 |
kui | lifeless: In my opinion, we should detect the duplicated name, it will help developer to locate/fix the definition of "scenarios". | 12:11 |
*** annegentle_ has joined #openstack-dev | 12:11 | |
*** enmand has joined #openstack-dev | 12:12 | |
*** annegentle has quit IRC | 12:12 | |
kui | lifeless: test id should be unique, and testscenarios should ensure this. | 12:12 |
lifeless | kui: the location will be obvious if a good error is given by testtools. | 12:12 |
*** blues-man has quit IRC | 12:12 | |
lifeless | kui: I repeat, fixing testscenarios is not sufficient. Fixing testtools is necessary, and when done makes changes to testscenarios unnecessary. | 12:13 |
*** galstrom_zzz is now known as galstrom | 12:14 | |
*** galstrom is now known as galstrom_zzz | 12:15 | |
*** exed has quit IRC | 12:15 | |
*** benner_ has quit IRC | 12:15 | |
*** benner has joined #openstack-dev | 12:16 | |
*** egallen has joined #openstack-dev | 12:16 | |
*** benner has quit IRC | 12:16 | |
*** benner has joined #openstack-dev | 12:17 | |
*** vkmc has joined #openstack-dev | 12:17 | |
larsbutler | Hi everybody, I'm trying to set up a working dev environment for keystone, but I'm having some trouble running tests. Here is a sample of the test failures I'm getting: http://paste.openstack.org/show/49694/ | 12:17 |
larsbutler | I've been following this http://docs.openstack.org/developer/keystone/setup.html | 12:18 |
larsbutler | and I'm using `tox` or `tox -e py27` to run the tests | 12:18 |
*** iartarisi has joined #openstack-dev | 12:18 | |
*** dolphm_ has joined #openstack-dev | 12:19 | |
*** dolphm_ has quit IRC | 12:19 | |
*** dolphm_ has joined #openstack-dev | 12:19 | |
*** mmagr has quit IRC | 12:19 | |
larsbutler | The files referenced in the error do indeed exist, and they are unmodified in my working copy. Any ideas what could be wrong? | 12:20 |
kui | lifeless: OK, I will change the testtools as the final gate to detect all duplicated testid, no matter where they are created. | 12:20 |
*** bashok has quit IRC | 12:21 | |
ekarlso | BobBall: ? :p | 12:21 |
ekarlso | BobBall: is there new packages out yet ? | 12:22 |
*** mkollaro has joined #openstack-dev | 12:26 | |
*** DinaBelova has joined #openstack-dev | 12:26 | |
*** buzztroll has joined #openstack-dev | 12:26 | |
*** markvoelker has quit IRC | 12:27 | |
*** rushiagr2 has quit IRC | 12:27 | |
*** markvoelker has joined #openstack-dev | 12:29 | |
*** dstanek has joined #openstack-dev | 12:30 | |
*** dvarga has joined #openstack-dev | 12:30 | |
*** buzztroll has quit IRC | 12:31 | |
*** tristanC has quit IRC | 12:31 | |
*** thomasem has joined #openstack-dev | 12:32 | |
*** benner has quit IRC | 12:32 | |
*** yeylon_ has joined #openstack-dev | 12:38 | |
*** sgordon has joined #openstack-dev | 12:38 | |
*** sgordon has joined #openstack-dev | 12:38 | |
*** dims has quit IRC | 12:38 | |
*** dims has joined #openstack-dev | 12:40 | |
*** tellesnobrega has joined #openstack-dev | 12:44 | |
*** bswartz has quit IRC | 12:44 | |
*** rkukura has joined #openstack-dev | 12:46 | |
tellesnobrega | hi, i just started working with openstack db and i have a question, when i create a table ate models.py, what do i need to do at the Migration file? | 12:46 |
*** egallen_ has joined #openstack-dev | 12:47 | |
*** egallen has quit IRC | 12:47 | |
*** egallen_ is now known as egallen | 12:47 | |
*** AnilV4 has quit IRC | 12:47 | |
*** AnilV4 has joined #openstack-dev | 12:47 | |
*** souvik has joined #openstack-dev | 12:48 | |
*** jayg|g0n3 is now known as jayg | 12:48 | |
*** exed has joined #openstack-dev | 12:48 | |
*** che-arne has quit IRC | 12:51 | |
*** dvarga_ has joined #openstack-dev | 12:51 | |
*** dvarga_ has quit IRC | 12:52 | |
*** romcheg has quit IRC | 12:53 | |
*** joesavak has joined #openstack-dev | 12:54 | |
*** dvarga has quit IRC | 12:54 | |
*** kpavel has joined #openstack-dev | 12:55 | |
*** egallen has quit IRC | 12:56 | |
*** dvarga has joined #openstack-dev | 12:56 | |
*** kui has quit IRC | 12:56 | |
*** kumaranvram has quit IRC | 12:56 | |
*** egallen has joined #openstack-dev | 12:58 | |
*** athomas has quit IRC | 12:59 | |
*** lucas-hungry is now known as lucasagomes | 13:00 | |
*** quade has joined #openstack-dev | 13:00 | |
*** stevemar has joined #openstack-dev | 13:04 | |
*** egallen has quit IRC | 13:04 | |
*** egallen has joined #openstack-dev | 13:05 | |
*** sushils has quit IRC | 13:05 | |
*** bpokorny has joined #openstack-dev | 13:05 | |
*** athomas has joined #openstack-dev | 13:07 | |
*** anteaya has joined #openstack-dev | 13:08 | |
*** sushils has joined #openstack-dev | 13:08 | |
*** YorikSar has quit IRC | 13:08 | |
*** prad has joined #openstack-dev | 13:09 | |
*** rohitk has quit IRC | 13:09 | |
*** ericw has quit IRC | 13:11 | |
*** ericw_ has joined #openstack-dev | 13:12 | |
*** russellb is now known as rustlebee | 13:12 | |
jgriffith | ttx: all settled, thanks for the pong though | 13:13 |
stevemar | ayoung: o/ | 13:18 |
*** neelashah has joined #openstack-dev | 13:19 | |
*** alunduil has joined #openstack-dev | 13:19 | |
*** topol_ has joined #openstack-dev | 13:20 | |
*** topol has quit IRC | 13:20 | |
*** topol_ is now known as topol | 13:20 | |
*** blues-man has joined #openstack-dev | 13:22 | |
*** morazi has joined #openstack-dev | 13:22 | |
*** sushils has quit IRC | 13:22 | |
*** eharney has joined #openstack-dev | 13:23 | |
*** sushils has joined #openstack-dev | 13:23 | |
*** topol has quit IRC | 13:26 | |
*** jalphons has left #openstack-dev | 13:26 | |
*** dansmith is now known as Steely_Dan | 13:26 | |
*** rushiagr2 has joined #openstack-dev | 13:26 | |
*** buzztroll has joined #openstack-dev | 13:27 | |
dolphm_ | stevemar: o/ | 13:27 |
stevemar | dolphm_: \o | 13:28 |
*** neelashah has quit IRC | 13:28 | |
dolphm_ | stevemar: openstackclient: http://pasteraw.com/37tawsgycb4kpka09nhpzapbn5xqzym | 13:28 |
stevemar | nice | 13:28 |
stevemar | against current master? | 13:28 |
*** rongze has joined #openstack-dev | 13:29 | |
dolphm_ | stevemar: yes, but i suspect it's a dep i simply don't have | 13:29 |
stevemar | run_tests -u | 13:29 |
adalbas | mtreinish, do you know what is different from openstack pbr and the pypi pbr? If i install the pypi one, will things work? | 13:30 |
dolphm_ | stevemar: i have the latest pyopenssl installed, and openssl 1.0.1e in my environment | 13:30 |
*** rnirmal has joined #openstack-dev | 13:30 | |
dolphm_ | stevemar: -u fails the same | 13:30 |
dolphm_ | stevemar: -u run http://pasteraw.com/nckcnluctm7zluav9zl4mtzj7x2aqjd | 13:30 |
stevemar | looks like you are missing crypto | 13:30 |
stevemar | hmm | 13:30 |
*** quade has quit IRC | 13:31 | |
*** buzztroll has quit IRC | 13:32 | |
*** ericw_ has quit IRC | 13:33 | |
*** DinaBelova has quit IRC | 13:34 | |
*** aeperezt has joined #openstack-dev | 13:35 | |
*** stevemar has quit IRC | 13:36 | |
*** stevemar has joined #openstack-dev | 13:36 | |
*** rushiagr2 has quit IRC | 13:36 | |
*** kushal has quit IRC | 13:37 | |
*** romcheg has joined #openstack-dev | 13:37 | |
*** ericw has joined #openstack-dev | 13:38 | |
larsbutler | hey dolphm_, when you have a minute or three, could you take a look at these keystone test failures? http://paste.openstack.org/show/49694/ -- I'm just setting up a dev env; it's the same problem I was having yesterday | 13:38 |
larsbutler | dolphm_: and by the way, /me is also a (new) racker, based out of Zurich :) | 13:39 |
*** kumaranvram has joined #openstack-dev | 13:39 | |
stevemar | larsbutler, you are missing oauth1 dependency | 13:39 |
*** willingc has quit IRC | 13:40 | |
stevemar | try running ./run_tests -U (or -u), | 13:40 |
*** willingc has joined #openstack-dev | 13:40 | |
*** lbragstad has joined #openstack-dev | 13:40 | |
dstanek | stevemar: really? a missing dep give config errors? | 13:41 |
*** drewfisher has joined #openstack-dev | 13:41 | |
dolphm_ | stevemar: same failures against keystoneclient | 13:41 |
larsbutler | stevemar: oh okay--so what do I need exactly? (python) oauthlib? liboauth? | 13:41 |
dolphm_ | stevemar: err, glanceclient | 13:41 |
*** jsavak has joined #openstack-dev | 13:41 | |
stevemar | dstanek: oh, my bad | 13:42 |
stevemar | dstanek: i jumped the gun | 13:42 |
*** mestery has quit IRC | 13:42 | |
dolphm_ | larsbutler: i don't know why those files would be unreadable... | 13:42 |
dolphm_ | larsbutler: and welcome :) | 13:42 |
*** souvik has quit IRC | 13:43 | |
larsbutler | dolphm_: thanks! :D | 13:43 |
dolphm_ | larsbutler: are those paths correct? | 13:43 |
dolphm_ | (they look fine to me) | 13:43 |
larsbutler | dolphm_: yes, those files do exist, permissions look fine | 13:43 |
*** neelashah has joined #openstack-dev | 13:43 | |
dolphm_ | hrm | 13:43 |
larsbutler | I even did a chmod 777 and ran tests again -> no difference | 13:43 |
*** zaneb has joined #openstack-dev | 13:44 | |
*** martines has quit IRC | 13:44 | |
larsbutler | I tried add a breakpoint with pdb and nose right before that exception is raised, but didn't have much luck with that | 13:44 |
*** willingc has quit IRC | 13:44 | |
dolphm_ | larsbutler: this doesn't look like master to me -- what is this based on? | 13:44 |
*** joesavak has quit IRC | 13:45 | |
larsbutler | dolphm_: this is based on my fork of https://github.com/openstack/keystone -> https://github.com/larsbutler/keystone | 13:45 |
larsbutler | dolphm_: is that the wrong repo? | 13:45 |
dolphm_ | larsbutler: that's correct -- what about oslo.config? | 13:46 |
*** dvarga has quit IRC | 13:46 | |
*** stevemar has quit IRC | 13:46 | |
larsbutler | dolphm_: what is that? | 13:47 |
dolphm_ | larsbutler: ah, found it-- https://github.com/openstack/oslo.config/blob/1.2.1/oslo/config/cfg.py#L1634 | 13:47 |
dolphm_ | larsbutler: i was just trying to figure out where the exception was being raised, exactly | 13:47 |
*** vartom11 has quit IRC | 13:47 | |
larsbutler | ah, okay | 13:47 |
*** nshaikh has left #openstack-dev | 13:48 | |
larsbutler | the error doesn't make much sense… I'm suspecting that there is another issue which is being masked, but I'm too newb to guess what that might be | 13:49 |
*** zhiyan has joined #openstack-dev | 13:50 | |
*** mestery has joined #openstack-dev | 13:50 | |
dolphm_ | larsbutler: that's what i'm thinking | 13:50 |
dolphm_ | larsbutler: i'm looking through oslo to see if there's some other condition that could cause this error | 13:51 |
*** pcm_ has quit IRC | 13:51 | |
larsbutler | dolphm_: okay, cool | 13:51 |
*** pcm_ has joined #openstack-dev | 13:51 | |
*** exed has quit IRC | 13:51 | |
*** spzala has joined #openstack-dev | 13:52 | |
dolphm_ | larsbutler: it looks like any IOError would be raised as "file not found" | 13:52 |
*** rongze has quit IRC | 13:52 | |
*** martines has joined #openstack-dev | 13:52 | |
*** jswarren has joined #openstack-dev | 13:53 | |
*** tmclaugh[work] has joined #openstack-dev | 13:53 | |
*** rongze has joined #openstack-dev | 13:53 | |
*** imsurit has quit IRC | 13:53 | |
*** epim has joined #openstack-dev | 13:54 | |
larsbutler | dolphm_: hmmm, okay | 13:54 |
*** topol has joined #openstack-dev | 13:54 | |
*** burt has joined #openstack-dev | 13:54 | |
larsbutler | just for comparison/sanity, I'm also trying the same thing on an Ubuntu 12.04 VM | 13:54 |
dolphm_ | larsbutler: what's your `ulimit -n` ? | 13:54 |
*** lnxnut has joined #openstack-dev | 13:54 | |
*** kumaranvram has quit IRC | 13:55 | |
larsbutler | dolphm_: 256 -- that seems low | 13:55 |
dolphm_ | larsbutler: raise it to 1024, and try again? | 13:55 |
*** amotoki has joined #openstack-dev | 13:55 | |
larsbutler | dolphm_: good idea | 13:56 |
drewfisher | is anybody around that knows about novaclient extensions? | 13:56 |
*** kushal has joined #openstack-dev | 13:56 | |
*** ArminderS- has quit IRC | 13:57 | |
*** sandywalsh has joined #openstack-dev | 13:57 | |
*** che-arne has joined #openstack-dev | 13:57 | |
*** luhrs1 has joined #openstack-dev | 13:57 | |
*** rongze has quit IRC | 13:57 | |
*** salv-orlando has quit IRC | 13:59 | |
mtreinish | adalbas: what do you mean by openstack pbr? | 13:59 |
larsbutler | dolphm_: okay, running tests again, get back to you in a few minutes | 13:59 |
*** rongze has joined #openstack-dev | 14:00 | |
*** salv-orlando has joined #openstack-dev | 14:00 | |
*** kbringard has joined #openstack-dev | 14:00 | |
*** stevemar has joined #openstack-dev | 14:01 | |
stevemar | larsbutler: get anywhere in your problem? | 14:02 |
*** amotoki has quit IRC | 14:02 | |
dolphm_ | larsbutler: stevemar: filed a bug against oslo to expose more details about IOErrors- https://bugs.launchpad.net/oslo/+bug/1244674 | 14:02 |
uvirtbot | Launchpad bug 1244674 in oslo "IOError details are discarded by oslo.config" [Undecided,New] | 14:02 |
*** amotoki has joined #openstack-dev | 14:02 | |
*** exed has joined #openstack-dev | 14:03 | |
dolphm_ | stevemar: haven't gotten anywhere on *my* problem ;P | 14:03 |
*** amotoki has quit IRC | 14:03 | |
*** tmclaugh[work] has quit IRC | 14:04 | |
larsbutler | stevemar: working on it, dolphm_ is helping me | 14:04 |
larsbutler | I think we found the root cause | 14:04 |
larsbutler | still running tests, so I'll found out shortly | 14:04 |
*** alexpilotti_ has joined #openstack-dev | 14:05 | |
larsbutler | s/found/find/ | 14:06 |
*** haomaiwang has quit IRC | 14:06 | |
*** haomaiwang has joined #openstack-dev | 14:06 | |
stevemar | larsbutler, cool, let me know what it is | 14:07 |
larsbutler | stevemar: will do | 14:07 |
stevemar | dolphm_ i'm trying to reproduce your problem :O | 14:07 |
*** alunch has quit IRC | 14:07 | |
*** quade has joined #openstack-dev | 14:08 | |
*** FunnyLookinHat has joined #openstack-dev | 14:08 | |
*** alexpilotti has quit IRC | 14:08 | |
*** alexpilotti_ is now known as alexpilotti | 14:08 | |
*** tmclaugh[work] has joined #openstack-dev | 14:08 | |
*** rushiagr2 has joined #openstack-dev | 14:09 | |
larsbutler | stevemar, dolphm_: that was it! raising ulimit to 1024 (from 256) resolved the problem | 14:10 |
dolphm_ | larsbutler: good to know! | 14:10 |
larsbutler | much appreciated, guys! | 14:10 |
jsavak | stevemar & dolpm_ - keystone super-heroes | 14:10 |
dolphm_ | larsbutler: that was just a wild guess :) | 14:10 |
stevemar | jsavak, credit goes to dolphm_ on that one | 14:10 |
larsbutler | dolphm_: it was a pretty good guess | 14:11 |
*** haomaiwang has quit IRC | 14:11 | |
dolphm_ | stevemar: if you find a fix for this crypto thing you can have all the credits | 14:11 |
*** haomaiwang has joined #openstack-dev | 14:11 | |
stevemar | dolphm_ i will receive all the credits! | 14:11 |
*** ngoracke has joined #openstack-dev | 14:12 | |
*** yeylon_ has quit IRC | 14:12 | |
*** topol has quit IRC | 14:13 | |
*** rushiagr2 has quit IRC | 14:13 | |
*** datsun180b has joined #openstack-dev | 14:16 | |
*** bnemec is now known as beekneemech | 14:16 | |
*** luhrs1 has quit IRC | 14:16 | |
*** gongysh has joined #openstack-dev | 14:16 | |
*** markwash has quit IRC | 14:17 | |
stevemar | dolphm_: http://pasteraw.com/14s138vznrabgeutcdemxicff5n4865 | 14:17 |
*** rushiagr2 has joined #openstack-dev | 14:18 | |
*** alunduil has quit IRC | 14:18 | |
*** markwash has joined #openstack-dev | 14:18 | |
*** alaski is now known as lascii | 14:18 | |
*** vijendar has joined #openstack-dev | 14:19 | |
*** rushiagr2 has quit IRC | 14:19 | |
*** ndipanov is now known as nick_long | 14:20 | |
*** dims is now known as blur | 14:21 | |
dolphm_ | stevemar: stop trying to avoid my back trace | 14:21 |
stevemar | dolphm_: i'm still looking at it :) just trying to level-set things :D | 14:22 |
stevemar | dolphm_ it eases my mind that it's probably environment specific | 14:22 |
*** rushiagr2 has joined #openstack-dev | 14:23 | |
*** otherwiseguy has joined #openstack-dev | 14:23 | |
*** ericw has quit IRC | 14:23 | |
*** willingc has joined #openstack-dev | 14:24 | |
*** jecarey has joined #openstack-dev | 14:24 | |
dolphm_ | stevemar: http://pasteraw.com/589yc8qmic69dt4bgbxhi5m3hysbhvt | 14:26 |
stevemar | nice | 14:27 |
*** buzztroll has joined #openstack-dev | 14:28 | |
*** ArminderS has joined #openstack-dev | 14:28 | |
*** cfriesen has joined #openstack-dev | 14:28 | |
*** martines has quit IRC | 14:30 | |
*** lsmola has quit IRC | 14:30 | |
*** rushiagr3 has joined #openstack-dev | 14:30 | |
*** rushiagr3 is now known as rushiagr | 14:31 | |
*** riskable has joined #openstack-dev | 14:31 | |
*** rushiagr has quit IRC | 14:32 | |
*** rushiagr2 has quit IRC | 14:32 | |
*** buzztroll has quit IRC | 14:32 | |
*** amerine has quit IRC | 14:32 | |
*** quade has quit IRC | 14:33 | |
*** rongze has quit IRC | 14:33 | |
*** rongze has joined #openstack-dev | 14:34 | |
*** epim has quit IRC | 14:34 | |
*** jruzicka has quit IRC | 14:34 | |
*** rushiagr has joined #openstack-dev | 14:35 | |
*** kiall has quit IRC | 14:35 | |
*** martines has joined #openstack-dev | 14:36 | |
*** rushiagr has quit IRC | 14:36 | |
*** jruzicka has joined #openstack-dev | 14:36 | |
*** amerine has joined #openstack-dev | 14:38 | |
*** comstud is now known as bearhands | 14:38 | |
*** rongze has quit IRC | 14:38 | |
*** rushiagr has joined #openstack-dev | 14:40 | |
*** cyeoh_ is now known as cyeoh | 14:44 | |
stevemar | dolphm_: https://github.com/mitmproxy/mitmproxy/issues/87 | 14:45 |
*** rcleere has joined #openstack-dev | 14:45 | |
*** galstrom_zzz is now known as galstrom | 14:45 | |
*** ayoung has joined #openstack-dev | 14:45 | |
stevemar | dolphm_ reinstall PyOpenSSL? | 14:46 |
*** galstrom is now known as galstrom_zzz | 14:46 | |
*** alunch has joined #openstack-dev | 14:46 | |
*** nermina has joined #openstack-dev | 14:47 | |
*** galstrom_zzz is now known as galstrom | 14:47 | |
*** prekarat has joined #openstack-dev | 14:48 | |
*** ftcjeff_ has quit IRC | 14:49 | |
*** arezmerita has joined #openstack-dev | 14:51 | |
*** sumanthns has joined #openstack-dev | 14:51 | |
stevemar | ayoung: o/ | 14:52 |
dolphm_ | stevemar: i reinstalled openssl and pyopenssl -- same error | 14:53 |
*** rushiagr2 has joined #openstack-dev | 14:54 | |
*** bswartz has joined #openstack-dev | 14:54 | |
*** radez_g0n3 is now known as radez | 14:54 | |
*** rushiagr2 has quit IRC | 14:54 | |
*** rushiagr has quit IRC | 14:54 | |
dstanek | dolphm_: what's the stacktrace? | 14:54 |
*** tanisdl has joined #openstack-dev | 14:54 | |
stevemar | dstanek: http://pasteraw.com/589yc8qmic69dt4bgbxhi5m3hysbhvt | 14:54 |
*** tanisdl has quit IRC | 14:55 | |
*** dvarga has joined #openstack-dev | 14:55 | |
dstanek | stevemar: is that on a Mac or Linux? | 14:56 |
*** SergeyLukjanov has joined #openstack-dev | 14:56 | |
stevemar | not sure, it's dolphm_ environment... | 14:56 |
*** aspiers has quit IRC | 14:57 | |
*** yolanda has joined #openstack-dev | 14:57 | |
*** shakayumi has joined #openstack-dev | 14:58 | |
*** dolphm_ has quit IRC | 14:58 | |
*** rushiagr2 has joined #openstack-dev | 14:58 | |
*** radez is now known as radez_g0n3 | 14:58 | |
*** nati_ueno has joined #openstack-dev | 14:58 | |
*** radez_g0n3 is now known as radez | 14:59 | |
*** topol has joined #openstack-dev | 14:59 | |
*** ifarkas has quit IRC | 14:59 | |
*** jruzicka_ has joined #openstack-dev | 14:59 | |
*** dsantos_ has joined #openstack-dev | 15:01 | |
*** jruzicka has quit IRC | 15:01 | |
*** amerine has quit IRC | 15:01 | |
*** aspiers has joined #openstack-dev | 15:02 | |
*** rushiagr3 has joined #openstack-dev | 15:03 | |
*** rushiagr3 has quit IRC | 15:03 | |
*** rushiagr2 has quit IRC | 15:03 | |
*** shakayum_ has joined #openstack-dev | 15:03 | |
*** ericw has joined #openstack-dev | 15:03 | |
*** rushiagr3 has joined #openstack-dev | 15:03 | |
adalbas | mtreinish, there is an pbr under openstack-dev, which is built during devstack installation. | 15:03 |
*** shakayum_ has quit IRC | 15:04 | |
*** shakayumi has quit IRC | 15:04 | |
adalbas | mtreinish, why not use the one from pypi? | 15:04 |
*** quade has joined #openstack-dev | 15:04 | |
*** shakayumi has joined #openstack-dev | 15:05 | |
*** vijendar has quit IRC | 15:05 | |
dsantos_ | hi everyone, is there a way to have the openstack services (or at least keystone) running in two different networks? I was thinking something like "having a public and a private interfaces attached to eth0 and eth1 in neutron"... Is it possible? Does it make sense? | 15:05 |
*** mpavlase has quit IRC | 15:06 | |
*** vijendar has joined #openstack-dev | 15:07 | |
mtreinish | adalbas: what's on pypi are the releases of that repo | 15:07 |
mtreinish | we use the repo in the gate to ensure that pbr changes don't bork things | 15:08 |
bknudson | dsantos_: if you configure keystone to listen on all interfaces then it's running on 2 networks. | 15:08 |
drewfisher | I'm looking to extend novaclient to add a few additional flags to nova boot. I've found enough examples online that I have a working extension (I can see the new flags in nova boot help and I can see the curl requests to the API have the data). What I can't seem to figure out is how the API processes these new extra args from the -d[ata] flag from curl. | 15:09 |
dsantos_ | is it configured in the conf file? | 15:09 |
adalbas | mtreinish, alright. tks! | 15:09 |
bknudson | dsantos_: the interface to listen on is in the keystone.conf file | 15:09 |
bknudson | if you need more control on it then I'd suggest run keystone in a web server (Apache httpd) | 15:10 |
bknudson | or use a firewall? | 15:10 |
dsantos_ | bknudson: thanks... I'm gonna look for that... The only configuration that I've seen so far is about public, admin and internal URLs | 15:10 |
*** gorozco1 has joined #openstack-dev | 15:11 | |
dsantos_ | bknudson: I though to use apache2 to run keystone... and maybe use apache mod proxy to rewrite the requests to the right interface | 15:11 |
bknudson | dstanek: https://github.com/openstack/keystone/blob/master/etc/keystone.conf.sample#L6 | 15:11 |
bknudson | oops | 15:11 |
bknudson | dsantos_: https://github.com/openstack/keystone/blob/master/etc/keystone.conf.sample#L6 | 15:12 |
dstanek | :-) | 15:12 |
bknudson | dsantos_: running under Apache you can configure different virtual hosts to listen on different ports and put the keystone server on any path. | 15:12 |
*** iartarisi has quit IRC | 15:12 | |
*** sumanth has quit IRC | 15:13 | |
*** DuncanT has quit IRC | 15:14 | |
*** jergerber has joined #openstack-dev | 15:14 | |
*** DuncanT- has joined #openstack-dev | 15:15 | |
*** DuncanT- is now known as duncanT | 15:15 | |
*** yolanda has quit IRC | 15:16 | |
*** cdub_ has joined #openstack-dev | 15:16 | |
*** blur is now known as dims | 15:18 | |
*** peristeri has joined #openstack-dev | 15:20 | |
*** jasdeepH has joined #openstack-dev | 15:21 | |
*** kiall has joined #openstack-dev | 15:21 | |
*** rushiagr3 has quit IRC | 15:22 | |
*** pmcg has quit IRC | 15:23 | |
*** pmathews has joined #openstack-dev | 15:23 | |
*** dolphm_ has joined #openstack-dev | 15:24 | |
*** flaper87 is now known as flaper87|afk | 15:24 | |
*** tanisdl has joined #openstack-dev | 15:24 | |
*** pmcg has joined #openstack-dev | 15:24 | |
*** rushiagr3 has joined #openstack-dev | 15:25 | |
*** exed has quit IRC | 15:25 | |
*** yaguang has joined #openstack-dev | 15:27 | |
*** willingc has quit IRC | 15:27 | |
*** Alexei_987 has quit IRC | 15:27 | |
*** mmagr has joined #openstack-dev | 15:27 | |
*** willingc has joined #openstack-dev | 15:28 | |
BobBall | ekarlso: sorry - wasn't connected to my terminal. So close. Next week, seriously. I'm sure it won't be longer than that :) | 15:28 |
*** xqueralt has quit IRC | 15:28 | |
ekarlso | BobBall: tsssk :p | 15:28 |
ekarlso | what's new then ? | 15:28 |
*** buzztroll has joined #openstack-dev | 15:28 | |
BobBall | Just fixing a bug with live migration :) | 15:29 |
*** spzala has quit IRC | 15:29 | |
*** rushiagr3 has quit IRC | 15:30 | |
*** xqueralt has joined #openstack-dev | 15:30 | |
*** dolphm_ has quit IRC | 15:30 | |
*** dolphm has joined #openstack-dev | 15:30 | |
*** vijendar has quit IRC | 15:32 | |
*** willingc has quit IRC | 15:33 | |
*** buzztroll has quit IRC | 15:33 | |
*** zhiyan has left #openstack-dev | 15:33 | |
*** mosulica has quit IRC | 15:33 | |
*** vijendar has joined #openstack-dev | 15:34 | |
*** zul has joined #openstack-dev | 15:34 | |
*** dolphm_ has joined #openstack-dev | 15:34 | |
*** willingc has joined #openstack-dev | 15:35 | |
*** egallen has quit IRC | 15:35 | |
*** neoXsys has joined #openstack-dev | 15:35 | |
*** jaypipes has joined #openstack-dev | 15:35 | |
devananda | dhellmann: pecan's docs say that there is a _default() handler, but I wasn't able to find a way to route requests to it within wsme | 15:35 |
devananda | dhellmann: that said, I only really needed to route post(), even though I don't know the specific method name being called, which seems to work fine | 15:36 |
*** exed has joined #openstack-dev | 15:37 | |
*** dolphm has quit IRC | 15:38 | |
*** dolphm_ has quit IRC | 15:39 | |
*** vijendar has quit IRC | 15:39 | |
*** shakayumi has quit IRC | 15:41 | |
*** viktors has left #openstack-dev | 15:41 | |
*** galstrom is now known as galstrom_zzz | 15:41 | |
*** larsbutler has quit IRC | 15:43 | |
*** souvik has joined #openstack-dev | 15:43 | |
*** dolphm has joined #openstack-dev | 15:44 | |
*** jprovazn has quit IRC | 15:44 | |
*** martine_ has joined #openstack-dev | 15:44 | |
*** senk has joined #openstack-dev | 15:44 | |
*** senk has left #openstack-dev | 15:45 | |
*** rongze has joined #openstack-dev | 15:45 | |
sdague | dhellmann so now that that devstack change landed, we really need to bring on pecan / wsme into the gate quick, so you guys can't break us :) | 15:46 |
*** jimfehlig has joined #openstack-dev | 15:48 | |
*** jimfehlig has left #openstack-dev | 15:48 | |
*** devoid has joined #openstack-dev | 15:48 | |
*** adalbas has quit IRC | 15:48 | |
*** Mandell has quit IRC | 15:49 | |
*** xarses has quit IRC | 15:49 | |
*** bdpayne has joined #openstack-dev | 15:49 | |
*** boris-42 has quit IRC | 15:52 | |
*** boris-42 has joined #openstack-dev | 15:52 | |
*** Nikolay_St has quit IRC | 15:53 | |
iccha | any keystone folks around? | 15:53 |
*** yolanda has joined #openstack-dev | 15:53 | |
dhellmann | sdague: ok, ryanpetrello is afk at the moment, and he's the one that will be doing the work | 15:53 |
*** drewfisher has left #openstack-dev | 15:53 | |
sdague | dhellmann: well, actually, I submitted the config change to turn it out | 15:53 |
sdague | turn it on | 15:53 |
dhellmann | sdague: oh, ok, even easier :-) | 15:54 |
*** spzala has joined #openstack-dev | 15:54 | |
dhellmann | devananda: you're doing routing from within wsme? | 15:54 |
sdague | just making sure everyone's aware when you guys end up with tempest jobs on top of you | 15:54 |
dhellmann | sdague: did you add pecan-core to the code review? | 15:55 |
sdague | dhellmann: I did not | 15:55 |
dhellmann | sdague: I'm trying to finish my summit schedule this morning, so I'm not looking at email | 15:55 |
devananda | dhellmann: sorry if that wasn't clear -- i mean @wsme_pecan.wsexpose() def _default(): | 15:55 |
sdague | dhellmann: no worries | 15:55 |
*** lexano has quit IRC | 15:56 | |
*** gyee has joined #openstack-dev | 15:56 | |
*** quade has quit IRC | 15:56 | |
dolphm | iccha: o/ | 15:57 |
dhellmann | devananda: ok, I'd have to look at what pecan does with the return from _default(), but if you want to just handle post could you not use RestController with the post method? | 15:57 |
dhellmann | sdague: I added them | 15:58 |
dolphm | stevemar: https://github.com/mitmproxy/mitmproxy/issues/87 | 16:00 |
*** galstrom_zzz is now known as galstrom | 16:00 | |
*** jcoufal has joined #openstack-dev | 16:00 | |
devananda | dhellmann: yea, i ended up just using post() | 16:00 |
stevemar | dolphm: i sent you that :O | 16:00 |
dhellmann | devananda: ok, cool | 16:01 |
*** Ruetobas has quit IRC | 16:01 | |
dolphm | stevemar: i must have missed it! | 16:01 |
dhellmann | devananda: we'll have a session on pecan & wsme at the summit early tuesday afternoon | 16:01 |
dolphm | stevemar: yes you did | 16:01 |
dolphm | stevemar: i just moved desks | 16:01 |
dhellmann | Q&A, pain points, feature requests, etc. | 16:01 |
stevemar | dolphm: at 10:45 :) | 16:01 |
devananda | dhellmann: conflict with tripleo? | 16:01 |
stevemar | dolphm: did it help? | 16:02 |
dhellmann | devananda: ew, yeah :-( | 16:02 |
devananda | dhellmann: i'll try to get a few of our guys there, even if i cant be | 16:02 |
*** lnxnut_ has joined #openstack-dev | 16:02 | |
dhellmann | devananda: sounds good | 16:02 |
*** lnxnut has quit IRC | 16:02 | |
dhellmann | devananda: the 2:00 slot | 16:02 |
*** safchain has quit IRC | 16:03 | |
*** Ruetobas has joined #openstack-dev | 16:03 | |
*** rongze has quit IRC | 16:03 | |
devananda | yuriy and lucasagomes are teh most familiar with ironic's API at this point, they've been stumbling into the peca/wsme issues more often than i have | 16:03 |
dhellmann | devananda: have them bring a list, or better yet, email us ahead of time so we're prepared with answers :-) | 16:03 |
*** rongze has joined #openstack-dev | 16:04 | |
devananda | though, fwiw, i think all the known ones are squashed :) | 16:04 |
*** martyntaylor has left #openstack-dev | 16:04 | |
dhellmann | devananda: well, that's good to hear, too, but even as a retrospective it might be useful to understand | 16:04 |
dhellmann | the issues they ran into | 16:05 |
devananda | ack | 16:05 |
*** belmoreira has quit IRC | 16:05 | |
iccha | dolphm: from what i ve been experimenting with looks like i can use username and password and alternate between auth version 1 and 2 of keystone and it should authenticate the same? | 16:05 |
*** dolphm has quit IRC | 16:05 | |
*** devoid has left #openstack-dev | 16:06 | |
*** neoXsys has quit IRC | 16:06 | |
*** flaper87|afk is now known as flaper87 | 16:06 | |
*** dolphm has joined #openstack-dev | 16:07 | |
*** Ruetobas has quit IRC | 16:07 | |
dolphm | stevemar: no | 16:07 |
*** ykhodork has joined #openstack-dev | 16:08 | |
*** rongze has quit IRC | 16:08 | |
*** bdpayne has quit IRC | 16:09 | |
*** bashok has joined #openstack-dev | 16:10 | |
*** mrodden has quit IRC | 16:10 | |
*** xarses has joined #openstack-dev | 16:11 | |
dolphm | iccha: what do you mean by "but v1 uses key and v2 password" ? | 16:12 |
dolphm | iccha: also do you mean v2 vs v3, or v1 vs v2? | 16:12 |
iccha | v1 vs v2 dolphm | 16:13 |
dolphm | iccha: which version of keystone are you using? | 16:13 |
*** yjiang51 has joined #openstack-dev | 16:13 | |
*** joesavak has joined #openstack-dev | 16:13 | |
*** radez is now known as radez_g0n3 | 16:13 | |
*** Ruetobas has joined #openstack-dev | 16:13 | |
iccha | dolphm: 0.4.1 | 16:15 |
dolphm | iccha: is the service havana or master? | 16:16 |
*** jsavak has quit IRC | 16:16 | |
*** jistr has quit IRC | 16:16 | |
*** angdraug has joined #openstack-dev | 16:17 | |
*** jsavak has joined #openstack-dev | 16:17 | |
*** martyntaylor has joined #openstack-dev | 16:17 | |
beekneemech | dhellmann: markmc: Regarding https://review.openstack.org/#/c/53488/ | 16:17 |
beekneemech | I know in the past we've tried to avoid using incubator code in oslo.config. Wondering if the same applies to oslo.version. | 16:18 |
*** souvik has quit IRC | 16:18 | |
iccha | dolphm: i just did a pip install | 16:18 |
dolphm | iccha: for the client, sure -- but do you know the release of the service you're connecting to? | 16:19 |
*** joesavak has quit IRC | 16:19 | |
iccha | dolphm: keystone (2012.2, /opt/stack/keystone) | 16:19 |
iccha | dolphm: so that sounds pretty old | 16:19 |
bknudson | Does anybody know if Horizon dashboard is resistant to cross-site scripting? | 16:20 |
dolphm | iccha: not terribly old | 16:20 |
bknudson | and what they do. | 16:20 |
*** alunch has quit IRC | 16:20 | |
*** YorikSar has joined #openstack-dev | 16:20 | |
*** buzztroll has joined #openstack-dev | 16:21 | |
*** jruzicka_ has quit IRC | 16:21 | |
dolphm | bknudson: horizon uses csrf tokens | 16:21 |
iccha | dolphm: just upgrading it. but my question remains for you auth version 1 vs v2 and v3 in keystone what are the parameters needed to auth in conjunction with username | 16:21 |
dolphm | iccha: well, the latest release doesn't support v1 out of the box, although i do believe there's some ancient middleware floating around to accomplish that | 16:22 |
dolphm | iccha: between v2 and v3, user name and password are the minimum to acquire a token | 16:23 |
dsantos_ | bknudson: I'm sorry the delay... thanks so much for your help... =) | 16:23 |
*** souvik has joined #openstack-dev | 16:23 | |
*** mrodden has joined #openstack-dev | 16:23 | |
*** alunch has joined #openstack-dev | 16:23 | |
dolphm | iccha: default tenancy will / default_project_id may grant you explicit authorization on a tenant / project | 16:23 |
dhellmann | beekneemech: good question | 16:23 |
iccha | dolphm: gotcha. cause glance code uses swiftclient which uses keystone client and we support any auth version. thats why trying to figure this stuff out | 16:23 |
*** joesavak has joined #openstack-dev | 16:23 | |
dolphm | iccha: your best bet is to specify a tenant if you know it | 16:24 |
*** shardy has quit IRC | 16:24 | |
dolphm | iccha: if you don't know it, you either need to rely on default tenancy / default_project_id, or lookup your available tenants GET :5000/v2.0/tenants or GET /v3/users/{user_id}/projects after getting a token without tenancy | 16:24 |
*** SergeyLukjanov has quit IRC | 16:25 | |
*** prekarat has quit IRC | 16:25 | |
*** singhs has joined #openstack-dev | 16:25 | |
*** bdpayne has joined #openstack-dev | 16:25 | |
*** ykhodork has quit IRC | 16:26 | |
iccha | dolphm: if i have the tenant id, what is the minimum other info needed in v1, v2 , v3 | 16:26 |
*** nermina has quit IRC | 16:26 | |
*** jsavak has quit IRC | 16:26 | |
*** jsavak has joined #openstack-dev | 16:26 | |
*** ygbo has quit IRC | 16:26 | |
dolphm | iccha: v1- i don't recall for sure, but i'd guess user name and password | 16:26 |
*** carl_baldwin has joined #openstack-dev | 16:27 | |
dolphm | iccha: username and password in v2 | 16:27 |
dolphm | iccha: and the same for v3, although may also specify the user's domain and project's domain in multi-domain deployment | 16:27 |
*** exed has quit IRC | 16:27 | |
dolphm | iccha: this all assumes that the deployment supports usernames and password, which is likely | 16:27 |
iccha | dolphm: so basically tenant id is a nice to have, but not a must have. nice to have because it preevnts an extra call? | 16:27 |
*** marekd has quit IRC | 16:28 | |
dolphm | iccha: ultimately you must associate with a tenant to gain authorization, but whether the deployment requires you to specify one is another question | 16:28 |
dolphm | iccha: you can *always* make that extra call and look it up though | 16:28 |
*** marekd has joined #openstack-dev | 16:29 | |
*** devvesa has quit IRC | 16:29 | |
iccha | dolphm: ok gotcha | 16:29 |
*** jpich has quit IRC | 16:30 | |
*** joesavak has quit IRC | 16:30 | |
iccha | dolphm: so in glance, when we use v1 keystone auth version to talk to awift, we dont specify the tenant. any idea how that works then? | 16:31 |
*** bvandenh has joined #openstack-dev | 16:31 | |
jsavak | iccha - hit me up | 16:31 |
*** epim has joined #openstack-dev | 16:31 | |
jsavak | v1 in rax is not keystone | 16:31 |
iccha | jsavak: gotcha | 16:31 |
dolphm | iccha: i believe that works the same way as not specifying a tenant in v2 does -- the deployment chooses a tenant for you | 16:32 |
*** markwash has quit IRC | 16:34 | |
*** aeperezt has quit IRC | 16:34 | |
*** xqueralt has quit IRC | 16:34 | |
*** nick_long has quit IRC | 16:34 | |
*** thedodd has quit IRC | 16:34 | |
*** blues-man has quit IRC | 16:35 | |
*** JordanP has quit IRC | 16:35 | |
*** romcheg has quit IRC | 16:36 | |
*** markmcclain has joined #openstack-dev | 16:37 | |
*** martyntaylor has quit IRC | 16:37 | |
*** exed has joined #openstack-dev | 16:38 | |
*** thedodd has joined #openstack-dev | 16:38 | |
*** boris-42 has quit IRC | 16:38 | |
*** comay has quit IRC | 16:40 | |
*** comay has joined #openstack-dev | 16:40 | |
*** kpavel has quit IRC | 16:42 | |
*** alop has joined #openstack-dev | 16:42 | |
*** aeperezt has joined #openstack-dev | 16:43 | |
*** athomas has quit IRC | 16:44 | |
*** epim_ has joined #openstack-dev | 16:45 | |
*** epim has quit IRC | 16:46 | |
*** epim_ is now known as epim | 16:46 | |
*** neoXsys has joined #openstack-dev | 16:46 | |
*** comay_ has joined #openstack-dev | 16:46 | |
*** herndon has joined #openstack-dev | 16:46 | |
*** comay_ has quit IRC | 16:47 | |
*** comay has quit IRC | 16:47 | |
*** comay has joined #openstack-dev | 16:47 | |
*** twoputt has joined #openstack-dev | 16:48 | |
*** twoputt_ has joined #openstack-dev | 16:49 | |
*** jergerber has quit IRC | 16:50 | |
*** wbill has quit IRC | 16:50 | |
*** zul has quit IRC | 16:50 | |
*** zul has joined #openstack-dev | 16:50 | |
*** romcheg has joined #openstack-dev | 16:51 | |
*** jergerber has joined #openstack-dev | 16:51 | |
*** SergeyLukjanov has joined #openstack-dev | 16:52 | |
*** otherwiseguy has quit IRC | 16:54 | |
*** vijendar has joined #openstack-dev | 16:56 | |
*** eglynn has quit IRC | 16:57 | |
*** nermina has joined #openstack-dev | 16:59 | |
*** derekh has quit IRC | 16:59 | |
*** singhs_ has joined #openstack-dev | 17:00 | |
*** zaitcev has joined #openstack-dev | 17:00 | |
*** yassine has quit IRC | 17:01 | |
*** singhs has quit IRC | 17:01 | |
*** singhs_ is now known as singhs | 17:01 | |
*** yjiang51 has left #openstack-dev | 17:01 | |
*** ykhodork has joined #openstack-dev | 17:02 | |
morganfainberg | jdennis, ping | 17:03 |
jdennis | morganfainberg: pong | 17:03 |
morganfainberg | jdennis, ok so i looked over your comments (and don't worry about not knowing to publish, i know i've forgotten to publish comments in the past.... :P ) | 17:04 |
*** rnirmal has quit IRC | 17:05 | |
morganfainberg | jdennis, i still think the use of a string to specify the "alphabet" is the wrong approach, perhaps allow the decoder to be passed in as a callback with some convienence attributes on base64utils for the common ones: e.g. is_valide_base64(text, decoder=base64utils.urlsafe_decoder) | 17:05 |
morganfainberg | and set the default decoder to the standard base64 decoder. it prevents needing to add logic each time we want to support a new alphabet (and come up with a "name" for that alphabet) | 17:06 |
morganfainberg | it's a personal thing, but using arbitrary strings and if/else logic to map to a decoder (with string compare) seems less flexible | 17:07 |
*** jcoufal has quit IRC | 17:07 | |
*** Mandell has joined #openstack-dev | 17:09 | |
morganfainberg | dhellmann, ping | 17:09 |
*** marekd is now known as marekd|away | 17:09 | |
*** tonix has quit IRC | 17:10 | |
*** souvik has quit IRC | 17:13 | |
*** buzztroll has quit IRC | 17:13 | |
*** buzztroll has joined #openstack-dev | 17:13 | |
jdennis | morganfainberg: there are a variety of ways one could check for valid base64, using a decoder is just one possible implementation (a detail), it depends on knowing the behavior of the decoder. If one allowed arbitrary decoders to be passed in then how can you be assured of the behavior? Also you're then exposing the internals of the function. | 17:13 |
morganfainberg | jdennis, i'm open to suggestions on alternatives, but i think that arbitrarily naming the methods and using string-compare logic is the wrong approach. i'd like to see something that doesn't take extra if/else logic and an arbitrary string name each time we want to add a mechanism to validate. a mapping dict? | 17:16 |
jdennis | morganfainberg: ok fair enough, let me give it some thought, in the middle of other things atm | 17:17 |
*** buzztroll has quit IRC | 17:18 | |
morganfainberg | jdennis, yeah not a worry, take your time. hit me up if you want to talka bout it further. i mean, if there is no better option than what is there, we'll go for it. I just want to make sure we have the best choices made here. | 17:18 |
*** markwash has joined #openstack-dev | 17:19 | |
*** SumitNaiksatam has quit IRC | 17:20 | |
*** buzztroll has joined #openstack-dev | 17:20 | |
*** chandankumar has quit IRC | 17:21 | |
*** mkollaro has quit IRC | 17:22 | |
jdennis | morganfainberg: fwiw when you have the choice of number of options (e.g. an enumerated value) isn't the standard approach in Python to pass the name of the enumerated value? I thought this was done in a lot of places. | 17:23 |
*** ArcTanSusan has joined #openstack-dev | 17:25 | |
morganfainberg | jdennis, sure, but my experience has always seen it as a bound variable referencing the direct option vs. needing a lookup | 17:25 |
*** vladikr has joined #openstack-dev | 17:25 | |
*** BobBall is now known as BobBallAway | 17:26 | |
jdennis | morganfainberg: I'm not sure I follow, example? | 17:27 |
morganfainberg | jdennis, or the use of a mapping dict name -> reference, but i think making this more extensible (especially as shared code potentially for oslo) is likely the best approach. oslo syncs [untill promoted to a full library] sometimes don't happen often | 17:27 |
*** jtomasek has quit IRC | 17:27 | |
morganfainberg | jdennis, bound name example: variable = decoder, pass the variable name into the method, call the decoder in that manner (e.g. callback method) | 17:28 |
*** markmcclain has quit IRC | 17:28 | |
*** AnilV4 has quit IRC | 17:28 | |
*** markmcclain has joined #openstack-dev | 17:28 | |
morganfainberg | jdennis, mapping dict: d = {'b64decode': <decoder>} then if alphabet in d, d[alphabet]() | 17:28 |
*** buzztroll has quit IRC | 17:29 | |
*** buzztroll has joined #openstack-dev | 17:30 | |
morganfainberg | jdennis, the mapping dictionary doesn't really provide us a lot more flexability, just less logic changes needed if we want to add alphabets. I still think that convenience attributes on your module for "most used" validating methods and pass in a callback is the most flexible option. | 17:30 |
jdennis | morganfainberg: but using a decoder still exposes the internal implementation, I just want to be able to say "validate give this alphabet" | 17:32 |
*** ArcTanSusan has quit IRC | 17:32 | |
morganfainberg | jdennis, if you think about this from the standpoint of an external module (say oslo.b64utils) if you needed a new alphabet supported, you would need to get a change into oslo.b64utils module, wait for a release, and then start consuming it. | 17:32 |
*** CaptTofu has joined #openstack-dev | 17:32 | |
morganfainberg | jdennis, or from an oslo-incubator sync: step 1: get review up for new alphabet, wait for that to be approved, sync to project, wait for that to be approved, then start consuming | 17:33 |
jdennis | morganfainberg: ok I see where you're coming from now | 17:33 |
*** dsirrine has quit IRC | 17:33 | |
*** SumitNaiksatam has joined #openstack-dev | 17:33 | |
*** lsmola has joined #openstack-dev | 17:33 | |
*** ArcTanSusan has joined #openstack-dev | 17:33 | |
*** dsirrine has joined #openstack-dev | 17:34 | |
*** buzztroll has quit IRC | 17:34 | |
*** melwitt has joined #openstack-dev | 17:36 | |
*** epim has quit IRC | 17:36 | |
*** vladikr has quit IRC | 17:36 | |
*** adalbas has joined #openstack-dev | 17:38 | |
*** flaper87 is now known as flaper87|afk | 17:39 | |
*** buzztroll has joined #openstack-dev | 17:40 | |
*** neoXsys has quit IRC | 17:40 | |
*** markmc has quit IRC | 17:42 | |
*** galstrom is now known as galstrom_zzz | 17:42 | |
*** souvik has joined #openstack-dev | 17:43 | |
*** CaptTofu has quit IRC | 17:44 | |
*** ciocari has quit IRC | 17:44 | |
*** radez_g0n3 is now known as radez | 17:45 | |
dhellmann | morganfainberg: pong | 17:45 |
*** lucasagomes has quit IRC | 17:45 | |
*** luisbg has joined #openstack-dev | 17:45 | |
*** dsirrine has quit IRC | 17:49 | |
*** rushiagr has joined #openstack-dev | 17:50 | |
*** burt has quit IRC | 17:53 | |
luisbg | does OpenStack have a list of easy bugs waiting to be closed by newbie contributors like other projects? | 17:55 |
*** ArcTanSusan has quit IRC | 17:57 | |
*** dsirrine has joined #openstack-dev | 17:58 | |
morganfainberg | dhellmann, i was going to update your ABC changes for token so we can get those through. but it went to abandoned. | 17:58 |
dhellmann | luisbg: some of the individual projects do tag bugs in launchpad with a level-of-difficulty | 17:58 |
dhellmann | morganfainberg: oops, sorry, let me go restore that | 17:58 |
morganfainberg | dhellmann, no rush, just following up on those :) | 17:58 |
morganfainberg | dhellmann, i want to get that stuff in earlier in the cycle :) | 17:58 |
morganfainberg | more drive time. | 17:58 |
luisbg | dhellmann, cool! thanks | 17:59 |
dhellmann | morganfainberg: restored | 17:59 |
dhellmann | morganfainberg: it looks like there were a few comments I should address | 17:59 |
morganfainberg | dhellmann, i was going to address those actually, if you're too busy | 17:59 |
morganfainberg | dhellmann, that was 2nd reason for the ping ;) | 18:00 |
dhellmann | morganfainberg: let me look through, so far I disagree with the first 2 | 18:00 |
morganfainberg | dhellmann, ok. | 18:00 |
*** Shaan7 has joined #openstack-dev | 18:01 | |
*** melwitt1 has joined #openstack-dev | 18:01 | |
*** melwitt1 has quit IRC | 18:02 | |
*** shakayumi has joined #openstack-dev | 18:02 | |
*** melwitt1 has joined #openstack-dev | 18:03 | |
*** melwitt has quit IRC | 18:03 | |
dhellmann | morganfainberg: responses sent | 18:03 |
morganfainberg | dhellmann, cool. | 18:03 |
morganfainberg | dhellmann, thanks | 18:04 |
*** herndon has quit IRC | 18:04 | |
*** Mandell has quit IRC | 18:04 | |
sdague | dtroyer: you about? https://review.openstack.org/#/c/53915/ needs to go in, as I realized my last stackforge change actually gave us a gating scenario that we didn't want | 18:04 |
sdague | I can write it a different way if you don't like that approach, but conceptually we need that | 18:05 |
*** spzala has quit IRC | 18:06 | |
morganfainberg | dhellmann, yeah, that TODO comment i think just covers a base implementation in the other drivers. making that method abstract covers that requirement | 18:06 |
*** thedodd has quit IRC | 18:07 | |
morganfainberg | dhellmann, not that the implementation needs to be "more efficient" | 18:07 |
*** galstrom_zzz is now known as galstrom | 18:07 | |
*** thedodd has joined #openstack-dev | 18:07 | |
*** burt has joined #openstack-dev | 18:08 | |
morganfainberg | and abstract covers the "virtual" method aspect as well. | 18:08 |
morganfainberg | dhellmann, unrelated. if i wanted to propose a new oslo module (oslo.cache) do i just need to make a BP and reference that in the new code? | 18:09 |
morganfainberg | dhellmann, or well to oslo incubator that is | 18:09 |
morganfainberg | ideally this cycle i'd like to get what we've done in keystone for caching into oslo so other projects could obstensibly benefit from it | 18:10 |
*** SumitNaiksatam has quit IRC | 18:12 | |
*** AnilV4 has joined #openstack-dev | 18:12 | |
*** msmedved`afk is now known as msmedved | 18:13 | |
* msmedved returns (Auto-away after 30 mins idle [15h 43m 47s]) (total away time: 15h 43m 47s) | 18:13 | |
*** neelashah has quit IRC | 18:13 | |
*** Ryan_Lane has joined #openstack-dev | 18:14 | |
*** Mandell has joined #openstack-dev | 18:14 | |
*** gordc has quit IRC | 18:16 | |
*** SumitNaiksatam has joined #openstack-dev | 18:17 | |
*** colinmcnamara has joined #openstack-dev | 18:20 | |
*** singhs has quit IRC | 18:20 | |
*** rushiagr has quit IRC | 18:21 | |
*** alop has quit IRC | 18:21 | |
dhellmann | morganfainberg: so should I remove the TODO, or do you want to land this series and then clean it up? | 18:22 |
dhellmann | morganfainberg: because some of the others in the series are ready to land, I think | 18:23 |
morganfainberg | dhellmann, if you have any other updates removing the todo would probably be good. | 18:23 |
dhellmann | morganfainberg: I don't expect any | 18:23 |
*** souvik has quit IRC | 18:23 | |
morganfainberg | dhellmann, sec | 18:23 |
dhellmann | morganfainberg: for the cache module, the first step is usually to import it from the other project as-is, but having a blueprint for it would be nice, too | 18:23 |
morganfainberg | dhellmann, yeah, there is a little cleanup to do to make it less keystone specific, but that is my plan. | 18:24 |
morganfainberg | and i'll add a BP because i like having a reference point like that. | 18:24 |
dhellmann | morganfainberg: yeah, that's expected, too | 18:24 |
dhellmann | sounds good | 18:24 |
dolphm | morganfainberg: is there a file-based cache driver? | 18:24 |
morganfainberg | dolphm, yes | 18:24 |
dolphm | / backend | 18:24 |
*** pablosan has joined #openstack-dev | 18:25 | |
dolphm | that would be interesting in the clients.. | 18:25 |
morganfainberg | dolphm, http://dogpilecache.readthedocs.org/en/latest/api.html#file-backends | 18:25 |
morganfainberg | dolphm, yep. among other things. | 18:25 |
morganfainberg | it's dbm though | 18:25 |
morganfainberg | but we could make a "my cool file backend" be anything we want | 18:25 |
morganfainberg | it's why i _really_ like this module (thanks for pointing me at it!) | 18:26 |
*** ArcTanSusan has joined #openstack-dev | 18:26 | |
dolphm | morganfainberg: ha, sure | 18:27 |
dolphm | morganfainberg: what's wrong with using dbm for CLI clients, etc? | 18:27 |
dolphm | morganfainberg: and for the python lib | 18:27 |
morganfainberg | dhellmann, lets do an update of that patchset and mark it as closing bug 1227507 and removing the TODO | 18:27 |
uvirtbot | Launchpad bug 1227507 in keystone "Not all token drivers have an implementation of delete_tokens()" [Medium,Confirmed] https://launchpad.net/bugs/1227507 | 18:27 |
*** slagle has quit IRC | 18:27 | |
morganfainberg | dolphm, nothing's wrong with it. | 18:28 |
morganfainberg | dolphm, some cases it's not the right chocie, but thats case-by-case :) i wouldn't advocate changing it as a starting point | 18:28 |
*** rnirmal has joined #openstack-dev | 18:29 | |
*** pberis has quit IRC | 18:29 | |
*** slagle has joined #openstack-dev | 18:29 | |
morganfainberg | dhellmann, getting i'm sure we can get dolph to re +2 the patchsets that follow since we identified a bug we're closing out in the process :) [and afaict the other patchsets are ready to go] | 18:30 |
dhellmann | morganfainberg: ok, I can do that | 18:30 |
morganfainberg | dhellmann, cool. otherwise i am fine with everything there. no need to super() that one notImplemented one. | 18:31 |
morganfainberg | dhellmann, and i think you've addressed bknudson's comments fairly with responses. | 18:31 |
*** alop has joined #openstack-dev | 18:32 | |
morganfainberg | dhellmann, YAY! we'll have ABC metaclass support! /me is happy about this change | 18:32 |
*** AnilV4 has quit IRC | 18:34 | |
dhellmann | morganfainberg: me, too! next step, a stable plugin API :-) | 18:34 |
*** lnxnut has joined #openstack-dev | 18:35 | |
morganfainberg | dhellmann, join us: http://summit.openstack.org/cfp/details/255 ;) | 18:35 |
dhellmann | morganfainberg: I will, or I will send one of my devs | 18:36 |
*** ayoung has quit IRC | 18:36 | |
morganfainberg | dhellmann, awesome | 18:36 |
*** carl_baldwin has quit IRC | 18:36 | |
*** lnxnut__ has joined #openstack-dev | 18:37 | |
*** lnxnut_ has quit IRC | 18:37 | |
*** lnxnut has quit IRC | 18:40 | |
*** ArcTanSusan has quit IRC | 18:41 | |
* msmedved is away: Auto-away after 30 mins idle (gone at 25th Oct, 14:43:25) | 18:43 | |
*** msmedved is now known as msmedved`afk | 18:43 | |
*** ArcTanSusan has joined #openstack-dev | 18:43 | |
*** epim has joined #openstack-dev | 18:44 | |
*** alunch has quit IRC | 18:45 | |
*** neelashah has joined #openstack-dev | 18:47 | |
*** dsantos_ has left #openstack-dev | 18:48 | |
*** rushiagr has joined #openstack-dev | 18:48 | |
*** willingc has quit IRC | 18:49 | |
*** willingc has joined #openstack-dev | 18:49 | |
*** ayoung has joined #openstack-dev | 18:50 | |
*** mrunge has quit IRC | 18:51 | |
*** gordc has joined #openstack-dev | 18:52 | |
*** souvik has joined #openstack-dev | 18:52 | |
*** carl_baldwin has joined #openstack-dev | 18:52 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 18:54 | |
*** _SergeyLukjanov has quit IRC | 18:54 | |
*** willingc has quit IRC | 18:54 | |
*** willingc_ has joined #openstack-dev | 18:54 | |
*** SergeyLukjanov has joined #openstack-dev | 18:54 | |
*** gordc has quit IRC | 18:55 | |
*** radez is now known as radez_g0n3 | 18:56 | |
*** sandywalsh has quit IRC | 18:56 | |
*** ArcTanSusan has quit IRC | 18:56 | |
*** gordc has joined #openstack-dev | 18:56 | |
*** vladan has quit IRC | 18:57 | |
*** ArcTanSusan has joined #openstack-dev | 18:57 | |
*** ykhodork has quit IRC | 19:01 | |
*** ykhodork has joined #openstack-dev | 19:02 | |
*** vladan has joined #openstack-dev | 19:03 | |
*** epim has quit IRC | 19:04 | |
*** dstanek has quit IRC | 19:05 | |
*** alop has quit IRC | 19:06 | |
*** dvarga has quit IRC | 19:06 | |
*** thomasem has quit IRC | 19:07 | |
*** tanisdl has quit IRC | 19:08 | |
*** otherwiseguy has joined #openstack-dev | 19:08 | |
*** vipul is now known as vipul-away | 19:08 | |
*** epim has joined #openstack-dev | 19:10 | |
*** mestery_ has joined #openstack-dev | 19:10 | |
*** mestery has quit IRC | 19:10 | |
*** colinmcnamara has quit IRC | 19:11 | |
*** epim_ has joined #openstack-dev | 19:11 | |
*** epim_ has quit IRC | 19:12 | |
*** tanisdl has joined #openstack-dev | 19:13 | |
*** vipul-away is now known as vipul | 19:14 | |
*** epim_ has joined #openstack-dev | 19:14 | |
*** carl_baldwin has quit IRC | 19:14 | |
*** epim has quit IRC | 19:14 | |
*** epim_ is now known as epim | 19:14 | |
*** mestery_ has quit IRC | 19:15 | |
*** vladan has quit IRC | 19:16 | |
*** singhs has joined #openstack-dev | 19:17 | |
*** slagle has quit IRC | 19:19 | |
*** toddnni has quit IRC | 19:19 | |
*** lexano has joined #openstack-dev | 19:19 | |
*** souvik has quit IRC | 19:20 | |
*** melwitt1 has quit IRC | 19:20 | |
*** melwitt has joined #openstack-dev | 19:20 | |
*** melwitt has quit IRC | 19:21 | |
*** melwitt has joined #openstack-dev | 19:21 | |
*** vladan has joined #openstack-dev | 19:21 | |
*** singhs has quit IRC | 19:21 | |
*** dstanek has joined #openstack-dev | 19:22 | |
*** exed has quit IRC | 19:22 | |
*** toddnni has joined #openstack-dev | 19:23 | |
*** kushal has quit IRC | 19:25 | |
*** Ryan_Lane has quit IRC | 19:27 | |
*** Ryan_Lane1 has joined #openstack-dev | 19:27 | |
*** zul has quit IRC | 19:27 | |
*** Ryan_Lane1 has quit IRC | 19:28 | |
*** Ryan_Lane has joined #openstack-dev | 19:28 | |
*** Ryan_Lane has quit IRC | 19:28 | |
*** MaxV has quit IRC | 19:29 | |
*** ngoracke has quit IRC | 19:32 | |
*** alop has joined #openstack-dev | 19:32 | |
*** thomasem has joined #openstack-dev | 19:33 | |
*** Lumiere has quit IRC | 19:33 | |
*** marun has quit IRC | 19:36 | |
*** yaguang has quit IRC | 19:41 | |
*** otherwiseguy has quit IRC | 19:41 | |
*** otherwiseguy has joined #openstack-dev | 19:41 | |
*** mihgen has joined #openstack-dev | 19:42 | |
*** sushils has quit IRC | 19:42 | |
*** melwitt has quit IRC | 19:42 | |
*** novas0x2a|laptop has joined #openstack-dev | 19:43 | |
*** moted has quit IRC | 19:43 | |
*** carl_baldwin has joined #openstack-dev | 19:45 | |
*** msmedved`afk is now known as msmedved | 19:48 | |
* msmedved returns (Auto-away after 30 mins idle [1h 34m 32s]) (total away time: 1h 34m 32s) | 19:48 | |
*** tanisdl has quit IRC | 19:49 | |
*** moted has joined #openstack-dev | 19:49 | |
*** nati_ueno has quit IRC | 19:49 | |
*** nati_ueno has joined #openstack-dev | 19:50 | |
*** dstanek has quit IRC | 19:51 | |
*** alop has quit IRC | 19:51 | |
*** alop has joined #openstack-dev | 19:52 | |
*** alop has quit IRC | 19:53 | |
*** rushiagr has quit IRC | 19:54 | |
*** nati_ueno has quit IRC | 19:54 | |
*** ArminderS- has joined #openstack-dev | 19:59 | |
*** stevemar has quit IRC | 20:00 | |
*** ArminderS has quit IRC | 20:01 | |
*** nati_ueno has joined #openstack-dev | 20:02 | |
*** tanisdl has joined #openstack-dev | 20:03 | |
*** gordc has quit IRC | 20:05 | |
*** neoXsys has joined #openstack-dev | 20:06 | |
*** seagulls has quit IRC | 20:06 | |
*** pmathews has quit IRC | 20:07 | |
*** SergeyLukjanov has quit IRC | 20:07 | |
*** melwitt has joined #openstack-dev | 20:09 | |
*** topol has quit IRC | 20:10 | |
*** ngoracke has joined #openstack-dev | 20:13 | |
*** AndreyGrebenniko has quit IRC | 20:14 | |
*** AndreyGrebenniko has joined #openstack-dev | 20:14 | |
*** mirrorbox has quit IRC | 20:14 | |
*** mirrorbox has joined #openstack-dev | 20:15 | |
* msmedved is away: Auto-away after 30 mins idle (gone at 25th Oct, 16:17:58) | 20:18 | |
*** msmedved is now known as msmedved`afk | 20:18 | |
*** ArminderS- has quit IRC | 20:18 | |
*** boden has quit IRC | 20:18 | |
*** dolphm has quit IRC | 20:19 | |
*** sushils has joined #openstack-dev | 20:20 | |
*** ArminderS has joined #openstack-dev | 20:20 | |
*** gszasz has quit IRC | 20:23 | |
*** zul has joined #openstack-dev | 20:23 | |
*** neoXsys has quit IRC | 20:24 | |
*** MaxV has joined #openstack-dev | 20:25 | |
*** lnxnut__ has quit IRC | 20:25 | |
*** ArminderS has quit IRC | 20:27 | |
*** alop has joined #openstack-dev | 20:29 | |
*** epim has quit IRC | 20:30 | |
*** alop has quit IRC | 20:31 | |
*** alop has joined #openstack-dev | 20:32 | |
*** eglynn has joined #openstack-dev | 20:33 | |
*** alop has quit IRC | 20:34 | |
*** pberis has joined #openstack-dev | 20:34 | |
*** alop has joined #openstack-dev | 20:34 | |
*** epim has joined #openstack-dev | 20:35 | |
*** alexpilotti has quit IRC | 20:35 | |
*** mmagr has quit IRC | 20:36 | |
*** alop has quit IRC | 20:37 | |
*** ykhodork has quit IRC | 20:38 | |
*** shakayumi has quit IRC | 20:39 | |
*** SergeyLukjanov has joined #openstack-dev | 20:39 | |
*** groknix has quit IRC | 20:40 | |
ayoung | jdennis, can you bring https://bugs.launchpad.net/keystone/+bug/1233838 back to life | 20:41 |
uvirtbot | Launchpad bug 1233838 in keystone "cms token_id's are not URL safe nor RFC compliant" [Undecided,In progress] | 20:41 |
*** singhs has joined #openstack-dev | 20:41 | |
*** singhs_ has joined #openstack-dev | 20:43 | |
*** epopt37 has quit IRC | 20:43 | |
*** eglynn has quit IRC | 20:44 | |
*** bswartz has quit IRC | 20:45 | |
*** singhs has quit IRC | 20:46 | |
*** singhs_ is now known as singhs | 20:46 | |
*** gordc has joined #openstack-dev | 20:46 | |
*** datsun180b has quit IRC | 20:46 | |
*** romcheg has left #openstack-dev | 20:47 | |
*** dbalog has joined #openstack-dev | 20:48 | |
*** datsun180b has joined #openstack-dev | 20:49 | |
*** peristeri has quit IRC | 20:50 | |
*** YorikSar has quit IRC | 20:52 | |
*** yaguang has joined #openstack-dev | 20:53 | |
*** rcleere has quit IRC | 20:55 | |
*** Ryan_Lane has joined #openstack-dev | 20:55 | |
*** carl_baldwin has quit IRC | 20:55 | |
*** CaptTofu has joined #openstack-dev | 20:56 | |
*** epopt37 has joined #openstack-dev | 20:57 | |
*** jaypipes has quit IRC | 20:58 | |
*** kpavel has joined #openstack-dev | 20:59 | |
*** jsavak has quit IRC | 21:01 | |
*** sandywalsh has joined #openstack-dev | 21:01 | |
*** alop has joined #openstack-dev | 21:01 | |
*** willingc_ has quit IRC | 21:02 | |
*** kui has joined #openstack-dev | 21:02 | |
*** eglynn has joined #openstack-dev | 21:03 | |
*** alexpilotti has joined #openstack-dev | 21:06 | |
*** DennyZhang has joined #openstack-dev | 21:06 | |
morganfainberg | jamielennox|away, ping | 21:07 |
*** ayoung has quit IRC | 21:07 | |
morganfainberg | jamielennox|away, ah you're away | 21:07 |
*** jvrbanac has joined #openstack-dev | 21:09 | |
*** dstanek has joined #openstack-dev | 21:10 | |
*** gordc has quit IRC | 21:11 | |
*** bashok has quit IRC | 21:14 | |
*** sgordon has quit IRC | 21:15 | |
*** pmathews has joined #openstack-dev | 21:16 | |
*** dstanek has quit IRC | 21:17 | |
*** mriedem has quit IRC | 21:23 | |
*** nati_ueno has quit IRC | 21:24 | |
*** kbrierly has joined #openstack-dev | 21:24 | |
*** nati_ueno has joined #openstack-dev | 21:24 | |
*** nati_ueno has quit IRC | 21:25 | |
*** danwent has joined #openstack-dev | 21:29 | |
*** pcm_ has quit IRC | 21:31 | |
*** changlp has quit IRC | 21:31 | |
*** changlp has joined #openstack-dev | 21:31 | |
*** kdbrierly has joined #openstack-dev | 21:31 | |
*** danwent has quit IRC | 21:33 | |
*** kbrierly has quit IRC | 21:33 | |
*** carl_baldwin has joined #openstack-dev | 21:33 | |
*** MaxV has quit IRC | 21:37 | |
*** melwitt has quit IRC | 21:38 | |
*** melwitt has joined #openstack-dev | 21:39 | |
*** exed has joined #openstack-dev | 21:40 | |
*** wbill has joined #openstack-dev | 21:43 | |
*** ruhe has joined #openstack-dev | 21:48 | |
*** singhs has left #openstack-dev | 21:50 | |
*** michchap has quit IRC | 21:51 | |
*** DennyZha` has joined #openstack-dev | 21:52 | |
*** michchap has joined #openstack-dev | 21:53 | |
*** DennyZhang has quit IRC | 21:53 | |
*** rnirmal_ has joined #openstack-dev | 21:54 | |
*** eglynn has quit IRC | 21:55 | |
*** vijendar has quit IRC | 21:55 | |
*** DennyZha` has quit IRC | 21:57 | |
*** rnirmal has quit IRC | 21:57 | |
*** rnirmal_ is now known as rnirmal | 21:57 | |
*** lsmola has quit IRC | 21:57 | |
*** sumansn_ has joined #openstack-dev | 21:59 | |
*** mihgen has quit IRC | 21:59 | |
*** ruhe has quit IRC | 21:59 | |
*** lbragstad has quit IRC | 21:59 | |
*** galstrom is now known as galstrom_zzz | 22:00 | |
*** bpokorny has quit IRC | 22:00 | |
*** sumansn_ has quit IRC | 22:01 | |
*** dbalog has quit IRC | 22:01 | |
*** sumansn_ has joined #openstack-dev | 22:01 | |
*** Ryan_Lane has quit IRC | 22:02 | |
*** sumanthns has quit IRC | 22:02 | |
*** Ryan_Lane1 has joined #openstack-dev | 22:02 | |
*** Ryan_Lane1 is now known as Ryan_Lane | 22:02 | |
*** Ryan_Lane has joined #openstack-dev | 22:02 | |
*** danwent has joined #openstack-dev | 22:04 | |
*** ArcTanSusan has quit IRC | 22:05 | |
*** prad has quit IRC | 22:05 | |
*** tmclaugh[work] has quit IRC | 22:05 | |
*** burt has quit IRC | 22:06 | |
*** sandywalsh has quit IRC | 22:07 | |
*** rnirmal has quit IRC | 22:08 | |
*** ericw has quit IRC | 22:08 | |
*** thomasem has quit IRC | 22:08 | |
*** DennyZhang has joined #openstack-dev | 22:16 | |
*** epim has quit IRC | 22:16 | |
*** ericw has joined #openstack-dev | 22:17 | |
*** neelashah has quit IRC | 22:18 | |
*** MaxV has joined #openstack-dev | 22:20 | |
*** pmathews has quit IRC | 22:23 | |
*** Ryan_Lane has quit IRC | 22:24 | |
*** Ryan_Lane has joined #openstack-dev | 22:25 | |
*** pmathews has joined #openstack-dev | 22:27 | |
*** mlavalle has joined #openstack-dev | 22:27 | |
*** ArcTanSusan has joined #openstack-dev | 22:27 | |
*** MaxV has quit IRC | 22:29 | |
*** tmclaugh[work] has joined #openstack-dev | 22:29 | |
*** jvrbanac has quit IRC | 22:30 | |
*** neoXsys has joined #openstack-dev | 22:31 | |
*** eharney has quit IRC | 22:31 | |
*** amohn9 has joined #openstack-dev | 22:32 | |
*** amohn9 has left #openstack-dev | 22:32 | |
*** carl_baldwin has quit IRC | 22:33 | |
*** DennyZhang has quit IRC | 22:33 | |
*** kbringard has quit IRC | 22:37 | |
*** buzztroll has quit IRC | 22:37 | |
*** yolanda has quit IRC | 22:42 | |
*** zul has quit IRC | 22:42 | |
*** zul has joined #openstack-dev | 22:43 | |
*** shakayumi has joined #openstack-dev | 22:43 | |
*** enmand has quit IRC | 22:44 | |
*** Ryan_Lane has quit IRC | 22:45 | |
*** Ryan_Lane has joined #openstack-dev | 22:45 | |
*** enmand has joined #openstack-dev | 22:49 | |
*** nermina has quit IRC | 22:50 | |
*** tmclaugh[work] has quit IRC | 22:50 | |
*** jergerber has quit IRC | 22:51 | |
*** tmclaugh[work] has joined #openstack-dev | 22:51 | |
*** ArcTanSusan has quit IRC | 22:52 | |
*** alunduil has joined #openstack-dev | 22:52 | |
*** FunnyLookinHat has quit IRC | 22:57 | |
*** MaxV has joined #openstack-dev | 22:59 | |
*** otherwiseguy has quit IRC | 23:00 | |
*** dvarga has joined #openstack-dev | 23:00 | |
*** Ryan_Lane has quit IRC | 23:02 | |
*** Ryan_Lane has joined #openstack-dev | 23:02 | |
*** danwent has quit IRC | 23:03 | |
*** boden has joined #openstack-dev | 23:05 | |
*** mrodden has quit IRC | 23:05 | |
*** jecarey has quit IRC | 23:07 | |
*** alunch has joined #openstack-dev | 23:07 | |
*** mkollaro has joined #openstack-dev | 23:09 | |
*** dvarga has quit IRC | 23:10 | |
*** tmclaugh[work] has quit IRC | 23:11 | |
*** zul has quit IRC | 23:11 | |
*** epim has joined #openstack-dev | 23:14 | |
*** vegarl has quit IRC | 23:16 | |
*** datsun180b has quit IRC | 23:17 | |
*** vegarl has joined #openstack-dev | 23:17 | |
*** markmcclain has quit IRC | 23:18 | |
*** boden has quit IRC | 23:20 | |
*** enmand has quit IRC | 23:20 | |
*** ykhodork has joined #openstack-dev | 23:24 | |
*** neoXsys has quit IRC | 23:27 | |
*** martine_ has quit IRC | 23:27 | |
*** nati_ueno has joined #openstack-dev | 23:32 | |
*** freedomhui has quit IRC | 23:32 | |
*** mlavalle has quit IRC | 23:36 | |
*** sumansn_ has quit IRC | 23:41 | |
*** kui has quit IRC | 23:41 | |
*** kui has joined #openstack-dev | 23:41 | |
*** pablosan has quit IRC | 23:42 | |
*** michchap has quit IRC | 23:43 | |
*** michchap has joined #openstack-dev | 23:43 | |
*** ArcTanSusan has joined #openstack-dev | 23:45 | |
*** kpavel has quit IRC | 23:46 | |
*** angdraug has quit IRC | 23:48 | |
*** epim has quit IRC | 23:51 | |
*** MaxV has quit IRC | 23:51 | |
*** Ryan_Lane has quit IRC | 23:52 | |
*** epim has joined #openstack-dev | 23:52 | |
*** otherwiseguy has joined #openstack-dev | 23:52 | |
*** ArcTanSusan has quit IRC | 23:52 | |
*** Ryan_Lane has joined #openstack-dev | 23:54 | |
*** ArcTanSusan has joined #openstack-dev | 23:55 | |
*** ArcTanSusan has quit IRC | 23:55 | |
*** denis_makogon has joined #openstack-dev | 23:55 | |
*** danwent has joined #openstack-dev | 23:57 | |
*** SumitNaiksatam has quit IRC | 23:57 | |
*** sdake_ has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!