marun | arosen: pretty much, yeah. encapsulation, the solution to all problems ;) | 00:00 |
---|---|---|
*** sacharya has joined #openstack-dev | 00:00 | |
marun | nova/oslo peeps: Quantum (and problably other core projects) could benefit from nova's tools/hacking.py, and I'm wondering if manual copying is the best way forward or if there are any plans to migrate it somewhere common (oslo)? | 00:01 |
arosen | marun: yea i do like that idea. There is actually this patch that starts to do that for the namesapce stuff https://review.openstack.org/#/c/25138/2/quantum/agent/linux/ip_lib.py | 00:01 |
marun | Cool, that's definitely a step in the right direction. | 00:02 |
jog0 | marun: we are currently manually copying it around but mordred is working in a separate binary (https://pypi.python.org/pypi/hacking/0.5.0) | 00:02 |
dolphm | termie: thanks | 00:02 |
marun | jog0: great! Does that imply that projects are just going to inherit this functionality or should I coordinate with monty to make it happen for quantum? | 00:04 |
jog0 | marun: I am not sure how ready the separate hacking binary is, so you should cordinate with mordred | 00:04 |
marun | jog0: will do, thanks! | 00:05 |
marun | arosen: thank you for being patient and informing me! Were I more in the loop I might have seen this already. | 00:05 |
marun | mordred: ping | 00:06 |
arosen | marun: np! Thanks for pointing out that blog. I totally agree with you that we could do better in this area. | 00:06 |
marun | arosen: It seems that most core people are on the same page with regards to testing, so hopefully we'll be having a productive summit session on testing. | 00:07 |
*** dolphm has quit IRC | 00:07 | |
*** lunarjar has joined #openstack-dev | 00:10 | |
arosen | marun: btw why does the https://wiki.openstack.org/wiki/QuantumDevstackOvsXcp says that Openstack requires virtual machine storage to be ext ? Is this true/ why? | 00:11 |
*** jackfeng has quit IRC | 00:11 | |
marun | arosen: this was true for XCP <= 1.5. It may be that XCP 1.6 resolves the issue, but I haven't tested it. | 00:14 |
marun | arosen: Are you following those instructions for some reason? | 00:14 |
marun | arosen: I have a rebased patch I need to test and resubmit. Not really a priority, but it seems a shame to waste the energy I put into support for XS/XCP. | 00:15 |
*** zyluo has joined #openstack-dev | 00:18 | |
*** bdpayne has quit IRC | 00:21 | |
arosen | marun: sorry got pulled away.... I've never used xen and I figured I should try it out. I thought testing out your patch as the perfect opportunity to do that. | 00:25 |
*** pabelanger has joined #openstack-dev | 00:26 | |
marun | arosen: I would hold off until I get a new patch submitted. I've added you to the review so you'll get notified. | 00:27 |
*** sthaha has joined #openstack-dev | 00:27 | |
marun | Should be up by wednesday. | 00:27 |
arosen | marun: sounds good. I've got xen installed on my laptop as a vm to play around with and test w/e it's ready. | 00:28 |
*** mrodden has quit IRC | 00:37 | |
*** colinmcnamara has joined #openstack-dev | 00:37 | |
*** zul has joined #openstack-dev | 00:40 | |
*** techlife has quit IRC | 00:40 | |
*** alexxu has joined #openstack-dev | 00:42 | |
*** Tross1 has quit IRC | 00:44 | |
*** techlife has joined #openstack-dev | 00:46 | |
*** alexxu has quit IRC | 00:46 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Clean up Nova API prereq https://review.openstack.org/25727 | 00:47 |
openstackgerrit | A change was merged to openstack/quantum: Imported Translations from Transifex https://review.openstack.org/25865 | 00:47 |
*** Ryan_Lane has joined #openstack-dev | 00:48 | |
*** soody has quit IRC | 00:48 | |
*** jog0 has quit IRC | 00:52 | |
*** Tross has joined #openstack-dev | 00:53 | |
*** kaushikc has joined #openstack-dev | 00:55 | |
*** mrodden has joined #openstack-dev | 00:55 | |
*** andrewbogott is now known as andrewbogott_afk | 00:58 | |
*** pfliu has joined #openstack-dev | 01:01 | |
*** jtran_ has joined #openstack-dev | 01:04 | |
*** pabelanger has quit IRC | 01:04 | |
*** jtran_ has quit IRC | 01:04 | |
*** jtran has quit IRC | 01:04 | |
*** jtran has joined #openstack-dev | 01:04 | |
*** Ryan_Lane has quit IRC | 01:05 | |
*** yidclare has quit IRC | 01:08 | |
*** topol has joined #openstack-dev | 01:08 | |
*** Ryan_Lane has joined #openstack-dev | 01:11 | |
*** winston-d has joined #openstack-dev | 01:12 | |
*** READ10 has joined #openstack-dev | 01:12 | |
*** jtran has quit IRC | 01:16 | |
*** jtran_ has joined #openstack-dev | 01:16 | |
*** terry7 has quit IRC | 01:23 | |
marun | arosen: for my own benefit, why do invocations of the route command ignore errors? | 01:26 |
arosen | marun: they raise a Runtime error if their return is nonzero i believe | 01:33 |
marun | arosen: But wouldn't the failure of some of these commands leave the system in an undesirable state? | 01:34 |
marun | arosen: I guess I | 01:34 |
marun | 'm ard pressed to see ignoring errors as desirable. | 01:34 |
marun | aroson: At the same time I know it's a pretty pervasive thing in quantum. | 01:34 |
arosen | marun: I don't things so, hopefully all these only do one transaction and if that fails a runtime exception is raised. | 01:34 |
arosen | https://github.com/openstack/quantum/blob/master/quantum/agent/linux/utils.py#L60 | 01:35 |
*** amotoki has joined #openstack-dev | 01:36 | |
marun | arosen: I get what happens at that level. It's the invocation of the execute that passes check_exit_code=False that I don't quite understand. | 01:36 |
*** vkmc has quit IRC | 01:36 | |
marun | arosen: It implies that the program doesn't care whether the command succeeds or fails. | 01:37 |
marun | arosen: And it's up to the confused user/operator/whatever to find the error in the logs to debug. | 01:37 |
*** kaushikc has quit IRC | 01:38 | |
arosen | marun: ah I see what you are talking about. That check_exit_code = False as there before. I did not add that. | 01:38 |
arosen | marun: yea i agree, i don't think we should have check_exit_code = False as if something fails you'll have no idea what's going on and it will seem as things are working. | 01:38 |
marun | arosen: No blame, just trying to understand. As I said, it's very common for quantum code to do that, and I've never been quite comfortable as to why. | 01:38 |
arosen | marun: actually, i copied this code from the l3_agent where it had put check_exit_code = False. | 01:39 |
marun | arosen: lol, copy-paste wins again! | 01:39 |
arosen | :) | 01:39 |
marun | arosen: Ok, I say we keep the search for better ways of handling errors / providing traceability in the back of our minds. Hopefully we come across a better way in the not-too-distant future. :) | 01:40 |
arosen | marun: sounds good. Thanks for the indepth review. | 01:41 |
marun | arosen: happy to help! | 01:41 |
*** jasdeepH has quit IRC | 01:41 | |
*** Tross has quit IRC | 01:43 | |
*** amerine has quit IRC | 01:44 | |
*** sarob has joined #openstack-dev | 01:44 | |
*** alop has quit IRC | 01:50 | |
*** amerine has joined #openstack-dev | 01:50 | |
*** morganfainberg has quit IRC | 01:50 | |
*** alop has joined #openstack-dev | 01:52 | |
*** esheffield has quit IRC | 01:53 | |
*** alop_ has joined #openstack-dev | 01:54 | |
*** alop has quit IRC | 01:56 | |
*** alop_ is now known as alop | 01:56 | |
openstackgerrit | A change was merged to openstack/keystone: Share one engine for more than just sqlite in-memory https://review.openstack.org/25831 | 01:57 |
*** stevemar has joined #openstack-dev | 02:00 | |
*** riskable has quit IRC | 02:05 | |
*** danwent has quit IRC | 02:09 | |
*** koolhead17 has joined #openstack-dev | 02:09 | |
*** nati_ueno has quit IRC | 02:13 | |
*** nati_ueno has joined #openstack-dev | 02:13 | |
*** stevemar has quit IRC | 02:14 | |
*** pixelbeat has quit IRC | 02:15 | |
*** cdub_ has joined #openstack-dev | 02:16 | |
*** READ10 has quit IRC | 02:21 | |
*** jtran_ has quit IRC | 02:21 | |
*** anteaya has left #openstack-dev | 02:22 | |
*** marun has quit IRC | 02:22 | |
*** agentle_ has joined #openstack-dev | 02:28 | |
*** agentle_ has quit IRC | 02:28 | |
*** morganfainberg has joined #openstack-dev | 02:29 | |
*** pfliu has quit IRC | 02:30 | |
*** epim has quit IRC | 02:32 | |
*** novas0x2a|laptop has quit IRC | 02:34 | |
*** rohitk has joined #openstack-dev | 02:34 | |
*** koolhead17 has quit IRC | 02:36 | |
*** lmatter has joined #openstack-dev | 02:37 | |
*** pixelbeat has joined #openstack-dev | 02:37 | |
*** jasdeepH has joined #openstack-dev | 02:37 | |
*** nati_ueno has quit IRC | 02:37 | |
*** nati_ueno has joined #openstack-dev | 02:38 | |
*** Tross has joined #openstack-dev | 02:39 | |
*** tomoe_ has quit IRC | 02:41 | |
*** tomoe_ has joined #openstack-dev | 02:42 | |
*** rohitk_alt has joined #openstack-dev | 02:43 | |
*** rohitk has quit IRC | 02:43 | |
*** pfliu has joined #openstack-dev | 02:44 | |
*** tomoe_ has quit IRC | 02:46 | |
*** dims has quit IRC | 02:47 | |
*** Tross has quit IRC | 02:49 | |
*** koolhead17 has joined #openstack-dev | 02:49 | |
*** rohitk_alt has quit IRC | 02:50 | |
*** tomoe_ has joined #openstack-dev | 02:54 | |
*** esp1 has joined #openstack-dev | 02:55 | |
*** winston-d has quit IRC | 03:02 | |
*** alop has quit IRC | 03:02 | |
*** kaushikc has joined #openstack-dev | 03:06 | |
*** networkstatic has joined #openstack-dev | 03:07 | |
*** alexpilotti has quit IRC | 03:08 | |
*** Tross has joined #openstack-dev | 03:13 | |
*** stevemar has joined #openstack-dev | 03:17 | |
*** torandu has joined #openstack-dev | 03:17 | |
*** Tross has quit IRC | 03:18 | |
*** ladquin is now known as ladquin_away | 03:19 | |
*** Mandell has joined #openstack-dev | 03:20 | |
*** adjohn has quit IRC | 03:20 | |
*** esp1 has quit IRC | 03:23 | |
*** bdpayne has joined #openstack-dev | 03:24 | |
*** tomoe_ has quit IRC | 03:25 | |
*** tomoe_ has joined #openstack-dev | 03:26 | |
*** bdpayne has quit IRC | 03:26 | |
*** esp1 has joined #openstack-dev | 03:28 | |
*** tomoe_ has quit IRC | 03:30 | |
*** alunduil has joined #openstack-dev | 03:35 | |
*** mohits_ has joined #openstack-dev | 03:38 | |
*** alunduil has quit IRC | 03:41 | |
*** koolhead17 has quit IRC | 03:41 | |
*** mohits has quit IRC | 03:41 | |
*** danwent has joined #openstack-dev | 03:42 | |
*** mohits_ has quit IRC | 03:43 | |
*** PaulM has joined #openstack-dev | 03:44 | |
*** PaulM has left #openstack-dev | 03:44 | |
*** winston-d has joined #openstack-dev | 03:45 | |
*** markwash has joined #openstack-dev | 03:46 | |
*** jasdeepH_ has joined #openstack-dev | 03:46 | |
*** jasdeepH has quit IRC | 03:47 | |
*** jasdeepH_ is now known as jasdeepH | 03:47 | |
*** pixelbeat has quit IRC | 03:49 | |
*** otherwiseguy has joined #openstack-dev | 03:52 | |
*** alunduil has joined #openstack-dev | 03:53 | |
*** koolhead17 has joined #openstack-dev | 03:54 | |
*** olaph_ has quit IRC | 03:56 | |
*** olaph has joined #openstack-dev | 03:57 | |
*** nunosantos has quit IRC | 04:01 | |
*** rushiagr has joined #openstack-dev | 04:03 | |
*** sthaha has quit IRC | 04:07 | |
*** stevemar has quit IRC | 04:07 | |
*** adjohn has joined #openstack-dev | 04:08 | |
*** colinmcnamara has quit IRC | 04:08 | |
*** aditirav has joined #openstack-dev | 04:09 | |
*** aditirav has quit IRC | 04:10 | |
*** aditirav has joined #openstack-dev | 04:10 | |
*** sthaha has joined #openstack-dev | 04:10 | |
*** sarob has quit IRC | 04:13 | |
*** aeperezt has quit IRC | 04:14 | |
*** SergeyLukjanov has joined #openstack-dev | 04:15 | |
*** HenryG has quit IRC | 04:15 | |
*** HenryG has joined #openstack-dev | 04:18 | |
*** rkukura has quit IRC | 04:23 | |
*** winston-d has quit IRC | 04:25 | |
*** adjohn has quit IRC | 04:28 | |
*** rkukura has joined #openstack-dev | 04:38 | |
*** ewindisch has quit IRC | 04:38 | |
*** ewindisch has joined #openstack-dev | 04:42 | |
*** marun has joined #openstack-dev | 04:44 | |
*** xchu has joined #openstack-dev | 04:45 | |
*** novas0x2a|laptop has joined #openstack-dev | 04:47 | |
*** zaitcev has quit IRC | 04:50 | |
*** matiu has quit IRC | 04:50 | |
*** otherwiseguy has quit IRC | 04:52 | |
*** Ryan_Lane has quit IRC | 04:53 | |
*** aditirav_ has joined #openstack-dev | 04:56 | |
*** koolhead17 has quit IRC | 04:57 | |
*** sacharya has quit IRC | 04:57 | |
*** aditirav has quit IRC | 04:58 | |
*** aditirav_ is now known as aditirav | 04:58 | |
*** Tross has joined #openstack-dev | 05:01 | |
openstackgerrit | A change was merged to openstack/nova: Imported Translations from Transifex https://review.openstack.org/25771 | 05:01 |
*** Madkiss has quit IRC | 05:05 | |
*** zyluo has quit IRC | 05:08 | |
*** Madkiss has joined #openstack-dev | 05:09 | |
*** Madkiss has joined #openstack-dev | 05:09 | |
*** aditirav has quit IRC | 05:09 | |
*** aditirav has joined #openstack-dev | 05:09 | |
*** AnilV4 has joined #openstack-dev | 05:11 | |
*** esp1 has quit IRC | 05:12 | |
*** hattwick has quit IRC | 05:12 | |
*** tomoe_ has joined #openstack-dev | 05:13 | |
*** Tross has quit IRC | 05:14 | |
*** kaushikc has quit IRC | 05:16 | |
*** nati_ueno has quit IRC | 05:17 | |
*** Madkiss has quit IRC | 05:18 | |
*** almaisan-away is now known as al-maisan | 05:18 | |
*** PaulM has joined #openstack-dev | 05:20 | |
*** Madkiss has joined #openstack-dev | 05:21 | |
*** Madkiss has joined #openstack-dev | 05:21 | |
*** boris-42 has joined #openstack-dev | 05:24 | |
*** xarg has quit IRC | 05:26 | |
*** Tross has joined #openstack-dev | 05:26 | |
*** zb has joined #openstack-dev | 05:26 | |
*** cdub_ has quit IRC | 05:27 | |
*** gongysh_ has quit IRC | 05:28 | |
*** navid_ has joined #openstack-dev | 05:28 | |
*** zbitter has quit IRC | 05:28 | |
*** tomoe_ has quit IRC | 05:31 | |
*** kaushikc has joined #openstack-dev | 05:34 | |
*** rmohan has quit IRC | 05:35 | |
*** xarg has joined #openstack-dev | 05:36 | |
*** rmohan has joined #openstack-dev | 05:36 | |
*** kaushikc1 has joined #openstack-dev | 05:37 | |
*** kaushikc has quit IRC | 05:37 | |
*** adjohn has joined #openstack-dev | 05:39 | |
*** davidkranz has quit IRC | 05:40 | |
*** SergeyLukjanov has quit IRC | 05:40 | |
*** adjohn has quit IRC | 05:44 | |
*** sirushti has joined #openstack-dev | 05:45 | |
*** mrunge has joined #openstack-dev | 05:47 | |
*** reed has quit IRC | 05:49 | |
*** davidkranz has joined #openstack-dev | 05:49 | |
*** torandu has quit IRC | 05:52 | |
*** al-maisan is now known as almaisan-away | 05:57 | |
*** alexxu has joined #openstack-dev | 06:00 | |
*** danwent_ has joined #openstack-dev | 06:01 | |
*** danwent has quit IRC | 06:01 | |
*** danwent_ is now known as danwent | 06:01 | |
*** vartom has joined #openstack-dev | 06:03 | |
*** lmatter has quit IRC | 06:06 | |
*** sirushti has quit IRC | 06:06 | |
*** terryh has quit IRC | 06:08 | |
*** terryh has joined #openstack-dev | 06:09 | |
*** tomoe_ has joined #openstack-dev | 06:12 | |
*** jasdeepH has quit IRC | 06:14 | |
*** tomoe_ has quit IRC | 06:17 | |
*** jasdeepH has joined #openstack-dev | 06:21 | |
*** jasdeepH has quit IRC | 06:22 | |
*** PaulM has left #openstack-dev | 06:25 | |
*** llu has quit IRC | 06:29 | |
*** mindpixel has joined #openstack-dev | 06:30 | |
*** sirushti has joined #openstack-dev | 06:32 | |
*** belmoreira has joined #openstack-dev | 06:36 | |
*** adjohn has joined #openstack-dev | 06:42 | |
*** ayoung has quit IRC | 06:43 | |
*** sgordon has joined #openstack-dev | 06:43 | |
*** aditirav has quit IRC | 06:43 | |
*** aditirav has joined #openstack-dev | 06:44 | |
*** burris has quit IRC | 06:45 | |
*** vartom2 has joined #openstack-dev | 06:48 | |
*** belmoreira has quit IRC | 06:48 | |
*** vartom has quit IRC | 06:49 | |
*** belmoreira has joined #openstack-dev | 06:50 | |
*** belmoreira has quit IRC | 06:54 | |
*** belmoreira1 has joined #openstack-dev | 06:54 | |
*** belmoreira1 has left #openstack-dev | 06:55 | |
*** ayoung has joined #openstack-dev | 06:56 | |
*** flaper87 has joined #openstack-dev | 06:56 | |
*** llu has joined #openstack-dev | 06:58 | |
*** winston-d has joined #openstack-dev | 07:00 | |
*** adjohn has quit IRC | 07:00 | |
*** zoresvit has joined #openstack-dev | 07:02 | |
*** yolanda has joined #openstack-dev | 07:03 | |
kaushikc1 | anyone around? | 07:03 |
kaushikc1 | had some questions on virt drivers | 07:03 |
kaushikc1 | in nova | 07:03 |
*** ijw has quit IRC | 07:05 | |
*** ijw has joined #openstack-dev | 07:05 | |
*** xga has joined #openstack-dev | 07:05 | |
*** gongysh_ has joined #openstack-dev | 07:07 | |
*** salv-orlando has joined #openstack-dev | 07:07 | |
*** Ryan_Lane has joined #openstack-dev | 07:09 | |
*** harlowja has quit IRC | 07:10 | |
*** harlowja has joined #openstack-dev | 07:11 | |
openstackgerrit | A change was merged to openstack/quantum: Enable authZ checks for member actions https://review.openstack.org/24886 | 07:14 |
*** aloga has joined #openstack-dev | 07:17 | |
*** tomoe_ has joined #openstack-dev | 07:17 | |
*** tomoe_ has quit IRC | 07:18 | |
*** Yada has joined #openstack-dev | 07:18 | |
*** tomoe_ has joined #openstack-dev | 07:19 | |
*** romcheg has joined #openstack-dev | 07:20 | |
*** shardy has joined #openstack-dev | 07:21 | |
*** romcheg has left #openstack-dev | 07:21 | |
*** giulivo has joined #openstack-dev | 07:22 | |
*** zoresvit has quit IRC | 07:22 | |
*** tomoe_ has quit IRC | 07:23 | |
*** jgallard has joined #openstack-dev | 07:24 | |
*** afazekas has joined #openstack-dev | 07:26 | |
openstackgerrit | A change was merged to openstack/swift: Dynamic Large Object sleeps too much https://review.openstack.org/25827 | 07:27 |
*** mindpixel has quit IRC | 07:28 | |
*** mindpixel has joined #openstack-dev | 07:28 | |
*** afazekas has quit IRC | 07:31 | |
*** boris-42 has quit IRC | 07:33 | |
*** jprovazn has joined #openstack-dev | 07:34 | |
*** nimi has quit IRC | 07:34 | |
*** zoresvit has joined #openstack-dev | 07:36 | |
*** openstack has joined #openstack-dev | 07:41 | |
*** swifterdarrell has quit IRC | 07:41 | |
*** jgallard has quit IRC | 07:42 | |
*** jgallard has joined #openstack-dev | 07:42 | |
*** swifterdarrell has joined #openstack-dev | 07:45 | |
*** techlife has quit IRC | 07:46 | |
*** afazekas has joined #openstack-dev | 07:46 | |
*** fire has joined #openstack-dev | 07:47 | |
*** techlife has joined #openstack-dev | 07:47 | |
*** SergeyLukjanov has joined #openstack-dev | 07:47 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Use sudo to remove packages https://review.openstack.org/25462 | 07:47 |
*** mkollaro has joined #openstack-dev | 07:49 | |
*** sulo_ has joined #openstack-dev | 07:49 | |
*** Oneiroi has joined #openstack-dev | 07:51 | |
*** zb is now known as zaneb | 07:53 | |
*** dosaboy has joined #openstack-dev | 07:53 | |
*** mkerrin has joined #openstack-dev | 07:53 | |
*** ndipanov has joined #openstack-dev | 07:53 | |
*** topol has quit IRC | 07:55 | |
*** SergeyLukjanov has quit IRC | 07:57 | |
*** AnilV4 has quit IRC | 07:59 | |
*** racedo` is now known as racedo | 07:59 | |
*** zoresvit1 has joined #openstack-dev | 08:00 | |
*** marun has quit IRC | 08:00 | |
*** zoresvit1 has quit IRC | 08:00 | |
*** zoresvit1 has joined #openstack-dev | 08:00 | |
*** eglynn has joined #openstack-dev | 08:01 | |
*** fbo has joined #openstack-dev | 08:02 | |
*** jgallard has quit IRC | 08:02 | |
*** zoresvit has quit IRC | 08:02 | |
*** jgallard has joined #openstack-dev | 08:03 | |
*** ladquin_away has quit IRC | 08:08 | |
*** Kun has joined #openstack-dev | 08:09 | |
*** aloga_ has joined #openstack-dev | 08:10 | |
*** zoresvit1 has quit IRC | 08:10 | |
*** doude has joined #openstack-dev | 08:11 | |
Kun | Hi,all. I have some problems with openstack-dev mailing list. I have subsribed this list and could recieve digest everyday, but can't recieve any talking topic like here: http://lists.openstack.org/pipermail/openstack-dev/2013-April/date.html#start | 08:11 |
*** zoresvit has joined #openstack-dev | 08:12 | |
*** markwash has quit IRC | 08:13 | |
*** Kun has quit IRC | 08:17 | |
*** AnilV4 has joined #openstack-dev | 08:18 | |
*** jpich has joined #openstack-dev | 08:24 | |
*** zoresvit has quit IRC | 08:25 | |
*** darjeeling has quit IRC | 08:29 | |
*** sirushti has quit IRC | 08:32 | |
*** sirushti has joined #openstack-dev | 08:32 | |
*** avishay has joined #openstack-dev | 08:32 | |
*** sirushti has quit IRC | 08:33 | |
*** kaushikc1 has quit IRC | 08:33 | |
*** sirushti has joined #openstack-dev | 08:33 | |
*** kaushikc has joined #openstack-dev | 08:33 | |
*** iartarisi has joined #openstack-dev | 08:34 | |
*** amotoki has quit IRC | 08:36 | |
*** zoresvit has joined #openstack-dev | 08:39 | |
*** trapni has joined #openstack-dev | 08:47 | |
*** trapni has joined #openstack-dev | 08:47 | |
*** xarg has quit IRC | 08:47 | |
*** corXi has joined #openstack-dev | 08:48 | |
*** jprovazn has quit IRC | 08:49 | |
*** boris-42 has joined #openstack-dev | 08:49 | |
*** fbo_ has joined #openstack-dev | 08:50 | |
*** jprovazn has joined #openstack-dev | 08:52 | |
*** winston-d has quit IRC | 08:55 | |
*** SergeyLukjanov has joined #openstack-dev | 08:56 | |
*** jprovazn has quit IRC | 08:58 | |
*** xarg has joined #openstack-dev | 09:00 | |
*** ijw1 has joined #openstack-dev | 09:02 | |
*** alop has joined #openstack-dev | 09:02 | |
*** xarg_ has joined #openstack-dev | 09:03 | |
*** ijw has quit IRC | 09:05 | |
*** henrynash has quit IRC | 09:13 | |
*** xarg has quit IRC | 09:16 | |
*** xarg_ is now known as xarg | 09:16 | |
*** xga_ has joined #openstack-dev | 09:17 | |
*** vartom has joined #openstack-dev | 09:17 | |
*** alexpilotti has joined #openstack-dev | 09:19 | |
*** amerine has quit IRC | 09:24 | |
*** zoresvit has quit IRC | 09:26 | |
*** jprovazn has joined #openstack-dev | 09:27 | |
*** egallen has joined #openstack-dev | 09:32 | |
*** hattwick has joined #openstack-dev | 09:35 | |
*** boris-42 has quit IRC | 09:36 | |
*** Thor has quit IRC | 09:38 | |
*** xarg_ has joined #openstack-dev | 09:38 | |
*** Thor has joined #openstack-dev | 09:38 | |
*** psedlak has joined #openstack-dev | 09:40 | |
*** derekh has joined #openstack-dev | 09:41 | |
*** egallen has quit IRC | 09:43 | |
trapni | http://paste.openstack.org/show/35108/ - anybody an idea what the artist is telling me here? (seems like I'm having issues wrt communication) | 09:44 |
*** johnthetubaguy has joined #openstack-dev | 09:44 | |
*** zoresvit has joined #openstack-dev | 09:45 | |
trapni | the question i have, why is it timing out, or: what exactly is timing out, where did it try to connect to? | 09:45 |
*** johnthetubaguy has quit IRC | 09:48 | |
*** garyk has joined #openstack-dev | 09:49 | |
*** egallen has joined #openstack-dev | 09:49 | |
*** johnthetubaguy has joined #openstack-dev | 09:49 | |
*** boris-42 has joined #openstack-dev | 09:51 | |
*** almaisan-away has quit IRC | 09:51 | |
*** pfliu has quit IRC | 09:52 | |
trapni | when trying to log in via dashboard (which once worked), it's timing out now, and I see the following in the logs: http://paste.openstack.org/show/35109/ | 09:57 |
trapni | but this error message is not helping me et al... What exactly errored here ? | 09:57 |
trapni | commands like `keystone tenant-list` and `nova-list` seem to work (though: a `nova reboot $VM` does not... | 09:58 |
jpich | trapni: Retrieving the list of floating IPs is failing, is nova-network up and running? | 09:58 |
trapni | ah! let me check (it is running however) | 09:59 |
trapni | but you got a point, it maybe doesn't know about the RabbitMQ relocation yet (multi_host=false) | 09:59 |
*** SergeyLukjanov has quit IRC | 10:01 | |
jpich | trapni: That's possible. See https://bugs.launchpad.net/horizon/+bug/961761 , https://bugs.launchpad.net/horizon/+bug/1079882 which mention RPC timeout issues. Does the floating ips list work using the nova CLI? | 10:02 |
uvirtbot | Launchpad bug 961761 in nova "If nova-network is down, Access and Security panel hangs" [Low,Confirmed] | 10:02 |
*** xchu has quit IRC | 10:02 | |
trapni | jpich, well, I've updated the nova-network node's nova.conf and restarted the nova-network service (some changed IPs to rabbitmq/glance due to relocations) but this didn't seem to help yet.... hmm | 10:03 |
*** SergeyLukjanov has joined #openstack-dev | 10:03 | |
trapni | although, I'm also getting a "timeout" in the logs when trying to reboot an instance | 10:03 |
trapni | jpich, http://paste.openstack.org/show/35113/ is this still nova-network related ? | 10:04 |
trapni | this is the error I cought on the compute node, hosting the instance I am trying to reboot | 10:05 |
jpich | trapni: I can't tell, but it's definitely queue related so it's likely related to the RabbitMQ relocation you mentioned | 10:06 |
trapni | hm, yes | 10:06 |
trapni | but how difficult can a rabbitmq relocation be, I mean, rabbitmq was just supposed to run out of the box (didn't change anything in the rabbitmq settings, not even for the first install on the origin host it was running on) | 10:07 |
*** pcm__ has joined #openstack-dev | 10:07 | |
*** pcm__ has quit IRC | 10:07 | |
trapni | ah! | 10:07 |
trapni | jpich, is nova-network using the cc_host flag in nova.conf ? and if, for what ? | 10:08 |
*** pcm_ has joined #openstack-dev | 10:08 | |
*** Yada has quit IRC | 10:09 | |
*** vartom2 has quit IRC | 10:10 | |
jpich | trapni: I'm sorry, I'm not familiar with nova configuration at all, hopefully someone else can jump in. Happy to help decode Horizon stack traces any time though ;) | 10:11 |
*** danpb has joined #openstack-dev | 10:13 | |
*** ondergetekende has joined #openstack-dev | 10:14 | |
*** vartom2 has joined #openstack-dev | 10:14 | |
trapni | jpich, yeah, but many thanks anyway, man :) | 10:14 |
*** zoresvit has quit IRC | 10:18 | |
*** boris-42 has quit IRC | 10:20 | |
*** jhesketh_ has quit IRC | 10:21 | |
*** alino2 has joined #openstack-dev | 10:22 | |
*** sgordon has quit IRC | 10:24 | |
*** egallen has quit IRC | 10:27 | |
*** zoresvit has joined #openstack-dev | 10:35 | |
*** boris-42 has joined #openstack-dev | 10:39 | |
*** alexxu has quit IRC | 10:42 | |
*** jprovazn has quit IRC | 10:49 | |
*** ayoung has quit IRC | 10:55 | |
*** rkukura has quit IRC | 10:56 | |
*** alop has quit IRC | 11:01 | |
*** AnilV4 has quit IRC | 11:02 | |
*** darjeeling has joined #openstack-dev | 11:04 | |
*** jprovazn has joined #openstack-dev | 11:04 | |
*** boden has joined #openstack-dev | 11:10 | |
*** darjeeling has quit IRC | 11:10 | |
enikanorov | salv-orlando: hi | 11:14 |
salv-orlando | enikanorov: hi | 11:16 |
enikanorov | i wanted to discuss https://bugs.launchpad.net/quantum/+bug/1160333 | 11:16 |
uvirtbot | Launchpad bug 1160333 in quantum "N+1 DB queries executed when extra_route extension is enabled" [Medium,In progress] | 11:16 |
*** alino2 has quit IRC | 11:18 | |
enikanorov | it there a reason not to add relationship between router and route? | 11:19 |
*** Yada has joined #openstack-dev | 11:19 | |
*** markmcclain has joined #openstack-dev | 11:20 | |
*** Ryan_Lane has quit IRC | 11:25 | |
*** Ryan_Lane1 has joined #openstack-dev | 11:25 | |
*** belmoreira has joined #openstack-dev | 11:26 | |
*** ladquin has joined #openstack-dev | 11:30 | |
*** xarg has quit IRC | 11:31 | |
*** xarg_ is now known as xarg | 11:31 | |
*** ladquin has quit IRC | 11:32 | |
*** markmcclain has quit IRC | 11:34 | |
*** sandywalsh has quit IRC | 11:36 | |
*** markmcclain has joined #openstack-dev | 11:38 | |
*** networkstatic has quit IRC | 11:38 | |
*** fire has quit IRC | 11:38 | |
*** baba has joined #openstack-dev | 11:39 | |
*** Ryan_Lane1 has quit IRC | 11:41 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Move setup_develop call https://review.openstack.org/25864 | 11:41 |
*** Ryan_Lane has joined #openstack-dev | 11:41 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Correctly source .stackenv https://review.openstack.org/25720 | 11:41 |
openstackgerrit | A change was merged to openstack-dev/devstack: Allow a plugin specific interface_driver config in q-lbaas https://review.openstack.org/25114 | 11:42 |
openstackgerrit | A change was merged to openstack-dev/devstack: Add Quantum NEC OpenFlow plugin support https://review.openstack.org/25160 | 11:43 |
openstackgerrit | A change was merged to openstack-dev/devstack: Change default PUBLIC_NETWORK_NAME/DEFAULT_FLOATING_POOL name https://review.openstack.org/25471 | 11:43 |
*** belmoreira has quit IRC | 11:48 | |
*** arbrandes has joined #openstack-dev | 11:48 | |
*** sandywalsh has joined #openstack-dev | 11:49 | |
*** kaushikc has quit IRC | 11:49 | |
*** dhellmann has quit IRC | 11:50 | |
*** Ryan_Lane has quit IRC | 11:50 | |
*** Ryan_Lane has joined #openstack-dev | 11:50 | |
openstackgerrit | A change was merged to openstack/tempest: Add basic quota tests https://review.openstack.org/24426 | 11:51 |
*** rushiagr has left #openstack-dev | 11:52 | |
*** olaph_ has joined #openstack-dev | 11:53 | |
*** stevemar has joined #openstack-dev | 11:54 | |
*** Ryan_Lane1 has joined #openstack-dev | 11:55 | |
*** Ryan_Lane has quit IRC | 11:55 | |
openstackgerrit | A change was merged to openstack/tempest: Remove skips in quota tests. https://review.openstack.org/25597 | 11:56 |
openstackgerrit | A change was merged to openstack/quantum: Update Ryu plugin README https://review.openstack.org/25892 | 11:56 |
*** anteaya has joined #openstack-dev | 11:56 | |
*** olaph has quit IRC | 11:56 | |
*** belmoreira has joined #openstack-dev | 11:56 | |
*** cdub_ has joined #openstack-dev | 11:58 | |
*** egallen has joined #openstack-dev | 11:59 | |
*** jruzicka has joined #openstack-dev | 12:00 | |
*** VijayKodam has joined #openstack-dev | 12:04 | |
*** jprovazn has quit IRC | 12:04 | |
VijayKodam | Getting "keywords must be strings error" while running keystone. http://paste.openstack.org/show/35117/ | 12:05 |
VijayKodam | Using the latest grizzly code | 12:05 |
VijayKodam | python version is 2.6.2 | 12:05 |
VijayKodam | there is a known unicode support issue in python2.6.2 | 12:05 |
anteaya | what are you doing that you encounter this error, VijayKodam? | 12:06 |
VijayKodam | i was running this command: keystone service-create --name=keystone --type=identity --description="Identity Service" | 12:08 |
*** sirushti has quit IRC | 12:08 | |
anteaya | right | 12:08 |
anteaya | why? | 12:08 |
anteaya | what stage are you at that you were doing that? | 12:08 |
VijayKodam | setting up keystone | 12:08 |
VijayKodam | creating services | 12:08 |
anteaya | are you following a set of instructions? | 12:08 |
VijayKodam | yes | 12:08 |
VijayKodam | the openstack manual | 12:09 |
VijayKodam | only difference is the machine on which i am running it has windriver | 12:09 |
VijayKodam | which is not officially supported yet | 12:09 |
*** xga has quit IRC | 12:09 | |
anteaya | what is windriver? | 12:09 |
VijayKodam | windriver linux is an embedded OS | 12:10 |
zykes- | i'm running devstack atm and I get "libvirtError: internal error only 1 graphics device is supported" when booting a image, seen this before ? | 12:10 |
zykes- | I'm on devstack with Spice | 12:10 |
*** xga_ has quit IRC | 12:10 | |
*** cdub_ has quit IRC | 12:10 | |
*** markmcclain has quit IRC | 12:11 | |
*** dims has joined #openstack-dev | 12:11 | |
anteaya | VijayKodam: have you tried working with keystone in a situation without windriver to see if perhaps windriver might be causing an issue? | 12:11 |
anteaya | zykes-: I have not seen that error before | 12:11 |
VijayKodam | i successfully brought up openstack on ubuntu and fedora 18 previously | 12:11 |
VijayKodam | both are manual installations | 12:11 |
VijayKodam | anteaya: refer to this bug. https://answers.launchpad.net/keystone/+question/219773 | 12:13 |
*** xga has joined #openstack-dev | 12:14 | |
*** xga_ has joined #openstack-dev | 12:14 | |
*** jgallard has quit IRC | 12:14 | |
anteaya | did you confim keystone is running? pls confirm the keystone-all is running by | 12:14 |
anteaya | $ps -ef | grep keystone-all | 12:14 |
*** Ryan_Lane1 has quit IRC | 12:14 | |
*** Ryan_Lane has joined #openstack-dev | 12:14 | |
*** jgallard has joined #openstack-dev | 12:14 | |
*** dolphm has joined #openstack-dev | 12:15 | |
*** jprovazn has joined #openstack-dev | 12:16 | |
zykes- | VijayKodam: windriver ? | 12:16 |
*** aloga__ has joined #openstack-dev | 12:16 | |
*** rnirmal has joined #openstack-dev | 12:17 | |
*** aloga_ has quit IRC | 12:17 | |
*** xarg_ has joined #openstack-dev | 12:17 | |
*** aloga_ has joined #openstack-dev | 12:19 | |
*** radez_g0n3 is now known as radez | 12:19 | |
anteaya | VijayKodam: so you are saying that windriver is the OS that is underneath your current openstack installation? | 12:19 |
*** Ryan_Lane1 has joined #openstack-dev | 12:20 | |
*** Ryan_Lane has quit IRC | 12:20 | |
anteaya | ubuntu and fedora are supported OSs | 12:20 |
anteaya | I have never heard of windriver before | 12:20 |
anteaya | so if you have had success in the past following the same instructions on ubuntu and fedora | 12:21 |
anteaya | I suspect that windriver might be playing a role | 12:21 |
anteaya | though if you can upgrade to python 2.7, that might be a good start | 12:21 |
*** HenryG has quit IRC | 12:22 | |
*** cdub_ has joined #openstack-dev | 12:22 | |
*** eglynn is now known as hungry-eglynn | 12:25 | |
*** beagles has quit IRC | 12:26 | |
*** morganfainberg has quit IRC | 12:26 | |
*** morganfainberg1 has joined #openstack-dev | 12:26 | |
*** beagles has joined #openstack-dev | 12:26 | |
*** romcheg1 has joined #openstack-dev | 12:29 | |
*** jprovazn has quit IRC | 12:31 | |
*** aloga_ has quit IRC | 12:32 | |
*** aloga__ has quit IRC | 12:32 | |
*** Thor has quit IRC | 12:32 | |
*** Thor has joined #openstack-dev | 12:32 | |
*** aloga_ has joined #openstack-dev | 12:33 | |
*** romcheg1 has left #openstack-dev | 12:33 | |
*** HenryG has joined #openstack-dev | 12:35 | |
*** cdub_ has quit IRC | 12:35 | |
*** markmcclain has joined #openstack-dev | 12:36 | |
*** riskable has joined #openstack-dev | 12:39 | |
*** riskable has quit IRC | 12:39 | |
*** riskable has joined #openstack-dev | 12:39 | |
*** Ryan_Lane1 has quit IRC | 12:41 | |
*** Ryan_Lane has joined #openstack-dev | 12:41 | |
*** SergeyLukjanov has quit IRC | 12:44 | |
*** jgallard has quit IRC | 12:45 | |
VijayKodam | anteaya: unfortunately upgrading python to 2.7 right now is not possible | 12:45 |
*** jgallard has joined #openstack-dev | 12:46 | |
VijayKodam | zykes: windriver linux is an embedded linux OS | 12:46 |
*** sirushti has joined #openstack-dev | 12:46 | |
VijayKodam | anteaya: the issue has been tracked down to python support for unicode literals | 12:46 |
anteaya | VijayKodam: I think that I am out of things to suggest | 12:47 |
anteaya | okay | 12:47 |
anteaya | so what do you think is a good way forward? | 12:47 |
VijayKodam | find out where keystone is using unicode | 12:47 |
VijayKodam | and convert it to string | 12:48 |
VijayKodam | vish ishaya has done it in some places | 12:48 |
*** vkmc has joined #openstack-dev | 12:48 | |
*** vkmc has quit IRC | 12:48 | |
*** vkmc has joined #openstack-dev | 12:48 | |
VijayKodam | i couldnt get the exact code where the unicode is being sent in keystone request | 12:48 |
*** xarg is now known as xarg__ | 12:49 | |
*** xarg_ is now known as xarg | 12:49 | |
*** adalbas has joined #openstack-dev | 12:50 | |
*** hungry-eglynn is now known as eglynn | 12:55 | |
*** Ryan_Lane has quit IRC | 12:56 | |
*** dprince has joined #openstack-dev | 12:56 | |
*** Ryan_Lane has joined #openstack-dev | 12:56 | |
anteaya | VijayKodam: might I ask why you want to move in this direction rather than using your successful openstack installation on ubuntu or fedora? | 12:59 |
anteaya | or are you looking for bugs to fix? | 12:59 |
*** pasquier-s has joined #openstack-dev | 13:00 | |
VijayKodam | the target is to bring up openstack on windriver | 13:00 |
VijayKodam | anteaya: Nobody has brought up openstack on this OS before | 13:01 |
*** eharney has joined #openstack-dev | 13:01 | |
*** eharney has quit IRC | 13:01 | |
*** eharney has joined #openstack-dev | 13:01 | |
anteaya | VijayKodam: ah okay | 13:03 |
anteaya | that is outside of my scope | 13:03 |
anteaya | I hope you succeed | 13:04 |
VijayKodam | anteaya: thanks | 13:04 |
*** zoresvit has quit IRC | 13:04 | |
anteaya | if you blog your progress I would enjoy reading your posts | 13:04 |
VijayKodam | sure | 13:04 |
*** Ryan_Lane1 has joined #openstack-dev | 13:04 | |
*** Ryan_Lane has quit IRC | 13:04 | |
*** VijayKodam has left #openstack-dev | 13:04 | |
*** xga_ has quit IRC | 13:04 | |
*** xga has quit IRC | 13:05 | |
*** rushiagr1 has joined #openstack-dev | 13:05 | |
*** noslzzp has joined #openstack-dev | 13:06 | |
*** zoresvit has joined #openstack-dev | 13:07 | |
*** SergeyLukjanov has joined #openstack-dev | 13:07 | |
*** bknudson has joined #openstack-dev | 13:08 | |
*** egallen has quit IRC | 13:09 | |
*** ayoung has joined #openstack-dev | 13:10 | |
trapni | What is this nova-cert service there for and on what node(s) should it be installed? I'm asking because I can't find anything in the docs about it ... | 13:11 |
*** jgallard has quit IRC | 13:11 | |
*** jgallard has joined #openstack-dev | 13:11 | |
*** kbringard has joined #openstack-dev | 13:12 | |
*** pmyers has quit IRC | 13:13 | |
*** pmyers has joined #openstack-dev | 13:14 | |
*** gongysh_ has quit IRC | 13:15 | |
*** sirushti has quit IRC | 13:17 | |
*** dolphm has quit IRC | 13:17 | |
*** sc68cal has joined #openstack-dev | 13:18 | |
*** aloga_ has quit IRC | 13:20 | |
*** dolphm has joined #openstack-dev | 13:21 | |
*** xga has joined #openstack-dev | 13:23 | |
*** xga_ has joined #openstack-dev | 13:23 | |
garyk | ttx: ping | 13:26 |
*** Ryan_Lane1 has quit IRC | 13:26 | |
*** Ryan_Lane has joined #openstack-dev | 13:26 | |
ttx | garyk: pong | 13:26 |
garyk | ttx: been on vacation. when is rc3 due? | 13:26 |
ttx | garyk: it was just opened for a couple of critical issues. Will be published as soon as those are fixed, in the next hours | 13:27 |
ttx | garyk: I don't tjink danwent/markmcclain wanted to add any more to the mix | 13:27 |
ttx | garyk: hence my -1s on your backports | 13:27 |
*** mindpixel has quit IRC | 13:27 | |
*** esheffield has joined #openstack-dev | 13:27 | |
garyk | ttx: yes, it is regarding the backports. i'll check with them | 13:27 |
ttx | garyk: you may try to convince them, but personally I'd like to keep changes at the very minimum two days before final release | 13:27 |
*** cdub_ has joined #openstack-dev | 13:28 | |
*** kdbrierly has quit IRC | 13:28 | |
*** kdbrierly has joined #openstack-dev | 13:28 | |
ttx | so you need to make a good argument that we are in a very bad situation if we fixed those after release | 13:28 |
garyk | ttx: i was treating the bugs marked as backport potential. i'll catch mark later. | 13:28 |
ttx | backport-potential should be proposed to stable/grizzly, after Thursday | 13:29 |
*** bnemec has joined #openstack-dev | 13:29 | |
ttx | garyk: I feel like you're a bit too fast for us :) | 13:29 |
garyk | ttx: ok. only one that is a really a candidate then is https://review.openstack.org/#/c/25897/ - this is related to people building packages. | 13:30 |
ttx | garyk: looknig | 13:30 |
ttx | garyk: indeed | 13:31 |
ttx | me wonders how those files escaped his file inclusion test | 13:31 |
*** sirushti has joined #openstack-dev | 13:31 | |
ttx | oh, does not really affect tarball content, I see | 13:32 |
openstackgerrit | A change was merged to openstack/tempest: refine _get_isolated_creds https://review.openstack.org/25598 | 13:32 |
ttx | garyk: this one definitely looks like a good thing to fix /before/ release rather than after | 13:32 |
* ttx adds to grizzly-rc-potential list | 13:32 | |
openstackgerrit | A change was merged to openstack/tempest: Update test_networks.py to v2 of Quantum API https://review.openstack.org/25132 | 13:33 |
garyk | ttx: agreed | 13:33 |
*** dhellmann has joined #openstack-dev | 13:33 | |
*** AnilV4 has joined #openstack-dev | 13:33 | |
openstackgerrit | A change was merged to openstack/tempest: cleanup resource in setUpClass if ecxeption raised https://review.openstack.org/25267 | 13:33 |
*** vartom has quit IRC | 13:34 | |
*** pabelanger has joined #openstack-dev | 13:35 | |
openstackgerrit | A change was merged to openstack/nova: Remove print statements https://review.openstack.org/25869 | 13:36 |
*** rkukura has joined #openstack-dev | 13:36 | |
*** aditirav_ has joined #openstack-dev | 13:36 | |
*** woodspa has joined #openstack-dev | 13:38 | |
*** sstent has quit IRC | 13:39 | |
*** sstent has joined #openstack-dev | 13:39 | |
*** SergeyLu_ has joined #openstack-dev | 13:40 | |
*** egallen has joined #openstack-dev | 13:40 | |
*** maoy has joined #openstack-dev | 13:40 | |
*** aditirav has quit IRC | 13:40 | |
*** aditirav_ is now known as aditirav | 13:40 | |
*** sirushti has quit IRC | 13:40 | |
*** SergeyLukjanov has quit IRC | 13:41 | |
*** SergeyLu_ is now known as SergeyLukjanov | 13:41 | |
*** SergeyLukjanov has quit IRC | 13:42 | |
*** READ10 has joined #openstack-dev | 13:43 | |
*** aditirav_ has joined #openstack-dev | 13:43 | |
*** ron-slc has quit IRC | 13:43 | |
*** ron-slc has joined #openstack-dev | 13:45 | |
*** sacharya has joined #openstack-dev | 13:46 | |
*** aditirav has quit IRC | 13:46 | |
*** mtreinish has joined #openstack-dev | 13:46 | |
*** egallen has quit IRC | 13:47 | |
*** winston-d has joined #openstack-dev | 13:47 | |
*** aditirav_ has quit IRC | 13:47 | |
*** maroh has joined #openstack-dev | 13:48 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Keystone doesn't depend on bcrypt any more https://review.openstack.org/25741 | 13:49 |
*** baba has quit IRC | 13:49 | |
*** sirushti has joined #openstack-dev | 13:53 | |
*** baba has joined #openstack-dev | 13:54 | |
*** SergeyLukjanov has joined #openstack-dev | 13:54 | |
*** alexpilotti has quit IRC | 13:55 | |
*** SergeyLukjanov has quit IRC | 13:56 | |
*** sthaha has quit IRC | 13:58 | |
*** Ryan_Lane has quit IRC | 13:58 | |
*** Ryan_Lane1 has joined #openstack-dev | 13:58 | |
*** alexpilotti has joined #openstack-dev | 13:59 | |
jpich | I could use tips/advice on how to debug the docs build failure at https://review.openstack.org/#/c/25901/ : TypeError: __repr__ returned non-string (type NoneType). I removed the one line and it works on my machine (tm). Ideas? | 13:59 |
*** john5223 has joined #openstack-dev | 14:00 | |
*** alexpilotti has quit IRC | 14:04 | |
*** pabelanger has quit IRC | 14:10 | |
*** winston-d has quit IRC | 14:13 | |
*** aeperezt has joined #openstack-dev | 14:15 | |
*** pabelanger has joined #openstack-dev | 14:15 | |
*** winston-d has joined #openstack-dev | 14:16 | |
*** jimfehlig has joined #openstack-dev | 14:16 | |
*** jergerber has joined #openstack-dev | 14:17 | |
*** cloudchimp has joined #openstack-dev | 14:21 | |
*** vartom has joined #openstack-dev | 14:23 | |
*** lorin1 has joined #openstack-dev | 14:27 | |
openstackgerrit | A change was merged to openstack/keystone: Sync with oslo-incubator. https://review.openstack.org/24319 | 14:29 |
*** otherwiseguy has joined #openstack-dev | 14:30 | |
zigo_ | Is there a fix for https://bugs.launchpad.net/horizon/+bug/1104348 ? | 14:30 |
uvirtbot | Launchpad bug 1104348 in horizon "Grizzly Horizon admin loops through login page with right user/pass" [Undecided,Incomplete] | 14:30 |
*** SergeyLukjanov has joined #openstack-dev | 14:31 | |
zigo_ | I'm hitting it with my packages in Debian as well (and just checked: rc2 has the problem too). | 14:31 |
*** mrodden has quit IRC | 14:32 | |
EmilienM | zigo_: I confirm that we have the same bug here | 14:33 |
*** xga__ has joined #openstack-dev | 14:34 | |
*** markmcclain has joined #openstack-dev | 14:35 | |
*** davidha has quit IRC | 14:36 | |
*** davidha has joined #openstack-dev | 14:36 | |
*** rushiagr1 has quit IRC | 14:36 | |
*** rushiagr has joined #openstack-dev | 14:37 | |
*** xga has quit IRC | 14:37 | |
*** xga_ has quit IRC | 14:37 | |
ttx | zigo_: given that the bug is marked Incomplete, I doubt it's been fixed. Will raise it at the meeting later today though | 14:38 |
*** xga has joined #openstack-dev | 14:38 | |
*** openstackstatus has quit IRC | 14:38 | |
*** Gordonz has joined #openstack-dev | 14:39 | |
*** openstackstatus has joined #openstack-dev | 14:40 | |
zigo_ | Cheersa. | 14:41 |
zigo_ | Cheers. | 14:41 |
*** spzala has joined #openstack-dev | 14:42 | |
*** rnirmal_ has joined #openstack-dev | 14:43 | |
*** rnirmal_ has quit IRC | 14:43 | |
*** nati_ueno has joined #openstack-dev | 14:43 | |
*** rnirmal_ has joined #openstack-dev | 14:44 | |
*** mrodden has joined #openstack-dev | 14:44 | |
openstackgerrit | A change was merged to openstack/swift: Change logger name to module itself instead of root https://review.openstack.org/24579 | 14:45 |
*** cp16net is now known as cp16net|away | 14:46 | |
*** shang has quit IRC | 14:47 | |
*** rnirmal has quit IRC | 14:47 | |
*** rnirmal_ is now known as rnirmal | 14:47 | |
*** sdake_ has quit IRC | 14:49 | |
*** terryh has joined #openstack-dev | 14:49 | |
*** egallen has joined #openstack-dev | 14:51 | |
*** Gordonz has quit IRC | 14:51 | |
*** andrewbogott_afk is now known as andrewbogott | 14:52 | |
*** Gordonz has joined #openstack-dev | 14:52 | |
sdague | dtroyer: when you get in, probably good if we get you idling in #openstack-qa :) | 14:52 |
*** Ryan_Lane has joined #openstack-dev | 14:53 | |
*** alunduil has quit IRC | 14:53 | |
*** Ryan_Lane1 has quit IRC | 14:54 | |
*** dtroyer has quit IRC | 14:54 | |
*** dtroyer has joined #openstack-dev | 14:54 | |
dtroyer | sdague: thx | 14:55 |
*** sacharya has quit IRC | 14:55 | |
*** Mandell has quit IRC | 14:57 | |
ttx | markmcclain: hi! | 14:57 |
markmcclain | ttx: hi | 14:58 |
ttx | markmcclain: garyk proposed to add bug 1161572 to the RC3 mix, I think it's warranted (and it's already in master and proposed for backport) | 14:58 |
uvirtbot | Launchpad bug 1161572 in quantum "lbaas_agent.ini is not installed by setup.py" [Medium,Fix committed] https://launchpad.net/bugs/1161572 | 14:58 |
*** devoid has joined #openstack-dev | 14:58 | |
markmcclain | yeah.. I think it makes sense to add it | 14:59 |
ttx | markmcclain: the two you have already targeted are a bit scary, but if you can round enough eyes to get it approved in the next hours, we should still be good | 14:59 |
* ttx adds the third one and accepts the backport | 14:59 | |
*** Mandell has joined #openstack-dev | 14:59 | |
* ttx is worried about regressions at this point | 15:00 | |
*** vartom has quit IRC | 15:01 | |
*** alexpilotti has joined #openstack-dev | 15:01 | |
* markmcclain is worried about avoiding regressions too | 15:01 | |
*** vartom has joined #openstack-dev | 15:02 | |
*** datsun180b has joined #openstack-dev | 15:03 | |
ttx | markmcclain: both the other fixes have some potential for regression, so extra testing and care is needed | 15:03 |
*** cloudchimp has quit IRC | 15:04 | |
garyk | ttx: ok, i'll check it out | 15:04 |
garyk | ttx: markmcclain: i did the back port https://review.openstack.org/#/c/25897/ | 15:05 |
ttx | markmcclain: if unsure, better land them post-release. | 15:05 |
ttx | garyk: approved | 15:05 |
garyk | ttx: thanks! | 15:05 |
*** egallen has quit IRC | 15:08 | |
*** jasdeepH has joined #openstack-dev | 15:08 | |
*** rushiagr1 has joined #openstack-dev | 15:09 | |
*** ccorrigan has joined #openstack-dev | 15:09 | |
*** iartarisi has quit IRC | 15:10 | |
*** diogogmt has joined #openstack-dev | 15:11 | |
*** rushiagr has quit IRC | 15:11 | |
*** ondergetekende has quit IRC | 15:12 | |
openstackgerrit | A change was merged to openstack/oslo-incubator: Fix the co-authored-by processing. https://review.openstack.org/25889 | 15:12 |
*** dolphm has quit IRC | 15:13 | |
*** navid_ has left #openstack-dev | 15:13 | |
*** Mandell has quit IRC | 15:14 | |
*** dolphm has joined #openstack-dev | 15:15 | |
*** winston-d has quit IRC | 15:16 | |
*** dhellmann has quit IRC | 15:16 | |
*** ociuhandu has joined #openstack-dev | 15:16 | |
*** markmcclain has quit IRC | 15:17 | |
*** egallen has joined #openstack-dev | 15:19 | |
openstackgerrit | A change was merged to openstack/python-novaclient: do not ignore --os-cache https://review.openstack.org/25896 | 15:20 |
*** danwent has joined #openstack-dev | 15:23 | |
*** davidkranz has quit IRC | 15:23 | |
*** davidkranz has joined #openstack-dev | 15:23 | |
*** colinmcnamara has joined #openstack-dev | 15:24 | |
openstackgerrit | A change was merged to openstack/python-openstackclient: Add policy to identity v3 https://review.openstack.org/23936 | 15:24 |
*** colinmcnamara has quit IRC | 15:24 | |
*** yjiang5_ has quit IRC | 15:24 | |
openstackgerrit | A change was merged to openstack/python-openstackclient: Add metadata support for volume https://review.openstack.org/25209 | 15:25 |
*** zaitcev has joined #openstack-dev | 15:25 | |
*** colinmcnamara has joined #openstack-dev | 15:25 | |
*** pmcg has quit IRC | 15:25 | |
*** hemna has joined #openstack-dev | 15:26 | |
*** davidkranz has quit IRC | 15:27 | |
*** pmcg has joined #openstack-dev | 15:27 | |
*** davidkranz has joined #openstack-dev | 15:27 | |
*** belmoreira has quit IRC | 15:31 | |
sdague | jgriffith: you about? | 15:31 |
jgriffith | sdague: yes sir | 15:32 |
sdague | I've tripped over a cinder conf thing, that I'll probably need your help on with grenade | 15:32 |
*** davidkranz_ has joined #openstack-dev | 15:32 | |
jgriffith | sdague: sure... | 15:32 |
sdague | if I don't regenerate the configs, I get the following error on cinder-api start | 15:32 |
*** davidkranz has quit IRC | 15:32 | |
*** nati_ueno has quit IRC | 15:32 | |
sdague | jgriffith: http://paste.openstack.org/show/35127/ | 15:33 |
jgriffith | sdague: this is grenade folsom--->grizzly | 15:34 |
*** boris-42 has quit IRC | 15:34 | |
sdague | yes | 15:34 |
sdague | so devstack setting up cinder | 15:34 |
sdague | in folsom | 15:34 |
jgriffith | Yeah... I got ya | 15:34 |
sdague | then trying to bring up cinder with the existing configs | 15:34 |
sdague | on grizzly | 15:34 |
jgriffith | I'll have to look at this closer | 15:35 |
sdague | this is all the uncommented config - http://paste.openstack.org/show/35128/ | 15:35 |
jgriffith | sdague: nice | 15:35 |
*** koolhead17 has joined #openstack-dev | 15:36 | |
*** avishay has quit IRC | 15:36 | |
sdague | jgriffith: so there are 2 differences I see between that and working grizzly config I've got | 15:37 |
*** sirushti has quit IRC | 15:37 | |
jgriffith | sdague: rpc_backend... | 15:37 |
sdague | osapi_volume_extension = cinder.api.openstack.volume.contrib.standard_extensions vs. osapi_volume_extension = cinder.api.contrib.standard_extensions | 15:37 |
sdague | yeh, and rpc_backend | 15:37 |
jgriffith | sdague: yeah, the refactor and introduction of api V2 is the culprit | 15:38 |
*** Ryan_Lane1 has joined #openstack-dev | 15:38 | |
sdague | so are both those changes required? | 15:38 |
jgriffith | sdague: I suspect the answer is to add a mapping for the *old* path | 15:38 |
*** Ryan_Lane has quit IRC | 15:39 | |
jgriffith | sdague: so the rpc_backend one I'm not sure... we might get away without it if we're not doing multi-backend | 15:39 |
sdague | ok, let me try with just the other | 15:40 |
sdague | that's easy enough | 15:40 |
jgriffith | sdague: the rpc one should be fine, I think the default setting in common/rpc will be fine on that one | 15:41 |
*** burris has joined #openstack-dev | 15:41 | |
sdague | ok, cool | 15:41 |
sdague | oh, I just noticed we were deleting something else, let me see where this change set gets me | 15:42 |
*** lmatter has joined #openstack-dev | 15:42 | |
*** cjoelrun has joined #openstack-dev | 15:43 | |
jgriffith | sdague: rootwrap si the other issue | 15:44 |
jgriffith | sdague: since we should be done with root_helper at this point | 15:44 |
*** cjoelrun has quit IRC | 15:44 | |
sdague | yeh, but that's a deprecate | 15:44 |
*** alop has joined #openstack-dev | 15:44 | |
sdague | I see in cinder-vol warning messages | 15:44 |
jgriffith | Yeah, it'll still work but the logs are going to be fugly | 15:44 |
sdague | but that should still be ok | 15:44 |
sdague | yeh, that's fine, we're going for working :) | 15:45 |
jgriffith | :) | 15:45 |
sdague | grenade should provide folks with a guide in code to the minimum required changes to get up and running | 15:45 |
jgriffith | sdague: understood | 15:45 |
*** bswartz has quit IRC | 15:45 | |
jgriffith | sdague: so if the API path is the only change you need, what are you thoughts about a mapping with a deprecation warning, versus just requiring the modification? | 15:46 |
sdague | jgriffith: that would be awesome if you wanted to do that in cinder | 15:46 |
jgriffith | sdague: Well, I hate to do an RC4 just for this... but | 15:47 |
sdague | right now I'm just trying to sort out minimum changes for all the projects, just cinder is the current place I'm tripping (as I got the nova stuff sorted). | 15:47 |
sdague | yeh, I'll file some bugs eventually against all the projects for any changes I find, and the can treat them as other doc issues, or fixes | 15:48 |
sdague | ideally we could roll forward, but I get that won't always be the case, so it should minimally be documented in upgrade notes | 15:49 |
*** alop has quit IRC | 15:49 | |
jgriffith | sdague: indeed | 15:49 |
openstackgerrit | A change was merged to openstack/quantum: Return unicode for object in json and xml serializer https://review.openstack.org/25482 | 15:50 |
*** mrunge has quit IRC | 15:50 | |
*** lmatter has quit IRC | 15:50 | |
*** reed has joined #openstack-dev | 15:51 | |
*** lmatter has joined #openstack-dev | 15:51 | |
*** alop has joined #openstack-dev | 15:51 | |
*** mrodden has quit IRC | 15:56 | |
*** SergeyLukjanov has quit IRC | 15:56 | |
*** timello has quit IRC | 15:58 | |
*** timello has joined #openstack-dev | 15:58 | |
*** SergeyLukjanov has joined #openstack-dev | 15:58 | |
*** timello has quit IRC | 15:59 | |
*** alunduil has joined #openstack-dev | 15:59 | |
sdague | jgriffith: oh, yeh, api-paste.ini is totally borked to go from one to the next | 15:59 |
sdague | ok, going to have to think about that after lunch | 16:00 |
*** lascii is now known as alaski | 16:00 | |
*** trapni has quit IRC | 16:01 | |
*** marun has joined #openstack-dev | 16:01 | |
*** marun has quit IRC | 16:01 | |
*** yjiang5 has joined #openstack-dev | 16:02 | |
jgriffith | sdague: Yeah, looking at that. I'm not sure there's a graceful alternative to just updating the file there | 16:02 |
sdague | yeh, I'm going to go with that for now, and we'll see | 16:02 |
*** lmatter has quit IRC | 16:02 | |
*** jackfeng has joined #openstack-dev | 16:02 | |
jgriffith | sdague: thanks for working on this, let me know how it goes | 16:03 |
jgriffith | sdague: it would be nice if those were the only tricky things I had to call out in the release notes | 16:03 |
*** jgallard has quit IRC | 16:03 | |
*** marun has joined #openstack-dev | 16:03 | |
sdague | yep, I'll ping you after I get more data | 16:04 |
*** sacharya has joined #openstack-dev | 16:05 | |
*** danwent has quit IRC | 16:09 | |
*** winston-d has joined #openstack-dev | 16:10 | |
openstackgerrit | A change was merged to openstack/python-novaclient: Use correct filter name for listing of instances https://review.openstack.org/25535 | 16:10 |
openstackgerrit | A change was merged to openstack/python-novaclient: Skip security groups w/ no protocol. https://review.openstack.org/25802 | 16:10 |
openstackgerrit | A change was merged to openstack/python-novaclient: Improve authentication plugins management. https://review.openstack.org/23820 | 16:10 |
openstackgerrit | A change was merged to openstack/python-novaclient: catch NoKeyringDaemonError from gnomekeyring https://review.openstack.org/24648 | 16:10 |
openstackgerrit | A change was merged to openstack/python-glanceclient: Filter images list by public=True|False https://review.openstack.org/24272 | 16:11 |
*** adjohn has joined #openstack-dev | 16:13 | |
*** corXi has quit IRC | 16:14 | |
*** dolphm has quit IRC | 16:20 | |
*** vipul is now known as vipul|away | 16:24 | |
*** vipul|away is now known as vipul | 16:24 | |
*** egallen has quit IRC | 16:25 | |
*** nati_ueno has joined #openstack-dev | 16:25 | |
*** portante|afk is now known as portante | 16:26 | |
*** Yada has quit IRC | 16:26 | |
*** nati_ueno has quit IRC | 16:26 | |
openstackgerrit | A change was merged to openstack/nova: Prevent nova services' coverage data from combining into nova-api's https://review.openstack.org/24028 | 16:26 |
*** kdbrierly has quit IRC | 16:27 | |
*** rnirmal has quit IRC | 16:29 | |
openstackgerrit | A change was merged to openstack/nova: Add unit tests for nova.volume.cinder.API https://review.openstack.org/25709 | 16:30 |
*** timello has joined #openstack-dev | 16:31 | |
*** bdpayne has joined #openstack-dev | 16:33 | |
*** markmcclain has joined #openstack-dev | 16:34 | |
*** dhellmann has joined #openstack-dev | 16:34 | |
*** rushiagr has joined #openstack-dev | 16:36 | |
*** zoresvit has quit IRC | 16:36 | |
*** Mandell has joined #openstack-dev | 16:36 | |
*** rushiagr1 has quit IRC | 16:37 | |
*** vartom has quit IRC | 16:37 | |
*** SergeyLukjanov has quit IRC | 16:37 | |
*** alunduil has quit IRC | 16:39 | |
*** rmohan has quit IRC | 16:42 | |
*** rmohan has joined #openstack-dev | 16:42 | |
*** esp1 has joined #openstack-dev | 16:42 | |
*** sulo_ has quit IRC | 16:42 | |
*** Yada has joined #openstack-dev | 16:42 | |
*** nati_ueno has joined #openstack-dev | 16:42 | |
*** mrunge has joined #openstack-dev | 16:43 | |
*** vartom has joined #openstack-dev | 16:45 | |
*** FunnyLookinHat has joined #openstack-dev | 16:45 | |
*** lloydde has joined #openstack-dev | 16:48 | |
openstackgerrit | A change was merged to openstack/nova: baremetal: Drop unused columns in bm_nodes https://review.openstack.org/25871 | 16:48 |
*** nunosantos has joined #openstack-dev | 16:48 | |
*** rmohan has quit IRC | 16:48 | |
*** kbrierly has joined #openstack-dev | 16:49 | |
*** rmohan has joined #openstack-dev | 16:50 | |
*** amerine has joined #openstack-dev | 16:52 | |
*** AnilV4 has quit IRC | 16:52 | |
*** xga has quit IRC | 16:52 | |
*** fbo has quit IRC | 16:54 | |
*** bswartz has joined #openstack-dev | 16:56 | |
*** joesavak has joined #openstack-dev | 16:57 | |
*** PaulM has joined #openstack-dev | 16:57 | |
*** xga__ has quit IRC | 16:58 | |
*** ayoung is now known as ayoung-afk | 16:58 | |
*** torandu has joined #openstack-dev | 16:59 | |
*** johnthetubaguy has quit IRC | 17:00 | |
*** yidclare has joined #openstack-dev | 17:02 | |
*** rnirmal has joined #openstack-dev | 17:03 | |
*** jdurgin1 has joined #openstack-dev | 17:03 | |
*** topol has joined #openstack-dev | 17:03 | |
*** rnirmal has quit IRC | 17:04 | |
*** derekh has quit IRC | 17:04 | |
*** jergerber has quit IRC | 17:04 | |
*** yolanda has quit IRC | 17:05 | |
openstackgerrit | A change was merged to openstack/keystone: Fix IBM copyright strings https://review.openstack.org/25906 | 17:06 |
*** rnirmal has joined #openstack-dev | 17:08 | |
*** sacharya has quit IRC | 17:08 | |
*** salgado is now known as salgado-lunch | 17:09 | |
*** markwash_ has joined #openstack-dev | 17:10 | |
*** koolhead17 has quit IRC | 17:14 | |
*** lloydde has quit IRC | 17:15 | |
*** rmohan has quit IRC | 17:15 | |
*** ladquin has joined #openstack-dev | 17:17 | |
*** rmohan has joined #openstack-dev | 17:18 | |
*** Ryan_Lane1 has quit IRC | 17:19 | |
*** ondergetekende has joined #openstack-dev | 17:20 | |
*** yolanda has joined #openstack-dev | 17:23 | |
*** dwaite has joined #openstack-dev | 17:24 | |
*** PaulM has quit IRC | 17:25 | |
*** ayoung-afk is now known as ayoung | 17:28 | |
*** beagles` has joined #openstack-dev | 17:28 | |
*** koolhead17 has joined #openstack-dev | 17:28 | |
*** jog0 has joined #openstack-dev | 17:29 | |
*** vartom has quit IRC | 17:29 | |
*** beagles` is now known as b3nt_pin | 17:29 | |
openstackgerrit | A change was merged to openstack/python-novaclient: Remove actions command from servers. https://review.openstack.org/25916 | 17:29 |
*** beagles has quit IRC | 17:30 | |
*** ondergetekende has quit IRC | 17:31 | |
*** mrodden has joined #openstack-dev | 17:32 | |
*** mrodden has quit IRC | 17:32 | |
*** mrodden has joined #openstack-dev | 17:33 | |
*** doude has left #openstack-dev | 17:33 | |
sdague | any keystone folks around? | 17:34 |
*** READ10 has quit IRC | 17:34 | |
*** boris-42 has joined #openstack-dev | 17:34 | |
sdague | currious what the expected upgrade path is for keystone folsom users is, as the keystone folsom config doesn't seem to work at all with grizzly code | 17:34 |
sdague | I'm going to punt in grenade atm, and just regen it in grizzly, but it would be nice if the number of compatibility issues could be narrowed down | 17:35 |
*** rushiagr has quit IRC | 17:39 | |
*** ladquin has quit IRC | 17:40 | |
*** vartom has joined #openstack-dev | 17:41 | |
*** PaulM has joined #openstack-dev | 17:41 | |
*** johnpur has joined #openstack-dev | 17:44 | |
*** winston-d has quit IRC | 17:45 | |
*** Mandell has quit IRC | 17:45 | |
*** dolphm has joined #openstack-dev | 17:46 | |
*** READ10 has joined #openstack-dev | 17:50 | |
*** enikanorov_ has joined #openstack-dev | 17:52 | |
*** sulo_ has joined #openstack-dev | 17:52 | |
*** ladquin has joined #openstack-dev | 17:52 | |
*** rushiagr has joined #openstack-dev | 17:52 | |
*** enikanorov has quit IRC | 17:54 | |
*** salgado-lunch is now known as salgado | 17:55 | |
*** sdake_ has joined #openstack-dev | 17:56 | |
*** psedlak has quit IRC | 17:57 | |
openstackgerrit | A change was merged to openstack/quantum: blueprint cisco-single-config https://review.openstack.org/21247 | 17:59 |
*** Mandell has joined #openstack-dev | 18:00 | |
*** SergeyLukjanov has joined #openstack-dev | 18:01 | |
*** maoy has quit IRC | 18:02 | |
*** lmatter has joined #openstack-dev | 18:04 | |
*** vartom3 has joined #openstack-dev | 18:06 | |
*** yidclare has quit IRC | 18:06 | |
*** cp16net|away is now known as cp16net | 18:07 | |
*** PaulM has left #openstack-dev | 18:07 | |
*** vartom4 has joined #openstack-dev | 18:08 | |
*** lorin11 has joined #openstack-dev | 18:09 | |
*** vartom has quit IRC | 18:09 | |
*** Ryan_Lane has joined #openstack-dev | 18:09 | |
*** vartom3 has quit IRC | 18:10 | |
*** lorin1 has quit IRC | 18:10 | |
*** morganfainberg1 has quit IRC | 18:10 | |
*** rushiagr has quit IRC | 18:11 | |
*** yidclare has joined #openstack-dev | 18:11 | |
*** maoy has joined #openstack-dev | 18:11 | |
*** novas0x2a|laptop has quit IRC | 18:12 | |
*** vartom5 has joined #openstack-dev | 18:12 | |
*** vartom6 has joined #openstack-dev | 18:14 | |
*** vartom4 has quit IRC | 18:15 | |
*** lorin11 has quit IRC | 18:15 | |
zykes- | sdague: care for a nova question ? | 18:16 |
*** vartom7 has joined #openstack-dev | 18:16 | |
*** rushiagr has joined #openstack-dev | 18:16 | |
*** vartom5 has quit IRC | 18:17 | |
*** vartom8 has joined #openstack-dev | 18:17 | |
*** pabelanger has quit IRC | 18:17 | |
*** vartom6 has quit IRC | 18:18 | |
*** vartom9 has joined #openstack-dev | 18:19 | |
*** danpb has quit IRC | 18:19 | |
*** vartom7 has quit IRC | 18:20 | |
*** vartom10 has joined #openstack-dev | 18:21 | |
*** eharney has quit IRC | 18:21 | |
*** afazekas has quit IRC | 18:21 | |
*** vartom8 has quit IRC | 18:22 | |
*** vartom11 has joined #openstack-dev | 18:23 | |
*** vartom9 has quit IRC | 18:23 | |
*** vartom12 has joined #openstack-dev | 18:25 | |
*** ladquin has quit IRC | 18:25 | |
*** vartom10 has quit IRC | 18:25 | |
*** vartom11 has quit IRC | 18:27 | |
*** vartom13 has joined #openstack-dev | 18:28 | |
*** markwash_ has quit IRC | 18:29 | |
*** vartom12 has quit IRC | 18:30 | |
*** vartom14 has joined #openstack-dev | 18:30 | |
*** crandquist has joined #openstack-dev | 18:31 | |
*** racedo has quit IRC | 18:31 | |
*** vartom13 has quit IRC | 18:32 | |
*** sacharya has joined #openstack-dev | 18:32 | |
*** morganfainberg has joined #openstack-dev | 18:32 | |
*** racedo has joined #openstack-dev | 18:32 | |
*** jackfeng has quit IRC | 18:33 | |
*** sarob has joined #openstack-dev | 18:34 | |
*** vartom15 has joined #openstack-dev | 18:34 | |
*** ondergetekende has joined #openstack-dev | 18:35 | |
*** eharney has joined #openstack-dev | 18:35 | |
*** eharney has quit IRC | 18:35 | |
*** eharney has joined #openstack-dev | 18:35 | |
*** novas0x2a|laptop has joined #openstack-dev | 18:36 | |
*** dosaboy has quit IRC | 18:36 | |
*** utlemming has quit IRC | 18:36 | |
*** vartom16 has joined #openstack-dev | 18:36 | |
*** dosaboy has joined #openstack-dev | 18:36 | |
*** vartom14 has quit IRC | 18:36 | |
*** vartom17 has joined #openstack-dev | 18:38 | |
*** utlemming has joined #openstack-dev | 18:38 | |
*** vartom15 has quit IRC | 18:39 | |
*** vartom18 has joined #openstack-dev | 18:40 | |
*** vartom16 has quit IRC | 18:40 | |
*** vartom17 has quit IRC | 18:42 | |
*** pabelanger has joined #openstack-dev | 18:45 | |
*** lmatter has quit IRC | 18:47 | |
openstackgerrit | A change was merged to openstack/ceilometer: Adpated to nova's gettext changes. https://review.openstack.org/25883 | 18:48 |
*** alexpilotti has quit IRC | 18:48 | |
*** alop has quit IRC | 18:48 | |
*** vipul is now known as vipul|away | 18:49 | |
*** vipul|away is now known as vipul | 18:49 | |
*** markwash has joined #openstack-dev | 18:49 | |
*** eharney has quit IRC | 18:50 | |
ttx | markmcclain: RC3 still blocked on https://review.openstack.org/#/c/25859/ | 18:50 |
*** rmohan has quit IRC | 18:51 | |
*** eharney has joined #openstack-dev | 18:51 | |
*** eharney has quit IRC | 18:51 | |
*** eharney has joined #openstack-dev | 18:51 | |
markmcclain | yeah… wrapping up final testing | 18:51 |
*** rmohan has joined #openstack-dev | 18:52 | |
ttx | markmcclain: take your time, better get it right :) | 18:52 |
*** colinmcnamara has quit IRC | 18:53 | |
*** vipul is now known as vipul|away | 18:53 | |
*** vipul|away is now known as vipul | 18:53 | |
*** alop has joined #openstack-dev | 18:54 | |
*** pabelanger has quit IRC | 18:56 | |
*** devanand1 is now known as devananda | 18:58 | |
*** maoy has quit IRC | 18:59 | |
*** yidclare has quit IRC | 18:59 | |
*** henrynash has joined #openstack-dev | 19:01 | |
*** henrynash has quit IRC | 19:01 | |
*** maoy has joined #openstack-dev | 19:01 | |
*** yidclare has joined #openstack-dev | 19:02 | |
ayoung | dwaite, Napa in July! | 19:02 |
dwaite | I'm trying to find ways to encourage openstack folk to attend, keystone in particular :) | 19:03 |
joesavak | dwaite - lower the cost. ; ) | 19:04 |
*** kutija has joined #openstack-dev | 19:04 | |
*** rushiagr has left #openstack-dev | 19:04 | |
*** fbo has joined #openstack-dev | 19:04 | |
*** pabelanger has joined #openstack-dev | 19:04 | |
openstackgerrit | A change was merged to openstack-dev/grenade: remove the various configure_fooclient calls https://review.openstack.org/25928 | 19:04 |
dwaite | joesavak, I'm looking into what I can offer there. Haven't decided if the person coordinating is just ridiculously overworked or also hoping I'll stop asking :-/ | 19:04 |
joesavak | what does ping think about openID for openstack? | 19:05 |
*** jruzicka has quit IRC | 19:05 | |
*** danwent has joined #openstack-dev | 19:06 | |
dwaite | we find it very compelling! | 19:06 |
*** matiu has joined #openstack-dev | 19:06 | |
*** matiu has quit IRC | 19:06 | |
*** matiu has joined #openstack-dev | 19:06 | |
*** ondergetekende has quit IRC | 19:06 | |
topol | ayoung, dolphm for keystone V2, were there ever best practices on how to leverage an LDAP/AD where all that was stored in a read only LDAP/AD were users and groups of users? | 19:06 |
dwaite | we also have dramatically increased the number of projects internally investigating openstack this year for our own infrastructure (from zero to three) | 19:07 |
dolphm | topol: read-only was the original use case | 19:07 |
dolphm | topol: it was only recently that write operations were introduced | 19:07 |
topol | dolphm, were the groups of users mapped to tenants previously? | 19:07 |
dwaite | one may be deployed on grizzly (or an RC) when they summit happens | 19:08 |
joesavak | dwaite - sweet. Wouldn't mind demo | 19:08 |
ayoung | topol, they could be, using groups | 19:08 |
*** vipul is now known as vipul|away | 19:08 | |
topol | ayoung, that is a scenario I keep seeing and need to convince folks that keystone handles that scenario | 19:09 |
dwaite | joesavak: specifically for openstack services, I find the combination of oauth 2 for API access and authorization, and openid connect for authentication to be interesting. | 19:09 |
dwaite | (since openid connect builds on top of oauth 2, and drops a fair bit of the nasty key negotiation and discovery bits from openid 2) | 19:09 |
topol | any documentation that describes doing that | 19:10 |
ayoung | dwaite, when I read " nasty key negotiation" I hear "they reimplemented X509 and I shrug and move on | 19:10 |
ayoung | " | 19:10 |
joesavak | openID is compelling for webservices trying to drive more users in. Since openstack is more control plane with sys-admins as users and the user base, espcially for private cloud, is low, I'm wondering if openID is overkill | 19:11 |
dwaite | specifically HMAC keys, using DH to dynamically establish a id->secret key relationship | 19:12 |
*** sandywalsh has quit IRC | 19:12 | |
*** vkmc has quit IRC | 19:13 | |
dwaite | joesavak, the compelling part of openid connect to me is that it allows you to establish authentication, but still uses oauth bearer tokens for authorization. most previous protocols didn't have that sort of harmony, if you were trying to solve API problems your technology was different than for browser SSO problems | 19:14 |
*** vkmc has joined #openstack-dev | 19:15 | |
*** vkmc has quit IRC | 19:15 | |
*** vkmc has joined #openstack-dev | 19:15 | |
openstackgerrit | A change was merged to openstack/ceilometer: add v2 query examples https://review.openstack.org/25815 | 19:15 |
joesavak | dwaite - thanks - i need to look into it more | 19:16 |
dwaite | no problem! hit me up when I'm on IRC if you want to talk | 19:16 |
dwaite | also, I have pointers on here http://summit.openstack.org/cfp/details/111 | 19:16 |
joesavak | sweet | 19:17 |
dwaite | ( I left OpenID Connect off because I wanted extra discussion time and because it isn't final, but I am going to see how quickly I can cover that material and if I can add it back) | 19:17 |
*** torandu has quit IRC | 19:17 | |
*** sarob has quit IRC | 19:17 | |
*** torandu has joined #openstack-dev | 19:17 | |
*** b3nt_pin is now known as beagles_back_l8r | 19:18 | |
*** jsavak has joined #openstack-dev | 19:19 | |
*** mrunge has quit IRC | 19:19 | |
*** jkordish has joined #openstack-dev | 19:20 | |
*** adjohn has quit IRC | 19:21 | |
*** lmatter has joined #openstack-dev | 19:21 | |
*** SergeyLukjanov has quit IRC | 19:22 | |
*** joesavak has quit IRC | 19:22 | |
*** sandywalsh has joined #openstack-dev | 19:24 | |
*** SergeyLukjanov has joined #openstack-dev | 19:25 | |
*** heckj has joined #openstack-dev | 19:26 | |
*** sacharya has quit IRC | 19:27 | |
*** vuntz has quit IRC | 19:28 | |
*** vuntz has joined #openstack-dev | 19:28 | |
*** cp16net is now known as cp16net|away | 19:30 | |
*** adalbas has quit IRC | 19:31 | |
*** cp16net|away is now known as cp16net | 19:31 | |
*** dolphm has quit IRC | 19:33 | |
*** vartom2 has quit IRC | 19:33 | |
*** jbresnah has quit IRC | 19:37 | |
*** jbresnah has joined #openstack-dev | 19:38 | |
*** ayoung has quit IRC | 19:38 | |
*** jsindy has joined #openstack-dev | 19:40 | |
*** lmatter has quit IRC | 19:40 | |
*** lmatter has joined #openstack-dev | 19:41 | |
*** dolphm has joined #openstack-dev | 19:42 | |
openstackgerrit | A change was merged to openstack/nova: Raise rather than generating millions of IPs. https://review.openstack.org/25918 | 19:42 |
openstackgerrit | A change was merged to openstack/quantum: Fix lb-vip does not get route to default gw https://review.openstack.org/25859 | 19:42 |
*** adalbas has joined #openstack-dev | 19:43 | |
*** alexpilotti has joined #openstack-dev | 19:44 | |
*** krtaylor has quit IRC | 19:44 | |
*** crandquist has quit IRC | 19:54 | |
*** pixelbeat has quit IRC | 19:55 | |
*** bswartz has quit IRC | 19:56 | |
*** esp1 has quit IRC | 19:56 | |
*** vipul|away is now known as vipul | 19:56 | |
*** gabrielhurley has joined #openstack-dev | 19:58 | |
*** dprince has quit IRC | 20:01 | |
*** topol has quit IRC | 20:03 | |
*** vartom19 has joined #openstack-dev | 20:03 | |
*** sirushti has joined #openstack-dev | 20:03 | |
*** afazekas has joined #openstack-dev | 20:04 | |
*** vartom110 has joined #openstack-dev | 20:05 | |
*** vartom18 has quit IRC | 20:06 | |
*** vartom111 has joined #openstack-dev | 20:06 | |
*** vartom19 has quit IRC | 20:07 | |
*** vartom112 has joined #openstack-dev | 20:08 | |
*** mkollaro has quit IRC | 20:09 | |
*** vartom110 has quit IRC | 20:09 | |
*** vartom111 has quit IRC | 20:12 | |
enikanorov_ | nati_ueno: ping | 20:12 |
*** stevemar has quit IRC | 20:13 | |
*** cp16net is now known as cp16net|away | 20:14 | |
*** lmatter has quit IRC | 20:15 | |
*** cp16net|away is now known as cp16net | 20:15 | |
*** rnirmal has quit IRC | 20:19 | |
*** eharney has quit IRC | 20:21 | |
*** eharney has joined #openstack-dev | 20:21 | |
*** eharney has quit IRC | 20:21 | |
*** eharney has joined #openstack-dev | 20:21 | |
*** krtaylor has joined #openstack-dev | 20:23 | |
*** ladquin has joined #openstack-dev | 20:23 | |
*** ayoung has joined #openstack-dev | 20:24 | |
*** yidclare has quit IRC | 20:25 | |
*** vartom112 has quit IRC | 20:25 | |
*** mkollaro has joined #openstack-dev | 20:25 | |
*** yidclare has joined #openstack-dev | 20:27 | |
*** SergeyLukjanov has quit IRC | 20:34 | |
*** rkukura has quit IRC | 20:34 | |
*** ladquin has quit IRC | 20:35 | |
*** gordc has quit IRC | 20:37 | |
ayoung | dolphm these stable reviews need some love. Should have brought that up in the meeting today, https://review.openstack.org/#/q/status:open+project:openstack/keystone+branch:stable/folsom,n,z | 20:37 |
heckj | ayoung: I'll run over them | 20:38 |
ayoung | heckj, thanks | 20:38 |
dolphm | ayoung: i only have +1 on stable | 20:38 |
ayoung | dolphm, yes, but it is a very heavily weighted +1 coming from the PTL | 20:38 |
dolphm | ayoung: i've voted on all 3 | 20:39 |
ayoung | dolphm, ah..true...thanks | 20:39 |
heckj | dolphm: we should get that updated since you're the PTL now - you should have it | 20:39 |
dolphm | ayoung: is https://review.openstack.org/#/c/24079/ patchset 5 different from 4? | 20:39 |
heckj | dolphm: hit up markmc or apevec... | 20:39 |
ayoung | dolphm, no | 20:39 |
ayoung | just restored and rebased | 20:39 |
*** dwaite has left #openstack-dev | 20:40 | |
*** apevec has joined #openstack-dev | 20:41 | |
ayoung | apevec is now present | 20:41 |
*** lmatter has joined #openstack-dev | 20:41 | |
ayoung | apevec, dolphm is the new ptl | 20:41 |
heckj | dolphm: if you're good with https://review.openstack.org/#/c/23842/2, I'll approve it through - apevec was asking your opinion in there | 20:41 |
ayoung | and should be stable-maint, not heckj | 20:41 |
*** mkollaro has quit IRC | 20:41 | |
apevec | heckj still is from stable/folsom, I think | 20:42 |
apevec | need to pay debt :) | 20:42 |
heckj | heh - okay | 20:42 |
heckj | apevec: just wanted to get dolphm on the list for the stable approvals heading forward | 20:43 |
dolphm | heckj: i intentionally reverted my vote to 0 on that -- there are undocumented additions to the api, and i'm not sure if that qualifies as "stable" | 20:43 |
*** ladquin has joined #openstack-dev | 20:43 | |
apevec | yeah, only "mark 2.0 API as stable" is controversial | 20:44 |
*** spzala has quit IRC | 20:45 | |
heckj | I personally saw 2.0 as something we just "had to deal with", but never considered it solid or particularly correct. I'm ambivelant about calling it stable or not - the moniker is somewhat meaningless to me | 20:45 |
heckj | I never had much of a definition of what 'stable' was to assert it against an API or not | 20:45 |
*** dolphm has quit IRC | 20:45 | |
apevec | but it's not justice to call it 'beta' either | 20:46 |
ayoung | dolphm, so the undocumented functions are the cert ones, right? Lets make an agreement now that they are not going to change, and I will get them documented | 20:46 |
openstackgerrit | A change was merged to openstack-dev/grenade: Client setup updates to track DevStack https://review.openstack.org/25942 | 20:46 |
*** sdake_ has quit IRC | 20:47 | |
*** afazekas has quit IRC | 20:48 | |
*** afazekas has joined #openstack-dev | 20:49 | |
*** READ10 has quit IRC | 20:50 | |
openstackgerrit | A change was merged to openstack/python-novaclient: Fix mispelt x-auth-token header https://review.openstack.org/25933 | 20:52 |
*** sulo__ has joined #openstack-dev | 20:52 | |
*** sdake_ has joined #openstack-dev | 20:52 | |
*** sulo_ has quit IRC | 20:52 | |
*** joesavak has joined #openstack-dev | 20:53 | |
enikanorov_ | arosen: hi | 20:53 |
enikanorov_ | bug/1163569 | 20:53 |
enikanorov_ | isn't it expected behavior what you are observing? | 20:54 |
*** esp1 has joined #openstack-dev | 20:54 | |
*** esp1 has quit IRC | 20:54 | |
*** esp1 has joined #openstack-dev | 20:54 | |
arosen | enikanorov_: no, you want to be able to enforce security groups on vip ports but currently you can't if using the ovs plugin. | 20:56 |
*** jsavak has quit IRC | 20:56 | |
arosen | The current theory is that this is related the vif driver the lbaas agent uses as there is no HybridOVS driver in quantum for it to use. | 20:56 |
enikanorov_ | oh, now i understand what it is about. | 20:57 |
enikanorov_ | at first i thought it's about vip port not working with BridgeInterfaceDriver | 20:57 |
*** otherwiseguy has quit IRC | 21:00 | |
arosen | if you set it to use the LinuxBridge driver it doesn't work with using the ovs plugin... I think this is because of the l2 agent. | 21:00 |
enikanorov_ | well, LinuxBridge driver doesn't create ovs port, so I think packets vip doesn't have connectivity with tenant network it was created in | 21:01 |
enikanorov_ | *-packets | 21:02 |
arosen | indeed | 21:02 |
ayoung | heckj, where does this belong https://etherpad.openstack.org/pki-token-certificate-apis | 21:02 |
*** markwash is now known as markmcwash | 21:02 | |
*** eharney has quit IRC | 21:02 | |
ayoung | I don't think it should be in a WADL under the identity-api repo | 21:02 |
heckj | ayoung: technically in an extension WADL to the V2.0 API | 21:03 |
heckj | I hated/still hate the WADL definitions as they stand, but I've been very outnumbered and overrules on that front :-) | 21:03 |
ayoung | /opt/stack/identity-api/openstack-identity-api/src/docbkx/common | 21:03 |
ayoung | identity-admin.wadl ? | 21:04 |
*** fbo has quit IRC | 21:04 | |
ayoung | heckj, ^^? | 21:04 |
ayoung | heckj, do entries go into WADL if they are not in an XML format? These two URLs are X509 documents | 21:04 |
*** sdake_ has quit IRC | 21:05 | |
heckj | I never updated the WADLs, as they presupposed XML format and there wasn't any significant definition for JSON based APIs from it without a lot of extra smuch in those files. Don't have a good answer for you there | 21:06 |
heckj | the admin API was never particularly documented in the WADL's either, another (IMO) major flaw in 2.0 | 21:06 |
zykes- | can the WADL's be autogenerated ? | 21:07 |
ayoung | heckj, this is the thing keeping dolphm from signing off on 'stable'? | 21:08 |
heckj | zykes-: a WADL can be autogenerated - the ones for Keystone are not and there isn't any code to do so. Typically it's done in reverse though, code generated from WADLs | 21:09 |
*** otherwiseguy has joined #openstack-dev | 21:09 | |
heckj | ayoung: don't have a good answer on the "why" for dolph | 21:10 |
ayoung | just making sure that there is no other docs for 2.0 that I am missing | 21:10 |
*** sdake_ has joined #openstack-dev | 21:10 | |
heckj | nope - that's pretty it | 21:11 |
*** networkstatic has joined #openstack-dev | 21:12 | |
*** pcm_ has quit IRC | 21:12 | |
*** joesavak has quit IRC | 21:14 | |
annegentle | hey guys on wadl | 21:15 |
*** colinmcnamara has joined #openstack-dev | 21:15 | |
annegentle | pretty much wadls have been hand-made so far | 21:15 |
*** diogogmt has quit IRC | 21:15 | |
*** boden has quit IRC | 21:15 | |
annegentle | Quantum has a code patch in review where they auto-gen wadl but I hear it's about six months from being trustable | 21:16 |
annegentle | I'd like wadl for the http://api.openstack.org/api-ref.html page completeness but you can also see how the Compute extensions listing overtake the page, scrolling-wise. We're working on nav for that page. | 21:17 |
annegentle | heckj: ayoung zykes- ^^ | 21:17 |
apevec | ayoung, heckj - gate blocked on error: Installed distribution prettytable 0.7.1 conflicts with requirement prettytable>=0.6,<0.7 | 21:17 |
apevec | why do we have <0.7 ? | 21:17 |
*** cloudchimp has joined #openstack-dev | 21:18 | |
heckj | apevec: only reason I'm aware of was matching what other projects had done re: pinning against incompatible version changes | 21:22 |
apevec | actually it's python-openstackclient | 21:22 |
*** cloudchimp has quit IRC | 21:23 | |
*** dhellmann has quit IRC | 21:24 | |
*** koolhead17 has quit IRC | 21:24 | |
*** pabelanger has quit IRC | 21:26 | |
*** boris-42 has quit IRC | 21:28 | |
apevec | ...indirectly via glanceclient, where it was fixed but post 0.8.0 | 21:28 |
apevec | markmcwash, ping - looks like we need new glanceclient release on pypi to pick up https://github.com/openstack/python-glanceclient/commit/31960f0a8584802852d97ec8ce27b5516b32d63b | 21:31 |
apevec | I hit that in http://logs.openstack.org/23996/4/gate/gate-tempest-devstack-vm-smoke/403/console.html | 21:31 |
apevec | error: Installed distribution prettytable 0.7.1 conflicts with requirement prettytable>=0.6,<0.7 | 21:31 |
*** markmcwash is now known as markwash | 21:31 | |
*** aeperezt has quit IRC | 21:32 | |
bcwaldon | apevec: I'll cut a release for you - markwash and I are behind on that | 21:32 |
apevec | thanks! | 21:33 |
dtroyer | the prettytable bit is actually due to cliff being pinned to <0.7. The fix was released this afternoon. | 21:37 |
*** sacharya has joined #openstack-dev | 21:42 | |
*** andrewbogott is now known as andrewbogott_afk | 21:42 | |
apevec | dtroyer, so also need new quantumclient release on pypi, who owns that? | 21:44 |
dtroyer | Quantum PTL, Dan or (rats, I forgot who is taking over) | 21:45 |
dtroyer | (and when) | 21:46 |
apevec | markmcclain ? | 21:46 |
apevec | quantumclient fix is https://github.com/openstack/python-quantumclient/commit/714ade07ac4d1ac0cdf545f5b0823e88af0c03ae | 21:46 |
markmcclain | dtroyer: we're considering a few other changes to release this week | 21:47 |
markmcclain | is this something that needs to go out now or soon-ish? | 21:47 |
apevec | markmcclain, above commit for prettytable | 21:47 |
apevec | seems it blocks gate, at least on stable/folsom where I noticed it | 21:48 |
dtroyer | I didn't think quantumclient had a prettytable problem. It was via it's use of cliff, which did have a problem intil today. | 21:49 |
markmcclain | quantumclient does have pip dependency on prettytable | 21:50 |
apevec | yeah, it had <0.7 until above commit | 21:51 |
jpich | Just got this prettytable conflict on a review for Horizon master as well (http://logs.openstack.org/25946/1/check/gate-tempest-devstack-vm-full/11306/console.html), which mentions nova dependencies | 21:51 |
apevec | ah so it's urgent | 21:51 |
apevec | not just stable/folsom | 21:51 |
*** markwash has quit IRC | 21:52 | |
dtroyer | apevec: ah, I was looking at master... | 21:52 |
apevec | jpich, it's indirect nova dep, either quantumclient or glanceclient | 21:53 |
apevec | dtroyer, yeah, but deps are resolved using pypi | 21:53 |
sdague | jgriffith: here is your map for cinder upgrade - https://review.openstack.org/#/c/25952/1/upgrade-cinder | 21:54 |
jpich | apevec: Ah, thanks! Haven't had a chance to look at the details yet | 21:54 |
ttx | markmcclain: will tag 65393c2c3cbbb142685965ee1f4177e0c2f0893e as grizzly-rc3 in 2 min | 21:54 |
*** baba has quit IRC | 21:54 | |
*** megha has joined #openstack-dev | 21:54 | |
*** dolphm has joined #openstack-dev | 21:54 | |
markmcclain | ttx: sounds good | 21:55 |
*** markwash has joined #openstack-dev | 21:56 | |
*** lyle is now known as davidlyle | 21:57 | |
*** markwash has quit IRC | 21:58 | |
*** dolphm has quit IRC | 21:59 | |
ttx | markmcclain: done @ https://launchpad.net/quantum/grizzly/grizzly-rc3 | 22:00 |
markmcclain | ttx: thanks | 22:01 |
*** mrodden has quit IRC | 22:02 | |
apevec | dtroyer, last novaclient 2.12.0 missed its prettytable fix too https://github.com/openstack/python-novaclient/commit/54d4b1d355bd8be9ac358eadc425e3495d786e45 | 22:02 |
apevec | vishy, ^^^ | 22:02 |
*** amotoki has joined #openstack-dev | 22:03 | |
markmcclain | apevec: I've pushed 2.2.1 to fix the dep issue | 22:03 |
*** gabrielhurley has quit IRC | 22:03 | |
apevec | markmcclain, cheers | 22:04 |
harlowja | mikal: yt | 22:04 |
*** sdake_ has quit IRC | 22:04 | |
*** john5223 has quit IRC | 22:05 | |
*** mtreinish has quit IRC | 22:05 | |
*** markmcclain has quit IRC | 22:06 | |
*** kbringard has quit IRC | 22:06 | |
*** maoy has quit IRC | 22:08 | |
mikal | harlowja: yep, wassup? | 22:11 |
*** devoid has quit IRC | 22:12 | |
*** sdake_ has joined #openstack-dev | 22:14 | |
*** Gordonz has quit IRC | 22:21 | |
*** lmatter has quit IRC | 22:22 | |
*** mrodden has joined #openstack-dev | 22:23 | |
*** sdake_ has quit IRC | 22:23 | |
*** markwash has joined #openstack-dev | 22:24 | |
*** apevec has quit IRC | 22:26 | |
*** markwash has quit IRC | 22:27 | |
*** alexpilotti has quit IRC | 22:27 | |
*** markwash has joined #openstack-dev | 22:28 | |
*** jab416171_ has quit IRC | 22:28 | |
*** jab416171 has joined #openstack-dev | 22:29 | |
*** uramanan has joined #openstack-dev | 22:29 | |
*** noslzzp has quit IRC | 22:29 | |
*** terryh has quit IRC | 22:34 | |
*** heckj has quit IRC | 22:38 | |
*** amotoki has quit IRC | 22:39 | |
*** ndipanov has quit IRC | 22:39 | |
*** matiu has quit IRC | 22:40 | |
*** portante is now known as portante|afk | 22:43 | |
*** topol has joined #openstack-dev | 22:44 | |
*** olaph has joined #openstack-dev | 22:47 | |
*** danwent has quit IRC | 22:48 | |
jpich | Is there a bug number for tracking that prettytables conflict on gate tests? | 22:49 |
*** olaph_ has quit IRC | 22:50 | |
*** jimfehlig has quit IRC | 22:50 | |
*** terryh has joined #openstack-dev | 22:50 | |
*** ladquin has quit IRC | 22:51 | |
*** sgordon has joined #openstack-dev | 22:51 | |
*** sirushti has quit IRC | 22:52 | |
*** jamielennox has quit IRC | 22:57 | |
*** FunnyLookinHat has quit IRC | 22:57 | |
*** dripton_ has quit IRC | 22:57 | |
*** dripton_ has joined #openstack-dev | 22:58 | |
*** lmatter has joined #openstack-dev | 22:59 | |
*** vipul is now known as vipul|away | 22:59 | |
jgriffith | sdague: very cool! | 22:59 |
*** jpich has quit IRC | 23:00 | |
*** flaper87 has quit IRC | 23:00 | |
*** alop has quit IRC | 23:01 | |
*** lmatter has quit IRC | 23:02 | |
*** pixelbeat has joined #openstack-dev | 23:02 | |
clarkb | dtroyer: what is the prettytable situation? | 23:03 |
*** lloydde has joined #openstack-dev | 23:03 | |
clarkb | do we need the latest version of cliff on the openstack mirror? | 23:03 |
clarkb | jeblair: ^ | 23:03 |
clarkb | looks like it is there. http://pypi.openstack.org/openstack/cliff/ | 23:04 |
*** vipul|away is now known as vipul | 23:04 | |
*** andrewbogott_afk is now known as andrewbogott | 23:05 | |
*** vipul is now known as vipul|away | 23:05 | |
*** woodspa has quit IRC | 23:05 | |
*** lcheng has quit IRC | 23:06 | |
*** burris has quit IRC | 23:11 | |
*** burris has joined #openstack-dev | 23:11 | |
*** pabelanger has joined #openstack-dev | 23:11 | |
*** jamielennox has joined #openstack-dev | 23:13 | |
*** jamielennox_ has joined #openstack-dev | 23:13 | |
*** markwash has quit IRC | 23:14 | |
*** sdake_ has joined #openstack-dev | 23:21 | |
*** crandquist has joined #openstack-dev | 23:22 | |
*** cdub_ has quit IRC | 23:22 | |
*** krtaylor has quit IRC | 23:23 | |
*** dsanders has joined #openstack-dev | 23:29 | |
*** dhellmann has joined #openstack-dev | 23:29 | |
*** lloydde has quit IRC | 23:30 | |
*** kutija has quit IRC | 23:31 | |
*** Yada has quit IRC | 23:31 | |
*** nunosantos has quit IRC | 23:31 | |
*** davidlyle has quit IRC | 23:38 | |
*** uramanan has quit IRC | 23:50 | |
*** kaushikc has joined #openstack-dev | 23:51 | |
*** ociuhandu has quit IRC | 23:51 | |
*** uramanan has joined #openstack-dev | 23:51 | |
*** uramanan has quit IRC | 23:51 | |
zykes- | vkmc: ping | 23:51 |
*** vipul|away is now known as vipul | 23:52 | |
openstackgerrit | A change was merged to openstack/oslo-incubator: rpc: fix positional args in remote exceptions https://review.openstack.org/25412 | 23:54 |
*** lloydde has joined #openstack-dev | 23:54 | |
vkmc | zykes-, Hey | 23:54 |
*** esp1 has left #openstack-dev | 23:54 | |
*** ladquin has joined #openstack-dev | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!