*** 1JTAAAPIH is now known as xarg | 00:01 | |
ayoung | jamielennox, did you see my last? | 00:02 |
---|---|---|
*** xarg is now known as Guest79880 | 00:02 | |
jamielennox | ayoung: i'm just going through gyee's token provider | 00:02 |
ayoung | jamielennox, OK, just want to make sure you see the fix I put in the test | 00:02 |
ayoung | but your code runs now | 00:03 |
jamielennox | ayoung: regarding your extensions review are there existing tests for that? | 00:03 |
jamielennox | i was going to go looking but i could just ask | 00:03 |
ayoung | jamielennox, there is one for the extension for OS-ADMIN but the rest have no real tests | 00:03 |
*** sungju has quit IRC | 00:03 | |
*** sballe has quit IRC | 00:03 | |
ayoung | jamielennox, I am not certain if there is any benefit to testing them in an automated fashion | 00:04 |
ayoung | but you can see them if you run a live server and go to the extensions URL... | 00:04 |
ayoung | http://localhost:35357/v2.0/extensions/ | 00:04 |
ayoung | and 5000 | 00:04 |
ayoung | would be better with my html patch applied | 00:04 |
jamielennox | ayoung: heh, i don't doubt you can see it, was wondering if there were tests | 00:05 |
jamielennox | ayoung: then support my MVC thing | 00:05 |
ayoung | nothing really to test, as there is no mechanism to make use of them | 00:05 |
*** sungju has joined #openstack-dev | 00:05 | |
ayoung | jamielennox, not sure that we don't already have those concepts covered elsewhere in the codebase, just under different names | 00:06 |
jamielennox | i'll wait for jenkins to come in and +1 gyees tokens | 00:06 |
*** jecarey_ has quit IRC | 00:07 | |
jamielennox | ayoung: we should rebase this onto the v2 token provider patch | 00:08 |
jamielennox | https://review.openstack.org/#/c/34421 | 00:08 |
jamielennox | or i should | 00:08 |
ayoung | yeah, he posted that after I left for dinner. | 00:09 |
*** branen_ has joined #openstack-dev | 00:09 | |
jamielennox | was it just the self.opt_in_group('signing', token_format='UUID') you removed? | 00:10 |
*** alop_ has joined #openstack-dev | 00:10 | |
jamielennox | oh, no there is more in auth | 00:10 |
*** alop has quit IRC | 00:10 | |
*** alop_ is now known as alop | 00:10 | |
*** branen has quit IRC | 00:12 | |
jamielennox | ayoung: ok, most of those test changes aren't really relevant to binding | 00:12 |
*** anniec has joined #openstack-dev | 00:12 | |
jamielennox | they're fixups to the tests from token providers | 00:13 |
ayoung | jamielennox, yeah, but he has a structure now in place to test against both token formats, so your binding tests can be run against both (FWIW) | 00:13 |
*** cmark has quit IRC | 00:13 | |
*** lcheng has quit IRC | 00:13 | |
jamielennox | yea | 00:13 |
jamielennox | that's fine i was just looking to see what was relevant to the binding | 00:13 |
*** lcheng has joined #openstack-dev | 00:13 | |
ayoung | as far as MVC.... | 00:14 |
jamielennox | ah, i hate this: class TestUUIDTokenAPIs(TestPKITokenAPIs): | 00:14 |
jamielennox | precendent or not | 00:14 |
ayoung | heh\ | 00:14 |
*** colinmcnamara has quit IRC | 00:14 | |
ayoung | TestPKEYTokenAPIs(TestCMSTokenAPIs) | 00:14 |
ayoung | nah that is no better | 00:14 |
*** sarob_ has joined #openstack-dev | 00:15 | |
ayoung | at a minimum should be the other way around | 00:15 |
jamielennox | it's not the names, they just shouldn't inherit each other | 00:15 |
ayoung | TestCMSTokenAPIs(TestPKEYTokenAPIs) | 00:15 |
ayoung | Well, PKEY is supported under both formats, but CMS is only supported under one. | 00:16 |
ayoung | so to say CMS is an extension of the PKEY formats is ok, I guess. I just want to get rid of the PKEY approach once and for all...long way to go to do that, though | 00:16 |
ayoung | I think that storing tokens in the database is just a bad design | 00:17 |
jamielennox | ayoung: sure but people need the audit trail i guess | 00:18 |
jamielennox | i think i have a bug or a blueprint for that | 00:18 |
*** sarob has quit IRC | 00:18 | |
ayoung | but until we can get rid of recording token revocations, we have no way of determining which tokens should be revoked if we don't revoke them | 00:18 |
ayoung | had a discussion about audit | 00:18 |
ayoung | audit should not happen in keystone | 00:18 |
jamielennox | if you are using cms tokens then why are we storing token data, we should trust the key like we make everyone else do | 00:18 |
ayoung | but starhter based on the RBAC policy enforcement | 00:18 |
*** tzumainn has joined #openstack-dev | 00:18 | |
openstackgerrit | A change was merged to openstack/nova: xenapi: glance plugin should close connections https://review.openstack.org/35667 | 00:18 |
*** jbresnah has quit IRC | 00:19 | |
openstackgerrit | A change was merged to openstack/keystone: Do not create LDAP Domains sub tree https://review.openstack.org/36093 | 00:19 |
openstackgerrit | A change was merged to openstack/keystone: Remove context from get_token call in normalize_domain_id https://review.openstack.org/36023 | 00:19 |
ayoung | If we could deduce revocation from a revocation event on a PKI token.... | 00:19 |
*** retr0h_ is now known as retr0h | 00:19 | |
*** sarob_ has quit IRC | 00:19 | |
jamielennox | ayoung: so i have one main concern about the port over to gyee's patch (and he doesn't seem to be here) https://review.openstack.org/#/c/35093/5/keystone/token/providers/uuid.py | 00:19 |
jamielennox | :322 | 00:19 |
jamielennox | what do you mean deduce revocation? | 00:20 |
ayoung | right saw that | 00:20 |
*** mikal_ is now known as mikal | 00:20 | |
ayoung | jamielennox, lets come back to that, and deal with your patch first... | 00:20 |
*** jjmb has quit IRC | 00:20 | |
*** Ryan_Lane1 has joined #openstack-dev | 00:20 | |
*** Ryan_Lane has quit IRC | 00:20 | |
*** Ryan_Lane1 is now known as Ryan_Lane | 00:20 | |
*** Ryan_Lane has joined #openstack-dev | 00:21 | |
ayoung | jamielennox, token_ref = self._verify_token(token_id) will give you bind data on the old token. | 00:22 |
openstackgerrit | A change was merged to openstack/nova: Fix cells manager rpc api version https://review.openstack.org/36568 | 00:22 |
jamielennox | i'm not even sure what he is trying to say there | 00:22 |
openstackgerrit | A change was merged to openstack/glance: Make eventlet hub choice configurable. https://review.openstack.org/33723 | 00:22 |
ayoung | but...not sure what we get by calling that helper...there | 00:22 |
jamielennox | because he is using verify to do the load from db | 00:23 |
ayoung | yeah, that looks wrong | 00:23 |
ayoung | I think it is because he is trying to return v3 data, even if he got a v2 token, but we should not do that | 00:23 |
jamielennox | that's my guess | 00:24 |
jamielennox | he's taken an id and loaded a v2 token | 00:24 |
ayoung | let me check something. | 00:24 |
jamielennox | then he tries to deal with it even though there is no v2 logic | 00:24 |
*** dkehn has quit IRC | 00:25 | |
ayoung | yeah. I think that might be in error. I am checking to see if that code path is run by any unit tests | 00:26 |
jamielennox | it's not run by any bind tests | 00:26 |
jamielennox | and i added one or two i thought might trigger it to see | 00:26 |
jamielennox | so possibly that is something that get's re addressed in the v2 patch | 00:26 |
ayoung | maybe. I'm running the full body of tests with the covhtml generation. Lets see what it says | 00:27 |
jamielennox | i think he trapped himself a bit | 00:29 |
ayoung | well something tests it | 00:29 |
jamielennox | he's got validate_token with a version='v3.0' but he's only got the token_id at that point | 00:29 |
*** anniec has quit IRC | 00:29 | |
jamielennox | so he can't know what version of the token it is because we allow them to intermix | 00:29 |
jamielennox | but i think that makes the logic in the v2 test wrong: https://review.openstack.org/#/c/34421/7/keystone/token/providers/uuid.py | 00:30 |
jamielennox | hmm, i just don't think he should take a version number on the validate_token method | 00:31 |
jamielennox | let that be determined once he's loaded the thing | 00:31 |
ayoung | if token_data = token_ref.get('token_data') | 00:32 |
ayoung | if not token_data or 'token' not in token_data: | 00:32 |
*** pixelbeat has quit IRC | 00:32 | |
gongysh | salv-orlando: ping | 00:32 |
ayoung | that means it is a v2 token | 00:32 |
*** Ryan_Lane has quit IRC | 00:32 | |
ayoung | he got back a valid ref, but the data is in the wrong place. There should be a comment, or even a method call there to explain that | 00:32 |
*** Ryan_Lane has joined #openstack-dev | 00:32 | |
ayoung | test_v2_v3_token_intermix (test_v3_auth.TestPKITokenAPIs) ... | 00:32 |
jamielennox | right and if you look at the v2 provider there is a fair bit of replication between _validate_v{2,3}_token | 00:33 |
ayoung | so, if it is a v2 token...you can assume that there is no bind information and skip out, I think | 00:33 |
jamielennox | i have binding working fine in v2, and it is included in the latest version of the patch | 00:34 |
ayoung | then pull the bind information out of the v2 token | 00:34 |
ayoung | token_ref.get('token_data') .... | 00:34 |
ayoung | replace token_data with... | 00:34 |
ayoung | token_ref.get('bind') or whereever you stuck it | 00:35 |
jamielennox | ['auth']['bind'] i think but yea ok | 00:35 |
jamielennox | but back to before, i think i'm right that there shouldn't be a version parameter on validate_token | 00:36 |
jamielennox | and if there is and you get a v2 token when you expected a v3 token then that should be a validation errror | 00:37 |
jgriffith | any stable-maint core folks avail? | 00:37 |
jgriffith | https://review.openstack.org/#/c/35580/ ^^ | 00:37 |
jamielennox | i'll +1 the v3 split and -1 the v2 because whilst only 1 version is available it doesn't matter | 00:39 |
ayoung | no, I think we currently support validating v2 and v3 tokens side by side. THis patch just continues the pattern | 00:40 |
ayoung | this is a reorg, not a change in behavior, so please don't -1 | 00:40 |
jamielennox | i'm not saying he shouldn't do that | 00:40 |
jamielennox | i'm just saying the way he is doing it is wrong | 00:40 |
jamielennox | he's expecting you to know when you call validate_token whether it is a v2 or a v3 token | 00:41 |
jamielennox | then he corrects you if you are wrong | 00:41 |
jamielennox | if you are going to correct people anyway just don't give them the option | 00:41 |
ayoung | hmmm....if you send a v2 token to the v3 api, he validates it, and then returns the data in v3 format. Not sure that is a change from what happens now or not | 00:42 |
*** salv-orlando has quit IRC | 00:43 | |
ayoung | token_factory.render_token_data_response(token_id, token_data) | 00:44 |
*** tjones has joined #openstack-dev | 00:44 | |
*** sleepsonthefloor has quit IRC | 00:44 | |
ayoung | token_ref = self.token_api.get_token(token_id) | 00:44 |
ayoung | token_data = token_factory.recreate_token_data( | 00:44 |
ayoung | https://github.com/openstack/keystone/blob/master/keystone/auth/controllers.py#L385 | 00:45 |
ayoung | https://github.com/openstack/keystone/blob/master/keystone/auth/controllers.py#L385 | 00:46 |
ayoung | https://github.com/openstack/keystone/blob/master/keystone/auth/token_factory.py#L280 | 00:46 |
ayoung | https://github.com/openstack/keystone/blob/master/keystone/auth/token_factory.py#L193 | 00:47 |
ayoung | jamielennox, so I think the logic is the same, according to the above links | 00:47 |
*** zyluo has joined #openstack-dev | 00:49 | |
*** bdpayne has quit IRC | 00:49 | |
jamielennox | ayoung: is it valid for a v2 endpoint to take a v3 token or just the other way? | 00:51 |
ayoung | jamielennox, I think so. auth_token middleware supports both side by side | 00:51 |
jamielennox | so for example i don't see that working here | 00:52 |
jamielennox | and thinking keystone endpoints | 00:52 |
*** jbresnah has joined #openstack-dev | 00:52 | |
jamielennox | (though i'm not sure i see it working previously either) | 00:53 |
*** joshuamckenty has joined #openstack-dev | 00:55 | |
*** joshuamckenty has quit IRC | 00:55 | |
jamielennox | actually i guess it doesn't matter because the only endpoints that are really going to be affected by this is /v2/tokens and /v3/auth and we can reasonably say you shouldn't pass a v3 token to /v2/tokens but you can pass a v2 token to /v3/auth | 00:57 |
jamielennox | ergh, this whole thing is a mess. MVC! | 00:58 |
ayoung | I don't see MVC as the solution | 00:59 |
ayoung | we don' | 00:59 |
ayoung | t really have differening view here | 00:59 |
ayoung | views | 01:00 |
ayoung | the model part is somewhat broken, but I blame sqlalchemy for that | 01:00 |
ayoung | getting one model that works with both sql-a and the other backends is kindof impossible | 01:00 |
jamielennox | somewhat | 01:02 |
*** Guest79880 is now known as xarg | 01:02 | |
jamielennox | but i think the problem is in the squeezing it through the _api layer as a dictionary | 01:02 |
ayoung | yeah, that is broken | 01:02 |
*** xarg is now known as Guest20240 | 01:02 | |
jamielennox | if your backends supported the model as properties and did there own thing later then it would work out a lot easier and you would get better integration for things like sqlalchemy | 01:03 |
jamielennox | you would probably be forcing your memcache backend to act a bit like your sqlalchemy backend but that's not too bad | 01:03 |
*** sthaha has joined #openstack-dev | 01:03 | |
ayoung | hmmm | 01:03 |
ayoung | ok, lets pursue that thought | 01:04 |
*** erkules has quit IRC | 01:04 | |
ayoung | say that model is first and foremost the sqlalchemy defining file... | 01:04 |
ayoung | So for identity, it would be the user, group ... | 01:04 |
ayoung | but none of the other backend/driver type stuff | 01:05 |
ayoung | so all of them would extend class User(sql.ModelBase, sql.DictBase): | 01:05 |
ayoung | even for the LDAP backend | 01:05 |
*** anteaya has quit IRC | 01:05 | |
jamielennox | no i don't think so, they would just need to provide a property with user_id, password etc | 01:05 |
ayoung | the other backends can ignore __tablename__ | 01:05 |
jamielennox | whether that backed to a sqlalchemy model or just properties on the backend object doesn't matter | 01:06 |
ayoung | hrm | 01:06 |
*** jbresnah has quit IRC | 01:06 | |
ayoung | We had that before the keystoneline rewrite, IIRC | 01:06 |
ayoung | keystonelite | 01:06 |
ayoung | done by "he who shall not be named on IRC" | 01:07 |
ayoung | common/models.py was supposed to be that, but it doesn't have properties. | 01:07 |
jamielennox | it doesn't really have anything except for known_keys and it is only used by the ldap backend | 01:08 |
ayoung | yep | 01:08 |
*** devoid has joined #openstack-dev | 01:09 | |
ayoung | OK, If what you are really driving for is a Model instead of using dictionaries, I am with you | 01:09 |
jamielennox | yea, it is just going to need to be done in phases, i can't just rip out the api layer | 01:10 |
jamielennox | but if i can hide it behind a model then no-one will notice when i do | 01:10 |
*** devoid has quit IRC | 01:10 | |
*** devoid has joined #openstack-dev | 01:10 | |
ayoung | jamielennox, the thing is, it works fine for required fields, but not so much for optional. How do you propose to deal with those? | 01:10 |
jamielennox | it's an object, stub the optionals with the defaults | 01:11 |
*** rkukura has joined #openstack-dev | 01:11 | |
*** huats has quit IRC | 01:11 | |
jamielennox | not stub, just assign in __init__ | 01:11 |
*** huats has joined #openstack-dev | 01:11 | |
*** huats has joined #openstack-dev | 01:11 | |
jamielennox | if not set then the property returns the default value | 01:11 |
*** ayoung83 has joined #openstack-dev | 01:12 | |
jamielennox | what is optional vs what is required disappears and you just use the property as if it was always there | 01:12 |
*** ayoung83 has quit IRC | 01:12 | |
jamielennox | whether you persist that default value is up to the backend but i would try to keep that logic in the model | 01:13 |
*** yaguang has joined #openstack-dev | 01:13 | |
*** lbragstad has joined #openstack-dev | 01:13 | |
*** Ryan_Lane has quit IRC | 01:13 | |
jamielennox | so the bug i want to file against the ldap backend is that the test setup we are using for LDAP doesn't match up any value for 'enabled' and so simply doesn't set it in the user object | 01:14 |
jamielennox | this then fails somewhere completely different where it is just assumed this value should be set (and i didn't write down where, but i can probably just remove my hack and see) | 01:14 |
ayoung | jamielennox, log the bug | 01:15 |
jamielennox | somewhere in that api layer there should be something checking that what comes out of the backends is expected, and i think that is what the manager is for but it's just not used | 01:15 |
*** jbresnah has joined #openstack-dev | 01:16 | |
*** Ryan_Lane has joined #openstack-dev | 01:16 | |
*** alop has quit IRC | 01:18 | |
*** erkules has joined #openstack-dev | 01:18 | |
*** lbragstad has quit IRC | 01:18 | |
jamielennox | ayoung: anyway, that is what i'm going for, it's not about views (though i suspect they might be useful a lot later) it's about cleaning up the overlap between the controllers and using objects with some sanity rather than having to manipulate dictionaries from the backend | 01:19 |
*** cliu has joined #openstack-dev | 01:19 | |
ayoung | +2 from me on that | 01:19 |
*** michchap has quit IRC | 01:20 | |
ayoung | why 6@dependency.requires('credential_api') | 01:20 |
jamielennox | with the credentials patch i was mostly looking for some community approval, and some debate on things like function names as to the difference between class.new and class.create etc | 01:20 |
*** michchap has joined #openstack-dev | 01:20 | |
jamielennox | where | 01:21 |
ayoung | credential/credential.py | 01:21 |
jamielennox | oh | 01:21 |
ayoung | https://review.openstack.org/#/c/35462/2/keystone/credential/credential.py | 01:21 |
jamielennox | right | 01:21 |
*** gongysh has quit IRC | 01:21 | |
jamielennox | because at the moment we've still got to persist the object through the _api layer | 01:21 |
ayoung | ah...so I don't tend to do things that way | 01:22 |
*** devoid has quit IRC | 01:22 | |
ayoung | jamielennox, I would leave it as a DTO, with persistance as an external operation | 01:22 |
*** stevemar has quit IRC | 01:22 | |
*** jdennis1 has joined #openstack-dev | 01:22 | |
ayoung | I would rewrite the backends so that they take and produce the credential objects instead | 01:23 |
jamielennox | but the end goal is to hide the _api to the point where we can remove it and have the backend work with the models | 01:24 |
*** olaph has quit IRC | 01:24 | |
*** devoid has joined #openstack-dev | 01:24 | |
*** devoid has left #openstack-dev | 01:24 | |
*** terriyu has quit IRC | 01:25 | |
*** Guest33963 has quit IRC | 01:25 | |
*** ffio has joined #openstack-dev | 01:26 | |
*** Ryan_Lane has quit IRC | 01:26 | |
*** tjones has quit IRC | 01:26 | |
*** olaph has joined #openstack-dev | 01:26 | |
*** danwent has quit IRC | 01:26 | |
*** anniec has joined #openstack-dev | 01:30 | |
*** anniec has quit IRC | 01:30 | |
ayoung | jamielennox, so why not go whole hog with the credential example and show it completely done? | 01:30 |
nachi_ | ayoung, https://review.openstack.org/#/c/33525/. review comment about the url to rebase, is it correct? | 01:30 |
ayoung | nachi_, yes it is | 01:30 |
ayoung | nachi_, I want to make sure his fix doesn't mask yours, so if yours goes in second, we are sure it works correctly | 01:31 |
*** Mandell_ has quit IRC | 01:32 | |
jamielennox | ayoung: i guess i can do, it's just that to make a similar model change on any other backend is going to be a massive job | 01:32 |
nachi_ | ayoung, Ok. I see that rebase url which you pointed is same as the review url | 01:32 |
*** olaph has quit IRC | 01:32 | |
*** olaph has joined #openstack-dev | 01:32 | |
ayoung | jamielennox, agreed, but I think it will be good to have a clean example | 01:32 |
jamielennox | Credential at the moment subclasses the dict which is passed to the credential api, so anyone still doing things with the old credential[xxx] model will continue to work until we get to a point where we can make a clean break | 01:33 |
ayoung | jamielennox, yeah...I just don't really care about not breaking that. I see these as internal APIs. I know that is heresy, but I am a happy heretic | 01:34 |
*** stevemar has joined #openstack-dev | 01:34 | |
jamielennox | ayoung: ok, i'll revise the current patch to extract the model common stuff | 01:34 |
jamielennox | and then put another patch on top that shows converting the backend to use the model so we get the end effect, but show the 2 step process | 01:35 |
*** devoid1 has joined #openstack-dev | 01:35 | |
*** olaph_ has joined #openstack-dev | 01:35 | |
ayoung | jamielennox, I would be really, really ,really surprised if someone were using the internal credential api. You could get away with doing it all in one patch, although dolphm might nack that. So I think your approach is correct. | 01:36 |
*** nati_ueno has quit IRC | 01:36 | |
*** olaph has quit IRC | 01:37 | |
jamielennox | anyway, it was something i'd been thinking of doing, i'd got the first review up for the binding stuff and everything was dead over 4th july. I need to finish the token stuff first | 01:38 |
jamielennox | though this next rebase shouldn't take long | 01:38 |
*** cp16net is now known as cp16net|away | 01:38 | |
*** olaph_ has quit IRC | 01:40 | |
*** cp16net|away is now known as cp16net | 01:40 | |
nachi_ | ayoung, the review comment makes sense. But the rebase url is same as the current review url. https://review.openstack.org/#/c/33525/ is the review which i submitted | 01:41 |
openstackgerrit | A change was merged to openstack/nova: Add Instance.get_by_id() query method https://review.openstack.org/34912 | 01:43 |
*** olaph has joined #openstack-dev | 01:44 | |
*** devoid1 has quit IRC | 01:44 | |
*** _0x44 has joined #openstack-dev | 01:47 | |
*** olaph has quit IRC | 01:50 | |
*** morazi has joined #openstack-dev | 01:52 | |
*** olaph has joined #openstack-dev | 01:52 | |
*** joshuamckenty has joined #openstack-dev | 01:54 | |
*** ayoung83 has joined #openstack-dev | 01:54 | |
*** cmark has joined #openstack-dev | 01:54 | |
ayoung | nachi_, , , sorry about that....correct url in a second | 01:54 |
*** yaguang has quit IRC | 01:55 | |
ayoung | nachi_, https://review.openstack.org/#/c/33525/ | 01:55 |
ayoung | should be rebased on top of... | 01:55 |
ayoung | https://review.openstack.org/#/c/33102/ | 01:55 |
nachi_ | ayoung, ok | 01:55 |
ayoung | nachi_, a code review of 33102 would be useful as well | 01:55 |
*** olaph_ has joined #openstack-dev | 01:56 | |
nachi_ | ayoung, i will review the code and rebase on top of that | 01:56 |
ayoung | cool | 01:56 |
*** olaph has quit IRC | 01:58 | |
*** yaguang has joined #openstack-dev | 01:59 | |
*** erkules_ has joined #openstack-dev | 02:00 | |
*** erkules has quit IRC | 02:02 | |
*** Guest20240 is now known as xarg | 02:03 | |
*** xarg is now known as Guest3580 | 02:03 | |
*** olaph_ has quit IRC | 02:05 | |
*** yaguang has quit IRC | 02:07 | |
*** danwent has joined #openstack-dev | 02:08 | |
*** cmark has quit IRC | 02:10 | |
*** danwent_ has joined #openstack-dev | 02:12 | |
*** danwent has quit IRC | 02:13 | |
*** phschwartz has joined #openstack-dev | 02:13 | |
*** danwent has joined #openstack-dev | 02:14 | |
*** yuanz has joined #openstack-dev | 02:16 | |
*** danwent_ has quit IRC | 02:16 | |
*** dguitarbite has joined #openstack-dev | 02:18 | |
*** rods1 has quit IRC | 02:26 | |
*** yaguang has joined #openstack-dev | 02:32 | |
*** ayoung83 has quit IRC | 02:33 | |
*** redondos_ has joined #openstack-dev | 02:34 | |
*** Madkiss has quit IRC | 02:34 | |
*** Madkiss_ has joined #openstack-dev | 02:34 | |
*** Madkiss_ is now known as Madkiss | 02:34 | |
*** obondarev_ has joined #openstack-dev | 02:35 | |
*** xqueraltl has joined #openstack-dev | 02:36 | |
*** nrs__ has joined #openstack-dev | 02:36 | |
*** kpepple_ has joined #openstack-dev | 02:36 | |
*** yaguang has quit IRC | 02:36 | |
*** DuncanT- has joined #openstack-dev | 02:36 | |
*** BStokes has joined #openstack-dev | 02:37 | |
*** pasquier-s_ has joined #openstack-dev | 02:38 | |
*** llu_linux has joined #openstack-dev | 02:38 | |
*** kenperkins_ has joined #openstack-dev | 02:38 | |
*** ZangMing1ie has joined #openstack-dev | 02:38 | |
*** ctlaugh has joined #openstack-dev | 02:39 | |
*** hoodow has quit IRC | 02:39 | |
*** asalkeld has quit IRC | 02:40 | |
*** asalkeld has joined #openstack-dev | 02:40 | |
*** david-lyle has joined #openstack-dev | 02:40 | |
*** toanster has joined #openstack-dev | 02:42 | |
*** BobBall_1way has joined #openstack-dev | 02:43 | |
*** phschwartz has quit IRC | 02:43 | |
*** toanster_ has quit IRC | 02:43 | |
*** BobBall_away has quit IRC | 02:43 | |
*** pasquier-s has quit IRC | 02:43 | |
*** ctlaugh_ has quit IRC | 02:43 | |
*** hugokuo has quit IRC | 02:43 | |
*** llu has quit IRC | 02:43 | |
*** jonesld has quit IRC | 02:43 | |
*** nrs_ has quit IRC | 02:43 | |
*** dklyle has quit IRC | 02:43 | |
*** ZangMingJie has quit IRC | 02:43 | |
*** obondarev has quit IRC | 02:43 | |
*** redondos has quit IRC | 02:43 | |
*** Guest6439 has quit IRC | 02:43 | |
*** ron-slc has quit IRC | 02:43 | |
*** xqueralt-afk has quit IRC | 02:43 | |
*** duncant has quit IRC | 02:43 | |
*** kpepple has quit IRC | 02:43 | |
*** anfrolov has quit IRC | 02:43 | |
*** kenperkins has quit IRC | 02:43 | |
*** git-harry has quit IRC | 02:43 | |
*** JStoker has quit IRC | 02:43 | |
*** t-8ch has quit IRC | 02:43 | |
*** ondergetekende has quit IRC | 02:43 | |
*** sgran has quit IRC | 02:43 | |
*** redondos_ is now known as redondos | 02:43 | |
*** nrs__ is now known as nrs_ | 02:43 | |
*** anfrolov has joined #openstack-dev | 02:44 | |
*** jhesketh_ has joined #openstack-dev | 02:44 | |
*** hugokuo has joined #openstack-dev | 02:45 | |
*** jonesld has joined #openstack-dev | 02:49 | |
ayoung | jamielennox, one thing about that test that I fixed. I suspect that something is bypassing the manager. something attempting to store a token in the database should go the the manager, which will call self.driver.create_token(unique_id(token_id), data_copy) | 02:49 |
ayoung | unique_id(token_id) will generate the hash for a CMS token. | 02:49 |
*** amotoki has joined #openstack-dev | 02:49 | |
ayoung | shouldn't matter if the format is set to uuid or pki | 02:50 |
jamielennox | why do you think that? | 02:50 |
jamielennox | talking about test_v3_token_id | 02:50 |
jamielennox | it appears to be the only real one with additions | 02:50 |
*** hoodow has joined #openstack-dev | 02:50 | |
*** ron-slc has joined #openstack-dev | 02:51 | |
*** yaguang has joined #openstack-dev | 02:51 | |
ayoung | jamielennox, It was your test that was failing, the bound test. | 02:51 |
ayoung | and changing the token format config value fixed it, but it should not have made adifference | 02:52 |
*** cmark has joined #openstack-dev | 02:52 | |
ayoung | test_verify_with_bound_token(self): | 02:52 |
*** souvik has joined #openstack-dev | 02:58 | |
*** cmark_ has joined #openstack-dev | 02:58 | |
ayoung | test runs OK for me now. Go figure | 02:58 |
*** cmark has quit IRC | 02:58 | |
*** cmark has joined #openstack-dev | 02:58 | |
*** zackf has joined #openstack-dev | 02:59 | |
jamielennox | i'm messing with one now that seems to run differently when run against the controller vs over http | 02:59 |
jamielennox | if that really makes a difference i'll go back through the others | 03:00 |
*** Guest21737 is now known as xarg | 03:03 | |
*** xarg is now known as Guest25290 | 03:04 | |
*** rcleere has joined #openstack-dev | 03:07 | |
*** git-harry has joined #openstack-dev | 03:09 | |
*** JStoker has joined #openstack-dev | 03:09 | |
*** t-8ch has joined #openstack-dev | 03:09 | |
*** ondergetekende has joined #openstack-dev | 03:09 | |
*** sgran has joined #openstack-dev | 03:09 | |
*** jjmb has joined #openstack-dev | 03:13 | |
*** zackf has quit IRC | 03:14 | |
*** Guest29899 has quit IRC | 03:16 | |
*** dkranz has joined #openstack-dev | 03:19 | |
*** danwent has quit IRC | 03:20 | |
openstackgerrit | A change was merged to openstack/ceilometer: enable v2 api hbase tests https://review.openstack.org/34814 | 03:24 |
*** joshuamckenty has quit IRC | 03:30 | |
*** lloydde has joined #openstack-dev | 03:33 | |
*** cyeoh has quit IRC | 03:34 | |
*** cyeoh has joined #openstack-dev | 03:34 | |
*** neelashah has joined #openstack-dev | 03:35 | |
*** ffio has quit IRC | 03:40 | |
*** stevemar has quit IRC | 03:41 | |
*** stevemar2 has joined #openstack-dev | 03:44 | |
*** souvik has quit IRC | 03:44 | |
*** yjiang5 has quit IRC | 03:48 | |
*** galstrom_zzz is now known as galstrom | 03:49 | |
*** ffio has joined #openstack-dev | 03:51 | |
ayoung | jamielennox, just had a thought that got me out of bed. If we do the binding as an additional token provider, one that is not enabled by default, then we can get it in to Havana. WHat we have from dolph is the OK that etensions that are not enabled by default are OK past the H2 deadline. I think that saying you have to explicitly enabling binding in the config file by specifying the provider is actually a good thing for this | 03:55 |
ayoung | release | 03:55 |
ayoung | it won;t be an extension, just an alternative token provider. | 03:55 |
ayoung | having said that, I am going back to bed | 03:55 |
*** ayoung is now known as ayoung_zZzZzZ | 03:55 | |
jamielennox | ayoung: but they are so marginally different, we can talk about it later | 03:56 |
*** stevemar2 has quit IRC | 03:56 | |
*** joshuamckenty has joined #openstack-dev | 03:56 | |
*** stevemar has joined #openstack-dev | 03:57 | |
*** joshuamckenty has quit IRC | 03:59 | |
*** galstrom is now known as galstrom_zzz | 04:00 | |
*** sdake_ has quit IRC | 04:01 | |
*** redbeard2 has joined #openstack-dev | 04:01 | |
*** sleepsonthefloor has joined #openstack-dev | 04:02 | |
*** Ryan_Lane has joined #openstack-dev | 04:02 | |
*** Guest3580 is now known as xarg | 04:04 | |
*** xarg is now known as Guest12303 | 04:05 | |
*** tzumainn has quit IRC | 04:07 | |
*** yaguang has quit IRC | 04:08 | |
*** stevemar2 has joined #openstack-dev | 04:09 | |
*** SergeyLukjanov has joined #openstack-dev | 04:09 | |
*** stevemar has quit IRC | 04:09 | |
*** galstrom_zzz is now known as galstrom | 04:10 | |
*** rkukura has quit IRC | 04:10 | |
*** stevemar2 has quit IRC | 04:13 | |
*** markmcclain has joined #openstack-dev | 04:13 | |
*** stevemar has joined #openstack-dev | 04:13 | |
*** marun has quit IRC | 04:16 | |
lifeless | ttx: I have a mail in moderation for -dev. | 04:19 |
*** dguitarbite has quit IRC | 04:19 | |
*** galstrom is now known as galstrom_zzz | 04:20 | |
*** danwent has joined #openstack-dev | 04:20 | |
*** danwent has quit IRC | 04:25 | |
*** garyk has quit IRC | 04:25 | |
*** yaguang has joined #openstack-dev | 04:26 | |
*** souvik has joined #openstack-dev | 04:32 | |
*** souvik1 has joined #openstack-dev | 04:33 | |
*** souvik has quit IRC | 04:33 | |
*** rickerc has quit IRC | 04:33 | |
*** galstrom_zzz is now known as galstrom | 04:34 | |
*** rickerc has joined #openstack-dev | 04:37 | |
*** yaguang has quit IRC | 04:40 | |
*** sungju has quit IRC | 04:41 | |
*** cmark has quit IRC | 04:42 | |
*** danwent has joined #openstack-dev | 04:43 | |
*** sungju has joined #openstack-dev | 04:43 | |
*** mdenny has quit IRC | 04:45 | |
*** navid_ has joined #openstack-dev | 04:46 | |
*** lloydde has quit IRC | 04:47 | |
*** yaguang has joined #openstack-dev | 04:48 | |
*** lbragstad has joined #openstack-dev | 04:49 | |
*** Ryan_Lane has quit IRC | 04:53 | |
*** Ryan_Lane has joined #openstack-dev | 04:56 | |
*** yograterol has joined #openstack-dev | 04:56 | |
*** lbragstad has quit IRC | 04:58 | |
*** NetworkStatic has quit IRC | 04:59 | |
*** ffio has quit IRC | 05:01 | |
*** andy__ has joined #openstack-dev | 05:02 | |
*** apcruz has quit IRC | 05:03 | |
*** souvik1 has quit IRC | 05:03 | |
*** andy__ has quit IRC | 05:04 | |
*** llu_linux is now known as llu | 05:04 | |
*** Guest12303 is now known as xarg | 05:05 | |
*** danwent has quit IRC | 05:05 | |
*** xarg is now known as Guest4319 | 05:06 | |
*** kushal has joined #openstack-dev | 05:07 | |
*** dongwoo has joined #openstack-dev | 05:08 | |
*** terriyu has joined #openstack-dev | 05:08 | |
*** NetworkStatic has joined #openstack-dev | 05:08 | |
dongwoo | hi | 05:08 |
*** NetworkStatic has quit IRC | 05:09 | |
dongwoo | i am checking connection of openstack IRC | 05:09 |
llu | Hi guys, looks like all nova check jobs gate-tempest-devstack-vm-*** keep failing on Jenkins. | 05:09 |
dongwoo | thanks | 05:10 |
*** rgoodwin has quit IRC | 05:12 | |
*** rgoodwin has joined #openstack-dev | 05:13 | |
*** oubiwann_ has quit IRC | 05:13 | |
*** oubiwann has joined #openstack-dev | 05:13 | |
llu | looks like it can not create volumes in cinder, http://logs.openstack.org/35759/7/check/gate-tempest-devstack-vm-full/30702/console.html | 05:14 |
*** souvik has joined #openstack-dev | 05:15 | |
clarkb | llu: yeah. from jgriffith http://logs.openstack.org/36231/3/check/gate-tempest-devstack-vm-neutron/1936/logs/screen-c-sch.txt.gz the errors there are to blame | 05:15 |
clarkb | and change 36559 should fix it | 05:15 |
*** neelashah has quit IRC | 05:15 | |
*** galstrom is now known as galstrom_zzz | 05:16 | |
*** danwent has joined #openstack-dev | 05:17 | |
llu | clarkb: thanks for the info, looks like 36559 got stuck itself :-( | 05:21 |
clarkb | llu: its not really stuck, just waiting. we are considering bumping it to the top of the queue but that is a little disruptive so that hasn't happened yet | 05:22 |
*** aeperezt has quit IRC | 05:24 | |
*** devoid has joined #openstack-dev | 05:24 | |
llu | clarkb: sorry, by saying stuck I mean it failed itself. | 05:24 |
clarkb | llu: it hasn't been tested in the gate queue yet. the failure it had in the check queue is a known issue independent of this | 05:25 |
*** devoid has quit IRC | 05:25 | |
clarkb | and that issue unfortunately hasn't been solved | 05:25 |
*** lloydde has joined #openstack-dev | 05:26 | |
*** zaitcev has quit IRC | 05:26 | |
*** bdpayne has joined #openstack-dev | 05:30 | |
*** danwent has quit IRC | 05:31 | |
*** prekarat1 has joined #openstack-dev | 05:40 | |
*** SergeyLukjanov has quit IRC | 05:40 | |
*** koolhead17 has joined #openstack-dev | 05:43 | |
*** alunduil has quit IRC | 05:45 | |
haneef | jamielennox: What should the client do to get bind information in token response? | 05:46 |
*** cmark has joined #openstack-dev | 05:53 | |
*** markmcclain has quit IRC | 05:53 | |
*** yograterol has quit IRC | 05:53 | |
*** yograterol has joined #openstack-dev | 05:54 | |
*** reed has quit IRC | 05:56 | |
*** jcannava has quit IRC | 06:00 | |
*** cmark has quit IRC | 06:00 | |
*** radix has quit IRC | 06:01 | |
*** radix has joined #openstack-dev | 06:01 | |
*** adam_g has quit IRC | 06:01 | |
*** adam_g has joined #openstack-dev | 06:02 | |
*** adam_g has joined #openstack-dev | 06:02 | |
*** jcannava has joined #openstack-dev | 06:03 | |
*** eglynn has joined #openstack-dev | 06:05 | |
*** yaguang has quit IRC | 06:05 | |
*** Guest4319 is now known as xarg | 06:06 | |
*** xarg is now known as Guest9916 | 06:06 | |
*** ffio has joined #openstack-dev | 06:08 | |
*** yaguang has joined #openstack-dev | 06:11 | |
*** ffio has quit IRC | 06:15 | |
*** Ryan_Lane has quit IRC | 06:16 | |
*** bdpayne has quit IRC | 06:16 | |
*** Ryan_Lane has joined #openstack-dev | 06:17 | |
*** navid_ has left #openstack-dev | 06:17 | |
*** fifieldt has joined #openstack-dev | 06:17 | |
*** jdennis1 has quit IRC | 06:18 | |
*** souvik has quit IRC | 06:22 | |
*** souvik has joined #openstack-dev | 06:23 | |
*** sc68cal has joined #openstack-dev | 06:23 | |
*** afazekas has quit IRC | 06:24 | |
*** morganfainberg has quit IRC | 06:24 | |
*** hughsaunders has quit IRC | 06:24 | |
*** sc68cal_ has quit IRC | 06:24 | |
*** morganfainberg has joined #openstack-dev | 06:24 | |
*** ctlaugh_ has joined #openstack-dev | 06:24 | |
*** hughsaunders has joined #openstack-dev | 06:24 | |
*** souvik has quit IRC | 06:24 | |
*** ctlaugh has quit IRC | 06:25 | |
*** navid_ has joined #openstack-dev | 06:27 | |
*** souvik has joined #openstack-dev | 06:30 | |
*** sungju has quit IRC | 06:32 | |
*** souvik has quit IRC | 06:35 | |
*** souvik has joined #openstack-dev | 06:37 | |
*** xmltok has quit IRC | 06:39 | |
*** jpich has joined #openstack-dev | 06:41 | |
*** nachi has quit IRC | 06:42 | |
*** nachi_ has quit IRC | 06:42 | |
*** zul has quit IRC | 06:44 | |
*** derekh has joined #openstack-dev | 06:50 | |
*** afazekas_ has joined #openstack-dev | 06:51 | |
*** yograterol has quit IRC | 06:51 | |
*** vartom has joined #openstack-dev | 06:53 | |
*** lloydde has quit IRC | 06:54 | |
*** egallen has joined #openstack-dev | 06:54 | |
*** lloydde has joined #openstack-dev | 06:54 | |
*** terriyu has quit IRC | 06:55 | |
*** ema has joined #openstack-dev | 06:56 | |
*** sushils has quit IRC | 06:58 | |
*** navid_ has left #openstack-dev | 06:58 | |
*** lloydde has quit IRC | 06:58 | |
*** kaushikc has joined #openstack-dev | 07:00 | |
*** SergeyLukjanov has joined #openstack-dev | 07:02 | |
*** reidrac has joined #openstack-dev | 07:02 | |
*** sride has joined #openstack-dev | 07:03 | |
*** prekarat1 has quit IRC | 07:06 | |
*** Guest9916 is now known as xarg | 07:06 | |
*** xarg is now known as Guest26383 | 07:07 | |
*** saschpe_ has quit IRC | 07:07 | |
*** gargya has joined #openstack-dev | 07:08 | |
*** prekarat has joined #openstack-dev | 07:08 | |
*** navid_ has joined #openstack-dev | 07:09 | |
*** nunosantos has joined #openstack-dev | 07:10 | |
*** corXi has joined #openstack-dev | 07:12 | |
*** yolanda has joined #openstack-dev | 07:12 | |
*** mmagr has joined #openstack-dev | 07:14 | |
*** zul has joined #openstack-dev | 07:15 | |
*** nunosantos has quit IRC | 07:15 | |
*** safchain has joined #openstack-dev | 07:16 | |
*** Ryan_Lane has quit IRC | 07:16 | |
*** jprovazn has joined #openstack-dev | 07:17 | |
*** jtomasek has joined #openstack-dev | 07:17 | |
*** pschaef has joined #openstack-dev | 07:18 | |
*** kaushikc has quit IRC | 07:19 | |
*** ifarkas has joined #openstack-dev | 07:19 | |
*** kaushikc has joined #openstack-dev | 07:19 | |
*** jcoufal has joined #openstack-dev | 07:19 | |
*** zul has quit IRC | 07:20 | |
*** zul has joined #openstack-dev | 07:21 | |
*** jgallard has joined #openstack-dev | 07:22 | |
*** saschpe has joined #openstack-dev | 07:22 | |
*** arezmerita has joined #openstack-dev | 07:23 | |
*** stevemar has quit IRC | 07:24 | |
*** AnilV4 has quit IRC | 07:24 | |
*** boris-42 has quit IRC | 07:24 | |
*** stevemar has joined #openstack-dev | 07:24 | |
*** kaushikc has quit IRC | 07:25 | |
*** Ryan_Lane has joined #openstack-dev | 07:26 | |
*** ndipanov has joined #openstack-dev | 07:29 | |
ttx | lifeless: checking... | 07:29 |
ttx | "Too many recipients to the message" yes | 07:30 |
ttx | approved | 07:30 |
*** jdennis has joined #openstack-dev | 07:32 | |
*** AnilV4 has joined #openstack-dev | 07:32 | |
*** salv-orlando has joined #openstack-dev | 07:33 | |
*** cyril__ has joined #openstack-dev | 07:33 | |
*** zul has quit IRC | 07:33 | |
*** eglynn has quit IRC | 07:37 | |
*** alexxu has joined #openstack-dev | 07:37 | |
*** mmagr has quit IRC | 07:38 | |
*** zul has joined #openstack-dev | 07:41 | |
*** stevemar has quit IRC | 07:41 | |
*** mmagr has joined #openstack-dev | 07:43 | |
*** mkollaro has joined #openstack-dev | 07:47 | |
*** basha has joined #openstack-dev | 07:48 | |
*** mmagr has quit IRC | 07:48 | |
*** JordanP has joined #openstack-dev | 07:50 | |
*** sungju has joined #openstack-dev | 07:56 | |
*** Max_ has joined #openstack-dev | 07:58 | |
*** dongwoo has left #openstack-dev | 08:00 | |
*** kaushikc has joined #openstack-dev | 08:00 | |
*** erkules_ is now known as erkules | 08:00 | |
*** jgallard has quit IRC | 08:01 | |
*** Ryan_Lane has quit IRC | 08:01 | |
*** jgallard has joined #openstack-dev | 08:01 | |
*** mmagr has joined #openstack-dev | 08:02 | |
*** Alexei_987 has joined #openstack-dev | 08:03 | |
*** fifieldt has quit IRC | 08:04 | |
*** Guest26383 is now known as xarg | 08:07 | |
*** zoresvit has joined #openstack-dev | 08:07 | |
*** xarg is now known as Guest36182 | 08:08 | |
*** anticw_ has quit IRC | 08:09 | |
*** jdennis has quit IRC | 08:09 | |
*** jdennis has joined #openstack-dev | 08:11 | |
*** romcheg has joined #openstack-dev | 08:14 | |
*** lucasagomes has joined #openstack-dev | 08:15 | |
*** jdennis has quit IRC | 08:15 | |
*** jgallard has quit IRC | 08:18 | |
*** romcheg has left #openstack-dev | 08:19 | |
*** jgallard has joined #openstack-dev | 08:19 | |
*** johnthetubaguy has joined #openstack-dev | 08:21 | |
*** eglynn has joined #openstack-dev | 08:22 | |
*** Ryan_Lane has joined #openstack-dev | 08:23 | |
*** Ryan_Lane has quit IRC | 08:23 | |
*** Ryan_Lane has joined #openstack-dev | 08:23 | |
*** Adri2000_ is now known as Adri2000 | 08:25 | |
*** jbresnah has quit IRC | 08:27 | |
*** BobBall_1way is now known as BobBall | 08:28 | |
*** devvesa has joined #openstack-dev | 08:29 | |
*** xqueraltl is now known as xqueralt | 08:29 | |
*** pnavarro has joined #openstack-dev | 08:30 | |
*** eglynn has quit IRC | 08:31 | |
*** alexpilotti has joined #openstack-dev | 08:32 | |
*** basha has quit IRC | 08:32 | |
*** iartarisi has joined #openstack-dev | 08:34 | |
*** ifarkas has quit IRC | 08:35 | |
*** ifarkas has joined #openstack-dev | 08:35 | |
*** yaguang has quit IRC | 08:37 | |
*** DuncanT- is now known as DuncanT | 08:37 | |
*** sandeepr has quit IRC | 08:38 | |
*** Ryan_Lane has quit IRC | 08:40 | |
*** freedomhui has joined #openstack-dev | 08:41 | |
*** eglynn has joined #openstack-dev | 08:41 | |
*** tavi has joined #openstack-dev | 08:42 | |
*** basha has joined #openstack-dev | 08:43 | |
*** anticw has joined #openstack-dev | 08:43 | |
*** sandeepr has joined #openstack-dev | 08:43 | |
*** sdake_ has joined #openstack-dev | 08:44 | |
*** tavi has quit IRC | 08:44 | |
*** navid_ has quit IRC | 08:45 | |
*** navid_ has joined #openstack-dev | 08:46 | |
*** zyluo has quit IRC | 08:52 | |
*** alexxu has quit IRC | 08:53 | |
*** sushils has joined #openstack-dev | 08:53 | |
*** gargya has quit IRC | 08:53 | |
*** athomas has joined #openstack-dev | 08:53 | |
*** alexxu has joined #openstack-dev | 08:56 | |
*** cyril__ has quit IRC | 09:01 | |
*** rods1 has joined #openstack-dev | 09:01 | |
*** danpb has joined #openstack-dev | 09:03 | |
*** roz is now known as AndreaRosa | 09:07 | |
*** Guest36182 is now known as xarg | 09:08 | |
*** xarg is now known as Guest51640 | 09:08 | |
*** ivoks_ is now known as ivoks | 09:09 | |
*** ivoks has quit IRC | 09:10 | |
*** ivoks has joined #openstack-dev | 09:10 | |
*** boris-42 has joined #openstack-dev | 09:10 | |
*** martyntaylor has joined #openstack-dev | 09:21 | |
*** chmouel has quit IRC | 09:24 | |
*** chmouel has joined #openstack-dev | 09:25 | |
lifeless | ttx: thanks | 09:25 |
*** yaguang has joined #openstack-dev | 09:26 | |
*** chmouel has quit IRC | 09:27 | |
*** chmouel has joined #openstack-dev | 09:29 | |
*** sdake_ has quit IRC | 09:30 | |
*** alexxu has quit IRC | 09:31 | |
*** chmouel has quit IRC | 09:33 | |
*** dperaza has quit IRC | 09:33 | |
*** chmouel has joined #openstack-dev | 09:34 | |
*** chmouel has quit IRC | 09:35 | |
*** chmouel has joined #openstack-dev | 09:36 | |
*** jamespage_ has joined #openstack-dev | 09:49 | |
*** svilgelm has joined #openstack-dev | 09:49 | |
*** leizhang has joined #openstack-dev | 09:49 | |
*** afazekas_ is now known as afazekas | 09:51 | |
*** bashok has joined #openstack-dev | 09:52 | |
*** gongysh has joined #openstack-dev | 09:57 | |
*** basha has quit IRC | 10:00 | |
*** jamespage_ has quit IRC | 10:02 | |
*** egallen has quit IRC | 10:03 | |
*** egallen has joined #openstack-dev | 10:05 | |
*** pnavarro has quit IRC | 10:06 | |
*** devvesa has quit IRC | 10:08 | |
*** Guest51640 is now known as xarg | 10:08 | |
*** xarg is now known as Guest75687 | 10:09 | |
*** jgallard has quit IRC | 10:10 | |
*** psedlak has joined #openstack-dev | 10:12 | |
*** yaguang has quit IRC | 10:13 | |
*** leizhang has quit IRC | 10:16 | |
*** garyk has joined #openstack-dev | 10:17 | |
garyk | #openstack-vmware | 10:17 |
*** garyk has quit IRC | 10:17 | |
*** egallen has quit IRC | 10:18 | |
*** garyk has joined #openstack-dev | 10:18 | |
*** basha has joined #openstack-dev | 10:21 | |
*** gargya has joined #openstack-dev | 10:23 | |
*** boris-42_ has joined #openstack-dev | 10:23 | |
jog0 | so all of jenkins is failing :/http://status.openstack.org/zuul/ | 10:24 |
*** bswartz has quit IRC | 10:25 | |
*** boris-42 has quit IRC | 10:25 | |
*** boris-42_ is now known as boris-42 | 10:25 | |
*** souvik has quit IRC | 10:28 | |
*** romcheg1 has joined #openstack-dev | 10:28 | |
*** rcleere has quit IRC | 10:30 | |
*** markmc has joined #openstack-dev | 10:32 | |
openstackgerrit | A change was merged to openstack/oslo-incubator: Revert "Add support for heartbeating in the kombu RPC driver" https://review.openstack.org/36606 | 10:34 |
*** devvesa has joined #openstack-dev | 10:35 | |
*** pnavarro has joined #openstack-dev | 10:36 | |
*** basha has quit IRC | 10:36 | |
*** souvik has joined #openstack-dev | 10:38 | |
*** egallen has joined #openstack-dev | 10:38 | |
*** egallen has quit IRC | 10:44 | |
*** pnavarro has quit IRC | 10:45 | |
*** boden has joined #openstack-dev | 10:46 | |
*** basha has joined #openstack-dev | 10:49 | |
*** pnavarro has joined #openstack-dev | 10:59 | |
*** dprince has joined #openstack-dev | 11:02 | |
*** alop has joined #openstack-dev | 11:04 | |
*** gmoro_ has quit IRC | 11:05 | |
*** yaguang has joined #openstack-dev | 11:06 | |
*** prekarat has quit IRC | 11:07 | |
*** alop_ has joined #openstack-dev | 11:08 | |
*** alop has quit IRC | 11:09 | |
*** alop_ is now known as alop | 11:09 | |
*** freedomhui has quit IRC | 11:09 | |
*** Guest25290 is now known as xarg | 11:09 | |
*** xarg is now known as Guest12043 | 11:09 | |
*** vartom has quit IRC | 11:11 | |
*** vartom has joined #openstack-dev | 11:12 | |
*** navid_ has left #openstack-dev | 11:14 | |
*** vartom2 has joined #openstack-dev | 11:16 | |
*** santanel has quit IRC | 11:17 | |
*** gmoro_ has joined #openstack-dev | 11:18 | |
*** romcheg has joined #openstack-dev | 11:18 | |
*** vartom has quit IRC | 11:19 | |
openstackgerrit | A change was merged to openstack/cinder: Update upper bound of keystoneclient version. https://review.openstack.org/36559 | 11:20 |
*** romcheg1 has quit IRC | 11:22 | |
*** derekh has quit IRC | 11:24 | |
*** prekarat has joined #openstack-dev | 11:28 | |
underplank | Hi all. I was looking for some guidance on bugs that could be fixed on swift? | 11:28 |
openstackgerrit | A change was merged to openstack/glance: Adding store location proxy to domain https://review.openstack.org/34501 | 11:34 |
openstackgerrit | A change was merged to openstack/cinder: Add unit tests for cinder/api/versions https://review.openstack.org/36211 | 11:34 |
*** tmclaugh[work] has joined #openstack-dev | 11:36 | |
*** garyk has quit IRC | 11:38 | |
*** jgallard has joined #openstack-dev | 11:39 | |
*** HenryG_ has joined #openstack-dev | 11:41 | |
*** ffio has joined #openstack-dev | 11:43 | |
*** HenryG has quit IRC | 11:44 | |
*** souvik1 has joined #openstack-dev | 11:46 | |
*** souvik has quit IRC | 11:47 | |
*** egallen has joined #openstack-dev | 11:50 | |
*** jprovazn has quit IRC | 11:51 | |
*** mmagr has quit IRC | 11:52 | |
*** dprince has quit IRC | 11:52 | |
openstackgerrit | A change was merged to openstack/oslo-incubator: Add a monkey-patching util for sqlalchemy-migrate https://review.openstack.org/31016 | 11:53 |
*** jprovazn has joined #openstack-dev | 11:53 | |
*** tkammer has joined #openstack-dev | 11:53 | |
*** egallen has quit IRC | 11:54 | |
*** egallen has joined #openstack-dev | 11:55 | |
*** egallen has joined #openstack-dev | 11:57 | |
*** HenryG_ has quit IRC | 11:58 | |
*** jprovazn has quit IRC | 12:00 | |
*** derekh has joined #openstack-dev | 12:01 | |
*** zoresvit has quit IRC | 12:01 | |
*** zoresvit has joined #openstack-dev | 12:02 | |
*** n0ano has quit IRC | 12:02 | |
*** mmagr has joined #openstack-dev | 12:02 | |
*** alop has quit IRC | 12:09 | |
*** Guest75687 is now known as xarg | 12:10 | |
*** xarg is now known as Guest36333 | 12:10 | |
*** morazi has quit IRC | 12:10 | |
*** egallen has quit IRC | 12:11 | |
*** egallen has joined #openstack-dev | 12:11 | |
*** morazi has joined #openstack-dev | 12:12 | |
*** jprovazn has joined #openstack-dev | 12:12 | |
*** galstrom_zzz is now known as galstrom | 12:13 | |
*** pnavarro1 has joined #openstack-dev | 12:13 | |
*** simo has quit IRC | 12:14 | |
*** pnavarro1 has quit IRC | 12:15 | |
*** souvik1 has quit IRC | 12:16 | |
*** souvik has joined #openstack-dev | 12:16 | |
*** jprovazn has quit IRC | 12:17 | |
*** pnavarro has quit IRC | 12:17 | |
*** arezmerita has quit IRC | 12:18 | |
*** arezmerita has joined #openstack-dev | 12:20 | |
*** jprovazn has joined #openstack-dev | 12:20 | |
*** matrohon has quit IRC | 12:25 | |
*** freedomhui has joined #openstack-dev | 12:26 | |
*** jprovazn has quit IRC | 12:27 | |
*** amotoki has quit IRC | 12:28 | |
*** radez has joined #openstack-dev | 12:29 | |
*** basha has quit IRC | 12:29 | |
*** rfolco has joined #openstack-dev | 12:32 | |
*** ffio has quit IRC | 12:32 | |
*** apcruz has joined #openstack-dev | 12:33 | |
*** bashok has quit IRC | 12:34 | |
*** simo has joined #openstack-dev | 12:34 | |
*** simo has joined #openstack-dev | 12:34 | |
openstackgerrit | A change was merged to openstack/neutron: Initial Modular L2 Mechanism Driver implementation. https://review.openstack.org/33201 | 12:35 |
*** cmagina-away is now known as cmagina | 12:38 | |
*** jruzicka has joined #openstack-dev | 12:39 | |
*** jprovazn has joined #openstack-dev | 12:40 | |
*** galstrom is now known as galstrom_zzz | 12:40 | |
*** kushal has quit IRC | 12:41 | |
*** souvik has quit IRC | 12:42 | |
*** olaph has joined #openstack-dev | 12:44 | |
*** mjfork has joined #openstack-dev | 12:46 | |
*** prekarat has quit IRC | 12:49 | |
*** morazi has quit IRC | 12:49 | |
*** morazi has joined #openstack-dev | 12:50 | |
*** redbeard2 has quit IRC | 12:51 | |
*** dprince has joined #openstack-dev | 12:53 | |
*** CaptTofu has quit IRC | 12:56 | |
*** navid_ has joined #openstack-dev | 12:56 | |
*** CaptTofu has joined #openstack-dev | 12:56 | |
*** rahmu has quit IRC | 12:58 | |
*** jd__ has quit IRC | 12:58 | |
*** tmclaugh[work] has quit IRC | 12:58 | |
*** gaelL has quit IRC | 12:59 | |
*** arezmerita has quit IRC | 12:59 | |
*** CaptTofu has quit IRC | 13:00 | |
*** jd__ has joined #openstack-dev | 13:00 | |
*** rahmu has joined #openstack-dev | 13:01 | |
*** gaelL has joined #openstack-dev | 13:01 | |
*** gargya_ has joined #openstack-dev | 13:02 | |
*** jdennis1 has joined #openstack-dev | 13:02 | |
*** gargya has quit IRC | 13:04 | |
*** gargya_ is now known as gargya | 13:04 | |
*** prekarat has joined #openstack-dev | 13:04 | |
*** bswartz has joined #openstack-dev | 13:05 | |
*** maurosr- is now known as maurosr | 13:05 | |
*** CaptTofu has joined #openstack-dev | 13:06 | |
*** jcoufal has quit IRC | 13:06 | |
*** matrohon has joined #openstack-dev | 13:07 | |
matrohon | mestery : hi | 13:08 |
*** kushal has joined #openstack-dev | 13:09 | |
*** Guest36333 is now known as xarg | 13:10 | |
*** xarg is now known as Guest83034 | 13:11 | |
*** ayoung_zZzZzZ is now known as ayoung | 13:11 | |
*** btorch has left #openstack-dev | 13:12 | |
*** lon_T2 is now known as lon | 13:12 | |
*** arezmerita has joined #openstack-dev | 13:13 | |
*** ayoung has quit IRC | 13:15 | |
*** tzumainn has joined #openstack-dev | 13:17 | |
*** Alexei_987 has quit IRC | 13:18 | |
*** anteaya has joined #openstack-dev | 13:19 | |
*** Alexei_987 has joined #openstack-dev | 13:19 | |
*** martine_ has joined #openstack-dev | 13:20 | |
*** jayg|g0n3 is now known as jayg | 13:23 | |
*** sride has quit IRC | 13:24 | |
*** rharwood has joined #openstack-dev | 13:25 | |
*** deepu has joined #openstack-dev | 13:25 | |
deepu | hi !!! | 13:25 |
*** lbragstad has joined #openstack-dev | 13:25 | |
deepu | Is devstack cleared out of bug ? can i download and use it for testing ? | 13:25 |
*** yaguang has quit IRC | 13:26 | |
*** kaushikc has left #openstack-dev | 13:26 | |
deepu | before two days i was told that there is a bug within horizon, I just wanted to know if I can make use of it now ? | 13:26 |
*** henrynash has joined #openstack-dev | 13:26 | |
*** blues-man has joined #openstack-dev | 13:29 | |
*** dperaza has joined #openstack-dev | 13:31 | |
*** yograterol has joined #openstack-dev | 13:31 | |
openstackgerrit | A change was merged to openstack/cinder: Add support for storing volumes on GPFS https://review.openstack.org/34290 | 13:31 |
*** henrynash has quit IRC | 13:33 | |
openstackgerrit | A change was merged to openstack/ceilometer: Update swift pollster to use cache https://review.openstack.org/35411 | 13:33 |
*** mtreinish has joined #openstack-dev | 13:34 | |
*** yograterol has quit IRC | 13:34 | |
*** yograterol has joined #openstack-dev | 13:35 | |
*** vartom2 has quit IRC | 13:36 | |
*** underplank has quit IRC | 13:36 | |
*** gargya_ has joined #openstack-dev | 13:38 | |
*** navid_ has left #openstack-dev | 13:39 | |
openstackgerrit | A change was merged to openstack/ceilometer: Update compute disk I/O pollster to use cache https://review.openstack.org/35548 | 13:39 |
*** neelashah has joined #openstack-dev | 13:39 | |
*** gargya has quit IRC | 13:39 | |
*** gargya_ is now known as gargya | 13:40 | |
*** yograterol has quit IRC | 13:42 | |
*** yograterol has joined #openstack-dev | 13:42 | |
*** yograterol has quit IRC | 13:42 | |
*** yaguang has joined #openstack-dev | 13:43 | |
*** jdurgin has quit IRC | 13:43 | |
openstackgerrit | A change was merged to openstack/ceilometer: Update compute CPU pollster to use cache https://review.openstack.org/35549 | 13:43 |
*** alop has joined #openstack-dev | 13:46 | |
openstackgerrit | A change was merged to openstack/ceilometer: Update compute vnic pollster to use cache https://review.openstack.org/35550 | 13:46 |
*** jecarey_ has joined #openstack-dev | 13:46 | |
*** spzala has joined #openstack-dev | 13:47 | |
*** prekarat has left #openstack-dev | 13:47 | |
*** Max_ has quit IRC | 13:48 | |
*** otherwiseguy has joined #openstack-dev | 13:49 | |
*** tmclaugh[work] has joined #openstack-dev | 13:51 | |
*** jprovazn has quit IRC | 13:53 | |
*** zb has joined #openstack-dev | 13:53 | |
*** eharney has joined #openstack-dev | 13:53 | |
*** perfectsine has joined #openstack-dev | 13:54 | |
*** jecarey_ has quit IRC | 13:55 | |
perfectsine | Has anyone encountered a boot delay on ubuntu instances in grizzly? Between DHCP and metadata my instance just sits and waits for seemingly nothing then will boot normally. | 13:55 |
*** jecarey_ has joined #openstack-dev | 13:55 | |
*** zaneb has quit IRC | 13:56 | |
*** jdurgin has joined #openstack-dev | 13:56 | |
*** READ10 has joined #openstack-dev | 13:57 | |
*** cliu has quit IRC | 13:58 | |
*** ffio has joined #openstack-dev | 13:58 | |
*** yaguang has quit IRC | 13:58 | |
*** prad_ has joined #openstack-dev | 13:59 | |
*** burt has joined #openstack-dev | 14:00 | |
*** garyTh has joined #openstack-dev | 14:00 | |
*** davidhadas has joined #openstack-dev | 14:00 | |
*** tmclaugh[work] has quit IRC | 14:01 | |
*** yaguang has joined #openstack-dev | 14:03 | |
*** rkukura has joined #openstack-dev | 14:03 | |
simo | markmc: hey I have my securemessage patches basically ready and working for both single and group messages, however I was wondering if we should go ahead and try to push them in oslo-incubator or if I should first port them to the new messaging system | 14:04 |
*** tmclaugh[work] has joined #openstack-dev | 14:05 | |
*** bswartz has quit IRC | 14:06 | |
*** sudorandom has joined #openstack-dev | 14:06 | |
*** jprovazn has joined #openstack-dev | 14:07 | |
*** ayoung has joined #openstack-dev | 14:08 | |
*** jimfehlig has joined #openstack-dev | 14:08 | |
*** Guest12043 is now known as xarg | 14:11 | |
*** xqueralt is now known as xqueralt-afk | 14:11 | |
*** xarg is now known as Guest86832 | 14:11 | |
*** woodspa has joined #openstack-dev | 14:12 | |
*** burt has quit IRC | 14:12 | |
ayoung | rcrit, can I get a code review on https://review.openstack.org/#/c/34967/ I know it is a bit out of your comfort zone, but I need this to get in before the H2 code freeze, and the more eyes the better | 14:12 |
rcrit | sure I can look | 14:13 |
*** burt has joined #openstack-dev | 14:14 | |
deepu | can someon please say if devstack is running without any bugs ? is it good to install to make use of the openstack servces ? | 14:15 |
Adri2000 | it's good to install a test/dev environment | 14:15 |
*** rkukura has quit IRC | 14:16 | |
*** rkukura has joined #openstack-dev | 14:16 | |
*** cp16net is now known as cp16net|away | 14:17 | |
*** athomas has quit IRC | 14:17 | |
deepu | <Adri2000>test/dev environment ? where do \i install it from ? | 14:18 |
deepu | I need to work on horizon# | 14:18 |
*** stevemar has joined #openstack-dev | 14:18 | |
burt | deepu: see devstack.org | 14:18 |
*** redbeard2 has joined #openstack-dev | 14:18 | |
*** MaxV has joined #openstack-dev | 14:18 | |
ayoung | simo, is your extension patch unchanged? | 14:19 |
deepu | <burst> ya but installing devstack had a problem before few days I just wanted to know if devstack is free out of bugs ? | 14:19 |
*** aeperezt has joined #openstack-dev | 14:20 | |
burt | I doubt anything in this project is free of bugs | 14:20 |
burt | I can tell you the best way I found to work was to use vagrant with devstack | 14:20 |
*** xqueralt-afk is now known as xqueralt | 14:21 | |
*** andrewbogott_afk is now known as andrewbogott | 14:21 | |
*** woodspa_ has joined #openstack-dev | 14:23 | |
deepu | <burt> I am a bit new to openstack could you please tell me what is the exact use in having it along with devstack ? | 14:24 |
*** woodspa_ has quit IRC | 14:24 | |
deepu | <burt>i mean having vagrant along with devstack ? | 14:24 |
*** athomas has joined #openstack-dev | 14:25 | |
*** rwsu-away is now known as rwsu | 14:26 | |
*** FunnyLookinHat has joined #openstack-dev | 14:26 | |
*** anteaya has quit IRC | 14:27 | |
*** electrichead has joined #openstack-dev | 14:27 | |
*** koolhead17 has quit IRC | 14:27 | |
*** woodspa has quit IRC | 14:27 | |
*** andrew_plunk has joined #openstack-dev | 14:28 | |
stevemar | anyone know how to I could view a .md file in my browser with all the fancy formatting? | 14:28 |
stevemar | I'm just changing it in eclipse | 14:28 |
*** andrew_plunk has left #openstack-dev | 14:28 | |
*** yaguang has quit IRC | 14:28 | |
*** datsun180b has joined #openstack-dev | 14:29 | |
burt | deepu: I run in a RHEL5/RHEL6 environment (technically Scientific Linux instead of RHEL). So I've got vagrant provisioning an Ubuntu precise box for me to run devstack in. | 14:30 |
*** michchap has quit IRC | 14:30 | |
*** jasper22_ has quit IRC | 14:31 | |
*** sandy__ has joined #openstack-dev | 14:32 | |
openstackgerrit | A change was merged to openstack/python-neutronclient: Don't convert httplib2 exceptions to status codes https://review.openstack.org/27270 | 14:32 |
*** terriyu has joined #openstack-dev | 14:33 | |
*** gongysh has quit IRC | 14:34 | |
openstackgerrit | A change was merged to openstack/nova: Enable core API-v3 to be optional when unit testing https://review.openstack.org/36452 | 14:36 |
*** sandywalsh_ has quit IRC | 14:36 | |
openstackgerrit | A change was merged to openstack/python-keystoneclient: Add name arguments to keystone command. https://review.openstack.org/30386 | 14:36 |
*** nunosantos has joined #openstack-dev | 14:38 | |
*** litong has joined #openstack-dev | 14:38 | |
*** koolhead17 has joined #openstack-dev | 14:40 | |
*** topol has joined #openstack-dev | 14:43 | |
*** jprovazn has quit IRC | 14:44 | |
*** danwent has joined #openstack-dev | 14:44 | |
simo | ayoung: extension ? you mean the code in keystone contrib ? ? | 14:45 |
ayoung | simo, yes. I was looking for it, but can't find your original | 14:46 |
simo | ayoung: http://fedorapeople.org/cgit/simo/public_git/keystone.git/log/?h=shared-key-msg | 14:46 |
*** dkranz has quit IRC | 14:46 | |
ayoung | simo, OK, can you squash that and submit it as a draft review to gerrit? | 14:47 |
*** pschaef has quit IRC | 14:47 | |
simo | ayoung: I thought you wanted to make changes | 14:47 |
simo | ayoung: laso why squashing ? | 14:47 |
*** mdenny has joined #openstack-dev | 14:47 | |
simo | it's split in 4 patches for easier review | 14:47 |
ayoung | simo, I do, but on top of what you have working, and I need to rebase it on top of another change in gerrit as well. -D option will make it so no one can see it but you, and then add me as a reviewer and I can see it, too | 14:48 |
ayoung | simo, you can submit all 4 as -D and they will be linked in gerrit. Just rebase on top of origin/master first | 14:48 |
*** _TheDodd_ has joined #openstack-dev | 14:48 | |
simo | ayoung: shouldn;t we add your patches first ? | 14:49 |
*** dklyle has joined #openstack-dev | 14:49 | |
simo | or do you want to lay them on top ? | 14:49 |
*** jvrbanac has joined #openstack-dev | 14:49 | |
*** gargya has quit IRC | 14:52 | |
ayoung | simo, it is easeir for me if the whole thing is in gerrit | 14:53 |
ayoung | we can rebase etc after that, and I will have to look at your current code to see where to add my patches | 14:53 |
*** pnavarro has joined #openstack-dev | 14:53 | |
ayoung | simo, I need to deal with the sql migrations, and that is going to have to build on top of https://review.openstack.org/#/c/36371/ | 14:54 |
*** cliu has joined #openstack-dev | 14:56 | |
*** kushal has quit IRC | 14:57 | |
simo | ayoung: so you plan to have that code in sooner ? | 14:58 |
simo | or should we push my patchset and then you change everything ? | 14:58 |
ayoung | simo, the migration work needs to be done upfront, and that ties in with the extension support. I'm working on that now. | 14:59 |
*** rcleere has joined #openstack-dev | 14:59 | |
simo | ayoung: so should we hold ? | 15:00 |
simo | should we puch for review ? | 15:00 |
simo | *push | 15:00 |
ayoung | simo, yes. we should push for review. The two earliest patches in your patchset can go in now, I think | 15:01 |
*** michchap has joined #openstack-dev | 15:01 | |
ayoung | Add crypto dependency is simple | 15:01 |
*** kenperkins_ is now known as kenperkins | 15:01 | |
ayoung | Sync-up crypto from oslo-incubator as well | 15:01 |
simo | ayoung: yes crypto/utils.py is in oslo already | 15:01 |
*** dhellmann_ is now known as dhellmann | 15:01 | |
ayoung | can you submit those two for review? | 15:02 |
*** woodspa has joined #openstack-dev | 15:02 | |
simo | ayoung: ok I will submit those 2 as a separate review | 15:02 |
*** mmagr has quit IRC | 15:02 | |
ayoung | simo, sounds good. I'll work the extension and migration support from there | 15:02 |
*** rwsu has quit IRC | 15:02 | |
*** kmartin has joined #openstack-dev | 15:04 | |
*** sballe has joined #openstack-dev | 15:04 | |
*** bswartz has joined #openstack-dev | 15:04 | |
*** rkukura has quit IRC | 15:05 | |
*** yaguang has joined #openstack-dev | 15:05 | |
*** pnavarro has quit IRC | 15:06 | |
*** rkukura has joined #openstack-dev | 15:06 | |
*** rwsu has joined #openstack-dev | 15:07 | |
*** stevemar has quit IRC | 15:08 | |
*** sleepsonthefloor has quit IRC | 15:10 | |
*** reidrac has quit IRC | 15:10 | |
simo | ayoung: remind me how to push to gerrit ? | 15:11 |
simo | if I run git review it complains of missing change-Id | 15:11 |
*** Guest83034 is now known as xarg | 15:12 | |
*** devvesa has quit IRC | 15:12 | |
*** michchap has quit IRC | 15:12 | |
*** xarg is now known as Guest84279 | 15:12 | |
*** dprince has quit IRC | 15:12 | |
*** lcheng2 has joined #openstack-dev | 15:12 | |
*** jrclouda has joined #openstack-dev | 15:13 | |
ayoung | simo, does it then generate the changeid in your commit message? | 15:13 |
ayoung | it should | 15:13 |
*** KurtMartin has joined #openstack-dev | 15:13 | |
ayoung | simo, also, you have no unit tests other than the sql migrate repo. | 15:13 |
ayoung | is there anything you can use to test this code? | 15:13 |
danpb | simo: the first time you run 'git review' in a repo, it includes a commit hook | 15:13 |
danpb | simo: next time you commit, it'll add a change-id line | 15:14 |
danpb | so for that first submission, if you just git commit --amend, after seeing that git review error, it should add the changeid line | 15:14 |
jgriffith | markmc: boris-42 that impression is correct | 15:14 |
simo | danpb: ops I deleted the branch already | 15:14 |
simo | well I'll retry | 15:15 |
JordanP | or make a git review -s i believe | 15:15 |
jgriffith | markmc: boris-42 personally I see no value in moving something that's in flux in to oslo and using it at this time | 15:15 |
markmc | simo, sorry for slowness - I'm happy to add them to oslo-incubator once we have some key distribution mechanism | 15:15 |
simo | danpb: but it is 2 patches so a simple git commit --amend sound it may not be sufficient | 15:15 |
boris-42 | jgriffith hi | 15:15 |
simo | markmc: that is available, it's in keystone | 15:15 |
jgriffith | markmc: boris-42 I would much rather get an agreed upon solution that's stabilized (in whatever project) and then address the oslo quesoin | 15:15 |
markmc | simo, oh, it got merged? | 15:15 |
simo | markmc: but this is checkin egg, if you wait for it to be in and they also wait for the oslo stuff to be in | 15:15 |
boris-42 | jgriffith all our speech is about only 2 small methods | 15:16 |
simo | one of the 2 needs to go in first | 15:16 |
markmc | simo, is it proposed in gerrit? | 15:16 |
simo | markmc: not yet | 15:16 |
boris-42 | jgriffith there are only two stupid generic methods | 15:16 |
simo | working on it right now | 15:16 |
*** arezmerita has quit IRC | 15:16 | |
boris-42 | jgriffith so if you would like we could remove it from oslo patches | 15:16 |
markmc | simo, ok, once they're both proposed in gerrit we can have both being reviewed and coordinate them all getting merged when we're happy | 15:16 |
boris-42 | jgriffith and add later probably | 15:16 |
markmc | simo, add oslo folks to the keystone review and keystone folks to the oslo review | 15:16 |
jgriffith | boris-42: my take on this wasn't the implemenation or the size of it | 15:17 |
markmc | simo, I'd look to merge the oslo stuff if I saw a "yep, this looks like something we want to merge into keystone" comment | 15:17 |
*** sandy__ has quit IRC | 15:17 | |
markmc | simo, from dolph and other keystone core devs | 15:17 |
simo | markmc: ok | 15:17 |
jgriffith | boris-42: my issue was the fact that if there's something that folks have already identified as needing changed why do it? | 15:17 |
*** KurtMartin has quit IRC | 15:17 | |
simo | markmc: so what about the new messaging stuff ? my code is against the classic rpc code | 15:17 |
jgriffith | boris-42: and if it's just *two* simple methods aren't we wasting more time discussing than just copy/pasting it? | 15:17 |
*** KurtMartin has joined #openstack-dev | 15:17 | |
*** jcoufal has joined #openstack-dev | 15:18 | |
boris-42 | jgriffith I spend 41 days already | 15:18 |
simo | danpb: it added the change-id only to the last patch | 15:18 |
markmc | simo, yep, it will need to go in there too - unclear at this point whether it'll make it in havana, I'd say 50/50 chance | 15:18 |
jgriffith | boris-42: well... you have spent that doing alot of other awesome improvements | 15:18 |
*** terryh has joined #openstack-dev | 15:18 | |
simo | danpb: should I put the same change id on both manually ? | 15:18 |
markmc | simo, but I'm happy to take on some of that responsibility | 15:18 |
boris-42 | jgriffith yeah but now all tasks that could be done are already finish | 15:18 |
simo | markmc: ok | 15:19 |
boris-42 | jgriffith these 2 functions about db archiving don't change anything in code of project where they will be synced | 15:19 |
simo | I'll start with what I have then we can make some plan | 15:19 |
lcheng2 | jd__: I submitted a patch to bump the upper bound requirements of keystoneclient for ceilometer. When you get the chance can you take a look at: https://review.openstack.org/#/c/36561/ and https://review.openstack.org/#/c/36565/ | 15:19 |
boris-42 | jgriffith so for me it is strange to here something like this=) | 15:19 |
boris-42 | jgriffith we could remove them to avoid all speach | 15:20 |
*** yaguang has quit IRC | 15:20 | |
jd__ | lcheng: ack | 15:20 |
lcheng2 | I submitted the same patch for other services to bump the version. | 15:20 |
*** gyee has joined #openstack-dev | 15:20 | |
lcheng2 | jd__:thanks! | 15:20 |
jd__ | lcheng2: so the plan is to keep an upper bound anyway? | 15:20 |
simo | ayoung: ok I have reviews for the sync from oslo | 15:21 |
*** thomasem has joined #openstack-dev | 15:21 | |
*** yjiang5 has joined #openstack-dev | 15:21 | |
lcheng2 | jd__: for the short term, I just matched what's in openstack-requirements. Going forward, we might be removing the upper bound. | 15:22 |
jd__ | lcheng: fair enough | 15:22 |
danpb | simo: no, every patch must have a different change-id | 15:22 |
danpb | if you accidentally use the same change-id in several patches, gerrit gets itself incredibly confuse ! | 15:22 |
simo | ayoung: as for unit tests for keystone I am not sure, can you point me at an example I should follow for that kind of service ? | 15:22 |
jgriffith | boris-42: well that could be argued either way, I've given my opinion FWIW | 15:23 |
simo | danpb: I did a git log (note the commit id); git reset --hard HEAD^; git commit --amend; git cherry-pick <noted-id> | 15:23 |
jgriffith | boris-42: ultimately the decision rests on the oslo team and other project teams | 15:23 |
simo | danpb: crude, but worked :) | 15:23 |
*** yjiang5 has quit IRC | 15:24 | |
danpb | simo: git rebase for the win | 15:24 |
simo | danpb: I did git rebase -i | 15:24 |
simo | danpb: didn;t do it | 15:24 |
simo | maybe I should have 'r' each commit | 15:24 |
*** cp16net|away is now known as cp16net | 15:24 | |
*** egallen has quit IRC | 15:24 | |
simo | didn't think of that | 15:24 |
danpb | if you used 'edit' and then commit --amend for each, it would have worked | 15:24 |
*** anteaya has joined #openstack-dev | 15:25 | |
simo | danpb: yeah haven't thought of trying to 'reword' each commit | 15:25 |
simo | next time | 15:25 |
simo | danpb: why git review doesn't do that on its own ? | 15:25 |
*** egallen has joined #openstack-dev | 15:26 | |
markmc | simo, you probably created the commits before gerrit installed the commit hook | 15:27 |
markmc | simo, 'git review -s' does the hook install | 15:27 |
markmc | simo, it happens automatically the first time you run 'git review' too, but probably only does it for the HEAD patch | 15:27 |
markmc | simo, "does it" as in adds a Change-Id after it installs the hook | 15:27 |
danpb | simo: probably no one thought it was worth while for this just this small use case | 15:27 |
simo | markmc: didn't do it for the HEAD patch either | 15:28 |
*** bdpayne has joined #openstack-dev | 15:28 | |
*** xqueralt is now known as xqueralt-afk | 15:28 | |
simo | markmc: and yeah I run git review only after I have long worked on a patch :) | 15:29 |
simo | danpb: it's my common case, I wonder how you all work ? | 15:29 |
danpb | simo: it is only a problem if you created commits before the commit hook was installed | 15:29 |
simo | you start from scratch on a topic branch where you run git review even before starting coding ? | 15:29 |
danpb | so its a one time problem when you clone a repo | 15:29 |
simo | aaah | 15:29 |
simo | yeah this was a clean clone | 15:29 |
simo | what's the point of this change-id btw ? why is the commit id not sufficient ? | 15:30 |
danpb | simo: commit id changes everytime you ammend the commit | 15:30 |
*** markmcclain has joined #openstack-dev | 15:30 | |
danpb | changeid is stable across ammends | 15:30 |
simo | ah | 15:30 |
simo | ok | 15:30 |
danpb | so it lets gerrit correlate across submissions | 15:30 |
*** psedlak_ has joined #openstack-dev | 15:31 | |
*** psedlak has quit IRC | 15:31 | |
simo | danpb: got it, thanks | 15:31 |
*** sandy__ has joined #openstack-dev | 15:32 | |
*** tkammer has quit IRC | 15:32 | |
simo | danpb: so if I want to abandon a review but reuse the same patch in a completely new one all I have to do is to amend out the old change-id ? | 15:32 |
*** KurtMartin has quit IRC | 15:32 | |
*** beagles has quit IRC | 15:32 | |
*** beagles has joined #openstack-dev | 15:33 | |
*** lloydde has joined #openstack-dev | 15:33 | |
*** basha has joined #openstack-dev | 15:33 | |
*** corXi has quit IRC | 15:33 | |
ayoung | simo, that is correct | 15:34 |
*** sthaha has quit IRC | 15:35 | |
*** ccorrigan has joined #openstack-dev | 15:36 | |
*** pabelanger_ has joined #openstack-dev | 15:37 | |
*** pabelanger_ has quit IRC | 15:37 | |
*** pabelanger_ has joined #openstack-dev | 15:37 | |
*** sandy__ has quit IRC | 15:37 | |
*** pabelanger has quit IRC | 15:37 | |
*** xqueralt-afk is now known as xqueralt | 15:37 | |
*** pabelanger_ is now known as pabelanger | 15:37 | |
*** burris has quit IRC | 15:37 | |
*** pabelanger_ has joined #openstack-dev | 15:37 | |
*** burris has joined #openstack-dev | 15:38 | |
*** Alexei_987 has quit IRC | 15:38 | |
*** mrodden has quit IRC | 15:38 | |
*** pabelanger has quit IRC | 15:38 | |
*** michchap has joined #openstack-dev | 15:39 | |
*** pabelanger has joined #openstack-dev | 15:39 | |
*** jculp has quit IRC | 15:39 | |
*** freedomhui has quit IRC | 15:40 | |
*** devoid has joined #openstack-dev | 15:40 | |
*** mlavalle has joined #openstack-dev | 15:41 | |
*** jculp has joined #openstack-dev | 15:42 | |
*** zb is now known as zaneb | 15:42 | |
*** pmathews has joined #openstack-dev | 15:43 | |
*** jcoufal has quit IRC | 15:43 | |
*** primemin1sterp is now known as primeministerp | 15:49 | |
*** rkukura has quit IRC | 15:50 | |
*** anteaya has quit IRC | 15:50 | |
*** sandywalsh has joined #openstack-dev | 15:50 | |
*** mrodden has joined #openstack-dev | 15:50 | |
*** michchap has quit IRC | 15:51 | |
*** crobertsrh has joined #openstack-dev | 15:54 | |
*** lloydde has quit IRC | 15:55 | |
*** tjones has joined #openstack-dev | 15:55 | |
*** sballe has quit IRC | 15:56 | |
*** rkukura has joined #openstack-dev | 15:56 | |
*** reed has joined #openstack-dev | 15:57 | |
*** jbresnah has joined #openstack-dev | 15:57 | |
*** SergeyLukjanov has quit IRC | 15:58 | |
_TheDodd_ | Anyone know if we are currently implementing any form of user login detection? | 15:59 |
_TheDodd_ | IE, is keystone or ceilometer capable of detecting whether or not a user is currently logged into a VM? | 16:00 |
_TheDodd_ | Any thoughts? | 16:00 |
_TheDodd_ | Anyone? | 16:00 |
jd__ | nothing does that | 16:01 |
*** devoid has left #openstack-dev | 16:01 | |
*** hemna__ is now known as hemna | 16:02 | |
*** markmc has quit IRC | 16:03 | |
blues-man | _TheDodd_, you could use CloudWatch API to set this event and notify someone | 16:04 |
*** Guest84279 has quit IRC | 16:06 | |
*** Guest84279 has joined #openstack-dev | 16:06 | |
*** olaph has quit IRC | 16:06 | |
blues-man | Heat for example :) | 16:07 |
*** Guest84279 is now known as xarg | 16:07 | |
*** olaph has joined #openstack-dev | 16:09 | |
*** MaxV has quit IRC | 16:10 | |
*** zaitcev has joined #openstack-dev | 16:11 | |
*** ayoung has quit IRC | 16:11 | |
*** jasdeepH has joined #openstack-dev | 16:11 | |
_TheDodd_ | blues-man: Interesting. I will look into that. | 16:12 |
blues-man | _TheDodd_, look at https://github.com/openstack/heat-templates/tree/master/cfn from some example | 16:13 |
*** jrclouda is now known as zackf | 16:14 | |
_TheDodd_ | I heard that nebula has implemented something along the lines of "Login State Detection" so that a VM could be shutdown or suspended upon a certain period of inactivity. | 16:14 |
*** derekh has quit IRC | 16:15 | |
*** iartarisi has quit IRC | 16:16 | |
*** lloydde has joined #openstack-dev | 16:16 | |
_TheDodd_ | "Inactivity" of course has a variable meaning, but, being able to automate some action based on whatever you chose to define "inactivity" as, could certainly prove to be useful. | 16:17 |
blues-man | _TheDodd_, you could set that metric, but I don't know if that nebula feature is available in other ways or there is a work in progress | 16:17 |
_TheDodd_ | blue-man, what do you think about that? | 16:17 |
_TheDodd_ | Indeed. | 16:17 |
*** michchap has joined #openstack-dev | 16:17 | |
*** jog0 is now known as jog0-away | 16:18 | |
_TheDodd_ | What project purview do you think that such an implementation would fall under? Keystone? | 16:18 |
*** yjiang5 has joined #openstack-dev | 16:18 | |
blues-man | Heat, they are instance users. Usually it is ec2-user, but custom users are not related in keystone | 16:19 |
*** alop has quit IRC | 16:19 | |
_TheDodd_ | Ahh, I see. | 16:19 |
blues-man | is an orchestration issue | 16:19 |
*** basha has quit IRC | 16:19 | |
openstackgerrit | A change was merged to openstack/cinder: Consist terminate_connection function signature https://review.openstack.org/34070 | 16:20 |
*** yjiang5 has left #openstack-dev | 16:21 | |
*** alop has joined #openstack-dev | 16:21 | |
*** stevemar has joined #openstack-dev | 16:21 | |
*** boris-42 has quit IRC | 16:23 | |
*** HenryG has joined #openstack-dev | 16:23 | |
*** ndipanov is now known as ndipanov_gone | 16:26 | |
*** joshuamckenty has joined #openstack-dev | 16:27 | |
*** perfectsine has left #openstack-dev | 16:28 | |
*** dolphm has joined #openstack-dev | 16:28 | |
dolphm | stevemar: reviewing the oauth10a ext... finding a bunch of little issues, but i'm correcting them myself | 16:29 |
dolphm | stevemar: assuming you don't have a newer version already in progress? | 16:29 |
*** michchap has quit IRC | 16:30 | |
*** stevemar has quit IRC | 16:30 | |
koolhead17 | mordred, ping | 16:32 |
*** jpich has quit IRC | 16:34 | |
*** SergeyLukjanov has joined #openstack-dev | 16:34 | |
*** fbo is now known as fbo_away | 16:36 | |
*** JordanP has quit IRC | 16:40 | |
*** romcheg has quit IRC | 16:41 | |
*** olaph_ has joined #openstack-dev | 16:43 | |
*** cmark has joined #openstack-dev | 16:44 | |
*** martyntaylor has quit IRC | 16:44 | |
*** deepu has quit IRC | 16:45 | |
_TheDodd_ | blues-man, I must say, the topic that we were discussing earlier seems to be more in the ceilometer field than anything else. | 16:45 |
*** dhellmann is now known as dhellmann_ | 16:45 | |
_TheDodd_ | blues-man, do you know what channel they meet on? openstack-ceil, maybe? | 16:45 |
_TheDodd_ | Something like that. | 16:45 |
*** olaph has quit IRC | 16:46 | |
blues-man | _TheDodd_, I agree since ceilometer will substitute cloudwatch | 16:46 |
jd__ | _TheDodd_: #openstack-metering | 16:46 |
*** jgallard has quit IRC | 16:46 | |
_TheDodd_ | Thanks, jd__ | 16:47 |
*** kushal has joined #openstack-dev | 16:52 | |
*** athomas has quit IRC | 16:54 | |
*** anniec has joined #openstack-dev | 16:56 | |
*** michchap has joined #openstack-dev | 16:56 | |
*** tmclaugh[work] has quit IRC | 16:56 | |
*** lucasagomes has quit IRC | 16:57 | |
*** ffio has quit IRC | 16:58 | |
*** ayoung has joined #openstack-dev | 16:59 | |
*** eglynn has quit IRC | 17:00 | |
*** psedlak_ is now known as psedlak | 17:02 | |
dklyle | ls | 17:02 |
*** tmclaugh[work] has joined #openstack-dev | 17:05 | |
*** ffio has joined #openstack-dev | 17:05 | |
*** jtomasek has quit IRC | 17:06 | |
*** egallen has quit IRC | 17:07 | |
ayoung | gyee, dolphm, https://review.openstack.org/#/c/34967/ is the last thing that needs to go in in order to close out split-identity. Can you guys give it the thumbs up? | 17:08 |
*** egallen has joined #openstack-dev | 17:08 | |
*** michchap has quit IRC | 17:08 | |
*** eharney has quit IRC | 17:10 | |
*** martyntaylor has joined #openstack-dev | 17:10 | |
*** ffio has quit IRC | 17:11 | |
*** eglynn has joined #openstack-dev | 17:12 | |
*** Guest36906 is now known as med_ | 17:12 | |
*** med_ has joined #openstack-dev | 17:12 | |
*** neelashah has quit IRC | 17:13 | |
*** otherwiseguy has quit IRC | 17:14 | |
*** nati_ueno has joined #openstack-dev | 17:15 | |
*** safchain has quit IRC | 17:15 | |
*** BobBall is now known as BobBall_Away | 17:17 | |
*** galstrom_zzz is now known as galstrom | 17:18 | |
*** cdub_ is now known as cdub | 17:18 | |
*** martine_ has quit IRC | 17:19 | |
gyee | ayoung, looking | 17:20 |
*** xqueralt is now known as xqueralt-afk | 17:20 | |
*** colinmcnamara has joined #openstack-dev | 17:21 | |
*** eglynn has quit IRC | 17:21 | |
*** kaushikc has joined #openstack-dev | 17:23 | |
*** kaushikc has quit IRC | 17:23 | |
*** kaushikc has joined #openstack-dev | 17:23 | |
*** garyk has joined #openstack-dev | 17:24 | |
*** sarob has joined #openstack-dev | 17:25 | |
openstackgerrit | A change was merged to openstack/ceilometer: Fix issue with pip installing oslo.config-1.2.0 https://review.openstack.org/36465 | 17:27 |
ayoung | rcrit, can you work with the framework here https://review.openstack.org/#/c/36427/2 ? | 17:28 |
*** slagle has quit IRC | 17:28 | |
*** armax has joined #openstack-dev | 17:29 | |
*** souvik has joined #openstack-dev | 17:29 | |
*** slagle has joined #openstack-dev | 17:29 | |
*** sarob has quit IRC | 17:29 | |
rcrit | I'll look at it | 17:30 |
*** egallen has quit IRC | 17:30 | |
*** olaph has joined #openstack-dev | 17:30 | |
*** olaph_ has quit IRC | 17:31 | |
*** markwash has joined #openstack-dev | 17:32 | |
ayoung | simo, Your reviews look OK, but need the blueprint in the commit message. Just git commit --amend with blueprint key-distribution-server in the message and resubmit, please | 17:32 |
*** HenryG has quit IRC | 17:32 | |
*** HenryG has joined #openstack-dev | 17:34 | |
*** ondergetekende_ has joined #openstack-dev | 17:34 | |
*** danpb has quit IRC | 17:35 | |
*** michchap has joined #openstack-dev | 17:35 | |
rcrit | ayoung, I think this will still require username/password | 17:36 |
*** kaushikc has quit IRC | 17:36 | |
rcrit | and the whole auth_system variable seems unnecessary. Seem slike this could be discovered from the plugins | 17:37 |
*** blamar has joined #openstack-dev | 17:37 | |
*** olaph_ has joined #openstack-dev | 17:37 | |
openstackgerrit | A change was merged to openstack/cinder: Fix missing volume_name_template flag. https://review.openstack.org/36538 | 17:38 |
*** dkranz has joined #openstack-dev | 17:38 | |
*** olaph has quit IRC | 17:39 | |
*** epim has joined #openstack-dev | 17:39 | |
*** olaph has joined #openstack-dev | 17:41 | |
*** dperaza has quit IRC | 17:41 | |
*** sarob has joined #openstack-dev | 17:41 | |
openstackgerrit | A change was merged to openstack/cinder: cinder.api: Replace 'locals()' with explicit values https://review.openstack.org/36571 | 17:41 |
*** sarob has quit IRC | 17:41 | |
*** sarob has joined #openstack-dev | 17:42 | |
*** olaph_ has quit IRC | 17:43 | |
*** sarob has quit IRC | 17:43 | |
*** sarob has joined #openstack-dev | 17:43 | |
*** olaph_ has joined #openstack-dev | 17:45 | |
*** spzala has quit IRC | 17:46 | |
*** michchap has quit IRC | 17:48 | |
*** olaph has quit IRC | 17:48 | |
*** sarob has quit IRC | 17:48 | |
zackf | Can someone approve this change to nova for me if they have the time, https://review.openstack.org/#/c/36138/ thanks! | 17:48 |
*** dperaza has joined #openstack-dev | 17:49 | |
simo | ayoung: there is no blueprint it is just a sync | 17:49 |
*** eharney has joined #openstack-dev | 17:50 | |
gyee | dolphm, can you please take a look at my responses in https://review.openstack.org/#/c/33858/ | 17:54 |
*** sarob has joined #openstack-dev | 17:55 | |
*** gyee has quit IRC | 17:56 | |
*** souvik has quit IRC | 17:56 | |
*** jbresnah has quit IRC | 17:57 | |
*** neelashah has joined #openstack-dev | 17:58 | |
openstackgerrit | A change was merged to openstack/nova: Make compute_api.get() use objects natively https://review.openstack.org/34913 | 17:58 |
*** blues-man has quit IRC | 17:58 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Update NVP plugin name for Neutron. https://review.openstack.org/36118 | 17:59 |
openstackgerrit | A change was merged to openstack/tempest: improve minDisk checking https://review.openstack.org/35841 | 17:59 |
*** dhellmann_ is now known as dhellmann | 18:01 | |
*** vartom has joined #openstack-dev | 18:04 | |
*** comay has quit IRC | 18:04 | |
*** comay has joined #openstack-dev | 18:05 | |
*** xqueralt-afk is now known as xqueralt | 18:05 | |
*** tmclaugh[work] has quit IRC | 18:07 | |
*** Mandell has joined #openstack-dev | 18:08 | |
*** sballe has joined #openstack-dev | 18:08 | |
*** Mandell has quit IRC | 18:08 | |
*** Mandell has joined #openstack-dev | 18:09 | |
*** spzala has joined #openstack-dev | 18:10 | |
*** dolphm has quit IRC | 18:11 | |
*** michchap has joined #openstack-dev | 18:14 | |
*** boris-42 has joined #openstack-dev | 18:16 | |
*** romcheg has joined #openstack-dev | 18:19 | |
*** anniec has quit IRC | 18:21 | |
*** joshuamckenty has quit IRC | 18:23 | |
*** _TheDodd_ has quit IRC | 18:23 | |
*** _TheDodd_ has joined #openstack-dev | 18:23 | |
openstackgerrit | A change was merged to openstack/ceilometer: Transformer to convert between units. https://review.openstack.org/35331 | 18:23 |
*** danwent has quit IRC | 18:24 | |
*** afazekas has quit IRC | 18:25 | |
*** michchap has quit IRC | 18:27 | |
*** Daisy has joined #openstack-dev | 18:27 | |
*** danwent has joined #openstack-dev | 18:29 | |
sirushti | hi, is the latest master branch of devstack working? http://paste.openstack.org/show/40110/ I noticed a recent change to the keystone.conf file which may be causing this | 18:29 |
*** anniec has joined #openstack-dev | 18:30 | |
*** Ryan_Lane has joined #openstack-dev | 18:36 | |
*** alexpilotti has quit IRC | 18:38 | |
*** alunduil has joined #openstack-dev | 18:38 | |
*** alexpilotti has joined #openstack-dev | 18:39 | |
*** alexpilotti has quit IRC | 18:39 | |
*** xqueralt is now known as xqueralt-afk | 18:40 | |
*** rnirmal has joined #openstack-dev | 18:46 | |
*** jbresnah has joined #openstack-dev | 18:46 | |
*** novas0x2a|laptop has joined #openstack-dev | 18:48 | |
*** ema has quit IRC | 18:49 | |
mordred | sirushti: it shoudl always be working, and if not much carnage will happen | 18:52 |
*** afazekas has joined #openstack-dev | 18:52 | |
*** Daisy has quit IRC | 18:52 | |
mordred | that sure doesn't look nice though | 18:53 |
mordred | dtroyer: ^^ | 18:53 |
*** michchap has joined #openstack-dev | 18:53 | |
dtroyer | I haven't run a fresh one today yet, lemme try | 18:54 |
sirushti | hehe, i understand, maybe i'm missing something, i'll go check again, i tried it on two different computers just to be sure, got the same error but | 18:56 |
*** martine has joined #openstack-dev | 18:57 | |
*** martine is now known as Guest92113 | 18:57 | |
sirushti | oops, forgot to tag you mordred | 18:57 |
*** otherwiseguy has joined #openstack-dev | 18:58 | |
*** kmartin has quit IRC | 18:58 | |
*** martine_ has joined #openstack-dev | 18:59 | |
*** numero8 has joined #openstack-dev | 18:59 | |
*** rnirmal has quit IRC | 19:00 | |
*** rnirmal has joined #openstack-dev | 19:01 | |
*** vipul is now known as vipul-away | 19:02 | |
*** vipul-away is now known as vipul | 19:02 | |
*** kmartin has joined #openstack-dev | 19:02 | |
*** Guest92113 has quit IRC | 19:02 | |
*** anniec has quit IRC | 19:04 | |
*** bswartz has quit IRC | 19:04 | |
*** stevemar has joined #openstack-dev | 19:05 | |
*** anniec has joined #openstack-dev | 19:05 | |
*** kmartin has quit IRC | 19:05 | |
*** michchap has quit IRC | 19:06 | |
*** rharwood has quit IRC | 19:06 | |
*** mdomsch has joined #openstack-dev | 19:07 | |
*** rharwood has joined #openstack-dev | 19:07 | |
*** cweidenkeller has quit IRC | 19:08 | |
*** rwsu has quit IRC | 19:09 | |
*** david-lyle has quit IRC | 19:09 | |
*** david-lyle has joined #openstack-dev | 19:10 | |
*** ondergetekende_ has quit IRC | 19:10 | |
*** stevemar has quit IRC | 19:12 | |
*** rwsu has joined #openstack-dev | 19:13 | |
*** alexpilotti has joined #openstack-dev | 19:13 | |
*** stevemar has joined #openstack-dev | 19:14 | |
*** dperaza1 has joined #openstack-dev | 19:14 | |
dtroyer | sirushti, mordred: devstack master is running clean for me… | 19:15 |
mordred | dtroyer: excellent. I will abort my pending panic | 19:15 |
burt | dtroyer: same here | 19:15 |
*** tjones has quit IRC | 19:16 | |
*** dperaza has quit IRC | 19:16 | |
*** vipul is now known as vipul-away | 19:17 | |
*** gakott has joined #openstack-dev | 19:17 | |
*** johnthetubaguy1 has joined #openstack-dev | 19:18 | |
*** esmute_ has joined #openstack-dev | 19:19 | |
*** prad has joined #openstack-dev | 19:19 | |
*** sarob_ has joined #openstack-dev | 19:20 | |
*** andymccr has joined #openstack-dev | 19:20 | |
*** dtroyer_zz has joined #openstack-dev | 19:20 | |
*** pabelanger__ has joined #openstack-dev | 19:21 | |
*** rharwood has quit IRC | 19:21 | |
*** HenryG has quit IRC | 19:21 | |
*** mkollaro has quit IRC | 19:21 | |
*** rharwood has joined #openstack-dev | 19:21 | |
*** ayoung_ has joined #openstack-dev | 19:23 | |
*** ejv has joined #openstack-dev | 19:23 | |
*** rharwood has quit IRC | 19:23 | |
*** ejv has quit IRC | 19:23 | |
*** ejv has joined #openstack-dev | 19:23 | |
*** rharwood has joined #openstack-dev | 19:24 | |
*** colinmcnamara has quit IRC | 19:25 | |
*** rharwood has quit IRC | 19:25 | |
*** ayoung has quit IRC | 19:26 | |
*** ayoung_ is now known as ayoung | 19:26 | |
sirushti | dtroyer, mordred Thanks a lot and terribly sorry, i was running on an older version of keystone | 19:27 |
sirushti | and i'd set RECLONE=YES instead of RECLONE=yes | 19:28 |
*** mancdaz_ has joined #openstack-dev | 19:28 | |
*** xqueralt-afk is now known as xqueralt | 19:28 | |
*** rharwood has joined #openstack-dev | 19:28 | |
*** ohadlevy_ has joined #openstack-dev | 19:30 | |
*** rharwood has quit IRC | 19:30 | |
*** eglynn has joined #openstack-dev | 19:30 | |
*** xqueralt is now known as xqueralt-afk | 19:30 | |
*** sarob has quit IRC | 19:30 | |
*** epim has quit IRC | 19:30 | |
*** garyk has quit IRC | 19:30 | |
*** kushal has quit IRC | 19:30 | |
*** pabelanger_ has quit IRC | 19:30 | |
*** lcheng2 has quit IRC | 19:30 | |
*** jvrbanac has quit IRC | 19:30 | |
*** terriyu has quit IRC | 19:30 | |
*** aeperezt has quit IRC | 19:30 | |
*** prad_ has quit IRC | 19:30 | |
*** matrohon has quit IRC | 19:30 | |
*** johnthetubaguy has quit IRC | 19:30 | |
*** uvirtbot has quit IRC | 19:30 | |
*** med_ has quit IRC | 19:30 | |
*** openstackgerrit has quit IRC | 19:30 | |
*** portante has quit IRC | 19:30 | |
*** mancdaz has quit IRC | 19:30 | |
*** andymccr_ has quit IRC | 19:30 | |
*** clarkb has quit IRC | 19:31 | |
*** jaypipes has quit IRC | 19:31 | |
*** jesusaurus has quit IRC | 19:31 | |
*** jang1 has quit IRC | 19:31 | |
*** arosen1 has quit IRC | 19:31 | |
*** al-maisan has quit IRC | 19:31 | |
*** esmute has quit IRC | 19:31 | |
*** dtroyer has quit IRC | 19:31 | |
*** jamespage has quit IRC | 19:31 | |
*** ohadlevy has quit IRC | 19:31 | |
*** esmute_ is now known as esmute | 19:31 | |
*** ohadlevy_ is now known as ohadlevy | 19:31 | |
*** ohadlevy has joined #openstack-dev | 19:31 | |
*** gakott is now known as garyk | 19:31 | |
*** nachi has joined #openstack-dev | 19:31 | |
*** nachi_ has joined #openstack-dev | 19:31 | |
*** lcheng2 has joined #openstack-dev | 19:31 | |
*** matrohon has joined #openstack-dev | 19:31 | |
*** rharwood has joined #openstack-dev | 19:31 | |
*** xqueralt-afk is now known as xqueralt | 19:31 | |
*** tjones has joined #openstack-dev | 19:32 | |
dtroyer_zz | sirushti: would you mind filing a bug about the RECLONE bit? We have a function for testing that that properly handles case and true/false, etc. and should be using that more | 19:32 |
*** terriyu has joined #openstack-dev | 19:32 | |
*** michchap has joined #openstack-dev | 19:33 | |
*** martyntaylor has quit IRC | 19:33 | |
*** aeperezt has joined #openstack-dev | 19:33 | |
sirushti | dtroyer_zz, sure | 19:33 |
*** jaypipes has joined #openstack-dev | 19:33 | |
*** jesusaurus has joined #openstack-dev | 19:33 | |
*** al-maisan has joined #openstack-dev | 19:34 | |
*** arosen has joined #openstack-dev | 19:36 | |
*** tjones has quit IRC | 19:36 | |
*** jhesketh_ has quit IRC | 19:40 | |
*** clarkb has joined #openstack-dev | 19:40 | |
*** jhesketh_ has joined #openstack-dev | 19:40 | |
*** uvirtbot has joined #openstack-dev | 19:41 | |
*** med_ has joined #openstack-dev | 19:41 | |
*** portante has joined #openstack-dev | 19:41 | |
*** dolphm_ has joined #openstack-dev | 19:41 | |
dolphm_ | ayoung: get this one in before it needs to be rebased again https://review.openstack.org/#/c/35594/ | 19:42 |
dolphm_ | ayoung: there's several changes that conflict with it | 19:42 |
*** vartom2 has joined #openstack-dev | 19:44 | |
*** jecarey__ has joined #openstack-dev | 19:44 | |
*** blamar_ has joined #openstack-dev | 19:44 | |
*** keekz_ has joined #openstack-dev | 19:45 | |
*** michchap has quit IRC | 19:45 | |
*** ianw- has joined #openstack-dev | 19:45 | |
*** alpha_ori_ has joined #openstack-dev | 19:45 | |
*** martyntaylor has joined #openstack-dev | 19:45 | |
*** Reapster has joined #openstack-dev | 19:46 | |
*** jkoelker_ has joined #openstack-dev | 19:46 | |
*** Ng_ has joined #openstack-dev | 19:46 | |
*** apcruz_ has joined #openstack-dev | 19:46 | |
*** openstackgerrit has joined #openstack-dev | 19:46 | |
ayoung | dolphm_, done | 19:47 |
*** LetoH_ has joined #openstack-dev | 19:47 | |
ayoung | dolphm_, assume you are good with it, is it OK if we merge https://review.openstack.org/#/c/34967/ ? | 19:47 |
*** creiht_ has joined #openstack-dev | 19:48 | |
*** anticw_ has joined #openstack-dev | 19:48 | |
*** ydacheville_ has joined #openstack-dev | 19:48 | |
*** fc___ has joined #openstack-dev | 19:48 | |
*** ekarlso has joined #openstack-dev | 19:48 | |
*** alop_ has joined #openstack-dev | 19:52 | |
*** ianw has quit IRC | 19:52 | |
*** keekz has quit IRC | 19:52 | |
*** vartom has quit IRC | 19:52 | |
*** alpha_ori has quit IRC | 19:52 | |
*** blamar has quit IRC | 19:52 | |
*** alop has quit IRC | 19:52 | |
*** ekarlso- has quit IRC | 19:52 | |
*** Reapster_ has quit IRC | 19:52 | |
*** jkoelker has quit IRC | 19:52 | |
*** comay has quit IRC | 19:52 | |
*** apcruz has quit IRC | 19:52 | |
*** anticw has quit IRC | 19:52 | |
*** Ng has quit IRC | 19:52 | |
*** tserong_ has quit IRC | 19:52 | |
*** creiht has quit IRC | 19:52 | |
*** andrewbogott has quit IRC | 19:52 | |
*** pabelanger has quit IRC | 19:52 | |
*** sandeepr has quit IRC | 19:52 | |
*** ydacheville has quit IRC | 19:52 | |
*** bmccormick has quit IRC | 19:52 | |
*** epopt37 has quit IRC | 19:52 | |
*** westmaas has quit IRC | 19:52 | |
*** FunnyLookinHat has quit IRC | 19:52 | |
*** jecarey_ has quit IRC | 19:52 | |
*** bcrochet has quit IRC | 19:52 | |
*** wcmarsha_ has quit IRC | 19:52 | |
*** dansmith has quit IRC | 19:52 | |
*** tr3buchet has quit IRC | 19:52 | |
*** Leto2 has quit IRC | 19:52 | |
*** markvoelker has quit IRC | 19:52 | |
*** fc__ has quit IRC | 19:52 | |
*** keekz_ is now known as keekz | 19:52 | |
*** alpha_ori_ is now known as alpha_ori | 19:52 | |
*** fc___ is now known as fc__ | 19:52 | |
*** alop_ is now known as alop | 19:52 | |
*** blamar_ is now known as blamar | 19:52 | |
*** ianw- is now known as ianw | 19:53 | |
*** sandeepr has joined #openstack-dev | 19:53 | |
mrodden | any oslo cores around that could take a look at https://review.openstack.org/#/c/34253/ ? its code-review +2 already | 19:53 |
*** dansmith has joined #openstack-dev | 19:54 | |
*** kobier has joined #openstack-dev | 19:54 | |
*** bcrochet has joined #openstack-dev | 19:54 | |
*** n0ano has joined #openstack-dev | 19:55 | |
*** westmaas has joined #openstack-dev | 19:55 | |
*** westmaas has joined #openstack-dev | 19:55 | |
*** westmaas has quit IRC | 19:55 | |
*** numero8 has quit IRC | 19:55 | |
*** eglynn has quit IRC | 19:55 | |
*** NetworkStatic has joined #openstack-dev | 19:56 | |
*** stevemar has quit IRC | 19:56 | |
*** sarob has joined #openstack-dev | 19:57 | |
*** alop_ has joined #openstack-dev | 19:58 | |
*** wcmarsha_ has joined #openstack-dev | 19:58 | |
*** alop has quit IRC | 19:59 | |
*** anniec has quit IRC | 19:59 | |
*** alop_ is now known as alop | 19:59 | |
*** tserong_ has joined #openstack-dev | 19:59 | |
*** tserong_ has joined #openstack-dev | 19:59 | |
*** neelashah has quit IRC | 19:59 | |
*** westmaas has joined #openstack-dev | 19:59 | |
*** westmaas has quit IRC | 19:59 | |
*** comay has joined #openstack-dev | 19:59 | |
*** tr3buchet has joined #openstack-dev | 20:00 | |
*** bmccormick has joined #openstack-dev | 20:00 | |
*** pabelanger has joined #openstack-dev | 20:00 | |
*** epopt37 has joined #openstack-dev | 20:00 | |
*** creiht_ is now known as creiht | 20:00 | |
*** anniec has joined #openstack-dev | 20:00 | |
*** FunnyLookinHat has joined #openstack-dev | 20:00 | |
*** westmaas has joined #openstack-dev | 20:01 | |
*** westmaas has quit IRC | 20:01 | |
*** sarob__ has joined #openstack-dev | 20:01 | |
*** andrewbogott has joined #openstack-dev | 20:01 | |
*** andrewbogott has joined #openstack-dev | 20:01 | |
*** sarob has quit IRC | 20:01 | |
*** sarob_ has quit IRC | 20:01 | |
*** jasdeepH has quit IRC | 20:02 | |
*** kmartin has joined #openstack-dev | 20:03 | |
*** markvoelker has joined #openstack-dev | 20:04 | |
*** westmaas has joined #openstack-dev | 20:04 | |
*** westmaas has quit IRC | 20:04 | |
*** jbresnah has quit IRC | 20:04 | |
*** westmaas has joined #openstack-dev | 20:05 | |
*** Guest10975 is now known as nikhil | 20:05 | |
*** westmaas has joined #openstack-dev | 20:06 | |
*** westmaas has quit IRC | 20:06 | |
*** garyk has quit IRC | 20:06 | |
*** neelashah has joined #openstack-dev | 20:06 | |
*** westmaas has joined #openstack-dev | 20:07 | |
*** westmaas has quit IRC | 20:07 | |
*** gary_th has joined #openstack-dev | 20:08 | |
*** jang has joined #openstack-dev | 20:08 | |
*** vipul-away is now known as vipul | 20:09 | |
*** westmaas has joined #openstack-dev | 20:09 | |
*** westmaas has quit IRC | 20:09 | |
*** garyTh has quit IRC | 20:09 | |
*** vartom2 has quit IRC | 20:11 | |
*** romcheg has left #openstack-dev | 20:11 | |
*** michchap has joined #openstack-dev | 20:12 | |
*** wcmarsha_ has quit IRC | 20:13 | |
*** yolanda has quit IRC | 20:13 | |
*** apcruz_ has quit IRC | 20:13 | |
*** westmaas has joined #openstack-dev | 20:13 | |
*** westmaas has quit IRC | 20:13 | |
*** westmaas has joined #openstack-dev | 20:16 | |
*** westmaas has quit IRC | 20:16 | |
*** johnthetubaguy1 has quit IRC | 20:16 | |
*** westmaas has joined #openstack-dev | 20:17 | |
*** westmaas has quit IRC | 20:17 | |
*** westmaas has joined #openstack-dev | 20:17 | |
*** radez is now known as radez_g0n3 | 20:18 | |
*** SergeyLukjanov has quit IRC | 20:19 | |
*** topol has quit IRC | 20:19 | |
*** jasdeepH has joined #openstack-dev | 20:20 | |
*** gyee has joined #openstack-dev | 20:22 | |
*** jamespage has joined #openstack-dev | 20:23 | |
*** apcruz has joined #openstack-dev | 20:24 | |
*** michchap has quit IRC | 20:24 | |
*** jbresnah has joined #openstack-dev | 20:28 | |
*** martyntaylor has quit IRC | 20:29 | |
*** amohn9 has joined #openstack-dev | 20:30 | |
*** isd has joined #openstack-dev | 20:32 | |
*** colinmcnamara has joined #openstack-dev | 20:32 | |
*** pjd has joined #openstack-dev | 20:33 | |
*** wcmarsha_ has joined #openstack-dev | 20:33 | |
ayoung | simo, agains mysql I get (OperationalError) (1071, 'Specified key was too long; max key length is 767 bytes') '\nCREATE TABLE kds_keys (\n\tid VARCHAR(256) NOT NULL, \n\t`key` TEXT, \n\textra TEXT, \n\tPRIMARY KEY (id)\n)\n\n' () | 20:33 |
*** pjd has quit IRC | 20:36 | |
*** pjd1 has joined #openstack-dev | 20:36 | |
ayoung | simo changing the migration to kds_table = sql.Table('kds_keys', meta, | 20:36 |
ayoung | sql.Column('id', sql.String(128), primary_key=True), works | 20:36 |
*** tjones has joined #openstack-dev | 20:37 | |
*** anniec has quit IRC | 20:39 | |
*** sdake has quit IRC | 20:40 | |
*** sdake has joined #openstack-dev | 20:41 | |
*** sarob__ has quit IRC | 20:41 | |
openstackgerrit | A change was merged to openstack/oslo.messaging: Use oslo.sphinx and remove local copy of doc theme https://review.openstack.org/36409 | 20:42 |
openstackgerrit | A change was merged to openstack/oslo.messaging: Include docstrings in published docs https://review.openstack.org/36410 | 20:42 |
openstackgerrit | A change was merged to openstack/oslo-incubator: Fix issue with pip installing oslo.config-1.2.0 https://review.openstack.org/35280 | 20:44 |
*** Ng_ is now known as Ng | 20:45 | |
*** pjd1 has quit IRC | 20:45 | |
*** pjd has joined #openstack-dev | 20:45 | |
*** pjd1 has joined #openstack-dev | 20:46 | |
*** markmcclain has quit IRC | 20:46 | |
*** pjd1 has quit IRC | 20:47 | |
*** isd has quit IRC | 20:47 | |
*** litong has quit IRC | 20:47 | |
*** haneef has quit IRC | 20:48 | |
*** pjd1 has joined #openstack-dev | 20:48 | |
*** pjd1 has quit IRC | 20:49 | |
*** cyeoh has quit IRC | 20:49 | |
*** haneef has joined #openstack-dev | 20:50 | |
*** cyeoh has joined #openstack-dev | 20:50 | |
*** jvrbanac has joined #openstack-dev | 20:50 | |
*** pjd has quit IRC | 20:50 | |
*** michchap has joined #openstack-dev | 20:51 | |
*** rharwood has quit IRC | 20:52 | |
*** rkukura has quit IRC | 20:54 | |
*** colinmcnamara has quit IRC | 20:54 | |
*** neelashah has quit IRC | 20:55 | |
*** isd has joined #openstack-dev | 20:56 | |
gyee | dolphm_, I found an example in test_sql_upgrade on how to override the config | 20:56 |
*** Mr_T has joined #openstack-dev | 20:56 | |
*** gary_th has quit IRC | 20:58 | |
*** garyTh has joined #openstack-dev | 20:59 | |
*** rfolco has quit IRC | 20:59 | |
*** bswartz has joined #openstack-dev | 20:59 | |
*** crobertsrh is now known as _crobertsrh | 20:59 | |
*** Mr_T has left #openstack-dev | 20:59 | |
*** johnthetubaguy has joined #openstack-dev | 21:00 | |
*** neelashah has joined #openstack-dev | 21:01 | |
*** psedlak has quit IRC | 21:01 | |
dolphm_ | gyee: awesome, it allows you to "sepcify" config! | 21:02 |
ayoung | dolphm_, https://review.openstack.org/#/c/36731/ maybe should be WIP, and I have no way to test it yet, but I think you will like the concept: | 21:03 |
*** vipul is now known as vipul-away | 21:03 | |
*** pjd has joined #openstack-dev | 21:03 | |
ayoung | dolphm_, here's the question | 21:03 |
*** vipul-away is now known as vipul | 21:03 | |
ayoung | if we have extensions that have their own sql migrations, should those migrations always be run, or only if the extensions are active? | 21:03 |
*** michchap has quit IRC | 21:03 | |
*** sarob has joined #openstack-dev | 21:04 | |
*** philr has joined #openstack-dev | 21:04 | |
dolphm_ | ayoung: ideally, i'd say make end users specify which to migrate, and make them use --all or something to indicate "all migrations for all extensions" | 21:05 |
*** anniec has joined #openstack-dev | 21:05 | |
dolphm_ | ayoung: that said, new migration histories == go ahead and start using alembic for those? | 21:05 |
*** rharwood has joined #openstack-dev | 21:07 | |
gyee | dolphm_, yeah, works great, glad you made that suggest | 21:07 |
openstackgerrit | A change was merged to openstack/neutron: Validate dscp value less that 64 https://review.openstack.org/36587 | 21:08 |
*** egallen has joined #openstack-dev | 21:08 | |
*** colinmcnamara has joined #openstack-dev | 21:09 | |
*** jbresnah has quit IRC | 21:09 | |
*** sungju has quit IRC | 21:10 | |
*** martine_ has quit IRC | 21:10 | |
*** sdake_ has joined #openstack-dev | 21:11 | |
*** jruzicka has quit IRC | 21:13 | |
ayoung | dolphm_, does alembic use the same table as the current migration scheme? | 21:13 |
*** philr has quit IRC | 21:14 | |
ayoung | dolphm_, I'd really rather not have to learn alembic right now if I don't have to. Is alembic really that much better? | 21:15 |
*** egallen has quit IRC | 21:16 | |
*** vipul is now known as vipul-away | 21:18 | |
ayoung | dolphm_, I would say that this is not the time to introduce alembic, but rather when we decided to compact the Keystone common migrations, but maybe I am just being lazy | 21:18 |
dolphm_ | ayoung: it has it's own table, and yeah it's a lot better in my tiny bit of experience with it | 21:19 |
*** eglynn has joined #openstack-dev | 21:19 | |
*** rharwood has quit IRC | 21:19 | |
dolphm_ | ayoung: if we're going to create a bunch of new repos, i'd be *very* hesitant to base them on sqlalchemy-migrate | 21:19 |
*** pjd has quit IRC | 21:20 | |
ayoung | dolphm_, hmmmm | 21:20 |
dolphm_ | ayoung: read this section and let me know if you change your mind :P http://alembic.readthedocs.org/en/latest/tutorial.html#auto-generating-migrations | 21:20 |
dolphm_ | ayoung: (it's not as super magical as the title sounds, but will save you some time and bugs for sure) | 21:21 |
ayoung | dolphm_, OK, so it should be fairly easy to get any new migrations off the ground, and we could use the switch over to alembic in order to squash the existing migrations as well. | 21:22 |
*** kobier has quit IRC | 21:22 | |
*** bswartz has quit IRC | 21:22 | |
dolphm_ | ayoung: i think we only need to support migrations from 2 releases ago... so folsom->grizzly->havana? | 21:23 |
dolphm_ | ayoung: if we moved to alembic as of icehouse, then that means grizzly->havana [sqlachemy-migrate -> alembic] havana->icehouse | 21:24 |
*** dolphm_ has quit IRC | 21:24 | |
ayoung | dolphm_, yes, and I think we won't have too many more migrations in Havana, so Icehouse makes a nice target | 21:24 |
*** alop has quit IRC | 21:25 | |
*** bdpayne has quit IRC | 21:26 | |
*** wcmarsha_ has quit IRC | 21:26 | |
*** sdake__ has joined #openstack-dev | 21:26 | |
*** sdake__ has joined #openstack-dev | 21:26 | |
*** boden has quit IRC | 21:26 | |
*** alop has joined #openstack-dev | 21:28 | |
*** bdpayne has joined #openstack-dev | 21:29 | |
*** kmartin has quit IRC | 21:30 | |
*** michchap has joined #openstack-dev | 21:30 | |
*** egallen has joined #openstack-dev | 21:30 | |
*** xqueralt is now known as xqueralt-afk | 21:31 | |
*** sdake__ has quit IRC | 21:32 | |
*** sdake_ has quit IRC | 21:32 | |
*** boris-42 has quit IRC | 21:34 | |
*** neelashah has quit IRC | 21:34 | |
*** adalbas has quit IRC | 21:34 | |
*** pjd has joined #openstack-dev | 21:36 | |
*** sdake_ has joined #openstack-dev | 21:36 | |
*** sdake_ has joined #openstack-dev | 21:36 | |
nachi_ | ayoung, i rebased the review https://review.openstack.org/#/c/34973/ on top of https://review.openstack.org/#/c/33525/ as per dolphm comment. When i run the test i am getting migration errors. I have the stack trace in http://paste.openstack.org/show/Y9B5mRlnuJ21uxgfw6Vu/ .Could you please take a look and let me know why test is failing? | 21:37 |
*** pjd has quit IRC | 21:38 | |
ayoung | nachi, run git clean -xdf keystone tests and rerun your tests | 21:39 |
nachi_ | ayoung, ok | 21:39 |
ayoung | nachi_, you may have a phantom migration .pyc file hanging about | 21:39 |
nachi_ | ayoung, Let me try that. thanks | 21:40 |
ayoung | nachi_, but it might also be File "/home/nachi/workspace/keystone/keystone/common/sql/migrate_repo/versions/028_migrate_ec2credentials_table_credentials.py", line 32, in upgrade | 21:40 |
*** zackf has quit IRC | 21:40 | |
*** michchap has quit IRC | 21:42 | |
nachi_ | ayoung, i am trying to load the credential table in line 32 and i get the error. When i run the migration test test_import_legacy i observe from the log that the migration is happening from version 26 | 21:43 |
*** sdake_ has quit IRC | 21:43 | |
nachi_ | ayoung, is my understanding right | 21:43 |
*** cliu has quit IRC | 21:45 | |
*** lbragstad has quit IRC | 21:45 | |
nachi_ | ayoung, run git clean -xdf keystone tests fixed the problem | 21:45 |
nachi_ | ayoung, thanks | 21:45 |
*** adalbas has joined #openstack-dev | 21:47 | |
*** tzumainn has quit IRC | 21:47 | |
*** vipul-away is now known as vipul | 21:49 | |
*** wcmarsha_ has joined #openstack-dev | 21:49 | |
*** egallen has quit IRC | 21:49 | |
*** vkmc has joined #openstack-dev | 21:52 | |
*** vkmc has quit IRC | 21:52 | |
*** vkmc has joined #openstack-dev | 21:52 | |
*** xqueralt-afk is now known as xqueralt | 21:53 | |
*** pdevine_ has joined #openstack-dev | 21:54 | |
*** johnthetubaguy has quit IRC | 21:55 | |
*** otherwiseguy has quit IRC | 21:55 | |
*** xqueralt is now known as xqueralt-afk | 21:55 | |
*** jecarey__ has quit IRC | 21:55 | |
*** egallen has joined #openstack-dev | 21:56 | |
*** egallen has quit IRC | 21:56 | |
*** jayg is now known as jayg|g0n3 | 21:57 | |
openstackgerrit | A change was merged to openstack/cinder: Enable setting blocksize on volumes. https://review.openstack.org/36562 | 21:58 |
*** sudorandom has quit IRC | 21:59 | |
*** pmathews has quit IRC | 22:02 | |
*** roampune has joined #openstack-dev | 22:02 | |
*** pabelanger has quit IRC | 22:02 | |
*** rnirmal has quit IRC | 22:02 | |
*** sungju has joined #openstack-dev | 22:03 | |
*** lcheng2 has quit IRC | 22:03 | |
*** redbeard2 has quit IRC | 22:04 | |
*** alop has quit IRC | 22:04 | |
*** burt has quit IRC | 22:06 | |
*** lloydde has quit IRC | 22:07 | |
*** colinmcnamara has quit IRC | 22:08 | |
*** michchap has joined #openstack-dev | 22:10 | |
*** thomasem has quit IRC | 22:10 | |
*** eglynn has quit IRC | 22:12 | |
*** bswartz has joined #openstack-dev | 22:12 | |
*** colinmcnamara has joined #openstack-dev | 22:12 | |
openstackgerrit | A change was merged to openstack/nova: Add unique constraint to ConsolePool. https://review.openstack.org/35792 | 22:13 |
*** bnemec has quit IRC | 22:14 | |
*** reed has quit IRC | 22:15 | |
*** mrodden has quit IRC | 22:16 | |
*** vipul is now known as vipul-away | 22:16 | |
*** colinmcnamara has quit IRC | 22:16 | |
*** vipul-away is now known as vipul | 22:17 | |
clarkb | ayoung: is there a particular LDAP server we should be installing onto the jenkins slaves? | 22:17 |
*** antigluk has joined #openstack-dev | 22:18 | |
*** dkranz has quit IRC | 22:19 | |
openstackgerrit | A change was merged to openstack/nova: Revert "Sync latest rpc changes from oslo-incubator" https://review.openstack.org/36605 | 22:20 |
*** _TheDodd_ has quit IRC | 22:20 | |
openstackgerrit | A change was merged to openstack/keystone: Use InnoDB for MySQL https://review.openstack.org/33102 | 22:20 |
*** alexpilotti has quit IRC | 22:21 | |
*** cmagina is now known as cmagina-away | 22:22 | |
*** michchap has quit IRC | 22:22 | |
*** FunnyLookinHat has quit IRC | 22:23 | |
*** fifieldt has joined #openstack-dev | 22:23 | |
*** andrewbogott is now known as andrewbogott_afk | 22:24 | |
*** matiu has quit IRC | 22:25 | |
*** mtreinish has quit IRC | 22:27 | |
*** mrodden has joined #openstack-dev | 22:30 | |
*** rwsu is now known as rwsu-afk | 22:32 | |
*** vipul is now known as vipul-away | 22:33 | |
*** bdpayne has quit IRC | 22:33 | |
*** saschpe_ has joined #openstack-dev | 22:34 | |
*** spzala has quit IRC | 22:34 | |
*** saschpe has quit IRC | 22:34 | |
*** bdpayne has joined #openstack-dev | 22:34 | |
*** vipul-away is now known as vipul | 22:35 | |
*** dklyle has quit IRC | 22:36 | |
*** kmartin has joined #openstack-dev | 22:37 | |
*** datsun180b has quit IRC | 22:38 | |
*** jasdeepH has quit IRC | 22:38 | |
*** galstrom is now known as galstrom_zzz | 22:39 | |
*** matiu has joined #openstack-dev | 22:40 | |
openstackgerrit | A change was merged to openstack/ceilometer: Implement a basic alarm notification service https://review.openstack.org/34217 | 22:41 |
*** jbresnah has joined #openstack-dev | 22:41 | |
*** jimfehlig has quit IRC | 22:48 | |
*** michchap has joined #openstack-dev | 22:49 | |
*** alop has joined #openstack-dev | 22:50 | |
*** jasdeepH has joined #openstack-dev | 22:51 | |
*** danwent has quit IRC | 22:51 | |
openstackgerrit | A change was merged to openstack/ceilometer: publisher.rpc: make per counter topic optional https://review.openstack.org/33448 | 22:52 |
*** sushils has quit IRC | 22:52 | |
*** nachi_ has quit IRC | 22:52 | |
*** nachi has quit IRC | 22:52 | |
*** READ10 has quit IRC | 22:53 | |
*** woodspa has quit IRC | 22:54 | |
*** andrew_plunk has joined #openstack-dev | 22:56 | |
*** alexpilotti has joined #openstack-dev | 22:56 | |
*** pjd has joined #openstack-dev | 22:57 | |
*** terryh has quit IRC | 22:57 | |
*** vkmc has quit IRC | 22:58 | |
*** pdevine_ is now known as pdevine | 22:58 | |
*** Kiall has quit IRC | 22:58 | |
*** koolhead17 has quit IRC | 22:59 | |
*** rcleere has quit IRC | 23:00 | |
*** kiall has joined #openstack-dev | 23:00 | |
ayoung | clarkb, OPenLDAP. Look at the files in the devstack repo. | 23:01 |
ayoung | clarkb https://github.com/openstack-dev/devstack/blob/master/lib/ldap | 23:01 |
*** andrew_plunk has quit IRC | 23:01 | |
clarkb | thanks | 23:02 |
*** michchap has quit IRC | 23:02 | |
*** danwent has joined #openstack-dev | 23:02 | |
*** jvrbanac has quit IRC | 23:04 | |
*** anniec has quit IRC | 23:05 | |
*** amohn9 has quit IRC | 23:06 | |
*** sballe has quit IRC | 23:07 | |
*** anniec has joined #openstack-dev | 23:07 | |
*** anniec has quit IRC | 23:07 | |
*** prad has quit IRC | 23:07 | |
*** anniec has joined #openstack-dev | 23:08 | |
*** mlavalle has left #openstack-dev | 23:09 | |
*** egallen has joined #openstack-dev | 23:10 | |
*** isd has quit IRC | 23:12 | |
*** sandywalsh has quit IRC | 23:13 | |
*** spzala has joined #openstack-dev | 23:13 | |
*** spzala has quit IRC | 23:14 | |
*** electrichead has quit IRC | 23:14 | |
*** jyhc has joined #openstack-dev | 23:15 | |
*** colinmcnamara has joined #openstack-dev | 23:15 | |
*** vipul is now known as vipul-away | 23:18 | |
*** amohn9 has joined #openstack-dev | 23:21 | |
*** bnemec has joined #openstack-dev | 23:22 | |
*** jyhc has quit IRC | 23:22 | |
*** vipul-away is now known as vipul | 23:22 | |
*** roampune has quit IRC | 23:22 | |
*** gongysh has joined #openstack-dev | 23:23 | |
*** slong has joined #openstack-dev | 23:23 | |
*** dperaza1 has quit IRC | 23:24 | |
*** colinmcnamara has quit IRC | 23:25 | |
openstackgerrit | A change was merged to openstack/nova: Make sure periodic instance reclaims continues on error https://review.openstack.org/34620 | 23:26 |
*** dperaza has joined #openstack-dev | 23:26 | |
*** colinmcnamara has joined #openstack-dev | 23:28 | |
*** pabelanger__ has quit IRC | 23:29 | |
*** michchap has joined #openstack-dev | 23:29 | |
*** pabelanger has joined #openstack-dev | 23:29 | |
*** tjones has quit IRC | 23:29 | |
*** lloydde has joined #openstack-dev | 23:29 | |
openstackgerrit | A change was merged to openstack/nova: Update v3 servers API with objects changes https://review.openstack.org/35051 | 23:29 |
openstackgerrit | A change was merged to openstack/nova: Add _set_instance_obj_error_state() to compute manager https://review.openstack.org/36489 | 23:30 |
openstackgerrit | A change was merged to openstack/keystone: Move temporary test files into tests/tmp https://review.openstack.org/35594 | 23:30 |
openstackgerrit | A change was merged to openstack/neutron: Be compatible with oslo.config 1.2.0a3+ https://review.openstack.org/34249 | 23:30 |
*** redbeard2 has joined #openstack-dev | 23:31 | |
*** sheeprine has quit IRC | 23:33 | |
*** tjones has joined #openstack-dev | 23:34 | |
*** asalkeld has quit IRC | 23:35 | |
*** asalkeld has joined #openstack-dev | 23:35 | |
*** sheeprine has joined #openstack-dev | 23:36 | |
*** lloydde has quit IRC | 23:38 | |
*** underplank has joined #openstack-dev | 23:40 | |
*** lloydde has joined #openstack-dev | 23:40 | |
*** tjones has quit IRC | 23:41 | |
*** redbeard2 has quit IRC | 23:41 | |
*** cdub has quit IRC | 23:41 | |
*** michchap has quit IRC | 23:42 | |
*** cdub has joined #openstack-dev | 23:42 | |
*** jbresnah has quit IRC | 23:43 | |
*** garyTh has quit IRC | 23:45 | |
*** sandywalsh has joined #openstack-dev | 23:46 | |
*** pjd has quit IRC | 23:46 | |
*** tjones has joined #openstack-dev | 23:53 | |
*** danwent has quit IRC | 23:56 | |
*** anniec has quit IRC | 23:58 | |
*** gongysh has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!