*** urulama has joined #openstack-dev | 00:00 | |
*** lbragstad has joined #openstack-dev | 00:00 | |
*** mmalesky has quit IRC | 00:00 | |
dstanek | bknudson: you around? | 00:01 |
---|---|---|
*** faramir1 has joined #openstack-dev | 00:01 | |
*** glenng has quit IRC | 00:01 | |
*** thomasem has quit IRC | 00:02 | |
bknudson | dstanek: yes | 00:02 |
*** krtaylor has quit IRC | 00:02 | |
dstanek | bknudson: looking at the XMLEquals review | 00:02 |
dstanek | would it be sufficient is your mind is add a comment on why i'm using Is(None)? | 00:03 |
dstanek | wow that came out strange... | 00:03 |
*** nati_ueno has quit IRC | 00:04 | |
*** nati_ueno has joined #openstack-dev | 00:04 | |
bknudson | dstanek: it's fine leaving it as it is | 00:05 |
bknudson | although a comment would be nice... | 00:05 |
bknudson | but then why not write the code so you don't need a comment? | 00:05 |
*** melwitt has quit IRC | 00:05 | |
*** melwitt1 has joined #openstack-dev | 00:05 | |
dstanek | bknudson: it should return None and i can't think of a way to name a matcher in a way that makes it clear | 00:07 |
bknudson | dstanek: I'd call it MatchSuccess | 00:07 |
*** xarses_ is now known as xarses | 00:07 | |
bknudson | or MatchPasses | 00:07 |
dstanek | then i would just move the comment to that matcher right? in the end if someone doesn't know the protocol we'll have to document it | 00:08 |
bknudson | dstanek: the name of the matcher will make it obvious what the intent of the code is. | 00:09 |
*** nati_ueno has quit IRC | 00:09 | |
bknudson | also, since it's in one place then the comment won't have to be on 2 lines | 00:09 |
dstanek | bknudson: i disagree with your first point, but i do agree with your second one | 00:10 |
*** urulama_ has joined #openstack-dev | 00:10 | |
*** urulama has quit IRC | 00:10 | |
*** sandywalsh has quit IRC | 00:11 | |
*** dvarga has joined #openstack-dev | 00:13 | |
dstanek | bknudson: so basically it's "self.assertThat(m.match(xml1), matchers.Matches())" | 00:14 |
bknudson | dstanek: how about self.assertThat(m, matchers.Matches(xml1)) | 00:14 |
bknudson | since always going to be calling match | 00:15 |
*** urulama_ has quit IRC | 00:15 | |
*** jhesketh has quit IRC | 00:15 | |
bknudson | seems like the assertThat syntax isn't very pretty in this case. | 00:15 |
bknudson | might as well just leave it the way it is if it's going to be that ugly | 00:15 |
*** adalbas has joined #openstack-dev | 00:16 | |
*** kevinconway has quit IRC | 00:17 | |
dstanek | Matchers can't take xml because we'd use it to test other matchers | 00:17 |
*** quade has quit IRC | 00:17 | |
bknudson | Matches would just take *args *kwargs and pass it to m.match() | 00:17 |
*** quade has joined #openstack-dev | 00:17 | |
dstanek | bknudson: ah i see what you mean | 00:18 |
bknudson | maybe call it MatchesFor ? | 00:18 |
*** claytonc has quit IRC | 00:18 | |
*** DennyZhang has joined #openstack-dev | 00:19 | |
*** urulama has joined #openstack-dev | 00:19 | |
*** buzztroll has joined #openstack-dev | 00:20 | |
*** sushils has quit IRC | 00:20 | |
*** edmund has joined #openstack-dev | 00:20 | |
*** dvarga has quit IRC | 00:21 | |
*** herndon has quit IRC | 00:21 | |
bknudson | morganfainberg: you had +2 on this one: https://review.openstack.org/#/c/51087/ -- should be easy | 00:22 |
*** sushils has joined #openstack-dev | 00:23 | |
*** reed_ has joined #openstack-dev | 00:23 | |
*** reed has quit IRC | 00:23 | |
*** DennyZhang has quit IRC | 00:23 | |
morganfainberg | bknudson, i was waiting for jenkins | 00:24 |
*** sandywalsh has joined #openstack-dev | 00:24 | |
morganfainberg | bknudson, i had rebased it locally, so i already know the ease of rebase | 00:24 |
*** rongze has joined #openstack-dev | 00:24 | |
*** topol has joined #openstack-dev | 00:25 | |
bknudson | morganfainberg: https://review.openstack.org/#/c/51087/ doesn't merge? | 00:25 |
*** tanisdl has quit IRC | 00:25 | |
*** reed_ has quit IRC | 00:25 | |
morganfainberg | bknudson, it doesnt'? | 00:26 |
bknudson | morganfainberg: I thought that's what you just said. | 00:26 |
morganfainberg | oh no no, sorry had things cross | 00:26 |
*** sarob_ has joined #openstack-dev | 00:26 | |
morganfainberg | had a separate review open when i clicked on that one, web browser didn't update | 00:26 |
dstanek | bknudson: test tools has a great little framework for testing matchers, but i don't think it's a part of the public api :( | 00:27 |
bknudson | changes recently have required a lot of changes and a lot of merge conflicts.... probably indicates a design issue. | 00:27 |
bknudson | dependency injections! | 00:27 |
morganfainberg | bknudson, !! | 00:27 |
*** jhesketh has joined #openstack-dev | 00:28 | |
bknudson | dstanek: you're going to need to use your new matcher to test your new matcher. | 00:28 |
*** rongze has quit IRC | 00:28 | |
dstanek | bknudson, morganfainberg: once we get rid of our circular dependencies i'll be extremely happy | 00:29 |
morganfainberg | dstanek, but... circular deps are just fun! | 00:29 |
dstanek | bknudson: already did! actually looks silly | 00:29 |
*** urulama_ has joined #openstack-dev | 00:29 | |
*** urulama has quit IRC | 00:29 | |
morganfainberg | dstanek :P | 00:29 |
*** sarob has quit IRC | 00:30 | |
*** thomasem has joined #openstack-dev | 00:30 | |
*** alunduil has joined #openstack-dev | 00:31 | |
*** jhesketh_ has quit IRC | 00:31 | |
*** sarob_ has quit IRC | 00:32 | |
dstanek | morganfainberg: http://dstanek.com/keystone_deps.png | 00:32 |
dstanek | the red lines are the cyclic deps | 00:32 |
*** jhesketh_ has joined #openstack-dev | 00:32 | |
morganfainberg | dstanek only 2 | 00:33 |
dstanek | that's analyzing the DI statements so there maybe more when i fix the script to check for classes | 00:33 |
morganfainberg | dstanek, thats not bad | 00:33 |
*** bvandenh has quit IRC | 00:33 | |
*** otherwiseguy has quit IRC | 00:33 | |
*** sn0wb1rd has quit IRC | 00:33 | |
dstanek | morganfainberg: not bad at all - they have prevented me from prototyping a different DI system | 00:34 |
morganfainberg | dstanek, the token provider one should be easy(ish) to break. | 00:34 |
bknudson | dstanek: is this using https://review.openstack.org/#/c/54834/ ? | 00:34 |
morganfainberg | assignment and idenitty is likely a little more in depth | 00:34 |
morganfainberg | but we are definitely working towards it | 00:35 |
dstanek | ah cool, i'll take a look at that review | 00:35 |
bknudson | the circular dependency between assignment and identity is because assignment needs to know identity's default assignment driver. | 00:35 |
bknudson | also, I've got a wip for assignment to not use identity: https://review.openstack.org/#/c/54647/ | 00:36 |
bknudson | fails in tempest because tempest assumes assignment can look up users and fail if no user. | 00:36 |
morganfainberg | dstanek, the token_provider token_api is strictly because of cache invalidation | 00:37 |
morganfainberg | dstanek, if we made it so the provider was the only place token creation/deletion/etc went through, the api wouldn't need to be able to invalidate cache in the provider. provider would have all the information needed. | 00:38 |
*** urulama_ has quit IRC | 00:39 | |
*** urulama has joined #openstack-dev | 00:39 | |
*** sushils has quit IRC | 00:39 | |
*** vills has quit IRC | 00:41 | |
*** dvarga has joined #openstack-dev | 00:43 | |
*** sn0wb1rd has joined #openstack-dev | 00:44 | |
*** urulama has quit IRC | 00:44 | |
*** pixelb has joined #openstack-dev | 00:46 | |
*** sushils has joined #openstack-dev | 00:46 | |
*** cfriesen_ has quit IRC | 00:46 | |
*** matsuhashi has quit IRC | 00:47 | |
*** dvarga has quit IRC | 00:48 | |
*** matsuhashi has joined #openstack-dev | 00:48 | |
*** urulama has joined #openstack-dev | 00:49 | |
*** buzztroll has quit IRC | 00:51 | |
*** xarses has quit IRC | 00:51 | |
*** matsuhashi has quit IRC | 00:53 | |
*** pmathews has quit IRC | 00:53 | |
*** ayoung has quit IRC | 00:53 | |
*** zackf1 has quit IRC | 00:54 | |
*** buzztroll has joined #openstack-dev | 00:55 | |
*** morazi has quit IRC | 00:57 | |
*** matsuhashi has joined #openstack-dev | 00:58 | |
*** pixelb has quit IRC | 00:59 | |
*** urulama_ has joined #openstack-dev | 00:59 | |
*** ayoung has joined #openstack-dev | 00:59 | |
*** raevol has quit IRC | 00:59 | |
*** urulama has quit IRC | 00:59 | |
*** nosnos has joined #openstack-dev | 01:00 | |
*** evgenyf has joined #openstack-dev | 01:01 | |
*** jobewan has joined #openstack-dev | 01:03 | |
*** sn0wb1rd has quit IRC | 01:03 | |
*** sn0wb1rd has joined #openstack-dev | 01:03 | |
*** quade has quit IRC | 01:04 | |
*** sarob has joined #openstack-dev | 01:05 | |
*** melwitt1 has quit IRC | 01:05 | |
bknudson | morganfainberg: I was asking on #-infra about this change: https://review.openstack.org/#/c/55241/ and https://review.openstack.org/#/c/52897/ | 01:05 |
bknudson | that update global requirements... | 01:05 |
bknudson | turns out that the auto-requirements updater is not working currently | 01:06 |
morganfainberg | bknudson, ah. | 01:06 |
bknudson | I've got my own change https://review.openstack.org/#/c/52702/ that doesn't work without updated requirements for some reason | 01:06 |
morganfainberg | bknudson, it seems to be a bit hit-and-miss. | 01:06 |
morganfainberg | bknudson, odd | 01:06 |
*** melwitt has joined #openstack-dev | 01:07 | |
bknudson | morganfainberg: looks like my change to copy s3_token requires different iso8601 - http://logs.openstack.org/02/52702/2/check/gate-python-keystoneclient-python26/e6dd9e6/console.html.gz | 01:07 |
morganfainberg | does the 0.1.8 work? | 01:08 |
morganfainberg | since that is what is in global reqs. | 01:08 |
*** urulama_ has quit IRC | 01:08 | |
*** urulama has joined #openstack-dev | 01:09 | |
bknudson | morganfainberg: 0.1.8 should work... this is one I wasn't able to recreate locally. | 01:09 |
morganfainberg | bknudson, ahh. https://review.openstack.org/#/c/49190 is gating, should cover your need | 01:09 |
bknudson | morganfainberg: that's in keystone... I need this for python-keystoneclient | 01:10 |
*** amcrn has joined #openstack-dev | 01:10 | |
morganfainberg | bknudson, ack. | 01:10 |
bknudson | not sure why Jenkins "worked?" with keystone but not keytoneclient... | 01:10 |
morganfainberg | bknudson, transient? | 01:10 |
bknudson | maybe shouldn't have pushed the keystone change, but it looked fine to me. | 01:10 |
*** matiu has quit IRC | 01:11 | |
clarkb | the problem is that jenkins was jumbling stable and master branches together | 01:11 |
clarkb | if that doesn't actually change one project in a way that gets -1'd it will be fine | 01:11 |
clarkb | it depends on the requirements listed for that particular project | 01:11 |
morganfainberg | clarkb, oh | 01:11 |
*** quade has joined #openstack-dev | 01:12 | |
*** beagles has quit IRC | 01:12 | |
*** nati_ueno has joined #openstack-dev | 01:12 | |
morganfainberg | clarkb, so easiest solution is to manage the sync in the reqs directly if it is jumbled up? | 01:12 |
morganfainberg | e.g. python-keystoneclient | 01:12 |
clarkb | morganfainberg: ya, just do them manually for now | 01:14 |
morganfainberg | bknudson, ^ | 01:14 |
clarkb | we are turning off the job and working up a fix for the the bug | 01:14 |
morganfainberg | clarkb, cool | 01:14 |
bknudson | morganfainberg: I'll try re-doing the requirements myself. | 01:14 |
*** nermina has joined #openstack-dev | 01:15 | |
morganfainberg | bknudson, ok. let me know i'll +2 it once its ready. | 01:15 |
*** dvarga has joined #openstack-dev | 01:15 | |
*** buzztroll has quit IRC | 01:17 | |
bknudson | I'm going to try to recreate the error I got first. | 01:17 |
bknudson | yep, it was iso8601==0.1.5 | 01:17 |
*** quade has quit IRC | 01:17 | |
*** ArxCruz has joined #openstack-dev | 01:18 | |
*** urulama has quit IRC | 01:19 | |
*** urulama_ has joined #openstack-dev | 01:19 | |
*** jobewan has quit IRC | 01:19 | |
*** buzztroll has joined #openstack-dev | 01:19 | |
*** DennyZhang has joined #openstack-dev | 01:19 | |
*** evgenyf has quit IRC | 01:20 | |
*** dvarga has quit IRC | 01:20 | |
*** Shaan7 has quit IRC | 01:21 | |
*** rgerganov has quit IRC | 01:21 | |
*** urulama_ has quit IRC | 01:24 | |
*** DennyZhang has quit IRC | 01:24 | |
*** rgerganov has joined #openstack-dev | 01:24 | |
*** gatuus has quit IRC | 01:26 | |
*** vipul is now known as vipul-away | 01:28 | |
*** urulama has joined #openstack-dev | 01:28 | |
*** sarob has quit IRC | 01:30 | |
*** gordc has joined #openstack-dev | 01:30 | |
*** sarob has joined #openstack-dev | 01:31 | |
*** carl_baldwin has joined #openstack-dev | 01:31 | |
*** bdpayne has quit IRC | 01:31 | |
*** ljjjustin has joined #openstack-dev | 01:31 | |
*** buzztroll has quit IRC | 01:32 | |
*** sushils has quit IRC | 01:33 | |
*** herndon_ has joined #openstack-dev | 01:33 | |
*** novas0x2a|laptop has quit IRC | 01:34 | |
*** vipul-away is now known as vipul | 01:35 | |
*** pabelanger has joined #openstack-dev | 01:35 | |
*** sarob has quit IRC | 01:35 | |
*** dolphm has joined #openstack-dev | 01:36 | |
*** buzztroll has joined #openstack-dev | 01:37 | |
*** urulama_ has joined #openstack-dev | 01:38 | |
*** urulama has quit IRC | 01:39 | |
*** sushils has joined #openstack-dev | 01:39 | |
*** herndon_ has quit IRC | 01:40 | |
*** vuil has quit IRC | 01:40 | |
*** herndon has joined #openstack-dev | 01:40 | |
*** CaptTofu has quit IRC | 01:42 | |
*** CaptTofu has joined #openstack-dev | 01:42 | |
*** CaptTofu has quit IRC | 01:42 | |
*** CaptTofu has joined #openstack-dev | 01:43 | |
bknudson | morganfainberg: here's the change https://review.openstack.org/#/c/56490/ -- hasn't passed jenkins yet but you might want to make sure I did it right. | 01:46 |
*** nati_ueno has quit IRC | 01:47 | |
*** nati_ueno has joined #openstack-dev | 01:47 | |
*** urulama_ has quit IRC | 01:48 | |
*** urulama has joined #openstack-dev | 01:48 | |
*** gordc has quit IRC | 01:49 | |
morganfainberg | bknudson, checking now | 01:49 |
*** adalbas has quit IRC | 01:49 | |
*** jlabocki has quit IRC | 01:49 | |
morganfainberg | bknudson, looks good to me. | 01:50 |
bknudson | morganfainberg: I guess I could have run `python update.py ../python-keystoneclient` ... got the same results. | 01:52 |
morganfainberg | bknudson, hehe | 01:52 |
*** urulama has quit IRC | 01:53 | |
*** berlin has joined #openstack-dev | 01:53 | |
dolphm | bknudson: is keystoneclient not opted in to the jenkins requirements bot thing? | 01:53 |
bknudson | dolphm: the jenkins requirements bot is not working correctly | 01:53 |
morganfainberg | dolphm, that job has been disabled. there is a bug in it causing stable and master to get jumbled in cases | 01:53 |
dolphm | ah | 01:54 |
*** urulama has joined #openstack-dev | 01:58 | |
*** rongze has joined #openstack-dev | 01:58 | |
bknudson | morganfainberg: dang it, PEP8 failure. | 01:59 |
morganfainberg | bknudson, H302? | 02:00 |
bknudson | morganfainberg: exactly | 02:01 |
bknudson | how did you know? | 02:01 |
morganfainberg | bknudson, yep new hacking. | 02:01 |
morganfainberg | bknudson, same kind of issue as in keystone, my guess was new hacking is detecting H302s differently. | 02:02 |
bknudson | it's getting smarter. | 02:02 |
morganfainberg | skynet? | 02:02 |
morganfainberg | should we worry? | 02:02 |
*** matsuhashi has quit IRC | 02:03 | |
*** matsuhashi has joined #openstack-dev | 02:03 | |
dolphm | morganfainberg: bknudson: both of you should checkout the "APIs, roles, request scope and admin-ness" thread on -dev | 02:03 |
dolphm | let me know if i'm crazy | 02:04 |
bknudson | dolphm: it's weird that having admin role on any tenant gives you admin on every tenant in keystone. | 02:04 |
morganfainberg | bknudson, ++ | 02:04 |
dolphm | bknudson: i consider that a bug | 02:04 |
*** jhesketh_ has quit IRC | 02:06 | |
*** carl_baldwin has quit IRC | 02:06 | |
bknudson | is hacking getting smarter or dumber? I can't tell: http://logs.openstack.org/02/52702/4/check/gate-python-keystoneclient-pep8/163fd29/console.html | 02:07 |
bknudson | 'from keystoneclient.tests import client_fixtures' looks like a module to me. | 02:07 |
*** urulama_ has joined #openstack-dev | 02:08 | |
*** dguitarbite has joined #openstack-dev | 02:08 | |
*** dolphm has quit IRC | 02:08 | |
*** angdraug has quit IRC | 02:08 | |
morganfainberg | wondering if the "as <something>" is confusing hacking | 02:08 |
*** urulama has quit IRC | 02:09 | |
morganfainberg | bknudson, this seems like it might be ... intentional | 02:10 |
morganfainberg | https://github.com/openstack-dev/hacking/blob/master/hacking/core.py#L400 | 02:10 |
bknudson | morganfainberg: interestingly, if you look at the lines before failure, looks like it's having a problem importing it. | 02:10 |
morganfainberg | bknudson, so it does | 02:11 |
bknudson | client_fixtures.py", line 38, in <module> ... No such file or directory: '/home/jenkins/workspace/gat ... | 02:11 |
morganfainberg | bknudson, with open(os.path.join(CMSDIR, 'auth_token_scoped.pem')) as f: | 02:11 |
morganfainberg | are we not bundling example stuff? | 02:12 |
bknudson | maybe it's in the wrong directory | 02:12 |
morganfainberg | bknudson, oooh | 02:14 |
*** nermina has quit IRC | 02:14 | |
morganfainberg | bknudson, https://github.com/openstack/python-keystoneclient/commit/dca1d4259d44a0d282396a18c895de834580fe66 this commit might be the culprit | 02:14 |
bknudson | morganfainberg: that made it more robust not less. | 02:14 |
*** mriedem has joined #openstack-dev | 02:15 | |
morganfainberg | right. but i'm wondering why it's trying to do the import from the develop installed location | 02:15 |
bknudson | morganfainberg: btw, this fails on my local machine, too, so I can recreate easily | 02:15 |
morganfainberg | which wont include examples | 02:15 |
dims | add that file to MANIFEST.in? | 02:15 |
bknudson | let me try a revert of that guy. | 02:15 |
*** rnirmal has quit IRC | 02:16 | |
morganfainberg | dims, not sure if we want to install "examples". | 02:16 |
bknudson | nope, revert didn't help. | 02:16 |
*** dvarga has joined #openstack-dev | 02:16 | |
dims | right | 02:16 |
bknudson | so I get this file not exist /opt/stack/python-keystoneclient/.tox/pep8/lib/python2.7/site-packages/examples/pki/cms/auth_token_scoped.pem | 02:17 |
morganfainberg | bknudson, hmmm. | 02:17 |
*** urulama_ has quit IRC | 02:17 | |
morganfainberg | bknudson, i would expect that file doesn't exist, we don't "install" examples | 02:17 |
bknudson | but the file is actually /opt/stack/python-keystoneclient/examples/pki/cms/auth_token_scoped.pem | 02:17 |
*** urulama has joined #openstack-dev | 02:18 | |
*** amcrn has quit IRC | 02:18 | |
bknudson | the cwd when running flake8 in tox must be /opt/stack/python-keystoneclient/.tox/pep8/lib/python2.7/site-packages ? | 02:18 |
*** mriedem has quit IRC | 02:18 | |
morganfainberg | bknudson, is hacking now checking the installed file location? | 02:19 |
* morganfainberg is a bit confused. | 02:19 | |
bknudson | why do I have keystoneclient in my .tox venv when am in python-keystoneclient ? | 02:19 |
*** mriedem has joined #openstack-dev | 02:20 | |
morganfainberg | bknudson, tox is doing a setup develop | 02:20 |
morganfainberg | is my guess | 02:20 |
*** DennyZhang has joined #openstack-dev | 02:20 | |
dstanek | morganfainberg: i'm pretty sure you're correct | 02:20 |
bknudson | is the keystoneclient in my venv the same as the python-keystoneclient I'm testing? | 02:20 |
morganfainberg | bknudson, should be a symlink | 02:21 |
morganfainberg | if it's doing a setup develop | 02:21 |
morganfainberg | that is | 02:21 |
bknudson | it must be otherwise couldn't test at all. | 02:21 |
dstanek | i don't think it's a symlink; i think the path the the repo is added to a pth file | 02:21 |
dstanek | s/the the/to the/ | 02:22 |
*** guohliu has quit IRC | 02:22 | |
morganfainberg | dstanek, oh is that how that works? | 02:22 |
dstanek | morganfainberg: i think so yes | 02:23 |
dstanek | you should be able to look in you site-packages to see that | 02:23 |
dstanek | .tox/py27/.... | 02:23 |
*** yaguang has joined #openstack-dev | 02:23 | |
*** erkules has quit IRC | 02:23 | |
*** dvarga has quit IRC | 02:25 | |
*** DennyZhang has quit IRC | 02:25 | |
bknudson | I've got .tox/pep8/lib/python2.7/site-packages/keystoneclient , it's not a symlink | 02:25 |
bknudson | .tox/pep8/lib/python2.7/site-packages/python_keystoneclient-0.4.1.7.gdca1d42-py2.7.egg-info | 02:26 |
*** danwent has quit IRC | 02:26 | |
*** urkonn has joined #openstack-dev | 02:26 | |
*** comay has quit IRC | 02:26 | |
*** stevemar has joined #openstack-dev | 02:27 | |
morganfainberg | i'm guessing it gets installed in the venv then | 02:27 |
*** urulama has quit IRC | 02:27 | |
*** urulama_ has joined #openstack-dev | 02:28 | |
bknudson | IOError: [Errno 2] No such file or directory: '/opt/stack/python-keystoneclient/.tox/pep8/local/lib/python2.7/site-packages/examples/pki/cms/auth_token_scoped.pem' | 02:28 |
bknudson | that doesn't even include the keystoneclient directory | 02:28 |
bknudson | there's no site-packages/examples of course. | 02:29 |
morganfainberg | right. | 02:29 |
dstanek | in my keystone env i have my keystone path in the easy-install.pth | 02:30 |
dstanek | bknudson: are you in your client repo? | 02:30 |
dstanek | oh, nm - i looked up a few lines :) | 02:30 |
bknudson | dstanek: I get the same thing as jenkins -- http://logs.openstack.org/02/52702/4/check/gate-python-keystoneclient-pep8/163fd29/console.html | 02:31 |
*** thomasem has quit IRC | 02:31 | |
morganfainberg | bknudson, but the older hacking you don't get that issue? | 02:31 |
dstanek | i wonder is those paths need to be abspath-ed | 02:31 |
bknudson | morganfainberg: I'm guessing the older hacking doesn't try to import the modules. | 02:32 |
*** twoputt has quit IRC | 02:32 | |
dstanek | bknudson: i'd be interested to see what the __file__ says for one of those modules | 02:32 |
morganfainberg | I'm looking at the hacking code trying to figure out what changed. | 02:32 |
bknudson | so maybe this could be fixed by doing the "with open(os.path.join(CMSDIR, 'auth_token_scoped.pem')) as f:" at run-time | 02:32 |
bknudson | dstanek: here it is: | 02:32 |
bknudson | TESTDIR=/opt/stack/python-keystoneclient/.tox/pep8/local/lib/python2.7/site-packages/keystoneclient/tests | 02:33 |
bknudson | ROOTDIR=/opt/stack/python-keystoneclient/.tox/pep8/local/lib/python2.7/site-packages | 02:33 |
*** urulama_ has quit IRC | 02:33 | |
*** twoputt_ has quit IRC | 02:33 | |
morganfainberg | whihc is likely different than before, before it's probably the main dir ./examples/ is hanging off | 02:33 |
morganfainberg | hmm. | 02:33 |
morganfainberg | dstanek, could this be testr + smarter hacking? | 02:34 |
clarkb | testr shouldn't be involved | 02:34 |
bknudson | morganfainberg: check if "File "/home/jenkins/workspace/gate-python-keystoneclient-pep8/.tox/pep8/local/lib/python2.7/site-packages/hacking/core.py", line 427, in is_module_for_sure" is new | 02:34 |
clarkb | this is just tox + flake8 + hacking | 02:34 |
bknudson | is_module_for_sure | 02:34 |
morganfainberg | oh | 02:34 |
morganfainberg | hacking + moving tests https://github.com/openstack/python-keystoneclient/commit/0a18d8bbdfdfcec920697a7c90137922f156f6c9 | 02:35 |
*** nati_uen_ has joined #openstack-dev | 02:35 | |
dstanek | i don't think the examples are included in the package...should they be? | 02:35 |
morganfainberg | dstanek, no they aren't and i am not sure if they should be | 02:36 |
morganfainberg | though it is an easy-out to include them | 02:36 |
*** berlin has quit IRC | 02:36 | |
bknudson | obviously we import the same module in py27 as pep8... why does it work with py27 and not pep8? | 02:36 |
*** sarob has joined #openstack-dev | 02:36 | |
dstanek | hmmm- flake8 works fine for me locally | 02:37 |
*** urulama has joined #openstack-dev | 02:37 | |
bknudson | dstanek: which version? | 02:37 |
*** erkules has joined #openstack-dev | 02:37 | |
*** radix has quit IRC | 02:38 | |
dstanek | bknudson: version of flake8? | 02:38 |
morganfainberg | dstanek, this comes with the 0.8 hacking iirc | 02:38 |
*** nati_ueno has quit IRC | 02:38 | |
dstanek | ah, i'm on 0.7.2 hacking | 02:39 |
dstanek | i'll update it and try again | 02:39 |
morganfainberg | dstanek, we're trying to sync requirements ;) | 02:39 |
*** jhesketh_ has joined #openstack-dev | 02:39 | |
*** sarob has quit IRC | 02:43 | |
*** sarob has joined #openstack-dev | 02:43 | |
bknudson | I've got a workaround, it's not pretty. | 02:44 |
morganfainberg | bknudson, ok, because keystoneclient is installed and i tries to do the import in is_module_for_sure, we fail. the other tests look to be using the actual location not the "installeD" location | 02:44 |
dstanek | looks like new hacking or it's deps actually parse the file now | 02:45 |
bknudson | this is why you never run code during import. | 02:45 |
morganfainberg | dstanek, it is https://github.com/openstack-dev/hacking/blob/master/hacking/core.py#L427 | 02:45 |
morganfainberg | new hacking "does an import" of modules to make sure they are really modules | 02:45 |
morganfainberg | bknudson, ++ | 02:45 |
*** buzztroll has quit IRC | 02:46 | |
*** urulama_ has joined #openstack-dev | 02:47 | |
*** souvik has joined #openstack-dev | 02:47 | |
*** souvik has left #openstack-dev | 02:47 | |
*** urulama has quit IRC | 02:48 | |
*** sarob has quit IRC | 02:48 | |
*** paragan has joined #openstack-dev | 02:48 | |
bknudson | morganfainberg: https://review.openstack.org/#/c/56500/ -- I told you it wasn't pretty | 02:49 |
morganfainberg | bknudson, http://code.mumak.net/2008/10/testresources-some-examples.html is probably a better route. (see the todo on line 33) | 02:49 |
dstanek | bknudson: cant you just change the tox.ini? | 02:50 |
morganfainberg | dstanek, we could ignore H302 | 02:50 |
*** vahidh has quit IRC | 02:50 | |
bknudson | morganfainberg: I saw that... I haven't used testresources | 02:50 |
morganfainberg | bknudson, lets open a bug and ignore H302 instead i think. | 02:51 |
bknudson | but that would probably be the way to do it. | 02:51 |
*** dkranz has joined #openstack-dev | 02:51 | |
morganfainberg | bknudson, your fix, while functional, does kind of make me feel dirty :P | 02:51 |
bknudson | yea, I have to take a shower after this | 02:51 |
morganfainberg | bknudson, maybe we can just # noqa that line? | 02:52 |
bknudson | I'll take a look at testresources tomorrow. | 02:52 |
*** buzztroll has joined #openstack-dev | 02:53 | |
morganfainberg | ok | 02:53 |
dstanek | morganfainberg: all you have to do is add 'usedevelop = True' to the [testenv:pep8] section | 02:53 |
morganfainberg | let me know if you need any help. | 02:53 |
bknudson | or someone else could | 02:53 |
morganfainberg | bknudson, i can look at it tomorrow as well. | 02:53 |
morganfainberg | let me open a bug on this in either case. | 02:53 |
*** lbragstad has quit IRC | 02:53 | |
dstanek | bknudson, morganfainberg: i think this is an issue with the env defaults that tox has | 02:54 |
bknudson | dstanek: I'll try the usedevelop... | 02:54 |
morganfainberg | bknudson, dstanek , my guess is that wont fix the issue. since you'll still be rooted a level too deep to see the examples | 02:54 |
*** RajM has quit IRC | 02:55 | |
bknudson | need to be careful because it's rebuilding my venv | 02:55 |
clarkb | you should set usedevelop globally in tox.ini and require tox>=1.6 | 02:55 |
dstanek | morganfainberg: you'll be rooted in your working copy just like you are when you run 'tox -e py27' | 02:55 |
clarkb | see nova for example | 02:55 |
morganfainberg | dstanek, hmm | 02:55 |
*** urulama has joined #openstack-dev | 02:57 | |
*** urulama_ has quit IRC | 02:57 | |
dstanek | morganfainberg, bknudson: http://git.openstack.org/cgit/openstack/keystone/tree/tox.ini#n7 | 02:57 |
bknudson | dstanek: usedevelop did work! | 02:58 |
morganfainberg | bknudson, ah good. | 02:58 |
morganfainberg | dstanek is the awesome test and other utility expert | 02:58 |
bknudson | so we want that in testenv and not in testenv:pep8? | 02:58 |
dims | nova's tox.ini seems to have a sitepackages = False in "[testenv:pep8]" don't know what that does | 02:59 |
*** d34dh0r53 has joined #openstack-dev | 02:59 | |
dstanek | bknudson: it wouldn't hurt - i don't know if there is a need, but why not | 02:59 |
bknudson | we don't have tox in requirements.txt or test-requirements.txt | 03:00 |
morganfainberg | bknudson, dstanek, i think clarkb said best practice is to use that globally (like nova) | 03:00 |
*** rm_work is now known as rm_work|away | 03:00 | |
morganfainberg | bknudson, i think tox is the entrypoint similar to pip, you need it before you can run tests. | 03:00 |
dstanek | morganfainberg: it's probably good to follow the best practices | 03:01 |
*** urulama has quit IRC | 03:02 | |
morganfainberg | dims, i think that means that's to override the allownace of sitepackages for nova testing (nova needs it since libvirt pylib is a side-effect of building libvirt itself) | 03:02 |
morganfainberg | dims, in the case of pep8, it may not be needed. | 03:02 |
bknudson | https://review.openstack.org/#/c/56503/ -- that was easy | 03:02 |
morganfainberg | bknudson, nice! | 03:03 |
bknudson | let's all try to forget that 56500 ever happened. | 03:03 |
morganfainberg | bknudson, forget what happened? | 03:04 |
morganfainberg | ;) | 03:04 |
clarkb | you can ignore sitepackage sfor keystoneclient | 03:04 |
clarkb | nova does special things with that for libvirt | 03:04 |
morganfainberg | clarkb, aye | 03:04 |
morganfainberg | clarkb, we're just adding usedevelop=True | 03:04 |
morganfainberg | not changing anything else | 03:05 |
clarkb | cool | 03:05 |
dims | nice | 03:06 |
dims | nova has that too | 03:06 |
dims | [testenv] | 03:06 |
dims | sitepackages = True | 03:06 |
dims | usedevelop = True | 03:06 |
*** urulama has joined #openstack-dev | 03:06 | |
dims | all's well that ends well :) | 03:07 |
bknudson | wonder why keystoneclient didn't have usedevelop=True to begin with... must have just been an oversight | 03:09 |
clarkb | it is a relatively new feature in tox | 03:09 |
morganfainberg | i think keystone got it when we moved to testr | 03:09 |
morganfainberg | or somewhere abouts that time | 03:09 |
clarkb | you want the minversion = 1.6 if you add usedevelop | 03:10 |
clarkb | that way tox will give you an error if you have a tox that is too old | 03:10 |
bknudson | clarkb: oops, we don't have that. | 03:10 |
morganfainberg | clarkb, ah good to know | 03:10 |
clarkb | you might also want skipsdist | 03:10 |
clarkb | https://github.com/openstack/nova/commit/32d63a9fbe6f353ca1af8922d6bcbb012a2cc32c | 03:10 |
*** nermina has joined #openstack-dev | 03:13 | |
*** sarob has joined #openstack-dev | 03:13 | |
bknudson | ok, updated keystoneclient tox.ini with all the options: https://review.openstack.org/#/c/56503/2/tox.ini | 03:13 |
morganfainberg | cool | 03:14 |
*** Mandell has quit IRC | 03:14 | |
*** jgrimm has joined #openstack-dev | 03:15 | |
*** Ryan_Lane has quit IRC | 03:16 | |
*** urulama has quit IRC | 03:16 | |
*** urulama has joined #openstack-dev | 03:16 | |
bknudson | now TESTDIR in client_fixtures is "/opt/stack/python-keystoneclient/keystoneclient/tests" | 03:18 |
dstanek | hmmm...maybe i should start looking at that testr bug | 03:18 |
*** alex_xu has joined #openstack-dev | 03:20 | |
*** dvarga has joined #openstack-dev | 03:21 | |
*** DennyZhang has joined #openstack-dev | 03:21 | |
*** dims has quit IRC | 03:22 | |
*** armax has quit IRC | 03:23 | |
*** shinylasers has quit IRC | 03:25 | |
*** DennyZhang has quit IRC | 03:25 | |
*** dvarga has quit IRC | 03:26 | |
*** urulama has quit IRC | 03:26 | |
*** urulama has joined #openstack-dev | 03:26 | |
dstanek | ah crap, i think testrepository is in bzr | 03:27 |
clarkb | it is | 03:27 |
clarkb | which bug are you looking at? | 03:27 |
clarkb | fwiw lifeless accepts patch files in bugs if dealing with bzr is hard (I find it hard to context switch into using $otherthing) | 03:28 |
*** CaptTofu has quit IRC | 03:29 | |
*** markwash has quit IRC | 03:29 | |
lifeless | I do | 03:29 |
*** CaptTofu has joined #openstack-dev | 03:29 | |
lifeless | I accept them via RFC1149 too | 03:30 |
lifeless | dstanek: ^ | 03:30 |
*** nick__ has joined #openstack-dev | 03:30 | |
*** nick__ has quit IRC | 03:30 | |
dstanek | lifeless: that may be more of a weekend project :-) | 03:30 |
*** alex_xu has quit IRC | 03:31 | |
*** matsuhashi has quit IRC | 03:31 | |
*** matsuhashi has joined #openstack-dev | 03:31 | |
*** CaptTofu has quit IRC | 03:31 | |
*** CaptTofu has joined #openstack-dev | 03:32 | |
dstanek | clarkb: there is a bug reported about it calculating the number of tests that ran/failed | 03:32 |
clarkb | lifeless: wasn't that bug fixed? | 03:32 |
dstanek | clarkb: right now it shows me about double the number of tests after a keystone run | 03:32 |
lifeless | dstanek: the count of tests run being twice what actually ran? | 03:32 |
clarkb | dstanek: I think lifeless may have fixed it during the summit | 03:32 |
lifeless | dstanek: thats fixed, updated your testtools | 03:32 |
lifeless | s/updated/update/ | 03:32 |
dstanek | lifeless: you rock! | 03:32 |
dstanek | muchas gracias - that has been bothering me for a while | 03:33 |
lifeless | dstanek: well it took me months to get a timeslice, so not sure about rocking :> | 03:33 |
dstanek | lifeless: that's what happens when you have a lot on your plate | 03:33 |
*** urulama_ has joined #openstack-dev | 03:36 | |
*** urulama has quit IRC | 03:37 | |
*** urkonn has quit IRC | 03:38 | |
*** nouser has quit IRC | 03:40 | |
*** matsuhashi has quit IRC | 03:41 | |
*** matsuhashi has joined #openstack-dev | 03:42 | |
*** urulama_ has quit IRC | 03:42 | |
*** rongze_ has joined #openstack-dev | 03:43 | |
*** gyee has quit IRC | 03:43 | |
*** rongze has quit IRC | 03:44 | |
*** ilyashakhat_ has joined #openstack-dev | 03:44 | |
*** vipuls has joined #openstack-dev | 03:45 | |
*** enikanorov___ has joined #openstack-dev | 03:45 | |
*** sandeepr_ltp has joined #openstack-dev | 03:46 | |
*** urulama has joined #openstack-dev | 03:46 | |
*** bswartz1 has joined #openstack-dev | 03:46 | |
*** matsuhashi has quit IRC | 03:47 | |
*** pmyers_ has joined #openstack-dev | 03:47 | |
*** sandeepr_ltp has quit IRC | 03:47 | |
*** alex_xu has joined #openstack-dev | 03:48 | |
*** bnemec_ has joined #openstack-dev | 03:48 | |
*** sgordon` has joined #openstack-dev | 03:49 | |
*** marios has joined #openstack-dev | 03:50 | |
*** noslzzp has joined #openstack-dev | 03:51 | |
*** vipul has quit IRC | 03:51 | |
*** bswartz has quit IRC | 03:52 | |
*** che-arne has quit IRC | 03:52 | |
*** zaneb has quit IRC | 03:52 | |
*** xga has quit IRC | 03:52 | |
*** dachary has quit IRC | 03:52 | |
*** marios_ has quit IRC | 03:52 | |
*** pmyers has quit IRC | 03:52 | |
*** enikanorov has quit IRC | 03:52 | |
*** ilyashakhat has quit IRC | 03:52 | |
*** matrohon_ has quit IRC | 03:52 | |
*** bnemec has quit IRC | 03:52 | |
*** sergmelikyan has quit IRC | 03:52 | |
*** gmoro has quit IRC | 03:52 | |
*** ekarlso has quit IRC | 03:52 | |
*** Alssi has quit IRC | 03:52 | |
*** sgordon`` has quit IRC | 03:52 | |
*** luisbg has quit IRC | 03:52 | |
*** luisbg has joined #openstack-dev | 03:52 | |
*** luisbg has joined #openstack-dev | 03:52 | |
*** sgordon` has quit IRC | 03:52 | |
*** sgordon` has joined #openstack-dev | 03:52 | |
*** dachary has joined #openstack-dev | 03:54 | |
*** ekarlso has joined #openstack-dev | 03:54 | |
*** xga has joined #openstack-dev | 03:55 | |
*** urulama_ has joined #openstack-dev | 03:56 | |
*** urulama has quit IRC | 03:56 | |
*** claytonc has joined #openstack-dev | 03:57 | |
*** zaneb has joined #openstack-dev | 03:58 | |
*** gmoro has joined #openstack-dev | 03:59 | |
*** matrohon_ has joined #openstack-dev | 04:00 | |
*** xarses has joined #openstack-dev | 04:03 | |
*** guohliu has joined #openstack-dev | 04:04 | |
*** nati_uen_ has quit IRC | 04:04 | |
*** nati_ueno has joined #openstack-dev | 04:05 | |
*** urulama_ has quit IRC | 04:05 | |
*** urulama has joined #openstack-dev | 04:06 | |
*** che-arne has joined #openstack-dev | 04:07 | |
*** noslzzp has quit IRC | 04:09 | |
*** nkinder has quit IRC | 04:09 | |
*** nati_ueno has quit IRC | 04:09 | |
*** Porys has joined #openstack-dev | 04:10 | |
*** urulama has quit IRC | 04:11 | |
*** nkinder has joined #openstack-dev | 04:11 | |
*** radix has joined #openstack-dev | 04:12 | |
*** urulama has joined #openstack-dev | 04:16 | |
*** markwash has joined #openstack-dev | 04:19 | |
*** wwallnrr__ has quit IRC | 04:20 | |
*** sdake_ has quit IRC | 04:20 | |
*** ArxCruz has quit IRC | 04:20 | |
*** sdake_ has joined #openstack-dev | 04:20 | |
*** Porys has quit IRC | 04:21 | |
*** melwitt has quit IRC | 04:21 | |
*** dvarga has joined #openstack-dev | 04:22 | |
*** ArxCruz has joined #openstack-dev | 04:22 | |
*** DennyZhang has joined #openstack-dev | 04:22 | |
*** aditirav has joined #openstack-dev | 04:23 | |
*** yamahata__ has quit IRC | 04:25 | |
*** urulama_ has joined #openstack-dev | 04:25 | |
*** _anant has joined #openstack-dev | 04:25 | |
*** urulama has quit IRC | 04:26 | |
*** dvarga has quit IRC | 04:26 | |
*** yamahata has joined #openstack-dev | 04:27 | |
*** DennyZhang has quit IRC | 04:27 | |
*** aditirav has quit IRC | 04:27 | |
*** aditirav has joined #openstack-dev | 04:28 | |
*** vipuls is now known as vipuls-away | 04:32 | |
*** nati_ueno has joined #openstack-dev | 04:33 | |
*** urulama_ has quit IRC | 04:35 | |
*** urulama has joined #openstack-dev | 04:35 | |
*** yamahata has quit IRC | 04:35 | |
*** armax has joined #openstack-dev | 04:36 | |
*** armax has left #openstack-dev | 04:37 | |
*** rongze_ has quit IRC | 04:37 | |
*** macjack has joined #openstack-dev | 04:37 | |
*** nkinder has quit IRC | 04:38 | |
*** Ryan_Lane has joined #openstack-dev | 04:38 | |
*** chandankumar has joined #openstack-dev | 04:39 | |
*** shinylasers has joined #openstack-dev | 04:40 | |
*** bdpayne has joined #openstack-dev | 04:42 | |
*** noslzzp has joined #openstack-dev | 04:42 | |
*** shinylasers has quit IRC | 04:42 | |
*** bdpayne has quit IRC | 04:42 | |
*** shinylasers has joined #openstack-dev | 04:43 | |
*** bdpayne has joined #openstack-dev | 04:43 | |
*** bdpayne has quit IRC | 04:43 | |
*** nati_ueno has quit IRC | 04:43 | |
*** herndon has quit IRC | 04:44 | |
*** urulama has quit IRC | 04:45 | |
*** urulama has joined #openstack-dev | 04:45 | |
*** coolsvap has joined #openstack-dev | 04:46 | |
*** neelashah has joined #openstack-dev | 04:47 | |
*** krtaylor has joined #openstack-dev | 04:48 | |
*** jgrimm has quit IRC | 04:48 | |
*** paragan has quit IRC | 04:49 | |
*** nati_ueno has joined #openstack-dev | 04:49 | |
*** urulama has quit IRC | 04:50 | |
*** buzztroll has quit IRC | 04:50 | |
*** zaitcev has quit IRC | 04:51 | |
*** prekarat has joined #openstack-dev | 04:51 | |
*** prekarat has quit IRC | 04:52 | |
*** prekarat has joined #openstack-dev | 04:52 | |
*** noslzzp has quit IRC | 04:53 | |
*** mriedem has quit IRC | 04:53 | |
*** nkinder has joined #openstack-dev | 04:54 | |
*** alex_xu has quit IRC | 04:54 | |
*** urulama has joined #openstack-dev | 04:55 | |
*** alexpilotti has joined #openstack-dev | 04:55 | |
*** matsuhashi has joined #openstack-dev | 04:56 | |
*** chandankumar has quit IRC | 04:57 | |
*** Mandell has joined #openstack-dev | 05:01 | |
*** nati_ueno has quit IRC | 05:02 | |
*** urulama has quit IRC | 05:04 | |
*** sarob has quit IRC | 05:04 | |
*** urulama has joined #openstack-dev | 05:04 | |
*** sarob has joined #openstack-dev | 05:05 | |
*** willingc has joined #openstack-dev | 05:05 | |
*** cfriesen_ has joined #openstack-dev | 05:05 | |
*** jamespage has quit IRC | 05:06 | |
*** alex_xu has joined #openstack-dev | 05:08 | |
*** noslzzp has joined #openstack-dev | 05:08 | |
*** nati_ueno has joined #openstack-dev | 05:09 | |
*** chandankumar has joined #openstack-dev | 05:09 | |
*** sarob has quit IRC | 05:10 | |
*** paragan has joined #openstack-dev | 05:11 | |
*** willingc has quit IRC | 05:14 | |
*** mrda has quit IRC | 05:14 | |
*** urulama has quit IRC | 05:14 | |
*** urulama has joined #openstack-dev | 05:14 | |
*** pmathews has joined #openstack-dev | 05:19 | |
*** urulama has quit IRC | 05:19 | |
*** buzztroll has joined #openstack-dev | 05:21 | |
*** aditirav_ has joined #openstack-dev | 05:21 | |
*** dvarga has joined #openstack-dev | 05:22 | |
*** jhesketh_ has quit IRC | 05:22 | |
*** noslzzp has quit IRC | 05:22 | |
*** jhesketh_ has joined #openstack-dev | 05:23 | |
*** DennyZhang has joined #openstack-dev | 05:23 | |
*** urulama has joined #openstack-dev | 05:24 | |
*** aditirav has quit IRC | 05:25 | |
*** aditirav_ is now known as aditirav | 05:25 | |
*** buzztroll has quit IRC | 05:25 | |
*** aditirav has quit IRC | 05:26 | |
*** aditirav has joined #openstack-dev | 05:26 | |
*** dvarga has quit IRC | 05:27 | |
*** DennyZhang has quit IRC | 05:27 | |
*** sushils has quit IRC | 05:33 | |
stevemar | morganfainberg o/ | 05:33 |
*** urulama has quit IRC | 05:34 | |
*** aditirav_ has joined #openstack-dev | 05:34 | |
*** urulama has joined #openstack-dev | 05:34 | |
*** nkinder has quit IRC | 05:35 | |
*** neelashah has quit IRC | 05:35 | |
*** aditirav_ has quit IRC | 05:36 | |
*** aditirav_ has joined #openstack-dev | 05:36 | |
*** aditirav has quit IRC | 05:37 | |
*** aditirav_ is now known as aditirav | 05:37 | |
*** rongze has joined #openstack-dev | 05:37 | |
*** prekarat1 has joined #openstack-dev | 05:38 | |
*** ericw has quit IRC | 05:39 | |
*** prekarat has quit IRC | 05:41 | |
*** rongze has quit IRC | 05:42 | |
*** neoXsys has joined #openstack-dev | 05:42 | |
*** dripton has quit IRC | 05:44 | |
*** urulama_ has joined #openstack-dev | 05:44 | |
*** urulama has quit IRC | 05:44 | |
*** topol has quit IRC | 05:44 | |
*** kushal has joined #openstack-dev | 05:46 | |
*** marun has joined #openstack-dev | 05:50 | |
*** urulama_ has quit IRC | 05:54 | |
*** urulama has joined #openstack-dev | 05:54 | |
*** urulama has quit IRC | 05:55 | |
*** faramir1 has quit IRC | 05:55 | |
*** urulama has joined #openstack-dev | 05:55 | |
*** d34dh0r53 has quit IRC | 05:59 | |
*** lbragstad has joined #openstack-dev | 06:01 | |
*** dguitarbite has quit IRC | 06:03 | |
*** nati_ueno has quit IRC | 06:03 | |
*** CaptTofu has quit IRC | 06:10 | |
*** CaptTofu has joined #openstack-dev | 06:10 | |
retr0h | morganfainberg: ping | 06:12 |
retr0h | ayoung: ping -- got the 100% keystone cpu issue right now | 06:12 |
*** vipuls-away is now known as vipuls | 06:13 | |
morganfainberg | stevemar: o/ | 06:15 |
morganfainberg | retr0h, pong | 06:15 |
stevemar | retr0h, that's as designed | 06:15 |
stevemar | morganfainberg - sec, writing up an email - running into some issues with openstackclient and wanted to bounce something off of you - but i'm emailing dtroyer now with the issue, i can forward it so i don't have to re-write the problem here - hehe | 06:16 |
morganfainberg | stevemar, well i am about to go to sleep. | 06:17 |
morganfainberg | stevemar, finally almost on normal pacific time again | 06:17 |
stevemar | morganfainberg - in that case, good night! | 06:17 |
morganfainberg | catch ya later | 06:17 |
stevemar | hehe | 06:17 |
stevemar | i hear ya | 06:17 |
retr0h | stevemar: i highly doubt that :) | 06:19 |
*** aeperezt has quit IRC | 06:21 | |
*** nermina has quit IRC | 06:21 | |
*** buzztroll has joined #openstack-dev | 06:22 | |
*** aditirav_ has joined #openstack-dev | 06:23 | |
*** aeperezt has joined #openstack-dev | 06:23 | |
*** dvarga has joined #openstack-dev | 06:23 | |
*** xingchao has joined #openstack-dev | 06:25 | |
*** coolsvap has quit IRC | 06:26 | |
*** buzztroll has quit IRC | 06:27 | |
*** aditirav has quit IRC | 06:27 | |
*** aditirav_ is now known as aditirav | 06:27 | |
*** dvarga has quit IRC | 06:28 | |
*** neeti has joined #openstack-dev | 06:31 | |
*** rohitk has joined #openstack-dev | 06:31 | |
retr0h | ayoung: morganfainberg https://bugs.launchpad.net/keystone/+bug/1251123 | 06:31 |
retr0h | i'm taking off for the night ttl | 06:32 |
*** lbragstad has quit IRC | 06:33 | |
*** nati_ueno has joined #openstack-dev | 06:35 | |
*** sushils has joined #openstack-dev | 06:35 | |
*** e1mer has joined #openstack-dev | 06:36 | |
*** _anant has quit IRC | 06:37 | |
*** stevemar has quit IRC | 06:38 | |
*** rongze has joined #openstack-dev | 06:38 | |
*** rongze has quit IRC | 06:40 | |
*** rongze_ has joined #openstack-dev | 06:40 | |
*** e1mer has quit IRC | 06:42 | |
*** rushiagr has joined #openstack-dev | 06:42 | |
*** rongze has joined #openstack-dev | 06:42 | |
*** rongze_ has quit IRC | 06:45 | |
*** coolsvap has joined #openstack-dev | 06:45 | |
*** denis_makogon has joined #openstack-dev | 06:48 | |
*** ArcTanSusan has joined #openstack-dev | 06:49 | |
*** aditirav has quit IRC | 06:52 | |
*** aditirav has joined #openstack-dev | 06:52 | |
*** toddnni has quit IRC | 06:53 | |
*** rdas has joined #openstack-dev | 06:53 | |
*** ArcTanSusan has quit IRC | 06:55 | |
*** jamespage has joined #openstack-dev | 06:55 | |
*** mjbright_ has quit IRC | 06:56 | |
*** nshaikh has joined #openstack-dev | 06:57 | |
*** rohitk has quit IRC | 06:58 | |
*** aditirav_ has joined #openstack-dev | 06:59 | |
*** reidrac has joined #openstack-dev | 06:59 | |
*** faramir1 has joined #openstack-dev | 07:00 | |
*** e1mer has joined #openstack-dev | 07:00 | |
*** aeperezt has quit IRC | 07:02 | |
*** pmathews has quit IRC | 07:02 | |
*** aditirav has quit IRC | 07:02 | |
*** aditirav_ is now known as aditirav | 07:02 | |
*** aeperezt has joined #openstack-dev | 07:03 | |
*** cfriesen_ has quit IRC | 07:03 | |
*** rdas has quit IRC | 07:04 | |
*** e1mer has quit IRC | 07:04 | |
*** eglynn has joined #openstack-dev | 07:04 | |
*** rwsu is now known as rwsu-pto | 07:04 | |
*** rdas has joined #openstack-dev | 07:05 | |
*** e1mer has joined #openstack-dev | 07:06 | |
*** e1mer has quit IRC | 07:06 | |
*** reidrac has quit IRC | 07:07 | |
*** e1mer has joined #openstack-dev | 07:08 | |
*** e1mer has joined #openstack-dev | 07:08 | |
*** Chicago has quit IRC | 07:08 | |
*** jprovazn has joined #openstack-dev | 07:08 | |
*** dripton has joined #openstack-dev | 07:09 | |
*** mrunge has joined #openstack-dev | 07:11 | |
*** rohitk has joined #openstack-dev | 07:11 | |
*** yolanda has joined #openstack-dev | 07:11 | |
*** nebulta has joined #openstack-dev | 07:14 | |
*** rohitk has quit IRC | 07:17 | |
*** vartom1117 has joined #openstack-dev | 07:17 | |
*** xqueralt has joined #openstack-dev | 07:17 | |
*** buzztroll has joined #openstack-dev | 07:18 | |
*** rohitk has joined #openstack-dev | 07:19 | |
*** SergeyLukjanov has joined #openstack-dev | 07:21 | |
*** dvarga has joined #openstack-dev | 07:24 | |
*** DennyZhang has joined #openstack-dev | 07:24 | |
*** rushiagr2 has joined #openstack-dev | 07:25 | |
*** rushiagr has quit IRC | 07:27 | |
*** dvarga has quit IRC | 07:29 | |
*** DennyZhang has quit IRC | 07:29 | |
*** jroovers has quit IRC | 07:30 | |
*** e1mer has quit IRC | 07:30 | |
*** MaxV has joined #openstack-dev | 07:33 | |
*** hdd has joined #openstack-dev | 07:33 | |
*** rushiagr3 has joined #openstack-dev | 07:37 | |
*** rushiagr2 has quit IRC | 07:37 | |
*** _anant has joined #openstack-dev | 07:37 | |
*** buzztroll has quit IRC | 07:39 | |
*** romcheg has joined #openstack-dev | 07:41 | |
*** ericw has joined #openstack-dev | 07:42 | |
*** dstanek has quit IRC | 07:42 | |
*** sandywalsh has quit IRC | 07:47 | |
*** noslzzp has joined #openstack-dev | 07:48 | |
*** MaxV has quit IRC | 07:49 | |
*** buzztroll has joined #openstack-dev | 07:50 | |
*** cyeoh has quit IRC | 07:50 | |
*** ajia has joined #openstack-dev | 07:51 | |
*** cyeoh has joined #openstack-dev | 07:51 | |
*** nati_ueno has quit IRC | 07:52 | |
*** ifarkas has joined #openstack-dev | 07:52 | |
*** nsaje has joined #openstack-dev | 07:55 | |
*** rushiagr3 is now known as rushiagr | 07:56 | |
*** vuil has joined #openstack-dev | 07:58 | |
*** rohitk has quit IRC | 07:59 | |
*** READ10 has quit IRC | 07:59 | |
*** rohitk has joined #openstack-dev | 08:00 | |
*** eglynn has quit IRC | 08:00 | |
*** READ10 has joined #openstack-dev | 08:00 | |
*** matsuhashi has quit IRC | 08:01 | |
ekarlso | BobBall: around ? :) | 08:02 |
*** matsuhashi has joined #openstack-dev | 08:02 | |
*** reidrac has joined #openstack-dev | 08:02 | |
*** aeperezt has quit IRC | 08:03 | |
*** aeperezt has joined #openstack-dev | 08:07 | |
*** athomas has joined #openstack-dev | 08:07 | |
*** MaxV has joined #openstack-dev | 08:07 | |
*** flaper87|afk is now known as flaper87 | 08:08 | |
*** faramir1 has quit IRC | 08:11 | |
*** michchap has quit IRC | 08:12 | |
*** michchap has joined #openstack-dev | 08:12 | |
*** shardy_afk is now known as shardy | 08:14 | |
*** rohitk has quit IRC | 08:15 | |
*** gargya has joined #openstack-dev | 08:15 | |
*** sandywalsh has joined #openstack-dev | 08:19 | |
*** bauzas has joined #openstack-dev | 08:20 | |
*** faramir1 has joined #openstack-dev | 08:23 | |
*** Ryan_Lane has quit IRC | 08:23 | |
*** changbl has quit IRC | 08:24 | |
*** teran has quit IRC | 08:24 | |
*** dvarga has joined #openstack-dev | 08:25 | |
*** e0ne has joined #openstack-dev | 08:29 | |
*** dvarga has quit IRC | 08:32 | |
*** rushiagr has quit IRC | 08:35 | |
*** egallen has joined #openstack-dev | 08:37 | |
*** viktors has joined #openstack-dev | 08:37 | |
*** noslzzp has quit IRC | 08:39 | |
*** JordanP has joined #openstack-dev | 08:40 | |
*** eglynn has joined #openstack-dev | 08:40 | |
*** rossella_s has joined #openstack-dev | 08:41 | |
*** macjack has quit IRC | 08:42 | |
*** gargya has quit IRC | 08:42 | |
*** rongze has quit IRC | 08:42 | |
*** pschaef has joined #openstack-dev | 08:43 | |
*** vartom1117 has quit IRC | 08:44 | |
*** vartom1118 has joined #openstack-dev | 08:44 | |
*** Alssi has joined #openstack-dev | 08:44 | |
*** rongze has joined #openstack-dev | 08:47 | |
*** pfreund has joined #openstack-dev | 08:47 | |
*** jistr has joined #openstack-dev | 08:49 | |
*** iartarisi has joined #openstack-dev | 08:51 | |
*** pschaef has quit IRC | 08:54 | |
*** Ryan_Lane has joined #openstack-dev | 08:54 | |
*** denis_makogon has quit IRC | 08:56 | |
*** changbl has joined #openstack-dev | 08:57 | |
*** DinaBelova has joined #openstack-dev | 08:58 | |
*** jpich has joined #openstack-dev | 08:59 | |
*** jistr has quit IRC | 09:01 | |
*** aeperezt has quit IRC | 09:01 | |
*** rongze has quit IRC | 09:02 | |
*** boden has joined #openstack-dev | 09:03 | |
*** jcoufal has joined #openstack-dev | 09:03 | |
*** jistr has joined #openstack-dev | 09:04 | |
*** changbl has quit IRC | 09:05 | |
*** yassine has joined #openstack-dev | 09:05 | |
*** Ryan_Lane has quit IRC | 09:06 | |
*** buzztroll has quit IRC | 09:11 | |
*** teran has joined #openstack-dev | 09:13 | |
*** rgerganov has quit IRC | 09:14 | |
*** ygbo has joined #openstack-dev | 09:15 | |
*** changbl has joined #openstack-dev | 09:15 | |
*** bvandenh has joined #openstack-dev | 09:15 | |
*** lucasagomes has joined #openstack-dev | 09:15 | |
*** derekh has joined #openstack-dev | 09:18 | |
*** nsaje has quit IRC | 09:21 | |
*** achampion has quit IRC | 09:22 | |
*** alex_xu has quit IRC | 09:23 | |
*** matsuhashi has quit IRC | 09:25 | |
*** matsuhashi has joined #openstack-dev | 09:25 | |
*** safchain has joined #openstack-dev | 09:26 | |
*** nosnos has quit IRC | 09:26 | |
*** nosnos has joined #openstack-dev | 09:27 | |
*** nati_ueno has joined #openstack-dev | 09:27 | |
*** changbl has quit IRC | 09:28 | |
*** pixelb has joined #openstack-dev | 09:29 | |
*** rongze has joined #openstack-dev | 09:30 | |
*** matsuhashi has quit IRC | 09:30 | |
*** nosnos has quit IRC | 09:31 | |
*** rongze has quit IRC | 09:33 | |
*** rongze_ has joined #openstack-dev | 09:33 | |
*** corXi has joined #openstack-dev | 09:35 | |
*** macjack has joined #openstack-dev | 09:36 | |
*** rushiagr has joined #openstack-dev | 09:36 | |
*** ruhe has joined #openstack-dev | 09:37 | |
*** mmagr has joined #openstack-dev | 09:40 | |
*** ruhe has quit IRC | 09:40 | |
*** buzztroll has joined #openstack-dev | 09:42 | |
*** nati_ueno has quit IRC | 09:42 | |
*** ljjjustin has quit IRC | 09:44 | |
*** nsaje_ has joined #openstack-dev | 09:45 | |
*** nsaje_ has quit IRC | 09:45 | |
*** buzztroll has quit IRC | 09:47 | |
*** rohitk has joined #openstack-dev | 09:48 | |
*** aditirav has quit IRC | 09:49 | |
*** aditirav has joined #openstack-dev | 09:49 | |
*** boris-42 has joined #openstack-dev | 09:51 | |
*** prekarat1 has left #openstack-dev | 09:51 | |
*** johnthetubaguy has joined #openstack-dev | 09:53 | |
*** johnthetubaguy1 has joined #openstack-dev | 09:55 | |
*** che-arne has quit IRC | 09:57 | |
*** johnthetubaguy has quit IRC | 09:57 | |
*** rushiagr2 has joined #openstack-dev | 10:02 | |
*** Ryan_Lane has joined #openstack-dev | 10:02 | |
*** rushiagr has quit IRC | 10:03 | |
*** Cotes has joined #openstack-dev | 10:04 | |
*** ruhe has joined #openstack-dev | 10:07 | |
*** Ryan_Lane has quit IRC | 10:07 | |
* max_lobur is away: Leaving | 10:10 | |
*** che-arne has joined #openstack-dev | 10:12 | |
*** markvoelker has quit IRC | 10:12 | |
*** rohitk has quit IRC | 10:16 | |
*** achampion has joined #openstack-dev | 10:17 | |
*** omachace has joined #openstack-dev | 10:17 | |
*** rongze_ has quit IRC | 10:18 | |
*** rongze has joined #openstack-dev | 10:19 | |
*** nsaje has joined #openstack-dev | 10:19 | |
*** jistr has quit IRC | 10:20 | |
*** afazekas has quit IRC | 10:24 | |
*** rongze has quit IRC | 10:25 | |
*** danpb has joined #openstack-dev | 10:25 | |
*** markvoelker has joined #openstack-dev | 10:25 | |
*** achampion has quit IRC | 10:28 | |
*** xga_ has joined #openstack-dev | 10:28 | |
*** xga has quit IRC | 10:28 | |
*** vartom1118 has quit IRC | 10:28 | |
ekarlso | how do I get around warning: LocalManifestMaker: standard file '-c' not found ? | 10:28 |
*** e0ne has quit IRC | 10:29 | |
*** exed has joined #openstack-dev | 10:30 | |
*** nsaje has quit IRC | 10:35 | |
*** e0ne has joined #openstack-dev | 10:35 | |
*** nsaje_ has joined #openstack-dev | 10:36 | |
*** rongze has joined #openstack-dev | 10:36 | |
*** rohitk has joined #openstack-dev | 10:36 | |
*** vills has joined #openstack-dev | 10:37 | |
*** mkerrin has quit IRC | 10:37 | |
*** che-arne has quit IRC | 10:37 | |
*** ruhe has quit IRC | 10:37 | |
*** vills has quit IRC | 10:37 | |
*** faramir1 has quit IRC | 10:38 | |
*** jtomasek has joined #openstack-dev | 10:41 | |
*** buzztroll has joined #openstack-dev | 10:43 | |
*** omachace has left #openstack-dev | 10:43 | |
*** ruhe has joined #openstack-dev | 10:44 | |
*** buzztroll has quit IRC | 10:47 | |
*** kdas__ has joined #openstack-dev | 10:48 | |
*** rohitk has quit IRC | 10:49 | |
*** che-arne has joined #openstack-dev | 10:49 | |
*** kushal has quit IRC | 10:49 | |
*** kdas__ is now known as kushal | 10:49 | |
*** kushal has quit IRC | 10:49 | |
*** kushal has joined #openstack-dev | 10:49 | |
*** rongze has quit IRC | 10:50 | |
*** rohitk has joined #openstack-dev | 10:50 | |
*** rongze has joined #openstack-dev | 10:50 | |
*** xga_ has quit IRC | 10:52 | |
*** paragan has quit IRC | 10:52 | |
*** rongze has quit IRC | 10:52 | |
*** xga has joined #openstack-dev | 10:52 | |
*** jhesketh has quit IRC | 10:52 | |
*** rongze has joined #openstack-dev | 10:53 | |
*** crank has quit IRC | 10:53 | |
*** aditirav_ has joined #openstack-dev | 10:53 | |
*** xingchao has quit IRC | 10:54 | |
*** rongze has quit IRC | 10:54 | |
*** jhesketh has joined #openstack-dev | 10:54 | |
*** haomaiwang has quit IRC | 10:54 | |
*** crank has joined #openstack-dev | 10:54 | |
*** rongze has joined #openstack-dev | 10:54 | |
*** haomaiwang has joined #openstack-dev | 10:55 | |
*** ruhe has quit IRC | 10:55 | |
*** ruhe has joined #openstack-dev | 10:57 | |
*** aditirav has quit IRC | 10:57 | |
*** aditirav_ is now known as aditirav | 10:57 | |
*** ccorrigan has joined #openstack-dev | 10:58 | |
*** akrivoka has joined #openstack-dev | 10:58 | |
*** mriedem has joined #openstack-dev | 10:59 | |
*** vuil has quit IRC | 10:59 | |
*** haomaiwang has quit IRC | 10:59 | |
*** rongze has quit IRC | 10:59 | |
*** marun has quit IRC | 10:59 | |
*** ruhe has quit IRC | 11:00 | |
*** aditirav_ has joined #openstack-dev | 11:00 | |
*** aditirav has quit IRC | 11:01 | |
*** aditirav_ is now known as aditirav | 11:01 | |
*** ruhe has joined #openstack-dev | 11:03 | |
*** Ryan_Lane has joined #openstack-dev | 11:03 | |
*** miziel_r has joined #openstack-dev | 11:05 | |
*** rushiagr2 has quit IRC | 11:05 | |
*** marun has joined #openstack-dev | 11:06 | |
*** Ryan_Lane has quit IRC | 11:08 | |
*** mrunge has quit IRC | 11:09 | |
*** e1mer has joined #openstack-dev | 11:10 | |
marekd | Hi all. Quick question. How can I set the HTTP code in my response? I need to overwrite default PUT response code. Should be probably done somewhere around V3Controller but couldn't find anything. | 11:10 |
*** rushiagr2 has joined #openstack-dev | 11:11 | |
*** DinaBelova has quit IRC | 11:12 | |
*** pcm_ has joined #openstack-dev | 11:13 | |
*** e1mer has quit IRC | 11:13 | |
*** pcm_ has quit IRC | 11:14 | |
*** pcm_ has joined #openstack-dev | 11:14 | |
*** afazekas has joined #openstack-dev | 11:16 | |
*** tonix has joined #openstack-dev | 11:20 | |
*** rohitk has quit IRC | 11:21 | |
*** vills has joined #openstack-dev | 11:23 | |
*** achampion has joined #openstack-dev | 11:23 | |
*** ajia has quit IRC | 11:24 | |
*** achampion has quit IRC | 11:28 | |
*** boris-42 has quit IRC | 11:28 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 11:31 | |
*** ruhe has quit IRC | 11:32 | |
*** _SergeyLukjanov has quit IRC | 11:32 | |
*** nsaje_ has quit IRC | 11:33 | |
*** kushal has quit IRC | 11:33 | |
*** _anant has quit IRC | 11:34 | |
*** rohitk has joined #openstack-dev | 11:34 | |
*** mriedem has quit IRC | 11:34 | |
*** ruhe has joined #openstack-dev | 11:37 | |
*** che-arne has quit IRC | 11:38 | |
*** vartom1118 has joined #openstack-dev | 11:39 | |
*** exed has quit IRC | 11:40 | |
*** vartom1119 has joined #openstack-dev | 11:40 | |
*** jruzicka has joined #openstack-dev | 11:40 | |
*** Nikolay_St has quit IRC | 11:41 | |
*** che-arne has joined #openstack-dev | 11:41 | |
*** mmagr has quit IRC | 11:41 | |
*** mriedem has joined #openstack-dev | 11:43 | |
*** boris-42 has joined #openstack-dev | 11:43 | |
*** buzztroll has joined #openstack-dev | 11:43 | |
*** vartom1118 has quit IRC | 11:44 | |
*** claxton has joined #openstack-dev | 11:45 | |
*** buzztroll has quit IRC | 11:48 | |
*** ruhe has quit IRC | 11:49 | |
*** DinaBelova has joined #openstack-dev | 11:50 | |
*** SergeyLukjanov has joined #openstack-dev | 11:52 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 11:53 | |
*** _SergeyLukjanov has quit IRC | 11:53 | |
*** haomaiwang has joined #openstack-dev | 11:54 | |
*** iartarisi has quit IRC | 11:55 | |
*** vkmc has joined #openstack-dev | 11:56 | |
*** mmagr has joined #openstack-dev | 11:56 | |
*** iartarisi has joined #openstack-dev | 11:56 | |
*** markmc has joined #openstack-dev | 11:56 | |
*** jtomasek has quit IRC | 11:57 | |
*** coolsvap has quit IRC | 11:58 | |
*** rongze has joined #openstack-dev | 11:59 | |
*** che-arne has quit IRC | 12:00 | |
*** mkollaro has joined #openstack-dev | 12:00 | |
*** ericw has quit IRC | 12:02 | |
*** rushiagr2 has quit IRC | 12:02 | |
*** Ryan_Lane has joined #openstack-dev | 12:04 | |
*** rohitk has quit IRC | 12:04 | |
*** jorisroovers has joined #openstack-dev | 12:06 | |
*** jistr has joined #openstack-dev | 12:07 | |
*** Ryan_Lane has quit IRC | 12:08 | |
*** gimps has quit IRC | 12:09 | |
*** e0ne has quit IRC | 12:11 | |
*** e0ne has joined #openstack-dev | 12:12 | |
*** jtomasek has joined #openstack-dev | 12:12 | |
*** SergeyLukjanov has joined #openstack-dev | 12:14 | |
*** CaptTofu has quit IRC | 12:15 | |
*** SergeyLukjanov has quit IRC | 12:15 | |
*** ericw has joined #openstack-dev | 12:16 | |
*** yaguang has quit IRC | 12:16 | |
*** e0ne has quit IRC | 12:16 | |
*** guohliu has quit IRC | 12:16 | |
*** ruhe has joined #openstack-dev | 12:16 | |
*** SergeyLukjanov has joined #openstack-dev | 12:16 | |
*** claxton has quit IRC | 12:17 | |
*** e0ne has joined #openstack-dev | 12:18 | |
*** rongze has quit IRC | 12:18 | |
*** claxton has joined #openstack-dev | 12:18 | |
*** rongze has joined #openstack-dev | 12:19 | |
*** claxton has quit IRC | 12:19 | |
mriedem | so...are we ok with using mox again in tests for icehouse+? there was concern about python 3 compat but that seems to be squelched with mox3 | 12:20 |
*** ruhe has quit IRC | 12:21 | |
*** michchap has quit IRC | 12:23 | |
*** michchap has joined #openstack-dev | 12:24 | |
*** aditirav has quit IRC | 12:24 | |
*** yeylon_ has joined #openstack-dev | 12:24 | |
*** che-arne has joined #openstack-dev | 12:25 | |
*** CaptTofu has joined #openstack-dev | 12:27 | |
*** michchap has quit IRC | 12:29 | |
*** michchap has joined #openstack-dev | 12:29 | |
*** FunnyLookinHat has joined #openstack-dev | 12:29 | |
*** xingchao_ has joined #openstack-dev | 12:35 | |
*** ruhe has joined #openstack-dev | 12:36 | |
*** thelorax123 has quit IRC | 12:37 | |
*** thelorax123 has joined #openstack-dev | 12:38 | |
*** miziel_r has quit IRC | 12:38 | |
*** exed has joined #openstack-dev | 12:41 | |
*** prekarat has joined #openstack-dev | 12:42 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 12:42 | |
*** exed has quit IRC | 12:43 | |
*** _SergeyLukjanov has quit IRC | 12:43 | |
*** egallen has quit IRC | 12:43 | |
*** buzztroll has joined #openstack-dev | 12:44 | |
*** tmclaugh[work] has joined #openstack-dev | 12:45 | |
*** dsirrine has quit IRC | 12:45 | |
*** sdake has quit IRC | 12:48 | |
*** sdake has joined #openstack-dev | 12:48 | |
*** sdake has quit IRC | 12:48 | |
*** sdake has joined #openstack-dev | 12:48 | |
*** boris-42 has quit IRC | 12:48 | |
*** alexpilotti has quit IRC | 12:49 | |
*** buzztroll has quit IRC | 12:49 | |
*** sandywalsh has quit IRC | 12:53 | |
*** ruhe has quit IRC | 12:54 | |
*** exed has joined #openstack-dev | 12:54 | |
*** DinaBelova has quit IRC | 12:55 | |
*** SergeyLukjanov has joined #openstack-dev | 12:55 | |
*** jruzicka has quit IRC | 12:59 | |
*** ruhe has joined #openstack-dev | 13:00 | |
*** kpavel has joined #openstack-dev | 13:00 | |
*** sgordon has joined #openstack-dev | 13:00 | |
*** sgordon has joined #openstack-dev | 13:00 | |
*** mkerrin has joined #openstack-dev | 13:01 | |
*** egallen has joined #openstack-dev | 13:02 | |
*** xingchao_ has quit IRC | 13:03 | |
*** xingchao_ has joined #openstack-dev | 13:03 | |
*** sandywalsh has joined #openstack-dev | 13:05 | |
*** xingchao_ has quit IRC | 13:08 | |
*** exed has quit IRC | 13:08 | |
*** xingchao_ has joined #openstack-dev | 13:11 | |
*** nouser has joined #openstack-dev | 13:12 | |
*** dstanek has joined #openstack-dev | 13:12 | |
*** neeti has quit IRC | 13:13 | |
*** ccorrigan has quit IRC | 13:17 | |
*** dims has joined #openstack-dev | 13:18 | |
*** macjack_ has joined #openstack-dev | 13:20 | |
*** macjack_ has quit IRC | 13:21 | |
*** xingchao_ has quit IRC | 13:21 | |
*** xingchao_ has joined #openstack-dev | 13:22 | |
*** macjack_ has joined #openstack-dev | 13:23 | |
*** macjack has quit IRC | 13:24 | |
*** pabelanger has quit IRC | 13:24 | |
*** bpokorny has quit IRC | 13:25 | |
*** exed has joined #openstack-dev | 13:26 | |
*** xingchao_ has quit IRC | 13:26 | |
*** kevinconway has joined #openstack-dev | 13:27 | |
*** kevinconway has quit IRC | 13:28 | |
*** kpavel has quit IRC | 13:29 | |
*** mkollaro has quit IRC | 13:30 | |
*** vladikr has joined #openstack-dev | 13:31 | |
*** CaptTofu has quit IRC | 13:31 | |
*** xingchao_ has joined #openstack-dev | 13:32 | |
*** CaptTofu has joined #openstack-dev | 13:32 | |
*** ruhe has quit IRC | 13:36 | |
* max_lobur is back (gone 03:25:38) | 13:36 | |
*** thomasem has joined #openstack-dev | 13:36 | |
*** CaptTofu has quit IRC | 13:36 | |
*** kevinconway has joined #openstack-dev | 13:37 | |
*** kevinconway has quit IRC | 13:40 | |
*** Ryan_Lane has joined #openstack-dev | 13:42 | |
*** Akrog has joined #openstack-dev | 13:44 | |
*** bpokorny has joined #openstack-dev | 13:44 | |
*** buzztroll has joined #openstack-dev | 13:45 | |
*** kbringard has joined #openstack-dev | 13:45 | |
*** kevinconway has joined #openstack-dev | 13:47 | |
*** alop has joined #openstack-dev | 13:47 | |
*** RajM has joined #openstack-dev | 13:49 | |
*** quade has joined #openstack-dev | 13:49 | |
*** buzztroll has quit IRC | 13:50 | |
*** CaptTofu has joined #openstack-dev | 13:50 | |
*** RajM has joined #openstack-dev | 13:51 | |
*** gimps has joined #openstack-dev | 13:52 | |
*** HenryG has joined #openstack-dev | 13:52 | |
*** Ryan_Lane has quit IRC | 13:52 | |
*** jimjiang has quit IRC | 13:53 | |
*** jimjiang has joined #openstack-dev | 13:53 | |
*** boris-42 has joined #openstack-dev | 13:54 | |
*** glenng has joined #openstack-dev | 13:54 | |
*** changbl has joined #openstack-dev | 13:55 | |
*** dsirrine has joined #openstack-dev | 13:56 | |
*** ruhe has joined #openstack-dev | 13:57 | |
*** morazi has joined #openstack-dev | 13:58 | |
*** mmagr has quit IRC | 13:59 | |
*** rkukura has joined #openstack-dev | 13:59 | |
*** bswartz1 is now known as bswartz | 13:59 | |
*** ruhe has quit IRC | 13:59 | |
*** dprince has joined #openstack-dev | 13:59 | |
*** kushal has joined #openstack-dev | 13:59 | |
*** jimjiang has quit IRC | 14:01 | |
*** jimjiang has joined #openstack-dev | 14:01 | |
*** vartom11110 has joined #openstack-dev | 14:02 | |
*** neelashah has joined #openstack-dev | 14:03 | |
*** xga_ has joined #openstack-dev | 14:03 | |
*** xga has quit IRC | 14:05 | |
*** vartom1119 has quit IRC | 14:05 | |
*** herndon has joined #openstack-dev | 14:05 | |
*** ftcjeff has joined #openstack-dev | 14:06 | |
*** stevemar has joined #openstack-dev | 14:08 | |
*** e0ne has quit IRC | 14:09 | |
*** alexpilotti has joined #openstack-dev | 14:10 | |
*** gmoro has quit IRC | 14:11 | |
*** mmagr has joined #openstack-dev | 14:12 | |
*** jecarey has quit IRC | 14:12 | |
*** vills has quit IRC | 14:13 | |
*** russellb is now known as rustlebee | 14:13 | |
*** anteaya is now known as anttteaya | 14:14 | |
*** vladikr has quit IRC | 14:14 | |
*** vartom11110 has quit IRC | 14:14 | |
*** AnilV4 has quit IRC | 14:15 | |
*** vills has joined #openstack-dev | 14:15 | |
*** aditirav has joined #openstack-dev | 14:15 | |
stevemar | dtroyer: your OOO reply is still on :) | 14:16 |
*** troytoman-away is now known as troytoman | 14:16 | |
*** bnemec_ is now known as beekneemech | 14:18 | |
*** mrunge has joined #openstack-dev | 14:19 | |
*** quade has quit IRC | 14:20 | |
*** lucasagomes is now known as lucas-hungry | 14:20 | |
*** CaptTofu has quit IRC | 14:20 | |
*** CaptTofu has joined #openstack-dev | 14:21 | |
*** AnilV4 has joined #openstack-dev | 14:21 | |
*** e0ne has joined #openstack-dev | 14:22 | |
*** boris-42 has quit IRC | 14:23 | |
*** pablosan has joined #openstack-dev | 14:23 | |
*** gmoro has joined #openstack-dev | 14:23 | |
*** jayg|g0n3 is now known as jayg | 14:24 | |
*** glenng1 has joined #openstack-dev | 14:24 | |
*** glenng1 has quit IRC | 14:24 | |
*** pmathews has joined #openstack-dev | 14:25 | |
*** mfer has joined #openstack-dev | 14:26 | |
*** glenng has quit IRC | 14:26 | |
*** vladikr has joined #openstack-dev | 14:26 | |
*** Cotes has left #openstack-dev | 14:27 | |
*** claytonc has quit IRC | 14:27 | |
*** boris-42 has joined #openstack-dev | 14:28 | |
*** dolphm has joined #openstack-dev | 14:28 | |
*** CaptTofu has quit IRC | 14:28 | |
*** CaptTofu has joined #openstack-dev | 14:28 | |
*** jistr has quit IRC | 14:29 | |
*** jasondotstar has joined #openstack-dev | 14:30 | |
*** nermina has joined #openstack-dev | 14:31 | |
*** boris-42 has quit IRC | 14:32 | |
*** jistr has joined #openstack-dev | 14:32 | |
*** xqueralt has quit IRC | 14:33 | |
*** carl_baldwin has joined #openstack-dev | 14:33 | |
*** mrunge has quit IRC | 14:34 | |
*** jtomasek has quit IRC | 14:34 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 14:34 | |
*** morazi has quit IRC | 14:34 | |
*** _SergeyLukjanov has quit IRC | 14:35 | |
*** pmathews has quit IRC | 14:37 | |
*** cfriesen_ has joined #openstack-dev | 14:38 | |
*** richardboswell has joined #openstack-dev | 14:39 | |
*** herndon has quit IRC | 14:39 | |
*** joesavak has joined #openstack-dev | 14:39 | |
*** burt has joined #openstack-dev | 14:39 | |
*** vijendar has joined #openstack-dev | 14:40 | |
*** sthaha has quit IRC | 14:40 | |
*** willingc has joined #openstack-dev | 14:40 | |
*** bswartz has quit IRC | 14:40 | |
*** lbragstad has joined #openstack-dev | 14:40 | |
*** willingc has quit IRC | 14:41 | |
*** steven-weston has joined #openstack-dev | 14:41 | |
*** stefan___ has joined #openstack-dev | 14:41 | |
*** bswrchrd has quit IRC | 14:43 | |
*** xingchao_ has quit IRC | 14:44 | |
*** xingchao_ has joined #openstack-dev | 14:44 | |
*** garyk has joined #openstack-dev | 14:45 | |
*** buzztroll has joined #openstack-dev | 14:46 | |
*** morazi has joined #openstack-dev | 14:47 | |
*** xqueralt has joined #openstack-dev | 14:48 | |
*** dbalog has joined #openstack-dev | 14:49 | |
*** jtomasek has joined #openstack-dev | 14:49 | |
*** FunnyLookinHat has quit IRC | 14:49 | |
*** xingchao_ has quit IRC | 14:49 | |
*** rongze has quit IRC | 14:49 | |
*** buzztroll has quit IRC | 14:50 | |
*** boris-42 has joined #openstack-dev | 14:51 | |
*** nati_ueno has joined #openstack-dev | 14:54 | |
*** nshaikh has left #openstack-dev | 14:55 | |
jpich | How would people usually test live-migration with devstack? Is it possible to do so in an all-in-one install, with a trick similar to "allow resize to same host" like for the other migrate? | 14:56 |
*** [1]Akrog has joined #openstack-dev | 14:56 | |
*** Daisy_ has joined #openstack-dev | 14:57 | |
*** bswrchrd has joined #openstack-dev | 14:57 | |
*** xga has joined #openstack-dev | 14:57 | |
*** lucas-hungry is now known as lucasagomes | 14:57 | |
*** jecarey has joined #openstack-dev | 14:58 | |
*** topol has joined #openstack-dev | 14:58 | |
*** glenng has joined #openstack-dev | 14:59 | |
*** richardboswell has quit IRC | 14:59 | |
*** alunduil has quit IRC | 14:59 | |
*** Daisy has quit IRC | 14:59 | |
*** boris-42 has quit IRC | 14:59 | |
*** Akrog has quit IRC | 15:00 | |
*** [1]Akrog is now known as Akrog | 15:00 | |
*** xga_ has quit IRC | 15:00 | |
*** mrunge has joined #openstack-dev | 15:03 | |
*** xga has quit IRC | 15:03 | |
*** achampion has joined #openstack-dev | 15:05 | |
*** mrunge has quit IRC | 15:05 | |
*** rongze has joined #openstack-dev | 15:05 | |
*** exed has quit IRC | 15:05 | |
*** beagles has joined #openstack-dev | 15:05 | |
*** thelorax123 has quit IRC | 15:08 | |
*** mmagr has quit IRC | 15:09 | |
*** bswartz has joined #openstack-dev | 15:09 | |
*** thelorax123 has joined #openstack-dev | 15:09 | |
*** nplanel has quit IRC | 15:10 | |
*** gszasz has joined #openstack-dev | 15:11 | |
*** jaypipes has joined #openstack-dev | 15:11 | |
*** nplanel has joined #openstack-dev | 15:13 | |
*** stefan___ is now known as stefan_apostoaie | 15:14 | |
*** tris has quit IRC | 15:15 | |
*** tris has joined #openstack-dev | 15:16 | |
*** garyk has quit IRC | 15:17 | |
*** viktors has left #openstack-dev | 15:17 | |
*** armax has joined #openstack-dev | 15:17 | |
*** claytonc has joined #openstack-dev | 15:19 | |
*** DuncanT- has quit IRC | 15:20 | |
*** kushal has quit IRC | 15:20 | |
*** DuncanT- has joined #openstack-dev | 15:20 | |
*** FunnyLookinHat has joined #openstack-dev | 15:20 | |
*** nkinder has joined #openstack-dev | 15:21 | |
*** nati_ueno has quit IRC | 15:21 | |
*** Underbyte has joined #openstack-dev | 15:22 | |
*** exed has joined #openstack-dev | 15:23 | |
*** quade has joined #openstack-dev | 15:25 | |
*** ruhe has joined #openstack-dev | 15:25 | |
*** rnirmal has joined #openstack-dev | 15:25 | |
*** nati_ueno has joined #openstack-dev | 15:26 | |
*** nati_ueno has quit IRC | 15:28 | |
*** rnirmal has quit IRC | 15:28 | |
*** rnirmal has joined #openstack-dev | 15:29 | |
*** romcheg has quit IRC | 15:30 | |
*** datsun180b has joined #openstack-dev | 15:30 | |
*** stannie has joined #openstack-dev | 15:32 | |
*** steven-weston_ has joined #openstack-dev | 15:33 | |
*** devoid has joined #openstack-dev | 15:34 | |
*** devoid has quit IRC | 15:35 | |
*** gordc has joined #openstack-dev | 15:35 | |
*** carl_baldwin has quit IRC | 15:35 | |
*** jgrimm has joined #openstack-dev | 15:35 | |
*** ruhe has quit IRC | 15:35 | |
iccha | joesavak: around ? | 15:36 |
*** jhesketh has quit IRC | 15:36 | |
iccha | any one from keystone around? the openstack-meeting-alt room has glance folks needing a keystone guru | 15:36 |
*** steven-weston has quit IRC | 15:37 | |
*** steven-weston_ is now known as steven-weston | 15:37 | |
*** alunduil has joined #openstack-dev | 15:37 | |
*** shinylasers has joined #openstack-dev | 15:38 | |
*** shinylasers has quit IRC | 15:39 | |
*** aditirav has quit IRC | 15:39 | |
*** boris-42 has joined #openstack-dev | 15:39 | |
*** shinylasers has joined #openstack-dev | 15:39 | |
*** rcleere has joined #openstack-dev | 15:40 | |
*** jobewan has joined #openstack-dev | 15:41 | |
*** e0ne has quit IRC | 15:43 | |
ayoung | annegentle, got a couple more articles for you: http://adam.younglogic.com/2013/11/policy-enforcement-in-openstack/ and http://adam.younglogic.com/2013/11/more-keystone-v3-api-examples/ | 15:43 |
*** e0ne has joined #openstack-dev | 15:44 | |
ayoung | topol you might like these too, http://adam.younglogic.com/2013/11/policy-enforcement-in-openstack/ and http://adam.younglogic.com/2013/11/more-keystone-v3-api-examples/ | 15:44 |
*** macjack__ has joined #openstack-dev | 15:45 | |
*** gatuus has joined #openstack-dev | 15:46 | |
*** macjack_ has quit IRC | 15:47 | |
*** galstrom_zzz is now known as galstrom | 15:48 | |
*** pmathews has joined #openstack-dev | 15:48 | |
luisg | bknudson, in keystone out of devstack, do u know why the ContextFormatter is not used? | 15:48 |
bknudson | luisg: I've never looked into it. | 15:49 |
*** pablosan has quit IRC | 15:49 | |
luisg | ok, do u know who might know by any chance? | 15:49 |
*** dansmith is now known as damnsmith | 15:49 | |
luisbg | luisg, are you me? | 15:50 |
*** tanisdl has joined #openstack-dev | 15:50 | |
*** tanisdl has quit IRC | 15:50 | |
*** rustlebee is now known as drumkilla | 15:50 | |
luisg | lol | 15:50 |
luisg | im me | 15:50 |
luisbg | luisg, who is me? | 15:50 |
*** drumkilla is now known as rustlebee | 15:50 | |
luisg | not you | 15:51 |
*** beagles is now known as b3nt_pin | 15:51 | |
luisbg | I'm not me, clear | 15:51 |
luisg | :) | 15:51 |
luisbg | luisg, what is your name? this probably will confuse people | 15:51 |
bknudson | luisg: I don't know where the devstack keystone config comes from... I know that it's a bit out of date and I have some todos to look at it. | 15:51 |
*** rustlebee is now known as drumkilla | 15:51 | |
*** tanisdl has joined #openstack-dev | 15:51 | |
bknudson | luisg: could check when the last update was. | 15:52 |
luisg | luisbg, this is me https://launchpad.net/~luisg-8 | 15:52 |
luisg | bknudson, sure.. | 15:52 |
luisbg | luisbg, that is me: http://www.debethencourt.com/ | 15:53 |
luisbg | luisg, I'm glad we cleared that out | 15:53 |
*** luisbg is now known as ___tim | 15:54 | |
*** pablosan has joined #openstack-dev | 15:54 | |
*** che-arne has quit IRC | 15:55 | |
*** ___tim is now known as luisbg | 15:55 | |
*** xga has joined #openstack-dev | 15:56 | |
*** lucasagomes is now known as lucas-afk | 15:56 | |
*** jorisroovers has quit IRC | 15:57 | |
*** iartarisi has quit IRC | 15:58 | |
*** ArcTanSusan has joined #openstack-dev | 15:59 | |
*** buzztroll has joined #openstack-dev | 16:00 | |
*** jtomasek has quit IRC | 16:00 | |
*** giroro_ has quit IRC | 16:01 | |
*** terriyu has joined #openstack-dev | 16:01 | |
luisg | bknudson, the logging config was moved into its current place in lib/keystone around 2012-08-31 it was previously in stack.sh not sure since when | 16:02 |
bknudson | luisg: I would guess it just hasn't been touched since it's been working. | 16:02 |
luisg | yeah i think so too, k was just wondering if there was some specific reason for not using it | 16:03 |
*** carl_baldwin has joined #openstack-dev | 16:03 | |
*** ruhe has joined #openstack-dev | 16:03 | |
*** Ruetobas has joined #openstack-dev | 16:03 | |
luisg | i may look into trying to set that up like the other projects have it in the future | 16:03 |
bknudson | My only complaint is this one: https://bugs.launchpad.net/keystone/+bug/1230360 | 16:03 |
luisg | we'll need it for the i18n work | 16:03 |
bknudson | but nobody else seems to be able to recreate it | 16:03 |
*** claytonc has quit IRC | 16:04 | |
*** quade has quit IRC | 16:04 | |
*** rdas has quit IRC | 16:05 | |
luisg | trying... | 16:05 |
*** xga has quit IRC | 16:05 | |
*** jcoufal has quit IRC | 16:06 | |
*** reidrac has quit IRC | 16:07 | |
*** ifarkas has quit IRC | 16:07 | |
*** pablosan has quit IRC | 16:08 | |
*** Ruetobas has quit IRC | 16:08 | |
luisg | bknudson, i can repro it | 16:08 |
luisg | i see the samet hing | 16:08 |
luisg | when u pass in a logg-file the output does go to the log file, but to stdout too | 16:08 |
bknudson | luisg: ok, so I'm not crazy. | 16:08 |
luisg | ha..no, ior maybe we both are | 16:08 |
*** shinylasers has quit IRC | 16:09 | |
*** eharney has joined #openstack-dev | 16:10 | |
*** ericw_ has joined #openstack-dev | 16:10 | |
*** ericw has quit IRC | 16:10 | |
*** ericw_ is now known as ericw | 16:11 | |
*** vills has quit IRC | 16:11 | |
*** Ruetobas has joined #openstack-dev | 16:13 | |
*** jruzicka has joined #openstack-dev | 16:15 | |
*** danwent has joined #openstack-dev | 16:15 | |
*** Mandell has quit IRC | 16:15 | |
*** yassine has quit IRC | 16:16 | |
*** zackf has joined #openstack-dev | 16:16 | |
*** che-arne has joined #openstack-dev | 16:17 | |
*** claytonc has joined #openstack-dev | 16:18 | |
mriedem | dripton: nice work on getting sqlalchemy-migrate-0.8.1 released | 16:18 |
dripton | thanks | 16:18 |
*** shinylasers has joined #openstack-dev | 16:18 | |
*** devoid has joined #openstack-dev | 16:19 | |
*** devoid has left #openstack-dev | 16:19 | |
*** jgrimm has quit IRC | 16:19 | |
*** alop has quit IRC | 16:20 | |
*** sdake has quit IRC | 16:21 | |
*** sdake has joined #openstack-dev | 16:22 | |
*** sdake has quit IRC | 16:22 | |
*** sdake has joined #openstack-dev | 16:22 | |
*** kumaranvram has joined #openstack-dev | 16:22 | |
*** kumaranvram has quit IRC | 16:22 | |
*** AnilV4 has quit IRC | 16:22 | |
*** zaitcev has joined #openstack-dev | 16:23 | |
dolphm | dripton: mriedem: ++ | 16:24 |
*** romcheg has joined #openstack-dev | 16:27 | |
*** kumaranvram has joined #openstack-dev | 16:30 | |
*** achampion has quit IRC | 16:30 | |
*** kumaranvram has quit IRC | 16:31 | |
*** ctlaugh_ has quit IRC | 16:31 | |
*** ctlaugh has joined #openstack-dev | 16:31 | |
*** ruhe has quit IRC | 16:31 | |
*** markmcclain has joined #openstack-dev | 16:31 | |
*** stevemar has quit IRC | 16:32 | |
*** alaski is now known as lascii | 16:32 | |
*** stevemar has joined #openstack-dev | 16:32 | |
*** jgrimm has joined #openstack-dev | 16:33 | |
*** yeylon_ has quit IRC | 16:34 | |
*** akrivoka has quit IRC | 16:36 | |
*** ruhe has joined #openstack-dev | 16:36 | |
*** akrivoka has joined #openstack-dev | 16:38 | |
dolphm | markwash: regarding shadow glance users -- i don't see that as a reliable option at all (we can't count on being able to create users, period) | 16:38 |
*** coolsvap has joined #openstack-dev | 16:38 | |
markwash | dolphm: I think I gc'd that context. . what are we talking about? | 16:38 |
dolphm | markwash: last section in https://region-a.geo-1.objects.hpcloudsvc.com/v1/61624292678963/public_referenced/consistent-multi-tenant-swift-backend.pdf | 16:39 |
dolphm | markwash: a seperate swift install is sort of a genius idea | 16:40 |
*** athomas has quit IRC | 16:40 | |
markwash | dolphm: ah okay | 16:40 |
*** zbitter has joined #openstack-dev | 16:40 | |
markwash | dolphm: yeah it seems like it would work, but I don't imagine its that easy for folks to do | 16:40 |
markwash | dolphm: do domains have anything to do with resources? or just users/identity | 16:41 |
dolphm | markwash: probably not, but you could argue that images should have unique storage requirements | 16:41 |
dolphm | not just authz requirements | 16:41 |
dolphm | markwash: domains are also collections of tenants | 16:41 |
*** willingc has joined #openstack-dev | 16:41 | |
dolphm | markwash: slash, projects | 16:42 |
markwash | a random way to view this would be, if you could construct a domain that essentially had all the identity of another domain, but was a blank slate in terms of projects and associated resources | 16:42 |
markwash | but I see a lot of peril in complicating the domain idea | 16:42 |
*** pmathews has quit IRC | 16:43 | |
*** zaneb has quit IRC | 16:43 | |
dolphm | markwash: that goes back to the "keystone can't guarantee write permissions on identity" | 16:44 |
*** pablosan has joined #openstack-dev | 16:44 | |
*** comay has joined #openstack-dev | 16:45 | |
markwash | yeah | 16:45 |
markwash | dolphm: one other question while I have you on the line | 16:45 |
markwash | dolphm: has there been any thought about an identity driver that talks to multiple backends? | 16:45 |
*** nplanel has quit IRC | 16:46 | |
dolphm | markwash: that's sort of in havana but very broken ... it'll likely be scrapped in favor of a purely federated approach | 16:48 |
markwash | dolphm: sounds kinda difficult, but sometimes useful. . like say you want to use LDAP but still have internally managed service accounts | 16:48 |
*** exed has quit IRC | 16:49 | |
dolphm | markwash: in icehouse, that'll be keystone's sql-based identity provider + (one or more) a federated ldap providers | 16:49 |
markwash | hmm, I should research federation. . I'm not sure how uniqueness constraints would be handled in that situation | 16:50 |
dolphm | markwash: neither do we :P | 16:51 |
markwash | heh well if i come up with any great ideas I'll be sure to share them | 16:51 |
dolphm | markwash: "get user by ID" becomes a tricky problem because you don't know which identity provider the user came from, for example | 16:51 |
*** ArcTanSusan has quit IRC | 16:52 | |
RajM | hi .. I am new to this group..Need a little help.. I am installing devstack on a VM.. the installation bombed yesterday saying '/opt/stack/devstack/lib/nova:606 nova-api did not start | 16:52 |
RajM | '. The system was working.. Looks like someone made a change to install from package rather than source.. How do I correct it.. | 16:52 |
dolphm | RajM: start with either the #openstack channel which is geared towards usage/support questions, or filing a bug against nova if you determine it to be an actual bug https://bugs.launchpad.net/nova | 16:53 |
RajM | Dolphm... Thanks i will do it.. | 16:54 |
boris-42 | dtroyer hi | 16:55 |
*** jpich has quit IRC | 16:55 | |
*** JordanP has quit IRC | 16:57 | |
*** enikanorov has joined #openstack-dev | 16:57 | |
*** ArxCruz has quit IRC | 16:57 | |
*** lucas-afk is now known as lucasagomes | 16:58 | |
*** zbitter is now known as zaneb | 16:58 | |
*** egallen has quit IRC | 16:58 | |
*** enikanorov___ has quit IRC | 16:58 | |
*** thelorax123 has quit IRC | 16:59 | |
dtroyer | boris-42: hi | 17:00 |
*** thelorax123 has joined #openstack-dev | 17:00 | |
*** gszasz has quit IRC | 17:01 | |
*** pfreund has quit IRC | 17:02 | |
*** jprovazn has quit IRC | 17:02 | |
*** datsun180b_ has joined #openstack-dev | 17:02 | |
*** datsun180b has quit IRC | 17:02 | |
*** datsun180b_ is now known as datsun180b | 17:02 | |
boris-42 | dtroyer I heard that you are working on 1 python openstack client? | 17:03 |
boris-42 | dtroyer do you need some help around it? we will be glad to help to finish it faster=) | 17:04 |
*** nkinder has quit IRC | 17:05 | |
dtroyer | boris-42: yes, python-openstackclient started out as a merger of the project CLIs with no regard to backward compatibility: https://wiki.openstack.org/wiki/OpenStackClient | 17:05 |
*** hdd has quit IRC | 17:06 | |
dtroyer | boris-42: help is always welcome. I need to go through the blueprints/bugs in LaunchPad to get things up to date but there should be a good idea of what needs doing there | 17:06 |
boris-42 | dtroyer what is the main blocker to switch to it and deprecate all other python clients? | 17:07 |
*** reed has joined #openstack-dev | 17:07 | |
*** safchain has quit IRC | 17:08 | |
dtroyer | boris-42: completeness. much of it is lacking tests (identity v2 and v3 are mostly complete), command parity was last reviewed in early summer 2013 | 17:08 |
*** tanisdl has quit IRC | 17:08 | |
dtroyer | boris-42: I've been using it full-time for a while and only have two commands that are not implemented on my personal bug-me list | 17:08 |
*** teran_ has joined #openstack-dev | 17:08 | |
*** sushils has quit IRC | 17:09 | |
boris-42 | dtroyer so there is lack of tests, and probably some new methods should be ported? | 17:10 |
*** tanisdl has joined #openstack-dev | 17:10 | |
*** herndon has joined #openstack-dev | 17:11 | |
dtroyer | boris-42: yes. Also, I only recently started work on the object API and just yesterday thowe posted the first cut at mapping network API commands from neutronclient | 17:11 |
*** shinylasers has joined #openstack-dev | 17:12 | |
*** teran has quit IRC | 17:12 | |
*** jistr has quit IRC | 17:12 | |
*** raj_m has joined #openstack-dev | 17:12 | |
*** ctlaugh_ has joined #openstack-dev | 17:13 | |
*** ctlaugh has quit IRC | 17:13 | |
*** egallen has joined #openstack-dev | 17:14 | |
*** teran_ has quit IRC | 17:14 | |
mriedem | mordred: ping | 17:16 |
mordred | mriedem: I didn't do it | 17:17 |
mordred | mfer: ^^ see above chat | 17:17 |
mriedem | mordred: hey, maybe i need to move this to infra, but wanted to ask about sqlalchemy-migrate CI for db2 | 17:17 |
mordred | mriedem: yup. infra. let's go over there | 17:18 |
*** dstanek has quit IRC | 17:18 | |
*** ruhe has quit IRC | 17:18 | |
*** e0ne has quit IRC | 17:19 | |
*** nkinder has joined #openstack-dev | 17:19 | |
*** e0ne has joined #openstack-dev | 17:19 | |
mfer | mordred i see. thanks. | 17:19 |
*** BStokes999 has quit IRC | 17:20 | |
*** exed has joined #openstack-dev | 17:20 | |
*** danpb has quit IRC | 17:21 | |
*** devlaps has joined #openstack-dev | 17:21 | |
*** mrodden has joined #openstack-dev | 17:22 | |
*** angdraug has joined #openstack-dev | 17:23 | |
*** e0ne has quit IRC | 17:24 | |
*** marekd is now known as marekd|away | 17:24 | |
*** ygbo has quit IRC | 17:24 | |
*** corXi has quit IRC | 17:24 | |
*** reidrac has joined #openstack-dev | 17:25 | |
boris-42 | dtroyer hm one small question | 17:25 |
boris-42 | dtroyer why do you use here https://github.com/openstack/python-openstackclient/blob/master/openstackclient/compute/v2/server.py#L29 pure nova client? | 17:25 |
*** BillStokes has joined #openstack-dev | 17:26 | |
*** pmyers_ has quit IRC | 17:26 | |
*** nermina has quit IRC | 17:26 | |
*** pmyers has joined #openstack-dev | 17:27 | |
*** stevemar has quit IRC | 17:27 | |
dtroyer | boris-42: because at present we still reply on the project Python libraries to do the REST API work. All we currently ignore is the actual project CLI. | 17:28 |
dtroyer | boris-42: as the efforts to clean up the differences among the project libraries progresses, that division will surely change | 17:28 |
*** Shaan7 has joined #openstack-dev | 17:29 | |
boris-42 | dtroyer okay then we should just continue our work around unification of different python clients | 17:31 |
*** SergeyLukjanov has joined #openstack-dev | 17:31 | |
*** stefan_apostoaie has quit IRC | 17:32 | |
*** stevemar has joined #openstack-dev | 17:32 | |
*** huats has quit IRC | 17:33 | |
*** shakayumi has joined #openstack-dev | 17:34 | |
*** huats has joined #openstack-dev | 17:34 | |
*** huats has quit IRC | 17:34 | |
*** huats has joined #openstack-dev | 17:34 | |
*** jgrimm is now known as reaper | 17:35 | |
*** reaper is now known as jgrimm | 17:36 | |
*** gatuus has quit IRC | 17:36 | |
*** flaper87 is now known as flaper87|afk | 17:36 | |
*** exed_ has joined #openstack-dev | 17:36 | |
*** Mandell has joined #openstack-dev | 17:36 | |
*** gatuus has joined #openstack-dev | 17:36 | |
dtroyer | boris-42: that will always be beneficial. One of the things I was pushing in the keystoneclient sessions last week was to just start over with the Python lib API rather than try to clean up the existing one. Similar things are likely to eventually happen to the other client libs as the changes to the auth interface is what is driving much of that right now | 17:36 |
*** exed_ has quit IRC | 17:36 | |
dolphm | ++ | 17:37 |
*** exed has quit IRC | 17:37 | |
*** huats has quit IRC | 17:37 | |
boris-42 | dtroyer what I see in current implemetnions of clients is next, about 60-70% of code is copy pasted | 17:37 |
dtroyer | boris-42: and as dolphm implies, they didn't drive me out of the room for saying it ;) | 17:37 |
*** aspiers has joined #openstack-dev | 17:38 | |
boris-42 | dtroyer so there are at least 2 issues common code should be in oslo | 17:38 |
*** boris-42 has quit IRC | 17:38 | |
*** boris-42 has joined #openstack-dev | 17:39 | |
*** shakayumi has quit IRC | 17:39 | |
*** huats has joined #openstack-dev | 17:39 | |
*** huats has quit IRC | 17:39 | |
*** huats has joined #openstack-dev | 17:39 | |
boris-42 | dtroyer api should be organized in the same wayay | 17:39 |
*** Cotes has joined #openstack-dev | 17:40 | |
*** shakayumi has joined #openstack-dev | 17:41 | |
*** boris-42 has quit IRC | 17:41 | |
*** akrivoka has quit IRC | 17:41 | |
*** lsmola_ has quit IRC | 17:41 | |
dtroyer | boris-42: agreed. and stuff should be in oslo. however, those bits need to get written first and the patterns established before moving it there. it's time to start pushing bits around | 17:42 |
*** boris-42 has joined #openstack-dev | 17:42 | |
*** gatuus has quit IRC | 17:43 | |
*** gyee has joined #openstack-dev | 17:44 | |
*** derekh has quit IRC | 17:44 | |
*** dstanek has joined #openstack-dev | 17:44 | |
*** willingc has quit IRC | 17:48 | |
*** shakayumi has quit IRC | 17:49 | |
*** shardy is now known as shardy_afk | 17:49 | |
*** galstrom is now known as galstrom_zzz | 17:50 | |
*** nermina has joined #openstack-dev | 17:50 | |
*** markwash has quit IRC | 17:50 | |
*** Mandell has quit IRC | 17:50 | |
*** twoputt_ has joined #openstack-dev | 17:51 | |
*** twoputt has joined #openstack-dev | 17:51 | |
*** shakayumi has joined #openstack-dev | 17:52 | |
*** CaptTofu has quit IRC | 17:55 | |
*** danwent has quit IRC | 17:56 | |
*** radix has quit IRC | 17:56 | |
*** CaptTofu has joined #openstack-dev | 17:56 | |
*** radix has joined #openstack-dev | 17:58 | |
*** galstrom_zzz is now known as galstrom | 18:00 | |
*** Mandell has joined #openstack-dev | 18:00 | |
*** tanisdl has quit IRC | 18:01 | |
*** tmclaugh[work] has quit IRC | 18:01 | |
*** xga has joined #openstack-dev | 18:01 | |
*** danwent has joined #openstack-dev | 18:01 | |
*** datsun180b has quit IRC | 18:02 | |
*** vipuls is now known as vipul | 18:02 | |
*** datsun180b has joined #openstack-dev | 18:03 | |
*** tanisdl has joined #openstack-dev | 18:03 | |
*** kbrierly has joined #openstack-dev | 18:03 | |
*** tanisdl has quit IRC | 18:03 | |
*** dstanek has quit IRC | 18:04 | |
*** xga has quit IRC | 18:06 | |
*** tmclaugh[work] has joined #openstack-dev | 18:08 | |
*** terriyu has quit IRC | 18:08 | |
*** eglynn has quit IRC | 18:09 | |
*** Shaan7 has quit IRC | 18:09 | |
*** xqueralt has quit IRC | 18:11 | |
*** singhs has joined #openstack-dev | 18:12 | |
*** egallen has quit IRC | 18:16 | |
*** romcheg has quit IRC | 18:17 | |
*** kbringard has quit IRC | 18:18 | |
*** kbringard has joined #openstack-dev | 18:19 | |
*** ericw_ has joined #openstack-dev | 18:20 | |
*** jog0 is now known as flashgordon | 18:20 | |
*** jhesketh_ has quit IRC | 18:20 | |
*** ericw has quit IRC | 18:21 | |
*** ericw_ is now known as ericw | 18:21 | |
*** egallen has joined #openstack-dev | 18:21 | |
*** markmc has quit IRC | 18:21 | |
*** jecarey has quit IRC | 18:21 | |
*** zackf has quit IRC | 18:22 | |
*** Shaan7 has joined #openstack-dev | 18:23 | |
*** guohliu has joined #openstack-dev | 18:24 | |
*** dolphm has quit IRC | 18:24 | |
*** vladikr has quit IRC | 18:25 | |
*** tris has quit IRC | 18:25 | |
*** aspiers has quit IRC | 18:26 | |
*** boris-42 has quit IRC | 18:26 | |
*** tris has joined #openstack-dev | 18:26 | |
*** kpavel has joined #openstack-dev | 18:27 | |
*** sushils has joined #openstack-dev | 18:27 | |
*** hemnafk is now known as hemna | 18:28 | |
*** terrylhowe has joined #openstack-dev | 18:28 | |
*** e0ne has joined #openstack-dev | 18:30 | |
*** vladikr has joined #openstack-dev | 18:31 | |
*** raj_m has quit IRC | 18:31 | |
*** RajM has quit IRC | 18:32 | |
*** jasdeepH has joined #openstack-dev | 18:32 | |
*** spzala has joined #openstack-dev | 18:32 | |
*** Shaan7 has quit IRC | 18:34 | |
*** marun has quit IRC | 18:34 | |
*** jhesketh_ has joined #openstack-dev | 18:34 | |
*** CaptTofu has quit IRC | 18:34 | |
*** e0ne has quit IRC | 18:34 | |
*** CaptTofu has joined #openstack-dev | 18:34 | |
*** grapsus_ has quit IRC | 18:35 | |
*** grapsus_ has joined #openstack-dev | 18:35 | |
*** jasdeepH has quit IRC | 18:35 | |
*** Thor^^ has joined #openstack-dev | 18:36 | |
*** ruhe has joined #openstack-dev | 18:36 | |
*** Thor has quit IRC | 18:36 | |
*** dolphm has joined #openstack-dev | 18:38 | |
*** rongze has quit IRC | 18:38 | |
*** rongze has joined #openstack-dev | 18:38 | |
*** max_lobur has quit IRC | 18:39 | |
*** max_lobur has joined #openstack-dev | 18:39 | |
*** Daisy_ has quit IRC | 18:39 | |
*** ruhe has quit IRC | 18:40 | |
*** rongze has quit IRC | 18:43 | |
*** arborism has joined #openstack-dev | 18:43 | |
*** nkinder has quit IRC | 18:45 | |
*** nkinder has joined #openstack-dev | 18:46 | |
*** stevemar has quit IRC | 18:46 | |
*** Shaan7 has joined #openstack-dev | 18:48 | |
*** jruzicka has quit IRC | 18:48 | |
*** xga has joined #openstack-dev | 18:49 | |
*** topol has quit IRC | 18:49 | |
*** stevemar has joined #openstack-dev | 18:50 | |
*** Ryan_Lane has joined #openstack-dev | 18:50 | |
*** dstanek has joined #openstack-dev | 18:50 | |
*** nachi has joined #openstack-dev | 18:51 | |
*** rossella_s has quit IRC | 18:53 | |
*** stevemar has quit IRC | 18:53 | |
*** arborism is now known as amcrn | 18:54 | |
*** danwent has quit IRC | 18:55 | |
*** reed has quit IRC | 18:55 | |
*** stevemar has joined #openstack-dev | 18:55 | |
*** sarob has joined #openstack-dev | 18:56 | |
*** lucasagomes has quit IRC | 18:57 | |
*** xga has quit IRC | 18:58 | |
*** urulama has quit IRC | 18:58 | |
* max_lobur is away: AFK | 18:58 | |
*** guohliu has quit IRC | 18:59 | |
*** aspiers has joined #openstack-dev | 19:00 | |
*** alexpilotti has quit IRC | 19:00 | |
*** carl_baldwin has quit IRC | 19:00 | |
*** sarob has quit IRC | 19:01 | |
*** danwent has joined #openstack-dev | 19:01 | |
*** urulama has joined #openstack-dev | 19:01 | |
*** singhs_ has joined #openstack-dev | 19:01 | |
*** singhs has quit IRC | 19:02 | |
*** singhs_ is now known as singhs | 19:02 | |
*** stevemar has quit IRC | 19:02 | |
*** alexpilotti has joined #openstack-dev | 19:04 | |
*** mgagne has joined #openstack-dev | 19:04 | |
mgagne | alexpilotti: ping | 19:05 |
alexpilotti | mgagne: hi | 19:05 |
mgagne | alexpilotti: I have a question/challenge regarding cloudbase-init | 19:05 |
*** rnirmal has quit IRC | 19:06 | |
alexpilotti | mgagne: sure | 19:06 |
alexpilotti | mgagne: shoot :-) | 19:06 |
*** mriedem has quit IRC | 19:06 | |
*** macjack__ has quit IRC | 19:06 | |
mgagne | alexpilotti: when using ConfigDrive (only), it looks there is no way to use setuserpassword plugin as it expects the service to support "can_post_password". | 19:07 |
*** stevemar has joined #openstack-dev | 19:07 | |
alexpilotti | mgagne: yep | 19:08 |
mgagne | alexpilotti: I do understand that IF the user password is randomly generated by cloudbase-init, it would make little sense to set the user password without having a way to retrieve it. (unless there is a use case I'm not aware of) However, with ConfigDrive, admin_pass metadata is available and I already have the value returned when creating the instance. | 19:08 |
*** SergeyLukjanov has quit IRC | 19:09 | |
*** romcheg has joined #openstack-dev | 19:09 | |
alexpilotti | mgagne: admin_pass is already supported | 19:09 |
*** rongze has joined #openstack-dev | 19:09 | |
mgagne | alexpilotti: my need would be to be able to set the password irregardless of can_post_password being available | 19:09 |
ayoung | dolphm, Deprecating run_tests.sh for tox is not going to work. Takes way to long to run the tests every time. Can we please undeprecate run_tests.sh with nose? | 19:09 |
mgagne | alexpilotti: due to the logic used, it is not possible to use it. setuserpassword bails out before being able to set the password. | 19:09 |
*** dstanek has quit IRC | 19:10 | |
alexpilotti | mgagne: you mean https://github.com/cloudbase/cloudbase-init/blob/master/cloudbaseinit/plugins/windows/setuserpassword.py#L104 | 19:10 |
mgagne | alexpilotti: yep | 19:11 |
*** mriedem has joined #openstack-dev | 19:11 | |
morganfainberg | ayoung, issues with rebuilding venvs? or just slow runs? | 19:11 |
ayoung | testr is fine too | 19:11 |
ayoung | morganfainberg, every single time | 19:11 |
alexpilotti | mgagne: makes sense | 19:11 |
*** akrivoka has joined #openstack-dev | 19:11 | |
morganfainberg | ayoung, really? It doesn't rebuild the venv for me each time? | 19:12 |
morganfainberg | s/?$/. | 19:12 |
alexpilotti | mgagne: can please open an issue on github? | 19:12 |
ayoung | morganfainberg, it does the install every time...I walked away for a while and it is still humming away | 19:12 |
mgagne | alexpilotti: sure | 19:12 |
alexpilotti | mgagne: tx! | 19:12 |
mgagne | alexpilotti: I therefore wonder how I can fix it myself. I see 2 possible solutions: Allow to bypass this logic (can_post_password) with a config or still allow password to be set IF password is provided by admin_pass (and is not randomly generated) | 19:12 |
morganfainberg | ayoung, odd. are you using it via run_tests.sh? or tox directly? | 19:13 |
gyee | morganfainberg, ayoung, you guys know where does tox stash the keystone logs? | 19:13 |
alexpilotti | mgagne: it's an easy fix | 19:13 |
ayoung | morganfainberg, tox direct | 19:13 |
alexpilotti | mgagne: from line 105, it has to execute the stuff from line 112, but, it has to return base.PLUGIN_EXECUTION_DONE | 19:14 |
*** dims has quit IRC | 19:14 | |
alexpilotti | mgagne: to avoid being reexecuted at the next boot | 19:14 |
morganfainberg | gyee, .tox/<env name> as a base | 19:14 |
ayoung | morganfainberg, does yours execute this line everytime /opt/stack/keystone$ /opt/stack/keystone/.tox/py27/bin/pip install -U -r/opt/stack/keystone/requirements.txt -r/opt/stack/keystone/test-requirements.txt >/opt/stack/keystone/.tox/py27/log/py27-1.log | 19:14 |
morganfainberg | ayoung, yes. | 19:14 |
morganfainberg | ayoung, but it's usually super fast | 19:14 |
*** dims has joined #openstack-dev | 19:14 | |
mgagne | alexpilotti: so we set password irregardless of it being randomly generated? | 19:14 |
ayoung | morganfainberg, hmmm. That seems not to be the case for me | 19:14 |
morganfainberg | ayoung, odd. i'm doing my dev on Fedora... uhmmm.. | 19:15 |
alexpilotti | mgagne: it won't generate a random one if the admin_pass is there and if admin_pass injection is supported: | 19:15 |
ayoung | F19 for me | 19:15 |
alexpilotti | mgagne: https://github.com/cloudbase/cloudbase-init/blob/master/cloudbaseinit/plugins/windows/setuserpassword.py#L65 | 19:15 |
morganfainberg | ayoung 18 i think for me | 19:16 |
*** egallen has quit IRC | 19:16 | |
ayoung | morganfainberg, I'm going to let this run complete, and then see where it is. I suspect I can get away with running from the command line: /opt/stack/keystone$ /opt/stack/keystone/.tox/py27/bin/python setup.py testr --testr-args= | 19:17 |
*** shinylasers has quit IRC | 19:17 | |
ayoung | maybewith some sort of venv activate | 19:17 |
morganfainberg | ayoung, likely, | 19:17 |
mgagne | alexpilotti: sure, it will however generate a random one if admin_pass isn't there. Is it the desired behaviour? The user would have no way to retrieve it. | 19:17 |
*** rongze has quit IRC | 19:17 | |
*** jergerber has joined #openstack-dev | 19:17 | |
*** troytoman is now known as troytoman-away | 19:17 | |
morganfainberg | ayoung, i'm wondering why that takes a long time for you. it has been historically very quick if the venv wasn't being initially built | 19:18 |
alexpilotti | mgagne: yes | 19:18 |
*** yolanda has quit IRC | 19:18 | |
mgagne | alexpilotti: alright. Opening bug atm. | 19:19 |
mgagne | alexpilotti: thanks for your time | 19:19 |
alexpilotti | mgagne: we could avoid generating at all of course, as a random one was generated during user creation | 19:19 |
*** SergeyLukjanov has joined #openstack-dev | 19:19 | |
*** herndon has quit IRC | 19:19 | |
mgagne | alexpilotti: hooo... didn't think about that one. in that case... | 19:19 |
alexpilotti | mgagne: if there's no admin_pass the user cannot login remotely | 19:19 |
mgagne | alexpilotti: easy fix =) | 19:19 |
*** urulama has quit IRC | 19:20 | |
alexpilotti | mgagne: and in that case, the way to go is using the console, login with Administrator (which has a blank password with mandatory password change) | 19:20 |
alexpilotti | mgagne: so Administrator can be used on the local console only until its password gets changed | 19:20 |
*** aspiers has quit IRC | 19:20 | |
*** herndon has joined #openstack-dev | 19:20 | |
*** urulama has joined #openstack-dev | 19:20 | |
*** herndon has quit IRC | 19:21 | |
mgagne | alexpilotti: cool =) | 19:21 |
mgagne | alexpilotti: I was saddened to hear "Automate Windows images on OpenStack" was cancelled at OpenStack Summit. I was planning on attending the session ^^' | 19:21 |
*** RajM has joined #openstack-dev | 19:22 | |
*** raj_m has joined #openstack-dev | 19:22 | |
alexpilotti | mgagne: darn, this was a mess. They postponed it at 5.20PM | 19:22 |
alexpilotti | mgagne: sicne they had the great idea to put the only two sessions on Windows on the same slot | 19:22 |
alexpilotti | mgagne: with me speaking in both of them!! | 19:23 |
mgagne | alexpilotti: damn, so there was a presentation? :O | 19:23 |
*** willingc has joined #openstack-dev | 19:23 | |
alexpilotti | mgagne: so I got like 20 people attending instead of like 100 registered | 19:23 |
*** CaptTofu has quit IRC | 19:23 | |
mgagne | alexpilotti: damn =( | 19:23 |
alexpilotti | mgagne: yep, the good part is that you can see it on youtube :-) | 19:23 |
mgagne | alexpilotti: cool :D the guy said it got cancelled, not moved. :-/ | 19:24 |
*** CaptTofu has joined #openstack-dev | 19:24 | |
alexpilotti | mgagne: the organizers said that they were putting a notice on the room did they? | 19:24 |
alexpilotti | mgagne: do you know what guy? | 19:24 |
*** sarob has joined #openstack-dev | 19:24 | |
mgagne | alexpilotti: someone at the door, didn't asked his name. | 19:24 |
alexpilotti | mgagne: I'm quite pissed off with the organization as you can imagine | 19:24 |
*** melwitt has joined #openstack-dev | 19:25 | |
alexpilotti | mgagne: tx for telling me this info | 19:25 |
ayoung | morganfainberg, time tox -v -epy27 took real 6m13.535s | 19:25 |
mgagne | alexpilotti: well, it sure was one of the only presentation I was looking for. | 19:25 |
ayoung | trying again now | 19:25 |
*** jmontemayor has joined #openstack-dev | 19:25 | |
*** Alexei_9871 has quit IRC | 19:25 | |
alexpilotti | mgagne: http://www.youtube.com/watch?v=I6QE33oCBO4 | 19:26 |
morganfainberg | ayoung, 300ish+ seconds was what i was getting with tox and nose | 19:26 |
mgagne | alexpilotti: and it was moved somewhere else... not at the ballroom anymore | 19:26 |
*** jecarey has joined #openstack-dev | 19:27 | |
alexpilotti | mgagne: yep, it was a total mess | 19:27 |
mgagne | alexpilotti: sorry to hear that =( | 19:27 |
ayoung | morganfainberg, that is way too long for unit tests. 5 minutes of test run is not conducive to test driven development. How do I run just a single test file in tox? | 19:27 |
alexpilotti | mgagne: np, will hopefully recover next time :-) | 19:28 |
alexpilotti | mgagne: glad that at least we have a recording | 19:28 |
*** willingc has quit IRC | 19:28 | |
mgagne | alexpilotti: watching now =) | 19:28 |
alexpilotti | mgagne: ah, teh original slot was 80', the new one 40' | 19:28 |
*** e0ne has joined #openstack-dev | 19:29 | |
morganfainberg | ayoung, something like tox -epy27 test_backend_memcache | 19:29 |
*** sarob has quit IRC | 19:29 | |
alexpilotti | mgagne: I went overtime anyway to 60, but I had to cut out some stuff | 19:29 |
*** SergeyLukjanov has quit IRC | 19:29 | |
morganfainberg | there are ways to run individual test classes and even tests as well, but i don't know off the top of my head | 19:29 |
ayoung | morganfainberg, second time around 4m8.650s | 19:30 |
morganfainberg | ayoung, yeah that seems about right for a full test run. at least in my experience | 19:30 |
*** urulama has quit IRC | 19:30 | |
*** urulama has joined #openstack-dev | 19:31 | |
*** eglynn has joined #openstack-dev | 19:31 | |
ayoung | morganfainberg, try | 19:32 |
ayoung | sudo mount -t tmpfs -o size=256M tmpfs /opt/stack/keystone/keystone/tests/tmp | 19:32 |
*** Akrog has quit IRC | 19:32 | |
morganfainberg | ayoung, oh i should do that more often :P | 19:32 |
ayoung | I'm running with that now. Not sure if tox uses the same dir for test tmp outside of .tox or not | 19:32 |
morganfainberg | it should | 19:32 |
morganfainberg | ayoung, as far as i know at least | 19:33 |
*** divyeshk has joined #openstack-dev | 19:33 | |
ayoung | I'll know emprically here in a moment | 19:33 |
*** dstanek has joined #openstack-dev | 19:34 | |
*** e0ne has quit IRC | 19:34 | |
*** divyeshk has quit IRC | 19:35 | |
*** jimjiang has quit IRC | 19:35 | |
*** dprince has quit IRC | 19:35 | |
*** chandankumar has quit IRC | 19:35 | |
*** vipul has quit IRC | 19:35 | |
*** maurosr has quit IRC | 19:35 | |
*** blamar has quit IRC | 19:35 | |
*** hub_cap has quit IRC | 19:35 | |
*** ctracey has quit IRC | 19:35 | |
*** fungi has quit IRC | 19:35 | |
*** mattymo has quit IRC | 19:35 | |
*** ianw has quit IRC | 19:35 | |
*** urulama has quit IRC | 19:35 | |
bpokorny | dhellmann: Do luisg and I need to do anything else for this bp before it's ready to be set to approved? https://blueprints.launchpad.net/oslo/+spec/i18n-messages | 19:35 |
bpokorny | We've now got the Milestone target set on it, so I'm looking to make sure we're not missing anything on it. | 19:36 |
dhellmann | bpokorny: nope, I can approve it right now | 19:36 |
dhellmann | I'll set the series goal at the same time | 19:36 |
bpokorny | Great. Thanks, dhellmann. | 19:36 |
dhellmann | how about priority? | 19:37 |
*** hub_cap has joined #openstack-dev | 19:37 | |
dhellmann | high would mean a commitment to finish the work, are you ok with that bpokorny ? | 19:37 |
*** ctracey has joined #openstack-dev | 19:37 | |
bpokorny | Yes, high would be good. | 19:37 |
*** mattymo has joined #openstack-dev | 19:37 | |
bpokorny | That one is a focus for us. | 19:37 |
dhellmann | done | 19:37 |
*** vipul has joined #openstack-dev | 19:37 | |
*** ianw has joined #openstack-dev | 19:37 | |
*** novas0x2a|laptop has joined #openstack-dev | 19:37 | |
*** maurosr has joined #openstack-dev | 19:37 | |
*** blamar has joined #openstack-dev | 19:37 | |
*** dprince has joined #openstack-dev | 19:37 | |
bpokorny | Thanks! | 19:38 |
*** chandankumar has joined #openstack-dev | 19:38 | |
*** fungi has joined #openstack-dev | 19:38 | |
dhellmann | bpokorny: thank you! | 19:38 |
*** tmclaugh[work] has quit IRC | 19:39 | |
ayoung | real 4m20.019s | 19:40 |
*** urulama has joined #openstack-dev | 19:40 | |
*** markwash has joined #openstack-dev | 19:41 | |
*** pingveno_ has joined #openstack-dev | 19:41 | |
*** pingveno_ has quit IRC | 19:41 | |
*** mirrorbox has quit IRC | 19:42 | |
*** raj_m has quit IRC | 19:42 | |
*** johnthetubaguy1 has quit IRC | 19:44 | |
*** alexpilotti has quit IRC | 19:45 | |
*** steven-weston_ has joined #openstack-dev | 19:46 | |
*** eglynn has quit IRC | 19:46 | |
*** steven-weston has quit IRC | 19:49 | |
*** steven-weston_ is now known as steven-weston | 19:49 | |
*** soren has quit IRC | 19:49 | |
*** dsirrine has quit IRC | 19:50 | |
*** tmclaugh[work] has joined #openstack-dev | 19:50 | |
*** dsirrine has joined #openstack-dev | 19:50 | |
*** urulama has quit IRC | 19:51 | |
*** willingc has joined #openstack-dev | 19:52 | |
*** mirrorbox has joined #openstack-dev | 19:52 | |
*** soren has joined #openstack-dev | 19:52 | |
*** sarob has joined #openstack-dev | 19:54 | |
*** pixelb has quit IRC | 19:55 | |
*** xarses has quit IRC | 19:56 | |
*** sarob has quit IRC | 19:56 | |
*** willingc has quit IRC | 19:57 | |
*** rm_work|away is now known as rm_work | 19:58 | |
*** dsirrine is now known as dsirrine|ALLSCE | 19:59 | |
*** nati_ueno has joined #openstack-dev | 19:59 | |
*** soren has quit IRC | 20:00 | |
*** jsavak has joined #openstack-dev | 20:00 | |
*** willingc has joined #openstack-dev | 20:02 | |
*** tanisdl has joined #openstack-dev | 20:02 | |
*** Daisy has joined #openstack-dev | 20:03 | |
*** joesavak has quit IRC | 20:04 | |
*** shinylasers has joined #openstack-dev | 20:05 | |
*** markmcclain has quit IRC | 20:05 | |
*** shinylasers has quit IRC | 20:06 | |
*** Akrog has joined #openstack-dev | 20:09 | |
*** galstrom is now known as galstrom_zzz | 20:10 | |
*** aspiers has joined #openstack-dev | 20:12 | |
*** singhs has quit IRC | 20:13 | |
*** willingc has quit IRC | 20:13 | |
*** rongze has joined #openstack-dev | 20:14 | |
*** xarses has joined #openstack-dev | 20:14 | |
*** davidhadas has joined #openstack-dev | 20:17 | |
*** rongze has quit IRC | 20:18 | |
*** singhs has joined #openstack-dev | 20:18 | |
*** carl_baldwin has joined #openstack-dev | 20:19 | |
*** drewfisher has joined #openstack-dev | 20:20 | |
*** herndon has joined #openstack-dev | 20:22 | |
*** nati_ueno has quit IRC | 20:25 | |
*** nati_ueno has joined #openstack-dev | 20:25 | |
*** Daisy has quit IRC | 20:26 | |
*** dstanek has quit IRC | 20:29 | |
*** joesavak has joined #openstack-dev | 20:29 | |
*** dstanek has joined #openstack-dev | 20:29 | |
*** epim has joined #openstack-dev | 20:29 | |
*** singhs has quit IRC | 20:29 | |
*** sandywalsh has quit IRC | 20:29 | |
*** tris has quit IRC | 20:30 | |
*** tris has joined #openstack-dev | 20:31 | |
*** dprince has quit IRC | 20:31 | |
*** jsavak has quit IRC | 20:32 | |
*** toddnni has joined #openstack-dev | 20:34 | |
*** dolphm has quit IRC | 20:37 | |
*** Daisy has joined #openstack-dev | 20:38 | |
*** RajM has joined #openstack-dev | 20:41 | |
*** RajM has joined #openstack-dev | 20:42 | |
*** sandywalsh has joined #openstack-dev | 20:42 | |
*** nati_ueno has quit IRC | 20:42 | |
*** galstrom_zzz is now known as galstrom | 20:43 | |
*** e0ne has joined #openstack-dev | 20:45 | |
*** Akrog has quit IRC | 20:45 | |
*** nplanel has joined #openstack-dev | 20:49 | |
*** e0ne has quit IRC | 20:50 | |
*** shakayumi has quit IRC | 20:50 | |
*** markmcclain has joined #openstack-dev | 20:51 | |
morganfainberg | ayoung, hrm | 20:51 |
morganfainberg | ayoung, so new tmp dir? | 20:52 |
morganfainberg | location that is | 20:52 |
*** sarob has joined #openstack-dev | 20:52 | |
*** steven-weston has quit IRC | 20:53 | |
*** mlavalle has joined #openstack-dev | 20:53 | |
*** drewfisher has left #openstack-dev | 20:55 | |
*** steven-weston has joined #openstack-dev | 20:55 | |
*** pablosan has quit IRC | 20:55 | |
*** dstanek has quit IRC | 20:55 | |
RajM | is this the place to ask devstack questions? | 20:56 |
clarkb | yes | 20:57 |
*** epim has quit IRC | 20:58 | |
RajM | Clark..do u have a couple of minutes.. I can open a saperate dialog window.. | 20:59 |
clarkb | I am in ameeting now | 21:00 |
clarkb | best to just ask here rather than in another window | 21:00 |
RajM | a couple of days ago my devstack started having issues.. I was not able to create new VM's [my devstack runs on a VM NOT dedicated hardware].. So I tried to do unstack & then stack.. Then it bombed saying 'nova-api service not staretd'.. | 21:01 |
*** epim has joined #openstack-dev | 21:02 | |
*** achampion has joined #openstack-dev | 21:02 | |
*** jobewan has quit IRC | 21:02 | |
RajM | someone pointed that there was a change and 'devstack used nova from package rather than source'.. I am not sure what else happened.. | 21:03 |
*** steven-weston has quit IRC | 21:03 | |
*** sarob_ has joined #openstack-dev | 21:04 | |
*** epopt37 has quit IRC | 21:04 | |
ayoung | morganfainberg, I don't know. I wiped out the files in keystone/test/tmp and reran. But I realize it was just the KVS tests, so it wouldn't have generated anything in there. Rerunning now to see | 21:04 |
*** sarob has quit IRC | 21:06 | |
*** sarob__ has joined #openstack-dev | 21:06 | |
*** twoputt has quit IRC | 21:07 | |
*** twoputt_ has quit IRC | 21:07 | |
ayoung | stevebaker, asalkeld I just talked to someone that wanted to do, for lack of a better term, workflow in adding users. Would it make sense to use Heat to do something like: add a user to both the Keystone database as well as some other system that was managing a whole lot of other data, then set up a projects and quotas for them? | 21:07 |
*** dstanek has joined #openstack-dev | 21:07 | |
*** dolphm has joined #openstack-dev | 21:08 | |
*** eglynn has joined #openstack-dev | 21:08 | |
*** sarob__ has quit IRC | 21:09 | |
*** sarob has joined #openstack-dev | 21:09 | |
*** sarob_ has quit IRC | 21:09 | |
ayoung | morganfainberg, and now tox is just dying on me right out the gate.... | 21:10 |
ayoung | from keystone.token import controllers | 21:10 |
ayoung | ImportError: cannot import name controllers | 21:10 |
*** shakayumi has joined #openstack-dev | 21:11 | |
*** alunduil has quit IRC | 21:11 | |
*** dolphm has quit IRC | 21:13 | |
*** rongze has joined #openstack-dev | 21:14 | |
*** galstrom is now known as galstrom_zzz | 21:14 | |
stevebaker | ayoung: possibly, as long as "some other system" gets orchestrated within that openstack at the same time | 21:15 |
*** aspiers has quit IRC | 21:16 | |
ayoung | stevebaker, is there a clear way to integrate in 3rd party systems, via REST APIs or whatnot? I realize that this is the sticking point | 21:16 |
*** mikeoutland has joined #openstack-dev | 21:16 | |
*** epopt37 has joined #openstack-dev | 21:17 | |
ayoung | stevebaker, the other thing they want to do is to periodically "reap" accounts after an expiry or inactivity period | 21:17 |
*** thelorax123 has quit IRC | 21:17 | |
ayoung | that would include cleaning up resources outside of Keystone, which is why I was thinking HEAT | 21:17 |
*** DennyZhang has joined #openstack-dev | 21:18 | |
*** thelorax123 has joined #openstack-dev | 21:18 | |
*** rongze has quit IRC | 21:19 | |
*** markmcclain has quit IRC | 21:19 | |
*** sarob has quit IRC | 21:20 | |
*** shinylasers has joined #openstack-dev | 21:20 | |
*** aspiers has joined #openstack-dev | 21:20 | |
stevebaker | ayoung: as long as "outside of Keystone" means inside the same openstack, then heat could orchestrate that. But heat doesn't do scheduled workflows, so you'll either be orchestrating servers to do that, or using some yet-to-be-written scheduled workflow service | 21:21 |
*** sarob has joined #openstack-dev | 21:21 | |
ayoung | stevebaker, thanks | 21:22 |
*** eglynn has quit IRC | 21:23 | |
*** alexpilotti has joined #openstack-dev | 21:25 | |
*** sn0wb1rd has quit IRC | 21:25 | |
*** sn0wb1rd has joined #openstack-dev | 21:26 | |
*** gatuus has joined #openstack-dev | 21:27 | |
*** boden has quit IRC | 21:28 | |
*** atiwari has joined #openstack-dev | 21:30 | |
*** gordc has quit IRC | 21:32 | |
*** dsirrine|ALLSCE has quit IRC | 21:33 | |
*** CaptTofu has quit IRC | 21:35 | |
*** rushiagr2 has joined #openstack-dev | 21:35 | |
*** CaptTofu has joined #openstack-dev | 21:36 | |
*** dims has quit IRC | 21:37 | |
dstanek | is there a preferred url shortener to use in gerrit reviews? | 21:37 |
morganfainberg | dstanek, i haven't see one | 21:39 |
dstanek | morganfainberg: bit.ly it is then! i have a link that gerrit thinks it needs to rewrite for me | 21:39 |
morganfainberg | lol | 21:39 |
*** romcheg has quit IRC | 21:43 | |
*** tmclaugh[work] has quit IRC | 21:44 | |
*** galstrom_zzz is now known as galstrom | 21:45 | |
*** bswrchrd has quit IRC | 21:47 | |
*** richardboswell has joined #openstack-dev | 21:48 | |
*** markmcclain has joined #openstack-dev | 21:48 | |
*** jasondotstar has quit IRC | 21:49 | |
*** thelorax123 has quit IRC | 21:50 | |
dtroyer | terrylhowe: ping | 21:51 |
*** thelorax123 has joined #openstack-dev | 21:51 | |
*** singhs has joined #openstack-dev | 21:52 | |
*** reed has joined #openstack-dev | 21:53 | |
*** kpavel has quit IRC | 21:53 | |
*** jasond has joined #openstack-dev | 21:54 | |
*** jayg is now known as jayg|g0n3 | 21:54 | |
*** marios has quit IRC | 21:59 | |
*** mfer has quit IRC | 21:59 | |
*** stevemar has quit IRC | 21:59 | |
*** sandywalsh has quit IRC | 22:03 | |
*** aspiers has quit IRC | 22:04 | |
*** thomasem has quit IRC | 22:07 | |
*** kevinconway has quit IRC | 22:08 | |
*** dolphm has joined #openstack-dev | 22:09 | |
*** richardboswell has quit IRC | 22:12 | |
*** gilliard has joined #openstack-dev | 22:12 | |
*** richardboswell has joined #openstack-dev | 22:12 | |
*** dolphm has quit IRC | 22:13 | |
*** rongze has joined #openstack-dev | 22:15 | |
*** joesavak has quit IRC | 22:15 | |
*** markmcclain has quit IRC | 22:16 | |
*** alunduil has joined #openstack-dev | 22:17 | |
*** nati_ueno has joined #openstack-dev | 22:17 | |
*** Qu310 has quit IRC | 22:17 | |
*** timello has quit IRC | 22:18 | |
*** Qu310 has joined #openstack-dev | 22:18 | |
*** timello has joined #openstack-dev | 22:19 | |
*** drumkilla has quit IRC | 22:19 | |
*** shakayumi has quit IRC | 22:20 | |
*** russellb has joined #openstack-dev | 22:20 | |
*** bswartz has quit IRC | 22:20 | |
*** rongze has quit IRC | 22:20 | |
*** nati_ueno has quit IRC | 22:21 | |
*** shakayumi has joined #openstack-dev | 22:21 | |
*** nplanel has quit IRC | 22:21 | |
*** lbragstad has quit IRC | 22:21 | |
*** dbalog has left #openstack-dev | 22:21 | |
*** READ10 has quit IRC | 22:24 | |
*** rushiagr2 has quit IRC | 22:24 | |
*** alop has joined #openstack-dev | 22:25 | |
*** eharney has quit IRC | 22:26 | |
*** sarob has quit IRC | 22:26 | |
*** sarob_ has joined #openstack-dev | 22:26 | |
*** DennyZhang has quit IRC | 22:26 | |
*** akrivoka has quit IRC | 22:27 | |
*** coolsvap has quit IRC | 22:28 | |
*** spzala has quit IRC | 22:29 | |
*** vladikr has quit IRC | 22:29 | |
*** sgordon has quit IRC | 22:29 | |
*** shakayumi has quit IRC | 22:29 | |
*** amcrn_ has joined #openstack-dev | 22:30 | |
*** dolphm has joined #openstack-dev | 22:31 | |
*** shakayumi has joined #openstack-dev | 22:32 | |
*** jmontemayor has quit IRC | 22:33 | |
*** amcrn has quit IRC | 22:33 | |
*** markmcclain has joined #openstack-dev | 22:35 | |
*** sarob_ has quit IRC | 22:35 | |
*** vijendar has quit IRC | 22:39 | |
*** dstanek has quit IRC | 22:39 | |
*** CaptTofu has quit IRC | 22:43 | |
*** CaptTofu has joined #openstack-dev | 22:43 | |
*** shakayumi has quit IRC | 22:44 | |
*** statik has quit IRC | 22:47 | |
*** shakayumi has joined #openstack-dev | 22:47 | |
*** sushils has quit IRC | 22:48 | |
*** lbragstad has joined #openstack-dev | 22:49 | |
*** gilliard has quit IRC | 22:51 | |
*** CaptTofu has quit IRC | 22:53 | |
*** CaptTofu has joined #openstack-dev | 22:53 | |
*** morazi has quit IRC | 22:54 | |
*** ericw has quit IRC | 22:56 | |
*** twoputt has joined #openstack-dev | 22:59 | |
*** twoputt_ has joined #openstack-dev | 22:59 | |
*** mgagne has quit IRC | 23:00 | |
*** zaitcev has quit IRC | 23:01 | |
*** ftcjeff has quit IRC | 23:01 | |
*** teran has joined #openstack-dev | 23:03 | |
*** twoputt__ has joined #openstack-dev | 23:05 | |
*** twoputt_1 has joined #openstack-dev | 23:05 | |
*** twoputt has quit IRC | 23:05 | |
*** dstanek has joined #openstack-dev | 23:05 | |
*** gatuus has quit IRC | 23:05 | |
*** twoputt_ has quit IRC | 23:06 | |
*** buzztroll has quit IRC | 23:06 | |
*** jecarey has quit IRC | 23:06 | |
*** pcm_ has quit IRC | 23:07 | |
*** bpokorny has quit IRC | 23:07 | |
*** galstrom is now known as galstrom_zzz | 23:08 | |
*** burt has quit IRC | 23:10 | |
*** dstanek has quit IRC | 23:10 | |
*** neelashah has quit IRC | 23:11 | |
*** jgrimm has quit IRC | 23:11 | |
*** zaitcev has joined #openstack-dev | 23:13 | |
*** buzztroll has joined #openstack-dev | 23:13 | |
*** willingc has joined #openstack-dev | 23:14 | |
*** jasdeepH has joined #openstack-dev | 23:15 | |
*** zul has quit IRC | 23:15 | |
*** Mandell has quit IRC | 23:15 | |
*** Mandell has joined #openstack-dev | 23:15 | |
*** novas0x2a|laptop has quit IRC | 23:16 | |
*** novas0x2a|laptop has joined #openstack-dev | 23:16 | |
*** zul has joined #openstack-dev | 23:16 | |
*** rongze has joined #openstack-dev | 23:17 | |
*** statik has joined #openstack-dev | 23:18 | |
*** gilliard has joined #openstack-dev | 23:18 | |
*** willingc has quit IRC | 23:18 | |
*** cfriesen_ has quit IRC | 23:20 | |
*** sarob has joined #openstack-dev | 23:20 | |
*** mlavalle has quit IRC | 23:21 | |
*** dstanek has joined #openstack-dev | 23:22 | |
*** Mandell has quit IRC | 23:22 | |
*** Mandell has joined #openstack-dev | 23:23 | |
*** rongze has quit IRC | 23:23 | |
*** armax has left #openstack-dev | 23:25 | |
*** mrodden has quit IRC | 23:27 | |
*** nkinder has quit IRC | 23:27 | |
*** mriedem has quit IRC | 23:27 | |
dstanek | morganfainberg: i just commented on that logging review | 23:31 |
morganfainberg | dstanek, cool | 23:31 |
morganfainberg | works for me. thanks for the heads up. | 23:32 |
*** gatuus has joined #openstack-dev | 23:32 | |
*** FunnyLookinHat has quit IRC | 23:35 | |
*** alop has quit IRC | 23:38 | |
devananda | dhellmann: Hi! A question came up while syncing things from oslo, here: https://review.openstack.org/#/c/56514/1/ironic/openstack/common/config/generator.py | 23:39 |
*** gatuus has quit IRC | 23:39 | |
*** bswartz has joined #openstack-dev | 23:42 | |
*** carl_baldwin has quit IRC | 23:43 | |
dstanek | dolphm: just uploaded a new patchset to review.openstack.org/51610 to show what i was thinking | 23:43 |
*** lbragstad has quit IRC | 23:45 | |
*** RajM has quit IRC | 23:47 | |
*** rcleere has quit IRC | 23:48 | |
*** Mandell has quit IRC | 23:48 | |
*** gilliard has quit IRC | 23:48 | |
*** CaptTofu has quit IRC | 23:50 | |
*** CaptTofu has joined #openstack-dev | 23:50 | |
*** reidrac has quit IRC | 23:53 | |
*** Mandell has joined #openstack-dev | 23:53 | |
*** gatuus has joined #openstack-dev | 23:54 | |
*** jasdeepH has quit IRC | 23:54 | |
*** michchap has quit IRC | 23:57 | |
*** vkmc has quit IRC | 23:58 | |
*** michchap has joined #openstack-dev | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!