*** tjones has quit IRC | 00:00 | |
*** sungju has quit IRC | 00:02 | |
*** amohn9 has quit IRC | 00:02 | |
*** lloydde has quit IRC | 00:03 | |
*** terryh has joined #openstack-dev | 00:03 | |
jgriffith | adam_g: ping | 00:04 |
---|---|---|
*** sungju has joined #openstack-dev | 00:04 | |
adam_g | jgriffith, hey | 00:04 |
jgriffith | adam_g: hey ya | 00:04 |
jgriffith | adam_g: thanks for jumping on that requirements patch | 00:04 |
*** anniec has joined #openstack-dev | 00:04 | |
jgriffith | adam_g: rather than do a reverify, would you mind terribly updating the commit w/the bug number? | 00:04 |
jgriffith | 1200214 | 00:05 |
*** lloydde has joined #openstack-dev | 00:06 | |
adam_g | jgriffith, sure, one sec | 00:06 |
jgriffith | adam_g: awesome thanks! | 00:07 |
adam_g | jgriffith, 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 ago | 00:07 |
jgriffith | adam_g: no worries, works out well this way :) | 00:07 |
*** michchap has joined #openstack-dev | 00:08 | |
*** terryh has quit IRC | 00:11 | |
*** xmltok has joined #openstack-dev | 00:11 | |
*** alexpilotti has quit IRC | 00:13 | |
*** jasdeepH has quit IRC | 00:14 | |
adam_g | jgriffith, 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 IRC | 00:16 | |
openstackgerrit | A change was merged to openstack/keystone: Add crypto dependency https://review.openstack.org/36674 | 00:18 |
openstackgerrit | A change was merged to openstack/horizon: added column "Image Name" to instances overview https://review.openstack.org/35620 | 00:18 |
*** dperaza has joined #openstack-dev | 00:19 | |
*** michchap has quit IRC | 00:21 | |
*** rods1 has quit IRC | 00:22 | |
*** michchap has joined #openstack-dev | 00:24 | |
*** sarob_ has joined #openstack-dev | 00:27 | |
jgriffith | adam_g: probably, I'm happy to take it if you wnat to abandon yours | 00:28 |
jgriffith | adam_g: alreay have it queued up form earlier :) | 00:29 |
ayoung | jamielennox, I am wondering if we should embed the enforcement rules in the API document? | 00:29 |
adam_g | jgriffith, if you dont mind, thats cool with me | 00:29 |
jgriffith | adam_g: sure | 00:29 |
jgriffith | adam_g: thanks for being early with it :) | 00:29 |
*** lloydde has quit IRC | 00:29 | |
adam_g | jgriffith, np. all yours :) | 00:29 |
jgriffith | adam_g: thanks... submitted | 00:30 |
ayoung | haneef, gyee so we went fairly granular on the enforcement policy for token binding | 00:30 |
ayoung | https://etherpad.openstack.org/link-authentication-tokens line 69 | 00:30 |
*** sarob has quit IRC | 00:30 | |
jamielennox | ayoung: what do you mean? | 00:31 |
*** markwash has quit IRC | 00:31 | |
ayoung | To start with, auth_token middleware will not know about the binding, and will ignore it. The lowest level explicit flag is the same as this | 00:31 |
ayoung | jamielennox, explaining to them what we came up with | 00:31 |
*** sarob_ has quit IRC | 00:31 | |
ayoung | disabled: token bind checking is not attempted | 00:32 |
jamielennox | haneef: i missed your question yesterday but if you're here let me know | 00:32 |
ayoung | jamielennox, responding to his code review comment, assuming he'll see this. gyee was asking me pm, figured I'd open up the discussion | 00:32 |
gyee | jamielennox, doesn't seem like haneef is in the building right now | 00:33 |
*** Farooque has joined #openstack-dev | 00:33 | |
*** sleepsonthefloor has joined #openstack-dev | 00:33 | |
ayoung | gyee, 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 information | 00:33 |
ayoung | gyee, even if only Keystone enforces, it will help | 00:34 |
gyee | jamielennox, ayoung, can you guys respond to his comment in the review, with the link to the bp? | 00:34 |
morganfainberg | ayoung: so from my understanding the client could reject a bound token in certain cases, even though keystone says it's valid? | 00:34 |
ayoung | morganfainberg, the token may be a valid token, but if it comes from the wrong user, then, yes, it will be rejected | 00:35 |
morganfainberg | got it | 00:35 |
ayoung | morganfainberg, review we are discussiing is here https://review.openstack.org/#/c/36166/ | 00:35 |
morganfainberg | Thanks for the link, i'll take a look at the review. will probably make it clearer | 00:36 |
ayoung | morganfainberg, so enforcement will be configurable: - disabled: token bind checking is not attempted | 00:36 |
ayoung | that will be the start. | 00:36 |
gyee | morganfainberg, if you read the bp first before reviewing the doc, it will be much clearer | 00:36 |
morganfainberg | ayoung: yeah, thats a good approach, i like the ability to crank up the enforcement (or down in some cases). | 00:36 |
ayoung | then, we will let people request to use it, but the services will allow unbound tokens too. THat is permissive | 00:36 |
morganfainberg | gyee: ahh, yeah i was going to do that as well, sicne it | 00:37 |
morganfainberg | 's linked via the review | 00:37 |
gyee | I should've read the bp first before asking ayoung a bunch of dumb questions :) | 00:37 |
morganfainberg | gyee: eh, wheres the fun in that? :P | 00:38 |
ayoung | gyee, its ok, we can have the discussion now, and so long as people get it before code freeze.... | 00:38 |
gyee | I am very much in favor of bind tokens | 00:38 |
*** lloydde has joined #openstack-dev | 00:38 | |
*** tzumainn has joined #openstack-dev | 00:39 | |
ayoung | we 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 well | 00:39 |
gyee | ayoung, it may even help federation | 00:39 |
ayoung | think is, once it is in Keystone, it gives us the mechanism to work it in gradually elsewhere. | 00:39 |
gyee | if you bind a token to a x509 cert, trusting the cert may be enough to trust the token | 00:40 |
morganfainberg | real krb integration for AD would be awesome implemented in this manner. | 00:40 |
*** michchap has quit IRC | 00:40 | |
ayoung | gyee, yes | 00:40 |
*** colinmcnamara has quit IRC | 00:40 | |
ayoung | not "may", but "will" | 00:41 |
*** michchap has joined #openstack-dev | 00:41 | |
*** pjd has joined #openstack-dev | 00:41 | |
jamielennox | gyee: yea, there are a number of ways you could do this with certs though, may involve more discussion | 00:41 |
gyee | I am trying to avoid "will" for now :) | 00:41 |
jamielennox | gyee: kerberos turns out to be a fairly easy way to prove the mechanism first | 00:41 |
ayoung | gyee, well, you gave a pretty big if: trusting the cert... | 00:42 |
ayoung | it means proper revocation checking there.... | 00:42 |
gyee | you have to trust the cert before trusting the bind token | 00:42 |
*** sudorandom has joined #openstack-dev | 00:43 | |
jamielennox | what's the defnition of trusting the cert? | 00:43 |
gyee | SSL connection is successfully establish | 00:43 |
gyee | established | 00:44 |
jamielennox | there isn't a need for it to be signed by anyone specific for this to work | 00:44 |
ayoung | jamielennox, to me it says: I havethe CA that signed this cert in my chain, and, this cert gets Client Side Verification in the Https setup | 00:44 |
jamielennox | if 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 certificate | 00:44 |
ayoung | jamielennox, exactly, because the token is signed by Keystone, so keystone has already said "this cert goes with this token" as well | 00:44 |
gyee | right, which means they have to trust the same CA | 00:45 |
jamielennox | i don't think it matters | 00:46 |
jamielennox | we aren't verifying the cert chain, we are just comparing that the same one is used | 00:46 |
gyee | huh? | 00:46 |
jamielennox | it 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 care | 00:46 |
gyee | front-end apache cares | 00:47 |
gyee | how does user get authenticated with the cert in the first place? | 00:47 |
jamielennox | if you configure it to | 00:47 |
morganfainberg | seems chicken/egg problem. | 00:48 |
morganfainberg | (as gyee just pointed out) | 00:48 |
gyee | that would be bad | 00:48 |
jamielennox | so as i said it's likely that there will be an x509 auth provider who will make sure you fit into the CA somehow | 00:48 |
gyee | you have to at least verify the cert before binding it | 00:48 |
jamielennox | but 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 cert | 00:49 |
jamielennox | apache may verify the certificate, but i don't see that as keystone's problem wrt binding | 00:49 |
gyee | how does "apache let your client cert though"? | 00:49 |
*** sudorandom has quit IRC | 00:50 | |
jamielennox | i may be wrong on this, but apache doesn't have to verify the client cert against anything | 00:50 |
gyee | it doesn't, what I am saying it should for this to work | 00:50 |
jamielennox | why? | 00:51 |
*** terriyu has quit IRC | 00:52 | |
gyee | why would you want to bind a token to something that hasn't verified? | 00:52 |
*** topol has joined #openstack-dev | 00:52 | |
*** freedomhui has joined #openstack-dev | 00:52 | |
jamielennox | if 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 with | 00:52 |
*** pdevine has quit IRC | 00:52 | |
*** HenryG has joined #openstack-dev | 00:53 | |
jamielennox | in any sort of enterprise environment you would get apache to verify the cert | 00:53 |
*** dstufft_ has joined #openstack-dev | 00:53 | |
*** egallen_ has joined #openstack-dev | 00:53 | |
gyee | self-signed certs are only good in dev :) | 00:53 |
jamielennox | but as a base just by adding the other factor you're still preventing someone else using your token | 00:54 |
*** dstufft has quit IRC | 00:54 | |
*** egallen has quit IRC | 00:54 | |
*** egallen_ is now known as egallen | 00:54 | |
morganfainberg | and the expectation is that the client cert is validated against the token | 00:54 |
jamielennox | again though, this is not to authenticate with the certificate, it's just for binding against it later | 00:55 |
morganfainberg | vs. the httpd being able to authoritatively validate a cert | 00:55 |
morganfainberg | ? | 00:55 |
gyee | but who validate the client cert? | 00:55 |
openstackgerrit | A change was merged to openstack/oslo-incubator: Convert kombu SSL version string into integer https://review.openstack.org/35291 | 00:55 |
jamielennox | ayoung and i argued about this a while ago and he is on your side i think | 00:56 |
jamielennox | my thing would be that _for binding_ it doesn't matter | 00:56 |
morganfainberg | jamielennox: this sounds like a half-way multifactor solution (but i'm missing some details and digging through the blueprint ets) | 00:56 |
morganfainberg | etc* | 00:56 |
jamielennox | so 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 already | 00:57 |
morganfainberg | it doesn't solve a username/password compromise, it manages a re-use of token by some MITM type attack. | 00:57 |
jamielennox | morganfainberg: right | 00:58 |
morganfainberg | got it, it's effectively MFA for the tokens. | 00:58 |
jamielennox | morganfainberg: i don't want to say that its multifactor auth | 00:58 |
*** mrodden1 has joined #openstack-dev | 00:58 | |
morganfainberg | right. | 00:58 |
morganfainberg | because it isn't what people see as MDA | 00:58 |
morganfainberg | MFA* | 00:58 |
jamielennox | but i guess it's MF tokens | 00:58 |
morganfainberg | (e.g. google auth, RSA etc) | 00:58 |
*** mrodden has quit IRC | 00:58 | |
*** rfolco has joined #openstack-dev | 00:59 | |
*** dstufft_ is now known as dstufft | 01:00 | |
morganfainberg | cool. thanks for the clarification :) | 01:01 |
ayoung | gyee, 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 |
ayoung | morganfainberg, 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 much | 01:02 |
*** afrittoli has quit IRC | 01:02 | |
morganfainberg | ayoung: yes, thats where i am seeing it going. | 01:02 |
*** ccorrigan has quit IRC | 01:02 | |
*** ccorrigan has joined #openstack-dev | 01:03 | |
morganfainberg | ayoung: 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 margin | 01:03 |
*** bourke has quit IRC | 01:03 | |
*** cliu has joined #openstack-dev | 01:04 | |
*** afrittoli has joined #openstack-dev | 01:04 | |
*** bourke has joined #openstack-dev | 01:04 | |
gyee | ayoung, jamielennox, right, this feature very much depended on how the environment is setup | 01:05 |
*** winston-d has joined #openstack-dev | 01:05 | |
ayoung | just trying to lay the foundation | 01:05 |
jamielennox | gyee: yes | 01:05 |
gyee | somebody is going to make sone consulting money out of this :) | 01:06 |
*** Mandell has quit IRC | 01:06 | |
*** winston-d has left #openstack-dev | 01:06 | |
jamielennox | gyee: and it's never the developers :( | 01:07 |
*** xmltok has quit IRC | 01:07 | |
simo | ayoung: 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 small | 01:10 |
simo | does it mean I need to use a different meaningless id to keep mysql happy and keep the actual name in another column ? | 01:10 |
ayoung | simo, Mysql won't let that be a pkey | 01:10 |
ayoung | simo, probably | 01:10 |
simo | bleah | 01:10 |
simo | ayoung: ok I will change that tomorrow | 01:11 |
ayoung | simo, repeat after me. Mysql is a real database. Keep repeating until convinced | 01:11 |
ayoung | simo, I have a change for you. But it depends on one of my patches.. | 01:11 |
*** alop has quit IRC | 01:11 | |
simo | I banned mysql from all my machines ... so ... | 01:11 |
ayoung | simo https://review.openstack.org/#/c/36731/ | 01:11 |
ayoung | I'll send you the patch directly. I think it should modify one of your commits | 01:12 |
simo | ok | 01:12 |
*** adjohn has joined #openstack-dev | 01:12 | |
ayoung | but...they are talking about chaning the migration mechanism, which might be trouble here. | 01:12 |
simo | ayoung: I'll pick it up tomorrow, send by emal, I'm tuning out now | 01:12 |
ayoung | See the dev mailing list discussion. | 01:12 |
ayoung | simo, OK will send in a few | 01:12 |
*** lbragstad has joined #openstack-dev | 01:17 | |
*** sarob has joined #openstack-dev | 01:18 | |
*** dperaza has quit IRC | 01:19 | |
*** dperaza has joined #openstack-dev | 01:20 | |
*** amohn9 has joined #openstack-dev | 01:21 | |
*** danwent has joined #openstack-dev | 01:23 | |
*** jbresnah has joined #openstack-dev | 01:23 | |
*** armax has quit IRC | 01:24 | |
openstackgerrit | A change was merged to openstack/python-neutronclient: Allow user to specify None value to attributes https://review.openstack.org/17436 | 01:25 |
openstackgerrit | A change was merged to openstack/cinder: Fixed Ceph backup librbd segfault https://review.openstack.org/36707 | 01:25 |
*** lloydde has quit IRC | 01:25 | |
openstackgerrit | A change was merged to openstack/cinder: Check enabled backup service before rpc request https://review.openstack.org/36612 | 01:25 |
*** comay has quit IRC | 01:27 | |
openstackgerrit | A change was merged to openstack/keystone: Sync install_venv_common from oslo https://review.openstack.org/35927 | 01:27 |
openstackgerrit | A change was merged to openstack/glance: Sync install_venv_common from oslo https://review.openstack.org/35934 | 01:28 |
openstackgerrit | A change was merged to openstack/python-keystoneclient: Sync install_venv_common from oslo https://review.openstack.org/35925 | 01:30 |
*** neelashah has joined #openstack-dev | 01:32 | |
*** terriyu has joined #openstack-dev | 01:32 | |
openstackgerrit | A change was merged to openstack/glance: Pin kombu and anyjson versions https://review.openstack.org/34232 | 01:33 |
*** pjd has quit IRC | 01:33 | |
*** haneef has quit IRC | 01:35 | |
*** pjd has joined #openstack-dev | 01:37 | |
*** janisg has quit IRC | 01:38 | |
openstackgerrit | A change was merged to openstack/nova: Remove doc references to distribute. https://review.openstack.org/35928 | 01:39 |
openstackgerrit | A change was merged to openstack/nova: Properly pin pbr and d2to1 in setup.py https://review.openstack.org/35965 | 01:40 |
*** redbeard2 has joined #openstack-dev | 01:41 | |
*** pjd has quit IRC | 01:45 | |
*** sthaha has joined #openstack-dev | 01:46 | |
*** sthaha has joined #openstack-dev | 01:46 | |
*** erkules has quit IRC | 01:47 | |
*** shang has joined #openstack-dev | 01:49 | |
*** erkules has joined #openstack-dev | 01:49 | |
*** sungju has quit IRC | 01:51 | |
lbragstad | hey 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-dev | 01:53 | |
*** lloydde has joined #openstack-dev | 01:55 | |
*** amerine has quit IRC | 01:55 | |
*** amerine has joined #openstack-dev | 01:58 | |
*** cliu has quit IRC | 01:58 | |
*** erkules_ has joined #openstack-dev | 01:59 | |
*** sarob has quit IRC | 01:59 | |
*** thomasem has joined #openstack-dev | 01:59 | |
*** sarob has joined #openstack-dev | 01:59 | |
*** yaguang has joined #openstack-dev | 01:59 | |
jamielennox | lbragstad: it's just that they don't do anything | 02:00 |
jamielennox | if they were generating the weak_store within get_weak_store that would be fine | 02:00 |
jamielennox | but if all you're doing is returning a property that is already public you should just use the property | 02:01 |
*** erkules has quit IRC | 02:01 | |
jamielennox | lbragstad: it's just one of those python practices | 02:01 |
lbragstad | jamielennox: gotcha | 02:02 |
lbragstad | makes sense | 02:02 |
lbragstad | I debates putting the logic for that in there... | 02:03 |
*** amerine has quit IRC | 02:03 | |
jamielennox | lbragstad: what do you mean re the comment about the threading_mod and eventlet_mod params? | 02:04 |
*** lloydde has quit IRC | 02:04 | |
*** colinmcnamara has joined #openstack-dev | 02:05 | |
lbragstad | well at the bottom on line 86 in the new patch set we are passing in the threading module that is imported at the top | 02:05 |
*** jbresnah has quit IRC | 02:05 | |
*** anniec has quit IRC | 02:05 | |
*** yaguang has quit IRC | 02:05 | |
lbragstad | that is always passed in, no matter way | 02:05 |
*** amerine has joined #openstack-dev | 02:05 | |
*** sarob has quit IRC | 02:05 | |
*** Ryan_Lane has quit IRC | 02:05 | |
jamielennox | yea, 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 |
lbragstad | jamielennox: but when it comes to eventlet we can either pass in a variable that stores the eventlet module object or None, depending on the environment | 02:06 |
*** sarob has joined #openstack-dev | 02:06 | |
lbragstad | jamielennox: I just figured it gave a little flexibility | 02:06 |
*** sarob has quit IRC | 02:07 | |
*** sarob_ has joined #openstack-dev | 02:07 | |
jamielennox | i 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 anyway | 02:07 |
lbragstad | it'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 testing | 02:08 |
*** rcleere has joined #openstack-dev | 02:08 | |
*** freedomhui has quit IRC | 02:08 | |
jamielennox | but it's still the same global value, calling patcher.original(threading) would have the same effect | 02:08 |
lbragstad | jamielennox: ok yeah, looking at that now I see it | 02:09 |
lbragstad | I guess I was thinking about it in a very generalized case.. I can pull that out | 02:09 |
lbragstad | just keeping eventlet_mod = None the way it is now | 02:10 |
lbragstad | and that will be the only argument passed in | 02:10 |
jamielennox | sure, so my point was with eventlet_mod that you are essentially using it as a boolean anyway | 02:11 |
*** dperaza has quit IRC | 02:11 | |
lbragstad | right | 02:11 |
jamielennox | if eventlet_mod: then you do things with the imported module anyway | 02:11 |
lbragstad | right, Isuppose because we are assuming corolocal.local based on the boolean being true | 02:11 |
*** jbresnah has joined #openstack-dev | 02:11 | |
jamielennox | if you pass True/False module/None probably doesn't make any diff | 02:12 |
jamielennox | by which i mean use whichever way seems easier | 02:12 |
*** dperaza has joined #openstack-dev | 02:12 | |
lbragstad | yeah, it's pretty much jsut there to make sure we use eventlet iff it's imported | 02:13 |
*** danwent has quit IRC | 02:13 | |
jamielennox | while your here | 02:14 |
jamielennox | in your tests | 02:14 |
*** nati_ueno has quit IRC | 02:14 | |
jamielennox | put eventlet_builder and threading_builder in a setUp | 02:14 |
lbragstad | ok | 02:14 |
ayoung | gyee, https://review.openstack.org/#/c/34967/ ? | 02:15 |
lbragstad | and just use them accordingly with test_threading_unique_storage and test_thread_unique_storage | 02:15 |
lbragstad | jamielennox: ^ | 02:15 |
jamielennox | lbragstad: yea, they should be able to co-exist just fine so just use the one appropriate to the test | 02:16 |
lbragstad | jamielennox: ok | 02:16 |
lbragstad | jamielennox: I'll quick mark those in the review, so these comments are at least documented | 02:16 |
*** freedomhui has joined #openstack-dev | 02:16 | |
lbragstad | jamielennox: -1'd and documented in the review. let me know if that is what you mean. I think I described correctly? | 02:21 |
jamielennox | lbragstad: that's fine | 02:22 |
lbragstad | cool, thx | 02:22 |
*** ffio has joined #openstack-dev | 02:22 | |
*** bdpayne has quit IRC | 02:23 | |
*** adjohn has quit IRC | 02:32 | |
*** zyluo has joined #openstack-dev | 02:34 | |
lbragstad | jamielennox: 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 imported | 02:36 |
lbragstad | trying something else | 02:40 |
*** yaguang has joined #openstack-dev | 02:40 | |
*** terriyu has quit IRC | 02:48 | |
*** fenwoifneiowfneo has joined #openstack-dev | 02:49 | |
*** fenwoifneiowfneo is now known as cholby | 02:50 | |
*** lbragstad is now known as lbragstad_ | 02:50 | |
*** cholby is now known as Guest34097 | 02:51 | |
Guest34097 | does anybody know Th0masR0ss? which channel is he in? | 02:53 |
*** novas0x2a|laptop has quit IRC | 02:53 | |
*** Guest34097 is now known as cholcobo | 02:54 | |
*** NetworkStatic_ has joined #openstack-dev | 02:54 | |
*** NetworkStatic has quit IRC | 02:55 | |
*** NetworkStatic_ is now known as NetworkStatic | 02:55 | |
*** dguitarbite has joined #openstack-dev | 02:55 | |
*** Mandell has joined #openstack-dev | 02:55 | |
gyee | ayoung, I'll review it tonight, need to grab some dinner now | 02:55 |
*** topol has quit IRC | 02:55 | |
*** gyee has quit IRC | 02:56 | |
*** lloydde has joined #openstack-dev | 02:56 | |
*** cholcobo has left #openstack-dev | 02:57 | |
*** gongysh has joined #openstack-dev | 02:58 | |
*** pjd has joined #openstack-dev | 02:59 | |
*** lloydde has quit IRC | 03:00 | |
*** stevemar has joined #openstack-dev | 03:01 | |
*** souvik has joined #openstack-dev | 03:01 | |
*** dperaza has quit IRC | 03:03 | |
*** cp16net is now known as cp16net|away | 03:04 | |
*** souvik has quit IRC | 03:04 | |
*** stevemar2 has joined #openstack-dev | 03:05 | |
*** stevemar has quit IRC | 03:06 | |
*** ayoung is now known as ayoung-zZzZzZz | 03:06 | |
*** colinmcnamara has quit IRC | 03:07 | |
jamielennox | lbragstad_: where/ | 03:07 |
*** cp16net|away is now known as cp16net | 03:09 | |
*** yaguang has quit IRC | 03:13 | |
*** tzumainn has quit IRC | 03:14 | |
*** martine has joined #openstack-dev | 03:27 | |
*** martine is now known as Guest16504 | 03:27 | |
*** Ryan_Lane has joined #openstack-dev | 03:28 | |
*** lloydde has joined #openstack-dev | 03:30 | |
*** souvik has joined #openstack-dev | 03:35 | |
*** pdevine has joined #openstack-dev | 03:36 | |
*** adjohn has joined #openstack-dev | 03:43 | |
*** boris-42 has joined #openstack-dev | 03:45 | |
*** souvik has quit IRC | 03:46 | |
*** souvik has joined #openstack-dev | 03:46 | |
*** adjohn has quit IRC | 03:48 | |
*** yaguang has joined #openstack-dev | 03:50 | |
*** colinmcnamara has joined #openstack-dev | 03:51 | |
*** markwash has joined #openstack-dev | 03:55 | |
*** souvik has quit IRC | 03:56 | |
*** pjd has quit IRC | 03:58 | |
*** pjd has joined #openstack-dev | 03:59 | |
*** galstrom_zzz is now known as galstrom | 04:00 | |
*** sarob_ is now known as sarob | 04:05 | |
*** afazekas has quit IRC | 04:08 | |
*** jbresnah has quit IRC | 04:12 | |
*** eharney has quit IRC | 04:12 | |
*** souvik has joined #openstack-dev | 04:15 | |
*** pjd1 has joined #openstack-dev | 04:15 | |
*** pjd has quit IRC | 04:16 | |
*** sarob has quit IRC | 04:21 | |
*** sarob has joined #openstack-dev | 04:22 | |
*** colinmcnamara has quit IRC | 04:22 | |
*** sarob has quit IRC | 04:27 | |
*** Tross has joined #openstack-dev | 04:28 | |
*** galstrom is now known as galstrom_zzz | 04:30 | |
*** souvik has joined #openstack-dev | 04:30 | |
*** neelashah has quit IRC | 04:32 | |
*** underplank has quit IRC | 04:32 | |
*** obondarev_ has quit IRC | 04:33 | |
*** sride has joined #openstack-dev | 04:34 | |
*** afazekas has joined #openstack-dev | 04:34 | |
*** galstrom_zzz is now known as galstrom | 04:34 | |
*** afazekas has quit IRC | 04:34 | |
*** obondarev has joined #openstack-dev | 04:35 | |
*** apcruz has quit IRC | 04:38 | |
*** freedomhui has quit IRC | 04:39 | |
*** adjohn has joined #openstack-dev | 04:39 | |
*** jbresnah_ has joined #openstack-dev | 04:40 | |
openstackgerrit | A change was merged to openstack/neutron: Quiet down a large log file heavy hitter. https://review.openstack.org/36710 | 04:40 |
*** adjohn has quit IRC | 04:41 | |
*** adjohn has joined #openstack-dev | 04:43 | |
*** lloydde has quit IRC | 04:43 | |
*** pjd1 has quit IRC | 04:43 | |
*** yaguang has quit IRC | 04:44 | |
*** rcrit has quit IRC | 04:46 | |
*** SergeyLukjanov has joined #openstack-dev | 04:46 | |
*** bswartz1 has joined #openstack-dev | 04:48 | |
*** nati_ueno has joined #openstack-dev | 04:48 | |
*** basha has joined #openstack-dev | 04:48 | |
*** aeperezt has quit IRC | 04:49 | |
*** gsilvis has quit IRC | 04:50 | |
*** bswartz has quit IRC | 04:51 | |
*** bswartz1 is now known as bswartz | 04:51 | |
*** Guest16504 has quit IRC | 04:52 | |
*** galstrom is now known as galstrom_zzz | 04:52 | |
*** kushal has joined #openstack-dev | 04:52 | |
*** lloydde has joined #openstack-dev | 04:53 | |
*** joshuamckenty has joined #openstack-dev | 04:54 | |
*** gsilvis has joined #openstack-dev | 04:57 | |
*** pjd has joined #openstack-dev | 04:57 | |
*** rcrit has joined #openstack-dev | 05:01 | |
*** alexxu has joined #openstack-dev | 05:01 | |
*** lloydde has quit IRC | 05:05 | |
*** iscsi has joined #openstack-dev | 05:08 | |
iscsi | morning | 05:08 |
*** garyk has joined #openstack-dev | 05:09 | |
*** lloydde has joined #openstack-dev | 05:11 | |
*** colinmcnamara has joined #openstack-dev | 05:12 | |
*** souvik has quit IRC | 05:15 | |
*** souvik has joined #openstack-dev | 05:16 | |
*** freedomhui has joined #openstack-dev | 05:16 | |
*** colinmcnamara has quit IRC | 05:17 | |
*** jamielennox is now known as jamielennox|away | 05:17 | |
*** zaitcev has quit IRC | 05:19 | |
*** kushal has quit IRC | 05:21 | |
*** freedomhui has quit IRC | 05:21 | |
*** eglynn has joined #openstack-dev | 05:21 | |
*** kushal has joined #openstack-dev | 05:21 | |
*** gongysh has quit IRC | 05:22 | |
*** lloydde has quit IRC | 05:23 | |
*** yjiang5 has joined #openstack-dev | 05:26 | |
*** amotoki has joined #openstack-dev | 05:28 | |
*** electrichead has joined #openstack-dev | 05:29 | |
*** eglynn has quit IRC | 05:30 | |
openstackgerrit | A change was merged to openstack/neutron: Fix issue with pip installing oslo.config-1.2.0 https://review.openstack.org/35279 | 05:31 |
openstackgerrit | A change was merged to openstack/nova: Add -U to the command line for pip https://review.openstack.org/36514 | 05:31 |
*** sarob has joined #openstack-dev | 05:32 | |
*** yjiang5 has left #openstack-dev | 05:35 | |
*** adjohn has quit IRC | 05:37 | |
*** sarob has quit IRC | 05:37 | |
*** yjiang5 has joined #openstack-dev | 05:38 | |
*** sushils has joined #openstack-dev | 05:38 | |
*** navid_ has joined #openstack-dev | 05:38 | |
*** yjiang5 has left #openstack-dev | 05:38 | |
*** SergeyLukjanov has quit IRC | 05:38 | |
*** sushils has joined #openstack-dev | 05:39 | |
*** nachi_ has joined #openstack-dev | 05:39 | |
*** nachi__ has joined #openstack-dev | 05:39 | |
*** bdpayne has joined #openstack-dev | 05:42 | |
*** prekarat has joined #openstack-dev | 05:42 | |
*** bswartz1 has joined #openstack-dev | 05:45 | |
*** rcleere has quit IRC | 05:46 | |
*** bswartz has quit IRC | 05:48 | |
*** eglynn has joined #openstack-dev | 05:48 | |
*** garyk has quit IRC | 05:48 | |
*** lloydde has joined #openstack-dev | 05:54 | |
*** mancdaz_ has quit IRC | 05:55 | |
*** mancdaz has joined #openstack-dev | 05:56 | |
*** pjd has quit IRC | 05:58 | |
*** jcoufal has joined #openstack-dev | 06:00 | |
*** shang has quit IRC | 06:04 | |
*** nachi_ has quit IRC | 06:06 | |
*** sushils has quit IRC | 06:06 | |
*** prekarat has quit IRC | 06:06 | |
*** nachi__ has quit IRC | 06:07 | |
*** bswartz1 is now known as bswartz | 06:10 | |
*** electrichead has quit IRC | 06:10 | |
*** amohn9 has quit IRC | 06:19 | |
*** prekarat has joined #openstack-dev | 06:20 | |
*** stevemar2 has quit IRC | 06:21 | |
*** SergeyLukjanov has joined #openstack-dev | 06:28 | |
*** sungju has quit IRC | 06:28 | |
*** prekarat has quit IRC | 06:30 | |
*** SergeyLukjanov has quit IRC | 06:30 | |
*** prekarat has joined #openstack-dev | 06:30 | |
*** jasdeepH has joined #openstack-dev | 06:31 | |
*** bashok has joined #openstack-dev | 06:31 | |
*** vartom has joined #openstack-dev | 06:32 | |
*** yolanda has joined #openstack-dev | 06:35 | |
*** joshuamckenty has quit IRC | 06:35 | |
*** lloydde has quit IRC | 06:37 | |
*** mmagr has joined #openstack-dev | 06:39 | |
*** arezmerita has joined #openstack-dev | 06:42 | |
*** mestery has quit IRC | 06:42 | |
*** cmark has joined #openstack-dev | 06:44 | |
*** jtomasek has joined #openstack-dev | 06:48 | |
*** jpich has joined #openstack-dev | 06:56 | |
openstackgerrit | A change was merged to openstack/cinder: Ignore files created by Sphinx build https://review.openstack.org/35878 | 06:57 |
*** martyntaylor has joined #openstack-dev | 06:57 | |
*** bdpayne has quit IRC | 06:57 | |
*** slong has quit IRC | 06:58 | |
*** xqueralt-afk is now known as xqueralt | 06:59 | |
*** janisg has joined #openstack-dev | 07:00 | |
*** reidrac has joined #openstack-dev | 07:01 | |
*** luisg has quit IRC | 07:03 | |
*** luisg has joined #openstack-dev | 07:03 | |
*** SergeyLukjanov has joined #openstack-dev | 07:04 | |
*** sushils has joined #openstack-dev | 07:04 | |
*** luisg has quit IRC | 07:08 | |
*** koolhead17 has joined #openstack-dev | 07:08 | |
*** obondarev has quit IRC | 07:09 | |
*** ondergetekende_ has joined #openstack-dev | 07:10 | |
*** corXi has joined #openstack-dev | 07:10 | |
*** obondarev has joined #openstack-dev | 07:11 | |
*** jprovazn has joined #openstack-dev | 07:16 | |
*** alunduil has quit IRC | 07:17 | |
*** SergeyLukjanov has quit IRC | 07:21 | |
*** gongysh has joined #openstack-dev | 07:27 | |
*** jgallard has joined #openstack-dev | 07:27 | |
*** ndipanov_gone is now known as ndipanov | 07:28 | |
*** nati_ueno has quit IRC | 07:30 | |
*** SergeyLukjanov has joined #openstack-dev | 07:32 | |
*** pnavarro has joined #openstack-dev | 07:32 | |
*** afazekas has joined #openstack-dev | 07:33 | |
*** cmark has quit IRC | 07:35 | |
*** mestery has joined #openstack-dev | 07:37 | |
*** gaelL has quit IRC | 07:37 | |
*** martyntaylor has quit IRC | 07:38 | |
*** xarg has quit IRC | 07:38 | |
*** mnaser has quit IRC | 07:38 | |
*** Guest86832 is now known as xarg | 07:38 | |
*** jculp has quit IRC | 07:38 | |
*** jamey has quit IRC | 07:38 | |
*** huats_ has joined #openstack-dev | 07:38 | |
*** huats has quit IRC | 07:38 | |
*** antigluk has quit IRC | 07:38 | |
*** CrackerJackMack has quit IRC | 07:38 | |
*** jeblair has quit IRC | 07:38 | |
*** lon has quit IRC | 07:38 | |
*** huats_ has quit IRC | 07:38 | |
*** huats_ has joined #openstack-dev | 07:38 | |
*** xarg is now known as Guest46711 | 07:38 | |
*** martyntaylor has joined #openstack-dev | 07:38 | |
*** jmeredit has joined #openstack-dev | 07:38 | |
*** sn0wb1rdz has quit IRC | 07:39 | |
*** bcwaldon has quit IRC | 07:39 | |
*** pnavarro has quit IRC | 07:39 | |
*** jculp has joined #openstack-dev | 07:39 | |
*** xarg_ has joined #openstack-dev | 07:40 | |
*** bcwaldon has joined #openstack-dev | 07:40 | |
*** jeblair has joined #openstack-dev | 07:40 | |
*** lon has joined #openstack-dev | 07:40 | |
*** pdevine has quit IRC | 07:42 | |
*** CrackerJackMack has joined #openstack-dev | 07:42 | |
*** mnaser has joined #openstack-dev | 07:42 | |
*** mnaser has joined #openstack-dev | 07:42 | |
*** sn0wb1rdz has joined #openstack-dev | 07:42 | |
*** gaelL has joined #openstack-dev | 07:43 | |
*** antigluk has joined #openstack-dev | 07:44 | |
*** adjohn has joined #openstack-dev | 07:45 | |
*** adjohn has quit IRC | 07:45 | |
*** derekh has joined #openstack-dev | 07:47 | |
*** JordanP has joined #openstack-dev | 07:47 | |
*** lloydde has joined #openstack-dev | 07:48 | |
*** lloydde has quit IRC | 07:53 | |
*** jaimegil has joined #openstack-dev | 07:55 | |
*** psedlak has joined #openstack-dev | 08:00 | |
*** AndreaRosa has quit IRC | 08:04 | |
*** roz has joined #openstack-dev | 08:04 | |
*** boden has joined #openstack-dev | 08:05 | |
*** cmark has joined #openstack-dev | 08:06 | |
*** pnavarro has joined #openstack-dev | 08:08 | |
*** ArchNemesis has quit IRC | 08:08 | |
*** zyluo has quit IRC | 08:09 | |
*** alunduil has joined #openstack-dev | 08:10 | |
*** ondergetekende__ has joined #openstack-dev | 08:13 | |
*** toddnni has joined #openstack-dev | 08:13 | |
*** ondergetekende_ has quit IRC | 08:13 | |
*** toddnni_ has quit IRC | 08:13 | |
*** lucasagomes has joined #openstack-dev | 08:14 | |
*** garyk has joined #openstack-dev | 08:14 | |
*** alexpilotti has joined #openstack-dev | 08:15 | |
*** Alexei_987 has joined #openstack-dev | 08:15 | |
*** jgallard has quit IRC | 08:16 | |
*** markwash has quit IRC | 08:16 | |
*** andrea_roz has joined #openstack-dev | 08:16 | |
*** jgallard has joined #openstack-dev | 08:16 | |
openstackgerrit | A change was merged to openstack/ceilometer: Break up compute pollsters https://review.openstack.org/35568 | 08:16 |
*** safchain has joined #openstack-dev | 08:17 | |
*** roz has quit IRC | 08:18 | |
openstackgerrit | A change was merged to openstack/ceilometer: Separate power and energy pollsters https://review.openstack.org/35573 | 08:18 |
openstackgerrit | A change was merged to openstack/ceilometer: Make visual coding style consistent https://review.openstack.org/35640 | 08:19 |
*** xqueralt is now known as xqueralt-afk | 08:20 | |
openstackgerrit | A change was merged to openstack/ceilometer: Split up the glance pollsters https://review.openstack.org/35644 | 08:20 |
*** erkules_ is now known as erkules | 08:22 | |
openstackgerrit | A change was merged to openstack/ceilometer: Break up the swift pollsters https://review.openstack.org/35648 | 08:24 |
*** johnthetubaguy has joined #openstack-dev | 08:25 | |
openstackgerrit | A change was merged to openstack/horizon: Add openstack-common https://review.openstack.org/34233 | 08:26 |
openstackgerrit | A change was merged to openstack/glance: Fixes image-download error of v2 https://review.openstack.org/35954 | 08:29 |
*** markwash has joined #openstack-dev | 08:30 | |
*** garyk has quit IRC | 08:30 | |
*** romcheg has joined #openstack-dev | 08:31 | |
*** alunduil has quit IRC | 08:31 | |
openstackgerrit | A change was merged to openstack/ceilometer: Make sure plugins are named after their meters https://review.openstack.org/35694 | 08:32 |
*** souvik has quit IRC | 08:34 | |
*** alunduil has joined #openstack-dev | 08:36 | |
*** johnthetubaguy1 has joined #openstack-dev | 08:36 | |
*** olaph_ has quit IRC | 08:37 | |
*** alunduil has quit IRC | 08:38 | |
*** johnthetubaguy has quit IRC | 08:38 | |
*** Guest46711 is now known as xarg | 08:38 | |
*** olaph has joined #openstack-dev | 08:39 | |
*** alunduil has joined #openstack-dev | 08:39 | |
*** jasdeepH has quit IRC | 08:39 | |
*** xarg is now known as Guest32329 | 08:39 | |
*** JordanP has quit IRC | 08:40 | |
*** xqueralt-afk is now known as xqueralt | 08:40 | |
*** mdomsch has quit IRC | 08:41 | |
*** JordanP has joined #openstack-dev | 08:41 | |
*** eglynn has quit IRC | 08:42 | |
*** eglynn has joined #openstack-dev | 08:42 | |
*** git-harry has quit IRC | 08:43 | |
*** git-harry has joined #openstack-dev | 08:43 | |
*** bismigalis has joined #openstack-dev | 08:43 | |
*** ZangMing1ie has quit IRC | 08:44 | |
*** torgomatic has quit IRC | 08:45 | |
*** ZangMingJie has joined #openstack-dev | 08:45 | |
*** Slidey_ has quit IRC | 08:46 | |
*** Slidey has joined #openstack-dev | 08:47 | |
*** torgomatic has joined #openstack-dev | 08:47 | |
openstackgerrit | A change was merged to openstack/neutron: Refactor unit tests for NEC Plugin https://review.openstack.org/35807 | 08:50 |
*** jgallard has quit IRC | 08:50 | |
*** martyntaylor has quit IRC | 08:51 | |
*** jgallard has joined #openstack-dev | 08:51 | |
*** rods1 has joined #openstack-dev | 08:51 | |
*** dguitarbite has quit IRC | 08:54 | |
*** alunduil has quit IRC | 08:58 | |
*** ondergetekende__ has quit IRC | 08:59 | |
*** alunduil has joined #openstack-dev | 09:01 | |
*** JordanP has quit IRC | 09:02 | |
*** danpb has joined #openstack-dev | 09:04 | |
*** kushal has quit IRC | 09:04 | |
*** martyntaylor has joined #openstack-dev | 09:06 | |
*** iartarisi has joined #openstack-dev | 09:07 | |
*** athomas has joined #openstack-dev | 09:08 | |
*** dguitarbite has joined #openstack-dev | 09:08 | |
*** JordanP has joined #openstack-dev | 09:14 | |
*** martyntaylor has quit IRC | 09:14 | |
*** ifarkas has quit IRC | 09:16 | |
*** alunduil has quit IRC | 09:17 | |
openstackgerrit | A change was merged to openstack/nova: Add unique constraints to AggregateHost. https://review.openstack.org/34746 | 09:18 |
*** ffio_ has joined #openstack-dev | 09:19 | |
*** ffio has quit IRC | 09:19 | |
*** ifarkas has joined #openstack-dev | 09:19 | |
*** kushal has joined #openstack-dev | 09:20 | |
*** akamyshnikova has quit IRC | 09:23 | |
*** adalbas has quit IRC | 09:24 | |
*** adalbas has joined #openstack-dev | 09:25 | |
*** arezmerita has quit IRC | 09:25 | |
*** souvik has joined #openstack-dev | 09:25 | |
*** dguitarbite has quit IRC | 09:25 | |
*** benonsoftware has quit IRC | 09:28 | |
*** derekh is now known as derekh_afk | 09:29 | |
*** martyntaylor has joined #openstack-dev | 09:29 | |
*** akamyshnikova has joined #openstack-dev | 09:30 | |
*** safchain has quit IRC | 09:32 | |
*** bashok_ has joined #openstack-dev | 09:37 | |
*** bashok has quit IRC | 09:37 | |
*** ArchNemesis has joined #openstack-dev | 09:37 | |
*** prekarat has left #openstack-dev | 09:37 | |
*** jgallard has quit IRC | 09:37 | |
*** jgallard has joined #openstack-dev | 09:38 | |
*** Guest32329 is now known as xarg | 09:39 | |
*** xarg is now known as Guest92589 | 09:40 | |
*** safchain has joined #openstack-dev | 09:45 | |
*** pnavarro has quit IRC | 09:47 | |
*** safchain_ has joined #openstack-dev | 09:53 | |
*** safchain has quit IRC | 09:56 | |
*** gongysh has quit IRC | 09:56 | |
*** basha has quit IRC | 09:57 | |
*** benonsoftware has joined #openstack-dev | 10:04 | |
*** navid_ has quit IRC | 10:06 | |
*** drewlander has joined #openstack-dev | 10:07 | |
*** eglynn has quit IRC | 10:09 | |
*** olaph_ has joined #openstack-dev | 10:11 | |
*** Mandell_ has joined #openstack-dev | 10:12 | |
*** romcheg1 has joined #openstack-dev | 10:12 | |
*** mikeit has joined #openstack-dev | 10:13 | |
*** basha has joined #openstack-dev | 10:13 | |
*** jbresnah has joined #openstack-dev | 10:13 | |
*** mikeit has quit IRC | 10:14 | |
*** mikeit_ has joined #openstack-dev | 10:14 | |
*** jaimegil_ has joined #openstack-dev | 10:17 | |
*** uvirtbot has quit IRC | 10:18 | |
*** romcheg has quit IRC | 10:18 | |
*** Mandell has quit IRC | 10:18 | |
*** med_ has quit IRC | 10:18 | |
*** olaph has quit IRC | 10:18 | |
*** jaimegil has quit IRC | 10:18 | |
*** reidrac has quit IRC | 10:18 | |
*** jbresnah_ has quit IRC | 10:18 | |
*** thomasem has quit IRC | 10:18 | |
*** portante has quit IRC | 10:18 | |
*** reidrac has joined #openstack-dev | 10:18 | |
*** uvirtbot has joined #openstack-dev | 10:18 | |
*** portante has joined #openstack-dev | 10:19 | |
openstackgerrit | A change was merged to openstack/ceilometer: Optionally store Events in Collector. https://review.openstack.org/35557 | 10:21 |
*** alunduil has joined #openstack-dev | 10:26 | |
*** uvirtbot has quit IRC | 10:29 | |
*** lukego has joined #openstack-dev | 10:30 | |
*** uvirtbot has joined #openstack-dev | 10:31 | |
*** mikeit_ has quit IRC | 10:31 | |
*** alunduil has quit IRC | 10:32 | |
*** topol has joined #openstack-dev | 10:35 | |
*** eglynn has joined #openstack-dev | 10:38 | |
*** Guest92589 is now known as xarg | 10:40 | |
*** xarg is now known as Guest59657 | 10:41 | |
lukego | me 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 IRC | 10:46 | |
*** michchap_ has joined #openstack-dev | 10:46 | |
*** drewlander has quit IRC | 10:49 | |
*** drewlander has joined #openstack-dev | 10:49 | |
jpich | amotoki: 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 quotas | 10:50 |
uvirtbot | Launchpad bug 1109140 in horizon "Floating IP quota not coming from Quantum" [Medium,Confirmed] | 10:51 |
amotoki | jpich: sure. will check it. | 10:51 |
jpich | amotoki: Thank you | 10:52 |
*** jgallard has quit IRC | 10:53 | |
amotoki | jpich: there is some progress during havana. I will add an comment. | 10:54 |
*** eglynn has quit IRC | 10:54 | |
jpich | amotoki: Great to hear, thanks for updating the bug | 10:54 |
amotoki | jpich: i am now preparing Horizon patch "neutron secgroup native support". After post it, i will do it. | 10:55 |
*** jerkbot1 has joined #openstack-dev | 10:56 | |
*** jcoufal has quit IRC | 10:57 | |
jpich | amotoki: Awesome, this will probably help with understanding how to handle the security group quotas too | 10:57 |
*** lukego has quit IRC | 10:57 | |
*** navid_ has joined #openstack-dev | 10:58 | |
*** vartom has quit IRC | 11:00 | |
*** basha has quit IRC | 11:09 | |
*** beagles is now known as seagulls | 11:09 | |
*** derekh_afk is now known as derekh | 11:11 | |
*** AnilV4 has quit IRC | 11:14 | |
*** AnilV4 has joined #openstack-dev | 11:19 | |
*** AnilV_ has joined #openstack-dev | 11:20 | |
*** basha has joined #openstack-dev | 11:21 | |
*** AnilV_ has quit IRC | 11:22 | |
*** arezmerita has joined #openstack-dev | 11:24 | |
*** AnilV4 has quit IRC | 11:27 | |
*** AnilV4 has joined #openstack-dev | 11:28 | |
*** navid_ has left #openstack-dev | 11:29 | |
*** Guest59657 is now known as xarg | 11:41 | |
*** xarg is now known as Guest41894 | 11:42 | |
*** SergeyLukjanov has quit IRC | 11:46 | |
*** martine has joined #openstack-dev | 11:48 | |
*** martine is now known as Guest67143 | 11:48 | |
*** bashok_ has quit IRC | 11:54 | |
*** fifieldt has quit IRC | 11:57 | |
*** _crobertsrh is now known as crobertsrh | 11:57 | |
*** anniec has joined #openstack-dev | 11:57 | |
*** lukego has joined #openstack-dev | 11:59 | |
*** lucasagomes is now known as lucas-hungry | 11:59 | |
*** jaimegildesagred has joined #openstack-dev | 11:59 | |
*** jaimegil_ has quit IRC | 11:59 | |
*** kushal has quit IRC | 12:00 | |
*** jaimegil has joined #openstack-dev | 12:00 | |
*** apcruz has joined #openstack-dev | 12:05 | |
*** FunnyLookinHat has joined #openstack-dev | 12:08 | |
*** basha has quit IRC | 12:09 | |
*** galstrom_zzz is now known as galstrom | 12:09 | |
*** radez_g0n3 is now known as radez | 12:10 | |
*** radez is now known as radez_g0n3 | 12:10 | |
*** radez_g0n3 is now known as radez | 12:11 | |
*** anniec_ has joined #openstack-dev | 12:12 | |
*** lukego has quit IRC | 12:13 | |
*** prad has joined #openstack-dev | 12:14 | |
*** anniec has quit IRC | 12:14 | |
*** anniec_ is now known as anniec | 12:14 | |
*** BobBall_Away is now known as BobBall | 12:14 | |
*** lukego has joined #openstack-dev | 12:18 | |
*** Guest67143 has quit IRC | 12:23 | |
*** vkmc has joined #openstack-dev | 12:23 | |
*** martine_ has joined #openstack-dev | 12:28 | |
*** ayoung83 has joined #openstack-dev | 12:29 | |
*** dkranz has joined #openstack-dev | 12:29 | |
*** mkollaro has joined #openstack-dev | 12:31 | |
*** martine_ has quit IRC | 12:33 | |
Alexei_987 | Hello anyone knows why this hack is used in sqlalchemy-migrate? | 12:34 |
Alexei_987 | @migrate_util.decorator | 12:34 |
Alexei_987 | def 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'] = engine | 12: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-42 | Alexei_987 | 12:34 |
boris-42 | use pls patebin.com | 12:34 |
Alexei_987 | sorry :( | 12:34 |
boris-42 | pastebin.com | 12:34 |
*** mrda-away is now known as mrda | 12:35 | |
Alexei_987 | http://pastebin.com/f0bKK5P5 | 12:35 |
Alexei_987 | why we construct a new engine object? | 12:36 |
*** Tross has quit IRC | 12:38 | |
*** ayoung83 has quit IRC | 12:39 | |
*** Tross has joined #openstack-dev | 12:40 | |
*** russellb is now known as rustlebee | 12:40 | |
amotoki | jpich: 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 IRC | 12:41 | |
*** Guest41894 is now known as xarg | 12:42 | |
*** xarg is now known as Guest76407 | 12:42 | |
openstackgerrit | A change was merged to openstack/nova: port Host API into v3 part2 https://review.openstack.org/32326 | 12:42 |
*** boden_ has joined #openstack-dev | 12:45 | |
*** eharney has joined #openstack-dev | 12:46 | |
*** eharney has quit IRC | 12:46 | |
*** eharney has joined #openstack-dev | 12:46 | |
*** martyntaylor1 has joined #openstack-dev | 12:47 | |
*** boden has quit IRC | 12:48 | |
*** martyntaylor has quit IRC | 12:49 | |
*** neelashah has joined #openstack-dev | 12:50 | |
*** RajeshMohan has quit IRC | 12:50 | |
*** timello_ is now known as timello | 12:51 | |
*** tristanC has joined #openstack-dev | 12:51 | |
*** RajeshMohan has joined #openstack-dev | 12:51 | |
*** koolhead17 has quit IRC | 12:52 | |
*** adalbas has quit IRC | 12:52 | |
jpich | amotoki: 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 point | 12:54 |
openstackgerrit | A change was merged to openstack/nova: Port extended-availability-zone API into v3 part2 https://review.openstack.org/33982 | 12:55 |
*** tristanC has left #openstack-dev | 12:55 | |
*** galstrom is now known as galstrom_zzz | 12:55 | |
*** danwent has joined #openstack-dev | 12:56 | |
*** lbragstad_ has quit IRC | 12:59 | |
jpich | amotoki: Is there a wiki page somewhere that lists the neutron drivers and what extensions they each support? | 13:01 |
*** mkollaro has quit IRC | 13:01 | |
amotoki | jpich: 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 |
jpich | amotoki: I see, thank you | 13:02 |
amotoki | jpich: i greped the code. | 13:02 |
*** alunduil has joined #openstack-dev | 13:03 | |
*** dolphm has joined #openstack-dev | 13:04 | |
amotoki | jpich: 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 cmagina | 13:06 | |
*** zul has quit IRC | 13:06 | |
*** svilgelm has quit IRC | 13:07 | |
*** zul has joined #openstack-dev | 13:08 | |
*** boden_ has quit IRC | 13:08 | |
*** adalbas has joined #openstack-dev | 13:09 | |
*** READ10 has joined #openstack-dev | 13:09 | |
*** Alex_Gaynor has quit IRC | 13:10 | |
*** Alex_Gaynor has joined #openstack-dev | 13:10 | |
*** pjd has joined #openstack-dev | 13:10 | |
*** boden has joined #openstack-dev | 13:11 | |
*** kushal has joined #openstack-dev | 13:11 | |
*** pjd has quit IRC | 13:12 | |
*** souvik has quit IRC | 13:12 | |
*** rkukura has joined #openstack-dev | 13:13 | |
*** sballe has joined #openstack-dev | 13:14 | |
*** MaxV has joined #openstack-dev | 13:14 | |
*** sandywalsh has quit IRC | 13:14 | |
*** armax has joined #openstack-dev | 13:15 | |
*** johnthetubaguy1 is now known as johnthetubaguy | 13:15 | |
*** toabctl has quit IRC | 13:15 | |
*** pjd has joined #openstack-dev | 13:15 | |
*** lucas-hungry is now known as lucasagomes | 13:16 | |
*** jecarey_ has joined #openstack-dev | 13:17 | |
*** adalbas has quit IRC | 13:19 | |
*** roz has joined #openstack-dev | 13:19 | |
*** roz is now known as AndreaRoz | 13:19 | |
*** AndreaRoz has quit IRC | 13:20 | |
*** tzumainn has joined #openstack-dev | 13:20 | |
*** toabctl has joined #openstack-dev | 13:20 | |
*** toabctl has joined #openstack-dev | 13:20 | |
*** sride has quit IRC | 13:20 | |
HenryG | Why are some apparently unsused modules imported and then tagged with "# noqa" so that flake8 doesn't complain? | 13:21 |
*** boden has quit IRC | 13:21 | |
*** ndipanov has quit IRC | 13:21 | |
*** boden has joined #openstack-dev | 13:21 | |
*** amotoki has quit IRC | 13:21 | |
*** martine has joined #openstack-dev | 13:22 | |
*** martine is now known as Guest16567 | 13:22 | |
*** tmclaugh[work] has joined #openstack-dev | 13:23 | |
*** jruzicka has joined #openstack-dev | 13:24 | |
*** dansmith is now known as Steely_Dan | 13:24 | |
*** ndipanov has joined #openstack-dev | 13:25 | |
*** jayg|g0n3 is now known as jayg | 13:27 | |
*** sandywalsh has joined #openstack-dev | 13:27 | |
*** martine_ has joined #openstack-dev | 13:27 | |
*** martine_ has quit IRC | 13:29 | |
*** Guest16567 has quit IRC | 13:30 | |
*** martine_ has joined #openstack-dev | 13:30 | |
*** krtaylor has quit IRC | 13:31 | |
*** adalbas has joined #openstack-dev | 13:33 | |
openstackgerrit | A change was merged to openstack/ceilometer: Fix MongoDB backward compat wrt units https://review.openstack.org/36081 | 13:33 |
*** lbragstad has joined #openstack-dev | 13:34 | |
*** mkollaro has joined #openstack-dev | 13:34 | |
openstackgerrit | A change was merged to openstack/ceilometer: Remove get_counter_names from the pollster plugins https://review.openstack.org/35712 | 13:36 |
*** pjd has quit IRC | 13:37 | |
*** mtreinish has joined #openstack-dev | 13:38 | |
*** armax has quit IRC | 13:39 | |
*** rcleere has joined #openstack-dev | 13:40 | |
*** pjd has joined #openstack-dev | 13:40 | |
*** pjd has quit IRC | 13:41 | |
openstackgerrit | A change was merged to openstack/nova: xenapi: support ephemeral disks bigger than 2TB https://review.openstack.org/32760 | 13:41 |
*** stevemar has joined #openstack-dev | 13:42 | |
*** Guest76407 is now known as xarg | 13:43 | |
*** xarg is now known as Guest88374 | 13:43 | |
*** pjd has joined #openstack-dev | 13:43 | |
*** prekarat has joined #openstack-dev | 13:44 | |
*** aeperezt has joined #openstack-dev | 13:45 | |
*** dprince has joined #openstack-dev | 13:46 | |
openstackgerrit | A change was merged to openstack/ceilometer: Transformer to measure rate of change https://review.openstack.org/35774 | 13:46 |
*** burt has joined #openstack-dev | 13:47 | |
*** andrewbogott_afk is now known as andrewbogott | 13:47 | |
*** FunnyLookinHat has quit IRC | 13:47 | |
*** pjd has quit IRC | 13:48 | |
*** souvik has joined #openstack-dev | 13:54 | |
*** souvik1 has joined #openstack-dev | 13:55 | |
*** cp16net is now known as cp16net|away | 13:56 | |
*** jimfehlig has joined #openstack-dev | 13:56 | |
*** souvik1 has quit IRC | 13:56 | |
*** anteaya has joined #openstack-dev | 13:57 | |
*** souvik has quit IRC | 13:59 | |
*** cmark_ has joined #openstack-dev | 14:01 | |
*** danwent has quit IRC | 14:02 | |
*** pjd has joined #openstack-dev | 14:02 | |
*** eglynn has joined #openstack-dev | 14:03 | |
*** NetworkStatic has quit IRC | 14:04 | |
*** NetworkStatic has joined #openstack-dev | 14:04 | |
*** cmark has quit IRC | 14:04 | |
*** alunduil has quit IRC | 14:05 | |
*** akamyshnikova has quit IRC | 14:05 | |
*** rharwood has joined #openstack-dev | 14:08 | |
*** alunduil has joined #openstack-dev | 14:09 | |
*** baubau has joined #openstack-dev | 14:10 | |
*** baubau has left #openstack-dev | 14:10 | |
lbragstad | hey 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-dev | 14:11 | |
*** _TheDodd_ has joined #openstack-dev | 14:12 | |
*** utlemming has joined #openstack-dev | 14:12 | |
*** jcoufal has joined #openstack-dev | 14:12 | |
openstackgerrit | A change was merged to openstack/python-neutronclient: Remove commented out code https://review.openstack.org/36724 | 14:13 |
openstackgerrit | A change was merged to openstack/neutron: Improve DHCP agent performance https://review.openstack.org/28914 | 14:13 |
*** pjd has quit IRC | 14:14 | |
*** sballe has quit IRC | 14:14 | |
*** slagle has quit IRC | 14:15 | |
*** slagle has joined #openstack-dev | 14:15 | |
*** litong has joined #openstack-dev | 14:15 | |
*** vkmc has quit IRC | 14:17 | |
*** markmcclain has joined #openstack-dev | 14:17 | |
*** anteaya has quit IRC | 14:17 | |
dims | lbragstad, thanks will take a look | 14:17 |
lbragstad | dims: thank you sir | 14:17 |
*** mmagr has quit IRC | 14:17 | |
*** markmc has joined #openstack-dev | 14:18 | |
*** pjd has joined #openstack-dev | 14:18 | |
*** krtaylor has joined #openstack-dev | 14:18 | |
*** FunnyLookinHat has joined #openstack-dev | 14:19 | |
*** pjd has quit IRC | 14:21 | |
*** ndipanov has quit IRC | 14:22 | |
*** mdomsch has joined #openstack-dev | 14:22 | |
*** pjd has joined #openstack-dev | 14:23 | |
*** cliu has joined #openstack-dev | 14:25 | |
*** pabelanger_ has joined #openstack-dev | 14:25 | |
*** aeperezt_ has joined #openstack-dev | 14:25 | |
*** armax has joined #openstack-dev | 14:26 | |
*** aeperezt_ has quit IRC | 14:26 | |
*** pabelanger_ has quit IRC | 14:26 | |
*** pabelanger_ has joined #openstack-dev | 14:26 | |
*** galstrom_zzz is now known as galstrom | 14:26 | |
*** pabelanger has quit IRC | 14:26 | |
*** pabelanger_ is now known as pabelanger | 14:27 | |
*** eglynn has quit IRC | 14:27 | |
*** pabelanger_ has joined #openstack-dev | 14:27 | |
*** aeperezt_ has joined #openstack-dev | 14:27 | |
*** pabelanger has quit IRC | 14:28 | |
*** pjd has quit IRC | 14:28 | |
*** pabelanger has joined #openstack-dev | 14:28 | |
*** pabelanger has joined #openstack-dev | 14:28 | |
*** koolhead17 has joined #openstack-dev | 14:28 | |
*** koolhead17 has joined #openstack-dev | 14:28 | |
*** aeperezt_ has quit IRC | 14:29 | |
*** anteaya has joined #openstack-dev | 14:29 | |
*** bdpayne has joined #openstack-dev | 14:31 | |
*** jvrbanac has joined #openstack-dev | 14:31 | |
*** michchap_ has quit IRC | 14:34 | |
*** rharwood has quit IRC | 14:35 | |
*** ndipanov has joined #openstack-dev | 14:35 | |
*** michchap has joined #openstack-dev | 14:35 | |
*** sballe has joined #openstack-dev | 14:36 | |
*** woodspa has joined #openstack-dev | 14:37 | |
*** jaimegil has quit IRC | 14:37 | |
*** spzala has joined #openstack-dev | 14:37 | |
*** crank has quit IRC | 14:37 | |
*** tmmt has joined #openstack-dev | 14:37 | |
*** michchap has quit IRC | 14:38 | |
*** michchap has joined #openstack-dev | 14:39 | |
*** pjd has joined #openstack-dev | 14:40 | |
*** zhiyan has joined #openstack-dev | 14:41 | |
*** alunduil has quit IRC | 14:41 | |
*** zhiyan has quit IRC | 14:42 | |
openstackgerrit | A change was merged to openstack/keystone: Pass on arguments on Base.get_session https://review.openstack.org/29334 | 14:42 |
*** bdpayne has quit IRC | 14:42 | |
*** souvik has joined #openstack-dev | 14:43 | |
*** Guest88374 is now known as xarg | 14:43 | |
*** koolhead17 has quit IRC | 14:44 | |
*** xarg is now known as Guest59922 | 14:44 | |
*** salv-orlando has quit IRC | 14:44 | |
*** fmanco has joined #openstack-dev | 14:44 | |
*** danwent has joined #openstack-dev | 14:45 | |
*** pjd has quit IRC | 14:46 | |
*** rharwood has joined #openstack-dev | 14:46 | |
*** datsun180b has joined #openstack-dev | 14:46 | |
*** pjd has joined #openstack-dev | 14:47 | |
*** kdas__ has joined #openstack-dev | 14:47 | |
openstackgerrit | A change was merged to openstack/glance: On deleting an image, its image_tags are not deleted. https://review.openstack.org/35270 | 14:47 |
*** kushal has quit IRC | 14:48 | |
*** andrewbogott is now known as andrewbogott_afk | 14:48 | |
*** kdas__ is now known as kushal | 14:49 | |
*** kushal has joined #openstack-dev | 14:49 | |
*** rnirmal has joined #openstack-dev | 14:50 | |
*** redbeard2 has joined #openstack-dev | 14:51 | |
boris-42 | markmc ping | 14:52 |
markmc | boris-42, yep? | 14:53 |
*** eglynn has joined #openstack-dev | 14:53 | |
*** mrodden1 has quit IRC | 14:53 | |
boris-42 | markmc ok we have removed all code about db archiving from sqlalchemy utilities that are in Oslo | 14:53 |
boris-42 | markmc that code was discussable and should be rethink | 14:53 |
boris-42 | markmc could you take a look one more time on patches? | 14:53 |
*** lloydde has joined #openstack-dev | 14:53 | |
*** dolphm has quit IRC | 14:54 | |
markmc | boris-42, they're in the queue, I'll try and get to them; hopefully other oslo-core folks will to | 14:56 |
boris-42 | markmc some of these patches was already approved | 14:56 |
*** rwsu-afk is now known as rwsu | 14:56 | |
*** topol has quit IRC | 14:56 | |
*** koolhead17 has joined #openstack-dev | 14:56 | |
*** souvik has quit IRC | 14:57 | |
*** pdevine has joined #openstack-dev | 14:59 | |
openstackgerrit | A change was merged to openstack/keystone: Imported Translations from Transifex https://review.openstack.org/36297 | 15:00 |
*** jrclouda has joined #openstack-dev | 15:01 | |
*** jrclouda is now known as zackf | 15:02 | |
*** zhiyan has joined #openstack-dev | 15:02 | |
*** henrynash has joined #openstack-dev | 15:03 | |
*** jecarey__ has joined #openstack-dev | 15:03 | |
openstackgerrit | A change was merged to openstack-dev/grenade: Allow target exercises to run independently https://review.openstack.org/36513 | 15:03 |
*** SergeyLukjanov has joined #openstack-dev | 15:03 | |
*** jecarey_ has quit IRC | 15:04 | |
*** matiu has quit IRC | 15:04 | |
*** reidrac has left #openstack-dev | 15:04 | |
henrynash | dolphm, gyee, ayoung, bknudson: OS-INHERIT implement ion is up for review at https://review.openstack.org/#/c/35986/ | 15:04 |
*** dolphm has joined #openstack-dev | 15:04 | |
*** lukego has quit IRC | 15:06 | |
*** matiu has joined #openstack-dev | 15:06 | |
*** wcmarsha_ has quit IRC | 15:06 | |
*** andrewbogott_afk is now known as andrewbogott | 15:06 | |
*** zhiyan has quit IRC | 15:07 | |
*** zul has quit IRC | 15:07 | |
*** otherwiseguy has joined #openstack-dev | 15:07 | |
*** zul has joined #openstack-dev | 15:07 | |
*** mrodden has joined #openstack-dev | 15:08 | |
*** ifarkas has quit IRC | 15:09 | |
*** ayoung-zZzZzZz is now known as ayoung-afk | 15:10 | |
*** fmanco has quit IRC | 15:10 | |
*** anteaya has quit IRC | 15:12 | |
iartarisi | where 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 |
jpich | iartarisi: Probably in https://github.com/gabrielhurley/django_openstack_auth (the project is currently being moved to Gerrit) | 15:15 |
iartarisi | jpich: ah, actually I'm more interested in Grizzly code | 15:15 |
*** vkmc has joined #openstack-dev | 15:16 | |
*** matrohon has quit IRC | 15:16 | |
iartarisi | any idea how that was done in the previous release? | 15:16 |
openstackgerrit | A change was merged to openstack/python-swiftclient: Allow setting # of retries in the binary https://review.openstack.org/36139 | 15:17 |
jpich | iartarisi: This was also used in grizzly, you'll need to compare version numbers to get to the specific version a grizzly install would be using | 15:17 |
iartarisi | ah, alright | 15:18 |
iartarisi | I'll look, thanks! | 15:18 |
jpich | You're welcome | 15:18 |
*** dprince has quit IRC | 15:21 | |
*** pmathews has joined #openstack-dev | 15:21 | |
*** wcmarsha_ has joined #openstack-dev | 15:22 | |
*** jgallard has quit IRC | 15:24 | |
*** jgallard has joined #openstack-dev | 15:25 | |
*** 77CAALZEU has joined #openstack-dev | 15:28 | |
*** 8OWAAJGVA has joined #openstack-dev | 15:28 | |
*** perfectsine has joined #openstack-dev | 15:30 | |
*** jrclouda has joined #openstack-dev | 15:30 | |
*** branen__ has joined #openstack-dev | 15:31 | |
*** fmanco has joined #openstack-dev | 15:31 | |
*** corXi has quit IRC | 15:31 | |
*** Mandell_ has quit IRC | 15:32 | |
*** gyee has joined #openstack-dev | 15:32 | |
*** lloydde has quit IRC | 15:32 | |
*** amohn9 has joined #openstack-dev | 15:32 | |
*** zackf has quit IRC | 15:33 | |
*** henrynash has quit IRC | 15:34 | |
*** branen_ has quit IRC | 15:34 | |
*** henrynash has joined #openstack-dev | 15:37 | |
*** ffio_ has quit IRC | 15:39 | |
*** jcoufal has quit IRC | 15:39 | |
*** zhiyan has joined #openstack-dev | 15:39 | |
*** terriyu has joined #openstack-dev | 15:40 | |
openstackgerrit | A change was merged to openstack/swift: make internal client metadata methods return dicts with lower case keys https://review.openstack.org/36338 | 15:42 |
*** terryh has joined #openstack-dev | 15:43 | |
*** zoresvit has quit IRC | 15:43 | |
*** ffio has joined #openstack-dev | 15:44 | |
*** xarg_ is now known as xarg | 15:44 | |
*** mlavalle has joined #openstack-dev | 15:45 | |
mordred | zigo, boris-42, mikal, jog0-away, dripton: you guys may want to add stackforge/sqlalchemy-migrate | 15:46 |
mordred | to your watched projects list | 15:46 |
zigo | mordred: Saw it, that's great! :) | 15:46 |
dripton | ok thanks mordred | 15:46 |
boris-42 | mordred thank you | 15:46 |
*** xmltok has joined #openstack-dev | 15:46 | |
zigo | boris-42: Feel free to ping me whenever you have a new release and wish that I upload it to Debian. | 15:47 |
boris-42 | zigo thanks we will publish some patches soon | 15:48 |
*** fbo_away is now known as fbo | 15:48 | |
*** rnirmal has quit IRC | 15:49 | |
*** rnirmal has joined #openstack-dev | 15:49 | |
*** psedlak has quit IRC | 15:49 | |
*** bdpayne has joined #openstack-dev | 15:50 | |
gyee | dolphm, ayoung, want to take another look at this? https://review.openstack.org/#/c/33858/ | 15:50 |
*** afazekas has quit IRC | 15:50 | |
dolphm | gyee: sure | 15:51 |
*** 77CAALZEU is now known as nachi | 15:52 | |
henrynash | dolphm, 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 IRC | 15:54 | |
*** fbo is now known as fbo_away | 15:54 | |
*** lloydde has joined #openstack-dev | 15:54 | |
gyee | henrynash, looking | 15:54 |
henrynash | gyee:thx | 15:54 |
*** MaxV has quit IRC | 15:55 | |
*** alop has joined #openstack-dev | 15:55 | |
gyee | dolphm, henrynash, what's the proper way to do extension, by a configurable flag or contrib? | 15:55 |
*** xqueralt is now known as xqueralt-afk | 15:56 | |
henrynash | gyee: so I modelled it on Trusts…since it is so integrated with existing roles assignment code | 15:56 |
gyee | I was under the impression that we need to park the extensions in contrib, but OS-TRUST didn't following that pattern | 15:56 |
*** reed has joined #openstack-dev | 15:57 | |
*** anteaya has joined #openstack-dev | 15:57 | |
openstackgerrit | A change was merged to openstack/nova: Cells: Make bandwidth_update_interval configurable https://review.openstack.org/36507 | 15:58 |
*** jgallard has quit IRC | 15:58 | |
*** sthaha has quit IRC | 15:58 | |
*** devoid has joined #openstack-dev | 15:59 | |
*** pdevine has quit IRC | 15:59 | |
henrynash | gyee, 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 way | 15:59 |
*** freedomhui has joined #openstack-dev | 15:59 | |
*** jprovazn has quit IRC | 16:00 | |
*** fmanco has quit IRC | 16:01 | |
*** martine_ has quit IRC | 16:01 | |
*** martine_ has joined #openstack-dev | 16:02 | |
dolphm | gyee: 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 code | 16:02 |
*** zhiyan has quit IRC | 16:02 | |
*** 8OWAAJGVA has quit IRC | 16:03 | |
*** nachi has quit IRC | 16:03 | |
*** ndipanov has quit IRC | 16:03 | |
*** zhiyan has joined #openstack-dev | 16:04 | |
*** michchap has quit IRC | 16:04 | |
*** jecarey__ has quit IRC | 16:04 | |
*** martyntaylor1 has quit IRC | 16:04 | |
*** zaitcev has joined #openstack-dev | 16:04 | |
*** nati_ueno has joined #openstack-dev | 16:05 | |
*** jecarey_ has joined #openstack-dev | 16:05 | |
*** mrodden1 has joined #openstack-dev | 16:05 | |
gyee | dolphm, agreed, but in general the code should be in contrib if possible right? | 16:05 |
dolphm | gyee: sure | 16:06 |
*** pdevine has joined #openstack-dev | 16:06 | |
*** armax has quit IRC | 16:07 | |
*** krtaylor has quit IRC | 16:07 | |
*** mrodden has quit IRC | 16:08 | |
*** zhiyan has quit IRC | 16:08 | |
*** markwash has quit IRC | 16:08 | |
*** henrynash has quit IRC | 16:08 | |
*** bismigalis has quit IRC | 16:08 | |
stevemar | dtroyer, just updated https://review.openstack.org/#/c/36772/ if you want to push it through | 16:09 |
*** iartarisi has quit IRC | 16:09 | |
stevemar | dtroyer_zz, ^ | 16:09 |
dtroyer_zz | stevemar: thanks, got it. | 16:10 |
*** wcmarsha_ has quit IRC | 16:10 | |
*** henrynash has joined #openstack-dev | 16:11 | |
henrynash | gyee, dolphm: so where does that leave os-inherit? (Most of) the code is all about modifying the way role assignments are interpreted | 16:11 |
*** SergeyLukjanov has quit IRC | 16:11 | |
*** danpb has quit IRC | 16:12 | |
openstackgerrit | A change was merged to openstack/python-openstackclient: Remove api = apiName calls from each method https://review.openstack.org/36772 | 16:12 |
*** arezmerita has quit IRC | 16:12 | |
*** seagulls has quit IRC | 16:13 | |
dolphm | henrynash: you can intercept those api calls in middleware and respond to them | 16:13 |
gyee | henrynash, yeah, still going through your code, not sure how tough it is to have a clean isolation | 16:14 |
*** beagles has joined #openstack-dev | 16:14 | |
henrynash | dolphm: the apis calls are easy. The real meat is in a) extending metadata in the driver level and then interpreting that in the controller | 16:14 |
*** sandywalsh has quit IRC | 16:15 | |
*** jasdeepH has joined #openstack-dev | 16:16 | |
henrynash | dolphm, gyee: could certainly move the router intercepts into contrib, but I don't think that is solving much of a problem | 16:16 |
*** zhiyan has joined #openstack-dev | 16:16 | |
dolphm | henrynash: refactor metadata into something more explicit first? (actual indexed columns in sql, for example) | 16:16 |
*** pmathews has quit IRC | 16:17 | |
*** sudorandom has joined #openstack-dev | 16:18 | |
*** hemnafk is now known as hemna_ | 16:18 | |
henrynash | dolphm: 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 |
henrynash | dolphm: so that's quite generic | 16:19 |
*** anniec has quit IRC | 16:19 | |
henrynash | dolphm: my previous rationalisation change hides and such change within the driver layer | 16:20 |
*** zhiyan has quit IRC | 16:21 | |
*** zhiyan has joined #openstack-dev | 16:22 | |
*** wcmarsha_ has joined #openstack-dev | 16:22 | |
*** freedomhui has quit IRC | 16:22 | |
*** danwent has quit IRC | 16:22 | |
dolphm | henrynash: let me go read the spec again and get back to you | 16:25 |
henrynash | dolphm: take a quick glance at my change as well, you'll get the idea as to where the meat is | 16:26 |
*** BobBall is now known as BobBall_Away | 16:26 | |
*** joshuamckenty has joined #openstack-dev | 16:26 | |
*** alexxu has quit IRC | 16:27 | |
*** beagles has quit IRC | 16:27 | |
*** jasdeepH has quit IRC | 16:28 | |
*** jasdeepH has joined #openstack-dev | 16:28 | |
dolphm | henrynash: ran into this on the way into identity-api https://review.openstack.org/#/c/36858/ | 16:29 |
openstackgerrit | A change was merged to openstack-dev/devstack: Configure swift functional test suite. https://review.openstack.org/35793 | 16:29 |
*** nati_ueno has quit IRC | 16:29 | |
*** alunduil has joined #openstack-dev | 16:29 | |
*** tjones has joined #openstack-dev | 16:29 | |
openstackgerrit | A change was merged to openstack/nova: Fix formatting errors in documentation https://review.openstack.org/35876 | 16:30 |
*** danwent has joined #openstack-dev | 16:31 | |
*** sandywalsh has joined #openstack-dev | 16:31 | |
*** sleepsonthefloor has quit IRC | 16:33 | |
*** pdevine has quit IRC | 16:33 | |
*** jrclouda is now known as zackf | 16:33 | |
henrynash | dolphm, 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 IRC | 16:34 | |
*** michchap has joined #openstack-dev | 16:34 | |
*** utlemming has quit IRC | 16:34 | |
dolphm | henrynash: git clean -xdf will remove any *.pyc files, but also anything else that's untracked | 16:34 |
*** Alexei_987 has quit IRC | 16:35 | |
*** pmathews has joined #openstack-dev | 16:35 | |
dolphm | henrynash: or... find . -name "*.pyc" -exec rm -rf {} \; | 16:35 |
mordred | dolphm, henrynash find . -type f -name "*.pyc" -delete | 16:35 |
henrynash | dolphm: right, thanks | 16:35 |
mordred | that's in nova's run_tests.sh and I'm working on a patch to add it to be run by tox | 16:36 |
*** colinmcnamara has joined #openstack-dev | 16:36 | |
*** beagles has joined #openstack-dev | 16:36 | |
*** krtaylor has joined #openstack-dev | 16:36 | |
dolphm | mordred: that'd be nice | 16:36 |
*** safchain_ has quit IRC | 16:36 | |
mordred | dolphm: although I think it shold actually be find . -type f -name '*.pyc' -delete | 16:36 |
*** topol has joined #openstack-dev | 16:36 | |
dolphm | mordred: yeah, yours is better than mine | 16:37 |
*** SergeyLukjanov has joined #openstack-dev | 16:37 | |
*** cmark_ has quit IRC | 16:37 | |
*** cmark has joined #openstack-dev | 16:38 | |
*** henrynash has quit IRC | 16:40 | |
*** sunnstorm7 has joined #openstack-dev | 16:41 | |
*** mjfs has joined #openstack-dev | 16:41 | |
*** JordanP has quit IRC | 16:41 | |
*** henrynash has joined #openstack-dev | 16:42 | |
*** ek6 has joined #openstack-dev | 16:42 | |
*** kenperkins_ has joined #openstack-dev | 16:42 | |
*** mjfork_ has joined #openstack-dev | 16:42 | |
*** Madkiss_ has joined #openstack-dev | 16:42 | |
*** Madkiss has quit IRC | 16:42 | |
*** Madkiss_ is now known as Madkiss | 16:42 | |
*** sc68cal_ has joined #openstack-dev | 16:43 | |
*** xmltok_ has joined #openstack-dev | 16:43 | |
*** jjmb1 has joined #openstack-dev | 16:43 | |
*** lloydde_ has joined #openstack-dev | 16:43 | |
*** BStokes999 has joined #openstack-dev | 16:43 | |
gyee | henrynash, staring at all the metadata tables make my head spin, we really need to consolidate this | 16:44 |
*** michchap has quit IRC | 16:44 | |
henrynash | gyee: I know…I was planning to do this for IceHouse.. | 16:44 |
*** DuncanT- has joined #openstack-dev | 16:44 | |
gyee | henrynash, for that you'll earn a purple heart :) | 16:45 |
henrynash | gyee: we could do it for H3, although quite a lot of DB changes…not sure it is right move | 16:45 |
*** jpich has quit IRC | 16:46 | |
*** devanand1 has joined #openstack-dev | 16:46 | |
*** jculp_ has joined #openstack-dev | 16:46 | |
*** isd has joined #openstack-dev | 16:46 | |
*** msmedved has quit IRC | 16:47 | |
*** clayg_ has joined #openstack-dev | 16:47 | |
*** mrodden1 is now known as mrodden | 16:49 | |
*** jdbarry_ has joined #openstack-dev | 16:49 | |
*** fboz has joined #openstack-dev | 16:49 | |
*** fboz is now known as fbo | 16:49 | |
*** dhellman_ has joined #openstack-dev | 16:50 | |
*** CJM has joined #openstack-dev | 16:50 | |
*** Mandell has joined #openstack-dev | 16:50 | |
*** dhellmann_ has joined #openstack-dev | 16:50 | |
*** krtaylor has quit IRC | 16:50 | |
*** alunduil has quit IRC | 16:50 | |
*** martine_ has quit IRC | 16:50 | |
*** lloydde has quit IRC | 16:50 | |
*** xmltok has quit IRC | 16:50 | |
*** zul has quit IRC | 16:50 | |
*** markmc has quit IRC | 16:50 | |
*** RajeshMohan has quit IRC | 16:50 | |
*** benonsoftware has quit IRC | 16:50 | |
*** ArchNemesis has quit IRC | 16:50 | |
*** derekh has quit IRC | 16:50 | |
*** CrackerJackMack has quit IRC | 16:50 | |
*** jculp has quit IRC | 16:50 | |
*** gsilvis has quit IRC | 16:50 | |
*** jdurgin has quit IRC | 16:50 | |
*** mjfork has quit IRC | 16:50 | |
*** morganfainberg has quit IRC | 16:50 | |
*** sc68cal has quit IRC | 16:50 | |
*** jjmb has quit IRC | 16:50 | |
*** kenperkins has quit IRC | 16:50 | |
*** BStokes has quit IRC | 16:50 | |
*** DuncanT has quit IRC | 16:50 | |
*** dhellmann has quit IRC | 16:50 | |
*** fbo_away has quit IRC | 16:51 | |
*** sdague has quit IRC | 16:51 | |
*** Hien has quit IRC | 16:51 | |
*** Adri2000 has quit IRC | 16:51 | |
*** ek6_ has quit IRC | 16:51 | |
*** clayg has quit IRC | 16:51 | |
*** jdbarry has quit IRC | 16:51 | |
*** devananda has quit IRC | 16:51 | |
*** dhellmann_ is now known as dhellmann | 16:51 | |
*** jdbarry_ is now known as jdbarry | 16:51 | |
*** dhellmann has quit IRC | 16:51 | |
*** dhellman_ has quit IRC | 16:51 | |
*** RajeshMohan has joined #openstack-dev | 16:51 | |
*** dhellmann has joined #openstack-dev | 16:51 | |
*** Adri2000 has joined #openstack-dev | 16:51 | |
*** Hien has joined #openstack-dev | 16:52 | |
*** benonsoftware has joined #openstack-dev | 16:54 | |
*** gsilvis has joined #openstack-dev | 16:54 | |
*** nati_ueno has joined #openstack-dev | 16:55 | |
*** burt has quit IRC | 16:55 | |
*** alunduil has joined #openstack-dev | 16:57 | |
*** zul has joined #openstack-dev | 16:57 | |
*** krtaylor has joined #openstack-dev | 16:57 | |
*** danwent has quit IRC | 16:58 | |
*** derekh has joined #openstack-dev | 16:58 | |
*** markmc has joined #openstack-dev | 16:58 | |
*** sdague has joined #openstack-dev | 16:58 | |
*** morganfainberg has joined #openstack-dev | 16:58 | |
*** ArchNemesis has joined #openstack-dev | 16:58 | |
*** rods2 has joined #openstack-dev | 16:59 | |
*** jdurgin has joined #openstack-dev | 16:59 | |
*** woodspa_ has joined #openstack-dev | 16:59 | |
*** tong|2 has joined #openstack-dev | 16:59 | |
*** jasdeepH_ has joined #openstack-dev | 17:00 | |
*** devoid1 has joined #openstack-dev | 17:00 | |
*** mestery_ has joined #openstack-dev | 17:01 | |
*** andrea_r1z has joined #openstack-dev | 17:01 | |
*** jrclouda has joined #openstack-dev | 17:01 | |
*** kenperkins has joined #openstack-dev | 17:02 | |
*** mjfs is now known as martine_ | 17:02 | |
*** jrclouda is now known as zckf | 17:03 | |
*** alop_ has joined #openstack-dev | 17:04 | |
*** rods1 has quit IRC | 17:04 | |
*** jasdeepH has quit IRC | 17:04 | |
*** devoid has quit IRC | 17:04 | |
*** zackf has quit IRC | 17:04 | |
*** andrea_roz has quit IRC | 17:04 | |
*** alop has quit IRC | 17:04 | |
*** ZangMingJie has quit IRC | 17:04 | |
*** kenperkins_ has quit IRC | 17:04 | |
*** sunnstorm7 has quit IRC | 17:04 | |
*** litong has quit IRC | 17:04 | |
*** tmclaugh[work] has quit IRC | 17:04 | |
*** antigluk has quit IRC | 17:04 | |
*** krtaylor has quit IRC | 17:04 | |
*** wcmarsha_ has quit IRC | 17:04 | |
*** woodspa has quit IRC | 17:04 | |
*** toabctl has quit IRC | 17:04 | |
*** dkranz has quit IRC | 17:04 | |
*** mestery has quit IRC | 17:04 | |
*** jasdeepH_ is now known as jasdeepH | 17:04 | |
*** alop_ is now known as alop | 17:04 | |
*** isd has quit IRC | 17:04 | |
*** krtaylor_ has joined #openstack-dev | 17:04 | |
*** utlemming has joined #openstack-dev | 17:04 | |
*** dkranz has joined #openstack-dev | 17:05 | |
*** antigluk has joined #openstack-dev | 17:05 | |
*** toabctl has joined #openstack-dev | 17:05 | |
*** athomas has quit IRC | 17:06 | |
*** isd has joined #openstack-dev | 17:06 | |
*** wcmarsha_ has joined #openstack-dev | 17:06 | |
*** Ryan_Lane has quit IRC | 17:07 | |
mordred | dolphm, henrynash: even better | 17:07 |
mordred | export PYTHONDONTWRITEBYTECODE=1 | 17:07 |
mordred | and the pyc files don't get written in the first place | 17:07 |
*** vkmc has quit IRC | 17:07 | |
dolphm | ha | 17:08 |
* mordred was just about finished adding the remove pyc files feature to tox | 17:08 | |
henrynash | who needs pesky byte codes anyway…. | 17:08 |
mordred | realized we can just drop PYTHONDONTWRITEBYTECODE=1 into our tox.ini files and into our run_tests.sh files | 17:08 |
mordred | I would say that these days the bytecode files are more trouble than they are worth | 17:08 |
*** benrodrigue_ has joined #openstack-dev | 17:08 | |
*** ZangMingJie has joined #openstack-dev | 17:09 | |
*** sandywalsh has quit IRC | 17:11 | |
*** michchap has joined #openstack-dev | 17:11 | |
*** ivoks has quit IRC | 17:12 | |
*** derekh has quit IRC | 17:13 | |
*** ivoks has joined #openstack-dev | 17:13 | |
*** yolanda has quit IRC | 17:13 | |
*** joshuamckenty has quit IRC | 17:16 | |
*** salv-orlando has joined #openstack-dev | 17:18 | |
*** clayg_ is now known as clayg | 17:18 | |
*** danwent has joined #openstack-dev | 17:19 | |
*** shri1 has joined #openstack-dev | 17:19 | |
*** ffio_ has joined #openstack-dev | 17:19 | |
*** shri1 has left #openstack-dev | 17:19 | |
*** ffio has quit IRC | 17:20 | |
*** sballe has quit IRC | 17:20 | |
*** markwash has joined #openstack-dev | 17:21 | |
*** michchap has quit IRC | 17:22 | |
*** colinmcnamara has quit IRC | 17:23 | |
*** sandywalsh has joined #openstack-dev | 17:23 | |
*** mlavalle has quit IRC | 17:24 | |
*** AnilV4 has quit IRC | 17:26 | |
*** xmltok_ has quit IRC | 17:28 | |
*** xmltok has joined #openstack-dev | 17:28 | |
openstackgerrit | A change was merged to openstack/nova: Add support for live_snapshot in compute https://review.openstack.org/33697 | 17:32 |
*** isd has quit IRC | 17:32 | |
*** sleepsonthefloor has joined #openstack-dev | 17:32 | |
*** sballe has joined #openstack-dev | 17:33 | |
*** cp16net|away is now known as cp16net | 17:37 | |
*** ayoung-afk is now known as ayoung | 17:37 | |
*** isd has joined #openstack-dev | 17:38 | |
*** colinmcnamara has joined #openstack-dev | 17:38 | |
*** mjfork has joined #openstack-dev | 17:40 | |
*** mjfork_ has quit IRC | 17:41 | |
*** mestery_ is now known as mestery | 17:43 | |
*** pdevine has joined #openstack-dev | 17:45 | |
*** xmltok_ has joined #openstack-dev | 17:48 | |
*** markwash_ has joined #openstack-dev | 17:49 | |
*** michchap has joined #openstack-dev | 17:50 | |
*** markwash has quit IRC | 17:51 | |
*** markwash_ is now known as markwash | 17:51 | |
*** mlavalle has joined #openstack-dev | 17:51 | |
*** jpmelos_ has joined #openstack-dev | 17:51 | |
*** xmltok has quit IRC | 17:52 | |
*** msmedved has joined #openstack-dev | 17:53 | |
*** Ryan_Lane has joined #openstack-dev | 17:58 | |
henrynash | dolphm, 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 |
henrynash | dolphm, ayoung: we didn't fix up the group_project_metadata table's FK to the old tenant table | 18:00 |
*** johnthetubaguy has quit IRC | 18:01 | |
*** sarob has joined #openstack-dev | 18:01 | |
dolphm | henrynash: i posted something on the list last night about sqlite & migrations .. | 18:01 |
henrynash | dolphm: yes, saw that..I"ll all for that…it is such a pain | 18:02 |
*** otherwiseguy has quit IRC | 18:02 | |
*** michchap has quit IRC | 18:02 | |
*** sarob has quit IRC | 18:03 | |
*** lucasagomes has quit IRC | 18:03 | |
henrynash | dolphm: 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-dev | 18:03 | |
*** amohn9 has quit IRC | 18:03 | |
*** kushal has quit IRC | 18:03 | |
dolphm | henrynash: developers? not today | 18:04 |
*** andrewbogott is now known as andrewbogott_afk | 18:06 | |
morganfainberg | dolphm: 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 |
henrynash | dolphm: 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 later | 18:06 |
*** mkollaro has quit IRC | 18:07 | |
morganfainberg | as long as gate uses mysql/postgres that is. | 18:07 |
*** vkmc has joined #openstack-dev | 18:07 | |
dolphm | morganfainberg: i'd be in favor of that, as long as we get the gate testing against mysql/postgresql first | 18:07 |
morganfainberg | right. | 18:07 |
*** hugokuo has left #openstack-dev | 18:07 | |
ayoung | gyee 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 IRC | 18:07 | |
henrynash | ayoung: looking | 18:08 |
ayoung | henrynash, and dolphm and I'd appreciate it if if one of you two could approve https://review.openstack.org/#/c/34967/ | 18:08 |
dolphm | ayoung: looking | 18:08 |
morganfainberg | dolphm: 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 IRC | 18:10 | |
*** jecarey_ has quit IRC | 18:10 | |
morganfainberg | but i'm willing to help get us there if I can. | 18:10 |
*** Mandell has quit IRC | 18:10 | |
*** jecarey_ has joined #openstack-dev | 18:10 | |
*** LetoH_ has quit IRC | 18:11 | |
*** sarob has joined #openstack-dev | 18:11 | |
*** afazekas has joined #openstack-dev | 18:11 | |
ayoung | morganfainberg, I can help | 18:13 |
morganfainberg | ayoung: cool. | 18:13 |
henrynash | ayoung: 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 |
ayoung | henrynash, when we get there, I think that code will go away | 18:14 |
morganfainberg | ayoung: 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 |
henrynash | ayoung: ok, fair enough | 18:15 |
ayoung | morganfainberg, sounds good. I don;t want to introduce mysql and postgres into the unit tests normal running as they are way too slow | 18:15 |
morganfainberg | ayoung: that sounds fair. slow tests are slow | 18:15 |
ayoung | morganfainberg, even sqlite against a filesystem backend is too slow, I run mine in memory | 18:15 |
gyee | ayoung, sorry I was afk, looking now | 18:16 |
*** navid has joined #openstack-dev | 18:16 | |
gyee | ayoung, I've got a feel we need to update a doc somewhere on how to register an extension | 18:18 |
gyee | feeling | 18:18 |
henrynash | ayoung: did you see the issue I posted earlier on sqlite and the 015 (tenant->project) migration? | 18:18 |
*** caaasey has joined #openstack-dev | 18:19 | |
ayoung | gyee, 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-dev | 18:19 | |
ayoung | gyee, for example, this review: https://review.openstack.org/#/c/36731/ | 18:19 |
*** colinmcnamara has quit IRC | 18:19 | |
ayoung | henrynash, I tend to agree with dolph that we should stop testing migrations on sqlite | 18:20 |
gyee | ayoung, yeah, make sense | 18:20 |
*** caaasey has left #openstack-dev | 18:20 | |
henrynash | ayoung: agreed in principle, but how will developers run test_sql_upgrade….I doubt all of them have mysql or postgresql installed | 18:21 |
ayoung | henrynash, so long as we run that on gate, I think we will be OK | 18:21 |
ayoung | developers doing migations should be required to run that, and annotate it in review requests | 18:21 |
gyee | ayoung, henrynash, then why are we even wasting time on sqlite? | 18:22 |
*** amohn9 has joined #openstack-dev | 18:22 | |
ayoung | gyee, I think the fast unit tests on sqlite in memory are worth it, just not the migrations | 18:23 |
*** radez is now known as radez_g0n3 | 18:23 | |
ayoung | the 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 migration | 18:23 |
*** lbragstad has quit IRC | 18:23 | |
*** jtomasek has quit IRC | 18:23 | |
henrynash | ayoung: 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 |
ayoung | and by unit tests, i mean test_sql_backend and the other more comprehensive tests | 18:23 |
ayoung | henrynash, 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 setup | 18:24 |
ayoung | migrations should be run against both, which is why they are lumped into a single file: | 18:25 |
*** spzala has quit IRC | 18:25 | |
henrynash | ayoung: 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 think | 18:25 |
*** Leto2 has joined #openstack-dev | 18:27 | |
ayoung | henrynash, yes, agreed. | 18:27 |
ayoung | henrynash, 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 gate | 18:28 |
*** michchap has joined #openstack-dev | 18:28 | |
ayoung | morganfainberg, http://adam.younglogic.com/2013/04/database-tests-keystone/ | 18:29 |
henrynash | ayoung: 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 |
henrynash | ayoung: sorry, in the other grant api calls (in assignments/backends/sql.py) | 18:30 |
ayoung | gyee, can you rebase https://review.openstack.org/#/c/34421/ | 18:31 |
gyee | ayoung, yeah, I need to address dolphm comments on the v3 review first | 18:32 |
morganfainberg | ayoung: awesome. thanks for the link. | 18:32 |
openstackgerrit | A change was merged to openstack/cinder: Enable zero the snapshot when delete snapshot in LVMVolumeDriver https://review.openstack.org/36506 | 18:33 |
ayoung | henrynash, 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 call | 18:33 |
*** lbragstad has joined #openstack-dev | 18:34 | |
ayoung | but in get grant, I could se the argument that icould move the session creation down | 18:34 |
ayoung | gyee, 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 spurious | 18:35 |
ayoung | henrynash, I think you are right, I should move the create session down on those calls. Nice catch | 18:36 |
henrynash | ayoung: I did mean t post that on a previous review, but didn't press the review button to push up my comments..sorry | 18:36 |
ayoung | henrynash, np. | 18:37 |
*** diogogmt has joined #openstack-dev | 18:38 | |
*** krtaylor_ has quit IRC | 18:38 | |
gyee | ayoung, I am working on the v3 patch, should be done shortly | 18:39 |
*** michchap has quit IRC | 18:40 | |
jaypipes | comstud: very interesting... | 18:40 |
ayoung | henrynash, any other issues with that patch? If not, I'll post the fix | 18:41 |
jaypipes | comstud: didn't think of that, but yeah, Noop on the API and DbQuotaDriver on the cell would work... | 18:41 |
*** xmltok_ has quit IRC | 18:41 | |
jaypipes | comstud: 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 IRC | 18:42 | |
*** jvrbanac has joined #openstack-dev | 18:42 | |
*** xmltok has joined #openstack-dev | 18:42 | |
sdague | jgriffith: so that euca devstack exercise issue that pops up from time to time, turns out we can trigger it a lot in grenade | 18:46 |
*** terryh has quit IRC | 18:46 | |
sdague | jgriffith: 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 |
uvirtbot | Launchpad bug 1189595 in grenade "euca exercise failing after upgrade" [Undecided,In progress] | 18:46 |
*** medberry has joined #openstack-dev | 18:48 | |
*** medberry has quit IRC | 18:48 | |
*** medberry has joined #openstack-dev | 18:48 | |
*** bknudson has joined #openstack-dev | 18:49 | |
*** novas0x2a|laptop has joined #openstack-dev | 18:50 | |
*** matiu_ has joined #openstack-dev | 18:50 | |
*** matiu has quit IRC | 18:54 | |
*** jruzicka has quit IRC | 18:55 | |
openstackgerrit | A change was merged to openstack-infra/devstack-gate: Enable services for gate-grenade-devstack-vm https://review.openstack.org/34262 | 18:56 |
openstackgerrit | A change was merged to openstack/cinder: Update requirements from openstack/requirements. https://review.openstack.org/36753 | 18:56 |
*** wcmarsha_ has quit IRC | 18:56 | |
*** vkmc has quit IRC | 18:56 | |
*** cp16net is now known as cp16net|away | 18:57 | |
*** cp16net|away is now known as cp16net | 18:57 | |
*** lloydde_ has quit IRC | 18:57 | |
*** drewlander has quit IRC | 18:58 | |
ayoung | dolphm, 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 complicated | 18:59 |
ayoung | dolphm, 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 IRC | 19:04 | |
*** rcleere has quit IRC | 19:05 | |
*** sballe has quit IRC | 19:05 | |
*** neelashah has quit IRC | 19:06 | |
*** michchap has joined #openstack-dev | 19:07 | |
*** comay has joined #openstack-dev | 19:07 | |
*** krtaylor_ has joined #openstack-dev | 19:08 | |
*** wcmarsha_ has joined #openstack-dev | 19:09 | |
henrynash | ayoung: 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 |
ayoung | henrynash, yep, and I think that, over time we should do just that | 19:10 |
openstackgerrit | A change was merged to openstack/tempest: Configure a heat security group for testing ssh. https://review.openstack.org/36749 | 19:10 |
ayoung | then the manager becomes the business logic layer, and the drivers are the backend specific code only. As god intended. Sportsmanlike. | 19:10 |
henrynash | ayoung: just like cricket, reallu | 19:12 |
henrynash | ayoung: I think you missed pulling up the get user/group calls in get_grant... | 19:12 |
openstackgerrit | A change was merged to openstack/glance: Allow storage drivers to add metadata to locations https://review.openstack.org/34492 | 19:13 |
ayoung | why yes I did | 19:13 |
*** reed has quit IRC | 19:14 | |
henrynash | dolphm: 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 IRC | 19:19 | |
*** nachi has joined #openstack-dev | 19:20 | |
*** nachi_ has joined #openstack-dev | 19:20 | |
sdague | ttx: you still about? | 19:20 |
sdague | should I send the program description for QA over to -dev for review? | 19:21 |
*** andrewbogott_afk is now known as andrewbogott | 19:21 | |
rcrit | ayoung, ok, you're refreshing the patch faster than I can review it :-0) | 19:21 |
*** prekarat has quit IRC | 19:21 | |
*** martine_ has quit IRC | 19:22 | |
*** martine_ has joined #openstack-dev | 19:22 | |
ayoung | henrynash, what about https://review.openstack.org/#/c/36371/ | 19:23 |
ayoung | rcrit, you see the deltas between two versions like this: https://review.openstack.org/#/c/34967/12..14/keystone/assignment/backends/sql.py | 19:25 |
*** otherwiseguy has joined #openstack-dev | 19:26 | |
rcrit | nice | 19:26 |
ayoung | rcrit, 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 |
ayoung | rcrit, 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 lately | 19:28 |
gyee | ayoung, can you take a look at dolphm's comment here https://review.openstack.org/#/c/33858/20/tests/test_auth.py | 19:28 |
gyee | should we return a 403 or 401 when attempting to rescope a trust token? | 19:28 |
*** nachi_ has quit IRC | 19:28 | |
*** nachi has quit IRC | 19:28 | |
ayoung | gyee, 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 |
ayoung | gyee, 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 |
gyee | ayoung, k, the original test was incorrect then | 19:31 |
gyee | so I corrected it | 19:31 |
gyee | ayoung, yeah, that was my understanding by reading at the code | 19:32 |
henrynash | ayoung: in principle, extensions one looks good…will review more later today…sorry, at a conference… | 19:32 |
ayoung | gyee, 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 IRC | 19:33 | |
gyee | ayoung, I agree | 19:33 |
gyee | ayoung, can you provide some feedback there too? | 19:38 |
stevemar | ayoung, gyee, maybe i'm late to the party, but is something causing keystone tests to fail jenkins? | 19:44 |
stevemar | self.assignment.create_domain(domain_id, domain) ? | 19:45 |
*** michchap has joined #openstack-dev | 19:46 | |
*** bknudson has quit IRC | 19:46 | |
*** tjones has left #openstack-dev | 19:51 | |
*** alop has quit IRC | 19:52 | |
*** alop has joined #openstack-dev | 19:52 | |
ayoung | gyee, will do | 19:54 |
ayoung | stevemar, 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 |
stevemar | ayoung: i didn't rebase with master... give me a sec to rule that out | 19:57 |
stevemar | ayoung: http://logs.openstack.org/29130/31/check/gate-keystone-python26/5119/nose_results.html | 19:58 |
*** jecarey has quit IRC | 19:58 | |
*** jecarey_ has quit IRC | 19:59 | |
*** michchap has quit IRC | 19:59 | |
stevemar | ayoung: there was also a conflict with db version numbering... | 19:59 |
clarkb | jpmelos_: those of us that hack on zuul hang out in #openstack-infra. want to hop over there? | 19:59 |
stevemar | ayoung: someone checked in 027, d'oh | 19:59 |
clarkb | jpmelos_: it does not sleep, instead it is manipulating git trees | 19:59 |
*** ChanServ has quit IRC | 20:02 | |
openstackgerrit | A change was merged to openstack/tempest: Remove version caps from python-fooclient. https://review.openstack.org/36671 | 20:02 |
*** LinuxJedi_ is now known as LinuxJedi | 20:02 | |
*** alexpilotti_ has joined #openstack-dev | 20:02 | |
clarkb | jpmelos_: 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-dev | 20:03 | |
clarkb | jpmelos_: 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 gerrit | 20:03 |
*** alexpilotti has quit IRC | 20:04 | |
*** alexpilotti_ is now known as alexpilotti | 20:04 | |
*** danwent_ has joined #openstack-dev | 20:05 | |
*** danwent has quit IRC | 20:05 | |
*** danwent_ is now known as danwent | 20:05 | |
*** henrynash has quit IRC | 20:05 | |
*** ChanServ has joined #openstack-dev | 20:06 | |
*** sendak.freenode.net sets mode: +o ChanServ | 20:06 | |
*** morganfainberg is now known as Guest74010 | 20:07 | |
*** CJM is now known as Guest87900 | 20:07 | |
*** lloydde has joined #openstack-dev | 20:08 | |
*** sushils has quit IRC | 20:09 | |
*** souvik has joined #openstack-dev | 20:10 | |
*** pjd1 has joined #openstack-dev | 20:11 | |
*** ArchNemesis has quit IRC | 20:11 | |
*** lloydde has quit IRC | 20:13 | |
*** boris-42 has quit IRC | 20:14 | |
*** adam_g has quit IRC | 20:17 | |
*** adam_g has joined #openstack-dev | 20:18 | |
*** adam_g has joined #openstack-dev | 20:18 | |
*** navid has left #openstack-dev | 20:18 | |
*** adam_g has quit IRC | 20:18 | |
*** adam_g has joined #openstack-dev | 20:18 | |
*** adam_g has joined #openstack-dev | 20:18 | |
*** ArchNemesis has joined #openstack-dev | 20:19 | |
*** boden has quit IRC | 20:19 | |
*** souvik has quit IRC | 20:20 | |
*** lloydde has joined #openstack-dev | 20:21 | |
*** michchap has joined #openstack-dev | 20:25 | |
*** ArchNemesis has quit IRC | 20:30 | |
*** isd has quit IRC | 20:31 | |
*** amohn9 has quit IRC | 20:31 | |
*** adalbas has quit IRC | 20:33 | |
*** adalbas has joined #openstack-dev | 20:33 | |
*** eharney has quit IRC | 20:33 | |
*** ArchNemesis has joined #openstack-dev | 20:34 | |
*** rkukura has quit IRC | 20:36 | |
*** michchap has quit IRC | 20:37 | |
*** xmltok has quit IRC | 20:38 | |
*** xmltok has joined #openstack-dev | 20:39 | |
*** sarob has quit IRC | 20:45 | |
*** sarob has joined #openstack-dev | 20:46 | |
*** ArchNemesis has quit IRC | 20:48 | |
*** rkukura has joined #openstack-dev | 20:49 | |
*** sarob has quit IRC | 20:51 | |
*** lbragstad has quit IRC | 20:51 | |
*** bswartz has quit IRC | 20:51 | |
*** NetworkStatic has quit IRC | 21:00 | |
*** pjd1 has quit IRC | 21:00 | |
*** rfolco has quit IRC | 21:00 | |
openstackgerrit | A change was merged to openstack/glance: Make db properties functions consistent with the DB API https://review.openstack.org/36218 | 21:02 |
*** sushils has joined #openstack-dev | 21:03 | |
*** michchap has joined #openstack-dev | 21:04 | |
*** pjd1 has joined #openstack-dev | 21:05 | |
openstackgerrit | A change was merged to openstack/nova: Convert cells to use a transport URL https://review.openstack.org/33127 | 21:05 |
*** bdpayne has quit IRC | 21:06 | |
*** bdpayne has joined #openstack-dev | 21:06 | |
*** krtaylor_ has quit IRC | 21:07 | |
*** sushils has quit IRC | 21:07 | |
*** eharney has joined #openstack-dev | 21:07 | |
*** eharney has quit IRC | 21:07 | |
*** eharney has joined #openstack-dev | 21:07 | |
*** otherwiseguy has quit IRC | 21:07 | |
*** crobertsrh is now known as _crobertsrh | 21:07 | |
*** sushils has joined #openstack-dev | 21:09 | |
*** pabelanger has quit IRC | 21:09 | |
*** pabelanger has joined #openstack-dev | 21:09 | |
*** topol has quit IRC | 21:11 | |
*** wcmarsha_ has quit IRC | 21:12 | |
*** jasdeepH has quit IRC | 21:13 | |
openstackgerrit | A change was merged to openstack/python-keystoneclient: Fix and enable gating on H402 https://review.openstack.org/35255 | 21:14 |
*** pjd1 has joined #openstack-dev | 21:15 | |
*** Brainspa1kle is now known as Brainspackle | 21:16 | |
ayoung | gyee, was the AssertionError there before this code change? | 21:16 |
gyee | no | 21:16 |
*** sarob has joined #openstack-dev | 21:16 | |
openstackgerrit | A change was merged to openstack/nova: Imported Translations from Transifex https://review.openstack.org/36534 | 21:17 |
*** Tross has quit IRC | 21:17 | |
*** michchap has quit IRC | 21:17 | |
ayoung | the one in password? | 21:17 |
gyee | ayoung, no | 21:17 |
gyee | ayoung, dolphm's review comment help me to track down this bug | 21:18 |
ayoung | gyee, So why were we not getting assertion errors before? Was it getting caught in a generic catchall? | 21:18 |
gyee | we suppose to catch the AssertionError and trade it in for Unauthorized | 21:18 |
ayoung | gyee, I get that, but what was happening before? | 21:18 |
gyee | ayoung, it was getting caught at the controller | 21:18 |
gyee | I removed the catch in controller as it is not needed, per dolphm's comment | 21:19 |
ayoung | OK. | 21:19 |
ayoung | gyee, it was getting caught in the auth controller even before your code change? | 21:19 |
gyee | ayoung, yeah, but with auth plugin, the plugin should raise Unauthorized if username/password is invalid | 21:20 |
ayoung | except Exception as e: | 21:21 |
*** jayg is now known as jayg|g0n3 | 21:21 | |
gyee | yeah, that one | 21:21 |
*** _TheDodd_ has quit IRC | 21:21 | |
*** stevemar has quit IRC | 21:21 | |
ayoung | gyee, 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 secure | 21:22 |
gyee | ayoung, yeah, I responded to dolphm on that same topic as well | 21:23 |
ayoung | gyee, damn these commits are huge. Hope to stop rewriting Keystone each release. | 21:23 |
gyee | not rewriting, just making it more flexible | 21:23 |
*** RajeshMohan has quit IRC | 21:23 | |
gyee | improving :) | 21:23 |
*** RajeshMohan has joined #openstack-dev | 21:24 | |
*** wcmarsha_ has joined #openstack-dev | 21:24 | |
*** sarob has quit IRC | 21:25 | |
ayoung | gyee, not just you. All of us. | 21:25 |
*** bdpayne has quit IRC | 21:25 | |
ayoung | trying to keep the patches small but we have so much to do | 21:25 |
ayoung | gyee, +2 | 21:26 |
gyee | ayoung, thanks | 21:26 |
ayoung | gyee, I assume your +2 still stands here https://review.openstack.org/#/c/34967/ | 21:26 |
gyee | ayoung, yes, code looks good, let me review it once more | 21:27 |
jpmelos_ | clarkb, thank you for the answers. Sorry for taking some time to respond. | 21:27 |
gyee | I am looking at the extensions patch | 21:27 |
gyee | I was going to trying it locally to see if xml content types screams | 21:28 |
clarkb | jpmelos_: no problem. and do feel free to hop in #openstack-infra if you want to discuss more | 21:28 |
jpmelos_ | clarkb, I'll join #openstack-infra, too. | 21:28 |
*** danwent has quit IRC | 21:29 | |
*** RajeshMohan has quit IRC | 21:29 | |
*** RajeshMohan has joined #openstack-dev | 21:30 | |
*** jasdeepH has joined #openstack-dev | 21:30 | |
*** tzumainn has quit IRC | 21:30 | |
*** nealph has joined #openstack-dev | 21:31 | |
*** henrynash has joined #openstack-dev | 21:33 | |
*** danwent has joined #openstack-dev | 21:33 | |
*** lbragstad has joined #openstack-dev | 21:33 | |
henrynash | ayoung: are you/Dolphn agreed on the cross-driver calling? (i.e. we work to remove this over time). | 21:33 |
*** mrodden has quit IRC | 21:34 | |
*** markmcclain has quit IRC | 21:34 | |
*** philr has joined #openstack-dev | 21:34 | |
*** pabelanger has quit IRC | 21:34 | |
*** nachi has joined #openstack-dev | 21:34 | |
*** nachi_ has joined #openstack-dev | 21:34 | |
gyee | ayoung, GET /v3/extensions doesn't seem to work | 21:35 |
gyee | GET /v2.0/extensions is OK | 21:35 |
ayoung | henrynash, I haven;'t heard from him, but the existing code right now cross calls | 21:35 |
ayoung | gyee, did it work before? I don't think it did, but I will check | 21:35 |
gyee | ayoung, I don't think it ever worked for v3 | 21:36 |
henrynash | ayoung: ok, I think we go with what we have and fix up….I'll push the button on the LDAP/SQl cahnge | 21:36 |
ayoung | henrynash, thanks | 21:36 |
ayoung | henrynash, fixing the cross calling is going to require some reworking of the KVS backend, and I think I would rather just get rid of that | 21:36 |
*** yolanda has joined #openstack-dev | 21:36 | |
henrynash | ayoung:amen | 21:37 |
*** nachi has quit IRC | 21:37 | |
*** nachi_ has quit IRC | 21:37 | |
gyee | ayoung, the v2 extensions show up nicely with your changes, good work! | 21:37 |
gyee | not sure if we should also fix v3 in the path, or in a separate patch | 21:38 |
ayoung | gyee, let me see what v3 looks like before my patch | 21:39 |
ayoung | "The resource could not be found." | 21:40 |
*** jpmelos_ has left #openstack-dev | 21:40 | |
ayoung | gyee, follow on patch. Let me open a bug for that | 21:40 |
zckf | Is there a way to change the commit message w/out kicking off a jenkins run ? | 21:40 |
*** sarob has joined #openstack-dev | 21:40 | |
clarkb | zckf: yes, but it is ugly | 21:40 |
clarkb | zckf: I wouldn't worry about it | 21:40 |
gyee | ayoung, sounds good | 21:40 |
clarkb | what you can do is push a change as a draft then publish the draft. This does not emit any gerrit events that jenkins can see | 21:41 |
zckf | clarkb: ok thanks! | 21:41 |
*** nachi has joined #openstack-dev | 21:41 | |
*** nachi_ has joined #openstack-dev | 21:42 | |
ayoung | gyee, 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 IRC | 21:43 | |
*** michchap has joined #openstack-dev | 21:43 | |
*** philr has quit IRC | 21:43 | |
*** tong|2 has quit IRC | 21:44 | |
*** lukego has joined #openstack-dev | 21:46 | |
*** zckf has quit IRC | 21:48 | |
*** martine_ has quit IRC | 21:48 | |
*** danwent has quit IRC | 21:49 | |
*** nachi__ has joined #openstack-dev | 21:50 | |
*** danwent has joined #openstack-dev | 21:50 | |
*** nachi__ has quit IRC | 21:50 | |
*** burris has quit IRC | 21:50 | |
*** danwent has quit IRC | 21:52 | |
*** redbeard2 has quit IRC | 21:54 | |
*** mrodden has joined #openstack-dev | 21:55 | |
*** afazekas has quit IRC | 21:55 | |
*** michchap has quit IRC | 21:56 | |
*** krtaylor_ has joined #openstack-dev | 21:56 | |
*** jimfehlig has quit IRC | 21:58 | |
gyee | ayoung, talk about big changes, it will take me a couple of days at least just to review the oauth patches | 21:59 |
*** Guest87900 has quit IRC | 21:59 | |
*** jmcbride has joined #openstack-dev | 22:00 | |
ayoung | gyee, 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 expect | 22:00 |
*** terryh has joined #openstack-dev | 22:00 | |
jmcbride | Devstack question: how do I know what ports openstack services are running on? | 22:00 |
*** CrackerJackMack has joined #openstack-dev | 22:00 | |
*** _0x44 has quit IRC | 22:01 | |
*** cmagina is now known as cmagina-away | 22:01 | |
*** reed has joined #openstack-dev | 22:01 | |
*** _0x44 has joined #openstack-dev | 22:02 | |
*** lloydde has quit IRC | 22:02 | |
*** otherwiseguy has joined #openstack-dev | 22:03 | |
gyee | ayoung, yeah, that one will directly clash with trust looks like | 22:03 |
*** yolanda has quit IRC | 22:05 | |
*** lukego has quit IRC | 22:05 | |
openstackgerrit | A change was merged to openstack/ceilometer: ceilometer tests need to be enabled/cleaned https://review.openstack.org/35873 | 22:08 |
*** sleepsontheflo-1 has joined #openstack-dev | 22:10 | |
*** sleepsonthefloor has quit IRC | 22:10 | |
*** sarob_ has joined #openstack-dev | 22:10 | |
*** rharwood has quit IRC | 22:11 | |
*** galstrom is now known as galstrom_zzz | 22:13 | |
*** JordanRinke is now known as Northman | 22:13 | |
*** sarob_ has quit IRC | 22:15 | |
*** Northman is now known as Norseman | 22:15 | |
*** sarob has quit IRC | 22:15 | |
*** SergeyLukjanov has quit IRC | 22:15 | |
*** koolhead17 has quit IRC | 22:18 | |
*** cliu has quit IRC | 22:18 | |
*** sudorandom has quit IRC | 22:21 | |
*** michchap has joined #openstack-dev | 22:22 | |
*** sungju has joined #openstack-dev | 22:23 | |
openstackgerrit | A change was merged to openstack/swift: Make keystoneauth reseller_prefix check for _ https://review.openstack.org/36059 | 22:26 |
*** pabelanger_ has quit IRC | 22:26 | |
*** pabelanger has joined #openstack-dev | 22:26 | |
*** Mandell has quit IRC | 22:29 | |
*** henrynash has quit IRC | 22:29 | |
openstackgerrit | A change was merged to openstack/keystone: Mixed LDAP/SQL Backend. https://review.openstack.org/34967 | 22:29 |
*** Mandell has joined #openstack-dev | 22:30 | |
*** eglynn has quit IRC | 22:31 | |
*** michchap has quit IRC | 22:34 | |
*** redbeard2 has joined #openstack-dev | 22:38 | |
*** alop has quit IRC | 22:39 | |
*** alop has joined #openstack-dev | 22:42 | |
openstackgerrit | A change was merged to openstack/oslo.sphinx: Add emacs save files to gitignore https://review.openstack.org/35823 | 22:45 |
openstackgerrit | A change was merged to openstack/oslo.sphinx: Ensure that AUTHORS and ChangeLog are packaged https://review.openstack.org/36034 | 22:45 |
*** datsun180b has quit IRC | 22:45 | |
openstackgerrit | A change was merged to openstack/oslo.config: Use oslo.sphinx and remove local copy of doc theme https://review.openstack.org/36394 | 22:49 |
openstackgerrit | A change was merged to openstack/oslo.config: Hook docstrings into the published docs https://review.openstack.org/36402 | 22:49 |
openstackgerrit | A change was merged to openstack/nova: Fix object_compat decorator for non-kwargs https://review.openstack.org/36362 | 22:50 |
*** pschaef has joined #openstack-dev | 22:53 | |
openstackgerrit | A change was merged to openstack/nova: Make db/api strip timezones for datetimes https://review.openstack.org/36361 | 22:54 |
openstackgerrit | A change was merged to openstack/nova: Fix default argument values on get_all_by_filters() https://review.openstack.org/36359 | 22:54 |
*** yograterol has joined #openstack-dev | 22:55 | |
openstackgerrit | A change was merged to openstack/nova: Make notifications properly string-convert instance datetimes https://review.openstack.org/36360 | 22:55 |
*** alop_ has joined #openstack-dev | 22:55 | |
*** FunnyLookinHat has quit IRC | 22:56 | |
*** alop has quit IRC | 22:56 | |
*** alop_ is now known as alop | 22:56 | |
openstackgerrit | A change was merged to openstack/python-swiftclient: Adds max-backoff for retries in Connection. https://review.openstack.org/36515 | 22:57 |
*** michchap has joined #openstack-dev | 23:01 | |
*** diogogmt has quit IRC | 23:03 | |
*** rnirmal has quit IRC | 23:03 | |
*** jvrbanac has quit IRC | 23:03 | |
*** henrynash has joined #openstack-dev | 23:04 | |
*** Norseman is now known as JordanRinke | 23:05 | |
*** jmcbride has quit IRC | 23:07 | |
*** Thor has quit IRC | 23:11 | |
ayoung | gyee, rebase time? https://review.openstack.org/#/c/34421/ | 23:13 |
*** Thor has joined #openstack-dev | 23:13 | |
*** michchap has quit IRC | 23:14 | |
gyee | ayoung, yes, doing it now | 23:19 |
*** Thor^^ has joined #openstack-dev | 23:19 | |
*** yograterol has quit IRC | 23:19 | |
*** Thor has quit IRC | 23:19 | |
openstackgerrit | A change was merged to openstack-infra/devstack-gate: Make PROJECTS list multi-line. https://review.openstack.org/35955 | 23:20 |
Guest74010 | ayoung: 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) conditionally | 23:22 |
*** Guest74010 is now known as morganfainberg | 23:22 | |
*** cliu has joined #openstack-dev | 23:22 | |
morganfainberg | hrm. ok. i think i need to fix my bouncer for the correct nic. | 23:22 |
*** morganfainberg is now known as Guest68421 | 23:23 | |
clarkb | morganfainberg: yup, nova checks if a known DB is present and if so uses it | 23:23 |
Guest68421 | brb | 23:23 |
Guest68421 | clarkb: brb fixing my nic. | 23:23 |
*** Guest68421 has quit IRC | 23:23 | |
*** Thor has joined #openstack-dev | 23:24 | |
*** Thor^^ has quit IRC | 23:25 | |
*** devoid1 has quit IRC | 23:26 | |
*** dhellmann is now known as dhellmann_ | 23:27 | |
*** _0x44 has quit IRC | 23:27 | |
openstackgerrit | A change was merged to openstack/nova: Port images metadata functionality to v3 API Part 2 https://review.openstack.org/34829 | 23:29 |
*** Thor^^ has joined #openstack-dev | 23:29 | |
*** rwsu is now known as rwsu-away | 23:29 | |
*** Thor has quit IRC | 23:30 | |
*** maelfius has joined #openstack-dev | 23:32 | |
*** pjd1 has quit IRC | 23:33 | |
*** yograterol has joined #openstack-dev | 23:34 | |
*** Thor has joined #openstack-dev | 23:34 | |
*** Thor^^ has quit IRC | 23:35 | |
*** maelfius is now known as morganfainberg | 23:36 | |
*** morganfainberg has left #openstack-dev | 23:37 | |
*** mdrnstm has joined #openstack-dev | 23:37 | |
*** mdrnstm is now known as morganfainberg | 23:37 | |
morganfainberg | clarkb: ok sorry back, irc went silly on me | 23:37 |
morganfainberg | clarkb: 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 |
clarkb | yes, I will find them. one sec | 23:38 |
morganfainberg | awesome thanks :) | 23:39 |
clarkb | https://github.com/openstack/nova/blob/master/nova/tests/db/test_migrations.py#L27 documented there and then implemented in the same file | 23:39 |
*** pschaef_e has joined #openstack-dev | 23:40 | |
morganfainberg | right. i see the connect string code | 23:40 |
*** Thor^^ has joined #openstack-dev | 23:40 | |
*** pschaef_e has left #openstack-dev | 23:40 | |
*** Thor has quit IRC | 23:40 | |
*** michchap has joined #openstack-dev | 23:41 | |
morganfainberg | cool that is what i was looking for, i just missed the opportunistic function there | 23:41 |
morganfainberg | thanks again :) | 23:41 |
*** sleepsontheflo-1 has quit IRC | 23:43 | |
*** _0x44 has joined #openstack-dev | 23:43 | |
*** _0x44 has quit IRC | 23:45 | |
openstackgerrit | A change was merged to openstack/nova: Port hide srvr addresses extension to v3 API Pt1 https://review.openstack.org/33929 | 23:45 |
*** Thor has joined #openstack-dev | 23:45 | |
*** Thor^^ has quit IRC | 23:46 | |
*** nachi_ has quit IRC | 23:47 | |
*** nachi has quit IRC | 23:47 | |
*** andrewbogott is now known as andrewbogott_afk | 23:48 | |
*** freedomhui has joined #openstack-dev | 23:49 | |
*** kobier has joined #openstack-dev | 23:50 | |
*** Thor^^ has joined #openstack-dev | 23:50 | |
*** Thor has quit IRC | 23:51 | |
*** michchap has quit IRC | 23:53 | |
*** Thor^^ has quit IRC | 23:53 | |
henrynash | dolphm, gyee, ayoung, bknudson: os-inherit patch now fully complete and ready for more reviews: https://review.openstack.org/#/c/35986/ | 23:54 |
gyee | henrynash, will take a looking later tonight, I am in the middleware of rebasing | 23:54 |
henrynash | gyee: np, thx | 23:55 |
*** Thor has joined #openstack-dev | 23:56 | |
*** terryh has quit IRC | 23:57 | |
*** xqueralt-afk is now known as xqueralt | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!