Tuesday, 2013-04-02

marunarosen: pretty much, yeah.  encapsulation, the solution to all problems ;)00:00
*** sacharya has joined #openstack-dev00:00
marunnova/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
arosenmarun: 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.py00:01
marunCool, that's definitely a step in the right direction.00:02
jog0marun:  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
dolphmtermie: thanks00:02
marunjog0: 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
jog0marun: I am not sure how ready the separate hacking binary is, so you should cordinate with mordred00:04
marunjog0: will do, thanks!00:05
marunarosen: thank you for being patient and informing me!  Were I more in the loop I might have seen this already.00:05
marunmordred: ping00:06
arosenmarun: np! Thanks for pointing out that blog. I totally agree with you that we could do better in this area.00:06
marunarosen: 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 IRC00:07
*** lunarjar has joined #openstack-dev00:10
arosenmarun:  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 IRC00:11
marunarosen: 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
marunarosen: Are you following those instructions for some reason?00:14
marunarosen: 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-dev00:18
*** bdpayne has quit IRC00:21
arosenmarun: 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-dev00:26
marunarosen: 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-dev00:27
marunShould be up by wednesday.00:27
arosenmarun:  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 IRC00:37
*** colinmcnamara has joined #openstack-dev00:37
*** zul has joined #openstack-dev00:40
*** techlife has quit IRC00:40
*** alexxu has joined #openstack-dev00:42
*** Tross1 has quit IRC00:44
*** techlife has joined #openstack-dev00:46
*** alexxu has quit IRC00:46
openstackgerritA change was merged to openstack-dev/devstack: Clean up Nova API prereq  https://review.openstack.org/2572700:47
openstackgerritA change was merged to openstack/quantum: Imported Translations from Transifex  https://review.openstack.org/2586500:47
*** Ryan_Lane has joined #openstack-dev00:48
*** soody has quit IRC00:48
*** jog0 has quit IRC00:52
*** Tross has joined #openstack-dev00:53
*** kaushikc has joined #openstack-dev00:55
*** mrodden has joined #openstack-dev00:55
*** andrewbogott is now known as andrewbogott_afk00:58
*** pfliu has joined #openstack-dev01:01
*** jtran_ has joined #openstack-dev01:04
*** pabelanger has quit IRC01:04
*** jtran_ has quit IRC01:04
*** jtran has quit IRC01:04
*** jtran has joined #openstack-dev01:04
*** Ryan_Lane has quit IRC01:05
*** yidclare has quit IRC01:08
*** topol has joined #openstack-dev01:08
*** Ryan_Lane has joined #openstack-dev01:11
*** winston-d has joined #openstack-dev01:12
*** READ10 has joined #openstack-dev01:12
*** jtran has quit IRC01:16
*** jtran_ has joined #openstack-dev01:16
*** terry7 has quit IRC01:23
marunarosen: for my own benefit, why do invocations of the route command ignore errors?01:26
arosenmarun:  they raise a Runtime error if their return is nonzero i believe01:33
marunarosen: But wouldn't the failure of some of these commands leave the system in an undesirable state?01:34
marunarosen: I guess I01:34
marun'm ard pressed to see ignoring errors as desirable.01:34
marunaroson: At the same time I know it's a pretty pervasive thing in quantum.01:34
arosenmarun:  I don't things so, hopefully all these only do one transaction and if that fails a runtime exception is raised.01:34
arosenhttps://github.com/openstack/quantum/blob/master/quantum/agent/linux/utils.py#L6001:35
*** amotoki has joined #openstack-dev01:36
marunarosen: 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 IRC01:36
marunarosen: It implies that the program doesn't care whether the command succeeds or fails.01:37
marunarosen: And it's up to the confused user/operator/whatever to find the error in the logs to debug.01:37
*** kaushikc has quit IRC01:38
arosenmarun: ah I see what you are talking about. That check_exit_code = False as there before. I did not add that.01:38
arosenmarun:  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
marunarosen: 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
arosenmarun: actually, i copied this code from the l3_agent where it had put check_exit_code = False.01:39
marunarosen: lol, copy-paste wins again!01:39
arosen:)01:39
marunarosen: 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
arosenmarun:  sounds good. Thanks for the indepth review.01:41
marunarosen: happy to help!01:41
*** jasdeepH has quit IRC01:41
*** Tross has quit IRC01:43
*** amerine has quit IRC01:44
*** sarob has joined #openstack-dev01:44
*** alop has quit IRC01:50
*** amerine has joined #openstack-dev01:50
*** morganfainberg has quit IRC01:50
*** alop has joined #openstack-dev01:52
*** esheffield has quit IRC01:53
*** alop_ has joined #openstack-dev01:54
*** alop has quit IRC01:56
*** alop_ is now known as alop01:56
openstackgerritA change was merged to openstack/keystone: Share one engine for more than just sqlite in-memory  https://review.openstack.org/2583101:57
*** stevemar has joined #openstack-dev02:00
*** riskable has quit IRC02:05
*** danwent has quit IRC02:09
*** koolhead17 has joined #openstack-dev02:09
*** nati_ueno has quit IRC02:13
*** nati_ueno has joined #openstack-dev02:13
*** stevemar has quit IRC02:14
*** pixelbeat has quit IRC02:15
*** cdub_ has joined #openstack-dev02:16
*** READ10 has quit IRC02:21
*** jtran_ has quit IRC02:21
*** anteaya has left #openstack-dev02:22
*** marun has quit IRC02:22
*** agentle_ has joined #openstack-dev02:28
*** agentle_ has quit IRC02:28
*** morganfainberg has joined #openstack-dev02:29
*** pfliu has quit IRC02:30
*** epim has quit IRC02:32
*** novas0x2a|laptop has quit IRC02:34
*** rohitk has joined #openstack-dev02:34
*** koolhead17 has quit IRC02:36
*** lmatter has joined #openstack-dev02:37
*** pixelbeat has joined #openstack-dev02:37
*** jasdeepH has joined #openstack-dev02:37
*** nati_ueno has quit IRC02:37
*** nati_ueno has joined #openstack-dev02:38
*** Tross has joined #openstack-dev02:39
*** tomoe_ has quit IRC02:41
*** tomoe_ has joined #openstack-dev02:42
*** rohitk_alt has joined #openstack-dev02:43
*** rohitk has quit IRC02:43
*** pfliu has joined #openstack-dev02:44
*** tomoe_ has quit IRC02:46
*** dims has quit IRC02:47
*** Tross has quit IRC02:49
*** koolhead17 has joined #openstack-dev02:49
*** rohitk_alt has quit IRC02:50
*** tomoe_ has joined #openstack-dev02:54
*** esp1 has joined #openstack-dev02:55
*** winston-d has quit IRC03:02
*** alop has quit IRC03:02
*** kaushikc has joined #openstack-dev03:06
*** networkstatic has joined #openstack-dev03:07
*** alexpilotti has quit IRC03:08
*** Tross has joined #openstack-dev03:13
*** stevemar has joined #openstack-dev03:17
*** torandu has joined #openstack-dev03:17
*** Tross has quit IRC03:18
*** ladquin is now known as ladquin_away03:19
*** Mandell has joined #openstack-dev03:20
*** adjohn has quit IRC03:20
*** esp1 has quit IRC03:23
*** bdpayne has joined #openstack-dev03:24
*** tomoe_ has quit IRC03:25
*** tomoe_ has joined #openstack-dev03:26
*** bdpayne has quit IRC03:26
*** esp1 has joined #openstack-dev03:28
*** tomoe_ has quit IRC03:30
*** alunduil has joined #openstack-dev03:35
*** mohits_ has joined #openstack-dev03:38
*** alunduil has quit IRC03:41
*** koolhead17 has quit IRC03:41
*** mohits has quit IRC03:41
*** danwent has joined #openstack-dev03:42
*** mohits_ has quit IRC03:43
*** PaulM has joined #openstack-dev03:44
*** PaulM has left #openstack-dev03:44
*** winston-d has joined #openstack-dev03:45
*** markwash has joined #openstack-dev03:46
*** jasdeepH_ has joined #openstack-dev03:46
*** jasdeepH has quit IRC03:47
*** jasdeepH_ is now known as jasdeepH03:47
*** pixelbeat has quit IRC03:49
*** otherwiseguy has joined #openstack-dev03:52
*** alunduil has joined #openstack-dev03:53
*** koolhead17 has joined #openstack-dev03:54
*** olaph_ has quit IRC03:56
*** olaph has joined #openstack-dev03:57
*** nunosantos has quit IRC04:01
*** rushiagr has joined #openstack-dev04:03
*** sthaha has quit IRC04:07
*** stevemar has quit IRC04:07
*** adjohn has joined #openstack-dev04:08
*** colinmcnamara has quit IRC04:08
*** aditirav has joined #openstack-dev04:09
*** aditirav has quit IRC04:10
*** aditirav has joined #openstack-dev04:10
*** sthaha has joined #openstack-dev04:10
*** sarob has quit IRC04:13
*** aeperezt has quit IRC04:14
*** SergeyLukjanov has joined #openstack-dev04:15
*** HenryG has quit IRC04:15
*** HenryG has joined #openstack-dev04:18
*** rkukura has quit IRC04:23
*** winston-d has quit IRC04:25
*** adjohn has quit IRC04:28
*** rkukura has joined #openstack-dev04:38
*** ewindisch has quit IRC04:38
*** ewindisch has joined #openstack-dev04:42
*** marun has joined #openstack-dev04:44
*** xchu has joined #openstack-dev04:45
*** novas0x2a|laptop has joined #openstack-dev04:47
*** zaitcev has quit IRC04:50
*** matiu has quit IRC04:50
*** otherwiseguy has quit IRC04:52
*** Ryan_Lane has quit IRC04:53
*** aditirav_ has joined #openstack-dev04:56
*** koolhead17 has quit IRC04:57
*** sacharya has quit IRC04:57
*** aditirav has quit IRC04:58
*** aditirav_ is now known as aditirav04:58
*** Tross has joined #openstack-dev05:01
openstackgerritA change was merged to openstack/nova: Imported Translations from Transifex  https://review.openstack.org/2577105:01
*** Madkiss has quit IRC05:05
*** zyluo has quit IRC05:08
*** Madkiss has joined #openstack-dev05:09
*** Madkiss has joined #openstack-dev05:09
*** aditirav has quit IRC05:09
*** aditirav has joined #openstack-dev05:09
*** AnilV4 has joined #openstack-dev05:11
*** esp1 has quit IRC05:12
*** hattwick has quit IRC05:12
*** tomoe_ has joined #openstack-dev05:13
*** Tross has quit IRC05:14
*** kaushikc has quit IRC05:16
*** nati_ueno has quit IRC05:17
*** Madkiss has quit IRC05:18
*** almaisan-away is now known as al-maisan05:18
*** PaulM has joined #openstack-dev05:20
*** Madkiss has joined #openstack-dev05:21
*** Madkiss has joined #openstack-dev05:21
*** boris-42 has joined #openstack-dev05:24
*** xarg has quit IRC05:26
*** Tross has joined #openstack-dev05:26
*** zb has joined #openstack-dev05:26
*** cdub_ has quit IRC05:27
*** gongysh_ has quit IRC05:28
*** navid_ has joined #openstack-dev05:28
*** zbitter has quit IRC05:28
*** tomoe_ has quit IRC05:31
*** kaushikc has joined #openstack-dev05:34
*** rmohan has quit IRC05:35
*** xarg has joined #openstack-dev05:36
*** rmohan has joined #openstack-dev05:36
*** kaushikc1 has joined #openstack-dev05:37
*** kaushikc has quit IRC05:37
*** adjohn has joined #openstack-dev05:39
*** davidkranz has quit IRC05:40
*** SergeyLukjanov has quit IRC05:40
*** adjohn has quit IRC05:44
*** sirushti has joined #openstack-dev05:45
*** mrunge has joined #openstack-dev05:47
*** reed has quit IRC05:49
*** davidkranz has joined #openstack-dev05:49
*** torandu has quit IRC05:52
*** al-maisan is now known as almaisan-away05:57
*** alexxu has joined #openstack-dev06:00
*** danwent_ has joined #openstack-dev06:01
*** danwent has quit IRC06:01
*** danwent_ is now known as danwent06:01
*** vartom has joined #openstack-dev06:03
*** lmatter has quit IRC06:06
*** sirushti has quit IRC06:06
*** terryh has quit IRC06:08
*** terryh has joined #openstack-dev06:09
*** tomoe_ has joined #openstack-dev06:12
*** jasdeepH has quit IRC06:14
*** tomoe_ has quit IRC06:17
*** jasdeepH has joined #openstack-dev06:21
*** jasdeepH has quit IRC06:22
*** PaulM has left #openstack-dev06:25
*** llu has quit IRC06:29
*** mindpixel has joined #openstack-dev06:30
*** sirushti has joined #openstack-dev06:32
*** belmoreira has joined #openstack-dev06:36
*** adjohn has joined #openstack-dev06:42
*** ayoung has quit IRC06:43
*** sgordon has joined #openstack-dev06:43
*** aditirav has quit IRC06:43
*** aditirav has joined #openstack-dev06:44
*** burris has quit IRC06:45
*** vartom2 has joined #openstack-dev06:48
*** belmoreira has quit IRC06:48
*** vartom has quit IRC06:49
*** belmoreira has joined #openstack-dev06:50
*** belmoreira has quit IRC06:54
*** belmoreira1 has joined #openstack-dev06:54
*** belmoreira1 has left #openstack-dev06:55
*** ayoung has joined #openstack-dev06:56
*** flaper87 has joined #openstack-dev06:56
*** llu has joined #openstack-dev06:58
*** winston-d has joined #openstack-dev07:00
*** adjohn has quit IRC07:00
*** zoresvit has joined #openstack-dev07:02
*** yolanda has joined #openstack-dev07:03
kaushikc1anyone around?07:03
kaushikc1had some questions on virt drivers07:03
kaushikc1in nova07:03
*** ijw has quit IRC07:05
*** ijw has joined #openstack-dev07:05
*** xga has joined #openstack-dev07:05
*** gongysh_ has joined #openstack-dev07:07
*** salv-orlando has joined #openstack-dev07:07
*** Ryan_Lane has joined #openstack-dev07:09
*** harlowja has quit IRC07:10
*** harlowja has joined #openstack-dev07:11
openstackgerritA change was merged to openstack/quantum: Enable authZ checks for member actions  https://review.openstack.org/2488607:14
*** aloga has joined #openstack-dev07:17
*** tomoe_ has joined #openstack-dev07:17
*** tomoe_ has quit IRC07:18
*** Yada has joined #openstack-dev07:18
*** tomoe_ has joined #openstack-dev07:19
*** romcheg has joined #openstack-dev07:20
*** shardy has joined #openstack-dev07:21
*** romcheg has left #openstack-dev07:21
*** giulivo has joined #openstack-dev07:22
*** zoresvit has quit IRC07:22
*** tomoe_ has quit IRC07:23
*** jgallard has joined #openstack-dev07:24
*** afazekas has joined #openstack-dev07:26
openstackgerritA change was merged to openstack/swift: Dynamic Large Object sleeps too much  https://review.openstack.org/2582707:27
*** mindpixel has quit IRC07:28
*** mindpixel has joined #openstack-dev07:28
*** afazekas has quit IRC07:31
*** boris-42 has quit IRC07:33
*** jprovazn has joined #openstack-dev07:34
*** nimi has quit IRC07:34
*** zoresvit has joined #openstack-dev07:36
*** openstack has joined #openstack-dev07:41
*** swifterdarrell has quit IRC07:41
*** jgallard has quit IRC07:42
*** jgallard has joined #openstack-dev07:42
*** swifterdarrell has joined #openstack-dev07:45
*** techlife has quit IRC07:46
*** afazekas has joined #openstack-dev07:46
*** fire has joined #openstack-dev07:47
*** techlife has joined #openstack-dev07:47
*** SergeyLukjanov has joined #openstack-dev07:47
openstackgerritA change was merged to openstack-dev/devstack: Use sudo to remove packages  https://review.openstack.org/2546207:47
*** mkollaro has joined #openstack-dev07:49
*** sulo_ has joined #openstack-dev07:49
*** Oneiroi has joined #openstack-dev07:51
*** zb is now known as zaneb07:53
*** dosaboy has joined #openstack-dev07:53
*** mkerrin has joined #openstack-dev07:53
*** ndipanov has joined #openstack-dev07:53
*** topol has quit IRC07:55
*** SergeyLukjanov has quit IRC07:57
*** AnilV4 has quit IRC07:59
*** racedo` is now known as racedo07:59
*** zoresvit1 has joined #openstack-dev08:00
*** marun has quit IRC08:00
*** zoresvit1 has quit IRC08:00
*** zoresvit1 has joined #openstack-dev08:00
*** eglynn has joined #openstack-dev08:01
*** fbo has joined #openstack-dev08:02
*** jgallard has quit IRC08:02
*** zoresvit has quit IRC08:02
*** jgallard has joined #openstack-dev08:03
*** ladquin_away has quit IRC08:08
*** Kun has joined #openstack-dev08:09
*** aloga_ has joined #openstack-dev08:10
*** zoresvit1 has quit IRC08:10
*** doude has joined #openstack-dev08:11
KunHi,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#start08:11
*** zoresvit has joined #openstack-dev08:12
*** markwash has quit IRC08:13
*** Kun has quit IRC08:17
*** AnilV4 has joined #openstack-dev08:18
*** jpich has joined #openstack-dev08:24
*** zoresvit has quit IRC08:25
*** darjeeling has quit IRC08:29
*** sirushti has quit IRC08:32
*** sirushti has joined #openstack-dev08:32
*** avishay has joined #openstack-dev08:32
*** sirushti has quit IRC08:33
*** kaushikc1 has quit IRC08:33
*** sirushti has joined #openstack-dev08:33
*** kaushikc has joined #openstack-dev08:33
*** iartarisi has joined #openstack-dev08:34
*** amotoki has quit IRC08:36
*** zoresvit has joined #openstack-dev08:39
*** trapni has joined #openstack-dev08:47
*** trapni has joined #openstack-dev08:47
*** xarg has quit IRC08:47
*** corXi has joined #openstack-dev08:48
*** jprovazn has quit IRC08:49
*** boris-42 has joined #openstack-dev08:49
*** fbo_ has joined #openstack-dev08:50
*** jprovazn has joined #openstack-dev08:52
*** winston-d has quit IRC08:55
*** SergeyLukjanov has joined #openstack-dev08:56
*** jprovazn has quit IRC08:58
*** xarg has joined #openstack-dev09:00
*** ijw1 has joined #openstack-dev09:02
*** alop has joined #openstack-dev09:02
*** xarg_ has joined #openstack-dev09:03
*** ijw has quit IRC09:05
*** henrynash has quit IRC09:13
*** xarg has quit IRC09:16
*** xarg_ is now known as xarg09:16
*** xga_ has joined #openstack-dev09:17
*** vartom has joined #openstack-dev09:17
*** alexpilotti has joined #openstack-dev09:19
*** amerine has quit IRC09:24
*** zoresvit has quit IRC09:26
*** jprovazn has joined #openstack-dev09:27
*** egallen has joined #openstack-dev09:32
*** hattwick has joined #openstack-dev09:35
*** boris-42 has quit IRC09:36
*** Thor has quit IRC09:38
*** xarg_ has joined #openstack-dev09:38
*** Thor has joined #openstack-dev09:38
*** psedlak has joined #openstack-dev09:40
*** derekh has joined #openstack-dev09:41
*** egallen has quit IRC09:43
trapnihttp://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-dev09:44
*** zoresvit has joined #openstack-dev09:45
trapnithe 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 IRC09:48
*** garyk has joined #openstack-dev09:49
*** egallen has joined #openstack-dev09:49
*** johnthetubaguy has joined #openstack-dev09:49
*** boris-42 has joined #openstack-dev09:51
*** almaisan-away has quit IRC09:51
*** pfliu has quit IRC09:52
trapniwhen 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
trapnibut this error message is not helping me et al... What exactly errored here ?09:57
trapnicommands like `keystone tenant-list` and `nova-list` seem to work (though: a `nova reboot $VM` does not...09:58
jpichtrapni: Retrieving the list of floating IPs is failing, is nova-network up and running?09:58
trapniah! let me check (it is running however)09:59
trapnibut you got a point, it maybe doesn't know about the RabbitMQ relocation yet (multi_host=false)09:59
*** SergeyLukjanov has quit IRC10:01
jpichtrapni: 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
uvirtbotLaunchpad bug 961761 in nova "If nova-network is down, Access and Security panel hangs" [Low,Confirmed]10:02
*** xchu has quit IRC10:02
trapnijpich, 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.... hmm10:03
*** SergeyLukjanov has joined #openstack-dev10:03
trapnialthough, I'm also getting a "timeout" in the logs when trying to reboot an instance10:03
trapnijpich, http://paste.openstack.org/show/35113/ is this still nova-network related ?10:04
trapnithis is the error I cought on the compute node, hosting the instance I am trying to reboot10:05
jpichtrapni: I can't tell, but it's definitely queue related so it's likely related to the RabbitMQ relocation you mentioned10:06
trapnihm, yes10:06
trapnibut 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-dev10:07
*** pcm__ has quit IRC10:07
trapniah!10:07
trapnijpich, is nova-network using the cc_host flag in nova.conf ? and if, for what ?10:08
*** pcm_ has joined #openstack-dev10:08
*** Yada has quit IRC10:09
*** vartom2 has quit IRC10:10
jpichtrapni: 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-dev10:13
*** ondergetekende has joined #openstack-dev10:14
*** vartom2 has joined #openstack-dev10:14
trapnijpich, yeah, but many thanks anyway, man :)10:14
*** zoresvit has quit IRC10:18
*** boris-42 has quit IRC10:20
*** jhesketh_ has quit IRC10:21
*** alino2 has joined #openstack-dev10:22
*** sgordon has quit IRC10:24
*** egallen has quit IRC10:27
*** zoresvit has joined #openstack-dev10:35
*** boris-42 has joined #openstack-dev10:39
*** alexxu has quit IRC10:42
*** jprovazn has quit IRC10:49
*** ayoung has quit IRC10:55
*** rkukura has quit IRC10:56
*** alop has quit IRC11:01
*** AnilV4 has quit IRC11:02
*** darjeeling has joined #openstack-dev11:04
*** jprovazn has joined #openstack-dev11:04
*** boden has joined #openstack-dev11:10
*** darjeeling has quit IRC11:10
enikanorovsalv-orlando: hi11:14
salv-orlandoenikanorov: hi11:16
enikanorovi wanted to discuss https://bugs.launchpad.net/quantum/+bug/116033311:16
uvirtbotLaunchpad bug 1160333 in quantum "N+1 DB queries executed when extra_route extension is enabled" [Medium,In progress]11:16
*** alino2 has quit IRC11:18
enikanorovit there a reason not to add relationship between router and route?11:19
*** Yada has joined #openstack-dev11:19
*** markmcclain has joined #openstack-dev11:20
*** Ryan_Lane has quit IRC11:25
*** Ryan_Lane1 has joined #openstack-dev11:25
*** belmoreira has joined #openstack-dev11:26
*** ladquin has joined #openstack-dev11:30
*** xarg has quit IRC11:31
*** xarg_ is now known as xarg11:31
*** ladquin has quit IRC11:32
*** markmcclain has quit IRC11:34
*** sandywalsh has quit IRC11:36
*** markmcclain has joined #openstack-dev11:38
*** networkstatic has quit IRC11:38
*** fire has quit IRC11:38
*** baba has joined #openstack-dev11:39
*** Ryan_Lane1 has quit IRC11:41
openstackgerritA change was merged to openstack-dev/devstack: Move setup_develop call  https://review.openstack.org/2586411:41
*** Ryan_Lane has joined #openstack-dev11:41
openstackgerritA change was merged to openstack-dev/devstack: Correctly source .stackenv  https://review.openstack.org/2572011:41
openstackgerritA change was merged to openstack-dev/devstack: Allow a plugin specific interface_driver config in q-lbaas  https://review.openstack.org/2511411:42
openstackgerritA change was merged to openstack-dev/devstack: Add Quantum NEC OpenFlow plugin support  https://review.openstack.org/2516011:43
openstackgerritA change was merged to openstack-dev/devstack: Change default PUBLIC_NETWORK_NAME/DEFAULT_FLOATING_POOL name  https://review.openstack.org/2547111:43
*** belmoreira has quit IRC11:48
*** arbrandes has joined #openstack-dev11:48
*** sandywalsh has joined #openstack-dev11:49
*** kaushikc has quit IRC11:49
*** dhellmann has quit IRC11:50
*** Ryan_Lane has quit IRC11:50
*** Ryan_Lane has joined #openstack-dev11:50
openstackgerritA change was merged to openstack/tempest: Add basic quota tests  https://review.openstack.org/2442611:51
*** rushiagr has left #openstack-dev11:52
*** olaph_ has joined #openstack-dev11:53
*** stevemar has joined #openstack-dev11:54
*** Ryan_Lane1 has joined #openstack-dev11:55
*** Ryan_Lane has quit IRC11:55
openstackgerritA change was merged to openstack/tempest: Remove skips in quota tests.  https://review.openstack.org/2559711:56
openstackgerritA change was merged to openstack/quantum: Update Ryu plugin README  https://review.openstack.org/2589211:56
*** anteaya has joined #openstack-dev11:56
*** olaph has quit IRC11:56
*** belmoreira has joined #openstack-dev11:56
*** cdub_ has joined #openstack-dev11:58
*** egallen has joined #openstack-dev11:59
*** jruzicka has joined #openstack-dev12:00
*** VijayKodam has joined #openstack-dev12:04
*** jprovazn has quit IRC12:04
VijayKodamGetting "keywords must be strings error" while running keystone. http://paste.openstack.org/show/35117/12:05
VijayKodamUsing the latest grizzly code12:05
VijayKodampython version is 2.6.212:05
VijayKodamthere is a known unicode support issue in python2.6.212:05
anteayawhat are you doing that you encounter this error, VijayKodam?12:06
VijayKodami was running this command: keystone  service-create --name=keystone --type=identity --description="Identity Service"12:08
*** sirushti has quit IRC12:08
anteayaright12:08
anteayawhy?12:08
anteayawhat stage are you at that you were doing that?12:08
VijayKodamsetting up keystone12:08
VijayKodamcreating services12:08
anteayaare you following a set of instructions?12:08
VijayKodamyes12:08
VijayKodamthe openstack manual12:09
VijayKodamonly difference is the machine on which i am running it has windriver12:09
VijayKodamwhich is not officially supported yet12:09
*** xga has quit IRC12:09
anteayawhat is windriver?12:09
VijayKodamwindriver linux is an embedded OS12: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 Spice12:10
*** xga_ has quit IRC12:10
*** cdub_ has quit IRC12:10
*** markmcclain has quit IRC12:11
*** dims has joined #openstack-dev12:11
anteayaVijayKodam: have you tried working with keystone in a situation without windriver to see if perhaps windriver might be causing an issue?12:11
anteayazykes-: I have not seen that error before12:11
VijayKodami successfully brought up openstack on ubuntu and fedora 18 previously12:11
VijayKodamboth are manual installations12:11
VijayKodamanteaya: refer to this bug. https://answers.launchpad.net/keystone/+question/21977312:13
*** xga has joined #openstack-dev12:14
*** xga_ has joined #openstack-dev12:14
*** jgallard has quit IRC12:14
anteayadid you confim keystone is running? pls confirm the keystone-all is running by12:14
anteaya$ps -ef | grep keystone-all12:14
*** Ryan_Lane1 has quit IRC12:14
*** Ryan_Lane has joined #openstack-dev12:14
*** jgallard has joined #openstack-dev12:14
*** dolphm has joined #openstack-dev12:15
*** jprovazn has joined #openstack-dev12:16
zykes-VijayKodam: windriver ?12:16
*** aloga__ has joined #openstack-dev12:16
*** rnirmal has joined #openstack-dev12:17
*** aloga_ has quit IRC12:17
*** xarg_ has joined #openstack-dev12:17
*** aloga_ has joined #openstack-dev12:19
*** radez_g0n3 is now known as radez12:19
anteayaVijayKodam: so you are saying that windriver is the OS that is underneath your current openstack installation?12:19
*** Ryan_Lane1 has joined #openstack-dev12:20
*** Ryan_Lane has quit IRC12:20
anteayaubuntu and fedora are supported OSs12:20
anteayaI have never heard of windriver before12:20
anteayaso if you have had success in the past following the same instructions on ubuntu and fedora12:21
anteayaI suspect that windriver might be playing a role12:21
anteayathough if you can upgrade to python 2.7, that might be a good start12:21
*** HenryG has quit IRC12:22
*** cdub_ has joined #openstack-dev12:22
*** eglynn is now known as hungry-eglynn12:25
*** beagles has quit IRC12:26
*** morganfainberg has quit IRC12:26
*** morganfainberg1 has joined #openstack-dev12:26
*** beagles has joined #openstack-dev12:26
*** romcheg1 has joined #openstack-dev12:29
*** jprovazn has quit IRC12:31
*** aloga_ has quit IRC12:32
*** aloga__ has quit IRC12:32
*** Thor has quit IRC12:32
*** Thor has joined #openstack-dev12:32
*** aloga_ has joined #openstack-dev12:33
*** romcheg1 has left #openstack-dev12:33
*** HenryG has joined #openstack-dev12:35
*** cdub_ has quit IRC12:35
*** markmcclain has joined #openstack-dev12:36
*** riskable has joined #openstack-dev12:39
*** riskable has quit IRC12:39
*** riskable has joined #openstack-dev12:39
*** Ryan_Lane1 has quit IRC12:41
*** Ryan_Lane has joined #openstack-dev12:41
*** SergeyLukjanov has quit IRC12:44
*** jgallard has quit IRC12:45
VijayKodamanteaya: unfortunately upgrading python to 2.7 right now is not possible12:45
*** jgallard has joined #openstack-dev12:46
VijayKodamzykes: windriver linux is an embedded linux OS12:46
*** sirushti has joined #openstack-dev12:46
VijayKodamanteaya: the issue has been tracked down to python support for unicode literals12:46
anteayaVijayKodam: I think that I am out of things to suggest12:47
anteayaokay12:47
anteayaso what do you think is a good way forward?12:47
VijayKodamfind out where keystone is using unicode12:47
VijayKodamand convert it to string12:48
VijayKodamvish ishaya has done it in some places12:48
*** vkmc has joined #openstack-dev12:48
*** vkmc has quit IRC12:48
*** vkmc has joined #openstack-dev12:48
VijayKodami couldnt get the exact code where the unicode is being sent in keystone request12:48
*** xarg is now known as xarg__12:49
*** xarg_ is now known as xarg12:49
*** adalbas has joined #openstack-dev12:50
*** hungry-eglynn is now known as eglynn12:55
*** Ryan_Lane has quit IRC12:56
*** dprince has joined #openstack-dev12:56
*** Ryan_Lane has joined #openstack-dev12:56
anteayaVijayKodam: might I ask why you want to move in this direction rather than using your successful openstack installation on ubuntu or fedora?12:59
anteayaor are you looking for bugs to fix?12:59
*** pasquier-s has joined #openstack-dev13:00
VijayKodamthe target is to bring up openstack on windriver13:00
VijayKodamanteaya: Nobody has brought up openstack on this OS before13:01
*** eharney has joined #openstack-dev13:01
*** eharney has quit IRC13:01
*** eharney has joined #openstack-dev13:01
anteayaVijayKodam: ah okay13:03
anteayathat is outside of my scope13:03
anteayaI hope you succeed13:04
VijayKodamanteaya: thanks13:04
*** zoresvit has quit IRC13:04
anteayaif you blog your progress I would enjoy reading your posts13:04
VijayKodamsure13:04
*** Ryan_Lane1 has joined #openstack-dev13:04
*** Ryan_Lane has quit IRC13:04
*** VijayKodam has left #openstack-dev13:04
*** xga_ has quit IRC13:04
*** xga has quit IRC13:05
*** rushiagr1 has joined #openstack-dev13:05
*** noslzzp has joined #openstack-dev13:06
*** zoresvit has joined #openstack-dev13:07
*** SergeyLukjanov has joined #openstack-dev13:07
*** bknudson has joined #openstack-dev13:08
*** egallen has quit IRC13:09
*** ayoung has joined #openstack-dev13:10
trapniWhat 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 IRC13:11
*** jgallard has joined #openstack-dev13:11
*** kbringard has joined #openstack-dev13:12
*** pmyers has quit IRC13:13
*** pmyers has joined #openstack-dev13:14
*** gongysh_ has quit IRC13:15
*** sirushti has quit IRC13:17
*** dolphm has quit IRC13:17
*** sc68cal has joined #openstack-dev13:18
*** aloga_ has quit IRC13:20
*** dolphm has joined #openstack-dev13:21
*** xga has joined #openstack-dev13:23
*** xga_ has joined #openstack-dev13:23
garykttx: ping13:26
*** Ryan_Lane1 has quit IRC13:26
*** Ryan_Lane has joined #openstack-dev13:26
ttxgaryk: pong13:26
garykttx: been on vacation. when is rc3 due?13:26
ttxgaryk: it was just opened for a couple of critical issues. Will be published as soon as those are fixed, in the next hours13:27
ttxgaryk: I don't tjink danwent/markmcclain wanted to add any more to the mix13:27
ttxgaryk: hence my -1s on your backports13:27
*** mindpixel has quit IRC13:27
*** esheffield has joined #openstack-dev13:27
garykttx: yes, it is regarding the backports. i'll check with them13:27
ttxgaryk: you may try to convince them, but personally I'd like to keep changes at the very minimum two days before final release13:27
*** cdub_ has joined #openstack-dev13:28
*** kdbrierly has quit IRC13:28
*** kdbrierly has joined #openstack-dev13:28
ttxso you need to make a good argument that we are in a very bad situation if we fixed those after release13:28
garykttx: i was treating the bugs marked as backport potential. i'll catch mark later.13:28
ttxbackport-potential should be proposed to stable/grizzly, after Thursday13:29
*** bnemec has joined #openstack-dev13:29
ttxgaryk: I feel like you're a bit too fast for us :)13:29
garykttx: 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
ttxgaryk: looknig13:30
ttxgaryk: indeed13:31
ttxme wonders how those files escaped his file inclusion test13:31
*** sirushti has joined #openstack-dev13:31
ttxoh, does not really affect tarball content, I see13:32
openstackgerritA change was merged to openstack/tempest: refine _get_isolated_creds  https://review.openstack.org/2559813:32
ttxgaryk: this one definitely looks like a good thing to fix /before/ release rather than after13:32
* ttx adds to grizzly-rc-potential list13:32
openstackgerritA change was merged to openstack/tempest: Update test_networks.py to v2 of Quantum API  https://review.openstack.org/2513213:33
garykttx: agreed13:33
*** dhellmann has joined #openstack-dev13:33
*** AnilV4 has joined #openstack-dev13:33
openstackgerritA change was merged to openstack/tempest: cleanup resource in setUpClass if ecxeption raised  https://review.openstack.org/2526713:33
*** vartom has quit IRC13:34
*** pabelanger has joined #openstack-dev13:35
openstackgerritA change was merged to openstack/nova: Remove print statements  https://review.openstack.org/2586913:36
*** rkukura has joined #openstack-dev13:36
*** aditirav_ has joined #openstack-dev13:36
*** woodspa has joined #openstack-dev13:38
*** sstent has quit IRC13:39
*** sstent has joined #openstack-dev13:39
*** SergeyLu_ has joined #openstack-dev13:40
*** egallen has joined #openstack-dev13:40
*** maoy has joined #openstack-dev13:40
*** aditirav has quit IRC13:40
*** aditirav_ is now known as aditirav13:40
*** sirushti has quit IRC13:40
*** SergeyLukjanov has quit IRC13:41
*** SergeyLu_ is now known as SergeyLukjanov13:41
*** SergeyLukjanov has quit IRC13:42
*** READ10 has joined #openstack-dev13:43
*** aditirav_ has joined #openstack-dev13:43
*** ron-slc has quit IRC13:43
*** ron-slc has joined #openstack-dev13:45
*** sacharya has joined #openstack-dev13:46
*** aditirav has quit IRC13:46
*** mtreinish has joined #openstack-dev13:46
*** egallen has quit IRC13:47
*** winston-d has joined #openstack-dev13:47
*** aditirav_ has quit IRC13:47
*** maroh has joined #openstack-dev13:48
openstackgerritA change was merged to openstack-dev/devstack: Keystone doesn't depend on bcrypt any more  https://review.openstack.org/2574113:49
*** baba has quit IRC13:49
*** sirushti has joined #openstack-dev13:53
*** baba has joined #openstack-dev13:54
*** SergeyLukjanov has joined #openstack-dev13:54
*** alexpilotti has quit IRC13:55
*** SergeyLukjanov has quit IRC13:56
*** sthaha has quit IRC13:58
*** Ryan_Lane has quit IRC13:58
*** Ryan_Lane1 has joined #openstack-dev13:58
*** alexpilotti has joined #openstack-dev13:59
jpichI 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-dev14:00
*** alexpilotti has quit IRC14:04
*** pabelanger has quit IRC14:10
*** winston-d has quit IRC14:13
*** aeperezt has joined #openstack-dev14:15
*** pabelanger has joined #openstack-dev14:15
*** winston-d has joined #openstack-dev14:16
*** jimfehlig has joined #openstack-dev14:16
*** jergerber has joined #openstack-dev14:17
*** cloudchimp has joined #openstack-dev14:21
*** vartom has joined #openstack-dev14:23
*** lorin1 has joined #openstack-dev14:27
openstackgerritA change was merged to openstack/keystone: Sync with oslo-incubator.  https://review.openstack.org/2431914:29
*** otherwiseguy has joined #openstack-dev14:30
zigo_Is there a fix for https://bugs.launchpad.net/horizon/+bug/1104348 ?14:30
uvirtbotLaunchpad bug 1104348 in horizon "Grizzly Horizon admin loops through login page with right user/pass" [Undecided,Incomplete]14:30
*** SergeyLukjanov has joined #openstack-dev14: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 IRC14:32
EmilienMzigo_: I confirm that we have the same bug here14:33
*** xga__ has joined #openstack-dev14:34
*** markmcclain has joined #openstack-dev14:35
*** davidha has quit IRC14:36
*** davidha has joined #openstack-dev14:36
*** rushiagr1 has quit IRC14:36
*** rushiagr has joined #openstack-dev14:37
*** xga has quit IRC14:37
*** xga_ has quit IRC14:37
ttxzigo_: given that the bug is marked Incomplete, I doubt it's been fixed. Will raise it at the meeting later today though14:38
*** xga has joined #openstack-dev14:38
*** openstackstatus has quit IRC14:38
*** Gordonz has joined #openstack-dev14:39
*** openstackstatus has joined #openstack-dev14:40
zigo_Cheersa.14:41
zigo_Cheers.14:41
*** spzala has joined #openstack-dev14:42
*** rnirmal_ has joined #openstack-dev14:43
*** rnirmal_ has quit IRC14:43
*** nati_ueno has joined #openstack-dev14:43
*** rnirmal_ has joined #openstack-dev14:44
*** mrodden has joined #openstack-dev14:44
openstackgerritA change was merged to openstack/swift: Change logger name to module itself instead of root  https://review.openstack.org/2457914:45
*** cp16net is now known as cp16net|away14:46
*** shang has quit IRC14:47
*** rnirmal has quit IRC14:47
*** rnirmal_ is now known as rnirmal14:47
*** sdake_ has quit IRC14:49
*** terryh has joined #openstack-dev14:49
*** egallen has joined #openstack-dev14:51
*** Gordonz has quit IRC14:51
*** andrewbogott_afk is now known as andrewbogott14:52
*** Gordonz has joined #openstack-dev14:52
sdaguedtroyer: when you get in, probably good if we get you idling in #openstack-qa :)14:52
*** Ryan_Lane has joined #openstack-dev14:53
*** alunduil has quit IRC14:53
*** Ryan_Lane1 has quit IRC14:54
*** dtroyer has quit IRC14:54
*** dtroyer has joined #openstack-dev14:54
dtroyersdague: thx14:55
*** sacharya has quit IRC14:55
*** Mandell has quit IRC14:57
ttxmarkmcclain: hi!14:57
markmcclainttx: hi14:58
ttxmarkmcclain: 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
uvirtbotLaunchpad bug 1161572 in quantum "lbaas_agent.ini is not installed by setup.py" [Medium,Fix committed] https://launchpad.net/bugs/116157214:58
*** devoid has joined #openstack-dev14:58
markmcclainyeah.. I think it makes sense to add it14:59
ttxmarkmcclain: 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 good14:59
* ttx adds the third one and accepts the backport14:59
*** Mandell has joined #openstack-dev14:59
* ttx is worried about regressions at this point15:00
*** vartom has quit IRC15:01
*** alexpilotti has joined #openstack-dev15:01
* markmcclain is worried about avoiding regressions too15:01
*** vartom has joined #openstack-dev15:02
*** datsun180b has joined #openstack-dev15:03
ttxmarkmcclain: both the other fixes have some potential for regression, so extra testing and care is needed15:03
*** cloudchimp has quit IRC15:04
garykttx: ok, i'll check it out15:04
garykttx: markmcclain: i did the back port https://review.openstack.org/#/c/25897/15:05
ttxmarkmcclain: if unsure, better land them post-release.15:05
ttxgaryk: approved15:05
garykttx: thanks!15:05
*** egallen has quit IRC15:08
*** jasdeepH has joined #openstack-dev15:08
*** rushiagr1 has joined #openstack-dev15:09
*** ccorrigan has joined #openstack-dev15:09
*** iartarisi has quit IRC15:10
*** diogogmt has joined #openstack-dev15:11
*** rushiagr has quit IRC15:11
*** ondergetekende has quit IRC15:12
openstackgerritA change was merged to openstack/oslo-incubator: Fix the co-authored-by processing.  https://review.openstack.org/2588915:12
*** dolphm has quit IRC15:13
*** navid_ has left #openstack-dev15:13
*** Mandell has quit IRC15:14
*** dolphm has joined #openstack-dev15:15
*** winston-d has quit IRC15:16
*** dhellmann has quit IRC15:16
*** ociuhandu has joined #openstack-dev15:16
*** markmcclain has quit IRC15:17
*** egallen has joined #openstack-dev15:19
openstackgerritA change was merged to openstack/python-novaclient: do not ignore --os-cache  https://review.openstack.org/2589615:20
*** danwent has joined #openstack-dev15:23
*** davidkranz has quit IRC15:23
*** davidkranz has joined #openstack-dev15:23
*** colinmcnamara has joined #openstack-dev15:24
openstackgerritA change was merged to openstack/python-openstackclient: Add policy to identity v3  https://review.openstack.org/2393615:24
*** colinmcnamara has quit IRC15:24
*** yjiang5_ has quit IRC15:24
openstackgerritA change was merged to openstack/python-openstackclient: Add metadata support for volume  https://review.openstack.org/2520915:25
*** zaitcev has joined #openstack-dev15:25
*** colinmcnamara has joined #openstack-dev15:25
*** pmcg has quit IRC15:25
*** hemna has joined #openstack-dev15:26
*** davidkranz has quit IRC15:27
*** pmcg has joined #openstack-dev15:27
*** davidkranz has joined #openstack-dev15:27
*** belmoreira has quit IRC15:31
sdaguejgriffith: you about?15:31
jgriffithsdague: yes sir15:32
sdagueI've tripped over a cinder conf thing, that I'll probably need your help on with grenade15:32
*** davidkranz_ has joined #openstack-dev15:32
jgriffithsdague: sure...15:32
sdagueif I don't regenerate the configs, I get the following error on cinder-api start15:32
*** davidkranz has quit IRC15:32
*** nati_ueno has quit IRC15:32
sdaguejgriffith: http://paste.openstack.org/show/35127/15:33
jgriffithsdague: this is grenade folsom--->grizzly15:34
*** boris-42 has quit IRC15:34
sdagueyes15:34
sdagueso devstack setting up cinder15:34
sdaguein folsom15:34
jgriffithYeah... I got ya15:34
sdaguethen trying to bring up cinder with the existing configs15:34
sdagueon grizzly15:34
jgriffithI'll have to look at this closer15:35
sdaguethis is all the uncommented config - http://paste.openstack.org/show/35128/15:35
jgriffithsdague: nice15:35
*** koolhead17 has joined #openstack-dev15:36
*** avishay has quit IRC15:36
sdaguejgriffith: so there are 2 differences I see between that and working grizzly config I've got15:37
*** sirushti has quit IRC15:37
jgriffithsdague: rpc_backend...15:37
sdagueosapi_volume_extension = cinder.api.openstack.volume.contrib.standard_extensions  vs. osapi_volume_extension = cinder.api.contrib.standard_extensions15:37
sdagueyeh, and rpc_backend15:37
jgriffithsdague: yeah, the refactor and introduction of api V2 is the culprit15:38
*** Ryan_Lane1 has joined #openstack-dev15:38
sdagueso are both those changes required?15:38
jgriffithsdague: I suspect the answer is to add a mapping for the *old* path15:38
*** Ryan_Lane has quit IRC15:39
jgriffithsdague: so the rpc_backend one I'm not sure... we might get away without it if we're not doing multi-backend15:39
sdagueok, let me try with just the other15:40
sdaguethat's easy enough15:40
jgriffithsdague: the rpc one should be fine, I think the default setting in common/rpc will be fine on that one15:41
*** burris has joined #openstack-dev15:41
sdagueok, cool15:41
sdagueoh, I just noticed we were deleting something else, let me see where this change set gets me15:42
*** lmatter has joined #openstack-dev15:42
*** cjoelrun has joined #openstack-dev15:43
jgriffithsdague: rootwrap si the other issue15:44
jgriffithsdague: since we should be done with root_helper at this point15:44
*** cjoelrun has quit IRC15:44
sdagueyeh, but that's a deprecate15:44
*** alop has joined #openstack-dev15:44
sdagueI see in cinder-vol warning messages15:44
jgriffithYeah, it'll still work but the logs are going to be fugly15:44
sdaguebut that should still be ok15:44
sdagueyeh, that's fine, we're going for working :)15:45
jgriffith:)15:45
sdaguegrenade should provide folks with a guide in code to the minimum required changes to get up and running15:45
jgriffithsdague: understood15:45
*** bswartz has quit IRC15:45
jgriffithsdague: 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
sdaguejgriffith: that would be awesome if you wanted to do that in cinder15:46
jgriffithsdague: Well, I hate to do an RC4 just for this... but15:47
sdagueright 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
sdagueyeh, 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 fixes15:48
sdagueideally we could roll forward, but I get that won't always be the case, so it should minimally be documented in upgrade notes15:49
*** alop has quit IRC15:49
jgriffithsdague: indeed15:49
openstackgerritA change was merged to openstack/quantum: Return unicode for object in json and xml serializer  https://review.openstack.org/2548215:50
*** mrunge has quit IRC15:50
*** lmatter has quit IRC15:50
*** reed has joined #openstack-dev15:51
*** lmatter has joined #openstack-dev15:51
*** alop has joined #openstack-dev15:51
*** mrodden has quit IRC15:56
*** SergeyLukjanov has quit IRC15:56
*** timello has quit IRC15:58
*** timello has joined #openstack-dev15:58
*** SergeyLukjanov has joined #openstack-dev15:58
*** timello has quit IRC15:59
*** alunduil has joined #openstack-dev15:59
sdaguejgriffith: oh, yeh, api-paste.ini is totally borked to go from one to the next15:59
sdagueok, going to have to think about that after lunch16:00
*** lascii is now known as alaski16:00
*** trapni has quit IRC16:01
*** marun has joined #openstack-dev16:01
*** marun has quit IRC16:01
*** yjiang5 has joined #openstack-dev16:02
jgriffithsdague: Yeah, looking at that.  I'm not sure there's a graceful alternative to just updating the file there16:02
sdagueyeh, I'm going to go with that for now, and we'll see16:02
*** lmatter has quit IRC16:02
*** jackfeng has joined #openstack-dev16:02
jgriffithsdague: thanks for working on this, let me know how it goes16:03
jgriffithsdague: it would be nice if those were the only tricky things I had to call out in the release notes16:03
*** jgallard has quit IRC16:03
*** marun has joined #openstack-dev16:03
sdagueyep, I'll ping you after I get more data16:04
*** sacharya has joined #openstack-dev16:05
*** danwent has quit IRC16:09
*** winston-d has joined #openstack-dev16:10
openstackgerritA change was merged to openstack/python-novaclient: Use correct filter name for listing of instances  https://review.openstack.org/2553516:10
openstackgerritA change was merged to openstack/python-novaclient: Skip security groups w/ no protocol.  https://review.openstack.org/2580216:10
openstackgerritA change was merged to openstack/python-novaclient: Improve authentication plugins management.  https://review.openstack.org/2382016:10
openstackgerritA change was merged to openstack/python-novaclient: catch NoKeyringDaemonError from gnomekeyring  https://review.openstack.org/2464816:10
openstackgerritA change was merged to openstack/python-glanceclient: Filter images list by public=True|False  https://review.openstack.org/2427216:11
*** adjohn has joined #openstack-dev16:13
*** corXi has quit IRC16:14
*** dolphm has quit IRC16:20
*** vipul is now known as vipul|away16:24
*** vipul|away is now known as vipul16:24
*** egallen has quit IRC16:25
*** nati_ueno has joined #openstack-dev16:25
*** portante|afk is now known as portante16:26
*** Yada has quit IRC16:26
*** nati_ueno has quit IRC16:26
openstackgerritA change was merged to openstack/nova: Prevent nova services' coverage data from combining into nova-api's  https://review.openstack.org/2402816:26
*** kdbrierly has quit IRC16:27
*** rnirmal has quit IRC16:29
openstackgerritA change was merged to openstack/nova: Add unit tests for nova.volume.cinder.API  https://review.openstack.org/2570916:30
*** timello has joined #openstack-dev16:31
*** bdpayne has joined #openstack-dev16:33
*** markmcclain has joined #openstack-dev16:34
*** dhellmann has joined #openstack-dev16:34
*** rushiagr has joined #openstack-dev16:36
*** zoresvit has quit IRC16:36
*** Mandell has joined #openstack-dev16:36
*** rushiagr1 has quit IRC16:37
*** vartom has quit IRC16:37
*** SergeyLukjanov has quit IRC16:37
*** alunduil has quit IRC16:39
*** rmohan has quit IRC16:42
*** rmohan has joined #openstack-dev16:42
*** esp1 has joined #openstack-dev16:42
*** sulo_ has quit IRC16:42
*** Yada has joined #openstack-dev16:42
*** nati_ueno has joined #openstack-dev16:42
*** mrunge has joined #openstack-dev16:43
*** vartom has joined #openstack-dev16:45
*** FunnyLookinHat has joined #openstack-dev16:45
*** lloydde has joined #openstack-dev16:48
openstackgerritA change was merged to openstack/nova: baremetal: Drop unused columns in bm_nodes  https://review.openstack.org/2587116:48
*** nunosantos has joined #openstack-dev16:48
*** rmohan has quit IRC16:48
*** kbrierly has joined #openstack-dev16:49
*** rmohan has joined #openstack-dev16:50
*** amerine has joined #openstack-dev16:52
*** AnilV4 has quit IRC16:52
*** xga has quit IRC16:52
*** fbo has quit IRC16:54
*** bswartz has joined #openstack-dev16:56
*** joesavak has joined #openstack-dev16:57
*** PaulM has joined #openstack-dev16:57
*** xga__ has quit IRC16:58
*** ayoung is now known as ayoung-afk16:58
*** torandu has joined #openstack-dev16:59
*** johnthetubaguy has quit IRC17:00
*** yidclare has joined #openstack-dev17:02
*** rnirmal has joined #openstack-dev17:03
*** jdurgin1 has joined #openstack-dev17:03
*** topol has joined #openstack-dev17:03
*** rnirmal has quit IRC17:04
*** derekh has quit IRC17:04
*** jergerber has quit IRC17:04
*** yolanda has quit IRC17:05
openstackgerritA change was merged to openstack/keystone: Fix IBM copyright strings  https://review.openstack.org/2590617:06
*** rnirmal has joined #openstack-dev17:08
*** sacharya has quit IRC17:08
*** salgado is now known as salgado-lunch17:09
*** markwash_ has joined #openstack-dev17:10
*** koolhead17 has quit IRC17:14
*** lloydde has quit IRC17:15
*** rmohan has quit IRC17:15
*** ladquin has joined #openstack-dev17:17
*** rmohan has joined #openstack-dev17:18
*** Ryan_Lane1 has quit IRC17:19
*** ondergetekende has joined #openstack-dev17:20
*** yolanda has joined #openstack-dev17:23
*** dwaite has joined #openstack-dev17:24
*** PaulM has quit IRC17:25
*** ayoung-afk is now known as ayoung17:28
*** beagles` has joined #openstack-dev17:28
*** koolhead17 has joined #openstack-dev17:28
*** jog0 has joined #openstack-dev17:29
*** vartom has quit IRC17:29
*** beagles` is now known as b3nt_pin17:29
openstackgerritA change was merged to openstack/python-novaclient: Remove actions command from servers.  https://review.openstack.org/2591617:29
*** beagles has quit IRC17:30
*** ondergetekende has quit IRC17:31
*** mrodden has joined #openstack-dev17:32
*** mrodden has quit IRC17:32
*** mrodden has joined #openstack-dev17:33
*** doude has left #openstack-dev17:33
sdagueany keystone folks around?17:34
*** READ10 has quit IRC17:34
*** boris-42 has joined #openstack-dev17:34
sdaguecurrious 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 code17:34
sdagueI'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 down17:35
*** rushiagr has quit IRC17:39
*** ladquin has quit IRC17:40
*** vartom has joined #openstack-dev17:41
*** PaulM has joined #openstack-dev17:41
*** johnpur has joined #openstack-dev17:44
*** winston-d has quit IRC17:45
*** Mandell has quit IRC17:45
*** dolphm has joined #openstack-dev17:46
*** READ10 has joined #openstack-dev17:50
*** enikanorov_ has joined #openstack-dev17:52
*** sulo_ has joined #openstack-dev17:52
*** ladquin has joined #openstack-dev17:52
*** rushiagr has joined #openstack-dev17:52
*** enikanorov has quit IRC17:54
*** salgado-lunch is now known as salgado17:55
*** sdake_ has joined #openstack-dev17:56
*** psedlak has quit IRC17:57
openstackgerritA change was merged to openstack/quantum: blueprint cisco-single-config  https://review.openstack.org/2124717:59
*** Mandell has joined #openstack-dev18:00
*** SergeyLukjanov has joined #openstack-dev18:01
*** maoy has quit IRC18:02
*** lmatter has joined #openstack-dev18:04
*** vartom3 has joined #openstack-dev18:06
*** yidclare has quit IRC18:06
*** cp16net|away is now known as cp16net18:07
*** PaulM has left #openstack-dev18:07
*** vartom4 has joined #openstack-dev18:08
*** lorin11 has joined #openstack-dev18:09
*** vartom has quit IRC18:09
*** Ryan_Lane has joined #openstack-dev18:09
*** vartom3 has quit IRC18:10
*** lorin1 has quit IRC18:10
*** morganfainberg1 has quit IRC18:10
*** rushiagr has quit IRC18:11
*** yidclare has joined #openstack-dev18:11
*** maoy has joined #openstack-dev18:11
*** novas0x2a|laptop has quit IRC18:12
*** vartom5 has joined #openstack-dev18:12
*** vartom6 has joined #openstack-dev18:14
*** vartom4 has quit IRC18:15
*** lorin11 has quit IRC18:15
zykes-sdague: care for a nova question ?18:16
*** vartom7 has joined #openstack-dev18:16
*** rushiagr has joined #openstack-dev18:16
*** vartom5 has quit IRC18:17
*** vartom8 has joined #openstack-dev18:17
*** pabelanger has quit IRC18:17
*** vartom6 has quit IRC18:18
*** vartom9 has joined #openstack-dev18:19
*** danpb has quit IRC18:19
*** vartom7 has quit IRC18:20
*** vartom10 has joined #openstack-dev18:21
*** eharney has quit IRC18:21
*** afazekas has quit IRC18:21
*** vartom8 has quit IRC18:22
*** vartom11 has joined #openstack-dev18:23
*** vartom9 has quit IRC18:23
*** vartom12 has joined #openstack-dev18:25
*** ladquin has quit IRC18:25
*** vartom10 has quit IRC18:25
*** vartom11 has quit IRC18:27
*** vartom13 has joined #openstack-dev18:28
*** markwash_ has quit IRC18:29
*** vartom12 has quit IRC18:30
*** vartom14 has joined #openstack-dev18:30
*** crandquist has joined #openstack-dev18:31
*** racedo has quit IRC18:31
*** vartom13 has quit IRC18:32
*** sacharya has joined #openstack-dev18:32
*** morganfainberg has joined #openstack-dev18:32
*** racedo has joined #openstack-dev18:32
*** jackfeng has quit IRC18:33
*** sarob has joined #openstack-dev18:34
*** vartom15 has joined #openstack-dev18:34
*** ondergetekende has joined #openstack-dev18:35
*** eharney has joined #openstack-dev18:35
*** eharney has quit IRC18:35
*** eharney has joined #openstack-dev18:35
*** novas0x2a|laptop has joined #openstack-dev18:36
*** dosaboy has quit IRC18:36
*** utlemming has quit IRC18:36
*** vartom16 has joined #openstack-dev18:36
*** dosaboy has joined #openstack-dev18:36
*** vartom14 has quit IRC18:36
*** vartom17 has joined #openstack-dev18:38
*** utlemming has joined #openstack-dev18:38
*** vartom15 has quit IRC18:39
*** vartom18 has joined #openstack-dev18:40
*** vartom16 has quit IRC18:40
*** vartom17 has quit IRC18:42
*** pabelanger has joined #openstack-dev18:45
*** lmatter has quit IRC18:47
openstackgerritA change was merged to openstack/ceilometer: Adpated to nova's gettext changes.  https://review.openstack.org/2588318:48
*** alexpilotti has quit IRC18:48
*** alop has quit IRC18:48
*** vipul is now known as vipul|away18:49
*** vipul|away is now known as vipul18:49
*** markwash has joined #openstack-dev18:49
*** eharney has quit IRC18:50
ttxmarkmcclain: RC3 still blocked on https://review.openstack.org/#/c/25859/18:50
*** rmohan has quit IRC18:51
*** eharney has joined #openstack-dev18:51
*** eharney has quit IRC18:51
*** eharney has joined #openstack-dev18:51
markmcclainyeah… wrapping up final testing18:51
*** rmohan has joined #openstack-dev18:52
ttxmarkmcclain: take your time, better get it right :)18:52
*** colinmcnamara has quit IRC18:53
*** vipul is now known as vipul|away18:53
*** vipul|away is now known as vipul18:53
*** alop has joined #openstack-dev18:54
*** pabelanger has quit IRC18:56
*** devanand1 is now known as devananda18:58
*** maoy has quit IRC18:59
*** yidclare has quit IRC18:59
*** henrynash has joined #openstack-dev19:01
*** henrynash has quit IRC19:01
*** maoy has joined #openstack-dev19:01
*** yidclare has joined #openstack-dev19:02
ayoungdwaite, Napa in July!19:02
dwaiteI'm trying to find ways to encourage openstack folk to attend, keystone in particular :)19:03
joesavakdwaite - lower the cost. ; )19:04
*** kutija has joined #openstack-dev19:04
*** rushiagr has left #openstack-dev19:04
*** fbo has joined #openstack-dev19:04
*** pabelanger has joined #openstack-dev19:04
openstackgerritA change was merged to openstack-dev/grenade: remove the various configure_fooclient calls  https://review.openstack.org/2592819:04
dwaitejoesavak, 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
joesavakwhat does ping think about openID for openstack?19:05
*** jruzicka has quit IRC19:05
*** danwent has joined #openstack-dev19:06
dwaitewe find it very compelling!19:06
*** matiu has joined #openstack-dev19:06
*** matiu has quit IRC19:06
*** matiu has joined #openstack-dev19:06
*** ondergetekende has quit IRC19:06
topolayoung, 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
dwaitewe also have dramatically increased the number of projects internally investigating openstack this year for our own infrastructure (from zero to three)19:07
dolphmtopol: read-only was the original use case19:07
dolphmtopol: it was only recently that write operations were introduced19:07
topoldolphm,  were the groups of users mapped to tenants previously?19:07
dwaiteone may be deployed on grizzly (or an RC) when they summit happens19:08
joesavakdwaite - sweet. Wouldn't mind demo19:08
ayoungtopol, they could be, using groups19:08
*** vipul is now known as vipul|away19:08
topolayoung, that is a scenario I keep seeing and need to convince folks that keystone handles that scenario19:09
dwaitejoesavak: 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
topolany documentation that describes doing that19:10
ayoungdwaite, when I read " nasty key negotiation" I hear "they reimplemented X509 and I shrug and move on19:10
ayoung"19:10
joesavakopenID 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 overkill19:11
dwaitespecifically HMAC keys, using DH to dynamically establish a id->secret key relationship19:12
*** sandywalsh has quit IRC19:12
*** vkmc has quit IRC19:13
dwaitejoesavak, 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 problems19:14
*** vkmc has joined #openstack-dev19:15
*** vkmc has quit IRC19:15
*** vkmc has joined #openstack-dev19:15
openstackgerritA change was merged to openstack/ceilometer: add v2 query examples  https://review.openstack.org/2581519:15
joesavakdwaite - thanks - i need to look into it more19:16
dwaiteno problem! hit me up when I'm on IRC if you want to talk19:16
dwaitealso, I have pointers on here http://summit.openstack.org/cfp/details/11119:16
joesavaksweet19: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 IRC19:17
*** sarob has quit IRC19:17
*** torandu has joined #openstack-dev19:17
*** b3nt_pin is now known as beagles_back_l8r19:18
*** jsavak has joined #openstack-dev19:19
*** mrunge has quit IRC19:19
*** jkordish has joined #openstack-dev19:20
*** adjohn has quit IRC19:21
*** lmatter has joined #openstack-dev19:21
*** SergeyLukjanov has quit IRC19:22
*** joesavak has quit IRC19:22
*** sandywalsh has joined #openstack-dev19:24
*** SergeyLukjanov has joined #openstack-dev19:25
*** heckj has joined #openstack-dev19:26
*** sacharya has quit IRC19:27
*** vuntz has quit IRC19:28
*** vuntz has joined #openstack-dev19:28
*** cp16net is now known as cp16net|away19:30
*** adalbas has quit IRC19:31
*** cp16net|away is now known as cp16net19:31
*** dolphm has quit IRC19:33
*** vartom2 has quit IRC19:33
*** jbresnah has quit IRC19:37
*** jbresnah has joined #openstack-dev19:38
*** ayoung has quit IRC19:38
*** jsindy has joined #openstack-dev19:40
*** lmatter has quit IRC19:40
*** lmatter has joined #openstack-dev19:41
*** dolphm has joined #openstack-dev19:42
openstackgerritA change was merged to openstack/nova: Raise rather than generating millions of IPs.  https://review.openstack.org/2591819:42
openstackgerritA change was merged to openstack/quantum: Fix lb-vip does not get route to default gw  https://review.openstack.org/2585919:42
*** adalbas has joined #openstack-dev19:43
*** alexpilotti has joined #openstack-dev19:44
*** krtaylor has quit IRC19:44
*** crandquist has quit IRC19:54
*** pixelbeat has quit IRC19:55
*** bswartz has quit IRC19:56
*** esp1 has quit IRC19:56
*** vipul|away is now known as vipul19:56
*** gabrielhurley has joined #openstack-dev19:58
*** dprince has quit IRC20:01
*** topol has quit IRC20:03
*** vartom19 has joined #openstack-dev20:03
*** sirushti has joined #openstack-dev20:03
*** afazekas has joined #openstack-dev20:04
*** vartom110 has joined #openstack-dev20:05
*** vartom18 has quit IRC20:06
*** vartom111 has joined #openstack-dev20:06
*** vartom19 has quit IRC20:07
*** vartom112 has joined #openstack-dev20:08
*** mkollaro has quit IRC20:09
*** vartom110 has quit IRC20:09
*** vartom111 has quit IRC20:12
enikanorov_nati_ueno: ping20:12
*** stevemar has quit IRC20:13
*** cp16net is now known as cp16net|away20:14
*** lmatter has quit IRC20:15
*** cp16net|away is now known as cp16net20:15
*** rnirmal has quit IRC20:19
*** eharney has quit IRC20:21
*** eharney has joined #openstack-dev20:21
*** eharney has quit IRC20:21
*** eharney has joined #openstack-dev20:21
*** krtaylor has joined #openstack-dev20:23
*** ladquin has joined #openstack-dev20:23
*** ayoung has joined #openstack-dev20:24
*** yidclare has quit IRC20:25
*** vartom112 has quit IRC20:25
*** mkollaro has joined #openstack-dev20:25
*** yidclare has joined #openstack-dev20:27
*** SergeyLukjanov has quit IRC20:34
*** rkukura has quit IRC20:34
*** ladquin has quit IRC20:35
*** gordc has quit IRC20:37
ayoungdolphm 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,z20:37
heckjayoung: I'll run over them20:38
ayoungheckj, thanks20:38
dolphmayoung: i only have +1 on stable20:38
ayoungdolphm, yes, but it is a very heavily weighted +1 coming from the PTL20:38
dolphmayoung: i've voted on all 320:39
ayoungdolphm, ah..true...thanks20:39
heckjdolphm: we should get that updated since you're the PTL now - you should have it20:39
dolphmayoung: is https://review.openstack.org/#/c/24079/ patchset 5 different from 4?20:39
heckjdolphm: hit up markmc or apevec...20:39
ayoungdolphm, no20:39
ayoungjust restored and rebased20:39
*** dwaite has left #openstack-dev20:40
*** apevec has joined #openstack-dev20:41
ayoungapevec is now present20:41
*** lmatter has joined #openstack-dev20:41
ayoungapevec, dolphm is the new ptl20:41
heckjdolphm: if you're good with https://review.openstack.org/#/c/23842/2, I'll approve it through - apevec was asking your opinion in there20:41
ayoungand should be stable-maint,  not heckj20:41
*** mkollaro has quit IRC20:41
apevecheckj still is from stable/folsom, I think20:42
apevecneed to pay debt :)20:42
heckjheh - okay20:42
heckjapevec: just wanted to get dolphm on the list for the stable approvals heading forward20:43
dolphmheckj: 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-dev20:43
apevecyeah, only "mark 2.0 API as stable" is controversial20:44
*** spzala has quit IRC20:45
heckjI 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 me20:45
heckjI never had much of a definition of what 'stable' was to assert it against an API or not20:45
*** dolphm has quit IRC20:45
apevecbut it's not justice to call it 'beta' either20:46
ayoungdolphm, 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 documented20:46
openstackgerritA change was merged to openstack-dev/grenade: Client setup updates to track DevStack  https://review.openstack.org/2594220:46
*** sdake_ has quit IRC20:47
*** afazekas has quit IRC20:48
*** afazekas has joined #openstack-dev20:49
*** READ10 has quit IRC20:50
openstackgerritA change was merged to openstack/python-novaclient: Fix mispelt x-auth-token header  https://review.openstack.org/2593320:52
*** sulo__ has joined #openstack-dev20:52
*** sdake_ has joined #openstack-dev20:52
*** sulo_ has quit IRC20:52
*** joesavak has joined #openstack-dev20:53
enikanorov_arosen: hi20:53
enikanorov_bug/116356920:53
enikanorov_isn't it expected behavior what you are observing?20:54
*** esp1 has joined #openstack-dev20:54
*** esp1 has quit IRC20:54
*** esp1 has joined #openstack-dev20:54
arosenenikanorov_:  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 IRC20:56
arosenThe 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 BridgeInterfaceDriver20:57
*** otherwiseguy has quit IRC21:00
arosenif 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 in21:01
enikanorov_*-packets21:02
arosenindeed21:02
ayoungheckj, where does this belong  https://etherpad.openstack.org/pki-token-certificate-apis21:02
*** markwash is now known as markmcwash21:02
*** eharney has quit IRC21:02
ayoungI don't think it should be in a WADL under the identity-api repo21:02
heckjayoung: technically in an extension WADL to the V2.0 API21:03
heckjI 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/common21:03
ayoungidentity-admin.wadl  ?21:04
*** fbo has quit IRC21:04
ayoungheckj, ^^?21:04
ayoungheckj, do entries go into WADL if they are not in an XML format?  These two URLs are X509 documents21:04
*** sdake_ has quit IRC21:05
heckjI 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 there21:06
heckjthe admin API was never particularly documented in the WADL's either, another (IMO) major flaw in 2.021:06
zykes-can the WADL's be autogenerated ?21:07
ayoungheckj, this is the thing keeping dolphm from signing off on 'stable'?21:08
heckjzykes-: 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 WADLs21:09
*** otherwiseguy has joined #openstack-dev21:09
heckjayoung: don't have a good answer on the "why" for dolph21:10
ayoungjust making sure that there is no other docs for 2.0 that I am missing21:10
*** sdake_ has joined #openstack-dev21:10
heckjnope - that's pretty it21:11
*** networkstatic has joined #openstack-dev21:12
*** pcm_ has quit IRC21:12
*** joesavak has quit IRC21:14
annegentlehey guys on wadl21:15
*** colinmcnamara has joined #openstack-dev21:15
annegentlepretty much wadls have been hand-made so far21:15
*** diogogmt has quit IRC21:15
*** boden has quit IRC21:15
annegentleQuantum has a code patch in review where they auto-gen wadl but I hear it's about six months from being trustable21:16
annegentleI'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
annegentleheckj: ayoung zykes- ^^21:17
apevecayoung, heckj - gate blocked on  error: Installed distribution prettytable 0.7.1 conflicts with requirement prettytable>=0.6,<0.721:17
apevecwhy do we have <0.7 ?21:17
*** cloudchimp has joined #openstack-dev21:18
heckjapevec: only reason I'm aware of was matching what other projects had done re: pinning against incompatible version changes21:22
apevecactually it's python-openstackclient21:22
*** cloudchimp has quit IRC21:23
*** dhellmann has quit IRC21:24
*** koolhead17 has quit IRC21:24
*** pabelanger has quit IRC21:26
*** boris-42 has quit IRC21:28
apevec...indirectly via glanceclient, where it was fixed but post 0.8.021:28
apevecmarkmcwash, ping - looks like we need new glanceclient release on pypi to pick up https://github.com/openstack/python-glanceclient/commit/31960f0a8584802852d97ec8ce27b5516b32d63b21:31
apevecI hit that in http://logs.openstack.org/23996/4/gate/gate-tempest-devstack-vm-smoke/403/console.html21:31
apevecerror: Installed distribution prettytable 0.7.1 conflicts with requirement prettytable>=0.6,<0.721:31
*** markmcwash is now known as markwash21:31
*** aeperezt has quit IRC21:32
bcwaldonapevec: I'll cut a release for you - markwash and I are behind on that21:32
apevecthanks!21:33
dtroyerthe prettytable bit is actually due to cliff being pinned to <0.7.  The fix was released this afternoon.21:37
*** sacharya has joined #openstack-dev21:42
*** andrewbogott is now known as andrewbogott_afk21:42
apevecdtroyer, so also need new quantumclient release on pypi, who owns that?21:44
dtroyerQuantum PTL, Dan or (rats, I forgot who is taking over)21:45
dtroyer(and when)21:46
apevecmarkmcclain ?21:46
apevecquantumclient fix is https://github.com/openstack/python-quantumclient/commit/714ade07ac4d1ac0cdf545f5b0823e88af0c03ae21:46
markmcclaindtroyer: we're considering a few other changes to release this week21:47
markmcclainis this something that needs to go out now or soon-ish?21:47
apevecmarkmcclain, above commit for prettytable21:47
apevecseems it blocks gate, at least on stable/folsom where I noticed it21:48
dtroyerI 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
markmcclainquantumclient does have pip dependency on prettytable21:50
apevecyeah, it had <0.7 until above commit21:51
jpichJust 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 dependencies21:51
apevecah so it's urgent21:51
apevecnot just stable/folsom21:51
*** markwash has quit IRC21:52
dtroyerapevec: ah, I was looking at master...21:52
apevecjpich, it's indirect nova dep, either quantumclient or glanceclient21:53
apevecdtroyer, yeah, but deps are resolved using pypi21:53
sdaguejgriffith: here is your map for cinder upgrade - https://review.openstack.org/#/c/25952/1/upgrade-cinder21:54
jpichapevec: Ah, thanks! Haven't had a chance to look at the details yet21:54
ttxmarkmcclain: will tag 65393c2c3cbbb142685965ee1f4177e0c2f0893e as grizzly-rc3 in 2 min21:54
*** baba has quit IRC21:54
*** megha has joined #openstack-dev21:54
*** dolphm has joined #openstack-dev21:54
markmcclainttx: sounds good21:55
*** markwash has joined #openstack-dev21:56
*** lyle is now known as davidlyle21:57
*** markwash has quit IRC21:58
*** dolphm has quit IRC21:59
ttxmarkmcclain: done @ https://launchpad.net/quantum/grizzly/grizzly-rc322:00
markmcclainttx: thanks22:01
*** mrodden has quit IRC22:02
apevecdtroyer, last novaclient 2.12.0 missed its prettytable fix too https://github.com/openstack/python-novaclient/commit/54d4b1d355bd8be9ac358eadc425e3495d786e4522:02
apevecvishy, ^^^22:02
*** amotoki has joined #openstack-dev22:03
markmcclainapevec: I've pushed 2.2.1 to fix the dep issue22:03
*** gabrielhurley has quit IRC22:03
apevecmarkmcclain, cheers22:04
harlowjamikal: yt22:04
*** sdake_ has quit IRC22:04
*** john5223 has quit IRC22:05
*** mtreinish has quit IRC22:05
*** markmcclain has quit IRC22:06
*** kbringard has quit IRC22:06
*** maoy has quit IRC22:08
mikalharlowja: yep, wassup?22:11
*** devoid has quit IRC22:12
*** sdake_ has joined #openstack-dev22:14
*** Gordonz has quit IRC22:21
*** lmatter has quit IRC22:22
*** mrodden has joined #openstack-dev22:23
*** sdake_ has quit IRC22:23
*** markwash has joined #openstack-dev22:24
*** apevec has quit IRC22:26
*** markwash has quit IRC22:27
*** alexpilotti has quit IRC22:27
*** markwash has joined #openstack-dev22:28
*** jab416171_ has quit IRC22:28
*** jab416171 has joined #openstack-dev22:29
*** uramanan has joined #openstack-dev22:29
*** noslzzp has quit IRC22:29
*** terryh has quit IRC22:34
*** heckj has quit IRC22:38
*** amotoki has quit IRC22:39
*** ndipanov has quit IRC22:39
*** matiu has quit IRC22:40
*** portante is now known as portante|afk22:43
*** topol has joined #openstack-dev22:44
*** olaph has joined #openstack-dev22:47
*** danwent has quit IRC22:48
jpichIs there a bug number for tracking that prettytables conflict on gate tests?22:49
*** olaph_ has quit IRC22:50
*** jimfehlig has quit IRC22:50
*** terryh has joined #openstack-dev22:50
*** ladquin has quit IRC22:51
*** sgordon has joined #openstack-dev22:51
*** sirushti has quit IRC22:52
*** jamielennox has quit IRC22:57
*** FunnyLookinHat has quit IRC22:57
*** dripton_ has quit IRC22:57
*** dripton_ has joined #openstack-dev22:58
*** lmatter has joined #openstack-dev22:59
*** vipul is now known as vipul|away22:59
jgriffithsdague: very cool!22:59
*** jpich has quit IRC23:00
*** flaper87 has quit IRC23:00
*** alop has quit IRC23:01
*** lmatter has quit IRC23:02
*** pixelbeat has joined #openstack-dev23:02
clarkbdtroyer: what is the prettytable situation?23:03
*** lloydde has joined #openstack-dev23:03
clarkbdo we need the latest version of cliff on the openstack mirror?23:03
clarkbjeblair: ^23:03
clarkblooks like it is there. http://pypi.openstack.org/openstack/cliff/23:04
*** vipul|away is now known as vipul23:04
*** andrewbogott_afk is now known as andrewbogott23:05
*** vipul is now known as vipul|away23:05
*** woodspa has quit IRC23:05
*** lcheng has quit IRC23:06
*** burris has quit IRC23:11
*** burris has joined #openstack-dev23:11
*** pabelanger has joined #openstack-dev23:11
*** jamielennox has joined #openstack-dev23:13
*** jamielennox_ has joined #openstack-dev23:13
*** markwash has quit IRC23:14
*** sdake_ has joined #openstack-dev23:21
*** crandquist has joined #openstack-dev23:22
*** cdub_ has quit IRC23:22
*** krtaylor has quit IRC23:23
*** dsanders has joined #openstack-dev23:29
*** dhellmann has joined #openstack-dev23:29
*** lloydde has quit IRC23:30
*** kutija has quit IRC23:31
*** Yada has quit IRC23:31
*** nunosantos has quit IRC23:31
*** davidlyle has quit IRC23:38
*** uramanan has quit IRC23:50
*** kaushikc has joined #openstack-dev23:51
*** ociuhandu has quit IRC23:51
*** uramanan has joined #openstack-dev23:51
*** uramanan has quit IRC23:51
zykes-vkmc: ping23:51
*** vipul|away is now known as vipul23:52
openstackgerritA change was merged to openstack/oslo-incubator: rpc: fix positional args in remote exceptions  https://review.openstack.org/2541223:54
*** lloydde has joined #openstack-dev23:54
vkmczykes-, Hey23:54
*** esp1 has left #openstack-dev23:54
*** ladquin has joined #openstack-dev23:56

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