*** danwent has joined #openstack-dev | 00:00 | |
*** bpokorny has joined #openstack-dev | 00:00 | |
*** spzala has joined #openstack-dev | 00:00 | |
*** rongze has quit IRC | 00:01 | |
*** pmathews has quit IRC | 00:01 | |
*** radsy has joined #openstack-dev | 00:01 | |
*** tomoe_ has quit IRC | 00:02 | |
*** pjd2 has joined #openstack-dev | 00:04 | |
*** jamespage_ has quit IRC | 00:04 | |
*** xuhaiwei has joined #openstack-dev | 00:05 | |
*** gyee has quit IRC | 00:05 | |
*** vipul-away is now known as vipul | 00:10 | |
*** dolphm_afk has quit IRC | 00:11 | |
*** dolphm_a_ has joined #openstack-dev | 00:14 | |
*** xarses has quit IRC | 00:15 | |
*** sumanthns has quit IRC | 00:18 | |
*** markmcclain has joined #openstack-dev | 00:19 | |
*** neoXsys has quit IRC | 00:20 | |
*** novas0x2a|laptop has quit IRC | 00:21 | |
*** matsuhashi has joined #openstack-dev | 00:21 | |
*** novas0x2a|laptop has joined #openstack-dev | 00:21 | |
*** ngoracke has joined #openstack-dev | 00:21 | |
*** thomasm has joined #openstack-dev | 00:22 | |
*** xuhaiwei has quit IRC | 00:22 | |
*** thomasm is now known as Guest30580 | 00:22 | |
*** SumitNaiksatam has quit IRC | 00:25 | |
*** sarob has joined #openstack-dev | 00:26 | |
jamielennox | bknudson: sorry i missed that conversation earlier, do the comments on discovery: https://review.openstack.org/#/c/38414/ answer your questions? | 00:26 |
---|---|---|
bknudson | jamielennox: let me look | 00:26 |
*** Guest30580 has quit IRC | 00:27 | |
*** buzztrol_ has quit IRC | 00:28 | |
*** buzztroll has joined #openstack-dev | 00:28 | |
*** HenryG_ has joined #openstack-dev | 00:29 | |
*** buzztrol_ has joined #openstack-dev | 00:29 | |
*** sarob has quit IRC | 00:31 | |
*** senk has joined #openstack-dev | 00:31 | |
bknudson | jamielennox: why would the parameters to fetch_available_versions have to change? | 00:31 |
bknudson | it shouldn't require authentication | 00:31 |
*** HenryG has quit IRC | 00:31 | |
jamielennox | So the two things i'm worried about is passing a session object to fetch_available_versions | 00:31 |
*** pjd2 has quit IRC | 00:32 | |
bknudson | maybe I should be reviewing the sessions change first | 00:32 |
jamielennox | if you have one from a different client you should reuse it, and also there was some discussion about that this would be an easily cachable result and that would likely want to happen on the session | 00:32 |
*** buzztroll has quit IRC | 00:33 | |
jamielennox | also you will need/want to pass that session object down into where the client is actually created | 00:33 |
jamielennox | It might be that we just support both methods at least for now | 00:34 |
bknudson | I think we should consider that to be a higher level function that would be implemented using the more primitive functions | 00:34 |
*** zul has quit IRC | 00:34 | |
*** kenperkins has quit IRC | 00:34 | |
bknudson | it seems like being able to fetch the available versions is the most basic thing you can do. | 00:34 |
bknudson | without caching | 00:34 |
bknudson | and then caching would be built on top of that | 00:35 |
jamielennox | so available versions returns a constructor object that has all the information needed to create a new client | 00:35 |
*** beagles has quit IRC | 00:35 | |
*** beagles has joined #openstack-dev | 00:35 | |
*** jdurgin1 has left #openstack-dev | 00:35 | |
*** angdraug has quit IRC | 00:35 | |
jamielennox | the second problem i had with the signature is the return value | 00:35 |
*** shakayumi has quit IRC | 00:36 | |
jamielennox | at the moment it returns a dictionary with a tuple version as the key and the constructor object as the value | 00:36 |
*** jdurgin1 has joined #openstack-dev | 00:36 | |
bknudson | that's an excellent question and goes to the heart of how can anyone even use identity api. | 00:36 |
jamielennox | i'm not sure that's correct, it maybe should be a list | 00:36 |
dolphm_a_ | bknudson: o/ can you fix the first sentence in the description of bug 1242855 | 00:37 |
uvirtbot | Launchpad bug 1242855 in keystone "Removing role adds role with LDAP backend" [Undecided,In progress] https://launchpad.net/bugs/1242855 | 00:37 |
*** senk has left #openstack-dev | 00:37 | |
bknudson | dolphm_a_: it's always hard to write a sentence that makes sense for these problems that depend on a configuration and action! | 00:37 |
jamielennox | i had thought that as the signature to client.Client is really simple that i can keep the other function private for a while until we have a real use case for it | 00:37 |
bknudson | jamielennox: we have a use case for getting the versions, it's so that applications can figure out what version the server supports. | 00:38 |
dolphm_a_ | bknudson: what you wrote sounds like a critical? but i don't think the bug is | 00:38 |
*** jaypipes has quit IRC | 00:38 | |
dolphm_a_ | bknudson: i mean, i know i'm not understanding what you meant | 00:39 |
bknudson | dolphm_a_: it requires admin to exploit | 00:39 |
*** dolphm_a_ is now known as dolphm | 00:39 | |
*** markmcclain has quit IRC | 00:39 | |
*** sushils has quit IRC | 00:39 | |
*** cpallares has quit IRC | 00:40 | |
jamielennox | bknudson: not really, the use case is to get a client that can be used that is guaranteed to be pointed at a minimum identity API version | 00:40 |
*** cpallares has joined #openstack-dev | 00:40 | |
jamielennox | bknudson: i don't think it is to list the available options - i don't care. If i'm doing an operation i just want to know if it is available or not, what IS available often doesn't matter | 00:40 |
*** spzala has quit IRC | 00:40 | |
*** shakayumi has joined #openstack-dev | 00:42 | |
dolphm | you're both right | 00:42 |
*** pjd2 has joined #openstack-dev | 00:42 | |
bknudson | dolphm: I updated the text... https://bugs.launchpad.net/keystone/+bug/1242855 | 00:42 |
dolphm | as a client, i may do something different based on what api version is available -- so i might just want to get the list of versions and handle it msyelf | 00:42 |
uvirtbot | Launchpad bug 1242855 in keystone "Removing role adds role with LDAP backend" [Undecided,In progress] | 00:42 |
dolphm | or i may require v 3.x and want to abort if that's not available | 00:43 |
*** reed has quit IRC | 00:43 | |
dolphm | or i may know how to use v3.1, but if it's not available, i can skip those bits and deal with v3.0 | 00:43 |
*** reed has joined #openstack-dev | 00:44 | |
bknudson | dolphm: do you think we should have a fetch_available_versions API? | 00:44 |
jamielennox | dolphm: ok, yep the above was too strongly put i definately see that as a use case, i just meant that I don't know how i want to consume the list of versions yet so i was going to keep that bit private until we had a user for it | 00:44 |
bknudson | the arguments would be whatever's required to connect (not authenticate) | 00:44 |
bknudson | and it would return a list of versions | 00:44 |
bknudson | the other question is -- does it include extensions info? | 00:45 |
dolphm | bknudson: erm... this is a critical, isn't it? | 00:45 |
jamielennox | bknudson: so returning strings and URLs, not objects | 00:45 |
dolphm | bknudson: sure, i would use that | 00:45 |
dolphm | bknudson: fetch_available_versions | 00:45 |
dolphm | i'd expect a list of tuples as the result, i suppose | 00:45 |
jamielennox | bknudson: not as yet, but i got that extension stuff passed identity-api for 3.2 so that we could do a similar process for extensions | 00:45 |
bknudson | dolphm: the bug is pretty nasty. | 00:46 |
*** tanisdl has quit IRC | 00:46 | |
bknudson | I mean you think you've removed authority and it's actually granted | 00:46 |
*** faramir1 has joined #openstack-dev | 00:46 | |
bknudson | jamielennox: If the extensions are returned with the same REST call then seems like it should all be returned together by the client. | 00:47 |
dolphm | or something like {(3, 2): 'http://identity/v3/'} | 00:47 |
jamielennox | bknudson: they aren't in the same call there is a similar call at /v3/extensions i think | 00:47 |
jamielennox | dolphm: the dictionary is what i do at the moment | 00:47 |
bknudson | jamielennox: ok, I thought they were all together, so a separate API makes more sense. | 00:47 |
dolphm | jamielennox: with tuples as keys or values? | 00:48 |
jamielennox | the tuple of API version as the key | 00:48 |
jamielennox | the value is a constructor object | 00:48 |
dolphm | works for me | 00:48 |
dolphm | erm | 00:48 |
dolphm | so not a primitive? | 00:48 |
jamielennox | so you can say available_versions(auth_url=....)[3.0]() | 00:49 |
dolphm | (side rant- we need to stop using "auth_url") | 00:49 |
morganfainberg | dolphm, ++ | 00:49 |
jamielennox | dolphm: ++ | 00:49 |
morganfainberg | (see i am lurking around here) | 00:49 |
bknudson | what's wrong with auth_url | 00:49 |
morganfainberg | somewhere... | 00:49 |
bknudson | identity_url? | 00:50 |
jamielennox | bknudson: i don't like the confusion between auth_url and endpoint | 00:50 |
dolphm | bknudson: because it's an identity service endpoint | 00:50 |
bknudson | identity_endpoint | 00:50 |
dolphm | bknudson: that's better | 00:50 |
*** pjd2 has quit IRC | 00:50 | |
morganfainberg | yep. | 00:50 |
jamielennox | i'm hoping that once we have pluggable auth the endpoint variable will move to another object and we can just have url= | 00:50 |
*** booga has quit IRC | 00:50 | |
bknudson | I'm not sure about endpoint since it's not really the "end"... there's more beyond it. | 00:51 |
morganfainberg | dolphm, i still like the concept of using a srv record | 00:51 |
morganfainberg | or similar (at least supporting it) | 00:51 |
dolphm | me too | 00:52 |
*** devoid has joined #openstack-dev | 00:52 | |
*** adalbas has quit IRC | 00:52 | |
*** nosnos has joined #openstack-dev | 00:52 | |
*** dsirrine has joined #openstack-dev | 00:52 | |
dolphm | i'm wondering if it's possible to make devstack support it | 00:52 |
*** nermina has quit IRC | 00:52 | |
morganfainberg | dolphm, likely, devstack can … pretty much do whatever it wants ;) | 00:53 |
jamielennox | that would be cool | 00:53 |
*** networkstatic has quit IRC | 00:53 | |
*** sarob has joined #openstack-dev | 00:53 | |
dolphm | this is not untrue | 00:53 |
morganfainberg | dolphm, side note, looks like i finally am getting back to "normal" here… offices moved, house moved… starting to write code again.. *phew* | 00:53 |
*** networkstatic has joined #openstack-dev | 00:53 | |
*** joesavak has joined #openstack-dev | 00:54 | |
dolphm | morganfainberg: YAY | 00:54 |
*** devoid has left #openstack-dev | 00:54 | |
dolphm | morganfainberg: i added you to some code reviews today ;) | 00:54 |
jamielennox | morganfainberg: was just thinking it seems like a while since i've seen you | 00:54 |
morganfainberg | jamielennox, yeah i've been fighting the move house move office, etc hell | 00:54 |
*** jsavak has joined #openstack-dev | 00:54 | |
morganfainberg | dolphm, i'll start looking at the queue here again. i've been trying to toss in when i have a few minutes. | 00:55 |
morganfainberg | jamielennox, but… it's all settling down just in time to hit the 15hr flight to HK! ;) | 00:55 |
morganfainberg | (yay for wifi on the flight) | 00:55 |
jamielennox | anyway trying to draw people back to the original point: if you look at the _get_versions_from_response() function, that already returns things as {(2,0): 'http://host/v2.0', (3,0): 'http://host/v3'} i can change that around and make that public | 00:56 |
dolphm | i don't think i have wifi :( | 00:56 |
jamielennox | wifi on the flight? seriously? we're still not allowed to turn our phone on | 00:56 |
dolphm | jamielennox: ? | 00:56 |
dolphm | jamielennox: you can use whatever > 10,000 ft | 00:57 |
*** nati_ueno has quit IRC | 00:57 | |
morganfainberg | jamielennox, we can't turn on cell phones (cell data) but a lot of planes provide wifi and you can use just about anything (short of a ham radio) > 10,000ft | 00:57 |
dolphm | jamielennox: and back on the original point-- you said hte value was a constructor object, but your example there is just strings | 00:57 |
*** sarob has quit IRC | 00:57 | |
jamielennox | anyway no wifi on planes | 00:57 |
*** zul has joined #openstack-dev | 00:58 | |
jamielennox | yea, two different functions | 00:58 |
*** nermina has joined #openstack-dev | 00:58 | |
morganfainberg | jamielennox, oh, so you're going to have a different dataset (the contructor objecT)? | 00:58 |
jamielennox | _get_versions_from_response() takes a requests.Response object returns strings | 00:58 |
morganfainberg | or are we still dealing with strings? | 00:58 |
jamielennox | available versions turns strings into _KeystoneVersion constructor objects | 00:58 |
morganfainberg | ah, argument != return | 00:58 |
*** joesavak has quit IRC | 00:58 | |
bknudson | jamielennox: so if you have an auth_url or _endpoint of http://host , you get the 2 (on latest keystone) | 00:58 |
morganfainberg | erm arg_type | 00:59 |
bknudson | but if you have http://host/v2.0 you get just v2 ? | 00:59 |
jamielennox | bknudson: full name | 00:59 |
morganfainberg | jamielennox, ? | 00:59 |
dolphm | if you give me a public method to list versions like your example up there, i'd be super happy | 00:59 |
jamielennox | bknudson: so that it gets passed off to keystoneclient.v3.Client(auth_url=) | 00:59 |
jamielennox | morganfainberg: not sure what your question was.. the _get_versions_from_response was just a helper function, but i can easily rearrange that to be public | 01:00 |
jamielennox | that's why it took a response object | 01:00 |
morganfainberg | no i meant full name? | 01:00 |
morganfainberg | not sure what you mean by full name | 01:00 |
jamielennox | oh full qualified url | 01:00 |
morganfainberg | AH. | 01:01 |
morganfainberg | ok ok, now it makes sense | 01:01 |
jamielennox | my fingers are sometimes faster than my brain | 01:01 |
*** cpallares has quit IRC | 01:01 | |
morganfainberg | eh, we just have a lot of overloaded terminology, i always figure it's better to ask | 01:01 |
*** radez_g0n3 is now known as radez | 01:01 | |
*** cpallares has joined #openstack-dev | 01:01 | |
morganfainberg | yeah having that be public could be very useful | 01:02 |
bknudson | I guess it could be extended in the future to return a dict-like object that's callable | 01:02 |
bknudson | should say it would return a dict where the endpoint is a string-like object that's callable, and returns a client. | 01:04 |
*** buzztrol_ has quit IRC | 01:04 | |
*** buzztroll has joined #openstack-dev | 01:05 | |
jamielennox | bknudson: so the reason i hvae the constructor factory is that most things passed to the client.Client() function need to get passed to the client.v2_0.Client or v3.Client | 01:05 |
bknudson | and could override [] to be smarter about handling version #s. | 01:05 |
*** buzztroll has quit IRC | 01:05 | |
*** buzztroll has joined #openstack-dev | 01:05 | |
jamielennox | if you did available_versions(auth_url = ...) etc you would need to parse the return value, and use the url as the auth_url for the next call to the appropriate client | 01:06 |
*** zul has quit IRC | 01:06 | |
jamielennox | with the example i gave before i can say available_versions(auth_url=....)[3.0](username='jamielennox', password='abc123') | 01:06 |
jamielennox | and auth_url is automatically passed through to the real client object | 01:07 |
morganfainberg | jamielennox, hrm. there is something that rubs me the wrong way about that | 01:07 |
bknudson | that's pretty neat. | 01:07 |
morganfainberg | not the concept…the implementation | 01:08 |
morganfainberg | erm, description | 01:08 |
bknudson | I'd like to keep it simple at first. | 01:08 |
*** yaguang has quit IRC | 01:08 | |
*** yolanda has quit IRC | 01:08 | |
bknudson | The fancy stuff can be added later. | 01:08 |
morganfainberg | bknudson, fair enough. | 01:09 |
morganfainberg | bknudson, i'm trying to put my finger on what is bugging me about it | 01:09 |
morganfainberg | bknudson, it's nothing major…but something…. is setting off the bells, yanno how that goes sometimes? | 01:09 |
bknudson | morganfainberg: is it the use of a float for the version? | 01:09 |
morganfainberg | bknudson, that is likely it. | 01:09 |
jamielennox | the same thing would work with available_versions(auth_url=...., username='jamielennox', password='abc123')[3.0]() whatever, it's just otherwise i need to return the client Class that should be used and the url to use with it | 01:09 |
bknudson | morganfainberg: the concern that the args for 2.0 aren't the same is for 3.0? | 01:09 |
morganfainberg | bknudson, i think we really should be 100% tuple for version | 01:09 |
jamielennox | so klass, url = available_versions(auth_url=...); klass(auth_url=url, username='jamielennox') | 01:10 |
bknudson | jamielennox: both of the calls, where the args are in available_versions or in the factory call are making sense to me | 01:11 |
jamielennox | morganfainberg: i like that idea too, but https://etherpad.openstack.org/p/api-version-discovery-proposal has been out for a while and it specifies floats | 01:11 |
bknudson | I'd like to see it as an add-on after the basic function is done. | 01:12 |
*** haomaiwang has joined #openstack-dev | 01:12 | |
jamielennox | and the current Client(..).version value is a string | 01:12 |
bknudson | we could add a new version that returns a tuple. | 01:13 |
bknudson | Client.version_tuple | 01:13 |
jamielennox | bknudson, it's on my 1.0 list | 01:13 |
jamielennox | not necessarily version_tuple but figure out what Client(..).version actually means cause at the moment telling me that it's 'v3' doesn't help at all | 01:14 |
*** kbrierly has quit IRC | 01:14 | |
jamielennox | s/at all/very much | 01:15 |
*** neelashah has joined #openstack-dev | 01:16 | |
*** erfanian has joined #openstack-dev | 01:16 | |
*** mrodden has quit IRC | 01:16 | |
*** erfanian has quit IRC | 01:16 | |
*** jamespage_ has joined #openstack-dev | 01:17 | |
*** erkules_ has joined #openstack-dev | 01:17 | |
jamielennox | anyway | 01:18 |
*** melwitt has quit IRC | 01:19 | |
jamielennox | should available_versions return a dict with version->url or a list of tuples (version, url)? | 01:19 |
*** buzztroll has quit IRC | 01:19 | |
*** buzztroll has joined #openstack-dev | 01:20 | |
*** erkules has quit IRC | 01:20 | |
bknudson | jamielennox: with a dict you could do [(3,0)] ? | 01:20 |
*** buzztroll has quit IRC | 01:20 | |
*** jamespage_ has quit IRC | 01:20 | |
*** buzztroll has joined #openstack-dev | 01:20 | |
bknudson | jamielennox: the [(3,0)] worked for me, so I'm good with a dict. | 01:21 |
jamielennox | yea, a tuple is hashable so you can use it as a dictionary key | 01:21 |
bknudson | is there any reason I'd want to go the other way around... figure out the version for the endpoint? | 01:22 |
bknudson | I can't think of a reason to do that. | 01:22 |
bknudson | so I think a dict of version tuple -> endpoint works for me. | 01:22 |
jamielennox | not that i can think of | 01:22 |
jamielennox | but, you do need to know if it's stable | 01:23 |
bknudson | so there's more info... | 01:23 |
jamielennox | so it would probably need to be a dictionary as the value with at least {'url': 3.0, 'stable': 'beta'} or something | 01:23 |
*** dsirrine has quit IRC | 01:23 | |
bknudson | would there be both a stable and unstable for a version? | 01:23 |
*** markwash has quit IRC | 01:23 | |
jamielennox | so there's no reason you couldn't just stick url in there as well | 01:23 |
jamielennox | but at which point you may as well just use the constructor objects i've already got | 01:24 |
bknudson | what does the API return, is it a list of objects? | 01:24 |
jamielennox | bknudson: not for the same version i think, but you would want to know if for example the upcoming 3.2 that is listed is stable or not for use | 01:24 |
bknudson | the REST call | 01:24 |
jamielennox | i think it's a list of dicts | 01:25 |
*** dims has quit IRC | 01:26 | |
jamielennox | it's not keyed | 01:26 |
bknudson | jamielennox: after looking at this, seems like the most basic thing we could do is have a list of objects, just like the REST api returns. | 01:26 |
*** erfanian has joined #openstack-dev | 01:26 | |
*** HenryG_ has quit IRC | 01:26 | |
bknudson | then you can build whatever extra functionality on top of that. | 01:27 |
jamielennox | bknudson: yea, i thought about that, but is there ever a situation where you will have multiple urls for the same version? | 01:28 |
*** rongze has joined #openstack-dev | 01:28 | |
jamielennox | if not then the benefit of indexing the dict comes at no cost | 01:28 |
bknudson | jamielennox: it's kind of odd right now that the server returns v3.0 but it's actually more like 3.2 | 01:28 |
jamielennox | yea, that's a bug | 01:29 |
jamielennox | it is suppoesd to be 3.1 | 01:29 |
bknudson | should we have both a 3.0 and a 3.1 ? | 01:29 |
*** guohliu has joined #openstack-dev | 01:29 | |
bknudson | they'd both have the same "self" link | 01:29 |
*** cpallares1 has joined #openstack-dev | 01:30 | |
*** danwent has quit IRC | 01:30 | |
*** cpallares has quit IRC | 01:30 | |
jamielennox | we shouldn't need to because 3.1 includes all of 3.0 | 01:30 |
jamielennox | but there is no reason we couldn't | 01:30 |
jamielennox | the more likely is we have a stable 3.1 and an unstable 3.2 | 01:31 |
*** zbitter has joined #openstack-dev | 01:31 | |
*** yolanda has joined #openstack-dev | 01:31 | |
bknudson | I guess it depends on what an application would expect... if it's looking for "v3.0" explicitly then it would break if we only had "v3.1" | 01:32 |
jamielennox | yea | 01:32 |
jamielennox | ok, lets just support the list | 01:32 |
bknudson | You could make it as simple as just call the REST API (/) and return the parsed dict from JSON | 01:34 |
bknudson | could "normalize" if you call with / or /v3 or /v2.0 by putting v3 or v2 in [] | 01:34 |
*** zaneb has quit IRC | 01:35 | |
*** singhs has quit IRC | 01:36 | |
*** rongze has quit IRC | 01:37 | |
*** dot has joined #openstack-dev | 01:38 | |
*** tomoe_ has joined #openstack-dev | 01:38 | |
*** pjd2 has joined #openstack-dev | 01:39 | |
*** haomaiwang has quit IRC | 01:39 | |
jamielennox | the normalize part is handled already, but yea, i could just have it return a list of dicts straight from the server | 01:41 |
*** SlickNik has quit IRC | 01:42 | |
*** SlickNik has joined #openstack-dev | 01:43 | |
*** xingchao has joined #openstack-dev | 01:43 | |
*** dims has joined #openstack-dev | 01:44 | |
*** mrodden has joined #openstack-dev | 01:44 | |
*** dot has quit IRC | 01:44 | |
*** jsavak has quit IRC | 01:44 | |
*** cpallares has joined #openstack-dev | 01:45 | |
*** cpallares1 has quit IRC | 01:45 | |
*** networkstatic is now known as networkstatic_Zz | 01:52 | |
*** zyluo has joined #openstack-dev | 01:55 | |
*** dims has quit IRC | 01:55 | |
morganfainberg | jamielennox, i like bknudson's idea with normalize handling in the [] (e.g. [v2]) | 01:58 |
morganfainberg | it does mirror closely what we already have. | 01:59 |
jamielennox | morganfainberg: i don't think that's what he meant | 01:59 |
*** slic has joined #openstack-dev | 01:59 | |
morganfainberg | jamielennox, hrm. | 01:59 |
jamielennox | if you call / you get a list of versions | 01:59 |
morganfainberg | oh | 01:59 |
morganfainberg | i see | 01:59 |
morganfainberg | yeah | 01:59 |
jamielennox | if you call eg /v2.0 you get one version | 01:59 |
*** novas0x2a|laptop has quit IRC | 01:59 | |
morganfainberg | make it an implicit return of what is available. | 02:00 |
jamielennox | to override [] would mean createing a new object with a custom __getitem__ | 02:00 |
morganfainberg | eh, not like we don't do that all over the place in other projects :P | 02:00 |
morganfainberg | keystone seems to do less of the make this like a dict…no really | 02:00 |
*** beagles has quit IRC | 02:00 | |
comay | a question around '[upgrade_levels]' in havana, particuarly wrt nova's conductor | 02:01 |
comay | does using it negate the ability to perform conductor operations remotely (use_local=false)? | 02:01 |
*** alunch has quit IRC | 02:01 | |
jamielennox | morganfainberg: except where it shouldn't, like AccessInfo has a dict base class | 02:01 |
*** networkstatic_Zz is now known as networkstatic | 02:01 | |
*** pjd2 has quit IRC | 02:01 | |
*** radsy has quit IRC | 02:01 | |
morganfainberg | comay, if no one answers you here #openstack-nova might also be able to help (people lurk in both places) | 02:02 |
morganfainberg | jamielennox, right | 02:02 |
*** stevemar has joined #openstack-dev | 02:02 | |
morganfainberg | jamielennox, wow, a couple weeks paying less attention to IRC i feel like the code has moved significantly without my noticing. | 02:03 |
morganfainberg | jamielennox, (not that i actually has, i just feel… behind) | 02:03 |
comay | ah, thanks morganfainberg; digging through nova/cmd/compute.py, it seems one precludes the other | 02:03 |
morganfainberg | comay, that seems icky =/ but i haven't taken a serious look at that part of nova in a while. | 02:04 |
morganfainberg | i'm sure there is a good reason for that | 02:04 |
comay | or just as likely, i'm misreading something :) | 02:05 |
*** burris has joined #openstack-dev | 02:06 | |
comay | (the content was i was bringing just a havana nova-compute node into grizzly installation and struggling with the nova-conductor API versions) | 02:06 |
*** haomaiwang has joined #openstack-dev | 02:06 | |
*** 17WAAEJ0O has quit IRC | 02:06 | |
comay | (it's either too high or too low - sounds like the goldilocks) | 02:07 |
*** twoputt has quit IRC | 02:07 | |
*** singhs has joined #openstack-dev | 02:08 | |
*** pjd2 has joined #openstack-dev | 02:12 | |
*** asalkeld_lunch is now known as asalkeld | 02:14 | |
*** SlickNik has quit IRC | 02:14 | |
*** SlickNik has joined #openstack-dev | 02:15 | |
*** radez is now known as radez_g0n3 | 02:16 | |
*** stevemar has quit IRC | 02:22 | |
*** sumanthns has joined #openstack-dev | 02:25 | |
ayoung | jamielennox, about the "region" patch in the client. I think that we are going to have something happen server side, and I suspect that the client side approach is wrong. | 02:26 |
*** rongze has joined #openstack-dev | 02:26 | |
jamielennox | ayoung: the existing client side approach is wrong | 02:27 |
jamielennox | but i have no choice because it was supported there for a while about 4 releases ago | 02:27 |
*** xarses has joined #openstack-dev | 02:27 | |
ayoung | jamielennox, so what is your patch working around? | 02:28 |
jamielennox | everywhere i've put region handling on the client side i've put great big deprecated comments | 02:28 |
jamielennox | there is a bug | 02:28 |
ayoung | the bug looks like a feature request to me | 02:28 |
jamielennox | but the best explanation i saw was in a review comment by Cody dated Oct 9 | 02:29 |
ayoung | jamielennox, its like, they decided "hey we are going to add this attribute." And then "Why are you not filtering on our attribute?" | 02:29 |
jamielennox | so the problem was the attribute was added previously | 02:29 |
jamielennox | and then removed and we broke compatabillity | 02:29 |
jamielennox | this is why i was so against it in the first few patches and i considered it a feature request | 02:30 |
ayoung | jamielennox, define "we" | 02:30 |
jamielennox | but he's right we used to allow it | 02:30 |
jamielennox | keystoneclient | 02:30 |
ayoung | allow it is one thing, but you look like you are doing client side filtering on it | 02:30 |
jamielennox | i've no idea who's fault it was | 02:30 |
jamielennox | :) | 02:30 |
ayoung | what's git blame say? | 02:31 |
jamielennox | here is where it was added to keystoneclient: https://review.openstack.org/#/c/20294/ | 02:31 |
jamielennox | here is where it was taken away: https://review.openstack.org/#/c/20404/ | 02:31 |
*** asalkeld has quit IRC | 02:32 | |
jamielennox | anyway client side filtering is fine | 02:32 |
ayoung | jamielennox, so it looks like it was removed unintentionally? | 02:32 |
jamielennox | you just shouldn't filter by setting the region as a parameter on the service catalog | 02:32 |
jamielennox | yea, it was unintentional | 02:33 |
jamielennox | but it should never have been allowed like that in the first place | 02:33 |
ayoung | ok, since I approved the change that broke it... | 02:34 |
jamielennox | do you follow what the patch is fixing? | 02:34 |
ayoung | jamielennox, yeah, and I am worried that we gave life to something we now need to support | 02:34 |
jamielennox | version 1.0 | 02:34 |
jamielennox | ayoung: my notes: https://etherpad.openstack.org/p/keystoneclient-1.0 | 02:35 |
ayoung | jamespage, So we support client side filtering by region of the endpoints. Anything else nasty like this that I missed? | 02:35 |
*** prad has joined #openstack-dev | 02:36 | |
ayoung | aside from pinging the wrong person? | 02:36 |
*** prad has quit IRC | 02:36 | |
jamielennox | xchat has an option so tab complete fills the last person that spoke, i'm not sure why that's not the default | 02:36 |
*** asalkeld has joined #openstack-dev | 02:36 | |
ayoung | let me find that | 02:37 |
*** asalkeld has left #openstack-dev | 02:37 | |
morganfainberg | jamielennox, thats a neat feature | 02:37 |
jamielennox | in preferences: interface > Input Box > Nick completion sorted | 02:38 |
ayoung | XChat preferences -> Input Box -> Nick Completions Sorted -> Last-spoke order | 02:38 |
*** reed has quit IRC | 02:38 | |
ayoung | heh | 02:38 |
jamielennox | jamespage: your worries are over | 02:38 |
ayoung | jamielennox, until you try to ping yourself | 02:39 |
jamielennox | so client side filtering of the service catalog is fine - it's even good | 02:39 |
jamielennox | it's just that a ServiceCatalog should be considered shared so you shouldn't be installing a region into it | 02:39 |
morganfainberg | new plan, randomly change name to something close to who jamielennox is talking to and interject randomly. | 02:40 |
jamielennox | morganfainberg: you've got an evil mind | 02:40 |
morganfainberg | ayoung, i don't see an issue in filtering the service catalog in this context | 02:40 |
ayoung | morganfainberg, its just wrong to do client side what, in this case, should be done server side. Band aid on a sucking chest wound. | 02:40 |
jamielennox | i wrote out a whole scenario about sharing the catalog between swift and keystone - i *think* that's reasonable | 02:41 |
morganfainberg | ayoung, looks more like a gauze bandage we need to change out soon… but at least the blood isn't all over the floor. | 02:41 |
jamielennox | ayoung: 2 things, 1 you might need multiple regions 2. server side region filtering hasn't been done yet and we need something in the mean time | 02:41 |
ayoung | morganfainberg, no, its worse than that. He's dead Jim. | 02:42 |
morganfainberg | ayoung, lol | 02:42 |
morganfainberg | jamielennox, i think the latter is the more salient point. | 02:42 |
ayoung | jamielennox, we had a BP and and API spec for a Region extension to the Service catalog, but He-Who-Must-Not-Be-Named-in-IRC -2ed it and it died. We resurrected it today | 02:42 |
jamielennox | well the above link is my raw ongoing list of things i want for a 1.0, the client summit proposal got approved so we'll be talking about something client | 02:43 |
morganfainberg | oh huh i should see what sessions were approved | 02:43 |
ayoung | https://review.openstack.org/#/c/27563/ | 02:43 |
*** nermina has quit IRC | 02:44 | |
ayoung | HTML got the axe, no surprise there. I should have submitted it as a Horizon session | 02:44 |
morganfainberg | ayoung, ah i thought that was who you were talking about | 02:44 |
ayoung | Oh yeah | 02:44 |
ayoung | He was pretty cool back when were both in Slythering | 02:45 |
ayoung | try typing that without adding an 'g' it is impossible | 02:45 |
ayoung | Slytherin | 02:45 |
ayoung | I had to backspace it | 02:46 |
morganfainberg | yeah, g just wants to jump onto the end of that word | 02:46 |
morganfainberg | every time | 02:46 |
*** pixelb has quit IRC | 02:46 | |
*** SumitNaiksatam has joined #openstack-dev | 02:46 | |
*** xingcha__ has joined #openstack-dev | 02:47 | |
*** rongze_ has joined #openstack-dev | 02:47 | |
morganfainberg | ayoung, i think the /regions resource is a "good idea"™ | 02:48 |
ayoung | morganfainberg, we all do. I think his complain has been covered too. We had a pretty extensive discussion today. Filter is part of the API, just as an extension ,and should cover selectively filtering by region or what a region will show. | 02:49 |
morganfainberg | ayoung, yeah, i would agree with that assessment | 02:49 |
*** rongze has quit IRC | 02:49 | |
morganfainberg | ayoung, unrelated, started work on the new KVS stuff. hopefully by the end of the week i'll have the new base changes done. | 02:49 |
*** xingchao has quit IRC | 02:50 | |
morganfainberg | ayoung, need an opinion though, should we keep keystone.common.kvs in it's current state for now and add deprecation and make this "new thing" something like keystone.common.dkvs or similar" | 02:50 |
ayoung | morganfainberg, sounds good. I'd like it if the old options were supported, and were one liners like "extends dogpile(memcached)" | 02:51 |
morganfainberg | ayoung, that would be my initial thought… at least for a release (maybe +2) | 02:51 |
morganfainberg | toss some deprecation warnings in. I don't want to rip the carpet out from under anyone with this change | 02:52 |
*** pjd2 has quit IRC | 02:52 | |
*** Shaan7 has quit IRC | 02:52 | |
ayoung | morganfainberg, I'm not 100% sure that the existing filtering is sufficient. I suspect we will need filtering on the hierarchical regions themselves. A company may want to return a differnt set of availabel regions depending on a users contract, and that will probably be an implicit filter beyond what he's spec'ed out, but that can probably be and incremental feature addition. | 02:52 |
ayoung | I think that KVS stuff might be the killer feature in Icehouse. It will certainly be used. | 02:53 |
*** cpallares1 has joined #openstack-dev | 02:53 | |
morganfainberg | ayoung, that's a good point. I am not sure if it's an "add-on" for rregions though. it's more like a wholly separate filtering syntax. | 02:54 |
morganfainberg | erm approach | 02:54 |
ayoung | morganfainberg, it is an addition fopr the admin API. | 02:54 |
*** cpallares has quit IRC | 02:54 | |
morganfainberg | ayoung, ah in that context, yes | 02:54 |
morganfainberg | ok | 02:54 |
ayoung | it is not explicit filtering, it is hidden from the user | 02:54 |
morganfainberg | oh, sort of like endpoint filtering works currently | 02:54 |
morganfainberg | but, probably a bit more enforceable. | 02:55 |
ayoung | morganfainberg, yeah, really just extending the concept to the new other object in the service catalog | 02:55 |
*** dolphm_ has joined #openstack-dev | 02:55 | |
morganfainberg | ayoung, maybe that could be a good approach, make endpoint filtering more "catalog" filtering. | 02:56 |
morganfainberg | it would need some reworking, but it essentially solves the same basic concept. | 02:56 |
morganfainberg | is there a need to have two separate catalog filtering mechanisms (e.g. is endpoint filtering different enough to warrant that) | 02:57 |
jamielennox | morganfainberg: as you were here for the conversation earlier, if i use available_versions for the function that returns a bunch of raw strings, what should i use for the function that returns the constructor objects | 02:57 |
*** dolphm has quit IRC | 02:57 | |
ayoung | morganfainberg, yep, since enumeration of regions is hierarchical, it is not covered by endpoint filtering | 02:57 |
ayoung | global->us->west->bay_area | 02:57 |
morganfainberg | ayoung, hm. right | 02:57 |
morganfainberg | ->i_swear_our_transit_isnt_on_strike | 02:58 |
morganfainberg | too soon? | 02:58 |
ayoung | but while all customer see us->west and us->east the intel community also sees us->intel | 02:58 |
morganfainberg | maybe i'm feeling loopy tonight. | 02:58 |
ayoung | "tonight?" and what do we say on Passover? | 02:58 |
morganfainberg | lol. why is this night different than all other nights? | 02:59 |
morganfainberg | or in my family "why did aunt soandso get to cook the brisket again?" | 02:59 |
ayoung | Heh | 02:59 |
ayoung | Did she boil it? My Wife's Aunt once Boiled the Turkey | 02:59 |
ayoung | shudder | 03:00 |
morganfainberg | ayoung, she cooked it for like 1hr | 03:00 |
morganfainberg | and glared at people who didn't eat it | 03:00 |
morganfainberg | it was aweful | 03:00 |
ayoung | that is like pan seared brisket | 03:00 |
morganfainberg | jamielennox, available_clients? | 03:00 |
*** cpallares1 has quit IRC | 03:00 | |
*** cpallares has joined #openstack-dev | 03:00 | |
morganfainberg | jamielennox, i might be mis-reading the question | 03:01 |
ayoung | OK...bed time here in the global->us->east region | 03:01 |
jamielennox | ayoung: night | 03:01 |
morganfainberg | ayoung, it is near that time here as well for me. | 03:01 |
morganfainberg | ayoung, catch ya tomorrow | 03:01 |
jamielennox | morganfainberg: that's the right idea, i just need a new function name | 03:01 |
morganfainberg | jamielennox, depends on how complex you want it | 03:02 |
*** colinmcnamara has joined #openstack-dev | 03:02 | |
*** cpallares has quit IRC | 03:02 | |
morganfainberg | jamielennox, it might be soemthing as simple as .available_clients or .available_versions_clients | 03:03 |
*** cpallares has joined #openstack-dev | 03:03 | |
jamielennox | morganfainberg: i'll use available_clients, i'm going to keep it private for now anyway i think | 03:03 |
morganfainberg | hrm. maybe .available_version_objects ? | 03:03 |
morganfainberg | jamielennox, i think that is the most analogous and descriptive you can be | 03:03 |
*** singhs has quit IRC | 03:03 | |
morganfainberg | jamielennox, yeah make it private until we are sure we want it public (better approach than the inverse) | 03:04 |
*** zhiyan has joined #openstack-dev | 03:04 | |
jamielennox | morganfainberg: indeed | 03:05 |
jamielennox | morganfainberg: have a look: https://review.openstack.org/#/c/38414 | 03:06 |
morganfainberg | jamielennox, hehe, i see what you did there… get me to look at it when sleepy :P | 03:06 |
morganfainberg | jamielennox, looking now | 03:06 |
jamielennox | morganfainberg: that's ok, no one else will be able to review it till tomorrow anyway | 03:07 |
morganfainberg | jamielennox, hehe | 03:07 |
*** cpallares has quit IRC | 03:07 | |
jamielennox | morganfainberg: where/why did you move? | 03:07 |
*** markwash has joined #openstack-dev | 03:07 | |
*** cpallares has joined #openstack-dev | 03:07 | |
morganfainberg | jamielennox, about 4.4 miles from the previous place, and suffice to say it involved lawyers and unlivable conditions. | 03:07 |
*** colinmcnamara has quit IRC | 03:08 | |
morganfainberg | jamielennox, of the ruined carpet (dog … messes seeped into the carpet and padding), deferred maintenance, etc. | 03:08 |
morganfainberg | type. | 03:08 |
jamielennox | morganfainberg: oh, right - so not exactly leaving on amicable terms | 03:08 |
*** cpallares has quit IRC | 03:08 | |
*** colinmcnamara has joined #openstack-dev | 03:09 | |
morganfainberg | jamielennox, i'm hoping that i wont need more lawyer time to get the last few things buttoned up | 03:09 |
*** cpallares has joined #openstack-dev | 03:09 | |
morganfainberg | jamielennox, and my work moved to our new permanent offices :) | 03:09 |
morganfainberg | super nice. | 03:09 |
jamielennox | cool | 03:10 |
morganfainberg | well permanent until we grow significantly headcount wise | 03:10 |
jamielennox | how big is it now? | 03:10 |
*** senk has joined #openstack-dev | 03:10 | |
*** paragan has joined #openstack-dev | 03:10 | |
*** paragan has joined #openstack-dev | 03:10 | |
*** colinmcnamara has quit IRC | 03:13 | |
*** cpallares has quit IRC | 03:13 | |
*** cpallares1 has joined #openstack-dev | 03:13 | |
*** cpallares1 has quit IRC | 03:15 | |
*** cpallares has joined #openstack-dev | 03:15 | |
*** pmathews has joined #openstack-dev | 03:15 | |
*** stevemar has joined #openstack-dev | 03:17 | |
*** cpallares has quit IRC | 03:18 | |
*** cpallares has joined #openstack-dev | 03:19 | |
*** xjiujiu has joined #openstack-dev | 03:21 | |
*** senk has left #openstack-dev | 03:23 | |
*** vladan has quit IRC | 03:26 | |
*** dolphm_ has quit IRC | 03:29 | |
*** dolphm has joined #openstack-dev | 03:29 | |
*** xjiujiu has quit IRC | 03:31 | |
*** xjiujiu has joined #openstack-dev | 03:32 | |
*** dolphm has quit IRC | 03:34 | |
*** vladan has joined #openstack-dev | 03:35 | |
*** buzztroll has quit IRC | 03:36 | |
*** buzztroll has joined #openstack-dev | 03:37 | |
*** cpallares1 has joined #openstack-dev | 03:38 | |
*** cpallares has quit IRC | 03:38 | |
*** dot has joined #openstack-dev | 03:40 | |
*** buzztroll has quit IRC | 03:41 | |
*** pmathews has quit IRC | 03:42 | |
*** pmathews has joined #openstack-dev | 03:43 | |
*** macjack has joined #openstack-dev | 03:45 | |
*** aditirav has joined #openstack-dev | 03:45 | |
*** aditirav has joined #openstack-dev | 03:46 | |
*** dot has quit IRC | 03:46 | |
*** xjiujiu has quit IRC | 03:46 | |
*** xjiujiu has joined #openstack-dev | 03:47 | |
*** sumanth has quit IRC | 03:48 | |
*** garyk has quit IRC | 03:48 | |
*** comay has quit IRC | 03:51 | |
*** asalkeld has joined #openstack-dev | 03:52 | |
*** jecarey has quit IRC | 03:53 | |
*** comay has joined #openstack-dev | 03:57 | |
*** buzztroll has joined #openstack-dev | 04:00 | |
*** xjiujiu has quit IRC | 04:02 | |
*** xjiujiu has joined #openstack-dev | 04:02 | |
*** chandankumar has joined #openstack-dev | 04:05 | |
*** haomaiwang has quit IRC | 04:07 | |
*** haomaiwang has joined #openstack-dev | 04:08 | |
*** buzztroll has quit IRC | 04:12 | |
*** haomaiwang has quit IRC | 04:12 | |
*** buzztroll has joined #openstack-dev | 04:12 | |
*** yolanda has quit IRC | 04:13 | |
*** buzztroll has quit IRC | 04:17 | |
*** vladan has quit IRC | 04:19 | |
*** xjiujiu has quit IRC | 04:19 | |
*** neelashah has quit IRC | 04:19 | |
*** xjiujiu has joined #openstack-dev | 04:20 | |
*** sarob has joined #openstack-dev | 04:22 | |
*** vladan has joined #openstack-dev | 04:24 | |
*** buzztroll has joined #openstack-dev | 04:24 | |
*** cpallares1 has quit IRC | 04:26 | |
*** cpallares has joined #openstack-dev | 04:26 | |
*** kbrierly has joined #openstack-dev | 04:27 | |
*** guohliu has quit IRC | 04:27 | |
*** tomoe_ has quit IRC | 04:29 | |
*** xjiujiu has quit IRC | 04:31 | |
*** rongze_ has quit IRC | 04:31 | |
*** xjiujiu has joined #openstack-dev | 04:31 | |
*** rongze has joined #openstack-dev | 04:32 | |
*** erfanian has quit IRC | 04:35 | |
*** sumanthns has quit IRC | 04:35 | |
*** vladan has quit IRC | 04:35 | |
*** buzztroll has quit IRC | 04:36 | |
*** rongze has quit IRC | 04:37 | |
*** buzztroll has joined #openstack-dev | 04:37 | |
*** cpallares has quit IRC | 04:39 | |
*** cpallares has joined #openstack-dev | 04:39 | |
*** xjiujiu has quit IRC | 04:40 | |
*** xjiujiu has joined #openstack-dev | 04:40 | |
*** guohliu has joined #openstack-dev | 04:41 | |
*** buzztroll has quit IRC | 04:41 | |
*** vladan has joined #openstack-dev | 04:42 | |
*** yeylon__ has joined #openstack-dev | 04:43 | |
*** kushal has joined #openstack-dev | 04:44 | |
*** sarob has quit IRC | 04:45 | |
*** sarob has joined #openstack-dev | 04:45 | |
*** buzztroll has joined #openstack-dev | 04:48 | |
*** xjiujiu has quit IRC | 04:49 | |
*** xjiujiu has joined #openstack-dev | 04:49 | |
*** buzztroll has quit IRC | 04:49 | |
*** buzztroll has joined #openstack-dev | 04:50 | |
*** sarob_ has joined #openstack-dev | 04:50 | |
*** sarob has quit IRC | 04:50 | |
morganfainberg | jamielennox, added a comment (no -1 or +) to the review. | 04:50 |
morganfainberg | jamielennox, just something worth considering | 04:50 |
*** sarob_ has quit IRC | 04:51 | |
morganfainberg | i'll look more closely when i'm not ½ asleep | 04:51 |
morganfainberg | before giving a +/- score to the code. | 04:51 |
*** sarob has joined #openstack-dev | 04:51 | |
*** xchu has joined #openstack-dev | 04:52 | |
*** pmathews has quit IRC | 04:52 | |
jamielennox | so you mean if someone asks for a client.Client(version=(4, 0)) don't even bother hitting the server? | 04:52 |
*** xchu has quit IRC | 04:53 | |
morganfainberg | jamielennox, basically | 04:53 |
jamielennox | should be a fairly easy addition | 04:53 |
morganfainberg | jamielennox, client wont know what the hell to do with it, it shouldn't even try. | 04:53 |
jamielennox | i'm not sure if it buys much | 04:53 |
*** mjbright_ has joined #openstack-dev | 04:54 | |
morganfainberg | jamielennox, it also should be able to be directly queried e.g. client.supported_versions | 04:54 |
jamielennox | i mean if you want to use client version 4 you are going to need to have keystoneclient>=3.0 in your requirements.txt | 04:54 |
*** buzztroll has quit IRC | 04:54 | |
*** nshaikh has joined #openstack-dev | 04:54 | |
morganfainberg | this is more for a 3rd party (e.g. me) writing code that may be 3.0 aware in the future…and have 4.0 functionality | 04:55 |
morganfainberg | so, use 4.0 if it's there… i'd rather say "client.can_support_Version(x) no? fall back" | 04:55 |
morganfainberg | it's a convienence feature | 04:55 |
morganfainberg | it saves a try 4.0 oh that failed, try 3.0, oh that failed, try 2.0 | 04:56 |
morganfainberg | some servers may have mis-matched clients on them in the wild | 04:56 |
*** sarob has quit IRC | 04:56 | |
*** yeylon__ has quit IRC | 04:56 | |
morganfainberg | i'm trying to think as an end consumer not an OpenStack project. | 04:56 |
*** cpallares has quit IRC | 04:57 | |
morganfainberg | jamielennox, like i said, it's just a thought, it's wy i didn't -1 for it. | 04:57 |
*** kumaranvram has joined #openstack-dev | 04:57 | |
*** cpallares has joined #openstack-dev | 04:57 | |
morganfainberg | i'll add a score when i'm not loopy. | 04:58 |
morganfainberg | :) | 04:58 |
jamielennox | no worries, thanks for taking a look | 04:58 |
*** ykhodork has quit IRC | 04:58 | |
*** afazekas has quit IRC | 04:58 | |
*** sumanth has joined #openstack-dev | 04:59 | |
*** cpallares has quit IRC | 05:00 | |
*** cpallares has joined #openstack-dev | 05:00 | |
*** ArcTanSusan has joined #openstack-dev | 05:00 | |
*** pmathews has joined #openstack-dev | 05:01 | |
*** haomaiwang has joined #openstack-dev | 05:01 | |
*** matsuhashi has quit IRC | 05:01 | |
*** matsuhashi has joined #openstack-dev | 05:02 | |
*** matsuhashi has quit IRC | 05:02 | |
*** matsuhashi has joined #openstack-dev | 05:03 | |
*** haomaiwang has quit IRC | 05:03 | |
*** boris-42 has joined #openstack-dev | 05:04 | |
*** devoid has joined #openstack-dev | 05:05 | |
*** vladan has quit IRC | 05:05 | |
*** devoid has left #openstack-dev | 05:06 | |
*** Loquacity has quit IRC | 05:06 | |
*** comay has quit IRC | 05:06 | |
*** cpallares1 has joined #openstack-dev | 05:06 | |
*** cpallares has quit IRC | 05:06 | |
*** SlickNik has quit IRC | 05:07 | |
*** aditirav has quit IRC | 05:07 | |
*** aditirav has joined #openstack-dev | 05:07 | |
*** SlickNik has joined #openstack-dev | 05:07 | |
*** aditirav has quit IRC | 05:07 | |
*** buzztroll has joined #openstack-dev | 05:08 | |
*** aditirav has joined #openstack-dev | 05:08 | |
*** haomaiwang has joined #openstack-dev | 05:11 | |
*** sumanthns has joined #openstack-dev | 05:13 | |
*** sumanthns has quit IRC | 05:15 | |
*** xjiujiu has quit IRC | 05:15 | |
*** aeperezt has quit IRC | 05:15 | |
*** xjiujiu has joined #openstack-dev | 05:15 | |
*** vladan has joined #openstack-dev | 05:17 | |
*** cpallares1 has quit IRC | 05:18 | |
*** cpallares has joined #openstack-dev | 05:19 | |
*** ArcTanSusan has quit IRC | 05:19 | |
*** afazekas has joined #openstack-dev | 05:20 | |
*** buzztroll has quit IRC | 05:23 | |
*** buzztroll has joined #openstack-dev | 05:24 | |
*** xjiujiu has quit IRC | 05:24 | |
*** buzztroll has quit IRC | 05:24 | |
*** buzztroll has joined #openstack-dev | 05:24 | |
*** xjiujiu has joined #openstack-dev | 05:24 | |
*** vipul has quit IRC | 05:25 | |
*** vipul has joined #openstack-dev | 05:26 | |
*** senk has joined #openstack-dev | 05:26 | |
*** cpallares has quit IRC | 05:27 | |
*** cpallares1 has joined #openstack-dev | 05:27 | |
*** sushils has joined #openstack-dev | 05:29 | |
*** cpallares1 has quit IRC | 05:31 | |
*** cpallares has joined #openstack-dev | 05:31 | |
*** sumanth has quit IRC | 05:33 | |
*** senk has quit IRC | 05:33 | |
*** asalkeld has quit IRC | 05:33 | |
*** asalkeld has joined #openstack-dev | 05:33 | |
*** matsuhashi has quit IRC | 05:35 | |
*** matsuhashi has joined #openstack-dev | 05:36 | |
*** yeylon__ has joined #openstack-dev | 05:36 | |
*** sandeepr_ltp has joined #openstack-dev | 05:36 | |
*** matsuhashi has quit IRC | 05:36 | |
*** matsuhashi has joined #openstack-dev | 05:37 | |
*** haomaiwang has quit IRC | 05:39 | |
*** haomaiwa_ has joined #openstack-dev | 05:39 | |
*** jtomasek has joined #openstack-dev | 05:41 | |
*** dot has joined #openstack-dev | 05:42 | |
*** xjiujiu has quit IRC | 05:42 | |
*** xjiujiu has joined #openstack-dev | 05:43 | |
*** e1mer has joined #openstack-dev | 05:45 | |
*** e1mer has joined #openstack-dev | 05:45 | |
*** cpallares1 has joined #openstack-dev | 05:48 | |
*** dot has quit IRC | 05:48 | |
*** cpallares has quit IRC | 05:48 | |
*** sumanth has joined #openstack-dev | 05:48 | |
*** reed has joined #openstack-dev | 05:49 | |
*** ykhodork has joined #openstack-dev | 05:49 | |
*** guohliu has quit IRC | 05:49 | |
*** mpavlase has joined #openstack-dev | 05:50 | |
*** cpallares1 has quit IRC | 05:51 | |
*** cpallares has joined #openstack-dev | 05:51 | |
*** buzztroll has quit IRC | 05:53 | |
*** ArcTanSusan has joined #openstack-dev | 05:53 | |
*** xjiujiu has quit IRC | 05:53 | |
*** xjiujiu has joined #openstack-dev | 05:54 | |
*** jtomasek has quit IRC | 05:56 | |
*** mrunge has joined #openstack-dev | 05:56 | |
*** cpallares has quit IRC | 05:56 | |
*** cpallares has joined #openstack-dev | 05:57 | |
*** Loquacity has joined #openstack-dev | 05:57 | |
*** haomaiwang has joined #openstack-dev | 05:57 | |
*** cpallares has quit IRC | 05:59 | |
*** haomaiwa_ has quit IRC | 06:00 | |
*** cpallares has joined #openstack-dev | 06:00 | |
*** vladan has quit IRC | 06:00 | |
*** vipul is now known as vipul-away | 06:00 | |
*** faramir1 has quit IRC | 06:02 | |
*** sarob has joined #openstack-dev | 06:02 | |
*** cpallares has quit IRC | 06:02 | |
*** cpallares has joined #openstack-dev | 06:02 | |
*** guohliu has joined #openstack-dev | 06:02 | |
*** cpallares has quit IRC | 06:03 | |
*** cpallares1 has joined #openstack-dev | 06:03 | |
*** xjiujiu has quit IRC | 06:04 | |
*** xjiujiu has joined #openstack-dev | 06:04 | |
*** vladan has joined #openstack-dev | 06:04 | |
*** vipul-away is now known as vipul | 06:05 | |
*** zaitcev has quit IRC | 06:05 | |
*** sarob has quit IRC | 06:07 | |
*** rohitk has joined #openstack-dev | 06:07 | |
*** anniec has quit IRC | 06:08 | |
*** cpallares1 has quit IRC | 06:08 | |
*** cpallares has joined #openstack-dev | 06:09 | |
*** cpallares has quit IRC | 06:10 | |
*** cpallares1 has joined #openstack-dev | 06:10 | |
*** rushiagr has joined #openstack-dev | 06:11 | |
*** markwash has quit IRC | 06:12 | |
*** MaxV has joined #openstack-dev | 06:12 | |
*** bmelande_ has quit IRC | 06:13 | |
*** SlickNik has quit IRC | 06:14 | |
*** SlickNik has joined #openstack-dev | 06:14 | |
*** vartom9 has joined #openstack-dev | 06:14 | |
*** yamahata has quit IRC | 06:15 | |
*** prekarat has joined #openstack-dev | 06:15 | |
*** xjiujiu has quit IRC | 06:16 | |
*** xjiujiu has joined #openstack-dev | 06:16 | |
*** sushils has quit IRC | 06:16 | |
*** haomaiwa_ has joined #openstack-dev | 06:17 | |
*** amerine has joined #openstack-dev | 06:17 | |
*** cpallares1 has quit IRC | 06:17 | |
*** cpallares has joined #openstack-dev | 06:18 | |
*** markwash has joined #openstack-dev | 06:18 | |
*** e0ne has joined #openstack-dev | 06:18 | |
*** sandeepr_ltp has quit IRC | 06:18 | |
*** sandeepr_ltp has joined #openstack-dev | 06:19 | |
*** haomaiwang has quit IRC | 06:21 | |
*** cpallares has quit IRC | 06:21 | |
*** cpallares has joined #openstack-dev | 06:21 | |
*** yamahata has joined #openstack-dev | 06:22 | |
*** marios has quit IRC | 06:23 | |
*** anniec has joined #openstack-dev | 06:23 | |
*** cpallares has quit IRC | 06:23 | |
*** marios has joined #openstack-dev | 06:23 | |
*** cpallares has joined #openstack-dev | 06:23 | |
*** MaxV has quit IRC | 06:24 | |
*** MaxV has joined #openstack-dev | 06:24 | |
*** xjiujiu has quit IRC | 06:25 | |
*** jcoufal has joined #openstack-dev | 06:25 | |
*** cpallares has quit IRC | 06:25 | |
*** xjiujiu has joined #openstack-dev | 06:25 | |
*** cpallares has joined #openstack-dev | 06:25 | |
*** xchu has joined #openstack-dev | 06:26 | |
*** faramir1 has joined #openstack-dev | 06:26 | |
*** cpallares has quit IRC | 06:28 | |
*** cpallares has joined #openstack-dev | 06:28 | |
*** neeti has joined #openstack-dev | 06:28 | |
*** eglynn has joined #openstack-dev | 06:29 | |
*** MaxV has quit IRC | 06:29 | |
*** burris has quit IRC | 06:29 | |
*** anniec_ has joined #openstack-dev | 06:30 | |
*** vladan has quit IRC | 06:30 | |
*** egallen has joined #openstack-dev | 06:31 | |
*** anniec has quit IRC | 06:32 | |
*** anniec_ is now known as anniec | 06:32 | |
*** vartom10 has joined #openstack-dev | 06:32 | |
*** martyntaylor has joined #openstack-dev | 06:32 | |
*** vladan has joined #openstack-dev | 06:33 | |
*** vartom9 has quit IRC | 06:33 | |
*** xjiujiu has quit IRC | 06:34 | |
*** xqueralt has joined #openstack-dev | 06:34 | |
*** pmathews has quit IRC | 06:34 | |
*** cpallares has quit IRC | 06:34 | |
*** cpallares1 has joined #openstack-dev | 06:34 | |
*** xjiujiu has joined #openstack-dev | 06:34 | |
*** pmathews has joined #openstack-dev | 06:35 | |
*** eglynn has quit IRC | 06:35 | |
*** amotoki has joined #openstack-dev | 06:36 | |
*** cpallares1 has quit IRC | 06:36 | |
*** cpallares has joined #openstack-dev | 06:36 | |
*** cpallares1 has joined #openstack-dev | 06:37 | |
*** cpallares has quit IRC | 06:37 | |
*** boris-42 has quit IRC | 06:38 | |
*** mjbright_ has quit IRC | 06:40 | |
*** markwash has quit IRC | 06:40 | |
*** cpallares1 has quit IRC | 06:40 | |
*** cpallares has joined #openstack-dev | 06:40 | |
*** e0ne has quit IRC | 06:41 | |
*** e0ne has joined #openstack-dev | 06:41 | |
*** e0ne has quit IRC | 06:42 | |
*** sumanth has quit IRC | 06:42 | |
*** cpallares has quit IRC | 06:42 | |
*** e0ne has joined #openstack-dev | 06:42 | |
*** cpallares has joined #openstack-dev | 06:42 | |
*** amotoki has quit IRC | 06:42 | |
*** haomaiwang has joined #openstack-dev | 06:48 | |
*** xjiujiu has quit IRC | 06:48 | |
*** xjiujiu has joined #openstack-dev | 06:49 | |
*** imsurit has joined #openstack-dev | 06:49 | |
*** cpallares1 has joined #openstack-dev | 06:51 | |
*** cpallares has quit IRC | 06:51 | |
*** haomaiwa_ has quit IRC | 06:52 | |
*** yamahata has quit IRC | 06:53 | |
*** nebulta has joined #openstack-dev | 06:54 | |
*** ykhodork has quit IRC | 06:56 | |
*** kpepple has quit IRC | 06:57 | |
*** sumanth has joined #openstack-dev | 06:58 | |
*** rongze has joined #openstack-dev | 06:58 | |
*** kpepple has joined #openstack-dev | 06:58 | |
*** rongze has quit IRC | 06:58 | |
*** rongze has joined #openstack-dev | 06:59 | |
*** rongze has joined #openstack-dev | 06:59 | |
*** reidrac has joined #openstack-dev | 07:00 | |
*** xga has joined #openstack-dev | 07:01 | |
*** xga_ has joined #openstack-dev | 07:01 | |
*** xjiujiu has quit IRC | 07:01 | |
*** xchu has quit IRC | 07:02 | |
*** xjiujiu has joined #openstack-dev | 07:02 | |
*** ykhodork has joined #openstack-dev | 07:02 | |
*** cpallares1 has quit IRC | 07:02 | |
*** cpallares has joined #openstack-dev | 07:02 | |
*** ykhodork has quit IRC | 07:02 | |
*** e0ne has quit IRC | 07:03 | |
*** e0ne has joined #openstack-dev | 07:03 | |
*** cpallares has quit IRC | 07:04 | |
*** e0ne has quit IRC | 07:04 | |
*** cpallares has joined #openstack-dev | 07:04 | |
*** e0ne has joined #openstack-dev | 07:04 | |
*** zyluo has quit IRC | 07:05 | |
*** faramir1 has quit IRC | 07:05 | |
*** e0ne has quit IRC | 07:06 | |
*** imsurit has quit IRC | 07:06 | |
*** cdub_ has quit IRC | 07:06 | |
*** e0ne has joined #openstack-dev | 07:06 | |
*** devvesa has joined #openstack-dev | 07:07 | |
*** belmoreira has joined #openstack-dev | 07:08 | |
*** cpallares has quit IRC | 07:08 | |
*** cpallares has joined #openstack-dev | 07:08 | |
*** e0ne has quit IRC | 07:11 | |
*** xqueralt has quit IRC | 07:12 | |
*** cpallares has quit IRC | 07:12 | |
*** cpallares has joined #openstack-dev | 07:12 | |
*** cpallares has quit IRC | 07:14 | |
*** cpallares has joined #openstack-dev | 07:14 | |
*** stevemar has quit IRC | 07:15 | |
*** CaptTofu has quit IRC | 07:15 | |
*** CaptTofu has joined #openstack-dev | 07:15 | |
*** faramir1 has joined #openstack-dev | 07:17 | |
*** Alssi has quit IRC | 07:18 | |
*** cpallares1 has joined #openstack-dev | 07:18 | |
*** cpallares has quit IRC | 07:18 | |
*** xchu has joined #openstack-dev | 07:19 | |
*** cpallares1 has quit IRC | 07:21 | |
*** cpallares has joined #openstack-dev | 07:21 | |
*** jprovazn has joined #openstack-dev | 07:21 | |
*** xchu_ has joined #openstack-dev | 07:22 | |
*** xchu__ has joined #openstack-dev | 07:22 | |
*** larsbutler has joined #openstack-dev | 07:24 | |
*** cpallares1 has joined #openstack-dev | 07:24 | |
*** cpallares has quit IRC | 07:24 | |
*** xchu has quit IRC | 07:25 | |
*** xchu has joined #openstack-dev | 07:25 | |
*** xchu_ has quit IRC | 07:26 | |
*** belmoreira has quit IRC | 07:26 | |
*** belmoreira has joined #openstack-dev | 07:26 | |
*** pasm has joined #openstack-dev | 07:26 | |
*** shardy_afk is now known as shardy | 07:27 | |
*** cpallares has joined #openstack-dev | 07:27 | |
*** cpallares1 has quit IRC | 07:27 | |
*** xchu__ has quit IRC | 07:27 | |
*** xchu has quit IRC | 07:27 | |
*** xchu has joined #openstack-dev | 07:27 | |
*** YorikSar has quit IRC | 07:28 | |
*** prekarat has quit IRC | 07:28 | |
*** cpallares1 has joined #openstack-dev | 07:28 | |
*** prekarat1 has joined #openstack-dev | 07:28 | |
*** cpallares has quit IRC | 07:28 | |
*** YorikSar has joined #openstack-dev | 07:29 | |
*** jtomasek has joined #openstack-dev | 07:30 | |
*** xga__ has joined #openstack-dev | 07:30 | |
*** xga_ has quit IRC | 07:31 | |
*** xga has quit IRC | 07:31 | |
*** pasm has quit IRC | 07:31 | |
*** xga has joined #openstack-dev | 07:32 | |
*** cpallares1 has quit IRC | 07:32 | |
*** cpallares has joined #openstack-dev | 07:32 | |
*** ifarkas has quit IRC | 07:33 | |
*** anniec has left #openstack-dev | 07:36 | |
*** jistr has joined #openstack-dev | 07:37 | |
*** cpallares has quit IRC | 07:39 | |
*** cpallares1 has joined #openstack-dev | 07:39 | |
*** gszasz has joined #openstack-dev | 07:39 | |
*** YorikSar has quit IRC | 07:40 | |
*** davidhadas has quit IRC | 07:40 | |
*** MaxV has joined #openstack-dev | 07:42 | |
*** giulivo has joined #openstack-dev | 07:42 | |
*** martyntaylor has quit IRC | 07:43 | |
*** cpallares1 has quit IRC | 07:43 | |
*** cpallares has joined #openstack-dev | 07:43 | |
*** YorikSar has joined #openstack-dev | 07:46 | |
*** toddnni has quit IRC | 07:46 | |
*** DinaBelova has joined #openstack-dev | 07:47 | |
*** ArcTanSusan has quit IRC | 07:48 | |
*** sushils has joined #openstack-dev | 07:49 | |
*** exed has joined #openstack-dev | 07:50 | |
*** freedomhui has joined #openstack-dev | 07:51 | |
*** exed has quit IRC | 07:51 | |
*** gmurphy has joined #openstack-dev | 07:51 | |
*** che-arne has quit IRC | 07:52 | |
*** jimfehlig has quit IRC | 07:52 | |
*** exed has joined #openstack-dev | 07:53 | |
*** haomaiwang has quit IRC | 07:54 | |
*** rushiagr2 has joined #openstack-dev | 07:55 | |
*** rushiagr has quit IRC | 07:56 | |
*** ifarkas has joined #openstack-dev | 07:58 | |
*** Mandell has quit IRC | 07:59 | |
*** Mandell has joined #openstack-dev | 07:59 | |
*** faramir1 has quit IRC | 08:00 | |
*** romcheg has joined #openstack-dev | 08:00 | |
*** boris-42 has joined #openstack-dev | 08:01 | |
*** senk has joined #openstack-dev | 08:02 | |
*** ifarkas has quit IRC | 08:02 | |
*** ifarkas has joined #openstack-dev | 08:02 | |
*** eglynn has joined #openstack-dev | 08:03 | |
*** amerine has quit IRC | 08:04 | |
*** boden has joined #openstack-dev | 08:04 | |
*** Mandell has quit IRC | 08:04 | |
*** jpich has joined #openstack-dev | 08:05 | |
*** romcheg has quit IRC | 08:05 | |
*** READ10 has joined #openstack-dev | 08:05 | |
*** corXi has joined #openstack-dev | 08:05 | |
*** aditirav_ has joined #openstack-dev | 08:06 | |
*** xga_ has joined #openstack-dev | 08:08 | |
*** senk has quit IRC | 08:08 | |
*** martyntaylor has joined #openstack-dev | 08:10 | |
*** aditirav has quit IRC | 08:11 | |
*** aditirav_ is now known as aditirav | 08:11 | |
*** xga__ has quit IRC | 08:11 | |
*** corXi_ has joined #openstack-dev | 08:11 | |
*** yassine has joined #openstack-dev | 08:11 | |
*** xga has quit IRC | 08:11 | |
*** toddnni has joined #openstack-dev | 08:11 | |
*** xga has joined #openstack-dev | 08:11 | |
*** dachary has quit IRC | 08:12 | |
*** dachary has joined #openstack-dev | 08:12 | |
*** aditirav_ has joined #openstack-dev | 08:12 | |
*** xqueralt has joined #openstack-dev | 08:12 | |
*** martyntaylor has quit IRC | 08:14 | |
*** CaptTofu has quit IRC | 08:14 | |
*** corXi has quit IRC | 08:14 | |
*** CaptTofu has joined #openstack-dev | 08:15 | |
*** aditirav has quit IRC | 08:16 | |
*** aditirav_ is now known as aditirav | 08:16 | |
*** romcheg has joined #openstack-dev | 08:16 | |
*** aditirav has quit IRC | 08:16 | |
*** martyntaylor has joined #openstack-dev | 08:17 | |
*** aditirav has joined #openstack-dev | 08:17 | |
*** exed has quit IRC | 08:17 | |
*** safchain has joined #openstack-dev | 08:17 | |
*** pmathews has quit IRC | 08:18 | |
*** alexpilotti has joined #openstack-dev | 08:18 | |
*** CaptTofu has quit IRC | 08:19 | |
*** fbo_away is now known as fbo | 08:19 | |
*** exed has joined #openstack-dev | 08:19 | |
*** rushiagr3 has joined #openstack-dev | 08:21 | |
*** romcheg has quit IRC | 08:21 | |
*** freedomhu has joined #openstack-dev | 08:21 | |
*** rushiagr2 has quit IRC | 08:21 | |
*** yamahata has joined #openstack-dev | 08:22 | |
*** cdub_ has joined #openstack-dev | 08:22 | |
alexpilotti | jd__: hi | 08:24 |
*** freedomhui has quit IRC | 08:25 | |
*** faramir1 has joined #openstack-dev | 08:25 | |
*** rongze has quit IRC | 08:25 | |
*** romcheg has joined #openstack-dev | 08:25 | |
alexpilotti | jd__: I'm having some issues understanding a ceilometer-agent-compute issue | 08:26 |
*** derekh has joined #openstack-dev | 08:26 | |
*** viktors has joined #openstack-dev | 08:27 | |
*** rongze has joined #openstack-dev | 08:29 | |
*** nshaikh has left #openstack-dev | 08:29 | |
*** rushiagr4 has joined #openstack-dev | 08:29 | |
*** rushiagr3 has quit IRC | 08:29 | |
*** toddnni_ has joined #openstack-dev | 08:31 | |
*** gszasz has quit IRC | 08:33 | |
*** gszasz has joined #openstack-dev | 08:34 | |
*** toddnni has quit IRC | 08:35 | |
*** e0ne has joined #openstack-dev | 08:35 | |
*** e0ne_ has joined #openstack-dev | 08:36 | |
*** sergmelikyan has quit IRC | 08:37 | |
alexpilotti | jd__: they get solved by setting the full service_credentials in the ceilometer conf file on compute, but I'd like to be sure I'm doing the right thing :-) | 08:37 |
*** e0ne has quit IRC | 08:40 | |
*** bashok has joined #openstack-dev | 08:41 | |
*** davidhadas has joined #openstack-dev | 08:43 | |
*** buzztroll has joined #openstack-dev | 08:46 | |
*** networkstatic has quit IRC | 08:48 | |
*** Alexei_987 has joined #openstack-dev | 08:50 | |
*** terriyu has quit IRC | 08:50 | |
*** buzztroll has quit IRC | 08:51 | |
*** terriyu has joined #openstack-dev | 08:51 | |
*** DinaBelova has quit IRC | 08:54 | |
*** e1mer has quit IRC | 08:54 | |
*** xchu has quit IRC | 08:56 | |
*** martyntaylor has quit IRC | 09:01 | |
*** larsbutler has quit IRC | 09:02 | |
*** cpallares has quit IRC | 09:04 | |
*** cpallares has joined #openstack-dev | 09:04 | |
*** senk has joined #openstack-dev | 09:04 | |
*** markmc has joined #openstack-dev | 09:05 | |
*** cpallares1 has joined #openstack-dev | 09:07 | |
*** cpallares has quit IRC | 09:07 | |
*** yamahata has quit IRC | 09:08 | |
*** senk has quit IRC | 09:09 | |
*** reed has quit IRC | 09:11 | |
*** max_lobur has joined #openstack-dev | 09:13 | |
*** macjack has quit IRC | 09:13 | |
*** marun_ has joined #openstack-dev | 09:13 | |
*** beagles has joined #openstack-dev | 09:14 | |
*** marun has quit IRC | 09:14 | |
*** marun_ is now known as marun | 09:14 | |
*** cpallares1 has quit IRC | 09:15 | |
*** cpallares has joined #openstack-dev | 09:15 | |
*** faramir1 has quit IRC | 09:15 | |
*** cpallares has quit IRC | 09:18 | |
*** cpallares1 has joined #openstack-dev | 09:18 | |
*** cpallares1 has quit IRC | 09:21 | |
*** cpallares has joined #openstack-dev | 09:21 | |
*** cpallares1 has joined #openstack-dev | 09:23 | |
*** cpallares has quit IRC | 09:23 | |
*** rushiagr has joined #openstack-dev | 09:25 | |
*** e1mer has joined #openstack-dev | 09:25 | |
*** rushiagr has quit IRC | 09:25 | |
*** martyntaylor has joined #openstack-dev | 09:26 | |
*** READ10 has quit IRC | 09:26 | |
*** cpallares1 has quit IRC | 09:26 | |
*** cpallares has joined #openstack-dev | 09:26 | |
*** sergmelikyan has joined #openstack-dev | 09:27 | |
*** faramir1 has joined #openstack-dev | 09:27 | |
*** cdub_ has quit IRC | 09:27 | |
*** cdub_ has joined #openstack-dev | 09:28 | |
*** rushiagr has joined #openstack-dev | 09:29 | |
*** martyntaylor has quit IRC | 09:30 | |
*** cpallares1 has joined #openstack-dev | 09:31 | |
*** cpallares has quit IRC | 09:31 | |
*** ngoracke has quit IRC | 09:32 | |
*** kushal has quit IRC | 09:33 | |
*** haomaiwang has joined #openstack-dev | 09:33 | |
*** exed has quit IRC | 09:34 | |
*** exed has joined #openstack-dev | 09:35 | |
*** cpallares has joined #openstack-dev | 09:37 | |
*** cpallares1 has quit IRC | 09:37 | |
*** cdub_ has quit IRC | 09:38 | |
*** READ10 has joined #openstack-dev | 09:40 | |
*** cpallares has quit IRC | 09:43 | |
*** cpallares has joined #openstack-dev | 09:43 | |
*** haomaiwang has quit IRC | 09:44 | |
*** mmagr has joined #openstack-dev | 09:44 | |
*** cpallares1 has joined #openstack-dev | 09:45 | |
*** cpallares has quit IRC | 09:45 | |
*** egallen has quit IRC | 09:46 | |
*** buzztroll has joined #openstack-dev | 09:46 | |
*** roz has joined #openstack-dev | 09:46 | |
*** cdub_ has joined #openstack-dev | 09:47 | |
*** lucasagomes has joined #openstack-dev | 09:48 | |
*** egallen has joined #openstack-dev | 09:48 | |
*** roz has joined #openstack-dev | 09:49 | |
*** martyntaylor has joined #openstack-dev | 09:50 | |
*** buzztroll has quit IRC | 09:51 | |
*** kushal has joined #openstack-dev | 09:51 | |
*** roz is now known as AndreaRosa | 09:52 | |
*** Ruetobas has quit IRC | 09:52 | |
*** cpallares1 has quit IRC | 09:53 | |
*** cpallares has joined #openstack-dev | 09:54 | |
*** cpallares has quit IRC | 09:56 | |
*** cpallares1 has joined #openstack-dev | 09:56 | |
*** faramir1 has quit IRC | 09:57 | |
*** Ruetobas has joined #openstack-dev | 09:57 | |
*** CaptTofu has joined #openstack-dev | 09:59 | |
*** radez_g0n3 is now known as radez | 10:00 | |
*** pixelb has joined #openstack-dev | 10:00 | |
*** egallen has quit IRC | 10:02 | |
*** athomas has joined #openstack-dev | 10:04 | |
*** nshaikh has joined #openstack-dev | 10:05 | |
*** ccorrigan has quit IRC | 10:06 | |
*** ccorrigan has joined #openstack-dev | 10:07 | |
*** READ10 has quit IRC | 10:13 | |
*** cpallares has joined #openstack-dev | 10:15 | |
*** cpallares1 has quit IRC | 10:15 | |
*** cpallares1 has joined #openstack-dev | 10:18 | |
*** cpallares has quit IRC | 10:18 | |
*** avishayb has joined #openstack-dev | 10:18 | |
*** yamahata has joined #openstack-dev | 10:19 | |
*** sandeepr_ltp has quit IRC | 10:19 | |
*** exed has quit IRC | 10:20 | |
*** cpallares1 has quit IRC | 10:22 | |
*** cpallares has joined #openstack-dev | 10:22 | |
*** adalbas has joined #openstack-dev | 10:24 | |
*** cpallares has quit IRC | 10:24 | |
*** cpallares has joined #openstack-dev | 10:25 | |
*** CaptTofu has quit IRC | 10:25 | |
*** CaptTofu has joined #openstack-dev | 10:25 | |
*** READ10 has joined #openstack-dev | 10:26 | |
*** cpallares has quit IRC | 10:26 | |
*** cpallares has joined #openstack-dev | 10:26 | |
*** xga__ has joined #openstack-dev | 10:27 | |
*** xga_ has quit IRC | 10:27 | |
*** cpallares has quit IRC | 10:28 | |
*** xga has quit IRC | 10:28 | |
*** cpallares1 has joined #openstack-dev | 10:28 | |
*** xga_ has joined #openstack-dev | 10:28 | |
*** cpallares has joined #openstack-dev | 10:30 | |
*** cpallares1 has quit IRC | 10:30 | |
*** CaptTofu has quit IRC | 10:30 | |
*** prekarat has joined #openstack-dev | 10:31 | |
*** erkules_ is now known as erkules | 10:32 | |
*** CaptTofu has joined #openstack-dev | 10:32 | |
*** prekarat1 has quit IRC | 10:34 | |
*** cpallares has quit IRC | 10:34 | |
*** cpallares has joined #openstack-dev | 10:34 | |
*** cpallares1 has joined #openstack-dev | 10:36 | |
*** cpallares has quit IRC | 10:36 | |
*** larsbutler has joined #openstack-dev | 10:36 | |
*** yamahata has quit IRC | 10:39 | |
*** yeylon_ has joined #openstack-dev | 10:40 | |
*** cpallares has joined #openstack-dev | 10:41 | |
*** cpallares1 has quit IRC | 10:41 | |
*** prekarat has quit IRC | 10:42 | |
*** xingcha__ has quit IRC | 10:42 | |
*** yeylon__ has quit IRC | 10:43 | |
*** cpallares1 has joined #openstack-dev | 10:45 | |
*** cpallares has quit IRC | 10:45 | |
*** rushiagr has quit IRC | 10:46 | |
*** rushiagr has joined #openstack-dev | 10:47 | |
*** buzztroll has joined #openstack-dev | 10:47 | |
*** cpallares has joined #openstack-dev | 10:48 | |
*** cpallares1 has quit IRC | 10:48 | |
*** yeylon_ has quit IRC | 10:49 | |
*** athomas has quit IRC | 10:50 | |
*** yamahata has joined #openstack-dev | 10:51 | |
*** buzztroll has quit IRC | 10:51 | |
*** guohliu has quit IRC | 10:53 | |
*** jruzicka has joined #openstack-dev | 10:53 | |
*** cdub_ has quit IRC | 10:53 | |
*** rongze has quit IRC | 10:54 | |
*** cpallares has quit IRC | 10:54 | |
*** cpallares has joined #openstack-dev | 10:55 | |
*** rongze has joined #openstack-dev | 10:55 | |
*** prekarat has joined #openstack-dev | 10:56 | |
*** athomas has joined #openstack-dev | 10:56 | |
*** yamahata has quit IRC | 10:58 | |
*** rongze has quit IRC | 10:59 | |
*** haomaiwang has joined #openstack-dev | 11:00 | |
*** dims has joined #openstack-dev | 11:00 | |
*** gszasz has quit IRC | 11:00 | |
*** rkukura has quit IRC | 11:01 | |
*** CaptTofu has quit IRC | 11:02 | |
*** CaptTofu has joined #openstack-dev | 11:02 | |
*** yeylon_ has joined #openstack-dev | 11:04 | |
*** jcoufal has quit IRC | 11:04 | |
*** prekarat has quit IRC | 11:05 | |
*** senk has joined #openstack-dev | 11:05 | |
*** READ10 has quit IRC | 11:06 | |
*** CaptTofu has quit IRC | 11:07 | |
*** senk has quit IRC | 11:10 | |
*** CaptTofu has joined #openstack-dev | 11:12 | |
*** radez is now known as radez_g0n3 | 11:14 | |
*** cpallares has quit IRC | 11:15 | |
*** cpallares has joined #openstack-dev | 11:15 | |
*** exed has joined #openstack-dev | 11:15 | |
*** neeti has quit IRC | 11:20 | |
*** davidhadas_ has joined #openstack-dev | 11:20 | |
*** romcheg has left #openstack-dev | 11:21 | |
*** egallen has joined #openstack-dev | 11:22 | |
*** insanidade has joined #openstack-dev | 11:22 | |
*** rushiagr has quit IRC | 11:23 | |
*** prekarat has joined #openstack-dev | 11:24 | |
*** cpallares has quit IRC | 11:24 | |
*** cpallares has joined #openstack-dev | 11:24 | |
*** e0ne_ has quit IRC | 11:25 | |
*** e0ne has joined #openstack-dev | 11:25 | |
*** neeti has joined #openstack-dev | 11:25 | |
*** mrunge has quit IRC | 11:26 | |
*** rushiagr has joined #openstack-dev | 11:26 | |
*** e0ne has quit IRC | 11:27 | |
*** e0ne has joined #openstack-dev | 11:28 | |
*** paragan has quit IRC | 11:28 | |
*** mkollaro has joined #openstack-dev | 11:29 | |
*** morazi has joined #openstack-dev | 11:29 | |
*** lucasagomes is now known as lucas-lunch | 11:30 | |
*** aditirav_ has joined #openstack-dev | 11:31 | |
*** avishayb has quit IRC | 11:31 | |
*** aditirav has quit IRC | 11:33 | |
*** aditirav_ is now known as aditirav | 11:33 | |
*** freedomhu has quit IRC | 11:35 | |
*** dolphm has joined #openstack-dev | 11:37 | |
*** drewlander has joined #openstack-dev | 11:37 | |
*** FunnyLookinHat has joined #openstack-dev | 11:40 | |
*** avishayb has joined #openstack-dev | 11:40 | |
*** tellesnobrega has quit IRC | 11:42 | |
*** dolphm has quit IRC | 11:43 | |
*** dolphm has joined #openstack-dev | 11:44 | |
*** exed has quit IRC | 11:44 | |
*** aditirav_ has joined #openstack-dev | 11:44 | |
*** exed has joined #openstack-dev | 11:45 | |
*** tellesnobrega has joined #openstack-dev | 11:46 | |
*** aditirav has quit IRC | 11:47 | |
*** aditirav_ is now known as aditirav | 11:47 | |
*** buzztroll has joined #openstack-dev | 11:47 | |
tellesnobrega | morganfainberg: hi, can i discuss a bug with you? | 11:48 |
*** mriedem has joined #openstack-dev | 11:48 | |
*** dolphm has quit IRC | 11:49 | |
*** ygbo has joined #openstack-dev | 11:50 | |
*** yamahata has joined #openstack-dev | 11:51 | |
*** pcm_ has joined #openstack-dev | 11:51 | |
*** HenryG has joined #openstack-dev | 11:52 | |
*** buzztroll has quit IRC | 11:52 | |
*** mmagr has quit IRC | 11:55 | |
*** garyk has joined #openstack-dev | 11:56 | |
*** mmagr has joined #openstack-dev | 11:57 | |
*** tmclaugh[work] has joined #openstack-dev | 11:57 | |
*** dstanek has joined #openstack-dev | 11:58 | |
*** jcoufal has joined #openstack-dev | 12:00 | |
*** sgordon has joined #openstack-dev | 12:00 | |
*** e1mer has quit IRC | 12:00 | |
*** dkranz has joined #openstack-dev | 12:01 | |
*** xga has joined #openstack-dev | 12:01 | |
*** aditirav_ has joined #openstack-dev | 12:01 | |
*** aditirav has quit IRC | 12:01 | |
*** aditirav_ is now known as aditirav | 12:01 | |
*** sumanthns has joined #openstack-dev | 12:02 | |
*** xga_ has quit IRC | 12:02 | |
*** xga__ has quit IRC | 12:02 | |
*** mpavlase1 has joined #openstack-dev | 12:03 | |
*** xga_ has joined #openstack-dev | 12:03 | |
*** mkollaro has quit IRC | 12:03 | |
*** mkollaro1 has joined #openstack-dev | 12:03 | |
*** mkollaro1 is now known as mkollaro | 12:03 | |
*** cpallares has quit IRC | 12:04 | |
*** aditirav has quit IRC | 12:04 | |
*** aditirav has joined #openstack-dev | 12:04 | |
*** mpavlase has quit IRC | 12:05 | |
*** afazekas has quit IRC | 12:05 | |
*** senk has joined #openstack-dev | 12:06 | |
*** aditirav has quit IRC | 12:08 | |
*** aditirav has joined #openstack-dev | 12:08 | |
*** e1mer has joined #openstack-dev | 12:10 | |
*** senk has quit IRC | 12:10 | |
*** e0ne has quit IRC | 12:10 | |
*** e0ne has joined #openstack-dev | 12:11 | |
*** che-arne has joined #openstack-dev | 12:12 | |
*** ygbo has quit IRC | 12:13 | |
*** yamahata has quit IRC | 12:13 | |
*** galstrom_zzz is now known as galstrom | 12:13 | |
*** aditirav has quit IRC | 12:13 | |
*** aditirav has joined #openstack-dev | 12:14 | |
*** galstrom is now known as galstrom_zzz | 12:14 | |
*** e0ne has quit IRC | 12:15 | |
*** e0ne_ has joined #openstack-dev | 12:15 | |
*** evgenyf_ has joined #openstack-dev | 12:15 | |
*** dsirrine has joined #openstack-dev | 12:16 | |
*** gszasz has joined #openstack-dev | 12:17 | |
*** dolphm has joined #openstack-dev | 12:18 | |
*** sarob has joined #openstack-dev | 12:18 | |
*** mmagr has quit IRC | 12:21 | |
*** dstufft has quit IRC | 12:21 | |
*** afazekas has joined #openstack-dev | 12:21 | |
*** lucas-lunch is now known as lucasagomes | 12:21 | |
dolphm | ttx: o/ | 12:21 |
*** dstufft has joined #openstack-dev | 12:22 | |
*** sarob has quit IRC | 12:25 | |
*** sarob has joined #openstack-dev | 12:26 | |
ttx | dolphm: o/ | 12:27 |
dolphm | ttx: just wanted to make you aware of bug 1242855 | 12:27 |
uvirtbot | Launchpad bug 1242855 in keystone "Removing role adds role with LDAP backend" [Critical,In progress] https://launchpad.net/bugs/1242855 | 12:27 |
*** kumaranvram has quit IRC | 12:27 | |
*** nosnos has quit IRC | 12:27 | |
ttx | dolphm: hmmkay | 12:28 |
*** nosnos has joined #openstack-dev | 12:28 | |
ttx | added to the ossa queue | 12:28 |
*** haomaiwa_ has joined #openstack-dev | 12:28 | |
*** rushiagr2 has joined #openstack-dev | 12:28 | |
*** rushiagr has quit IRC | 12:29 | |
*** thomasm has joined #openstack-dev | 12:30 | |
*** mmagr has joined #openstack-dev | 12:30 | |
*** thomasm is now known as Guest70482 | 12:30 | |
*** sarob has quit IRC | 12:30 | |
*** haomaiwang has quit IRC | 12:31 | |
*** rushiagr2 has quit IRC | 12:32 | |
*** nosnos has quit IRC | 12:32 | |
*** colinmcnamara has joined #openstack-dev | 12:33 | |
*** rongze has joined #openstack-dev | 12:35 | |
*** colinmcnamara has quit IRC | 12:35 | |
*** colinmcnamara has joined #openstack-dev | 12:36 | |
*** haypo has joined #openstack-dev | 12:36 | |
*** toddnni_ has quit IRC | 12:37 | |
*** Jabadia has joined #openstack-dev | 12:37 | |
Jabadia | best way to attach complete disk to a vm ? | 12:38 |
Jabadia | from compute. | 12:38 |
Jabadia | compute = host. | 12:38 |
*** garyk has left #openstack-dev | 12:38 | |
*** anteaya has joined #openstack-dev | 12:39 | |
*** marekd|away is now known as marekd | 12:40 | |
*** CaptTofu has quit IRC | 12:40 | |
*** colinmcnamara has quit IRC | 12:40 | |
*** CaptTofu has joined #openstack-dev | 12:40 | |
*** bashok has quit IRC | 12:41 | |
*** vartom10 has quit IRC | 12:42 | |
*** paragan has joined #openstack-dev | 12:42 | |
*** bpokorny has quit IRC | 12:42 | |
*** CaptTofu has quit IRC | 12:45 | |
*** slic has quit IRC | 12:46 | |
*** bswartz has quit IRC | 12:46 | |
*** toddnni has joined #openstack-dev | 12:48 | |
*** buzztroll has joined #openstack-dev | 12:48 | |
*** xga has quit IRC | 12:49 | |
*** xga_ has quit IRC | 12:50 | |
*** xga has joined #openstack-dev | 12:50 | |
*** xga_ has joined #openstack-dev | 12:50 | |
*** bingbu has joined #openstack-dev | 12:50 | |
*** bingbu has quit IRC | 12:51 | |
*** ayoung has quit IRC | 12:51 | |
*** bingbu has joined #openstack-dev | 12:52 | |
*** toddnni_ has joined #openstack-dev | 12:53 | |
*** toddnni has quit IRC | 12:53 | |
*** buzztroll has quit IRC | 12:53 | |
*** aditirav has quit IRC | 12:56 | |
*** kevinconway has quit IRC | 12:56 | |
*** topol has joined #openstack-dev | 12:58 | |
*** joesavak has joined #openstack-dev | 12:58 | |
*** DennyZhang has joined #openstack-dev | 12:59 | |
*** gordc has joined #openstack-dev | 12:59 | |
*** afazekas has quit IRC | 12:59 | |
*** dguitarbite has joined #openstack-dev | 12:59 | |
*** mpavlase1 has quit IRC | 13:00 | |
*** dkranz has quit IRC | 13:02 | |
*** exed has quit IRC | 13:02 | |
*** mpavlase has joined #openstack-dev | 13:03 | |
*** xga__ has joined #openstack-dev | 13:03 | |
*** dprince has joined #openstack-dev | 13:04 | |
*** dguitarbite has left #openstack-dev | 13:04 | |
*** kevinconway has joined #openstack-dev | 13:05 | |
*** bpokorny has joined #openstack-dev | 13:05 | |
*** vladikr has joined #openstack-dev | 13:05 | |
*** mkollaro has quit IRC | 13:05 | |
*** xga has quit IRC | 13:07 | |
*** READ10 has joined #openstack-dev | 13:07 | |
*** sumanthns has quit IRC | 13:07 | |
*** xga_ has quit IRC | 13:07 | |
*** dsirrine has quit IRC | 13:07 | |
*** kushal has quit IRC | 13:08 | |
*** xga has joined #openstack-dev | 13:08 | |
*** dsirrine has joined #openstack-dev | 13:08 | |
*** neelashah has joined #openstack-dev | 13:08 | |
*** toddnni has joined #openstack-dev | 13:08 | |
*** macjack has joined #openstack-dev | 13:08 | |
*** toddnni_ has quit IRC | 13:10 | |
*** prekarat has quit IRC | 13:11 | |
*** kbringard has joined #openstack-dev | 13:12 | |
*** prekarat has joined #openstack-dev | 13:12 | |
*** dguitarbite has joined #openstack-dev | 13:13 | |
*** dsirrine has quit IRC | 13:13 | |
*** nermina has joined #openstack-dev | 13:13 | |
*** dguitarbite has left #openstack-dev | 13:14 | |
*** dstanek has quit IRC | 13:14 | |
*** exed has joined #openstack-dev | 13:15 | |
*** aspiers has joined #openstack-dev | 13:16 | |
*** dsirrine has joined #openstack-dev | 13:17 | |
*** jayg|g0n3 is now known as jayg | 13:18 | |
*** ben_duyujie has joined #openstack-dev | 13:21 | |
*** dstanek has joined #openstack-dev | 13:21 | |
*** mkollaro has joined #openstack-dev | 13:21 | |
*** dvarga has joined #openstack-dev | 13:22 | |
*** afazekas has joined #openstack-dev | 13:23 | |
*** bswartz has joined #openstack-dev | 13:23 | |
*** bknudson has left #openstack-dev | 13:23 | |
*** anniec has joined #openstack-dev | 13:23 | |
*** omachace has joined #openstack-dev | 13:24 | |
*** blamar has joined #openstack-dev | 13:25 | |
*** rkukura has joined #openstack-dev | 13:27 | |
*** anniec_ has joined #openstack-dev | 13:27 | |
*** anniec has quit IRC | 13:28 | |
*** anniec_ is now known as anniec | 13:28 | |
*** stevemar has joined #openstack-dev | 13:32 | |
*** yamahata has joined #openstack-dev | 13:32 | |
*** Shaan7 has joined #openstack-dev | 13:33 | |
*** gszasz is now known as gszasz_police | 13:33 | |
*** neeti has quit IRC | 13:33 | |
*** gszasz_police is now known as gszasz | 13:35 | |
*** Shaan7 has quit IRC | 13:36 | |
*** Shaan7 has joined #openstack-dev | 13:36 | |
*** alop has joined #openstack-dev | 13:38 | |
*** burt has joined #openstack-dev | 13:39 | |
*** yamahata has quit IRC | 13:40 | |
*** nkinder has joined #openstack-dev | 13:40 | |
*** yamahata has joined #openstack-dev | 13:41 | |
*** bknudson has joined #openstack-dev | 13:41 | |
*** lbragstad has joined #openstack-dev | 13:44 | |
*** dkranz has joined #openstack-dev | 13:45 | |
*** jecarey has joined #openstack-dev | 13:45 | |
*** alunduil has quit IRC | 13:46 | |
*** afazekas has quit IRC | 13:47 | |
*** guohliu has joined #openstack-dev | 13:48 | |
*** buzztroll has joined #openstack-dev | 13:48 | |
*** ayoung has joined #openstack-dev | 13:49 | |
*** zbitter is now known as zaneb | 13:50 | |
*** buzztroll has quit IRC | 13:53 | |
*** sarob has joined #openstack-dev | 13:53 | |
*** dims has quit IRC | 13:54 | |
*** enikanorov has quit IRC | 13:56 | |
*** dguitarbite has joined #openstack-dev | 13:56 | |
*** enikanorov has joined #openstack-dev | 13:56 | |
*** FunnyLookinHat has quit IRC | 13:56 | |
*** alunch has joined #openstack-dev | 13:58 | |
*** radez_g0n3 is now known as radez | 13:58 | |
*** sandywalsh has joined #openstack-dev | 13:59 | |
*** thedodd has joined #openstack-dev | 14:00 | |
*** jistr has quit IRC | 14:00 | |
*** e1mer has quit IRC | 14:00 | |
*** noslzzp has joined #openstack-dev | 14:01 | |
*** freedomhui has joined #openstack-dev | 14:02 | |
*** e1mer has joined #openstack-dev | 14:02 | |
*** davidhadas__ has joined #openstack-dev | 14:02 | |
*** rcleere has joined #openstack-dev | 14:02 | |
*** davidhadas___ has joined #openstack-dev | 14:02 | |
*** jistr has joined #openstack-dev | 14:02 | |
*** HenryG has quit IRC | 14:04 | |
*** davidhadas_ has quit IRC | 14:04 | |
*** yamahata has quit IRC | 14:04 | |
*** davidhadas has quit IRC | 14:05 | |
*** changbl has quit IRC | 14:06 | |
*** colinmcnamara has joined #openstack-dev | 14:06 | |
*** colinmcnamara has quit IRC | 14:06 | |
*** colinmcnamara has joined #openstack-dev | 14:06 | |
*** sarob has quit IRC | 14:07 | |
*** READ10 has quit IRC | 14:07 | |
*** dims has joined #openstack-dev | 14:07 | |
*** johnthetubaguy has joined #openstack-dev | 14:09 | |
*** yamahata has joined #openstack-dev | 14:10 | |
*** tstevenson has joined #openstack-dev | 14:11 | |
*** ben_duyujie has quit IRC | 14:11 | |
*** dguitarbite has quit IRC | 14:13 | |
*** HenryG has joined #openstack-dev | 14:13 | |
*** READ10 has joined #openstack-dev | 14:13 | |
*** dguitarbite has joined #openstack-dev | 14:13 | |
*** freedomhui has quit IRC | 14:14 | |
*** luisg has joined #openstack-dev | 14:14 | |
*** dguitarbite has quit IRC | 14:14 | |
*** burris has joined #openstack-dev | 14:14 | |
*** dolphm_ has joined #openstack-dev | 14:14 | |
*** dguitarbite has joined #openstack-dev | 14:15 | |
*** yamahata has quit IRC | 14:15 | |
*** dguitarbite has quit IRC | 14:16 | |
*** bcrochet has quit IRC | 14:16 | |
*** dguitarbite has joined #openstack-dev | 14:16 | |
*** sarob has joined #openstack-dev | 14:16 | |
*** qiren has quit IRC | 14:17 | |
*** yamahata has joined #openstack-dev | 14:17 | |
*** egallen has quit IRC | 14:17 | |
*** dkehn has quit IRC | 14:17 | |
*** bcrochet has joined #openstack-dev | 14:18 | |
*** dolphm has quit IRC | 14:19 | |
*** dolphm_ has quit IRC | 14:19 | |
*** colinmcnamara has quit IRC | 14:19 | |
*** qiren has joined #openstack-dev | 14:19 | |
*** ygbo has joined #openstack-dev | 14:20 | |
*** jamespage_ has joined #openstack-dev | 14:20 | |
*** egallen has joined #openstack-dev | 14:21 | |
*** egallen has quit IRC | 14:21 | |
*** tmclaugh[work] has quit IRC | 14:22 | |
*** bingbu has quit IRC | 14:23 | |
*** egallen has joined #openstack-dev | 14:24 | |
*** eharney has joined #openstack-dev | 14:25 | |
*** ben_duyujie has joined #openstack-dev | 14:25 | |
*** qiren has quit IRC | 14:26 | |
*** dolphm has joined #openstack-dev | 14:26 | |
*** jamespage_ has quit IRC | 14:27 | |
*** qiren has joined #openstack-dev | 14:27 | |
*** CaptTofu has joined #openstack-dev | 14:27 | |
*** egallen has quit IRC | 14:28 | |
*** reed has joined #openstack-dev | 14:29 | |
*** insanidade has quit IRC | 14:30 | |
*** egallen has joined #openstack-dev | 14:30 | |
*** freedomhu has joined #openstack-dev | 14:31 | |
*** MaxV has quit IRC | 14:34 | |
*** rongze has quit IRC | 14:34 | |
bknudson | Keystone has this file keystone/tests/_ldap_livetests.py ... | 14:34 |
bknudson | with the switch to testr, how do I run the tests? | 14:34 |
*** rongze has joined #openstack-dev | 14:34 | |
bknudson | tox -e py27 _ldap_livetests doesn't do it. | 14:34 |
dolphm | bknudson: testr _ldap_livetests ? | 14:35 |
dolphm | dstanek: ^ | 14:35 |
*** alunduil has joined #openstack-dev | 14:35 | |
*** nebulta has quit IRC | 14:35 | |
*** colinmcnamara has joined #openstack-dev | 14:36 | |
*** swills has quit IRC | 14:36 | |
*** ngoracke has joined #openstack-dev | 14:36 | |
*** dkranz has quit IRC | 14:37 | |
*** swills has joined #openstack-dev | 14:37 | |
bknudson | I tried changing the name to ldap_livetests.py and testr still doesn't find it for some reason | 14:37 |
*** xjiujiu has quit IRC | 14:37 | |
*** datsun180b has joined #openstack-dev | 14:37 | |
bknudson | It doesn't show up in "python -m subunit.run discover -t . ./keystone/tests --list" | 14:37 |
*** senk has joined #openstack-dev | 14:37 | |
*** swills has quit IRC | 14:37 | |
*** swills has joined #openstack-dev | 14:37 | |
*** colinmcnamara has quit IRC | 14:38 | |
*** FunnyLookinHat has joined #openstack-dev | 14:39 | |
*** rongze has quit IRC | 14:39 | |
*** dguitarbite has quit IRC | 14:39 | |
dolphm | bknudson: hmm, i wonder if testr hates the underscore prefix | 14:40 |
*** jimfehlig has joined #openstack-dev | 14:40 | |
*** jprovazn has quit IRC | 14:41 | |
*** sumanth has quit IRC | 14:41 | |
*** dguitarbite has joined #openstack-dev | 14:42 | |
dolphm | bknudson: let me know if i'm overlooking something on https://review.openstack.org/#/c/49986/ | 14:42 |
*** bmelande has joined #openstack-dev | 14:42 | |
*** dolphm has quit IRC | 14:42 | |
*** jaypipes has joined #openstack-dev | 14:43 | |
*** datsun180b has quit IRC | 14:44 | |
*** e1mer has quit IRC | 14:44 | |
*** datsun180b has joined #openstack-dev | 14:44 | |
*** jistr has quit IRC | 14:44 | |
*** utlemming has joined #openstack-dev | 14:45 | |
*** sandeepr_ltp has joined #openstack-dev | 14:46 | |
*** aspiers has quit IRC | 14:47 | |
*** sumanthns has joined #openstack-dev | 14:48 | |
*** tsufiev has quit IRC | 14:49 | |
*** danwent has joined #openstack-dev | 14:49 | |
*** rkukura has quit IRC | 14:49 | |
*** pablosan has joined #openstack-dev | 14:49 | |
*** buzztroll has joined #openstack-dev | 14:49 | |
*** mestery has quit IRC | 14:49 | |
*** dkranz has joined #openstack-dev | 14:49 | |
*** adepti37 has quit IRC | 14:50 | |
*** chandankumar has quit IRC | 14:50 | |
*** ffio has joined #openstack-dev | 14:51 | |
*** dot has joined #openstack-dev | 14:51 | |
*** chandankumar has joined #openstack-dev | 14:51 | |
*** haypo has left #openstack-dev | 14:51 | |
*** Jabadia has quit IRC | 14:51 | |
*** tmclaugh[work] has joined #openstack-dev | 14:51 | |
*** rkukura has joined #openstack-dev | 14:52 | |
*** rushiagr has joined #openstack-dev | 14:53 | |
*** buzztroll has quit IRC | 14:53 | |
*** dolphm has joined #openstack-dev | 14:53 | |
*** adepti37 has joined #openstack-dev | 14:53 | |
*** dguitarbite has quit IRC | 14:54 | |
*** bmelande has quit IRC | 14:54 | |
*** jvrbanac has joined #openstack-dev | 14:55 | |
*** bmelande has joined #openstack-dev | 14:55 | |
*** rohitk has quit IRC | 14:56 | |
*** dscannell has joined #openstack-dev | 14:57 | |
*** danpb has joined #openstack-dev | 14:58 | |
*** matsuhashi has quit IRC | 14:58 | |
*** carl_baldwin has joined #openstack-dev | 14:58 | |
*** chenxu has joined #openstack-dev | 14:58 | |
*** matsuhashi has joined #openstack-dev | 14:59 | |
*** dubsquared has joined #openstack-dev | 14:59 | |
*** chandankumar has quit IRC | 15:00 | |
*** topol has quit IRC | 15:00 | |
*** amotoki has joined #openstack-dev | 15:01 | |
*** chandankumar has joined #openstack-dev | 15:02 | |
*** jvrbanac has quit IRC | 15:02 | |
*** sarob has quit IRC | 15:02 | |
*** eharney has quit IRC | 15:03 | |
*** matsuhashi has quit IRC | 15:03 | |
*** chandankumar has quit IRC | 15:04 | |
*** dubsquared has quit IRC | 15:04 | |
*** dubsquared has joined #openstack-dev | 15:04 | |
*** chandankumar has joined #openstack-dev | 15:04 | |
*** jmontemayor has joined #openstack-dev | 15:04 | |
*** sumanth has joined #openstack-dev | 15:05 | |
*** utlemming has quit IRC | 15:05 | |
*** sthaha has quit IRC | 15:05 | |
*** reidrac has quit IRC | 15:05 | |
*** utlemming has joined #openstack-dev | 15:05 | |
*** omachace has left #openstack-dev | 15:05 | |
*** sushils has quit IRC | 15:06 | |
*** toddnni_ has joined #openstack-dev | 15:08 | |
*** toddnni has quit IRC | 15:08 | |
*** rushiagr has quit IRC | 15:08 | |
*** sushils has joined #openstack-dev | 15:09 | |
*** kbrierly has quit IRC | 15:09 | |
*** tanisdl has joined #openstack-dev | 15:09 | |
*** e0ne_ has quit IRC | 15:09 | |
*** e0ne has joined #openstack-dev | 15:10 | |
*** kbrierly has joined #openstack-dev | 15:10 | |
*** utlemming has quit IRC | 15:11 | |
*** radez is now known as radez_g0n3 | 15:11 | |
*** changbl has joined #openstack-dev | 15:12 | |
*** boris-42 has quit IRC | 15:12 | |
*** rushiagr has joined #openstack-dev | 15:12 | |
*** sumanth has quit IRC | 15:12 | |
*** ffio has quit IRC | 15:13 | |
*** radez_g0n3 is now known as radez | 15:14 | |
*** e0ne has quit IRC | 15:14 | |
*** dot has quit IRC | 15:14 | |
*** utlemming has joined #openstack-dev | 15:15 | |
*** dot has joined #openstack-dev | 15:16 | |
*** eharney has joined #openstack-dev | 15:17 | |
*** pmathews has joined #openstack-dev | 15:17 | |
*** vkmc has joined #openstack-dev | 15:17 | |
*** vkmc has quit IRC | 15:17 | |
*** vkmc has joined #openstack-dev | 15:17 | |
*** corXi_ has quit IRC | 15:17 | |
*** ifarkas has quit IRC | 15:17 | |
*** READ10 has quit IRC | 15:18 | |
*** cdub_ has joined #openstack-dev | 15:18 | |
*** prekarat has quit IRC | 15:19 | |
*** avishayb has quit IRC | 15:20 | |
*** dprince has quit IRC | 15:20 | |
*** zul has joined #openstack-dev | 15:22 | |
*** evgenyf_ has quit IRC | 15:22 | |
*** jasond` has joined #openstack-dev | 15:23 | |
*** evgenyf_ has joined #openstack-dev | 15:25 | |
*** rnirmal has joined #openstack-dev | 15:26 | |
*** nshaikh has left #openstack-dev | 15:26 | |
*** YorikSar has quit IRC | 15:27 | |
*** dubsquared has quit IRC | 15:27 | |
*** YorikSar has joined #openstack-dev | 15:28 | |
*** xingchao has joined #openstack-dev | 15:28 | |
*** dubsquared has joined #openstack-dev | 15:28 | |
*** YorikSar has quit IRC | 15:28 | |
*** samuelbercovici has joined #openstack-dev | 15:29 | |
*** samuelbercovici has quit IRC | 15:29 | |
*** imsurit has joined #openstack-dev | 15:30 | |
*** dubsquar_ has joined #openstack-dev | 15:30 | |
*** johnthetubaguy1 has joined #openstack-dev | 15:31 | |
*** egallen has quit IRC | 15:31 | |
*** anniec has quit IRC | 15:31 | |
*** dubsquared has quit IRC | 15:31 | |
*** topol has joined #openstack-dev | 15:32 | |
*** johnthetubaguy has quit IRC | 15:32 | |
*** ben_duyujie has quit IRC | 15:34 | |
*** vladikr_ has joined #openstack-dev | 15:34 | |
*** e0ne has joined #openstack-dev | 15:34 | |
*** haomaiwa_ has quit IRC | 15:34 | |
*** dubsquar_ is now known as wayne__ | 15:35 | |
*** rongze has joined #openstack-dev | 15:35 | |
*** belmoreira has quit IRC | 15:36 | |
*** danpb has quit IRC | 15:36 | |
*** CaptTofu has quit IRC | 15:36 | |
dstanek | dolphm, bknudson: looking now | 15:36 |
dstanek | dolphm, bknudson: are those test not normally run in the test cycle? | 15:37 |
*** CaptTofu has joined #openstack-dev | 15:37 | |
bknudson | dstanek: I was able to work around it by renaming _ldap_livetests.py to test_ldap_live.py | 15:37 |
*** johnthetubaguy1 is now known as johnthetubaguy | 15:38 | |
dstanek | bknudson: k, i'll look in a few then when i finish up what i'm doing | 15:38 |
*** larsbutler has quit IRC | 15:38 | |
bknudson | dstanek: the _ldap_livetests.py (there's also a live test for sql) doesn't normally run... it requires an actual ldap server. | 15:38 |
*** HenryG has quit IRC | 15:38 | |
*** HenryG has joined #openstack-dev | 15:38 | |
dstanek | bknudson: in https://review.openstack.org/#/c/49986 do you need to test that bind is never called? | 15:38 |
*** mpavlase has quit IRC | 15:38 | |
*** xingchao has quit IRC | 15:39 | |
*** vladikr_ has quit IRC | 15:39 | |
*** rongze has quit IRC | 15:39 | |
*** xga has quit IRC | 15:40 | |
*** marios has quit IRC | 15:40 | |
*** jasond` has left #openstack-dev | 15:40 | |
*** marios_ has joined #openstack-dev | 15:40 | |
*** xga__ has quit IRC | 15:40 | |
*** enikanorov1 has joined #openstack-dev | 15:40 | |
*** xingchao has joined #openstack-dev | 15:40 | |
*** enikanorov1 has quit IRC | 15:41 | |
*** iartarisi has joined #openstack-dev | 15:41 | |
*** CaptTofu has quit IRC | 15:41 | |
*** enikanorov has quit IRC | 15:41 | |
*** enikanorov_ has joined #openstack-dev | 15:41 | |
*** blamar has quit IRC | 15:42 | |
bknudson | dstanek: do you want a new test added? | 15:42 |
*** rushiagr2 has joined #openstack-dev | 15:43 | |
*** jcoufal has quit IRC | 15:43 | |
*** cdub_ has quit IRC | 15:43 | |
*** rushiagr has quit IRC | 15:43 | |
bknudson | dstanek: the test_user_api_get_connection_no_user_password test was added because there was a security bug. | 15:43 |
*** litong has joined #openstack-dev | 15:44 | |
bknudson | maybe a better option is to 'common_ldap.register_handler('fake://', fakeldap.FakeLdap)' after CreateMock? | 15:45 |
bknudson | the lambda is just the first thing I came up with. | 15:45 |
*** mkollaro has quit IRC | 15:45 | |
bknudson | dstanek: looks like that's also what you suggested. | 15:46 |
*** marekd is now known as marekd|away | 15:46 | |
*** xga has joined #openstack-dev | 15:47 | |
*** xga_ has joined #openstack-dev | 15:47 | |
*** yaguang has joined #openstack-dev | 15:47 | |
*** rushiagr3 has joined #openstack-dev | 15:47 | |
*** rushiagr2 has quit IRC | 15:48 | |
*** aeperezt has joined #openstack-dev | 15:49 | |
*** buzztroll has joined #openstack-dev | 15:50 | |
*** Guest70482 has quit IRC | 15:50 | |
*** blamar has joined #openstack-dev | 15:51 | |
*** rushiagr3 has quit IRC | 15:51 | |
*** omachace has joined #openstack-dev | 15:51 | |
*** omachace has left #openstack-dev | 15:51 | |
*** alop has quit IRC | 15:52 | |
*** imsurit has quit IRC | 15:52 | |
*** zaitcev has joined #openstack-dev | 15:53 | |
*** cdub_ has joined #openstack-dev | 15:53 | |
*** Shaan7 has quit IRC | 15:53 | |
*** viktors has left #openstack-dev | 15:54 | |
*** Shaan7 has joined #openstack-dev | 15:54 | |
*** imsurit has joined #openstack-dev | 15:54 | |
*** buzztroll has quit IRC | 15:54 | |
*** rushiagr3 has joined #openstack-dev | 15:54 | |
*** markwash has joined #openstack-dev | 15:56 | |
*** aspiers has joined #openstack-dev | 15:57 | |
*** tmclaugh[work] has quit IRC | 15:58 | |
*** enmand has joined #openstack-dev | 15:58 | |
*** rkukura has quit IRC | 15:58 | |
*** xga__ has joined #openstack-dev | 15:58 | |
*** pasm has joined #openstack-dev | 15:59 | |
*** xga_ has quit IRC | 15:59 | |
pasm | hi guys | 15:59 |
*** xga has quit IRC | 16:00 | |
*** xga_ has joined #openstack-dev | 16:00 | |
pasm | who can help me about keystone? | 16:00 |
*** rushiagr3 has quit IRC | 16:00 | |
*** rkukura has joined #openstack-dev | 16:01 | |
dstanek | bknudson: based on the test comment bind isn't supposed to be called, but i don't think that was being checked | 16:01 |
*** Ruetobas has quit IRC | 16:01 | |
dolphm | pasm: depends on what your question is :) ask away! | 16:01 |
*** xarses has quit IRC | 16:02 | |
pasm | it's about the definition of a custom identity backend for keystone | 16:02 |
*** CaptTofu has joined #openstack-dev | 16:02 | |
alexpilotti | mriedem: pring | 16:02 |
*** rohitk has joined #openstack-dev | 16:03 | |
*** Ruetobas has joined #openstack-dev | 16:03 | |
*** xqueralt has quit IRC | 16:03 | |
*** davidhadas___ has quit IRC | 16:03 | |
*** davidhadas__ has quit IRC | 16:04 | |
pasm | dolphm: do you know where i can find some documentation? (read the code is not a valid answer... :-)) | 16:04 |
*** hemna has joined #openstack-dev | 16:04 | |
mriedem | alexpilotti: pong | 16:05 |
*** sandywalsh has quit IRC | 16:05 | |
*** cdub_ has quit IRC | 16:06 | |
*** gyee has joined #openstack-dev | 16:06 | |
dolphm | pasm: well, the identity drivers are "defined" by the base identity.Driver class https://github.com/openstack/keystone/blob/master/keystone/identity/core.py#L564-L736 | 16:06 |
*** markwash has quit IRC | 16:07 | |
*** DennyZhang has quit IRC | 16:07 | |
alexpilotti | mriedem: hi there, we are having the Hyper-V meeting, in case you'd like to join :-) | 16:07 |
dolphm | pasm: but if you want less code :P http://docs.openstack.org/developer/keystone/api/keystone.identity.core.html | 16:07 |
*** yamahata has quit IRC | 16:07 | |
*** alop has joined #openstack-dev | 16:07 | |
*** yamahata has joined #openstack-dev | 16:07 | |
*** DennyZhang has joined #openstack-dev | 16:07 | |
pasm | dolphm: heheh... at the moment i defined a file (custom.py) that "should" implement my identity backend | 16:07 |
mriedem | alexpilotti: getting caught up on about 4 days of reviews, so not today | 16:07 |
*** Ruetobas has quit IRC | 16:07 | |
*** lsmola has quit IRC | 16:07 | |
alexpilotti | mriedem: np! | 16:07 |
dolphm | pasm: are you writing this against master or a stable branch? | 16:08 |
pasm | dolphm: i extended the class identity.Driver | 16:08 |
*** senk has left #openstack-dev | 16:08 | |
pasm | dolphm: stable/havana | 16:08 |
*** sandeepr_ltp has quit IRC | 16:08 | |
*** safchain has quit IRC | 16:08 | |
dolphm | pasm: (master is now using ABCMeta classes, so you'll get better feedback about the gaps in your implementation) | 16:08 |
dolphm | pasm: you can also test your class based on keystone.tests.test_backend:IdentityTests | 16:09 |
*** dscannell has left #openstack-dev | 16:09 | |
pasm | dolphm: ok | 16:10 |
*** imsurit has quit IRC | 16:10 | |
*** CaptTofu has quit IRC | 16:11 | |
*** CaptTofu has joined #openstack-dev | 16:11 | |
*** jvrbanac has joined #openstack-dev | 16:11 | |
pasm | dolphm: i will try... | 16:11 |
*** xingchao has quit IRC | 16:12 | |
pasm | dolphm: thankyou | 16:12 |
*** evgenyf_ has quit IRC | 16:12 | |
*** Ruetobas has joined #openstack-dev | 16:14 | |
*** ifarkas has joined #openstack-dev | 16:15 | |
*** cdub_ has joined #openstack-dev | 16:16 | |
*** CaptTofu has quit IRC | 16:16 | |
*** paragan has quit IRC | 16:16 | |
*** jvrbanac has quit IRC | 16:18 | |
*** yassine has quit IRC | 16:20 | |
*** cdub_ has quit IRC | 16:20 | |
*** zul has quit IRC | 16:20 | |
*** mrodden has quit IRC | 16:21 | |
*** radez is now known as radez_g0n3 | 16:22 | |
*** nermina has quit IRC | 16:22 | |
*** xarses has joined #openstack-dev | 16:22 | |
*** martyntaylor has quit IRC | 16:23 | |
*** radez_g0n3 is now known as radez | 16:23 | |
*** markmc has quit IRC | 16:24 | |
*** booga has joined #openstack-dev | 16:24 | |
*** ciocari has joined #openstack-dev | 16:25 | |
*** spzala has joined #openstack-dev | 16:25 | |
*** yolanda has joined #openstack-dev | 16:26 | |
*** tmclaugh[work] has joined #openstack-dev | 16:27 | |
*** jpich has quit IRC | 16:29 | |
*** ericw has quit IRC | 16:30 | |
*** bmelande has quit IRC | 16:30 | |
*** hemna has quit IRC | 16:31 | |
*** CaptTofu has joined #openstack-dev | 16:31 | |
*** ericw has joined #openstack-dev | 16:31 | |
*** pberis has quit IRC | 16:33 | |
*** ykhodork has joined #openstack-dev | 16:33 | |
*** hemna has joined #openstack-dev | 16:33 | |
*** angdraug has joined #openstack-dev | 16:34 | |
*** hartsocks has joined #openstack-dev | 16:34 | |
*** adalbas has quit IRC | 16:34 | |
*** thingee_zzz is now known as thingee | 16:34 | |
*** jvrbanac has joined #openstack-dev | 16:35 | |
*** rongze has joined #openstack-dev | 16:36 | |
*** mrodden has joined #openstack-dev | 16:36 | |
*** sumanthns has quit IRC | 16:37 | |
*** sumanthns has joined #openstack-dev | 16:37 | |
*** gszasz has quit IRC | 16:39 | |
*** buzztroll has joined #openstack-dev | 16:40 | |
*** anteaya has quit IRC | 16:40 | |
*** rongze has quit IRC | 16:40 | |
*** networkstatic has joined #openstack-dev | 16:40 | |
*** ygbo has quit IRC | 16:40 | |
*** adalbas has joined #openstack-dev | 16:42 | |
*** yamahata has quit IRC | 16:43 | |
*** max_lobur has quit IRC | 16:43 | |
*** derekh has quit IRC | 16:44 | |
*** ericw has quit IRC | 16:44 | |
*** fbo is now known as fbo_away | 16:44 | |
*** vladikr has quit IRC | 16:45 | |
*** mestery has joined #openstack-dev | 16:46 | |
*** markwash has joined #openstack-dev | 16:46 | |
*** ericw has joined #openstack-dev | 16:47 | |
*** vladikr has joined #openstack-dev | 16:47 | |
*** rnirmal has quit IRC | 16:48 | |
*** iartarisi has quit IRC | 16:49 | |
*** buzztroll has quit IRC | 16:50 | |
*** amotoki has quit IRC | 16:50 | |
*** buzztroll has joined #openstack-dev | 16:52 | |
*** CaptTofu has quit IRC | 16:53 | |
*** DennyZha` has joined #openstack-dev | 16:53 | |
*** xga_ has quit IRC | 16:53 | |
*** jcoufal has joined #openstack-dev | 16:53 | |
*** CaptTofu has joined #openstack-dev | 16:53 | |
*** DennyZhang has quit IRC | 16:53 | |
*** xga__ has quit IRC | 16:54 | |
*** utlemming has quit IRC | 16:54 | |
*** zul has joined #openstack-dev | 16:54 | |
*** CaptTofu has quit IRC | 16:55 | |
*** CaptTofu has joined #openstack-dev | 16:55 | |
*** davidhadas has joined #openstack-dev | 16:56 | |
*** davidhadas_ has joined #openstack-dev | 16:56 | |
*** aditirav has joined #openstack-dev | 16:56 | |
*** neoXsys has joined #openstack-dev | 16:56 | |
*** Mandell has joined #openstack-dev | 16:58 | |
*** Ryan_Lane has quit IRC | 16:59 | |
*** comay has joined #openstack-dev | 16:59 | |
*** wabat has joined #openstack-dev | 16:59 | |
*** anteaya has joined #openstack-dev | 17:00 | |
*** wayne___ has joined #openstack-dev | 17:00 | |
*** wayne___ has quit IRC | 17:02 | |
*** twoputt has joined #openstack-dev | 17:03 | |
*** twoputt_ has joined #openstack-dev | 17:03 | |
*** wayne__ has quit IRC | 17:03 | |
*** utlemming has joined #openstack-dev | 17:03 | |
*** wayne___ has joined #openstack-dev | 17:03 | |
*** Alexei_987 has quit IRC | 17:05 | |
*** wayne__ has joined #openstack-dev | 17:05 | |
*** wayne___ has quit IRC | 17:06 | |
*** DennyZha` has quit IRC | 17:06 | |
*** arctansusan has joined #openstack-dev | 17:07 | |
*** nermina has joined #openstack-dev | 17:07 | |
*** eglynn has quit IRC | 17:07 | |
*** boris-42 has joined #openstack-dev | 17:08 | |
*** athomas has quit IRC | 17:08 | |
*** xqueralt has joined #openstack-dev | 17:10 | |
*** rushiagr3 has joined #openstack-dev | 17:10 | |
*** insanidade has joined #openstack-dev | 17:11 | |
*** markmcclain has joined #openstack-dev | 17:11 | |
*** enmand has quit IRC | 17:11 | |
*** e0ne has quit IRC | 17:11 | |
*** davidhadas has quit IRC | 17:12 | |
*** e0ne has joined #openstack-dev | 17:12 | |
*** davidhadas_ has quit IRC | 17:12 | |
*** lucasagomes is now known as lucas-afk | 17:12 | |
*** davidhadas has joined #openstack-dev | 17:13 | |
*** sandywalsh has joined #openstack-dev | 17:16 | |
*** e0ne has quit IRC | 17:17 | |
*** anteaya has quit IRC | 17:17 | |
*** davidhadas has quit IRC | 17:18 | |
*** colinmcnamara has joined #openstack-dev | 17:18 | |
*** rohitk has quit IRC | 17:19 | |
*** utlemming has quit IRC | 17:19 | |
*** rudrarugge has joined #openstack-dev | 17:19 | |
*** prad has joined #openstack-dev | 17:20 | |
*** dot has quit IRC | 17:22 | |
*** utlemming has joined #openstack-dev | 17:23 | |
*** cpallares has joined #openstack-dev | 17:24 | |
*** sushils has quit IRC | 17:24 | |
*** e0ne has joined #openstack-dev | 17:26 | |
*** e0ne has quit IRC | 17:27 | |
*** e0ne has joined #openstack-dev | 17:27 | |
*** isd has joined #openstack-dev | 17:28 | |
*** colinmcnamara has quit IRC | 17:28 | |
*** e0ne has quit IRC | 17:29 | |
*** e0ne_ has joined #openstack-dev | 17:29 | |
*** neoXsys has quit IRC | 17:30 | |
*** wabat1 has joined #openstack-dev | 17:31 | |
*** dstanek has quit IRC | 17:31 | |
*** wabat1 has left #openstack-dev | 17:31 | |
*** wabat has quit IRC | 17:31 | |
*** cpallares has quit IRC | 17:31 | |
*** cpallares has joined #openstack-dev | 17:32 | |
*** ykhodork has quit IRC | 17:32 | |
*** freedomhu has quit IRC | 17:33 | |
*** zul has quit IRC | 17:34 | |
*** cpallares has quit IRC | 17:34 | |
*** cpallares1 has joined #openstack-dev | 17:34 | |
*** e0ne_ has quit IRC | 17:36 | |
*** rongze has joined #openstack-dev | 17:36 | |
*** e0ne has joined #openstack-dev | 17:36 | |
*** danpb has joined #openstack-dev | 17:37 | |
*** FunnyLookinHat has quit IRC | 17:39 | |
*** FunnyLookinHat has joined #openstack-dev | 17:40 | |
*** danpb has quit IRC | 17:40 | |
*** e0ne has quit IRC | 17:41 | |
*** cpallares1 has quit IRC | 17:42 | |
*** cpallares has joined #openstack-dev | 17:42 | |
*** ykhodork has joined #openstack-dev | 17:43 | |
*** davidhadas has joined #openstack-dev | 17:43 | |
*** giulivo has quit IRC | 17:45 | |
dhellmann-afk | markwash: ping? | 17:45 |
*** dhellmann-afk is now known as dhellmann | 17:45 | |
*** cpallares has quit IRC | 17:45 | |
markwash | dhellmann: hi! | 17:45 |
*** cpallares has joined #openstack-dev | 17:45 | |
*** mmagr has quit IRC | 17:45 | |
dhellmann | markwash: hi! | 17:45 |
dhellmann | I'm looking at https://review.openstack.org/#/c/53156/ | 17:45 |
dhellmann | the iso8601 thing | 17:45 |
markwash | ah yes, we were just discussing it in #openstack-infra | 17:46 |
dhellmann | do you know what's going on there? | 17:46 |
dhellmann | oh, I'll move over there... | 17:46 |
markwash | dhellmann: I think we've got it covered at this point | 17:46 |
markwash | dhellmann: glance needs to work with both the old and new versions, and not depend quite as heavily on iso8601 for validation | 17:46 |
dhellmann | markwash: are we going to just cap to 0.1.4 until they get their releases in order? | 17:46 |
markwash | dhellmann: I think the theory is that 0.1.8 was just released and is good. . I assume its *just* the unicode fix for py33 | 17:47 |
*** rongze has quit IRC | 17:47 | |
markwash | I have not checked TBH | 17:47 |
*** rushiagr3 has quit IRC | 17:47 | |
dhellmann | ok, I haven't checked for a new release, but that requirements spec is getting a little silly :-) | 17:48 |
markwash | yeah, I don't know the history of what was wrong with 0.1.5 and 0.1.6 | 17:48 |
*** cpallares has quit IRC | 17:49 | |
dhellmann | various permutations of untestedness, afaict | 17:49 |
*** rushiagr has joined #openstack-dev | 17:49 | |
dhellmann | I was also going to suggest offering to help them stackforge that lib, if we need it | 17:49 |
markwash | hmm. . . yeah. . small as it is, that lib is super important | 17:50 |
dhellmann | markwash: like it would be useful for integration with oslo | 17:50 |
*** cpallares has joined #openstack-dev | 17:50 | |
*** pjd2 has joined #openstack-dev | 17:50 | |
*** SumitNaiksatam has quit IRC | 17:51 | |
*** enmand has joined #openstack-dev | 17:51 | |
dims | markwash, there were 2 bugs in iso8601 introduced in 0.1.5 and it took 2 releases over a weekend to get them fixed | 17:51 |
dims | markwash, 2 bugs what showed up from our test harness | 17:52 |
*** cpallares has quit IRC | 17:52 | |
markwash | haha | 17:52 |
*** cpallares has joined #openstack-dev | 17:52 | |
markwash | I suppose there are always more bugs | 17:52 |
*** zul has joined #openstack-dev | 17:53 | |
*** atiwari has joined #openstack-dev | 17:54 | |
*** melwitt has joined #openstack-dev | 17:54 | |
*** cpallares has quit IRC | 17:55 | |
*** cpallares has joined #openstack-dev | 17:55 | |
*** Ryan_Lane has joined #openstack-dev | 17:55 | |
*** kenperkins has joined #openstack-dev | 17:57 | |
*** Ryan_Lane has quit IRC | 17:57 | |
*** dolphm_ has joined #openstack-dev | 17:57 | |
*** yolanda has quit IRC | 17:57 | |
*** cpallares has quit IRC | 17:57 | |
*** cpallares has joined #openstack-dev | 17:57 | |
*** wayne__ has quit IRC | 17:58 | |
*** nikhil is now known as nikhil|afk | 17:58 | |
*** wayne__ has joined #openstack-dev | 17:58 | |
*** exed has quit IRC | 18:00 | |
*** dstanek has joined #openstack-dev | 18:00 | |
*** anteaya has joined #openstack-dev | 18:01 | |
dstanek | bknudson: i was able to come up with a workaround for the live tests | 18:01 |
bknudson | dstanek: what's the trick? | 18:01 |
dstanek | bknudson: i put them in a keystone/tests/system with test_ names and filter them out | 18:02 |
*** cpallares1 has joined #openstack-dev | 18:02 | |
*** cpallares has quit IRC | 18:02 | |
dstanek | bknudson: then you can still manually run them | 18:02 |
*** wayne__ has quit IRC | 18:02 | |
dstanek | bknudson: working on a patch now | 18:02 |
bknudson | dstanek: that's what we want is to be able to manually run them. | 18:02 |
*** nachi has joined #openstack-dev | 18:02 | |
*** tmclaugh[work] has quit IRC | 18:03 | |
*** che-arne has quit IRC | 18:03 | |
*** hartsocks1 has joined #openstack-dev | 18:05 | |
*** aditirav has quit IRC | 18:05 | |
*** wayne__ has joined #openstack-dev | 18:05 | |
*** hartsocks has quit IRC | 18:06 | |
*** hartsocks1 is now known as hartsocks_ | 18:06 | |
*** rushiagr2 has joined #openstack-dev | 18:06 | |
*** vartom10 has joined #openstack-dev | 18:07 | |
*** rushiagr has quit IRC | 18:07 | |
*** rushiagr2 has quit IRC | 18:07 | |
*** zul has quit IRC | 18:08 | |
*** pjd2 has quit IRC | 18:08 | |
*** anteaya has quit IRC | 18:08 | |
*** Ryan_Lane has joined #openstack-dev | 18:08 | |
*** anteaya has joined #openstack-dev | 18:10 | |
*** dot has joined #openstack-dev | 18:11 | |
*** rushiagr2 has joined #openstack-dev | 18:11 | |
*** thomasm has joined #openstack-dev | 18:11 | |
*** thomasm is now known as Guest25051 | 18:11 | |
*** rushiagr2 has quit IRC | 18:11 | |
*** SumitNaiksatam has joined #openstack-dev | 18:12 | |
*** arctansusan has quit IRC | 18:12 | |
*** AnilV4 has quit IRC | 18:12 | |
*** Mandell has quit IRC | 18:13 | |
*** freedomhui has joined #openstack-dev | 18:13 | |
*** Mandell has joined #openstack-dev | 18:13 | |
*** yolanda has joined #openstack-dev | 18:17 | |
*** anteaya_ has joined #openstack-dev | 18:17 | |
*** johnthetubaguy has quit IRC | 18:17 | |
*** neoXsys has joined #openstack-dev | 18:18 | |
*** carl_baldwin has quit IRC | 18:18 | |
*** Mandell has quit IRC | 18:18 | |
*** rushiagr2 has joined #openstack-dev | 18:18 | |
*** anteaya has quit IRC | 18:19 | |
*** utlemming has quit IRC | 18:20 | |
*** utlemming has joined #openstack-dev | 18:20 | |
*** Mandell has joined #openstack-dev | 18:20 | |
*** pjd2 has joined #openstack-dev | 18:21 | |
*** rushiagr2 has quit IRC | 18:23 | |
*** lsmola has joined #openstack-dev | 18:25 | |
*** AnilV4 has joined #openstack-dev | 18:26 | |
*** rushiagr2 has joined #openstack-dev | 18:26 | |
*** devvesa has quit IRC | 18:27 | |
*** CaptTofu has quit IRC | 18:27 | |
*** tmclaugh[work] has joined #openstack-dev | 18:29 | |
timello | I see that some projects don't have the X-Topics header when the emails get sent to the mailing list... what's the rule for that? I mean, why [Heat] emails, for instance, doesn't have it? | 18:29 |
*** CaptTofu has joined #openstack-dev | 18:29 | |
*** shardy is now known as shardy_afk | 18:29 | |
*** neoXsys has quit IRC | 18:30 | |
*** rushiagr2 has quit IRC | 18:30 | |
*** networkstatic has quit IRC | 18:32 | |
*** mrunge has joined #openstack-dev | 18:32 | |
*** nachi1 has joined #openstack-dev | 18:32 | |
*** nachi has quit IRC | 18:32 | |
*** Ryan_Lane has quit IRC | 18:32 | |
*** Ryan_Lane has joined #openstack-dev | 18:33 | |
*** AnilV4 has quit IRC | 18:34 | |
*** jimfehlig has quit IRC | 18:35 | |
*** cpallares has joined #openstack-dev | 18:36 | |
*** cpallares1 has quit IRC | 18:36 | |
*** markmcclain has quit IRC | 18:38 | |
*** yolanda has quit IRC | 18:39 | |
*** thomasm_ has joined #openstack-dev | 18:40 | |
*** mnaser has quit IRC | 18:40 | |
*** melwitt has quit IRC | 18:41 | |
*** Guest25051 has quit IRC | 18:43 | |
*** rongze has joined #openstack-dev | 18:43 | |
*** locke105 has quit IRC | 18:44 | |
*** carl_baldwin has joined #openstack-dev | 18:44 | |
*** insanidade has quit IRC | 18:45 | |
*** vipul is now known as vipul-away | 18:46 | |
*** alunduil has quit IRC | 18:47 | |
*** rongze has quit IRC | 18:48 | |
*** lbragstad has quit IRC | 18:48 | |
*** xga_ has joined #openstack-dev | 18:49 | |
*** xga__ has joined #openstack-dev | 18:49 | |
*** melwitt has joined #openstack-dev | 18:50 | |
*** jistr has joined #openstack-dev | 18:50 | |
*** mnaser has joined #openstack-dev | 18:51 | |
*** yolanda has joined #openstack-dev | 18:52 | |
*** pasm has quit IRC | 18:52 | |
*** yaguang has quit IRC | 18:52 | |
*** sushils has joined #openstack-dev | 18:53 | |
*** anteaya_ is now known as anteaya | 18:53 | |
*** xga_ has quit IRC | 18:54 | |
*** xga__ has quit IRC | 18:54 | |
*** yaguang has joined #openstack-dev | 18:54 | |
*** derekh has joined #openstack-dev | 18:55 | |
*** Loquacities has joined #openstack-dev | 18:55 | |
*** dolphm_ has quit IRC | 18:56 | |
*** cpallares has left #openstack-dev | 18:57 | |
*** CaptTofu has quit IRC | 18:58 | |
*** mkollaro has joined #openstack-dev | 18:58 | |
*** CaptTofu has joined #openstack-dev | 18:58 | |
*** Loquacity has quit IRC | 18:59 | |
*** wayne__ has quit IRC | 19:00 | |
*** wayne__ has joined #openstack-dev | 19:00 | |
ayoung | bknudson, https://fedorahosted.org/certmonger/ is the right tool, and drop the PKI setup OpenSSL specific code from Keystone etc | 19:00 |
morganfainberg | ayoung, ++ | 19:00 |
bknudson | ayoung: and auth_token, too? | 19:01 |
ayoung | bknudson, no, | 19:01 |
ayoung | bknudson, auth_token needs to fetch other peoples certs, different use case | 19:01 |
*** dot has quit IRC | 19:01 | |
*** lbragstad has joined #openstack-dev | 19:03 | |
ayoung | bknudson, auth_token cert management does need some rethinking. I would like to be able to redo the token format so that it says what cert signed it without running the CMS application to process the token itself. And thne auth_token should be able to hold multiple certs, and refresht etc | 19:03 |
*** CaptTofu has quit IRC | 19:03 | |
*** eglynn has joined #openstack-dev | 19:03 | |
*** alunduil has joined #openstack-dev | 19:04 | |
*** dmakogon has joined #openstack-dev | 19:04 | |
*** markmcclain has joined #openstack-dev | 19:04 | |
*** wayne__ has quit IRC | 19:04 | |
ayoung | nkinder, regarding the smart proxy I mentioned yesterday: it would be a daemon that listened on AMQP for "VM created events" from Nova and then make a call into FreeIPA to create the approprate Host entries | 19:04 |
*** jruzicka has quit IRC | 19:05 | |
gyee | ayoung, ++ on certmaster | 19:05 |
*** dmakogon has left #openstack-dev | 19:05 | |
gyee | ayoung, is there a debian package | 19:06 |
ayoung | gyee, yeah, seems like the right tool to abstract out cert management without putting too much infrastructure in place | 19:06 |
*** novas0x2a|laptop has joined #openstack-dev | 19:06 | |
ayoung | gyee, fairly certain that there is. Let me confirm again | 19:06 |
gyee | I am going to play around with it | 19:06 |
ayoung | gyee, it is pretty simplistic. No revocations. | 19:07 |
ayoung | XML RPC | 19:07 |
ayoung | gyee, http://packages.debian.org/experimental/python/certmaster | 19:07 |
*** freedomhui has quit IRC | 19:07 | |
dolphm | ayoung: gyee: https://git.fedorahosted.org/cgit/certmaster.git/tree/LICENSE | 19:08 |
ayoung | gyee, certmonger knows how to talk to Dogtag and Certmaster. That would be the project to look at for integration with a 3rd party CA | 19:08 |
*** dot has joined #openstack-dev | 19:08 | |
ayoung | dolphm, any problem with using a GPL V2 Devstack component? | 19:09 |
*** utlemming has quit IRC | 19:09 | |
*** networkstatic has joined #openstack-dev | 19:09 | |
gyee | dolphm, I usually forward the whole thing to the lawyers :) | 19:09 |
*** arosen2 has joined #openstack-dev | 19:10 | |
devananda | general API / RESTful query string question for folks -- is there a good way to expose "get a list of resources where this property IS NULL" or "IS NOT NULL" ? Eg, is this OK: GET /foo?property=notnull | 19:10 |
*** jvrbanac has quit IRC | 19:10 | |
arosen2 | nachi1: ping | 19:10 |
jamielennox | ayoung: twitter won't let me get past the first step without following 5 people, and it's offering me kardashians - this is your fault | 19:11 |
dolphm | ayoung: from the mailing list "TL;DR - don't link to GPL code." | 19:11 |
gyee | ayoung, I just thinking outloud here as I haven't spend much time reading the KDS code, would it be better to have a PKI system instead? | 19:11 |
dolphm | but it's a really long thread | 19:11 |
dstanek | what does keystone.tests._test_import_auth_token actually test? | 19:11 |
dolphm | dstanek: how'd you find that :P | 19:12 |
*** xavioux has joined #openstack-dev | 19:12 | |
*** jamielennox is now known as jamielennox|away | 19:13 | |
*** dstufft has quit IRC | 19:13 | |
dolphm | dstanek: https://review.openstack.org/#/c/24701/ | 19:13 |
*** jamielennox|away is now known as jamielennox | 19:13 | |
dstanek | dolphm: just made a patch for the live test issue from this morning | 19:13 |
*** dot has quit IRC | 19:13 | |
ayoung | jamielennox, not my fault. blame the twitterheads that made me do it last summit. | 19:14 |
dolphm | jamielennox: hit skip | 19:14 |
gyee | heh | 19:14 |
*** SumitNaiksatam has quit IRC | 19:14 | |
jamielennox | dolphm: i think they removed that | 19:14 |
*** markmcclain has quit IRC | 19:15 | |
*** markmcclain has joined #openstack-dev | 19:15 | |
jamielennox | ok, but i can just go back to twitter.com and i'm still logged in | 19:15 |
jamielennox | great design there | 19:15 |
ayoung | https://twitter.com/admiyoung https://twitter.com/jaypipes https://twitter.com/tcarrez https://twitter.com/joesavak https://twitter.com/bradtopol https://twitter.com/dolphm | 19:16 |
xavioux | Looking for Havana working neutron.conf, anyone please? | 19:16 |
ayoung | jamielennox, you can use whatever twitter client you like, including several opensource ones as I recall | 19:16 |
morganfainberg | ayoung, (me) -> https://twitter.com/mdrnstm | 19:17 |
morganfainberg | not that i say anything interesting :P | 19:17 |
dstanek | ayoung: i'm https://twitter.com/dstanek :-) | 19:17 |
dolphm | jamielennox: don't listen to ayoung, write your own client | 19:17 |
morganfainberg | dolphm ++, jamielennox doooo eeeet | 19:17 |
ayoung | real men just use curl for a twitter client | 19:18 |
*** shakayumi has quit IRC | 19:18 | |
* gyee uses curl | 19:19 | |
*** otherwiseguy has joined #openstack-dev | 19:19 | |
nkinder | ayoung: Will that trigger creation of DNS records as well? | 19:19 |
ayoung | nkinder, it will if you want it to. I want it to. | 19:19 |
morganfainberg | ayoung, i was using perl mechanised… then i realized it was perl. | 19:19 |
ayoung | nkinder, you would probably create with a default ip address and let the client update when enrolling | 19:20 |
nkinder | ayoung: yeah, it would be nice if it's creating SSHFP records too. | 19:20 |
ayoung | nkinder, big thinkg is that you need a OTP. I was starting to think that we could use the hash of the Keystone token for that | 19:20 |
dstanek | dolphm: it doesn't work anymore - is it worth fixing? | 19:21 |
ayoung | since we want to encrypt the notification anyway | 19:21 |
*** shakayumi has joined #openstack-dev | 19:21 | |
*** neoXsys has joined #openstack-dev | 19:21 | |
jamielennox | gyee: curl http://twitter.com > /dev/null | 19:21 |
*** bknudson has quit IRC | 19:21 | |
gyee | ha | 19:21 |
dolphm | dstanek: probably not :( | 19:22 |
ayoung | If only twitter supported some sort of identity federation protocol... | 19:22 |
dolphm | dstanek: it's the same issue with importing auth_token and s3_token from keystone.middleware | 19:22 |
*** amerine has joined #openstack-dev | 19:23 | |
ayoung | dstanek, that test was probably there from when we moved auth_token out of Keystone and into the client. | 19:23 |
dstanek | dolphm: http://paste.openstack.org/show/49053/ | 19:23 |
dstanek | it looks like it just checks to see if an import happened | 19:24 |
dolphm | dstanek: exactly | 19:24 |
*** huats has quit IRC | 19:24 | |
*** senk has joined #openstack-dev | 19:25 | |
dolphm | dstanek: it's basically testing for that backtrace | 19:25 |
dolphm | and at one point, it worked | 19:25 |
ayoung | dstanek, are you familiar with the history of auth_token? | 19:25 |
dstanek | ayoung: not at all | 19:25 |
ayoung | dstanek, it was a single file that people were pulling and sticking into their projects. I broke that | 19:25 |
ayoung | when I did pki tokens, I put in a dependency on external files for CMS checking etc. | 19:25 |
ayoung | Now they need two files. | 19:26 |
*** shakayumi has quit IRC | 19:26 | |
ayoung | Needless to say, people were not happy. | 19:26 |
ayoung | I didn't blame them, but I thought that copying around a file like that somewhat neanderthalic | 19:26 |
*** wayne__ has joined #openstack-dev | 19:26 | |
*** thomasm_ has quit IRC | 19:26 | |
ayoung | anyway, we decided to put the auth_token middleware in the client. In doing so, we wanted to make sure that people could still refer to it based on its old name, keystone.middleware.auth+_token as opposed to keystoneclient... | 19:27 |
dstanek | ayoung: thx...seems like i want to keep that test then. any reason not to rename it to remove the leading _? | 19:29 |
dolphm | dstanek: yes | 19:29 |
dolphm | dstanek: if you don't run it in isolation, it'll pass because it's not testing anything | 19:29 |
*** neoXsys has quit IRC | 19:30 | |
*** SumitNaiksatam has joined #openstack-dev | 19:30 | |
dstanek | dolphm: i'll leave it as it then so i can move forward, but right now it's not testing anything anyway :) | 19:30 |
dolphm | actually, it might not be testing anything anyway... now that we've moved to keystone.tests (with __init__.py) | 19:30 |
dolphm | it's no longer runnable in isolation | 19:30 |
dolphm | gettext is being setup on import, keystone.config is executing | 19:31 |
*** gyee has quit IRC | 19:32 | |
*** wayne__ has quit IRC | 19:32 | |
*** isd has quit IRC | 19:32 | |
*** wayne__ has joined #openstack-dev | 19:32 | |
dolphm | jamielennox: wow, they really did remove the skip button (just signed up for a new account to check it out) | 19:33 |
jamielennox | dolphm: and checkout the list they give you to select 5 people... | 19:34 |
*** adalbas has quit IRC | 19:34 | |
*** dsantos_ has joined #openstack-dev | 19:34 | |
*** alunduil has quit IRC | 19:34 | |
dolphm | jamielennox: workaround- close the browser window, confirm your account, and you're done | 19:34 |
*** mlavalle has joined #openstack-dev | 19:35 | |
*** nikhil|afk is now known as nikhil | 19:35 | |
jamielennox | dolphm: yea, did that | 19:35 |
jamielennox | https://twitter.com/jamielennox_ :( | 19:40 |
stevemar | underscore ftw! | 19:40 |
dolphm | lol | 19:40 |
stevemar | jamielennox, time to start twitterizing | 19:41 |
*** singhs has joined #openstack-dev | 19:41 | |
xavioux | Question: is rabbitmq traffic encrypted in Havana? | 19:41 |
ayoung | dstanek, I think it is safe to remove it | 19:41 |
jamielennox | yea someone stole my name | 19:41 |
jamielennox | it's what you get joining social sites 5 years later than everyone else | 19:42 |
dolphm | jamielennox: 7 | 19:43 |
*** sushils has quit IRC | 19:44 | |
*** rongze has joined #openstack-dev | 19:44 | |
ayoung | jamielennox, I pretty much use it for OpenStack stuff only | 19:44 |
stevemar | dolphm, wow, i had no idea it's been that long | 19:44 |
dolphm | it's probably only been huge for 5 years | 19:45 |
stevemar | dolphm: hehe http://en.wikipedia.org/wiki/Twitter#Content - 40% "pointless babble" | 19:46 |
*** thomasm has joined #openstack-dev | 19:46 | |
dolphm | and 60% marketers talking to marketers about marketing | 19:46 |
*** thomasm is now known as Guest56169 | 19:47 | |
*** sushils has joined #openstack-dev | 19:48 | |
*** asalkeld has quit IRC | 19:48 | |
*** rongze has quit IRC | 19:48 | |
*** dstufft has joined #openstack-dev | 19:48 | |
*** vladan has quit IRC | 19:49 | |
*** asalkeld has joined #openstack-dev | 19:54 | |
*** vladan has joined #openstack-dev | 19:54 | |
*** pixelb has quit IRC | 19:55 | |
*** alop_ has joined #openstack-dev | 19:56 | |
xavioux | Lots of pointless babble here in the past half hour lol | 19:56 |
*** alop has quit IRC | 19:56 | |
*** alop_ is now known as alop | 19:56 | |
*** locke105 has joined #openstack-dev | 19:58 | |
*** yeylon_ has quit IRC | 19:59 | |
jamielennox | xavioux: lol, true | 20:00 |
*** enmand has quit IRC | 20:00 | |
*** HenryG has quit IRC | 20:01 | |
*** enmand has joined #openstack-dev | 20:01 | |
*** drewlander has quit IRC | 20:01 | |
*** jistr has quit IRC | 20:02 | |
*** pcm_ has quit IRC | 20:03 | |
*** jcoufal has quit IRC | 20:03 | |
*** changbl has quit IRC | 20:04 | |
*** lucas-afk is now known as lucasagomes | 20:05 | |
*** vkmc has quit IRC | 20:05 | |
*** topol has quit IRC | 20:08 | |
*** kbringard has quit IRC | 20:09 | |
*** jimfehlig has joined #openstack-dev | 20:09 | |
*** dolphm has quit IRC | 20:11 | |
*** melwitt has quit IRC | 20:14 | |
*** exed has joined #openstack-dev | 20:14 | |
*** xavioux has quit IRC | 20:15 | |
*** nplanel has quit IRC | 20:15 | |
*** exed has quit IRC | 20:16 | |
*** beagles has quit IRC | 20:17 | |
*** lucasagomes has quit IRC | 20:17 | |
*** sarob has joined #openstack-dev | 20:18 | |
*** rkukura has quit IRC | 20:18 | |
*** ngoracke has quit IRC | 20:18 | |
*** rkukura has joined #openstack-dev | 20:19 | |
*** rkukura has quit IRC | 20:19 | |
*** changbl has joined #openstack-dev | 20:19 | |
*** dot has joined #openstack-dev | 20:20 | |
*** zul has joined #openstack-dev | 20:20 | |
*** sandywalsh has quit IRC | 20:20 | |
*** READ10 has joined #openstack-dev | 20:22 | |
nkinder | ayoung: are the contents of a keystone token described in detail somewhere? | 20:23 |
*** wolsen has joined #openstack-dev | 20:23 | |
*** burris has quit IRC | 20:24 | |
*** dot has quit IRC | 20:24 | |
*** ayoung has left #openstack-dev | 20:25 | |
*** stevemar has quit IRC | 20:26 | |
*** wayne__ is now known as dubsquared | 20:28 | |
*** ifarkas has quit IRC | 20:30 | |
*** vipul-away is now known as vipul | 20:31 | |
jamielennox | nkinder: for v3: https://github.com/openstack/identity-api/blob/master/openstack-identity-api/v3/src/markdown/identity-api-v3.md#tokens | 20:31 |
jamielennox | there is a similar one for v2 | 20:31 |
nkinder | jamielennox: Thanks! v3 is fine for my needs. | 20:31 |
*** asalkeld has quit IRC | 20:32 | |
dstanek | jamielennox: what's you twitter? | 20:32 |
dstanek | s/you/your/ | 20:32 |
jamielennox | jamielennox_ | 20:32 |
dstanek | jamielennox: got it thx! | 20:33 |
*** jtomasek_ has joined #openstack-dev | 20:33 | |
*** dvarga has quit IRC | 20:34 | |
*** arctansusan has joined #openstack-dev | 20:34 | |
*** alop has quit IRC | 20:35 | |
*** jtomasek has quit IRC | 20:36 | |
*** exed has joined #openstack-dev | 20:37 | |
*** melwitt has joined #openstack-dev | 20:37 | |
*** galstrom_zzz is now known as galstrom | 20:41 | |
*** epopt37 has quit IRC | 20:41 | |
*** radez is now known as radez_g0n3 | 20:42 | |
*** yolanda has quit IRC | 20:43 | |
*** gyee has joined #openstack-dev | 20:43 | |
*** yolanda has joined #openstack-dev | 20:43 | |
*** galstrom is now known as galstrom_zzz | 20:44 | |
*** dsantos_ has left #openstack-dev | 20:44 | |
*** rongze has joined #openstack-dev | 20:45 | |
*** Guest56169 has quit IRC | 20:45 | |
*** che-arne has joined #openstack-dev | 20:47 | |
*** vuil has joined #openstack-dev | 20:49 | |
*** vuil has quit IRC | 20:49 | |
*** rongze has quit IRC | 20:50 | |
*** kbringard has joined #openstack-dev | 20:51 | |
*** changbl has quit IRC | 20:52 | |
*** asalkeld has joined #openstack-dev | 20:52 | |
*** dot has joined #openstack-dev | 20:53 | |
*** litong has quit IRC | 20:53 | |
*** mestery has quit IRC | 20:53 | |
*** mestery has joined #openstack-dev | 20:54 | |
*** dolphm has joined #openstack-dev | 20:54 | |
*** vkmc has joined #openstack-dev | 20:55 | |
*** gabrielhurley has joined #openstack-dev | 20:55 | |
*** epopt37 has joined #openstack-dev | 20:56 | |
*** Guest56169 has joined #openstack-dev | 20:56 | |
*** Guest56169 has quit IRC | 20:56 | |
*** ngoracke has joined #openstack-dev | 20:56 | |
*** atiwari has quit IRC | 20:58 | |
*** mestery has quit IRC | 20:58 | |
*** dot has quit IRC | 20:58 | |
*** sarob has quit IRC | 20:59 | |
*** dubsquar_ has joined #openstack-dev | 21:00 | |
*** gyee has quit IRC | 21:00 | |
*** spzala has quit IRC | 21:01 | |
*** jcoufal has joined #openstack-dev | 21:01 | |
*** Guest56169 has joined #openstack-dev | 21:01 | |
*** mestery has joined #openstack-dev | 21:03 | |
*** changbl has joined #openstack-dev | 21:03 | |
*** gyee has joined #openstack-dev | 21:03 | |
*** dsirrine has quit IRC | 21:04 | |
*** dubsquared has quit IRC | 21:04 | |
*** dubsquar_ has quit IRC | 21:05 | |
*** nebulta has joined #openstack-dev | 21:05 | |
*** yamahata has joined #openstack-dev | 21:07 | |
*** mrunge has quit IRC | 21:08 | |
*** freedomhui has joined #openstack-dev | 21:09 | |
*** alop has joined #openstack-dev | 21:09 | |
*** dubsquared has joined #openstack-dev | 21:09 | |
*** ericw has quit IRC | 21:11 | |
*** arctansusan has quit IRC | 21:13 | |
*** kbringard has quit IRC | 21:13 | |
*** freedomhui has quit IRC | 21:14 | |
*** pjd2 has quit IRC | 21:14 | |
*** huats has joined #openstack-dev | 21:15 | |
*** sarob has joined #openstack-dev | 21:16 | |
*** arctansusan has joined #openstack-dev | 21:17 | |
*** jtomasek_ is now known as jtomasek | 21:18 | |
*** bswartz has quit IRC | 21:18 | |
*** arctansusan has quit IRC | 21:19 | |
*** xavioux has joined #openstack-dev | 21:20 | |
*** xavious has joined #openstack-dev | 21:20 | |
*** zul has quit IRC | 21:21 | |
*** rkukura has joined #openstack-dev | 21:21 | |
*** joesavak has quit IRC | 21:22 | |
*** arctansusan has joined #openstack-dev | 21:22 | |
*** yamahata has quit IRC | 21:23 | |
*** networkstatic is now known as networkstatic_Zz | 21:24 | |
*** dstufft has quit IRC | 21:25 | |
*** dstufft has joined #openstack-dev | 21:25 | |
*** pjd2 has joined #openstack-dev | 21:26 | |
*** twoputt_ has quit IRC | 21:27 | |
*** twoputt has quit IRC | 21:27 | |
*** boden has quit IRC | 21:28 | |
*** nermina has quit IRC | 21:29 | |
*** melwitt has quit IRC | 21:29 | |
*** twoputt has joined #openstack-dev | 21:29 | |
*** twoputt_ has joined #openstack-dev | 21:30 | |
*** vladikr has quit IRC | 21:32 | |
*** mriedem has quit IRC | 21:32 | |
*** chenxu has quit IRC | 21:32 | |
*** dstufft has quit IRC | 21:32 | |
*** dstufft has joined #openstack-dev | 21:33 | |
*** dkranz has quit IRC | 21:34 | |
*** bvandenh has quit IRC | 21:35 | |
*** vipul is now known as vipul-away | 21:37 | |
jamielennox | now that keystone is using testr, is there a solution for ipdb, or at least printing the full logger output on failures? | 21:37 |
*** danpb has joined #openstack-dev | 21:38 | |
*** jimfehlig has quit IRC | 21:38 | |
*** e1mer has joined #openstack-dev | 21:39 | |
*** vipul-away is now known as vipul | 21:39 | |
*** davidhadas has quit IRC | 21:40 | |
*** ericw has joined #openstack-dev | 21:40 | |
*** Guest56169 has quit IRC | 21:40 | |
*** dsirrine has joined #openstack-dev | 21:40 | |
*** ericw has quit IRC | 21:40 | |
*** kui has joined #openstack-dev | 21:43 | |
*** rongze has joined #openstack-dev | 21:47 | |
clarkb | in nova and other projects the logging fixture is used to capture all logging generated by each test, this is then printed out on failure | 21:48 |
clarkb | for pdb, run_tests.sh has been updated to run test(s) under testtools.run which doesn't mess with stdout and stdin | 21:48 |
*** dsirrine has quit IRC | 21:49 | |
dstanek | dolphm: ping | 21:49 |
dolphm | dstanek: pong | 21:49 |
dstanek | dolphm: can you take a quick look at these tests - http://paste.openstack.org/show/49075/ | 21:49 |
*** jpich has joined #openstack-dev | 21:49 | |
dstanek | dolphm: is that what you were envisioning? | 21:49 |
dolphm | dstanek: that looks badass | 21:52 |
dolphm | FALSOM -> FOLSOM | 21:52 |
dolphm | dstanek: are you happy with that? | 21:52 |
*** zul has joined #openstack-dev | 21:52 | |
dstanek | dolphm: :-P i spelled it right most of the time | 21:52 |
*** vartom10 has quit IRC | 21:52 | |
dstanek | dolphm: yeah, i think it looks great | 21:52 |
*** gordc has quit IRC | 21:53 | |
*** rongze has quit IRC | 21:53 | |
*** ericw has joined #openstack-dev | 21:53 | |
dstanek | dolphm: taking the kids to the library, but i'll get it implemented when i get back | 21:53 |
*** lbragstad has quit IRC | 21:56 | |
*** gabrielhurley has quit IRC | 21:57 | |
*** ayoung has joined #openstack-dev | 21:57 | |
*** xqueralt has quit IRC | 21:58 | |
*** eharney has quit IRC | 21:58 | |
*** jcoufal has quit IRC | 21:59 | |
*** melwitt has joined #openstack-dev | 22:00 | |
*** jcoufal has joined #openstack-dev | 22:00 | |
*** arosen2 has quit IRC | 22:00 | |
*** vipul is now known as vipul-away | 22:00 | |
*** burt has quit IRC | 22:01 | |
reed | so, if you look at slide 4 you'll see how massively huge the structure is https://www.dropbox.com/s/at4wj81f84jfaqh/May%202013%20Marketing%20Meeting.pptx | 22:03 |
*** hartsocks_ has quit IRC | 22:04 | |
devananda | reed: should i assume additive transit time between marriot, design, and expo all? eg, ~15 minutes from end to end? | 22:04 |
*** SergeyLukjanov has joined #openstack-dev | 22:04 | |
*** ruhe has joined #openstack-dev | 22:04 | |
reed | devananda, I would not assume that | 22:04 |
devananda | k | 22:05 |
*** dsirrine has joined #openstack-dev | 22:05 | |
reed | although... let me check the maps more carefully | 22:05 |
reed | devananda, did you look at the presentation? | 22:05 |
reed | dropbox converts it to a pdf | 22:05 |
devananda | looking now, ya | 22:05 |
reed | slide 6 is the Design summit | 22:06 |
*** toddnni_ has quit IRC | 22:06 | |
*** dolphm_ has joined #openstack-dev | 22:06 | |
*** sgordon has quit IRC | 22:06 | |
*** dolphm has quit IRC | 22:06 | |
*** ericw has quit IRC | 22:07 | |
*** ruhe has quit IRC | 22:08 | |
*** dsirrine has quit IRC | 22:08 | |
reed | devananda, I checked the map and from what I understand the widest distance is between the Summit and the Marriot | 22:09 |
*** sarob has quit IRC | 22:09 | |
reed | see that curve shape in the far right of the structure in slide 4? that I think is where the Summit will be | 22:09 |
devananda | reed: got it. thanks! | 22:10 |
*** Guest56169 has joined #openstack-dev | 22:10 | |
*** READ10 has quit IRC | 22:10 | |
*** harlowja_ has joined #openstack-dev | 22:10 | |
*** dolphm_ has quit IRC | 22:11 | |
*** harlowja has quit IRC | 22:11 | |
*** vipul-away is now known as vipul | 22:12 | |
*** melwitt has quit IRC | 22:12 | |
*** blamar has quit IRC | 22:13 | |
*** prad has quit IRC | 22:13 | |
*** pjd2 has quit IRC | 22:14 | |
*** pjd2 has joined #openstack-dev | 22:14 | |
*** riskable has quit IRC | 22:15 | |
*** jecarey has quit IRC | 22:15 | |
*** riskable has joined #openstack-dev | 22:15 | |
*** dubsquared has quit IRC | 22:16 | |
*** arctansusan has quit IRC | 22:17 | |
*** dubsquared has joined #openstack-dev | 22:17 | |
*** rcleere has quit IRC | 22:18 | |
ttx | exit | 22:18 |
ttx | oops | 22:18 |
*** melwitt has joined #openstack-dev | 22:19 | |
dansmith | ttx: you can check out, but you can never leave. | 22:19 |
*** dstanek has quit IRC | 22:19 | |
*** dims has quit IRC | 22:20 | |
*** buzztroll has quit IRC | 22:20 | |
*** bpokorny has quit IRC | 22:21 | |
*** buzztroll has joined #openstack-dev | 22:21 | |
*** dubsquared has quit IRC | 22:22 | |
*** pjd2 has quit IRC | 22:22 | |
*** Guest56169 has quit IRC | 22:22 | |
*** exed has quit IRC | 22:22 | |
*** sarob has joined #openstack-dev | 22:23 | |
*** rudrarug_ has joined #openstack-dev | 22:23 | |
*** alunduil has joined #openstack-dev | 22:24 | |
*** zul has quit IRC | 22:24 | |
*** xavious has quit IRC | 22:25 | |
*** xavioux has quit IRC | 22:25 | |
*** buzztroll has quit IRC | 22:25 | |
*** rudrarugge has quit IRC | 22:26 | |
*** neelashah has quit IRC | 22:26 | |
*** riskable_ has joined #openstack-dev | 22:27 | |
*** zul has joined #openstack-dev | 22:27 | |
*** riskable has quit IRC | 22:28 | |
*** ericw has joined #openstack-dev | 22:28 | |
*** xavioux has joined #openstack-dev | 22:28 | |
*** buzztroll has joined #openstack-dev | 22:29 | |
*** FunnyLookinHat has quit IRC | 22:30 | |
*** riskable_ has quit IRC | 22:32 | |
*** radsy has joined #openstack-dev | 22:33 | |
*** zul has quit IRC | 22:33 | |
*** datsun180b has quit IRC | 22:34 | |
*** zul has joined #openstack-dev | 22:34 | |
*** harlowja_ has quit IRC | 22:35 | |
*** harlowja has joined #openstack-dev | 22:35 | |
*** wolsen has quit IRC | 22:35 | |
*** nachi1 has quit IRC | 22:36 | |
*** derekh has quit IRC | 22:36 | |
*** yaguang has quit IRC | 22:36 | |
*** dims has joined #openstack-dev | 22:37 | |
*** rudrarug_ has quit IRC | 22:38 | |
*** rudrarugge has joined #openstack-dev | 22:39 | |
notmyname | ttx: in summits past, there was a scheduling link that showed the bar chart for each topic. do we have that for this time? | 22:39 |
notmyname | ttx: ie the thing showing the proposed/available/scheduled slots for each track | 22:39 |
*** nachi has joined #openstack-dev | 22:39 | |
*** ericw has quit IRC | 22:39 | |
*** changbl has quit IRC | 22:40 | |
*** tmclaugh[work] has quit IRC | 22:42 | |
*** buzztroll has quit IRC | 22:42 | |
*** buzztroll has joined #openstack-dev | 22:42 | |
*** rudrarugge has quit IRC | 22:43 | |
*** Loquacity has joined #openstack-dev | 22:43 | |
*** CaptTofu has joined #openstack-dev | 22:45 | |
*** alunch has quit IRC | 22:46 | |
*** buzztroll has quit IRC | 22:47 | |
*** Bo_Chen has joined #openstack-dev | 22:49 | |
*** alop has quit IRC | 22:49 | |
*** danpb has quit IRC | 22:49 | |
*** rongze has joined #openstack-dev | 22:50 | |
*** nachi has quit IRC | 22:50 | |
*** nachi has joined #openstack-dev | 22:50 | |
*** blamar has joined #openstack-dev | 22:52 | |
*** ericw has joined #openstack-dev | 22:53 | |
*** senk has quit IRC | 22:53 | |
*** rongze has quit IRC | 22:54 | |
*** mrodden has quit IRC | 22:54 | |
*** dot has joined #openstack-dev | 22:55 | |
*** toddnni has joined #openstack-dev | 22:56 | |
*** harlowja_ has joined #openstack-dev | 22:57 | |
*** mkollaro has quit IRC | 22:57 | |
*** yaguang has joined #openstack-dev | 22:59 | |
*** jpich has quit IRC | 22:59 | |
*** dot has quit IRC | 22:59 | |
*** harlowja has quit IRC | 22:59 | |
*** thomasm has joined #openstack-dev | 23:00 | |
*** thomasm is now known as Guest55890 | 23:01 | |
*** asalkeld is now known as asalkeld_lunch | 23:01 | |
*** jayg is now known as jayg|g0n3 | 23:02 | |
*** sumanthns has quit IRC | 23:02 | |
*** vuil has joined #openstack-dev | 23:02 | |
*** CaptTofu has quit IRC | 23:02 | |
*** CaptTofu has joined #openstack-dev | 23:03 | |
*** Guest55890 has quit IRC | 23:03 | |
*** jtomasek has quit IRC | 23:03 | |
*** lsmola has quit IRC | 23:04 | |
*** ericw has quit IRC | 23:06 | |
*** ykhodork has quit IRC | 23:08 | |
*** pabelanger has quit IRC | 23:08 | |
*** pabelanger has joined #openstack-dev | 23:09 | |
*** rudrarugge has joined #openstack-dev | 23:09 | |
*** rudrarugge has quit IRC | 23:09 | |
*** rudrarugge has joined #openstack-dev | 23:10 | |
*** nkinder has quit IRC | 23:10 | |
*** ykhodork has joined #openstack-dev | 23:11 | |
*** nachi has left #openstack-dev | 23:13 | |
*** buzztroll has joined #openstack-dev | 23:13 | |
*** chenxu has joined #openstack-dev | 23:14 | |
jamielennox | clarkb: sorry for missing you earlier, do use mean nova's use of fixtures.FakeLogger() ? i can see that used in 3 places (just with a grep) and none of them would seem in the common path | 23:15 |
jamielennox | from what i can tell keystone hasn't done anything with its logging with the switch to testr | 23:15 |
*** reed has quit IRC | 23:15 | |
*** reed has joined #openstack-dev | 23:16 | |
clarkb | jamielennox: yes, there should be one place it is used in tests.py | 23:16 |
* clarkb looks | 23:16 | |
jamielennox | clarkb: ah, i grepped tests/ in nova not test.py | 23:16 |
*** mlavalle has quit IRC | 23:17 | |
*** rudrarugge has quit IRC | 23:18 | |
*** termie_ is now known as termie | 23:18 | |
clarkb | jamielennox: oh the other instances of it are because boto logging is lazy loaded? something like that. Where the global FakeLogger isn't sufficient | 23:18 |
jamielennox | ok so it is in common path, i'll see if that helps in keystone | 23:18 |
*** jcoufal has quit IRC | 23:18 | |
*** rudrarugge has joined #openstack-dev | 23:19 | |
*** pablosan has quit IRC | 23:20 | |
jamielennox | clarkb: i take it the argument to FakeLogger is similar to picking a namespace for logging? | 23:20 |
*** dkranz has joined #openstack-dev | 23:21 | |
clarkb | jamielennox: yeah, same thing. Without an arg it is supposed to catch everything, but boto is special | 23:21 |
jamielennox | as there is a FakeLogger in oslo's test.py which we don't use, but it's set to 'openstack.common' only | 23:21 |
*** buzztroll has quit IRC | 23:21 | |
*** carl_baldwin has quit IRC | 23:22 | |
*** e1mer has quit IRC | 23:23 | |
*** jvrbanac has joined #openstack-dev | 23:24 | |
*** e1mer has joined #openstack-dev | 23:25 | |
*** termie has quit IRC | 23:25 | |
*** termie has joined #openstack-dev | 23:25 | |
*** jmontemayor has quit IRC | 23:28 | |
*** sushils has quit IRC | 23:31 | |
*** senk has joined #openstack-dev | 23:33 | |
*** arctansusan has joined #openstack-dev | 23:34 | |
*** networkstatic_Zz is now known as networkstatic | 23:34 | |
*** jvrbanac has quit IRC | 23:36 | |
*** mriedem has joined #openstack-dev | 23:37 | |
*** sthaha has joined #openstack-dev | 23:39 | |
*** arctansusan has quit IRC | 23:39 | |
*** Loquacity has quit IRC | 23:40 | |
*** ericw has joined #openstack-dev | 23:41 | |
*** Bo_Chen has quit IRC | 23:42 | |
*** Loquacity has joined #openstack-dev | 23:42 | |
*** bswartz has joined #openstack-dev | 23:44 | |
*** changbl has joined #openstack-dev | 23:46 | |
*** arctansusan has joined #openstack-dev | 23:46 | |
*** sarob has quit IRC | 23:47 | |
*** sarob has joined #openstack-dev | 23:47 | |
*** rongze has joined #openstack-dev | 23:50 | |
*** irimi has joined #openstack-dev | 23:51 | |
*** vipul is now known as vipul-away | 23:51 | |
*** matsuhashi has joined #openstack-dev | 23:53 | |
*** senk has left #openstack-dev | 23:54 | |
*** ericw has quit IRC | 23:54 | |
*** irimi has quit IRC | 23:54 | |
*** tanisdl has quit IRC | 23:54 | |
*** rongze has quit IRC | 23:55 | |
*** singhs has quit IRC | 23:55 | |
*** vipul-away is now known as vipul | 23:57 | |
*** pmathews has quit IRC | 23:58 | |
*** dstanek has joined #openstack-dev | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!