*** david-lyle has quit IRC | 00:00 | |
*** sushils has quit IRC | 00:03 | |
ayoung | gyee, you around? | 00:04 |
---|---|---|
topol | ayoung, does the anonymous bind BP need to be done for H1? I was hoping I could just do it when I got back from vacation? | 00:05 |
*** jsindy has joined #openstack-dev | 00:10 | |
ayoung | topol, it is on the schedule, but I can handle it. | 00:10 |
ayoung | topol, it is pretty straight forward | 00:10 |
*** rcleere has joined #openstack-dev | 00:10 | |
*** mrodden has joined #openstack-dev | 00:10 | |
ayoung | enjoy your time off. | 00:11 |
*** galstrom_zzz is now known as galstrom | 00:11 | |
*** mrodden1 has joined #openstack-dev | 00:12 | |
topol | ayoung, you sure? I feel pretty bad about dropping the ball on it. | 00:13 |
topol | ayoung, when do you plan to start it? | 00:14 |
*** halj has quit IRC | 00:14 | |
*** jsindy has quit IRC | 00:14 | |
ayoung | topol, now | 00:14 |
topol | ayoung, K, then its yours. | 00:15 |
*** mrodden has quit IRC | 00:15 | |
*** flaper87 has quit IRC | 00:17 | |
*** galstrom is now known as galstrom_zzz | 00:19 | |
*** rcleere has quit IRC | 00:20 | |
*** rcleere has joined #openstack-dev | 00:20 | |
*** andrewbogott is now known as andrewbogott_afk | 00:23 | |
*** stevemar has joined #openstack-dev | 00:24 | |
*** winston-d has joined #openstack-dev | 00:25 | |
*** yidclare has quit IRC | 00:30 | |
*** rcleere has quit IRC | 00:32 | |
*** nati_ueno has quit IRC | 00:32 | |
*** soody has joined #openstack-dev | 00:34 | |
ayoung | topol, out of curiousity, did you even try an anonymous bind? | 00:36 |
ayoung | https://github.com/openstack/keystone/blob/master/keystone/common/ldap/core.py#L216 | 00:36 |
bknudson | ayoung: that was easy | 00:37 |
reed | notmyname, do you have any hint for this guy? https://ask.openstack.org/question/1129/how-can-i-debug-swift-in-eclipse/ | 00:37 |
topol | ayoung, not yet. Should work fine. Looks like it used to be there and it got pulled out. but the python api looks pretty straightforward | 00:38 |
ayoung | topol, it should be there now | 00:38 |
ayoung | just leave userid/pw blank | 00:38 |
* ayoung about to try | 00:38 | |
openstackgerrit | A change was merged to openstack/oslo-incubator: Add 't', 'y', and `strict` to `bool_from_string` https://review.openstack.org/28996 | 00:39 |
*** shri has quit IRC | 00:40 | |
topol | ayoung, the if statement is what I am referring to as the change that pulled it out. it used to be if no user and password then conn.simple_bind_s() | 00:40 |
*** michchap_ has quit IRC | 00:41 | |
*** michchap has joined #openstack-dev | 00:41 | |
topol | ayoung, but notice in the history/git blame there is no longer a code path to do a conn.simple_bind_s() (with no user and password passed in as arguments) | 00:41 |
topol | ayoung, make sense | 00:42 |
*** lifeless has quit IRC | 00:44 | |
ayoung | topol, k | 00:44 |
ayoung | Authorization Failed: Could not find domain: default (HTTP 404) | 00:45 |
ayoung | where is the patch for that? | 00:45 |
*** pixelbeat has quit IRC | 00:46 | |
bknudson | ayoung: create it like this: ldapadd -x -D dc=Manager,dc=openstack,dc=org -w ldapadminpwd | 00:47 |
bknudson | dn: cn=default,ou=Domains,dc=openstack,dc=org | 00:47 |
bknudson | objectclass: groupOfNames | 00:47 |
bknudson | member: cn=dummy | 00:47 |
bknudson | That's what I've done. | 00:47 |
openstackgerrit | A change was merged to openstack/cinder: Fix up hacking ignores a bit. https://review.openstack.org/29111 | 00:48 |
topol | ayoung, the workaround that bknudson just told you how to do. Don't you find that incredibly painfull???? | 00:49 |
ayoung | topol, I find the fact that there are domains inside the LDAP server painful | 00:49 |
*** stevemar has quit IRC | 00:49 | |
*** kaushikc has joined #openstack-dev | 00:50 | |
ayoung | topol, 40% of our users are using LDAP, and they do not have write access. THat is what is broken, not the missing default domain. | 00:50 |
topol | ayoung, I 'll take either sahdevs patch or getting domains out of LDAP. either way. JUST WANT READ ONLY LDAP to work. | 00:50 |
ayoung | I want sahdev's patch | 00:51 |
notmyname | reed: done | 00:51 |
reed | notmyname, lovely, thanks | 00:51 |
*** kaushikc has quit IRC | 00:52 | |
topol | ayoung, when doing a POC, the person who works on trying to integrate openstack typically does not have authority to update LDAP. In an enterprise they are different folks with different roles... | 00:52 |
topol | so the work around of just doing an ldap add of what bknudson showed you to add is a "false prophet" | 00:53 |
*** dontalton has quit IRC | 00:53 | |
ayoung | topol, I am trying to test anonymous binds | 00:54 |
topol | ayoung, is it just a matter of convincing dolphm and henrynash that the add default domain manually workaround won't be possible in many cases? I still struggle with what is keeping sahdevs patch from merging | 00:55 |
ayoung | topol, let me see... | 00:55 |
topol | bknudsons patch should get you past the cant find domain default | 00:56 |
ayoung | henrynash just needs to be schooled | 00:56 |
bknudson | I'll look at Sahdev's patch tomorrow, and if it looks good probably +2. | 00:56 |
ayoung | bknudson, sounds good | 00:56 |
bknudson | ayoung: what do you think about backportability of the change? | 00:57 |
bknudson | that's something I'm never sure of. | 00:57 |
ayoung | bknudson, we'll burn that bridge when we get there. I think it needs to be backported, and backported that way | 00:57 |
bknudson | burn the bridge or cross the bridge? | 00:58 |
bknudson | cross it first and then burn it. | 00:58 |
*** sthaha has joined #openstack-dev | 00:58 | |
*** sthaha has joined #openstack-dev | 00:58 | |
ayoung | https://www.youtube.com/watch?v=83bmsluWHZc | 00:59 |
ayoung | sometimes you don' | 01:02 |
ayoung | t know why you are building the bridge in the first place | 01:02 |
*** bknudson has quit IRC | 01:03 | |
topol | its 3am here in Italy. Need to get some sleep.... That music didnt help any... | 01:03 |
ayoung | buonanotte topolino | 01:05 |
topol | Thanks. | 01:06 |
*** topol has quit IRC | 01:06 | |
*** freedomhui has quit IRC | 01:07 | |
*** reed has quit IRC | 01:07 | |
*** egallen has quit IRC | 01:09 | |
*** kbrierly has quit IRC | 01:09 | |
*** sacharya has joined #openstack-dev | 01:10 | |
*** jsindy has joined #openstack-dev | 01:10 | |
*** jsindy has quit IRC | 01:15 | |
*** CaptTofu has joined #openstack-dev | 01:17 | |
*** melwitt has quit IRC | 01:18 | |
*** LiLin has joined #openstack-dev | 01:19 | |
*** LiLin has left #openstack-dev | 01:19 | |
gyee | ayoung, here | 01:22 |
ayoung | gyee, ah, cool. | 01:22 |
gyee | you are between me and dinner :) | 01:22 |
ayoung | gyee, go eat | 01:23 |
gyee | nah | 01:23 |
gyee | I have some time | 01:23 |
gyee | lets talk token pluggin :) | 01:23 |
ayoung | ok, so I think you are going overboard on your reworking of the token thing. Splitting things along the wrong lines. | 01:23 |
ayoung | there are two dimensions: format of the token, and how it is verified | 01:24 |
gyee | all I did is to make token logic pluggable | 01:24 |
gyee | nothing more | 01:24 |
ayoung | well, first of all, you introduced yet another "module" with a rotten name | 01:24 |
ayoung | token_management? | 01:24 |
ayoung | it needs to all stay in auth | 01:24 |
gyee | ayoung, module name can be changed | 01:24 |
ayoung | no need to split | 01:24 |
gyee | I think dolphm object to the name as well | 01:25 |
ayoung | yeah, and he's right | 01:25 |
ayoung | but leave it either in token or in auth | 01:25 |
ayoung | and, in fact, we really need to unify those two dirs | 01:25 |
*** enterprisedc has joined #openstack-dev | 01:25 | |
ayoung | an external plugin would go in contrib | 01:25 |
gyee | ayoung, I want to distinguish token provider logic from token CRUD | 01:25 |
ayoung | no reason to | 01:25 |
*** yaguang has joined #openstack-dev | 01:25 | |
gyee | I am not worry about external plugin right now | 01:26 |
*** adalbas has quit IRC | 01:26 | |
ayoung | we support two token formats:L v23 and v3 | 01:26 |
ayoung | v2 and v3 | 01:26 |
ayoung | if other s come up, we can add them into token if needs be | 01:26 |
gyee | but I am not changing token format | 01:26 |
gyee | if there's another format, all they have to do is to implement a new driver | 01:26 |
ayoung | I know | 01:26 |
ayoung | I am talking about where you are putting code | 01:27 |
ayoung | you are just moving too much stuff around.... | 01:27 |
ayoung | keep it in token | 01:27 |
*** enterprisedc has quit IRC | 01:27 | |
gyee | k, I can do that | 01:27 |
gyee | so you want to get rid of token_managment dir and stash the stuff into token | 01:27 |
ayoung | yep | 01:27 |
gyee | ok boss | 01:27 |
gyee | that's easy :) | 01:28 |
ayoung | and then we should be able to register a new driver for a different format, I was just using SAML as the example | 01:28 |
gyee | damn right | 01:28 |
ayoung | I don't actually want to do SAML | 01:28 |
gyee | hell you could issue x.509 if you want | 01:28 |
gyee | just saying | 01:28 |
ayoung | yeah, that too | 01:29 |
ayoung | and I just might.... | 01:29 |
*** Ryan_Lane has quit IRC | 01:29 | |
ayoung | but not today | 01:29 |
gyee | aint that cool or what | 01:29 |
gyee | other thing I want to get rid of is the token_format attr in signing | 01:29 |
gyee | looks like devstack and smoke stack are keying off on that one | 01:30 |
gyee | I can leave it in there for now to make the stacks happy | 01:30 |
gyee | but eventually I want to deprecate it | 01:30 |
ayoung | OK, so what I was trying to make clear is that a token is a blob, and crud should not care about the token format. What are they using it to do? | 01:30 |
gyee | thatsh right | 01:30 |
ayoung | have you been drinking? | 01:31 |
*** michchap has quit IRC | 01:31 | |
gyee | just red bull | 01:31 |
*** michchap has joined #openstack-dev | 01:31 | |
gyee | ayoung, devstack is keying off token_format to setup pki | 01:32 |
ayoung | Ah... | 01:32 |
gyee | same with sql DB column size check | 01:32 |
*** martine_ has joined #openstack-dev | 01:32 | |
ayoung | format is probably a bad term for that, as is PKI, it should be something that implies "how verified" but, meh, whatever | 01:32 |
gyee | https://github.com/openstack/keystone/blob/master/keystone/common/sql/core.py#L83 | 01:33 |
gyee | we should just get rid of that check | 01:33 |
gyee | there's no reason to store the PKI token ID in DB | 01:33 |
gyee | just the hash of it should be good enough | 01:33 |
ayoung | that was a vestige | 01:33 |
ayoung | back when we were not hashing the ID | 01:34 |
ayoung | PKI token ID iss the hash of the PKI token, and should be the same length as a UUID | 01:34 |
gyee | that's the only place that's still depending on token_format | 01:34 |
gyee | right | 01:34 |
gyee | I was think to just remove that check | 01:34 |
ayoung | gyee, kill it in its own patch and I will bless | 01:34 |
gyee | thinking | 01:34 |
gyee | will do | 01:34 |
*** winston-d has quit IRC | 01:34 | |
gyee | actually, I need to kill that one first | 01:35 |
*** Mandell has quit IRC | 01:36 | |
ayoung | cool. that should be non-controversial | 01:36 |
ayoung | gyee, go eat dinner | 01:36 |
gyee | ayoung, I'll be back online later | 01:38 |
soody | trying to start with ceilometer… any good links on where to start and how to get it running on devstack with some sample data | 01:38 |
*** gongysh has quit IRC | 01:39 | |
*** enterprisedc has joined #openstack-dev | 01:43 | |
*** jasondotstar has joined #openstack-dev | 01:43 | |
*** cyeoh_ is now known as cyeoh | 01:44 | |
*** soody has quit IRC | 01:45 | |
*** danwent has quit IRC | 01:46 | |
*** mrodden has joined #openstack-dev | 01:47 | |
*** mrodden1 has quit IRC | 01:49 | |
*** erkules has joined #openstack-dev | 01:51 | |
*** sld-away is now known as sld | 01:53 | |
*** novas0x2a|laptop has quit IRC | 01:53 | |
*** erkules_ has quit IRC | 01:53 | |
*** soody has joined #openstack-dev | 01:54 | |
*** tzumainn has quit IRC | 01:56 | |
*** michchap has quit IRC | 01:56 | |
*** michchap has joined #openstack-dev | 01:57 | |
*** michchap has quit IRC | 01:59 | |
*** michchap has joined #openstack-dev | 02:00 | |
*** gyee has quit IRC | 02:00 | |
*** comay has quit IRC | 02:00 | |
*** bing_bu has joined #openstack-dev | 02:02 | |
*** winston-d has joined #openstack-dev | 02:02 | |
*** stevemar has joined #openstack-dev | 02:03 | |
*** Zah_ has quit IRC | 02:13 | |
*** HenryG has joined #openstack-dev | 02:16 | |
*** soody has quit IRC | 02:20 | |
*** sdake has quit IRC | 02:22 | |
*** sdake has joined #openstack-dev | 02:22 | |
*** sdake has joined #openstack-dev | 02:22 | |
*** LiLin has joined #openstack-dev | 02:27 | |
*** LiLin has left #openstack-dev | 02:27 | |
*** pcm_ has quit IRC | 02:29 | |
*** martine has joined #openstack-dev | 02:32 | |
*** sudorandom has joined #openstack-dev | 02:32 | |
*** CaptTofu has quit IRC | 02:32 | |
*** martine_ has quit IRC | 02:32 | |
*** CaptTofu has joined #openstack-dev | 02:33 | |
*** koolhead17|afk has joined #openstack-dev | 02:35 | |
*** CaptTofu has quit IRC | 02:37 | |
*** jbresnah has quit IRC | 02:41 | |
*** johnpur has joined #openstack-dev | 02:41 | |
*** johnpur has quit IRC | 02:41 | |
*** winston-d has quit IRC | 02:42 | |
*** boris-42 has joined #openstack-dev | 02:42 | |
*** stevebaker has quit IRC | 02:44 | |
*** stevebaker_ has joined #openstack-dev | 02:44 | |
*** enterprisedc has quit IRC | 02:46 | |
*** sudorandom has quit IRC | 02:47 | |
*** Ryan_Lane has joined #openstack-dev | 02:50 | |
*** enterprisedc has joined #openstack-dev | 02:50 | |
*** martine has quit IRC | 02:52 | |
*** sudorandom has joined #openstack-dev | 02:53 | |
*** sarob has joined #openstack-dev | 02:55 | |
*** bdpayne has quit IRC | 02:56 | |
*** antonym has quit IRC | 02:58 | |
*** rcleere has joined #openstack-dev | 02:58 | |
*** sudorandom has quit IRC | 02:59 | |
*** winston-d has joined #openstack-dev | 03:02 | |
*** bdpayne has joined #openstack-dev | 03:05 | |
*** SergeyLukjanov has joined #openstack-dev | 03:05 | |
*** soody has joined #openstack-dev | 03:07 | |
*** nunosantos has quit IRC | 03:10 | |
*** corXi has quit IRC | 03:16 | |
*** sandywalsh_ has quit IRC | 03:17 | |
*** corXi has joined #openstack-dev | 03:17 | |
*** matiu has joined #openstack-dev | 03:18 | |
*** matiu has quit IRC | 03:18 | |
*** matiu has joined #openstack-dev | 03:18 | |
*** zyluo has quit IRC | 03:21 | |
*** zyluo has joined #openstack-dev | 03:21 | |
*** redbeard2 has joined #openstack-dev | 03:22 | |
*** enterprisedc has quit IRC | 03:23 | |
*** soody has quit IRC | 03:25 | |
*** ladquin is now known as ladquin_away | 03:26 | |
*** dhellmann_ has joined #openstack-dev | 03:28 | |
*** bing_bu has quit IRC | 03:28 | |
*** sandywalsh has joined #openstack-dev | 03:31 | |
*** dhellmann has quit IRC | 03:31 | |
*** dhellmann_ is now known as dhellmann | 03:31 | |
*** bing_bu has joined #openstack-dev | 03:32 | |
*** dims has quit IRC | 03:35 | |
*** SergeyLukjanov has quit IRC | 03:37 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Disable selinux for RHEL6 https://review.openstack.org/28130 | 03:37 |
*** SergeyLukjanov has joined #openstack-dev | 03:44 | |
*** antonym- has joined #openstack-dev | 03:45 | |
*** yuanz has quit IRC | 03:46 | |
*** yuanz has joined #openstack-dev | 03:46 | |
*** sacharya has quit IRC | 03:52 | |
pabelanger | woah, disabling selinux seems like the wrong solution | 03:53 |
pabelanger | Dealing with selinux is more a deployment than a development issue, so we just disable it for devstack. | 03:54 |
pabelanger | I have to disagree with that statement | 03:55 |
*** kaushikc has joined #openstack-dev | 03:58 | |
clarkb | pabelanger: it makes sense to me. devstack isn't intended for deployments. in the gate we throw away the slaves after they are used. The biggest potential problem with it is breaking the gate if we were to start running devstack on rhel (as changes to horizon may not work simply due to selinux). We aren't testing on rhel today so that isn't a problem now though | 04:04 |
clarkb | it is a problem for anyone trying to use devstack on rhel though. | 04:05 |
clarkb | it becomes a competition between keeping devstack up to date for dev on an ungated platform and the various projects installed by devstack. easiest to sidestep the problem | 04:07 |
*** jasondotstar has quit IRC | 04:10 | |
*** stevebaker_ has quit IRC | 04:12 | |
*** Mandell has joined #openstack-dev | 04:15 | |
*** SergeyLukjanov has quit IRC | 04:19 | |
*** stevebaker_ has joined #openstack-dev | 04:20 | |
*** bing_bu has quit IRC | 04:22 | |
*** stevemar has quit IRC | 04:22 | |
*** bing_bu has joined #openstack-dev | 04:25 | |
*** amotoki has joined #openstack-dev | 04:25 | |
*** jcoufal has joined #openstack-dev | 04:26 | |
*** bdpayne has quit IRC | 04:26 | |
*** olaph__ has joined #openstack-dev | 04:34 | |
*** olaph_ has quit IRC | 04:34 | |
*** Ryan_Lane has quit IRC | 04:37 | |
*** LiLin has joined #openstack-dev | 04:38 | |
*** LiLin has left #openstack-dev | 04:38 | |
*** vkmc has quit IRC | 04:40 | |
*** CaptTofu has joined #openstack-dev | 04:42 | |
*** yuanz has quit IRC | 04:42 | |
*** SergeyLukjanov has joined #openstack-dev | 04:42 | |
*** yuanz has joined #openstack-dev | 04:43 | |
*** SergeyLukjanov has quit IRC | 04:43 | |
*** cmark_ has quit IRC | 04:49 | |
*** bashok has joined #openstack-dev | 04:55 | |
*** bing_bu has quit IRC | 05:00 | |
*** kvad has quit IRC | 05:00 | |
*** radsy has quit IRC | 05:00 | |
*** Adri2000 has quit IRC | 05:00 | |
*** timello has quit IRC | 05:00 | |
*** ivoks_ has quit IRC | 05:00 | |
*** ndipanov has quit IRC | 05:00 | |
*** huats has quit IRC | 05:00 | |
*** retr0h has quit IRC | 05:00 | |
*** smoser has quit IRC | 05:00 | |
*** mancdaz has quit IRC | 05:00 | |
*** aloga has quit IRC | 05:00 | |
*** sgran has quit IRC | 05:00 | |
*** otherwiseguy has quit IRC | 05:00 | |
*** kmartin has quit IRC | 05:00 | |
*** mdenny has quit IRC | 05:00 | |
*** utlemming has quit IRC | 05:00 | |
*** imcsk8 has quit IRC | 05:00 | |
*** bradjones|away has quit IRC | 05:00 | |
*** Chaser has quit IRC | 05:00 | |
*** danjared_ has quit IRC | 05:00 | |
*** tr3buchet has quit IRC | 05:00 | |
*** _0x44 has quit IRC | 05:00 | |
*** dansmith has quit IRC | 05:00 | |
*** blamar has quit IRC | 05:00 | |
*** toanster has quit IRC | 05:00 | |
*** andrea_ has quit IRC | 05:00 | |
*** galstrom_zzz has quit IRC | 05:00 | |
*** lon has quit IRC | 05:00 | |
*** kiall has quit IRC | 05:00 | |
*** Tross has quit IRC | 05:00 | |
*** med_ has quit IRC | 05:00 | |
*** rods has quit IRC | 05:00 | |
*** woodspa has quit IRC | 05:03 | |
*** bing_bu has joined #openstack-dev | 05:03 | |
*** kvad has joined #openstack-dev | 05:03 | |
*** radsy has joined #openstack-dev | 05:03 | |
*** Adri2000 has joined #openstack-dev | 05:03 | |
*** timello has joined #openstack-dev | 05:03 | |
*** ivoks_ has joined #openstack-dev | 05:03 | |
*** ndipanov has joined #openstack-dev | 05:03 | |
*** huats has joined #openstack-dev | 05:03 | |
*** retr0h has joined #openstack-dev | 05:03 | |
*** smoser has joined #openstack-dev | 05:03 | |
*** mancdaz has joined #openstack-dev | 05:03 | |
*** aloga has joined #openstack-dev | 05:03 | |
*** sgran has joined #openstack-dev | 05:03 | |
*** otherwiseguy has joined #openstack-dev | 05:03 | |
*** kmartin has joined #openstack-dev | 05:03 | |
*** imcsk8 has joined #openstack-dev | 05:03 | |
*** mdenny has joined #openstack-dev | 05:03 | |
*** utlemming has joined #openstack-dev | 05:03 | |
*** bradjones|away has joined #openstack-dev | 05:03 | |
*** Chaser has joined #openstack-dev | 05:03 | |
*** danjared_ has joined #openstack-dev | 05:03 | |
*** tr3buchet has joined #openstack-dev | 05:03 | |
*** _0x44 has joined #openstack-dev | 05:03 | |
*** dansmith has joined #openstack-dev | 05:03 | |
*** blamar has joined #openstack-dev | 05:03 | |
*** toanster has joined #openstack-dev | 05:03 | |
*** andrea_ has joined #openstack-dev | 05:03 | |
*** galstrom_zzz has joined #openstack-dev | 05:03 | |
*** lon has joined #openstack-dev | 05:03 | |
*** kiall has joined #openstack-dev | 05:03 | |
*** Tross has joined #openstack-dev | 05:03 | |
*** med_ has joined #openstack-dev | 05:03 | |
*** rods has joined #openstack-dev | 05:03 | |
*** odyssey4me has joined #openstack-dev | 05:06 | |
*** afazekas has joined #openstack-dev | 05:07 | |
*** dcasier_ has quit IRC | 05:08 | |
*** zaitcev has quit IRC | 05:10 | |
*** CaptTofu has quit IRC | 05:11 | |
*** prekarat has joined #openstack-dev | 05:14 | |
*** ron-slc has quit IRC | 05:20 | |
*** ron-slc has joined #openstack-dev | 05:20 | |
*** garyk has joined #openstack-dev | 05:23 | |
*** danwent has joined #openstack-dev | 05:26 | |
*** jbresnah has joined #openstack-dev | 05:36 | |
*** gongysh has joined #openstack-dev | 05:39 | |
*** alexxu has joined #openstack-dev | 05:44 | |
*** olaph_ has joined #openstack-dev | 05:45 | |
*** olaph__ has quit IRC | 05:48 | |
*** abhishekkr has joined #openstack-dev | 05:50 | |
*** rushiagr has joined #openstack-dev | 05:53 | |
*** romcheg has joined #openstack-dev | 05:58 | |
*** cmark has joined #openstack-dev | 05:59 | |
*** zyluo has quit IRC | 06:01 | |
*** abhishekkr_ has joined #openstack-dev | 06:03 | |
*** gongysh has quit IRC | 06:04 | |
*** danwent has quit IRC | 06:06 | |
*** vartom111113 has joined #openstack-dev | 06:06 | |
*** abhishekkr has quit IRC | 06:07 | |
*** cmark has quit IRC | 06:07 | |
*** esp1 has joined #openstack-dev | 06:08 | |
*** mrunge has joined #openstack-dev | 06:08 | |
*** henrynash has joined #openstack-dev | 06:09 | |
*** esp1 has left #openstack-dev | 06:09 | |
*** boris-42 has quit IRC | 06:10 | |
*** henrynash has quit IRC | 06:11 | |
*** koolhead17|afk has quit IRC | 06:13 | |
*** egallen has joined #openstack-dev | 06:13 | |
*** danwent has joined #openstack-dev | 06:15 | |
*** flaper87 has joined #openstack-dev | 06:17 | |
*** cmark has joined #openstack-dev | 06:18 | |
*** corXi has quit IRC | 06:18 | |
*** radsy has quit IRC | 06:19 | |
*** enterprisedc has joined #openstack-dev | 06:22 | |
*** romcheg has left #openstack-dev | 06:23 | |
*** yolanda has joined #openstack-dev | 06:24 | |
*** prekarat has quit IRC | 06:25 | |
*** prekarat has joined #openstack-dev | 06:25 | |
*** sthaha has quit IRC | 06:27 | |
*** soleblaze has quit IRC | 06:28 | |
*** grey- has joined #openstack-dev | 06:28 | |
*** SergeyLukjanov has joined #openstack-dev | 06:28 | |
*** egallen has quit IRC | 06:29 | |
*** soleblaze has joined #openstack-dev | 06:33 | |
*** psedlak has joined #openstack-dev | 06:35 | |
*** psedlak has quit IRC | 06:37 | |
*** romcheg1 has joined #openstack-dev | 06:37 | |
*** psedlak has joined #openstack-dev | 06:37 | |
*** rushiagr has quit IRC | 06:41 | |
*** rushiagr has joined #openstack-dev | 06:42 | |
*** danwent has quit IRC | 06:42 | |
*** rushiagr1 has joined #openstack-dev | 06:43 | |
*** asalkeld has quit IRC | 06:45 | |
*** asalkeld has joined #openstack-dev | 06:46 | |
*** rushiagr has quit IRC | 06:46 | |
*** jprovazn has joined #openstack-dev | 06:48 | |
*** reidrac has joined #openstack-dev | 06:51 | |
*** zb has joined #openstack-dev | 06:51 | |
*** asalkeld has quit IRC | 06:52 | |
*** gongysh has joined #openstack-dev | 06:52 | |
*** romcheg1 has quit IRC | 06:54 | |
*** zaneb has quit IRC | 06:55 | |
*** eglynn_ has joined #openstack-dev | 06:57 | |
*** winston-d has quit IRC | 06:58 | |
*** psedlak has quit IRC | 06:58 | |
*** psedlak has joined #openstack-dev | 06:58 | |
*** romcheg has joined #openstack-dev | 06:59 | |
*** winston-d has joined #openstack-dev | 07:04 | |
*** asalkeld has joined #openstack-dev | 07:05 | |
*** eglynn_ has quit IRC | 07:07 | |
*** xga has joined #openstack-dev | 07:07 | |
*** salv-orlando has joined #openstack-dev | 07:07 | |
*** henrynash has joined #openstack-dev | 07:07 | |
*** dolphm has joined #openstack-dev | 07:08 | |
*** RajeshMohan has quit IRC | 07:09 | |
*** RajeshMohan has joined #openstack-dev | 07:10 | |
*** fbo has joined #openstack-dev | 07:10 | |
*** belmoreira has joined #openstack-dev | 07:11 | |
*** grey- has quit IRC | 07:12 | |
*** egallen has joined #openstack-dev | 07:12 | |
*** dolphm has quit IRC | 07:13 | |
*** ctracey has quit IRC | 07:13 | |
*** grey- has joined #openstack-dev | 07:15 | |
*** boris-42 has joined #openstack-dev | 07:15 | |
*** rnirmal has joined #openstack-dev | 07:16 | |
*** vartom111113 has quit IRC | 07:18 | |
*** vartom111113 has joined #openstack-dev | 07:19 | |
*** corXi has joined #openstack-dev | 07:20 | |
*** romcheg has quit IRC | 07:22 | |
*** kaushikc has quit IRC | 07:22 | |
*** romcheg has joined #openstack-dev | 07:22 | |
*** cmark has quit IRC | 07:24 | |
*** JordanP has joined #openstack-dev | 07:24 | |
*** odyssey4me has quit IRC | 07:25 | |
*** boris-42 has quit IRC | 07:31 | |
*** boris-42 has joined #openstack-dev | 07:32 | |
*** romcheg1 has joined #openstack-dev | 07:32 | |
*** romcheg has quit IRC | 07:34 | |
*** jgallard has joined #openstack-dev | 07:38 | |
*** rpodolyaka has joined #openstack-dev | 07:40 | |
*** rpodolyaka has left #openstack-dev | 07:40 | |
*** garyk has quit IRC | 07:43 | |
*** sushils has joined #openstack-dev | 07:45 | |
*** grey- has quit IRC | 07:46 | |
*** zoresvit has joined #openstack-dev | 07:49 | |
*** mmagr has joined #openstack-dev | 07:52 | |
*** athomas has quit IRC | 07:54 | |
*** prekarat has quit IRC | 07:54 | |
*** prekarat has joined #openstack-dev | 07:54 | |
*** Mandell has quit IRC | 07:57 | |
*** pixelbeat has joined #openstack-dev | 08:00 | |
*** romcheg1 has left #openstack-dev | 08:00 | |
*** lucasagomes has joined #openstack-dev | 08:01 | |
*** simo has joined #openstack-dev | 08:03 | |
*** simo has joined #openstack-dev | 08:03 | |
*** jtomasek has joined #openstack-dev | 08:06 | |
*** winston-d has quit IRC | 08:06 | |
*** jpich has joined #openstack-dev | 08:08 | |
*** SergeyLukjanov has quit IRC | 08:09 | |
*** SergeyLukjanov has joined #openstack-dev | 08:10 | |
*** SergeyLukjanov has quit IRC | 08:10 | |
*** SergeyLukjanov has joined #openstack-dev | 08:11 | |
*** nati_ueno has joined #openstack-dev | 08:12 | |
*** iartarisi has joined #openstack-dev | 08:13 | |
*** athomas has joined #openstack-dev | 08:14 | |
*** pasm has joined #openstack-dev | 08:15 | |
*** xga has quit IRC | 08:15 | |
openstackgerrit | A change was merged to openstack/python-swiftclient: Switch to pbr for setup. https://review.openstack.org/27674 | 08:15 |
*** johnthetubaguy has joined #openstack-dev | 08:17 | |
*** derekh has joined #openstack-dev | 08:18 | |
*** grey- has joined #openstack-dev | 08:19 | |
*** enterprisedc has quit IRC | 08:19 | |
*** enterprisedc has joined #openstack-dev | 08:20 | |
*** giulivo has quit IRC | 08:25 | |
*** SergeyLukjanov has quit IRC | 08:26 | |
*** locke1051 has quit IRC | 08:27 | |
*** SergeyLukjanov has joined #openstack-dev | 08:30 | |
*** henrynash has quit IRC | 08:30 | |
*** cmark has joined #openstack-dev | 08:34 | |
*** giulivo has joined #openstack-dev | 08:37 | |
*** ron-slc has quit IRC | 08:39 | |
*** cmark has quit IRC | 08:41 | |
*** nati_ueno has quit IRC | 08:41 | |
*** zb is now known as zaneb | 08:41 | |
*** eglynn_ has joined #openstack-dev | 08:43 | |
*** nati_ueno has joined #openstack-dev | 08:46 | |
*** ron-slc has joined #openstack-dev | 08:47 | |
*** nati_ueno has quit IRC | 08:53 | |
*** mkollaro has joined #openstack-dev | 09:00 | |
*** henrynash has joined #openstack-dev | 09:00 | |
*** odyssey4me has joined #openstack-dev | 09:02 | |
*** olaph__ has joined #openstack-dev | 09:04 | |
*** olaph___ has joined #openstack-dev | 09:06 | |
*** dcasier_ has joined #openstack-dev | 09:07 | |
*** olaph_ has quit IRC | 09:07 | |
*** danpb has joined #openstack-dev | 09:07 | |
*** olaph__ has quit IRC | 09:08 | |
*** trapni has joined #openstack-dev | 09:11 | |
*** trapni has joined #openstack-dev | 09:11 | |
*** kirankv has joined #openstack-dev | 09:16 | |
*** bing_bu has quit IRC | 09:16 | |
*** BobBall has quit IRC | 09:18 | |
*** fbo has quit IRC | 09:21 | |
*** matiu has quit IRC | 09:23 | |
*** asalkeld has quit IRC | 09:27 | |
*** athomas has quit IRC | 09:28 | |
*** odyssey4me has quit IRC | 09:30 | |
*** grey- has quit IRC | 09:30 | |
*** kaushikc has joined #openstack-dev | 09:32 | |
*** aditirav has joined #openstack-dev | 09:40 | |
*** athomas has joined #openstack-dev | 09:41 | |
*** networkstatic has quit IRC | 09:41 | |
aditirav | flaper87: hi | 09:41 |
*** sride has joined #openstack-dev | 09:45 | |
*** simo has quit IRC | 09:46 | |
*** simo has joined #openstack-dev | 09:46 | |
flaper87 | aditirav: hey | 09:47 |
*** SergeyLukjanov has quit IRC | 09:48 | |
*** pasm has quit IRC | 09:50 | |
aditirav | flaper87: we are working on adding the correlation id middleware to oslo, and had a couple of questions. will you be able to help us? | 09:51 |
*** SergeyLukjanov has joined #openstack-dev | 09:51 | |
flaper87 | aditirav: ah, you mean this patch: https://review.openstack.org/#/c/28939/ | 09:52 |
aditirav | flaper87: yes | 09:52 |
flaper87 | aditirav: shoot | 09:52 |
aditirav | flaper87: we notice that wsgi.py file is in different locations in nova, and glance. and there is a mismatch in the files when we compare it with the common oslo wsgi file | 09:53 |
aditirav | so is there some way of keeping them in sync? or will we have to copy over the wsgi module too. (but this will result in two wsgi files in nova code) | 09:54 |
*** odyssey4me has joined #openstack-dev | 09:56 | |
flaper87 | ahhh, wsgi diffs... yeah, they're not the same | 09:57 |
flaper87 | glance's was basically copied from nova's looong time ago and then both modules took their own roads. The best way to keep them sync is to finally migrate projects to use oslo's | 09:59 |
aditirav | but that'd be a big change | 09:59 |
flaper87 | there was some discussion on this topic (i can't find the link) wrt aligning projects and chosing a Standardâ„¢ lib for that | 10:00 |
flaper87 | aditirav: yeah, that belongs to a different patch and requires blueprint and way more discussions | 10:00 |
flaper87 | aditirav: you need to "implement" that middleware in every project, right? | 10:01 |
aditirav | yes, import that middleware from oslo in every project | 10:01 |
aditirav | every paste deploy | 10:01 |
aditirav | flaper87: ^ | 10:01 |
*** kirankv has quit IRC | 10:02 | |
flaper87 | aditirav: cool, Are the differences between both wsgi modules an issue there? I mean, isn't the middleware API the same for both projects? | 10:02 |
openstackgerrit | A change was merged to openstack/oslo-incubator: Adds --nodeps option to update.py https://review.openstack.org/29070 | 10:02 |
aditirav | flaper87: even the location of the wsgi module is different, so the import lines would be different for each project | 10:03 |
*** fbo has joined #openstack-dev | 10:04 | |
flaper87 | aditirav: aaahhhh, right. You need to import Middleware | 10:05 |
flaper87 | I mean, wsgi.Middleware | 10:05 |
aditirav | right flaper87 | 10:05 |
*** johnthetubaguy1 has joined #openstack-dev | 10:05 | |
*** simo has quit IRC | 10:07 | |
flaper87 | aditirav: mmh, TBH, I don't see an easy way out of this. When copying files from oslo to other projects, those files shouldn't be modified so I see 2 solutions here (hopefully someone will have better ideas) | 10:07 |
*** johnthetubaguy has quit IRC | 10:08 | |
flaper87 | 1) You copy the middleware to a different package (as for glance, api.middleware) and modify it as needed (adding a HUGE note that let folks know it comes from oslo and what the issue is) | 10:08 |
*** olaph_ has joined #openstack-dev | 10:08 | |
flaper87 | 2) You copy the file where it belongs and modify it was needed (which means fix the import) | 10:09 |
flaper87 | well, there's actually a third | 10:09 |
flaper87 | 3) You copy the middleware and its dependencies (wsgi.py) from oslo and that's it | 10:09 |
*** dcasier_ has quit IRC | 10:10 | |
flaper87 | since routes tries to call process_(request|response) | 10:11 |
flaper87 | that should work | 10:11 |
*** souvik has joined #openstack-dev | 10:11 | |
aditirav | flaper87: whats the difference between 1 and 2 | 10:11 |
flaper87 | the drawback of 3 is that projects will have a wsgi module that they're actually not using | 10:11 |
*** olaph___ has quit IRC | 10:11 | |
flaper87 | aditirav: the difference between 1 and 2 is that 1 requires you to put the module in a different package (which means, breaking the oslo-copying process) | 10:12 |
flaper87 | aditirav: My preferences are: 3,2,1 | 10:12 |
flaper87 | hopefully other folks will comment here | 10:12 |
flaper87 | aditirav: I'd suggest you to: 1) write to the mailing list and 2) add a comment in the review explaining this issue | 10:13 |
flaper87 | feel free to take those 3 options and paste them there | 10:13 |
aditirav | flaper87: so going with the third or the second won't have any changes in oslo code (but will be changes in the specific projects right?) | 10:14 |
flaper87 | aditirav: so, none of the options require you to modify the patch in oslo but to modify it when importing it in the different projects (glance, nova, ...) | 10:15 |
flaper87 | aditirav: well, 3 shouldn't require any change at all | 10:15 |
aditirav | flaper87: yeah, got it. thank you | 10:15 |
flaper87 | aditirav: anytime :) | 10:15 |
*** egallen has quit IRC | 10:16 | |
*** aloga_ has joined #openstack-dev | 10:17 | |
*** henrynash has quit IRC | 10:19 | |
*** pcm__ has joined #openstack-dev | 10:20 | |
*** pcm__ has quit IRC | 10:21 | |
*** pcm__ has joined #openstack-dev | 10:21 | |
*** branen has quit IRC | 10:24 | |
*** grey- has joined #openstack-dev | 10:27 | |
openstackgerrit | A change was merged to openstack/nova: Remove "#!/usr/bin/env python" from .py files under nova/cmd https://review.openstack.org/28776 | 10:27 |
*** gongysh has quit IRC | 10:28 | |
*** gongysh has joined #openstack-dev | 10:29 | |
*** SergeyLukjanov has quit IRC | 10:40 | |
openstackgerrit | A change was merged to openstack/nova: Use Oslo's `bool_from_string` https://review.openstack.org/28739 | 10:40 |
*** SergeyLukjanov has joined #openstack-dev | 10:41 | |
*** grey- has quit IRC | 10:42 | |
openstackgerrit | A change was merged to openstack/nova: Optimize db.instance_floating_address_get_all method https://review.openstack.org/28546 | 10:43 |
openstackgerrit | A change was merged to openstack/nova: Refactored tests for db.key_pair_*() functions. https://review.openstack.org/29062 | 10:43 |
*** sandywalsh has quit IRC | 10:46 | |
*** Hitesh has joined #openstack-dev | 10:51 | |
Hitesh | vishy: Hi Vish, | 10:51 |
Hitesh | you there? | 10:51 |
*** yaguang has quit IRC | 10:53 | |
*** grey- has joined #openstack-dev | 10:56 | |
*** souvik1 has joined #openstack-dev | 10:58 | |
*** souvik has quit IRC | 10:59 | |
*** Hitesh has quit IRC | 10:59 | |
*** sandywalsh has joined #openstack-dev | 11:00 | |
*** adalbas has joined #openstack-dev | 11:00 | |
*** egallen has joined #openstack-dev | 11:01 | |
*** johnthetubaguy1 has quit IRC | 11:01 | |
*** olaph__ has joined #openstack-dev | 11:03 | |
*** mrunge has quit IRC | 11:05 | |
*** olaph_ has quit IRC | 11:06 | |
*** jruzicka has joined #openstack-dev | 11:06 | |
*** martyntaylor has joined #openstack-dev | 11:09 | |
openstackgerrit | A change was merged to openstack/nova: Add missing unique constraint to KeyPair model. https://review.openstack.org/29063 | 11:12 |
openstackgerrit | A change was merged to openstack-dev/devstack: xenapi: Ubuntu installation repository/proxy fix https://review.openstack.org/28673 | 11:12 |
openstackgerrit | A change was merged to openstack/python-novaclient: Fix for --bridge-interface being ignore by nova network-create https://review.openstack.org/28935 | 11:12 |
openstackgerrit | A change was merged to openstack-dev/devstack: Stop quantum-ns-metadata-proxy process on unstack https://review.openstack.org/28580 | 11:12 |
openstackgerrit | A change was merged to openstack-dev/devstack: Clean up horizon apache logs on unstack https://review.openstack.org/28606 | 11:12 |
openstackgerrit | A change was merged to openstack-dev/devstack: Do not run heat/tools/nova_create_flavors.sh https://review.openstack.org/28485 | 11:12 |
openstackgerrit | A change was merged to openstack/python-novaclient: Cleanup some flavor commands https://review.openstack.org/29086 | 11:13 |
*** Yada has joined #openstack-dev | 11:13 | |
*** drewlander has joined #openstack-dev | 11:13 | |
*** dims has joined #openstack-dev | 11:19 | |
*** Yada has quit IRC | 11:21 | |
*** jjmb has quit IRC | 11:21 | |
*** martyntaylor has quit IRC | 11:22 | |
*** martyntaylor has joined #openstack-dev | 11:25 | |
SergeyLukjanov | hi guys, are there any examples or docs about how to use db api from oslo? | 11:26 |
*** olaph__ has quit IRC | 11:27 | |
*** terryh has joined #openstack-dev | 11:28 | |
*** benner has quit IRC | 11:28 | |
*** simo has joined #openstack-dev | 11:29 | |
*** simo has joined #openstack-dev | 11:29 | |
*** grey- has quit IRC | 11:30 | |
*** martyntaylor has quit IRC | 11:34 | |
*** asalkeld has joined #openstack-dev | 11:34 | |
*** tayyab has joined #openstack-dev | 11:37 | |
*** ijw has quit IRC | 11:43 | |
*** martine has joined #openstack-dev | 11:43 | |
*** ijw has joined #openstack-dev | 11:45 | |
*** jjmb1 has joined #openstack-dev | 11:45 | |
*** olaph_ has joined #openstack-dev | 11:47 | |
*** prekarat has quit IRC | 11:51 | |
*** jjmb1 has quit IRC | 11:54 | |
*** vkmc has joined #openstack-dev | 11:55 | |
*** vkmc has quit IRC | 11:55 | |
*** vkmc has joined #openstack-dev | 11:55 | |
*** dprince has joined #openstack-dev | 12:00 | |
*** aloga_ has quit IRC | 12:03 | |
*** markmc has joined #openstack-dev | 12:07 | |
*** dosaboy has quit IRC | 12:07 | |
*** abhishekkr_ has quit IRC | 12:09 | |
*** dolphm has joined #openstack-dev | 12:10 | |
*** alexxu has quit IRC | 12:10 | |
*** fbo has quit IRC | 12:12 | |
*** giulivo has quit IRC | 12:13 | |
*** egallen_ has joined #openstack-dev | 12:13 | |
*** matiu has joined #openstack-dev | 12:14 | |
*** matiu has quit IRC | 12:14 | |
*** matiu has joined #openstack-dev | 12:14 | |
*** krtaylor has joined #openstack-dev | 12:14 | |
*** martine has quit IRC | 12:14 | |
*** dolphm has quit IRC | 12:14 | |
*** fbo has joined #openstack-dev | 12:15 | |
*** egallen has quit IRC | 12:16 | |
*** egallen_ is now known as egallen | 12:16 | |
openstackgerrit | A change was merged to openstack/ceilometer: Fix config setting references in API tests https://review.openstack.org/29092 | 12:19 |
*** henrynash has joined #openstack-dev | 12:23 | |
*** dcasier_ has joined #openstack-dev | 12:24 | |
*** abhishekkr_ has joined #openstack-dev | 12:25 | |
*** terryh has quit IRC | 12:26 | |
*** HenryG has quit IRC | 12:27 | |
*** trapni has quit IRC | 12:27 | |
*** belmoreira has quit IRC | 12:28 | |
*** aditirav_ has joined #openstack-dev | 12:30 | |
*** belmoreira has joined #openstack-dev | 12:30 | |
*** aditirav_ has quit IRC | 12:31 | |
*** aditirav has quit IRC | 12:32 | |
openstackgerrit | A change was merged to openstack/nova: Pass the proper admin context to update_dhcp https://review.openstack.org/29134 | 12:35 |
*** maroh has quit IRC | 12:36 | |
*** maroh has joined #openstack-dev | 12:36 | |
openstackgerrit | A change was merged to openstack/ceilometer: Fix cross-document references https://review.openstack.org/29133 | 12:37 |
*** trapni has joined #openstack-dev | 12:39 | |
*** romcheg has joined #openstack-dev | 12:39 | |
*** HenryG has joined #openstack-dev | 12:45 | |
*** bashok has quit IRC | 12:45 | |
*** giulivo has joined #openstack-dev | 12:49 | |
*** bknudson has joined #openstack-dev | 12:50 | |
*** afazekas has quit IRC | 12:52 | |
*** kaushikc has quit IRC | 12:53 | |
*** kaushikc has joined #openstack-dev | 12:54 | |
*** kaushikc has quit IRC | 12:54 | |
*** egallen has quit IRC | 12:57 | |
*** kaushikc has joined #openstack-dev | 12:59 | |
*** feleouet has joined #openstack-dev | 13:00 | |
*** bing_bu has joined #openstack-dev | 13:00 | |
*** feleouet has left #openstack-dev | 13:00 | |
*** feleouet has joined #openstack-dev | 13:00 | |
*** ijw has quit IRC | 13:02 | |
*** stevemar has joined #openstack-dev | 13:02 | |
*** ijw has joined #openstack-dev | 13:02 | |
*** gordc has joined #openstack-dev | 13:02 | |
*** dosaboy has joined #openstack-dev | 13:03 | |
*** feleouet has quit IRC | 13:03 | |
*** feleouet has joined #openstack-dev | 13:04 | |
*** jasondotstar has joined #openstack-dev | 13:04 | |
*** lsmola has joined #openstack-dev | 13:07 | |
*** souvik1 has quit IRC | 13:08 | |
*** alunduil has quit IRC | 13:08 | |
*** souvik has joined #openstack-dev | 13:08 | |
*** jayg|g0n3 is now known as jayg | 13:11 | |
*** lbragstad has joined #openstack-dev | 13:11 | |
*** networkstatic has joined #openstack-dev | 13:13 | |
*** simo has quit IRC | 13:13 | |
*** ifarkas has joined #openstack-dev | 13:14 | |
*** SergeyLukjanov has quit IRC | 13:15 | |
*** vartom111113 has quit IRC | 13:16 | |
*** kaushikc has quit IRC | 13:16 | |
*** odyssey4me has quit IRC | 13:16 | |
*** radez_g0n3 is now known as radez | 13:17 | |
*** ifarkas has quit IRC | 13:17 | |
*** jecarey has quit IRC | 13:17 | |
*** ifarkas has joined #openstack-dev | 13:18 | |
*** SergeyLukjanov has joined #openstack-dev | 13:19 | |
*** sride has quit IRC | 13:20 | |
*** lsmola has quit IRC | 13:20 | |
*** sacharya has joined #openstack-dev | 13:20 | |
*** simo has joined #openstack-dev | 13:21 | |
*** simo has joined #openstack-dev | 13:21 | |
*** redbeard2 has quit IRC | 13:22 | |
*** gongysh has quit IRC | 13:22 | |
andrea_ | any core-reviewer is available to have a final look at this https://review.openstack.org/26020 I have two +1 and all concerns of the previous patchsets have been addressed. | 13:24 |
*** dolphm has joined #openstack-dev | 13:24 | |
ttx | markmc: looked up https://wiki.openstack.org/wiki/Oslo -- looks good, I did minor beautification edits. | 13:24 |
ttx | markmc: about pbr and hacking... if those are oslo libs, should they be moved to oslo.* ? | 13:25 |
*** kenperkins has quit IRC | 13:25 | |
*** rushiagr1 has quit IRC | 13:25 | |
markmc | ttx, cool, thanks | 13:25 |
markmc | ttx, there's no way I typed [[OpenStack]] over and over ... must have been an auto-thing :) | 13:26 |
*** olaph__ has joined #openstack-dev | 13:26 | |
ttx | markmc: it's from the wiki conversion. | 13:26 |
markmc | ttx, we were going to call them oslo.build and oslo.hacking but I think dhellmann persuaded mordred they have applicability outside openstack | 13:26 |
markmc | ttx, and didn't want them to suffer from a branding problem | 13:26 |
markmc | ttx, which is fair enough IMHO | 13:27 |
ttx | markmc: sure... but then does it make sense to call them oslo libs ? | 13:27 |
*** morazi has joined #openstack-dev | 13:27 | |
sld | hey all... does anyone know of any plans to make oslo.config more user-friendly? ...such as documentation.. some way to make it easy to get the config options that are being set, for example.. etc.. | 13:27 |
*** souvik has quit IRC | 13:28 | |
ttx | markmc: i.e. what makes them oslo libs, if not the namespace and the openstack-centricity ? | 13:28 |
markmc | ttx, it's about having them under the same umbrella, with the same group helping out, etc. | 13:28 |
*** olaph_ has quit IRC | 13:28 | |
ttx | markmc: I find it a bit confusing, personally. We have oslo oslo.* libs, oslo generic libs, and generic libs. | 13:29 |
markmc | ttx, it is a bit confusing | 13:29 |
*** pavan has joined #openstack-dev | 13:29 | |
markmc | ttx, but I don't think naming is enough of a reason to force them to be unrelated | 13:30 |
ttx | markmc: if we didn't have generic libs outside of oslo yet, I would not find it *that* confusing... | 13:30 |
*** sacharya has quit IRC | 13:30 | |
markmc | ttx, it's more about a group of people wanting to help with cross-project libs | 13:30 |
markmc | ttx, like what? | 13:30 |
markmc | ttx, examples of generic libs, I mean? | 13:30 |
*** pavan has quit IRC | 13:31 | |
ttx | let me look -- there were some libs directly pushed to PyPI by some subgroup and consumed from there | 13:31 |
ttx | "generic" but still originating from openstack | 13:31 |
ttx | maybe they don't fit the "cropss-project" criteria though. | 13:31 |
*** bharath has joined #openstack-dev | 13:32 | |
bharath | How can i use devstack with wlan0 instead of eth0? | 13:32 |
*** egallen has joined #openstack-dev | 13:32 | |
markmc | ttx, put it this way - we could have had a single oslo library on pypi | 13:32 |
ttx | like extras, stevedore ? | 13:33 |
markmc | ttx, we decided to split it up into smaller libraries, for good reasons | 13:33 |
markmc | ttx, and we decided to not call some of them 'oslo', for good reasons | 13:33 |
markmc | ttx, does that mean they have to go their own way? doesn't make much sense to me | 13:33 |
*** tzumainn has joined #openstack-dev | 13:33 | |
*** bharath has quit IRC | 13:33 | |
markmc | but, how to explain it retrospectively is your point I guess | 13:33 |
markmc | which is fair | 13:33 |
*** markmcclain has joined #openstack-dev | 13:34 | |
ttx | warlock | 13:34 |
*** lsmola has joined #openstack-dev | 13:34 | |
*** abhishekkr__ has joined #openstack-dev | 13:34 | |
*** belmoreira has quit IRC | 13:35 | |
markmc | ttx, extras, stevedore, warlock weren't attempts to consolidate existing openstack code | 13:35 |
markmc | ttx, warlock is probably the one most specifically designed for OpenStack | 13:35 |
markmc | ttx, honestly, if those projects wanted the support of the oslo project, they could join too | 13:36 |
ttx | markmc: OK. maybe separate the lists os "Oslo libraries" into openstack-specific (oslo.*) and generic ones | 13:36 |
*** prekarat has joined #openstack-dev | 13:36 | |
*** gargya has joined #openstack-dev | 13:36 | |
ttx | so that you don't end up answering that question again and again :) | 13:37 |
*** kbringard has joined #openstack-dev | 13:37 | |
markmc | well, it's kinda of implicit from the name | 13:37 |
*** xga has joined #openstack-dev | 13:37 | |
*** abhishekkr_ has quit IRC | 13:38 | |
markmc | how about you take a stab at explaining it in the wiki page? | 13:38 |
* markmc did try | 13:38 | |
ttx | the openstack-centricity aspect doesn't appear anywhere but in the name | 13:38 |
*** olaph_ has joined #openstack-dev | 13:38 | |
ttx | ok, let me try | 13:38 |
markmc | ttx, added a line to https://wiki.openstack.org/wiki/Oslo#Libraries | 13:39 |
*** terryh has joined #openstack-dev | 13:40 | |
*** egallen_ has joined #openstack-dev | 13:40 | |
*** belmoreira has joined #openstack-dev | 13:40 | |
*** sld is now known as sld-away | 13:40 | |
*** prekarat has quit IRC | 13:40 | |
*** romcheg has quit IRC | 13:40 | |
*** olaph__ has quit IRC | 13:40 | |
ttx | markmc: looks good. Note that the "There are currently three libraries published..." sentence creates maintenance debt :) | 13:41 |
markmc | ttx, meh | 13:41 |
markmc | ttx, so, this bit: https://wiki.openstack.org/wiki/Oslo#The_Oslo_Team | 13:41 |
ttx | "The following libraries are currently published by the Oslo program" ? | 13:42 |
markmc | ttx, is where I'm trying to say Oslo is about the group of cross-project developers | 13:42 |
markmc | ttx, rather than it being about a group of libraries that share the same name | 13:42 |
markmc | ttx, sure, sounds good | 13:42 |
ttx | yeah, htat worked | 13:42 |
ttx | will update | 13:42 |
*** egallen has quit IRC | 13:42 | |
*** egallen_ is now known as egallen | 13:42 | |
*** cloudchimp has joined #openstack-dev | 13:44 | |
*** olaph__ has joined #openstack-dev | 13:45 | |
*** martine has joined #openstack-dev | 13:45 | |
*** jeckersb_gone is now known as jeckersb | 13:45 | |
*** romcheg has joined #openstack-dev | 13:46 | |
*** kenperkins has joined #openstack-dev | 13:46 | |
*** bswartz has joined #openstack-dev | 13:47 | |
*** READ10 has joined #openstack-dev | 13:47 | |
*** olaph___ has joined #openstack-dev | 13:48 | |
*** eharney has quit IRC | 13:48 | |
*** olaph_ has quit IRC | 13:49 | |
*** mdomsch has joined #openstack-dev | 13:49 | |
*** olaph__ has quit IRC | 13:50 | |
*** alunduil has joined #openstack-dev | 13:51 | |
*** egallen has quit IRC | 13:51 | |
*** olaph___ is now known as olaph_ | 13:51 | |
*** johnthetubaguy has joined #openstack-dev | 13:53 | |
*** drewland_ has joined #openstack-dev | 13:55 | |
*** drewlander has quit IRC | 13:56 | |
*** michchap has quit IRC | 14:00 | |
*** michchap has joined #openstack-dev | 14:00 | |
*** jtomasek has quit IRC | 14:01 | |
*** redbeard2 has joined #openstack-dev | 14:01 | |
*** xga has quit IRC | 14:02 | |
*** xga has joined #openstack-dev | 14:03 | |
*** dolphm has quit IRC | 14:04 | |
*** dolphm has joined #openstack-dev | 14:05 | |
*** drewland_ has quit IRC | 14:05 | |
*** portante|ltp has quit IRC | 14:07 | |
*** locke105 has joined #openstack-dev | 14:07 | |
*** rcleere has quit IRC | 14:10 | |
*** afazekas has joined #openstack-dev | 14:11 | |
*** kreddy has joined #openstack-dev | 14:11 | |
*** jaypipes has joined #openstack-dev | 14:12 | |
openstackgerrit | A change was merged to openstack/ceilometer: Add a direct Ceilometer notifier https://review.openstack.org/28299 | 14:14 |
*** salv-orlando has quit IRC | 14:14 | |
*** salv-orlando has joined #openstack-dev | 14:15 | |
*** eglynn_ has quit IRC | 14:15 | |
*** jecarey has joined #openstack-dev | 14:16 | |
*** eglynn_ has joined #openstack-dev | 14:16 | |
*** maoy has joined #openstack-dev | 14:16 | |
*** jtomasek has joined #openstack-dev | 14:17 | |
*** digitalsanctum has joined #openstack-dev | 14:18 | |
*** terryh has quit IRC | 14:18 | |
*** salv-orlando has quit IRC | 14:19 | |
*** giroro_ has quit IRC | 14:19 | |
*** mdomsch has quit IRC | 14:20 | |
*** Mandell has joined #openstack-dev | 14:20 | |
*** sagar_nikam has joined #openstack-dev | 14:20 | |
*** mdomsch has joined #openstack-dev | 14:22 | |
*** Ruetobas has joined #openstack-dev | 14:24 | |
*** jsindy has joined #openstack-dev | 14:25 | |
*** boris-42 has quit IRC | 14:26 | |
*** boris-42 has joined #openstack-dev | 14:26 | |
*** pabelanger has quit IRC | 14:26 | |
*** sagar_nikam_ has joined #openstack-dev | 14:27 | |
*** matiu has quit IRC | 14:28 | |
*** sagar_nikam has quit IRC | 14:28 | |
*** FunnyLookinHat has joined #openstack-dev | 14:28 | |
*** yidclare has joined #openstack-dev | 14:30 | |
*** rcleere has joined #openstack-dev | 14:30 | |
*** NobodyCam_ has quit IRC | 14:31 | |
*** tayyab has quit IRC | 14:32 | |
*** nunosantos has joined #openstack-dev | 14:35 | |
openstackgerrit | A change was merged to openstack/ceilometer: Document keystone_authtoken section https://review.openstack.org/29052 | 14:37 |
*** eharney has joined #openstack-dev | 14:40 | |
*** eharney has quit IRC | 14:40 | |
*** eharney has joined #openstack-dev | 14:40 | |
*** markwash has quit IRC | 14:44 | |
*** SergeyLukjanov has quit IRC | 14:44 | |
*** romcheg1 has joined #openstack-dev | 14:44 | |
*** romcheg has quit IRC | 14:46 | |
*** pabelanger has joined #openstack-dev | 14:46 | |
*** pabelanger_ has joined #openstack-dev | 14:46 | |
*** pabelanger has quit IRC | 14:47 | |
*** pabelanger_ has quit IRC | 14:47 | |
*** sagar_nikam_ has quit IRC | 14:47 | |
*** pabelanger has joined #openstack-dev | 14:47 | |
*** sagar_nikam has joined #openstack-dev | 14:48 | |
*** BobBall has joined #openstack-dev | 14:49 | |
*** sudorandom has joined #openstack-dev | 14:49 | |
flaper87 | dhellmann: I think your comments got lost somewhere https://review.openstack.org/#/c/27721/ | 14:51 |
flaper87 | dhellmann: thanks for taking a look at it | 14:51 |
*** belmoreira has quit IRC | 14:51 | |
*** ifarkas has quit IRC | 14:52 | |
*** salv-orlando has joined #openstack-dev | 14:53 | |
*** pasquier-s_ has quit IRC | 14:53 | |
*** ifarkas has joined #openstack-dev | 14:53 | |
*** pasquier-s_ has joined #openstack-dev | 14:53 | |
*** sagar_nikam_ has joined #openstack-dev | 14:54 | |
*** sagar_nikam has quit IRC | 14:55 | |
*** portante|afk is now known as portante | 14:57 | |
*** jtomasek has quit IRC | 14:58 | |
*** colinmcnamara has joined #openstack-dev | 14:59 | |
*** odyssey4me has joined #openstack-dev | 15:00 | |
*** sudorandom has quit IRC | 15:00 | |
*** CaptTofu has joined #openstack-dev | 15:00 | |
*** electrichead has joined #openstack-dev | 15:01 | |
*** woodspa has joined #openstack-dev | 15:02 | |
*** sarob has quit IRC | 15:03 | |
*** sarob has joined #openstack-dev | 15:04 | |
*** mmagr has quit IRC | 15:05 | |
*** olaph__ has joined #openstack-dev | 15:05 | |
*** jprovazn has quit IRC | 15:06 | |
openstackgerrit | A change was merged to openstack/python-openstackclient: Fix flake8 errors in anticipation of flake8 patch. https://review.openstack.org/29099 | 15:06 |
*** jws7 has joined #openstack-dev | 15:06 | |
*** boris-42 has quit IRC | 15:07 | |
*** olaph_ has quit IRC | 15:07 | |
jws7 | Does anyone know why custom code placed in the do_terminate_instance() of nova/compute/manager.py is only run for the first termination of an instance an no subsequent ones? I'm assuming there is a locking problem I'm missing. | 15:08 |
*** katylava has joined #openstack-dev | 15:08 | |
*** reidrac has quit IRC | 15:08 | |
*** olaph__ has quit IRC | 15:08 | |
*** olaph_ has joined #openstack-dev | 15:09 | |
*** Mandell has quit IRC | 15:09 | |
*** sarob has quit IRC | 15:09 | |
*** kenperkins has quit IRC | 15:11 | |
*** danwent has joined #openstack-dev | 15:12 | |
*** olaph_ has quit IRC | 15:12 | |
openstackgerrit | A change was merged to openstack/keystone: Fix pyflakes and pep8 in prep for flake8. https://review.openstack.org/28885 | 15:12 |
*** olaph_ has joined #openstack-dev | 15:13 | |
*** armax has joined #openstack-dev | 15:14 | |
*** gongysh has joined #openstack-dev | 15:15 | |
mordred | yay! | 15:16 |
*** electrichead has quit IRC | 15:16 | |
*** ssshi has joined #openstack-dev | 15:17 | |
*** cp16net is now known as cp16net|away | 15:17 | |
*** zeriouz has joined #openstack-dev | 15:18 | |
*** CaptTofu has quit IRC | 15:20 | |
openstackgerrit | A change was merged to openstack/keystone: Migrate to flake8. https://review.openstack.org/28886 | 15:20 |
*** adalbas has quit IRC | 15:20 | |
*** SergeyLukjanov has joined #openstack-dev | 15:20 | |
*** romcheg has joined #openstack-dev | 15:21 | |
*** aeperezt has joined #openstack-dev | 15:23 | |
*** mrodden has quit IRC | 15:23 | |
*** olaph__ has joined #openstack-dev | 15:23 | |
*** romcheg1 has quit IRC | 15:23 | |
openstackgerrit | A change was merged to openstack/ceilometer: Allow just a bit longer to wait for the server to startup https://review.openstack.org/29042 | 15:23 |
*** garyk has joined #openstack-dev | 15:24 | |
*** yidclare has quit IRC | 15:25 | |
*** egallen has joined #openstack-dev | 15:26 | |
*** litong has joined #openstack-dev | 15:26 | |
*** olaph_ has quit IRC | 15:26 | |
*** ctracey|away has joined #openstack-dev | 15:27 | |
*** ctracey|away is now known as ctracey` | 15:27 | |
*** ctracey` has quit IRC | 15:27 | |
*** ctracey|away has joined #openstack-dev | 15:28 | |
*** ctracey|away is now known as ctracey` | 15:28 | |
*** ctracey` is now known as ctracey | 15:28 | |
*** bdpayne has joined #openstack-dev | 15:29 | |
*** marcos_sb has joined #openstack-dev | 15:30 | |
*** ranger6 has joined #openstack-dev | 15:31 | |
*** cp16net|away is now known as cp16net | 15:33 | |
*** salv-orlando has quit IRC | 15:34 | |
*** jpich has quit IRC | 15:34 | |
*** olaph_ has joined #openstack-dev | 15:34 | |
*** xga has quit IRC | 15:35 | |
*** kwss has joined #openstack-dev | 15:35 | |
*** trapni has quit IRC | 15:36 | |
*** olaph__ has quit IRC | 15:38 | |
*** sagar_nikam_ has quit IRC | 15:38 | |
*** roaksoax has joined #openstack-dev | 15:39 | |
*** cp16net is now known as cp16net|away | 15:39 | |
*** CaptTofu has joined #openstack-dev | 15:39 | |
*** cp16net|away is now known as cp16net | 15:39 | |
*** galstrom_zzz is now known as galstrom | 15:41 | |
*** bashok has joined #openstack-dev | 15:41 | |
*** souvik has joined #openstack-dev | 15:41 | |
ranger6 | Easy question: In Keystone "run_tests.sh" I get a few "ERROR"'s, but no "FAILS". Script exits with 0 and claims "ok". So, is this really "ok" and ERROR implies test/feature not working yet, but no regression? | 15:42 |
jws7 | Does anyone know why custom code placed in the do_terminate_instance() of nova/compute/manager.py is only run for the first termination of an instance an no subsequent ones? I'm assuming there is a locking problem I'm missing. | 15:42 |
jws7 | Once the do_terminate_instance() method is executed once, it appears not to be execute again for a few minutes. Any subsequent attempts to terminate instances do not result in the code being executed | 15:43 |
jws7 | however, after those few minutes have passed the code is executed, it seems as if a lock is gained on the code and is not immediately released | 15:43 |
*** andrewbogott_afk is now known as andrewbogott | 15:44 | |
*** branen has joined #openstack-dev | 15:45 | |
*** prad_ has joined #openstack-dev | 15:45 | |
*** xga has joined #openstack-dev | 15:45 | |
*** esheffield has quit IRC | 15:45 | |
*** ndipanov has quit IRC | 15:48 | |
*** electrichead has joined #openstack-dev | 15:48 | |
*** dcasier_ has quit IRC | 15:49 | |
*** jvrbanac has joined #openstack-dev | 15:49 | |
*** johnthetubaguy has quit IRC | 15:50 | |
*** david-lyle has joined #openstack-dev | 15:50 | |
*** gyee has joined #openstack-dev | 15:52 | |
*** rnirmal has quit IRC | 15:52 | |
*** portante|ltp has joined #openstack-dev | 15:52 | |
*** xga has quit IRC | 15:53 | |
*** redbeard2 has quit IRC | 15:53 | |
*** mrodden has joined #openstack-dev | 15:54 | |
*** esheffield has joined #openstack-dev | 15:54 | |
*** jcoufal has quit IRC | 15:54 | |
*** kaushikc has joined #openstack-dev | 15:55 | |
*** markmcclain has quit IRC | 15:56 | |
*** stevemar has quit IRC | 15:57 | |
*** anniec has joined #openstack-dev | 15:58 | |
*** stevemar has joined #openstack-dev | 15:58 | |
*** sacharya has joined #openstack-dev | 15:58 | |
*** zoresvit has quit IRC | 15:58 | |
*** rushiagr has joined #openstack-dev | 15:59 | |
*** jdurgin1 has joined #openstack-dev | 15:59 | |
*** redbeard2 has joined #openstack-dev | 15:59 | |
*** yidclare has joined #openstack-dev | 16:00 | |
*** xga has joined #openstack-dev | 16:00 | |
*** anniec_ has joined #openstack-dev | 16:00 | |
*** kaushikc has quit IRC | 16:00 | |
*** kaushikc has joined #openstack-dev | 16:01 | |
*** anniec has quit IRC | 16:02 | |
*** anniec_ is now known as anniec | 16:02 | |
*** garyTh has joined #openstack-dev | 16:02 | |
*** halj has joined #openstack-dev | 16:02 | |
*** bing_bu has quit IRC | 16:03 | |
*** ranger6 has left #openstack-dev | 16:04 | |
openstackgerrit | A change was merged to openstack/ceilometer: Get all tests to use tests.base.TestCase https://review.openstack.org/29043 | 16:04 |
*** zaitcev has joined #openstack-dev | 16:04 | |
*** ranger6 has joined #openstack-dev | 16:04 | |
openstackgerrit | A change was merged to openstack/glance: Redirects requests from /v# to /v#/ with correct Location header https://review.openstack.org/28217 | 16:05 |
*** joel-coffman has joined #openstack-dev | 16:05 | |
*** jgallard has quit IRC | 16:06 | |
openstackgerrit | A change was merged to openstack/nova: Handle IPMI transient failures better. https://review.openstack.org/29031 | 16:09 |
*** NobodyCam has joined #openstack-dev | 16:09 | |
*** jsindy has quit IRC | 16:09 | |
*** kwss has quit IRC | 16:09 | |
*** joel-coffman has quit IRC | 16:09 | |
*** lloydde has joined #openstack-dev | 16:10 | |
*** jsindy has joined #openstack-dev | 16:10 | |
*** jsindy has quit IRC | 16:11 | |
*** jsindy has joined #openstack-dev | 16:11 | |
*** jsindy has quit IRC | 16:12 | |
*** kwss has joined #openstack-dev | 16:12 | |
*** jsindy has joined #openstack-dev | 16:12 | |
*** jsindy has quit IRC | 16:12 | |
*** kaushikc has quit IRC | 16:12 | |
*** jsindy has joined #openstack-dev | 16:13 | |
*** gargya has quit IRC | 16:13 | |
*** jsindy has quit IRC | 16:13 | |
*** martyntaylor has joined #openstack-dev | 16:13 | |
*** romcheg1 has joined #openstack-dev | 16:13 | |
*** jsindy has joined #openstack-dev | 16:13 | |
*** romcheg has quit IRC | 16:14 | |
*** kenperkins has joined #openstack-dev | 16:14 | |
*** odyssey4me2 has joined #openstack-dev | 16:15 | |
*** markmc has quit IRC | 16:16 | |
*** alop has joined #openstack-dev | 16:16 | |
*** jsindy has quit IRC | 16:17 | |
*** jsindy_ has joined #openstack-dev | 16:17 | |
*** odyssey4me has quit IRC | 16:17 | |
*** corXi has quit IRC | 16:18 | |
*** romcheg1 has quit IRC | 16:21 | |
*** winston-d has joined #openstack-dev | 16:23 | |
*** derekh has quit IRC | 16:23 | |
*** rushiagr1 has joined #openstack-dev | 16:25 | |
*** rushiagr has quit IRC | 16:26 | |
*** halj has quit IRC | 16:28 | |
*** halj has joined #openstack-dev | 16:28 | |
*** cmark has joined #openstack-dev | 16:28 | |
*** kwss has quit IRC | 16:29 | |
*** amotoki has quit IRC | 16:29 | |
*** mattymo has joined #openstack-dev | 16:29 | |
*** ishakhat has joined #openstack-dev | 16:31 | |
*** souvik1 has joined #openstack-dev | 16:32 | |
*** xga has quit IRC | 16:33 | |
*** gongysh has quit IRC | 16:33 | |
*** krtaylor has quit IRC | 16:33 | |
*** souvik1 has quit IRC | 16:33 | |
*** souvik1 has joined #openstack-dev | 16:33 | |
*** JordanP has quit IRC | 16:33 | |
*** ladquin_away is now known as ladquin | 16:33 | |
*** souvik has quit IRC | 16:34 | |
*** souvik has joined #openstack-dev | 16:35 | |
*** martyntaylor has quit IRC | 16:36 | |
*** terry7 has joined #openstack-dev | 16:37 | |
*** fbo has quit IRC | 16:37 | |
*** abhishekkr__ has quit IRC | 16:37 | |
*** souvik1 has quit IRC | 16:38 | |
*** NobodyCam has quit IRC | 16:39 | |
*** dcasier_ has joined #openstack-dev | 16:42 | |
*** Tross has quit IRC | 16:42 | |
*** athomas has quit IRC | 16:42 | |
*** iartarisi has quit IRC | 16:45 | |
openstackgerrit | A change was merged to openstack-dev/devstack: fix ceilometer ENABLE_SERVICES comment https://review.openstack.org/28978 | 16:45 |
*** jruzicka has quit IRC | 16:45 | |
*** shri has joined #openstack-dev | 16:46 | |
*** ishakhat has quit IRC | 16:46 | |
*** ilyashakhat has joined #openstack-dev | 16:46 | |
*** dcasier_ has quit IRC | 16:48 | |
*** andrewbogott is now known as andrewbogott_afk | 16:49 | |
*** terry7 has quit IRC | 16:49 | |
*** Tross has joined #openstack-dev | 16:49 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Add XAPI config to quantum rootwrap for XS/XCP. https://review.openstack.org/27982 | 16:50 |
*** rushiagr1 has quit IRC | 16:50 | |
*** markwash has joined #openstack-dev | 16:51 | |
*** gordc has quit IRC | 16:51 | |
*** NobodyCam has joined #openstack-dev | 16:52 | |
*** Tross has left #openstack-dev | 16:52 | |
dolphm | ranger6: the ERRORS you see are actually skiptests.. i'm not sure why they're rendering as ERRORs | 16:52 |
*** hemnafk is now known as hemna | 16:52 | |
dolphm | ranger6: actual errors will result in a non-zero exit | 16:53 |
*** Ryan_Lane has joined #openstack-dev | 16:53 | |
*** Tross has joined #openstack-dev | 16:53 | |
*** tjones has joined #openstack-dev | 16:54 | |
*** kagan has joined #openstack-dev | 16:55 | |
*** adalbas has joined #openstack-dev | 16:56 | |
ranger6 | dolphm, thanks! | 16:56 |
*** portante|ltp has quit IRC | 16:56 | |
*** sarob has joined #openstack-dev | 16:56 | |
*** souvik has left #openstack-dev | 16:57 | |
clarkb | it is worth mentioning there are cases where nose will not treat errors as errors and return 0... | 16:57 |
*** andrewbogott_afk is now known as andrewbogott | 16:57 | |
*** nati_ueno has joined #openstack-dev | 16:58 | |
clarkb | python2.6 and unittest2 setup class/module (I forget if it was one or both) throwing an exception results in an Error but a zero return code | 16:58 |
*** markmcclain has joined #openstack-dev | 16:58 | |
*** lucasagomes has quit IRC | 16:59 | |
jesusaurus | what is pbr? | 17:00 |
*** danpb has quit IRC | 17:00 | |
clarkb | jesusaurus: python packaging magicalness | 17:01 |
READ10 | a hipster beer | 17:01 |
clarkb | jesusaurus: it makes several assumptions about how you want your python package to be packaged and does most of the heavy lifting for you. It is also configured through setup.cfg and does not use a complicated setup.py | 17:01 |
* READ10 couldn't resist | 17:01 | |
jesusaurus | hmm, well after the commit to use it in python-swiftclient, my jenkins job is no longer able to install python-swiftclient | 17:02 |
clarkb | jesusaurus: I think that means your setuptools and distribute are too old | 17:02 |
clarkb | (this is the most common problem) | 17:02 |
clarkb | does it complain about setuptools at the end with some zip related error? | 17:02 |
*** devoid has joined #openstack-dev | 17:03 | |
*** jcoufal has joined #openstack-dev | 17:03 | |
jesusaurus | what versions are needed | 17:03 |
*** cdsvrd has joined #openstack-dev | 17:03 | |
jesusaurus | yeah, im getting some ZipImportErrro mumble bad header mumble | 17:03 |
*** devoid has quit IRC | 17:03 | |
*** ranger6 has left #openstack-dev | 17:04 | |
clarkb | jesusaurus: I'm not sure of the required minimum but whatever latest tox uses will work | 17:04 |
*** Mandell has joined #openstack-dev | 17:04 | |
*** tzumainn has quit IRC | 17:05 | |
*** cp16net is now known as cp16net|away | 17:06 | |
jesusaurus | well, im installing all dependencies from pypi in a fresh virtualenv and still getting the error | 17:07 |
*** epim has joined #openstack-dev | 17:08 | |
clarkb | jesusaurus: there is a reason for that and it is because virtualenv bundles distribute | 17:08 |
*** rnirmal has joined #openstack-dev | 17:09 | |
clarkb | so when you first install things to that virtualenv the old distribute is imported and not reloaded after a new version is pulled in | 17:09 |
jesusaurus | huh | 17:09 |
clarkb | jesusaurus: this is why our slaves do a crazy thing and ensure latest on virtualenv or was it tox? | 17:10 |
clarkb | jesusaurus: I think if you pip install --upgrade distribute then install swiftclient in a second command it should work | 17:10 |
*** grey- has joined #openstack-dev | 17:10 | |
*** rnirmal has quit IRC | 17:10 | |
* jesusaurus gives that a try | 17:11 | |
*** rnirmal has joined #openstack-dev | 17:11 | |
*** SergeyLukjanov has quit IRC | 17:12 | |
*** cp16net|away is now known as cp16net | 17:12 | |
*** tzumainn has joined #openstack-dev | 17:15 | |
jesusaurus | yep, that did the trick | 17:15 |
jesusaurus | thanks clarkb | 17:15 |
clarkb | awesome | 17:15 |
clarkb | jesusaurus: warning, mordred is moving more and more projects to pbr. Might be half sane to simply update distribute whenever you create a new virtualenv | 17:16 |
*** koolhead17|afk has joined #openstack-dev | 17:18 | |
*** tzumainn has quit IRC | 17:19 | |
jesusaurus | noted | 17:20 |
*** nati_ueno has quit IRC | 17:22 | |
*** nati_ueno has joined #openstack-dev | 17:23 | |
*** tzumainn has joined #openstack-dev | 17:24 | |
*** garyk has quit IRC | 17:24 | |
*** yidclare has quit IRC | 17:25 | |
*** amerine has quit IRC | 17:26 | |
*** amerine has joined #openstack-dev | 17:26 | |
*** halj has quit IRC | 17:28 | |
*** halj has joined #openstack-dev | 17:30 | |
*** simo has quit IRC | 17:32 | |
*** abhishekkr__ has joined #openstack-dev | 17:32 | |
gyee | dolphm, ayoung, lemme know if I am heading the right direction on this one, https://review.openstack.org/#/c/29021/ | 17:35 |
*** grey- has quit IRC | 17:35 | |
*** grey- has joined #openstack-dev | 17:36 | |
*** mdomsch has quit IRC | 17:37 | |
*** dims has quit IRC | 17:37 | |
*** topol has joined #openstack-dev | 17:38 | |
*** dims has joined #openstack-dev | 17:40 | |
*** abhishekkr__ has quit IRC | 17:42 | |
*** yidclare has joined #openstack-dev | 17:43 | |
*** SergeyLukjanov has joined #openstack-dev | 17:44 | |
ayoung | gyee, better, but PKI and uuid are not really two different providers, but two differing validation mechanisms. The two providers are V2 and V3 | 17:47 |
ayoung | yes, me calling it Format was a mistake | 17:47 |
mordred | clarkb: aroo? | 17:49 |
*** sushils has quit IRC | 17:51 | |
ayoung | termie, a couple things on token revocation. First, are you ok with https://review.openstack.org/#/c/28859/ and second is there a way I could convince you to not -2 https://review.openstack.org/#/c/27597/ | 17:51 |
gyee | ayoung, token provider basically implements the token operation logic | 17:52 |
gyee | token is abstract | 17:52 |
clarkb | mordred: pbr is unhappy with the version of distribute in precise and wheezy | 17:52 |
clarkb | so you have to upgrade first | 17:52 |
*** gordc has joined #openstack-dev | 17:52 | |
*** Tross has quit IRC | 17:52 | |
*** dolphm has quit IRC | 17:53 | |
*** pfreund has joined #openstack-dev | 17:55 | |
*** esp2 has joined #openstack-dev | 17:55 | |
*** esp2 has left #openstack-dev | 17:55 | |
*** Tross has joined #openstack-dev | 17:56 | |
topol | ayoung, so the anonymous binding works as is? I had folks tell me it did not work/not supported. Did it work for you??? | 17:56 |
*** anniec_ has joined #openstack-dev | 17:57 | |
ayoung | topol, worked for me | 17:57 |
ayoung | topol, here is what I did | 17:57 |
ayoung | first, apply sahdev's patch | 17:57 |
*** Mandell has quit IRC | 17:57 | |
*** anniec has quit IRC | 17:57 | |
*** anniec_ is now known as anniec | 17:57 | |
ayoung | run devstack with the LDAP stuff enabled | 17:57 |
ayoung | make sure it works etc. | 17:57 |
ayoung | kill keystone, delete the userid and password and rerun keystone | 17:57 |
ayoung | I ran in a debugger, and it still worked | 17:58 |
mordred | clarkb: that's because it sucks | 17:58 |
ayoung | so, yeah, nothing to see there, move along | 17:58 |
mordred | clarkb: you can just run setup.py --version once first | 17:58 |
ayoung | gyee, any token should be verifiable online. The thing about uuid is that it is just a key into a database....I hate that approach...ugh | 17:59 |
*** danwent has quit IRC | 17:59 | |
*** jog0 has joined #openstack-dev | 17:59 | |
*** abhishekkr__ has joined #openstack-dev | 17:59 | |
topol | ayoung, K, I will ask the folks who opened up the requirement to explain the issue they had and I will tell them what you did... | 17:59 |
*** grey- has quit IRC | 17:59 | |
*** ssshi has quit IRC | 17:59 | |
*** grey- has joined #openstack-dev | 18:00 | |
mordred | jesusaurus: if you just do "python setup.py --version ; python setup.py install" in python-swiftclient it should work | 18:00 |
gyee | ayoung, isn't that the more reason we have one provider? | 18:00 |
gyee | as oppose to v2_provider and v3_provider | 18:00 |
ayoung | gyee, I'm just saying that the provider is for the token format | 18:00 |
*** anniec_ has joined #openstack-dev | 18:00 | |
ayoung | then we have 2 verification mechanisms: pki and key-lookup | 18:00 |
ayoung | if I register a new format, I should still have the two verification mechanisms available | 18:01 |
gyee | ayoung, I am saying token format is irrelevant, token is just an abstraction | 18:01 |
*** dolphm has joined #openstack-dev | 18:01 | |
*** anniec has quit IRC | 18:01 | |
*** anniec_ is now known as anniec | 18:01 | |
ayoung | gyee, I would organize it this way: we have a list of supported formats. We have a list of supported verification mechanisms. The verification mechanisms do common online behvior type things, and then delegate to the formats for the formats specific verification. THe set of formats supported should come out of the past pipeline, but the verification mechanisms should not | 18:03 |
jesusaurus | mordred: is there some magic in 'python setup.py --version'? 'python setup.py install' is what was failing (in a fresh virtualenv). | 18:03 |
ayoung | dolphm, I closed the anonymous binding blueprint. It works already. | 18:04 |
*** alop_ has joined #openstack-dev | 18:04 | |
*** Mandell has joined #openstack-dev | 18:04 | |
*** alop has quit IRC | 18:04 | |
*** alop_ is now known as alop | 18:04 | |
clarkb | jesusaurus: yeah, it pull in setup_requires without continuing on iirc. So it avoids the install new distribute but don't import it problem | 18:04 |
*** sushils has joined #openstack-dev | 18:04 | |
dolphm | ayoung: really? is there at least something to document there? | 18:04 |
*** rushiagr has joined #openstack-dev | 18:04 | |
ayoung | dolphm, not really. | 18:04 |
ayoung | dolphm, maybe we can put in a blurb that says: to get anonymous binding, drop the userid and password | 18:05 |
*** danwent has joined #openstack-dev | 18:05 | |
*** lucasagomes has joined #openstack-dev | 18:05 | |
dolphm | lol, how did the bp get filed then? | 18:06 |
ayoung | I'll let topolino submit that when he gets back, after he verified that it does in fact work | 18:06 |
*** dosaboy has quit IRC | 18:06 | |
dolphm | i have to assume someone tried anonymous binding and it didn't work, no? | 18:06 |
*** garyk has joined #openstack-dev | 18:06 | |
*** jsindy_ has quit IRC | 18:06 | |
ayoung | dolphm, I think they looked at the code and saw that it didn't do an explicit bind and thus assumed it would fail, but it doesn't | 18:06 |
ayoung | dolphm, either that, or it is an Directory Server specific response, and they used something other than openldap. In that case, it is a bug | 18:07 |
gyee | ayoung, token provider handle token operations (both format and verification) | 18:07 |
*** jsindy has joined #openstack-dev | 18:07 | |
gyee | why do we need to break it down further? | 18:07 |
*** mdomsch has joined #openstack-dev | 18:07 | |
dolphm | ayoung: alright, thanks for testing it! | 18:07 |
ayoung | gyee, no, not "break it down further" but rather "get rid of too many abstractions" | 18:08 |
gyee | we only have one abstraction, which is token provider | 18:08 |
*** lloydde has quit IRC | 18:08 | |
*** arosen has quit IRC | 18:09 | |
ayoung | gyee, I don't see why this needs to be a 1k line change...it should be a smallish thing, letting us plug in v2, v3, or other token formates | 18:09 |
*** arosen has joined #openstack-dev | 18:09 | |
ayoung | I'm guessing token provider used to be factory? | 18:10 |
*** nati_ueno has quit IRC | 18:11 | |
*** jsindy has quit IRC | 18:11 | |
ayoung | gyee, the provider abstract calls are specific to the formate of the token: check_v2_token validate_v3_token and so on. That is the wrong abstraction | 18:11 |
ayoung | It should just be create token, verify token | 18:12 |
*** henrynash_ has joined #openstack-dev | 18:12 | |
gyee | ayoung, I though about just create token, verify token, etc at the beginning | 18:12 |
*** nati_ueno has joined #openstack-dev | 18:12 | |
gyee | but we are supporting both v2 and v3 APIs | 18:12 |
ayoung | v2 and v3 can depend on mostly common code for the internals, and use a shared class | 18:12 |
*** henrynash has quit IRC | 18:12 | |
*** henrynash_ is now known as henrynash | 18:12 | |
ayoung | gyee so do it as a pipeline. THe selection logic should be the same as it is now: how do we determine if a token is v2 or v3? | 18:13 |
*** rushiagr1 has joined #openstack-dev | 18:14 | |
gyee | as a pipeline? | 18:14 |
ayoung | dolphm, can you chime in on https://review.openstack.org/#/c/28859/ and https://review.openstack.org/#/c/27597/ | 18:14 |
ayoung | gyee, yeah, a pipeline, or chain of responsibility if you like Gof4 speak | 18:15 |
gyee | v2 and v3 token can be intermix | 18:15 |
*** cp16net is now known as cp16net|away | 18:15 | |
gyee | you can all v3 api to validate a v2 token | 18:15 |
*** rushiagr has quit IRC | 18:16 | |
ayoung | gyee, and how do you detect the format? | 18:16 |
gyee | retrieve the token and inspect the token data | 18:16 |
ayoung | gyee, yeah..you have check_v3_token( and check_v2_token( | 18:17 |
ayoung | gyee, how about | 18:17 |
ayoung | check_token_format | 18:17 |
ayoung | or somethng | 18:17 |
gyee | ayoung, yeah, I have that | 18:18 |
ayoung | make the API have 3 functions: | 18:18 |
gyee | see provider.py | 18:18 |
ayoung | check, verify, create | 18:18 |
ayoung | two implementations: v2 and v3 | 18:18 |
gyee | originally I have issue, verify, check, and revoke | 18:18 |
*** comay has joined #openstack-dev | 18:18 | |
ayoung | gyee, that is the correct abstraction | 18:19 |
gyee | but I was having a hard time with v2 and v3 | 18:19 |
ayoung | then you have a v2 and a v3 impl, and maybe they share common code, but they have their own personalities to | 18:19 |
ayoung | too | 18:19 |
*** david-lyle has quit IRC | 18:19 | |
gyee | I was thinking having a version parameter | 18:20 |
ayoung | gyee, so, though we are not going to impl it, imagine that we had saml or that json_token scheme in the mix. think how you would want to add one of those dynamically | 18:20 |
ayoung | gyee, I think you get it. No? | 18:20 |
gyee | ayoung, not until we completely abstracted token | 18:21 |
gyee | we are not quite there yet | 18:21 |
*** topol has quit IRC | 18:21 | |
ayoung | fair enough, and I think the whole MII test thing is still a little wonky, but I don't think the current layout fills the goals of the blueprint. | 18:22 |
gyee | we need a token interface, similiar to AccessInfo in keystoneclient | 18:22 |
*** NobodyCam has quit IRC | 18:22 | |
gyee | token provider plugin is just the first step | 18:22 |
ayoung | gyee, maybe we should just use accessinfo, then | 18:22 |
gyee | ayoung, second bp :) | 18:23 |
ayoung | fair enough | 18:23 |
ekarlso- | ayoung: is it easy setting up keystone to use freeipa ldap ? | 18:23 |
*** sandywalsh has quit IRC | 18:23 | |
dolphm | gyee: the internal usage of tokens should be self-consistent, such that the v2 controllers are creating v3 tokens internally, and exposing them as v2 tokens | 18:23 |
ayoung | ekarlso-, fairly straightforward | 18:23 |
ayoung | dolphm, not sure about that | 18:23 |
gyee | dolphm, make sense | 18:23 |
ayoung | dolphm, why would it create a v3 to munge back to v2? | 18:24 |
dolphm | ayoung: because v2 is deprecated | 18:24 |
dolphm | ayoung: the fact that we're writing two different formats to the driver is horrendous | 18:24 |
gyee | ayoung, I think dolphm meant token data persist in the backend | 18:24 |
gyee | we have the capability to translate v3 token data into v2 token data anyway | 18:25 |
dolphm | pulling a token straight from the driver, you absolutely shouldn't be able to tell which controller created it | 18:25 |
*** alop_ has joined #openstack-dev | 18:25 | |
*** alop has quit IRC | 18:25 | |
*** alop_ is now known as alop | 18:25 | |
ayoung | dolphm, I see what you are getting at. I need to chew on that one. Agreed that the v3 format should be the basis, but worried that a transform from v3 to v2 might not be done identically, and thus two things that should be identical end up being different, if only inthe signatures produced...but that might just be a vestige of how I was thinking about them in the past. | 18:27 |
ayoung | I do know that using the cms operations to look at v2 signed token is going to look very different from the same data presented from a comparabe v3 token... | 18:27 |
*** winston-d has quit IRC | 18:28 | |
ayoung | dolphm, so we would only persist the v3 format? | 18:28 |
*** krtaylor has joined #openstack-dev | 18:28 | |
dolphm | ayoung: sort of, rather the data persisted by the driver should be api-agnostic | 18:29 |
gyee | dolphm, right now I am storing the whole shebang into the backend so we gain performance on validation | 18:29 |
dolphm | ayoung: there's more data in the v3 format than the v2 format, so storing v2 shouldn't be an option | 18:29 |
*** rushiagr1 has quit IRC | 18:30 | |
ayoung | dolphm, so if we were to do SAML or the JSON token thing, those would all be transforms from a canonical format? | 18:30 |
dolphm | gyee: the performance gain is premature | 18:30 |
gyee | only difference is the service catalog | 18:30 |
*** alop has quit IRC | 18:30 | |
*** NobodyCam has joined #openstack-dev | 18:30 | |
*** alop has joined #openstack-dev | 18:30 | |
ayoung | dolphm, OK, I think I can buy that. Doesn't change my argument to gyee any, mind you, actually kind of reinforces it. | 18:32 |
dolphm | ayoung: i'm not familiar with how "SAML or the JSON token thing" would/should impact the driver interface | 18:32 |
dolphm | ayoung: i wasn't following the discussion | 18:32 |
ayoung | dolphm, let me just hand wave them away as "other signed authorization data formats" and assume that they carry the same data as Keystone tokens | 18:32 |
*** danwent has quit IRC | 18:32 | |
*** cp16net|away is now known as cp16net | 18:33 | |
ayoung | SAML is basically a signed document, just in XML, with assertions, not much different than what a PKI signed token carries | 18:33 |
dolphm | ayoung: ah, yeah if you're just talking presentation layer, then yes -- they should be persisted like everything else | 18:33 |
ayoung | there is also a format for JSON...I'll see if I can find a ref | 18:33 |
dolphm | ayoung: as-is, we're literally store presentation details in sql/memcache/etc | 18:33 |
dolphm | storing* | 18:33 |
ayoung | dolphm, http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html JWT or JSON web tokens | 18:34 |
*** sarob has quit IRC | 18:34 | |
ayoung | if GWT is pronounced Gwit, I guess these would be Jewts | 18:34 |
dolphm | ayoung: ah, we touched on that at the summit | 18:34 |
ayoung | I'm strangly OK with that pronunciation | 18:34 |
*** sarob has joined #openstack-dev | 18:34 | |
lbragstad | dolphm: ayoung Hey guys, I have a couple questions on some of the notification work for Keystone and wanted to get some feedback. I know you're in the middle of something but if you have time later, feel free to ping me | 18:34 |
*** mkollaro has quit IRC | 18:34 | |
dolphm | lbragstad: go for it | 18:35 |
ayoung | lbragstad, fireaway, e can multitask | 18:35 |
gyee | lbragstad, this is also the multitasking room | 18:35 |
*** novas0x2a|laptop has joined #openstack-dev | 18:35 | |
dolphm | s/e can/ayoung can/ | 18:35 |
openstackgerrit | A change was merged to openstack/nova: xenapi: ensure vdi is not too big when resizing down https://review.openstack.org/24666 | 18:35 |
*** sandywalsh has joined #openstack-dev | 18:36 | |
*** stevemar2 has joined #openstack-dev | 18:36 | |
lbragstad | dolphm: ok, so I am kind of looking at this in a similar way that nova does. nova/notifications.py just talks to the nova/openstack/common/notifier/api.py. So inside of notification.py is where the payload is built and that is were config options from nova.conf are read in depending on the 'level' of notifications the uses wants. Just curious if keystone should be set up the same way? Thinking of future work with notifications and the | 18:37 |
*** stevemar has quit IRC | 18:37 | |
*** jsindy has joined #openstack-dev | 18:38 | |
termie | ayoung: what is so hard about implementing it the correct way? | 18:38 |
*** alop has quit IRC | 18:38 | |
dolphm | lbragstad: i just don't see a use case for non-trivial payloads | 18:38 |
termie | ayoung: this bandaid will last forever once there is no longer anybody worrying about it | 18:38 |
lbragstad | I agree with dolphm in that this should also be a simple implementation, so on the other side, what would be the base requirements for a user to enable to get the notifications to work? | 18:39 |
*** sarob has quit IRC | 18:39 | |
lbragstad | dolphm: right, so just providing the resource or URI that was modified, correct? | 18:39 |
lbragstad | keeping it simple | 18:39 |
dolphm | lbragstad: if the URI is in the payload, then you're pushing api versions on consumers | 18:39 |
lbragstad | ok | 18:40 |
*** sandywalsh has quit IRC | 18:40 | |
dolphm | lbragstad: so, a client should be able to build a web request given the topic and the id in the payload | 18:40 |
*** marcos_sb has quit IRC | 18:40 | |
ayoung | termie, I don't thik that we can get to the clock system with the current constraints. We still need to be able to enumerate the set of tokens for a user, and mark a subset of them invalid when invalidating tokens, but the current logic does not permit invalidating all tokens | 18:41 |
dolphm | lbragstad: base requirements for the user - whatever oslo.notify requires? | 18:41 |
openstackgerrit | A change was merged to openstack/nova: Include list of attached volumes with instance info https://review.openstack.org/27067 | 18:41 |
*** egallen has quit IRC | 18:41 | |
lbragstad | dolphm: so that would be the absolute base of what we would need to deliver in the notification | 18:41 |
ayoung | termie, my goal was to get rid of token invalidation all together by using short term tokens and delegations | 18:41 |
ayoung | still is, and once we have that, all of this other crap can go away | 18:41 |
termie | ayoung: why do we need to make a subset as invalid? | 18:42 |
lbragstad | dolphm: sorry I was thinking base requirements from the perspective of a user enabling notifications through a config option or something. Ex: In order to use notification set <property>=True in keystone.conf | 18:42 |
ayoung | termie, we have arule that say "if a user is no longer a member of a project, invalidate all tokens for that project" | 18:42 |
*** jsindy has quit IRC | 18:42 | |
*** nati_ueno has quit IRC | 18:42 | |
dolphm | lbragstad: right; if keystone.conf contains enough config for oslo.notify, what else do you need? | 18:43 |
termie | ayoung: and why can't we invalidate all tokens for the user? | 18:43 |
*** sdake_ has joined #openstack-dev | 18:43 | |
*** mihgen has joined #openstack-dev | 18:43 | |
*** nati_ueno has joined #openstack-dev | 18:43 | |
*** sdake_ has joined #openstack-dev | 18:44 | |
lbragstad | dolphm: in nova's case, there are three additional config options you can specify 1.) notify_on_state_change 2.) notify_on_any_change 3.) notify_api_faults | 18:44 |
dolphm | termie: we used to only do it that way, i don't think it would be a big deal to go back | 18:44 |
*** sdake_ has left #openstack-dev | 18:44 | |
lbragstad | dolphm: https://github.com/openstack/nova/blob/master/nova/notifications.py#L38 | 18:44 |
ayoung | termie, so assume a user is in a project that was being deactivated, and they kciked off a long term action that was using resources under a different process. IN the middle, their tokens get invalidated, and now all their jobs fail | 18:44 |
termie | ayoung: sucks for them, SUPER EDGE CASE | 18:44 |
ayoung | termie, it is just one example. Bascially, long lived tokens suck | 18:45 |
*** sdake_ has joined #openstack-dev | 18:45 | |
dolphm | lbragstad: well, faults are out of scope, and the initial use case only requires notifications for delete/disable events for tenants/projects | 18:45 |
termie | ayoung: we all know that, and making them shorter lived will only make invalidating them all less of a problem | 18:45 |
*** koolhead17|afk has quit IRC | 18:45 | |
*** sdake_ has quit IRC | 18:45 | |
termie | ayoung: your perceived 0.01% edge case goes away as we progress towards the future | 18:45 |
ayoung | termie, say I was an admin for a project, and I wanted to mess with you. I keep adding and removing you from my project, and now you can't get any work done | 18:45 |
termie | ayoung: w | 18:45 |
*** sdake_ has joined #openstack-dev | 18:45 | |
*** sdake_ has joined #openstack-dev | 18:45 | |
ayoung | termie, if tokens are short, agreed. | 18:45 |
termie | ayoung: t | 18:45 |
termie | ayoung: f | 18:45 |
lbragstad | dolphm: ok, sounds good, that is something that can be implemented/added later if needed. | 18:45 |
dolphm | lbragstad: ++ | 18:46 |
ayoung | but until we get there, I'd like to handle the brokeness of the current system | 18:46 |
termie | ayoung: that is _the_ worst example i've ever heard | 18:46 |
lbragstad | dolphm: just wanted to make sure if we added it now, everyone is one the same page/agreement with config names and so on | 18:46 |
ayoung | termie, the cloud is a hostile environment | 18:46 |
termie | ayoung: it is a nonsense example | 18:46 |
dolphm | ayoung: fire the admin | 18:47 |
termie | dolphm++ | 18:47 |
dolphm | ayoung: physical punishment is out of scope for keystone | 18:47 |
termie | ayoung: this does not happen in the real world | 18:47 |
ayoung | termie, but things like that do happen by accident | 18:47 |
termie | ayoung: nope | 18:47 |
termie | o sorry, i wrote a script to toggle your membership to this project but i accidentally put it on crontab | 18:48 |
ayoung | termie, let me pull up the origianl discussion where we had this. I did not come up with this, it was a request from elsewhere .... | 18:48 |
*** rcleere_ has joined #openstack-dev | 18:48 | |
ayoung | termie, heh | 18:48 |
ayoung | actually, I could see you doing that to *me* specifically | 18:48 |
termie | FOR EVERY SECOND | 18:48 |
termie | ayoung: i would literally just delete your user | 18:48 |
*** psedlak has quit IRC | 18:49 | |
*** rcleere has quit IRC | 18:49 | |
*** rcleere_ is now known as rcleere | 18:49 | |
ayoung | termie, nah, there are beter ways to mess with someones head | 18:49 |
chmouel | not sure if this is related but it would be nice if we could invalidate all user token belonging to a project when the project is updated (like enabled or not) i.e: https://bugs.launchpad.net/keystone/+bug/1179955 | 18:49 |
*** danwent has joined #openstack-dev | 18:49 | |
lbragstad | dolphm: it doesn't look like notifier (from oslo) requires much https://github.com/openstack/nova/blob/master/nova/openstack/common/notifier/api.py#L91 | 18:50 |
ayoung | anyway, if we do the clock method, we change the semantics of revocation. I didn't come up with them in the first place, but I kind of understand the rationale. I know long term where we want to go, but we have to do short term maintenance | 18:50 |
ayoung | let me find the origianl discussion | 18:50 |
*** odyssey4me2 has quit IRC | 18:51 | |
ayoung | dolphm, termie https://bugs.launchpad.net/keystone/+bug/1050025 | 18:51 |
uvirtbot` | Launchpad bug 1050025 in keystone "Token invalidation in case of role grant/revoke should be limited to affected tenant" [Undecided,Fix committed] | 18:51 |
*** cmark has quit IRC | 18:51 | |
ayoung | dolphm, I wasn;t even involved in that. you, ttx and heckj were | 18:52 |
*** marcos_sb has joined #openstack-dev | 18:53 | |
*** cmark has joined #openstack-dev | 18:55 | |
termie | ayoung: while i agree that it is *ideal* to have token revocation be limited to as small of a scope as is necessary, i don't think the impact of having admins (already trusted by somebody) being able to cause you to have to re-auth is large enough to warrant the current proposals of attempting to list all the tokens in a system and attempt to revoke them individually | 18:55 |
termie | ayoung: the impact shrinks while moving towards short-lived tokens aswell | 18:56 |
morganfainberg | termie: here is a more "real world" example. I am an admin and i need to muck with my membership across a ton of tenants. each change revokes my token and i need to re-auth to make the next change. | 18:56 |
morganfainberg | s/tenant/project | 18:57 |
*** david-lyle has joined #openstack-dev | 18:57 | |
*** bknudson has quit IRC | 18:57 | |
termie | morganfainberg: why is your admin account a member of a bunch of tenants? | 18:57 |
termie | morganfainberg: root != user | 18:57 |
ayoung | termie, as in most things, I agree with your vision. But we need to get there incrementally. | 18:57 |
morganfainberg | termie: i am not in control of customers and how they handle things. i wish i could enforce that | 18:57 |
termie | morganfainberg: i suspect they'll get the picture of things are annoying for them ;) | 18:58 |
termie | s/of/if/ | 18:58 |
morganfainberg | termie: with RBAC you could have an account that has access to add/remove for self-service reasons themselves from projects | 18:58 |
*** jecarey has quit IRC | 18:59 | |
morganfainberg | it is a bad user experience to revoke (globally) the tokens (especially with the way horizon works) on each change. | 18:59 |
termie | morganfainberg: anyway, if you're using a tool like horizon it will be using delegated auth so your "re-authing" will be mostly transparent | 18:59 |
*** reed_ has joined #openstack-dev | 18:59 | |
*** devx_ is now known as DevX | 18:59 | |
morganfainberg | termie: right, delegation does help mitigate that | 18:59 |
termie | morganfainberg: i agree, but it is a worse experience to have your service break in subtle ways that you can't see, by, for example, having non-atomic updates | 19:00 |
*** FunnyLookinHat has quit IRC | 19:00 | |
termie | morganfainberg: and don't think i wouldn't like to have more granular revocation, but we can't do it the way we are doign now | 19:00 |
termie | morganfainberg: build the ability to do that off of a good foundation, not a flakey one | 19:01 |
*** jsindy has joined #openstack-dev | 19:01 | |
morganfainberg | termie: and i don't contest those statements | 19:01 |
ayoung | termie, so the change on https://review.openstack.org/#/c/27597/ is reasonable. We can remove a whole slew of code once we no longer need to do revocations, but I think that is a long way off. | 19:01 |
*** lucasagomes has quit IRC | 19:01 | |
*** jecarey has joined #openstack-dev | 19:01 | |
*** sdake_ has quit IRC | 19:02 | |
termie | ayoung: that is why i asked the original question, why don't you just write it the right way? | 19:02 |
ayoung | termie, the right way is short lived tokens, delegation, and no revocation. | 19:02 |
ayoung | this is a bug fix until we get there | 19:02 |
termie | ayoung: the right way, in this case, being something you can move toward that future with | 19:03 |
termie | ayoung: it isn't any more complicated to add a clock and check it | 19:04 |
ayoung | termie, of course it isn't more complicated. It just breaks the rules. | 19:04 |
*** jcoufal has quit IRC | 19:05 | |
ayoung | what do we do, have aclock per project? | 19:05 |
*** lloydde has joined #openstack-dev | 19:05 | |
*** vkmc has quit IRC | 19:05 | |
termie | ayoung: maybe in the future, but not necessary right now | 19:06 |
*** esheffield1 has joined #openstack-dev | 19:06 | |
openstackgerrit | A change was merged to openstack/quantum: Imported Translations from Transifex https://review.openstack.org/29225 | 19:06 |
termie | i'm not saying it is perfect, but i am saying how it currently exists is wrong | 19:07 |
*** melwitt has joined #openstack-dev | 19:07 | |
morganfainberg | termie: i'd say that it's not much more difficult to do a clock per-project, and iut wouldn't break the rules then. | 19:07 |
morganfainberg | if the argument is adding a clock is not much more work compared to the proposed kvs (really only memcache) fix | 19:07 |
ayoung | termie, in the global scheme of things, this is wrong as measured in inches. Long term Bearer tokens is wrong in a measure of light years. I'd rather do the small performance fix here and focus my energy on the real problem | 19:08 |
termie | morganfainberg: clock-per-project has additional semantics that we haven't discussed yet, so i'd rather table that | 19:08 |
*** esheffield has quit IRC | 19:08 | |
termie | ayoung: every journey begins with a single step, etc etc, stop making our journey point to hell | 19:09 |
ayoung | morganfainberg, it is a clock per user-project, and we still have the issue with figuring out which tokens to invalidate for a passwrod change | 19:09 |
ayoung | termie, I didn't start the train, I'm just trying to apply the brakes | 19:09 |
termie | ayoung: how do you think people decided to do the various things that you think are wrong with the project? | 19:09 |
morganfainberg | ayoung: true, but i think that's not a huge hurdle | 19:09 |
termie | ayoung: you are not applying brakes, you are saying lets keep doing this wrongl;y | 19:09 |
ayoung | termie, arrogance, mostly. | 19:09 |
termie | ayoung: nope, they thought about things the same way as you are right now | 19:10 |
*** tjones has left #openstack-dev | 19:10 | |
ayoung | termie, they didn't do their homework and decided to build a custom thing instead of reusing already tested mechanisms | 19:10 |
termie | ayoung: their work was based on rackspace | 19:10 |
*** esheffield1 has quit IRC | 19:11 | |
SpamapS | Has anybody looked at using libdrizzle to solve the async mysql library problem? | 19:12 |
SpamapS | LinuxJedi: ^^ I'm talking to YOU ;) | 19:12 |
termie | ayoung: rather than change anything, they just bugfixed the legacy ideas | 19:12 |
LinuxJedi | SpamapS: we had a potential GSoC project to do that, but the student bailed :( | 19:13 |
SpamapS | LinuxJedi: wow, that student has no idea what sort of job opportunity they missed | 19:13 |
LinuxJedi | I would personally do it, but I already work an obscene amount of hours on other things and people are asking me to take on several more things | 19:13 |
*** danwent has quit IRC | 19:13 | |
*** reed_ is now known as reed | 19:14 | |
ayoung | termie, fair enough, but you know that I am working toward not just patching a sucking chest wound. I want to do the real fix, and I think you and I agree on the for of that. However, the issue with memcached and tokens filling up the pages is a tactical mess, and we do need a bug fix for it. If we can come up with a better design, fine, but not without breaking the business rules we've laid down. | 19:14 |
*** megha has joined #openstack-dev | 19:14 | |
termie | ayoung: why do you hate progress? | 19:14 |
ayoung | termie, why do you? | 19:14 |
LinuxJedi | SpamapS: at some point I need to package Libdrizzle 5.1 in a way that we can get it in Ubuntu | 19:15 |
termie | ayoung: i hate on things that aren't progress :) | 19:15 |
ayoung | termie, why are you making me argue with you over the organization of the deck chairs on the titanic? | 19:15 |
SpamapS | LinuxJedi: yes please | 19:15 |
flaper87 | dhellmann: ping | 19:15 |
LinuxJedi | one of a million things I want to do. Unfortunately my next few weekends will be spend doing more of my day job | 19:15 |
termie | ayoung: good analogy, reminds you how much little mistakes can lead to ships sinking | 19:15 |
LinuxJedi | spent... damn jetlag | 19:16 |
*** dosaboy has joined #openstack-dev | 19:16 | |
*** sushils has quit IRC | 19:17 | |
ayoung | wonderful, we agree, now please remove you -2, lets let the minor issue pass, and work on turning this ship around? | 19:18 |
termie | ayoung: hah | 19:18 |
ayoung | I hate arguming with people I agree with | 19:18 |
morganfainberg | vehement agreement. | 19:18 |
termie | people tend to use "agreement" as a way to do whatever they wanted | 19:19 |
*** anniec has quit IRC | 19:19 | |
*** ewindisch has joined #openstack-dev | 19:19 | |
*** danwent has joined #openstack-dev | 19:21 | |
*** sarob has joined #openstack-dev | 19:21 | |
ayoung | OK, so we drop morganfainberg 's patch, move to a clock approach, and deal with the shouts from the community> | 19:22 |
ayoung | which some people felt strongly enough about to open as a security issue | 19:23 |
termie | that sounds like a lovely idea, i'm gonna grab lunch | 19:23 |
ayoung | termie, has anyone told you lately that you are a purist? | 19:24 |
*** cp16net is now known as cp16net|away | 19:24 | |
*** cp16net|away is now known as cp16net | 19:25 | |
*** mihgen has quit IRC | 19:25 | |
morganfainberg | ayoung / termie: i would argue that maybe we should put in all the scaffolding for the "right fix" during havana cycle and enforce the solid fix for "I" since that way it's not just ripping the carpet (business rule methodology) out from under the community? | 19:26 |
morganfainberg | if we get there during havana early enough to enforce the "right fix" but i think its a huge changeset. | 19:26 |
morganfainberg | potentially | 19:26 |
morganfainberg | personally i like the clock method, i know i'm going to be reimplementing the current business rules in H if we use it though for my company's release. | 19:27 |
*** esheffield has joined #openstack-dev | 19:27 | |
morganfainberg | the simplistic clock method that is. | 19:27 |
*** hewbrocca has quit IRC | 19:27 | |
morganfainberg | unless i can get everyone of my customers cut over to proper delegation and short-lived tokens. i don't know how possible it will be do to that over one release cycle, especially if it will be a moving target over the next couple months. | 19:28 |
ayoung | morganfainberg, impossible to do this release | 19:28 |
ayoung | morganfainberg, we can make everything necessary to do it in keystone avaialble, but it will take retooling in other pieces | 19:29 |
ayoung | nova and heat most notably | 19:29 |
morganfainberg | ayoung: doesn't change my stance, but still needs to be measured. i can't tell my customers who are developing against the API to hit a moving target. | 19:30 |
*** lbragstad has quit IRC | 19:30 | |
*** jsindy_ has joined #openstack-dev | 19:31 | |
ayoung | morganfainberg, I was answering "i don't know how possible it will be do to that..." | 19:31 |
morganfainberg | nod. | 19:31 |
morganfainberg | lunch time here as well. | 19:32 |
*** networkstatic has quit IRC | 19:33 | |
*** radez is now known as radez_g0n3 | 19:34 | |
*** jsindy has quit IRC | 19:34 | |
*** olaph_ has quit IRC | 19:35 | |
ayoung | dolphm, do you agree with termie's position? | 19:35 |
*** olaph_ has joined #openstack-dev | 19:37 | |
*** electrichead has quit IRC | 19:37 | |
*** electrichead has joined #openstack-dev | 19:38 | |
*** markmcclain has quit IRC | 19:38 | |
*** bknudson has joined #openstack-dev | 19:42 | |
*** vkmc has joined #openstack-dev | 19:42 | |
*** jcoufal has joined #openstack-dev | 19:43 | |
*** marcos_sb has quit IRC | 19:47 | |
*** katylava is now known as katylava-away | 19:48 | |
openstackgerrit | A change was merged to openstack/nova: Extract getting instance's AZ into a helper module. https://review.openstack.org/28565 | 19:48 |
*** markmcclain has joined #openstack-dev | 19:49 | |
openstackgerrit | A change was merged to openstack/nova: Refactor nova.volume.cinder.API to reduce roundtrips with Cinder https://review.openstack.org/27537 | 19:50 |
dolphm | ayoung: what's termie's position on what issue? | 19:50 |
enikanorov | nati_ueno: thanks for the review. | 19:53 |
*** noslzzp has quit IRC | 19:53 | |
nati_ueno | enikanorov: your welcome. I like composite way also | 19:53 |
gyee | dolphm, I think they agreed to disagree :) | 19:54 |
enikanorov | nati_ueno: i wanted to ask, do you have a blueprint regarding routed insertion? may be some implementation details described? | 19:54 |
*** afazekas has quit IRC | 19:56 | |
*** yolanda has quit IRC | 19:56 | |
*** tzumainn has quit IRC | 19:56 | |
nati_ueno | enikanorov: Alex is working on the routed service insertion, but it looks I can't see service insertion bp now. | 19:56 |
nati_ueno | enikanorov: And I didn't know the implementation detail yet also | 19:57 |
enikanorov | you mean Alex Xu? | 19:57 |
*** dev_sa has joined #openstack-dev | 19:58 | |
*** jcoufal has quit IRC | 19:58 | |
nati_ueno | enikanorov: That's why I started discussion of http://lists.openstack.org/pipermail/openstack-dev/2013-May/009045.html | 19:58 |
nati_ueno | enikanorov: yes Alex | 19:58 |
nati_ueno | enikanorov: Xu | 19:58 |
nati_ueno | enikanorov: he wrote quantum server side in late G | 19:58 |
*** sarob_ has joined #openstack-dev | 19:59 | |
*** cdsvrd has quit IRC | 19:59 | |
enikanorov | ok, thanks for the link/ I'll review | 19:59 |
nati_ueno | enikanorov: Thanks! | 19:59 |
enikanorov | and i was planning to participate | 19:59 |
nati_ueno | enikanorov: Great | 20:00 |
*** sarob__ has joined #openstack-dev | 20:02 | |
*** sarob has quit IRC | 20:02 | |
*** sarob_ has quit IRC | 20:02 | |
*** olaph_ has quit IRC | 20:04 | |
*** marcos_sb has joined #openstack-dev | 20:04 | |
ayoung | dolphm, read up...but the short of it is that we have a fix for a problem with token revocations lists, and he is blocking it due to his objection to the general implementation of revocation lists, not this fix | 20:05 |
ayoung | dolphm, gyee the review request is : https://review.openstack.org/#/c/27597/ | 20:05 |
*** marcos_sb has quit IRC | 20:06 | |
*** egallen has joined #openstack-dev | 20:06 | |
*** reed has quit IRC | 20:07 | |
dolphm | ayoung: why would revocation entries need to exist beyond the expiration of the tokens? | 20:08 |
*** egallen has quit IRC | 20:10 | |
*** cloudchimp has quit IRC | 20:11 | |
*** cdsvrd has joined #openstack-dev | 20:11 | |
ayoung | dolphm, they don't | 20:12 |
ayoung | dolphm, in this patch he is proposing cleaning them up | 20:13 |
*** zodiak has quit IRC | 20:13 | |
ayoung | dolphm, there is an index page, and it is getting filled up, because they are never removed | 20:13 |
ayoung | dolphm, the tokens themleves get cleaned up by memcached's timeout mechanism, but the index page lives forever...sortof | 20:14 |
*** zodiak has joined #openstack-dev | 20:14 | |
*** bashok has quit IRC | 20:15 | |
*** zeriouz has quit IRC | 20:15 | |
*** egallen has joined #openstack-dev | 20:17 | |
*** abhishekkr__ has quit IRC | 20:18 | |
openstackgerrit | A change was merged to openstack/tempest: make test non executable, otherwise nose skips it https://review.openstack.org/29108 | 20:19 |
*** ashwini has quit IRC | 20:19 | |
*** sushils has joined #openstack-dev | 20:19 | |
*** cdsvrd has quit IRC | 20:22 | |
openstackgerrit | A change was merged to openstack/tempest: A Heat client which does basic stack operations. https://review.openstack.org/28270 | 20:22 |
*** jws7 has quit IRC | 20:22 | |
*** networkstatic has joined #openstack-dev | 20:23 | |
*** sarob__ has quit IRC | 20:26 | |
*** sarob has joined #openstack-dev | 20:26 | |
*** jecarey has quit IRC | 20:29 | |
*** adalbas has quit IRC | 20:30 | |
*** jecarey has joined #openstack-dev | 20:30 | |
*** sarob has quit IRC | 20:31 | |
*** halj has quit IRC | 20:32 | |
*** ayoung has quit IRC | 20:32 | |
*** sdake_ has joined #openstack-dev | 20:32 | |
*** sdake_ has joined #openstack-dev | 20:32 | |
*** halj has joined #openstack-dev | 20:32 | |
*** halj has quit IRC | 20:34 | |
*** ayoung has joined #openstack-dev | 20:35 | |
*** zodiak has quit IRC | 20:36 | |
*** jvrbanac has quit IRC | 20:37 | |
*** rnirmal has quit IRC | 20:41 | |
*** sarob has joined #openstack-dev | 20:42 | |
*** terryh has joined #openstack-dev | 20:42 | |
*** danwent has quit IRC | 20:44 | |
openstackgerrit | A change was merged to openstack/nova: Cells: Don't allow active -> build https://review.openstack.org/29215 | 20:44 |
*** sandywalsh has joined #openstack-dev | 20:45 | |
*** FunnyLookinHat has joined #openstack-dev | 20:46 | |
*** SergeyLukjanov has quit IRC | 20:46 | |
*** jeckersb is now known as jeckersb_gone | 20:46 | |
*** alop has joined #openstack-dev | 20:49 | |
*** nati_ueno has quit IRC | 20:52 | |
*** alunduil has quit IRC | 20:54 | |
*** ewindisch has quit IRC | 20:56 | |
*** kenperkins has joined #openstack-dev | 20:56 | |
*** danwent has joined #openstack-dev | 20:57 | |
*** jbresnah has quit IRC | 20:57 | |
ayoung | gyee, I take it unit tests are running for you? Mine are broken and I'm not sure why... | 20:58 |
gyee | ayoung, you mean for the token plugin stuff? yes | 20:58 |
ayoung | gyee, I am running off master, but the tests that require a server are failing | 20:58 |
*** bknudson has left #openstack-dev | 20:58 | |
*** sdake_ has quit IRC | 20:58 | |
gyee | lemme try | 20:58 |
ayoung | KcEssex3TestCase.test_tenant_create_update_and_delete | 20:58 |
ayoung | test_admin_requires_adminness (test_keystoneclient.KcMasterTestCase) | 20:59 |
ayoung | that last one is the one that failed for me | 20:59 |
*** ayoung is now known as ayoung|afk | 21:01 | |
*** donaldh has joined #openstack-dev | 21:04 | |
*** stevebaker_ is now known as stevebaker | 21:04 | |
*** jbresnah has joined #openstack-dev | 21:06 | |
*** dev_sa has quit IRC | 21:06 | |
*** krtaylor has quit IRC | 21:07 | |
*** mdomsch has quit IRC | 21:07 | |
*** esheffield has quit IRC | 21:07 | |
*** terry7 has joined #openstack-dev | 21:08 | |
*** stevemar2 has quit IRC | 21:09 | |
*** jecarey has quit IRC | 21:09 | |
*** martine has quit IRC | 21:10 | |
*** mfer has joined #openstack-dev | 21:11 | |
*** kagan has quit IRC | 21:12 | |
*** zzs has joined #openstack-dev | 21:12 | |
*** kagan has joined #openstack-dev | 21:12 | |
*** pstallworth has quit IRC | 21:14 | |
*** andrewbogott is now known as andrewbogott_afk | 21:15 | |
*** romcheg has joined #openstack-dev | 21:16 | |
*** woodspa has quit IRC | 21:19 | |
*** dprince has quit IRC | 21:20 | |
gyee | ayoung|afk, unit tests works for me | 21:20 |
*** katylava-away is now known as katylava | 21:21 | |
*** arbrandes has joined #openstack-dev | 21:22 | |
*** n0ano has joined #openstack-dev | 21:23 | |
*** rcleere has quit IRC | 21:23 | |
*** grey- has quit IRC | 21:23 | |
*** bknudson has joined #openstack-dev | 21:24 | |
*** arbrandes is now known as upunbox | 21:25 | |
*** upunbox is now known as upunbot | 21:25 | |
*** upunbot is now known as arbrandes | 21:25 | |
*** terryh has quit IRC | 21:26 | |
*** esheffield has joined #openstack-dev | 21:27 | |
*** shardy is now known as shardy_afk | 21:27 | |
*** jasondotstar has quit IRC | 21:29 | |
*** grey- has joined #openstack-dev | 21:29 | |
*** terryh has joined #openstack-dev | 21:30 | |
*** rcleere has joined #openstack-dev | 21:31 | |
*** jayg is now known as jayg|g0n3 | 21:32 | |
*** sarob has quit IRC | 21:33 | |
openstackgerrit | A change was merged to openstack/nova: Fix quantum security group driver to accept none for from/to_port https://review.openstack.org/29038 | 21:34 |
openstackgerrit | A change was merged to openstack/nova: Reverse path SNAT for DNAT floating-ip. https://review.openstack.org/28815 | 21:34 |
*** sarob has joined #openstack-dev | 21:36 | |
*** danwent has quit IRC | 21:37 | |
*** dolphm has quit IRC | 21:38 | |
*** danwent has joined #openstack-dev | 21:38 | |
*** jws7 has joined #openstack-dev | 21:39 | |
*** sacharya has quit IRC | 21:39 | |
*** jws7 has quit IRC | 21:39 | |
*** portante is now known as portante|afk | 21:40 | |
bknudson | sqlalchemy/sqlite question | 21:41 |
bknudson | If I get 2 engines using sqlite:// , would I expect to not be able to see tables from 1 engine in the other engine? | 21:41 |
*** pabelanger has quit IRC | 21:42 | |
*** sushils has quit IRC | 21:43 | |
*** sushils has joined #openstack-dev | 21:45 | |
*** mfer has quit IRC | 21:45 | |
*** noslzzp has joined #openstack-dev | 21:46 | |
*** jecarey has joined #openstack-dev | 21:46 | |
*** matiu has joined #openstack-dev | 21:47 | |
*** matiu has quit IRC | 21:47 | |
*** matiu has joined #openstack-dev | 21:47 | |
*** mkollaro has joined #openstack-dev | 21:49 | |
*** danwent has quit IRC | 21:49 | |
*** danwent has joined #openstack-dev | 21:50 | |
*** n0ano has quit IRC | 21:51 | |
*** jsindy_ has quit IRC | 21:51 | |
*** morazi has quit IRC | 21:51 | |
*** vkmc has quit IRC | 21:52 | |
*** dolphm has joined #openstack-dev | 21:53 | |
*** sarob has quit IRC | 21:53 | |
*** sarob has joined #openstack-dev | 21:54 | |
*** ayoung|afk is now known as ayoung | 21:54 | |
*** dhellmann is now known as dhellmann-away | 21:54 | |
*** jbresnah has quit IRC | 21:55 | |
*** redbeard2 has quit IRC | 21:55 | |
*** jsindy has joined #openstack-dev | 21:58 | |
*** sarob has quit IRC | 21:58 | |
*** jbresnah has joined #openstack-dev | 21:58 | |
*** gordc has quit IRC | 22:00 | |
*** dolphm has quit IRC | 22:00 | |
*** kbringard has quit IRC | 22:02 | |
*** kreddy has quit IRC | 22:02 | |
*** reed has joined #openstack-dev | 22:03 | |
*** alop has quit IRC | 22:03 | |
*** joesavak has joined #openstack-dev | 22:04 | |
*** sarob has joined #openstack-dev | 22:05 | |
*** alunduil has joined #openstack-dev | 22:06 | |
*** markwash has quit IRC | 22:06 | |
*** terryh has quit IRC | 22:07 | |
*** markwash has joined #openstack-dev | 22:07 | |
*** zodiak has joined #openstack-dev | 22:08 | |
*** openstackgerrit has quit IRC | 22:11 | |
*** openstackgerrit has joined #openstack-dev | 22:11 | |
*** jsindy has quit IRC | 22:11 | |
*** alop has joined #openstack-dev | 22:12 | |
*** romcheg has quit IRC | 22:14 | |
*** prad_ has quit IRC | 22:15 | |
*** jsavak has joined #openstack-dev | 22:17 | |
*** dolphm has joined #openstack-dev | 22:18 | |
*** joesavak has quit IRC | 22:19 | |
openstackgerrit | A change was merged to openstack/swift: Perform mount check after REST params valid on PUT https://review.openstack.org/29106 | 22:20 |
*** dolphm has quit IRC | 22:21 | |
*** dims has quit IRC | 22:21 | |
openstackgerrit | A change was merged to openstack/nova: Add missing tests for db.fixed_ip_*(). functions. https://review.openstack.org/29244 | 22:21 |
*** jsavak has quit IRC | 22:22 | |
*** eglynn_ has quit IRC | 22:22 | |
*** sacharya has joined #openstack-dev | 22:24 | |
*** radsy has joined #openstack-dev | 22:29 | |
*** pabelanger has joined #openstack-dev | 22:29 | |
*** sandywalsh has quit IRC | 22:30 | |
*** mrodden has quit IRC | 22:30 | |
*** Ryan_Lane has quit IRC | 22:31 | |
*** pcm__ has quit IRC | 22:31 | |
*** bdpayne has quit IRC | 22:32 | |
*** bdpayne has joined #openstack-dev | 22:33 | |
*** v7 has joined #openstack-dev | 22:36 | |
*** dims has joined #openstack-dev | 22:36 | |
v7 | Newbie here, why do python-novaclient, python-keystoneclient etc Not have a stable/folsom or stable/grizzly branch? | 22:40 |
*** jbresnah has quit IRC | 22:41 | |
clarkb | v7: because they do not follow the same release cycle. They are developed semi independently and new versions should be backward compatible | 22:41 |
v7 | clarkb: Thanks! That answers my question | 22:42 |
*** giulivo has quit IRC | 22:44 | |
*** pfreund has quit IRC | 22:45 | |
*** galstrom is now known as galstrom_zzz | 22:46 | |
*** zodiak has quit IRC | 22:50 | |
*** sandywalsh has joined #openstack-dev | 22:51 | |
*** Ryan_Lane has joined #openstack-dev | 22:51 | |
*** gyee has quit IRC | 22:52 | |
*** jws7 has joined #openstack-dev | 22:52 | |
*** Vek__ is now known as Vek | 22:53 | |
*** Vek has joined #openstack-dev | 22:53 | |
*** lloydde has quit IRC | 22:55 | |
SpamapS | hrm, what happened to https://github.com/cloudbuilders/noVNC.git ? | 22:56 |
termie | SpamapS: i think the workaround that it used was no longer needed | 22:58 |
*** jog0 has quit IRC | 22:58 | |
SpamapS | termie: ah, the Debian/Ubuntu packages are based on that repo. Hrm. | 23:00 |
termie | SpamapS: i don't have real details, but it is old enough that i would suspect the problems it addressed were resolved long ago | 23:01 |
SpamapS | Yeah it wasn't made clear in the packaging that this was not the canonical upstream repo. How annoying. | 23:03 |
*** jws7 has quit IRC | 23:03 | |
*** zzs has left #openstack-dev | 23:04 | |
*** sarob has quit IRC | 23:05 | |
*** sarob has joined #openstack-dev | 23:05 | |
*** soody has joined #openstack-dev | 23:05 | |
*** rcleere has quit IRC | 23:08 | |
*** sarob has quit IRC | 23:09 | |
*** digitalsanctum has quit IRC | 23:10 | |
*** hemna is now known as hemnafk | 23:11 | |
*** Brainspa1kle is now known as Brainspackle | 23:12 | |
*** READ10 has quit IRC | 23:13 | |
openstackgerrit | A change was merged to openstack/swift: Refactor Bulk middleware to handle long running requests https://review.openstack.org/28100 | 23:14 |
*** soody has quit IRC | 23:18 | |
*** epim has quit IRC | 23:18 | |
*** vkmc has joined #openstack-dev | 23:19 | |
*** katylava is now known as katylava-away | 23:21 | |
*** otherwiseguy has quit IRC | 23:22 | |
openstackgerrit | A change was merged to openstack/python-cinderclient: Fixed do_create() in v2 shell. https://review.openstack.org/29084 | 23:24 |
*** sean_s has joined #openstack-dev | 23:25 | |
*** soody has joined #openstack-dev | 23:28 | |
*** markwash has quit IRC | 23:29 | |
*** donaldh has quit IRC | 23:29 | |
*** jamielennox is now known as jamielennox|away | 23:29 | |
*** soody has quit IRC | 23:30 | |
*** david-lyle has quit IRC | 23:30 | |
*** arbrandes has quit IRC | 23:32 | |
*** soody has joined #openstack-dev | 23:33 | |
*** eharney has quit IRC | 23:33 | |
*** jecarey has quit IRC | 23:34 | |
openstackgerrit | A change was merged to openstack/cinder: Hide lock_prefix argument using synchronized_with_prefix() https://review.openstack.org/29065 | 23:34 |
*** redbeard2 has joined #openstack-dev | 23:36 | |
*** kagan has quit IRC | 23:37 | |
*** nati_ueno has joined #openstack-dev | 23:40 | |
*** sean_s has quit IRC | 23:42 | |
*** jecarey has joined #openstack-dev | 23:45 | |
*** ijw has quit IRC | 23:46 | |
*** electrichead has quit IRC | 23:49 | |
*** shri1 has joined #openstack-dev | 23:50 | |
*** shri has quit IRC | 23:51 | |
*** simo has joined #openstack-dev | 23:52 | |
*** simo has joined #openstack-dev | 23:52 | |
*** katylava-away is now known as katylava | 23:54 | |
sdague | jgriffith: you about? I've got some tempest refactor patches that seem to be hitting intermitent scheduler fails in cinder | 23:58 |
*** NobodyCam has quit IRC | 23:58 | |
sdague | but these are littlerally moving existing tests to different directories, no functional change | 23:58 |
openstackgerrit | A change was merged to openstack/nova: Remove openstack.common.version. https://review.openstack.org/29318 | 23:59 |
openstackgerrit | A change was merged to openstack/cinder: Implement cloned volume for the RBD driver https://review.openstack.org/29222 | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!