Friday, 2013-07-12

*** tjones has quit IRC00:00
*** sungju has quit IRC00:02
*** amohn9 has quit IRC00:02
*** lloydde has quit IRC00:03
*** terryh has joined #openstack-dev00:03
jgriffithadam_g: ping00:04
*** sungju has joined #openstack-dev00:04
adam_gjgriffith, hey00:04
jgriffithadam_g: hey ya00:04
jgriffithadam_g: thanks for jumping on that requirements patch00:04
*** anniec has joined #openstack-dev00:04
jgriffithadam_g: rather than do a reverify, would you mind terribly updating the commit w/the bug number?00:04
jgriffith120021400:05
*** lloydde has joined #openstack-dev00:06
adam_gjgriffith, sure, one sec00:06
jgriffithadam_g: awesome thanks!00:07
adam_gjgriffith, sorry, was gonna try to get that moving again earlier today but didnt have a chance to look over that thread until just a few mins ago00:07
jgriffithadam_g: no worries, works out well this way :)00:07
*** michchap has joined #openstack-dev00:08
*** terryh has quit IRC00:11
*** xmltok has joined #openstack-dev00:11
*** alexpilotti has quit IRC00:13
*** jasdeepH has quit IRC00:14
adam_gjgriffith, hmm. all it needs is a bug ref? looks like requirements.txt was touched in cinder yesterday, so there are conflicts. would it preferable to just do a new review /w a fresh sync from requirements?00:15
*** dperaza has quit IRC00:16
openstackgerritA change was merged to openstack/keystone: Add crypto dependency  https://review.openstack.org/3667400:18
openstackgerritA change was merged to openstack/horizon: added column "Image Name" to instances overview  https://review.openstack.org/3562000:18
*** dperaza has joined #openstack-dev00:19
*** michchap has quit IRC00:21
*** rods1 has quit IRC00:22
*** michchap has joined #openstack-dev00:24
*** sarob_ has joined #openstack-dev00:27
jgriffithadam_g: probably, I'm happy to take it if you wnat to abandon yours00:28
jgriffithadam_g: alreay have it queued up form earlier :)00:29
ayoungjamielennox, I am wondering if we should embed the enforcement rules in the API document?00:29
adam_gjgriffith, if you dont mind, thats cool with me00:29
jgriffithadam_g: sure00:29
jgriffithadam_g: thanks for being early with it :)00:29
*** lloydde has quit IRC00:29
adam_gjgriffith, np. all yours :)00:29
jgriffithadam_g: thanks... submitted00:30
ayounghaneef, gyee so we went fairly granular on the enforcement policy for token binding00:30
ayounghttps://etherpad.openstack.org/link-authentication-tokens  line 6900:30
*** sarob has quit IRC00:30
jamielennoxayoung: what do you mean?00:31
*** markwash has quit IRC00:31
ayoungTo start with, auth_token middleware will not know about the binding, and will ignore it.  The lowest level explicit flag is the same as this00:31
ayoungjamielennox, explaining to them what we came up with00:31
*** sarob_ has quit IRC00:31
ayoung disabled: token bind checking is not attempted00:32
jamielennoxhaneef: i missed your question yesterday but if you're here let me know00:32
ayoungjamielennox, responding to his code review comment, assuming he'll see this.  gyee was asking me pm, figured I'd open up the discussion00:32
gyeejamielennox, doesn't seem like haneef is in the building right now00:33
*** Farooque has joined #openstack-dev00:33
*** sleepsonthefloor has joined #openstack-dev00:33
ayounggyee,  so the idea is that we can crank up enforcement over time.  Say that in Havana, only Keystone and Swift can run in Apache, then probably only those services will honor bind information00:33
ayounggyee, even if only  Keystone enforces, it will help00:34
gyeejamielennox, ayoung, can you guys respond to his comment in the review, with the link to the bp?00:34
morganfainbergayoung: so from my understanding the client could reject a bound token in certain cases, even though keystone says it's valid?00:34
ayoungmorganfainberg, the token may be a valid token, but if it comes from the wrong user, then, yes, it will be rejected00:35
morganfainberggot it00:35
ayoungmorganfainberg, review we are discussiing is here  https://review.openstack.org/#/c/36166/00:35
morganfainbergThanks for the link, i'll take a look at the review.  will probably make it clearer00:36
ayoungmorganfainberg, so enforcement will be configurable:    - disabled: token bind checking is not attempted00:36
ayoungthat will be the start.00:36
gyeemorganfainberg, if you read the bp first before reviewing the doc, it will be much clearer00:36
morganfainbergayoung: yeah, thats a good approach, i like the ability to crank up the enforcement (or down in some cases).00:36
ayoungthen, we will let people request to use it, but the services will allow unbound tokens too.  THat is permissive00:36
morganfainberggyee: ahh, yeah i was going to do that as well, sicne it00:37
morganfainberg's linked via the review00:37
gyeeI should've read the bp first before asking ayoung a bunch of dumb questions :)00:37
morganfainberggyee: eh, wheres the fun in that?  :P00:38
ayounggyee, its ok,  we can have the discussion now, and so long as people get it before code freeze....00:38
gyeeI am very much in favor of bind tokens00:38
*** lloydde has joined #openstack-dev00:38
*** tzumainn has joined #openstack-dev00:39
ayoungwe were thinking we would do Kerberos first, since it seems to be what most people want, in conjunction with Active Directory.  BUt we have requrests for X509 from CERN for automated tasks as well, so that will come shortly there after.  I'm sure there will be other X509 consumers as well00:39
gyeeayoung, it may even help federation00:39
ayoungthink is, once it is in Keystone, it gives us the mechanism to work it in gradually elsewhere.00:39
gyeeif you bind a token to a x509 cert, trusting the cert may be enough to trust the token00:40
morganfainbergreal krb integration for AD would be awesome implemented in this manner.00:40
*** michchap has quit IRC00:40
ayounggyee, yes00:40
*** colinmcnamara has quit IRC00:40
ayoungnot "may", but "will"00:41
*** michchap has joined #openstack-dev00:41
*** pjd has joined #openstack-dev00:41
jamielennoxgyee: yea, there are a number of ways you could do this with certs though, may involve more discussion00:41
gyeeI am trying to avoid "will" for now :)00:41
jamielennoxgyee: kerberos turns out to be a fairly easy way to prove the mechanism first00:41
ayounggyee, well, you gave a pretty big if:   trusting the cert...00:42
ayoungit means proper revocation checking there....00:42
gyeeyou have to trust the cert before trusting the bind token00:42
*** sudorandom has joined #openstack-dev00:43
jamielennoxwhat's the defnition of trusting the cert?00:43
gyeeSSL connection is successfully establish00:43
gyeeestablished00:44
jamielennoxthere isn't a need for it to be signed by anyone specific for this to work00:44
ayoungjamielennox, to me it says:  I havethe CA that signed this cert in my chain, and, this cert gets Client Side Verification in the Https setup00:44
jamielennoxif you want to configure that in apache go right ahead, but so long as it passes through we are binding to the reuse of the same certificate00:44
ayoungjamielennox, exactly, because the token is signed by Keystone, so keystone has already said "this cert goes with this token" as well00:44
gyeeright, which means they have to trust the same CA00:45
jamielennoxi don't think it matters00:46
jamielennoxwe aren't verifying the cert chain, we are just comparing that the same one is used00:46
gyeehuh?00:46
jamielennoxit will most likely be used in conjunction with an x509 auth provider which will need to look at the chain, but the binding doesn't care00:46
gyeefront-end apache cares00:47
gyeehow does user get authenticated with the cert in the first place?00:47
jamielennoxif you configure it to00:47
morganfainbergseems chicken/egg problem.00:48
morganfainberg(as gyee just pointed out)00:48
gyeethat would be bad00:48
jamielennoxso as i said it's likely that there will be an x509 auth provider who will make sure you fit into the CA somehow00:48
gyeeyou have to at least verify the cert before binding it00:48
jamielennoxbut as far as binding goes if apache lets your client cert through and you auth with a username and password you should be able to bind that token to the cert00:49
jamielennoxapache may verify the certificate, but i don't see that as keystone's problem wrt binding00:49
gyeehow does "apache let your client cert though"?00:49
*** sudorandom has quit IRC00:50
jamielennoxi may be wrong on this, but apache doesn't have to verify the client cert against anything00:50
gyeeit doesn't, what I am saying it should for this to work00:50
jamielennoxwhy?00:51
*** terriyu has quit IRC00:52
gyeewhy would you want to bind a token to something that hasn't verified?00:52
*** topol has joined #openstack-dev00:52
*** freedomhui has joined #openstack-dev00:52
jamielennoxif i create a self signed certificate, connect to keystone with it, auth with my username and password and get back a bound token i've still vastly improved the security of my token because you need that specific client cert to connect with00:52
*** pdevine has quit IRC00:52
*** HenryG has joined #openstack-dev00:53
jamielennoxin any sort of enterprise environment you would get apache to verify the cert00:53
*** dstufft_ has joined #openstack-dev00:53
*** egallen_ has joined #openstack-dev00:53
gyeeself-signed certs are only good in dev :)00:53
jamielennoxbut as a base just by adding the other factor you're still preventing someone else using your token00:54
*** dstufft has quit IRC00:54
*** egallen has quit IRC00:54
*** egallen_ is now known as egallen00:54
morganfainbergand the expectation is that the client cert is validated against the token00:54
jamielennoxagain though, this is not to authenticate with the certificate, it's just for binding against it later00:55
morganfainbergvs. the httpd being able to authoritatively validate a cert00:55
morganfainberg?00:55
gyeebut who validate the client cert?00:55
openstackgerritA change was merged to openstack/oslo-incubator: Convert kombu SSL version string into integer  https://review.openstack.org/3529100:55
jamielennoxayoung and i argued about this a while ago and he is on your side i think00:56
jamielennoxmy thing would be that _for binding_ it doesn't matter00:56
morganfainbergjamielennox: this sounds like a half-way multifactor solution (but i'm missing some details and digging through the blueprint ets)00:56
morganfainbergetc*00:56
jamielennoxso long as the one you get your token with is the same one you then use the token with we can assume that the cert has been validated already00:57
morganfainbergit doesn't solve a username/password compromise, it manages a re-use of token by some MITM type attack.00:57
jamielennoxmorganfainberg: right00:58
morganfainberggot it, it's effectively MFA for the tokens.00:58
jamielennoxmorganfainberg: i don't want to say that its multifactor auth00:58
*** mrodden1 has joined #openstack-dev00:58
morganfainbergright.00:58
morganfainbergbecause it isn't what people see as MDA00:58
morganfainbergMFA*00:58
jamielennoxbut i guess it's MF tokens00:58
morganfainberg(e.g. google auth, RSA etc)00:58
*** mrodden has quit IRC00:58
*** rfolco has joined #openstack-dev00:59
*** dstufft_ is now known as dstufft01:00
morganfainbergcool.  thanks for the clarification :)01:01
ayounggyee, OK,  to clarify, you are right in that Apache will verify the X509.  jamielennox 's point is that it doesn't really have to in order for this mechanism to work.  All it has to do is ensure that the client cert provided to set up the channel is the same that is boud to the token.  However, in practice, that comes down to the same thing.01:01
ayoungmorganfainberg, actually, yes, this would suport multifactor.  You would say that the token is bound to multiple auth mechanisms, and then we would have an enforcement policy that would indicate which are Required.  A bit beyond the scope of what we wrote up here, but not by much01:02
*** afrittoli has quit IRC01:02
morganfainbergayoung: yes, thats where i am seeing it going.01:02
*** ccorrigan has quit IRC01:02
*** ccorrigan has joined #openstack-dev01:03
morganfainbergayoung: i also could see a benefit to only allowing "verified/trusted" certs to have tokens bound to it.  more control, but it doesn't change the added benefit but a huge margin01:03
*** bourke has quit IRC01:03
*** cliu has joined #openstack-dev01:04
*** afrittoli has joined #openstack-dev01:04
*** bourke has joined #openstack-dev01:04
gyeeayoung, jamielennox, right, this feature very much depended on how the environment is setup01:05
*** winston-d has joined #openstack-dev01:05
ayoungjust trying to lay the foundation01:05
jamielennoxgyee: yes01:05
gyeesomebody is going to make sone consulting money out of this :)01:06
*** Mandell has quit IRC01:06
*** winston-d has left #openstack-dev01:06
jamielennoxgyee: and it's never the developers :(01:07
*** xmltok has quit IRC01:07
simoayoung: the id can;t 128, because it is a DNS name + topic name so it can be 256+, so astually 256 is also probably too small01:10
simodoes it mean I need to use a different meaningless id to keep mysql happy and keep the actual name in another column ?01:10
ayoungsimo, Mysql won't let that be a pkey01:10
ayoungsimo, probably01:10
simobleah01:10
simoayoung: ok I will change that tomorrow01:11
ayoungsimo, repeat after me.  Mysql is a real database.  Keep repeating until convinced01:11
ayoungsimo, I have a change for you.  But it depends on one of my patches..01:11
*** alop has quit IRC01:11
simoI banned mysql from all my machines ... so ...01:11
ayoungsimo https://review.openstack.org/#/c/36731/01:11
ayoungI'll send you the patch directly.  I think it should modify one of your commits01:12
simook01:12
*** adjohn has joined #openstack-dev01:12
ayoungbut...they are talking about chaning the migration mechanism, which might be trouble here.01:12
simoayoung: I'll pick it up tomorrow, send by emal, I'm tuning out now01:12
ayoungSee the dev mailing list discussion.01:12
ayoungsimo, OK will send in a few01:12
*** lbragstad has joined #openstack-dev01:17
*** sarob has joined #openstack-dev01:18
*** dperaza has quit IRC01:19
*** dperaza has joined #openstack-dev01:20
*** amohn9 has joined #openstack-dev01:21
*** danwent has joined #openstack-dev01:23
*** jbresnah has joined #openstack-dev01:23
*** armax has quit IRC01:24
openstackgerritA change was merged to openstack/python-neutronclient: Allow user to specify None value to attributes  https://review.openstack.org/1743601:25
openstackgerritA change was merged to openstack/cinder: Fixed Ceph backup librbd segfault  https://review.openstack.org/3670701:25
*** lloydde has quit IRC01:25
openstackgerritA change was merged to openstack/cinder: Check enabled backup service before rpc request  https://review.openstack.org/3661201:25
*** comay has quit IRC01:27
openstackgerritA change was merged to openstack/keystone: Sync install_venv_common from oslo  https://review.openstack.org/3592701:27
openstackgerritA change was merged to openstack/glance: Sync install_venv_common from oslo  https://review.openstack.org/3593401:28
openstackgerritA change was merged to openstack/python-keystoneclient: Sync install_venv_common from oslo  https://review.openstack.org/3592501:30
*** neelashah has joined #openstack-dev01:32
*** terriyu has joined #openstack-dev01:32
openstackgerritA change was merged to openstack/glance: Pin kombu and anyjson versions  https://review.openstack.org/3423201:33
*** pjd has quit IRC01:33
*** haneef has quit IRC01:35
*** pjd has joined #openstack-dev01:37
*** janisg has quit IRC01:38
openstackgerritA change was merged to openstack/nova: Remove doc references to distribute.  https://review.openstack.org/3592801:39
openstackgerritA change was merged to openstack/nova: Properly pin pbr and d2to1 in setup.py  https://review.openstack.org/3596501:40
*** redbeard2 has joined #openstack-dev01:41
*** pjd has quit IRC01:45
*** sthaha has joined #openstack-dev01:46
*** sthaha has joined #openstack-dev01:46
*** erkules has quit IRC01:47
*** shang has joined #openstack-dev01:49
*** erkules has joined #openstack-dev01:49
*** sungju has quit IRC01:51
lbragstadhey jamielennox, I respun the oslo patch with your comments.. thanks for the review. Just out of curiosity, why not have getter methods for strong_store and weak_store?01:52
*** sungju has joined #openstack-dev01:53
*** lloydde has joined #openstack-dev01:55
*** amerine has quit IRC01:55
*** amerine has joined #openstack-dev01:58
*** cliu has quit IRC01:58
*** erkules_ has joined #openstack-dev01:59
*** sarob has quit IRC01:59
*** thomasem has joined #openstack-dev01:59
*** sarob has joined #openstack-dev01:59
*** yaguang has joined #openstack-dev01:59
jamielennoxlbragstad: it's just that they don't do anything02:00
jamielennoxif they were generating the weak_store within get_weak_store that would be fine02:00
jamielennoxbut if all you're doing is returning a property that is already public you should just use the property02:01
*** erkules has quit IRC02:01
jamielennoxlbragstad: it's just one of those python practices02:01
lbragstadjamielennox: gotcha02:02
lbragstadmakes sense02:02
lbragstadI debates putting the logic for that in there...02:03
*** amerine has quit IRC02:03
jamielennoxlbragstad: what do you mean re the comment about the threading_mod and eventlet_mod params?02:04
*** lloydde has quit IRC02:04
*** colinmcnamara has joined #openstack-dev02:05
lbragstadwell at the bottom on line 86 in the new patch set we are passing in the threading module that is imported at the top02:05
*** jbresnah has quit IRC02:05
*** anniec has quit IRC02:05
*** yaguang has quit IRC02:05
lbragstadthat is always passed in, no matter way02:05
*** amerine has joined #openstack-dev02:05
*** sarob has quit IRC02:05
*** Ryan_Lane has quit IRC02:05
jamielennoxyea, so my point was if you are always passing the same module as a parameter (even in the tests), and it's a global value, why pass it at all?02:06
lbragstadjamielennox: but when it comes to eventlet we can either pass in a variable that stores the eventlet module object or None, depending on the environment02:06
*** sarob has joined #openstack-dev02:06
lbragstadjamielennox: I just figured it gave a little flexibility02:06
*** sarob has quit IRC02:07
*** sarob_ has joined #openstack-dev02:07
jamielennoxi think that the environments are so tightly defined that you won't be able to do the same things with a module that isn't threading anyway02:07
lbragstadit's also nice to have it stored in threading_mod so that it we need to roll back to the unpactched version of threading we just call patcher.original(threading_mod) which is the case for testing02:08
*** rcleere has joined #openstack-dev02:08
*** freedomhui has quit IRC02:08
jamielennoxbut it's still the same global value, calling patcher.original(threading) would have the same effect02:08
lbragstadjamielennox: ok yeah, looking at that now I see it02:09
lbragstadI guess I was thinking about it in a very generalized case.. I can pull  that out02:09
lbragstadjust keeping eventlet_mod = None the way it is now02:10
lbragstadand that will be the only argument passed in02:10
jamielennoxsure, so my point was with eventlet_mod that you are essentially using it as a boolean anyway02:11
*** dperaza has quit IRC02:11
lbragstadright02:11
jamielennoxif eventlet_mod: then you do things with the imported module anyway02:11
lbragstadright, Isuppose because we are assuming corolocal.local based on the boolean being true02:11
*** jbresnah has joined #openstack-dev02:11
jamielennoxif you pass True/False module/None probably doesn't make any diff02:12
jamielennoxby which i mean use whichever way seems easier02:12
*** dperaza has joined #openstack-dev02:12
lbragstadyeah, it's pretty much jsut there to make sure we use eventlet iff it's imported02:13
*** danwent has quit IRC02:13
jamielennoxwhile your here02:14
jamielennoxin your tests02:14
*** nati_ueno has quit IRC02:14
jamielennoxput eventlet_builder and threading_builder in a setUp02:14
lbragstadok02:14
ayounggyee, https://review.openstack.org/#/c/34967/  ?02:15
lbragstadand just use them accordingly with test_threading_unique_storage and test_thread_unique_storage02:15
lbragstadjamielennox: ^02:15
jamielennoxlbragstad: yea, they should be able to co-exist just fine so just use the one appropriate to the test02:16
lbragstadjamielennox: ok02:16
lbragstadjamielennox: I'll quick mark those in the review, so these comments are at least documented02:16
*** freedomhui has joined #openstack-dev02:16
lbragstadjamielennox: -1'd and documented in the review. let me know if that is what you mean. I think I described correctly?02:21
jamielennoxlbragstad: that's fine02:22
lbragstadcool, thx02:22
*** ffio has joined #openstack-dev02:22
*** bdpayne has quit IRC02:23
*** adjohn has quit IRC02:32
*** zyluo has joined #openstack-dev02:34
lbragstadjamielennox: if I take out the threading_mod varaible that stores the threading module and just stick to the one eventlet_mod argument, the tests fail since it is referencing threading and isn't assigned, just imported02:36
lbragstadtrying something else02:40
*** yaguang has joined #openstack-dev02:40
*** terriyu has quit IRC02:48
*** fenwoifneiowfneo has joined #openstack-dev02:49
*** fenwoifneiowfneo is now known as cholby02:50
*** lbragstad is now known as lbragstad_02:50
*** cholby is now known as Guest3409702:51
Guest34097does anybody know Th0masR0ss?  which channel is he in?02:53
*** novas0x2a|laptop has quit IRC02:53
*** Guest34097 is now known as cholcobo02:54
*** NetworkStatic_ has joined #openstack-dev02:54
*** NetworkStatic has quit IRC02:55
*** NetworkStatic_ is now known as NetworkStatic02:55
*** dguitarbite has joined #openstack-dev02:55
*** Mandell has joined #openstack-dev02:55
gyeeayoung, I'll review it tonight, need to grab some dinner now02:55
*** topol has quit IRC02:55
*** gyee has quit IRC02:56
*** lloydde has joined #openstack-dev02:56
*** cholcobo has left #openstack-dev02:57
*** gongysh has joined #openstack-dev02:58
*** pjd has joined #openstack-dev02:59
*** lloydde has quit IRC03:00
*** stevemar has joined #openstack-dev03:01
*** souvik has joined #openstack-dev03:01
*** dperaza has quit IRC03:03
*** cp16net is now known as cp16net|away03:04
*** souvik has quit IRC03:04
*** stevemar2 has joined #openstack-dev03:05
*** stevemar has quit IRC03:06
*** ayoung is now known as ayoung-zZzZzZz03:06
*** colinmcnamara has quit IRC03:07
jamielennoxlbragstad_: where/03:07
*** cp16net|away is now known as cp16net03:09
*** yaguang has quit IRC03:13
*** tzumainn has quit IRC03:14
*** martine has joined #openstack-dev03:27
*** martine is now known as Guest1650403:27
*** Ryan_Lane has joined #openstack-dev03:28
*** lloydde has joined #openstack-dev03:30
*** souvik has joined #openstack-dev03:35
*** pdevine has joined #openstack-dev03:36
*** adjohn has joined #openstack-dev03:43
*** boris-42 has joined #openstack-dev03:45
*** souvik has quit IRC03:46
*** souvik has joined #openstack-dev03:46
*** adjohn has quit IRC03:48
*** yaguang has joined #openstack-dev03:50
*** colinmcnamara has joined #openstack-dev03:51
*** markwash has joined #openstack-dev03:55
*** souvik has quit IRC03:56
*** pjd has quit IRC03:58
*** pjd has joined #openstack-dev03:59
*** galstrom_zzz is now known as galstrom04:00
*** sarob_ is now known as sarob04:05
*** afazekas has quit IRC04:08
*** jbresnah has quit IRC04:12
*** eharney has quit IRC04:12
*** souvik has joined #openstack-dev04:15
*** pjd1 has joined #openstack-dev04:15
*** pjd has quit IRC04:16
*** sarob has quit IRC04:21
*** sarob has joined #openstack-dev04:22
*** colinmcnamara has quit IRC04:22
*** sarob has quit IRC04:27
*** Tross has joined #openstack-dev04:28
*** galstrom is now known as galstrom_zzz04:30
*** souvik has joined #openstack-dev04:30
*** neelashah has quit IRC04:32
*** underplank has quit IRC04:32
*** obondarev_ has quit IRC04:33
*** sride has joined #openstack-dev04:34
*** afazekas has joined #openstack-dev04:34
*** galstrom_zzz is now known as galstrom04:34
*** afazekas has quit IRC04:34
*** obondarev has joined #openstack-dev04:35
*** apcruz has quit IRC04:38
*** freedomhui has quit IRC04:39
*** adjohn has joined #openstack-dev04:39
*** jbresnah_ has joined #openstack-dev04:40
openstackgerritA change was merged to openstack/neutron: Quiet down a large log file heavy hitter.  https://review.openstack.org/3671004:40
*** adjohn has quit IRC04:41
*** adjohn has joined #openstack-dev04:43
*** lloydde has quit IRC04:43
*** pjd1 has quit IRC04:43
*** yaguang has quit IRC04:44
*** rcrit has quit IRC04:46
*** SergeyLukjanov has joined #openstack-dev04:46
*** bswartz1 has joined #openstack-dev04:48
*** nati_ueno has joined #openstack-dev04:48
*** basha has joined #openstack-dev04:48
*** aeperezt has quit IRC04:49
*** gsilvis has quit IRC04:50
*** bswartz has quit IRC04:51
*** bswartz1 is now known as bswartz04:51
*** Guest16504 has quit IRC04:52
*** galstrom is now known as galstrom_zzz04:52
*** kushal has joined #openstack-dev04:52
*** lloydde has joined #openstack-dev04:53
*** joshuamckenty has joined #openstack-dev04:54
*** gsilvis has joined #openstack-dev04:57
*** pjd has joined #openstack-dev04:57
*** rcrit has joined #openstack-dev05:01
*** alexxu has joined #openstack-dev05:01
*** lloydde has quit IRC05:05
*** iscsi has joined #openstack-dev05:08
iscsimorning05:08
*** garyk has joined #openstack-dev05:09
*** lloydde has joined #openstack-dev05:11
*** colinmcnamara has joined #openstack-dev05:12
*** souvik has quit IRC05:15
*** souvik has joined #openstack-dev05:16
*** freedomhui has joined #openstack-dev05:16
*** colinmcnamara has quit IRC05:17
*** jamielennox is now known as jamielennox|away05:17
*** zaitcev has quit IRC05:19
*** kushal has quit IRC05:21
*** freedomhui has quit IRC05:21
*** eglynn has joined #openstack-dev05:21
*** kushal has joined #openstack-dev05:21
*** gongysh has quit IRC05:22
*** lloydde has quit IRC05:23
*** yjiang5 has joined #openstack-dev05:26
*** amotoki has joined #openstack-dev05:28
*** electrichead has joined #openstack-dev05:29
*** eglynn has quit IRC05:30
openstackgerritA change was merged to openstack/neutron: Fix issue with pip installing oslo.config-1.2.0  https://review.openstack.org/3527905:31
openstackgerritA change was merged to openstack/nova: Add -U to the command line for pip  https://review.openstack.org/3651405:31
*** sarob has joined #openstack-dev05:32
*** yjiang5 has left #openstack-dev05:35
*** adjohn has quit IRC05:37
*** sarob has quit IRC05:37
*** yjiang5 has joined #openstack-dev05:38
*** sushils has joined #openstack-dev05:38
*** navid_ has joined #openstack-dev05:38
*** yjiang5 has left #openstack-dev05:38
*** SergeyLukjanov has quit IRC05:38
*** sushils has joined #openstack-dev05:39
*** nachi_ has joined #openstack-dev05:39
*** nachi__ has joined #openstack-dev05:39
*** bdpayne has joined #openstack-dev05:42
*** prekarat has joined #openstack-dev05:42
*** bswartz1 has joined #openstack-dev05:45
*** rcleere has quit IRC05:46
*** bswartz has quit IRC05:48
*** eglynn has joined #openstack-dev05:48
*** garyk has quit IRC05:48
*** lloydde has joined #openstack-dev05:54
*** mancdaz_ has quit IRC05:55
*** mancdaz has joined #openstack-dev05:56
*** pjd has quit IRC05:58
*** jcoufal has joined #openstack-dev06:00
*** shang has quit IRC06:04
*** nachi_ has quit IRC06:06
*** sushils has quit IRC06:06
*** prekarat has quit IRC06:06
*** nachi__ has quit IRC06:07
*** bswartz1 is now known as bswartz06:10
*** electrichead has quit IRC06:10
*** amohn9 has quit IRC06:19
*** prekarat has joined #openstack-dev06:20
*** stevemar2 has quit IRC06:21
*** SergeyLukjanov has joined #openstack-dev06:28
*** sungju has quit IRC06:28
*** prekarat has quit IRC06:30
*** SergeyLukjanov has quit IRC06:30
*** prekarat has joined #openstack-dev06:30
*** jasdeepH has joined #openstack-dev06:31
*** bashok has joined #openstack-dev06:31
*** vartom has joined #openstack-dev06:32
*** yolanda has joined #openstack-dev06:35
*** joshuamckenty has quit IRC06:35
*** lloydde has quit IRC06:37
*** mmagr has joined #openstack-dev06:39
*** arezmerita has joined #openstack-dev06:42
*** mestery has quit IRC06:42
*** cmark has joined #openstack-dev06:44
*** jtomasek has joined #openstack-dev06:48
*** jpich has joined #openstack-dev06:56
openstackgerritA change was merged to openstack/cinder: Ignore files created by Sphinx build  https://review.openstack.org/3587806:57
*** martyntaylor has joined #openstack-dev06:57
*** bdpayne has quit IRC06:57
*** slong has quit IRC06:58
*** xqueralt-afk is now known as xqueralt06:59
*** janisg has joined #openstack-dev07:00
*** reidrac has joined #openstack-dev07:01
*** luisg has quit IRC07:03
*** luisg has joined #openstack-dev07:03
*** SergeyLukjanov has joined #openstack-dev07:04
*** sushils has joined #openstack-dev07:04
*** luisg has quit IRC07:08
*** koolhead17 has joined #openstack-dev07:08
*** obondarev has quit IRC07:09
*** ondergetekende_ has joined #openstack-dev07:10
*** corXi has joined #openstack-dev07:10
*** obondarev has joined #openstack-dev07:11
*** jprovazn has joined #openstack-dev07:16
*** alunduil has quit IRC07:17
*** SergeyLukjanov has quit IRC07:21
*** gongysh has joined #openstack-dev07:27
*** jgallard has joined #openstack-dev07:27
*** ndipanov_gone is now known as ndipanov07:28
*** nati_ueno has quit IRC07:30
*** SergeyLukjanov has joined #openstack-dev07:32
*** pnavarro has joined #openstack-dev07:32
*** afazekas has joined #openstack-dev07:33
*** cmark has quit IRC07:35
*** mestery has joined #openstack-dev07:37
*** gaelL has quit IRC07:37
*** martyntaylor has quit IRC07:38
*** xarg has quit IRC07:38
*** mnaser has quit IRC07:38
*** Guest86832 is now known as xarg07:38
*** jculp has quit IRC07:38
*** jamey has quit IRC07:38
*** huats_ has joined #openstack-dev07:38
*** huats has quit IRC07:38
*** antigluk has quit IRC07:38
*** CrackerJackMack has quit IRC07:38
*** jeblair has quit IRC07:38
*** lon has quit IRC07:38
*** huats_ has quit IRC07:38
*** huats_ has joined #openstack-dev07:38
*** xarg is now known as Guest4671107:38
*** martyntaylor has joined #openstack-dev07:38
*** jmeredit has joined #openstack-dev07:38
*** sn0wb1rdz has quit IRC07:39
*** bcwaldon has quit IRC07:39
*** pnavarro has quit IRC07:39
*** jculp has joined #openstack-dev07:39
*** xarg_ has joined #openstack-dev07:40
*** bcwaldon has joined #openstack-dev07:40
*** jeblair has joined #openstack-dev07:40
*** lon has joined #openstack-dev07:40
*** pdevine has quit IRC07:42
*** CrackerJackMack has joined #openstack-dev07:42
*** mnaser has joined #openstack-dev07:42
*** mnaser has joined #openstack-dev07:42
*** sn0wb1rdz has joined #openstack-dev07:42
*** gaelL has joined #openstack-dev07:43
*** antigluk has joined #openstack-dev07:44
*** adjohn has joined #openstack-dev07:45
*** adjohn has quit IRC07:45
*** derekh has joined #openstack-dev07:47
*** JordanP has joined #openstack-dev07:47
*** lloydde has joined #openstack-dev07:48
*** lloydde has quit IRC07:53
*** jaimegil has joined #openstack-dev07:55
*** psedlak has joined #openstack-dev08:00
*** AndreaRosa has quit IRC08:04
*** roz has joined #openstack-dev08:04
*** boden has joined #openstack-dev08:05
*** cmark has joined #openstack-dev08:06
*** pnavarro has joined #openstack-dev08:08
*** ArchNemesis has quit IRC08:08
*** zyluo has quit IRC08:09
*** alunduil has joined #openstack-dev08:10
*** ondergetekende__ has joined #openstack-dev08:13
*** toddnni has joined #openstack-dev08:13
*** ondergetekende_ has quit IRC08:13
*** toddnni_ has quit IRC08:13
*** lucasagomes has joined #openstack-dev08:14
*** garyk has joined #openstack-dev08:14
*** alexpilotti has joined #openstack-dev08:15
*** Alexei_987 has joined #openstack-dev08:15
*** jgallard has quit IRC08:16
*** markwash has quit IRC08:16
*** andrea_roz has joined #openstack-dev08:16
*** jgallard has joined #openstack-dev08:16
openstackgerritA change was merged to openstack/ceilometer: Break up compute pollsters  https://review.openstack.org/3556808:16
*** safchain has joined #openstack-dev08:17
*** roz has quit IRC08:18
openstackgerritA change was merged to openstack/ceilometer: Separate power and energy pollsters  https://review.openstack.org/3557308:18
openstackgerritA change was merged to openstack/ceilometer: Make visual coding style consistent  https://review.openstack.org/3564008:19
*** xqueralt is now known as xqueralt-afk08:20
openstackgerritA change was merged to openstack/ceilometer: Split up the glance pollsters  https://review.openstack.org/3564408:20
*** erkules_ is now known as erkules08:22
openstackgerritA change was merged to openstack/ceilometer: Break up the swift pollsters  https://review.openstack.org/3564808:24
*** johnthetubaguy has joined #openstack-dev08:25
openstackgerritA change was merged to openstack/horizon: Add openstack-common  https://review.openstack.org/3423308:26
openstackgerritA change was merged to openstack/glance: Fixes image-download error of v2  https://review.openstack.org/3595408:29
*** markwash has joined #openstack-dev08:30
*** garyk has quit IRC08:30
*** romcheg has joined #openstack-dev08:31
*** alunduil has quit IRC08:31
openstackgerritA change was merged to openstack/ceilometer: Make sure plugins are named after their meters  https://review.openstack.org/3569408:32
*** souvik has quit IRC08:34
*** alunduil has joined #openstack-dev08:36
*** johnthetubaguy1 has joined #openstack-dev08:36
*** olaph_ has quit IRC08:37
*** alunduil has quit IRC08:38
*** johnthetubaguy has quit IRC08:38
*** Guest46711 is now known as xarg08:38
*** olaph has joined #openstack-dev08:39
*** alunduil has joined #openstack-dev08:39
*** jasdeepH has quit IRC08:39
*** xarg is now known as Guest3232908:39
*** JordanP has quit IRC08:40
*** xqueralt-afk is now known as xqueralt08:40
*** mdomsch has quit IRC08:41
*** JordanP has joined #openstack-dev08:41
*** eglynn has quit IRC08:42
*** eglynn has joined #openstack-dev08:42
*** git-harry has quit IRC08:43
*** git-harry has joined #openstack-dev08:43
*** bismigalis has joined #openstack-dev08:43
*** ZangMing1ie has quit IRC08:44
*** torgomatic has quit IRC08:45
*** ZangMingJie has joined #openstack-dev08:45
*** Slidey_ has quit IRC08:46
*** Slidey has joined #openstack-dev08:47
*** torgomatic has joined #openstack-dev08:47
openstackgerritA change was merged to openstack/neutron: Refactor unit tests for NEC Plugin  https://review.openstack.org/3580708:50
*** jgallard has quit IRC08:50
*** martyntaylor has quit IRC08:51
*** jgallard has joined #openstack-dev08:51
*** rods1 has joined #openstack-dev08:51
*** dguitarbite has quit IRC08:54
*** alunduil has quit IRC08:58
*** ondergetekende__ has quit IRC08:59
*** alunduil has joined #openstack-dev09:01
*** JordanP has quit IRC09:02
*** danpb has joined #openstack-dev09:04
*** kushal has quit IRC09:04
*** martyntaylor has joined #openstack-dev09:06
*** iartarisi has joined #openstack-dev09:07
*** athomas has joined #openstack-dev09:08
*** dguitarbite has joined #openstack-dev09:08
*** JordanP has joined #openstack-dev09:14
*** martyntaylor has quit IRC09:14
*** ifarkas has quit IRC09:16
*** alunduil has quit IRC09:17
openstackgerritA change was merged to openstack/nova: Add unique constraints to AggregateHost.  https://review.openstack.org/3474609:18
*** ffio_ has joined #openstack-dev09:19
*** ffio has quit IRC09:19
*** ifarkas has joined #openstack-dev09:19
*** kushal has joined #openstack-dev09:20
*** akamyshnikova has quit IRC09:23
*** adalbas has quit IRC09:24
*** adalbas has joined #openstack-dev09:25
*** arezmerita has quit IRC09:25
*** souvik has joined #openstack-dev09:25
*** dguitarbite has quit IRC09:25
*** benonsoftware has quit IRC09:28
*** derekh is now known as derekh_afk09:29
*** martyntaylor has joined #openstack-dev09:29
*** akamyshnikova has joined #openstack-dev09:30
*** safchain has quit IRC09:32
*** bashok_ has joined #openstack-dev09:37
*** bashok has quit IRC09:37
*** ArchNemesis has joined #openstack-dev09:37
*** prekarat has left #openstack-dev09:37
*** jgallard has quit IRC09:37
*** jgallard has joined #openstack-dev09:38
*** Guest32329 is now known as xarg09:39
*** xarg is now known as Guest9258909:40
*** safchain has joined #openstack-dev09:45
*** pnavarro has quit IRC09:47
*** safchain_ has joined #openstack-dev09:53
*** safchain has quit IRC09:56
*** gongysh has quit IRC09:56
*** basha has quit IRC09:57
*** benonsoftware has joined #openstack-dev10:04
*** navid_ has quit IRC10:06
*** drewlander has joined #openstack-dev10:07
*** eglynn has quit IRC10:09
*** olaph_ has joined #openstack-dev10:11
*** Mandell_ has joined #openstack-dev10:12
*** romcheg1 has joined #openstack-dev10:12
*** mikeit has joined #openstack-dev10:13
*** basha has joined #openstack-dev10:13
*** jbresnah has joined #openstack-dev10:13
*** mikeit has quit IRC10:14
*** mikeit_ has joined #openstack-dev10:14
*** jaimegil_ has joined #openstack-dev10:17
*** uvirtbot has quit IRC10:18
*** romcheg has quit IRC10:18
*** Mandell has quit IRC10:18
*** med_ has quit IRC10:18
*** olaph has quit IRC10:18
*** jaimegil has quit IRC10:18
*** reidrac has quit IRC10:18
*** jbresnah_ has quit IRC10:18
*** thomasem has quit IRC10:18
*** portante has quit IRC10:18
*** reidrac has joined #openstack-dev10:18
*** uvirtbot has joined #openstack-dev10:18
*** portante has joined #openstack-dev10:19
openstackgerritA change was merged to openstack/ceilometer: Optionally store Events in Collector.  https://review.openstack.org/3555710:21
*** alunduil has joined #openstack-dev10:26
*** uvirtbot has quit IRC10:29
*** lukego has joined #openstack-dev10:30
*** uvirtbot has joined #openstack-dev10:31
*** mikeit_ has quit IRC10:31
*** alunduil has quit IRC10:32
*** topol has joined #openstack-dev10:35
*** eglynn has joined #openstack-dev10:38
*** Guest92589 is now known as xarg10:40
*** xarg is now known as Guest5965710:41
lukegome again. now: I really want to see the log output from test cases that I run with neutron run_tests.py. all tests including the ones that pass. surely there is an easy way?10:41
*** michchap has quit IRC10:46
*** michchap_ has joined #openstack-dev10:46
*** drewlander has quit IRC10:49
*** drewlander has joined #openstack-dev10:49
jpichamotoki: Hello! Whenever you have a chance, it would be great to hear your thoughts on https://bugs.launchpad.net/horizon/+bug/1109140 (comment #3). I'm trying to understand what's the latest with neutron quotas10:50
uvirtbotLaunchpad bug 1109140 in horizon "Floating IP quota not coming from Quantum" [Medium,Confirmed]10:51
amotokijpich: sure. will check it.10:51
jpichamotoki: Thank you10:52
*** jgallard has quit IRC10:53
amotokijpich: there is some progress during havana. I will add an comment.10:54
*** eglynn has quit IRC10:54
jpichamotoki: Great to hear, thanks for updating the bug10:54
amotokijpich: i am now preparing Horizon patch "neutron secgroup native support". After post it, i will do it.10:55
*** jerkbot1 has joined #openstack-dev10:56
*** jcoufal has quit IRC10:57
jpichamotoki: Awesome, this will probably help with understanding how to handle the security group quotas too10:57
*** lukego has quit IRC10:57
*** navid_ has joined #openstack-dev10:58
*** vartom has quit IRC11:00
*** basha has quit IRC11:09
*** beagles is now known as seagulls11:09
*** derekh_afk is now known as derekh11:11
*** AnilV4 has quit IRC11:14
*** AnilV4 has joined #openstack-dev11:19
*** AnilV_ has joined #openstack-dev11:20
*** basha has joined #openstack-dev11:21
*** AnilV_ has quit IRC11:22
*** arezmerita has joined #openstack-dev11:24
*** AnilV4 has quit IRC11:27
*** AnilV4 has joined #openstack-dev11:28
*** navid_ has left #openstack-dev11:29
*** Guest59657 is now known as xarg11:41
*** xarg is now known as Guest4189411:42
*** SergeyLukjanov has quit IRC11:46
*** martine has joined #openstack-dev11:48
*** martine is now known as Guest6714311:48
*** bashok_ has quit IRC11:54
*** fifieldt has quit IRC11:57
*** _crobertsrh is now known as crobertsrh11:57
*** anniec has joined #openstack-dev11:57
*** lukego has joined #openstack-dev11:59
*** lucasagomes is now known as lucas-hungry11:59
*** jaimegildesagred has joined #openstack-dev11:59
*** jaimegil_ has quit IRC11:59
*** kushal has quit IRC12:00
*** jaimegil has joined #openstack-dev12:00
*** apcruz has joined #openstack-dev12:05
*** FunnyLookinHat has joined #openstack-dev12:08
*** basha has quit IRC12:09
*** galstrom_zzz is now known as galstrom12:09
*** radez_g0n3 is now known as radez12:10
*** radez is now known as radez_g0n312:10
*** radez_g0n3 is now known as radez12:11
*** anniec_ has joined #openstack-dev12:12
*** lukego has quit IRC12:13
*** prad has joined #openstack-dev12:14
*** anniec has quit IRC12:14
*** anniec_ is now known as anniec12:14
*** BobBall_Away is now known as BobBall12:14
*** lukego has joined #openstack-dev12:18
*** Guest67143 has quit IRC12:23
*** vkmc has joined #openstack-dev12:23
*** martine_ has joined #openstack-dev12:28
*** ayoung83 has joined #openstack-dev12:29
*** dkranz has joined #openstack-dev12:29
*** mkollaro has joined #openstack-dev12:31
*** martine_ has quit IRC12:33
Alexei_987Hello anyone knows why this hack is used in sqlalchemy-migrate?12:34
Alexei_987@migrate_util.decorator12:34
Alexei_987def patched_with_engine(f, *a, **kw):12:34
Alexei_987    url = a[0]12:34
Alexei_987    engine = migrate_util.construct_engine(url, **kw)12:34
Alexei_987    try:12:34
Alexei_987    try:12:34
Alexei_987        kw['engine'] = engine12:34
Alexei_987        return f(*a, **kw)12:34
Alexei_987    finally:12:34
Alexei_987        if isinstance(engine, migrate_util.Engine) and engine is not url:12:34
Alexei_987            migrate_util.log.debug('Disposing SQLAlchemy engine %s', engine)12:34
Alexei_987            engine.dispose()12:34
boris-42Alexei_98712:34
boris-42use pls patebin.com12:34
Alexei_987sorry :(12:34
boris-42pastebin.com12:34
*** mrda-away is now known as mrda12:35
Alexei_987http://pastebin.com/f0bKK5P512:35
Alexei_987why we construct a new engine object?12:36
*** Tross has quit IRC12:38
*** ayoung83 has quit IRC12:39
*** Tross has joined #openstack-dev12:40
*** russellb is now known as rustlebee12:40
amotokijpich: i just answered your comment in the bug. it is interesting and let's discuss what can be done in horizon and neutron.12:41
*** redbeard2 has quit IRC12:41
*** Guest41894 is now known as xarg12:42
*** xarg is now known as Guest7640712:42
openstackgerritA change was merged to openstack/nova: port Host API into v3 part2  https://review.openstack.org/3232612:42
*** boden_ has joined #openstack-dev12:45
*** eharney has joined #openstack-dev12:46
*** eharney has quit IRC12:46
*** eharney has joined #openstack-dev12:46
*** martyntaylor1 has joined #openstack-dev12:47
*** boden has quit IRC12:48
*** martyntaylor has quit IRC12:49
*** neelashah has joined #openstack-dev12:50
*** RajeshMohan has quit IRC12:50
*** timello_ is now known as timello12:51
*** tristanC has joined #openstack-dev12:51
*** RajeshMohan has joined #openstack-dev12:51
*** koolhead17 has quit IRC12:52
*** adalbas has quit IRC12:52
jpichamotoki: Thanks amotoki, interesting thoughts and problems. It would have been nice to avoid having to add a new setting to Horion, but it looks like it will be necessary, at least as a starting point12:54
openstackgerritA change was merged to openstack/nova: Port extended-availability-zone API into v3 part2  https://review.openstack.org/3398212:55
*** tristanC has left #openstack-dev12:55
*** galstrom is now known as galstrom_zzz12:55
*** danwent has joined #openstack-dev12:56
*** lbragstad_ has quit IRC12:59
jpichamotoki: Is there a wiki page somewhere that lists the neutron drivers and what extensions they each support?13:01
*** mkollaro has quit IRC13:01
amotokijpich: The plugin list is available on Neutorn top wiki page but it just lists neutron plugins. There is no matrix extensions and neutron plugins.13:02
jpichamotoki: I see, thank you13:02
amotokijpich: i greped the code.13:02
*** alunduil has joined #openstack-dev13:03
*** dolphm has joined #openstack-dev13:04
amotokijpich: the command line is "cd /opt/stack/neutron; grep -C 10 supported_extension_aliases **/*.py | grep quotas"13:04
*** cmagina-away is now known as cmagina13:06
*** zul has quit IRC13:06
*** svilgelm has quit IRC13:07
*** zul has joined #openstack-dev13:08
*** boden_ has quit IRC13:08
*** adalbas has joined #openstack-dev13:09
*** READ10 has joined #openstack-dev13:09
*** Alex_Gaynor has quit IRC13:10
*** Alex_Gaynor has joined #openstack-dev13:10
*** pjd has joined #openstack-dev13:10
*** boden has joined #openstack-dev13:11
*** kushal has joined #openstack-dev13:11
*** pjd has quit IRC13:12
*** souvik has quit IRC13:12
*** rkukura has joined #openstack-dev13:13
*** sballe has joined #openstack-dev13:14
*** MaxV has joined #openstack-dev13:14
*** sandywalsh has quit IRC13:14
*** armax has joined #openstack-dev13:15
*** johnthetubaguy1 is now known as johnthetubaguy13:15
*** toabctl has quit IRC13:15
*** pjd has joined #openstack-dev13:15
*** lucas-hungry is now known as lucasagomes13:16
*** jecarey_ has joined #openstack-dev13:17
*** adalbas has quit IRC13:19
*** roz has joined #openstack-dev13:19
*** roz is now known as AndreaRoz13:19
*** AndreaRoz has quit IRC13:20
*** tzumainn has joined #openstack-dev13:20
*** toabctl has joined #openstack-dev13:20
*** toabctl has joined #openstack-dev13:20
*** sride has quit IRC13:20
HenryGWhy are some apparently unsused modules imported and then tagged with "# noqa" so that flake8 doesn't complain?13:21
*** boden has quit IRC13:21
*** ndipanov has quit IRC13:21
*** boden has joined #openstack-dev13:21
*** amotoki has quit IRC13:21
*** martine has joined #openstack-dev13:22
*** martine is now known as Guest1656713:22
*** tmclaugh[work] has joined #openstack-dev13:23
*** jruzicka has joined #openstack-dev13:24
*** dansmith is now known as Steely_Dan13:24
*** ndipanov has joined #openstack-dev13:25
*** jayg|g0n3 is now known as jayg13:27
*** sandywalsh has joined #openstack-dev13:27
*** martine_ has joined #openstack-dev13:27
*** martine_ has quit IRC13:29
*** Guest16567 has quit IRC13:30
*** martine_ has joined #openstack-dev13:30
*** krtaylor has quit IRC13:31
*** adalbas has joined #openstack-dev13:33
openstackgerritA change was merged to openstack/ceilometer: Fix MongoDB backward compat wrt units  https://review.openstack.org/3608113:33
*** lbragstad has joined #openstack-dev13:34
*** mkollaro has joined #openstack-dev13:34
openstackgerritA change was merged to openstack/ceilometer: Remove get_counter_names from the pollster plugins  https://review.openstack.org/3571213:36
*** pjd has quit IRC13:37
*** mtreinish has joined #openstack-dev13:38
*** armax has quit IRC13:39
*** rcleere has joined #openstack-dev13:40
*** pjd has joined #openstack-dev13:40
*** pjd has quit IRC13:41
openstackgerritA change was merged to openstack/nova: xenapi: support ephemeral disks bigger than 2TB  https://review.openstack.org/3276013:41
*** stevemar has joined #openstack-dev13:42
*** Guest76407 is now known as xarg13:43
*** xarg is now known as Guest8837413:43
*** pjd has joined #openstack-dev13:43
*** prekarat has joined #openstack-dev13:44
*** aeperezt has joined #openstack-dev13:45
*** dprince has joined #openstack-dev13:46
openstackgerritA change was merged to openstack/ceilometer: Transformer to measure rate of change  https://review.openstack.org/3577413:46
*** burt has joined #openstack-dev13:47
*** andrewbogott_afk is now known as andrewbogott13:47
*** FunnyLookinHat has quit IRC13:47
*** pjd has quit IRC13:48
*** souvik has joined #openstack-dev13:54
*** souvik1 has joined #openstack-dev13:55
*** cp16net is now known as cp16net|away13:56
*** jimfehlig has joined #openstack-dev13:56
*** souvik1 has quit IRC13:56
*** anteaya has joined #openstack-dev13:57
*** souvik has quit IRC13:59
*** cmark_ has joined #openstack-dev14:01
*** danwent has quit IRC14:02
*** pjd has joined #openstack-dev14:02
*** eglynn has joined #openstack-dev14:03
*** NetworkStatic has quit IRC14:04
*** NetworkStatic has joined #openstack-dev14:04
*** cmark has quit IRC14:04
*** alunduil has quit IRC14:05
*** akamyshnikova has quit IRC14:05
*** rharwood has joined #openstack-dev14:08
*** alunduil has joined #openstack-dev14:09
*** baubau has joined #openstack-dev14:10
*** baubau has left #openstack-dev14:10
lbragstadhey dims I made a few more revision for the Eventlet dep in local.py, if you want to take a look at it whenever https://review.openstack.org/#/c/34834/14:11
*** jgallard has joined #openstack-dev14:11
*** _TheDodd_ has joined #openstack-dev14:12
*** utlemming has joined #openstack-dev14:12
*** jcoufal has joined #openstack-dev14:12
openstackgerritA change was merged to openstack/python-neutronclient: Remove commented out code  https://review.openstack.org/3672414:13
openstackgerritA change was merged to openstack/neutron: Improve DHCP agent performance  https://review.openstack.org/2891414:13
*** pjd has quit IRC14:14
*** sballe has quit IRC14:14
*** slagle has quit IRC14:15
*** slagle has joined #openstack-dev14:15
*** litong has joined #openstack-dev14:15
*** vkmc has quit IRC14:17
*** markmcclain has joined #openstack-dev14:17
*** anteaya has quit IRC14:17
dimslbragstad, thanks will take a look14:17
lbragstaddims: thank you sir14:17
*** mmagr has quit IRC14:17
*** markmc has joined #openstack-dev14:18
*** pjd has joined #openstack-dev14:18
*** krtaylor has joined #openstack-dev14:18
*** FunnyLookinHat has joined #openstack-dev14:19
*** pjd has quit IRC14:21
*** ndipanov has quit IRC14:22
*** mdomsch has joined #openstack-dev14:22
*** pjd has joined #openstack-dev14:23
*** cliu has joined #openstack-dev14:25
*** pabelanger_ has joined #openstack-dev14:25
*** aeperezt_ has joined #openstack-dev14:25
*** armax has joined #openstack-dev14:26
*** aeperezt_ has quit IRC14:26
*** pabelanger_ has quit IRC14:26
*** pabelanger_ has joined #openstack-dev14:26
*** galstrom_zzz is now known as galstrom14:26
*** pabelanger has quit IRC14:26
*** pabelanger_ is now known as pabelanger14:27
*** eglynn has quit IRC14:27
*** pabelanger_ has joined #openstack-dev14:27
*** aeperezt_ has joined #openstack-dev14:27
*** pabelanger has quit IRC14:28
*** pjd has quit IRC14:28
*** pabelanger has joined #openstack-dev14:28
*** pabelanger has joined #openstack-dev14:28
*** koolhead17 has joined #openstack-dev14:28
*** koolhead17 has joined #openstack-dev14:28
*** aeperezt_ has quit IRC14:29
*** anteaya has joined #openstack-dev14:29
*** bdpayne has joined #openstack-dev14:31
*** jvrbanac has joined #openstack-dev14:31
*** michchap_ has quit IRC14:34
*** rharwood has quit IRC14:35
*** ndipanov has joined #openstack-dev14:35
*** michchap has joined #openstack-dev14:35
*** sballe has joined #openstack-dev14:36
*** woodspa has joined #openstack-dev14:37
*** jaimegil has quit IRC14:37
*** spzala has joined #openstack-dev14:37
*** crank has quit IRC14:37
*** tmmt has joined #openstack-dev14:37
*** michchap has quit IRC14:38
*** michchap has joined #openstack-dev14:39
*** pjd has joined #openstack-dev14:40
*** zhiyan has joined #openstack-dev14:41
*** alunduil has quit IRC14:41
*** zhiyan has quit IRC14:42
openstackgerritA change was merged to openstack/keystone: Pass on arguments on Base.get_session  https://review.openstack.org/2933414:42
*** bdpayne has quit IRC14:42
*** souvik has joined #openstack-dev14:43
*** Guest88374 is now known as xarg14:43
*** koolhead17 has quit IRC14:44
*** xarg is now known as Guest5992214:44
*** salv-orlando has quit IRC14:44
*** fmanco has joined #openstack-dev14:44
*** danwent has joined #openstack-dev14:45
*** pjd has quit IRC14:46
*** rharwood has joined #openstack-dev14:46
*** datsun180b has joined #openstack-dev14:46
*** pjd has joined #openstack-dev14:47
*** kdas__ has joined #openstack-dev14:47
openstackgerritA change was merged to openstack/glance: On deleting an image, its image_tags are not deleted.  https://review.openstack.org/3527014:47
*** kushal has quit IRC14:48
*** andrewbogott is now known as andrewbogott_afk14:48
*** kdas__ is now known as kushal14:49
*** kushal has joined #openstack-dev14:49
*** rnirmal has joined #openstack-dev14:50
*** redbeard2 has joined #openstack-dev14:51
boris-42markmc ping14:52
markmcboris-42, yep?14:53
*** eglynn has joined #openstack-dev14:53
*** mrodden1 has quit IRC14:53
boris-42markmc ok we have removed all code about db archiving from sqlalchemy utilities that are in Oslo14:53
boris-42markmc that code was discussable and should be rethink14:53
boris-42markmc could you take a look one more time on patches?14:53
*** lloydde has joined #openstack-dev14:53
*** dolphm has quit IRC14:54
markmcboris-42, they're in the queue, I'll try and get to them; hopefully other oslo-core folks will to14:56
boris-42markmc some of these patches was already approved14:56
*** rwsu-afk is now known as rwsu14:56
*** topol has quit IRC14:56
*** koolhead17 has joined #openstack-dev14:56
*** souvik has quit IRC14:57
*** pdevine has joined #openstack-dev14:59
openstackgerritA change was merged to openstack/keystone: Imported Translations from Transifex  https://review.openstack.org/3629715:00
*** jrclouda has joined #openstack-dev15:01
*** jrclouda is now known as zackf15:02
*** zhiyan has joined #openstack-dev15:02
*** henrynash has joined #openstack-dev15:03
*** jecarey__ has joined #openstack-dev15:03
openstackgerritA change was merged to openstack-dev/grenade: Allow target exercises to run independently  https://review.openstack.org/3651315:03
*** SergeyLukjanov has joined #openstack-dev15:03
*** jecarey_ has quit IRC15:04
*** matiu has quit IRC15:04
*** reidrac has left #openstack-dev15:04
henrynashdolphm, gyee, ayoung, bknudson:  OS-INHERIT implement ion is up for review at https://review.openstack.org/#/c/35986/15:04
*** dolphm has joined #openstack-dev15:04
*** lukego has quit IRC15:06
*** matiu has joined #openstack-dev15:06
*** wcmarsha_ has quit IRC15:06
*** andrewbogott_afk is now known as andrewbogott15:06
*** zhiyan has quit IRC15:07
*** zul has quit IRC15:07
*** otherwiseguy has joined #openstack-dev15:07
*** zul has joined #openstack-dev15:07
*** mrodden has joined #openstack-dev15:08
*** ifarkas has quit IRC15:09
*** ayoung-zZzZzZz is now known as ayoung-afk15:10
*** fmanco has quit IRC15:10
*** anteaya has quit IRC15:12
iartarisiwhere should I be looking in horizon if I wanted to see how the user object is attached to the request? I want to know what kind of object it is, where it gets the tenant_name attribute etc.15:14
jpichiartarisi: Probably in https://github.com/gabrielhurley/django_openstack_auth (the project is currently being moved to Gerrit)15:15
iartarisijpich: ah, actually I'm more interested in Grizzly code15:15
*** vkmc has joined #openstack-dev15:16
*** matrohon has quit IRC15:16
iartarisiany idea how that was done in the previous release?15:16
openstackgerritA change was merged to openstack/python-swiftclient: Allow setting # of retries in the binary  https://review.openstack.org/3613915:17
jpichiartarisi: This was also used in grizzly, you'll need to compare version numbers to get to the specific version a grizzly install would be using15:17
iartarisiah, alright15:18
iartarisiI'll look, thanks!15:18
jpichYou're welcome15:18
*** dprince has quit IRC15:21
*** pmathews has joined #openstack-dev15:21
*** wcmarsha_ has joined #openstack-dev15:22
*** jgallard has quit IRC15:24
*** jgallard has joined #openstack-dev15:25
*** 77CAALZEU has joined #openstack-dev15:28
*** 8OWAAJGVA has joined #openstack-dev15:28
*** perfectsine has joined #openstack-dev15:30
*** jrclouda has joined #openstack-dev15:30
*** branen__ has joined #openstack-dev15:31
*** fmanco has joined #openstack-dev15:31
*** corXi has quit IRC15:31
*** Mandell_ has quit IRC15:32
*** gyee has joined #openstack-dev15:32
*** lloydde has quit IRC15:32
*** amohn9 has joined #openstack-dev15:32
*** zackf has quit IRC15:33
*** henrynash has quit IRC15:34
*** branen_ has quit IRC15:34
*** henrynash has joined #openstack-dev15:37
*** ffio_ has quit IRC15:39
*** jcoufal has quit IRC15:39
*** zhiyan has joined #openstack-dev15:39
*** terriyu has joined #openstack-dev15:40
openstackgerritA change was merged to openstack/swift: make internal client metadata methods return dicts with lower case keys  https://review.openstack.org/3633815:42
*** terryh has joined #openstack-dev15:43
*** zoresvit has quit IRC15:43
*** ffio has joined #openstack-dev15:44
*** xarg_ is now known as xarg15:44
*** mlavalle has joined #openstack-dev15:45
mordredzigo, boris-42, mikal, jog0-away, dripton: you guys may want to add stackforge/sqlalchemy-migrate15:46
mordredto your watched projects list15:46
zigomordred: Saw it, that's great! :)15:46
driptonok thanks mordred15:46
boris-42mordred thank you15:46
*** xmltok has joined #openstack-dev15:46
zigoboris-42: Feel free to ping me whenever you have a new release and wish that I upload it to Debian.15:47
boris-42zigo thanks we will publish some patches soon15:48
*** fbo_away is now known as fbo15:48
*** rnirmal has quit IRC15:49
*** rnirmal has joined #openstack-dev15:49
*** psedlak has quit IRC15:49
*** bdpayne has joined #openstack-dev15:50
gyeedolphm, ayoung, want to take another look at this?  https://review.openstack.org/#/c/33858/15:50
*** afazekas has quit IRC15:50
dolphmgyee: sure15:51
*** 77CAALZEU is now known as nachi15:52
henrynashdolphm, gyee, young, bknudson: os-inherit patch is failing due to some issue after merge with latest master (will resolve), but still worth reviewing in the meantime (https://review.openstack.org/#/c/35986/)15:53
*** jhesketh_ has quit IRC15:54
*** fbo is now known as fbo_away15:54
*** lloydde has joined #openstack-dev15:54
gyeehenrynash, looking15:54
henrynashgyee:thx15:54
*** MaxV has quit IRC15:55
*** alop has joined #openstack-dev15:55
gyeedolphm, henrynash, what's the proper way to do extension, by a configurable flag or contrib?15:55
*** xqueralt is now known as xqueralt-afk15:56
henrynashgyee: so I modelled it on Trusts…since it is so integrated with existing roles assignment code15:56
gyeeI was under the impression that we need to park the extensions in contrib, but OS-TRUST didn't following that pattern15:56
*** reed has joined #openstack-dev15:57
*** anteaya has joined #openstack-dev15:57
openstackgerritA change was merged to openstack/nova: Cells: Make bandwidth_update_interval configurable  https://review.openstack.org/3650715:58
*** jgallard has quit IRC15:58
*** sthaha has quit IRC15:58
*** devoid has joined #openstack-dev15:59
*** pdevine has quit IRC15:59
henrynashgyee, dolphm: I think an extension that can be 'standalone' (e.g. the Oauth2 stuff) can obviously go i contrib….it's just hard to see how to do somethingliek OS-INHERIT that way15:59
*** freedomhui has joined #openstack-dev15:59
*** jprovazn has quit IRC16:00
*** fmanco has quit IRC16:01
*** martine_ has quit IRC16:01
*** martine_ has joined #openstack-dev16:02
dolphmgyee: where the code lives doesn't matter, the answer is standalone middleware and os-trust is a painful example of why we shouldn't intertwine extensible behavior into the core code16:02
*** zhiyan has quit IRC16:02
*** 8OWAAJGVA has quit IRC16:03
*** nachi has quit IRC16:03
*** ndipanov has quit IRC16:03
*** zhiyan has joined #openstack-dev16:04
*** michchap has quit IRC16:04
*** jecarey__ has quit IRC16:04
*** martyntaylor1 has quit IRC16:04
*** zaitcev has joined #openstack-dev16:04
*** nati_ueno has joined #openstack-dev16:05
*** jecarey_ has joined #openstack-dev16:05
*** mrodden1 has joined #openstack-dev16:05
gyeedolphm, agreed, but in general the code should be in contrib if possible right?16:05
dolphmgyee: sure16:06
*** pdevine has joined #openstack-dev16:06
*** armax has quit IRC16:07
*** krtaylor has quit IRC16:07
*** mrodden has quit IRC16:08
*** zhiyan has quit IRC16:08
*** markwash has quit IRC16:08
*** henrynash has quit IRC16:08
*** bismigalis has quit IRC16:08
stevemardtroyer, just updated https://review.openstack.org/#/c/36772/ if you want to push it through16:09
*** iartarisi has quit IRC16:09
stevemardtroyer_zz, ^16:09
dtroyer_zzstevemar: thanks, got it.16:10
*** wcmarsha_ has quit IRC16:10
*** henrynash has joined #openstack-dev16:11
henrynashgyee, dolphm: so where does that leave os-inherit?  (Most of) the code is all about modifying the way role assignments are interpreted16:11
*** SergeyLukjanov has quit IRC16:11
*** danpb has quit IRC16:12
openstackgerritA change was merged to openstack/python-openstackclient: Remove api = apiName calls from each method  https://review.openstack.org/3677216:12
*** arezmerita has quit IRC16:12
*** seagulls has quit IRC16:13
dolphmhenrynash: you can intercept those api calls in middleware and respond to them16:13
gyeehenrynash, yeah, still going through your code, not sure how tough it is to have a clean isolation16:14
*** beagles has joined #openstack-dev16:14
henrynashdolphm: the apis calls are easy.  The real meat is in a) extending metadata in the driver level and then interpreting that in the controller16:14
*** sandywalsh has quit IRC16:15
*** jasdeepH has joined #openstack-dev16:16
henrynashdolphm, gyee: could certainly move the router intercepts into contrib, but I don't think that is solving much of a problem16:16
*** zhiyan has joined #openstack-dev16:16
dolphmhenrynash: refactor metadata into something more explicit first? (actual indexed columns in sql, for example)16:16
*** pmathews has quit IRC16:17
*** sudorandom has joined #openstack-dev16:18
*** hemnafk is now known as hemna_16:18
henrynashdolphm: so I refactored metadata into a list of dicts, rather than a simple list for exactly that purpose (thought this had much less impact for an extension than big table changes)16:18
henrynashdolphm: so that's quite generic16:19
*** anniec has quit IRC16:19
henrynashdolphm: my previous rationalisation change hides and such change within the driver layer16:20
*** zhiyan has quit IRC16:21
*** zhiyan has joined #openstack-dev16:22
*** wcmarsha_ has joined #openstack-dev16:22
*** freedomhui has quit IRC16:22
*** danwent has quit IRC16:22
dolphmhenrynash: let me go read the spec again and get back to you16:25
henrynashdolphm: take a quick glance at my change as well, you'll get the idea as to where the meat is16:26
*** BobBall is now known as BobBall_Away16:26
*** joshuamckenty has joined #openstack-dev16:26
*** alexxu has quit IRC16:27
*** beagles has quit IRC16:27
*** jasdeepH has quit IRC16:28
*** jasdeepH has joined #openstack-dev16:28
dolphmhenrynash: ran into this on the way into identity-api https://review.openstack.org/#/c/36858/16:29
openstackgerritA change was merged to openstack-dev/devstack: Configure swift functional test suite.  https://review.openstack.org/3579316:29
*** nati_ueno has quit IRC16:29
*** alunduil has joined #openstack-dev16:29
*** tjones has joined #openstack-dev16:29
openstackgerritA change was merged to openstack/nova: Fix formatting errors in documentation  https://review.openstack.org/3587616:30
*** danwent has joined #openstack-dev16:31
*** sandywalsh has joined #openstack-dev16:31
*** sleepsonthefloor has quit IRC16:33
*** pdevine has quit IRC16:33
*** jrclouda is now known as zackf16:33
henrynashdolphm, gyee: having problems with running unit tests on master….errors with no domain table found…can one of you remind me if you need to re-create/clear sql test db locally if someone has changed DB schemas etc.?16:34
*** romcheg1 has quit IRC16:34
*** michchap has joined #openstack-dev16:34
*** utlemming has quit IRC16:34
dolphmhenrynash: git clean -xdf will remove any *.pyc files, but also anything else that's untracked16:34
*** Alexei_987 has quit IRC16:35
*** pmathews has joined #openstack-dev16:35
dolphmhenrynash: or... find . -name "*.pyc" -exec rm -rf {} \;16:35
mordreddolphm, henrynash find . -type f -name "*.pyc" -delete16:35
henrynashdolphm: right, thanks16:35
mordredthat's in nova's run_tests.sh and I'm working on a patch to add it to be run by tox16:36
*** colinmcnamara has joined #openstack-dev16:36
*** beagles has joined #openstack-dev16:36
*** krtaylor has joined #openstack-dev16:36
dolphmmordred: that'd be nice16:36
*** safchain_ has quit IRC16:36
mordreddolphm: although I think it shold actually be find . -type f -name '*.pyc' -delete16:36
*** topol has joined #openstack-dev16:36
dolphmmordred: yeah, yours is better than mine16:37
*** SergeyLukjanov has joined #openstack-dev16:37
*** cmark_ has quit IRC16:37
*** cmark has joined #openstack-dev16:38
*** henrynash has quit IRC16:40
*** sunnstorm7 has joined #openstack-dev16:41
*** mjfs has joined #openstack-dev16:41
*** JordanP has quit IRC16:41
*** henrynash has joined #openstack-dev16:42
*** ek6 has joined #openstack-dev16:42
*** kenperkins_ has joined #openstack-dev16:42
*** mjfork_ has joined #openstack-dev16:42
*** Madkiss_ has joined #openstack-dev16:42
*** Madkiss has quit IRC16:42
*** Madkiss_ is now known as Madkiss16:42
*** sc68cal_ has joined #openstack-dev16:43
*** xmltok_ has joined #openstack-dev16:43
*** jjmb1 has joined #openstack-dev16:43
*** lloydde_ has joined #openstack-dev16:43
*** BStokes999 has joined #openstack-dev16:43
gyeehenrynash, staring at all the metadata tables make my head spin, we really need to consolidate this16:44
*** michchap has quit IRC16:44
henrynashgyee: I know…I was planning to do this for IceHouse..16:44
*** DuncanT- has joined #openstack-dev16:44
gyeehenrynash, for that you'll earn a purple heart :)16:45
henrynashgyee: we could do it for H3, although quite a lot of DB changes…not sure it is right move16:45
*** jpich has quit IRC16:46
*** devanand1 has joined #openstack-dev16:46
*** jculp_ has joined #openstack-dev16:46
*** isd has joined #openstack-dev16:46
*** msmedved has quit IRC16:47
*** clayg_ has joined #openstack-dev16:47
*** mrodden1 is now known as mrodden16:49
*** jdbarry_ has joined #openstack-dev16:49
*** fboz has joined #openstack-dev16:49
*** fboz is now known as fbo16:49
*** dhellman_ has joined #openstack-dev16:50
*** CJM has joined #openstack-dev16:50
*** Mandell has joined #openstack-dev16:50
*** dhellmann_ has joined #openstack-dev16:50
*** krtaylor has quit IRC16:50
*** alunduil has quit IRC16:50
*** martine_ has quit IRC16:50
*** lloydde has quit IRC16:50
*** xmltok has quit IRC16:50
*** zul has quit IRC16:50
*** markmc has quit IRC16:50
*** RajeshMohan has quit IRC16:50
*** benonsoftware has quit IRC16:50
*** ArchNemesis has quit IRC16:50
*** derekh has quit IRC16:50
*** CrackerJackMack has quit IRC16:50
*** jculp has quit IRC16:50
*** gsilvis has quit IRC16:50
*** jdurgin has quit IRC16:50
*** mjfork has quit IRC16:50
*** morganfainberg has quit IRC16:50
*** sc68cal has quit IRC16:50
*** jjmb has quit IRC16:50
*** kenperkins has quit IRC16:50
*** BStokes has quit IRC16:50
*** DuncanT has quit IRC16:50
*** dhellmann has quit IRC16:50
*** fbo_away has quit IRC16:51
*** sdague has quit IRC16:51
*** Hien has quit IRC16:51
*** Adri2000 has quit IRC16:51
*** ek6_ has quit IRC16:51
*** clayg has quit IRC16:51
*** jdbarry has quit IRC16:51
*** devananda has quit IRC16:51
*** dhellmann_ is now known as dhellmann16:51
*** jdbarry_ is now known as jdbarry16:51
*** dhellmann has quit IRC16:51
*** dhellman_ has quit IRC16:51
*** RajeshMohan has joined #openstack-dev16:51
*** dhellmann has joined #openstack-dev16:51
*** Adri2000 has joined #openstack-dev16:51
*** Hien has joined #openstack-dev16:52
*** benonsoftware has joined #openstack-dev16:54
*** gsilvis has joined #openstack-dev16:54
*** nati_ueno has joined #openstack-dev16:55
*** burt has quit IRC16:55
*** alunduil has joined #openstack-dev16:57
*** zul has joined #openstack-dev16:57
*** krtaylor has joined #openstack-dev16:57
*** danwent has quit IRC16:58
*** derekh has joined #openstack-dev16:58
*** markmc has joined #openstack-dev16:58
*** sdague has joined #openstack-dev16:58
*** morganfainberg has joined #openstack-dev16:58
*** ArchNemesis has joined #openstack-dev16:58
*** rods2 has joined #openstack-dev16:59
*** jdurgin has joined #openstack-dev16:59
*** woodspa_ has joined #openstack-dev16:59
*** tong|2 has joined #openstack-dev16:59
*** jasdeepH_ has joined #openstack-dev17:00
*** devoid1 has joined #openstack-dev17:00
*** mestery_ has joined #openstack-dev17:01
*** andrea_r1z has joined #openstack-dev17:01
*** jrclouda has joined #openstack-dev17:01
*** kenperkins has joined #openstack-dev17:02
*** mjfs is now known as martine_17:02
*** jrclouda is now known as zckf17:03
*** alop_ has joined #openstack-dev17:04
*** rods1 has quit IRC17:04
*** jasdeepH has quit IRC17:04
*** devoid has quit IRC17:04
*** zackf has quit IRC17:04
*** andrea_roz has quit IRC17:04
*** alop has quit IRC17:04
*** ZangMingJie has quit IRC17:04
*** kenperkins_ has quit IRC17:04
*** sunnstorm7 has quit IRC17:04
*** litong has quit IRC17:04
*** tmclaugh[work] has quit IRC17:04
*** antigluk has quit IRC17:04
*** krtaylor has quit IRC17:04
*** wcmarsha_ has quit IRC17:04
*** woodspa has quit IRC17:04
*** toabctl has quit IRC17:04
*** dkranz has quit IRC17:04
*** mestery has quit IRC17:04
*** jasdeepH_ is now known as jasdeepH17:04
*** alop_ is now known as alop17:04
*** isd has quit IRC17:04
*** krtaylor_ has joined #openstack-dev17:04
*** utlemming has joined #openstack-dev17:04
*** dkranz has joined #openstack-dev17:05
*** antigluk has joined #openstack-dev17:05
*** toabctl has joined #openstack-dev17:05
*** athomas has quit IRC17:06
*** isd has joined #openstack-dev17:06
*** wcmarsha_ has joined #openstack-dev17:06
*** Ryan_Lane has quit IRC17:07
mordreddolphm, henrynash: even better17:07
mordredexport PYTHONDONTWRITEBYTECODE=117:07
mordredand the pyc files don't get written in the first place17:07
*** vkmc has quit IRC17:07
dolphmha17:08
* mordred was just about finished adding the remove pyc files feature to tox17:08
henrynashwho needs pesky byte codes anyway….17:08
mordredrealized we can just drop PYTHONDONTWRITEBYTECODE=1 into our tox.ini files and into our run_tests.sh files17:08
mordredI would say that these days the bytecode files are more trouble than they are worth17:08
*** benrodrigue_ has joined #openstack-dev17:08
*** ZangMingJie has joined #openstack-dev17:09
*** sandywalsh has quit IRC17:11
*** michchap has joined #openstack-dev17:11
*** ivoks has quit IRC17:12
*** derekh has quit IRC17:13
*** ivoks has joined #openstack-dev17:13
*** yolanda has quit IRC17:13
*** joshuamckenty has quit IRC17:16
*** salv-orlando has joined #openstack-dev17:18
*** clayg_ is now known as clayg17:18
*** danwent has joined #openstack-dev17:19
*** shri1 has joined #openstack-dev17:19
*** ffio_ has joined #openstack-dev17:19
*** shri1 has left #openstack-dev17:19
*** ffio has quit IRC17:20
*** sballe has quit IRC17:20
*** markwash has joined #openstack-dev17:21
*** michchap has quit IRC17:22
*** colinmcnamara has quit IRC17:23
*** sandywalsh has joined #openstack-dev17:23
*** mlavalle has quit IRC17:24
*** AnilV4 has quit IRC17:26
*** xmltok_ has quit IRC17:28
*** xmltok has joined #openstack-dev17:28
openstackgerritA change was merged to openstack/nova: Add support for live_snapshot in compute  https://review.openstack.org/3369717:32
*** isd has quit IRC17:32
*** sleepsonthefloor has joined #openstack-dev17:32
*** sballe has joined #openstack-dev17:33
*** cp16net|away is now known as cp16net17:37
*** ayoung-afk is now known as ayoung17:37
*** isd has joined #openstack-dev17:38
*** colinmcnamara has joined #openstack-dev17:38
*** mjfork has joined #openstack-dev17:40
*** mjfork_ has quit IRC17:41
*** mestery_ is now known as mestery17:43
*** pdevine has joined #openstack-dev17:45
*** xmltok_ has joined #openstack-dev17:48
*** markwash_ has joined #openstack-dev17:49
*** michchap has joined #openstack-dev17:50
*** markwash has quit IRC17:51
*** markwash_ is now known as markwash17:51
*** mlavalle has joined #openstack-dev17:51
*** jpmelos_ has joined #openstack-dev17:51
*** xmltok has quit IRC17:52
*** msmedved has joined #openstack-dev17:53
*** Ryan_Lane has joined #openstack-dev17:58
henrynashdolphm, ayoung: think I have worked out the problem I found with sql migration for os-inherit….unfortunately I think we broke the DB for sqlite (only) back on migration 015 (tenant->project)17:59
henrynashdolphm, ayoung: we didn't fix up the group_project_metadata table's FK to the old tenant table18:00
*** johnthetubaguy has quit IRC18:01
*** sarob has joined #openstack-dev18:01
dolphmhenrynash: i posted something on the list last night about sqlite & migrations ..18:01
henrynashdolphm: yes, saw that..I"ll all for that…it is such a pain18:02
*** otherwiseguy has quit IRC18:02
*** michchap has quit IRC18:02
*** sarob has quit IRC18:03
*** lucasagomes has quit IRC18:03
henrynashdolphm: can we really stop supporting sqlite migrations now, however?  Does everyone have either msql or postgreql installed so that we could switch test_sql_upgrade to use one of those?18:03
*** sarob has joined #openstack-dev18:03
*** amohn9 has quit IRC18:03
*** kushal has quit IRC18:03
dolphmhenrynash: developers? not today18:04
*** andrewbogott is now known as andrewbogott_afk18:06
morganfainbergdolphm: would it make sense to move test_sql_upgrade to just … not run if mysql isn't available, and just let developers know they need mysql/postgres if touching DB schemas since the migrate isn't tested otherwise?18:06
henrynashdolphm: agreed…so either I need to fix the broken sqlite DB migrations (in a new migration, not changing history) or we stop adding migration tests in our unit tests….don't think we can do the later18:06
*** mkollaro has quit IRC18:07
morganfainbergas long as gate uses mysql/postgres that is.18:07
*** vkmc has joined #openstack-dev18:07
dolphmmorganfainberg: i'd be in favor of that, as long as we get the gate testing against mysql/postgresql first18:07
morganfainbergright.18:07
*** hugokuo has left #openstack-dev18:07
ayounggyee henrynash I'd like to put the final nail in a couple of reviews.  I'd appreciate one of you two could pushing  the button on   https://review.openstack.org/#/c/36371/18:07
*** sarob has quit IRC18:07
henrynashayoung: looking18:08
ayounghenrynash, and dolphm and I'd appreciate it if  if one of you two could approve https://review.openstack.org/#/c/34967/18:08
dolphmayoung: looking18:08
morganfainbergdolphm: do you have an idea on how much wokr it is to make it use mysql for gate?  i could help with that if i knew where to start (haven't poked at the infra stuff as much as i probably should have)18:09
*** jvrbanac has quit IRC18:10
*** jecarey_ has quit IRC18:10
morganfainbergbut i'm willing to help get us there if I can.18:10
*** Mandell has quit IRC18:10
*** jecarey_ has joined #openstack-dev18:10
*** LetoH_ has quit IRC18:11
*** sarob has joined #openstack-dev18:11
*** afazekas has joined #openstack-dev18:11
ayoungmorganfainberg, I can help18:13
morganfainbergayoung: cool.18:13
henrynashayoung: the renaming of _validate_domain() etc. to _validate_default_domain()….just thinking that when I do the work to support a different LDAP per domain, then _default_ might not make sense…should we maybe not change the name?18:14
ayounghenrynash, when we get there, I think that code will go away18:14
morganfainbergayoung: i'm looking over the migrate tests now, i'll circle up and chat with you in a bit once i've had my caffeiene infusion for the day (and you've nailed up the reviews you're looking at now)18:14
henrynashayoung: ok, fair enough18:15
ayoungmorganfainberg, sounds good. I don;t want to introduce mysql and postgres into the unit tests normal running as they are way too slow18:15
morganfainbergayoung: that sounds fair.  slow tests are slow18:15
ayoungmorganfainberg, even sqlite against a filesystem backend is too slow, I run mine in memory18:15
gyeeayoung, sorry I was afk, looking now18:16
*** navid has joined #openstack-dev18:16
gyeeayoung, I've got a feel we need to update a doc somewhere on how to register an extension18:18
gyeefeeling18:18
henrynashayoung: did you see the issue I posted earlier on sqlite and the 015 (tenant->project) migration?18:18
*** caaasey has joined #openstack-dev18:19
ayounggyee, that can happen afterwards.  This is old stuff, and I'd like to nail down how we handle things with the exisitn extensions before we go writing more offical ways to do things.18:19
*** Mandell has joined #openstack-dev18:19
ayounggyee, for example, this review:  https://review.openstack.org/#/c/36731/18:19
*** colinmcnamara has quit IRC18:19
ayounghenrynash, I tend to agree with dolph that we should stop testing migrations on sqlite18:20
gyeeayoung, yeah, make sense18:20
*** caaasey has left #openstack-dev18:20
henrynashayoung: agreed in principle, but how will developers run test_sql_upgrade….I doubt all of them have mysql or postgresql installed18:21
ayounghenrynash, so long as we run that on gate, I think we will be OK18:21
ayoungdevelopers doing migations should be required to run that, and annotate it in review requests18:21
gyeeayoung, henrynash, then why are we even wasting time on sqlite?18:22
*** amohn9 has joined #openstack-dev18:22
ayounggyee, I think the fast unit tests on sqlite in memory are worth it, just not the migrations18:23
*** radez is now known as radez_g0n318:23
ayoungthe unit tests need to be set up so that if they are running against sqlite, they use the models, but for mysql and postgres they run through a migration18:23
*** lbragstad has quit IRC18:23
*** jtomasek has quit IRC18:23
henrynashayoung: so test_sql_upgrade would be no-op in master (somehow), but developers, who made Db changes, would enabled their favourite DB in backend_sql_conf for whatever, test and then annotate the review?18:23
ayoungand by unit tests, i mean test_sql_backend  and the other more comprehensive tests18:23
ayounghenrynash, I have mysql, postgresql, and openldap installed on my machine.  It is not a burden.  I think people doing serious keystone work should be comfortable with that setup18:24
ayoungmigrations should be run against both, which is why they are lumped into a single file:18:25
*** spzala has quit IRC18:25
henrynashayoung: me too.  we just need to make sure any developer can do a ./run_tests,sh and test_sql_upgrade work without them needing mysql or postgresql, I think18:25
*** Leto2 has joined #openstack-dev18:27
ayounghenrynash, yes, agreed.18:27
ayounghenrynash, so I think the current setup is OK.  We can drop the sql_upgrade tests from the standard unit tests once we get the _sql_livetests part of the gate18:28
*** michchap has joined #openstack-dev18:28
ayoungmorganfainberg, http://adam.younglogic.com/2013/04/database-tests-keystone/18:29
henrynashayoung: for your SQL/LDAP patch, is there a reason you raised up the "if user_id" test in create_grant, but left them below the session creation in the other grant tests?18:30
henrynashayoung: sorry, in the other grant api calls (in assignments/backends/sql.py)18:30
ayounggyee, can you rebase  https://review.openstack.org/#/c/34421/18:31
gyeeayoung, yeah, I need to address dolphm comments on the v3 review first18:32
morganfainbergayoung: awesome.  thanks for the link.18:32
openstackgerritA change was merged to openstack/cinder: Enable zero the snapshot when delete snapshot in LVMVolumeDriver  https://review.openstack.org/3650618:33
ayounghenrynash, yes.  In that call, the use is actually fetched from the other backend, and if it is going to sql, I didn't think it wise to create the session first.  In the others, it is purely an in function call18:33
*** lbragstad has joined #openstack-dev18:34
ayoungbut in get grant, I could se the argument that icould move the session creation down18:34
ayounggyee, that is fine, but I'd like retrigger the unit tests on the v2 one, and just want to make sure it rebases cleanly before I do that.  So, unless you are really close to resubmtting v3, please rebase v2 and it will kick of thetests.  I think the failur was spurious18:35
ayounghenrynash, I think you are right, I should move the create session down on those calls.  Nice catch18:36
henrynashayoung: I did mean t post  that on a previous review, but didn't press the review button to push up my comments..sorry18:36
ayounghenrynash, np.18:37
*** diogogmt has joined #openstack-dev18:38
*** krtaylor_ has quit IRC18:38
gyeeayoung, I am working on the v3 patch, should be done shortly18:39
*** michchap has quit IRC18:40
jaypipescomstud: very interesting...18:40
ayounghenrynash, any other issues with that patch?  If not, I'll post the fix18:41
jaypipescomstud: didn't think of that, but yeah, Noop on the API and DbQuotaDriver on the cell would work...18:41
*** xmltok_ has quit IRC18:41
jaypipescomstud: the only thing is... you'd need to speak to the specific cell's Nova API in order to set quotas for a tenant, yeah?18:42
*** ek6 has quit IRC18:42
*** jvrbanac has joined #openstack-dev18:42
*** xmltok has joined #openstack-dev18:42
sdaguejgriffith: so that euca devstack exercise issue that pops up from time to time, turns out we can trigger it a lot in grenade18:46
*** terryh has quit IRC18:46
sdaguejgriffith: https://bugs.launchpad.net/grenade/+bug/1189595 - so hopefully it will be debuggable this go around (and probably the last thing stopping grenade enforcing)18:46
uvirtbotLaunchpad bug 1189595 in grenade "euca exercise failing after upgrade" [Undecided,In progress]18:46
*** medberry has joined #openstack-dev18:48
*** medberry has quit IRC18:48
*** medberry has joined #openstack-dev18:48
*** bknudson has joined #openstack-dev18:49
*** novas0x2a|laptop has joined #openstack-dev18:50
*** matiu_ has joined #openstack-dev18:50
*** matiu has quit IRC18:54
*** jruzicka has quit IRC18:55
openstackgerritA change was merged to openstack-infra/devstack-gate: Enable services for gate-grenade-devstack-vm  https://review.openstack.org/3426218:56
openstackgerritA change was merged to openstack/cinder: Update requirements from openstack/requirements.  https://review.openstack.org/3675318:56
*** wcmarsha_ has quit IRC18:56
*** vkmc has quit IRC18:56
*** cp16net is now known as cp16net|away18:57
*** cp16net|away is now known as cp16net18:57
*** lloydde_ has quit IRC18:57
*** drewlander has quit IRC18:58
ayoungdolphm, the storage of the two backends has been separated.  THere is still a lot of businesslogic where one backend has to talk to another.  Most of the assignment calls need to verify that the user is valid.  We can continue to tease apart the logic over time, but doing more than I have done here will make the patch even more complicated18:59
ayoungdolphm, I was trying to split the two without breaking the unit tests.  If we completely split the drivers, that is not possible.19:00
*** dolphm has quit IRC19:04
*** rcleere has quit IRC19:05
*** sballe has quit IRC19:05
*** neelashah has quit IRC19:06
*** michchap has joined #openstack-dev19:07
*** comay has joined #openstack-dev19:07
*** krtaylor_ has joined #openstack-dev19:08
*** wcmarsha_ has joined #openstack-dev19:09
henrynashayoung: so I suppose the alternative is that we extract any cross-driver calls up into the manager, and this passes any info (most cases it is just a validity check) into the driver layer?19:09
ayounghenrynash, yep, and I think that, over time we should do just that19:10
openstackgerritA change was merged to openstack/tempest: Configure a heat security group for testing ssh.  https://review.openstack.org/3674919:10
ayoungthen the manager becomes the business logic layer, and the drivers are the backend specific code only.  As god intended.  Sportsmanlike.19:10
henrynashayoung: just like cricket, reallu19:12
henrynashayoung: I think you missed pulling up the get user/group calls in get_grant...19:12
openstackgerritA change was merged to openstack/glance: Allow storage drivers to add metadata to locations  https://review.openstack.org/3449219:13
ayoungwhy yes I did19:13
*** reed has quit IRC19:14
henrynashdolphm: I see you have concerns over the cross-driver calls that now exist within the drivers….the approach laid out by ayoung is that we fix this over time (I would think by H3)..are you OK with this approach…19:17
*** michchap has quit IRC19:19
*** nachi has joined #openstack-dev19:20
*** nachi_ has joined #openstack-dev19:20
sdaguettx: you still about?19:20
sdagueshould I send the program description for QA over to -dev for review?19:21
*** andrewbogott_afk is now known as andrewbogott19:21
rcritayoung, ok, you're refreshing the patch faster than I can review it :-0)19:21
*** prekarat has quit IRC19:21
*** martine_ has quit IRC19:22
*** martine_ has joined #openstack-dev19:22
ayounghenrynash, what about https://review.openstack.org/#/c/36371/19:23
ayoungrcrit, you see the deltas between two versions like this:  https://review.openstack.org/#/c/34967/12..14/keystone/assignment/backends/sql.py19:25
*** otherwiseguy has joined #openstack-dev19:26
rcritnice19:26
ayoungrcrit, there is a dropdown that, by default says 'base'.   but you can switch it to any earlier version of the patch as well.  It doesn't work too well if other commits come in, though.19:27
ayoungrcrit, also, if you want to download the code, you can use git review -d Ib91b5d804282b7f78fc2458ff64653bbf2cf5d9e   which will fetch, branch, and name the branch something reasonable.  I've been using it like crazy lately19:28
gyeeayoung, can you take a look at dolphm's comment here https://review.openstack.org/#/c/33858/20/tests/test_auth.py19:28
gyeeshould we return a 403 or 401 when attempting to rescope a trust token?19:28
*** nachi_ has quit IRC19:28
*** nachi has quit IRC19:28
ayounggyee, Forbidden, seems more correct.19:29
ayoung"The request was a valid request, but the server is refusing to respond to it.[2] Unlike a 401 Unauthorized response, authenticating will make no difference."19:29
ayounggyee, was that intentional?  I think it is a good change.  You should never be able to use a trust Token to get another token.19:31
gyeeayoung, k, the original test was incorrect then19:31
gyeeso I corrected it19:31
gyeeayoung, yeah, that was my understanding by reading at the code19:32
henrynashayoung: in principle, extensions one looks good…will review more later today…sorry, at a conference…19:32
ayounggyee, there is some semantic wiggle room.  Since it is a post, it really isn;t a different resource, but the body of the request is so different....401 vs 403 is debateble, but I would say that Forbidden is probably more matches our intention.19:32
*** markmc has quit IRC19:33
gyeeayoung, I agree19:33
gyeeayoung, can you provide some feedback there too?19:38
stevemarayoung, gyee, maybe i'm late to the party, but is something causing keystone tests to fail jenkins?19:44
stevemarself.assignment.create_domain(domain_id, domain) ?19:45
*** michchap has joined #openstack-dev19:46
*** bknudson has quit IRC19:46
*** tjones has left #openstack-dev19:51
*** alop has quit IRC19:52
*** alop has joined #openstack-dev19:52
ayounggyee, will do19:54
ayoungstevemar, link?19:56
jpmelos_I'm testing Zuul and I've noticed it takes some time to process Gerrit events and Jenkins build status.19:56
jpmelos_Does anyone knows it that's right?19:57
jpmelos_Does it sleeps a few seconds and then checks the status of the queues every few seconds or something like that?19:57
stevemarayoung: i didn't rebase with master... give me a sec to rule that out19:57
stevemarayoung: http://logs.openstack.org/29130/31/check/gate-keystone-python26/5119/nose_results.html19:58
*** jecarey has quit IRC19:58
*** jecarey_ has quit IRC19:59
*** michchap has quit IRC19:59
stevemarayoung: there was also a conflict with db version numbering...19:59
clarkbjpmelos_: those of us that hack on zuul hang out in #openstack-infra. want to hop over there?19:59
stevemarayoung: someone checked in 027, d'oh19:59
clarkbjpmelos_: it does not sleep, instead it is manipulating git trees19:59
*** ChanServ has quit IRC20:02
openstackgerritA change was merged to openstack/tempest: Remove version caps from python-fooclient.  https://review.openstack.org/3667120:02
*** LinuxJedi_ is now known as LinuxJedi20:02
*** alexpilotti_ has joined #openstack-dev20:02
clarkbjpmelos_: it also queries gerrit for some additional information. Build results are updated via jenkins callbacks and should be fairly real time. End result is yes it requires some time to process events.20:03
*** MrDHat has joined #openstack-dev20:03
clarkbjpmelos_: there has also been recent work in the feature/gearman branch to improve several of these things by replacing the jenkins callback mechanism with gearman, rewriting important parts of the scheduler, and caching change info from gerrit20:03
*** alexpilotti has quit IRC20:04
*** alexpilotti_ is now known as alexpilotti20:04
*** danwent_ has joined #openstack-dev20:05
*** danwent has quit IRC20:05
*** danwent_ is now known as danwent20:05
*** henrynash has quit IRC20:05
*** ChanServ has joined #openstack-dev20:06
*** sendak.freenode.net sets mode: +o ChanServ20:06
*** morganfainberg is now known as Guest7401020:07
*** CJM is now known as Guest8790020:07
*** lloydde has joined #openstack-dev20:08
*** sushils has quit IRC20:09
*** souvik has joined #openstack-dev20:10
*** pjd1 has joined #openstack-dev20:11
*** ArchNemesis has quit IRC20:11
*** lloydde has quit IRC20:13
*** boris-42 has quit IRC20:14
*** adam_g has quit IRC20:17
*** adam_g has joined #openstack-dev20:18
*** adam_g has joined #openstack-dev20:18
*** navid has left #openstack-dev20:18
*** adam_g has quit IRC20:18
*** adam_g has joined #openstack-dev20:18
*** adam_g has joined #openstack-dev20:18
*** ArchNemesis has joined #openstack-dev20:19
*** boden has quit IRC20:19
*** souvik has quit IRC20:20
*** lloydde has joined #openstack-dev20:21
*** michchap has joined #openstack-dev20:25
*** ArchNemesis has quit IRC20:30
*** isd has quit IRC20:31
*** amohn9 has quit IRC20:31
*** adalbas has quit IRC20:33
*** adalbas has joined #openstack-dev20:33
*** eharney has quit IRC20:33
*** ArchNemesis has joined #openstack-dev20:34
*** rkukura has quit IRC20:36
*** michchap has quit IRC20:37
*** xmltok has quit IRC20:38
*** xmltok has joined #openstack-dev20:39
*** sarob has quit IRC20:45
*** sarob has joined #openstack-dev20:46
*** ArchNemesis has quit IRC20:48
*** rkukura has joined #openstack-dev20:49
*** sarob has quit IRC20:51
*** lbragstad has quit IRC20:51
*** bswartz has quit IRC20:51
*** NetworkStatic has quit IRC21:00
*** pjd1 has quit IRC21:00
*** rfolco has quit IRC21:00
openstackgerritA change was merged to openstack/glance: Make db properties functions consistent with the DB API  https://review.openstack.org/3621821:02
*** sushils has joined #openstack-dev21:03
*** michchap has joined #openstack-dev21:04
*** pjd1 has joined #openstack-dev21:05
openstackgerritA change was merged to openstack/nova: Convert cells to use a transport URL  https://review.openstack.org/3312721:05
*** bdpayne has quit IRC21:06
*** bdpayne has joined #openstack-dev21:06
*** krtaylor_ has quit IRC21:07
*** sushils has quit IRC21:07
*** eharney has joined #openstack-dev21:07
*** eharney has quit IRC21:07
*** eharney has joined #openstack-dev21:07
*** otherwiseguy has quit IRC21:07
*** crobertsrh is now known as _crobertsrh21:07
*** sushils has joined #openstack-dev21:09
*** pabelanger has quit IRC21:09
*** pabelanger has joined #openstack-dev21:09
*** topol has quit IRC21:11
*** wcmarsha_ has quit IRC21:12
*** jasdeepH has quit IRC21:13
openstackgerritA change was merged to openstack/python-keystoneclient: Fix and enable gating on H402  https://review.openstack.org/3525521:14
*** pjd1 has joined #openstack-dev21:15
*** Brainspa1kle is now known as Brainspackle21:16
ayounggyee, was the AssertionError there before this code change?21:16
gyeeno21:16
*** sarob has joined #openstack-dev21:16
openstackgerritA change was merged to openstack/nova: Imported Translations from Transifex  https://review.openstack.org/3653421:17
*** Tross has quit IRC21:17
*** michchap has quit IRC21:17
ayoungthe one in password?21:17
gyeeayoung, no21:17
gyeeayoung, dolphm's review comment help me to track down this bug21:18
ayounggyee, So why were we not getting assertion errors before?  Was it getting caught in a generic catchall?21:18
gyeewe suppose to catch the AssertionError and trade it in for Unauthorized21:18
ayounggyee, I get that, but what was happening before?21:18
gyeeayoung, it was getting caught at the controller21:18
gyeeI removed the catch in controller as it is not needed, per dolphm's comment21:19
ayoungOK.21:19
ayounggyee, it was getting caught in the auth controller even before your code change?21:19
gyeeayoung, yeah, but with auth plugin, the plugin should raise Unauthorized if username/password is invalid21:20
ayoung        except Exception as e:21:21
*** jayg is now known as jayg|g0n321:21
gyeeyeah, that one21:21
*** _TheDodd_ has quit IRC21:21
*** stevemar has quit IRC21:21
ayounggyee, I was wondering if we want to leave that as a failsafe, but I guess any other exception that gets through will just trigger a 500 erro, and we are no less secure21:22
gyeeayoung, yeah, I responded to dolphm on that same topic as well21:23
ayounggyee, damn these commits are huge.  Hope to stop rewriting Keystone each release.21:23
gyeenot rewriting, just making it more flexible21:23
*** RajeshMohan has quit IRC21:23
gyeeimproving :)21:23
*** RajeshMohan has joined #openstack-dev21:24
*** wcmarsha_ has joined #openstack-dev21:24
*** sarob has quit IRC21:25
ayounggyee, not just you.  All of us.21:25
*** bdpayne has quit IRC21:25
ayoungtrying to keep the patches small but we have so much to do21:25
ayounggyee, +221:26
gyeeayoung, thanks21:26
ayounggyee, I assume your +2 still stands here https://review.openstack.org/#/c/34967/21:26
gyeeayoung, yes, code looks good, let me review it once more21:27
jpmelos_clarkb, thank you for the answers. Sorry for taking some time to respond.21:27
gyeeI am looking at the extensions patch21:27
gyeeI was going to trying it locally to see if xml content types screams21:28
clarkbjpmelos_: no problem. and do feel free to hop in #openstack-infra if you want to discuss more21:28
jpmelos_clarkb, I'll join #openstack-infra, too.21:28
*** danwent has quit IRC21:29
*** RajeshMohan has quit IRC21:29
*** RajeshMohan has joined #openstack-dev21:30
*** jasdeepH has joined #openstack-dev21:30
*** tzumainn has quit IRC21:30
*** nealph has joined #openstack-dev21:31
*** henrynash has joined #openstack-dev21:33
*** danwent has joined #openstack-dev21:33
*** lbragstad has joined #openstack-dev21:33
henrynashayoung: are you/Dolphn agreed on the cross-driver calling?  (i.e. we work to remove this over time).21:33
*** mrodden has quit IRC21:34
*** markmcclain has quit IRC21:34
*** philr has joined #openstack-dev21:34
*** pabelanger has quit IRC21:34
*** nachi has joined #openstack-dev21:34
*** nachi_ has joined #openstack-dev21:34
gyeeayoung, GET /v3/extensions doesn't seem to work21:35
gyeeGET /v2.0/extensions is OK21:35
ayounghenrynash, I haven;'t heard from him, but the existing code right now cross calls21:35
ayounggyee, did it work before?  I don't think it did, but I will check21:35
gyeeayoung, I don't think it ever worked for v321:36
henrynashayoung: ok, I think we go with what we have and fix up….I'll push the button on the LDAP/SQl cahnge21:36
ayounghenrynash, thanks21:36
ayounghenrynash, fixing the cross calling is going to require some reworking of the KVS backend, and I think I would rather just get rid of that21:36
*** yolanda has joined #openstack-dev21:36
henrynashayoung:amen21:37
*** nachi has quit IRC21:37
*** nachi_ has quit IRC21:37
gyeeayoung, the v2 extensions show up nicely with your changes, good work!21:37
gyeenot sure if we should also fix v3 in the path, or in a separate patch21:38
ayounggyee, let me see what v3 looks like before my patch21:39
ayoung"The resource could not be found."21:40
*** jpmelos_ has left #openstack-dev21:40
ayounggyee, follow on patch.  Let me open a bug for that21:40
zckfIs there  a way to change the commit message w/out kicking off a jenkins run ?21:40
*** sarob has joined #openstack-dev21:40
clarkbzckf: yes, but it is ugly21:40
clarkbzckf: I wouldn't worry about it21:40
gyeeayoung, sounds good21:40
clarkbwhat you can do is push a change as a draft then publish the draft. This does not emit any gerrit events that jenkins can see21:41
zckfclarkb: ok thanks!21:41
*** nachi has joined #openstack-dev21:41
*** nachi_ has joined #openstack-dev21:42
ayounggyee, henrynash just modified the extension patch with bknudson's comments.  It was already technically approvable, but can one of you do the honors?21:43
*** mtreinish has quit IRC21:43
*** michchap has joined #openstack-dev21:43
*** philr has quit IRC21:43
*** tong|2 has quit IRC21:44
*** lukego has joined #openstack-dev21:46
*** zckf has quit IRC21:48
*** martine_ has quit IRC21:48
*** danwent has quit IRC21:49
*** nachi__ has joined #openstack-dev21:50
*** danwent has joined #openstack-dev21:50
*** nachi__ has quit IRC21:50
*** burris has quit IRC21:50
*** danwent has quit IRC21:52
*** redbeard2 has quit IRC21:54
*** mrodden has joined #openstack-dev21:55
*** afazekas has quit IRC21:55
*** michchap has quit IRC21:56
*** krtaylor_ has joined #openstack-dev21:56
*** jimfehlig has quit IRC21:58
gyeeayoung, talk about big changes, it will take me a couple of days at least just to review the oauth patches21:59
*** Guest87900 has quit IRC21:59
*** jmcbride has joined #openstack-dev22:00
ayounggyee, yeah, me too.  But the question is whether he integrated with trusts, or if we have 2 code paths for delegation now.  I haven't looked, but I know what I expect22:00
*** terryh has joined #openstack-dev22:00
jmcbrideDevstack question: how do I know what ports openstack services are running on?22:00
*** CrackerJackMack has joined #openstack-dev22:00
*** _0x44 has quit IRC22:01
*** cmagina is now known as cmagina-away22:01
*** reed has joined #openstack-dev22:01
*** _0x44 has joined #openstack-dev22:02
*** lloydde has quit IRC22:02
*** otherwiseguy has joined #openstack-dev22:03
gyeeayoung, yeah, that one will directly clash with trust looks like22:03
*** yolanda has quit IRC22:05
*** lukego has quit IRC22:05
openstackgerritA change was merged to openstack/ceilometer: ceilometer tests need to be enabled/cleaned  https://review.openstack.org/3587322:08
*** sleepsontheflo-1 has joined #openstack-dev22:10
*** sleepsonthefloor has quit IRC22:10
*** sarob_ has joined #openstack-dev22:10
*** rharwood has quit IRC22:11
*** galstrom is now known as galstrom_zzz22:13
*** JordanRinke is now known as Northman22:13
*** sarob_ has quit IRC22:15
*** Northman is now known as Norseman22:15
*** sarob has quit IRC22:15
*** SergeyLukjanov has quit IRC22:15
*** koolhead17 has quit IRC22:18
*** cliu has quit IRC22:18
*** sudorandom has quit IRC22:21
*** michchap has joined #openstack-dev22:22
*** sungju has joined #openstack-dev22:23
openstackgerritA change was merged to openstack/swift: Make keystoneauth reseller_prefix check for _  https://review.openstack.org/3605922:26
*** pabelanger_ has quit IRC22:26
*** pabelanger has joined #openstack-dev22:26
*** Mandell has quit IRC22:29
*** henrynash has quit IRC22:29
openstackgerritA change was merged to openstack/keystone: Mixed LDAP/SQL Backend.  https://review.openstack.org/3496722:29
*** Mandell has joined #openstack-dev22:30
*** eglynn has quit IRC22:31
*** michchap has quit IRC22:34
*** redbeard2 has joined #openstack-dev22:38
*** alop has quit IRC22:39
*** alop has joined #openstack-dev22:42
openstackgerritA change was merged to openstack/oslo.sphinx: Add emacs save files to gitignore  https://review.openstack.org/3582322:45
openstackgerritA change was merged to openstack/oslo.sphinx: Ensure that AUTHORS and ChangeLog are packaged  https://review.openstack.org/3603422:45
*** datsun180b has quit IRC22:45
openstackgerritA change was merged to openstack/oslo.config: Use oslo.sphinx and remove local copy of doc theme  https://review.openstack.org/3639422:49
openstackgerritA change was merged to openstack/oslo.config: Hook docstrings into the published docs  https://review.openstack.org/3640222:49
openstackgerritA change was merged to openstack/nova: Fix object_compat decorator for non-kwargs  https://review.openstack.org/3636222:50
*** pschaef has joined #openstack-dev22:53
openstackgerritA change was merged to openstack/nova: Make db/api strip timezones for datetimes  https://review.openstack.org/3636122:54
openstackgerritA change was merged to openstack/nova: Fix default argument values on get_all_by_filters()  https://review.openstack.org/3635922:54
*** yograterol has joined #openstack-dev22:55
openstackgerritA change was merged to openstack/nova: Make notifications properly string-convert instance datetimes  https://review.openstack.org/3636022:55
*** alop_ has joined #openstack-dev22:55
*** FunnyLookinHat has quit IRC22:56
*** alop has quit IRC22:56
*** alop_ is now known as alop22:56
openstackgerritA change was merged to openstack/python-swiftclient: Adds max-backoff for retries in Connection.  https://review.openstack.org/3651522:57
*** michchap has joined #openstack-dev23:01
*** diogogmt has quit IRC23:03
*** rnirmal has quit IRC23:03
*** jvrbanac has quit IRC23:03
*** henrynash has joined #openstack-dev23:04
*** Norseman is now known as JordanRinke23:05
*** jmcbride has quit IRC23:07
*** Thor has quit IRC23:11
ayounggyee, rebase time? https://review.openstack.org/#/c/34421/23:13
*** Thor has joined #openstack-dev23:13
*** michchap has quit IRC23:14
gyeeayoung, yes, doing it now23:19
*** Thor^^ has joined #openstack-dev23:19
*** yograterol has quit IRC23:19
*** Thor has quit IRC23:19
openstackgerritA change was merged to openstack-infra/devstack-gate: Make PROJECTS list multi-line.  https://review.openstack.org/3595523:20
Guest74010ayoung: i have the simple change in place for skipping migrate checks w/ sqlite (and it doesn't seem to impact other tests), I'm just digging out how to convince gate jobs to use mysql (seems like nova does it for some tests) conditionally23:22
*** Guest74010 is now known as morganfainberg23:22
*** cliu has joined #openstack-dev23:22
morganfainberghrm. ok. i think i need to fix my bouncer for the correct nic.23:22
*** morganfainberg is now known as Guest6842123:23
clarkbmorganfainberg: yup, nova checks if a known DB is present and if so uses it23:23
Guest68421brb23:23
Guest68421clarkb: brb fixing my nic.23:23
*** Guest68421 has quit IRC23:23
*** Thor has joined #openstack-dev23:24
*** Thor^^ has quit IRC23:25
*** devoid1 has quit IRC23:26
*** dhellmann is now known as dhellmann_23:27
*** _0x44 has quit IRC23:27
openstackgerritA change was merged to openstack/nova: Port images metadata functionality to v3 API Part 2  https://review.openstack.org/3482923:29
*** Thor^^ has joined #openstack-dev23:29
*** rwsu is now known as rwsu-away23:29
*** Thor has quit IRC23:30
*** maelfius has joined #openstack-dev23:32
*** pjd1 has quit IRC23:33
*** yograterol has joined #openstack-dev23:34
*** Thor has joined #openstack-dev23:34
*** Thor^^ has quit IRC23:35
*** maelfius is now known as morganfainberg23:36
*** morganfainberg has left #openstack-dev23:37
*** mdrnstm has joined #openstack-dev23:37
*** mdrnstm is now known as morganfainberg23:37
morganfainbergclarkb: ok sorry back, irc went silly on me23:37
morganfainbergclarkb: so, does nova gate jobs have a special mechanism to to mysql checks?  I am not seeing it (i'm sure i'm just looking in the wrong place) vs. the sqlite ones?23:38
clarkbyes, I will find them. one sec23:38
morganfainbergawesome thanks :)23:39
clarkbhttps://github.com/openstack/nova/blob/master/nova/tests/db/test_migrations.py#L27 documented there and then implemented in the same file23:39
*** pschaef_e has joined #openstack-dev23:40
morganfainbergright.  i see the connect string code23:40
*** Thor^^ has joined #openstack-dev23:40
*** pschaef_e has left #openstack-dev23:40
*** Thor has quit IRC23:40
*** michchap has joined #openstack-dev23:41
morganfainbergcool that is what i was looking for, i just missed the opportunistic function there23:41
morganfainbergthanks again :)23:41
*** sleepsontheflo-1 has quit IRC23:43
*** _0x44 has joined #openstack-dev23:43
*** _0x44 has quit IRC23:45
openstackgerritA change was merged to openstack/nova: Port hide srvr addresses extension to v3 API Pt1  https://review.openstack.org/3392923:45
*** Thor has joined #openstack-dev23:45
*** Thor^^ has quit IRC23:46
*** nachi_ has quit IRC23:47
*** nachi has quit IRC23:47
*** andrewbogott is now known as andrewbogott_afk23:48
*** freedomhui has joined #openstack-dev23:49
*** kobier has joined #openstack-dev23:50
*** Thor^^ has joined #openstack-dev23:50
*** Thor has quit IRC23:51
*** michchap has quit IRC23:53
*** Thor^^ has quit IRC23:53
henrynashdolphm, gyee, ayoung, bknudson: os-inherit patch now fully complete and ready for more reviews: https://review.openstack.org/#/c/35986/23:54
gyeehenrynash, will take a looking later tonight, I am in the middleware of rebasing23:54
henrynashgyee: np, thx23:55
*** Thor has joined #openstack-dev23:56
*** terryh has quit IRC23:57
*** xqueralt-afk is now known as xqueralt23:59

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