*** topol has joined #openstack-dev | 00:05 | |
*** dims has joined #openstack-dev | 00:06 | |
*** prad has quit IRC | 00:12 | |
*** colinmcnamara1 has joined #openstack-dev | 00:13 | |
*** colinmcnamara has quit IRC | 00:13 | |
*** prad has joined #openstack-dev | 00:14 | |
*** changbl has joined #openstack-dev | 00:14 | |
anteaya | insanidade: I personally don't use an IDE for openstack development | 00:16 |
---|---|---|
anteaya | I find them large and finicky | 00:16 |
anteaya | I tend to just use the shell | 00:16 |
anteaya | based on what I hear from others, I am working with the belief that this is a popular option | 00:17 |
*** epim has quit IRC | 00:17 | |
*** angdraug has quit IRC | 00:18 | |
*** gongysh has quit IRC | 00:30 | |
*** hemna has quit IRC | 00:30 | |
*** faramir has joined #openstack-dev | 00:30 | |
*** clayb has quit IRC | 00:32 | |
*** epim has joined #openstack-dev | 00:32 | |
*** dvarga has joined #openstack-dev | 00:33 | |
*** dvarga has quit IRC | 00:34 | |
*** epim_ has joined #openstack-dev | 00:34 | |
*** spzala has quit IRC | 00:35 | |
*** welldannit has quit IRC | 00:35 | |
*** epim has quit IRC | 00:36 | |
*** epim_ is now known as epim | 00:36 | |
morganfainberg | anteaya, insanidade, i found that for me PyCharm has a good workflow. but i might be in the minority | 00:36 |
*** sthaha has joined #openstack-dev | 00:38 | |
*** sthaha has quit IRC | 00:38 | |
*** sthaha has joined #openstack-dev | 00:38 | |
*** bdpayne has quit IRC | 00:43 | |
*** freedomhui has joined #openstack-dev | 00:46 | |
*** wolfdreamer has quit IRC | 00:46 | |
*** reed has quit IRC | 00:47 | |
*** yongli has joined #openstack-dev | 00:48 | |
*** networkstatic has joined #openstack-dev | 00:51 | |
*** jimfehlig has quit IRC | 00:51 | |
*** ljjjustin has joined #openstack-dev | 00:54 | |
anteaya | morganfainberg: now that you mention it, I think I have heard of PyCharm mentioned by a few others | 00:54 |
morganfainberg | anteaya, it saves me a lot of typos :P | 00:54 |
morganfainberg | anteaya, and a lot easier to hunt down references to methods/functions imo | 00:55 |
morganfainberg | but again, i might just be odd. | 00:55 |
anteaya | there is that benefit of ide's | 00:55 |
anteaya | birds of a feather | 00:55 |
morganfainberg | :) | 00:55 |
anteaya | I just can't be bothered learning them | 00:55 |
morganfainberg | anteaya, my boss couldn't use pycharm until he found the vim-functionality plugin | 00:56 |
*** colinmcnamara1 has quit IRC | 00:56 | |
morganfainberg | anteaya, but now he uses it like crazy | 00:56 |
jamielennox | ayoung: ping | 00:56 |
anteaya | if I was ever forced to use an ide I would need the vim plugin | 00:56 |
morganfainberg | i should be careful what i say, he's in this channel :P | 00:56 |
anteaya | ha ha ha | 00:56 |
*** colinmcnamara has joined #openstack-dev | 00:56 | |
anteaya | everything is logged | 00:56 |
anteaya | there are no secrets | 00:56 |
morganfainberg | cburgess, tell anteaya how awesome the vim plugin is :P | 00:56 |
morganfainberg | >.> | 00:57 |
anteaya | hey cburgess | 00:57 |
cburgess | It is awesome. | 00:57 |
cburgess | I love it. | 00:57 |
jamielennox | i'll admit to having never tried the pycharm vim plugin - but every other vim plugin i've tried just fails somewhere i find crucial | 00:57 |
cburgess | I couldn't give up vi until I had something that had a proper line editor. | 00:57 |
cburgess | Its got a few rough edges but it works well enough for me. | 00:58 |
jamielennox | there is a plugin for eclipse etc, but i really use the Ctrl+V block select which can't override paste | 00:58 |
*** morazi has quit IRC | 00:58 | |
jamielennox | just little things like that, plus a couple of vim plugins | 00:58 |
morganfainberg | jamielennox, yeah. | 00:58 |
morganfainberg | jamielennox, i just got used to not using a vim plugin -- so i don't need it now. but in the past i'd be in the same boat | 00:59 |
*** HenryG has joined #openstack-dev | 00:59 | |
*** msmedved has quit IRC | 00:59 | |
*** branen_ has joined #openstack-dev | 01:00 | |
jamielennox | morganfainberg: i've gotten so used to certain vim keystrokes - i don't particularly want to untrain most of them | 01:00 |
jamielennox | besides, there are so many plugins for vim, you can make it into an IDE | 01:00 |
*** jog0 has quit IRC | 01:00 | |
morganfainberg | jamielennox, are we headed towards a big refactor on how the keystoneclient works (the library v3 client that is)? i have a side project i want to work on that involves integrating keystone, policy, etc, and i don't want to start yet if something like that is on the near-termish horizon | 01:01 |
*** msmedved has joined #openstack-dev | 01:01 | |
morganfainberg | s/big/even moderate sized | 01:01 |
*** jog0 has joined #openstack-dev | 01:01 | |
jamielennox | i want to change the communication aspect of it, all the managers on the client (users, projects etc) won't get touched | 01:01 |
*** Chaser has quit IRC | 01:01 | |
morganfainberg | jamielennox, ok cool. | 01:02 |
morganfainberg | jamielennox, i want to see if i can drop keystone as a fully auth mechanism option into saltstack. e.g. allow salt to be gated on actions on VMs in a cloud based upon keystone data :) | 01:02 |
morganfainberg | jamielennox, but if a refactor that would touch some of the managers / etc would be happening, i didn't want to start yet. | 01:03 |
jamielennox | wouldn't that be more likely a nova request? | 01:03 |
*** branen has quit IRC | 01:03 | |
jamielennox | what is going to be in keystone that you would have to wait for? | 01:03 |
morganfainberg | jamielennox, well, i want to leverage policy in keystone | 01:03 |
morganfainberg | jamielennox, and all user stuff. | 01:04 |
*** gyee has quit IRC | 01:04 | |
jamielennox | morganfainberg: i know a bit of how salt works, but never used it - would you be better waiting for keystone to do notifications then pull events off the bus into salt? | 01:05 |
*** finchd has quit IRC | 01:05 | |
morganfainberg | jamielennox, perhaps. will bounce the idea more in depth when i am starting work on it | 01:05 |
*** wolfdreamer has joined #openstack-dev | 01:06 | |
*** cdub has joined #openstack-dev | 01:06 | |
anteaya | cburgess: sorry was testing something | 01:06 |
*** dkranz has joined #openstack-dev | 01:06 | |
*** nosnos has joined #openstack-dev | 01:06 | |
anteaya | cburgess: glad to hear of your enthusiasm for the vim plugin | 01:07 |
anteaya | here's to good tools | 01:07 |
cburgess | Yeah I like the JetBrains stuff. I would like to check our their bug tracker YouTrack at some point. | 01:07 |
cburgess | Its about the only java based stuff I actually like. | 01:08 |
morganfainberg | anteaya, i think there is an openstack license for pycharm that is floating around. remember seeing something about it on the mailing list | 01:08 |
morganfainberg | anteaya, but they ahve a good demo if you ever wanted to try it out. | 01:09 |
cburgess | I think morganfainberg is correct. At one point there was a demo license or something that could be used for pure upstream work free of charge. | 01:09 |
anteaya | cburgess: I don't know YouTrack - if you have time for a test run, I would be interested in hearing your thoughts | 01:09 |
anteaya | yes, that was my only association with pycharm | 01:09 |
anteaya | the discussion of the license | 01:10 |
cburgess | anteaya: Its on my list to look at during my copious free time. We use JIRA today and its ok but has some limits we hit from time to time. | 01:10 |
anteaya | I'll be honest, I feel like I'm drowning | 01:10 |
anteaya | so I think my time is best spent figuring out the code, as much as I can | 01:10 |
anteaya | once I get at least a mental picture, I can work on my tool space | 01:10 |
anteaya | I tend to try to be agnostic | 01:11 |
cburgess | I used to do everything from the command line with vi and grep. But the code is no dense and has so much abstraction that having a tool that can help me quickly follow became critical. | 01:11 |
anteaya | I learned vim since it comes on all the servers by default | 01:11 |
cburgess | I used VIM for probably 10 years for everything. | 01:11 |
*** Transformer has joined #openstack-dev | 01:11 | |
anteaya | cburgess: yeah, I hear that - there are things on my list that I'm sure I'm never going to see again | 01:11 |
anteaya | cburgess: I have a few years to go then | 01:12 |
*** stevemar has quit IRC | 01:14 | |
*** oubiwann has quit IRC | 01:15 | |
*** networkstatic has quit IRC | 01:15 | |
*** READ10 has joined #openstack-dev | 01:19 | |
*** markmcclain has quit IRC | 01:19 | |
*** ljjjustin has quit IRC | 01:20 | |
*** ljjjustin has joined #openstack-dev | 01:21 | |
*** jvrbanac has quit IRC | 01:25 | |
*** freedomhui has quit IRC | 01:26 | |
*** nati_ueno has quit IRC | 01:27 | |
*** fandikurnia01 has joined #openstack-dev | 01:29 | |
*** bknudson has left #openstack-dev | 01:31 | |
*** freedomhui has joined #openstack-dev | 01:31 | |
*** novas0x2a|laptop has quit IRC | 01:38 | |
*** jvrbanac has joined #openstack-dev | 01:38 | |
*** kushal has joined #openstack-dev | 01:41 | |
*** epim has quit IRC | 01:41 | |
*** jhesketh has quit IRC | 01:45 | |
*** insanidade has quit IRC | 01:49 | |
*** erkules_ has joined #openstack-dev | 01:50 | |
*** xchu has joined #openstack-dev | 01:50 | |
*** erkules has quit IRC | 01:53 | |
*** freedomhui has quit IRC | 01:53 | |
*** radez_g0n3 is now known as radez | 01:55 | |
*** edmund has joined #openstack-dev | 01:56 | |
*** freedomhui has joined #openstack-dev | 01:57 | |
*** herndon has joined #openstack-dev | 01:57 | |
*** zoresvit has quit IRC | 01:58 | |
*** d34dh0r53 has joined #openstack-dev | 01:59 | |
*** fandikurnia01 has quit IRC | 01:59 | |
*** d34dh0r53 has quit IRC | 02:03 | |
*** fandikurnia01 has joined #openstack-dev | 02:04 | |
*** Ruetobas has quit IRC | 02:04 | |
*** neelashah has joined #openstack-dev | 02:06 | |
*** READ10 has quit IRC | 02:07 | |
*** melwitt has quit IRC | 02:12 | |
*** yaguang has joined #openstack-dev | 02:12 | |
*** radez is now known as radez_g0n3 | 02:15 | |
*** jbresnah_ has joined #openstack-dev | 02:22 | |
*** fandikurnia01 has quit IRC | 02:25 | |
*** topol has quit IRC | 02:27 | |
*** giulivo has quit IRC | 02:28 | |
*** angdraug has joined #openstack-dev | 02:29 | |
*** anteaya has quit IRC | 02:32 | |
*** cyeoh has quit IRC | 02:36 | |
*** alop has joined #openstack-dev | 02:39 | |
*** davi67232 has joined #openstack-dev | 02:44 | |
*** cdub has quit IRC | 02:46 | |
*** gongysh has joined #openstack-dev | 02:48 | |
*** freedomhui has quit IRC | 02:52 | |
*** e1mer has quit IRC | 03:01 | |
*** gongysh has quit IRC | 03:02 | |
*** e1mer has joined #openstack-dev | 03:02 | |
*** Chaser has joined #openstack-dev | 03:03 | |
morganfainberg | jamielennox, uhm. question | 03:03 |
morganfainberg | jamielennox if you're here | 03:04 |
*** martine has joined #openstack-dev | 03:04 | |
morganfainberg | jamielennox, if a user has a default_project_id… should it automatically scope the user to that project on token issuance? | 03:04 |
*** martine is now known as Guest21942 | 03:04 | |
morganfainberg | if no other project is specified? | 03:04 |
*** freedomhui has joined #openstack-dev | 03:06 | |
*** xjiujiu has joined #openstack-dev | 03:08 | |
*** kenperkins has joined #openstack-dev | 03:08 | |
*** dims has quit IRC | 03:08 | |
*** paragan has joined #openstack-dev | 03:08 | |
morganfainberg | … wow | 03:11 |
jamielennox | morganfainberg:, a user shouldn't have a default_project_id - that's a project wide setting | 03:12 |
morganfainberg | jamielennox, default_project_id is (in the user_ref) [v3] equivalent to tenantId in v2.0 | 03:13 |
*** xjiujiu has quit IRC | 03:13 | |
jamielennox | sory default_project_id, for some reason i read default_domain_id | 03:13 |
morganfainberg | yep. | 03:13 |
morganfainberg | looks like our tests have been broken for a while | 03:13 |
*** xjiujiu has joined #openstack-dev | 03:14 | |
morganfainberg | new_user_ref has been setting "project_id" | 03:14 |
*** n0ano has quit IRC | 03:14 | |
morganfainberg | and a lot of tests assumed no auto-scoping | 03:14 |
morganfainberg | phew, this bug keeps generating more and more rabbit holes. | 03:14 |
*** freedomhui has quit IRC | 03:15 | |
jamielennox | hmm, i don't know how that one works - i can see why they would have a default_project_id | 03:15 |
morganfainberg | yep. | 03:15 |
jamielennox | quoting: | 03:16 |
jamielennox | If neither a project nor a domain is provided for scope, and the authenticating user has a defined default project (the user's default_project_id attribute), then this will be treated as the preferred authorization scope. If there is no default project defined, then a token will be issued without an explicit scope of authorization. | 03:16 |
morganfainberg | i'm cleaning up the bad mismatch of tenantId vs tenant_id vs default_project_id vs project_id | 03:16 |
*** freedomhui has joined #openstack-dev | 03:16 | |
morganfainberg | and making sure v2.0 calls always return users with tenantId instead of tenant_id or default_project_id or project_id | 03:17 |
jamielennox | so in the event of having no scope if there is a default_project_id there should be a token scoped to that | 03:17 |
morganfainberg | and v3 calls always return default_project_id instead of tenantId blah blah (provided it's set that is) | 03:17 |
morganfainberg | yep | 03:17 |
*** jimjiang has joined #openstack-dev | 03:17 | |
morganfainberg | jamielennox: https://github.com/openstack/keystone/blob/master/keystone/tests/test_v3.py#L209 | 03:18 |
jamielennox | i don't know enough of the back ground for some of that | 03:18 |
morganfainberg | just bit me, see how it sets "project_id" not "default_project_id" | 03:18 |
morganfainberg | i fixed that, and a bunch of tests all failed because the token was now auto-scoped | 03:18 |
morganfainberg | :P | 03:18 |
jamielennox | oh, yep | 03:18 |
morganfainberg | tests have been making assumptions that shouldn't have been made for a while it looks like | 03:19 |
jamielennox | so if you set dfeault_project_id does it work | 03:19 |
jamielennox | is the value accepted | 03:19 |
morganfainberg | yep, it autoscopes | 03:19 |
morganfainberg | all the tests were explicitly looking for unscoped tokens, vs. scoped. if an explicit project is defined in the auth_payload (project: { id: <id>}} | 03:20 |
morganfainberg | it scopes to the right project, even w/ default_project_id set | 03:20 |
jamielennox | how the hell does this stuff happen? | 03:20 |
jamielennox | so was project_id being accepted and placed in the 'extra' db field or something | 03:21 |
morganfainberg | yep. | 03:21 |
morganfainberg | just wasn't being used for anything | 03:21 |
morganfainberg | jamielennox, https://review.openstack.org/#/c/46207/ making default_project_id a real first-order member of the SQL identity backend, and would work if mapped for ldap | 03:22 |
morganfainberg | and doing a bunch of cleanup on things. | 03:22 |
morganfainberg | but, it's amazing some of the landmines i've run into | 03:22 |
morganfainberg | grizzly doesn't normalize the default_project_id for v2/v3 requests | 03:22 |
ayoung | jamielennox, I was out for the evening...just got back | 03:22 |
jamielennox | i've been out of touch with this stuff for too long | 03:22 |
ayoung | don';t have long, as the Mrs is going to be sending me to bed soon....what's up | 03:23 |
morganfainberg | jamielennox, hehe well you helped me out. you were quicker on finding that quote on expected behavior faster than i was able to | 03:23 |
jamielennox | ayoung: i was going to argue your sessions review, it can wait | 03:23 |
ayoung | I'm not hard and fast on that...just was my response. The code is structured fine | 03:24 |
ayoung | the name is off | 03:24 |
ayoung | it isn't really a session | 03:24 |
*** xjiujiu has quit IRC | 03:24 | |
ayoung | but we need better Dependency Resolution...not in the scope of this change | 03:24 |
*** xjiujiu has joined #openstack-dev | 03:24 | |
jamielennox | yea, i wasn't following that - i'm not sure how dep resolution is relevant here or what you want it for | 03:25 |
*** gongysh has joined #openstack-dev | 03:25 | |
*** pmcg_ is now known as pmcg | 03:25 | |
ayoung | jamielennox, the cleanup, as I see it, is that you are scoping things down...but it is the places where you replace direct parameters with parameters scoped to the session object that caught my eye | 03:25 |
ayoung | jamielennox, all those deprecated variables in the __init__ function | 03:26 |
ayoung | jamielennox, why is it just this particular subset of variables that becomes the session? | 03:27 |
jamielennox | ayoung: i'm not sure we're thinking the same thing - i'm looking to create a communication object rather than a base class | 03:27 |
jamielennox | i want one object that is responsible for all the http communication in openstack | 03:27 |
jamielennox | kerberos, x509 everything else | 03:27 |
jamielennox | i want it to control http sessions and keep-alives | 03:28 |
ayoung | those are auth methods\ | 03:28 |
ayoung | ok | 03:28 |
jamielennox | ayoung: yes and no | 03:28 |
ayoung | that is kindof the definition of "client" | 03:28 |
ayoung | nah, disregard the auth method comment ...out of order comment on what you were saying...go on\ | 03:29 |
jamielennox | ok, ignore kerb, x509 server certs are not auth | 03:29 |
ayoung | SSL, right | 03:29 |
jamielennox | and kerb is debatable because the handshake has to happen before you get to do auth | 03:29 |
jamielennox | and by auth here i mean keystone auth | 03:29 |
jamielennox | so i want the one entry point (which we control) which all the clients will make use of | 03:30 |
ayoung | so this is not a request...and the whole code base is a client...so you took something in the middle, and decided on session...but session is the wrong term. | 03:31 |
ayoung | The question is what is the right term | 03:31 |
jamielennox | somewhat but http session is the best analogy i can find | 03:31 |
ayoung | we also have a user agent.... | 03:31 |
*** neelashah has quit IRC | 03:32 | |
ayoung | if we were doing sessions, I would agree.... | 03:32 |
ayoung | I really think you are wriritn *the* agent | 03:32 |
ayoung | er | 03:32 |
ayoung | client | 03:32 |
ayoung | the rest of the values are values that are Keystone specific content | 03:33 |
ayoung | user_id and such | 03:33 |
ayoung | the stuff in session is http specific only, right? | 03:33 |
jamielennox | yes | 03:33 |
jamielennox | that was my split. The base client object was going to be nothing more than a couple of helper functions and speciying what endpoint type to use | 03:34 |
jamielennox | then a bunch of managers that belong to the clien t | 03:34 |
ayoung | Names are important. Your code is structured correctly. I think you are looking for a new term because the old term has been abused | 03:35 |
jamielennox | my 'session' though doesn't have any client informatoin | 03:35 |
jamielennox | its a channel | 03:35 |
ayoung | its an http manager | 03:35 |
jamielennox | a way of using an auth_plugin to talk to something | 03:35 |
ayoung | mediator? not quite... | 03:36 |
jamielennox | better, but not right | 03:36 |
ayoung | proxy...adapter...neither of those fit | 03:36 |
ayoung | bridge. | 03:36 |
morganfainberg | jamielennox, i'm going to agree with ayoung here. A session would imply session in the sense of browser…or SQL connection…etc | 03:36 |
ayoung | THis is Bridge design pattern | 03:36 |
jamielennox | this was alessio's HTTPClient, but that was just way to abused | 03:36 |
ayoung | jamielennox, it is really the right term...but, as you say, abused. Also, it sounds like the client should be the outermost object, and this is more internal | 03:37 |
jamielennox | it was somewhat based around Requests has a HttpSession object which you issue requests through - it will recreate a connection if there is not one established | 03:38 |
jamielennox | morganfainberg: it's this one: https://review.openstack.org/#/c/43829/ | 03:38 |
ayoung | https://en.wikipedia.org/wiki/Front_Controller_pattern | 03:38 |
ayoung | Controller is probably the best my addled wits are going to come up with tonight | 03:38 |
jamielennox | ayoung: it's the reverse of that | 03:39 |
*** Guest21942 has quit IRC | 03:39 | |
ayoung | Mediator? | 03:39 |
ayoung | Servant...I'm looking here https://en.wikipedia.org/wiki/Design_pattern_%28computer_science%29 | 03:39 |
jamielennox | connector, adapter | 03:40 |
morganfainberg | ayoung, adapter | 03:40 |
jamielennox | maybe ClientAdapter | 03:40 |
*** BLZbubba has quit IRC | 03:40 | |
jamielennox | or HTTPAdapter | 03:40 |
ayoung | Adapter goes from one abstraction to another... | 03:40 |
*** xjiujiu has quit IRC | 03:40 | |
ayoung | typically an adapter exposes a well known interface | 03:41 |
*** xjiujiu has joined #openstack-dev | 03:41 | |
morganfainberg | this could be an adapter | 03:41 |
morganfainberg | the V2/v3 properties -> raw-httpclient | 03:42 |
morganfainberg | ? | 03:42 |
morganfainberg | but goign by the design patterns, it does sound like a mediator | 03:42 |
*** zodiak has joined #openstack-dev | 03:42 | |
*** amohn9 has joined #openstack-dev | 03:43 | |
ayoung | not quite....Adapter or Proxy...but translator.... | 03:43 |
ayoung | It is not doing marshalling, but it is part of a remote call.. | 03:43 |
jamielennox | no, it's just a wrapper around doing HTTP calls | 03:43 |
morganfainberg | ayoung, facade? | 03:43 |
ayoung | Nope | 03:43 |
ayoung | the Client is the facade | 03:43 |
morganfainberg | right. | 03:43 |
jamielennox | this whole project is a facade | 03:44 |
ayoung | It is a remote proxy | 03:44 |
ayoung | the Keystone client is a remote proxy | 03:44 |
jamielennox | no because client is always local | 03:45 |
ayoung | jamielennox, the client is the local code for talking to the remote service | 03:45 |
ayoung | def proxy | 03:45 |
jamielennox | remote proxy is a remote concept | 03:45 |
ayoung | thies piece here, though, still feels like a part of the bridge design pattern.... | 03:45 |
ayoung | jamielennox, yes, but a proxy is the interface to something else. in a remtoe proxy, it is the local code that lets you treat a remote object as if it were local | 03:46 |
jamielennox | messenger? | 03:47 |
ayoung | OK..I need sleep....I suspect that the problem we are having with the thing currently named session is that we are looking at it stand alone, and it will be part of a large pattern. | 03:47 |
ayoung | What does it do....what is its purpose? | 03:48 |
*** kenperkins has quit IRC | 03:48 | |
jamielennox | it stashes your http connection parameters so they can be reused in requests | 03:49 |
ayoung | it represents all HTTP calls to be made...is it a protocol object? Strategy pattern, where we could swap out one for the other? | 03:49 |
ayoung | is it really a request factory? | 03:50 |
jamielennox | no, it wants to be more persistent so that we can do long lived connection | 03:50 |
jamielennox | s | 03:50 |
jamielennox | and it will have a auth_plugin attached to it so that it can do authenticated requests | 03:51 |
ayoung | abstract factory. the concrete objects are the requests: post, get ,etc? | 03:51 |
ayoung | this thing stays around to maintain the common state | 03:51 |
jamielennox | they aren't objects, they are methods | 03:51 |
jamielennox | maybe we just call the thing requestor | 03:52 |
ayoung | I'm going to sleep on it. | 03:52 |
jamielennox | no worries, talk to you later | 03:52 |
*** ljjjustin has quit IRC | 03:54 | |
*** danwent has joined #openstack-dev | 03:54 | |
*** neoXsys has quit IRC | 03:54 | |
morganfainberg | jamielennox, i swear i'm going to get to reviewing your changesets soon | 03:55 |
morganfainberg | just trying to kill this RC1 bug | 03:55 |
morganfainberg | https://review.openstack.org/#/c/46207/ | 03:55 |
*** herndon has quit IRC | 03:55 | |
*** ljjjustin has joined #openstack-dev | 03:55 | |
*** Mandell has joined #openstack-dev | 03:57 | |
jamielennox | why would you change get_project_users to get_project_user_ids? | 03:57 |
*** kenperkins has joined #openstack-dev | 03:57 | |
morganfainberg | you still need to get associated users, but it prevents the need for assignment to call identity | 03:57 |
morganfainberg | the controller can do that work | 03:58 |
morganfainberg | I should probably put that in the commit message. i think you're the 2nd or third person to ask me that | 03:58 |
*** fandikurnia01 has joined #openstack-dev | 03:58 | |
morganfainberg | and less cross chatter means it's easier to normalize the tenantId, default_project_id, etc since the controller has that logic | 03:58 |
*** xjiujiu has quit IRC | 03:59 | |
*** xjiujiu has joined #openstack-dev | 03:59 | |
jamielennox | no that's ok, if we are seperating assignments and users we should do it properly | 03:59 |
morganfainberg | most of the cases get_project_users was called, you just used a list comprehension to extract the user_ids | 03:59 |
jamielennox | also it was another N+1 lookup anyway | 04:00 |
morganfainberg | yep. | 04:00 |
jamielennox | i would kind of like to attack the sql backend | 04:00 |
morganfainberg | in icehouse i know i'm going to be really looking hard at the performance implications. | 04:00 |
morganfainberg | nice. | 04:01 |
morganfainberg | it could use some restructuring | 04:01 |
ayoung | it needs a chainsaw | 04:01 |
morganfainberg | ayoung, yes. yes it does | 04:01 |
ayoung | I think we can cut the ties between assignments and identity | 04:01 |
*** xchu has quit IRC | 04:01 | |
jamielennox | i think you should split the bug fixes | 04:01 |
ayoung | just been doing it in small pieces | 04:01 |
jamielennox | because for example this https://review.openstack.org/#/c/46207/7/etc/keystone.conf.sample is really confusing | 04:02 |
ayoung | I want get_project_users to go away | 04:02 |
morganfainberg | jamielennox, the domain bug fix is a side effect of repurposing businessCategory | 04:02 |
ayoung | all we are going to have in a federated case is the user_id | 04:02 |
morganfainberg | jamielennox, i could split it out to a 3 or 4 line fix i guess. | 04:02 |
jamielennox | no i kind of get it, but looking at that file we have renamed a domain_id attribute to a default_project_id attribute | 04:02 |
jamielennox | my draft comment says - what? | 04:03 |
morganfainberg | ayoung, i kind of like the idea of making the internal "id" just another federated service (effectively) that talks something we can consume | 04:03 |
morganfainberg | ayoung, really silo/hard split that (perhaps keystone-id process) that can run multiples if needed. | 04:04 |
jamielennox | +1, i also wonder if that means the same process could be done to the other managers... | 04:04 |
*** anniec has joined #openstack-dev | 04:04 | |
jamielennox | it's probably impracticle but seperation wise it should be able to be done | 04:05 |
morganfainberg | jamielennox, it should be doable, even today… just a clever use of paste-files | 04:05 |
*** davi67232 has quit IRC | 04:06 | |
*** pmathews has joined #openstack-dev | 04:06 | |
morganfainberg | jamielennox, but i think we should approach that kind of change carefully. id makes a lot of sense if we hard push towards federated id across the board | 04:06 |
*** kenperkins has quit IRC | 04:06 | |
jamielennox | right, it's just an interesting concepts | 04:06 |
morganfainberg | jamielennox, though if done right we could make a bridge pattern (i think this is the right one) that can talk direct if the manager is local, or via <protocol> if it's not | 04:07 |
*** anniec_ has joined #openstack-dev | 04:07 | |
morganfainberg | enforce all managers should work like that. | 04:07 |
*** kenperkins has joined #openstack-dev | 04:07 | |
jamielennox | morganfainberg: look at the nova object model - i started something like that for keystone a little while ago | 04:08 |
jamielennox | decided against it until that landed in oslo | 04:08 |
morganfainberg | jamielennox, i'm familiar with it. did a some conversations w/ comstud and dansmith about it earlier on in havana | 04:08 |
jamielennox | it has a bit of overhead that we don't need currently but is the perfect fit for extracting things like that | 04:08 |
morganfainberg | jamielennox, it is a nice concept. esp. if it gets into oslo | 04:09 |
*** anniec has quit IRC | 04:09 | |
*** anniec_ is now known as anniec | 04:09 | |
morganfainberg | jamielennox, i would almost argue that it didn't go quite far enough (yet) and the dehydration/rehydration should be pluggable. | 04:10 |
*** neoXsys has joined #openstack-dev | 04:10 | |
morganfainberg | e.g. want to use protobuf, use protobuf, want to use <blah cool new thing> use <blah cool new thing> | 04:10 |
morganfainberg | but that is another argument for another time ;) | 04:10 |
jamielennox | i don't think that would matter for this stuff, it would be interesting to see if you could use that to create your public apis though | 04:11 |
morganfainberg | yep. | 04:11 |
*** finchd has joined #openstack-dev | 04:11 | |
morganfainberg | oh i need to think about what i'm going to say about keystone at a local meetup | 04:12 |
morganfainberg | :P | 04:12 |
* morganfainberg ponders | 04:12 | |
jamielennox | this whole thing needs to be cleaned up, the normalize_default_project_ids shouldn't be needed all over the place | 04:12 |
jamielennox | and by this whole thing i don't mean your patch | 04:12 |
morganfainberg | jamielennox, yeah. | 04:12 |
morganfainberg | i totally agree | 04:12 |
jamielennox | i think what we don't do and need to start thinking about is internal apis | 04:13 |
morganfainberg | jamielennox, i would agree about that a lot | 04:13 |
ayoung | morganfainberg, https://review.openstack.org/#/c/34161/ I just +2ed. I think all questions were handled. I don't know about proxies, but I don't think it is a regression wrt those | 04:13 |
jamielennox | if we allow someone to plugin their own assignment backend, what does that look like | 04:13 |
*** sridevi has joined #openstack-dev | 04:13 | |
ayoung | morganfainberg, talk about the LDAP /SQL split | 04:13 |
ayoung | that is what people care about | 04:14 |
morganfainberg | ayoung, that is on the list. this is also the first "keystone" talk they'll have had | 04:14 |
morganfainberg | so some intro to keystone has been asked for as well | 04:14 |
jamielennox | yea, i had some people asking me about that here too | 04:14 |
*** kushal has quit IRC | 04:14 | |
*** xchu has joined #openstack-dev | 04:14 | |
ayoung | give the historical perspective...at first, nova had a userid/password... | 04:14 |
morganfainberg | ayoung, i'll look over that one (the review) before i head out. | 04:14 |
*** fandikurnia01 has quit IRC | 04:15 | |
ayoung | morganfainberg, http://adam.younglogic.com/2013/07/a-vision-for-keystone/ | 04:16 |
morganfainberg | ayoung, ah, thanks for the reminder on that post. (it really is good btw) | 04:16 |
morganfainberg | ayoung, :) | 04:16 |
*** fandikurnia01 has joined #openstack-dev | 04:16 | |
ayoung | thanks | 04:16 |
*** xjiujiu has quit IRC | 04:16 | |
*** xjiujiu has joined #openstack-dev | 04:17 | |
morganfainberg | jamielennox, if we support ABC and start formalizing the internal apis, i think that could be very good. | 04:17 |
morganfainberg | jamielennox, but that also comes with that concept of making managers possible to be split (again, id being the first one imo) | 04:18 |
jamielennox | i don't think it's ready. That api changes every week | 04:18 |
morganfainberg | jamielennox, maybe slate that as a discussion to happen J-timeline | 04:19 |
*** adam_g has quit IRC | 04:19 | |
morganfainberg | jamielennox, i am very pleased with the general direction H has gone, and i think I will be continued improvement | 04:19 |
*** torgomatic has quit IRC | 04:19 | |
*** russellb has quit IRC | 04:19 | |
*** phschwartz has quit IRC | 04:19 | |
*** rgoodwin has quit IRC | 04:19 | |
*** zigo_ has joined #openstack-dev | 04:19 | |
*** zigo has quit IRC | 04:19 | |
morganfainberg | heck, i want to run Havana keystone today in my production environments, there are a lot of wins it brings to the table | 04:20 |
*** galstrom_zzz has quit IRC | 04:20 | |
*** radsy has quit IRC | 04:21 | |
*** fandikurnia01 has quit IRC | 04:21 | |
*** rgoodwin has joined #openstack-dev | 04:22 | |
*** tris has quit IRC | 04:22 | |
*** russellb has joined #openstack-dev | 04:22 | |
*** phschwartz has joined #openstack-dev | 04:23 | |
*** galstrom_zzz has joined #openstack-dev | 04:23 | |
*** galstrom_zzz is now known as galstrom | 04:23 | |
*** torgomatic has joined #openstack-dev | 04:23 | |
*** tris has joined #openstack-dev | 04:23 | |
*** oubiwann has joined #openstack-dev | 04:24 | |
*** cyeoh_ has joined #openstack-dev | 04:25 | |
*** cyeoh_ is now known as cyeoh | 04:25 | |
*** kenperkins has quit IRC | 04:27 | |
*** xjiujiu has quit IRC | 04:27 | |
*** xjiujiu has joined #openstack-dev | 04:27 | |
*** zaitcev has quit IRC | 04:28 | |
*** jhesketh__ has quit IRC | 04:33 | |
*** kenperkins has joined #openstack-dev | 04:33 | |
*** kushal has joined #openstack-dev | 04:34 | |
*** Ruetobas has joined #openstack-dev | 04:36 | |
*** xjiujiu has quit IRC | 04:37 | |
*** xjiujiu has joined #openstack-dev | 04:38 | |
morganfainberg | ugh. i am tired. missed a couple typos in the amends of that review. | 04:40 |
* morganfainberg uploads 2 useless patchsets *sigh* | 04:40 | |
*** Ruetobas has quit IRC | 04:40 | |
*** Ruetobas has joined #openstack-dev | 04:40 | |
morganfainberg | jamielennox, it doesn't look like a regression (agree with ayoung on this) wrt the proxies | 04:41 |
morganfainberg | jamielennox, do you feel that is a real concern at all? i know you commented | 04:41 |
morganfainberg | jamielennox, but i just don't see it having solid support with httplib either. | 04:41 |
jamielennox | no i don't think proxy handling is an issue here | 04:41 |
morganfainberg | ok. everything else looks good then | 04:42 |
jamielennox | i was just replying to the other commentor | 04:42 |
morganfainberg | yeah. | 04:42 |
morganfainberg | pressed go | 04:42 |
morganfainberg | it looks good | 04:42 |
morganfainberg | and you covered everything as far as i can tell. | 04:42 |
jamielennox | i'll admit, that's a scary one to let into the wild - if it breaks a lot of people will tell us | 04:43 |
morganfainberg | yep. | 04:43 |
morganfainberg | hopefully it will break a minimal number … at best | 04:43 |
jamielennox | there is no sample config file to update or anything either | 04:44 |
morganfainberg | jamielennox, hehe. | 04:44 |
morganfainberg | jamielennox, any input on my normalize_default_things_Everywhere patch will be appreciated, that has been quite the rabbithole to dive into. | 04:45 |
morganfainberg | jamielennox, i don't want to miss anything. | 04:45 |
jamielennox | alright, i started it but it was still fairly in flux | 04:45 |
morganfainberg | then i can go back and make a grizzly fix that just does in-line replacement magic. | 04:45 |
morganfainberg | jamielennox, yeah i'm done with uploading patchsets. i hope granade is happy with this one. | 04:46 |
*** colinmcnamara has quit IRC | 04:46 | |
*** jhesketh__ has joined #openstack-dev | 04:46 | |
morganfainberg | tomorrow will be the earliest anything else will be uploaded for it | 04:46 |
morganfainberg | and i can address any comments if you have them. | 04:46 |
jamielennox | why can't normalize_default_project_id be done within get_user? | 04:47 |
morganfainberg | you mean in the identity back end? | 04:48 |
*** madan has joined #openstack-dev | 04:48 | |
morganfainberg | erm manager? | 04:48 |
*** SergeyLukjanov has joined #openstack-dev | 04:49 | |
*** kenperkins has quit IRC | 04:50 | |
jamielennox | so it looks like normalize_default_project_id takes removes takes the default_project_id and sets it to tenantId if set | 04:50 |
morganfainberg | on the V2Controller | 04:50 |
jamielennox | ah | 04:50 |
morganfainberg | v2 api spec says default project is "tenantId" | 04:50 |
*** xjiujiu has quit IRC | 04:50 | |
morganfainberg | v3 is default_project_id | 04:51 |
jamielennox | why not just pick one and stick with it until representation? | 04:51 |
morganfainberg | this patchset normalizes everything except what is passed (potentially) out to the use via a controller to default_project_id | 04:52 |
morganfainberg | in SQL identity backend, that is now a column | 04:52 |
morganfainberg | the normalize_default_project_id calls are (should be) used to get the "right" version to the right version controller | 04:52 |
*** pmathews has quit IRC | 04:53 | |
jamielennox | ok, so it is just doing it in the representation part anyway | 04:53 |
morganfainberg | yep. | 04:53 |
morganfainberg | that was what dolph requested, moving the normalize to the controller | 04:54 |
morganfainberg | vs. the manager being smart | 04:54 |
jamielennox | yea, no that's right | 04:54 |
jamielennox | i'm in favour of a views layer myself but that was shot down a while ago | 04:54 |
*** nshaikh has joined #openstack-dev | 04:55 | |
morganfainberg | jamielennox, i think that would make sense in the longer term | 04:55 |
jamielennox | yea, wasn't the most important thing at the time | 04:55 |
morganfainberg | but i think we have other more pressing things before we should look at mucking with that data | 04:55 |
*** prekarat has joined #openstack-dev | 04:55 | |
morganfainberg | at the presentation moment | 04:55 |
morganfainberg | i see that being a solid possibility in the same-ish timeline as more normalize/formalized internal apis | 04:56 |
morganfainberg | but that is just my uneducated pull-it-out-of-thin-air guess | 04:56 |
morganfainberg | ;) | 04:56 |
jamielennox | is it reasonable to add a user to the project if they update the default_project_id? | 04:57 |
morganfainberg | i think that was a different patchset for v3 | 04:57 |
jamielennox | i would have thought you would do a add user to project and then set the default | 04:57 |
morganfainberg | that behavior was in v2.0 | 04:58 |
*** arnaud has joined #openstack-dev | 04:58 | |
morganfainberg | but i didn't want to add that behavior here. | 04:58 |
morganfainberg | since it already didn't happen | 04:58 |
jamielennox | so in v2 we just add the user to the project | 04:58 |
morganfainberg | and remove them from the old default tenant | 04:59 |
jamielennox | why remove them? | 04:59 |
morganfainberg | that was the behavior | 04:59 |
morganfainberg | i don't ask questions in that sense. | 04:59 |
jamielennox | their is some weird things in this code | 05:00 |
morganfainberg | yeah. | 05:00 |
morganfainberg | actually, i think i need to fix update_default_tenant | 05:00 |
morganfainberg | to not remove them | 05:00 |
*** amohn9 has quit IRC | 05:00 | |
*** prekarat has quit IRC | 05:00 | |
morganfainberg | but an update if it included tenantId and it changed did remove them | 05:00 |
morganfainberg | i don't know. | 05:00 |
*** yaguang has quit IRC | 05:03 | |
*** neeti has joined #openstack-dev | 05:03 | |
jamielennox | is there a test there that check's scoping behaviour with default_project_id ? | 05:04 |
morganfainberg | look for tests with "default_project_id" in the name | 05:05 |
jamielennox | there is the 2 in test_v3_identity | 05:05 |
morganfainberg | there are a couple | 05:05 |
morganfainberg | test_v3_auth | 05:05 |
morganfainberg | i think is where those are hiding | 05:05 |
jamielennox | there are a couple in v3/test_users.py but that is testing user creation | 05:08 |
*** SergeyLukjanov has quit IRC | 05:08 | |
morganfainberg | right. sec. | 05:08 |
*** freedomhui has quit IRC | 05:08 | |
morganfainberg | http://git.openstack.org/cgit/openstack/keystone/tree/keystone/tests/test_v3_auth.py#n930 | 05:09 |
jamielennox | ugh, i'm an idiot | 05:10 |
morganfainberg | jamielennox, nah. they are just hiding. | 05:10 |
jamielennox | i was grepping keystoneclient :( | 05:10 |
morganfainberg | lol | 05:10 |
morganfainberg | i swear i've never done that before | 05:10 |
morganfainberg | >.> | 05:10 |
*** anniec has quit IRC | 05:11 | |
jamielennox | the test code looks nothing alike - i think i need a coffee | 05:11 |
*** dmakogon_ has joined #openstack-dev | 05:14 | |
*** prekarat has joined #openstack-dev | 05:14 | |
jamielennox | user_list = list(user_table.select().execute()) | 05:15 |
*** aeperezt has quit IRC | 05:15 | |
jamielennox | is the list done on purpose? that could bring a lot of users into memory | 05:15 |
*** prekarat has quit IRC | 05:15 | |
*** prekarat has joined #openstack-dev | 05:15 | |
morganfainberg | jamielennox, hrm. you know i was copying another example one | 05:16 |
morganfainberg | i'll need to see if that was to avoid cross-sessions | 05:16 |
morganfainberg | or if that was just because my example was doing similar work | 05:16 |
*** jbresnah_ is now known as jbresnah | 05:18 | |
jamielennox | also you think it's a problem to reuse businessCategory for a project_id when it used to be the default domain? | 05:20 |
morganfainberg | jamielennox, used to be user_domain, but that has been stripped out. the default is to also ignore it. | 05:22 |
morganfainberg | config wise | 05:22 |
*** aditirav has joined #openstack-dev | 05:22 | |
morganfainberg | i don't know. hard to tell. but there just isn't a good mapping for default_project_id | 05:23 |
morganfainberg | short of disabling that functionality in ldap... | 05:23 |
morganfainberg | (not a bad idea really) | 05:23 |
morganfainberg | jamielennox, any thoughts on disable or a different mapping in the inetorgperson ldap object class? | 05:23 |
jamielennox | right, but thinking of the upgrade path where it was once configured and is not updated with the upgrade it would pull in the domain | 05:23 |
jamielennox | disable | 05:23 |
jamielennox | leave the option, but if you're doing ldap you expect to have to figure that stuff out anyway | 05:24 |
morganfainberg | jamielennox, the default is it is in the user_ignore_attributes (config) | 05:24 |
morganfainberg | so it wont be returned unless that attribute is changed. | 05:24 |
morganfainberg | erm config | 05:24 |
jamielennox | oh, ok - then leave it i guess | 05:24 |
jamielennox | i took the change in the config sample to mean the default value had changed | 05:25 |
morganfainberg | it did. | 05:25 |
morganfainberg | but the ignore was also changed. | 05:25 |
jamielennox | actually scrap that, delete it - what's commented out in the config file should be what is defaulted to in the codee | 05:25 |
morganfainberg | did I not update the sample on that? | 05:25 |
morganfainberg | yep, need to fix line 298 in the sample config | 05:26 |
morganfainberg | so it says "default_project_id" not "tenant_id" | 05:26 |
morganfainberg | it probably would have answered that question if i had updated both | 05:27 |
*** claxton_ has joined #openstack-dev | 05:28 | |
*** claxton_ has quit IRC | 05:30 | |
*** claxton_ has joined #openstack-dev | 05:30 | |
*** yaguang has joined #openstack-dev | 05:32 | |
*** michchap has joined #openstack-dev | 05:32 | |
*** otherwiseguy has quit IRC | 05:33 | |
*** wfoster_away is now known as wfoster | 05:34 | |
*** xchu has quit IRC | 05:35 | |
*** rdopieralski has joined #openstack-dev | 05:36 | |
*** rushiagr has joined #openstack-dev | 05:37 | |
*** dubsquared has joined #openstack-dev | 05:42 | |
*** madan has quit IRC | 05:42 | |
*** stevemar has joined #openstack-dev | 05:42 | |
morganfainberg | jamielennox, ok i'm headed out. | 05:43 |
morganfainberg | jamielennox, have a good one man | 05:43 |
jamielennox | morganfainberg: good night | 05:43 |
*** dubsquared has quit IRC | 05:47 | |
*** xchu has joined #openstack-dev | 05:47 | |
*** jvrbanac has quit IRC | 05:50 | |
*** claxton has joined #openstack-dev | 05:52 | |
*** claxton_ has quit IRC | 05:52 | |
stevemar | morganfainberg and jamielennox are up too late | 05:56 |
jamielennox | morganfainberg maybe, its 3:55pm here | 05:56 |
*** comay has quit IRC | 05:57 | |
*** Ryan_Lane has joined #openstack-dev | 05:59 | |
*** sthaha has quit IRC | 06:00 | |
*** stevemar has quit IRC | 06:01 | |
*** neeti has quit IRC | 06:01 | |
*** o_petit has joined #openstack-dev | 06:13 | |
*** jhesketh__ has quit IRC | 06:13 | |
*** jprovazn has joined #openstack-dev | 06:14 | |
*** devvesa has joined #openstack-dev | 06:17 | |
*** jpeeler has quit IRC | 06:18 | |
*** nayward has joined #openstack-dev | 06:18 | |
*** yolanda has joined #openstack-dev | 06:21 | |
*** terriyu has quit IRC | 06:25 | |
*** erkules_ is now known as erkules | 06:25 | |
*** claxton has quit IRC | 06:25 | |
*** prekarat1 has joined #openstack-dev | 06:30 | |
*** prekarat has quit IRC | 06:30 | |
*** Max_ has joined #openstack-dev | 06:39 | |
*** YorikSar has quit IRC | 06:39 | |
*** rushiagr has quit IRC | 06:39 | |
*** mrunge has joined #openstack-dev | 06:39 | |
*** flaper87|afk is now known as flaper87 | 06:39 | |
*** chandankumar has joined #openstack-dev | 06:40 | |
*** rushiagr has joined #openstack-dev | 06:40 | |
chandankumar | hello | 06:40 |
chandankumar | i am facing problem while running ./stack.sh | 06:40 |
chandankumar | i am trying to deploy devstack on fedora 19 | 06:40 |
*** claxton has joined #openstack-dev | 06:41 | |
chandankumar | for that i have created localrc file: http://fpaste.org/39282/13790545/ | 06:42 |
mrunge | chandankumar, what is your problem? | 06:42 |
chandankumar | the problem is : http://fpaste.org/39283/05458713/ | 06:43 |
chandankumar | mrunge, i am deploying it in a bare metal | 06:43 |
*** danwent has quit IRC | 06:46 | |
mrunge | chandankumar, fwiw you should NEVER deploy devstack on bare metal; use a disposable machine | 06:47 |
*** dmakogon_ has quit IRC | 06:48 | |
*** Max_ has quit IRC | 06:48 | |
*** sld-away is now known as sld | 06:48 | |
chandankumar | mrunge, disposable machine means? | 06:48 |
chandankumar | vm | 06:48 |
mrunge | chandankumar, and IMHO you need to specify an IP address | 06:48 |
*** prekarat1 has quit IRC | 06:48 | |
mrunge | vm for example | 06:48 |
mrunge | because devstack is not removable again | 06:49 |
*** ndipanov has joined #openstack-dev | 06:49 | |
mrunge | chandankumar, as far as I can see, your issue is not related to fedora and should be a general issue | 06:50 |
chandankumar | mrunge, i am not trying to deploy in vm now | 06:50 |
*** sahid has joined #openstack-dev | 06:51 | |
*** egallen has joined #openstack-dev | 06:52 | |
*** yaguang has quit IRC | 06:53 | |
*** xjiujiu has joined #openstack-dev | 06:53 | |
*** yaguang has joined #openstack-dev | 06:55 | |
*** yaguang has quit IRC | 06:55 | |
*** reidrac has joined #openstack-dev | 06:56 | |
*** yaguang has joined #openstack-dev | 06:58 | |
*** jamielennox has quit IRC | 06:59 | |
*** eglynn has joined #openstack-dev | 07:00 | |
*** giulivo has joined #openstack-dev | 07:04 | |
*** vartom11 has joined #openstack-dev | 07:05 | |
*** prekarat has joined #openstack-dev | 07:07 | |
*** yaguang has quit IRC | 07:08 | |
*** Max_ has joined #openstack-dev | 07:09 | |
*** o_petit has quit IRC | 07:09 | |
*** markwash has quit IRC | 07:10 | |
*** yaguang has joined #openstack-dev | 07:11 | |
*** xqueralt-afk is now known as xqueralt | 07:11 | |
*** xjiujiu has quit IRC | 07:11 | |
*** xjiujiu has joined #openstack-dev | 07:12 | |
*** e1mer has quit IRC | 07:12 | |
*** bashok has joined #openstack-dev | 07:13 | |
*** michchap has quit IRC | 07:15 | |
*** yaguang has quit IRC | 07:19 | |
*** xjiujiu has quit IRC | 07:19 | |
*** xjiujiu has joined #openstack-dev | 07:20 | |
*** asavu has joined #openstack-dev | 07:20 | |
*** rushiagr has quit IRC | 07:20 | |
*** o_petit has joined #openstack-dev | 07:20 | |
*** eglynn has quit IRC | 07:23 | |
*** freedomhui has joined #openstack-dev | 07:26 | |
*** xjiujiu has quit IRC | 07:27 | |
*** xjiujiu has joined #openstack-dev | 07:27 | |
*** HenryG has quit IRC | 07:30 | |
*** gimps__ has quit IRC | 07:30 | |
*** henrynash has joined #openstack-dev | 07:30 | |
*** HenryG has joined #openstack-dev | 07:31 | |
*** afazekas has joined #openstack-dev | 07:31 | |
*** xjiujiu has quit IRC | 07:31 | |
*** Kurt_Jiang has joined #openstack-dev | 07:31 | |
*** rushiagr has joined #openstack-dev | 07:32 | |
*** romcheg has joined #openstack-dev | 07:34 | |
*** e1mer has joined #openstack-dev | 07:36 | |
*** yaguang has joined #openstack-dev | 07:38 | |
*** e1mer has quit IRC | 07:38 | |
*** johnthetubaguy has joined #openstack-dev | 07:39 | |
*** giulivo has quit IRC | 07:41 | |
*** vartom12 has joined #openstack-dev | 07:42 | |
*** ljjjustin has quit IRC | 07:42 | |
*** mmagr has joined #openstack-dev | 07:42 | |
*** vartom11 has quit IRC | 07:43 | |
*** JordanP has joined #openstack-dev | 07:43 | |
*** turul_ has joined #openstack-dev | 07:44 | |
*** afazekas is now known as afazekas__ | 07:44 | |
*** turul_ is now known as afazekas | 07:44 | |
*** claxton has quit IRC | 07:44 | |
*** Max_ has quit IRC | 07:47 | |
*** e1mer has joined #openstack-dev | 07:47 | |
*** Max_ has joined #openstack-dev | 07:48 | |
*** ifarkas has joined #openstack-dev | 07:48 | |
*** salv-orlando has quit IRC | 07:50 | |
*** jistr has joined #openstack-dev | 07:51 | |
*** yaguang has quit IRC | 07:52 | |
*** nayward has quit IRC | 07:52 | |
*** corXi has joined #openstack-dev | 07:55 | |
*** e1mer has quit IRC | 07:56 | |
*** KA` is now known as KA | 07:58 | |
*** boden has joined #openstack-dev | 07:58 | |
*** safchain has joined #openstack-dev | 07:58 | |
*** jimjiang_ has joined #openstack-dev | 07:59 | |
*** networkstatic has joined #openstack-dev | 08:00 | |
*** e1mer has joined #openstack-dev | 08:00 | |
*** Alexei_987 has joined #openstack-dev | 08:02 | |
chandankumar | mrunge, i am getting status error :http://paste.fedoraproject.org/39290/79058881/ for some of the instances | 08:02 |
*** jimjiang has quit IRC | 08:02 | |
*** sahid has quit IRC | 08:02 | |
mrunge | chandankumar, you might ask nova guys on this | 08:03 |
chandankumar | mrunge, any channel? | 08:03 |
mrunge | chandankumar, here! | 08:04 |
*** fbo_away is now known as fbo | 08:05 | |
chandankumar | while booting instances on devstack in fedora 19 , i am getting status error | 08:06 |
*** yassine has joined #openstack-dev | 08:06 | |
*** nayward has joined #openstack-dev | 08:06 | |
*** e1mer has quit IRC | 08:06 | |
mrunge | and chandankumar's error is NOSTATE. Any hint from nova guys to debug this? | 08:07 |
mrunge | what kind of state is NOSTATE? | 08:07 |
*** jpich has joined #openstack-dev | 08:07 | |
*** sahid has joined #openstack-dev | 08:08 | |
chandankumar | mrunge, http://paste.fedoraproject.org/39294/90597921 | 08:10 |
chandankumar | for instance showing no state | 08:10 |
mrunge | chandankumar, anything in nova log? | 08:10 |
mrunge | I mean nova logs? | 08:10 |
*** yaguang has joined #openstack-dev | 08:11 | |
chandankumar | checking | 08:13 |
*** corXi has quit IRC | 08:17 | |
ndipanov | #openstack-requirements | 08:18 |
ndipanov | darn | 08:18 |
*** claxton has joined #openstack-dev | 08:18 | |
ndipanov | is there any requirements core here? | 08:18 |
*** chandankumar has left #openstack-dev | 08:18 | |
*** gongysh has quit IRC | 08:18 | |
*** corXi has joined #openstack-dev | 08:19 | |
*** yaguang has quit IRC | 08:20 | |
*** gongysh has joined #openstack-dev | 08:22 | |
*** yaguang has joined #openstack-dev | 08:22 | |
*** rushiagr has quit IRC | 08:24 | |
*** salv-orlando has joined #openstack-dev | 08:24 | |
*** xga has joined #openstack-dev | 08:25 | |
*** lucasagomes has joined #openstack-dev | 08:36 | |
*** pixelb has joined #openstack-dev | 08:36 | |
*** eglynn has joined #openstack-dev | 08:37 | |
*** afazekas has quit IRC | 08:38 | |
*** rushiagr has joined #openstack-dev | 08:41 | |
*** afazekas__ has quit IRC | 08:42 | |
*** giulivo has joined #openstack-dev | 08:43 | |
*** gargya has joined #openstack-dev | 08:46 | |
*** ianw has quit IRC | 08:47 | |
*** romcheg1 has joined #openstack-dev | 08:52 | |
*** romcheg has quit IRC | 08:53 | |
*** prekarat1 has joined #openstack-dev | 08:53 | |
*** xjiujiu has joined #openstack-dev | 08:55 | |
*** freedomhui has quit IRC | 08:56 | |
*** prekarat has quit IRC | 08:56 | |
*** iartarisi has joined #openstack-dev | 08:56 | |
*** zaneb has quit IRC | 08:56 | |
*** zaneb has joined #openstack-dev | 08:57 | |
*** rushiagr has quit IRC | 08:58 | |
*** kushal has quit IRC | 08:59 | |
*** kushal has joined #openstack-dev | 09:01 | |
*** chandankumar has joined #openstack-dev | 09:01 | |
*** danpb has joined #openstack-dev | 09:01 | |
*** neeti has joined #openstack-dev | 09:02 | |
*** xqueralt is now known as xqueralt-afk | 09:02 | |
*** arezmerita has joined #openstack-dev | 09:03 | |
*** asavu has quit IRC | 09:06 | |
*** kaushikc has joined #openstack-dev | 09:06 | |
*** rushiagr has joined #openstack-dev | 09:06 | |
*** o_petit has quit IRC | 09:09 | |
*** gongysh has quit IRC | 09:11 | |
*** rushiagr has quit IRC | 09:11 | |
*** jprovazn has quit IRC | 09:12 | |
*** tkammer has joined #openstack-dev | 09:12 | |
*** o_petit has joined #openstack-dev | 09:13 | |
*** rushiagr has joined #openstack-dev | 09:14 | |
*** adam_g has joined #openstack-dev | 09:15 | |
*** adam_g has quit IRC | 09:15 | |
*** adam_g has joined #openstack-dev | 09:15 | |
*** ndipanov_ has joined #openstack-dev | 09:17 | |
*** ndipanov has quit IRC | 09:17 | |
*** shinylasers has quit IRC | 09:17 | |
*** ndipanov_ has quit IRC | 09:17 | |
*** ndipanov has joined #openstack-dev | 09:18 | |
*** ndipanov has quit IRC | 09:18 | |
*** ndipanov has joined #openstack-dev | 09:19 | |
*** o_petit has quit IRC | 09:21 | |
*** ygbo has joined #openstack-dev | 09:24 | |
*** prekarat1 has quit IRC | 09:25 | |
*** kaushikc has quit IRC | 09:25 | |
*** martyntaylor has joined #openstack-dev | 09:27 | |
*** rushiagr has quit IRC | 09:30 | |
*** yongli has quit IRC | 09:34 | |
*** rushiagr has joined #openstack-dev | 09:35 | |
*** kaushikc has joined #openstack-dev | 09:36 | |
*** alexpilotti has joined #openstack-dev | 09:36 | |
*** Alexei_987 has quit IRC | 09:36 | |
*** boris-42 has joined #openstack-dev | 09:36 | |
*** prekarat has joined #openstack-dev | 09:39 | |
ndipanov | jd__, Daviey ping | 09:39 |
*** ifarkas has quit IRC | 09:39 | |
*** SergeyLukjanov has joined #openstack-dev | 09:41 | |
*** afazekas__ has joined #openstack-dev | 09:42 | |
*** Ruetobas has quit IRC | 09:43 | |
*** arnaud has quit IRC | 09:44 | |
*** o_petit has joined #openstack-dev | 09:45 | |
*** xqueralt-afk is now known as xqueralt | 09:45 | |
*** ifarkas has joined #openstack-dev | 09:45 | |
*** xjiujiu has quit IRC | 09:53 | |
*** SergeyLukjanov has quit IRC | 09:54 | |
*** prekarat has quit IRC | 09:54 | |
*** faramir has quit IRC | 09:56 | |
*** o_petit has quit IRC | 09:56 | |
*** o_petit has joined #openstack-dev | 09:57 | |
*** xchu has quit IRC | 09:58 | |
*** odyssey4me has joined #openstack-dev | 09:58 | |
*** henrynash has quit IRC | 09:58 | |
*** o_petit_ has joined #openstack-dev | 09:58 | |
*** nshaikh has left #openstack-dev | 09:58 | |
*** neeti has quit IRC | 09:59 | |
*** imsurit has joined #openstack-dev | 09:59 | |
*** ifarkas has quit IRC | 10:01 | |
*** o_petit has quit IRC | 10:02 | |
*** jprovazn has joined #openstack-dev | 10:02 | |
*** o_petit_ has quit IRC | 10:04 | |
*** alexpilotti has quit IRC | 10:04 | |
*** ifarkas has joined #openstack-dev | 10:04 | |
*** danpb has quit IRC | 10:07 | |
*** danpb has joined #openstack-dev | 10:09 | |
*** SergeyLukjanov has joined #openstack-dev | 10:10 | |
*** rushiagr has quit IRC | 10:14 | |
*** ifarkas has quit IRC | 10:16 | |
*** xjiujiu has joined #openstack-dev | 10:17 | |
*** nshaikh has joined #openstack-dev | 10:19 | |
*** freedomhui has joined #openstack-dev | 10:20 | |
*** ifarkas has joined #openstack-dev | 10:20 | |
*** mkollaro has joined #openstack-dev | 10:23 | |
*** paragan has quit IRC | 10:24 | |
*** claxton has quit IRC | 10:24 | |
*** kaushikc has quit IRC | 10:25 | |
*** kaushikc has joined #openstack-dev | 10:25 | |
*** nosnos has quit IRC | 10:26 | |
*** xjiujiu has quit IRC | 10:26 | |
*** egallen has quit IRC | 10:27 | |
*** xjiujiu has joined #openstack-dev | 10:27 | |
*** nosnos has joined #openstack-dev | 10:27 | |
*** nosnos has quit IRC | 10:27 | |
*** nosnos has joined #openstack-dev | 10:28 | |
*** safchain has quit IRC | 10:29 | |
*** nayward has quit IRC | 10:29 | |
*** nosnos has quit IRC | 10:35 | |
*** nosnos has joined #openstack-dev | 10:36 | |
*** xjiujiu has quit IRC | 10:37 | |
*** xjiujiu has joined #openstack-dev | 10:37 | |
*** claxton has joined #openstack-dev | 10:38 | |
*** nosnos has quit IRC | 10:40 | |
*** pcm_ has joined #openstack-dev | 10:41 | |
*** pcm_ has quit IRC | 10:43 | |
*** pcm_ has joined #openstack-dev | 10:44 | |
*** xjiujiu has quit IRC | 10:53 | |
*** xjiujiu has joined #openstack-dev | 10:54 | |
*** rushiagr has joined #openstack-dev | 10:55 | |
*** ruhe has joined #openstack-dev | 10:57 | |
*** yaguang has quit IRC | 10:59 | |
*** o_petit has joined #openstack-dev | 11:05 | |
*** xjiujiu has quit IRC | 11:10 | |
*** xjiujiu has joined #openstack-dev | 11:10 | |
*** lucasagomes is now known as lucas-afk | 11:12 | |
*** rushiagr has quit IRC | 11:12 | |
*** imsurit has quit IRC | 11:13 | |
*** egallen has joined #openstack-dev | 11:14 | |
*** afazekas__ is now known as afazekas_food | 11:16 | |
*** ruhe has quit IRC | 11:16 | |
*** sheepdog80 has quit IRC | 11:17 | |
*** alexpilotti has joined #openstack-dev | 11:19 | |
*** ruhe has joined #openstack-dev | 11:19 | |
*** davi67232 has joined #openstack-dev | 11:19 | |
*** devvesa has quit IRC | 11:22 | |
*** freedomhui has quit IRC | 11:24 | |
*** freedomhui has joined #openstack-dev | 11:25 | |
*** egallen_ has joined #openstack-dev | 11:26 | |
*** Guest97623 is now known as vlakarados | 11:28 | |
*** afazekas_food is now known as afazekas | 11:29 | |
*** egallen has quit IRC | 11:29 | |
*** zaneb has quit IRC | 11:29 | |
*** egallen has joined #openstack-dev | 11:30 | |
*** davi67232 has quit IRC | 11:33 | |
*** xjiujiu_ has joined #openstack-dev | 11:34 | |
*** slagle has joined #openstack-dev | 11:35 | |
*** xjiujiu has quit IRC | 11:37 | |
*** jruzicka has joined #openstack-dev | 11:38 | |
*** safchain has joined #openstack-dev | 11:40 | |
*** vkmc has joined #openstack-dev | 11:42 | |
*** wfoster is now known as wfoster_away | 11:42 | |
*** zaneb has joined #openstack-dev | 11:43 | |
*** nayward has joined #openstack-dev | 11:44 | |
*** dubsquared has joined #openstack-dev | 11:44 | |
*** FunnyLookinHat has joined #openstack-dev | 11:46 | |
*** xjiujiu_ has quit IRC | 11:48 | |
*** xjiujiu has joined #openstack-dev | 11:48 | |
*** dubsquared has quit IRC | 11:49 | |
*** henrynash has joined #openstack-dev | 11:50 | |
*** tkammer has quit IRC | 11:51 | |
*** adalbas has joined #openstack-dev | 11:52 | |
*** freedomhui has quit IRC | 11:52 | |
*** sheepdog80 has joined #openstack-dev | 11:53 | |
*** bashok_ has joined #openstack-dev | 11:53 | |
*** henrynash has quit IRC | 11:53 | |
*** freedomhui has joined #openstack-dev | 11:54 | |
*** bashok has quit IRC | 11:56 | |
*** freedomhui has quit IRC | 11:59 | |
*** mkollaro has quit IRC | 11:59 | |
*** nshaikh has left #openstack-dev | 12:00 | |
*** claxton has quit IRC | 12:02 | |
*** rods has quit IRC | 12:02 | |
*** imsurit has joined #openstack-dev | 12:02 | |
*** imsurit is now known as Guest28312 | 12:02 | |
*** Guest28312 is now known as imsurit_ | 12:03 | |
*** nayward_ has joined #openstack-dev | 12:03 | |
*** nayward has quit IRC | 12:04 | |
*** dolphm has joined #openstack-dev | 12:04 | |
*** xjiujiu has quit IRC | 12:05 | |
*** xjiujiu has joined #openstack-dev | 12:06 | |
*** yamahata has quit IRC | 12:07 | |
*** yamahata has joined #openstack-dev | 12:07 | |
*** sheepdog80 has quit IRC | 12:08 | |
*** sheepdog80 has joined #openstack-dev | 12:10 | |
*** martyntaylor has quit IRC | 12:12 | |
*** xjiujiu has quit IRC | 12:13 | |
*** xjiujiu has joined #openstack-dev | 12:13 | |
*** boden has quit IRC | 12:20 | |
*** lucas-afk is now known as lucasagomes | 12:21 | |
*** xjiujiu has quit IRC | 12:24 | |
*** kushal has quit IRC | 12:24 | |
*** xjiujiu has joined #openstack-dev | 12:24 | |
*** michchap has joined #openstack-dev | 12:25 | |
*** rfolco has joined #openstack-dev | 12:26 | |
*** xga has quit IRC | 12:27 | |
*** SergeyLukjanov has quit IRC | 12:29 | |
*** xjiujiu has quit IRC | 12:29 | |
*** xjiujiu has joined #openstack-dev | 12:30 | |
*** boden has joined #openstack-dev | 12:32 | |
*** ffio has joined #openstack-dev | 12:32 | |
*** dprince has joined #openstack-dev | 12:33 | |
*** o_petit has quit IRC | 12:33 | |
*** CaptTofu has quit IRC | 12:34 | |
*** xjiujiu_ has joined #openstack-dev | 12:36 | |
*** paragan has joined #openstack-dev | 12:36 | |
*** radez_g0n3 is now known as radez | 12:38 | |
*** eglynn has quit IRC | 12:38 | |
*** michchap has quit IRC | 12:38 | |
*** michchap has joined #openstack-dev | 12:39 | |
*** xjiujiu has quit IRC | 12:39 | |
*** asavu has joined #openstack-dev | 12:39 | |
*** dolphm has quit IRC | 12:41 | |
*** sridevi has quit IRC | 12:41 | |
*** dolphm has joined #openstack-dev | 12:42 | |
*** dolphm has quit IRC | 12:42 | |
*** SergeyLukjanov has joined #openstack-dev | 12:42 | |
*** freedomhui has joined #openstack-dev | 12:43 | |
*** erfanian has quit IRC | 12:44 | |
*** galstrom is now known as galstrom_zzz | 12:44 | |
*** dubsquared has joined #openstack-dev | 12:45 | |
*** xjiujiu_ has quit IRC | 12:46 | |
*** sthaha has joined #openstack-dev | 12:46 | |
*** xjiujiu has joined #openstack-dev | 12:46 | |
*** sthaha has quit IRC | 12:46 | |
*** corXi has quit IRC | 12:47 | |
*** dsirrine has joined #openstack-dev | 12:47 | |
*** sthaha has joined #openstack-dev | 12:47 | |
*** sthaha has quit IRC | 12:47 | |
*** sthaha has joined #openstack-dev | 12:47 | |
*** zul has quit IRC | 12:48 | |
*** sthaha has quit IRC | 12:48 | |
*** dubsquared has quit IRC | 12:49 | |
*** bingbu has joined #openstack-dev | 12:49 | |
*** imsurit_ has quit IRC | 12:52 | |
*** sthaha has joined #openstack-dev | 12:54 | |
*** sthaha has quit IRC | 12:54 | |
*** sthaha has joined #openstack-dev | 12:54 | |
*** sthaha has quit IRC | 12:54 | |
*** sthaha has joined #openstack-dev | 12:54 | |
*** erfanian has joined #openstack-dev | 12:54 | |
*** wfoster_away is now known as wfoster | 12:55 | |
*** zul has joined #openstack-dev | 12:57 | |
*** jprovazn has quit IRC | 12:57 | |
*** prad has quit IRC | 12:58 | |
*** kbringard has joined #openstack-dev | 12:58 | |
*** morazi has joined #openstack-dev | 12:59 | |
*** jprovazn has joined #openstack-dev | 13:00 | |
*** xjiujiu has quit IRC | 13:00 | |
*** xjiujiu has joined #openstack-dev | 13:01 | |
*** aditirav has quit IRC | 13:01 | |
*** jcoufal has joined #openstack-dev | 13:02 | |
*** dolphm has joined #openstack-dev | 13:02 | |
*** vsergeyev has left #openstack-dev | 13:02 | |
*** bingbu has quit IRC | 13:03 | |
*** eglynn has joined #openstack-dev | 13:04 | |
*** sgordon has joined #openstack-dev | 13:04 | |
*** terryh has joined #openstack-dev | 13:05 | |
*** anteaya has joined #openstack-dev | 13:07 | |
*** alunduil has quit IRC | 13:08 | |
*** michchap has quit IRC | 13:08 | |
*** nayward_ has quit IRC | 13:09 | |
*** xjiujiu has quit IRC | 13:09 | |
*** xjiujiu has joined #openstack-dev | 13:10 | |
*** romcheg1 is now known as romcheg | 13:10 | |
*** jecarey has quit IRC | 13:11 | |
*** ruhe has quit IRC | 13:13 | |
*** nshaikh has joined #openstack-dev | 13:14 | |
*** dolphm has quit IRC | 13:16 | |
*** jayg|g0n3 is now known as jayg | 13:16 | |
*** xjiujiu has quit IRC | 13:17 | |
*** xjiujiu has joined #openstack-dev | 13:18 | |
*** AnilV4 has quit IRC | 13:18 | |
*** AnilV4 has joined #openstack-dev | 13:19 | |
*** waa_ has joined #openstack-dev | 13:21 | |
*** xjiujiu_ has joined #openstack-dev | 13:22 | |
*** xjiujiu has quit IRC | 13:25 | |
*** nayward has joined #openstack-dev | 13:25 | |
*** mkollaro has joined #openstack-dev | 13:25 | |
*** lbragstad has joined #openstack-dev | 13:27 | |
*** o_petit has joined #openstack-dev | 13:28 | |
*** ruhe has joined #openstack-dev | 13:28 | |
*** edmund has quit IRC | 13:28 | |
*** xjiujiu_ has quit IRC | 13:29 | |
*** xjiujiu has joined #openstack-dev | 13:29 | |
*** larsks has joined #openstack-dev | 13:30 | |
*** kushal has joined #openstack-dev | 13:31 | |
*** SergeyLukjanov has quit IRC | 13:32 | |
*** nayward has quit IRC | 13:33 | |
*** jecarey has joined #openstack-dev | 13:33 | |
*** jpeeler has joined #openstack-dev | 13:34 | |
*** xga has joined #openstack-dev | 13:35 | |
*** neelashah has joined #openstack-dev | 13:35 | |
*** eharney has joined #openstack-dev | 13:36 | |
*** radez is now known as radez_g0n3 | 13:37 | |
*** xjiujiu has quit IRC | 13:38 | |
*** xga_ has joined #openstack-dev | 13:38 | |
*** xjiujiu has joined #openstack-dev | 13:38 | |
*** rods` has joined #openstack-dev | 13:40 | |
*** ArKam has joined #openstack-dev | 13:40 | |
*** jruzicka has quit IRC | 13:40 | |
ArKam | Does anyone now if the OS Foundation have a plan or roadmap/milestone where they will replace MySQL with a complete NOSQL database like MongoDB ? | 13:40 |
*** davi67232 has joined #openstack-dev | 13:40 | |
*** jruzicka has joined #openstack-dev | 13:40 | |
*** martyntaylor has joined #openstack-dev | 13:41 | |
ArKam | anyone? | 13:41 |
*** xga has quit IRC | 13:41 | |
*** vartom12 has quit IRC | 13:42 | |
*** jayg is now known as jayg|g0n3 | 13:43 | |
*** jayg|g0n3 is now known as jayg | 13:43 | |
*** bswartz has quit IRC | 13:43 | |
*** prad has joined #openstack-dev | 13:44 | |
*** ArKam has quit IRC | 13:45 | |
*** nayward has joined #openstack-dev | 13:46 | |
*** xjiujiu has quit IRC | 13:48 | |
*** tstevenson has joined #openstack-dev | 13:48 | |
*** xjiujiu has joined #openstack-dev | 13:49 | |
*** gargya_ has joined #openstack-dev | 13:52 | |
*** xjiujiu_ has joined #openstack-dev | 13:52 | |
*** thedodd has joined #openstack-dev | 13:53 | |
*** gargya has quit IRC | 13:53 | |
*** shang has joined #openstack-dev | 13:53 | |
*** gargya_ is now known as gargya | 13:53 | |
*** freedomhui has quit IRC | 13:54 | |
*** aeperezt has joined #openstack-dev | 13:54 | |
*** jasondotstar has joined #openstack-dev | 13:55 | |
*** xjiujiu has quit IRC | 13:55 | |
*** alunduil has joined #openstack-dev | 13:55 | |
*** waa_ is now known as waa | 13:58 | |
*** jprovazn has quit IRC | 13:59 | |
*** davi67232 has quit IRC | 13:59 | |
*** xga_ has quit IRC | 14:00 | |
*** xjiujiu_ has quit IRC | 14:00 | |
*** xjiujiu has joined #openstack-dev | 14:01 | |
*** ffio has quit IRC | 14:03 | |
*** egallen has quit IRC | 14:04 | |
*** nayward has quit IRC | 14:04 | |
*** jprovazn has joined #openstack-dev | 14:04 | |
*** galstrom_zzz is now known as galstrom | 14:05 | |
*** jruzicka has quit IRC | 14:05 | |
*** o_petit has quit IRC | 14:05 | |
*** o_petit has joined #openstack-dev | 14:05 | |
*** jruzicka has joined #openstack-dev | 14:06 | |
*** xqueralt is now known as xqueralt-afk | 14:06 | |
*** radez_g0n3 is now known as radez | 14:07 | |
*** o_petit has quit IRC | 14:10 | |
*** networkstatic has quit IRC | 14:10 | |
*** dolphm has joined #openstack-dev | 14:10 | |
*** topol has joined #openstack-dev | 14:10 | |
*** jimfehlig has joined #openstack-dev | 14:11 | |
*** imsurit has joined #openstack-dev | 14:12 | |
*** xjiujiu has quit IRC | 14:12 | |
*** imsurit is now known as Guest5936 | 14:13 | |
*** xjiujiu has joined #openstack-dev | 14:13 | |
*** Guest5936 has quit IRC | 14:13 | |
*** jruzicka has quit IRC | 14:14 | |
*** henrynash has joined #openstack-dev | 14:16 | |
*** asavu has quit IRC | 14:16 | |
*** stevemar has joined #openstack-dev | 14:16 | |
*** djinni has quit IRC | 14:16 | |
*** nshaikh has left #openstack-dev | 14:16 | |
*** egallen has joined #openstack-dev | 14:16 | |
*** matiu has joined #openstack-dev | 14:19 | |
*** johnthetubaguy has quit IRC | 14:19 | |
*** maheshp has joined #openstack-dev | 14:20 | |
*** djinni has joined #openstack-dev | 14:20 | |
*** johnthetubaguy has joined #openstack-dev | 14:21 | |
*** o_petit has joined #openstack-dev | 14:21 | |
*** matiu has quit IRC | 14:23 | |
*** lnxnut_ has joined #openstack-dev | 14:23 | |
*** xga has joined #openstack-dev | 14:23 | |
*** ruhe has quit IRC | 14:24 | |
*** FunnyLookinHat has quit IRC | 14:24 | |
*** bashok_ has quit IRC | 14:25 | |
*** bswartz has joined #openstack-dev | 14:25 | |
*** bashok_ has joined #openstack-dev | 14:25 | |
*** adalbas has quit IRC | 14:27 | |
*** dolphm has quit IRC | 14:27 | |
*** xjiujiu has quit IRC | 14:27 | |
*** mlavalle has joined #openstack-dev | 14:28 | |
*** fabio_ has quit IRC | 14:29 | |
*** sandywalsh has joined #openstack-dev | 14:30 | |
*** gordc has joined #openstack-dev | 14:31 | |
*** yamahata has quit IRC | 14:31 | |
*** freedomhui has joined #openstack-dev | 14:31 | |
*** ruhe has joined #openstack-dev | 14:32 | |
*** kenperkins has joined #openstack-dev | 14:32 | |
*** rnirmal has joined #openstack-dev | 14:32 | |
*** fabio_ has joined #openstack-dev | 14:34 | |
*** nayward has joined #openstack-dev | 14:34 | |
*** otherwiseguy has joined #openstack-dev | 14:34 | |
*** SergeyLukjanov has joined #openstack-dev | 14:35 | |
*** johnthetubaguy has quit IRC | 14:35 | |
*** johnthetubaguy has joined #openstack-dev | 14:35 | |
*** martine has joined #openstack-dev | 14:39 | |
*** martine is now known as martine_ | 14:39 | |
*** atiwari has joined #openstack-dev | 14:40 | |
*** o_petit has quit IRC | 14:41 | |
*** nayward has quit IRC | 14:41 | |
*** dolphm has joined #openstack-dev | 14:43 | |
*** jprovazn has quit IRC | 14:43 | |
*** adalbas has joined #openstack-dev | 14:45 | |
zul | how do you put in a blueprint link in a git message? | 14:46 |
*** o_petit has joined #openstack-dev | 14:47 | |
*** xqueralt-afk is now known as xqueralt | 14:48 | |
*** markmcclain has joined #openstack-dev | 14:48 | |
*** iartarisi has quit IRC | 14:49 | |
*** dubsquar_ has joined #openstack-dev | 14:49 | |
*** FunnyLookinHat has joined #openstack-dev | 14:49 | |
*** ifarkas has quit IRC | 14:49 | |
*** otherwiseguy has quit IRC | 14:51 | |
*** clayb has joined #openstack-dev | 14:51 | |
dolphm | morganfainberg: switched from comparing serialized dicts to comparing the deserialized dicts https://review.openstack.org/#/c/46109/ | 14:52 |
Alex_Gaynor | dolphm: ping | 14:53 |
dolphm | Alex_Gaynor: pong | 14:54 |
*** maheshp has quit IRC | 14:54 | |
Alex_Gaynor | dolphm: So I reproduced my keystoneclient failures in a totally fresh linux VM. Is there some server I need running or something? | 14:54 |
*** mrodden has quit IRC | 14:55 | |
*** kenperkins has quit IRC | 14:58 | |
*** edmund has joined #openstack-dev | 14:58 | |
dolphm | Alex_Gaynor: can you send me your history prior to running the tests? | 14:59 |
*** larsks has quit IRC | 14:59 | |
Alex_Gaynor | dolphm: as in, the steps to set up the VM? | 14:59 |
Alex_Gaynor | dolphm: http://bpaste.net/show/QQtTSfCo3RbmfcCDphf0/ is everything I did on the VM | 15:00 |
*** jruzicka has joined #openstack-dev | 15:00 | |
Alex_Gaynor | this is precise32 | 15:00 |
*** noslzzp has joined #openstack-dev | 15:01 | |
*** reidrac has quit IRC | 15:01 | |
*** tsufiev has joined #openstack-dev | 15:01 | |
dolphm | Alex_Gaynor: i didn't know you could pass multiple -r arguments to pip :) good to know | 15:01 |
*** nayward has joined #openstack-dev | 15:02 | |
*** sbisbee has quit IRC | 15:02 | |
*** romcheg has quit IRC | 15:03 | |
*** matiu has joined #openstack-dev | 15:03 | |
*** matiu has quit IRC | 15:03 | |
*** matiu has joined #openstack-dev | 15:03 | |
*** sbisbee has joined #openstack-dev | 15:03 | |
*** colinmcnamara has joined #openstack-dev | 15:03 | |
dolphm | Alex_Gaynor: the only think i noticed that is different from what i normally do is no 'setup.py develop', but i ran your commands exactly... | 15:06 |
dolphm | Alex_Gaynor: http://pasteraw.com/bb4o8clap249kc3o3gwxy5ulngn1ti9 | 15:06 |
*** sthaha has quit IRC | 15:07 | |
*** xga has quit IRC | 15:07 | |
*** blamar has joined #openstack-dev | 15:08 | |
*** o_petit has quit IRC | 15:08 | |
*** sbisbee has quit IRC | 15:08 | |
*** dubsquar_ has quit IRC | 15:08 | |
*** o_petit has joined #openstack-dev | 15:09 | |
*** egallen has quit IRC | 15:09 | |
*** jprovazn has joined #openstack-dev | 15:09 | |
*** egallen has joined #openstack-dev | 15:09 | |
Alex_Gaynor | dolphm: hmmm | 15:09 |
*** sbisbee has joined #openstack-dev | 15:10 | |
*** xga has joined #openstack-dev | 15:12 | |
*** o_petit has quit IRC | 15:13 | |
*** rackerjoe has joined #openstack-dev | 15:14 | |
*** nayward has quit IRC | 15:14 | |
*** rdopieralski has quit IRC | 15:15 | |
*** danwent has joined #openstack-dev | 15:19 | |
*** chuckieb has quit IRC | 15:19 | |
*** o_petit has joined #openstack-dev | 15:20 | |
*** colinmcnamara has quit IRC | 15:20 | |
*** colinmcnamara has joined #openstack-dev | 15:21 | |
*** pmathews has joined #openstack-dev | 15:21 | |
ayoung | dolphm, probably time to rename test_sql_upgrade to test_sql_migration....I know you wanted to do that in the past | 15:21 |
*** mrunge has quit IRC | 15:21 | |
dolphm | ayoung: what makes you say that now? | 15:21 |
*** arnaud_ has joined #openstack-dev | 15:22 | |
ayoung | dolphm, Well, we are not going to merge the hughe SQL test suite, which is why we postponed it in the past. And I'd like to keep cleaning up as we go. But, just an indicator that it would be OK to do so now. | 15:22 |
ayoung | dolphm, Of course, we should probably think in terms of collapsing the migrations at some point, and I am not certain how far back we need to support | 15:23 |
ayoung | when we collapse, we can remove a slew of the tests, too | 15:24 |
ayoung | dolphm, by "now" I really mean "in icehouse 1" not before.... | 15:24 |
dolphm | ayoung: "we are not going to merge the hughe SQL test suite" why not? | 15:24 |
*** romcheg has joined #openstack-dev | 15:25 | |
dolphm | ayoung: and in terms of migrations, we should support two releases back, so for havana that means folsom->grizzly->havana | 15:25 |
*** asavu has joined #openstack-dev | 15:26 | |
*** matrohon has quit IRC | 15:26 | |
ayoung | dolphm, I meant that we don't have an active review for it, and if we were, it would require a lot more work...so in icehouse, we can drop the folsom migrations. | 15:26 |
dolphm | ayoung: correct | 15:27 |
dolphm | ayoung: right now we're supporting essex to havana, actually | 15:27 |
*** johnthetubaguy1 has joined #openstack-dev | 15:27 | |
dolphm | we just dropped diablo support like a week ago :P | 15:28 |
ayoung | dolphm, what is the tag for folsom? 2012.1.3? | 15:28 |
dolphm | ayoung: i would assume 2012.2 | 15:28 |
salv-orlando | neutron folks in the room - bug 1211915 is still unassigned? I thought nati-ueno was looking at it. Anyone has more info? | 15:28 |
uvirtbot | Launchpad bug 1211915 in neutron "Connection to neutron failed: Maximum attempts reached" [Critical,Confirmed] https://launchpad.net/bugs/1211915 | 15:28 |
*** colinmcnamara has quit IRC | 15:29 | |
*** mmagr has quit IRC | 15:30 | |
*** johnthetubaguy has quit IRC | 15:30 | |
ayoung | OK, so that is all migrations up to 004 | 15:31 |
Alex_Gaynor | dolphm: any suggestions for how to pursue this further? | 15:31 |
*** gasanoff has joined #openstack-dev | 15:32 | |
*** sridevi has joined #openstack-dev | 15:32 | |
*** tstevenson_ has joined #openstack-dev | 15:32 | |
*** bdpayne has joined #openstack-dev | 15:35 | |
ayoung | dolphm, I'm seeing strange behavior with the clients. I have to explicitly passthe auth info on the command line. Setting the envvars fails. Have youe ever seen that? | 15:35 |
*** arnaud_ has quit IRC | 15:36 | |
*** MrWendel has joined #openstack-dev | 15:36 | |
*** colinmcnamara has joined #openstack-dev | 15:39 | |
*** mrodden has joined #openstack-dev | 15:40 | |
*** gasanoff has quit IRC | 15:41 | |
*** jasondotstar has quit IRC | 15:41 | |
dolphm | ayoung: service / endpoint or credentials? | 15:44 |
*** medberry has joined #openstack-dev | 15:45 | |
*** medberry has quit IRC | 15:45 | |
*** medberry has joined #openstack-dev | 15:45 | |
ayoung | dolphm, all variables. I thought maybe service token was set, but it isn't | 15:45 |
ayoung | I'm calling like this | 15:45 |
ayoung | nova --os_password=$OS_PASSWORD --os-username=$OS_USERNAME --os-auth-url=$OS_AUTH_URL --os-tenant-name=IdM list | 15:46 |
ayoung | and it succeeds | 15:46 |
dolphm | ayoung: what does your environment look like and what kind of failure are you seeing? | 15:46 |
*** wfoster is now known as wfoster_away | 15:46 | |
ayoung | but without the explicit variables set I get | 15:46 |
ayoung | ERROR: You must provide a username via either --os-username or env[OS_USERNAME] | 15:46 |
ayoung | same for keystone | 15:46 |
*** dubsquared has joined #openstack-dev | 15:47 | |
ayoung | dolphm, I feel llike there must be some random ENVVAR set that is masking | 15:47 |
dolphm | ayoung: maybe something is preventing python from reading from the env? | 15:47 |
ayoung | dolphm, that sounds about right | 15:49 |
*** alop has joined #openstack-dev | 15:49 | |
dolphm | ayoung: python -c "import os; print os.environ" | 15:49 |
ayoung | >>> print os.environ['OS_USERNAME'] | 15:49 |
ayoung | gets me a key error from the python console | 15:49 |
*** vartom12 has joined #openstack-dev | 15:49 | |
*** stevemar has quit IRC | 15:49 | |
ayoung | dolphm, I can print HOME, though, so it is maybe something with the current shell | 15:50 |
*** alunduil has quit IRC | 15:50 | |
*** afazekas has quit IRC | 15:51 | |
*** martine_ has quit IRC | 15:51 | |
ayoung | dolphm, think I have it | 15:53 |
*** o_petit has quit IRC | 15:53 | |
ayoung | the keystone.rc file doesn't do export | 15:53 |
*** amohn9 has joined #openstack-dev | 15:53 | |
ayoung | dolphm, I think I got that from Horizon. | 15:54 |
*** Mandell has quit IRC | 15:54 | |
*** kaushikc has quit IRC | 15:55 | |
*** eglynn has quit IRC | 15:56 | |
*** MrWendel has quit IRC | 15:56 | |
*** chandankumar has quit IRC | 15:57 | |
*** angdraug has quit IRC | 15:59 | |
*** jasondotstar has joined #openstack-dev | 15:59 | |
*** otherwiseguy has joined #openstack-dev | 15:59 | |
*** xga has quit IRC | 16:01 | |
*** reed has joined #openstack-dev | 16:03 | |
*** reed has quit IRC | 16:04 | |
*** reed has joined #openstack-dev | 16:04 | |
*** senk has joined #openstack-dev | 16:05 | |
*** dubsquared has quit IRC | 16:05 | |
*** yaguang has joined #openstack-dev | 16:05 | |
*** pabelanger_ has joined #openstack-dev | 16:05 | |
*** paragan has quit IRC | 16:08 | |
*** marun has quit IRC | 16:10 | |
*** marun has joined #openstack-dev | 16:11 | |
*** salv-orlando has left #openstack-dev | 16:11 | |
*** pabelanger_ has quit IRC | 16:12 | |
*** pabelanger_ has joined #openstack-dev | 16:12 | |
*** pabelanger has quit IRC | 16:12 | |
*** johnthetubaguy1 has quit IRC | 16:12 | |
*** pabelanger_ is now known as pabelager | 16:12 | |
*** pabelanger has joined #openstack-dev | 16:12 | |
*** pabelanger has quit IRC | 16:13 | |
*** pabelager is now known as pabelanger | 16:13 | |
*** pabelanger_ has joined #openstack-dev | 16:13 | |
*** alop has quit IRC | 16:13 | |
*** alop has joined #openstack-dev | 16:14 | |
*** johnthetubaguy has joined #openstack-dev | 16:14 | |
*** networkstatic has joined #openstack-dev | 16:14 | |
*** Max_ has quit IRC | 16:16 | |
*** mrodden has quit IRC | 16:16 | |
*** mrodden1 has joined #openstack-dev | 16:16 | |
*** feleouet has quit IRC | 16:17 | |
*** dubsquared has joined #openstack-dev | 16:17 | |
*** JordanP has quit IRC | 16:17 | |
*** pabelanger has quit IRC | 16:19 | |
*** xga has joined #openstack-dev | 16:20 | |
*** angdraug has joined #openstack-dev | 16:20 | |
*** asavu has quit IRC | 16:21 | |
*** jistr has quit IRC | 16:22 | |
*** claxton has joined #openstack-dev | 16:22 | |
*** alop has quit IRC | 16:23 | |
*** comay has joined #openstack-dev | 16:23 | |
*** alop has joined #openstack-dev | 16:23 | |
*** ondergetekende_ has joined #openstack-dev | 16:23 | |
*** mrodden1 is now known as mrodden | 16:23 | |
*** claxton has quit IRC | 16:24 | |
*** ruhe has quit IRC | 16:25 | |
*** ondergetekende_ has quit IRC | 16:25 | |
*** Yathi has joined #openstack-dev | 16:25 | |
*** SergeyLukjanov has quit IRC | 16:26 | |
Yathi | Hi, If I am using a new feature in nova code, how do I make sure the import will work fine, while running unit tests ? | 16:26 |
*** dukhlov_ has joined #openstack-dev | 16:26 | |
dukhlov_ | Hello All | 16:26 |
Yathi | the unit tests run in a virtual environment, how can I add a new feature to be included and available for the unit tests - any file where I need to add the feature ? | 16:27 |
dukhlov_ | I have a question about rpc impl_fake improvement form openstack/common n package | 16:28 |
dukhlov_ | is it correct chat? | 16:28 |
*** colinmcnamara has quit IRC | 16:28 | |
*** jpich has quit IRC | 16:29 | |
*** pabelanger has joined #openstack-dev | 16:30 | |
*** johnthetubaguy has quit IRC | 16:30 | |
*** johnthetubaguy has joined #openstack-dev | 16:30 | |
*** reed has quit IRC | 16:31 | |
*** afazekas has joined #openstack-dev | 16:31 | |
*** comstud is now known as bearhands | 16:32 | |
*** pabelanger has quit IRC | 16:32 | |
*** ndipanov has quit IRC | 16:33 | |
*** sahid has quit IRC | 16:33 | |
*** xga_ has joined #openstack-dev | 16:34 | |
*** alunduil has joined #openstack-dev | 16:34 | |
*** ygbo has quit IRC | 16:34 | |
*** safchain has quit IRC | 16:35 | |
*** xga has quit IRC | 16:37 | |
*** dubsquared has quit IRC | 16:37 | |
odyssey4me | I'd like to attach an instance to a network owned by a different tenant. Is this possible? | 16:37 |
*** dubsquared has joined #openstack-dev | 16:37 | |
*** eglynn has joined #openstack-dev | 16:39 | |
*** larsks has joined #openstack-dev | 16:39 | |
*** mkerrin has quit IRC | 16:39 | |
*** alunduil has quit IRC | 16:40 | |
*** aditirav has joined #openstack-dev | 16:42 | |
*** tsufiev has quit IRC | 16:42 | |
*** freedomhui has quit IRC | 16:43 | |
*** arezmerita has quit IRC | 16:43 | |
*** neelashah has quit IRC | 16:44 | |
*** terriyu has joined #openstack-dev | 16:45 | |
*** erfanian has quit IRC | 16:46 | |
*** Markus123 has joined #openstack-dev | 16:46 | |
*** Max_ has joined #openstack-dev | 16:47 | |
*** Markus123 has quit IRC | 16:48 | |
*** eglynn has quit IRC | 16:48 | |
*** CaptTofu has joined #openstack-dev | 16:53 | |
*** yolanda has quit IRC | 16:55 | |
*** reed has joined #openstack-dev | 16:56 | |
*** freedomhui has joined #openstack-dev | 16:56 | |
*** stevemar has joined #openstack-dev | 16:57 | |
*** freedomhui has quit IRC | 16:57 | |
*** Max_ has quit IRC | 16:58 | |
*** gargya has quit IRC | 16:59 | |
*** rwsu has joined #openstack-dev | 17:00 | |
*** tstevenson_ has quit IRC | 17:00 | |
*** vartom12 has quit IRC | 17:01 | |
*** neelashah has joined #openstack-dev | 17:01 | |
*** zaitcev has joined #openstack-dev | 17:04 | |
*** hemnafk is now known as hemna | 17:04 | |
*** sandywalsh has quit IRC | 17:04 | |
*** lucasagomes has quit IRC | 17:05 | |
*** yaguang has quit IRC | 17:05 | |
*** colinmcnamara has joined #openstack-dev | 17:06 | |
*** shang has quit IRC | 17:12 | |
*** dolphm has quit IRC | 17:13 | |
*** spzala has joined #openstack-dev | 17:13 | |
*** dubsquared has quit IRC | 17:13 | |
*** bashok_ is now known as bashok_tired | 17:13 | |
*** nati_ueno has joined #openstack-dev | 17:14 | |
*** yassine has quit IRC | 17:15 | |
*** xga has joined #openstack-dev | 17:17 | |
*** xga_ has quit IRC | 17:17 | |
*** wolfdreamer has quit IRC | 17:17 | |
*** xga_ has joined #openstack-dev | 17:18 | |
*** martyntaylor has quit IRC | 17:19 | |
*** xga has quit IRC | 17:22 | |
*** johnthetubaguy has quit IRC | 17:22 | |
*** mkollaro has quit IRC | 17:23 | |
*** danwent has quit IRC | 17:24 | |
*** mlavalle has quit IRC | 17:24 | |
*** martyntaylor has joined #openstack-dev | 17:25 | |
*** bashok_ has joined #openstack-dev | 17:26 | |
*** AnilV4 has quit IRC | 17:27 | |
*** egallen has quit IRC | 17:27 | |
*** Mandell has joined #openstack-dev | 17:30 | |
*** bashok_tired has quit IRC | 17:30 | |
*** CaptTofu has quit IRC | 17:30 | |
*** wolfdreamer has joined #openstack-dev | 17:31 | |
*** xga_ has quit IRC | 17:31 | |
*** egallen has joined #openstack-dev | 17:32 | |
*** danwent has joined #openstack-dev | 17:33 | |
*** jasondotstar has quit IRC | 17:33 | |
*** ondergetekende_ has joined #openstack-dev | 17:34 | |
*** dubsquared has joined #openstack-dev | 17:35 | |
*** amohn9 has quit IRC | 17:36 | |
*** mmagr has joined #openstack-dev | 17:38 | |
*** ondergetekende_ has quit IRC | 17:38 | |
*** aditirav has quit IRC | 17:43 | |
*** alop_ has joined #openstack-dev | 17:44 | |
*** alunduil has joined #openstack-dev | 17:44 | |
*** danpb has quit IRC | 17:47 | |
*** alop has quit IRC | 17:47 | |
*** alop_ is now known as alop | 17:47 | |
*** mmagr has quit IRC | 17:47 | |
*** vipul is now known as vipul-away | 17:49 | |
*** danwent has quit IRC | 17:52 | |
*** vipul-away is now known as vipul | 17:52 | |
*** sarob has joined #openstack-dev | 17:59 | |
*** burt has quit IRC | 18:00 | |
*** danwent has joined #openstack-dev | 18:06 | |
*** giulivo has quit IRC | 18:10 | |
*** gyee has joined #openstack-dev | 18:12 | |
*** wolfdreamer has quit IRC | 18:12 | |
*** lnxnut_ has quit IRC | 18:13 | |
*** sandywalsh has joined #openstack-dev | 18:13 | |
*** senk has quit IRC | 18:15 | |
*** dprince has quit IRC | 18:15 | |
*** NobodyCam has quit IRC | 18:16 | |
*** bswrchrd has joined #openstack-dev | 18:17 | |
*** pabelanger_ has quit IRC | 18:19 | |
*** Mandell has quit IRC | 18:20 | |
*** reed has quit IRC | 18:21 | |
*** otherwiseguy has quit IRC | 18:21 | |
*** morazi has quit IRC | 18:22 | |
*** sandeepr_ltp has joined #openstack-dev | 18:23 | |
*** larsks has quit IRC | 18:23 | |
*** wolfdreamer has joined #openstack-dev | 18:24 | |
*** alunduil has quit IRC | 18:25 | |
*** martyntaylor has quit IRC | 18:25 | |
*** kbrierly has joined #openstack-dev | 18:26 | |
*** xqueralt is now known as xqueralt-afk | 18:26 | |
*** Mandell has joined #openstack-dev | 18:27 | |
*** romcheg has quit IRC | 18:27 | |
*** melwitt has joined #openstack-dev | 18:29 | |
*** romcheg has joined #openstack-dev | 18:29 | |
*** zul has quit IRC | 18:32 | |
*** wolfdreamer has quit IRC | 18:33 | |
*** zul has joined #openstack-dev | 18:35 | |
*** markwash has joined #openstack-dev | 18:35 | |
*** sandeepr_ltp has quit IRC | 18:36 | |
*** bashok_ is now known as bashok_zzzz | 18:36 | |
*** morazi has joined #openstack-dev | 18:36 | |
*** dolphm has joined #openstack-dev | 18:40 | |
*** larsks has joined #openstack-dev | 18:40 | |
sandywalsh | sdake: sdake_, ping? | 18:45 |
*** openmike has joined #openstack-dev | 18:46 | |
morganfainberg | dolphm, nice. | 18:47 |
dolphm | morganfainberg: ? | 18:47 |
sandywalsh | flaper87: ping? | 18:47 |
morganfainberg | deserialization | 18:47 |
dolphm | ah | 18:47 |
morganfainberg | vs. unicode string compare | 18:47 |
*** romcheg1 has joined #openstack-dev | 18:47 | |
morganfainberg | dolphm, but i think jenkins doesn't like it | 18:48 |
dolphm | uh oh | 18:48 |
morganfainberg | looking at it now. | 18:48 |
morganfainberg | oh boto failure | 18:48 |
*** romcheg has quit IRC | 18:48 | |
morganfainberg | haha reverify incoming | 18:48 |
*** egallen has quit IRC | 18:48 | |
dolphm | morganfainberg: thanks! | 18:48 |
morganfainberg | dolphm, sure thing | 18:49 |
*** colinmcnamara has quit IRC | 18:49 | |
*** novas0x2a|laptop has joined #openstack-dev | 18:50 | |
*** wolfdreamer has joined #openstack-dev | 18:50 | |
dolphm | morganfainberg: on https://review.openstack.org/#/c/46207/ -- if i asked this yesterday, i just don't remember the answer... why change from returning refs to just id's? | 18:50 |
*** grapsus has joined #openstack-dev | 18:52 | |
*** egallen has joined #openstack-dev | 18:52 | |
*** sheepdog80 has left #openstack-dev | 18:52 | |
morganfainberg | dolphm, 3 reasons, 1: so assignment doesn't call identity in a way that requires harder inspection into the data returned to do the normalize, 2: most places using get_project_users just extracted ID via list comprehension, 3: there was a TODO to move it to the controller, which makes more sense. | 18:53 |
dolphm | morganfainberg: in that case, can you review https://review.openstack.org/#/c/45584/ ? your change conflicts with that one | 18:54 |
morganfainberg | dolphm, sure. | 18:54 |
*** egallen has quit IRC | 18:54 | |
mrodden | so i allocated a bunch of floating IPs to my project in nova, ran the pool out, then delete them all (assuming they were thrown back into the pool) and then verified they were delete in nova with floating-ip-list | 18:55 |
*** kushal has quit IRC | 18:55 | |
mrodden | but when i tried to get another floating IP from the pool again it still tells me the pool is out of IPs | 18:55 |
mrodden | using neutron btw | 18:55 |
*** sandywalsh has quit IRC | 18:55 | |
*** larsks has quit IRC | 18:55 | |
*** larsks has joined #openstack-dev | 18:55 | |
mrodden | is this a bug? | 18:55 |
*** larsks has quit IRC | 18:56 | |
*** atiwari has quit IRC | 18:58 | |
*** larsks has joined #openstack-dev | 18:59 | |
*** pabelanger has joined #openstack-dev | 18:59 | |
*** colinmcnamara has joined #openstack-dev | 19:01 | |
morganfainberg | dolphm, hehe, looks like the reason this conflicts is we both did the same kind of cleanup for identity_api -> assignment_api on one function | 19:02 |
morganfainberg | s/function/method | 19:02 |
dolphm | morganfainberg: :) | 19:02 |
morganfainberg | dolphm, though whichever gets in first will likely need a close look at the subsequent rebase on the other | 19:03 |
dolphm | morganfainberg: i'm fine with handling it that way, i just wanted to make you aware / get your feedback | 19:03 |
*** romcheg1 has quit IRC | 19:04 | |
morganfainberg | dolphm, yeah, doing the indepth review now, but the conflict looks like a simple we both cleaned something up | 19:04 |
*** romcheg has joined #openstack-dev | 19:04 | |
dolphm | henrynash: i lost your review on this by revising the commit message https://review.openstack.org/#/c/46535/ (new gerrit feature?) | 19:06 |
henrynash | dolphm: checking... | 19:08 |
henrynash | dolphm: re-added | 19:08 |
*** romcheg has quit IRC | 19:09 | |
dolphm | henrynash: thanks! | 19:10 |
dolphm | morganfainberg: easy one i'd like to get in during havana https://review.openstack.org/#/c/45753/ | 19:10 |
*** noslzzp has quit IRC | 19:11 | |
*** colinmcnamara has quit IRC | 19:13 | |
*** danwent has quit IRC | 19:13 | |
*** rizzpatel has joined #openstack-dev | 19:14 | |
rizzpatel | Anyone here? | 19:14 |
rizzpatel | I kinda "hacked" openstack to support Live Snapshots and Reverting snapshots | 19:15 |
rizzpatel | If anyone wants to see it in action: http://www.youtube.com/watch?v=DaRK96fD1Mc | 19:15 |
rizzpatel | Hope i didn't break any rules with the youtube link. | 19:15 |
rizzpatel | For now I am gonna keep it private, but if people are interested in it, maybe I can work on it some more..But anyway, I am able to snapshot, and revert my snapshots now with openstack :) | 19:16 |
*** rizzpatel has quit IRC | 19:16 | |
*** alexpilotti has quit IRC | 19:16 | |
*** romcheg has joined #openstack-dev | 19:19 | |
*** larsks has quit IRC | 19:20 | |
*** otherwiseguy has joined #openstack-dev | 19:21 | |
*** jruzicka has quit IRC | 19:21 | |
*** openmike has quit IRC | 19:21 | |
*** bashok_ has joined #openstack-dev | 19:22 | |
*** dolphm has quit IRC | 19:23 | |
*** galstrom is now known as galstrom_zzz | 19:24 | |
*** epim has joined #openstack-dev | 19:24 | |
*** galstrom_zzz is now known as galstrom | 19:25 | |
*** dolphm has joined #openstack-dev | 19:26 | |
*** rmarwaha has quit IRC | 19:26 | |
*** bashok_zzzz has quit IRC | 19:26 | |
*** gyee has quit IRC | 19:28 | |
*** jcoufal has quit IRC | 19:29 | |
*** waa has quit IRC | 19:30 | |
*** dubsquared has quit IRC | 19:30 | |
*** danwent has joined #openstack-dev | 19:32 | |
*** gordc has quit IRC | 19:33 | |
*** networkstatic has quit IRC | 19:36 | |
*** larsks has joined #openstack-dev | 19:38 | |
*** dmakogon_ has joined #openstack-dev | 19:38 | |
*** mlavalle has joined #openstack-dev | 19:38 | |
*** larsks has quit IRC | 19:44 | |
*** lnxnut has joined #openstack-dev | 19:46 | |
*** galstrom is now known as galstrom_zzz | 19:51 | |
*** galstrom_zzz is now known as galstrom | 19:51 | |
*** larsks has joined #openstack-dev | 19:52 | |
*** jcoufal has joined #openstack-dev | 19:52 | |
*** dripton has quit IRC | 19:53 | |
*** bashok_ has quit IRC | 19:54 | |
*** dripton has joined #openstack-dev | 19:57 | |
*** rnirmal has quit IRC | 19:59 | |
*** bdpayne has quit IRC | 19:59 | |
*** otherwiseguy has quit IRC | 20:01 | |
*** vkmc has quit IRC | 20:01 | |
*** tstevenson has quit IRC | 20:01 | |
*** dubsquared has joined #openstack-dev | 20:02 | |
*** dubsquared has quit IRC | 20:06 | |
*** atiwari has joined #openstack-dev | 20:06 | |
*** jasondotstar has joined #openstack-dev | 20:07 | |
*** topol has quit IRC | 20:07 | |
*** clayb has quit IRC | 20:08 | |
*** clayb|2 has joined #openstack-dev | 20:08 | |
*** alunduil has joined #openstack-dev | 20:10 | |
*** jprovazn has quit IRC | 20:11 | |
*** radez is now known as radez_g0n3 | 20:11 | |
*** terryh has quit IRC | 20:12 | |
*** morazi has quit IRC | 20:13 | |
*** asavu has joined #openstack-dev | 20:15 | |
*** larsks has quit IRC | 20:16 | |
*** odyssey4me has quit IRC | 20:17 | |
*** dubsquared has joined #openstack-dev | 20:19 | |
*** otherwiseguy has joined #openstack-dev | 20:21 | |
*** clayb|2 has quit IRC | 20:22 | |
*** jasondotstar has quit IRC | 20:24 | |
*** tstevenson has joined #openstack-dev | 20:24 | |
*** jasondotstar has joined #openstack-dev | 20:24 | |
morganfainberg | dolphm, aGREED | 20:25 |
*** galstrom is now known as galstrom_zzz | 20:25 | |
morganfainberg | wow. capslock :P | 20:25 |
*** jasondotstar has quit IRC | 20:25 | |
*** medberry is now known as med_ | 20:25 | |
*** morazi has joined #openstack-dev | 20:26 | |
dolphm | morganfainberg: yAY! | 20:26 |
*** galstrom_zzz is now known as galstrom | 20:27 | |
*** martine_ has joined #openstack-dev | 20:28 | |
*** dstufft has quit IRC | 20:28 | |
*** rnirmal has joined #openstack-dev | 20:30 | |
*** networkstatic has joined #openstack-dev | 20:30 | |
*** boden has quit IRC | 20:32 | |
*** sarob has quit IRC | 20:34 | |
*** sarob has joined #openstack-dev | 20:34 | |
*** sarob has quit IRC | 20:37 | |
*** sheepdog801 has joined #openstack-dev | 20:38 | |
*** sheepdog801 has quit IRC | 20:39 | |
*** sarob has joined #openstack-dev | 20:39 | |
*** Yathi has quit IRC | 20:41 | |
*** dstufft has joined #openstack-dev | 20:43 | |
*** jaybuff has joined #openstack-dev | 20:46 | |
*** SumitNaiksatam has joined #openstack-dev | 20:47 | |
*** SumitNaiksatam has left #openstack-dev | 20:48 | |
*** dolphm has quit IRC | 20:48 | |
jaybuff | mordred: i used the cookiecutter-openstack template. thanks for that. tests didn't work out of the box for me: foo/test/__init__.py needs to call super(TestCase, self).setUp() | 20:48 |
*** tstevenson_ has joined #openstack-dev | 20:49 | |
jaybuff | i couldn't find a launchpad for reporting bugs... | 20:49 |
*** eglynn has joined #openstack-dev | 20:50 | |
*** tstevenson has quit IRC | 20:52 | |
*** SergeyLukjanov has joined #openstack-dev | 20:53 | |
*** dubsquared has quit IRC | 20:54 | |
jaybuff | mordred: also, something stripped all the line endings | 20:55 |
*** marun has quit IRC | 20:56 | |
*** asavu has quit IRC | 20:58 | |
*** rfolco has quit IRC | 20:58 | |
*** ruhe has joined #openstack-dev | 21:02 | |
morganfainberg | lifeless, ping | 21:05 |
*** senk has joined #openstack-dev | 21:07 | |
*** networkstatic has quit IRC | 21:08 | |
*** anniec has joined #openstack-dev | 21:08 | |
*** beagles has quit IRC | 21:08 | |
*** annashen_ has joined #openstack-dev | 21:09 | |
*** sgordon has quit IRC | 21:11 | |
*** neelashah has quit IRC | 21:13 | |
*** gimps has joined #openstack-dev | 21:13 | |
*** beagles has joined #openstack-dev | 21:14 | |
*** jf-jenni has quit IRC | 21:14 | |
*** annashen has quit IRC | 21:14 | |
*** jf-jenni has joined #openstack-dev | 21:14 | |
*** jf-jenni has joined #openstack-dev | 21:14 | |
*** annashen_ is now known as annashen | 21:14 | |
*** thedodd has quit IRC | 21:15 | |
*** morazi has quit IRC | 21:16 | |
*** eglynn has quit IRC | 21:16 | |
*** creiht_ has joined #openstack-dev | 21:18 | |
*** creiht has quit IRC | 21:19 | |
*** andymccr has quit IRC | 21:19 | |
*** andymccr has joined #openstack-dev | 21:19 | |
*** creiht_ is now known as creiht | 21:19 | |
lifeless | morganfainberg: hi | 21:19 |
*** alunduil has quit IRC | 21:20 | |
*** ruhe has quit IRC | 21:21 | |
*** romcheg has quit IRC | 21:22 | |
*** spzala has quit IRC | 21:22 | |
*** bswartz has quit IRC | 21:23 | |
*** esheffield has quit IRC | 21:24 | |
*** kbringard has quit IRC | 21:25 | |
*** thedodd has joined #openstack-dev | 21:27 | |
*** flaper87 is now known as flaper87|afk | 21:27 | |
*** sarob_ has joined #openstack-dev | 21:28 | |
*** salv-orlando has joined #openstack-dev | 21:28 | |
*** tstevenson_ has quit IRC | 21:29 | |
*** zaneb has quit IRC | 21:29 | |
*** sarob has quit IRC | 21:31 | |
*** kbringard has joined #openstack-dev | 21:31 | |
*** sarob_ has quit IRC | 21:32 | |
*** eglynn has joined #openstack-dev | 21:33 | |
jog0 | dhellmann: https://review.openstack.org/#/c/46336/ is ready | 21:34 |
jog0 | found another link between celio and nova-compute not sending heartbeat. still not 100% it is the cause though | 21:35 |
*** salv-orlando has quit IRC | 21:36 | |
*** shang has joined #openstack-dev | 21:39 | |
morganfainberg | lifeless, so H803 should be ignored then? The conversations on the mailing list didn't seem to make that clear. | 21:39 |
morganfainberg | lifeless, period at the end of subject line in commit | 21:39 |
*** thedodd has quit IRC | 21:39 | |
morganfainberg | lifeless, i assume as much since you posted a review for ignoring it. | 21:40 |
*** rnirmal has quit IRC | 21:40 | |
*** mlavalle has quit IRC | 21:41 | |
*** giulivo has joined #openstack-dev | 21:41 | |
lifeless | morganfainberg: what seemed clear to me is that noone thought enforcing it was a good idea - 'waste of time'. | 21:42 |
lifeless | morganfainberg: opinions as to whether periods should always present/never present/as appropriate were all over the place. | 21:42 |
morganfainberg | lifeless, I read it a little different that no one should enforce a -1 as a nit in reviewing, but from a hacking perspective i wasn't sure. | 21:42 |
*** tstevenson_ has joined #openstack-dev | 21:42 | |
morganfainberg | lifeless, i'm fine with removing that restriction | 21:43 |
morganfainberg | lifeless, just wanted to make sure i read it correctly :) | 21:43 |
morganfainberg | I think I just don't care one way or another, as long as no one is going to come complaining about it later. | 21:44 |
lifeless | morganfainberg: hacking core devs are split over this; there is a check in hacking, that the author of wants to remove, but the patch to do it got a -2 and two +2's. | 21:44 |
morganfainberg | lifeless, i guess that makes it hard to know the way the lines draw | 21:44 |
lifeless | morganfainberg: my reasoning is that if hacking can't decide, other projects can - all of tripleo ignores H803, and we never judge periods-at-end-of-commit message as a subject for review. | 21:45 |
lifeless | morganfainberg: openstack-infra has ignored H803 in several projects, as has oslo (e.g. pbr). | 21:45 |
morganfainberg | lifeless, I'm of the opinion that there should be a good reason to ignore hacking checks. | 21:45 |
lifeless | morganfainberg: I agree, subject to the condition that hacking checks should reflect consensus. | 21:45 |
lifeless | morganfainberg: I don't believe this one does. | 21:46 |
morganfainberg | lifeless, but again, as long as no one is going to complain about it after, sounds good to me :) | 21:46 |
morganfainberg | lifeless, if you'll rebase the changeset i'll +2 it based upon this convo | 21:46 |
morganfainberg | we had another tox.ini change go in this morning, conflicts | 21:46 |
lifeless | morganfainberg: there are folk that may complain, but there are plenty of folk with grammar muscle memory being broken by the status quo :) | 21:47 |
lifeless | morganfainberg: ok, keystone right? | 21:47 |
morganfainberg | yep | 21:47 |
morganfainberg | imo people should run tox -epep8 before submitting a patch to gerrit | 21:47 |
lifeless | morganfainberg: H304 is no longer ignored? [making sure I resolve the patch correctly] | 21:47 |
morganfainberg | as of this morning, we aren't ignoring anything iirc. 2x check | 21:48 |
morganfainberg | sec | 21:48 |
morganfainberg | lifeless, correct right now (before your change) ignore is empty | 21:48 |
lifeless | rebased and pushed | 21:48 |
morganfainberg | thanks. | 21:48 |
lifeless | thank you :) | 21:49 |
lifeless | jog0: ^ FYI | 21:49 |
*** prad has quit IRC | 21:49 | |
*** xmltok has quit IRC | 21:50 | |
jog0 | nice | 21:50 |
jog0 | will take care of H803 next week | 21:51 |
*** BLZbubba has joined #openstack-dev | 21:52 | |
*** wolfdreamer has quit IRC | 21:56 | |
morganfainberg | atiwari, ping | 21:56 |
*** eharney has quit IRC | 21:56 | |
*** SergeyLukjanov has quit IRC | 22:00 | |
*** mlavalle has joined #openstack-dev | 22:00 | |
*** lbragstad has quit IRC | 22:01 | |
*** kbringard has quit IRC | 22:01 | |
*** lbragstad has joined #openstack-dev | 22:01 | |
*** jaybuff has left #openstack-dev | 22:03 | |
*** jecarey has quit IRC | 22:04 | |
*** galstrom is now known as galstrom_zzz | 22:04 | |
*** bswrchrd has quit IRC | 22:04 | |
*** gyee has joined #openstack-dev | 22:04 | |
*** grizzle has joined #openstack-dev | 22:05 | |
*** lbragstad has quit IRC | 22:06 | |
*** eglynn has quit IRC | 22:07 | |
*** wolfdreamer has joined #openstack-dev | 22:09 | |
*** sdake has quit IRC | 22:09 | |
*** sdake has joined #openstack-dev | 22:10 | |
*** pcm_ has quit IRC | 22:11 | |
*** shakayumi has joined #openstack-dev | 22:12 | |
*** jcoufal has quit IRC | 22:12 | |
*** sarob has joined #openstack-dev | 22:16 | |
*** shakayumi has quit IRC | 22:18 | |
*** henrynash has quit IRC | 22:21 | |
*** boris-42 has quit IRC | 22:21 | |
*** NobodyCa1 has joined #openstack-dev | 22:23 | |
*** grizzle has quit IRC | 22:25 | |
*** sarob has quit IRC | 22:25 | |
*** FunnyLookinHat has quit IRC | 22:27 | |
*** jimfehlig has quit IRC | 22:28 | |
*** sarob has joined #openstack-dev | 22:29 | |
*** otherwiseguy has quit IRC | 22:31 | |
*** NobodyCa1 has joined #openstack-dev | 22:31 | |
*** sarob has quit IRC | 22:34 | |
*** sarob has joined #openstack-dev | 22:35 | |
*** NobodyCa1 has quit IRC | 22:36 | |
*** NobodyCa1 has joined #openstack-dev | 22:40 | |
*** NobodyCa1 has quit IRC | 22:41 | |
*** lbragstad has joined #openstack-dev | 22:42 | |
*** NobodyCam has joined #openstack-dev | 22:43 | |
*** reed has joined #openstack-dev | 22:49 | |
*** lnxnut has quit IRC | 22:52 | |
*** asavu has joined #openstack-dev | 22:53 | |
*** vkmc has joined #openstack-dev | 22:53 | |
*** bswartz has joined #openstack-dev | 22:53 | |
*** mlavalle has quit IRC | 22:54 | |
*** martine_ has quit IRC | 23:00 | |
*** giulivo has quit IRC | 23:00 | |
*** kbringard has joined #openstack-dev | 23:02 | |
*** dmakogon_ has quit IRC | 23:06 | |
*** Farooque has joined #openstack-dev | 23:07 | |
*** Farooque1 has joined #openstack-dev | 23:09 | |
*** Farooque has quit IRC | 23:09 | |
*** ifiokjr has joined #openstack-dev | 23:12 | |
*** anniec has quit IRC | 23:13 | |
*** kbringard has quit IRC | 23:13 | |
*** asavu has quit IRC | 23:13 | |
*** alop has quit IRC | 23:20 | |
Farooque1 | kooi, if you want to do more test please go for it | 23:24 |
Farooque1 | sorry, wrong window | 23:25 |
*** Farooque1 has left #openstack-dev | 23:25 | |
*** mrodden has quit IRC | 23:31 | |
*** kbrierly has quit IRC | 23:36 | |
*** anniec has joined #openstack-dev | 23:42 | |
*** fbo is now known as fbo_away | 23:42 | |
*** sarob_ has joined #openstack-dev | 23:43 | |
*** pmathews has quit IRC | 23:45 | |
*** hemna is now known as hemnafk | 23:45 | |
*** sarob has quit IRC | 23:47 | |
*** sarob_ has quit IRC | 23:48 | |
*** edmund has quit IRC | 23:48 | |
*** dripton has quit IRC | 23:53 | |
*** ifiokjr has quit IRC | 23:53 | |
*** angdraug has quit IRC | 23:54 | |
*** danwent has quit IRC | 23:56 | |
*** dripton has joined #openstack-dev | 23:57 | |
*** lnxnut has joined #openstack-dev | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!