Thursday, 2013-10-03

*** faramir1 has joined #openstack-dev00:01
*** MaxV has quit IRC00:04
*** sheeprine has joined #openstack-dev00:04
*** thomasm has joined #openstack-dev00:04
*** dperaza has quit IRC00:05
*** SumitNaiksatam has quit IRC00:09
*** troytoman is now known as troytoman-away00:12
*** bswartz has joined #openstack-dev00:14
*** sheeprine has quit IRC00:15
*** salv-orlando has quit IRC00:19
*** cfriesen has quit IRC00:19
*** nati_ueno has quit IRC00:21
*** nati_ueno has joined #openstack-dev00:21
ayoungjamielennox, I suspect that what gyee will end up with will look a lot like the basic auth middleware I posted to github00:27
jamielennoxumm, i'm sure i've seen this but which one?00:28
ayoungthey'll end up sticking a token in a secure cookie or something and using it for additional roundtrips00:28
ayounglink coming up00:28
ayoungjamielennox, https://github.com/admiyo/keystone/commit/05d68559b548c6722a1d928e13919fe74ba5e13f00:29
ayoungbranch is here00:29
ayounghttps://github.com/admiyo/keystone/commits/cookies-basic-auth00:29
ayoungthere are three commits there that are all stand alone, I think00:29
ayoungjamielennox, by the by...wanted to tell you good job on this release, and say thanks for your help.00:30
ayoungrc-1 is not the same as finished, but...it sure is close00:30
*** FatDarrel has quit IRC00:31
*** matsuhashi has joined #openstack-dev00:32
jamielennoxheh, feel like i've been out of it for a while00:33
jamielennoxneed to get back onto server side where the cool kids play :)00:34
*** dstanek has quit IRC00:34
*** colinmcnamara has joined #openstack-dev00:35
*** sheeprine has joined #openstack-dev00:35
*** colinmcnamara has quit IRC00:35
*** bdpayne has quit IRC00:35
ayoungjamespage, so one of the RHers has an IPA server running in AWS00:40
*** colinmcnamara has joined #openstack-dev00:40
ayoungBeen working on trying to get the dual-ip address thing working00:40
ayoungargy00:41
ayoungjamielennox, ^^00:41
ayoungjamielennox, turns out the hack seems to be to have two host entries.00:41
jamielennoxjust using the script you had earlier or did you figure out a nova hook?00:41
ayoungHaven;t quite closed the loop on it yet00:41
*** vuil has quit IRC00:42
ayoungso..I'm still researching00:42
ayoungI think that we'll have to put something into Nova eventually00:42
*** sheeprine has quit IRC00:42
ayoungjamielennox, ideally, the same process will kick off the VM geneneration and the OTP/host regsistry, from inside of the nova context00:42
*** tanisdl has quit IRC00:43
ayoungwe can get a notification from Nova that a new VM is on the way...but no way then to get the OTP back to that instance00:43
jamielennoxi get the idea, i don't know enough about nova to know how or where that would go00:43
ayoungthe notifications stuff is like what bknudson is working on for Keystone.  So..really all we need is a simple hook to generate a file with the OTP, and stick it inside the vm instance...and also tack it into the notification00:44
jamielennoxignoring that for the time being is the internal vs external ip thing in IPA going to work out?00:44
ayoungI think so\00:44
ayoungbascially, you need two principal00:44
ayoungs00:44
ayoungone for int one for ext00:44
ayoungyou get that by making two host entries00:44
ayoungthen, the vm call ipa-client-install as the int one00:44
ayoungonce that is up it fetches the keytab for ext00:45
ayoungthe two keystabs get merged in /etc/krb5.conf00:45
ayoungjamielennox, its along the lines of  ipa-getkeytab -s ident.infra.lamourine.org  -k /etc/krb5.keytab -p host/node1.lamourine.org00:46
*** jasdeepH has joined #openstack-dev00:46
ayoungyou need to run that as root to have access to the krb5.keytab or perform some other trick, and also have a valid ticket for a user with admin privs00:46
jamielennoxis this something that is kerberos specific - or is it possible we could get changes to IPA to allow IP aliases?00:47
ayoungso the internal name for that one is node1.infra.lamourine.org and the external will be node1.lamourine.org00:47
jamielennoxor host aliases i guess00:47
ayoungKerberos needs host names for the principals to align00:47
ayoungnothing IP addressy about it00:47
ayoungwhen the client machine gets the service ticket, it gets it for the principal host/node1.lamourine.org00:48
ayoungif the host itself only has keys for node1.infra.lamourine.org it can't decrypt the key in the service ticket00:48
*** thomasm has quit IRC00:49
ayoungso the problem is not really IPA, so much as it is Amazon only giving out non-routables...and OpenStack doing the same thing.  With split horizon, yeah, we could do it with a single host name00:50
jamielennoxok, but it seems that if there was support for such a thing in kerberos there would be nothing preventing the same keys being returned for each alias of a host - i just don't know the security implications or whether that's something that would be supported00:50
ayoungjamielennox, good point.  I'm trying to do this within what IPA supports now, but there are a couple ways we could go in the future that might make is a lot cleaner.00:51
ayoungI think that multiple DNS entries is fine.  It would be nice, though, if the host entry did allow for multiple DNS names associated with it, and multiple principals00:52
jamielennoxok, that was the question - not necessarily impossible, but not supported00:52
ayoungYeah....once we can work out exactly what we need to make it happen, we can figure out how to streamline it.  I think that having a primary hostname<->A record and then multiple CNAMEs or alternative A records might be a valid approach00:53
ayoungjamielennox, It would make sense for virtual hosts in apache, too00:54
jamielennoxayoung: playing devils advocate though, if i'm actually making use of an internal vs external network then i want the principals remaining seperate00:55
*** briancurtin has joined #openstack-dev00:55
*** dolphm has joined #openstack-dev00:55
ayoungjamielennox, well, they both are going to map to the same machine, so I think you would want them linked.00:56
ayoungthe host principal is really more like a service, and we should be able to link service keys to hosts other than the one that maps one-to-one with the hostname00:57
*** lbragstad has quit IRC00:57
jamielennoxalright, later problem i was just thinking it was a posibility00:57
*** angdraug has quit IRC00:58
ayoungjamielennox, yeah.  it is going to be weird because we will have a host with allocated keytab, but then no IPA-client will enroll it...just fetch the keytab00:58
*** SumitNaiksatam has joined #openstack-dev01:03
*** nosnos has joined #openstack-dev01:04
*** nermina has joined #openstack-dev01:05
*** alop has quit IRC01:06
*** dolphm has quit IRC01:07
*** jayg is now known as jayg|g0n301:09
*** jaypipes has quit IRC01:11
*** chenxu has quit IRC01:11
*** armax has quit IRC01:13
*** jasdeepH has quit IRC01:17
*** markwash has joined #openstack-dev01:18
*** cjellick has quit IRC01:19
*** sheeprine has joined #openstack-dev01:23
*** melwitt has quit IRC01:25
*** erkules has quit IRC01:30
*** sthaha has joined #openstack-dev01:34
*** schwicht has quit IRC01:36
*** fandikurnia01 has joined #openstack-dev01:36
*** erkules has joined #openstack-dev01:47
*** shinylasers has quit IRC01:49
*** nati_ueno has quit IRC01:51
*** gordc has joined #openstack-dev01:52
*** nermina has left #openstack-dev02:06
*** neelashah has joined #openstack-dev02:06
*** mlavalle has joined #openstack-dev02:07
*** mlavalle has quit IRC02:08
*** Mandell has joined #openstack-dev02:09
*** faramir1 has quit IRC02:10
*** fandikurnia01 has quit IRC02:12
*** fandikurnia01 has joined #openstack-dev02:12
*** jasdeepH has joined #openstack-dev02:19
*** oubiwann has joined #openstack-dev02:24
*** oubiwann has quit IRC02:24
*** oubiwann has joined #openstack-dev02:25
*** oubiwann has quit IRC02:25
*** erfanian has joined #openstack-dev02:30
*** shinylasers has joined #openstack-dev02:35
*** shinylasers has joined #openstack-dev02:36
*** pixelb has quit IRC02:38
*** dropped has quit IRC02:41
*** oubiwann has joined #openstack-dev02:48
*** oubiwann has quit IRC02:48
*** oubiwann has joined #openstack-dev02:54
*** asalkeld is now known as asalkeld_lunch02:57
*** dperaza has joined #openstack-dev02:58
*** paragan has joined #openstack-dev02:59
*** zhiyan has joined #openstack-dev03:02
ayoungjamielennox, now that Icehouse is open for business....time to rethink KDS.  https://review.openstack.org/#/c/40692/03:04
ayoungThat doc needs a lot of love03:04
jamielennoxare you taking that one up without simo now?03:05
ayoungjamielennox, yep03:05
ayoungunless you want it?03:05
jamielennoxmaybe03:05
ayoungjamielennox, I was thinking that I really should understand it better03:06
jamielennoxi've been thinking what i want to get done in Icehouse and i've got an ok idea03:06
ayoungI'll continue to own it, but feel free to take a heavy hand in it03:06
jamielennoxbut KDS seems like it would be one of those areas you just have to immerse yourself in, and it is interesting03:06
ayoungWell, yeah, but the issues are not so much crypto as "how do we expose this to the world" REST type issues03:07
ayoungsimo already did all the fun stuff03:07
jamielennoxyea i noticed, and he's got the crypto into oslo as well03:07
*** radsy has quit IRC03:07
jamielennoxi'm still not sure if that base64 thing was the right way to go but it does make sense03:08
*** dguitarbite has joined #openstack-dev03:08
ayoungsee...there are so many design decisions in there.  I really don't want to have to justifyt them without understanding them myself03:09
jamielennoxthat was why i only questioned the API at the time03:10
jamielennoxhonestly i'm still of the opinion that symmetric keys are the wrong fit here03:10
ayoungand, if they are the right fit, we should be using Kerberos and not reimplementing it03:11
jamielennoxbut he fought so hard for it03:11
ayoungwell...he's right in that symetric crypto is much more efficient03:11
jamielennoxyep03:11
ayoungwhat if we said "you only get symmetric crypto if you use kerberos"?03:12
ayoungwould that fly?03:12
jamielennoxbut there are reasons for doing key exchange and stuff03:12
jamielennoxthe problem is this is not a keystone decision03:12
ayoungnone of this really belongs in Keystone, does it03:12
jamielennoxi've only got an overview of messaging in general OS03:12
jamielennoxit's one thing for me to say this is how i want the API to look03:13
jamielennoxbut things like 'only for kerberos' need to get run all the way around the project03:13
ayoungjamielennox, just think of the stuff hidden away behind the Nova facade that all hangs off the message queue.  Keystone knows none of those things03:13
jamielennoxkeystone and me both :)03:13
ayounghttp://b6c82e5bf05bb57d5fd7-e4def687b494c6d4f892965970fc9f39.r37.cf2.rackcdn.com/openstack-arch-grizzly-logical-v2.jpg03:13
ayoungif there are 1000s of compute nodes, each with a unique identity, we need some place to store that.  But Keystone is not the right place03:14
jamielennoxso  i'm not sure - i don't think keystone is right, but i don't know if barbican is right either03:14
ayoungI wonder if nova conductor is more correct03:15
jamielennoxi liked the idea of the guy who suggested GPG, but that got shut down pretty quick03:15
ayoungmeh03:15
ayoungGPG is still asymmetric.  If we do asym, we do X50903:15
jamielennoxit makes sense, the problem with x509 is the distribution - web of trust is a better fit for those types of services interaction03:16
*** markmcclain has quit IRC03:16
ayoungwhat if...the kds hung off the queue itself and was not a web service03:16
ayoungX509 is a solved problem03:16
ayoungand we already do X509 lets not complicate things there03:17
ayoungyou enjoy pushing those hot buttons, don't you?03:17
jamielennoxheh, i feel i just missed a lot of those early decision making processes - i would like to see the justification for some of this stuff, i'm sure it exists03:18
ayoungok...  Ideally, KDS  would be a separate endpoint, not Keystone03:19
jamielennoxand i'm better at picking apart my arguments than making them03:19
jamielennoxright03:19
jamielennoxbarbican is not the right place, barbican should be somewhat user orientated as i understand it03:19
ayoungany reason at all that it shouold be in Keystone03:19
ayoungyeah, agree03:19
ayoungthis is not the barbican use case at all03:20
jamielennoxthe argument i guess is simply that it is a user credential - we already somewhat handle that stuff, the fact that it is a service user shouldn't matter03:20
ayoungexcept that keystone really is for end users of the OpenStack APIs and this is not03:21
ayoungthe closest analogue is token validation03:21
*** dperaza has quit IRC03:21
*** vkmc has quit IRC03:22
*** dperaza has joined #openstack-dev03:22
ayoungand even that is going to to made possible to be done by end users03:22
jamielennoxbut particularly with OOO the distinction between user/service is blurring03:22
ayoungthe thing is, this is all redundant with the SASL and GSSAPI security around AMQP.  We really should just use that, and use it right03:22
ayoungso NIH...03:23
jamielennoxbut rabbit or one of those doesn't support it03:23
*** novas0x2a|laptop has quit IRC03:24
ayoungso you are saying that if people use an insecure product for implementation we need to provide a custome solution to secure it?  I don't buy it.  We don't have the focus to do it right03:24
ayoungYou want message security, use a messaging system that provides security and use it correctly03:25
* ayoung is lazy that way03:25
jamielennoxi'm not saying anything, let's put the fix into 0mq or rabbit or whatever03:25
ayoungOK...so I guess that this will allow you to do message signing over multiple hops03:25
jamielennoxGSSAPI isn't going to fly for everyone though03:25
jamielennoxtrue, but why is message passing doing hops?03:26
*** yjiang5 has joined #openstack-dev03:26
ayoungyeah, I guess its transport layer versus application layer encryption all over again, same issues as HTTPS03:26
ayoungWell, I don't know that  it is...just a theoretical observation03:26
jamielennoxi'm going to re-read his wiki page03:27
jamielennoxhttps://wiki.openstack.org/wiki/MessageSecurity03:27
ayoungYou know I tend toward thinkg and talking in design patterns.  http://www.eaipatterns.com/PipesAndFilters.html03:28
ayoungthere are a lot of things you can do if you start thinking about composing message processing in multiple steps03:28
ayounghttp://www.eaipatterns.com/MessageRouter.html03:29
ayoungif you want to make a custom piece of code to do logic like that, it has to read from a queue, and write to a queue.  Even if it doesn't morph the message, you lose that guarantee that the messaage was not modified during processing unless you do the kind of thing simo proposes03:30
jamielennoxso i'm inclined to think that the solution should be use PKI and have an undercloud barbican instance03:30
jamielennoxmore CMS :)03:31
jamielennoxand if you don't like it then secure your infrastructure03:31
*** aditirav has joined #openstack-dev03:36
*** vipul has quit IRC03:37
*** vipul has joined #openstack-dev03:37
ayoungjamielennox, well, that makes sense for low quantity messages  to large groups of people.  But for high volume, symmetric makes more sense.03:40
jamielennoxayoung: this is interesting speculation, but i don't think it's our fight - there were competing proposals, i think we  open it back up03:42
*** asalkeld_lunch is now known as asalkeld03:42
ayoungjamielennox, nah, I think we should finish up the KDS stuff...it make sense03:42
jamielennoxsecurity definetly within our purview but i don't think this is a keystone issue03:43
ayoungI just need to understand the details a little better. Like why he duplicated the signature.  I know it was because we were looking to have a uniuqe identifier for REST purposes03:43
ayoungOK...getting late...need to sleep.03:44
jamielennoxthe KDS is not the end of it though, it's like step 2 or 303:44
ayoungyeah03:44
jamielennoxit's not KDS i'm worried about, it's everything after that03:44
ayoungI'd suggest jdennis take it but it wouldn't make it in to icehouse.  He's too deliberate for that.03:45
*** neelashah has quit IRC03:45
ayoungand we need the nss stuff done03:45
ayoungthey need it to build on to it03:45
ayoungso it needsto go in quick, before the summit03:45
jamielennoxbefore this summit?03:45
ayoungbascially, take simo's proposal and clean it up03:45
jamielennoxwow03:45
ayoungyeah03:45
ayoungthe assumption was that it was OK to delay it until I1 because no one would be building on it03:46
jamielennoxhmm, yea i remember that03:46
ayoungif we delay it any further it is going to impact other people's work03:46
jamielennoxayoung: i would suggest hitting up someone in nova - saying if we finish of the KDS who is going to push it from the nova/OSLO end03:47
ayoungI kind of think we need to strongarm simo back until we get it in03:47
ayoungI'll ask him when he's back from PTO03:47
jamielennoxlol, yea, not sure how he pulled that exit03:47
*** colinmcnamara has quit IRC03:47
ayoungHe's Italian.  He did it with flair.  Operatic, almost.03:47
ayounggnight03:47
jamielennoxnight03:47
*** ayoung has quit IRC03:48
*** CaptTofu has quit IRC03:51
*** jasdeepH has quit IRC03:51
*** CaptTofu has joined #openstack-dev03:51
*** dperaza has quit IRC03:54
*** trey_h has quit IRC03:54
*** trey_h has joined #openstack-dev03:55
*** dperaza has joined #openstack-dev03:55
*** aditirav has quit IRC03:58
*** jeevan_u1las is now known as jeevan_ullas03:58
*** jeevan_ullas has joined #openstack-dev03:58
*** trey_h has quit IRC03:59
*** Samos123_ has joined #openstack-dev04:00
*** dstanek has joined #openstack-dev04:01
*** aditirav has joined #openstack-dev04:01
*** Samos123 has quit IRC04:03
*** Samos123_ is now known as Samos12304:03
*** dguitarbite has quit IRC04:04
*** Samos123 has joined #openstack-dev04:04
*** zhiyan has quit IRC04:04
*** zhiyan has joined #openstack-dev04:06
*** aeperezt has quit IRC04:07
*** gordc has quit IRC04:08
*** aeperezt has joined #openstack-dev04:09
*** spzala has quit IRC04:09
*** Samos123_ has joined #openstack-dev04:10
*** jasdeepH has joined #openstack-dev04:12
*** noorul has joined #openstack-dev04:12
*** sarob has joined #openstack-dev04:17
*** aeperezt has quit IRC04:25
*** briancurtin has quit IRC04:26
*** sridevi has joined #openstack-dev04:27
*** mtreinish has quit IRC04:28
*** anteaya has quit IRC04:30
*** cjellick has joined #openstack-dev04:32
*** aditirav has quit IRC04:33
*** aditirav has joined #openstack-dev04:33
*** chandankumar has joined #openstack-dev04:34
*** rods` has quit IRC04:35
*** paragan has quit IRC04:39
*** alunduil has joined #openstack-dev04:40
*** AlexF has joined #openstack-dev04:40
*** edmund has quit IRC04:41
*** mtreinish has joined #openstack-dev04:42
*** rods has joined #openstack-dev04:43
*** vuil has joined #openstack-dev04:46
*** zhiyan1 has joined #openstack-dev04:50
*** zhiyan has quit IRC04:51
*** zhiyan1 has quit IRC04:55
*** zhiyan has joined #openstack-dev04:55
*** SergeyLukjanov has joined #openstack-dev04:56
*** ArcTanSusan has joined #openstack-dev04:58
*** zaitcev has quit IRC05:01
*** aditirav has quit IRC05:06
*** aditirav has joined #openstack-dev05:07
*** vartom19 has joined #openstack-dev05:07
*** henrynash has joined #openstack-dev05:08
*** sarob has quit IRC05:12
*** sarob has joined #openstack-dev05:12
*** jasdeepH has quit IRC05:13
*** vartom19 has quit IRC05:14
*** sarob has quit IRC05:16
*** cjellick has quit IRC05:20
*** cjellick has joined #openstack-dev05:20
*** AlexF has quit IRC05:22
*** markwash has quit IRC05:22
*** sushils has joined #openstack-dev05:29
*** AlexF has joined #openstack-dev05:34
*** rushiagr has joined #openstack-dev05:34
*** sushils has quit IRC05:34
*** sumanthns has joined #openstack-dev05:35
*** davidhadas has quit IRC05:35
*** diogogmt has quit IRC05:37
*** shardy is now known as shardy_afk05:37
*** jasdeepH has joined #openstack-dev05:37
*** sushils has joined #openstack-dev05:38
*** AlexF has quit IRC05:38
*** jaypipes has joined #openstack-dev05:39
*** openfly has quit IRC05:40
*** markwash has joined #openstack-dev05:41
*** sushils has quit IRC05:42
*** yjiang5 has quit IRC05:43
*** cjellick1 has joined #openstack-dev05:44
*** cjellick has quit IRC05:44
*** sushils has joined #openstack-dev05:44
*** vuntz has quit IRC05:46
*** cjellick1 has quit IRC05:49
*** cjellick has joined #openstack-dev05:49
*** paragan has joined #openstack-dev05:53
*** vuntz has joined #openstack-dev05:53
*** prekarat has quit IRC05:54
*** nshaikh has joined #openstack-dev06:00
*** gsilvis has quit IRC06:02
*** sergmelikyan has quit IRC06:02
*** Max_ has joined #openstack-dev06:03
*** gsilvis has joined #openstack-dev06:04
*** vartom19 has joined #openstack-dev06:05
*** comay has quit IRC06:07
*** yolanda has joined #openstack-dev06:08
*** neoXsys has quit IRC06:09
*** cjellick has quit IRC06:10
*** tvb has joined #openstack-dev06:14
*** tvb has quit IRC06:14
*** tvb has joined #openstack-dev06:14
*** comay has joined #openstack-dev06:15
*** zbitter has joined #openstack-dev06:15
*** Shaan7 has quit IRC06:16
*** Max_ has quit IRC06:17
*** SergeyLukjanov has quit IRC06:17
*** MaxV has joined #openstack-dev06:18
*** zaneb has quit IRC06:18
*** henrynash has quit IRC06:19
*** henrynash has joined #openstack-dev06:20
*** rwsu is now known as rwsu-away06:21
*** davidhadas has joined #openstack-dev06:21
*** MaxV has quit IRC06:22
*** sarob has joined #openstack-dev06:23
*** mkoderer_ is now known as mkoderer06:26
*** sgran has quit IRC06:27
*** sarob has quit IRC06:28
*** bvandenh has joined #openstack-dev06:29
*** terriyu has joined #openstack-dev06:30
*** terriyu has quit IRC06:31
*** jasdeepH has quit IRC06:35
*** bashok has joined #openstack-dev06:39
*** SergeyLukjanov has joined #openstack-dev06:41
*** xga has joined #openstack-dev06:41
ekarlsoSamos123_: here ?06:41
ekarlsosamalba: ...06:41
*** SergeyLukjanov has quit IRC06:42
*** jasdeepH has joined #openstack-dev06:42
*** bvandenh has quit IRC06:43
*** eglynn has joined #openstack-dev06:44
*** odyssey4me has joined #openstack-dev06:48
*** eglynn has quit IRC06:49
*** sgran has joined #openstack-dev06:51
*** ifarkas has joined #openstack-dev06:52
*** vuntz has quit IRC06:57
*** reidrac has joined #openstack-dev06:57
*** yeylon_ has joined #openstack-dev06:59
*** rohit has joined #openstack-dev07:02
*** rohit is now known as Guest3493107:03
*** rohitk has joined #openstack-dev07:03
*** sushils has quit IRC07:04
*** jcoufal has joined #openstack-dev07:08
*** rushiagr has quit IRC07:10
*** afazekas has joined #openstack-dev07:11
*** jtomasek has joined #openstack-dev07:11
*** rohitk has quit IRC07:11
*** rohitk has joined #openstack-dev07:12
*** bashok_ has joined #openstack-dev07:12
*** rohitk has quit IRC07:13
*** Ryan_Lane has joined #openstack-dev07:14
*** bashok has quit IRC07:15
*** shardy_afk has quit IRC07:16
*** flaper87|afk has quit IRC07:17
*** flaper87|afk has joined #openstack-dev07:18
*** AlexF has joined #openstack-dev07:18
*** flaper87|afk is now known as flaper8707:18
*** rushiagr has joined #openstack-dev07:21
*** prekarat has joined #openstack-dev07:21
*** shardy_afk has joined #openstack-dev07:22
*** paragan has quit IRC07:24
*** prekarat has quit IRC07:26
*** Ryan_Lane has quit IRC07:26
*** dperaza has quit IRC07:27
*** bvandenh has joined #openstack-dev07:28
*** giulivo has joined #openstack-dev07:28
*** flaper87 has quit IRC07:30
*** flaper87 has joined #openstack-dev07:30
*** corXi has joined #openstack-dev07:31
*** prekarat has joined #openstack-dev07:31
*** gmurphy has quit IRC07:34
*** eglynn has joined #openstack-dev07:35
*** jistr has joined #openstack-dev07:35
*** martyntaylor has joined #openstack-dev07:37
*** JordanP has joined #openstack-dev07:37
*** openfly has joined #openstack-dev07:37
*** boris-42 has joined #openstack-dev07:38
*** xqueralt has joined #openstack-dev07:39
*** safchain has joined #openstack-dev07:44
*** aditirav has quit IRC07:44
*** ArcTanSusan has quit IRC07:48
*** colinmcnamara has joined #openstack-dev07:48
*** mkerrin has quit IRC07:48
*** MaxV has joined #openstack-dev07:50
*** feleouet has joined #openstack-dev07:51
*** colinmcnamara has quit IRC07:52
*** o_petit has joined #openstack-dev07:52
*** athomas has joined #openstack-dev07:54
*** jprovazn has joined #openstack-dev07:54
*** DinaBelova has joined #openstack-dev07:54
*** fbo_away is now known as fbo07:55
*** vuntz has joined #openstack-dev07:56
*** salv-orlando has joined #openstack-dev07:59
*** rushiagr has quit IRC07:59
*** AlexF has quit IRC07:59
*** AnilV4 has joined #openstack-dev08:00
*** johnthetubaguy has joined #openstack-dev08:00
*** davidhadas_ has joined #openstack-dev08:02
*** odyssey4me has quit IRC08:03
*** davidhadas has quit IRC08:04
*** SergeyLukjanov has joined #openstack-dev08:04
*** boden has joined #openstack-dev08:04
*** tkammer has joined #openstack-dev08:05
*** davidhadas_ has quit IRC08:05
*** paragan has joined #openstack-dev08:05
*** xqueralt has quit IRC08:06
*** davidhadas has joined #openstack-dev08:07
*** DinaBelova has quit IRC08:09
*** locke105 has joined #openstack-dev08:10
*** locke1051 has quit IRC08:10
*** odyssey4me has joined #openstack-dev08:11
*** vuil has quit IRC08:12
*** martyntaylor has quit IRC08:12
*** xga has quit IRC08:13
*** iartarisi has joined #openstack-dev08:14
*** xga has joined #openstack-dev08:14
*** mkerrin has joined #openstack-dev08:15
*** dstanek has quit IRC08:17
*** xqueralt has joined #openstack-dev08:18
*** yassine has joined #openstack-dev08:23
*** galstrom_zzz has quit IRC08:24
*** aditirav has joined #openstack-dev08:26
*** galstrom_zzz has joined #openstack-dev08:27
*** galstrom_zzz is now known as galstrom08:27
*** aditirav_ has joined #openstack-dev08:27
*** martyntaylor has joined #openstack-dev08:29
*** aditirav has quit IRC08:31
*** aditirav_ is now known as aditirav08:31
*** rushiagr has joined #openstack-dev08:33
*** sushils has joined #openstack-dev08:34
*** jpich has joined #openstack-dev08:38
*** zhiyan has quit IRC08:40
*** shardy_afk is now known as shardy08:41
*** aditirav has quit IRC08:43
*** aditirav has joined #openstack-dev08:44
*** danpb has joined #openstack-dev08:46
*** rushiagr has quit IRC08:50
*** xga has quit IRC08:50
*** lucasagomes has joined #openstack-dev08:51
*** qba73 has joined #openstack-dev08:54
*** DinaBelova has joined #openstack-dev08:54
*** AlexF has joined #openstack-dev08:54
*** paragan has quit IRC08:54
*** tkammer has quit IRC08:56
*** rushiagr has joined #openstack-dev08:56
ekarlsoBobBall: here mate ?08:56
BobBallI am indeed09:00
*** matsuhashi has quit IRC09:01
*** pixelb has joined #openstack-dev09:05
ttxrelease branches were cut for nova, neutron, heat and horizon. Will publish RC1s soon09:06
BobBallWhat does that mean in relation to bug fixes ttx?  Does that mean they have to be critical fixes or can we still get important fixes in?09:06
ttxBobBall: you get any fix you want in master (and any feature). Specific bugfixes may be backported if we decide they warrant a RC2 window09:07
BobBallBut there is unlikely to be an RC2 without it being a critical fix?09:07
ttxBobBall: there should at least be a critical fix to "trigger" the window09:08
ttxthen we can bundle a few less-critical ones into it09:08
BobBallthat's what I feared09:08
ttxWe track candidates for backporting using the havana-rc-potential tag09:08
*** matsuhashi has joined #openstack-dev09:09
BobBallI've got a fix I _really really_ want in Havana due to long term supportability but nothing is actually broken without the fix - unless people mess up their config in the ways they typically do :/09:09
ttxBobBall: in Neutron ?09:10
BobBallnova09:10
BobBallIt's XenAPI - people keep getting their plugin versions out of sync with the nova version09:10
BobBalland it's a PITA to track down when they get it wrong09:11
ttxBobBall: I woul dbe pretty surprised if we didn't do a RC2 for Nova. So plead your case to Russell09:11
BobBallso we added some versioning to the interface between nova09:11
BobBallok - will do09:11
BobBallthanks :)09:11
*** vartom19 has quit IRC09:13
*** prekarat has quit IRC09:16
*** prekarat has joined #openstack-dev09:17
*** salv-orlando_ has joined #openstack-dev09:19
*** salv-orlando has quit IRC09:19
*** salv-orlando_ is now known as salv-orlando09:19
*** mkollaro has joined #openstack-dev09:22
*** johnthetubaguy1 has joined #openstack-dev09:24
*** johnthetubaguy has quit IRC09:24
*** johnthetubaguy has joined #openstack-dev09:26
*** johnthetubaguy1 has quit IRC09:28
ekarlsoBobBall: any news on when packages for ubuntu will work ?09:28
*** DinaBelova has quit IRC09:28
*** xga has joined #openstack-dev09:29
*** paragan has joined #openstack-dev09:31
*** DinaBelova has joined #openstack-dev09:36
*** AlexF has quit IRC09:36
*** tvb has quit IRC09:36
*** djoreilly has joined #openstack-dev09:37
*** davidhadas has quit IRC09:38
*** salv-orlando has quit IRC09:38
*** davidhadas_ has joined #openstack-dev09:38
*** Shaan7 has joined #openstack-dev09:39
*** gmoro has joined #openstack-dev09:40
*** tvb has joined #openstack-dev09:40
*** derekh has joined #openstack-dev09:44
*** DinaBelova has quit IRC09:45
*** matiu has quit IRC09:45
BobBallthe bloke working on the ubuntu packages is on vacation - it'll be a few weeks before we have a blog post out09:46
*** rohitk has joined #openstack-dev09:46
BobBallekarlso: but they mostly-work today from what I understand.  If you wanted to have a play and build them yourself then we would very much appreciate any feedback09:46
*** vartom19 has joined #openstack-dev09:47
BobBallekarlso: because you should be able to run it, start VMs and so on - so if you don't there is something we need to fix and it'd be great to fix it before the blog post :)09:47
*** salv-orlando has joined #openstack-dev09:47
*** salv-orlando_ has joined #openstack-dev09:48
*** hugokuo has quit IRC09:49
*** bswartz1 has joined #openstack-dev09:49
*** sthaha has quit IRC09:49
*** hugokuo has joined #openstack-dev09:49
*** sthaha has joined #openstack-dev09:50
*** sthaha has joined #openstack-dev09:50
*** bswartz has quit IRC09:50
*** paragan has quit IRC09:51
*** salv-orlando has quit IRC09:51
*** salv-orlando_ is now known as salv-orlando09:51
*** paragan has joined #openstack-dev09:51
*** paragan has quit IRC09:51
*** paragan has joined #openstack-dev09:51
*** AlexF has joined #openstack-dev10:00
*** tvb has quit IRC10:02
*** mmagr has joined #openstack-dev10:04
*** DinaBelova has joined #openstack-dev10:07
*** MaxV has quit IRC10:07
*** MaxV has joined #openstack-dev10:08
*** henrynash has quit IRC10:08
*** Oneiroi has joined #openstack-dev10:10
*** o_petit has quit IRC10:10
*** AlexF has quit IRC10:12
*** toabctl has joined #openstack-dev10:13
*** vartom19 has quit IRC10:14
*** vartom19 has joined #openstack-dev10:15
*** boris-42 has quit IRC10:18
*** MaxV has quit IRC10:18
*** AlexF has joined #openstack-dev10:21
*** schwicht has joined #openstack-dev10:29
*** aditirav has quit IRC10:32
*** tvb has joined #openstack-dev10:33
*** tvb has quit IRC10:33
*** tvb has joined #openstack-dev10:33
*** bvandenh has quit IRC10:37
*** AlexF has quit IRC10:39
*** AlexF has joined #openstack-dev10:40
*** flaper87 is now known as flaper87|afk10:40
*** tvb has quit IRC10:41
*** dropped has joined #openstack-dev10:44
*** tvb has joined #openstack-dev10:45
*** bauzas has quit IRC10:47
*** romcheg1 has joined #openstack-dev10:50
*** rushiagr has quit IRC10:54
*** morazi has joined #openstack-dev10:54
*** nosnos has quit IRC10:56
*** jruzicka has joined #openstack-dev10:56
*** matsuhashi has quit IRC10:57
*** nil1511 has joined #openstack-dev10:57
*** rkukura has quit IRC10:59
*** nil1511 has quit IRC10:59
*** dprince has joined #openstack-dev11:00
*** henrynash has joined #openstack-dev11:05
*** DinaBelova has quit IRC11:06
*** aditirav has joined #openstack-dev11:06
*** AnilV4 has quit IRC11:06
*** AlexF has quit IRC11:07
*** Shaan7 has quit IRC11:08
*** markmc has joined #openstack-dev11:09
*** romcheg has quit IRC11:12
*** DinaBelova has joined #openstack-dev11:13
*** rohitk has quit IRC11:14
*** AlexF has joined #openstack-dev11:15
*** romcheg1 is now known as romcheg11:15
*** boris-42 has joined #openstack-dev11:15
*** rushiagr has joined #openstack-dev11:18
*** jistr has quit IRC11:18
*** athomas has quit IRC11:18
*** tvb has quit IRC11:19
*** jistr has joined #openstack-dev11:19
*** garyk has joined #openstack-dev11:21
garyksalv-orlando: ping11:21
*** ifarkas has quit IRC11:22
*** jprovazn has quit IRC11:22
*** MaxV has joined #openstack-dev11:22
*** AnilV4 has joined #openstack-dev11:23
*** tellesnobrega has joined #openstack-dev11:24
*** dprince has quit IRC11:24
*** jtomasek_ has joined #openstack-dev11:24
ekarlsoanyone know what dumb_member in keystone does ?11:24
*** adalbas has joined #openstack-dev11:25
*** pfreund has joined #openstack-dev11:26
*** jtomasek has quit IRC11:26
*** CaptTofu has quit IRC11:27
*** CaptTofu has joined #openstack-dev11:27
*** tsufiev has joined #openstack-dev11:32
tsufievamotoki, lcheng, david-lyle, please take a look at https://review.openstack.org/#/c/49130/11:33
*** alexpilotti has joined #openstack-dev11:33
*** paragan has quit IRC11:34
*** rohitk has joined #openstack-dev11:35
*** AlexF has quit IRC11:37
*** rushiagr has quit IRC11:37
*** Alexei_987 has joined #openstack-dev11:38
*** eharney has joined #openstack-dev11:39
*** rohitk has quit IRC11:39
*** Shaan7 has joined #openstack-dev11:41
*** pcm_ has joined #openstack-dev11:41
*** rushiagr has joined #openstack-dev11:43
*** dropped has quit IRC11:43
*** rpodolyaka has left #openstack-dev11:44
*** jpich has quit IRC11:44
*** jprovazn has joined #openstack-dev11:44
*** jpich has joined #openstack-dev11:44
*** avishayb has joined #openstack-dev11:45
*** polfilm has joined #openstack-dev11:46
*** Shaan7 has quit IRC11:46
jd__ttx: what about creating a rc2 milestone?11:47
markmcjpich, here's the link: https://etherpad.openstack.org/disable-lazy-translation11:49
markmcjpich, original patch/discussion: https://review.openstack.org/#/c/26982/11:51
*** rohitk has joined #openstack-dev11:52
*** adalbas has quit IRC11:58
*** bashok_ has quit IRC11:59
*** thomasm has joined #openstack-dev11:59
*** xga_ has joined #openstack-dev12:02
*** CaptTofu has quit IRC12:03
*** CaptTofu has joined #openstack-dev12:03
*** flaper87|afk is now known as flaper8712:04
*** xga has quit IRC12:05
*** READ10 has joined #openstack-dev12:06
*** xga_ has quit IRC12:07
*** xga_ has joined #openstack-dev12:07
*** sridevi has quit IRC12:07
*** CaptTofu has quit IRC12:08
*** fandikurnia01 has quit IRC12:10
*** jcoufal_ has joined #openstack-dev12:13
*** kincl has quit IRC12:13
*** jcoufal has quit IRC12:16
*** sandywalsh has joined #openstack-dev12:19
*** dstanek has joined #openstack-dev12:19
*** xga__ has joined #openstack-dev12:23
*** aditirav has quit IRC12:26
*** xga_ has quit IRC12:26
*** sgordon has joined #openstack-dev12:29
*** sgordon has joined #openstack-dev12:29
*** bswartz1 is now known as bswartz12:33
*** YorikSar has quit IRC12:35
*** vladikr has joined #openstack-dev12:35
*** tvb has joined #openstack-dev12:39
*** tvb has quit IRC12:39
*** tvb has joined #openstack-dev12:39
ttxjd__: only when/if you hit a critical bug12:40
ttxjd__: in the mean time you can fix things in master and tag candidates for backport as havana-rc-potential12:41
jd__ttx: ok, so we just backport things as we got using tags?12:41
*** sridevi has joined #openstack-dev12:41
jd__yeah I've already started backporting a couple of things tagged :)12:41
ttxjd__: do noyt backport until we decide that we have an issue that warrants a respin12:41
ttxor at least, do not approve those bckports just yet :)12:42
*** nermina has joined #openstack-dev12:43
*** CaptTofu has joined #openstack-dev12:44
*** jprovazn has quit IRC12:44
*** mjfork has joined #openstack-dev12:44
ttxjd__: does it make sense ?12:45
jd__ttx: I don't know, can't we have a few bug fixes between rc1 and final? do we have to wait for 2013.2.1 to backport these?12:45
ttxjd__: The idea is to not change the RC1 (which gets tested) unless there is a good reason to12:46
*** ifarkas has joined #openstack-dev12:47
ttxjd__: If you just change the RC continuously under testers, you won't get any testing12:47
ttxjd__: so we proceed using "windows" that are opened when a critical mass is reached12:47
ttxbetter release with a few known bugs than with an unknown regression12:48
*** o_petit has joined #openstack-dev12:48
jd__fair enough, though I am still not really clear about how it is much better to backport these patches in 2013.2.1, since this is what it means IIUC :)12:48
ttxjd__: that said if you already have a release-critical bug, we can look at it12:48
*** jtomasek_ has quit IRC12:48
jd__ttx: I don't these are release critical, no12:49
jd__there are small fixes nice to have12:49
ttxjd__: the difference is that the release can't afford an embarassing regression12:49
ttxjd__: but then if you don't do an RC2 htat would be a first12:50
ttxwe always find some embarassing issue that needs to be fixed in a RC2 anyway12:50
jd__ttx: when's the rc2 window opened btw?12:50
jd__yeah probably :)12:50
ttxbut then we select the bugs we backport as low-regression-risk12:51
*** athomas has joined #openstack-dev12:51
jd__ack12:51
ttxit's opened whenever you and I agree that one of the bugs fixed in master is release-critical12:51
jd__I'll wait for a bug then :-)12:51
ttxdoesn't have to be a "critical" bug. Can be a missing file :)12:51
*** flaper87 is now known as flaper87|afk12:52
*** nermina has quit IRC12:53
*** dkranz has quit IRC12:54
*** rfolco has joined #openstack-dev12:54
*** psedlak|afk is now known as psedlak12:56
*** bpokorny has joined #openstack-dev12:56
*** dprince has joined #openstack-dev13:00
*** jtomasek_ has joined #openstack-dev13:02
dhellmannttx, do translations follow the same process?13:03
ttxdhellmann: we usually refresh the translation as we push a new rc13:03
*** burt has joined #openstack-dev13:03
ttxdhellmann: but that's why we usually ask htat translatoins are complete by the end of the month13:03
ttx(i.e. rc1)13:04
*** pfreund has quit IRC13:04
*** neelashah has joined #openstack-dev13:04
dhellmannyeah, we just received a big changeset this morning https://review.openstack.org/#/c/49473/13:04
jd__ttx: do you know if Transifex targets milestone-proposed too?13:04
ttxjd__: I have no idea13:05
jd__ah, the mysteries of the translation process :)13:05
ttxjd__: good question I guess13:05
*** flaper87|afk is now known as flaper8713:06
*** davidhadas_ has quit IRC13:06
*** jprovazn has joined #openstack-dev13:07
*** AnilV4 has quit IRC13:08
*** davidhadas has joined #openstack-dev13:08
*** gordc has joined #openstack-dev13:09
*** vartom19 has quit IRC13:10
*** dvarga has joined #openstack-dev13:14
*** noslzzp has joined #openstack-dev13:15
*** michchap has quit IRC13:16
*** michchap_ has joined #openstack-dev13:16
*** fbo is now known as fbo_away13:16
*** AnilV4 has joined #openstack-dev13:19
*** nermina has joined #openstack-dev13:21
*** jecarey has joined #openstack-dev13:23
*** alunduil has quit IRC13:25
*** fbo_away is now known as fbo13:25
*** rkukura has joined #openstack-dev13:25
*** kbringard has joined #openstack-dev13:26
*** dperaza has joined #openstack-dev13:27
*** radez_g0n3 is now known as radez13:28
*** troytoman-away is now known as troytoman13:28
*** davidhadas_ has joined #openstack-dev13:29
*** athomas has quit IRC13:29
*** tellesnobrega has quit IRC13:30
*** athomas has joined #openstack-dev13:30
*** jayg|g0n3 is now known as jayg13:30
*** prekarat has quit IRC13:31
*** davidhadas has quit IRC13:31
*** vkmc has joined #openstack-dev13:34
*** vkmc has quit IRC13:34
*** vkmc has joined #openstack-dev13:34
sandywalshrussellb: ping?13:34
russellbsandywalsh: hi there13:37
sandywalshhey!13:38
sandywalshso, question about oslo.messaging13:38
* russellb hasn't worked on oslo.messaging at all :(13:38
sandywalshwill routing_key and queue still be tied 1:1 as it is with rpc?13:38
sandywalshrussellb: oh, I thought that was your bag?13:38
russellbmarkmc mainly13:38
sandywalshsorry, my bad.13:38
russellball good!13:39
russellbi just feel bad because I wish I had put more time into it13:39
russellbbut yeah, markmc is your guy13:39
sandywalshwell, me too :) sorry for the interruption13:39
russellbno worries, have you seen https://wiki.openstack.org/wiki/Oslo/Messaging ?13:39
russellbnot sure if it answers your question ..13:39
*** davidhadas has joined #openstack-dev13:40
*** changbl has quit IRC13:40
*** adalbas has joined #openstack-dev13:40
sandywalshyeah, I'll reread, but didn't see it explicitly mentioned13:40
*** markmcclain has joined #openstack-dev13:40
russellbok, i wasn't sure13:40
markmcsandywalsh, there's no changes planned to how the kombu driver actually works13:40
markmcsandywalsh, oslo.messaging is just about putting a better API abstraction on it13:40
markmcsandywalsh, we can of course talk about changes13:40
markmcsandywalsh, but it's no different a discussion to if we were just adding something new to the rpc code13:41
sandywalshmarkmc: gotcha .. it would be great to get a proper separation there. We end up creating many queues when we don't need to13:41
markmcsandywalsh, what's the use case?13:41
sandywalsh(specifically around notifications)13:41
markmcok, the use case is a notifications listener/client?13:41
markmcyes, we need to design an oslo.messaging notifications client API13:42
markmcand when we have that, we can make the drivers be smart for that case13:42
*** davidhadas_ has quit IRC13:42
sandywalshcool ... have there been any efforts down that road yet?13:42
markmcnope :)13:42
sandywalshk, I'll reread that wiki page and try to pull together some usecases13:43
markmcthis bp was meant to track it: https://blueprints.launchpad.net/oslo/+spec/messaging-api-notifications-client13:43
markmci.e. I could imagine a oslo.messaging.NotificationsListener class13:44
sandywalshyup, that does what we need now, but there are still some things we can improve13:44
sandywalshwe're getting into situations now where there are more than one downstream notification consumer13:44
markmcright, the rpc code has the infrastructure13:44
markmcit's the API design that we need for oslo.messaging13:44
sandywalshk, I'll see what I can contribute ... stay tuned.13:45
sandywalshthanks13:45
markmcif you think you'll have an API proposal for the summit, could add a session proposal13:45
markmcotherwise we can just touch on it in http://summit.openstack.org/cfp/details/15113:45
sandywalshok, great ... I'll make sure I make that.13:47
*** mdenny has joined #openstack-dev13:48
*** lbragstad has joined #openstack-dev13:48
*** oubiwann has quit IRC13:49
*** nil1511 has joined #openstack-dev13:49
*** sridevi has quit IRC13:49
*** oubiwann has joined #openstack-dev13:49
*** zhiyan has joined #openstack-dev13:50
*** amotoki_ has joined #openstack-dev13:52
*** venkatesh has joined #openstack-dev13:54
*** polfilm has quit IRC13:57
*** prad has joined #openstack-dev13:57
*** rohitk has quit IRC13:59
*** rushiagr has quit IRC13:59
*** litong has joined #openstack-dev13:59
*** paragan has joined #openstack-dev14:00
*** paragan has joined #openstack-dev14:00
*** davidhadas_ has joined #openstack-dev14:00
*** ygbo has joined #openstack-dev14:01
*** rushiagr has joined #openstack-dev14:01
*** dkranz has joined #openstack-dev14:02
*** xqueralt has quit IRC14:03
*** davidhadas has quit IRC14:03
*** xqueralt has joined #openstack-dev14:03
*** briancurtin has joined #openstack-dev14:03
*** amotoki has quit IRC14:03
*** amotoki_ is now known as amotoki14:04
*** yeylon_ has quit IRC14:05
*** ayoung has joined #openstack-dev14:05
*** chenxu has joined #openstack-dev14:05
*** comay has quit IRC14:05
*** Shaan7 has joined #openstack-dev14:06
*** radez is now known as radez_g0n314:07
*** DennyZhang has joined #openstack-dev14:07
*** rwsu-away is now known as rwsu14:07
*** troytoman is now known as troytoman-away14:08
*** jtomasek_ is now known as jtomasek14:09
*** avishay has quit IRC14:10
*** trey_h has joined #openstack-dev14:10
*** rohitk has joined #openstack-dev14:12
*** MaxV has quit IRC14:13
*** MaxV has joined #openstack-dev14:13
*** sileht has quit IRC14:14
*** thedodd has joined #openstack-dev14:14
*** jimfehlig has joined #openstack-dev14:15
*** sileht has joined #openstack-dev14:16
*** sthaha has quit IRC14:16
*** DinaBelova has quit IRC14:18
*** thedodd has quit IRC14:19
*** thedodd has joined #openstack-dev14:21
*** tvb has quit IRC14:22
*** shakayumi has joined #openstack-dev14:22
*** terriyu has joined #openstack-dev14:23
*** avishay has joined #openstack-dev14:23
*** yeylon_ has joined #openstack-dev14:27
*** dolphm has joined #openstack-dev14:27
*** FunnyLookinHat has joined #openstack-dev14:27
*** FunnyLookinHat has joined #openstack-dev14:27
*** edmund has joined #openstack-dev14:27
dolphmdstanek: o/14:27
dstanekdolphm: hi14:28
*** anteaya has joined #openstack-dev14:28
*** mrodden has joined #openstack-dev14:29
*** markwash has quit IRC14:29
*** troytoman-away is now known as troytoman14:29
dstanekdolphm: so i'm looking at http://api.openstack.org/api-ref-identity.html#identity-v2.0-ext; specifically "Adds a users"; would you expect that example to work?14:30
*** dolphm has quit IRC14:30
*** nil1511 has left #openstack-dev14:30
*** spzala has joined #openstack-dev14:30
*** cfriesen has joined #openstack-dev14:30
*** grapsus__ has quit IRC14:31
*** chenxu has quit IRC14:31
*** dolphm has joined #openstack-dev14:32
dstanekdolphm: did you see my question above?14:33
dolphmdstanek: yes, sorry... plugged into a monitor and my laptop decided that it'd rather be turned off14:34
*** o_petit has quit IRC14:34
dstanekdolphm: np, didn't want to repeat if you saw it14:34
dolphmdstanek: yes, that request *should* work, but neither the "username" attribute and "OS-KSADM:password" attribute would be recognized / used for auth, and you'd probably get a 400 for missing "name"14:35
dstanekdolphm: i fixed the username issue in a patch that's currently under review :-)14:36
dolphmdstanek: i saw, i'd like to get that in soon14:36
dstanekdolphm: but i don't think OS-KSADM is treated like a password14:36
dolphmdstanek: i don't believe that it is14:36
*** aeperezt has joined #openstack-dev14:37
dstanekdolphm: but it should be right?14:37
*** jvrbanac has joined #openstack-dev14:37
dolphmdstanek: yes14:37
dolphmdstanek: i'd like a similar approach to how you handled username / name14:37
*** Max__ has joined #openstack-dev14:37
*** MaxV has quit IRC14:37
dstanekdolphm: i'll make it so14:38
dolphmdstanek: so, "password" should continue to be the canonical attribute in our implementation, but we should recognize "OS-KSADM:password" if that's the only thing provided, and return both in relevant responses14:38
*** grapsus_ has joined #openstack-dev14:38
dolphmdstanek: thank you sir!14:38
dstanekdolphm: we don't return passwords from service calls do we?14:38
*** trey_h has quit IRC14:39
dolphmdstanek: oh no, nvm lol14:39
*** datsun180b has joined #openstack-dev14:40
*** chenxu has joined #openstack-dev14:41
*** changbl has joined #openstack-dev14:43
*** DinaBelova has joined #openstack-dev14:46
*** polfilm has joined #openstack-dev14:46
*** topol has joined #openstack-dev14:48
*** polfilm has quit IRC14:48
*** chenxu has quit IRC14:49
*** sushils has quit IRC14:51
*** lbragstad has quit IRC14:54
lyncosHi.. is there any .deb package of Havana RC1 ? or any documentation on how to packages different openstack pieces ?14:55
*** FunnyLookinHat has quit IRC14:55
*** matiu has joined #openstack-dev14:56
*** matiu has quit IRC14:56
*** matiu has joined #openstack-dev14:56
*** rcleere has joined #openstack-dev14:56
*** FunnyLookinHat has joined #openstack-dev14:56
*** mrodden has quit IRC14:57
*** neelashah has quit IRC14:57
*** mrodden has joined #openstack-dev14:58
*** herndon_ has joined #openstack-dev14:58
*** neelashah has joined #openstack-dev14:59
*** cjellick has joined #openstack-dev15:00
*** reidrac has quit IRC15:02
*** ifarkas has quit IRC15:02
*** lbragstad has joined #openstack-dev15:02
*** neelashah has quit IRC15:02
*** carl_baldwin has joined #openstack-dev15:03
*** bashok has joined #openstack-dev15:03
dolphmlyncos: the tarballs for each project are all i'm aware of so far, for example: https://launchpad.net/keystone/havana/havana-rc115:04
*** neelashah has joined #openstack-dev15:04
*** venkatesh has quit IRC15:04
dolphmlyncos: i'm not sure if we'll see RC-based packages or not15:04
*** o_petit has joined #openstack-dev15:04
*** sushils has joined #openstack-dev15:04
*** o_petit has quit IRC15:04
*** o_petit has joined #openstack-dev15:05
*** cjellick has quit IRC15:05
lyncosok so I need to use the tarballs ... so that leave my system un-upgradable to the stable version once the real .deb packages are created15:05
lyncosThere is no doc on how to do it ?15:06
*** chenxu has joined #openstack-dev15:06
dolphmlyncos: https://wiki.openstack.org/wiki/Packaging/Ubuntu https://wiki.openstack.org/wiki/Packaging/Debian15:07
lyncosThanks I'll take a look at it15:07
bknudsondolphm: I've been looking at using oslo.db -- https://review.openstack.org/#/c/49460/15:07
bknudsonI think it's going to be too big of a change to backport (new config options)15:08
dolphmbknudson: ++ definitely not backportable15:08
*** boris-42 has quit IRC15:09
*** shinylasers has quit IRC15:09
bknudsondolphm: so if we want https://review.openstack.org/#/c/49271/ and https://review.openstack.org/#/c/49272/ , could those be merged/backported in the interim?15:09
*** zhiyan has quit IRC15:10
dolphmbknudson: all you care about is the db2 fix, right?15:10
dolphmbknudson: is the refactor necessary to land that?15:10
*** dstufft has quit IRC15:10
bknudsondolphm: well, all we care about is the db2 fix... mysql is not working now either.15:11
dolphmbknudson: what's wrong with mysql?15:11
bknudsondolphm: https://review.openstack.org/#/c/49270/115:11
*** flaper87 is now known as flaper87|afk15:11
*** jasdeepH has joined #openstack-dev15:11
*** alunduil has joined #openstack-dev15:11
*** amuller has quit IRC15:11
*** rnirmal has joined #openstack-dev15:11
*** flaper87|afk is now known as flaper8715:11
*** jmontemayor has joined #openstack-dev15:12
*** pasquier-s has quit IRC15:12
bknudsonI could merge all these together15:12
dolphmbknudson: ah, so mysql DOES work :P15:12
*** dstufft has joined #openstack-dev15:12
dolphmbknudson: if the mysql server is ACTUALLY gone, then keystone doesn't fail very gracefully15:12
dolphmright?15:12
bknudsondolphm: right, keystone doesn't recover as it should.15:13
*** radez_g0n3 is now known as radez15:13
dolphmbknudson: well, it wouldn't recover anyway... it'd abort the request with a 500 i assume15:13
dolphm500 either way15:13
*** cjellick has joined #openstack-dev15:13
bknudsondolphm: with the fix for https://review.openstack.org/#/c/49270/1 it does recover, so not 50015:14
dolphmbknudson: does the DisconnectionError cause sqlalchemy to try again?15:14
bknudsondolphm: yes, sqlalchemy will discard the connection and then start a new one, which works if mysql is running now15:15
dolphmbknudson: that makes sense then - and this patch specifically is backportable15:16
*** o_petit has quit IRC15:16
*** bashok has quit IRC15:17
*** bdpayne has joined #openstack-dev15:17
bknudsondolphm: great, thanks15:17
*** bashok has joined #openstack-dev15:17
*** chenxu has quit IRC15:18
dolphmbknudson: but, back to db2 support -- this patch alone is also backportable https://review.openstack.org/#/c/49272/2/keystone/common/sql/core.py15:19
dolphmbknudson: but it's based on a refactor that i'm not a fan of because it diverges from oslo.db, and it's not backportable either15:19
*** jprovazn has quit IRC15:19
dolphm(the refactor, not the fix)15:19
bknudsondolphm: I could get rid of the refactor... have a separate handler for db2?15:20
bknudsonthen the mysql handler would not be touched.15:20
*** jayg is now known as jayg|g0n315:21
*** jayg|g0n3 is now known as jayg15:21
bknudsondolphm: the fix is also proposed to oslo -- https://review.openstack.org/#/c/48733/15:21
*** pfreund has joined #openstack-dev15:22
*** johnthetubaguy has quit IRC15:22
*** iartarisi has quit IRC15:23
*** davidhadas_ has quit IRC15:24
*** chenxu has joined #openstack-dev15:24
*** dtyarnell has joined #openstack-dev15:24
*** jcoufal_ has quit IRC15:25
*** athomas has quit IRC15:25
*** devoid has joined #openstack-dev15:25
dolphmbknudson: downvoted that... the query in your looks better15:25
*** Max__ has quit IRC15:25
*** o_petit has joined #openstack-dev15:26
*** johnthetubaguy has joined #openstack-dev15:26
*** radez is now known as radez_g0n315:27
*** jtomasek has quit IRC15:27
*** herndon_ has quit IRC15:28
*** sumanthns has quit IRC15:28
*** devoid has quit IRC15:29
*** mlavalle has joined #openstack-dev15:30
*** herndon_ has joined #openstack-dev15:30
*** dtyarnell has quit IRC15:32
*** tvb has joined #openstack-dev15:32
*** xga__ has quit IRC15:35
*** tvb has quit IRC15:35
*** tvb has joined #openstack-dev15:35
*** tvb has quit IRC15:35
*** tvb has joined #openstack-dev15:35
*** xga has joined #openstack-dev15:35
*** shakayumi has quit IRC15:37
*** dtyarnell has joined #openstack-dev15:38
*** corXi has quit IRC15:39
*** pfreund has quit IRC15:40
*** DinaBelova has quit IRC15:40
*** aelkikhia has joined #openstack-dev15:41
*** carl_baldwin has left #openstack-dev15:42
*** pmathews has joined #openstack-dev15:42
*** aelkikhia has left #openstack-dev15:42
*** johnthetubaguy has quit IRC15:45
*** johnthetubaguy1 has joined #openstack-dev15:45
*** david-lyle has quit IRC15:46
*** herndon_ has quit IRC15:48
*** nshaikh has left #openstack-dev15:48
*** jistr has quit IRC15:49
*** shinylasers has joined #openstack-dev15:50
*** dkehn_ has joined #openstack-dev15:50
*** shinylasers has quit IRC15:50
*** dkehn has quit IRC15:51
*** lyncos has quit IRC15:51
*** shinylasers has joined #openstack-dev15:51
*** angdraug has joined #openstack-dev15:51
*** yassine has quit IRC15:53
*** lyncos has joined #openstack-dev15:53
*** dkehn has joined #openstack-dev15:54
*** lyncos has quit IRC15:54
*** lyncos has joined #openstack-dev15:55
*** pberis has joined #openstack-dev15:55
*** dkehn_ has quit IRC15:56
*** athomas has joined #openstack-dev15:56
*** chenxu has quit IRC15:57
*** venkatesh has joined #openstack-dev15:58
*** davidhadas has joined #openstack-dev15:59
*** ygbo has quit IRC16:00
*** corXi has joined #openstack-dev16:00
*** JordanP has quit IRC16:00
*** Ruetobas has quit IRC16:01
*** marun has quit IRC16:01
*** romcheg has quit IRC16:01
*** marun has joined #openstack-dev16:02
*** herndon_ has joined #openstack-dev16:02
*** corXi has quit IRC16:02
*** Ruetobas has joined #openstack-dev16:03
*** Ryan_Lane has joined #openstack-dev16:04
*** chenxu has joined #openstack-dev16:04
*** DinaBelova has joined #openstack-dev16:05
*** zaitcev has joined #openstack-dev16:05
*** markmcclain has quit IRC16:07
*** Mandell has quit IRC16:07
*** Mandell has joined #openstack-dev16:08
*** Ruetobas has quit IRC16:08
*** alop has joined #openstack-dev16:08
*** carl_baldwin has joined #openstack-dev16:09
*** martyntaylor has quit IRC16:11
*** afazekas has quit IRC16:12
*** dperaza has quit IRC16:12
*** neelashah has quit IRC16:12
*** AlexF has joined #openstack-dev16:13
*** Mandell has quit IRC16:13
*** garyk has quit IRC16:13
*** dperaza has joined #openstack-dev16:13
*** o_petit has quit IRC16:13
*** Ruetobas has joined #openstack-dev16:13
lyncosayoung .. are you there ?16:14
*** vuil has joined #openstack-dev16:15
*** odyssey4me has quit IRC16:15
*** flaper87 is now known as flaper87|afk16:16
*** boris-42 has joined #openstack-dev16:16
*** nermina has quit IRC16:17
*** flaper87|afk is now known as flaper8716:17
*** david-lyle has joined #openstack-dev16:17
*** dtyarnell_ has joined #openstack-dev16:18
*** dtyarnell has quit IRC16:19
*** dtyarnell_ is now known as dtyarnell16:19
*** AlexF has quit IRC16:20
*** safchain has quit IRC16:21
*** lbragstad has quit IRC16:22
*** DinaBelova has quit IRC16:22
*** xga has quit IRC16:22
*** sarob has joined #openstack-dev16:22
*** SergeyLukjanov has quit IRC16:22
lyncosI need help with the hybrid backend feature in keystone if anyone interested to help16:23
*** sarob has quit IRC16:23
*** lbragstad has joined #openstack-dev16:23
*** sarob has joined #openstack-dev16:24
*** shardy is now known as shardy_afk16:24
*** rkukura has quit IRC16:26
*** thingee_zzz is now known as thingee16:26
*** afazekas has joined #openstack-dev16:27
*** freedomhui has joined #openstack-dev16:28
*** markwash has joined #openstack-dev16:29
*** tmclaugh[work] has joined #openstack-dev16:31
*** ArcTanSusan has joined #openstack-dev16:32
*** alop has quit IRC16:33
*** bswartz has quit IRC16:33
*** AlexF has joined #openstack-dev16:34
*** SumitNaiksatam has quit IRC16:34
*** rkukura has joined #openstack-dev16:35
*** Shaan7 has quit IRC16:36
*** Shaan7 has joined #openstack-dev16:36
*** alop has joined #openstack-dev16:36
*** afazekas_ has joined #openstack-dev16:36
*** SumitNaiksatam has joined #openstack-dev16:36
*** ArcTanSusan has quit IRC16:36
*** SumitNaiksatam has quit IRC16:37
*** DennyZhang has left #openstack-dev16:37
*** DennyZhang has quit IRC16:38
*** grapsus_ has quit IRC16:38
*** grapsus_ has joined #openstack-dev16:38
*** DennyZhang has joined #openstack-dev16:38
*** carl_baldwin has quit IRC16:41
*** kbrierly has joined #openstack-dev16:41
*** AlexF has quit IRC16:42
*** sushils has quit IRC16:42
*** jpich has quit IRC16:44
*** lbragstad has quit IRC16:44
*** sushils has joined #openstack-dev16:46
*** yjiang5 has joined #openstack-dev16:46
zulis cinder rc1 out yet?16:46
*** chenxu has quit IRC16:47
*** paragan has quit IRC16:50
*** Ryan_Lane has quit IRC16:50
*** MaxV has joined #openstack-dev16:51
*** gyee has joined #openstack-dev16:53
*** eglynn has quit IRC16:53
*** danpb has quit IRC16:53
*** MaxV has quit IRC16:53
*** FatDarrel has joined #openstack-dev16:54
*** lucasagomes has quit IRC16:55
*** comay has joined #openstack-dev16:55
*** neelashah has joined #openstack-dev16:57
dstanekdolphm: where is the OS-KSCRUD extension documented16:57
*** mrodden1 has joined #openstack-dev16:58
jgriffithzul: no16:58
*** vuil has quit IRC16:58
jgriffithzul: close hopefully tomorrow morning16:58
jgriffithzul: it should be *ready* shortly16:59
dolphmdstanek: not sure, i just looked myself16:59
*** odyssey4me has joined #openstack-dev17:00
*** mrodden has quit IRC17:00
dolphmdstanek: found an example on page 101 of this, which looks to be from openstack-manuals http://www.vcomtech.net/linux/6/6Server/en/updates/openstack/docs/bk-compute-adminguide-trunk.pdf17:01
*** venkatesh has quit IRC17:02
dolphmdstanek: openstack-manuals doc/admin-guide-cloud/ch_identity_mgmt.xml17:02
dolphmdstanek: so, doc'd but maybe not spec'd?17:03
*** moted has quit IRC17:03
*** moted has joined #openstack-dev17:04
*** odyssey4me2 has joined #openstack-dev17:04
*** SumitNaiksatam has joined #openstack-dev17:04
*** odyssey4me has quit IRC17:05
*** oubiwann has quit IRC17:05
*** nati_ueno has joined #openstack-dev17:05
*** oubiwann has joined #openstack-dev17:06
*** garyk has joined #openstack-dev17:08
HenryGsalv-orlando: ping17:09
*** derekh has quit IRC17:11
*** lbragstad has joined #openstack-dev17:13
*** garyk has quit IRC17:13
*** jbryce has joined #openstack-dev17:14
*** danwent has joined #openstack-dev17:14
*** mmagr has quit IRC17:14
*** vuil has joined #openstack-dev17:15
*** markmcclain has joined #openstack-dev17:15
*** gimps_ has joined #openstack-dev17:16
*** amotoki has quit IRC17:17
*** nermina has joined #openstack-dev17:17
*** kbrierly has quit IRC17:17
*** avishay is now known as avishay_zzz17:17
*** garyk has joined #openstack-dev17:19
*** flaper87 is now known as flaper87|afk17:21
*** djoreilly_ has joined #openstack-dev17:22
*** SergeyLukjanov has joined #openstack-dev17:23
ayounglyncos, ok...I'm here17:29
lyncosYeah17:29
lyncosOk I did install keystone from havana/ubuntu repo  .. and I'm trying to get the 'mixed' backend thing17:29
dstanekdolphm: https://review.openstack.org/49594 should just about cover it17:30
lyncosayoung is there any doc on this ?17:30
ayounglyncos, cool.  So you set the identity backend to LDAP and the assignments backend to SQL?17:30
*** nati_ueno has quit IRC17:31
lyncosayoung this is what I'm trying to do ... the ldap part is working (getting the user list)  but when I do  role-list it's still going to ldap... I probably missed something17:31
*** markmcclain1 has joined #openstack-dev17:31
*** nati_ueno has joined #openstack-dev17:31
ayounglyncos, you need to explicitly set the assignments backend....otherwise we would have broken all of the LDAP deployments out there upon upgrade17:31
ayoungso17:31
*** nati_ueno has quit IRC17:31
*** markmcclain has quit IRC17:32
lyncosI'm not sure i'm using RC217:32
*** nati_ueno has joined #openstack-dev17:32
ayounghttps://github.com/openstack/keystone/blob/master/etc/keystone.conf.sample#L27617:33
lyncosargh I think I don't have the latest version17:33
lyncosI think what I have is B2 not RC217:33
ayounglyncos, RC-1 just got cut yesterday17:33
ayoungB2 should still work17:33
lyncosok17:33
ayoungThis code got done early in the cycle17:33
lyncosin the package I'm using... they put the wrong config file I think17:34
ayoung[assignments]17:34
*** herndon_ has quit IRC17:34
lyncosthat's the only section I need to add ?17:34
ayoungdriver = keystone.assignment.backend.sql.Assignment17:35
ayounglyncos, yeah...the logic is a  little convoluted, and not what I would have wanted in a blank-slate implementation17:35
jgriffithdhellmann: https://review.openstack.org/#/c/49500/17:35
lyncosok let's try that17:36
ayoungthe default backend is SQL...unless you ahve an LDAP identity backend.  In that case, we grandfather in assignmnets out of LDAP17:36
*** sandeepr_ltp has joined #openstack-dev17:36
jgriffithdhellmann: assuming ttx added you explicitly17:36
lyncosit still try to use ldap when I do  role-list17:36
ayoungand that is [assignmnet] not [assignments]17:36
ayoungfeh17:36
lyncosdah :-)17:36
ayoung[assignment]17:37
ayounghttps://github.com/openstack/keystone/blob/master/keystone/common/config.py#L12817:37
ayounglyncos, we are working toward supporting multiple LDAP servers.  When that happens, each one will get its own domain, and each one will get its own config file.  We have most of that impl in Havana, but there are some devils in the details that don't work quite right yet17:38
lyncosok when I put the assigment thing .. keystone dosen't restart17:39
*** venkatesh has joined #openstack-dev17:39
lyncosmy fault I think17:39
*** xqueralt has quit IRC17:40
*** djoreilly_ has quit IRC17:40
lyncosnice works I think17:41
lyncosthanks a lot.. that's the best option ever :-)17:42
*** johnthetubaguy1 has quit IRC17:42
*** AlexF has joined #openstack-dev17:42
*** ndipanov has quit IRC17:42
*** venkatesh_ has joined #openstack-dev17:42
*** melwitt has joined #openstack-dev17:43
*** venkatesh has quit IRC17:44
ayounglyncos, took a long time to come around to understanding that this is what we should be doing.  I think it is going to be *the* killer feature in Keystone Havana17:44
lyncosYeah because maintaining wierd objects in AD is difficult17:45
*** gimps_ has quit IRC17:45
*** rkukura has quit IRC17:45
lyncos:-)17:47
*** eglynn has joined #openstack-dev17:47
*** rkukura has joined #openstack-dev17:48
*** ArcTanSusan has joined #openstack-dev17:48
*** jergerber has joined #openstack-dev17:49
*** afazekas_ has quit IRC17:49
*** afazekas has quit IRC17:49
*** jruzicka has quit IRC17:50
*** ArcTanSusan has quit IRC17:52
*** cdub has joined #openstack-dev17:55
*** vuil has quit IRC17:56
*** cdub_ has quit IRC17:59
*** nati_ueno has quit IRC18:01
*** nati_ueno has joined #openstack-dev18:02
*** vuil has joined #openstack-dev18:04
*** isd has joined #openstack-dev18:05
*** AlexF has quit IRC18:05
*** AlexF has joined #openstack-dev18:05
*** jbryce has quit IRC18:06
*** mlavalle has quit IRC18:07
*** AlexF has quit IRC18:07
*** vuil has quit IRC18:08
*** bswartz has joined #openstack-dev18:09
bknudsondolphm: submitted change to oslo-incubator db req'd for keystone -- https://review.openstack.org/#/c/49598/18:11
*** amohn9 has joined #openstack-dev18:12
*** AlexF has joined #openstack-dev18:13
*** djoreilly has quit IRC18:13
ayoungbknudson, does it really need to be deprecated?  Without that option, can we support multiple different SQL connections?  I'm think of a future case where Policy came out of one SQL source and tokens another18:13
*** pberis has quit IRC18:13
bknudsonayoung: the old option and the new option will work. It's just a renaming18:14
ayoungI guess, though, that this is still a global connection18:14
bknudsonso shouldn't affect multiple SQL connections18:14
ayoungbknudson, Ideally we will do with SQL connections what henrynash has done with LDAP connections18:14
bknudsonayoung: is your concern that switch to oslo.db won't support everything we need?18:14
dstanekbknudson: ping18:14
ayoungbknudson, nah, I think we are good18:14
ayoungI was thinking forward18:14
bknudsonayoung: btw - oslo.db does support 2 connections, it has a "slave" connection that I don't know what it is.18:15
bknudsondstanek: I'm right here.18:15
dstanekbknudson: i'm looking at https://review.openstack.org/#/c/43524/10 and i don't understand the magic 512 number18:15
ayoungbknudson, I would like to be able to name a connection and then have the various backends use that name as opposed to the whole sql connection string\18:15
dstanekbknudson: yeah, i was scrolled way up in history and didn't see the current conversation18:15
bknudsondstanek: https://w3-connections.ibm.com/wikis/home?lang=en_US#!/wiki/W71527676a1d3_4c3f_9f75_43d3d96f3a2e/page/How%20to%20integrate%20Keystone%20with%20Windows%20Active%20Directory18:16
*** mrodden1 has quit IRC18:16
bknudsondstanek: also http://www.netvision.com/ad_useraccountcontrol.php18:16
dolphmbknudson: awesome18:16
*** pberis has joined #openstack-dev18:16
bknudsondstanek: so if you're using active directory and using regular windows user attrs, then the "enabled" field is encoded in a bit field attribute18:17
*** mrodden has joined #openstack-dev18:17
bknudsondstanek: 512 == enabled whereas 512 | 2 = 514 is disabled18:17
dolphmbknudson: lgtm18:17
dstanekbknudson: interesting...thanks for the links18:17
bknudsondstanek: so 2 is the mask that keystone applies to extract the enabled/disabled value from the bit field.18:18
*** changbl has quit IRC18:18
dolphmbknudson: that should be doc'd in keystone.conf comments if it's not already18:18
dolphmbknudson: it's caused a lot of confusion18:18
ayoungbknudson, hmmm, I can't see that url18:21
bknudsonayoung: oops, sorry, was an internal one from my bookmarks18:21
ayoungbknudson, is that document public?18:22
bknudsonayoung: no, it's not18:22
ayoungbknudson, Secret sauce, huh?18:22
bknudsonayoung: I think it's based on public info, though, because I could have sworn I've seen it elsewhere.18:22
bknudsonayoung: a doc for our test team.18:22
*** athomas has quit IRC18:22
*** eglynn has quit IRC18:23
ayoungbknudson, that is exactly the blog post I don't want to write.  I don't want people thinking I know AD18:23
ayoungBut I would be thrilled if you made it public, and would point many people at it and sing the praises of the author18:23
ayoungof course,  we know it was our friends at CERN that really worked out the kinks in AD support18:24
ayoungbknudson, I was actually just writing up a blog post based on the Identity/Assignment split.  Having a link to the AD specifics would be awesome.  Can you get that doc made public?18:25
bknudsonayoung: yes, as I said this for testing and not a real deployment.18:25
*** Mandell has joined #openstack-dev18:26
*** athomas has joined #openstack-dev18:26
ayoungbknudson, we work with virtual machines.  there is no "real"18:26
*** markmcclain1 has quit IRC18:26
*** chenxu has joined #openstack-dev18:26
*** burt has quit IRC18:26
*** devoid has joined #openstack-dev18:27
*** devoid has left #openstack-dev18:27
*** eharney has quit IRC18:27
*** eharney has joined #openstack-dev18:27
*** CaptTofu has quit IRC18:28
*** CaptTofu has joined #openstack-dev18:28
*** vartom19 has joined #openstack-dev18:29
*** markmc has quit IRC18:29
*** Alexei_987 has quit IRC18:32
*** kbrierly has joined #openstack-dev18:32
*** CaptTofu has quit IRC18:33
*** AlexF has quit IRC18:33
*** oubiwann is now known as Guest795018:36
*** troytoman is now known as troytoman-away18:37
*** Ryan_Lane has joined #openstack-dev18:38
*** CaptTofu has joined #openstack-dev18:39
*** radez_g0n3 is now known as radez18:40
*** READ10 has quit IRC18:42
*** novas0x2a|laptop has joined #openstack-dev18:43
*** chenxu has quit IRC18:43
*** sarob has quit IRC18:44
*** READ10 has joined #openstack-dev18:44
*** vartom19 has quit IRC18:46
*** angdraug has quit IRC18:49
ayounglyncos, http://adam.younglogic.com/2013/10/read-only-ldap-in-keystone/18:50
lyncosOh thanks.. you just did write it ?18:51
morganfainbergayoung with another awesome blog post!18:55
morganfainbergayoung, your posts are far too readable for an engineer to be writing them ;)18:55
*** athomas has quit IRC18:57
*** sarob has joined #openstack-dev18:59
*** garyk has quit IRC19:00
*** DennyZhang has quit IRC19:01
*** DinaBelova has joined #openstack-dev19:01
*** yolanda has quit IRC19:03
*** aelkikhia has joined #openstack-dev19:04
*** amohn9 has quit IRC19:04
*** bashok has quit IRC19:04
*** AlexF has joined #openstack-dev19:05
*** AlexF has quit IRC19:05
*** eglynn has joined #openstack-dev19:06
*** amohn9 has joined #openstack-dev19:06
*** nati_ueno has quit IRC19:06
*** gyee has quit IRC19:06
*** sirushti has quit IRC19:07
*** nati_ueno has joined #openstack-dev19:07
*** shakayumi has joined #openstack-dev19:09
*** rkukura has quit IRC19:09
lyncosayoung just a quick question... the services user and passwords are still taken on LDAP right ?  is there any way to have them in db ?19:09
*** eglynn has quit IRC19:10
*** herndon_ has joined #openstack-dev19:11
*** radez is now known as radez_g0n319:11
*** davidhadas has quit IRC19:11
*** mrodden1 has joined #openstack-dev19:12
*** davidhadas has joined #openstack-dev19:13
*** rfolco has quit IRC19:13
*** sirushti has joined #openstack-dev19:13
*** mrodden has quit IRC19:14
*** chenxu has joined #openstack-dev19:14
*** vuil has joined #openstack-dev19:14
*** shakayumi has quit IRC19:16
*** mlavalle has joined #openstack-dev19:16
*** eglynn has joined #openstack-dev19:16
*** aelkikhia has left #openstack-dev19:17
*** nermina has quit IRC19:20
*** marun has quit IRC19:21
*** tellesnobrega has joined #openstack-dev19:22
ayounglyncos, morganfainberg thanks.  Yeha,  Its been stewing in my brain for a while.  Once you've answered the same question a few times, it gets easier to write down the answer19:22
*** amohn9 has quit IRC19:23
ayounglyncos, unfortunately, not in Havana.  henrynash is working on a better approach, but there are some bugs in it for Havana, so we are punting to Icehouse for full implementation19:23
*** otherwiseguy has quit IRC19:23
tellesnobregadolphm: hey, can you help me out on this bug https://bugs.launchpad.net/keystone/+bug/122091319:23
uvirtbotLaunchpad bug 1220913 in keystone "bp split-identity left unfinished" [Wishlist,In progress]19:23
ayounghowever,  the general idea is this19:23
tellesnobrega??19:23
*** freedomhui has quit IRC19:23
lyncosayoung ok .. will do with it for now .. not a big deal for us19:23
ayounglyncos, the default domain will be in sql, but then a specific config file will say "but domain X is in LDAP"19:24
ayounglyncos, it might work for your use cases19:24
ayoungthere are some gnarlyness with globally unique user ids19:24
lyncosah in that way it should work for us too19:24
*** venkatesh_ has quit IRC19:24
ayoungbut if most user ids are, say the CN value from LDAP,  and then the service users get UUIDS, it shoud be ok19:24
ayoungtellesnobrega, that is bascialyl what we were discussing19:26
ayoungtellesnobrega, what do you need?19:26
tellesnobregai just logged in, didnt see the whole conversation19:26
*** odyssey4me has joined #openstack-dev19:27
ayoungtellesnobrega that is fine...what do you need help with?19:27
tellesnobregai removed most of the methods from the indenty_api and changed the call to assignment_api19:27
ayoungand...19:27
tellesnobregabut the get_domain and get_domain_by_name didnt work as the others19:28
tellesnobregawhen i try to remove them from the identity most of the tests break19:28
ayoungtellesnobrega, yeah, those are going to be tricky.  However, what did you see?19:28
tellesnobregai was looking through the code and i think that the problems lays on the second part of the bug19:28
*** odyssey4me2 has quit IRC19:29
*** nermina has joined #openstack-dev19:29
tellesnobregathat is removing the cross references to assignment_api and also there is a call to this method _select_identity_driver19:29
tellesnobregathat im not sure what it does, but it looks like it get the driver from identity, but since i removed the method it breaks the tests19:30
*** pberis has quit IRC19:31
ayoungtellesnobrega, so...that is exactly what I was just dicussing.  I would say htat, for now, leave that one alone19:31
*** nermina has quit IRC19:31
ayoungwhat we have is a feature we are not quite ready to advertise19:31
tellesnobregaok19:32
ayoungbascially,  say you have a large company with Mergers and Acquisitions that went on such that you have 3 LDAP servers.  You also have a bunch of cusotmers using your cloud, and you have a policy where each custiomer gets their own domain19:32
*** marun has joined #openstack-dev19:32
ayoungwe want to be able to have each LDAP server  supported in its own domain as well19:33
*** chenxu has quit IRC19:33
ayoungso...henrynash made that happen19:33
ayoungwhat we have as a problem is a two things around userids19:33
ayoungone is to figure, based on the user id, which domain are they in19:33
ayoungin the old scheme we did not have this problem19:33
lyncosayoung I cannot make it work .. I get Authorization failed. Invalid user / password from ....  but it's not showing the user19:33
lyncosit seems the debug logs for keystone are different...19:34
ayoungin the old scheme either all of the domains were in SQL...and the userids were unique enoght that we could link from uuserid to domain or19:34
ayoungwe had LDAP and only a single domain19:34
tellesnobregaim already done with the removing of the other methods, how should i act on the bug, can it be marked as done?19:34
ayoungthe call you are tripping over is where it tries to figure out which backend to call.19:35
ayoungWe might be able to drop it, but I'll have to look more closely into it19:35
*** otherwiseguy has joined #openstack-dev19:35
*** vipul is now known as vipul-away19:35
*** mkollaro has quit IRC19:35
ayoungin general, we don't want to have the assignments backend "validate" calls into Identity...for federation, we won't jhave al;l the data we need...but that is future looking19:35
ayoungtellesnobrega, lyncos sorry, got a meeting now...back in a few19:35
lyncosnp will try to troubleshoot :-)19:36
*** odyssey4me has quit IRC19:36
tellesnobregaok19:36
*** pberis has joined #openstack-dev19:36
*** mkollaro has joined #openstack-dev19:36
*** radez_g0n3 has quit IRC19:37
*** chenxu has joined #openstack-dev19:40
*** sarob has quit IRC19:40
*** amohn9 has joined #openstack-dev19:41
*** spzala has quit IRC19:41
*** marun has quit IRC19:41
*** angdraug has joined #openstack-dev19:41
*** DinaBelova has quit IRC19:41
*** pberis has joined #openstack-dev19:42
*** yolanda has joined #openstack-dev19:42
*** vipul-away is now known as vipul19:44
*** gatuus has joined #openstack-dev19:44
*** vipul is now known as vipul-away19:44
*** gatuus has quit IRC19:46
*** AlexF has joined #openstack-dev19:47
*** dubsquared has joined #openstack-dev19:47
*** marun has joined #openstack-dev19:50
*** yolanda has quit IRC19:51
*** safchain has joined #openstack-dev19:55
*** venkatesh has joined #openstack-dev19:56
*** dprince has quit IRC19:58
*** rkukura has joined #openstack-dev19:58
*** mkollaro has quit IRC19:59
*** herndon_ has quit IRC19:59
*** AlexF has quit IRC19:59
*** herndon has joined #openstack-dev20:01
*** pixelb has quit IRC20:02
*** rnirmal has quit IRC20:02
*** carl_baldwin has joined #openstack-dev20:02
*** markwash has quit IRC20:02
*** markwash has joined #openstack-dev20:03
*** adalbas has quit IRC20:03
bknudsondolphm: posted new version of mysql fix https://review.openstack.org/#/c/49270/20:04
bknudsonwith tests20:04
*** herndon has quit IRC20:04
*** rnirmal has joined #openstack-dev20:05
*** zhiyan has joined #openstack-dev20:05
*** herndon_ has joined #openstack-dev20:07
*** CaptTofu has quit IRC20:07
*** markmcclain has joined #openstack-dev20:07
*** CaptTofu has joined #openstack-dev20:07
*** mkollaro has joined #openstack-dev20:08
*** SergeyLukjanov has quit IRC20:09
*** pcm_ has quit IRC20:09
*** vkmc has quit IRC20:09
*** aelkikhia has joined #openstack-dev20:09
*** aelkikhia has quit IRC20:10
*** chenxu has quit IRC20:10
*** FatDarrel has quit IRC20:10
*** isd has quit IRC20:11
*** devoid has joined #openstack-dev20:13
*** shinylasers has quit IRC20:14
*** gyee has joined #openstack-dev20:15
*** chenxu has joined #openstack-dev20:17
metralanyone else running into the nova-api not starting / timeout bug? unstacking & stacking arent doing the trick - even get the error when stacking on a fresh ubuntu 12.04 vm20:20
metralWaiting for nova-api to start...20:23
metral+ wait_for_service 60 http://<IP_ADDR>:877420:23
metral+ local timeout=6020:23
metral+ local url=http://<IP_ADDR>:877420:23
metral+ timeout 60 sh -c 'while ! http_proxy= https_proxy= curl -s http://<IP_ADDR>:8774 >/dev/null; do sleep 1; done'20:23
metral+ die 709 'nova-api did not start'20:23
metral+ local exitcode=020:23
metral+ set +o xtrace20:23
metral[Call Trace]20:23
metral./stack.sh:1163:start_nova_api20:23
metral[ERROR] /home/ubuntu/devstack/lib/nova:709 nova-api did not start20:23
*** dstanek has quit IRC20:23
*** eglynn has quit IRC20:24
*** devoid has left #openstack-dev20:24
*** FatDarrel has joined #openstack-dev20:24
lifelessmetral: have a look in the logs?20:25
metrallifeless looking as we speak - dont see much20:26
*** danwent has quit IRC20:28
*** marun has quit IRC20:29
*** chenxu has quit IRC20:29
metralscratch my message - found a typo in my localrc20:30
*** sarob has joined #openstack-dev20:30
*** amohn9 has quit IRC20:33
*** jcoufal has joined #openstack-dev20:34
*** tmclaugh[work] has quit IRC20:35
*** carl_baldwin has quit IRC20:36
*** CaptTofu has quit IRC20:37
*** carl_baldwin has joined #openstack-dev20:37
*** CaptTofu has joined #openstack-dev20:37
*** dvarga has quit IRC20:37
*** tellesnobrega has quit IRC20:39
*** cdub_ has joined #openstack-dev20:40
*** tvb has quit IRC20:41
*** chenxu has joined #openstack-dev20:42
*** nermina has joined #openstack-dev20:44
*** radsy has joined #openstack-dev20:45
*** tmclaugh[work] has joined #openstack-dev20:48
*** MaxV has joined #openstack-dev20:48
*** burt has joined #openstack-dev20:49
*** sgordon has quit IRC20:50
*** amohn9 has joined #openstack-dev20:50
*** rkukura has quit IRC20:51
*** gordc has quit IRC20:51
*** vipul-away is now known as vipul20:54
*** alunduil has quit IRC20:55
*** pfreund has joined #openstack-dev20:56
*** jpeeler has quit IRC20:56
*** rnirmal has quit IRC20:57
*** pfreund has quit IRC20:58
*** herndon_ has quit IRC20:59
*** jvrbanac has quit IRC21:00
*** herndon_ has joined #openstack-dev21:01
*** chenxu has quit IRC21:03
*** johnthetubaguy has joined #openstack-dev21:04
*** rfolco has joined #openstack-dev21:05
*** nermina has quit IRC21:08
*** dims has quit IRC21:08
*** dims has joined #openstack-dev21:09
*** rfolco has quit IRC21:11
*** mrodden1 is now known as mrodden21:13
*** tjones has joined #openstack-dev21:13
*** safchain has quit IRC21:13
*** JordanP has joined #openstack-dev21:14
*** donaldh has joined #openstack-dev21:14
*** marun has joined #openstack-dev21:14
*** jmontemayor has quit IRC21:15
*** boris-42 has quit IRC21:15
*** vipul is now known as vipul-away21:17
*** burt has quit IRC21:17
*** isd has joined #openstack-dev21:19
*** boden has quit IRC21:20
*** herndon_ has quit IRC21:21
*** alop has quit IRC21:22
*** herndon_ has joined #openstack-dev21:24
*** tjones has quit IRC21:24
*** alop has joined #openstack-dev21:25
*** isd has quit IRC21:25
*** tjones has joined #openstack-dev21:26
*** vladikr has quit IRC21:27
*** JordanP has quit IRC21:30
*** chenxu has joined #openstack-dev21:32
*** eglynn has joined #openstack-dev21:32
*** tjones has quit IRC21:33
*** venkatesh has quit IRC21:33
*** bswartz has quit IRC21:33
*** shinylasers has joined #openstack-dev21:33
*** shinylasers has quit IRC21:33
*** thomasm has quit IRC21:35
*** chenxu has quit IRC21:36
*** vipul-away is now known as vipul21:38
*** rkukura has joined #openstack-dev21:38
*** venkatesh has joined #openstack-dev21:43
*** jcoufal has quit IRC21:43
*** pixelb has joined #openstack-dev21:44
*** eglynn has quit IRC21:44
*** dtyarnell has quit IRC21:47
dolphmbknudson: i subscribed you to bug 1213106 -- did we talk about it at some point / do you run into somehow?21:47
uvirtbotLaunchpad bug 1213106 in keystone "TypeError: an integer is required" [Undecided,New] https://launchpad.net/bugs/121310621:47
*** henrynash has quit IRC21:47
bknudsondolphm: I remember keystone got the same error reading the config value for ldap enabled mask.21:49
*** fbo is now known as fbo_away21:49
bknudsonthis looks different21:49
*** boris-42 has joined #openstack-dev21:49
*** flaper87|afk is now known as flaper8721:51
*** sushils has quit IRC21:51
*** davidhadas has quit IRC21:51
*** rnirmal has joined #openstack-dev21:52
*** topol has quit IRC21:53
*** dkranz has quit IRC21:56
*** jecarey has quit IRC21:56
*** johnthetubaguy has quit IRC21:58
*** boris-42 has quit IRC21:59
*** bpokorny has quit IRC22:00
*** sarob has quit IRC22:03
*** eglynn has joined #openstack-dev22:04
*** changbl has joined #openstack-dev22:05
*** vkmc has joined #openstack-dev22:05
*** gmurphy has joined #openstack-dev22:07
*** kbringard has quit IRC22:08
dolphmbknudson: weird22:11
*** dolphm has quit IRC22:11
*** grog500 has joined #openstack-dev22:13
*** MaxV has quit IRC22:15
*** datsun180b has quit IRC22:15
*** MaxV has joined #openstack-dev22:15
*** mrda has joined #openstack-dev22:16
*** rkukura has quit IRC22:18
*** phschwartz is now known as phschwartz_aw22:18
*** gmurphy is now known as gmurphy_wfh22:19
*** gmurphy_wfh is now known as gmurphy22:19
*** MaxV has quit IRC22:19
*** jayg is now known as jayg|g0n322:20
*** venkatesh has quit IRC22:21
*** thedodd has quit IRC22:21
*** neelashah has quit IRC22:24
*** sandeepr_ltp has quit IRC22:26
*** colinmcnamara has joined #openstack-dev22:26
*** sarob has joined #openstack-dev22:27
*** dropped has joined #openstack-dev22:27
*** samuelbercovici has quit IRC22:28
*** alunduil has joined #openstack-dev22:30
*** MaxV has joined #openstack-dev22:32
*** prad has quit IRC22:33
*** avishayb has quit IRC22:33
*** noslzzp has quit IRC22:34
*** AlanClark has quit IRC22:34
*** FunnyLookinHat has quit IRC22:34
*** colinmcnamara has quit IRC22:37
*** flaper87 is now known as flaper87|afk22:39
*** galstrom is now known as galstrom_zzz22:39
*** jhesketh has joined #openstack-dev22:40
*** colinmcnamara has joined #openstack-dev22:40
*** rushiagr has quit IRC22:44
*** changbl has quit IRC22:47
*** colinmcnamara has quit IRC22:48
*** dubsquared has quit IRC22:48
*** changbl has joined #openstack-dev22:48
*** rnirmal has quit IRC22:49
*** sarob has quit IRC22:50
*** jimfehlig has quit IRC22:50
*** zhiyan has quit IRC22:54
*** eglynn has quit IRC22:54
*** bswartz has joined #openstack-dev22:55
*** rkukura has joined #openstack-dev22:55
*** briancurtin has quit IRC22:57
*** sarob has joined #openstack-dev22:58
*** rcleere has quit IRC22:58
*** herndon_ has quit IRC22:59
*** radsy_ has joined #openstack-dev22:59
*** kbrierly has quit IRC23:01
*** radsy has quit IRC23:01
*** lbragstad has quit IRC23:01
*** rfolco has joined #openstack-dev23:02
*** carl_baldwin has quit IRC23:04
*** nermina has joined #openstack-dev23:05
*** rudrarugge has joined #openstack-dev23:06
*** dims has quit IRC23:06
*** vkmc has quit IRC23:06
*** amohn9 has quit IRC23:07
*** MaxV has quit IRC23:08
*** stevemar has joined #openstack-dev23:08
*** MaxV has joined #openstack-dev23:09
*** mlavalle has quit IRC23:09
ayoungjamielennox, I'm afraid that, if you don't take the KDS stuff, it is going to get dropped.23:09
*** colinmcnamara has joined #openstack-dev23:10
*** bauzas has joined #openstack-dev23:11
jamielennoxayoung: because no one else is able to?23:12
jamielennoxsorry interested23:12
*** MaxV has quit IRC23:13
*** dkehn has quit IRC23:14
*** nermina has quit IRC23:14
*** bauzas has quit IRC23:15
*** sthaha has joined #openstack-dev23:15
*** sthaha has quit IRC23:15
*** sthaha has joined #openstack-dev23:15
*** radsy_ has quit IRC23:15
ayoungjamielennox, well, I'll chase down Simo when he gets back, but I don't think he has the time to push it through both the API and code review23:17
ayoungnor the patience, really23:17
*** bauzas has joined #openstack-dev23:17
*** sarob_ has joined #openstack-dev23:17
*** jhesketh has quit IRC23:17
ayoungjamielennox, I think it is close, and we just need to A) make sure we have the details of the API correct and B)  the implementation meets the spec23:18
*** pixelb has quit IRC23:18
jamielennoxalright23:18
ayoungjamielennox, basically, its either me or you, and I trust you more than me23:18
jamielennoxi'll have to take it that he knows what he is doing so that the API will work with what is planned upstream23:18
jamielennoxlol, eh?23:19
ayoungjamielennox, we should pull in the Oslo and RPC Gurus to confirm, but yeah, it should be good23:19
ayoungthey have been involved in the design thus far23:19
*** MaxV has joined #openstack-dev23:20
*** sarob has quit IRC23:20
ayoungjamielennox, I'll add them to the design review23:20
jamielennoxyea, we need someone with a much better understanding of how messaging and RPC works23:20
jamielennoxthe KDS itself is not too difficult23:21
jamielennoxwell, it's fiddly23:21
*** donaldh has quit IRC23:21
*** venkatesh has joined #openstack-dev23:22
jamielennoxayoung: have you looked at this: https://review.openstack.org/#/c/46771/23:22
*** edmund has quit IRC23:22
ayoungjamielennox, have not looked at it.23:23
jamielennoxmaybe i've been doing too much crypto and took 'key' wrong23:23
*** dims has joined #openstack-dev23:24
ayoungwe made a mistake in ever doing authentication inside the API23:24
*** venkatesh has quit IRC23:24
jamielennoxoh?23:24
ayoungit really should be limited by what HTTP supports23:24
ayoungauth data does not belong in the payload23:24
jamielennoxthat's very restricting23:25
ayoungExactly23:25
ayoungI mean, why did they put userid and password into the post request instead of just using basic-auth?23:25
*** tmclaugh[work] has quit IRC23:26
jamielennoxcause people run scared when you say basic-auth?23:26
*** MaxV has quit IRC23:26
ayoungHa23:27
*** MaxV has joined #openstack-dev23:27
jamielennoxhave you used AWS AccessKeys?23:28
jamielennox^^ open question23:28
uvirtbotjamielennox: Error: "^" is not a valid command.23:28
ayoungjamielennox, so...the fund here today was with Kerberos.23:28
ayoungfun23:28
ayoungwe were trying to deal with the internal/external thing with ip addresses23:28
ayoungif you tell the SSH server to not be strcit on GSSAPI host verification, you can get a very flexible solution23:29
*** mkollaro has quit IRC23:29
ayoungbasically,  it will respond to any request that has a ticket that it can decrypt23:29
jamielennoxnice for testing, not really a solution23:29
ayoungnah..it is a solution23:30
ayoungit means that you can have a host record on the internal IP and create an A record on the external.  You need to tell the LDAP server that both are valid principal and then it works23:30
*** MaxV has quit IRC23:31
*** jhesketh has joined #openstack-dev23:31
ayoungsince the external A record referes to an IP address that the host never knows about, I don't think you can do any better...ideally, yeah, the server would have a list of valid hostnames, but right now the choice is between "matches the FQDN" and "any valid key"23:32
ayoungThe thing is,  the SSH key mechanism doesn't even check the host name, so its at least as secure as the default23:32
jamielennoxbecause ssh keys have nothing to do with hosts23:33
ayoungprobably still moreso, as the key needs to be valid to the ssh server.23:33
ayoungjamielennox, and, really, neither do Kerberos principals, when you get down to it.  Its just an association based on a string match, really23:33
jamielennoxthat is a statement i don't know enough about kerberos to get around23:34
ayoungI mean, the request needs to have a valid principal in it, and the host needs to recognize that principal:  they have to be in the /etc/krb5/keytab23:34
jamielennoxi was under the impression you should be able to use a principal much like a CN23:34
ayoungso it is not really much more different than saying "these are the hostnames we respond to"23:35
ayoungjamielennox, I think it is morel ike a mnemonic, or a clear way of keeping track.   Converiting things like usernames or hostnames to principals  happens based on convention.23:36
ayoungSo, what we had to do is an ldapmodify to the host entry adding an additional princiapl.  It like adding a nickname to a wanted poster23:36
*** rkukura has quit IRC23:36
ayounganyway...I'm still a little stuck on the auto provisioning of IPA hosts. I think I need a hook in Nova that doesn't exist:  "perform this custom action and create a file that you inject prior to creating the VM"23:38
ayoungI don't want to do anything IPA specific in nova,  but I suspect that custom workflow upon VM creation is a pretty common request.23:38
jamielennoxhow do you inject a file prior to creating a VM23:38
ayoungjamielennox, there is hard coded logic in the Hyoervuisor specific drivers.  I was looking at the libvirt driver that uses guestfish top put the ssh keys on the host23:39
jamielennoxso you're looking for a way to abstract out "install user credentials on vm", such that installing ssh and setting up IPA can be done23:41
*** jd__ has quit IRC23:42
ayoungjamielennox, I hadn't thought it in those terms, but that is not a bad phrasing23:42
*** yaguang has joined #openstack-dev23:42
jamielennoxwell if installing ssh keys is hard coded it seems like a good aproach as you can say - maybe i don't want ssh keys but a keytab installed for ssh instead23:43
jamielennoxonce there is that abstraction you can do all sorts of things23:44
*** jd__ has joined #openstack-dev23:44
*** MaxV has joined #openstack-dev23:44
ayoungjamielennox, yeah.23:44
ayoungIn my case, I want an OTP for registering the instance with IPA23:44
ayoungthe ting is, I really want to minimmze who knows that OTP23:45
*** sarob has joined #openstack-dev23:45
ayoungIdeally, Nova would generate it, put it in the vm ,and then kick off the ipa host creation23:45
ayoungok, I'm at the office and need to head home.23:45
jamielennoxno worries - i'll try to have a look at KDS today23:46
ayoungappreciate it23:46
*** ayoung has quit IRC23:46
*** sarob_ has quit IRC23:49
jamielennoxdtroyer: ping23:49
*** markwash has quit IRC23:52
dtroyerjamielennox: yo23:54
jamielennoxdtroyer: i've been meaning to catch you all week, i'm looking to get https://review.openstack.org/#/c/47076/ fixed up23:54
jamielennoxit's failing grenade, but from reading the log i can't see how it's ever supposed to work23:55
*** dkehn has joined #openstack-dev23:55
dtroyerjamielennox: ah, right…  I think things are finally calmed down enough to get real work done now23:55
jamielennoxyea, i figured rc1 wasn't a great time to try and get things like this fixed23:56
dtroyerthe gate issues didn't help either23:56
jamielennoxyea, it's been bad23:56
*** jhesketh has quit IRC23:56
dtroyerfrankly, this should be a no-op for grenade…looking at the last log now23:56
jamielennoxright, so the way i'm reading it grenade checks out devstack from master23:57
*** jhesketh has joined #openstack-dev23:57
jamielennoxhowever the change is a devstack change and it's somehow mashing them together (that's not a very clear description - i think i understood it a bit better when i was looking last week)23:57
*** jcoufal has joined #openstack-dev23:58

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