Thursday, 2013-07-11

*** 1JTAAAPIH is now known as xarg00:01
ayoungjamielennox, did you see my last?00:02
*** xarg is now known as Guest7988000:02
jamielennoxayoung: i'm just going through gyee's token provider00:02
ayoungjamielennox, OK,  just want to make sure you see the fix I put in the test00:02
ayoungbut your code runs now00:03
jamielennoxayoung: regarding your extensions review are there existing tests for that?00:03
jamielennoxi was going to go looking but i could just ask00:03
ayoungjamielennox, there is one for the extension for OS-ADMIN but the rest have no real tests00:03
*** sungju has quit IRC00:03
*** sballe has quit IRC00:03
ayoungjamielennox, I am not certain if there is any benefit to testing them in an automated fashion00:04
ayoungbut you can see them if you run a live server and go to the extensions URL...00:04
ayounghttp://localhost:35357/v2.0/extensions/00:04
ayoungand 500000:04
ayoungwould be better with my html patch applied00:04
jamielennoxayoung: heh, i don't doubt you can see it, was wondering if there were tests00:05
jamielennoxayoung: then support my MVC thing00:05
ayoungnothing really to test, as there is no mechanism to make use of them00:05
*** sungju has joined #openstack-dev00:05
ayoungjamielennox, not sure that we don't already have those concepts covered elsewhere in the codebase, just under different names00:06
jamielennoxi'll wait for jenkins to come in and +1 gyees tokens00:06
*** jecarey_ has quit IRC00:07
jamielennoxayoung: we should rebase this onto the v2 token provider patch00:08
jamielennoxhttps://review.openstack.org/#/c/3442100:08
jamielennoxor i should00:08
ayoungyeah, he posted that after I left for dinner.00:09
*** branen_ has joined #openstack-dev00:09
jamielennoxwas it just the self.opt_in_group('signing', token_format='UUID') you removed?00:10
*** alop_ has joined #openstack-dev00:10
jamielennoxoh, no there is more in auth00:10
*** alop has quit IRC00:10
*** alop_ is now known as alop00:10
*** branen has quit IRC00:12
jamielennoxayoung: ok, most of those test changes aren't really relevant to binding00:12
*** anniec has joined #openstack-dev00:12
jamielennoxthey're fixups to the tests from token providers00:13
ayoungjamielennox, 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 IRC00:13
*** lcheng has quit IRC00:13
jamielennoxyea00:13
jamielennoxthat's fine i was just looking to see what was relevant to the binding00:13
*** lcheng has joined #openstack-dev00:13
ayoungas far as MVC....00:14
jamielennoxah, i hate this: class TestUUIDTokenAPIs(TestPKITokenAPIs):00:14
jamielennoxprecendent or not00:14
ayoungheh\00:14
*** colinmcnamara has quit IRC00:14
ayoungTestPKEYTokenAPIs(TestCMSTokenAPIs)00:14
ayoungnah that is no better00:14
*** sarob_ has joined #openstack-dev00:15
ayoungat a minimum should be the other way around00:15
jamielennoxit's not the names, they just shouldn't inherit each other00:15
ayoungTestCMSTokenAPIs(TestPKEYTokenAPIs)00:15
ayoungWell, PKEY is supported under both formats, but CMS is only supported under one.00:16
ayoungso 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, though00:16
ayoungI think that storing tokens in the database is just a bad design00:17
jamielennoxayoung: sure but people need the audit trail i guess00:18
jamielennoxi think i have a bug or a blueprint for that00:18
*** sarob has quit IRC00:18
ayoungbut 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 them00:18
ayounghad a discussion about audit00:18
ayoungaudit should not happen in keystone00:18
jamielennoxif you are using cms tokens then why are we storing token data, we should trust the key like we make everyone else do00:18
ayoungbut starhter based on the RBAC policy enforcement00:18
*** tzumainn has joined #openstack-dev00:18
openstackgerritA change was merged to openstack/nova: xenapi: glance plugin should close connections  https://review.openstack.org/3566700:18
*** jbresnah has quit IRC00:19
openstackgerritA change was merged to openstack/keystone: Do not create LDAP Domains sub tree  https://review.openstack.org/3609300:19
openstackgerritA change was merged to openstack/keystone: Remove context from get_token call in normalize_domain_id  https://review.openstack.org/3602300:19
ayoungIf we could deduce revocation from a revocation event on a PKI token....00:19
*** retr0h_ is now known as retr0h00:19
*** sarob_ has quit IRC00:19
jamielennoxayoung: 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.py00:19
jamielennox:32200:19
jamielennoxwhat do you mean deduce revocation?00:20
ayoungright saw that00:20
*** mikal_ is now known as mikal00:20
ayoungjamielennox, lets come back to that, and deal with your patch first...00:20
*** jjmb has quit IRC00:20
*** Ryan_Lane1 has joined #openstack-dev00:20
*** Ryan_Lane has quit IRC00:20
*** Ryan_Lane1 is now known as Ryan_Lane00:20
*** Ryan_Lane has joined #openstack-dev00:21
ayoungjamielennox,  token_ref = self._verify_token(token_id)  will give you bind data on the old token.00:22
openstackgerritA change was merged to openstack/nova: Fix cells manager rpc api version  https://review.openstack.org/3656800:22
jamielennoxi'm not even sure what he is trying to say there00:22
openstackgerritA change was merged to openstack/glance: Make eventlet hub choice configurable.  https://review.openstack.org/3372300:22
ayoungbut...not sure what we get by calling that helper...there00:22
jamielennoxbecause he is using verify to do the load from db00:23
ayoungyeah, that looks wrong00:23
ayoungI think it is because he is trying to return v3 data, even if he got a v2 token,  but we should not do that00:23
jamielennoxthat's my guess00:24
jamielennoxhe's taken an id and loaded a v2 token00:24
ayounglet me check something.00:24
jamielennoxthen he tries to deal with it even though there is no v2 logic00:24
*** dkehn has quit IRC00:25
ayoungyeah.  I think that might be in error.  I am checking to see if that code path is run by any unit tests00:26
jamielennoxit's not run by any bind tests00:26
jamielennoxand i added one or two i thought might trigger it to see00:26
jamielennoxso possibly that is something that get's re addressed in the v2 patch00:26
ayoungmaybe.  I'm running the full body of tests with the covhtml generation.  Lets see what it says00:27
jamielennoxi think he trapped himself a bit00:29
ayoungwell something tests it00:29
jamielennoxhe's got validate_token with a version='v3.0' but he's only got the token_id at that point00:29
*** anniec has quit IRC00:29
jamielennoxso he can't know what version of the token it is because we allow them to intermix00:29
jamielennoxbut i think that makes the logic in the v2 test wrong: https://review.openstack.org/#/c/34421/7/keystone/token/providers/uuid.py00:30
jamielennoxhmm, i just don't think he should take a version number on the validate_token method00:31
jamielennoxlet that be determined once he's loaded the thing00:31
ayoungif    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 IRC00:32
gongyshsalv-orlando: ping00:32
ayoungthat means it is a v2 token00:32
*** Ryan_Lane has quit IRC00:32
ayounghe 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 that00:32
*** Ryan_Lane has joined #openstack-dev00:32
ayoungtest_v2_v3_token_intermix (test_v3_auth.TestPKITokenAPIs) ...00:32
jamielennoxright and if you look at the v2 provider there is a fair bit of replication between  _validate_v{2,3}_token00:33
ayoungso, if it is a v2 token...you can assume that there is no bind information and skip out, I think00:33
jamielennoxi have binding working fine in v2, and it is included in the latest version of the patch00:34
ayoungthen pull the bind information out of the v2 token00:34
ayoungtoken_ref.get('token_data') ....00:34
ayoungreplace token_data with...00:34
ayoung token_ref.get('bind') or whereever you stuck it00:35
jamielennox['auth']['bind'] i think but yea ok00:35
jamielennoxbut back to before, i think i'm right that there shouldn't be a version parameter on validate_token00:36
jamielennoxand if there is and you get a v2 token when you expected a v3 token then that should be a validation errror00:37
jgriffithany stable-maint core folks avail?00:37
jgriffithhttps://review.openstack.org/#/c/35580/ ^^00:37
jamielennoxi'll +1 the v3 split and -1 the v2 because whilst only 1 version is available it doesn't matter00:39
ayoungno, I think we currently support validating v2 and v3 tokens side by side.  THis patch just continues the pattern00:40
ayoungthis is a reorg, not a change in behavior, so please don't -100:40
jamielennoxi'm not saying he shouldn't do that00:40
jamielennoxi'm just saying the way he is doing it is wrong00:40
jamielennoxhe's expecting you to know when you call validate_token whether it is a v2 or a v3 token00:41
jamielennoxthen he corrects you if you are wrong00:41
jamielennoxif you are going to correct people anyway just don't give them the option00:41
ayounghmmm....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 not00:42
*** salv-orlando has quit IRC00:43
ayoungtoken_factory.render_token_data_response(token_id, token_data)00:44
*** tjones has joined #openstack-dev00:44
*** sleepsonthefloor has quit IRC00:44
ayoung        token_ref = self.token_api.get_token(token_id)00:44
ayoung        token_data = token_factory.recreate_token_data(00:44
ayounghttps://github.com/openstack/keystone/blob/master/keystone/auth/controllers.py#L38500:45
ayounghttps://github.com/openstack/keystone/blob/master/keystone/auth/controllers.py#L38500:46
ayounghttps://github.com/openstack/keystone/blob/master/keystone/auth/token_factory.py#L28000:46
ayounghttps://github.com/openstack/keystone/blob/master/keystone/auth/token_factory.py#L19300:47
ayoungjamielennox, so I think the logic is the same, according to the above links00:47
*** zyluo has joined #openstack-dev00:49
*** bdpayne has quit IRC00:49
jamielennoxayoung: is it valid for a v2 endpoint to take a v3 token or just the other way?00:51
ayoungjamielennox, I think so.  auth_token middleware supports both side by side00:51
jamielennoxso for example i don't see that working here00:52
jamielennoxand thinking keystone endpoints00:52
*** jbresnah has joined #openstack-dev00:52
jamielennox(though i'm not sure i see it working previously either)00:53
*** joshuamckenty has joined #openstack-dev00:55
*** joshuamckenty has quit IRC00:55
jamielennoxactually 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/auth00:57
jamielennoxergh, this whole thing is a mess. MVC!00:58
ayoungI don't see MVC as the solution00:59
ayoungwe don'00:59
ayoungt really have differening view here00:59
ayoungviews01:00
ayoungthe model part is somewhat broken, but I blame sqlalchemy for that01:00
ayounggetting one model that works with both sql-a and the other backends is kindof impossible01:00
jamielennoxsomewhat01:02
*** Guest79880 is now known as xarg01:02
jamielennoxbut i think the problem is in the squeezing it through the _api layer as a dictionary01:02
ayoungyeah, that is broken01:02
*** xarg is now known as Guest2024001:02
jamielennoxif 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 sqlalchemy01:03
jamielennoxyou would probably be forcing your memcache backend to act a bit like your sqlalchemy backend but that's not too bad01:03
*** sthaha has joined #openstack-dev01:03
ayounghmmm01:03
ayoungok,  lets pursue that thought01:04
*** erkules has quit IRC01:04
ayoungsay that model is first and foremost the sqlalchemy defining file...01:04
ayoungSo for identity, it would be the user, group ...01:04
ayoungbut none of the other backend/driver type stuff01:05
ayoungso all of them would extend class User(sql.ModelBase, sql.DictBase):01:05
ayoungeven for the LDAP backend01:05
*** anteaya has quit IRC01:05
jamielennoxno i don't think so, they would just need to provide a property with user_id, password etc01:05
ayoungthe other backends can ignore __tablename__01:05
jamielennoxwhether that backed to a sqlalchemy model or just properties on the backend object doesn't matter01:06
ayounghrm01:06
*** jbresnah has quit IRC01:06
ayoungWe had that before the keystoneline rewrite, IIRC01:06
ayoungkeystonelite01:06
ayoungdone by "he who shall not be named on IRC"01:07
ayoungcommon/models.py was supposed to be that, but it doesn't have properties.01:07
jamielennoxit doesn't really have anything except for known_keys and it is only used by the ldap backend01:08
ayoungyep01:08
*** devoid has joined #openstack-dev01:09
ayoungOK,  If what you are really driving for is a Model instead of using dictionaries, I am with you01:09
jamielennoxyea, it is just going to need to be done in phases, i can't just rip out the api layer01:10
jamielennoxbut if i can hide it behind a model then no-one will notice when i do01:10
*** devoid has quit IRC01:10
*** devoid has joined #openstack-dev01:10
ayoungjamielennox, 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
jamielennoxit's an object, stub the optionals with the defaults01:11
*** rkukura has joined #openstack-dev01:11
*** huats has quit IRC01:11
jamielennoxnot stub, just assign in __init__01:11
*** huats has joined #openstack-dev01:11
*** huats has joined #openstack-dev01:11
jamielennoxif not set then the property returns the default value01:11
*** ayoung83 has joined #openstack-dev01:12
jamielennoxwhat is optional vs what is required disappears and you just use the property as if it was always there01:12
*** ayoung83 has quit IRC01:12
jamielennoxwhether you persist that default value is up to the backend but i would try to keep that logic in the model01:13
*** yaguang has joined #openstack-dev01:13
*** lbragstad has joined #openstack-dev01:13
*** Ryan_Lane has quit IRC01:13
jamielennoxso 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 object01:14
jamielennoxthis 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
ayoungjamielennox, log the bug01:15
jamielennoxsomewhere 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 used01:15
*** jbresnah has joined #openstack-dev01:16
*** Ryan_Lane has joined #openstack-dev01:16
*** alop has quit IRC01:18
*** erkules has joined #openstack-dev01:18
*** lbragstad has quit IRC01:18
jamielennoxayoung: 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 backend01:19
*** cliu has joined #openstack-dev01:19
ayoung+2 from me on that01:19
*** michchap has quit IRC01:20
ayoungwhy 6@dependency.requires('credential_api')01:20
jamielennoxwith 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 etc01:20
*** michchap has joined #openstack-dev01:20
jamielennoxwhere01:21
ayoungcredential/credential.py01:21
jamielennoxoh01:21
ayounghttps://review.openstack.org/#/c/35462/2/keystone/credential/credential.py01:21
jamielennoxright01:21
*** gongysh has quit IRC01:21
jamielennoxbecause at the moment we've still got to persist the object through the _api layer01:21
ayoungah...so I don't tend to do things that way01:22
*** devoid has quit IRC01:22
ayoungjamielennox, I would leave it as a DTO, with persistance as an external operation01:22
*** stevemar has quit IRC01:22
*** jdennis1 has joined #openstack-dev01:22
ayoungI would rewrite the backends so that they take and produce the credential objects instead01:23
jamielennoxbut the end goal is to hide the _api to the point where we can remove it and have the backend work with the models01:24
*** olaph has quit IRC01:24
*** devoid has joined #openstack-dev01:24
*** devoid has left #openstack-dev01:24
*** terriyu has quit IRC01:25
*** Guest33963 has quit IRC01:25
*** ffio has joined #openstack-dev01:26
*** Ryan_Lane has quit IRC01:26
*** tjones has quit IRC01:26
*** olaph has joined #openstack-dev01:26
*** danwent has quit IRC01:26
*** anniec has joined #openstack-dev01:30
*** anniec has quit IRC01:30
ayoungjamielennox, 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
ayoungnachi_, yes it is01:30
ayoungnachi_, I want to make sure his fix doesn't mask yours, so if yours goes in second, we are sure it works correctly01:31
*** Mandell_ has quit IRC01:32
jamielennoxayoung: 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 job01:32
nachi_ayoung, Ok. I see that rebase url which you pointed is same as the review url01:32
*** olaph has quit IRC01:32
*** olaph has joined #openstack-dev01:32
ayoungjamielennox, agreed, but I think it will be good to have a clean example01:32
jamielennoxCredential 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 break01:33
ayoungjamielennox, 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 heretic01:34
*** stevemar has joined #openstack-dev01:34
jamielennoxayoung: ok, i'll revise the current patch to extract the model common stuff01:34
jamielennoxand 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 process01:35
*** devoid1 has joined #openstack-dev01:35
*** olaph_ has joined #openstack-dev01:35
ayoungjamielennox, 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 IRC01:36
*** olaph has quit IRC01:37
jamielennoxanyway, 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 first01:38
jamielennoxthough this next rebase shouldn't take long01:38
*** cp16net is now known as cp16net|away01:38
*** olaph_ has quit IRC01:40
*** cp16net|away is now known as cp16net01: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 submitted01:41
openstackgerritA change was merged to openstack/nova: Add Instance.get_by_id() query method  https://review.openstack.org/3491201:43
*** olaph has joined #openstack-dev01:44
*** devoid1 has quit IRC01:44
*** _0x44 has joined #openstack-dev01:47
*** olaph has quit IRC01:50
*** morazi has joined #openstack-dev01:52
*** olaph has joined #openstack-dev01:52
*** joshuamckenty has joined #openstack-dev01:54
*** ayoung83 has joined #openstack-dev01:54
*** cmark has joined #openstack-dev01:54
ayoungnachi_, , , sorry about that....correct url in a second01:54
*** yaguang has quit IRC01:55
ayoungnachi_, https://review.openstack.org/#/c/33525/01:55
ayoungshould be rebased on top of...01:55
ayounghttps://review.openstack.org/#/c/33102/01:55
nachi_ayoung, ok01:55
ayoungnachi_, a code review of 33102 would be useful as well01:55
*** olaph_ has joined #openstack-dev01:56
nachi_ayoung, i will review the code and rebase on top of that01:56
ayoungcool01:56
*** olaph has quit IRC01:58
*** yaguang has joined #openstack-dev01:59
*** erkules_ has joined #openstack-dev02:00
*** erkules has quit IRC02:02
*** Guest20240 is now known as xarg02:03
*** xarg is now known as Guest358002:03
*** olaph_ has quit IRC02:05
*** yaguang has quit IRC02:07
*** danwent has joined #openstack-dev02:08
*** cmark has quit IRC02:10
*** danwent_ has joined #openstack-dev02:12
*** danwent has quit IRC02:13
*** phschwartz has joined #openstack-dev02:13
*** danwent has joined #openstack-dev02:14
*** yuanz has joined #openstack-dev02:16
*** danwent_ has quit IRC02:16
*** dguitarbite has joined #openstack-dev02:18
*** rods1 has quit IRC02:26
*** yaguang has joined #openstack-dev02:32
*** ayoung83 has quit IRC02:33
*** redondos_ has joined #openstack-dev02:34
*** Madkiss has quit IRC02:34
*** Madkiss_ has joined #openstack-dev02:34
*** Madkiss_ is now known as Madkiss02:34
*** obondarev_ has joined #openstack-dev02:35
*** xqueraltl has joined #openstack-dev02:36
*** nrs__ has joined #openstack-dev02:36
*** kpepple_ has joined #openstack-dev02:36
*** yaguang has quit IRC02:36
*** DuncanT- has joined #openstack-dev02:36
*** BStokes has joined #openstack-dev02:37
*** pasquier-s_ has joined #openstack-dev02:38
*** llu_linux has joined #openstack-dev02:38
*** kenperkins_ has joined #openstack-dev02:38
*** ZangMing1ie has joined #openstack-dev02:38
*** ctlaugh has joined #openstack-dev02:39
*** hoodow has quit IRC02:39
*** asalkeld has quit IRC02:40
*** asalkeld has joined #openstack-dev02:40
*** david-lyle has joined #openstack-dev02:40
*** toanster has joined #openstack-dev02:42
*** BobBall_1way has joined #openstack-dev02:43
*** phschwartz has quit IRC02:43
*** toanster_ has quit IRC02:43
*** BobBall_away has quit IRC02:43
*** pasquier-s has quit IRC02:43
*** ctlaugh_ has quit IRC02:43
*** hugokuo has quit IRC02:43
*** llu has quit IRC02:43
*** jonesld has quit IRC02:43
*** nrs_ has quit IRC02:43
*** dklyle has quit IRC02:43
*** ZangMingJie has quit IRC02:43
*** obondarev has quit IRC02:43
*** redondos has quit IRC02:43
*** Guest6439 has quit IRC02:43
*** ron-slc has quit IRC02:43
*** xqueralt-afk has quit IRC02:43
*** duncant has quit IRC02:43
*** kpepple has quit IRC02:43
*** anfrolov has quit IRC02:43
*** kenperkins has quit IRC02:43
*** git-harry has quit IRC02:43
*** JStoker has quit IRC02:43
*** t-8ch has quit IRC02:43
*** ondergetekende has quit IRC02:43
*** sgran has quit IRC02:43
*** redondos_ is now known as redondos02:43
*** nrs__ is now known as nrs_02:43
*** anfrolov has joined #openstack-dev02:44
*** jhesketh_ has joined #openstack-dev02:44
*** hugokuo has joined #openstack-dev02:45
*** jonesld has joined #openstack-dev02:49
ayoungjamielennox, 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
ayoungunique_id(token_id)  will generate the hash for a CMS token.02:49
*** amotoki has joined #openstack-dev02:49
ayoungshouldn't matter if the format is set to uuid or pki02:50
jamielennoxwhy do you think that?02:50
jamielennoxtalking about test_v3_token_id02:50
jamielennoxit appears to be the only real one with additions02:50
*** hoodow has joined #openstack-dev02:50
*** ron-slc has joined #openstack-dev02:51
*** yaguang has joined #openstack-dev02:51
ayoungjamielennox, It was your test that was failing, the bound test.02:51
ayoungand changing the token format config value fixed it, but it should not have made adifference02:52
*** cmark has joined #openstack-dev02:52
ayoungtest_verify_with_bound_token(self):02:52
*** souvik has joined #openstack-dev02:58
*** cmark_ has joined #openstack-dev02:58
ayoungtest runs OK for me now.  Go figure02:58
*** cmark has quit IRC02:58
*** cmark has joined #openstack-dev02:58
*** zackf has joined #openstack-dev02:59
jamielennoxi'm messing with one now that seems to run differently when run against the controller vs over http02:59
jamielennoxif that really makes a difference i'll go back through the others03:00
*** Guest21737 is now known as xarg03:03
*** xarg is now known as Guest2529003:04
*** rcleere has joined #openstack-dev03:07
*** git-harry has joined #openstack-dev03:09
*** JStoker has joined #openstack-dev03:09
*** t-8ch has joined #openstack-dev03:09
*** ondergetekende has joined #openstack-dev03:09
*** sgran has joined #openstack-dev03:09
*** jjmb has joined #openstack-dev03:13
*** zackf has quit IRC03:14
*** Guest29899 has quit IRC03:16
*** dkranz has joined #openstack-dev03:19
*** danwent has quit IRC03:20
openstackgerritA change was merged to openstack/ceilometer: enable v2 api hbase tests  https://review.openstack.org/3481403:24
*** joshuamckenty has quit IRC03:30
*** lloydde has joined #openstack-dev03:33
*** cyeoh has quit IRC03:34
*** cyeoh has joined #openstack-dev03:34
*** neelashah has joined #openstack-dev03:35
*** ffio has quit IRC03:40
*** stevemar has quit IRC03:41
*** stevemar2 has joined #openstack-dev03:44
*** souvik has quit IRC03:44
*** yjiang5 has quit IRC03:48
*** galstrom_zzz is now known as galstrom03:49
*** ffio has joined #openstack-dev03:51
ayoungjamielennox, 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 this03:55
ayoungrelease03:55
ayoungit won;t be an extension, just an alternative token provider.03:55
ayounghaving said that, I am going back to bed03:55
*** ayoung is now known as ayoung_zZzZzZ03:55
jamielennoxayoung: but they are so marginally different, we can talk about it later03:56
*** stevemar2 has quit IRC03:56
*** joshuamckenty has joined #openstack-dev03:56
*** stevemar has joined #openstack-dev03:57
*** joshuamckenty has quit IRC03:59
*** galstrom is now known as galstrom_zzz04:00
*** sdake_ has quit IRC04:01
*** redbeard2 has joined #openstack-dev04:01
*** sleepsonthefloor has joined #openstack-dev04:02
*** Ryan_Lane has joined #openstack-dev04:02
*** Guest3580 is now known as xarg04:04
*** xarg is now known as Guest1230304:05
*** tzumainn has quit IRC04:07
*** yaguang has quit IRC04:08
*** stevemar2 has joined #openstack-dev04:09
*** SergeyLukjanov has joined #openstack-dev04:09
*** stevemar has quit IRC04:09
*** galstrom_zzz is now known as galstrom04:10
*** rkukura has quit IRC04:10
*** stevemar2 has quit IRC04:13
*** markmcclain has joined #openstack-dev04:13
*** stevemar has joined #openstack-dev04:13
*** marun has quit IRC04:16
lifelessttx: I have a mail in moderation for -dev.04:19
*** dguitarbite has quit IRC04:19
*** galstrom is now known as galstrom_zzz04:20
*** danwent has joined #openstack-dev04:20
*** danwent has quit IRC04:25
*** garyk has quit IRC04:25
*** yaguang has joined #openstack-dev04:26
*** souvik has joined #openstack-dev04:32
*** souvik1 has joined #openstack-dev04:33
*** souvik has quit IRC04:33
*** rickerc has quit IRC04:33
*** galstrom_zzz is now known as galstrom04:34
*** rickerc has joined #openstack-dev04:37
*** yaguang has quit IRC04:40
*** sungju has quit IRC04:41
*** cmark has quit IRC04:42
*** danwent has joined #openstack-dev04:43
*** sungju has joined #openstack-dev04:43
*** mdenny has quit IRC04:45
*** navid_ has joined #openstack-dev04:46
*** lloydde has quit IRC04:47
*** yaguang has joined #openstack-dev04:48
*** lbragstad has joined #openstack-dev04:49
*** Ryan_Lane has quit IRC04:53
*** Ryan_Lane has joined #openstack-dev04:56
*** yograterol has joined #openstack-dev04:56
*** lbragstad has quit IRC04:58
*** NetworkStatic has quit IRC04:59
*** ffio has quit IRC05:01
*** andy__ has joined #openstack-dev05:02
*** apcruz has quit IRC05:03
*** souvik1 has quit IRC05:03
*** andy__ has quit IRC05:04
*** llu_linux is now known as llu05:04
*** Guest12303 is now known as xarg05:05
*** danwent has quit IRC05:05
*** xarg is now known as Guest431905:06
*** kushal has joined #openstack-dev05:07
*** dongwoo has joined #openstack-dev05:08
*** terriyu has joined #openstack-dev05:08
*** NetworkStatic has joined #openstack-dev05:08
dongwoohi05:08
*** NetworkStatic has quit IRC05:09
dongwooi am checking connection of openstack IRC05:09
lluHi guys, looks like all nova check jobs gate-tempest-devstack-vm-*** keep failing on Jenkins.05:09
dongwoothanks05:10
*** rgoodwin has quit IRC05:12
*** rgoodwin has joined #openstack-dev05:13
*** oubiwann_ has quit IRC05:13
*** oubiwann has joined #openstack-dev05:13
llulooks like it can not create volumes in cinder, http://logs.openstack.org/35759/7/check/gate-tempest-devstack-vm-full/30702/console.html05:14
*** souvik has joined #openstack-dev05:15
clarkbllu: 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 blame05:15
clarkband change 36559 should fix it05:15
*** neelashah has quit IRC05:15
*** galstrom is now known as galstrom_zzz05:16
*** danwent has joined #openstack-dev05:17
lluclarkb: thanks for the info, looks like 36559 got stuck itself :-(05:21
clarkbllu: 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 yet05:22
*** aeperezt has quit IRC05:24
*** devoid has joined #openstack-dev05:24
lluclarkb: sorry, by saying stuck I mean it failed itself.05:24
clarkbllu: it hasn't been tested in the gate queue yet. the failure it had in the check queue is a known issue independent of this05:25
*** devoid has quit IRC05:25
clarkband that issue unfortunately hasn't been solved05:25
*** lloydde has joined #openstack-dev05:26
*** zaitcev has quit IRC05:26
*** bdpayne has joined #openstack-dev05:30
*** danwent has quit IRC05:31
*** prekarat1 has joined #openstack-dev05:40
*** SergeyLukjanov has quit IRC05:40
*** koolhead17 has joined #openstack-dev05:43
*** alunduil has quit IRC05:45
haneefjamielennox: What should the client do to get bind information in token response?05:46
*** cmark has joined #openstack-dev05:53
*** markmcclain has quit IRC05:53
*** yograterol has quit IRC05:53
*** yograterol has joined #openstack-dev05:54
*** reed has quit IRC05:56
*** jcannava has quit IRC06:00
*** cmark has quit IRC06:00
*** radix has quit IRC06:01
*** radix has joined #openstack-dev06:01
*** adam_g has quit IRC06:01
*** adam_g has joined #openstack-dev06:02
*** adam_g has joined #openstack-dev06:02
*** jcannava has joined #openstack-dev06:03
*** eglynn has joined #openstack-dev06:05
*** yaguang has quit IRC06:05
*** Guest4319 is now known as xarg06:06
*** xarg is now known as Guest991606:06
*** ffio has joined #openstack-dev06:08
*** yaguang has joined #openstack-dev06:11
*** ffio has quit IRC06:15
*** Ryan_Lane has quit IRC06:16
*** bdpayne has quit IRC06:16
*** Ryan_Lane has joined #openstack-dev06:17
*** navid_ has left #openstack-dev06:17
*** fifieldt has joined #openstack-dev06:17
*** jdennis1 has quit IRC06:18
*** souvik has quit IRC06:22
*** souvik has joined #openstack-dev06:23
*** sc68cal has joined #openstack-dev06:23
*** afazekas has quit IRC06:24
*** morganfainberg has quit IRC06:24
*** hughsaunders has quit IRC06:24
*** sc68cal_ has quit IRC06:24
*** morganfainberg has joined #openstack-dev06:24
*** ctlaugh_ has joined #openstack-dev06:24
*** hughsaunders has joined #openstack-dev06:24
*** souvik has quit IRC06:24
*** ctlaugh has quit IRC06:25
*** navid_ has joined #openstack-dev06:27
*** souvik has joined #openstack-dev06:30
*** sungju has quit IRC06:32
*** souvik has quit IRC06:35
*** souvik has joined #openstack-dev06:37
*** xmltok has quit IRC06:39
*** jpich has joined #openstack-dev06:41
*** nachi has quit IRC06:42
*** nachi_ has quit IRC06:42
*** zul has quit IRC06:44
*** derekh has joined #openstack-dev06:50
*** afazekas_ has joined #openstack-dev06:51
*** yograterol has quit IRC06:51
*** vartom has joined #openstack-dev06:53
*** lloydde has quit IRC06:54
*** egallen has joined #openstack-dev06:54
*** lloydde has joined #openstack-dev06:54
*** terriyu has quit IRC06:55
*** ema has joined #openstack-dev06:56
*** sushils has quit IRC06:58
*** navid_ has left #openstack-dev06:58
*** lloydde has quit IRC06:58
*** kaushikc has joined #openstack-dev07:00
*** SergeyLukjanov has joined #openstack-dev07:02
*** reidrac has joined #openstack-dev07:02
*** sride has joined #openstack-dev07:03
*** prekarat1 has quit IRC07:06
*** Guest9916 is now known as xarg07:06
*** xarg is now known as Guest2638307:07
*** saschpe_ has quit IRC07:07
*** gargya has joined #openstack-dev07:08
*** prekarat has joined #openstack-dev07:08
*** navid_ has joined #openstack-dev07:09
*** nunosantos has joined #openstack-dev07:10
*** corXi has joined #openstack-dev07:12
*** yolanda has joined #openstack-dev07:12
*** mmagr has joined #openstack-dev07:14
*** zul has joined #openstack-dev07:15
*** nunosantos has quit IRC07:15
*** safchain has joined #openstack-dev07:16
*** Ryan_Lane has quit IRC07:16
*** jprovazn has joined #openstack-dev07:17
*** jtomasek has joined #openstack-dev07:17
*** pschaef has joined #openstack-dev07:18
*** kaushikc has quit IRC07:19
*** ifarkas has joined #openstack-dev07:19
*** kaushikc has joined #openstack-dev07:19
*** jcoufal has joined #openstack-dev07:19
*** zul has quit IRC07:20
*** zul has joined #openstack-dev07:21
*** jgallard has joined #openstack-dev07:22
*** saschpe has joined #openstack-dev07:22
*** arezmerita has joined #openstack-dev07:23
*** stevemar has quit IRC07:24
*** AnilV4 has quit IRC07:24
*** boris-42 has quit IRC07:24
*** stevemar has joined #openstack-dev07:24
*** kaushikc has quit IRC07:25
*** Ryan_Lane has joined #openstack-dev07:26
*** ndipanov has joined #openstack-dev07:29
ttxlifeless: checking...07:29
ttx"Too many recipients to the message" yes07:30
ttxapproved07:30
*** jdennis has joined #openstack-dev07:32
*** AnilV4 has joined #openstack-dev07:32
*** salv-orlando has joined #openstack-dev07:33
*** cyril__ has joined #openstack-dev07:33
*** zul has quit IRC07:33
*** eglynn has quit IRC07:37
*** alexxu has joined #openstack-dev07:37
*** mmagr has quit IRC07:38
*** zul has joined #openstack-dev07:41
*** stevemar has quit IRC07:41
*** mmagr has joined #openstack-dev07:43
*** mkollaro has joined #openstack-dev07:47
*** basha has joined #openstack-dev07:48
*** mmagr has quit IRC07:48
*** JordanP has joined #openstack-dev07:50
*** sungju has joined #openstack-dev07:56
*** Max_ has joined #openstack-dev07:58
*** dongwoo has left #openstack-dev08:00
*** kaushikc has joined #openstack-dev08:00
*** erkules_ is now known as erkules08:00
*** jgallard has quit IRC08:01
*** Ryan_Lane has quit IRC08:01
*** jgallard has joined #openstack-dev08:01
*** mmagr has joined #openstack-dev08:02
*** Alexei_987 has joined #openstack-dev08:03
*** fifieldt has quit IRC08:04
*** Guest26383 is now known as xarg08:07
*** zoresvit has joined #openstack-dev08:07
*** xarg is now known as Guest3618208:08
*** anticw_ has quit IRC08:09
*** jdennis has quit IRC08:09
*** jdennis has joined #openstack-dev08:11
*** romcheg has joined #openstack-dev08:14
*** lucasagomes has joined #openstack-dev08:15
*** jdennis has quit IRC08:15
*** jgallard has quit IRC08:18
*** romcheg has left #openstack-dev08:19
*** jgallard has joined #openstack-dev08:19
*** johnthetubaguy has joined #openstack-dev08:21
*** eglynn has joined #openstack-dev08:22
*** Ryan_Lane has joined #openstack-dev08:23
*** Ryan_Lane has quit IRC08:23
*** Ryan_Lane has joined #openstack-dev08:23
*** Adri2000_ is now known as Adri200008:25
*** jbresnah has quit IRC08:27
*** BobBall_1way is now known as BobBall08:28
*** devvesa has joined #openstack-dev08:29
*** xqueraltl is now known as xqueralt08:29
*** pnavarro has joined #openstack-dev08:30
*** eglynn has quit IRC08:31
*** alexpilotti has joined #openstack-dev08:32
*** basha has quit IRC08:32
*** iartarisi has joined #openstack-dev08:34
*** ifarkas has quit IRC08:35
*** ifarkas has joined #openstack-dev08:35
*** yaguang has quit IRC08:37
*** DuncanT- is now known as DuncanT08:37
*** sandeepr has quit IRC08:38
*** Ryan_Lane has quit IRC08:40
*** freedomhui has joined #openstack-dev08:41
*** eglynn has joined #openstack-dev08:41
*** tavi has joined #openstack-dev08:42
*** basha has joined #openstack-dev08:43
*** anticw has joined #openstack-dev08:43
*** sandeepr has joined #openstack-dev08:43
*** sdake_ has joined #openstack-dev08:44
*** tavi has quit IRC08:44
*** navid_ has quit IRC08:45
*** navid_ has joined #openstack-dev08:46
*** zyluo has quit IRC08:52
*** alexxu has quit IRC08:53
*** sushils has joined #openstack-dev08:53
*** gargya has quit IRC08:53
*** athomas has joined #openstack-dev08:53
*** alexxu has joined #openstack-dev08:56
*** cyril__ has quit IRC09:01
*** rods1 has joined #openstack-dev09:01
*** danpb has joined #openstack-dev09:03
*** roz is now known as AndreaRosa09:07
*** Guest36182 is now known as xarg09:08
*** xarg is now known as Guest5164009:08
*** ivoks_ is now known as ivoks09:09
*** ivoks has quit IRC09:10
*** ivoks has joined #openstack-dev09:10
*** boris-42 has joined #openstack-dev09:10
*** martyntaylor has joined #openstack-dev09:21
*** chmouel has quit IRC09:24
*** chmouel has joined #openstack-dev09:25
lifelessttx: thanks09:25
*** yaguang has joined #openstack-dev09:26
*** chmouel has quit IRC09:27
*** chmouel has joined #openstack-dev09:29
*** sdake_ has quit IRC09:30
*** alexxu has quit IRC09:31
*** chmouel has quit IRC09:33
*** dperaza has quit IRC09:33
*** chmouel has joined #openstack-dev09:34
*** chmouel has quit IRC09:35
*** chmouel has joined #openstack-dev09:36
*** jamespage_ has joined #openstack-dev09:49
*** svilgelm has joined #openstack-dev09:49
*** leizhang has joined #openstack-dev09:49
*** afazekas_ is now known as afazekas09:51
*** bashok has joined #openstack-dev09:52
*** gongysh has joined #openstack-dev09:57
*** basha has quit IRC10:00
*** jamespage_ has quit IRC10:02
*** egallen has quit IRC10:03
*** egallen has joined #openstack-dev10:05
*** pnavarro has quit IRC10:06
*** devvesa has quit IRC10:08
*** Guest51640 is now known as xarg10:08
*** xarg is now known as Guest7568710:09
*** jgallard has quit IRC10:10
*** psedlak has joined #openstack-dev10:12
*** yaguang has quit IRC10:13
*** leizhang has quit IRC10:16
*** garyk has joined #openstack-dev10:17
garyk#openstack-vmware10:17
*** garyk has quit IRC10:17
*** egallen has quit IRC10:18
*** garyk has joined #openstack-dev10:18
*** basha has joined #openstack-dev10:21
*** gargya has joined #openstack-dev10:23
*** boris-42_ has joined #openstack-dev10:23
jog0so all of jenkins is failing :/http://status.openstack.org/zuul/10:24
*** bswartz has quit IRC10:25
*** boris-42 has quit IRC10:25
*** boris-42_ is now known as boris-4210:25
*** souvik has quit IRC10:28
*** romcheg1 has joined #openstack-dev10:28
*** rcleere has quit IRC10:30
*** markmc has joined #openstack-dev10:32
openstackgerritA change was merged to openstack/oslo-incubator: Revert "Add support for heartbeating in the kombu RPC driver"  https://review.openstack.org/3660610:34
*** devvesa has joined #openstack-dev10:35
*** pnavarro has joined #openstack-dev10:36
*** basha has quit IRC10:36
*** souvik has joined #openstack-dev10:38
*** egallen has joined #openstack-dev10:38
*** egallen has quit IRC10:44
*** pnavarro has quit IRC10:45
*** boden has joined #openstack-dev10:46
*** basha has joined #openstack-dev10:49
*** pnavarro has joined #openstack-dev10:59
*** dprince has joined #openstack-dev11:02
*** alop has joined #openstack-dev11:04
*** gmoro_ has quit IRC11:05
*** yaguang has joined #openstack-dev11:06
*** prekarat has quit IRC11:07
*** alop_ has joined #openstack-dev11:08
*** alop has quit IRC11:09
*** alop_ is now known as alop11:09
*** freedomhui has quit IRC11:09
*** Guest25290 is now known as xarg11:09
*** xarg is now known as Guest1204311:09
*** vartom has quit IRC11:11
*** vartom has joined #openstack-dev11:12
*** navid_ has left #openstack-dev11:14
*** vartom2 has joined #openstack-dev11:16
*** santanel has quit IRC11:17
*** gmoro_ has joined #openstack-dev11:18
*** romcheg has joined #openstack-dev11:18
*** vartom has quit IRC11:19
openstackgerritA change was merged to openstack/cinder: Update upper bound of keystoneclient version.  https://review.openstack.org/3655911:20
*** romcheg1 has quit IRC11:22
*** derekh has quit IRC11:24
*** prekarat has joined #openstack-dev11:28
underplankHi all. I was looking for some guidance on bugs that could be fixed on swift?11:28
openstackgerritA change was merged to openstack/glance: Adding store location proxy to domain  https://review.openstack.org/3450111:34
openstackgerritA change was merged to openstack/cinder: Add unit tests for cinder/api/versions  https://review.openstack.org/3621111:34
*** tmclaugh[work] has joined #openstack-dev11:36
*** garyk has quit IRC11:38
*** jgallard has joined #openstack-dev11:39
*** HenryG_ has joined #openstack-dev11:41
*** ffio has joined #openstack-dev11:43
*** HenryG has quit IRC11:44
*** souvik1 has joined #openstack-dev11:46
*** souvik has quit IRC11:47
*** egallen has joined #openstack-dev11:50
*** jprovazn has quit IRC11:51
*** mmagr has quit IRC11:52
*** dprince has quit IRC11:52
openstackgerritA change was merged to openstack/oslo-incubator: Add a monkey-patching util for sqlalchemy-migrate  https://review.openstack.org/3101611:53
*** jprovazn has joined #openstack-dev11:53
*** tkammer has joined #openstack-dev11:53
*** egallen has quit IRC11:54
*** egallen has joined #openstack-dev11:55
*** egallen has joined #openstack-dev11:57
*** HenryG_ has quit IRC11:58
*** jprovazn has quit IRC12:00
*** derekh has joined #openstack-dev12:01
*** zoresvit has quit IRC12:01
*** zoresvit has joined #openstack-dev12:02
*** n0ano has quit IRC12:02
*** mmagr has joined #openstack-dev12:02
*** alop has quit IRC12:09
*** Guest75687 is now known as xarg12:10
*** xarg is now known as Guest3633312:10
*** morazi has quit IRC12:10
*** egallen has quit IRC12:11
*** egallen has joined #openstack-dev12:11
*** morazi has joined #openstack-dev12:12
*** jprovazn has joined #openstack-dev12:12
*** galstrom_zzz is now known as galstrom12:13
*** pnavarro1 has joined #openstack-dev12:13
*** simo has quit IRC12:14
*** pnavarro1 has quit IRC12:15
*** souvik1 has quit IRC12:16
*** souvik has joined #openstack-dev12:16
*** jprovazn has quit IRC12:17
*** pnavarro has quit IRC12:17
*** arezmerita has quit IRC12:18
*** arezmerita has joined #openstack-dev12:20
*** jprovazn has joined #openstack-dev12:20
*** matrohon has quit IRC12:25
*** freedomhui has joined #openstack-dev12:26
*** jprovazn has quit IRC12:27
*** amotoki has quit IRC12:28
*** radez has joined #openstack-dev12:29
*** basha has quit IRC12:29
*** rfolco has joined #openstack-dev12:32
*** ffio has quit IRC12:32
*** apcruz has joined #openstack-dev12:33
*** bashok has quit IRC12:34
*** simo has joined #openstack-dev12:34
*** simo has joined #openstack-dev12:34
openstackgerritA change was merged to openstack/neutron: Initial Modular L2 Mechanism Driver implementation.  https://review.openstack.org/3320112:35
*** cmagina-away is now known as cmagina12:38
*** jruzicka has joined #openstack-dev12:39
*** jprovazn has joined #openstack-dev12:40
*** galstrom is now known as galstrom_zzz12:40
*** kushal has quit IRC12:41
*** souvik has quit IRC12:42
*** olaph has joined #openstack-dev12:44
*** mjfork has joined #openstack-dev12:46
*** prekarat has quit IRC12:49
*** morazi has quit IRC12:49
*** morazi has joined #openstack-dev12:50
*** redbeard2 has quit IRC12:51
*** dprince has joined #openstack-dev12:53
*** CaptTofu has quit IRC12:56
*** navid_ has joined #openstack-dev12:56
*** CaptTofu has joined #openstack-dev12:56
*** rahmu has quit IRC12:58
*** jd__ has quit IRC12:58
*** tmclaugh[work] has quit IRC12:58
*** gaelL has quit IRC12:59
*** arezmerita has quit IRC12:59
*** CaptTofu has quit IRC13:00
*** jd__ has joined #openstack-dev13:00
*** rahmu has joined #openstack-dev13:01
*** gaelL has joined #openstack-dev13:01
*** gargya_ has joined #openstack-dev13:02
*** jdennis1 has joined #openstack-dev13:02
*** gargya has quit IRC13:04
*** gargya_ is now known as gargya13:04
*** prekarat has joined #openstack-dev13:04
*** bswartz has joined #openstack-dev13:05
*** maurosr- is now known as maurosr13:05
*** CaptTofu has joined #openstack-dev13:06
*** jcoufal has quit IRC13:06
*** matrohon has joined #openstack-dev13:07
matrohonmestery : hi13:08
*** kushal has joined #openstack-dev13:09
*** Guest36333 is now known as xarg13:10
*** xarg is now known as Guest8303413:11
*** ayoung_zZzZzZ is now known as ayoung13:11
*** btorch has left #openstack-dev13:12
*** lon_T2 is now known as lon13:12
*** arezmerita has joined #openstack-dev13:13
*** ayoung has quit IRC13:15
*** tzumainn has joined #openstack-dev13:17
*** Alexei_987 has quit IRC13:18
*** anteaya has joined #openstack-dev13:19
*** Alexei_987 has joined #openstack-dev13:19
*** martine_ has joined #openstack-dev13:20
*** jayg|g0n3 is now known as jayg13:23
*** sride has quit IRC13:24
*** rharwood has joined #openstack-dev13:25
*** deepu has joined #openstack-dev13:25
deepuhi !!!13:25
*** lbragstad has joined #openstack-dev13:25
deepuIs devstack cleared out of bug ? can i download and use it for testing ?13:25
*** yaguang has quit IRC13:26
*** kaushikc has left #openstack-dev13:26
deepubefore 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-dev13:26
*** blues-man has joined #openstack-dev13:29
*** dperaza has joined #openstack-dev13:31
*** yograterol has joined #openstack-dev13:31
openstackgerritA change was merged to openstack/cinder: Add support for storing volumes on GPFS  https://review.openstack.org/3429013:31
*** henrynash has quit IRC13:33
openstackgerritA change was merged to openstack/ceilometer: Update swift pollster to use cache  https://review.openstack.org/3541113:33
*** mtreinish has joined #openstack-dev13:34
*** yograterol has quit IRC13:34
*** yograterol has joined #openstack-dev13:35
*** vartom2 has quit IRC13:36
*** underplank has quit IRC13:36
*** gargya_ has joined #openstack-dev13:38
*** navid_ has left #openstack-dev13:39
openstackgerritA change was merged to openstack/ceilometer: Update compute disk I/O pollster to use cache  https://review.openstack.org/3554813:39
*** neelashah has joined #openstack-dev13:39
*** gargya has quit IRC13:39
*** gargya_ is now known as gargya13:40
*** yograterol has quit IRC13:42
*** yograterol has joined #openstack-dev13:42
*** yograterol has quit IRC13:42
*** yaguang has joined #openstack-dev13:43
*** jdurgin has quit IRC13:43
openstackgerritA change was merged to openstack/ceilometer: Update compute CPU pollster to use cache  https://review.openstack.org/3554913:43
*** alop has joined #openstack-dev13:46
openstackgerritA change was merged to openstack/ceilometer: Update compute vnic pollster to use cache  https://review.openstack.org/3555013:46
*** jecarey_ has joined #openstack-dev13:46
*** spzala has joined #openstack-dev13:47
*** prekarat has left #openstack-dev13:47
*** Max_ has quit IRC13:48
*** otherwiseguy has joined #openstack-dev13:49
*** tmclaugh[work] has joined #openstack-dev13:51
*** jprovazn has quit IRC13:53
*** zb has joined #openstack-dev13:53
*** eharney has joined #openstack-dev13:53
*** perfectsine has joined #openstack-dev13:54
*** jecarey_ has quit IRC13:55
perfectsineHas 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-dev13:55
*** zaneb has quit IRC13:56
*** jdurgin has joined #openstack-dev13:56
*** READ10 has joined #openstack-dev13:57
*** cliu has quit IRC13:58
*** ffio has joined #openstack-dev13:58
*** yaguang has quit IRC13:58
*** prad_ has joined #openstack-dev13:59
*** burt has joined #openstack-dev14:00
*** garyTh has joined #openstack-dev14:00
*** davidhadas has joined #openstack-dev14:00
*** tmclaugh[work] has quit IRC14:01
*** yaguang has joined #openstack-dev14:03
*** rkukura has joined #openstack-dev14:03
simomarkmc: 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 system14:04
*** tmclaugh[work] has joined #openstack-dev14:05
*** bswartz has quit IRC14:06
*** sudorandom has joined #openstack-dev14:06
*** jprovazn has joined #openstack-dev14:07
*** ayoung has joined #openstack-dev14:08
*** jimfehlig has joined #openstack-dev14:08
*** Guest12043 is now known as xarg14:11
*** xqueralt is now known as xqueralt-afk14:11
*** xarg is now known as Guest8683214:11
*** woodspa has joined #openstack-dev14:12
*** burt has quit IRC14:12
ayoungrcrit, 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 better14:12
rcritsure I can look14:13
*** burt has joined #openstack-dev14:14
deepucan someon please say if devstack is running without any bugs ? is it good to install to make use of the openstack servces ?14:15
Adri2000it's good to install a test/dev environment14:15
*** rkukura has quit IRC14:16
*** rkukura has joined #openstack-dev14:16
*** cp16net is now known as cp16net|away14:17
*** athomas has quit IRC14:17
deepu<Adri2000>test/dev environment ? where do \i install it from ?14:18
deepuI need to work on horizon#14:18
*** stevemar has joined #openstack-dev14:18
burtdeepu: see devstack.org14:18
*** redbeard2 has joined #openstack-dev14:18
*** MaxV has joined #openstack-dev14:18
ayoungsimo, 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-dev14:20
burtI doubt anything in this project is free of bugs14:20
burtI can tell you the best way I found to work was to use vagrant with devstack14:20
*** xqueralt-afk is now known as xqueralt14:21
*** andrewbogott_afk is now known as andrewbogott14:21
*** woodspa_ has joined #openstack-dev14: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 IRC14:24
deepu<burt>i mean having vagrant along with devstack ?14:24
*** athomas has joined #openstack-dev14:25
*** rwsu-away is now known as rwsu14:26
*** FunnyLookinHat has joined #openstack-dev14:26
*** anteaya has quit IRC14:27
*** electrichead has joined #openstack-dev14:27
*** koolhead17 has quit IRC14:27
*** woodspa has quit IRC14:27
*** andrew_plunk has joined #openstack-dev14:28
stevemaranyone know how to I could view a .md file in my browser with all the fancy formatting?14:28
stevemarI'm just changing it in eclipse14:28
*** andrew_plunk has left #openstack-dev14:28
*** yaguang has quit IRC14:28
*** datsun180b has joined #openstack-dev14:29
burtdeepu: 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 IRC14:30
*** jasper22_ has quit IRC14:31
*** sandy__ has joined #openstack-dev14:32
openstackgerritA change was merged to openstack/python-neutronclient: Don't convert httplib2 exceptions to status codes  https://review.openstack.org/2727014:32
*** terriyu has joined #openstack-dev14:33
*** gongysh has quit IRC14:34
openstackgerritA change was merged to openstack/nova: Enable core API-v3 to be optional when unit testing  https://review.openstack.org/3645214:36
*** sandywalsh_ has quit IRC14:36
openstackgerritA change was merged to openstack/python-keystoneclient: Add name arguments to keystone command.  https://review.openstack.org/3038614:36
*** nunosantos has joined #openstack-dev14:38
*** litong has joined #openstack-dev14:38
*** koolhead17 has joined #openstack-dev14:40
*** topol has joined #openstack-dev14:43
*** jprovazn has quit IRC14:44
*** danwent has joined #openstack-dev14:44
simoayoung: extension ? you mean the code in keystone contrib ? ?14:45
ayoungsimo, yes.  I was looking for it, but can't find your original14:46
simoayoung: http://fedorapeople.org/cgit/simo/public_git/keystone.git/log/?h=shared-key-msg14:46
*** dkranz has quit IRC14:46
ayoungsimo, OK, can you squash that and submit it as a draft review to gerrit?14:47
*** pschaef has quit IRC14:47
simoayoung: I thought you wanted to make changes14:47
simoayoung: laso why squashing ?14:47
*** mdenny has joined #openstack-dev14:47
simoit's split in 4 patches for easier review14:47
ayoungsimo, 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, too14:48
ayoungsimo, you can submit all 4 as -D and they will be linked in gerrit.   Just rebase on top of origin/master first14:48
*** _TheDodd_ has joined #openstack-dev14:48
simoayoung: shouldn;t we add your patches first ?14:49
*** dklyle has joined #openstack-dev14:49
simoor do you want to lay them on top ?14:49
*** jvrbanac has joined #openstack-dev14:49
*** gargya has quit IRC14:52
ayoungsimo, it is easeir for me if the whole thing is in gerrit14:53
ayoungwe can rebase etc after that, and I will have to look at your current code to see where to add my patches14:53
*** pnavarro has joined #openstack-dev14:53
ayoungsimo, 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-dev14:56
*** kushal has quit IRC14:57
simoayoung: so you plan to have that code in sooner ?14:58
simoor should we push my patchset and then you change everything ?14:58
ayoungsimo, 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-dev14:59
simoayoung: so should we hold ?15:00
simoshould we puch for review ?15:00
simo*push15:00
ayoungsimo, yes. we should push for review.  The two earliest patches in your patchset can go in now, I think15:01
*** michchap has joined #openstack-dev15:01
ayoungAdd crypto dependency  is simple15:01
*** kenperkins_ is now known as kenperkins15:01
ayoungSync-up crypto from oslo-incubator  as well15:01
simoayoung: yes crypto/utils.py is in oslo already15:01
*** dhellmann_ is now known as dhellmann15:01
ayoungcan you submit those two for review?15:02
*** woodspa has joined #openstack-dev15:02
simoayoung: ok I will submit those 2 as a separate review15:02
*** mmagr has quit IRC15:02
ayoungsimo, sounds good.  I'll work the extension and migration support from there15:02
*** rwsu has quit IRC15:02
*** kmartin has joined #openstack-dev15:04
*** sballe has joined #openstack-dev15:04
*** bswartz has joined #openstack-dev15:04
*** rkukura has quit IRC15:05
*** yaguang has joined #openstack-dev15:05
*** pnavarro has quit IRC15:06
*** rkukura has joined #openstack-dev15:06
*** rwsu has joined #openstack-dev15:07
*** stevemar has quit IRC15:08
*** sleepsonthefloor has quit IRC15:10
*** reidrac has quit IRC15:10
simoayoung: remind me how to push to gerrit ?15:11
simoif I run git review it complains of missing change-Id15:11
*** Guest83034 is now known as xarg15:12
*** devvesa has quit IRC15:12
*** michchap has quit IRC15:12
*** xarg is now known as Guest8427915:12
*** dprince has quit IRC15:12
*** lcheng2 has joined #openstack-dev15:12
*** jrclouda has joined #openstack-dev15:13
ayoungsimo, does it then generate the changeid in your commit message?15:13
ayoungit should15:13
*** KurtMartin has joined #openstack-dev15:13
ayoungsimo, also, you have no unit tests other than the sql migrate repo.15:13
ayoungis there anything you can use to test this code?15:13
danpbsimo: the first time you run 'git review' in a repo, it includes a commit hook15:13
danpbsimo: next time you commit, it'll add a change-id line15:14
danpbso for that first submission, if you just   git commit --amend, after seeing that git review error, it should add the changeid line15:14
jgriffithmarkmc: boris-42 that impression is correct15:14
simodanpb: ops I deleted the branch already15:14
simowell I'll retry15:15
JordanPor make a git review -s i believe15:15
jgriffithmarkmc: boris-42 personally I see no value in moving something that's in flux in to oslo and using it at this time15:15
markmcsimo, sorry for slowness - I'm happy to add them to oslo-incubator once we have some key distribution mechanism15:15
simodanpb: but it is 2 patches so a simple git commit --amend sound it may not be sufficient15:15
boris-42jgriffith hi15:15
simomarkmc: that is available, it's in keystone15:15
jgriffithmarkmc: boris-42 I would much rather get an agreed upon solution that's stabilized (in whatever project) and then address the oslo quesoin15:15
markmcsimo, oh, it got merged?15:15
simomarkmc: but this is checkin egg, if you wait for it to be in and they also wait for the oslo stuff to be in15:15
boris-42jgriffith all our speech is about only 2 small methods15:16
simoone of the 2 needs to go in first15:16
markmcsimo, is it proposed in gerrit?15:16
simomarkmc: not yet15:16
boris-42jgriffith there are only two stupid generic methods15:16
simoworking on it right now15:16
*** arezmerita has quit IRC15:16
boris-42jgriffith so if you would like we could remove it from oslo patches15:16
markmcsimo, ok, once they're both proposed in gerrit we can have both being reviewed and coordinate them all getting merged when we're happy15:16
boris-42jgriffith and add later probably15:16
markmcsimo, add oslo folks to the keystone review and keystone folks to the oslo review15:16
jgriffithboris-42: my take on this wasn't the implemenation or the size of it15:17
markmcsimo, I'd look to merge the oslo stuff if I saw a "yep, this looks like something we want to merge into keystone" comment15:17
*** sandy__ has quit IRC15:17
markmcsimo, from dolph and other keystone core devs15:17
simomarkmc: ok15:17
jgriffithboris-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 IRC15:17
simomarkmc: so what about the new messaging stuff ? my code is against the classic rpc code15:17
jgriffithboris-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-dev15:17
*** jcoufal has joined #openstack-dev15:18
boris-42jgriffith I spend 41 days already15:18
simodanpb: it added the change-id only to the last patch15:18
markmcsimo, 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 chance15:18
jgriffithboris-42: well... you have spent that doing alot of other awesome improvements15:18
*** terryh has joined #openstack-dev15:18
simodanpb: should I put the same change id on both manually ?15:18
markmcsimo, but I'm happy to take on some of that responsibility15:18
boris-42jgriffith yeah but now all tasks that could be done are already finish15:18
simomarkmc: ok15:19
boris-42jgriffith these 2 functions about db archiving don't change anything in code of project where they will be synced15:19
simoI'll start with what I have then we can make some plan15:19
lcheng2jd__: 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-42jgriffith so for me it is strange to here something like this=)15:19
boris-42jgriffith we could remove them to avoid all speach15:20
*** yaguang has quit IRC15:20
jd__lcheng: ack15:20
lcheng2I submitted the same patch for other services to bump the version.15:20
*** gyee has joined #openstack-dev15:20
lcheng2jd__:thanks!15:20
jd__lcheng2: so the plan is to keep an upper bound anyway?15:20
simoayoung: ok I have reviews for the sync from oslo15:21
*** thomasem has joined #openstack-dev15:21
*** yjiang5 has joined #openstack-dev15:21
lcheng2jd__: 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 enough15:22
danpbsimo: no, every patch must have a different change-id15:22
danpbif you accidentally use the same change-id in several patches, gerrit gets itself incredibly confuse !15:22
simoayoung: 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
jgriffithboris-42: well that could be argued either way, I've given my opinion FWIW15:23
simodanpb: I did a git log (note the commit id); git reset --hard HEAD^; git commit --amend; git cherry-pick <noted-id>15:23
jgriffithboris-42: ultimately the decision rests on the oslo team and other project teams15:23
simodanpb: crude, but worked :)15:23
*** yjiang5 has quit IRC15:24
danpbsimo: git rebase for the win15:24
simodanpb: I did git rebase -i15:24
simodanpb: didn;t do it15:24
simomaybe I should have 'r' each commit15:24
*** cp16net|away is now known as cp16net15:24
*** egallen has quit IRC15:24
simodidn't think of that15:24
danpbif you used 'edit' and then commit --amend for each, it would have worked15:24
*** anteaya has joined #openstack-dev15:25
simodanpb: yeah haven't thought of trying to 'reword' each commit15:25
simonext time15:25
simodanpb: why git review doesn't do that on its own ?15:25
*** egallen has joined #openstack-dev15:26
markmcsimo, you probably created the commits before gerrit installed the commit hook15:27
markmcsimo, 'git review -s' does the hook install15:27
markmcsimo, it happens automatically the first time you run 'git review' too, but probably only does it for the HEAD patch15:27
markmcsimo, "does it" as in adds a Change-Id after it installs the hook15:27
danpbsimo: probably no one thought it was worth while for this just this small use case15:27
simomarkmc: didn't do it for the HEAD patch either15:28
*** bdpayne has joined #openstack-dev15:28
*** xqueralt is now known as xqueralt-afk15:28
simomarkmc: and yeah I run git review only after I have long worked on a patch :)15:29
simodanpb: it's my common case, I wonder how you all work ?15:29
danpbsimo: it is only a problem if you created commits before the commit hook was installed15:29
simoyou start from scratch on a topic branch where you run git review even before starting coding ?15:29
danpbso its a one time problem when you clone a repo15:29
simoaaah15:29
simoyeah this was a clean clone15:29
simowhat's the point of this change-id btw ? why is the commit id not sufficient ?15:30
danpbsimo: commit id changes everytime you ammend the commit15:30
*** markmcclain has joined #openstack-dev15:30
danpbchangeid is stable across ammends15:30
simoah15:30
simook15:30
danpbso it lets gerrit correlate across submissions15:30
*** psedlak_ has joined #openstack-dev15:31
*** psedlak has quit IRC15:31
simodanpb: got it, thanks15:31
*** sandy__ has joined #openstack-dev15:32
*** tkammer has quit IRC15:32
simodanpb: 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 IRC15:32
*** beagles has quit IRC15:32
*** beagles has joined #openstack-dev15:33
*** lloydde has joined #openstack-dev15:33
*** basha has joined #openstack-dev15:33
*** corXi has quit IRC15:33
ayoungsimo, that is correct15:34
*** sthaha has quit IRC15:35
*** ccorrigan has joined #openstack-dev15:36
*** pabelanger_ has joined #openstack-dev15:37
*** pabelanger_ has quit IRC15:37
*** pabelanger_ has joined #openstack-dev15:37
*** sandy__ has quit IRC15:37
*** pabelanger has quit IRC15:37
*** xqueralt-afk is now known as xqueralt15:37
*** pabelanger_ is now known as pabelanger15:37
*** burris has quit IRC15:37
*** pabelanger_ has joined #openstack-dev15:37
*** burris has joined #openstack-dev15:38
*** Alexei_987 has quit IRC15:38
*** mrodden has quit IRC15:38
*** pabelanger has quit IRC15:38
*** michchap has joined #openstack-dev15:39
*** pabelanger has joined #openstack-dev15:39
*** jculp has quit IRC15:39
*** freedomhui has quit IRC15:40
*** devoid has joined #openstack-dev15:40
*** mlavalle has joined #openstack-dev15:41
*** jculp has joined #openstack-dev15:42
*** zb is now known as zaneb15:42
*** pmathews has joined #openstack-dev15:43
*** jcoufal has quit IRC15:43
*** primemin1sterp is now known as primeministerp15:49
*** rkukura has quit IRC15:50
*** anteaya has quit IRC15:50
*** sandywalsh has joined #openstack-dev15:50
*** mrodden has joined #openstack-dev15:50
*** michchap has quit IRC15:51
*** crobertsrh has joined #openstack-dev15:54
*** lloydde has quit IRC15:55
*** tjones has joined #openstack-dev15:55
*** sballe has quit IRC15:56
*** rkukura has joined #openstack-dev15:56
*** reed has joined #openstack-dev15:57
*** jbresnah has joined #openstack-dev15:57
*** SergeyLukjanov has quit IRC15: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 that16:01
*** devoid has left #openstack-dev16:01
*** hemna__ is now known as hemna16:02
*** markmc has quit IRC16:03
blues-man_TheDodd_, you could use CloudWatch API to set this event and notify someone16:04
*** Guest84279 has quit IRC16:06
*** Guest84279 has joined #openstack-dev16:06
*** olaph has quit IRC16:06
blues-manHeat for example :)16:07
*** Guest84279 is now known as xarg16:07
*** olaph has joined #openstack-dev16:09
*** MaxV has quit IRC16:10
*** zaitcev has joined #openstack-dev16:11
*** ayoung has quit IRC16:11
*** jasdeepH has joined #openstack-dev16: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 example16:13
*** jrclouda is now known as zackf16: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 IRC16:15
*** iartarisi has quit IRC16:16
*** lloydde has joined #openstack-dev16: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 progress16:17
_TheDodd_blue-man, what do you think about that?16:17
_TheDodd_Indeed.16:17
*** michchap has joined #openstack-dev16:17
*** jog0 is now known as jog0-away16:18
_TheDodd_What project purview do you think that such an implementation would fall under? Keystone?16:18
*** yjiang5 has joined #openstack-dev16:18
blues-manHeat, they are instance users. Usually it is ec2-user, but custom users are not related in keystone16:19
*** alop has quit IRC16:19
_TheDodd_Ahh, I see.16:19
blues-manis an orchestration issue16:19
*** basha has quit IRC16:19
openstackgerritA change was merged to openstack/cinder: Consist terminate_connection function signature  https://review.openstack.org/3407016:20
*** yjiang5 has left #openstack-dev16:21
*** alop has joined #openstack-dev16:21
*** stevemar has joined #openstack-dev16:21
*** boris-42 has quit IRC16:23
*** HenryG has joined #openstack-dev16:23
*** ndipanov is now known as ndipanov_gone16:26
*** joshuamckenty has joined #openstack-dev16:27
*** perfectsine has left #openstack-dev16:28
*** dolphm has joined #openstack-dev16:28
dolphmstevemar: reviewing the oauth10a ext... finding a bunch of little issues, but i'm correcting them myself16:29
dolphmstevemar: assuming you don't have a newer version already in progress?16:29
*** michchap has quit IRC16:30
*** stevemar has quit IRC16:30
koolhead17mordred, ping16:32
*** jpich has quit IRC16:34
*** SergeyLukjanov has joined #openstack-dev16:34
*** fbo is now known as fbo_away16:36
*** JordanP has quit IRC16:40
*** romcheg has quit IRC16:41
*** olaph_ has joined #openstack-dev16:43
*** cmark has joined #openstack-dev16:44
*** martyntaylor has quit IRC16:44
*** deepu has quit IRC16: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 IRC16:46
blues-man_TheDodd_, I agree since ceilometer will substitute cloudwatch16:46
jd___TheDodd_: #openstack-metering16:46
*** jgallard has quit IRC16:46
_TheDodd_Thanks, jd__16:47
*** kushal has joined #openstack-dev16:52
*** athomas has quit IRC16:54
*** anniec has joined #openstack-dev16:56
*** michchap has joined #openstack-dev16:56
*** tmclaugh[work] has quit IRC16:56
*** lucasagomes has quit IRC16:57
*** ffio has quit IRC16:58
*** ayoung has joined #openstack-dev16:59
*** eglynn has quit IRC17:00
*** psedlak_ is now known as psedlak17:02
dklylels17:02
*** tmclaugh[work] has joined #openstack-dev17:05
*** ffio has joined #openstack-dev17:05
*** jtomasek has quit IRC17:06
*** egallen has quit IRC17:07
ayounggyee, 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-dev17:08
*** michchap has quit IRC17:08
*** eharney has quit IRC17:10
*** martyntaylor has joined #openstack-dev17:10
*** ffio has quit IRC17:11
*** eglynn has joined #openstack-dev17:12
*** Guest36906 is now known as med_17:12
*** med_ has joined #openstack-dev17:12
*** neelashah has quit IRC17:13
*** otherwiseguy has quit IRC17:14
*** nati_ueno has joined #openstack-dev17:15
*** safchain has quit IRC17:15
*** BobBall is now known as BobBall_Away17:17
*** galstrom_zzz is now known as galstrom17:18
*** cdub_ is now known as cdub17:18
*** martine_ has quit IRC17:19
gyeeayoung, looking17:20
*** xqueralt is now known as xqueralt-afk17:20
*** colinmcnamara has joined #openstack-dev17:21
*** eglynn has quit IRC17:21
*** kaushikc has joined #openstack-dev17:23
*** kaushikc has quit IRC17:23
*** kaushikc has joined #openstack-dev17:23
*** garyk has joined #openstack-dev17:24
*** sarob has joined #openstack-dev17:25
openstackgerritA change was merged to openstack/ceilometer: Fix issue with pip installing oslo.config-1.2.0  https://review.openstack.org/3646517:27
ayoungrcrit, can you work with the framework here https://review.openstack.org/#/c/36427/2  ?17:28
*** slagle has quit IRC17:28
*** armax has joined #openstack-dev17:29
*** souvik has joined #openstack-dev17:29
*** slagle has joined #openstack-dev17:29
*** sarob has quit IRC17:29
rcritI'll look at it17:30
*** egallen has quit IRC17:30
*** olaph has joined #openstack-dev17:30
*** olaph_ has quit IRC17:31
*** markwash has joined #openstack-dev17:32
ayoungsimo, 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, please17:32
*** HenryG has quit IRC17:32
*** HenryG has joined #openstack-dev17:34
*** ondergetekende_ has joined #openstack-dev17:34
*** danpb has quit IRC17:35
*** michchap has joined #openstack-dev17:35
rcritayoung, I think this will still require username/password17:36
*** kaushikc has quit IRC17:36
rcritand the whole auth_system variable seems unnecessary. Seem slike this could be discovered from the plugins17:37
*** blamar has joined #openstack-dev17:37
*** olaph_ has joined #openstack-dev17:37
openstackgerritA change was merged to openstack/cinder: Fix missing volume_name_template flag.  https://review.openstack.org/3653817:38
*** dkranz has joined #openstack-dev17:38
*** olaph has quit IRC17:39
*** epim has joined #openstack-dev17:39
*** olaph has joined #openstack-dev17:41
*** dperaza has quit IRC17:41
*** sarob has joined #openstack-dev17:41
openstackgerritA change was merged to openstack/cinder:     cinder.api: Replace 'locals()' with explicit values  https://review.openstack.org/3657117:41
*** sarob has quit IRC17:41
*** sarob has joined #openstack-dev17:42
*** olaph_ has quit IRC17:43
*** sarob has quit IRC17:43
*** sarob has joined #openstack-dev17:43
*** olaph_ has joined #openstack-dev17:45
*** spzala has quit IRC17:46
*** michchap has quit IRC17:48
*** olaph has quit IRC17:48
*** sarob has quit IRC17:48
zackfCan 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-dev17:49
simoayoung: there is no blueprint it is just a sync17:49
*** eharney has joined #openstack-dev17:50
gyeedolphm, can you please take a look at my responses in https://review.openstack.org/#/c/33858/17:54
*** sarob has joined #openstack-dev17:55
*** gyee has quit IRC17:56
*** souvik has quit IRC17:56
*** jbresnah has quit IRC17:57
*** neelashah has joined #openstack-dev17:58
openstackgerritA change was merged to openstack/nova: Make compute_api.get() use objects natively  https://review.openstack.org/3491317:58
*** blues-man has quit IRC17:58
openstackgerritA change was merged to openstack-dev/devstack: Update NVP plugin name for Neutron.  https://review.openstack.org/3611817:59
openstackgerritA change was merged to openstack/tempest: improve minDisk checking  https://review.openstack.org/3584117:59
*** dhellmann_ is now known as dhellmann18:01
*** vartom has joined #openstack-dev18:04
*** comay has quit IRC18:04
*** comay has joined #openstack-dev18:05
*** xqueralt-afk is now known as xqueralt18:05
*** tmclaugh[work] has quit IRC18:07
*** Mandell has joined #openstack-dev18:08
*** sballe has joined #openstack-dev18:08
*** Mandell has quit IRC18:08
*** Mandell has joined #openstack-dev18:09
*** spzala has joined #openstack-dev18:10
*** dolphm has quit IRC18:11
*** michchap has joined #openstack-dev18:14
*** boris-42 has joined #openstack-dev18:16
*** romcheg has joined #openstack-dev18:19
*** anniec has quit IRC18:21
*** joshuamckenty has quit IRC18:23
*** _TheDodd_ has quit IRC18:23
*** _TheDodd_ has joined #openstack-dev18:23
openstackgerritA change was merged to openstack/ceilometer: Transformer to convert between units.  https://review.openstack.org/3533118:23
*** danwent has quit IRC18:24
*** afazekas has quit IRC18:25
*** michchap has quit IRC18:27
*** Daisy has joined #openstack-dev18:27
*** danwent has joined #openstack-dev18:29
sirushtihi, 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 this18:29
*** anniec has joined #openstack-dev18:30
*** Ryan_Lane has joined #openstack-dev18:36
*** alexpilotti has quit IRC18:38
*** alunduil has joined #openstack-dev18:38
*** alexpilotti has joined #openstack-dev18:39
*** alexpilotti has quit IRC18:39
*** xqueralt is now known as xqueralt-afk18:40
*** rnirmal has joined #openstack-dev18:46
*** jbresnah has joined #openstack-dev18:46
*** novas0x2a|laptop has joined #openstack-dev18:48
*** ema has quit IRC18:49
mordredsirushti: it shoudl always be working, and if not much carnage will happen18:52
*** afazekas has joined #openstack-dev18:52
*** Daisy has quit IRC18:52
mordredthat sure doesn't look nice though18:53
mordreddtroyer: ^^18:53
*** michchap has joined #openstack-dev18:53
dtroyerI haven't run a fresh one today yet, lemme try18:54
sirushtihehe, 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 but18:56
*** martine has joined #openstack-dev18:57
*** martine is now known as Guest9211318:57
sirushtioops, forgot to tag you mordred18:57
*** otherwiseguy has joined #openstack-dev18:58
*** kmartin has quit IRC18:58
*** martine_ has joined #openstack-dev18:59
*** numero8 has joined #openstack-dev18:59
*** rnirmal has quit IRC19:00
*** rnirmal has joined #openstack-dev19:01
*** vipul is now known as vipul-away19:02
*** vipul-away is now known as vipul19:02
*** kmartin has joined #openstack-dev19:02
*** Guest92113 has quit IRC19:02
*** anniec has quit IRC19:04
*** bswartz has quit IRC19:04
*** stevemar has joined #openstack-dev19:05
*** anniec has joined #openstack-dev19:05
*** kmartin has quit IRC19:05
*** michchap has quit IRC19:06
*** rharwood has quit IRC19:06
*** mdomsch has joined #openstack-dev19:07
*** rharwood has joined #openstack-dev19:07
*** cweidenkeller has quit IRC19:08
*** rwsu has quit IRC19:09
*** david-lyle has quit IRC19:09
*** david-lyle has joined #openstack-dev19:10
*** ondergetekende_ has quit IRC19:10
*** stevemar has quit IRC19:12
*** rwsu has joined #openstack-dev19:13
*** alexpilotti has joined #openstack-dev19:13
*** stevemar has joined #openstack-dev19:14
*** dperaza1 has joined #openstack-dev19:14
dtroyersirushti, mordred:  devstack master is running clean for me…19:15
mordreddtroyer: excellent. I will abort my pending panic19:15
burtdtroyer: same here19:15
*** tjones has quit IRC19:16
*** dperaza has quit IRC19:16
*** vipul is now known as vipul-away19:17
*** gakott has joined #openstack-dev19:17
*** johnthetubaguy1 has joined #openstack-dev19:18
*** esmute_ has joined #openstack-dev19:19
*** prad has joined #openstack-dev19:19
*** sarob_ has joined #openstack-dev19:20
*** andymccr has joined #openstack-dev19:20
*** dtroyer_zz has joined #openstack-dev19:20
*** pabelanger__ has joined #openstack-dev19:21
*** rharwood has quit IRC19:21
*** HenryG has quit IRC19:21
*** mkollaro has quit IRC19:21
*** rharwood has joined #openstack-dev19:21
*** ayoung_ has joined #openstack-dev19:23
*** ejv has joined #openstack-dev19:23
*** rharwood has quit IRC19:23
*** ejv has quit IRC19:23
*** ejv has joined #openstack-dev19:23
*** rharwood has joined #openstack-dev19:24
*** colinmcnamara has quit IRC19:25
*** rharwood has quit IRC19:25
*** ayoung has quit IRC19:26
*** ayoung_ is now known as ayoung19:26
sirushtidtroyer, mordred Thanks a lot and terribly sorry, i was running on an older version of keystone19:27
sirushtiand i'd set RECLONE=YES instead of RECLONE=yes19:28
*** mancdaz_ has joined #openstack-dev19:28
*** xqueralt-afk is now known as xqueralt19:28
*** rharwood has joined #openstack-dev19:28
*** ohadlevy_ has joined #openstack-dev19:30
*** rharwood has quit IRC19:30
*** eglynn has joined #openstack-dev19:30
*** xqueralt is now known as xqueralt-afk19:30
*** sarob has quit IRC19:30
*** epim has quit IRC19:30
*** garyk has quit IRC19:30
*** kushal has quit IRC19:30
*** pabelanger_ has quit IRC19:30
*** lcheng2 has quit IRC19:30
*** jvrbanac has quit IRC19:30
*** terriyu has quit IRC19:30
*** aeperezt has quit IRC19:30
*** prad_ has quit IRC19:30
*** matrohon has quit IRC19:30
*** johnthetubaguy has quit IRC19:30
*** uvirtbot has quit IRC19:30
*** med_ has quit IRC19:30
*** openstackgerrit has quit IRC19:30
*** portante has quit IRC19:30
*** mancdaz has quit IRC19:30
*** andymccr_ has quit IRC19:30
*** clarkb has quit IRC19:31
*** jaypipes has quit IRC19:31
*** jesusaurus has quit IRC19:31
*** jang1 has quit IRC19:31
*** arosen1 has quit IRC19:31
*** al-maisan has quit IRC19:31
*** esmute has quit IRC19:31
*** dtroyer has quit IRC19:31
*** jamespage has quit IRC19:31
*** ohadlevy has quit IRC19:31
*** esmute_ is now known as esmute19:31
*** ohadlevy_ is now known as ohadlevy19:31
*** ohadlevy has joined #openstack-dev19:31
*** gakott is now known as garyk19:31
*** nachi has joined #openstack-dev19:31
*** nachi_ has joined #openstack-dev19:31
*** lcheng2 has joined #openstack-dev19:31
*** matrohon has joined #openstack-dev19:31
*** rharwood has joined #openstack-dev19:31
*** xqueralt-afk is now known as xqueralt19:31
*** tjones has joined #openstack-dev19:32
dtroyer_zzsirushti:  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 more19:32
*** terriyu has joined #openstack-dev19:32
*** michchap has joined #openstack-dev19:33
*** martyntaylor has quit IRC19:33
*** aeperezt has joined #openstack-dev19:33
sirushtidtroyer_zz, sure19:33
*** jaypipes has joined #openstack-dev19:33
*** jesusaurus has joined #openstack-dev19:33
*** al-maisan has joined #openstack-dev19:34
*** arosen has joined #openstack-dev19:36
*** tjones has quit IRC19:36
*** jhesketh_ has quit IRC19:40
*** clarkb has joined #openstack-dev19:40
*** jhesketh_ has joined #openstack-dev19:40
*** uvirtbot has joined #openstack-dev19:41
*** med_ has joined #openstack-dev19:41
*** portante has joined #openstack-dev19:41
*** dolphm_ has joined #openstack-dev19: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 it19:42
*** vartom2 has joined #openstack-dev19:44
*** jecarey__ has joined #openstack-dev19:44
*** blamar_ has joined #openstack-dev19:44
*** keekz_ has joined #openstack-dev19:45
*** michchap has quit IRC19:45
*** ianw- has joined #openstack-dev19:45
*** alpha_ori_ has joined #openstack-dev19:45
*** martyntaylor has joined #openstack-dev19:45
*** Reapster has joined #openstack-dev19:46
*** jkoelker_ has joined #openstack-dev19:46
*** Ng_ has joined #openstack-dev19:46
*** apcruz_ has joined #openstack-dev19:46
*** openstackgerrit has joined #openstack-dev19:46
ayoungdolphm_, done19:47
*** LetoH_ has joined #openstack-dev19:47
ayoungdolphm_, assume you are good with it, is it OK if we merge https://review.openstack.org/#/c/34967/  ?19:47
*** creiht_ has joined #openstack-dev19:48
*** anticw_ has joined #openstack-dev19:48
*** ydacheville_ has joined #openstack-dev19:48
*** fc___ has joined #openstack-dev19:48
*** ekarlso has joined #openstack-dev19:48
*** alop_ has joined #openstack-dev19:52
*** ianw has quit IRC19:52
*** keekz has quit IRC19:52
*** vartom has quit IRC19:52
*** alpha_ori has quit IRC19:52
*** blamar has quit IRC19:52
*** alop has quit IRC19:52
*** ekarlso- has quit IRC19:52
*** Reapster_ has quit IRC19:52
*** jkoelker has quit IRC19:52
*** comay has quit IRC19:52
*** apcruz has quit IRC19:52
*** anticw has quit IRC19:52
*** Ng has quit IRC19:52
*** tserong_ has quit IRC19:52
*** creiht has quit IRC19:52
*** andrewbogott has quit IRC19:52
*** pabelanger has quit IRC19:52
*** sandeepr has quit IRC19:52
*** ydacheville has quit IRC19:52
*** bmccormick has quit IRC19:52
*** epopt37 has quit IRC19:52
*** westmaas has quit IRC19:52
*** FunnyLookinHat has quit IRC19:52
*** jecarey_ has quit IRC19:52
*** bcrochet has quit IRC19:52
*** wcmarsha_ has quit IRC19:52
*** dansmith has quit IRC19:52
*** tr3buchet has quit IRC19:52
*** Leto2 has quit IRC19:52
*** markvoelker has quit IRC19:52
*** fc__ has quit IRC19:52
*** keekz_ is now known as keekz19:52
*** alpha_ori_ is now known as alpha_ori19:52
*** fc___ is now known as fc__19:52
*** alop_ is now known as alop19:52
*** blamar_ is now known as blamar19:52
*** ianw- is now known as ianw19:53
*** sandeepr has joined #openstack-dev19:53
mroddenany oslo cores around that could take a look at https://review.openstack.org/#/c/34253/ ? its code-review +2 already19:53
*** dansmith has joined #openstack-dev19:54
*** kobier has joined #openstack-dev19:54
*** bcrochet has joined #openstack-dev19:54
*** n0ano has joined #openstack-dev19:55
*** westmaas has joined #openstack-dev19:55
*** westmaas has joined #openstack-dev19:55
*** westmaas has quit IRC19:55
*** numero8 has quit IRC19:55
*** eglynn has quit IRC19:55
*** NetworkStatic has joined #openstack-dev19:56
*** stevemar has quit IRC19:56
*** sarob has joined #openstack-dev19:57
*** alop_ has joined #openstack-dev19:58
*** wcmarsha_ has joined #openstack-dev19:58
*** alop has quit IRC19:59
*** anniec has quit IRC19:59
*** alop_ is now known as alop19:59
*** tserong_ has joined #openstack-dev19:59
*** tserong_ has joined #openstack-dev19:59
*** neelashah has quit IRC19:59
*** westmaas has joined #openstack-dev19:59
*** westmaas has quit IRC19:59
*** comay has joined #openstack-dev19:59
*** tr3buchet has joined #openstack-dev20:00
*** bmccormick has joined #openstack-dev20:00
*** pabelanger has joined #openstack-dev20:00
*** epopt37 has joined #openstack-dev20:00
*** creiht_ is now known as creiht20:00
*** anniec has joined #openstack-dev20:00
*** FunnyLookinHat has joined #openstack-dev20:00
*** westmaas has joined #openstack-dev20:01
*** westmaas has quit IRC20:01
*** sarob__ has joined #openstack-dev20:01
*** andrewbogott has joined #openstack-dev20:01
*** andrewbogott has joined #openstack-dev20:01
*** sarob has quit IRC20:01
*** sarob_ has quit IRC20:01
*** jasdeepH has quit IRC20:02
*** kmartin has joined #openstack-dev20:03
*** markvoelker has joined #openstack-dev20:04
*** westmaas has joined #openstack-dev20:04
*** westmaas has quit IRC20:04
*** jbresnah has quit IRC20:04
*** westmaas has joined #openstack-dev20:05
*** Guest10975 is now known as nikhil20:05
*** westmaas has joined #openstack-dev20:06
*** westmaas has quit IRC20:06
*** garyk has quit IRC20:06
*** neelashah has joined #openstack-dev20:06
*** westmaas has joined #openstack-dev20:07
*** westmaas has quit IRC20:07
*** gary_th has joined #openstack-dev20:08
*** jang has joined #openstack-dev20:08
*** vipul-away is now known as vipul20:09
*** westmaas has joined #openstack-dev20:09
*** westmaas has quit IRC20:09
*** garyTh has quit IRC20:09
*** vartom2 has quit IRC20:11
*** romcheg has left #openstack-dev20:11
*** michchap has joined #openstack-dev20:12
*** wcmarsha_ has quit IRC20:13
*** yolanda has quit IRC20:13
*** apcruz_ has quit IRC20:13
*** westmaas has joined #openstack-dev20:13
*** westmaas has quit IRC20:13
*** westmaas has joined #openstack-dev20:16
*** westmaas has quit IRC20:16
*** johnthetubaguy1 has quit IRC20:16
*** westmaas has joined #openstack-dev20:17
*** westmaas has quit IRC20:17
*** westmaas has joined #openstack-dev20:17
*** radez is now known as radez_g0n320:18
*** SergeyLukjanov has quit IRC20:19
*** topol has quit IRC20:19
*** jasdeepH has joined #openstack-dev20:20
*** gyee has joined #openstack-dev20:22
*** jamespage has joined #openstack-dev20:23
*** apcruz has joined #openstack-dev20:24
*** michchap has quit IRC20:24
*** jbresnah has joined #openstack-dev20:28
*** martyntaylor has quit IRC20:29
*** amohn9 has joined #openstack-dev20:30
*** isd has joined #openstack-dev20:32
*** colinmcnamara has joined #openstack-dev20:32
*** pjd has joined #openstack-dev20:33
*** wcmarsha_ has joined #openstack-dev20:33
ayoungsimo, 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 IRC20:36
*** pjd1 has joined #openstack-dev20:36
ayoungsimo changing the migration to   kds_table = sql.Table('kds_keys', meta,20:36
ayoung        sql.Column('id', sql.String(128), primary_key=True),  works20:36
*** tjones has joined #openstack-dev20:37
*** anniec has quit IRC20:39
*** sdake has quit IRC20:40
*** sdake has joined #openstack-dev20:41
*** sarob__ has quit IRC20:41
openstackgerritA change was merged to openstack/oslo.messaging: Use oslo.sphinx and remove local copy of doc theme  https://review.openstack.org/3640920:42
openstackgerritA change was merged to openstack/oslo.messaging: Include docstrings in published docs  https://review.openstack.org/3641020:42
openstackgerritA change was merged to openstack/oslo-incubator: Fix issue with pip installing oslo.config-1.2.0  https://review.openstack.org/3528020:44
*** Ng_ is now known as Ng20:45
*** pjd1 has quit IRC20:45
*** pjd has joined #openstack-dev20:45
*** pjd1 has joined #openstack-dev20:46
*** markmcclain has quit IRC20:46
*** pjd1 has quit IRC20:47
*** isd has quit IRC20:47
*** litong has quit IRC20:47
*** haneef has quit IRC20:48
*** pjd1 has joined #openstack-dev20:48
*** pjd1 has quit IRC20:49
*** cyeoh has quit IRC20:49
*** haneef has joined #openstack-dev20:50
*** cyeoh has joined #openstack-dev20:50
*** jvrbanac has joined #openstack-dev20:50
*** pjd has quit IRC20:50
*** michchap has joined #openstack-dev20:51
*** rharwood has quit IRC20:52
*** rkukura has quit IRC20:54
*** colinmcnamara has quit IRC20:54
*** neelashah has quit IRC20:55
*** isd has joined #openstack-dev20:56
gyeedolphm_, I found an example in test_sql_upgrade on how to override the config20:56
*** Mr_T has joined #openstack-dev20:56
*** gary_th has quit IRC20:58
*** garyTh has joined #openstack-dev20:59
*** rfolco has quit IRC20:59
*** bswartz has joined #openstack-dev20:59
*** crobertsrh is now known as _crobertsrh20:59
*** Mr_T has left #openstack-dev20:59
*** johnthetubaguy has joined #openstack-dev21:00
*** neelashah has joined #openstack-dev21:01
*** psedlak has quit IRC21:01
dolphm_gyee: awesome, it allows you to "sepcify" config!21:02
ayoungdolphm_, 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-away21:03
*** pjd has joined #openstack-dev21:03
ayoungdolphm_, here's the question21:03
*** vipul-away is now known as vipul21:03
ayoungif 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 IRC21:03
*** sarob has joined #openstack-dev21:04
*** philr has joined #openstack-dev21: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-dev21:05
dolphm_ayoung: that said, new migration histories == go ahead and start using alembic for those?21:05
*** rharwood has joined #openstack-dev21:07
gyeedolphm_, yeah, works great, glad you made that suggest21:07
openstackgerritA change was merged to openstack/neutron: Validate dscp value less that 64  https://review.openstack.org/3658721:08
*** egallen has joined #openstack-dev21:08
*** colinmcnamara has joined #openstack-dev21:09
*** jbresnah has quit IRC21:09
*** sungju has quit IRC21:10
*** martine_ has quit IRC21:10
*** sdake_ has joined #openstack-dev21:11
*** jruzicka has quit IRC21:13
ayoungdolphm_, does alembic use the same table as the current migration scheme?21:13
*** philr has quit IRC21:14
ayoungdolphm_, 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 IRC21:16
*** vipul is now known as vipul-away21:18
ayoungdolphm_, 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 lazy21:18
dolphm_ayoung: it has it's own table, and yeah it's a lot better in my tiny bit of experience with it21:19
*** eglynn has joined #openstack-dev21:19
*** rharwood has quit IRC21:19
dolphm_ayoung: if we're going to create a bunch of new repos, i'd be *very* hesitant to base them on sqlalchemy-migrate21:19
*** pjd has quit IRC21:20
ayoungdolphm_, hmmmm21: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-migrations21: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
ayoungdolphm_, 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 IRC21:22
*** bswartz has quit IRC21: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->icehouse21:24
*** dolphm_ has quit IRC21:24
ayoungdolphm_, yes, and I think we won't have too many more migrations in Havana, so Icehouse makes a nice target21:24
*** alop has quit IRC21:25
*** bdpayne has quit IRC21:26
*** wcmarsha_ has quit IRC21:26
*** sdake__ has joined #openstack-dev21:26
*** sdake__ has joined #openstack-dev21:26
*** boden has quit IRC21:26
*** alop has joined #openstack-dev21:28
*** bdpayne has joined #openstack-dev21:29
*** kmartin has quit IRC21:30
*** michchap has joined #openstack-dev21:30
*** egallen has joined #openstack-dev21:30
*** xqueralt is now known as xqueralt-afk21:31
*** sdake__ has quit IRC21:32
*** sdake_ has quit IRC21:32
*** boris-42 has quit IRC21:34
*** neelashah has quit IRC21:34
*** adalbas has quit IRC21:34
*** pjd has joined #openstack-dev21:36
*** sdake_ has joined #openstack-dev21:36
*** sdake_ has joined #openstack-dev21: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 IRC21:38
ayoungnachi, run git clean -xdf keystone tests and rerun your tests21:39
nachi_ayoung, ok21:39
ayoungnachi_, you may have a phantom migration .pyc file hanging about21:39
nachi_ayoung, Let me try that. thanks21:40
ayoungnachi_, 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 upgrade21:40
*** zackf has quit IRC21:40
*** michchap has quit IRC21: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 2621:43
*** sdake_ has quit IRC21:43
nachi_ayoung, is my understanding right21:43
*** cliu has quit IRC21:45
*** lbragstad has quit IRC21:45
nachi_ayoung, run  git clean -xdf keystone tests fixed the problem21:45
nachi_ayoung, thanks21:45
*** adalbas has joined #openstack-dev21:47
*** tzumainn has quit IRC21:47
*** vipul-away is now known as vipul21:49
*** wcmarsha_ has joined #openstack-dev21:49
*** egallen has quit IRC21:49
*** vkmc has joined #openstack-dev21:52
*** vkmc has quit IRC21:52
*** vkmc has joined #openstack-dev21:52
*** xqueralt-afk is now known as xqueralt21:53
*** pdevine_ has joined #openstack-dev21:54
*** johnthetubaguy has quit IRC21:55
*** otherwiseguy has quit IRC21:55
*** xqueralt is now known as xqueralt-afk21:55
*** jecarey__ has quit IRC21:55
*** egallen has joined #openstack-dev21:56
*** egallen has quit IRC21:56
*** jayg is now known as jayg|g0n321:57
openstackgerritA change was merged to openstack/cinder: Enable setting blocksize on volumes.  https://review.openstack.org/3656221:58
*** sudorandom has quit IRC21:59
*** pmathews has quit IRC22:02
*** roampune has joined #openstack-dev22:02
*** pabelanger has quit IRC22:02
*** rnirmal has quit IRC22:02
*** sungju has joined #openstack-dev22:03
*** lcheng2 has quit IRC22:03
*** redbeard2 has quit IRC22:04
*** alop has quit IRC22:04
*** burt has quit IRC22:06
*** lloydde has quit IRC22:07
*** colinmcnamara has quit IRC22:08
*** michchap has joined #openstack-dev22:10
*** thomasem has quit IRC22:10
*** eglynn has quit IRC22:12
*** bswartz has joined #openstack-dev22:12
*** colinmcnamara has joined #openstack-dev22:12
openstackgerritA change was merged to openstack/nova: Add unique constraint to ConsolePool.  https://review.openstack.org/3579222:13
*** bnemec has quit IRC22:14
*** reed has quit IRC22:15
*** mrodden has quit IRC22:16
*** vipul is now known as vipul-away22:16
*** colinmcnamara has quit IRC22:16
*** vipul-away is now known as vipul22:17
clarkbayoung: is there a particular LDAP server we should be installing onto the jenkins slaves?22:17
*** antigluk has joined #openstack-dev22:18
*** dkranz has quit IRC22:19
openstackgerritA change was merged to openstack/nova: Revert "Sync latest rpc changes from oslo-incubator"  https://review.openstack.org/3660522:20
*** _TheDodd_ has quit IRC22:20
openstackgerritA change was merged to openstack/keystone: Use InnoDB for MySQL  https://review.openstack.org/3310222:20
*** alexpilotti has quit IRC22:21
*** cmagina is now known as cmagina-away22:22
*** michchap has quit IRC22:22
*** FunnyLookinHat has quit IRC22:23
*** fifieldt has joined #openstack-dev22:23
*** andrewbogott is now known as andrewbogott_afk22:24
*** matiu has quit IRC22:25
*** mtreinish has quit IRC22:27
*** mrodden has joined #openstack-dev22:30
*** rwsu is now known as rwsu-afk22:32
*** vipul is now known as vipul-away22:33
*** bdpayne has quit IRC22:33
*** saschpe_ has joined #openstack-dev22:34
*** spzala has quit IRC22:34
*** saschpe has quit IRC22:34
*** bdpayne has joined #openstack-dev22:34
*** vipul-away is now known as vipul22:35
*** dklyle has quit IRC22:36
*** kmartin has joined #openstack-dev22:37
*** datsun180b has quit IRC22:38
*** jasdeepH has quit IRC22:38
*** galstrom is now known as galstrom_zzz22:39
*** matiu has joined #openstack-dev22:40
openstackgerritA change was merged to openstack/ceilometer: Implement a basic alarm notification service  https://review.openstack.org/3421722:41
*** jbresnah has joined #openstack-dev22:41
*** jimfehlig has quit IRC22:48
*** michchap has joined #openstack-dev22:49
*** alop has joined #openstack-dev22:50
*** jasdeepH has joined #openstack-dev22:51
*** danwent has quit IRC22:51
openstackgerritA change was merged to openstack/ceilometer: publisher.rpc: make per counter topic optional  https://review.openstack.org/3344822:52
*** sushils has quit IRC22:52
*** nachi_ has quit IRC22:52
*** nachi has quit IRC22:52
*** READ10 has quit IRC22:53
*** woodspa has quit IRC22:54
*** andrew_plunk has joined #openstack-dev22:56
*** alexpilotti has joined #openstack-dev22:56
*** pjd has joined #openstack-dev22:57
*** terryh has quit IRC22:57
*** vkmc has quit IRC22:58
*** pdevine_ is now known as pdevine22:58
*** Kiall has quit IRC22:58
*** koolhead17 has quit IRC22:59
*** rcleere has quit IRC23:00
*** kiall has joined #openstack-dev23:00
ayoungclarkb, OPenLDAP.  Look at the files in the devstack repo.23:01
ayoungclarkb https://github.com/openstack-dev/devstack/blob/master/lib/ldap23:01
*** andrew_plunk has quit IRC23:01
clarkbthanks23:02
*** michchap has quit IRC23:02
*** danwent has joined #openstack-dev23:02
*** jvrbanac has quit IRC23:04
*** anniec has quit IRC23:05
*** amohn9 has quit IRC23:06
*** sballe has quit IRC23:07
*** anniec has joined #openstack-dev23:07
*** anniec has quit IRC23:07
*** prad has quit IRC23:07
*** anniec has joined #openstack-dev23:08
*** mlavalle has left #openstack-dev23:09
*** egallen has joined #openstack-dev23:10
*** isd has quit IRC23:12
*** sandywalsh has quit IRC23:13
*** spzala has joined #openstack-dev23:13
*** spzala has quit IRC23:14
*** electrichead has quit IRC23:14
*** jyhc has joined #openstack-dev23:15
*** colinmcnamara has joined #openstack-dev23:15
*** vipul is now known as vipul-away23:18
*** amohn9 has joined #openstack-dev23:21
*** bnemec has joined #openstack-dev23:22
*** jyhc has quit IRC23:22
*** vipul-away is now known as vipul23:22
*** roampune has quit IRC23:22
*** gongysh has joined #openstack-dev23:23
*** slong has joined #openstack-dev23:23
*** dperaza1 has quit IRC23:24
*** colinmcnamara has quit IRC23:25
openstackgerritA change was merged to openstack/nova: Make sure periodic instance reclaims continues on error  https://review.openstack.org/3462023:26
*** dperaza has joined #openstack-dev23:26
*** colinmcnamara has joined #openstack-dev23:28
*** pabelanger__ has quit IRC23:29
*** michchap has joined #openstack-dev23:29
*** pabelanger has joined #openstack-dev23:29
*** tjones has quit IRC23:29
*** lloydde has joined #openstack-dev23:29
openstackgerritA change was merged to openstack/nova: Update v3 servers API with objects changes  https://review.openstack.org/3505123:29
openstackgerritA change was merged to openstack/nova: Add _set_instance_obj_error_state() to compute manager  https://review.openstack.org/3648923:30
openstackgerritA change was merged to openstack/keystone: Move temporary test files into tests/tmp  https://review.openstack.org/3559423:30
openstackgerritA change was merged to openstack/neutron: Be compatible with oslo.config 1.2.0a3+  https://review.openstack.org/3424923:30
*** redbeard2 has joined #openstack-dev23:31
*** sheeprine has quit IRC23:33
*** tjones has joined #openstack-dev23:34
*** asalkeld has quit IRC23:35
*** asalkeld has joined #openstack-dev23:35
*** sheeprine has joined #openstack-dev23:36
*** lloydde has quit IRC23:38
*** underplank has joined #openstack-dev23:40
*** lloydde has joined #openstack-dev23:40
*** tjones has quit IRC23:41
*** redbeard2 has quit IRC23:41
*** cdub has quit IRC23:41
*** michchap has quit IRC23:42
*** cdub has joined #openstack-dev23:42
*** jbresnah has quit IRC23:43
*** garyTh has quit IRC23:45
*** sandywalsh has joined #openstack-dev23:46
*** pjd has quit IRC23:46
*** tjones has joined #openstack-dev23:53
*** danwent has quit IRC23:56
*** anniec has quit IRC23:58
*** gongysh has quit IRC23:58

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!