*** kenperkins has quit IRC | 00:00 | |
*** MaxV has quit IRC | 00:00 | |
*** gordc1 has quit IRC | 00:01 | |
*** datamatic has quit IRC | 00:01 | |
*** kgriffs is now known as kgriffs_afk | 00:01 | |
*** browne has quit IRC | 00:02 | |
*** RajeshMohan has quit IRC | 00:04 | |
*** amcrn has quit IRC | 00:04 | |
*** adreznec has quit IRC | 00:05 | |
*** RajeshMohan has joined #openstack-dev | 00:05 | |
*** patelna has quit IRC | 00:06 | |
*** RajeshMohan has quit IRC | 00:06 | |
*** sushils has quit IRC | 00:06 | |
*** RajeshMohan has joined #openstack-dev | 00:07 | |
*** julienvey_ has quit IRC | 00:08 | |
*** sushils has joined #openstack-dev | 00:08 | |
*** tjones1 has quit IRC | 00:10 | |
*** cnesa has quit IRC | 00:10 | |
*** RajeshMohan has quit IRC | 00:11 | |
*** tanisdl has quit IRC | 00:11 | |
*** RajeshMohan has joined #openstack-dev | 00:12 | |
*** edmund has quit IRC | 00:12 | |
*** sushils has quit IRC | 00:13 | |
*** ijw has quit IRC | 00:13 | |
*** david-lyle has joined #openstack-dev | 00:13 | |
*** pixelb has quit IRC | 00:14 | |
*** sushils has joined #openstack-dev | 00:15 | |
ayoung | dolphm, not sure if this is going to work. I keep getting Error -3 while decompressing data: invalid code -- missing end-of-block and I wonder if the problem is doing a CMS signing of binary data instead of text | 00:15 |
---|---|---|
*** asalkeld has quit IRC | 00:16 | |
*** RajeshMohan has quit IRC | 00:16 | |
*** pmathews has quit IRC | 00:16 | |
dolphm | ayoung: compress it after you sign it, before base64 encoding it? | 00:16 |
*** RajeshMohan has joined #openstack-dev | 00:16 | |
ayoung | dolphm, it is done in one fell swoop, I think... | 00:17 |
dolphm | ayoung: what, the library base64 encodes it for you? | 00:17 |
*** asalkeld has joined #openstack-dev | 00:17 | |
*** tjones has joined #openstack-dev | 00:17 | |
ayoung | dolphm, yeah...the openssl call | 00:17 |
dolphm | that's not very friendly | 00:17 |
dolphm | -dob64encodemycrapplz | 00:17 |
ayoung | well, I might be able to tell it not to do that | 00:18 |
*** agntdrake has joined #openstack-dev | 00:18 | |
dolphm | just add a 'not' in there | 00:18 |
*** sarob has joined #openstack-dev | 00:18 | |
ayoung | https://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/common/cms.py#L219 | 00:18 |
ayoung | it puts it in PEM formate | 00:19 |
*** asalkeld has quit IRC | 00:19 | |
ayoung | and I strip off the header, footer, and convert the linebreaks etc | 00:19 |
*** lcheng_ has joined #openstack-dev | 00:19 | |
*** thedodd has quit IRC | 00:19 | |
*** sarob_ has quit IRC | 00:19 | |
ayoung | dolphm, I'll play around with it, see if I can drop the PEM encoding | 00:20 |
agntdrake | what's wrong with PEM? | 00:21 |
*** artom has joined #openstack-dev | 00:21 | |
ayoung | let me try DER | 00:21 |
agntdrake | (out of curiosity .. missed what you guys were talking about) | 00:21 |
dolphm | agntdrake: looking to add compression to the document portion of PKI tokens | 00:22 |
*** radsy has joined #openstack-dev | 00:22 | |
*** artom has quit IRC | 00:22 | |
agntdrake | ah | 00:22 |
*** sushils has quit IRC | 00:22 | |
*** asalkeld has joined #openstack-dev | 00:23 | |
*** CaptTofu has joined #openstack-dev | 00:24 | |
*** matsuhashi has joined #openstack-dev | 00:25 | |
*** sushils has joined #openstack-dev | 00:26 | |
*** cagrev__ has quit IRC | 00:26 | |
*** pcm_ has quit IRC | 00:26 | |
*** themadcanudist has joined #openstack-dev | 00:26 | |
themadcanudist | ayoung: hi, i was referred to you re: keystone questions about high cpu usage… using 2012.2.1 - folsom (mysql and memcache are totally not loaded).. it's a busy swift cluster and the keystone process is usually 90%+ I have profiled it with strace… spends majority of time in read() and write() | 00:28 |
themadcanudist | curious if there is a way to eliminate the bottleneck | 00:28 |
*** CaptTofu has quit IRC | 00:28 | |
ayoung | themadcanudist, no clue | 00:28 |
*** carl_baldwin has quit IRC | 00:28 | |
dolphm | themadcanudist: reading and writing what? | 00:28 |
themadcanudist | se | 00:28 |
themadcanudist | sec | 00:28 |
*** relaxdiego has joined #openstack-dev | 00:29 | |
dolphm | themadcanudist: 2012.2 is unsupported at this point, and there are lots of performance improvements included in the next few releases | 00:29 |
themadcanudist | dolphm: gotcha… i wonder, is upgrading keystone a drop-in replacement usually? I'll have to test on dev cluster, but just curious | 00:29 |
themadcanudist | reading/writing mysql queries/responses | 00:29 |
themadcanudist | it appears | 00:29 |
*** jokke__ is now known as jokke_ | 00:30 | |
*** nermina has joined #openstack-dev | 00:30 | |
dolphm | themadcanudist: that's also 2 or 3 releases behind the latest release of stable/folsom -- why haven't you applied those? | 00:30 |
dolphm | themadcanudist: and yes -- you should be able to run the latest keystone and keystone client in an otherwise older deployment | 00:30 |
themadcanudist | dolphm: excellent. I generally don't touch if it's working and no security issues are pending | 00:31 |
*** sgordon has quit IRC | 00:31 | |
dolphm | themadcanudist: you might need an index or something? i'd considering walking through the migration history since whatever you're at and see if you want to manually apply any | 00:31 |
* themadcanudist nods | 00:31 | |
dolphm | themadcanudist: there are surely security issues fixed in 2012.2.3/4/5 | 00:31 |
themadcanudist | thank you sir. I believe I have some valid data to work with | 00:31 |
dolphm | if there aren't, then i'd be impressed/surprised lol | 00:32 |
*** sushils has quit IRC | 00:32 | |
*** pablosan has quit IRC | 00:32 | |
themadcanudist | heheh | 00:32 |
*** timello has quit IRC | 00:32 | |
ayoung | dolphm, OK, I think this will work. Going to take me a while to check, but we should gain URL safety as well. I'll try to post WIP tonight/tomorrow. | 00:33 |
*** atiwari has quit IRC | 00:33 | |
ayoung | it is an index problme, I thin on the token table | 00:33 |
ayoung | did you run the sql migrations? | 00:33 |
ayoung | themadcanudist, run keystone-manage to see the DB version | 00:34 |
ayoung | keystone-manage db_version | 00:35 |
dolphm | ayoung: *all* the work you're doing is in the client, right? | 00:35 |
*** pablosan has joined #openstack-dev | 00:35 | |
ayoung | dolphm, I'll need to sign tokens this way. It will require a change in the token driver | 00:35 |
ayoung | dolphm, that is why I think we make it an alternative token driver, not enabled by default | 00:36 |
ayoung | but let me get an end to end test working first | 00:36 |
themadcanudist | hah, doesn't even have that command =D | 00:36 |
*** sgordon has joined #openstack-dev | 00:36 | |
themadcanudist | i have the standard dbsync, export, import, pki_setup | 00:36 |
themadcanudist | must be ancient | 00:37 |
ayoung | themadcanudist, you can see the version by doing mysql query on the version table | 00:37 |
themadcanudist | it is ancient | 00:37 |
* themadcanudist nods…s ec | 00:37 | |
ayoung | select * from migrate_version; | 00:37 |
ayoung | | keystone | /opt/stack/keystone/keystone/common/sql/migrate_repo | 34 | 00:37 |
ayoung | is the row you are loking for | 00:37 |
*** ijw has joined #openstack-dev | 00:37 | |
themadcanudist | yep, only one row | 00:37 |
themadcanudist | version 4 | 00:37 |
ayoung | um | 00:37 |
ayoung | yeah, you might need to upgrade | 00:37 |
themadcanudist | hehe | 00:37 |
* ayoung going home | 00:38 | |
themadcanudist | ok, this is reasonable info.. thanks so much for the help! | 00:38 |
*** sarob has quit IRC | 00:39 | |
*** IanGovett has quit IRC | 00:40 | |
*** mkollaro has quit IRC | 00:41 | |
*** jcoufal has quit IRC | 00:42 | |
*** ayoung has quit IRC | 00:42 | |
*** jcoufal has joined #openstack-dev | 00:42 | |
dolphm | version 4 sounds right to me for folsom | 00:42 |
*** jokke_ has quit IRC | 00:43 | |
*** mikeoutland has joined #openstack-dev | 00:43 | |
*** agntdrake has quit IRC | 00:44 | |
*** jokke_ has joined #openstack-dev | 00:44 | |
*** mgagne has quit IRC | 00:44 | |
*** sgordon has quit IRC | 00:47 | |
*** sungju has joined #openstack-dev | 00:47 | |
*** jokke_ has quit IRC | 00:47 | |
*** jokke_ has joined #openstack-dev | 00:48 | |
*** xmltok has quit IRC | 00:48 | |
*** smurugesan has quit IRC | 00:48 | |
*** Mandell has quit IRC | 00:50 | |
*** sheeprine has joined #openstack-dev | 00:50 | |
*** gokrokve_ has joined #openstack-dev | 00:50 | |
*** ssurana has joined #openstack-dev | 00:51 | |
*** sarob has joined #openstack-dev | 00:52 | |
*** ssurana has left #openstack-dev | 00:52 | |
*** yamahata has joined #openstack-dev | 00:53 | |
*** unicell has quit IRC | 00:53 | |
*** peoplemerge has quit IRC | 00:53 | |
*** gokrokve has quit IRC | 00:53 | |
*** sweston has joined #openstack-dev | 00:54 | |
*** reed has quit IRC | 00:54 | |
*** relaxdiego has quit IRC | 00:54 | |
*** mikeoutland has quit IRC | 00:55 | |
*** unicell has joined #openstack-dev | 00:56 | |
*** sarob has quit IRC | 00:56 | |
*** nosnos has joined #openstack-dev | 00:57 | |
*** gokrokve_ has quit IRC | 00:57 | |
*** mst89 has quit IRC | 00:57 | |
*** mlavalle has quit IRC | 00:58 | |
*** sweston has quit IRC | 00:58 | |
*** dubsquared has quit IRC | 00:58 | |
*** nosnos has quit IRC | 01:01 | |
*** mikeoutland has joined #openstack-dev | 01:01 | |
*** nosnos has joined #openstack-dev | 01:01 | |
*** lcheng_ has quit IRC | 01:02 | |
*** hemna has quit IRC | 01:02 | |
*** shalini has quit IRC | 01:03 | |
*** shalini has joined #openstack-dev | 01:05 | |
*** Mandell has joined #openstack-dev | 01:10 | |
*** kenperkins_ has quit IRC | 01:11 | |
*** raildo has quit IRC | 01:14 | |
*** kenperkins has joined #openstack-dev | 01:15 | |
*** mestery has quit IRC | 01:15 | |
*** vladikr has joined #openstack-dev | 01:16 | |
*** mrodden has quit IRC | 01:16 | |
*** nkinder has joined #openstack-dev | 01:19 | |
*** sandywalsh has quit IRC | 01:19 | |
*** faramir has joined #openstack-dev | 01:19 | |
*** tsekiyama has quit IRC | 01:19 | |
*** zaneb has quit IRC | 01:20 | |
*** melwitt has quit IRC | 01:20 | |
*** rodrigods has quit IRC | 01:21 | |
*** vladikr has quit IRC | 01:21 | |
*** zaneb has joined #openstack-dev | 01:21 | |
*** thuc_ has quit IRC | 01:23 | |
*** smurugesan has joined #openstack-dev | 01:23 | |
*** thuc has joined #openstack-dev | 01:24 | |
*** smurugesan has quit IRC | 01:25 | |
*** sheeprine has quit IRC | 01:25 | |
*** digambar has quit IRC | 01:26 | |
morganfainberg | bknudson, re: key_mangler stuff in dogpile | 01:27 |
*** themadcanudist has left #openstack-dev | 01:28 | |
*** thuc has quit IRC | 01:28 | |
morganfainberg | bknudson, any preference of documenting 'raw_no_expiry...' as the property that should be used or just add a new property to indicate no-expiry-keys is enabled (and hence needing to set the key_mangler on the backend) | 01:28 |
bknudson | morganfainberg: documentation is fine | 01:30 |
*** markmcclain has quit IRC | 01:30 | |
*** changbl has joined #openstack-dev | 01:31 | |
*** godara has quit IRC | 01:32 | |
*** CaptTofu has joined #openstack-dev | 01:32 | |
*** sheeprine has joined #openstack-dev | 01:32 | |
morganfainberg | bknudson, cool. will expand comment and add to developing.rst | 01:32 |
morganfainberg | bknudson, just checking before i did it so i wasn't off doing something that wouldn't help | 01:32 |
*** xarses has quit IRC | 01:33 | |
*** tjones has quit IRC | 01:34 | |
*** ayoung has joined #openstack-dev | 01:34 | |
*** faramir has quit IRC | 01:37 | |
*** packet has joined #openstack-dev | 01:41 | |
*** morazi has quit IRC | 01:41 | |
*** relaxdiego has joined #openstack-dev | 01:47 | |
*** alop has quit IRC | 01:47 | |
*** sandywalsh has joined #openstack-dev | 01:48 | |
*** amcrn has joined #openstack-dev | 01:48 | |
*** nkinder has quit IRC | 01:51 | |
*** godara has joined #openstack-dev | 01:51 | |
*** relaxdiego has quit IRC | 01:54 | |
*** vladikr has joined #openstack-dev | 01:54 | |
*** sweston has joined #openstack-dev | 01:54 | |
*** lbragstad has joined #openstack-dev | 01:55 | |
*** godara has quit IRC | 01:56 | |
*** MaxV has joined #openstack-dev | 01:57 | |
*** sarob has joined #openstack-dev | 01:57 | |
*** marcoemorais has quit IRC | 01:58 | |
*** mikeoutland has quit IRC | 01:58 | |
*** sweston has quit IRC | 01:59 | |
*** godara has joined #openstack-dev | 01:59 | |
*** SumitNaiksatam has quit IRC | 01:59 | |
*** nermina has left #openstack-dev | 02:01 | |
*** MaxV has quit IRC | 02:01 | |
*** relaxdiego has joined #openstack-dev | 02:02 | |
*** ekhugen has joined #openstack-dev | 02:03 | |
*** sarob has quit IRC | 02:03 | |
*** godara has quit IRC | 02:04 | |
*** tanisdl has joined #openstack-dev | 02:05 | |
*** godara has joined #openstack-dev | 02:06 | |
*** Mandell has quit IRC | 02:07 | |
*** sarob has joined #openstack-dev | 02:08 | |
*** cdub has quit IRC | 02:09 | |
*** shalini has quit IRC | 02:11 | |
*** sarob has quit IRC | 02:12 | |
*** shalini has joined #openstack-dev | 02:13 | |
*** nati_ueno has quit IRC | 02:14 | |
*** amotoki has joined #openstack-dev | 02:14 | |
*** tdruiva has joined #openstack-dev | 02:14 | |
*** terriyu has quit IRC | 02:15 | |
*** godara has quit IRC | 02:19 | |
*** godara has joined #openstack-dev | 02:22 | |
*** jasondotstar has joined #openstack-dev | 02:22 | |
*** dubsquared has joined #openstack-dev | 02:23 | |
*** asalkeld has quit IRC | 02:23 | |
*** godara has quit IRC | 02:24 | |
*** thuc has joined #openstack-dev | 02:24 | |
*** comay has quit IRC | 02:30 | |
*** tsekiyama has joined #openstack-dev | 02:30 | |
*** dims_ has quit IRC | 02:31 | |
*** thuc has quit IRC | 02:32 | |
*** erkules_ has joined #openstack-dev | 02:33 | |
*** dims_ has joined #openstack-dev | 02:34 | |
*** coolsvap_away has quit IRC | 02:34 | |
*** neelashah has joined #openstack-dev | 02:34 | |
*** tsekiyama has quit IRC | 02:35 | |
*** asalkeld has joined #openstack-dev | 02:35 | |
*** dstanek has joined #openstack-dev | 02:36 | |
*** erkules has quit IRC | 02:36 | |
*** spzala has quit IRC | 02:36 | |
*** angdraug has quit IRC | 02:38 | |
*** gokrokve has joined #openstack-dev | 02:41 | |
*** jcoufal has quit IRC | 02:42 | |
*** sarob has joined #openstack-dev | 02:43 | |
*** jcoufal has joined #openstack-dev | 02:43 | |
*** sarob has quit IRC | 02:45 | |
*** sarob has joined #openstack-dev | 02:45 | |
*** sarob_ has joined #openstack-dev | 02:47 | |
*** ijw has quit IRC | 02:47 | |
*** _cjones_ has quit IRC | 02:47 | |
*** arnaud___ has quit IRC | 02:48 | |
*** arnaud__ has quit IRC | 02:48 | |
*** AlexF has joined #openstack-dev | 02:49 | |
*** sarob has quit IRC | 02:50 | |
*** SumitNaiksatam has joined #openstack-dev | 02:51 | |
*** AlexF has quit IRC | 02:52 | |
*** CaptTofu has quit IRC | 02:53 | |
*** ekhugen has quit IRC | 02:54 | |
*** stevemar has joined #openstack-dev | 02:54 | |
*** dubsquared has quit IRC | 02:55 | |
*** CaptTofu has joined #openstack-dev | 02:55 | |
*** jamielennox is now known as jamielennox|away | 02:57 | |
*** sarob_ has quit IRC | 02:57 | |
*** doug_shelley66 has quit IRC | 02:57 | |
*** sarob has joined #openstack-dev | 02:58 | |
*** doug_shelley66 has joined #openstack-dev | 02:58 | |
ayoung | dolphm, dstanek morganfainberg WIP https://review.openstack.org/#/c/71181/ | 02:58 |
*** jcoufal has quit IRC | 02:59 | |
*** sarob has quit IRC | 03:02 | |
*** morganfainberg is now known as morganfainberg_Z | 03:04 | |
stevemar | lbragstad, i have a smaller chance of other ppl pinging me now :) | 03:04 |
* lbragstad nod | 03:04 | |
chance | and i will continue to be pung because im stubborn. | 03:05 |
chance | :D | 03:05 |
lbragstad | ^ chance nice | 03:06 |
stevemar | chance, very cheeky | 03:06 |
stevemar | lbragstad, did you manage to play arpound with the devstack stuff? | 03:06 |
lbragstad | stevemar: not yet, I was playing around with the osc, hacking around with add trusts. | 03:07 |
*** ianw has quit IRC | 03:08 | |
lbragstad | stevemar: the part that I find weird is that we you use v2.0 and set up devstack, it works fine with v3, but if you explicitly say to use v3 in stack.rc, it breaks | 03:08 |
*** ianw has joined #openstack-dev | 03:08 | |
stevemar | i think something funky is happening with OSC and the environment variables that are used | 03:09 |
stevemar | I should move the unset calls earlier | 03:09 |
stevemar | if that is possible | 03:09 |
stevemar | lbragstad, ^ | 03:09 |
lbragstad | stevemar: yeah, you have a little room to do that | 03:10 |
*** gokrokve has quit IRC | 03:10 | |
lbragstad | could see if it makes a difference | 03:10 |
*** morazi has joined #openstack-dev | 03:12 | |
*** pradeep has joined #openstack-dev | 03:13 | |
*** gokrokve has joined #openstack-dev | 03:13 | |
stevemar | lbragstad, be back in 30 | 03:14 |
*** paragan has joined #openstack-dev | 03:15 | |
*** pmathews has joined #openstack-dev | 03:15 | |
*** stevemar has quit IRC | 03:18 | |
*** radsy has quit IRC | 03:24 | |
*** buzztroll has quit IRC | 03:24 | |
*** amcrn has quit IRC | 03:25 | |
*** buzztroll has joined #openstack-dev | 03:25 | |
*** shalini has quit IRC | 03:25 | |
*** shalini has joined #openstack-dev | 03:26 | |
*** jamielennox|away is now known as jamielennox | 03:27 | |
*** mriedem has quit IRC | 03:27 | |
*** radsy has joined #openstack-dev | 03:28 | |
*** mriedem has joined #openstack-dev | 03:28 | |
*** buzztroll has quit IRC | 03:29 | |
giulivo | something going wrong on the gate I think, got "process leaked file descriptors" and plenty of failed tests | 03:30 |
*** packet has quit IRC | 03:31 | |
*** dubsquared has joined #openstack-dev | 03:31 | |
*** sarob has joined #openstack-dev | 03:33 | |
*** lcheng_ has joined #openstack-dev | 03:34 | |
*** galstrom_zzz is now known as galstrom | 03:35 | |
*** hcc has joined #openstack-dev | 03:42 | |
*** edmund has joined #openstack-dev | 03:43 | |
*** stevemar has joined #openstack-dev | 03:44 | |
*** aditirav has joined #openstack-dev | 03:46 | |
*** aditirav has quit IRC | 03:46 | |
*** aditirav has joined #openstack-dev | 03:47 | |
lbragstad | stevemar: do you know where this stuff lives now? | 03:51 |
lbragstad | https://github.com/openstack/python-openstackclient/commit/55462e8f561af31dbd9a34d317758916d1287d72#diff-2eeaed663bd0d25b7e608891384b7298R120 | 03:51 |
lbragstad | stevemar: nvm I found it | 03:54 |
*** doug_shelley66 has quit IRC | 03:54 | |
*** mriedem has quit IRC | 03:55 | |
*** xarses has joined #openstack-dev | 03:56 | |
*** alex_klimov has joined #openstack-dev | 03:56 | |
*** ijw has joined #openstack-dev | 03:58 | |
stevemar | lbragstad, hmmm? what did you mean? | 04:00 |
lbragstad | stevemar: https://github.com/openstack/python-openstackclient/blob/master/setup.cfg#L164 | 04:00 |
stevemar | lbragstad, the credential stuff is likely flakey | 04:00 |
lbragstad | i was looking for that | 04:00 |
*** tdruiva has quit IRC | 04:01 | |
*** jhesketh__ has quit IRC | 04:01 | |
*** tanisdl has quit IRC | 04:01 | |
stevemar | oh yeah, the stuff in setup.py file was moved to setup.cfg | 04:01 |
*** tdruiva has joined #openstack-dev | 04:01 | |
stevemar | lbragstad, ^ | 04:01 |
*** hcc is now known as hdd_ | 04:02 | |
*** ijw has quit IRC | 04:02 | |
*** harlowja is now known as harlowja_away | 04:03 | |
*** jhesketh__ has joined #openstack-dev | 04:04 | |
*** bdpayne has quit IRC | 04:05 | |
*** bdpayne has joined #openstack-dev | 04:06 | |
*** alex_klimov has quit IRC | 04:06 | |
*** bdpayne has quit IRC | 04:06 | |
*** sarob has quit IRC | 04:07 | |
*** radsy has quit IRC | 04:08 | |
*** sarob has joined #openstack-dev | 04:08 | |
*** CaptTofu has quit IRC | 04:09 | |
*** baoli has joined #openstack-dev | 04:09 | |
*** sweston has joined #openstack-dev | 04:09 | |
*** CaptTofu has joined #openstack-dev | 04:09 | |
lbragstad | stevemar: with the osc are required parameters determined inthe get_parser method? ex: https://github.com/openstack/python-openstackclient/blob/master/openstackclient/identity/v3/user.py#L34-L77 | 04:11 |
*** shalini has quit IRC | 04:11 | |
*** sarob has quit IRC | 04:12 | |
*** baoli has quit IRC | 04:13 | |
*** CaptTofu has quit IRC | 04:14 | |
*** buzztroll has joined #openstack-dev | 04:16 | |
*** lcheng_ has quit IRC | 04:16 | |
*** buzztrol_ has joined #openstack-dev | 04:17 | |
*** buzztroll has quit IRC | 04:17 | |
*** aveiga has quit IRC | 04:19 | |
*** killer_prince has joined #openstack-dev | 04:19 | |
*** galstrom is now known as galstrom_zzz | 04:20 | |
*** jd__ has quit IRC | 04:21 | |
*** jd__ has joined #openstack-dev | 04:22 | |
*** dave_tucker_zzz has quit IRC | 04:22 | |
*** sumanthns has joined #openstack-dev | 04:23 | |
*** dave_tucker_zzz has joined #openstack-dev | 04:26 | |
*** dave_tucker_zzz is now known as dave_tucker | 04:26 | |
*** galstrom_zzz is now known as galstrom | 04:28 | |
*** radsy has joined #openstack-dev | 04:29 | |
*** radsy has quit IRC | 04:29 | |
*** radsy has joined #openstack-dev | 04:29 | |
*** asalkeld has quit IRC | 04:30 | |
*** killer_prince has quit IRC | 04:31 | |
*** achampion has joined #openstack-dev | 04:32 | |
*** bhuvan has joined #openstack-dev | 04:33 | |
*** nug1e has joined #openstack-dev | 04:34 | |
*** lcheng_ has joined #openstack-dev | 04:35 | |
*** nug1e has quit IRC | 04:35 | |
*** gokrokve has quit IRC | 04:36 | |
*** nugie has joined #openstack-dev | 04:36 | |
*** ArxCruz has quit IRC | 04:36 | |
*** killer_prince has joined #openstack-dev | 04:37 | |
*** rcleere has joined #openstack-dev | 04:38 | |
*** gokrokve has joined #openstack-dev | 04:40 | |
*** gordc has joined #openstack-dev | 04:48 | |
*** byeager has joined #openstack-dev | 04:48 | |
*** alex_klimov has joined #openstack-dev | 04:48 | |
*** ijw has joined #openstack-dev | 04:50 | |
*** buzztrol_ has quit IRC | 04:51 | |
*** alex_klimov has quit IRC | 04:51 | |
*** sweston has quit IRC | 04:51 | |
*** alex_klimov has joined #openstack-dev | 04:53 | |
*** ijw has quit IRC | 04:54 | |
*** marcoemorais has joined #openstack-dev | 04:54 | |
*** Mandell has joined #openstack-dev | 04:55 | |
*** marcoemorais has quit IRC | 04:56 | |
*** ijw has joined #openstack-dev | 04:58 | |
*** achampion has quit IRC | 05:01 | |
*** rraja has joined #openstack-dev | 05:01 | |
*** rraja_ has joined #openstack-dev | 05:01 | |
*** marun has quit IRC | 05:02 | |
*** marun has joined #openstack-dev | 05:03 | |
*** rcleere has quit IRC | 05:05 | |
*** lcheng_ has quit IRC | 05:08 | |
*** lcheng_ has joined #openstack-dev | 05:08 | |
*** sarob has joined #openstack-dev | 05:09 | |
*** radsy has quit IRC | 05:12 | |
*** sarob has quit IRC | 05:15 | |
*** nshaikh has joined #openstack-dev | 05:16 | |
*** dubsquared has quit IRC | 05:17 | |
*** jcooley_ has quit IRC | 05:19 | |
*** killer_prince has quit IRC | 05:20 | |
*** galstrom is now known as galstrom_zzz | 05:20 | |
*** adreznec has joined #openstack-dev | 05:22 | |
*** gokrokve has quit IRC | 05:24 | |
*** buzztroll has joined #openstack-dev | 05:26 | |
*** morazi has quit IRC | 05:26 | |
*** galstrom_zzz is now known as galstrom | 05:28 | |
*** gokrokve has joined #openstack-dev | 05:31 | |
*** ijw_ has joined #openstack-dev | 05:36 | |
*** ijw has quit IRC | 05:36 | |
*** buzztroll has quit IRC | 05:37 | |
*** igor__ has joined #openstack-dev | 05:37 | |
*** gordc has quit IRC | 05:37 | |
*** buzztroll has joined #openstack-dev | 05:37 | |
*** mestery has joined #openstack-dev | 05:38 | |
*** mestery has quit IRC | 05:38 | |
*** bhuvan has quit IRC | 05:38 | |
*** mestery has joined #openstack-dev | 05:39 | |
*** killer_prince has joined #openstack-dev | 05:40 | |
*** markmcclain has joined #openstack-dev | 05:41 | |
*** buzztroll has quit IRC | 05:42 | |
*** mestery_ has joined #openstack-dev | 05:44 | |
*** pmathews has quit IRC | 05:45 | |
*** markmcclain has quit IRC | 05:45 | |
*** Nikolay_St has joined #openstack-dev | 05:45 | |
*** mestery has quit IRC | 05:46 | |
*** gokrokve has quit IRC | 05:46 | |
*** gokrokve has joined #openstack-dev | 05:47 | |
*** jcooley_ has joined #openstack-dev | 05:48 | |
*** nati_ueno has joined #openstack-dev | 05:51 | |
*** gokrokve has quit IRC | 05:51 | |
*** rohitk has joined #openstack-dev | 05:51 | |
*** buzztroll has joined #openstack-dev | 05:54 | |
clarkb | Guest19773: process leaked file descriptors is benign | 05:56 |
clarkb | er giulivo ^ | 05:56 |
*** lcheng_ has quit IRC | 05:56 | |
clarkb | that is just a warning from jenkins because the devstack tests touch files in /opt and don't delete them | 05:56 |
*** lcheng_ has joined #openstack-dev | 05:56 | |
*** rohitk has quit IRC | 05:57 | |
*** rohitk has joined #openstack-dev | 05:57 | |
*** agntdrake has joined #openstack-dev | 05:58 | |
*** byeager has quit IRC | 05:58 | |
*** mrda_ has joined #openstack-dev | 06:00 | |
*** mestery_ has quit IRC | 06:00 | |
*** neeti has joined #openstack-dev | 06:01 | |
*** jamespage_ has joined #openstack-dev | 06:02 | |
*** hdd_ has quit IRC | 06:03 | |
*** killer_prince has quit IRC | 06:03 | |
*** killer_prince has joined #openstack-dev | 06:04 | |
*** e0ne has joined #openstack-dev | 06:04 | |
*** killer_prince has quit IRC | 06:05 | |
*** jamespage_ has quit IRC | 06:05 | |
*** killer_prince has joined #openstack-dev | 06:05 | |
*** killer_prince has quit IRC | 06:05 | |
*** asalkeld has joined #openstack-dev | 06:07 | |
*** ijw_ has quit IRC | 06:07 | |
*** killer_prince has joined #openstack-dev | 06:08 | |
*** ijw has joined #openstack-dev | 06:08 | |
*** agntdrake has quit IRC | 06:08 | |
*** emagana has joined #openstack-dev | 06:12 | |
*** sarob has joined #openstack-dev | 06:12 | |
*** yeylon__ has joined #openstack-dev | 06:13 | |
*** galstrom is now known as galstrom_zzz | 06:14 | |
*** krast has joined #openstack-dev | 06:14 | |
*** sarob has quit IRC | 06:17 | |
*** dubsquared has joined #openstack-dev | 06:18 | |
*** novas0x2a|laptop has quit IRC | 06:19 | |
*** adreznec has quit IRC | 06:21 | |
*** igor__ has quit IRC | 06:21 | |
*** yeylon__ has quit IRC | 06:21 | |
*** jasondotstar has quit IRC | 06:22 | |
*** dubsquared has quit IRC | 06:23 | |
*** mohits has joined #openstack-dev | 06:23 | |
*** zaitcev has quit IRC | 06:23 | |
*** rohitk has quit IRC | 06:25 | |
*** e0ne has quit IRC | 06:26 | |
*** nshaikh has quit IRC | 06:27 | |
*** harlowja_at_home has joined #openstack-dev | 06:27 | |
*** nugie has left #openstack-dev | 06:29 | |
*** Gordonz has quit IRC | 06:33 | |
*** dubsquared has joined #openstack-dev | 06:34 | |
*** rraja has quit IRC | 06:35 | |
*** dubsquared has quit IRC | 06:35 | |
*** rraja_ has quit IRC | 06:35 | |
*** dubsquared has joined #openstack-dev | 06:35 | |
*** nelsnelson has quit IRC | 06:36 | |
*** odyssey4me has joined #openstack-dev | 06:39 | |
*** rohitk has joined #openstack-dev | 06:41 | |
*** harlowja_at_home has quit IRC | 06:43 | |
*** mrda is now known as mrda_away | 06:44 | |
*** dstanek has quit IRC | 06:45 | |
*** mrda_ has quit IRC | 06:46 | |
*** rraja_ has joined #openstack-dev | 06:48 | |
*** rraja has joined #openstack-dev | 06:48 | |
*** doug_shelley66 has joined #openstack-dev | 06:49 | |
*** markmcclain has joined #openstack-dev | 06:50 | |
*** dubsquared has quit IRC | 06:54 | |
*** afazekas has joined #openstack-dev | 06:54 | |
*** lcheng_ has quit IRC | 06:56 | |
*** rdas has joined #openstack-dev | 06:57 | |
*** yolanda has quit IRC | 07:00 | |
*** boris-42_ has quit IRC | 07:05 | |
*** nati_ueno has quit IRC | 07:05 | |
*** nati_ueno has joined #openstack-dev | 07:06 | |
*** buzztroll has quit IRC | 07:07 | |
*** buzztroll has joined #openstack-dev | 07:07 | |
*** uvirtbot has joined #openstack-dev | 07:08 | |
soren | SpamapS: There you go. ^ | 07:09 |
*** coolsvap has joined #openstack-dev | 07:09 | |
*** buzztroll has quit IRC | 07:11 | |
*** jcooley_ has quit IRC | 07:12 | |
*** jcooley_ has joined #openstack-dev | 07:12 | |
*** nati_ueno has quit IRC | 07:14 | |
*** nati_ueno has joined #openstack-dev | 07:14 | |
*** nati_ueno has quit IRC | 07:15 | |
*** sarob has joined #openstack-dev | 07:15 | |
*** nati_ueno has joined #openstack-dev | 07:15 | |
*** nati_ueno has quit IRC | 07:16 | |
*** ijw has quit IRC | 07:16 | |
*** nati_ueno has joined #openstack-dev | 07:17 | |
*** jcooley_ has quit IRC | 07:17 | |
*** Drankis has joined #openstack-dev | 07:17 | |
*** yolanda has joined #openstack-dev | 07:18 | |
*** DinaBelova_ is now known as DinaBelova | 07:19 | |
*** JordanRi1ke has joined #openstack-dev | 07:19 | |
*** sarob has quit IRC | 07:19 | |
*** MaxV has joined #openstack-dev | 07:20 | |
*** Ryan_Lane has quit IRC | 07:21 | |
*** JordanRi1ke is now known as JordanRinke_ | 07:23 | |
*** tkammer has joined #openstack-dev | 07:24 | |
*** nati_ueno has quit IRC | 07:25 | |
*** nati_ueno has joined #openstack-dev | 07:26 | |
YorikSar | clarkb: Hi, around? | 07:27 |
*** vartom1111111115 has joined #openstack-dev | 07:27 | |
clarkb | YorikSar: not for much longer | 07:28 |
clarkb | whats up? | 07:28 |
*** nati_ueno has quit IRC | 07:28 | |
YorikSar | clarkb: Can you please take a look at https://review.openstack.org/70527 and approve it if it's ok? We'll at least get more info on fails that we get. | 07:28 |
*** nati_ueno has joined #openstack-dev | 07:29 | |
*** jamespage_ has joined #openstack-dev | 07:29 | |
clarkb | YorikSar: it has my +2 but we shuold try to get fungi to take a look too before approving | 07:30 |
YorikSar | clarkb: I'm thinking about adding a time limit to tests so that we won't wait for an hour if smth bad happens like with both changes currently in the gate... | 07:30 |
clarkb | YorikSar: probably a good idea too | 07:31 |
YorikSar | clarkb: Thanks. Do you know which timezone he is in? | 07:31 |
clarkb | fungi is EST and usually around by 10am local time | 07:31 |
clarkb | so uh that is ~9-10 hours from now | 07:31 |
clarkb | er wait | 07:32 |
clarkb | 9-10 hours from now is for me. EST would be 6-7 hours from now | 07:32 |
YorikSar | clarkb: Ok, will try to catch him in my evening then :) | 07:32 |
YorikSar | clarkb: btw, do you know how my change gets magically reverified? https://review.openstack.org/49486 | 07:33 |
*** jamespage_ has quit IRC | 07:33 | |
*** mflobo has joined #openstack-dev | 07:33 | |
*** vartom1111111115 has quit IRC | 07:33 | |
*** rraja has quit IRC | 07:34 | |
*** rraja_ has quit IRC | 07:34 | |
*** thouveng has joined #openstack-dev | 07:34 | |
*** yamahata has quit IRC | 07:36 | |
*** vartom1111111115 has joined #openstack-dev | 07:36 | |
*** nati_ueno has quit IRC | 07:37 | |
*** nati_ueno has joined #openstack-dev | 07:37 | |
*** nati_ueno has quit IRC | 07:40 | |
clarkb | yes I keep leaving approval comments :) | 07:40 |
*** MaxV has quit IRC | 07:40 | |
YorikSar | clarkb: But why isn't it showing up as a new comment? | 07:41 |
clarkb | because gerrit has a bug that they dont update the comment db if the only change in the data is the timestamp | 07:42 |
clarkb | I need to fix that upstream | 07:42 |
*** ppetit has joined #openstack-dev | 07:43 | |
mflobo | anyone had this problem to run keystone_ | 07:44 |
mflobo | ? | 07:45 |
mflobo | # keystone-all --debug | 07:45 |
mflobo | Traceback (most recent call last): | 07:45 |
mflobo | File "/usr/bin/keystone-all", line 35, in <module> | 07:45 |
mflobo | from paste import deploy | 07:45 |
*** ijw has joined #openstack-dev | 07:47 | |
sgran | mflobo: pastebin long messages, pleae | 07:48 |
mflobo | sgran, sorry for noise | 07:48 |
sgran | no problem - just also no help for you - I can't see the end of the message, so I can't give you any hints | 07:51 |
*** omachace has joined #openstack-dev | 07:52 | |
*** stevemar has quit IRC | 07:53 | |
*** corXi has joined #openstack-dev | 07:54 | |
*** jprovazn has joined #openstack-dev | 07:54 | |
mflobo | I installed RDO havana version and I configured LDAP backend on keystone.conf. So far so good. | 07:55 |
mflobo | Then, I clone keystone from github and I make: python setup.py install to upgrade the havana code | 07:56 |
mflobo | then, when i run keystone-all, it raises that error | 07:56 |
*** Ryan_Lane has joined #openstack-dev | 07:57 | |
mflobo | http://paste.openstack.org/show/62537/ | 07:57 |
*** xgsa has joined #openstack-dev | 07:57 | |
mflobo | PasteDeploy library is installed via pip command | 07:59 |
*** asalkeld has quit IRC | 08:00 | |
*** erkules_ is now known as erkules | 08:01 | |
mflobo | Even using python prompt http://paste.openstack.org/show/62538/ I have the same problem | 08:01 |
*** nkinder has joined #openstack-dev | 08:02 | |
*** xqueralt has joined #openstack-dev | 08:02 | |
*** yeylon__ has joined #openstack-dev | 08:03 | |
sgran | oh, that's not really anything to do with openstack | 08:04 |
*** julienvey_ has joined #openstack-dev | 08:04 | |
sgran | presumably pip has installed it somewhere outside of your python path or something | 08:04 |
*** flaper87|afk is now known as flaper87 | 08:05 | |
sgran | and, why would you pay for redhat rdo and then git clone and pip install ? | 08:05 |
*** eglynn-lunch has joined #openstack-dev | 08:05 | |
sgran | you've taken a platform where you're paying for support and made it unsupportable | 08:06 |
*** yamahata has joined #openstack-dev | 08:07 | |
*** jistr has joined #openstack-dev | 08:08 | |
*** I159 has joined #openstack-dev | 08:08 | |
*** eglynn-lunch has quit IRC | 08:08 | |
*** eglynn has joined #openstack-dev | 08:09 | |
mflobo | I-m not paying, RDO release is free http://openstack.redhat.com/Main_Page | 08:10 |
*** sushils has joined #openstack-dev | 08:10 | |
*** YorikSar has quit IRC | 08:10 | |
*** CaptTofu has joined #openstack-dev | 08:11 | |
sgran | ok. The question still stands - why are you trying to mix a supported platform and git/pip install ? | 08:11 |
sgran | just do devstack if you want the latter | 08:11 |
*** YorikSar has joined #openstack-dev | 08:11 | |
*** yamahata has quit IRC | 08:11 | |
mflobo | I don want to use devstack | 08:13 |
mflobo | I want to apply some patch from git into havana version | 08:13 |
*** yeylon__ has quit IRC | 08:13 | |
mflobo | these are the list of installes libraries related to pastedeploy http://paste.openstack.org/show/62539/ | 08:14 |
*** amuller has joined #openstack-dev | 08:14 | |
*** CaptTofu has quit IRC | 08:16 | |
sgran | ok | 08:16 |
*** jamespage_ has joined #openstack-dev | 08:16 | |
*** jamespage_ has quit IRC | 08:17 | |
*** buzztroll has joined #openstack-dev | 08:18 | |
*** jtomasek has joined #openstack-dev | 08:18 | |
*** mrunge has joined #openstack-dev | 08:20 | |
*** jtomasek has quit IRC | 08:20 | |
*** julienvey_ has quit IRC | 08:21 | |
*** nmagnezi has joined #openstack-dev | 08:21 | |
*** nelsnelson has joined #openstack-dev | 08:21 | |
*** jtomasek has joined #openstack-dev | 08:22 | |
*** markmcclain has quit IRC | 08:22 | |
*** buzztroll has quit IRC | 08:23 | |
*** che-arne has joined #openstack-dev | 08:23 | |
*** MaxV has joined #openstack-dev | 08:25 | |
*** bauzas has joined #openstack-dev | 08:26 | |
*** sahid has joined #openstack-dev | 08:26 | |
*** haomaiwa_ has quit IRC | 08:28 | |
*** haomaiwang has joined #openstack-dev | 08:28 | |
*** iartarisi has joined #openstack-dev | 08:29 | |
*** che-arne has quit IRC | 08:29 | |
*** romcheg has joined #openstack-dev | 08:29 | |
*** sushils has quit IRC | 08:31 | |
*** haomai___ has joined #openstack-dev | 08:32 | |
*** rodrigods has joined #openstack-dev | 08:32 | |
*** rodrigods has quit IRC | 08:32 | |
*** rodrigods has joined #openstack-dev | 08:32 | |
*** sushils has joined #openstack-dev | 08:33 | |
*** Ryan_Lane has quit IRC | 08:35 | |
*** Ryan_Lane has joined #openstack-dev | 08:36 | |
*** haomaiwang has quit IRC | 08:36 | |
*** florentflament has joined #openstack-dev | 08:37 | |
*** tdruiva has quit IRC | 08:38 | |
*** pradeep has quit IRC | 08:41 | |
*** mmagr has joined #openstack-dev | 08:41 | |
*** pradeep has joined #openstack-dev | 08:42 | |
*** pradeep has quit IRC | 08:42 | |
*** pradeep has joined #openstack-dev | 08:44 | |
*** scroiset has left #openstack-dev | 08:44 | |
*** lsmola has quit IRC | 08:46 | |
*** krtaylor has quit IRC | 08:47 | |
*** krtaylor has joined #openstack-dev | 08:49 | |
*** rraja has joined #openstack-dev | 08:51 | |
*** rraja_ has joined #openstack-dev | 08:51 | |
*** Ryan_Lane has quit IRC | 08:52 | |
*** matsuhashi has quit IRC | 08:54 | |
*** krtaylor has quit IRC | 08:55 | |
*** matsuhashi has joined #openstack-dev | 08:55 | |
*** jcoufal has joined #openstack-dev | 08:55 | |
*** nacim has joined #openstack-dev | 08:55 | |
*** e0ne has joined #openstack-dev | 08:56 | |
*** krtaylor has joined #openstack-dev | 08:56 | |
*** romcheg1 has joined #openstack-dev | 08:57 | |
*** gcha has joined #openstack-dev | 08:57 | |
*** romcheg has quit IRC | 08:58 | |
*** marekd|away is now known as marekd | 08:59 | |
*** reed has joined #openstack-dev | 08:59 | |
*** lsmola has joined #openstack-dev | 08:59 | |
*** jpich has joined #openstack-dev | 09:01 | |
*** bhuvan has joined #openstack-dev | 09:02 | |
*** mkollaro has joined #openstack-dev | 09:05 | |
*** mancdaz has joined #openstack-dev | 09:05 | |
*** derekh has joined #openstack-dev | 09:05 | |
*** romcheg has joined #openstack-dev | 09:06 | |
*** sushils has quit IRC | 09:06 | |
*** ala has joined #openstack-dev | 09:08 | |
*** romcheg1 has quit IRC | 09:08 | |
*** ygbo has quit IRC | 09:12 | |
*** fungi has quit IRC | 09:12 | |
*** ygbo has joined #openstack-dev | 09:13 | |
*** dtantsur has joined #openstack-dev | 09:14 | |
*** fungi has joined #openstack-dev | 09:16 | |
*** lucasagomes has joined #openstack-dev | 09:16 | |
*** sarob has joined #openstack-dev | 09:17 | |
*** andreaf has joined #openstack-dev | 09:17 | |
*** yassine has joined #openstack-dev | 09:18 | |
*** lsmola has quit IRC | 09:19 | |
*** sarob has quit IRC | 09:23 | |
*** boris-42_ has joined #openstack-dev | 09:23 | |
*** danpb has joined #openstack-dev | 09:23 | |
*** yeylon__ has joined #openstack-dev | 09:25 | |
*** odyssey4me has quit IRC | 09:25 | |
*** gcha_ has joined #openstack-dev | 09:29 | |
*** gcha has quit IRC | 09:29 | |
*** d0ugal has quit IRC | 09:29 | |
*** d0ugal has joined #openstack-dev | 09:29 | |
*** pixelb has joined #openstack-dev | 09:30 | |
*** gcha_ is now known as gcha | 09:30 | |
*** dave_tucker is now known as dave_tucker_zzz | 09:31 | |
*** lsmola has joined #openstack-dev | 09:32 | |
*** odyssey4me has joined #openstack-dev | 09:34 | |
*** safchain has joined #openstack-dev | 09:36 | |
*** jamespage_ has joined #openstack-dev | 09:37 | |
*** vartom1111111115 has quit IRC | 09:37 | |
*** e0ne_ has joined #openstack-dev | 09:38 | |
*** dot has joined #openstack-dev | 09:38 | |
*** vartom1111111115 has joined #openstack-dev | 09:38 | |
*** sgran has quit IRC | 09:39 | |
*** capri has joined #openstack-dev | 09:40 | |
*** dims_ has quit IRC | 09:41 | |
capri | hey, is there an existing cinder volume package available for nexentastor or do i have to edit the cinder.conf on my openstack host? | 09:41 |
*** e0ne has quit IRC | 09:41 | |
*** jamespage_ has quit IRC | 09:42 | |
*** xqueralt has quit IRC | 09:42 | |
dot | hello is it possible to disable csrf token on login page? | 09:44 |
*** dims_ has joined #openstack-dev | 09:44 | |
*** xqueralt has joined #openstack-dev | 09:46 | |
ihrachys | dhellmann: speaking of using itertools.cycle instead of reimplementing the logic on our own, do you think this patch is somewhat better than existing approach: http://paste.openstack.org/show/62549/ ? | 09:49 |
*** baoli has joined #openstack-dev | 09:49 | |
soren | dot: That sounds like a really, really bad idea. | 09:49 |
*** baoli has quit IRC | 09:50 | |
*** grapsus_1 has quit IRC | 09:52 | |
*** jcoufal has quit IRC | 09:54 | |
*** grapsus_ has joined #openstack-dev | 09:54 | |
*** bhuvan has quit IRC | 09:55 | |
*** bhuvan has joined #openstack-dev | 09:56 | |
*** xga has joined #openstack-dev | 09:57 | |
*** jasondotstar has joined #openstack-dev | 10:00 | |
*** max_lobur_afk is now known as max_lobur | 10:04 | |
*** baoli has joined #openstack-dev | 10:06 | |
*** baoli has quit IRC | 10:08 | |
*** johnthetubaguy has joined #openstack-dev | 10:09 | |
*** CaptTofu has joined #openstack-dev | 10:12 | |
kashyap | qgerrit tool is really useful to query gerrit, thanks harlowja_away ! | 10:12 |
*** CaptTofu has quit IRC | 10:16 | |
kashyap | dot, I don't know if you're being serious. CSRF is one OWASP's top 10 vulnerabilities (for ages) -- https://www.owasp.org/index.php/Top_10_2013-A3-Cross-Site_Scripting_%28XSS%29 | 10:18 |
*** pradeep1 has joined #openstack-dev | 10:20 | |
*** sarob has joined #openstack-dev | 10:20 | |
*** pradeep has quit IRC | 10:21 | |
*** Guest45477 has quit IRC | 10:22 | |
*** Guest45477 has joined #openstack-dev | 10:22 | |
*** Guest45477 is now known as xarg_ | 10:22 | |
*** jcoufal has joined #openstack-dev | 10:23 | |
*** romcheg has left #openstack-dev | 10:24 | |
*** paragan has quit IRC | 10:25 | |
*** sarob has quit IRC | 10:27 | |
*** boris-42_ has quit IRC | 10:28 | |
*** jamespage_ has joined #openstack-dev | 10:29 | |
*** markmc has joined #openstack-dev | 10:31 | |
*** pradeep has joined #openstack-dev | 10:35 | |
*** e0ne_ has quit IRC | 10:35 | |
*** e0ne has joined #openstack-dev | 10:35 | |
*** pradeep1 has quit IRC | 10:37 | |
*** bhuvan has quit IRC | 10:38 | |
*** Drankis has quit IRC | 10:39 | |
*** jamespage_ has quit IRC | 10:39 | |
*** jistr has quit IRC | 10:40 | |
*** boris-42_ has joined #openstack-dev | 10:40 | |
*** martyntaylor has joined #openstack-dev | 10:42 | |
dot | kashyap: why do I have to tell everyone here why I have to do this. And when I say it eveyrone says ok than. And of course the answer is dont know how to do it... | 10:47 |
dot | so kashyap do you know how to do it? | 10:48 |
*** nosnos has quit IRC | 10:53 | |
*** amuller has quit IRC | 10:55 | |
*** akrivoka has joined #openstack-dev | 10:57 | |
*** johnthetubaguy has quit IRC | 10:59 | |
*** jhesketh__ has quit IRC | 10:59 | |
*** jamespage_ has joined #openstack-dev | 10:59 | |
*** jistr has joined #openstack-dev | 11:00 | |
*** jasondotstar has quit IRC | 11:00 | |
*** johnthetubaguy has joined #openstack-dev | 11:03 | |
*** jtomasek has quit IRC | 11:05 | |
*** jtomasek has joined #openstack-dev | 11:05 | |
*** gszasz has joined #openstack-dev | 11:06 | |
*** jhesketh has quit IRC | 11:06 | |
kashyap | dot, No. If I could spend a lot of time, probably I could figure. And, a gentle reminder - nobody owes anyone anything in open source communities. | 11:08 |
*** dshulyak has joined #openstack-dev | 11:10 | |
*** jasondotstar has joined #openstack-dev | 11:13 | |
dot | kashyap: and nobody owns to explain why I have to do it right? :) | 11:13 |
*** jamespage_ has joined #openstack-dev | 11:13 | |
*** jamespage_ has quit IRC | 11:13 | |
kashyap | Sure. But, when asking questions that involve potential CVEs, you might want to keep reasons around, since people would ask naturally. Anyway, mooooooooooooooving on. :-) | 11:14 |
*** rohitk has quit IRC | 11:15 | |
*** iartarisi has quit IRC | 11:23 | |
*** pcm_ has joined #openstack-dev | 11:23 | |
*** iartarisi has joined #openstack-dev | 11:23 | |
*** sarob has joined #openstack-dev | 11:24 | |
*** pcm_ has quit IRC | 11:24 | |
*** pcm_ has joined #openstack-dev | 11:25 | |
*** Alexei_987 has joined #openstack-dev | 11:25 | |
*** amuller has joined #openstack-dev | 11:26 | |
*** jamespage_ has joined #openstack-dev | 11:28 | |
*** jamespage_ has quit IRC | 11:28 | |
*** emagana_ has joined #openstack-dev | 11:29 | |
*** jamespage_ has joined #openstack-dev | 11:29 | |
*** rohitk has joined #openstack-dev | 11:29 | |
*** sarob has quit IRC | 11:29 | |
*** emagana has quit IRC | 11:32 | |
*** ppetit has quit IRC | 11:37 | |
*** bhuvan has joined #openstack-dev | 11:37 | |
*** cnesa has joined #openstack-dev | 11:43 | |
*** vkmc has joined #openstack-dev | 11:43 | |
*** vkmc has quit IRC | 11:43 | |
*** vkmc has joined #openstack-dev | 11:43 | |
*** jamespage_ has quit IRC | 11:44 | |
*** glenng has quit IRC | 11:46 | |
*** omachace has left #openstack-dev | 11:46 | |
*** lsmola has quit IRC | 11:46 | |
*** rfolco has joined #openstack-dev | 11:48 | |
*** irenab has joined #openstack-dev | 11:50 | |
*** ewindisch has quit IRC | 11:54 | |
*** emagana_ has quit IRC | 11:55 | |
*** pradeep1 has joined #openstack-dev | 11:56 | |
*** igor_ has joined #openstack-dev | 11:57 | |
*** gcha has quit IRC | 11:57 | |
*** topol has joined #openstack-dev | 11:57 | |
*** dims_ has quit IRC | 11:57 | |
*** dims_ has joined #openstack-dev | 11:57 | |
*** pradeep has quit IRC | 11:57 | |
*** dims_ has quit IRC | 11:57 | |
*** dims has joined #openstack-dev | 11:58 | |
*** jhesketh_ has joined #openstack-dev | 11:59 | |
*** ruhe has joined #openstack-dev | 11:59 | |
*** lsmola has joined #openstack-dev | 12:02 | |
*** hcc has joined #openstack-dev | 12:03 | |
*** vartom1111111115 has quit IRC | 12:04 | |
*** ruhe is now known as ruhe_ | 12:06 | |
*** ruhe_ is now known as ruhe | 12:06 | |
*** CaptTofu has joined #openstack-dev | 12:07 | |
*** vartom1111111115 has joined #openstack-dev | 12:07 | |
*** jamespage_ has joined #openstack-dev | 12:08 | |
*** mkollaro has quit IRC | 12:11 | |
*** raildo has joined #openstack-dev | 12:16 | |
*** IanGovett has joined #openstack-dev | 12:16 | |
*** drewlander has joined #openstack-dev | 12:17 | |
*** ygbo has quit IRC | 12:17 | |
*** ygbo has joined #openstack-dev | 12:17 | |
*** mohits has quit IRC | 12:18 | |
*** yamahata has joined #openstack-dev | 12:19 | |
*** ArxCruz has joined #openstack-dev | 12:20 | |
*** bada has joined #openstack-dev | 12:22 | |
*** vladikr has quit IRC | 12:24 | |
*** bada_ has quit IRC | 12:24 | |
*** emagana has joined #openstack-dev | 12:26 | |
bogdando | hi, stackers. What do you think of raising the mailing list subject for introducing signal HUP support for all Openstack services? | 12:26 |
bogdando | I believe we need it hevily for effective log rotation management, e.g. by logrotate | 12:27 |
bogdando | It might be a bad idea to restart openstack services every time we want close file descriptors from the files has been rotated | 12:28 |
bogdando | We should send them HUP and be happy | 12:28 |
*** bada_ has joined #openstack-dev | 12:30 | |
*** bada has quit IRC | 12:31 | |
flaper87 | dhellmann: jd__ dims hey guys, could you take a look at this patch? https://review.openstack.org/#/c/71225/ | 12:32 |
flaper87 | it's a very small fix for an important bug. Well, I think it's important since it is HA killer | 12:33 |
flaper87 | I'd like to propose a stable exception for it but I first need to get it approved in master :) | 12:33 |
*** coolsvap has quit IRC | 12:33 | |
flaper87 | well, maybe lets ignore the stable exception, that would require changing all projects | 12:34 |
flaper87 | but anyway, it's an important fix, IMHO | 12:34 |
flaper87 | and thanks | 12:34 |
*** cnesa2 has joined #openstack-dev | 12:34 | |
*** kolesovdv has quit IRC | 12:34 | |
*** emagana has quit IRC | 12:35 | |
*** sgordon has joined #openstack-dev | 12:35 | |
*** cnesa has quit IRC | 12:35 | |
*** CaptTofu has quit IRC | 12:36 | |
danpb | bogdando: having a mechanism to trigger re-opening of logs upon receipt of a signal sounds reasonable | 12:36 |
*** aditirav has quit IRC | 12:36 | |
*** CaptTofu has joined #openstack-dev | 12:36 | |
*** mgagne has joined #openstack-dev | 12:36 | |
danpb | bogdando: logrotate has a 'copytruncate' option for apps which can't do this, but it has a unfixable race condition, so proper app support is better | 12:36 |
*** hcc has quit IRC | 12:37 | |
bogdando | danpb, well, we use copytruncate as well, but lsof +L1 shows rotated logs as unlinked and yet opened | 12:37 |
*** GastonSeverina has joined #openstack-dev | 12:37 | |
bogdando | the only option to deal this, make service to care of it | 12:38 |
bogdando | afaik, HUP signal is fits the best for this | 12:38 |
bogdando | restart is just a poor option to do this | 12:38 |
*** cnesa2 has quit IRC | 12:38 | |
*** rdas has quit IRC | 12:39 | |
*** paragan has joined #openstack-dev | 12:40 | |
*** cnesa has joined #openstack-dev | 12:41 | |
*** ppetit has joined #openstack-dev | 12:41 | |
*** CaptTofu has quit IRC | 12:41 | |
*** jasondotstar has quit IRC | 12:41 | |
*** jamespage_ has quit IRC | 12:41 | |
*** evgenyf has joined #openstack-dev | 12:42 | |
*** lucasagomes is now known as lucas-hungry | 12:43 | |
*** ruhe is now known as ruhe_ | 12:44 | |
*** mkerrin has joined #openstack-dev | 12:44 | |
*** FunnyLookinHat has joined #openstack-dev | 12:45 | |
*** Gaston_Severina has joined #openstack-dev | 12:45 | |
*** ruhe_ has quit IRC | 12:48 | |
*** GastonSeverina has quit IRC | 12:48 | |
*** dtantsur has left #openstack-dev | 12:49 | |
dims | flaper87, lgtm | 12:52 |
flaper87 | dims: thanks | 12:53 |
*** lsmola has quit IRC | 12:53 | |
*** baoli has joined #openstack-dev | 12:54 | |
*** radez_g0n3 is now known as radez | 12:55 | |
*** amotoki has quit IRC | 12:55 | |
*** dtantsur has joined #openstack-dev | 12:55 | |
*** jamespage_ has joined #openstack-dev | 12:55 | |
*** lsmola has joined #openstack-dev | 12:56 | |
*** baoli has quit IRC | 12:59 | |
*** baoli has joined #openstack-dev | 13:00 | |
*** artom has joined #openstack-dev | 13:02 | |
*** xga has quit IRC | 13:02 | |
*** jamespage_ has quit IRC | 13:02 | |
*** alexpilotti has joined #openstack-dev | 13:03 | |
*** Sumeniac has quit IRC | 13:05 | |
*** Sumeniac has joined #openstack-dev | 13:05 | |
*** xga has joined #openstack-dev | 13:08 | |
*** dprince has joined #openstack-dev | 13:11 | |
*** tdruiva has joined #openstack-dev | 13:17 | |
*** gcha has joined #openstack-dev | 13:17 | |
*** CaptTofu has joined #openstack-dev | 13:17 | |
*** tdruiva has quit IRC | 13:17 | |
*** aveiga has joined #openstack-dev | 13:18 | |
*** galstrom_zzz is now known as galstrom | 13:19 | |
*** neeti has quit IRC | 13:20 | |
*** michchap has quit IRC | 13:21 | |
*** tdruiva has joined #openstack-dev | 13:22 | |
*** michchap has joined #openstack-dev | 13:22 | |
*** ruhe has joined #openstack-dev | 13:22 | |
*** 64MAAAAAS is now known as timello | 13:23 | |
mflobo | Anyone know how to solve this problem_ http://logs.openstack.org/63/70363/1/check/check-tempest-dsvm-neutron-pg-isolated/cc3635d/console.html | 13:24 |
*** kdbrierly has quit IRC | 13:24 | |
mflobo | I'm wasting like 3 days on this patch https://review.openstack.org/#/c/70363/ to run on jenkins | 13:24 |
*** kdbrierly has joined #openstack-dev | 13:24 | |
*** galstrom is now known as galstrom_zzz | 13:25 | |
baffle | alexpilotti: Hi, any idea why windows_server_2012_r2_standard_eval_kvm_20131117.qcow2 would just instantly reboot after the bootloader? Running on Havana/KVM. If I press esc I get the bootloader menu, but the instant it touches the disk after that it reboots. :) | 13:26 |
*** michchap has quit IRC | 13:26 | |
*** igor_ has quit IRC | 13:27 | |
*** mkollaro has joined #openstack-dev | 13:27 | |
*** sarob has joined #openstack-dev | 13:27 | |
*** igor_ has joined #openstack-dev | 13:28 | |
alexpilotti | baffle: because still nowadays when setting the hostname windows needs to be rebooted :-) | 13:28 |
*** dkranz has joined #openstack-dev | 13:29 | |
alexpilotti | baffle: during the initial boot cloudbase-init reads the hostname from the metadata, applies it and Windows reboots | 13:30 |
*** jdob has joined #openstack-dev | 13:30 | |
baffle | alexpilotti: But it doesn't start the install at all; It *instantly* reboots when it touches the disk after bootloader. I.e. in 0.1 second. :) | 13:30 |
*** eharney has joined #openstack-dev | 13:30 | |
raildo | russellb: ping | 13:31 |
baffle | alexpilotti: Bootloader adjusts the resolution, then whammo. | 13:31 |
alexpilotti | baffle: hmmm | 13:31 |
alexpilotti | baffle: booting from local storage or volume? | 13:31 |
baffle | alexpilotti: Local qcow2 storage. | 13:31 |
baffle | alexpilotti: Booting from an Ubuntu image works. | 13:33 |
*** igor_ has quit IRC | 13:33 | |
*** nagyz has joined #openstack-dev | 13:33 | |
*** paragan has quit IRC | 13:34 | |
*** sarob has quit IRC | 13:34 | |
nagyz | hi | 13:34 |
baffle | alexpilotti: Disk format is qcow2, container format is bare. | 13:34 |
*** dbalog has joined #openstack-dev | 13:34 | |
*** sandywalsh has quit IRC | 13:34 | |
alexpilotti | baffle: hmmm after that sudden reboot, what happens? bluescreen? | 13:34 |
baffle | alexpilotti: No, it reboots, back in bocks bios. If just loops. | 13:35 |
nagyz | does anybody remember problems regarding netns permissions being broken so the neutron dhcp agent would be broken as a result for _some_ namespaces (thus some tenants)? | 13:35 |
*** jecarey has joined #openstack-dev | 13:35 | |
baffle | alexpilotti: Bochs -> Bootloader -> Instant reboot | 13:35 |
baffle | alexpilotti: Memtest from the bootloader works. 8) | 13:35 |
*** lbragstad has quit IRC | 13:35 | |
nagyz | I cannot find anything on launchpad | 13:36 |
nagyz | at least not anything with havana | 13:36 |
baffle | alexpilotti: Flavor is 4G memory + 40G local disk | 13:36 |
alexpilotti | baffle: did you check the SHA1 of the downloaded image (just to rule this out)? | 13:36 |
alexpilotti | baffle: Nova version? | 13:37 |
baffle | alexpilotti: 2.15 | 13:37 |
baffle | Er, that's client. 1 sec. | 13:38 |
*** ifarkas_ has joined #openstack-dev | 13:38 | |
*** flor3n has joined #openstack-dev | 13:38 | |
baffle | alexpilotti: It's from Ubuntu Cloud Archive, 2013.2-0ubuntu1~cloud0 | 13:38 |
*** rohitk has quit IRC | 13:38 | |
baffle | alexpilotti: kvm is 1.5.0 | 13:39 |
*** ekhugen has joined #openstack-dev | 13:40 | |
*** jecarey has quit IRC | 13:41 | |
alexpilotti | baffle: what dow you get with: python -c "from nova import version; print version.version_info" | 13:41 |
*** pll_ has joined #openstack-dev | 13:42 | |
*** pmathews has joined #openstack-dev | 13:42 | |
baffle | alexpilotti: 2013.2 | 13:43 |
*** thomasem has joined #openstack-dev | 13:43 | |
alexpilotti | baffle: ok, Havana, tx | 13:43 |
baffle | alexpilotti: virsh dumpxml: http://pastebin.com/SwGyDwbR | 13:43 |
baffle | alexpilotti: SHA1 (unpacked) bf277fe2a18a64312c72c2d680573cfa5d38247c both from where I uploaded the image and on the hypervisors _base directory. | 13:44 |
*** tdruiva has quit IRC | 13:45 | |
*** ekhugen has quit IRC | 13:45 | |
*** jamespage_ has joined #openstack-dev | 13:45 | |
baffle | alexpilotti: qemu-img info disk seems correct as well. | 13:45 |
*** tdruiva has joined #openstack-dev | 13:45 | |
*** CaptTofu has quit IRC | 13:46 | |
*** ruhe is now known as ruhe_ | 13:46 | |
mflobo | Anyone have any idea of this problem? https://ask.openstack.org/en/question/11458/keystone-all-importerror-cannot-import-name-deploy/ | 13:47 |
alexpilotti | baffle: can you post also the output of glance image-show <image_id | name>? | 13:48 |
*** sandywalsh has joined #openstack-dev | 13:48 | |
*** tdruiva has quit IRC | 13:48 | |
*** lucas-hungry is now known as lucasagomes | 13:48 | |
*** dims has quit IRC | 13:48 | |
*** rraja_ has quit IRC | 13:48 | |
*** rraja has quit IRC | 13:48 | |
baffle | alexpilotti: http://pastebin.com/bs3DLk8y | 13:49 |
*** yassine has quit IRC | 13:49 | |
*** thomasem has quit IRC | 13:49 | |
*** yassine_ has joined #openstack-dev | 13:49 | |
*** pmathews has quit IRC | 13:49 | |
*** jamespage_ has quit IRC | 13:50 | |
*** dims has joined #openstack-dev | 13:50 | |
*** thomasem has joined #openstack-dev | 13:50 | |
*** zigo_ is now known as zigo | 13:50 | |
*** CaptTofu has joined #openstack-dev | 13:50 | |
*** rohitk has joined #openstack-dev | 13:53 | |
*** dsirrine has quit IRC | 13:53 | |
*** ruhe_ is now known as ruhe | 13:54 | |
*** ruhe has quit IRC | 13:54 | |
*** dsirrine has joined #openstack-dev | 13:54 | |
*** peoplemerge has joined #openstack-dev | 13:54 | |
*** dsirrine has left #openstack-dev | 13:58 | |
*** igor_ has joined #openstack-dev | 13:58 | |
*** mriedem has joined #openstack-dev | 13:58 | |
*** mfer has joined #openstack-dev | 13:58 | |
*** sandywalsh has quit IRC | 14:00 | |
*** igor__ has joined #openstack-dev | 14:00 | |
*** sandywalsh has joined #openstack-dev | 14:01 | |
*** glenng has joined #openstack-dev | 14:02 | |
*** amveiga has joined #openstack-dev | 14:02 | |
*** Guest29565 is now known as leifz | 14:02 | |
*** amveiga has quit IRC | 14:03 | |
*** igor_ has quit IRC | 14:03 | |
*** tdruiva has joined #openstack-dev | 14:03 | |
fungi | YorikSar: i'll have a look at the git-review change. thanks! | 14:04 |
*** amveiga has joined #openstack-dev | 14:04 | |
*** amveiga has quit IRC | 14:04 | |
*** neelashah has quit IRC | 14:04 | |
*** READ10 has joined #openstack-dev | 14:04 | |
*** achampion has joined #openstack-dev | 14:05 | |
*** amveiga has joined #openstack-dev | 14:06 | |
*** mriedem has quit IRC | 14:06 | |
*** mriedem has joined #openstack-dev | 14:07 | |
*** mrodden has joined #openstack-dev | 14:08 | |
*** alex_xu has joined #openstack-dev | 14:09 | |
*** amveiga has quit IRC | 14:09 | |
*** eglynn is now known as eglynn-lunch | 14:10 | |
*** vartom1111111115 has quit IRC | 14:10 | |
*** alex_xu has quit IRC | 14:10 | |
*** stevemar has joined #openstack-dev | 14:13 | |
*** mrunge has quit IRC | 14:14 | |
*** bknudson has quit IRC | 14:14 | |
*** medberry is now known as med_ | 14:14 | |
*** jasondotstar has joined #openstack-dev | 14:14 | |
*** s0nea has quit IRC | 14:14 | |
*** lbragstad has joined #openstack-dev | 14:15 | |
*** prad_ has joined #openstack-dev | 14:15 | |
*** afazekas has quit IRC | 14:16 | |
*** tongli has joined #openstack-dev | 14:16 | |
*** ccorrigan has joined #openstack-dev | 14:18 | |
*** doug-fish2 has quit IRC | 14:18 | |
*** doug-fish has joined #openstack-dev | 14:18 | |
*** vijendar has quit IRC | 14:19 | |
*** achampion has quit IRC | 14:19 | |
*** neelashah1 has joined #openstack-dev | 14:20 | |
*** sarob has joined #openstack-dev | 14:22 | |
*** michchap has joined #openstack-dev | 14:23 | |
*** sumanthns has quit IRC | 14:24 | |
*** dvarga has joined #openstack-dev | 14:26 | |
*** mjfork has joined #openstack-dev | 14:26 | |
*** michchap has quit IRC | 14:28 | |
*** jprovazn has quit IRC | 14:30 | |
*** boris-42_ has quit IRC | 14:31 | |
*** achampion has joined #openstack-dev | 14:34 | |
*** eglynn-lunch is now known as eglynn | 14:35 | |
*** irenab has quit IRC | 14:35 | |
*** ruhe has joined #openstack-dev | 14:35 | |
russellb | raildo: pong | 14:36 |
*** jayg|g0n3 is now known as jayg | 14:36 | |
*** terriyu has joined #openstack-dev | 14:36 | |
*** tdruiva has quit IRC | 14:36 | |
*** Mandell has quit IRC | 14:37 | |
*** tdruiva has joined #openstack-dev | 14:37 | |
raildo | russellb: HI, I developed a bp about domain quota driver in Nova and you said it would be cool to discuss it, what better way to do this? | 14:38 |
russellb | raildo: openstack-dev list | 14:38 |
*** buzztroll has joined #openstack-dev | 14:38 | |
russellb | raildo: however, it probably makes sense to do that in the context or more general domain support | 14:38 |
*** Mandell has joined #openstack-dev | 14:38 | |
*** s0nea has joined #openstack-dev | 14:38 | |
russellb | raildo: vishy is leading a group looking at that, you should join in. he posted to the ML about it last week | 14:38 |
*** joesavak has joined #openstack-dev | 14:41 | |
raildo | russellb: I'm watching the discussion about him on multitenacy hierarchy, but do not know if it would go exactly in this discussion, I will contact him to know how I should act. thank you | 14:41 |
*** pixelb has quit IRC | 14:41 | |
russellb | i'm just not sure it makes sense to add domain quotas, if nothing else in nova understands them | 14:43 |
russellb | should be a part of a bigger plan i think | 14:43 |
*** pixelb has joined #openstack-dev | 14:43 | |
*** dstanek has joined #openstack-dev | 14:43 | |
*** browne has joined #openstack-dev | 14:45 | |
*** jobewan has joined #openstack-dev | 14:45 | |
*** sarob has quit IRC | 14:46 | |
*** ruhe is now known as ruhe_ | 14:46 | |
*** jecarey has joined #openstack-dev | 14:47 | |
raildo | russellb: This really is part of a larger plan, the idea is to use it along with the keystone, my idea is to extend the concept of domain to Nova. For this it is necessary first to control quotas, lest we lose control of the use of resources. | 14:47 |
*** peristeri has joined #openstack-dev | 14:48 | |
russellb | raildo: OK, well if you could grab vishy sometime and get his opinion that'd be good. mailing list is best IMO, i may miss it on irc | 14:48 |
*** zaitcev has joined #openstack-dev | 14:48 | |
*** vijendar has joined #openstack-dev | 14:49 | |
*** ruhe_ is now known as ruhe | 14:49 | |
raildo | russellb: I'll look it up. thanks for your help | 14:49 |
dolphm | russellb: i'd really like to see a dedicated quota service that understands domains & projects, that knows how to properly subdivide quotas, or prematurely cap a project's quota when a domain's quota is already met, etc | 14:49 |
russellb | not sure how i feel about a quota project | 14:50 |
russellb | shared quota code / oslo.quotas or some such, sure | 14:50 |
russellb | but i'm not sure what advantage we get by putting it in a single project | 14:51 |
*** dot has left #openstack-dev | 14:51 | |
*** tsekiyama has joined #openstack-dev | 14:51 | |
*** alexpilotti has quit IRC | 14:52 | |
*** aditirav has joined #openstack-dev | 14:52 | |
raildo | I totally agree a service of quotas, would greatly reduce code repetition (if you compare, you will see that several services implementation is the same), in addition to the extension of quotas for the field should be done for each service is another factor that has services that neither the domain concept is still present. | 14:52 |
*** mestery has joined #openstack-dev | 14:52 | |
*** mestery has quit IRC | 14:53 | |
*** ruhe is now known as ruhe_ | 14:53 | |
*** ruhe_ is now known as ruhe | 14:53 | |
*** mestery has joined #openstack-dev | 14:53 | |
*** carl_baldwin has joined #openstack-dev | 14:54 | |
*** jprovazn has joined #openstack-dev | 14:54 | |
*** sweston has joined #openstack-dev | 14:56 | |
*** carl_baldwin has quit IRC | 14:56 | |
*** rtheis has joined #openstack-dev | 14:56 | |
*** alexpilotti has joined #openstack-dev | 14:58 | |
*** FunnyLookinHat has quit IRC | 14:59 | |
*** morazi has joined #openstack-dev | 14:59 | |
*** carl_baldwin has joined #openstack-dev | 15:00 | |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 15:01 | |
russellb | raildo: a quota lib would reduce code duplication, as well | 15:01 |
*** tsekiyama has quit IRC | 15:01 | |
*** ruhe is now known as ruhe_ | 15:01 | |
*** sweston has quit IRC | 15:02 | |
*** xga has quit IRC | 15:03 | |
*** topol has quit IRC | 15:03 | |
*** rossella_s has joined #openstack-dev | 15:04 | |
*** ruhe_ is now known as ruhe | 15:05 | |
*** ArxCruz has quit IRC | 15:07 | |
*** ruhe is now known as ruhe_ | 15:07 | |
*** adreznec has joined #openstack-dev | 15:09 | |
*** carl_baldwin has quit IRC | 15:09 | |
*** jergerber has joined #openstack-dev | 15:09 | |
*** ruhe_ is now known as ruhe | 15:09 | |
*** carl_baldwin has joined #openstack-dev | 15:10 | |
*** tmclaugh[work] has joined #openstack-dev | 15:10 | |
*** ArxCruz has joined #openstack-dev | 15:10 | |
*** jproulx1 has joined #openstack-dev | 15:10 | |
*** mestery has quit IRC | 15:10 | |
*** rossella_s has quit IRC | 15:11 | |
*** jamespage_ has joined #openstack-dev | 15:12 | |
*** gokrokve has joined #openstack-dev | 15:12 | |
*** jergerber has quit IRC | 15:12 | |
*** ygbo has quit IRC | 15:13 | |
*** nacim_ has joined #openstack-dev | 15:13 | |
*** jmontemayor has joined #openstack-dev | 15:14 | |
*** jmontemayor has quit IRC | 15:14 | |
*** nacim has quit IRC | 15:14 | |
*** jmontemayor has joined #openstack-dev | 15:14 | |
*** Gordonz has joined #openstack-dev | 15:16 | |
*** jobewan has quit IRC | 15:16 | |
*** Gordonz has quit IRC | 15:17 | |
*** matsuhashi has quit IRC | 15:17 | |
*** pablosan has quit IRC | 15:17 | |
*** ygbo has joined #openstack-dev | 15:17 | |
*** Gordonz has joined #openstack-dev | 15:17 | |
*** pablosan has joined #openstack-dev | 15:17 | |
*** kevinconway has joined #openstack-dev | 15:18 | |
*** dprince has quit IRC | 15:18 | |
*** jmontemayor has quit IRC | 15:18 | |
*** kgriffs_afk is now known as kgriffs | 15:18 | |
*** matsuhashi has joined #openstack-dev | 15:18 | |
*** bvandenh has joined #openstack-dev | 15:19 | |
*** jpomero has joined #openstack-dev | 15:19 | |
*** dprince has joined #openstack-dev | 15:19 | |
*** mrodden has quit IRC | 15:19 | |
*** amotoki has joined #openstack-dev | 15:20 | |
*** Gaston_Severina has quit IRC | 15:21 | |
*** avishay has quit IRC | 15:21 | |
*** rcleere has joined #openstack-dev | 15:22 | |
*** GastonSeverina has joined #openstack-dev | 15:22 | |
*** dvarga is now known as dvarga|away | 15:22 | |
*** dvarga|away is now known as dvarga | 15:22 | |
*** avishay has joined #openstack-dev | 15:23 | |
*** jamespage_ has quit IRC | 15:23 | |
*** michchap has joined #openstack-dev | 15:24 | |
*** akerr has joined #openstack-dev | 15:24 | |
*** rossella_s has joined #openstack-dev | 15:24 | |
*** xga has joined #openstack-dev | 15:26 | |
*** akerr has left #openstack-dev | 15:27 | |
*** ruhe is now known as ruhe_ | 15:27 | |
*** jnoller has joined #openstack-dev | 15:28 | |
*** michchap has quit IRC | 15:28 | |
*** coolsvap has joined #openstack-dev | 15:29 | |
*** pradeep1 has quit IRC | 15:30 | |
*** GastonSeverina has quit IRC | 15:30 | |
*** AlanClark has joined #openstack-dev | 15:30 | |
*** byeager has joined #openstack-dev | 15:31 | |
*** ruhe_ has quit IRC | 15:32 | |
*** boris-42_ has joined #openstack-dev | 15:32 | |
*** rraja has joined #openstack-dev | 15:32 | |
*** rraja_ has joined #openstack-dev | 15:32 | |
*** gszasz has quit IRC | 15:33 | |
*** matsuhashi has quit IRC | 15:34 | |
*** mrodden has joined #openstack-dev | 15:34 | |
*** rkukura has quit IRC | 15:34 | |
*** rkukura has joined #openstack-dev | 15:35 | |
*** jruzicka has joined #openstack-dev | 15:35 | |
*** neelashah has joined #openstack-dev | 15:37 | |
*** FunnyLookinHat has joined #openstack-dev | 15:38 | |
*** morazi has quit IRC | 15:38 | |
*** vladikr has joined #openstack-dev | 15:39 | |
*** yeylon__ has quit IRC | 15:39 | |
*** neelashah1 has quit IRC | 15:40 | |
*** salv-orlando has quit IRC | 15:42 | |
*** topol has joined #openstack-dev | 15:42 | |
*** salv-orlando has joined #openstack-dev | 15:44 | |
*** ygbo has quit IRC | 15:45 | |
*** markwash has quit IRC | 15:45 | |
*** RajeshMohan has quit IRC | 15:46 | |
*** ygbo has joined #openstack-dev | 15:47 | |
*** RajeshMohan has joined #openstack-dev | 15:48 | |
*** cnesa has quit IRC | 15:48 | |
*** gordc has joined #openstack-dev | 15:48 | |
*** vladikr has quit IRC | 15:48 | |
*** ewindisch has joined #openstack-dev | 15:49 | |
*** cnesa has joined #openstack-dev | 15:49 | |
*** vladikr has joined #openstack-dev | 15:49 | |
*** max_lobur is now known as max_lobur_afk | 15:49 | |
*** sweston has joined #openstack-dev | 15:49 | |
*** bhuvan has quit IRC | 15:50 | |
*** morazi has joined #openstack-dev | 15:51 | |
*** xarses has quit IRC | 15:51 | |
*** dhellmann is now known as dhellmann_ | 15:52 | |
*** bhuvan has joined #openstack-dev | 15:52 | |
*** tzabal has joined #openstack-dev | 15:52 | |
*** haleyb has quit IRC | 15:52 | |
*** cnesa2 has joined #openstack-dev | 15:53 | |
*** DinaBelova is now known as DinaBelova_ | 15:53 | |
viktors | dhellmann_: hi! | 15:53 |
*** cnesa has quit IRC | 15:53 | |
*** vkmc has quit IRC | 15:54 | |
*** jgrimm_ has joined #openstack-dev | 15:54 | |
*** alex_klimov has quit IRC | 15:55 | |
SpamapS | soren: kthxbai | 15:56 |
*** igor__ has quit IRC | 15:57 | |
*** sarob has joined #openstack-dev | 15:57 | |
*** armax has joined #openstack-dev | 15:57 | |
*** tkammer has quit IRC | 15:58 | |
*** hcc has joined #openstack-dev | 15:59 | |
flaper87 | bnemec: ping | 15:59 |
flaper87 | bnemec: can I get your eyes on this patch very quickly? https://review.openstack.org/#/c/71225/ | 15:59 |
*** reed has quit IRC | 16:00 | |
flaper87 | bnemec: it's an HA show stopper and I'd like to get it in to propose it on other projects | 16:00 |
flaper87 | thanks | 16:00 |
bnemec | flaper87: Sure | 16:00 |
*** Ruetobas has quit IRC | 16:01 | |
*** sarob has quit IRC | 16:01 | |
*** emagana has joined #openstack-dev | 16:01 | |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 16:01 | |
*** reed has joined #openstack-dev | 16:03 | |
*** Ruetobas has joined #openstack-dev | 16:03 | |
*** igor_ has joined #openstack-dev | 16:03 | |
*** dspano has joined #openstack-dev | 16:04 | |
*** thuc has joined #openstack-dev | 16:04 | |
*** thuc_ has joined #openstack-dev | 16:05 | |
*** dspano has left #openstack-dev | 16:05 | |
*** neeti has joined #openstack-dev | 16:06 | |
*** dspano has joined #openstack-dev | 16:06 | |
*** tanisdl has joined #openstack-dev | 16:06 | |
*** AlexF has joined #openstack-dev | 16:06 | |
ayoung | jdennis, I have a start of a new token format, that uses zlib compression as well as CMS signing. It uses the urlsafe method for Base643 | 16:07 |
*** mkollaro has quit IRC | 16:07 | |
*** Ruetobas has quit IRC | 16:08 | |
*** emagana has quit IRC | 16:08 | |
ayoung | https://review.openstack.org/#/c/71181/2/examples/pki/gen_pki_z.py | 16:08 |
*** igor_ has quit IRC | 16:08 | |
*** thouveng has quit IRC | 16:08 | |
*** Gordonz has quit IRC | 16:08 | |
ayoung | I think it addresses the issues you found with the PKI format as far as URL safety | 16:08 |
jdennis | ayoung: is the only difference zlib compression? | 16:08 |
ayoung | jdennis, its a little bit different | 16:09 |
*** thuc has quit IRC | 16:09 | |
*** Sumeniac has quit IRC | 16:09 | |
ayoung | I only use the openssl lib to create the DER format, not the PEM | 16:09 |
ayoung | then compress, then use the python Base64 to encode | 16:09 |
*** tjones has joined #openstack-dev | 16:09 | |
jdennis | ayoung: I lost track of the patches that support URL safety, did they finally get committed? | 16:09 |
ayoung | jdennis, so to ID the token format, the token starts with a different prefix | 16:10 |
ayoung | instead of MII it will now be something like zlib or... | 16:10 |
*** haleyb has joined #openstack-dev | 16:10 | |
*** tsekiyama has joined #openstack-dev | 16:10 | |
ayoung | I'm thinking maybe cmsz | 16:10 |
*** caleb_ has joined #openstack-dev | 16:11 | |
ayoung | jdennis, yours got abandonded https://review.openstack.org/#/c/49453/ | 16:12 |
jdennis | ayoung: well, looking for MII was kind of hacky, why not prepend a scheme, that's common, e.g. {foo}xixixixis isisi | 16:12 |
*** cnesa2 has quit IRC | 16:12 | |
ayoung | jdennis, so we havea bit of a clean slate here | 16:12 |
*** Guest19773 is now known as mfisch | 16:12 | |
ayoung | we can leave the old token format as is, and get it right for the compressed one | 16:13 |
*** galstrom_zzz is now known as galstrom | 16:13 | |
*** mfisch is now known as Guest56115 | 16:13 | |
ayoung | jdennis, is {cmsz} too cryptic? | 16:13 |
*** irenab has joined #openstack-dev | 16:13 | |
*** byeager has quit IRC | 16:13 | |
*** Ruetobas has joined #openstack-dev | 16:14 | |
*** hcc is now known as hdd_ | 16:14 | |
*** pmathews has joined #openstack-dev | 16:14 | |
jdennis | ayoung: I don't think the name is all that important as long as it's unique and well documented. | 16:14 |
*** dhellmann_ is now known as dhellmann | 16:15 | |
dhellmann | viktors: hi! | 16:15 |
*** cnesa has joined #openstack-dev | 16:15 | |
jdennis | ayoung: I do want to get those other patches commited, never did understand the relentless nitpicking | 16:15 |
viktors | dhellmann: I've made a proof of concept to Nova for "frmove-engine-from-oslo.db" patch. | 16:16 |
ayoung | jdennis, part of that is people looking to understand the code better. We encourage new contributors to review. Not every -1 comment is worth fixing, but the act of finding them is vital to new people learning the code base. | 16:16 |
viktors | dhellmann: please look a it, when you'll have a time | 16:16 |
dhellmann | viktors: link? | 16:16 |
*** Sumeniac has joined #openstack-dev | 16:16 | |
viktors | dhellmann: sure https://review.openstack.org/#/c/71274/ | 16:17 |
dhellmann | viktors: I'll try to look later today | 16:17 |
ayoung | jdennis, make sure the patches that you care about are alive and I will help shepherd them through | 16:17 |
ayoung | your list is | 16:17 |
viktors | dhellmann: ok, thanks | 16:17 |
ayoung | https://review.openstack.org/#/q/owner:jdennis+status:abandoned,n,z | 16:17 |
ayoung | two of those had jenkins issues, and can't be merged | 16:17 |
*** xarses has joined #openstack-dev | 16:17 | |
*** tjones has quit IRC | 16:17 | |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 16:18 | |
*** tjones has joined #openstack-dev | 16:18 | |
*** jmontemayor has joined #openstack-dev | 16:18 | |
*** mestery has joined #openstack-dev | 16:18 | |
ayoung | one went to oslo, | 16:18 |
*** rohitk has quit IRC | 16:19 | |
*** clayb has joined #openstack-dev | 16:19 | |
*** dvarga is now known as dvarga|away | 16:20 | |
*** xgsa has quit IRC | 16:20 | |
*** jasondotstar has quit IRC | 16:21 | |
*** jcooley_ has joined #openstack-dev | 16:21 | |
*** sushils has joined #openstack-dev | 16:21 | |
*** artom has quit IRC | 16:21 | |
*** I159 has quit IRC | 16:22 | |
*** Gordonz has joined #openstack-dev | 16:23 | |
*** Gordonz has quit IRC | 16:23 | |
*** dvarga|away is now known as dvarga | 16:23 | |
*** michchap has joined #openstack-dev | 16:23 | |
*** Gordonz has joined #openstack-dev | 16:23 | |
*** DinaBelova_ is now known as DinaBelova | 16:26 | |
*** amuller has quit IRC | 16:26 | |
*** gszasz has joined #openstack-dev | 16:27 | |
*** michchap has quit IRC | 16:28 | |
*** jcooley_ has quit IRC | 16:28 | |
*** unicell has quit IRC | 16:30 | |
*** buzztroll has quit IRC | 16:31 | |
*** jasondotstar has joined #openstack-dev | 16:31 | |
*** buzztroll has joined #openstack-dev | 16:31 | |
*** cnesa has quit IRC | 16:31 | |
*** jckasper has joined #openstack-dev | 16:33 | |
*** iartarisi has quit IRC | 16:33 | |
*** jcooley_ has joined #openstack-dev | 16:33 | |
*** jckasper_ has joined #openstack-dev | 16:34 | |
*** cdub has joined #openstack-dev | 16:35 | |
*** buzztroll has quit IRC | 16:35 | |
*** gokrokve has quit IRC | 16:36 | |
*** vkmc has joined #openstack-dev | 16:37 | |
*** bhuvan has quit IRC | 16:37 | |
*** gokrokve has joined #openstack-dev | 16:37 | |
*** jckasper has quit IRC | 16:37 | |
*** jpich has quit IRC | 16:38 | |
*** ayoung is now known as ayoung-snow | 16:38 | |
*** Alexei_987 has quit IRC | 16:40 | |
*** mestery has quit IRC | 16:40 | |
*** cnesa has joined #openstack-dev | 16:40 | |
*** bauzas has quit IRC | 16:40 | |
*** gokrokve has quit IRC | 16:41 | |
*** beagles has quit IRC | 16:41 | |
*** sweston has quit IRC | 16:43 | |
*** godara has joined #openstack-dev | 16:43 | |
*** jgallard has joined #openstack-dev | 16:43 | |
*** Mandell has quit IRC | 16:43 | |
*** hcc has joined #openstack-dev | 16:44 | |
*** hdd_ has quit IRC | 16:44 | |
*** hcc is now known as hdd_ | 16:44 | |
*** dperaza has joined #openstack-dev | 16:44 | |
*** dtroyer has quit IRC | 16:46 | |
*** dtroyer has joined #openstack-dev | 16:46 | |
*** buzztroll has joined #openstack-dev | 16:46 | |
*** taps has joined #openstack-dev | 16:46 | |
*** bvandenh has quit IRC | 16:46 | |
*** nacim_ has quit IRC | 16:46 | |
*** jcoufal has quit IRC | 16:47 | |
*** CaptTofu has quit IRC | 16:48 | |
*** otherwiseguy has quit IRC | 16:48 | |
*** otherwiseguy has joined #openstack-dev | 16:49 | |
*** gszasz has quit IRC | 16:50 | |
*** cnesa2 has joined #openstack-dev | 16:50 | |
*** tsekiyama has quit IRC | 16:50 | |
*** sweston has joined #openstack-dev | 16:50 | |
*** vartom1111111115 has joined #openstack-dev | 16:51 | |
*** nagyz has quit IRC | 16:51 | |
*** cnesa has quit IRC | 16:51 | |
*** terriyu has quit IRC | 16:52 | |
*** corXi has quit IRC | 16:52 | |
*** salv-orlando has quit IRC | 16:53 | |
*** salv-orlando has joined #openstack-dev | 16:53 | |
*** tsekiyam_ has joined #openstack-dev | 16:55 | |
*** neelashah has quit IRC | 16:56 | |
*** kdbrierly has quit IRC | 16:56 | |
*** gyee has joined #openstack-dev | 16:56 | |
*** kbrierly has joined #openstack-dev | 16:56 | |
*** dtroyer has left #openstack-dev | 16:56 | |
*** dtroyer has joined #openstack-dev | 16:57 | |
*** artom has joined #openstack-dev | 16:57 | |
*** dvarga is now known as dvarga|away | 16:58 | |
*** dvarga|away is now known as dvarga | 16:58 | |
*** angdraug has joined #openstack-dev | 16:58 | |
*** athomas has joined #openstack-dev | 16:59 | |
*** buzztroll has quit IRC | 16:59 | |
*** nati_ueno has joined #openstack-dev | 16:59 | |
*** RajeshMohan has quit IRC | 16:59 | |
*** jsavak has joined #openstack-dev | 16:59 | |
*** buzztroll has joined #openstack-dev | 17:00 | |
*** cdub has quit IRC | 17:00 | |
*** RajeshMohan has joined #openstack-dev | 17:00 | |
*** bhuvan has joined #openstack-dev | 17:01 | |
*** emagana has joined #openstack-dev | 17:01 | |
*** markmcclain has joined #openstack-dev | 17:01 | |
*** markmcclain has quit IRC | 17:02 | |
*** joesavak has quit IRC | 17:02 | |
*** markmcclain has joined #openstack-dev | 17:03 | |
bogdando | danpb, > having a mechanism to trigger re-opening of logs upon receipt of a signal sounds reasonable. < | 17:03 |
bogdando | Submitted https://bugs.launchpad.net/oslo/+bug/1276694 and started openstack-dev mailing list as well. All, please don't hesitate to join | 17:03 |
uvirtbot | Launchpad bug 1276694 in oslo "Openstack services should support SIGHUP signal" [Undecided,New] | 17:03 |
*** e0ne has quit IRC | 17:03 | |
*** buzztroll has quit IRC | 17:04 | |
*** vartom1111111115 has quit IRC | 17:04 | |
*** jsavak has quit IRC | 17:04 | |
*** igor_ has joined #openstack-dev | 17:04 | |
*** kdbrierly has joined #openstack-dev | 17:05 | |
*** rudrarugge has joined #openstack-dev | 17:05 | |
*** gokrokve has joined #openstack-dev | 17:05 | |
*** alop has joined #openstack-dev | 17:05 | |
*** joesavak has joined #openstack-dev | 17:05 | |
*** irenab has quit IRC | 17:06 | |
*** jsavak has joined #openstack-dev | 17:07 | |
*** gokrokve_ has joined #openstack-dev | 17:07 | |
*** kbrierly has quit IRC | 17:08 | |
*** stannie has quit IRC | 17:08 | |
*** Ryan_Lane has joined #openstack-dev | 17:08 | |
*** bdpayne has joined #openstack-dev | 17:08 | |
*** igor_ has quit IRC | 17:09 | |
*** morganfainberg_Z is now known as morganfainberg | 17:09 | |
*** michchap has joined #openstack-dev | 17:09 | |
*** ndipanov is now known as ndipanov_gone | 17:09 | |
*** buzztroll has joined #openstack-dev | 17:09 | |
*** ifarkas_ has quit IRC | 17:10 | |
*** _cjones_ has joined #openstack-dev | 17:10 | |
*** _cjones_ has quit IRC | 17:10 | |
*** joesavak has quit IRC | 17:10 | |
*** alop has quit IRC | 17:10 | |
*** gokrokve has quit IRC | 17:10 | |
*** _cjones_ has joined #openstack-dev | 17:10 | |
*** gokrokve has joined #openstack-dev | 17:10 | |
*** alop has joined #openstack-dev | 17:11 | |
*** bogdando has quit IRC | 17:11 | |
*** cnesa2 has quit IRC | 17:11 | |
*** epopt37 has joined #openstack-dev | 17:12 | |
*** amotoki is now known as amotoki_ | 17:12 | |
*** evgenyf has quit IRC | 17:12 | |
*** gokrokve_ has quit IRC | 17:13 | |
*** kbrierly has joined #openstack-dev | 17:13 | |
*** michchap has quit IRC | 17:14 | |
YorikSar | fungi: Hi :) | 17:14 |
*** cnesa has joined #openstack-dev | 17:15 | |
YorikSar | fungi: I actually have couple of them standing there. | 17:15 |
YorikSar | fungi: 4, actually :) | 17:15 |
*** kdbrierly has quit IRC | 17:16 | |
fungi | YorikSar: awesome. i'm trying to catch up on reviews today, so hopefully i'll get through all of those patches | 17:16 |
*** haleyb has quit IRC | 17:17 | |
fungi | YorikSar: i especially appreciate your pitching in on the integration test flakiness since it's been bothering me but i haven't had time to do it myself. thanks! | 17:17 |
YorikSar | fungi: Nice. Looking forward to it. I hope we'll finally get stable gate for git-review. | 17:17 |
YorikSar | fungi: I didn't actually find the problem with hanging tests... Smth wrong with gerrit.sh script, but I can't find what is it. | 17:19 |
*** pll_ has quit IRC | 17:19 | |
*** markmc has quit IRC | 17:19 | |
YorikSar | fungi: But with the timeout patch we should get at least the idea of what's wrong and how often it gets wrong. | 17:19 |
*** cnesa has quit IRC | 17:19 | |
YorikSar | fungi: In fact, I'll go recheck it couple times to see if it gets somewhere. | 17:20 |
*** Ryan_Lane has quit IRC | 17:20 | |
fungi | YorikSar: i did recheck the error log collection patch and left some feedback | 17:21 |
*** hemna_ is now known as hemna | 17:22 | |
YorikSar | fungi: Yeah, I responded there. It looks like that patch is not responsible for that traceback. | 17:22 |
*** vuil has joined #openstack-dev | 17:22 | |
*** jcooley_ has quit IRC | 17:22 | |
fungi | YorikSar: oh, so some other point in the test we have testr trying to read the contents of that file i guess, at a point where it doesn't exist (maybe a race condition then) | 17:23 |
YorikSar | fungi: But if we land timeout first, we might get it to not showing us big exception. | 17:23 |
*** jcooley_ has joined #openstack-dev | 17:23 | |
*** odyssey4me2 has joined #openstack-dev | 17:23 | |
*** jmontemayor has quit IRC | 17:23 | |
*** odyssey4me has quit IRC | 17:24 | |
*** odyssey4me2 is now known as odyssey4me | 17:24 | |
YorikSar | fungi: The traceback is thrown out exactly in the onException handler. But it is run before the cleanup that we set up. | 17:24 |
YorikSar | fungi: I think Jenkins is to blame here. | 17:24 |
*** mikeoutland has joined #openstack-dev | 17:25 | |
fungi | ahh, the job gets aborted via signal... got it | 17:25 |
fungi | YorikSar: i do believe you're right. so we need to recheck and catch a failure where it's not timing out | 17:25 |
fungi | YorikSar: i'll prioritize looking at those other patches shortly | 17:26 |
*** amotoki_ has quit IRC | 17:26 | |
*** ijw has quit IRC | 17:26 | |
YorikSar | fungi: The thing is that the failure we had was fixed :) | 17:26 |
*** jistr has quit IRC | 17:26 | |
*** ijw has joined #openstack-dev | 17:27 | |
YorikSar | fungi: Ok, I won't rush you. I'll be around for couple more hours, so ping me once you get to them. | 17:27 |
*** david-lyle has quit IRC | 17:28 | |
*** morganfainberg is now known as morganfainberg_Z | 17:28 | |
*** jmontemayor has joined #openstack-dev | 17:28 | |
*** nmagnezi has quit IRC | 17:29 | |
*** mikeoutland has quit IRC | 17:30 | |
*** terrylhowe has joined #openstack-dev | 17:31 | |
*** gszasz has joined #openstack-dev | 17:31 | |
*** bknudson has joined #openstack-dev | 17:31 | |
*** cdub has joined #openstack-dev | 17:32 | |
*** adreznec has quit IRC | 17:32 | |
*** dperaza has quit IRC | 17:33 | |
*** athomas has quit IRC | 17:33 | |
*** caleb_ has quit IRC | 17:33 | |
*** CaptTofu has joined #openstack-dev | 17:33 | |
*** mikeoutland has joined #openstack-dev | 17:33 | |
*** jcooley_ has quit IRC | 17:34 | |
*** jcooley_ has joined #openstack-dev | 17:34 | |
*** luizirber has joined #openstack-dev | 17:34 | |
*** IanGovett1 has joined #openstack-dev | 17:36 | |
*** krotscheck has joined #openstack-dev | 17:36 | |
*** marcoemorais has joined #openstack-dev | 17:37 | |
*** IanGovett has quit IRC | 17:37 | |
*** bknudson has quit IRC | 17:38 | |
*** ayoung-snow is now known as ayoung | 17:38 | |
*** atiwari has joined #openstack-dev | 17:39 | |
*** radez is now known as radez_g0n3 | 17:39 | |
*** xqueralt has quit IRC | 17:40 | |
*** jcooley_ has quit IRC | 17:41 | |
*** nmagnezi has joined #openstack-dev | 17:42 | |
*** peoplemerge has quit IRC | 17:42 | |
*** jcooley_ has joined #openstack-dev | 17:42 | |
*** peoplemerge has joined #openstack-dev | 17:42 | |
*** peoplemerge has quit IRC | 17:42 | |
*** yassine_ has quit IRC | 17:42 | |
*** mmagr has quit IRC | 17:43 | |
*** Gordonz has quit IRC | 17:43 | |
*** yassine has joined #openstack-dev | 17:43 | |
*** yassine has quit IRC | 17:43 | |
*** vuil has quit IRC | 17:43 | |
*** jasondotstar has quit IRC | 17:46 | |
*** denis_makogon has quit IRC | 17:46 | |
*** dmakogon_ is now known as denis_makogon | 17:46 | |
*** denis_makogon_ has joined #openstack-dev | 17:46 | |
*** SumitNaiksatam has quit IRC | 17:47 | |
*** adreznec has joined #openstack-dev | 17:48 | |
*** ygbo has quit IRC | 17:49 | |
lbragstad | dhellmann: ping | 17:51 |
*** gokrokve has quit IRC | 17:51 | |
dhellmann | lbragstad: I have a meeting starting in a minute, email? | 17:51 |
lbragstad | dhellmann: sure | 17:52 |
*** gokrokve has joined #openstack-dev | 17:52 | |
*** markwash has joined #openstack-dev | 17:52 | |
*** alex_klimov has joined #openstack-dev | 17:53 | |
*** haleyb has joined #openstack-dev | 17:53 | |
*** marcoemorais has quit IRC | 17:53 | |
*** viktors has quit IRC | 17:54 | |
*** galstrom is now known as galstrom_zzz | 17:54 | |
*** dhellmann is now known as dhellmann_ | 17:56 | |
*** gokrokve has quit IRC | 17:56 | |
*** aditirav has quit IRC | 17:57 | |
*** cdub has quit IRC | 17:57 | |
*** xga has quit IRC | 17:57 | |
*** marcoemorais has joined #openstack-dev | 17:58 | |
*** arnaud__ has joined #openstack-dev | 17:59 | |
*** arnaud has joined #openstack-dev | 17:59 | |
*** marcoemorais1 has joined #openstack-dev | 18:00 | |
*** marcoemorais has quit IRC | 18:00 | |
*** derekh has quit IRC | 18:00 | |
*** nkinder has quit IRC | 18:01 | |
*** jobewan has joined #openstack-dev | 18:01 | |
*** neeti has quit IRC | 18:02 | |
*** akerr has joined #openstack-dev | 18:04 | |
*** gyee has quit IRC | 18:05 | |
*** SumitNaiksatam has joined #openstack-dev | 18:05 | |
*** jasondotstar has joined #openstack-dev | 18:05 | |
*** kris_h has joined #openstack-dev | 18:05 | |
*** igor__ has joined #openstack-dev | 18:05 | |
*** kris_h has quit IRC | 18:05 | |
*** jsavak has quit IRC | 18:05 | |
*** kris_h has joined #openstack-dev | 18:06 | |
*** mikeoutland has quit IRC | 18:06 | |
*** sahid has quit IRC | 18:06 | |
*** jsavak has joined #openstack-dev | 18:06 | |
*** andreaf has quit IRC | 18:06 | |
*** morganfainberg_Z is now known as morganfainberg | 18:08 | |
*** jgallard has quit IRC | 18:08 | |
*** sushils has quit IRC | 18:09 | |
*** MaxV has quit IRC | 18:09 | |
*** MaxV has joined #openstack-dev | 18:09 | |
*** david-lyle has joined #openstack-dev | 18:09 | |
*** michchap has joined #openstack-dev | 18:10 | |
*** igor__ has quit IRC | 18:10 | |
*** florentflament has quit IRC | 18:10 | |
*** michchap has quit IRC | 18:10 | |
*** rraja has quit IRC | 18:10 | |
*** caleb_ has joined #openstack-dev | 18:11 | |
*** michchap has joined #openstack-dev | 18:11 | |
*** rraja_ has quit IRC | 18:11 | |
*** mikeoutland has joined #openstack-dev | 18:11 | |
*** yassine has joined #openstack-dev | 18:11 | |
*** nati_ueno has quit IRC | 18:11 | |
*** jokke__ has joined #openstack-dev | 18:11 | |
*** devoid has joined #openstack-dev | 18:11 | |
*** jokke__ has quit IRC | 18:12 | |
*** rossella_s has quit IRC | 18:12 | |
*** safchain has quit IRC | 18:13 | |
*** MaxV has quit IRC | 18:14 | |
*** neelashah has joined #openstack-dev | 18:14 | |
*** danpb has quit IRC | 18:15 | |
*** gokrokve has joined #openstack-dev | 18:15 | |
*** michchap has quit IRC | 18:15 | |
*** gokrokve has quit IRC | 18:17 | |
*** gokrokve has joined #openstack-dev | 18:17 | |
*** emagana has quit IRC | 18:18 | |
*** gokrokve_ has joined #openstack-dev | 18:19 | |
*** jcooley_ has quit IRC | 18:19 | |
*** lucasagomes has quit IRC | 18:21 | |
*** jcooley_ has joined #openstack-dev | 18:21 | |
*** burt1 has joined #openstack-dev | 18:21 | |
*** gokrokve has quit IRC | 18:22 | |
*** zzelle has joined #openstack-dev | 18:22 | |
*** jcooley_ has quit IRC | 18:23 | |
*** rohitk has joined #openstack-dev | 18:23 | |
*** jcooley_ has joined #openstack-dev | 18:23 | |
*** bdpayne_ has joined #openstack-dev | 18:26 | |
*** bdpayne has quit IRC | 18:26 | |
*** gcha has quit IRC | 18:27 | |
*** bvandenh has joined #openstack-dev | 18:31 | |
*** zul has quit IRC | 18:33 | |
*** cnesa has joined #openstack-dev | 18:35 | |
*** zul has joined #openstack-dev | 18:37 | |
*** tqtran has joined #openstack-dev | 18:37 | |
*** Mandell has joined #openstack-dev | 18:38 | |
*** mst89 has joined #openstack-dev | 18:39 | |
*** yassine has quit IRC | 18:39 | |
*** peoplemerge has joined #openstack-dev | 18:40 | |
*** tsekiyam_ has quit IRC | 18:40 | |
*** dperaza has joined #openstack-dev | 18:41 | |
*** bknudson has joined #openstack-dev | 18:41 | |
*** nati_ueno has joined #openstack-dev | 18:41 | |
*** AlexF has quit IRC | 18:41 | |
*** jpomero has quit IRC | 18:45 | |
*** rtheis has quit IRC | 18:45 | |
*** jpomero has joined #openstack-dev | 18:45 | |
*** rtheis has joined #openstack-dev | 18:45 | |
*** jobewan has quit IRC | 18:45 | |
*** AlexF has joined #openstack-dev | 18:46 | |
*** gordc1 has joined #openstack-dev | 18:46 | |
*** dvarga is now known as dvarga|away | 18:46 | |
*** dvarga|away is now known as dvarga | 18:46 | |
*** vartom1111111115 has joined #openstack-dev | 18:47 | |
*** tsekiyama has joined #openstack-dev | 18:47 | |
*** relaxdiego has joined #openstack-dev | 18:47 | |
*** sweston has quit IRC | 18:47 | |
*** gordc has quit IRC | 18:48 | |
*** sweston has joined #openstack-dev | 18:48 | |
*** bauzas has joined #openstack-dev | 18:48 | |
*** arnaud__ has quit IRC | 18:49 | |
*** arnaud has quit IRC | 18:49 | |
relaxdiego | hi all. trying to run the compute node VM from the openstack + opendaylight talk. i'm getting this error repeatedly when i try to run ./stack.sh: 2014-02-05T18:16:35Z|00002|reconnect|WARN|unix:/var/run/openvswitch/db.sock: connection attempt failed (No such file or directory) | 18:49 |
relaxdiego | 2014-02-05 18:16:58 ovs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory) | 18:49 |
relaxdiego | need to run ovsdb-server, right? any special options or config? | 18:49 |
*** sweston has quit IRC | 18:50 | |
*** stevemar2 has joined #openstack-dev | 18:50 | |
*** arnaud has joined #openstack-dev | 18:50 | |
*** jprovazn has quit IRC | 18:50 | |
*** jnoller_ has joined #openstack-dev | 18:50 | |
*** stevemar has quit IRC | 18:51 | |
*** bvandenh has quit IRC | 18:51 | |
*** jnoller has quit IRC | 18:51 | |
*** arnaud___ has joined #openstack-dev | 18:51 | |
*** rtheis has quit IRC | 18:51 | |
*** rtheis_ has joined #openstack-dev | 18:51 | |
*** vladikr has quit IRC | 18:51 | |
*** akerr has left #openstack-dev | 18:52 | |
*** ek6 has joined #openstack-dev | 18:52 | |
*** cnesa has quit IRC | 18:52 | |
*** rudrarug_ has joined #openstack-dev | 18:52 | |
*** vladikr has joined #openstack-dev | 18:52 | |
*** ron-slc_ has quit IRC | 18:52 | |
tqtran | does anyone know why it is not possible to put break points in some of the horizon python files? an example of such a file is openstack_dashboard/usage/quotas.py | 18:52 |
*** ron-slc_ has joined #openstack-dev | 18:53 | |
*** joesavak has joined #openstack-dev | 18:53 | |
*** cnesa has joined #openstack-dev | 18:53 | |
*** gcha has joined #openstack-dev | 18:54 | |
*** ek6 has left #openstack-dev | 18:54 | |
*** rudrarugge has quit IRC | 18:54 | |
*** relaxdiego has quit IRC | 18:54 | |
*** jsavak has quit IRC | 18:55 | |
*** markmcclain has quit IRC | 18:55 | |
*** anniec has joined #openstack-dev | 18:55 | |
*** stevemar2 is now known as stevemar | 18:56 | |
*** luizirber has left #openstack-dev | 18:57 | |
*** cnesa has quit IRC | 18:57 | |
*** relaxdiego has joined #openstack-dev | 18:59 | |
*** mikeoutland has quit IRC | 18:59 | |
*** jnoller_ is now known as jnoller | 19:01 | |
*** hemna has quit IRC | 19:01 | |
*** anniec has quit IRC | 19:02 | |
*** doug-fish has quit IRC | 19:03 | |
*** hartsocks has joined #openstack-dev | 19:03 | |
*** harlowja_away is now known as harlowja | 19:05 | |
*** Mandell_ has joined #openstack-dev | 19:05 | |
*** AlexF has quit IRC | 19:05 | |
*** bvandenh has joined #openstack-dev | 19:05 | |
*** igor__ has joined #openstack-dev | 19:06 | |
*** b3nt_pin has joined #openstack-dev | 19:06 | |
*** b3nt_pin is now known as beagles | 19:06 | |
tqtran | does anyone know why it is not possible to put break points in some of the horizon python files? an example of such a file is openstack_dashboard/usage/quotas.py | 19:07 |
*** burt1 has quit IRC | 19:07 | |
*** jcooley_ has quit IRC | 19:07 | |
*** relaxdiego has quit IRC | 19:08 | |
*** yeylon__ has joined #openstack-dev | 19:08 | |
*** doug-fish has joined #openstack-dev | 19:08 | |
*** Mandell has quit IRC | 19:08 | |
*** jcooley_ has joined #openstack-dev | 19:08 | |
*** edmund has quit IRC | 19:09 | |
*** hemna has joined #openstack-dev | 19:10 | |
*** igor__ has quit IRC | 19:10 | |
*** michchap has joined #openstack-dev | 19:11 | |
*** michchap has quit IRC | 19:11 | |
*** hemna has quit IRC | 19:11 | |
*** michchap has joined #openstack-dev | 19:11 | |
*** balar has joined #openstack-dev | 19:12 | |
*** emagana has joined #openstack-dev | 19:13 | |
balar | Would like to know if database connection pooling is used in Openstack. I have been just scratching the surface for a while now. | 19:14 |
*** gszasz has quit IRC | 19:15 | |
*** danielbruno has joined #openstack-dev | 19:15 | |
*** coolsvap is now known as coolsvap_away | 19:15 | |
*** michchap has quit IRC | 19:16 | |
*** bdpayne_ has quit IRC | 19:17 | |
*** cnesa has joined #openstack-dev | 19:17 | |
*** Mandell_ has quit IRC | 19:17 | |
*** bdpayne has joined #openstack-dev | 19:18 | |
*** relaxdiego has joined #openstack-dev | 19:20 | |
*** hemna has joined #openstack-dev | 19:21 | |
*** haleyb has quit IRC | 19:22 | |
dstanek | bknudson: was patchset 5 on https://review.openstack.org/#/c/66247 just a rebase? | 19:22 |
bknudson | dstanek: it was a rebase from being dependent on one change to being dependent on master. | 19:23 |
dstanek | bknudson: k | 19:23 |
*** jproulx1 has left #openstack-dev | 19:23 | |
*** relaxdiego has quit IRC | 19:24 | |
*** Mandell has joined #openstack-dev | 19:25 | |
*** byeager has joined #openstack-dev | 19:26 | |
bknudson | dstanek: looks like I thought I should rebase it on https://review.openstack.org/#/c/68551/ at one point, but https://review.openstack.org/#/c/68551/ doesn't have any config changes... | 19:27 |
*** mst89 has quit IRC | 19:27 | |
bknudson | dstanek: https://review.openstack.org/#/c/66247 was based on https://review.openstack.org/#/c/66477/ , but people kept telling me to abandon https://review.openstack.org/#/c/66477/ | 19:28 |
*** haleyb has joined #openstack-dev | 19:30 | |
bknudson | and for some reason I'm a co-author on https://review.openstack.org/#/c/68551/ even though I don't think I had anything to do with it. | 19:30 |
*** irenab has joined #openstack-dev | 19:31 | |
*** cdub has joined #openstack-dev | 19:32 | |
*** igor___ has joined #openstack-dev | 19:32 | |
*** Guest56115 is now known as mfisch | 19:32 | |
*** jruzicka has quit IRC | 19:32 | |
*** mfisch is now known as Guest73201 | 19:32 | |
dstanek | bknudson: https://review.openstack.org/#/c/66247/ what happened? | 19:34 |
*** johnthetubaguy has quit IRC | 19:34 | |
*** comay has joined #openstack-dev | 19:34 | |
*** arnaud___ has quit IRC | 19:34 | |
*** arnaud has quit IRC | 19:35 | |
bknudson | dstanek: https://review.openstack.org/#/c/66247/ was based on https://review.openstack.org/#/c/66477/ , so when I abandoned https://review.openstack.org/#/c/66477/ I resubmitted https://review.openstack.org/#/c/66247/ by itself. | 19:36 |
*** mst89 has joined #openstack-dev | 19:36 | |
bknudson | I guess I could un-abandon https://review.openstack.org/#/c/66477/ again. | 19:36 |
dstanek | bknudson: but why is it gating now? | 19:37 |
*** igor___ has quit IRC | 19:37 | |
*** nmagnezi has quit IRC | 19:37 | |
bknudson | dstanek: I don't know... weird. | 19:37 |
bknudson | dstanek: It's not gating... it's checking | 19:39 |
dstanek | bknudson: ah nm, i was looking at two reviews at the same time | 19:39 |
*** odyssey4me has quit IRC | 19:40 | |
*** markmcclain has joined #openstack-dev | 19:40 | |
*** ykhodork has joined #openstack-dev | 19:41 | |
YorikSar | fungi: At last my timeout change produced a timeout :) | 19:42 |
fungi | YorikSar: i see that! sorry, juggling several issues at once so i've not been able to pay close attention | 19:42 |
*** novas0x2a|laptop has joined #openstack-dev | 19:43 | |
*** spzala has joined #openstack-dev | 19:43 | |
YorikSar | fungi: No worries. I'm just sharing good news :) | 19:43 |
*** bhuvan has quit IRC | 19:44 | |
*** arnaud__ has joined #openstack-dev | 19:44 | |
*** arnaud has joined #openstack-dev | 19:44 | |
YorikSar | fungi: Although it looks like we'll have to add even more logging there... E.g. we should store gerrit.sh's trace somewhere and get that. | 19:45 |
fungi | YorikSar: i think that's a great idea | 19:45 |
*** marekd is now known as marekd|away | 19:47 | |
*** akrivoka has quit IRC | 19:47 | |
morganfainberg | pleia2, dprince, something like this https://review.openstack.org/#/c/71358/ i think should do what we're looking for. ajust score to 0 and make sure the subject indicates (clearly) it's a WIP | 19:48 |
*** edmund has joined #openstack-dev | 19:48 | |
morganfainberg | pleia2, dprince, heh that should have been in -infra. good thing you two are here as well. | 19:49 |
*** baoli has quit IRC | 19:49 | |
*** denis_makogon has quit IRC | 19:49 | |
*** tjones has quit IRC | 19:50 | |
*** doug-fish has quit IRC | 19:51 | |
*** ayoung has quit IRC | 19:53 | |
pleia2 | morganfainberg: thanks, I'll have a look :) | 19:53 |
morganfainberg | pleia2, also chasing down a bug where it looks like it's not taking into account (for example) if the bug is marked "invalid" for keystone but say python-keystoneclient is still marked as critical | 19:54 |
*** e0ne has joined #openstack-dev | 19:55 | |
*** davidhadas has joined #openstack-dev | 19:56 | |
*** edmund has quit IRC | 19:56 | |
*** doug-fish has joined #openstack-dev | 19:59 | |
*** shakayumi has joined #openstack-dev | 20:00 | |
*** dvarga is now known as dvarga|away | 20:02 | |
*** dvarga|away is now known as dvarga | 20:02 | |
*** shakayum_ has joined #openstack-dev | 20:02 | |
*** igor___ has joined #openstack-dev | 20:03 | |
*** shakayumi has quit IRC | 20:05 | |
*** igor____ has joined #openstack-dev | 20:05 | |
*** rohitk has quit IRC | 20:06 | |
*** igor___ has quit IRC | 20:07 | |
*** sushils has joined #openstack-dev | 20:08 | |
*** ayoung has joined #openstack-dev | 20:09 | |
*** mrodden has quit IRC | 20:09 | |
*** michchap has joined #openstack-dev | 20:11 | |
*** martyntaylor has left #openstack-dev | 20:12 | |
*** michchap has quit IRC | 20:12 | |
*** michchap has joined #openstack-dev | 20:12 | |
*** yolanda has quit IRC | 20:13 | |
*** jtomasek has quit IRC | 20:14 | |
*** markmcclain has quit IRC | 20:15 | |
*** thuc_ has quit IRC | 20:16 | |
*** kragniz has quit IRC | 20:16 | |
*** michchap has quit IRC | 20:17 | |
*** thuc has joined #openstack-dev | 20:17 | |
*** mrodden has joined #openstack-dev | 20:17 | |
*** eglynn has quit IRC | 20:20 | |
*** thuc has quit IRC | 20:21 | |
*** gokrokve_ has quit IRC | 20:21 | |
*** gokrokve has joined #openstack-dev | 20:21 | |
*** rudrarug_ has quit IRC | 20:25 | |
*** gokrokve has quit IRC | 20:26 | |
*** cdub has quit IRC | 20:31 | |
*** namredips has joined #openstack-dev | 20:34 | |
ayoung | jaypipes, I need to merge this change of yours https://review.openstack.org/#/c/71044/2/keystone/tests/test_notifications.py with mine : https://review.openstack.org/#/c/68548/9/keystone/tests/test_notifications.py | 20:34 |
ayoung | actually, maybe I don't | 20:35 |
*** yeylon__ has quit IRC | 20:36 | |
*** doug-fish has quit IRC | 20:37 | |
*** thuc has joined #openstack-dev | 20:38 | |
*** buzztrol_ has joined #openstack-dev | 20:39 | |
*** buzztroll has quit IRC | 20:41 | |
notmyname | ttx: ping | 20:43 |
*** xmltok has joined #openstack-dev | 20:43 | |
*** doug-fish has joined #openstack-dev | 20:43 | |
*** akrivoka has joined #openstack-dev | 20:45 | |
*** vkmc has quit IRC | 20:46 | |
*** relaxdiego has joined #openstack-dev | 20:47 | |
*** tjones has joined #openstack-dev | 20:49 | |
*** mikeoutland has joined #openstack-dev | 20:52 | |
*** doug-fish has quit IRC | 20:54 | |
*** asalkeld has joined #openstack-dev | 20:55 | |
jaypipes | ayoung: sorry, was on a call... still need me? | 20:56 |
ayoung | jaypipes, maybe | 20:56 |
ayoung | jaypipes, the question was whether my apporach on dealing with multiple notifications was borken | 20:56 |
ayoung | https://review.openstack.org/#/c/68548/9/keystone/tests/test_notifications.py jaypipes | 20:56 |
ayoung | If you don;t have time now, I'll just add you to the review, and get it when you can | 20:56 |
*** sarob has joined #openstack-dev | 20:57 | |
*** sarob has quit IRC | 20:57 | |
*** relaxdiego has quit IRC | 20:57 | |
*** sarob has joined #openstack-dev | 20:57 | |
*** cnesa has quit IRC | 20:57 | |
*** tjones has quit IRC | 20:58 | |
jaypipes | ayoung: yeah, this is why I don't care for fakes. it's better to use mock.patch() and then use assert_called_once_with() on the mock object. otherwise, it's far too likely that the faked method has eerrors in it ;) | 20:58 |
*** doug-fish has joined #openstack-dev | 20:58 | |
ayoung | jaypipes, what about if I want it to be called multiple times. | 20:59 |
*** drewlander has quit IRC | 20:59 | |
*** tjones has joined #openstack-dev | 20:59 | |
ayoung | for example, the notify code is going to get triggered by a create and the disable before the delete cases | 20:59 |
ayoung | I just want to check the last one | 20:59 |
*** amcrn has joined #openstack-dev | 21:00 | |
jaypipes | ayoung: then you would use self.assertThat(mock.calls, matchers.Contains(...)) or similar... | 21:01 |
*** nati_ueno has quit IRC | 21:02 | |
ayoung | jaypipes, OK...but my patch and yours don't conflict. | 21:02 |
ayoung | I'm kindof yak shaving with it already | 21:03 |
*** oanufriev has joined #openstack-dev | 21:03 | |
*** relaxdiego has joined #openstack-dev | 21:03 | |
*** xarses has quit IRC | 21:04 | |
*** nati_ueno has joined #openstack-dev | 21:04 | |
*** mikeoutland has quit IRC | 21:04 | |
*** irenab has quit IRC | 21:04 | |
*** mikeoutland has joined #openstack-dev | 21:05 | |
*** melwitt has joined #openstack-dev | 21:05 | |
*** dprince has quit IRC | 21:05 | |
*** mikeoutland has quit IRC | 21:06 | |
*** CaptTofu_ has joined #openstack-dev | 21:06 | |
*** mikeoutland has joined #openstack-dev | 21:06 | |
*** RajeshMohan has quit IRC | 21:07 | |
*** RajeshMohan has joined #openstack-dev | 21:08 | |
*** CaptTofu has quit IRC | 21:09 | |
*** DinaBelova is now known as DinaBelova_ | 21:09 | |
*** rfolco has quit IRC | 21:10 | |
*** mikeoutland has quit IRC | 21:10 | |
*** baoli has joined #openstack-dev | 21:11 | |
*** michchap has joined #openstack-dev | 21:12 | |
*** michchap has quit IRC | 21:13 | |
*** michchap has joined #openstack-dev | 21:13 | |
*** mikeoutland has joined #openstack-dev | 21:15 | |
*** mrda_away is now known as mrda | 21:17 | |
*** dripton has quit IRC | 21:17 | |
*** michchap has quit IRC | 21:17 | |
*** tongli has quit IRC | 21:18 | |
*** xarses has joined #openstack-dev | 21:19 | |
*** dperaza has quit IRC | 21:19 | |
jaypipes | ayoung: correct, our patches do not conflict. | 21:20 |
ayoung | cool | 21:20 |
*** vartom1111111116 has joined #openstack-dev | 21:20 | |
*** tzabal has left #openstack-dev | 21:21 | |
*** nkinder has joined #openstack-dev | 21:21 | |
*** topol has quit IRC | 21:21 | |
*** RajeshMohan has quit IRC | 21:21 | |
*** rodrigods has quit IRC | 21:21 | |
*** bvandenh has quit IRC | 21:21 | |
*** vartom1111111117 has joined #openstack-dev | 21:22 | |
*** RajeshMohan has joined #openstack-dev | 21:22 | |
*** dripton has joined #openstack-dev | 21:22 | |
*** vartom1111111115 has quit IRC | 21:23 | |
*** rollerj has joined #openstack-dev | 21:23 | |
*** vartom1111111118 has joined #openstack-dev | 21:24 | |
*** blamar has joined #openstack-dev | 21:25 | |
*** sweston has joined #openstack-dev | 21:25 | |
*** vartom1111111116 has quit IRC | 21:25 | |
*** blamar has quit IRC | 21:26 | |
*** cnesa has joined #openstack-dev | 21:26 | |
*** vartom1111111117 has quit IRC | 21:26 | |
*** vartom1111111119 has joined #openstack-dev | 21:26 | |
*** blamar has joined #openstack-dev | 21:26 | |
*** gcha has quit IRC | 21:27 | |
namredips | I don't suppose there is any documentation floating around about the gerrit+jenkins workflow used is there? I am really fond of the workflow, and was looking to model it on some projects. | 21:27 |
*** galstrom_zzz is now known as galstrom | 21:28 | |
persia | namredips: Would http://ci.openstack.org/running-your-own.html meet your needs? | 21:28 |
*** vartom1111111111 has joined #openstack-dev | 21:29 | |
*** vartom1111111118 has quit IRC | 21:29 | |
namredips | persia: oh wow that will work great I think | 21:29 |
namredips | thanks!! | 21:29 |
persia | Good luck | 21:29 |
*** kris_h has quit IRC | 21:30 | |
*** Mandell has quit IRC | 21:30 | |
*** kris_h has joined #openstack-dev | 21:30 | |
*** vartom1111111119 has quit IRC | 21:30 | |
*** Mandell has joined #openstack-dev | 21:30 | |
*** kris_h has quit IRC | 21:31 | |
*** vartom1111111112 has joined #openstack-dev | 21:32 | |
*** gcha has joined #openstack-dev | 21:33 | |
*** Mandell has quit IRC | 21:34 | |
*** Mandell has joined #openstack-dev | 21:35 | |
*** vartom1111111111 has quit IRC | 21:35 | |
*** nati_ueno has quit IRC | 21:35 | |
*** jhesketh__ has joined #openstack-dev | 21:35 | |
*** vartom1111111113 has joined #openstack-dev | 21:36 | |
*** namredips has quit IRC | 21:37 | |
*** gcha has quit IRC | 21:37 | |
*** devlaps has joined #openstack-dev | 21:37 | |
*** MaxV has joined #openstack-dev | 21:37 | |
*** vartom1111111114 has joined #openstack-dev | 21:38 | |
*** vartom1111111112 has quit IRC | 21:38 | |
*** vartom1111111115 has joined #openstack-dev | 21:40 | |
*** vartom1111111113 has quit IRC | 21:40 | |
*** vartom1111111114 has quit IRC | 21:42 | |
*** markmcclain has joined #openstack-dev | 21:43 | |
*** alexpilotti has quit IRC | 21:43 | |
*** msmedved has joined #openstack-dev | 21:43 | |
*** markmcclain1 has joined #openstack-dev | 21:43 | |
*** alex_klimov has quit IRC | 21:44 | |
*** alexpilotti has joined #openstack-dev | 21:45 | |
*** alexpilotti has quit IRC | 21:47 | |
*** markmcclain has quit IRC | 21:47 | |
*** relaxdiego has quit IRC | 21:48 | |
*** tdruiva has quit IRC | 21:51 | |
*** edmund1 has joined #openstack-dev | 21:51 | |
*** mestery has joined #openstack-dev | 21:54 | |
*** kolesovdv has joined #openstack-dev | 21:54 | |
*** msmedved has quit IRC | 21:55 | |
*** tjones has quit IRC | 21:56 | |
*** jasondotstar has quit IRC | 21:56 | |
*** caleb_ has quit IRC | 21:56 | |
*** jasondotstar has joined #openstack-dev | 21:57 | |
*** relaxdiego has joined #openstack-dev | 21:57 | |
*** tmclaugh[work] has quit IRC | 21:58 | |
*** vladikr has quit IRC | 21:58 | |
*** msmedved has joined #openstack-dev | 21:59 | |
*** tdruiva has joined #openstack-dev | 22:00 | |
*** tdruiva has quit IRC | 22:00 | |
*** caleb_ has joined #openstack-dev | 22:00 | |
*** gokrokve has joined #openstack-dev | 22:01 | |
*** xarses has quit IRC | 22:02 | |
*** nati_ueno has joined #openstack-dev | 22:02 | |
*** nacim has joined #openstack-dev | 22:03 | |
*** dvarga has quit IRC | 22:03 | |
*** glenng has quit IRC | 22:05 | |
*** xqueralt has joined #openstack-dev | 22:06 | |
*** mrodden has quit IRC | 22:07 | |
*** jdob has quit IRC | 22:07 | |
*** nacim has quit IRC | 22:07 | |
*** david-lyle has quit IRC | 22:08 | |
*** nacim has joined #openstack-dev | 22:08 | |
*** msmedved has quit IRC | 22:10 | |
*** msmedved has joined #openstack-dev | 22:10 | |
*** adreznec has quit IRC | 22:11 | |
*** mfer has quit IRC | 22:11 | |
*** jecarey has quit IRC | 22:11 | |
*** mrodden has joined #openstack-dev | 22:12 | |
*** dims has quit IRC | 22:12 | |
*** nacim has quit IRC | 22:12 | |
*** michchap has joined #openstack-dev | 22:13 | |
*** michchap has quit IRC | 22:13 | |
*** michchap has joined #openstack-dev | 22:14 | |
*** sushils has quit IRC | 22:14 | |
*** xarses has joined #openstack-dev | 22:15 | |
*** msmedved has quit IRC | 22:15 | |
*** nkinder has quit IRC | 22:15 | |
*** vartom1111111116 has joined #openstack-dev | 22:15 | |
*** achampion has quit IRC | 22:15 | |
*** xazel has joined #openstack-dev | 22:16 | |
*** mrodden has quit IRC | 22:17 | |
*** bauzas has quit IRC | 22:17 | |
*** msmedved has joined #openstack-dev | 22:17 | |
*** vartom1111111115 has quit IRC | 22:17 | |
*** mrda is now known as mrda_away | 22:18 | |
*** enykeev has quit IRC | 22:18 | |
*** danielbruno has quit IRC | 22:18 | |
*** michchap has quit IRC | 22:19 | |
*** msmedved has quit IRC | 22:19 | |
*** vijendar has quit IRC | 22:21 | |
*** vijendar has joined #openstack-dev | 22:21 | |
*** xazel has quit IRC | 22:21 | |
*** msmedved has joined #openstack-dev | 22:22 | |
*** enykeev has joined #openstack-dev | 22:22 | |
*** adreznec has joined #openstack-dev | 22:22 | |
*** michchap has joined #openstack-dev | 22:22 | |
*** markmcclain1 has quit IRC | 22:23 | |
*** sweston has quit IRC | 22:24 | |
*** jergerber has joined #openstack-dev | 22:25 | |
*** relaxdiego has quit IRC | 22:25 | |
*** vijendar has quit IRC | 22:25 | |
*** mestery has quit IRC | 22:26 | |
*** dbalog has left #openstack-dev | 22:26 | |
*** msmedved has quit IRC | 22:27 | |
*** mikeoutland has quit IRC | 22:27 | |
*** msmedved has joined #openstack-dev | 22:28 | |
*** e0ne has quit IRC | 22:28 | |
*** dims has joined #openstack-dev | 22:29 | |
*** msmedved has quit IRC | 22:30 | |
*** thomasem has quit IRC | 22:30 | |
*** denis_makogon_ is now known as denis_makogon | 22:30 | |
*** gokrokve has quit IRC | 22:30 | |
*** msmedved has joined #openstack-dev | 22:30 | |
*** msmedved has quit IRC | 22:30 | |
*** tjones has joined #openstack-dev | 22:33 | |
*** mikeoutland has joined #openstack-dev | 22:34 | |
*** markmcclain has joined #openstack-dev | 22:34 | |
*** msmedved has joined #openstack-dev | 22:35 | |
*** topol has joined #openstack-dev | 22:35 | |
*** markmcclain1 has joined #openstack-dev | 22:36 | |
*** markmcclain1 has quit IRC | 22:36 | |
*** markmcclain1 has joined #openstack-dev | 22:36 | |
*** markmcclain1 has quit IRC | 22:36 | |
*** markmcclain1 has joined #openstack-dev | 22:37 | |
*** markmcclain1 has quit IRC | 22:37 | |
*** artom has quit IRC | 22:39 | |
*** markmcclain has quit IRC | 22:39 | |
*** dims has quit IRC | 22:39 | |
*** caleb_` has joined #openstack-dev | 22:40 | |
morganfainberg | topol, ping | 22:40 |
morganfainberg | just commented on https://review.openstack.org/#/c/69632/ not worthy of a -1, but just a thought before we merge it in | 22:41 |
*** ala has quit IRC | 22:43 | |
*** ijw has quit IRC | 22:43 | |
*** RajeshMohan has quit IRC | 22:43 | |
*** caleb_ has quit IRC | 22:43 | |
*** RajeshMohan has joined #openstack-dev | 22:44 | |
*** MaxV has quit IRC | 22:45 | |
*** CaptTofu_ has quit IRC | 22:45 | |
*** mikeoutland has quit IRC | 22:47 | |
*** mriedem has quit IRC | 22:47 | |
*** mikeoutland has joined #openstack-dev | 22:48 | |
*** wchrisj_ has joined #openstack-dev | 22:48 | |
*** jasondotstar has quit IRC | 22:48 | |
*** vartom1111111116 has quit IRC | 22:49 | |
*** baoli has quit IRC | 22:51 | |
*** RajeshMohan has quit IRC | 22:52 | |
jgriffith | jog0: I'm thining on that volume-quota bug maybe I could put some hooks in nova-api, return useful mesg if cinder's not configured, otherwise redirect to cinder | 22:53 |
*** RajeshMohan has joined #openstack-dev | 22:53 | |
jog0 | jgriffith: eww | 22:53 |
jgriffith | jog0: althouh I don't know where nova team wants to go with keeping support of volume cmds | 22:53 |
jgriffith | jog0: ha | 22:53 |
jog0 | jgriffith: I would rather go the opposite route | 22:53 |
jgriffith | jog0: good enough for me | 22:53 |
jog0 | make nova-client smarter | 22:53 |
*** alexpilotti has joined #openstack-dev | 22:53 | |
*** gokrokve has joined #openstack-dev | 22:53 | |
jog0 | and say 'you can't do that' | 22:53 |
jog0 | without even having to hit the API endpoint | 22:54 |
jgriffith | jog0: well, that's how the volume cmds from novaclient work currently | 22:54 |
*** kevinconway has quit IRC | 22:54 | |
jgriffith | jog0: I'd agree, ideally don't even hit the API endpoint | 22:54 |
*** shakayum_ has quit IRC | 22:54 | |
*** doug-fish has quit IRC | 22:54 | |
jog0 | that and push hard on unifiedclient | 22:54 |
*** Sukhdev has joined #openstack-dev | 22:54 | |
*** msmedved has quit IRC | 22:54 | |
jgriffith | jog0: unifiedclient would surely simplify | 22:54 |
jog0 | yup it solves soo many problems | 22:55 |
*** dperaza has joined #openstack-dev | 22:55 | |
Sukhdev | will somebody here be able to answer a question regarding neutron-debug probe-create? | 22:56 |
*** carl_baldwin has quit IRC | 22:57 | |
*** mgagne has quit IRC | 22:57 | |
*** f13o has joined #openstack-dev | 22:57 | |
*** msmedved has joined #openstack-dev | 22:58 | |
*** doug-fish has joined #openstack-dev | 22:59 | |
dstanek | morganfainberg: more testing issues for me :-( | 23:01 |
morganfainberg | dstanek, oh noes:( | 23:01 |
dstanek | morganfainberg: this is really interesting during the test run i get a test.db and a test.db.pristine | 23:01 |
dstanek | morganfainberg: i crack open the test.db and see all the tables i expect | 23:02 |
morganfainberg | dstanek, ok | 23:02 |
morganfainberg | and pristine is empty? | 23:02 |
*** cdub has joined #openstack-dev | 23:02 | |
dstanek | morganfainberg: then i start getting 'no such table: credential' and when i look in test.db it only has the migrations table | 23:02 |
*** ijw has joined #openstack-dev | 23:02 | |
dstanek | pristine looks fine | 23:02 |
morganfainberg | are you running tests in isolation? | 23:02 |
*** jayg is now known as jayg|g0n3 | 23:02 | |
*** kgriffs is now known as kgriffs_afk | 23:03 | |
dstanek | morganfainberg: no | 23:03 |
morganfainberg | dstanek, there was an issue where sql wasn't being initialized on every test (it's needed since credential is sql only) | 23:03 |
morganfainberg | i thought brant fixed that ... or it was a test-in-isolation issue that we solved | 23:03 |
dstanek | hmmm...well i thought i was on master, but i do have one commit that changes a test classname | 23:04 |
*** alexpilotti has quit IRC | 23:04 | |
morganfainberg | basically, some test is doing the wrong thing and not loading the SQL stuff. and lots of things touch credential api now | 23:04 |
dstanek | i'll try running against HEAD~1 | 23:04 |
morganfainberg | dstanek, likely there is a gap in loading backends "correctly" | 23:04 |
*** mikeoutland has quit IRC | 23:05 | |
morganfainberg | dstanek, which is annoying. i'm slowly moving towards fixing that | 23:05 |
morganfainberg | but... | 23:05 |
morganfainberg | dstanek, as you've seen it's slow work. | 23:05 |
*** kolesovdv has quit IRC | 23:05 | |
*** xqueralt has quit IRC | 23:06 | |
morganfainberg | once we do load_backends 1 time (always once, exception if we don't, exception if we do more than once) i think these issues will start going away because we'll guarantee sql db being where it should | 23:06 |
*** marcoemorais1 has quit IRC | 23:06 | |
*** kolesovdv has joined #openstack-dev | 23:06 | |
morganfainberg | which.. also means parallel testing will be ready to work :P | 23:06 |
*** dspano has quit IRC | 23:06 | |
*** xqueralt has joined #openstack-dev | 23:06 | |
*** anniec has joined #openstack-dev | 23:06 | |
*** byeager has quit IRC | 23:07 | |
morganfainberg | dstanek, which test is the first one that fails? | 23:07 |
*** wchrisj_ has quit IRC | 23:07 | |
*** marcoemorais has joined #openstack-dev | 23:08 | |
*** alop has quit IRC | 23:09 | |
*** alop has joined #openstack-dev | 23:09 | |
*** lbragstad has quit IRC | 23:09 | |
*** relaxdiego has joined #openstack-dev | 23:10 | |
*** peristeri has quit IRC | 23:11 | |
*** relaxdiego has quit IRC | 23:11 | |
*** byeager has joined #openstack-dev | 23:13 | |
*** ewindisch has quit IRC | 23:14 | |
*** relaxdiego has joined #openstack-dev | 23:15 | |
*** krotscheck has quit IRC | 23:15 | |
*** byeager has quit IRC | 23:19 | |
dstanek | morganfainberg: not sure, but it looks like it was an ordering issue | 23:19 |
*** morazi has quit IRC | 23:19 | |
Sukhdev | is this the correct channel to ask questions related to devstack failures? | 23:19 |
*** relaxdiego has quit IRC | 23:19 | |
dstanek | morganfainberg: looks like i'll be fixing the tests tonight! | 23:19 |
morganfainberg | dstanek, yeah, need to figure out which one it is so we can ensure it's not doing a bad setup thing | 23:19 |
morganfainberg | dstanek, hehe | 23:20 |
morganfainberg | dstanek =/ well... i'm sure it's needed | 23:20 |
*** david-lyle has joined #openstack-dev | 23:21 | |
*** doug_shelley66 has quit IRC | 23:23 | |
*** rcleere has quit IRC | 23:23 | |
*** FunnyLookinHat has quit IRC | 23:24 | |
*** armax has quit IRC | 23:25 | |
*** tjones has quit IRC | 23:26 | |
*** doug_shelley66 has joined #openstack-dev | 23:26 | |
*** tjones has joined #openstack-dev | 23:26 | |
*** jgrimm_ has quit IRC | 23:26 | |
*** tdruiva has joined #openstack-dev | 23:26 | |
*** wchrisj__ has joined #openstack-dev | 23:26 | |
*** CaptTofu has joined #openstack-dev | 23:27 | |
*** BLZbubba has quit IRC | 23:27 | |
*** BLZbubba has joined #openstack-dev | 23:27 | |
*** BLZbubba has joined #openstack-dev | 23:27 | |
*** mriedem has joined #openstack-dev | 23:28 | |
*** neelashah has quit IRC | 23:28 | |
*** cdub has quit IRC | 23:29 | |
*** otherwiseguy has quit IRC | 23:29 | |
*** neelashah has joined #openstack-dev | 23:29 | |
*** IanGovett1 has quit IRC | 23:30 | |
*** flaper87 is now known as flaper87|afk | 23:30 | |
*** kragniz has joined #openstack-dev | 23:31 | |
*** denis_makogon has quit IRC | 23:32 | |
*** ijw has quit IRC | 23:32 | |
*** jnoller has quit IRC | 23:32 | |
*** joesavak has quit IRC | 23:33 | |
*** neelashah has quit IRC | 23:33 | |
*** yamahata has quit IRC | 23:33 | |
*** ijw has joined #openstack-dev | 23:34 | |
*** AlanClark has quit IRC | 23:35 | |
*** xqueralt has quit IRC | 23:35 | |
*** radsy has joined #openstack-dev | 23:37 | |
*** lbragstad has joined #openstack-dev | 23:37 | |
*** kgriffs_afk is now known as kgriffs | 23:38 | |
*** e0ne has joined #openstack-dev | 23:40 | |
*** tjones has quit IRC | 23:40 | |
*** otherwiseguy has joined #openstack-dev | 23:41 | |
*** HenryG has quit IRC | 23:41 | |
*** galstrom is now known as galstrom_zzz | 23:42 | |
*** SumitNaiksatam has quit IRC | 23:43 | |
*** e0ne has quit IRC | 23:44 | |
*** mrda_away is now known as mrda | 23:45 | |
*** gordc1 has quit IRC | 23:45 | |
*** marcoemorais1 has joined #openstack-dev | 23:48 | |
mriedem | has anyone seen this with heat on mysql? ERROR: Tables "migrate_version" have non utf8 collation, please make sure all tables are CHARSET=utf8 | 23:48 |
*** marcoemorais has quit IRC | 23:50 | |
*** eharney has quit IRC | 23:50 | |
*** prad_ has quit IRC | 23:50 | |
*** msmedved has quit IRC | 23:51 | |
*** msmedved has joined #openstack-dev | 23:52 | |
*** adreznec has quit IRC | 23:52 | |
*** cnesa2 has joined #openstack-dev | 23:53 | |
*** msmedved has quit IRC | 23:54 | |
*** cnesa has quit IRC | 23:54 | |
mriedem | seeing this in the heat-engine log: http://paste.openstack.org/show/62693/ - wondering if something regressed with this? https://review.openstack.org/#/c/67617/ | 23:54 |
*** jasdeepH has joined #openstack-dev | 23:54 | |
*** msmedved has joined #openstack-dev | 23:55 | |
*** kin_ is now known as nikhil | 23:56 | |
*** nikhil is now known as nikhil__ | 23:56 | |
*** epim has joined #openstack-dev | 23:58 | |
*** caleb_` has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!