Wednesday, 2014-01-22

jamielennoxdtroyer: i have an extension to all of this that i want to do for discovering services00:00
jamielennoxi want to extend discovery in keystoneclient to work for all services (i think it can be done)00:00
dtroyerjamielennox: let me play with it…oh yeah, I've got something for api discovery working but not pushed up anywhere too00:00
jamielennoxthen instead of each service doing it's own discovery we can nest that within the session00:00
dtroyerit can be done with some special-case handling for keystone ;)00:00
gyeehenrynash, looking at your impl and figure out if we can use 'next' instead of truncated00:01
jamielennoxthat way you can do a session.url_for(endpoint_type='compute', version='v3')00:01
jamielennoxit will check the service catalog and return if there is a valid endpoint for it00:01
jamielennoxthat way when we put unversioned endpoints into the service catalog we only need to do discovery for all the projects in one place00:01
*** jgrimm has quit IRC00:02
*** CaptTofu has joined #openstack-dev00:02
dtroyerI've got a way to deal with that (hopefully).  it can do 'loose' version checking and try to deal with versioned endpoints after we switch to assuming they are not versioned...00:02
*** markmcclain has joined #openstack-dev00:02
henrynashgyee: so of course we 'could' do that…in fact I had an implementation that did that: see:https://review.openstack.org/#/c/44836/20/keystone/common/controller.py00:02
*** vipul-away is now known as vipul00:02
dtroyerjamielennox: ok, gotta run…hopefully I'll get something functional tonight for OSC based on your auth patches...00:03
henrynashgyee: but that is felt to be an abuse of the 'next' pointer so rehected00:03
jamielennoxdtroyer: excellent i'd love to see that, we have had a number of discussions recently about how we hack around the current state of versioned endpoints with no real conclusion00:03
jamielennoxdtroyer: ok, i'm not around for the rest of this week00:03
jamielennoxbut i should see reviews otherwise just email me anything i need to see in particular00:03
*** gokrokve has quit IRC00:04
dtroyerok…so is 60752 the only additional patch I should include after the current auth set?00:04
*** gokrokve has joined #openstack-dev00:04
*** nkinder has joined #openstack-dev00:04
jamielennoxyea, i have ideas for the follow on (asking session for URLs) but i don't have functional patches for it yet00:04
gyeehenrynash, I am fine with a 206 and no 'truncated' attribute00:04
gyeedolphm, ^00:05
*** markmcclain has quit IRC00:05
henrynashgyee: 206 should only be generated if the client asks for size restriction…that isn't the case here00:05
*** jckasper has joined #openstack-dev00:06
*** jckasper_ has joined #openstack-dev00:07
*** sarob has joined #openstack-dev00:07
*** samuelbercovici has joined #openstack-dev00:08
*** samuelbercovici has quit IRC00:08
*** alex_xu has joined #openstack-dev00:08
*** nkinder has quit IRC00:09
*** gokrokve has quit IRC00:09
*** gordc has quit IRC00:09
*** jckasper has quit IRC00:10
*** sarob has quit IRC00:10
*** dave_tucker is now known as dave_tucker_zzz00:11
*** glenng has quit IRC00:11
*** sarob has joined #openstack-dev00:11
*** glenng has joined #openstack-dev00:11
*** dave_tucker_zzz is now known as dave_tucker00:13
*** pmathews has quit IRC00:13
*** DennyZhang has joined #openstack-dev00:14
*** sarob has quit IRC00:15
*** FunnyLookinHat has quit IRC00:16
*** morazi has quit IRC00:17
*** bauzas has quit IRC00:17
*** MaxV has joined #openstack-dev00:17
*** MaxV has quit IRC00:17
*** MaxV has joined #openstack-dev00:17
*** kenperkins_ has joined #openstack-dev00:17
*** kenperkins has quit IRC00:17
*** rollerj has joined #openstack-dev00:18
*** henrynash has quit IRC00:20
*** alex_xu has quit IRC00:20
*** vipul is now known as vipul-away00:21
*** yassine has quit IRC00:21
dstanekgyee: a 206 response must have gotten a Range header - i don't think that's what we want here00:22
*** mkollaro1 has quit IRC00:23
*** zzelle has quit IRC00:23
*** henrynash has joined #openstack-dev00:24
*** teran has quit IRC00:25
*** teran has joined #openstack-dev00:25
*** mrodden has quit IRC00:26
*** sarob has joined #openstack-dev00:27
*** markmcclain has joined #openstack-dev00:27
*** kenperkins_ has quit IRC00:27
*** CaptTofu has quit IRC00:28
*** morazi has joined #openstack-dev00:28
*** CaptTofu has joined #openstack-dev00:28
*** reed has quit IRC00:28
*** morazi has quit IRC00:28
*** amcrn has joined #openstack-dev00:28
*** kenperkins has joined #openstack-dev00:29
*** jasondotstar has quit IRC00:31
*** sandywalsh has quit IRC00:31
*** carl_baldwin has quit IRC00:32
*** sushils has quit IRC00:34
*** ArxCruz has joined #openstack-dev00:34
gyeedstanek, yes, understood00:36
gyeestill thinking over this, 'truncated' attribute doesn't sound right00:37
*** zul has joined #openstack-dev00:37
gyeestill need to give user some idea how much more data from the query00:37
gyee100 or 1 million?00:39
*** topol has joined #openstack-dev00:39
gyeeotherwise, he'll just keep guessing with different queries00:39
*** sushils has joined #openstack-dev00:39
*** kenperkins has quit IRC00:40
*** flaper87 is now known as flaper87|afk00:42
*** giulivo has quit IRC00:42
*** reed has joined #openstack-dev00:44
*** Mandell has quit IRC00:45
*** sgran has quit IRC00:45
*** Mandell has joined #openstack-dev00:45
*** jamespage has quit IRC00:45
jamielennoxbknudson: ping re: kds DB00:47
jamielennoxactually does anyone remember the reason we store things as base64 in keystone's database rather than using sqlalchemy and blob?00:47
*** reed has quit IRC00:48
*** browne has quit IRC00:48
*** MaxV has quit IRC00:48
*** sgran has joined #openstack-dev00:48
*** jamespage has joined #openstack-dev00:49
*** jamespage has joined #openstack-dev00:49
*** henrynash has joined #openstack-dev00:49
*** kgriffs_afk is now known as kgriffs00:50
*** CaptTofu has quit IRC00:54
*** topol has quit IRC00:56
*** thuc has joined #openstack-dev00:56
*** browne has joined #openstack-dev00:57
*** sn6i23a has quit IRC00:59
gyeejamielennox, what things? searchable things?00:59
jamielennoxgyee: no it's not in keystone as i thought it was00:59
jamielennoxgyee: for some reason i made my key type in kds do a base64 convert then store it as text01:00
jamielennoxthere is a reason for it but i can't remember what it is01:00
*** morganfainberg is now known as morganfainberg|z01:00
jamielennoxrather than simply store it in a binary format01:00
gyeeif you it to be searchable01:00
gyeethat's the only reason I can think of01:00
*** sn6i23a has joined #openstack-dev01:01
jamielennoxhmm, yea - i can't remember01:02
*** neelashah has quit IRC01:02
jamielennoxthere doesn't seem to be much of a good standard around blob types01:02
jamielennoxsqlalchemy has LargeBinary01:02
gyeeisn't blog stands for (b)inary (l)arge (ob)ject?01:03
gyeesorry blob01:03
jamielennoxno idea01:04
jamielennoxi just want a raw data type01:04
*** amcrn has quit IRC01:04
*** ytwu has quit IRC01:05
*** blamar has joined #openstack-dev01:08
*** DennyZhang has quit IRC01:09
*** kushal has quit IRC01:09
*** kgriffs is now known as kgriffs_afk01:10
*** Mandell has quit IRC01:12
*** ytwu has joined #openstack-dev01:13
*** _cjones_ has quit IRC01:13
*** xarses has quit IRC01:14
*** Alexei_987 has quit IRC01:16
*** mestery has quit IRC01:18
dstanekgyee: i think their goal was to not pull all of the data from the database so they wouldn't know if there were 100 or 1 million more records01:19
dstanekgyee: s/database/backend/01:19
*** lbragstad_ has joined #openstack-dev01:19
gyeedstanek, but at least give user some idea how much data01:20
*** mikeoutland has quit IRC01:20
gyeeotherwise, how does user have enough information to refine th query? just keep trying?01:20
dstanekgyee: would you have a different refinement strategy based on how many records you don't see or would you just try to refine the query?01:21
gyeedstanek, probably, more information would help make a better decision I would think01:22
*** dave_tucker is now known as dave_tucker_zzz01:22
*** mrodden has joined #openstack-dev01:26
*** smurugesan has quit IRC01:26
*** mrodden1 has joined #openstack-dev01:28
*** mrodden has quit IRC01:31
ayoungjamielennox, "I'm coming late to this, but is there a reason we cant use fabio's extension notifications and make this extension reactive?"  The short of it is that the dependency between things would then be backwards01:32
*** neelashah has joined #openstack-dev01:32
*** sthaha has joined #openstack-dev01:32
ayoungie...instead of all these things having to know about revocations,  revocations would need to be aware of everything that could call it01:33
jamielennoxayoung: that seems like the better model for an extension01:33
*** harlowja has joined #openstack-dev01:33
jamielennoxit also sounds easier01:33
jamielennoxcause you don't need a revocation api with .revoke_for_project .revoke_for_x01:33
ayoungno, much more complex01:33
jamielennoxyou just have a series of event listeners that construct the right objects01:34
ayoungthose are just helpers01:34
*** tdruiva has quit IRC01:34
*** nosnos has joined #openstack-dev01:35
ayoungYou still end up with an implicit dependency one way or the other.01:35
jamielennoxright, but what's wrong with listening for user deleted and then when an event comes in you add to your revocation list01:35
jamielennoxright but the dep goes is no longer based on an optional extension01:35
jamielennoxs/goes//01:36
*** krotscheck has quit IRC01:36
ayoungRight now it feels like it would be a rewrite for little benefitr other than to make use of the new shiny...sorry if I sound a little rough on it.01:36
jamielennoxi mean you have an extension which depends on a whole lot of core services not the other way around01:36
*** sn6i23a has quit IRC01:36
ayoungMaybe if all those even listeners were out there already and pumping out events.01:36
jamielennoxso i'm not sure how far he has got with implementing all those event notifiers01:37
jamielennoxif they aren't there then there is no choice01:37
ayoungLets keep that in mind for Juno01:37
*** morazi has joined #openstack-dev01:37
jamielennoxbut i think in general you should have all extensions be reactionary01:37
ayoungthere is a lot we have been thinking about as far as splitting dependencies.  Sounds like this is part of that same thought process.  I think we need to figure out how to compose objects better, too.  But not for I2 (or I3)  and this code01:38
jamielennoxgyee: do you know how far the event notifications have come/01:38
gyeejamielennox, its approved01:38
jamielennoxgyee: but are the even emitters in place01:38
gyeeactually, its renamed to event callbacks01:38
jamielennoxfor all the core types?01:39
gyeejamielennox, yes, all existing events01:39
jamielennoxgyee: oh, which is a small subset of what is needed for revocation01:39
gyeewhatever events keystone is publishing today01:39
gyeejamielennox, only thing missing are the assignments I think01:40
gyeelike role assignment and removal01:40
jamielennoxayoung: still for the likes of: https://review.openstack.org/#/c/55908/29/keystone/identity/core.py01:42
ayoungthat one is a hack01:42
ayoungneeds to be more specific01:42
jamielennoxit would appear all you would do was change it to register_event_callback('group.delete', ...)01:42
ayoungbut role enumeration was failing me, and this maintained the existing semantics01:42
*** nermina has quit IRC01:42
*** pablosan_ has joined #openstack-dev01:43
*** kenperkins has joined #openstack-dev01:43
ayoungWhere would the listeners list?01:43
ayounglive01:43
*** kenperkins has quit IRC01:43
jamielennoxno idea, what creates the extension object?01:44
jamielennoxi mean you would do it in __init__ of the extension, but i don't know where that would go01:44
ayoungif it is in the pipeline, it gets registered01:44
ayoungso these listeners would be part of the extension?01:44
*** jasondotstar has joined #openstack-dev01:44
*** thuc has quit IRC01:44
jamielennoxayoung: the more i do that this the more i dislike extensions in the pipeline01:44
jamielennoxit doesn't actually use the pipeline it just does a dirty hack to have the pipeline include it in the core01:45
ayoungjamielennox, if the only tool you have is duck tape, everything looks like a duck01:45
jamielennoxlol01:45
jamielennoxumm, so yea you would register your handlers when you __init__ the extension01:45
jamielennoxthey would be called whenever a group was deleted01:45
jamielennoxor whatever01:45
jamielennoxfor now it appears you would have to keep the assignments part as is01:46
ayoungI'd keep the core part the same, but we could move the logic to listeners01:46
*** pablosan has quit IRC01:46
jamielennoxwell yea most of it as you say is helpers01:46
jamielennoxit just means you don't need to go into the manageres01:47
ayoungyep...I kind of like that idea...01:47
ayoungwhere is there a current example of  listener?01:47
*** rraja has joined #openstack-dev01:48
jamielennoxi don't know - i was still sketch on if it had been approved01:48
*** MaxV has joined #openstack-dev01:49
ayounggot it01:49
*** kgriffs_afk is now known as kgriffs01:49
ayounghttps://github.com/openstack/keystone/commit/fc685e981d595345d8432779a87f83fc1d77cf9701:49
jamielennoxbut i had proposed something similar ages ago  and had talked to fabio when it was coming in so from high level it seems a better design01:49
*** yaguang has joined #openstack-dev01:49
ayounglet me do a proof of concept01:51
*** pixelb has quit IRC01:53
*** MaxV has quit IRC01:53
gyeeayoung, can you give it another whirl when you have time? https://review.openstack.org/#/c/56333/01:57
ayoung-2 Not on my watch.01:58
ayoungOoops, sorry01:58
gyeewtf01:58
ayounggyee, heh01:58
ayoungso you put flatten into author...01:58
gyeeyes sir01:58
ayoungcool01:58
ayoungunderstand why I insisted?  We need the whole kit and the kaboomie01:59
gyeekaboomie01:59
ayoungheh02:00
ayounggyee, so, is there any reason to not put the decorators in authorization.py as well?02:00
ayoungother than churn, of course?02:00
gyeeayoung, thought you want the api stuff in common for now02:01
ayounggyee, I want the rest of openstack to use our logic here02:01
gyeeI mean anything that require *_api calls02:01
ayoungyeah...good point02:01
*** rcj__ has joined #openstack-dev02:01
*** rcj__ has quit IRC02:01
ayoungonce we get rid of the uuid token approach we can go further02:02
gyeehell, with SSL certificate middleware, who needs tokens :)02:03
ayoungwe all do02:03
ayoungSSL is authentication02:03
ayoungdoesn;t have the auth attributes02:03
ayounggot to think outside the keystone box02:04
*** csd has quit IRC02:04
ayoungkeystone server box that is02:04
gyeeayoung, DN is essentially "assertions"02:05
*** willingc has joined #openstack-dev02:05
*** renlt has joined #openstack-dev02:05
ayoungyep02:05
gyeethey  are signed key-value pairs if you really think about it02:05
ayoungbut Certs are long lived02:05
ayoungwe need both02:05
gyeeayoung, certs can be short live02:05
ayounglong lived authentication and short lived authorization02:05
ayoungcers are like LDAP...read only to you02:06
ayoungtokens are short lived02:06
gyeebut yeah, doing authz in certs is not very practical02:06
ayoungneed the two paired...we are getting there.  jamielennox got token binding into the client.02:06
gyeecould be expensive02:06
jamielennoxgyee: i haven't looked at that patch much - is it going to be able to work with auth_token?02:07
gyeejamielennox, yes, they are independent02:07
jamielennoxok02:07
gyeejamielennox, btw, love the auth plugin for keystoneclient02:07
jamielennoxi have a longer term goal to make keystone use auth_token02:07
*** markmcclain has quit IRC02:07
gyeepretty cool hack there02:07
*** sarob has quit IRC02:08
jamielennoxgyee: cool - make reviews02:08
jamielennoxi think i need a few people to start commiting to it02:08
jamielennoxit's a big change and noone wants to go first02:08
*** sarob has joined #openstack-dev02:08
gyeeI'll get to the auth plugin review, probably tonight02:08
jamielennoxi'm a little concerned about the split of do_authenticate and authenticate in the httpclient - but you've gotta be doing some dumb stuff to mess it up so i'm not going to change it right now i think02:08
gyeeif not, first thing tomorrow02:08
gyeewas breaking my head over henrynash's limiting review, still have a bad feeling about it02:10
*** haomaiwa_ has quit IRC02:10
*** haomaiwang has joined #openstack-dev02:10
*** dims has quit IRC02:11
*** taps has quit IRC02:11
ayoungjamielennox, gyee's refactoring is moving toward migrating that code into the client to be used in conjunction with auth_token middleware02:11
*** networkstatic has joined #openstack-dev02:12
jamielennoxhmm, i've known i need to pay more attention to that one - i have some ideas around storing auth in keystone - i just keep forgetting02:12
*** sarob has quit IRC02:13
jamielennoxi clean through all the client reviews and then i miss heaps of stuff on server02:13
gyeejamielennox, ayoung, I have to run. Kids crying, wife screaming, its a war zone right now. Will do more reviews later.02:13
jamielennoxgyee: yep, cya later02:13
*** gyee has quit IRC02:13
ayoungSNAFU.  Situation normal all....02:13
ayounggyee that was me about 3 hours ago.02:14
ayoungSo, right on time02:14
*** haomaiwa_ has joined #openstack-dev02:15
ayoungjamielennox, ok...I think I can do the notifications for this02:15
jamielennoxayoung: cool02:15
jamielennoxit's a good thing to really test out too02:16
jamielennoxalso see if it'd be possible for the assignment variables as well but i assume they left that for a reason02:16
ayoungIf I were to do this right, I would split my patch into 2,  one for the disable of old style revocations, a second to do the integration. and do a third patch to add additional notification.02:16
*** haomaiwang has quit IRC02:17
*** armax has left #openstack-dev02:17
*** rcj has quit IRC02:17
jamielennoxayoung: reviews are happening a bit faster recently - i'm of the opinion now that if you can split it do it02:17
ayoungthing is...some of the existing logic might be a little wonky that way...things that call deep into the relationships.02:17
jamielennox(though client still slower)02:17
jamielennoxoff topic: sweet http://docs.sqlalchemy.org/en/rel_0_8/dialects/mysql.html#storage-engines02:17
*** rcj has joined #openstack-dev02:18
*** CaptTofu has joined #openstack-dev02:19
jamielennoxF20 really messed up postgres02:20
ayoungHeh.  Most Fedora upgrades have had induced issues with PG.  What is it this time?02:20
jamielennoxhad to run an upgrade script02:22
jamielennoxbut it reset the pg_hba.conf02:22
jamielennoxi changed it back but i still can't get back in02:22
*** mikeoutland has joined #openstack-dev02:23
*** comay has quit IRC02:23
ayounglsof?02:23
ayoungsee what it is listening to?02:23
*** rcj has quit IRC02:23
*** rcj has joined #openstack-dev02:24
jamielennoxno, i think i messed up something in the pg_hba02:24
jamielennoxhad a peer identify over a port02:24
*** michchap has quit IRC02:24
*** michchap has joined #openstack-dev02:25
jamielennoxhappened on my other computer as well but somehow screwed up the locale and i had to wipe it and start again02:25
*** tkay has quit IRC02:25
*** markwash has quit IRC02:25
*** fpatwa has joined #openstack-dev02:26
*** browne has quit IRC02:27
*** mikeoutland has quit IRC02:27
*** fpatwa has quit IRC02:27
*** mikeoutland has joined #openstack-dev02:28
*** fpatwa has joined #openstack-dev02:28
*** vkozhukalov has joined #openstack-dev02:30
*** dave_tucker_zzz is now known as dave_tucker02:31
*** vahidh has quit IRC02:32
*** fpatwa has quit IRC02:32
*** coolsvap_away has quit IRC02:33
*** mikeoutland has quit IRC02:34
*** dave_tucker is now known as dave_tucker_zzz02:34
*** radsy has quit IRC02:35
*** mikeoutland has joined #openstack-dev02:35
*** fpatwa has joined #openstack-dev02:37
*** rohitk has joined #openstack-dev02:41
*** yamahata has quit IRC02:42
*** CaptTofu has quit IRC02:48
ayoungjamielennox, so...with the events, it is going to be interesting.  Really, I shouldn't be concerned about "deleted" events so much as "disabled" events.02:49
*** changbl has quit IRC02:50
*** erkules_ has joined #openstack-dev02:51
*** colinmcnamara has quit IRC02:51
*** melwitt1 has quit IRC02:51
*** willingc has quit IRC02:52
*** mikeoutland has quit IRC02:53
*** erkules has quit IRC02:53
*** changbl has joined #openstack-dev02:54
ayoungdolphm, so, is I2 sealed?02:55
*** epim has quit IRC02:56
jamielennoxhmm, yea - i don't know what sort of license you have to emit notifications internally that don't get sent to the amp02:56
*** tkay has joined #openstack-dev02:57
*** david-lyle_ has joined #openstack-dev03:03
*** colinmcnamara has joined #openstack-dev03:05
*** changbl has quit IRC03:07
*** mikeoutland has joined #openstack-dev03:08
*** changbl has joined #openstack-dev03:09
*** colinmcnamara has quit IRC03:10
david-lyle_due to a licensing issue, I need to get https://review.openstack.org/#/c/68268/ promoted for i-2, what is the process for that?03:11
*** ramishra has joined #openstack-dev03:13
*** jerryz_ has joined #openstack-dev03:13
jerryz_ 803:14
jerryz_Y03:14
*** mikeoutland has quit IRC03:15
*** paragan has joined #openstack-dev03:15
*** paragan has quit IRC03:15
*** paragan has joined #openstack-dev03:15
*** changbl has quit IRC03:15
*** kushal has joined #openstack-dev03:16
*** nshaikh has joined #openstack-dev03:16
*** vipul-away is now known as vipul03:17
*** dstanek has quit IRC03:17
*** MaxV has joined #openstack-dev03:17
*** changbl has joined #openstack-dev03:18
*** dstanek has joined #openstack-dev03:18
*** erkules_ is now known as erkules03:18
*** colinmcnamara has joined #openstack-dev03:20
*** xjiujiu has joined #openstack-dev03:21
*** thuc has joined #openstack-dev03:21
*** MaxV has quit IRC03:22
*** radsy has joined #openstack-dev03:24
*** radsy has quit IRC03:24
*** jecarey has joined #openstack-dev03:24
*** lbragstad has joined #openstack-dev03:24
clarkbdavid-lyle_: you approve the change then when it queues up we run a command aginst zuul to promote it. that said I fail to see how an MIT licensed project used in testing would cause problems but I am not a lawyer03:24
*** troytoman-away is now known as troytoman03:25
*** jerryz_ has quit IRC03:25
*** liang has joined #openstack-dev03:25
*** rnirmal has joined #openstack-dev03:26
*** ArxCruz has quit IRC03:28
david-lyle_clarkb: I approved it a few hours ago, but I have not seen it in the queue yet.  It's a modified MIT license with a little clause about "not for evil", that is deemed non-asl compliant03:29
clarkbdavid-lyle_: :?03:30
*** mikeoutland has joined #openstack-dev03:30
clarkber :/ that is annoying03:30
clarkbzuul is behind on processing the event queue03:30
clarkbwhen it shows up we can promote03:30
david-lyle_little things are deal breakers03:30
david-lyle_clarkb: great, thanks!03:30
david-lyle_very annoying, but my reality03:31
clarkbany chance upstream would let us do eveil with it?03:32
*** angdraug has quit IRC03:32
david-lyle_we tried that angle, but jshinst is based on jslint which isn't changing03:33
*** tkay has quit IRC03:34
*** rods has quit IRC03:37
*** CaptTofu has joined #openstack-dev03:38
*** CaptTofu has quit IRC03:38
*** CaptTofu has joined #openstack-dev03:39
*** doug_shelley66 has quit IRC03:39
*** nelsnelson has quit IRC03:39
*** fpatwa has quit IRC03:42
*** mjfork has quit IRC03:44
*** jasondotstar has quit IRC03:44
*** Mandell has joined #openstack-dev03:48
*** troytoman is now known as troytoman-away03:53
*** alex_klimov has joined #openstack-dev03:53
*** harlowja is now known as harlowja_away03:54
*** gokrokve has joined #openstack-dev03:55
*** aditirav has joined #openstack-dev03:55
*** colinmcnamara has quit IRC03:56
*** mriedem has quit IRC03:56
*** colinmcnamara has joined #openstack-dev03:57
*** alex_klimov has quit IRC03:57
*** emagana has quit IRC03:57
*** colinmcnamara has quit IRC04:02
*** jerryz_ has joined #openstack-dev04:02
*** kushal has quit IRC04:02
*** aveiga has quit IRC04:03
*** kgriffs is now known as kgriffs_afk04:05
*** lbragstad has quit IRC04:05
*** jamielennox is now known as jamielennox|away04:05
*** carl_baldwin has joined #openstack-dev04:07
*** ctracey has quit IRC04:08
*** coolsvap has joined #openstack-dev04:08
*** jerryz_ has quit IRC04:12
*** mikeoutland has quit IRC04:14
*** CaptTofu has quit IRC04:15
*** aswadrangnekar has joined #openstack-dev04:19
*** carl_baldwin has quit IRC04:20
*** carl_baldwin has joined #openstack-dev04:21
*** lcheng has quit IRC04:22
*** alex_klimov has joined #openstack-dev04:22
*** ctracey|away has joined #openstack-dev04:26
*** ctracey|away is now known as ctracey04:26
*** rnirmal has quit IRC04:26
*** colinmcnamara has joined #openstack-dev04:28
*** spzala has quit IRC04:28
*** gokrokve has quit IRC04:28
*** gokrokve has joined #openstack-dev04:29
*** jckasper_ has quit IRC04:31
*** rraja has quit IRC04:31
*** jckasper_ has joined #openstack-dev04:31
*** colinmcnamara has quit IRC04:33
*** fpatwa has joined #openstack-dev04:34
*** fpatwa has quit IRC04:34
*** fpatwa has joined #openstack-dev04:35
*** DennyZhang has joined #openstack-dev04:37
*** fpatwa has quit IRC04:40
*** vipul is now known as vipul-away04:40
*** kumaranvram has joined #openstack-dev04:40
*** jecarey has quit IRC04:41
*** vipul-away is now known as vipul04:44
*** csd has joined #openstack-dev04:48
*** Nikolay_St has joined #openstack-dev04:51
*** gokrokve has quit IRC04:53
*** xarses has joined #openstack-dev04:56
*** nermina has joined #openstack-dev04:57
*** tkay has joined #openstack-dev04:57
*** faramir1 has joined #openstack-dev04:57
*** colinmcnamara has joined #openstack-dev04:58
*** DinaBelova_ is now known as DinaBelova04:58
*** rohitk has quit IRC04:59
*** aditirav has quit IRC05:02
*** faramir1 has quit IRC05:03
*** aditirav has joined #openstack-dev05:03
*** alex_xu has joined #openstack-dev05:03
*** colinmcnamara has quit IRC05:03
*** thuc has quit IRC05:06
*** thuc has joined #openstack-dev05:06
*** AMike has joined #openstack-dev05:06
*** AMike has quit IRC05:06
*** AMike has joined #openstack-dev05:06
*** uaberme has joined #openstack-dev05:08
*** emagana has joined #openstack-dev05:08
*** carlp has quit IRC05:08
*** chandankumar_ has joined #openstack-dev05:08
*** comay has joined #openstack-dev05:09
*** thuc has quit IRC05:11
*** tkay has quit IRC05:12
*** tkay has joined #openstack-dev05:12
*** thuc has joined #openstack-dev05:13
*** yamahata has joined #openstack-dev05:13
*** rraja has joined #openstack-dev05:14
*** vipul is now known as vipul-away05:15
*** sarob has joined #openstack-dev05:15
*** emagana has quit IRC05:15
*** tkay has quit IRC05:15
*** tanisdl has quit IRC05:17
*** nkinder has joined #openstack-dev05:18
*** MaxV has joined #openstack-dev05:19
*** coolsvap is now known as coolsvap_away05:23
*** MaxV has quit IRC05:24
*** gokrokve has joined #openstack-dev05:25
*** HT_Sergio has quit IRC05:25
*** tkay has joined #openstack-dev05:27
*** novas0x2a|laptop has quit IRC05:30
*** vipul-away is now known as vipul05:32
*** thuc_ has joined #openstack-dev05:35
*** arnaud__ has quit IRC05:36
*** ig has quit IRC05:37
*** ig1 has joined #openstack-dev05:37
*** arnaud has quit IRC05:37
*** thuc has quit IRC05:38
*** YorikSar has quit IRC05:39
*** irenab has joined #openstack-dev05:43
*** vipul is now known as vipul-away05:47
*** _cjones_ has joined #openstack-dev05:52
*** e0ne has joined #openstack-dev05:53
*** e0ne has quit IRC05:54
*** ndn9797 has joined #openstack-dev05:57
*** rdas has joined #openstack-dev05:58
*** colinmcnamara has joined #openstack-dev05:59
*** rohitk has joined #openstack-dev06:00
*** thuc_ has quit IRC06:01
*** thuc has joined #openstack-dev06:01
*** colinmcnamara has quit IRC06:03
*** _cjones_ has quit IRC06:03
*** DinaBelova is now known as DinaBelova_06:04
*** thuc has quit IRC06:06
*** carl_baldwin has quit IRC06:07
*** blamar has quit IRC06:08
*** vipul-away is now known as vipul06:10
*** buzztroll has quit IRC06:10
*** carl_baldwin has joined #openstack-dev06:10
*** buzztroll has joined #openstack-dev06:10
*** buzztroll has quit IRC06:15
*** CaptTofu has joined #openstack-dev06:16
*** coolsvap_away is now known as coolsvap06:19
*** pablosan_ has quit IRC06:20
*** kushal has joined #openstack-dev06:21
*** doug_shelley66 has joined #openstack-dev06:21
*** teran has quit IRC06:21
*** MaxV has joined #openstack-dev06:21
*** CaptTofu has quit IRC06:21
*** blamar has joined #openstack-dev06:23
*** nshaikh has left #openstack-dev06:24
*** MaxV has quit IRC06:26
*** carl_baldwin has quit IRC06:27
*** arozumenko has joined #openstack-dev06:28
*** sarob has quit IRC06:30
*** sarob has joined #openstack-dev06:31
*** arozumenko has quit IRC06:35
*** sarob has quit IRC06:35
*** mrda has quit IRC06:35
*** afazekas has joined #openstack-dev06:35
*** rraja has quit IRC06:36
*** csaba|afk is now known as csaba06:39
*** andreaf has joined #openstack-dev06:39
*** tan has quit IRC06:39
*** tan has joined #openstack-dev06:40
*** NikitaKonovalov_ is now known as NikitaKonovalov06:41
*** xBsd has joined #openstack-dev06:43
*** nosnos_ has joined #openstack-dev06:43
*** nosnos has quit IRC06:43
*** AMike has quit IRC06:43
*** DennyZhang has quit IRC06:44
*** tan has quit IRC06:46
*** rdas has quit IRC06:48
*** kenperkins has joined #openstack-dev06:48
*** lyxus has joined #openstack-dev06:49
*** tan has joined #openstack-dev06:50
*** NikitaKonovalov is now known as NikitaKonovalov_06:50
*** rdas has joined #openstack-dev06:51
*** csd has quit IRC06:51
*** mrda__ is now known as mrda_away06:51
*** vkozhukalov has quit IRC06:52
*** teran has joined #openstack-dev06:52
lyxusHello Folks - Is there any way to do a automatic devstack installation ?  I would like to avoid doing write an expect script...06:53
*** rraja has joined #openstack-dev06:55
*** xuhanp has joined #openstack-dev06:56
*** buzztroll has joined #openstack-dev06:57
*** teran has quit IRC06:57
*** direktorddt has joined #openstack-dev06:58
*** direktorddt has quit IRC06:58
lifelesslyxus: have a look at devstack-gate, it runs devstack hundreds of times a day07:00
lifelesslyxus: can I ask why though?07:00
*** sarob has joined #openstack-dev07:01
lyxuslifeless: I am writing a plugin, so far I am the only one, but not for long. I want to be able to download the latest openstack/devstack  have a tempest run against it... Reconfigure it with my plugin and re-run tempest07:02
*** garyk has joined #openstack-dev07:03
*** MaxV has joined #openstack-dev07:06
*** emagana has joined #openstack-dev07:07
lyxuslifeless: make sense ?07:09
*** sarob has quit IRC07:09
lifelesssure, though most folk would put their thing on stackforge and have commits gated against it07:09
*** ig1 has quit IRC07:10
*** ig has joined #openstack-dev07:10
lifelessthe infra team has a lot of automated runs of tempest and devstack against different configurations, so it matches what youneed07:11
lyxuslifeless: hum.. Let me see what would be the most efficient !07:11
lyxuslifeless: (thanks BTW)07:12
*** xchu has joined #openstack-dev07:12
*** sarob has joined #openstack-dev07:17
*** Drankis has joined #openstack-dev07:17
*** yolanda has joined #openstack-dev07:18
*** NikitaKonovalov_ is now known as NikitaKonovalov07:18
*** sarob_ has joined #openstack-dev07:19
*** afazekas has quit IRC07:19
*** teran has joined #openstack-dev07:20
*** rohitk has quit IRC07:21
*** vipul is now known as vipul-away07:21
*** sarob has quit IRC07:21
*** vartom1111111119 has joined #openstack-dev07:23
*** sarob_ has quit IRC07:23
*** rohitk has joined #openstack-dev07:23
*** ytwu has quit IRC07:24
*** vipul-away is now known as vipul07:25
*** odyssey4me has joined #openstack-dev07:25
*** ytwu has joined #openstack-dev07:26
*** xjiujiu has quit IRC07:26
*** xjiujiu has joined #openstack-dev07:27
*** afazekas has joined #openstack-dev07:27
*** ramishra has quit IRC07:27
*** ramishra has joined #openstack-dev07:28
*** mrunge has joined #openstack-dev07:28
*** MaxV has quit IRC07:29
*** MaxV has joined #openstack-dev07:31
*** ramishra has quit IRC07:32
*** ik_ has joined #openstack-dev07:32
*** kenperkins has quit IRC07:32
ik_I am thinking of restarting cinder volume at the end of a REST call.. I have used os.system() call, but service getting stopped and not getting started. I wonder how can I make this thing work..07:34
*** MaxV has quit IRC07:36
*** yamahata has quit IRC07:38
clarkbfork and exec?07:39
*** avishay has joined #openstack-dev07:41
*** belmoreira has joined #openstack-dev07:41
*** rraja has quit IRC07:41
ik_can try fork and exec or subprocess. but same os.system() call works fine when written a separate program! I wonder what am I missing in api07:42
*** Drankis has quit IRC07:42
*** Drankis has joined #openstack-dev07:42
*** Drankis has quit IRC07:43
*** jistr has joined #openstack-dev07:43
*** csaba is now known as csaba|afk07:44
*** Drankis has joined #openstack-dev07:44
*** vipul is now known as vipul-away07:45
*** kushal has quit IRC07:45
*** vartom1111111119 has quit IRC07:45
*** vartom1111111119 has joined #openstack-dev07:46
clarkbdoesnt system() wait and use asubshell? pretty sure it is the wrong way to do it07:47
*** amuller has joined #openstack-dev07:47
*** yeylon_ has joined #openstack-dev07:51
*** obondarev_ has joined #openstack-dev07:53
lyxusit sounds little stupid but i am fighting with the logging.conf. But how do you print the stdout to the logfile. I have the debug writing correctly07:53
*** vipul-away is now known as vipul07:54
*** e0ne has joined #openstack-dev07:54
*** xqueralt has joined #openstack-dev07:55
*** ramishra has joined #openstack-dev07:56
*** oro has joined #openstack-dev07:57
*** tkay has quit IRC08:01
*** neeti has joined #openstack-dev08:01
*** buzztroll has quit IRC08:03
*** flaper87|afk is now known as flaper8708:03
*** xgsa has joined #openstack-dev08:04
*** jprovazn has joined #openstack-dev08:06
*** dkuffner has joined #openstack-dev08:06
*** oro has quit IRC08:06
*** oro has joined #openstack-dev08:07
*** s2r2_ has joined #openstack-dev08:07
*** mancdaz_away is now known as mancdaz08:08
*** evgenyf has joined #openstack-dev08:08
*** buzztroll has joined #openstack-dev08:12
*** xBsd has quit IRC08:12
*** nmagnezi has joined #openstack-dev08:12
*** jcoufal has joined #openstack-dev08:13
*** DinaBelova_ is now known as DinaBelova08:15
*** sushils has quit IRC08:16
*** amuller has quit IRC08:16
*** amuller_ has joined #openstack-dev08:16
*** buzztroll has quit IRC08:17
*** CaptTofu has joined #openstack-dev08:17
*** sarob has joined #openstack-dev08:17
*** ramishra has quit IRC08:18
*** renlt has quit IRC08:18
*** xga has joined #openstack-dev08:18
*** networkstatic has quit IRC08:19
*** mmagr has joined #openstack-dev08:21
*** romcheg has joined #openstack-dev08:21
*** sarob has quit IRC08:22
*** CaptTofu has quit IRC08:22
*** romcheg1 has joined #openstack-dev08:23
*** SergeyLukjanov_ is now known as SergeyLukjanov08:23
*** rraja has joined #openstack-dev08:25
*** romcheg has quit IRC08:26
*** jtomasek has joined #openstack-dev08:26
*** vkozhukalov has joined #openstack-dev08:30
*** MaxV has joined #openstack-dev08:31
*** MaxV has quit IRC08:32
*** MaxV has joined #openstack-dev08:33
*** florentflament has joined #openstack-dev08:34
*** fbo_away is now known as fbo08:34
*** ik_ has quit IRC08:36
*** MaxV has quit IRC08:37
*** MaxV has joined #openstack-dev08:37
lyxusis it only  a preference of using run_tempest rather than  nosetests -v tempest ?08:38
*** rdas has quit IRC08:39
*** rdas has joined #openstack-dev08:40
*** JordanP has joined #openstack-dev08:40
*** I159 has joined #openstack-dev08:40
*** saschpe has quit IRC08:41
*** saschpe has joined #openstack-dev08:41
*** buzztroll has joined #openstack-dev08:42
*** rdas has quit IRC08:43
*** marekd|away is now known as marekd08:43
*** cmyster has joined #openstack-dev08:44
*** Alexei_987 has joined #openstack-dev08:44
*** sahid has joined #openstack-dev08:44
*** viktors has joined #openstack-dev08:44
*** cmyster has quit IRC08:45
*** giulivo has joined #openstack-dev08:45
*** rdas has joined #openstack-dev08:46
*** cmyster has joined #openstack-dev08:46
*** uaberme has quit IRC08:51
*** henrynash has quit IRC08:55
*** comay has quit IRC08:56
*** mindpixel has joined #openstack-dev08:57
*** amuller_ has quit IRC08:58
*** ig has quit IRC08:59
*** ig has joined #openstack-dev08:59
*** colinmcnamara has joined #openstack-dev09:01
*** amuller__ has joined #openstack-dev09:01
*** rdas has quit IRC09:02
*** iartarisi has joined #openstack-dev09:02
*** safchain has joined #openstack-dev09:02
*** arozumenko has joined #openstack-dev09:02
*** rdas has joined #openstack-dev09:02
*** derekh has joined #openstack-dev09:03
*** colinmcnamara has quit IRC09:05
*** rdas has quit IRC09:05
*** yassine has joined #openstack-dev09:06
*** mindpixel has quit IRC09:06
*** nacim has quit IRC09:07
*** irenab has quit IRC09:08
*** eglynn has joined #openstack-dev09:08
*** jpich has joined #openstack-dev09:10
*** irenab has joined #openstack-dev09:10
*** BobBallAWay is now known as BobBall09:11
*** corXi has joined #openstack-dev09:12
*** rdas has joined #openstack-dev09:12
*** sushils has joined #openstack-dev09:14
*** henrynash has joined #openstack-dev09:15
*** buzztroll has quit IRC09:16
*** sarob has joined #openstack-dev09:17
*** derekh has quit IRC09:18
*** nacim has joined #openstack-dev09:20
*** ndn9797 has left #openstack-dev09:20
*** sarob has quit IRC09:22
*** mkollaro has joined #openstack-dev09:24
*** networkstatic has joined #openstack-dev09:24
*** [1]evgenyf has joined #openstack-dev09:25
*** rdas has quit IRC09:25
*** venkatesh has joined #openstack-dev09:25
*** venkatesh has quit IRC09:26
*** evgenyf has quit IRC09:27
*** [1]evgenyf is now known as evgenyf09:27
*** SergeyLukjanov is now known as SergeyLukjanov_a09:27
*** dosaboy_ is now known as dosaboy09:28
*** SergeyLukjanov_a is now known as SergeyLukjanov_09:28
*** ramishra has joined #openstack-dev09:29
*** alex_xu has quit IRC09:29
*** rdas has joined #openstack-dev09:29
*** ramishra has quit IRC09:33
*** ramishra has joined #openstack-dev09:34
*** bauzas has joined #openstack-dev09:36
*** dosaboy has quit IRC09:36
*** aditirav_ has joined #openstack-dev09:36
*** jistr has quit IRC09:37
*** markmc has joined #openstack-dev09:38
*** dosaboy has joined #openstack-dev09:38
*** aditirav has quit IRC09:39
*** aditirav_ is now known as aditirav09:39
*** mugsie has quit IRC09:39
*** mugsie has joined #openstack-dev09:40
*** mugsie has quit IRC09:40
*** mugsie has joined #openstack-dev09:40
*** matrohon has quit IRC09:40
*** matrohon has joined #openstack-dev09:40
*** SergeyLukjanov_ is now known as SergeyLukjanov09:40
*** jp_at_hp has joined #openstack-dev09:43
*** andreykurilin has quit IRC09:43
*** danpb has joined #openstack-dev09:43
*** ndipanov has joined #openstack-dev09:45
*** andreykurilin has joined #openstack-dev09:46
*** SergeyLukjanov is now known as SergeyLukjanov_09:47
*** NikitaKonovalov is now known as NikitaKonovalov_09:47
*** mancdaz is now known as mancdaz_away09:52
*** xuhanp has quit IRC09:52
*** johnthetubaguy has joined #openstack-dev09:52
*** lyxus has quit IRC09:53
*** jistr has joined #openstack-dev09:57
*** tkammer has joined #openstack-dev09:58
*** alexpilotti has joined #openstack-dev09:58
*** DinaBelova is now known as DinaBelova_09:58
*** akrivoka has joined #openstack-dev10:00
*** athomas has joined #openstack-dev10:00
*** jasondotstar has joined #openstack-dev10:00
*** aditirav has quit IRC10:02
*** boris-42 has quit IRC10:02
*** aditirav has joined #openstack-dev10:02
*** ala_ has joined #openstack-dev10:03
*** boris-42 has joined #openstack-dev10:04
*** buzztroll has joined #openstack-dev10:04
*** xchu has quit IRC10:04
*** aditirav_ has joined #openstack-dev10:06
*** martyntaylor has joined #openstack-dev10:08
*** buzztroll has quit IRC10:08
*** aditirav has quit IRC10:08
*** aditirav_ is now known as aditirav10:08
*** rohitk has quit IRC10:09
*** buzztroll has joined #openstack-dev10:12
*** martyntaylor has quit IRC10:12
*** sarob has joined #openstack-dev10:13
*** amuller__ is now known as amuller10:15
*** nermina has quit IRC10:15
*** buzztroll has quit IRC10:17
*** sarob_ has joined #openstack-dev10:17
*** lyxus has joined #openstack-dev10:18
*** CaptTofu has joined #openstack-dev10:18
*** sarob has quit IRC10:18
*** pixelb has joined #openstack-dev10:19
*** teran has quit IRC10:21
*** sarob_ has quit IRC10:22
matrohonHi10:22
*** CaptTofu has quit IRC10:22
matrohondoes anyone has trouble with the current version of devstack10:23
matrohon?10:23
*** jhesketh_ has quit IRC10:23
*** roz has joined #openstack-dev10:23
*** roz has quit IRC10:23
matrohonwhen I run it, cinder and glance crash, because their db are empty10:23
*** exed_ has joined #openstack-dev10:24
*** xuhanp has joined #openstack-dev10:25
*** xuhanp has quit IRC10:26
*** rohitk has joined #openstack-dev10:26
*** martyntaylor has joined #openstack-dev10:27
*** networkstatic has quit IRC10:29
*** ChrisSwan has joined #openstack-dev10:30
*** paragan has quit IRC10:31
*** jesusaurus has quit IRC10:35
*** kolesovdv has joined #openstack-dev10:35
*** derekh has joined #openstack-dev10:35
*** henrynash has quit IRC10:37
*** jesusaurus has joined #openstack-dev10:37
*** liang has quit IRC10:39
*** max_lobur_afk is now known as max_lobur10:39
*** gmurphy has joined #openstack-dev10:42
*** romcheg has joined #openstack-dev10:45
*** ChrisSwan has left #openstack-dev10:45
*** romcheg1 has quit IRC10:46
*** gszasz has joined #openstack-dev10:48
*** lucasagomes has joined #openstack-dev10:57
*** yassine_ has joined #openstack-dev10:58
*** claxton has joined #openstack-dev10:58
*** yassine has quit IRC10:59
*** jasondotstar has quit IRC11:00
*** mancdaz_away is now known as mancdaz11:01
*** teran has joined #openstack-dev11:01
*** dkranz has quit IRC11:01
*** dkranz has joined #openstack-dev11:02
*** MaxV has quit IRC11:03
*** MaxV has joined #openstack-dev11:03
*** buzztroll has joined #openstack-dev11:04
*** michchap has quit IRC11:06
*** michchap has joined #openstack-dev11:06
*** xjiujiu has quit IRC11:08
*** pcm_ has joined #openstack-dev11:09
*** xjiujiu has joined #openstack-dev11:09
*** mindpixel has joined #openstack-dev11:09
*** pcm_ has quit IRC11:10
*** gokrokve has quit IRC11:11
*** tellesnobrega has quit IRC11:11
*** pcm_ has joined #openstack-dev11:11
*** belmoreira has quit IRC11:15
*** dkuffner has quit IRC11:16
*** jingwang has quit IRC11:17
*** lucasagomes is now known as lucas-afk11:17
*** jingwang has joined #openstack-dev11:17
*** sarob has joined #openstack-dev11:17
*** e0ne_ has joined #openstack-dev11:17
*** lucas-afk is now known as lucasagomes11:19
*** aditirav has quit IRC11:20
*** aditirav has joined #openstack-dev11:20
*** e0ne has quit IRC11:21
*** sarob has quit IRC11:22
*** tkammer has quit IRC11:23
*** avishayb has joined #openstack-dev11:25
*** derekh has quit IRC11:29
*** aeperezt has quit IRC11:29
*** roz has joined #openstack-dev11:34
*** tkammer has joined #openstack-dev11:36
*** mkollaro has quit IRC11:36
*** nshaikh has joined #openstack-dev11:38
*** evgenyf has quit IRC11:38
*** buzztroll has quit IRC11:38
*** afazekas_ has joined #openstack-dev11:41
*** jasondotstar has joined #openstack-dev11:41
*** yaguang has quit IRC11:41
*** evgenyf has joined #openstack-dev11:43
*** tellesnobrega has joined #openstack-dev11:47
*** dstanek has quit IRC11:52
*** boris-42 has quit IRC11:53
*** gsamfira has joined #openstack-dev11:54
*** yassine_ has quit IRC11:56
*** boris-42 has joined #openstack-dev11:56
*** yassine has joined #openstack-dev11:57
*** mancdaz is now known as mancdaz_away11:58
*** ArxCruz has joined #openstack-dev11:58
*** exed_ has quit IRC11:59
*** rohitk has quit IRC11:59
*** mancdaz_away is now known as mancdaz11:59
*** neeti has quit IRC12:00
*** mindpixel has quit IRC12:01
*** colinmcnamara has joined #openstack-dev12:03
*** buzztroll has joined #openstack-dev12:04
*** amuller_ has joined #openstack-dev12:05
*** amuller has quit IRC12:05
*** gokrokve has joined #openstack-dev12:06
*** colinmcnamara has quit IRC12:08
*** buzztroll has quit IRC12:08
*** MaxV has quit IRC12:08
*** ramishra_ has joined #openstack-dev12:09
*** thuc has joined #openstack-dev12:09
*** b3nt_pin has joined #openstack-dev12:11
*** b3nt_pin is now known as beagles12:11
*** ramishra has quit IRC12:11
*** AMike has joined #openstack-dev12:12
*** AMike has quit IRC12:12
*** AMike has joined #openstack-dev12:12
*** gokrokve has quit IRC12:12
*** sergmelikyan has quit IRC12:12
*** neeti has joined #openstack-dev12:13
*** henrynash has joined #openstack-dev12:13
*** thuc has quit IRC12:13
*** safchain has quit IRC12:13
maurosrhey everybody, can anyone take a look on this oslo-incubatorhttps://review.openstack.org/#/c/66360/12:14
*** amuller_ has quit IRC12:14
*** jcoufal has quit IRC12:14
*** dims has joined #openstack-dev12:14
*** jruzicka has joined #openstack-dev12:14
*** amuller_ has joined #openstack-dev12:15
*** jcoufal has joined #openstack-dev12:15
*** belmoreira has joined #openstack-dev12:16
*** ifarkas has quit IRC12:16
*** rohitk has joined #openstack-dev12:16
*** ifarkas has joined #openstack-dev12:17
*** claxton has quit IRC12:17
*** sarob has joined #openstack-dev12:17
tellesnobregahenrynash: hey, could you help understand some parts of the policy.v3cloudsample.sample, my question is what is the difference between using domain_id:%(domain_id)s and domain_id:%(target.project.domain_id)s and all variations to get domain_id like domain_id:%(target.group.domain_id)s and etc12:18
*** CaptTofu has joined #openstack-dev12:19
*** exed_ has joined #openstack-dev12:19
*** asalkeld has quit IRC12:19
*** FunnyLookinHat has joined #openstack-dev12:20
henrynashtellesnobrega: so it depends on the type of call.12:20
henrynashtellesnobrega: …and where the item you need to check policy on is12:20
*** belmoreira has quit IRC12:20
henrynashtellesnobrega: for a create, for instance, the domain_id of the object you are creating is in the parameters of the call12:21
*** dstanek has joined #openstack-dev12:21
*** rohitk has quit IRC12:21
henrynashtellesnobrega: so user.domain_id gets you that12:21
*** sarob has quit IRC12:22
*** dkuffner has joined #openstack-dev12:22
henrynashtellesnobrega: for a delete, however, the domain_id isn't in the call….it's in the user object that is the 'target' of the delete call12:22
henrynashtellesnobrega: so you can reference that by target.user.domain_id12:22
*** alexpilotti has quit IRC12:22
henrynashtellesnobrega: and finally for list, often the domain_id is in the filter of the list call (I.e. you MUST be filtering on a domain)id that you have access to)12:23
*** glenng has quit IRC12:23
*** CaptTofu has quit IRC12:23
henrynashtellesnobrega: and just domain_id will find that (or indeed if it were a direct parameter of the call)12:23
henrynashdoes that make sense (a bit complicated, I know)12:24
henrynash?12:24
*** tdruiva has joined #openstack-dev12:24
*** paragan has joined #openstack-dev12:24
*** s2r2_ has quit IRC12:24
*** tdruiva has quit IRC12:25
*** tdruiva has joined #openstack-dev12:26
*** s2r2_ has joined #openstack-dev12:26
*** dstanek has quit IRC12:29
*** stanzgy has quit IRC12:29
tellesnobregahenrynash: i think it makes perfect sense12:29
henrynashtellesnobrega: :-)12:30
*** tkammer has quit IRC12:33
*** belmoreira has joined #openstack-dev12:34
tellesnobregahenrynash: thanks12:34
*** MaxV has joined #openstack-dev12:39
*** doug-fish has joined #openstack-dev12:41
*** rohitk has joined #openstack-dev12:41
*** doug_shelley66 has quit IRC12:43
*** MaxV has quit IRC12:46
*** tkammer has joined #openstack-dev12:46
*** aditirav_ has joined #openstack-dev12:48
*** CaptTofu has joined #openstack-dev12:50
eglynnttx: is the plan still to cut milestone-proposed for i-2 at 0700MST today?12:50
eglynn(... i.e. without draining the gate of approved but as-yet unverified patches target'd at i-2?)12:51
*** emagana has quit IRC12:52
eglynn... /me realizes that draining the gate of anything right now would required a massive dose of Mr Muscle drain-unblocker12:52
*** aditirav has quit IRC12:52
*** aditirav_ is now known as aditirav12:52
*** CaptTofu has quit IRC12:55
*** mriedem has joined #openstack-dev12:57
*** pschaef has joined #openstack-dev12:58
*** nmagnezi has quit IRC13:00
*** gokrokve has joined #openstack-dev13:01
*** artom has joined #openstack-dev13:02
*** amuller_ has quit IRC13:02
*** abk has joined #openstack-dev13:02
*** mancdaz is now known as mancdaz_away13:02
*** amuller_ has joined #openstack-dev13:02
*** coolsvap has quit IRC13:03
*** MaxV has joined #openstack-dev13:03
*** buzztroll has joined #openstack-dev13:04
*** mancdaz_away is now known as mancdaz13:05
*** gokrokve has quit IRC13:06
*** neeti has quit IRC13:07
*** galstrom_zzz is now known as galstrom13:08
*** heyongli has joined #openstack-dev13:09
*** aveiga has joined #openstack-dev13:10
*** ramishra_ has quit IRC13:10
*** gilliard has quit IRC13:11
*** gilliard has joined #openstack-dev13:11
tellesnobregahenrynash: just one more question, the rule owner has the user_id:%(user_id)s or user_id:%(target.token.user_id)s, why is the token used?13:11
*** david-lyle_ has quit IRC13:11
*** rods has joined #openstack-dev13:12
*** galstrom is now known as galstrom_zzz13:12
*** jckasper_ has quit IRC13:13
henrynashtellesnobrega: not sure I wrote that bit, but suspect it is for the case when you have an api to delete a token - so that you can delete your own tokens13:13
henrynashtellesnobrega: delete token would just take token_id as a paramater13:14
*** aditirav has quit IRC13:14
tellesnobregahenrynash: thanks13:15
*** nmagnezi has joined #openstack-dev13:15
*** Drankis has quit IRC13:16
*** sarob has joined #openstack-dev13:17
*** xchu has joined #openstack-dev13:18
*** mrunge has quit IRC13:19
*** omachace has joined #openstack-dev13:20
*** amotoki has joined #openstack-dev13:20
*** radez_g0n3 is now known as radez13:21
*** jasondotstar has quit IRC13:21
*** sarob has quit IRC13:22
*** sthaha has quit IRC13:23
*** vkmc has joined #openstack-dev13:23
*** vkmc has quit IRC13:23
*** vkmc has joined #openstack-dev13:23
*** neeti has joined #openstack-dev13:23
*** sthaha has joined #openstack-dev13:23
*** sthaha has quit IRC13:24
*** dvarga has joined #openstack-dev13:24
*** sthaha has joined #openstack-dev13:24
*** sthaha has quit IRC13:24
*** sthaha has joined #openstack-dev13:24
*** eglynn is now known as eglynn-lunch13:24
*** dave_tucker_zzz is now known as dave_tucker13:25
*** doug-fish has quit IRC13:26
*** amuller_ has quit IRC13:27
*** READ10 has joined #openstack-dev13:27
*** doug_shelley66 has joined #openstack-dev13:28
*** redhat has joined #openstack-dev13:28
*** rfolco has quit IRC13:31
*** rfolco has joined #openstack-dev13:33
*** aswadrangnekar1 has joined #openstack-dev13:35
*** derekh has joined #openstack-dev13:35
*** aswadrangnekar1 has left #openstack-dev13:36
s2r2_am I right to assume that using RBD for volumes means that /etc/ceph has to be populated properly on each compute node?13:36
*** cagrev has joined #openstack-dev13:36
*** aswadrangnekar has quit IRC13:36
s2r2_I did set up a cinder user and stuff, but nova/virt/libvirt/utils.py does "rbd -p $pool ls"13:37
sdaguettx: so I wasn't following much last week on the rootwrap / restricted python thing13:37
*** jasondotstar has joined #openstack-dev13:37
s2r2_so there's probably a bug/blueprint about using librbd for that, but I cannot find it13:37
*** buzztroll has quit IRC13:37
sdaguebut it seemed like it was a good idea. I'm assuming you are swamped for the rest of cycle, but if I had someone that could dive in on that, you be up for those contributions?13:38
*** eharney has joined #openstack-dev13:38
*** jdob has joined #openstack-dev13:39
*** lbragstad has joined #openstack-dev13:39
*** achampion has quit IRC13:39
*** avishay has quit IRC13:40
s2r2_https://blueprints.launchpad.net/nova/+spec/better-libvirt-network-volume-support  ah this is it13:41
*** thomasem has joined #openstack-dev13:43
*** abk has quit IRC13:44
*** mancdaz is now known as mancdaz_away13:44
*** jayg|g0n3 is now known as jayg13:44
*** abk has joined #openstack-dev13:45
*** jckasper has joined #openstack-dev13:46
*** mancdaz_away is now known as mancdaz13:47
*** nermina has joined #openstack-dev13:47
*** abk has quit IRC13:49
*** glenng has joined #openstack-dev13:50
*** abk has joined #openstack-dev13:51
*** david_paterson has joined #openstack-dev13:51
*** thuc has joined #openstack-dev13:53
*** prad has joined #openstack-dev13:54
*** yamahata has joined #openstack-dev13:55
*** jecarey has joined #openstack-dev13:55
*** huats_ is now known as huats13:56
*** mestery has joined #openstack-dev13:57
*** redhat has quit IRC13:58
bknudsondolphm: http://api.openstack.org/api-ref-identity.html#identity-v2 -- says token lasts 24 hours13:58
*** mfer has joined #openstack-dev13:59
*** colinmcnamara has joined #openstack-dev14:00
*** dbalog has joined #openstack-dev14:01
*** heyongli has quit IRC14:01
*** dprince has joined #openstack-dev14:01
*** gokrokve has joined #openstack-dev14:02
*** vladikr has joined #openstack-dev14:03
*** buzztroll has joined #openstack-dev14:04
*** abk has quit IRC14:05
*** yamahata has quit IRC14:05
*** colinmcnamara has quit IRC14:05
*** boris-42 has quit IRC14:06
*** CaptTofu has joined #openstack-dev14:06
*** gokrokve has quit IRC14:06
*** colinmcnamara has joined #openstack-dev14:07
dolphmbknudson: thanks - will submit a patch14:07
*** buzztroll has quit IRC14:09
bauzasfolks, had anyone succeeded in deploying Devstack with Keystone V3 using the IDENTITY_API_VERSION set to 3 ?14:09
*** boris-42 has joined #openstack-dev14:10
bauzasseems like the Service Catalog is incompatible14:10
bauzashelp welcome :)14:10
dolphmbauzas: both are away, but ping stevemar and jamielennox when they're on14:10
bauzasthanks dolphm :)14:10
*** mkollaro has joined #openstack-dev14:10
dolphmbauzas: the short of it is that, yes- the service catalog is incompatible and we need to drop the versioned endpoint there. you can hack around it (and break v2 consumers) by switching to /v3/ in the catalog)14:10
bauzaswe're trying to implement trust support in Climate (reservation service)14:10
bauzasas we need to boot VMs on behalf of the user14:11
*** ramishra has joined #openstack-dev14:11
*** benrodrigue has joined #openstack-dev14:11
bauzasdolphm: okay, will try to workaround it14:11
*** mriedem has quit IRC14:12
*** matsuhashi has joined #openstack-dev14:14
*** yassine has quit IRC14:15
*** yassine has joined #openstack-dev14:15
*** ramishra has quit IRC14:16
*** jpomero has joined #openstack-dev14:16
*** doug-fish has joined #openstack-dev14:17
*** sarob has joined #openstack-dev14:17
*** haomaiwang has joined #openstack-dev14:17
*** haomaiwa_ has quit IRC14:19
*** theanalyst has joined #openstack-dev14:20
*** jnoller has joined #openstack-dev14:20
*** avishayb has quit IRC14:20
*** vijendar has joined #openstack-dev14:21
*** alop has joined #openstack-dev14:21
*** mengxd has joined #openstack-dev14:21
*** coolsvap has joined #openstack-dev14:22
*** sarob has quit IRC14:22
*** peristeri has joined #openstack-dev14:23
*** vartom1111111119 has quit IRC14:23
tellesnobregahenrynash: what about this domain_id:%(scope.domain.id)s? what it does?14:25
henrynashtellesnobrega: actually I have no idea!14:25
*** redhat has joined #openstack-dev14:25
tellesnobregahenrynash: haha, thanks14:26
*** stevemar has joined #openstack-dev14:26
henrynashteelsnobrega: actually… I do….scope is one of the parameters in get_role_assignments14:26
henrynashtellsnobrega: scope I think is part of the inheritance extension for that API14:26
tellesnobregahenrynash: thanks14:27
*** jaypipes has quit IRC14:27
stevemarayoung, dolphm take a quick look at: https://review.openstack.org/#/c/66718/2 it's needed for trust notifications14:28
*** alex_klimov has quit IRC14:28
*** nkinder has quit IRC14:28
*** jaypipes has joined #openstack-dev14:28
*** xchu has quit IRC14:29
*** joesavak has joined #openstack-dev14:29
*** thuc has quit IRC14:30
*** nermina has quit IRC14:30
*** thuc has joined #openstack-dev14:30
*** alexpilotti has joined #openstack-dev14:31
dolphmbknudson: https://review.openstack.org/#/c/68394/14:32
bauzasstevemar: I just discussed with dolphm about devstack and Keystone V3 for service catalog14:32
*** ramishra has joined #openstack-dev14:32
dolphmstevemar: approved14:33
*** mriedem has joined #openstack-dev14:33
bauzasstevemar: I deployed a devstack using IDENTITY_API_VERSION set to 3 and my endpoints are correct14:33
stevemarthx dolphm14:33
dolphmlbragstad: ^14:33
stevemarbauzas, yay14:33
*** xingchao has quit IRC14:33
bauzasstevemar: but I'm still getting a 404 when using keystone tenant-list or whatever :(14:33
stevemarbauzas, use openstackclient project list :)14:33
dolphmbauzas: thats using v2, so expected14:33
bauzasstevemar: sorry about bugging you, but do you have any idea ?14:34
bauzasoh, keystoneclient can't work using v3 ?14:34
stevemarerr `openstack project list`14:34
stevemarbauzas, it'll have some problems14:34
bauzasoh ok14:34
dolphmbauzas: the lib can certainly, the CLI can't14:34
stevemardolphm ++14:35
bauzasstevemar: because Neutron is using keystoneclient for getting its creds while installing14:35
*** safchain has joined #openstack-dev14:35
*** thuc has quit IRC14:35
*** CaptTofu has quit IRC14:35
bauzasstevemar: (speaking about devstack install of neutron)14:35
bauzasstevemar: I think I located the place where it goes to v2,  I can try fixing it14:36
*** tdruiva has quit IRC14:36
bauzasstevemar: any patches already being reviewed about this I could cherry-pick ?14:37
*** tdruiva has joined #openstack-dev14:37
stevemarbauzas, unfortunately no, i've just been playing around in my dev env14:38
bauzasstevemar: I can see why, the shell client class for V3 is not yet there14:38
bauzasstevemar: here's why I'm asking for it ;)14:39
*** tongli has joined #openstack-dev14:39
ttxeglynn-lunch: 0800 mst14:40
*** burt1 has joined #openstack-dev14:40
eglynn-lunchttx: fair nuffski14:40
ttxsdague: Haven't investigated that concept yet14:40
sdaguettx: so the theory would be that we could get rid of the python overhead of 20ms per call out14:41
sdaguewhich adds up for the network services that use it a lot14:41
lbragstaddolphm: stevemar thanks!14:41
*** xjiujiu has quit IRC14:41
*** amuller_ has joined #openstack-dev14:41
dolphmlbragstad: the notifications patch looks to be gating with it14:42
*** otherwiseguy has quit IRC14:42
dolphmthe gate is way more responsive today :D14:42
lbragstad++14:42
sdaguettx: mostly the question I wanted to know is if anyone was working it yet, as a couple of folks will be looking for places to dive in14:42
dolphmqueue is empty14:42
sdagueand I don't want to duplicate work14:42
ttxdolphm: I'll wait for those keystone patches at the top of the gate to pass or fail before I cut i2 for keystone14:43
ttxsdague: haven't looked into it at all14:43
dolphmttx: sounds good - those were the blockers for shardy & heat14:43
sdaguettx: well are you receptive to the concept?14:43
ttxsdague: certainly ! if there are ways to keep it python and make it less of a roadblock, I'm ready to go through exta hoops "compiling" it14:44
ttxI'm just unfamiliar with what that would actually take14:45
*** matsuhashi has quit IRC14:45
*** kosi has joined #openstack-dev14:45
*** nmagnezi has quit IRC14:45
sdaguettx: right, that's fine hence why it would seem to make sense for a new person jumping in14:45
*** kosi is now known as balazs14:45
*** jasondotstar has quit IRC14:46
balazshi14:46
balazsi was hunting for low hanging fruits when i find this bug: https://bugs.launchpad.net/swift/+bug/123820114:46
ttxsdague: indeed. you can redirect the mto me if they need insight on why we are where we are14:46
balazsit seems to me that it's already fixed in master, yet it have status confirmed14:47
sdaguegreat14:47
balazswho should change the status in such case? the guy assigned? or somebody else?14:47
*** jobewan has joined #openstack-dev14:47
*** pablosan has joined #openstack-dev14:48
ttxsdague: want to follow milestone cut process, or you're busy getting patches landed ?14:48
*** kevinconway has joined #openstack-dev14:48
*** nmagnezi has joined #openstack-dev14:48
*** yolanda has quit IRC14:49
sdaguettx: I can spend some time following, which chan?14:49
dolphmstevemar: plz https://review.openstack.org/#/c/65713/14:49
ttxsdague: let's do #openstack-relmgr-office14:49
*** rraja has quit IRC14:49
sdaguekk14:50
stevemardolphm, reviewing14:50
*** cnesa2 has joined #openstack-dev14:50
stevemarbauzas, sorry was otp, so neutron fails with devstack install if you switch to identity v3?14:50
dolphmstevemar: also, will you revise the title on this one with the actual issue that was fixed https://bugs.launchpad.net/keystone/+bug/126480314:51
bauzasstevemar: yup14:52
*** mmagr has quit IRC14:52
bauzasstevemar: the devstack script for neutron is assuming it can perform some keystone client checks14:52
*** prad has quit IRC14:52
bauzasbut anyhow, I found the solution14:52
*** mmagr has joined #openstack-dev14:52
bauzasstevemar: I'll stick to v2 for my devstack install, and then assume there is V3 for direct calls14:53
*** FunnyLookinHat has quit IRC14:53
stevemardolphm, done14:53
*** prad has joined #openstack-dev14:53
stevemardolphm, sure14:53
nplanelala_ safchain : hi14:54
*** vrovachev has joined #openstack-dev14:54
stevemardolphm, updated https://bugs.launchpad.net/keystone/+bug/126480314:55
ala_nplanel: hi14:55
*** zaitcev has joined #openstack-dev14:55
*** yolanda has joined #openstack-dev14:55
stevemarbauzas, are you looking at devstack/files/neutron?14:55
dolphmstevemar: danke14:56
*** HT_Sergio has joined #openstack-dev14:56
*** bvandenh has quit IRC14:57
*** nosnos_ has quit IRC14:57
*** dstanek has joined #openstack-dev15:00
stevemarbauzas, referring to: https://github.com/openstack-dev/devstack/blob/master/lib/neutron#L35515:00
bauzasstevemar: sorry, was afk15:01
bauzasstevemar: lemme check15:01
henrynashdolphm, bknudson, gyee: any chance we can get https://review.openstack.org/#/c/67256/ in….have modified the wording to clarify the concern gyee had15:01
*** alexpilotti has quit IRC15:01
bauzasstevemar: correct, this is this line15:01
*** amuller_ is now known as amuller15:01
*** mengxd has quit IRC15:02
bauzasstevemar: that one could be patched of course15:02
*** aditirav has joined #openstack-dev15:02
*** carlp has joined #openstack-dev15:02
*** gokrokve has joined #openstack-dev15:03
*** odyssey4me has quit IRC15:03
stevemarbauzas, np, yeah, it could be patched... but it seems theres a lot of spots that need to be patched :(15:03
dolphmhenrynash: typo on L187 s/boolen/boolean/15:03
henrynashdolphm: damn, give me 30s15:04
*** browne has joined #openstack-dev15:04
*** AlanClark has joined #openstack-dev15:04
*** cagrev_ has joined #openstack-dev15:04
*** buzztroll has joined #openstack-dev15:04
dolphmhenrynash: also put `true` and `false` in L192 & L193 in backticks since that's raw JSON15:04
henrynashdolphm: ok15:04
bauzasstevemar: I found a solution for my needs, I'm deploying Keystone with v2 in the catalog, but assert v3 is there (thanks to shardy)15:04
dolphmhenrynash: otherwise +215:05
stevemarbauzas, this is in your dev env?15:05
*** CaptTofu has joined #openstack-dev15:05
*** cagrev__ has joined #openstack-dev15:05
bauzasstevemar: but IMHO, the IDENTITY_API_VERSION flag should be removed until the keystoneclient got updated with v3 support for shell15:05
dolphmhenrynash: `null` in L194 should be in backticks too :)15:05
henrynashdolphm: :-)15:05
bauzasstevemar: yay15:05
stevemarbauzas, keystoneclient won't have v3 support for shell :)15:05
bauzasstevemar: uh15:06
*** sandywalsh has joined #openstack-dev15:06
stevemarwe're offloading that to openstackclient15:06
bauzasstevemar: oh ok15:06
*** mdomsch has joined #openstack-dev15:06
stevemarkeystoneclient will still have v3 libs15:06
dolphm`$ openstack project-list` instead of `$ keystone tenant-list` etc15:06
bauzasstevemar: I already played with v3 libs, I know that works with the 0.4.2 release15:06
*** thuc has joined #openstack-dev15:06
henrynashdolphm: posted15:06
stevemardolphm, close, no dash though15:07
*** cagrev has quit IRC15:07
henrynashdolphm: the patch that implements is running in Jenkins now….includes the xml serializer changes to support it15:07
*** dims has quit IRC15:08
*** gokrokve has quit IRC15:08
dolphmhenrynash: oh cool15:08
dolphmhenrynash: +2'd the API change15:08
henrynashdolphm: thx15:08
*** artom has quit IRC15:08
dolphmhenrynash: there's also a change in review to mark the v3.2 API as stable as of tomorrow15:08
*** xga has quit IRC15:08
henrynashok…good to get this in ahead of that!!!15:08
*** dims has joined #openstack-dev15:09
*** gokrokve has joined #openstack-dev15:09
*** cagrev_ has quit IRC15:09
henrynashbknudson: you on?15:09
*** armax has joined #openstack-dev15:09
bknudsonhenrynash: yes15:09
henrynashbknduson: any chance you could approve https://review.openstack.org/#/c/67256/15:10
henrynashbknudson: only change since before is some extra wording to clarify the meaning of the attribute15:10
*** cagrev_ has joined #openstack-dev15:11
*** rnirmal has joined #openstack-dev15:11
*** benrodrigue has quit IRC15:12
bknudsonhenrynash: it's approved.15:12
henrynashbknduson: thanks15:12
*** thuc has quit IRC15:13
*** kolesovdv has quit IRC15:13
bknudsonall changes should merge that fast.15:14
*** thuc has joined #openstack-dev15:14
*** cagrev__ has quit IRC15:14
*** alexpilotti has joined #openstack-dev15:14
*** claxton has joined #openstack-dev15:16
*** sarob has joined #openstack-dev15:17
*** irenab has quit IRC15:18
*** xga has joined #openstack-dev15:18
mriedemdhellmann: do you know if there will be a version bump/release for oslo.config due to this change? https://review.openstack.org/#/c/58960/15:18
*** thuc has quit IRC15:18
dolphmbknudson: we need quantum gating15:19
*** otherwiseguy has joined #openstack-dev15:19
*** rohitk has quit IRC15:20
*** achampion has joined #openstack-dev15:20
*** redhat has quit IRC15:20
dolphmhenrynash: i assume the latest patchset on https://review.openstack.org/#/c/44836/ is in support of "truncated": true?15:20
*** hartsocks has joined #openstack-dev15:20
henrynashdolphm: yes15:21
sdagueany glance core devs able to look at glance failing unit tests in the gate?15:21
*** sarob has quit IRC15:22
*** dhellmann is now known as dhellmann_15:22
henrynashbknudson: if you get a chance to review again the latest updates to the implementation for truncation, that would be great: https://review.openstack.org/#/c/44836/15:23
*** nkinder has joined #openstack-dev15:23
*** amit_ibm has joined #openstack-dev15:24
amit_ibmHi All15:24
amit_ibmI need one help with libvirt driver15:25
amit_ibmwhich i am using to deploy an ISO from nova boot15:25
*** SumitNaiksatam has joined #openstack-dev15:25
*** DinaBelova_ is now known as DinaBelova15:25
amit_ibmi deployed and the deployment went successful but when i try to install the OS rhel installer says no disk available15:26
*** FunnyLookinHat has joined #openstack-dev15:26
amit_ibmwith ice house build15:26
*** kenperkins has joined #openstack-dev15:27
*** claxton has quit IRC15:28
*** mmagr has quit IRC15:28
*** jgrimm has joined #openstack-dev15:28
amit_ibmAny one who has deployed an ISO using libvirt driver?15:29
*** kgriffs_afk is now known as kgriffs15:30
*** amit_ibm has quit IRC15:30
*** lucasagomes is now known as lucas-hungry15:31
*** SergeyLukjanov_ is now known as SergeyLukjanov15:33
sdagueflaper87: you are glance dev as well? (sorry I don't remember all affiliations)15:34
*** redhat has joined #openstack-dev15:34
flaper87sdague: yes sir15:35
ttxSergeyLukjanov: savanna ready ?15:35
sdagueso glance seems to be failing py27 unit tests basicall 100% of the time in gate15:35
sdaguewe've got 2 changes in there that triggered resets, mitigated by the fact they were deep enough that we never allocated devstack nodes to them15:36
sdagueany chance you could spearhead trying to get folks on that15:36
flaper87sdague: mmhh, let me look into that. Any particular review?15:36
*** kbrierly has joined #openstack-dev15:36
*** nshaikh has left #openstack-dev15:37
flaper87I've 1 that fails with some sqlite error and I can't replicate that. I also set up an ubuntu precise box and ran all glance tests15:37
flaper87they ran just fine15:37
flaper87:/15:37
*** buzztroll has quit IRC15:37
sdagueflaper87: I don't know that I've got a review with the results back in it, but here are the logs for one of the ones in gate - http://logs.openstack.org/64/67364/4/gate/gate-glance-python27/351a940/15:38
ttxkgriffs: marconi ready for milestone-proposed cut ?15:38
SergeyLukjanovttx, ping15:38
ttxSergeyLukjanov: o/15:38
SergeyLukjanovttx, yup, savanna ready15:38
kgriffsttx: we have one final patch that is about to merge - give me 5 mins15:38
SergeyLukjanovttx, morning15:38
flaper87ttx: it is15:38
flaper87:D15:38
ttxkgriffs: ok, standing by15:38
ttxSergeyLukjanov: should I defer https://blueprints.launchpad.net/savanna/+spec/epd-data-source-existing-hadoop-cluster ?15:39
flaper87sdague: looking at it15:40
*** benrodrigue has joined #openstack-dev15:40
sdagueflaper87: thanks15:40
SergeyLukjanovttx, I've already do it15:40
ttxok thx15:40
SergeyLukjanovttx, https://launchpad.net/savanna/+milestone/icehouse-2 only green now15:40
ttxSergeyLukjanov: htat's how I like it15:40
SergeyLukjanovttx, me too ;)15:41
*** jmontemayor has joined #openstack-dev15:43
kgriffsttx: as soon as this merges, Marconi is ready: https://review.openstack.org/#/c/67320/15:43
ttxkgriffs: ok, could you ping me when that happens ?15:44
kgriffsttx: yep15:44
ttxdevananda: when up, please confirm that ironic is ready to go15:44
*** jruzicka has quit IRC15:45
*** jmontemayor has quit IRC15:45
*** jmontemayor has joined #openstack-dev15:46
*** cmyster has quit IRC15:47
*** emagana has joined #openstack-dev15:48
*** cmyster has joined #openstack-dev15:51
*** yeylon_ has quit IRC15:51
*** emagana has quit IRC15:53
*** carl_baldwin has joined #openstack-dev15:53
*** networkstatic has joined #openstack-dev15:56
*** galstrom_zzz is now known as galstrom15:57
*** cagrev__ has joined #openstack-dev15:57
*** jprovazn has quit IRC15:58
*** chandankumar_ has quit IRC15:58
*** neeti has quit IRC15:59
flaper87ttx: kgriffs go go go go! :D15:59
*** neeti has joined #openstack-dev16:00
* ttx relocates, 5min break16:00
*** achampio1 has joined #openstack-dev16:00
*** achampion has quit IRC16:00
* flaper87 gives ttx an extra 5 mins bonus16:01
*** Ruetobas has quit IRC16:01
*** chandankumar_ has joined #openstack-dev16:01
*** cagrev_ has quit IRC16:01
*** sballe has joined #openstack-dev16:02
*** corXi has quit IRC16:02
*** rcleere has joined #openstack-dev16:02
*** Ruetobas has joined #openstack-dev16:03
*** rdas has quit IRC16:03
*** achampio1 has quit IRC16:04
*** buzztroll has joined #openstack-dev16:04
*** artom has joined #openstack-dev16:04
*** DennyZhang has joined #openstack-dev16:04
*** avishay has joined #openstack-dev16:05
*** achampion has joined #openstack-dev16:05
*** kmartin has quit IRC16:05
*** gokrokve has quit IRC16:05
*** KurtMartin is now known as kmartin16:05
*** garyk has quit IRC16:07
kgriffsttx: confirmed, Marconi is ready to go.16:07
*** SergeyLukjanov is now known as SergeyLukjanov_a16:07
*** vkozhukalov has quit IRC16:07
*** Ruetobas has quit IRC16:07
*** CaptTofu has quit IRC16:08
*** SergeyLukjanov_a is now known as SergeyLukjanov_16:08
*** buzztroll has quit IRC16:08
*** achampion has quit IRC16:09
*** hemna has quit IRC16:10
*** achampion has joined #openstack-dev16:10
*** scroiset has joined #openstack-dev16:10
*** CaptTofu has joined #openstack-dev16:10
ttxok, going in soon16:11
*** amuller has quit IRC16:12
*** Ruetobas has joined #openstack-dev16:13
kgriffsw00t16:13
*** amotoki has quit IRC16:14
*** jcoufal has quit IRC16:16
*** xga has quit IRC16:16
*** jmontemayor has quit IRC16:17
*** pmathews has joined #openstack-dev16:17
*** Mandell has quit IRC16:17
*** xga has joined #openstack-dev16:17
*** l_a_m has joined #openstack-dev16:18
*** kushal has joined #openstack-dev16:18
*** mrodden1 is now known as mrodden16:19
raildohenrynash: ping16:19
kmartinsdague: sorry to keep nagging but we're attempting to get to get a I-2 schedule cinder driver to land, could you please look at https://review.openstack.org/#/c/65179/16:20
*** _ruhe is now known as ruhe16:20
dolphmayoung: thanks for breaking up the revocation event patches16:20
*** branen has quit IRC16:20
*** xgsa has quit IRC16:20
henrynashraildo: hi16:21
sdaguekmartin: you aren't getting any more changes into i-216:21
raildohenrynash: you have time available to answer some questions about a bp that you implemented?16:21
*** thouveng has quit IRC16:21
raildohttps://blueprints.launchpad.net/keystone/+spec/inherited-domain-roles16:21
ayoungdolphm, I started integrating in the notifications stuff.  More I discussed it with others, the more they convnced me I needed to use it.16:21
*** lucas-hungry is now known as lucasagomes16:21
sdagueunless the changes are in the top 20 things at the top of the gate right now16:21
*** Nikolay_1t has joined #openstack-dev16:22
henrynashrailo: yers16:22
kmartinsdague: ok thanks, maybe you can look at the start of I-316:22
sdagueyep16:22
sdagueonce we get gate back under control, I'll go do reviews again16:22
ayoungdolphm, That patch can potentially be even more granular:  there are some notifications that need to be added:  I included a new form of notification:  disabled.16:22
henrynash: raildo: yes16:22
sdagueI'm basically just not looking at anything that isn't improving gate right now16:22
ayoungTHe updated notification didn't have enough info in it to determine if it was disabled.16:23
*** andreaf has quit IRC16:24
ayoungthat might be a shortcoming of the update notification, though. Trying to avoid doing an additional fetch from the backend just to keep the decoupling.16:24
kmartinsdague: got it. I'll let jgriffith know that the driver BP should be moved to I-316:24
*** buzztroll has joined #openstack-dev16:25
raildohenrynash: I was testing bp, there I realized that it is possible to inherit the role of a domain for a project. You can inherit roles between users? For example, an X user is admin, if it creates another user he should be admin too?16:25
*** buzztroll has quit IRC16:25
*** buzztroll has joined #openstack-dev16:25
*** sthaha has quit IRC16:25
henrynashraildo: no, this is just about inheriting role assignments from a domain to a project16:26
raildook16:26
*** jasondotstar has joined #openstack-dev16:27
*** nmagnezi has quit IRC16:27
raildohenrynash: Another question is can limit inheritance to only one type of role? For example, I create and insert a different role in the domain. Can I limit the hierarchy only for this role or all roles in the domain will be inherited?16:28
*** SergeyLukjanov_ is now known as SergeyLukjanov16:28
henrynashraildo: yes, I think (from memory) that when we create the assignment, you specify whether it is inherited or not16:29
*** thuc has joined #openstack-dev16:29
*** belmoreira has quit IRC16:29
raildohenrynash: ok, thanks for the explanations.16:30
*** aclark_ has joined #openstack-dev16:31
*** herndon has joined #openstack-dev16:31
*** rdas has joined #openstack-dev16:31
*** ramishra has quit IRC16:32
*** venkatesh has joined #openstack-dev16:32
*** jayg has quit IRC16:33
*** radez has quit IRC16:33
*** portante has quit IRC16:33
*** gszasz has quit IRC16:33
*** jruzicka has joined #openstack-dev16:33
*** bcrochet has quit IRC16:33
*** sgordon` has quit IRC16:33
*** gyee has joined #openstack-dev16:33
*** mburned has quit IRC16:34
*** jmontemayor has joined #openstack-dev16:34
*** lon has quit IRC16:34
*** jmontemayor has quit IRC16:34
*** AlanClark has quit IRC16:34
*** emagana has joined #openstack-dev16:35
*** jmontemayor has joined #openstack-dev16:35
*** thuc_ has joined #openstack-dev16:35
*** nelsnelson has joined #openstack-dev16:35
*** eglynn-lunch has quit IRC16:35
*** kashyap has quit IRC16:35
*** SumitNaiksatam has quit IRC16:37
*** garyk has joined #openstack-dev16:38
*** xga_ has joined #openstack-dev16:38
*** martyntaylor has quit IRC16:39
dstanekin launchpad "Fix Committed" means that the review has merged right?16:39
*** thuc has quit IRC16:39
*** kashyap has joined #openstack-dev16:40
*** xarses has quit IRC16:40
david-lyledstanek: yes16:40
david-lylebut not yet released16:40
*** xga has quit IRC16:40
dstanekdavid-lyle: thx. that's what i though, but wanted to make sure16:41
*** hartsocks has quit IRC16:41
*** eglynn has joined #openstack-dev16:41
*** ramishra has joined #openstack-dev16:42
*** tkammer has quit IRC16:42
*** tkammer has joined #openstack-dev16:42
*** jasondotstar has quit IRC16:42
*** Gordonz has joined #openstack-dev16:43
*** hartsocks has joined #openstack-dev16:43
*** e0ne_ has quit IRC16:43
*** mkollaro has quit IRC16:44
*** evgenyf has quit IRC16:44
*** radez has joined #openstack-dev16:45
*** paragan has quit IRC16:45
*** mikeoutland has joined #openstack-dev16:45
*** bcrochet has joined #openstack-dev16:45
*** rkukura has quit IRC16:45
*** portante has joined #openstack-dev16:45
*** cmyster has quit IRC16:45
*** jasondotstar has joined #openstack-dev16:46
*** rkukura has joined #openstack-dev16:46
*** mburned has joined #openstack-dev16:46
*** jayg has joined #openstack-dev16:46
*** ramishra has quit IRC16:46
*** networkstatic has quit IRC16:47
*** abk has joined #openstack-dev16:48
*** gyee_ has joined #openstack-dev16:49
*** bdpayne has joined #openstack-dev16:51
*** I159 has quit IRC16:51
*** xarses has joined #openstack-dev16:51
*** devoid has joined #openstack-dev16:52
*** gyee has quit IRC16:53
*** mburned has quit IRC16:53
*** bcrochet has quit IRC16:53
*** portante has quit IRC16:53
*** colinmcnamara has quit IRC16:54
*** MaxV has quit IRC16:55
lbragstaddstanek: thanks for responding to the import question I had, makes sense now16:55
*** MaxV has joined #openstack-dev16:55
*** radez has quit IRC16:55
*** jayg has quit IRC16:57
*** mrunge has joined #openstack-dev16:57
*** rdas has quit IRC16:58
*** taps has joined #openstack-dev16:58
*** neeti has quit IRC16:58
*** xarses has quit IRC16:58
*** MaxV has quit IRC16:59
ttxdevananda: let me know if I can cut the branch for ironic17:00
*** ozialien has joined #openstack-dev17:01
*** jruzicka has quit IRC17:01
*** tanisdl has joined #openstack-dev17:01
ozialienIs there any email notification subsystem available or on the drawing board within openstack?17:01
*** jruzicka has joined #openstack-dev17:02
*** eharney_ has joined #openstack-dev17:03
*** _cjones_ has joined #openstack-dev17:03
*** xqueralt has quit IRC17:04
*** rnirmal has quit IRC17:04
*** vkmc has quit IRC17:04
*** redhat has quit IRC17:04
*** Sumeniac has quit IRC17:04
*** SumitNaiksatam has joined #openstack-dev17:05
*** eharney__ has joined #openstack-dev17:05
*** herndon has quit IRC17:05
*** bcrochet has joined #openstack-dev17:06
*** jasondotstar has quit IRC17:06
*** radez has joined #openstack-dev17:06
*** eharney has quit IRC17:06
*** jayg has joined #openstack-dev17:07
*** portante has joined #openstack-dev17:07
*** rraja has joined #openstack-dev17:07
*** Sumeniac has joined #openstack-dev17:07
*** jasondotstar has joined #openstack-dev17:07
*** eharney__ has quit IRC17:07
*** portante has quit IRC17:08
*** eharney_ has quit IRC17:08
*** abk has quit IRC17:08
*** lon has joined #openstack-dev17:09
devanandattx: hi! thought you already had :)17:10
*** SergeyLukjanov is now known as SergeyLukjanov_17:10
ttxdevananda: you still have a few things targeted17:10
ttxdevananda: will cut in a few17:11
ttxcould you defer whatever is still targeted but not merged there ?17:11
devanandattx: bugs whose fixes were in-flight. actually, several fixes merged last night \o/17:11
*** eharney has joined #openstack-dev17:11
*** branen has joined #openstack-dev17:11
ttxdevananda: ok, will let you update the icehouse-2 page17:11
devanandattx: yep, those 3 bugs can be deferred. /me updates17:11
*** Drankis has joined #openstack-dev17:12
*** teran has quit IRC17:12
*** tkammer has quit IRC17:12
*** abk has joined #openstack-dev17:12
henrynashdolphm: agree on your approach for the truncation implementation17:13
*** bauzas has quit IRC17:14
dolphmhenrynash: made the exact same comment on the revocation events patch17:14
*** jayg has quit IRC17:14
henrynash dolphm: a17:14
henrynashdolphm: sounds sensible17:15
*** bcrochet has quit IRC17:15
devanandattx: i2 should be all set now17:15
*** eharney has quit IRC17:15
ttxok, cutting17:15
*** lon has quit IRC17:15
*** kenperkins has quit IRC17:16
*** ndipanov has quit IRC17:16
*** kenperkins has joined #openstack-dev17:16
*** radez has quit IRC17:16
*** oro has quit IRC17:17
*** rnirmal has joined #openstack-dev17:17
*** SergeyLukjanov_ is now known as SergeyLukjanov17:18
jaypipesannegentle: hola amiga.17:19
annegentlehey!17:19
jaypipesannegentle: just reading your email about endpoints... want to do a quick hangout?17:19
annegentlejaypipes: on one already ha ha, how about in a half hour?17:20
*** kgriffs is now known as kgriffs_afk17:20
*** vrovachev has left #openstack-dev17:20
jaypipesannegentle: :( I have a conf call at 1pm EST. and then conf calls most rest of the afternoon... how about tomorrow morning?17:20
jaypipesI have nothing scheduled for tomorrow.17:21
jaypipesannegentle: if you want the short answer to your question... it is that I think the entire concept of multiple "interfaces" for an endpoint is a faulty concept.17:21
dstanekhenrynash: what is the value of storing everything in the Hints list vs. attributes for eash distinct data set?17:21
annegentlejaypipes: oh! Now that's useful!17:22
*** iartarisi has quit IRC17:22
*** radez has joined #openstack-dev17:22
annegentlejaypipes: tomorrow and Fri we're doing the book sprint itself so sure!17:22
*** vuil has joined #openstack-dev17:22
jaypipesannegentle: unfortunately, the RAX-specific concept of an adminURL, internalURL, and publicURL for endpoints should never have been ported into the Keystone API.17:22
dolphmjaypipes: ++17:22
*** jruzicka has quit IRC17:23
*** jruzicka has joined #openstack-dev17:23
*** bcrochet has joined #openstack-dev17:23
*** aclark_ has quit IRC17:23
*** ndipanov has joined #openstack-dev17:23
dstaneklbragstad: no problem at all17:23
*** mrunge is now known as mrunge_away17:23
jaypipesannegentle: if an endpoint is "internal", then it should simply show up in the service catalog as a normal endpoint, but only for those users/domains/tenants who have access to that category of endpoint... (in other words, it's an implementation-specific thing and needn't be in the API contract itself)17:23
*** chandankumar_ has quit IRC17:24
*** jmontemayor has quit IRC17:24
*** arozumenko has quit IRC17:24
*** lon has joined #openstack-dev17:24
*** cnesa2 has quit IRC17:24
*** comay has joined #openstack-dev17:24
*** eharney has joined #openstack-dev17:24
*** colinmcnamara has joined #openstack-dev17:24
*** tanisdl has quit IRC17:24
*** jruzicka has quit IRC17:24
*** jruzicka has joined #openstack-dev17:25
jaypipesannegentle: that said... we cannot change history, so I believe that there is indeed ways that the documentation for the operator's guide can be improved to alert users to steer clear of setting admin/internalURL differently from publicURL unless they really know what they are doing and have good reason to do so.17:25
jaypipesthere *are* indeed ways.... sorry, grammar fail.17:25
*** mikeoutl_ has joined #openstack-dev17:25
*** tanisdl has joined #openstack-dev17:26
*** s2r2_ has quit IRC17:26
*** mikeoutland has quit IRC17:26
*** jp_at_hp has quit IRC17:26
*** xga_ has quit IRC17:27
*** dkuffner has quit IRC17:27
*** SergeyLukjanov is now known as SergeyLukjanov_17:28
*** vkmc has joined #openstack-dev17:28
*** balazs has quit IRC17:29
*** jmontemayor has joined #openstack-dev17:29
*** chandankumar_ has joined #openstack-dev17:29
*** balazs has joined #openstack-dev17:29
*** marun has joined #openstack-dev17:30
*** jmckind has joined #openstack-dev17:30
*** hemnafk is now known as hemna17:30
*** yamahata has joined #openstack-dev17:31
*** xga_ has joined #openstack-dev17:31
*** jistr has quit IRC17:32
*** Drankis has quit IRC17:33
*** alop has quit IRC17:33
*** balazs_ has joined #openstack-dev17:36
*** DennyZhang has quit IRC17:37
*** marekd is now known as marekd|away17:39
*** balazs has quit IRC17:39
*** angdraug has joined #openstack-dev17:39
*** networkstatic has joined #openstack-dev17:39
*** nkinder has quit IRC17:39
*** jpich has quit IRC17:40
*** mancdaz is now known as mancdaz_away17:40
*** pschaef has quit IRC17:40
*** lucasagomes has quit IRC17:40
*** blamar_ has joined #openstack-dev17:40
*** balazs_ has quit IRC17:40
*** xarses has joined #openstack-dev17:42
*** exed_ has quit IRC17:42
*** JordanP has quit IRC17:42
*** markwash has joined #openstack-dev17:43
*** bruff has joined #openstack-dev17:43
*** teran has joined #openstack-dev17:43
*** venkatesh has quit IRC17:43
*** blamar has quit IRC17:43
*** blamar_ is now known as blamar17:43
*** eglynn has quit IRC17:44
*** mlavalle has joined #openstack-dev17:44
*** bruff has left #openstack-dev17:45
*** redhat has joined #openstack-dev17:46
*** mrunge_away is now known as mrunge17:46
*** julienvey has left #openstack-dev17:46
*** xarses has quit IRC17:48
*** markmcclain has joined #openstack-dev17:50
*** xarses has joined #openstack-dev17:50
*** teran has quit IRC17:50
*** ykhodork has joined #openstack-dev17:51
*** nkinder has joined #openstack-dev17:51
*** _cjones_ has quit IRC17:52
*** xga_ has quit IRC17:54
*** lucasagomes has joined #openstack-dev17:55
*** DennyZhang has joined #openstack-dev17:55
*** lucasagomes has quit IRC17:55
*** florentflament has quit IRC17:55
*** nacim has quit IRC17:55
*** nkinder has quit IRC17:55
*** nkinder has joined #openstack-dev17:55
*** lucasagomes has joined #openstack-dev17:55
*** networkstatic has quit IRC17:56
*** melwitt has joined #openstack-dev17:56
*** csd has joined #openstack-dev17:56
*** sahid has quit IRC17:57
*** nermina has joined #openstack-dev17:57
dolphmbknudson: regarding bp no-check-id ... could a first step for keystone be to simply move the validation into the assignment controller? (which has access to validate identity) or do we need to drop the tempest test as a first step?17:58
*** mrodden has quit IRC17:58
ayoungdolphm, It was my thought that we should drop the tempest test.  It is too stringent17:58
*** jmontemayor has quit IRC17:58
*** jmontemayor has joined #openstack-dev17:59
*** Drankis has joined #openstack-dev17:59
bknudsondolphm: should the controller be able to validate that the user exists?17:59
*** abk has quit IRC18:00
ayoungbknudson, no18:00
ayoungbknudson, the user may not exist yet18:00
bknudsonayoung: that was my thinking too18:00
ayoungthey might be coming in via SAML and have never been in the system18:00
dolphmayoung: bknudson: https://review.openstack.org/#/c/68453/18:00
*** _cjones_ has joined #openstack-dev18:00
bknudsonayoung: dolphm: so my plan is still to try to get the tempest test(s) changed.18:00
ayoungbknudson, ++18:00
*** safchain has quit IRC18:01
dolphmthe tricky part is going to be accurately communicating the end goal in the commit message then :)18:01
bknudsonI just need to take the time to figure out how to get that change in... probably need to get to a qa meeting.18:01
bknudsonthey seem to be at a different time every week18:02
*** SumitNaiksatam_ has joined #openstack-dev18:02
bknudsonplus I'm easily distracted18:02
*** Drankis has quit IRC18:02
*** chandankumar__ has joined #openstack-dev18:02
*** SumitNaiksatam has quit IRC18:02
*** SumitNaiksatam_ is now known as SumitNaiksatam18:02
*** mriedem has quit IRC18:03
*** arnaud has joined #openstack-dev18:03
*** arnaud__ has joined #openstack-dev18:03
*** xarses has quit IRC18:04
dolphmayoung: s/un-accessible/inaccessible/18:04
*** gyee_ has quit IRC18:04
ayoungthe is ac-cepta-bull18:04
* ayoung gives up on typing18:05
*** mrunge has quit IRC18:05
*** vkozhukalov has joined #openstack-dev18:05
*** danielbruno has joined #openstack-dev18:07
*** s2r2_ has joined #openstack-dev18:07
*** redhat has quit IRC18:09
*** Mandell has joined #openstack-dev18:09
*** nermina has quit IRC18:10
*** CaptTofu has quit IRC18:10
*** mikeburns has joined #openstack-dev18:10
*** mrodden has joined #openstack-dev18:11
*** otherwiseguy has quit IRC18:12
*** wheeliyum has joined #openstack-dev18:12
*** wheeliyum is now known as wcmarsha18:12
*** nermina has joined #openstack-dev18:14
*** chandankumar__ has quit IRC18:15
*** morganfainberg|z is now known as morganfainberg18:15
*** derekh has quit IRC18:16
*** gokrokve has joined #openstack-dev18:17
*** CaptTofu has joined #openstack-dev18:17
*** gsamfira has quit IRC18:18
*** marun has quit IRC18:18
*** lcheng has joined #openstack-dev18:19
*** xarses has joined #openstack-dev18:20
*** SergeyLukjanov_ is now known as SergeyLukjanov18:21
*** omachace has quit IRC18:21
*** chandankumar__ has joined #openstack-dev18:23
*** epim has joined #openstack-dev18:23
*** willingc has joined #openstack-dev18:23
*** danielbruno has joined #openstack-dev18:25
Anticimextwo questions:  where can i read more about current efforts regarding running instances off of ceph?18:26
*** danpb has quit IRC18:27
*** omachace has joined #openstack-dev18:27
Anticimexand is any of the cluster filesystems that can be used for shared instance volume storage, rather than nfs, actually stable? (production launch of cloud targetted for ~september)18:27
*** bdpayne has quit IRC18:28
*** fbo is now known as fbo_away18:28
*** networkstatic has joined #openstack-dev18:29
*** chandankumar__ has quit IRC18:29
*** Alexei_987 has quit IRC18:30
*** tkay has joined #openstack-dev18:31
*** vartom1111111119 has joined #openstack-dev18:32
*** tanisdl has quit IRC18:32
*** portante has joined #openstack-dev18:32
*** gyee has joined #openstack-dev18:32
*** harlowja_away is now known as harlowja18:32
*** krotscheck has joined #openstack-dev18:33
*** exed_ has joined #openstack-dev18:34
*** balazs has joined #openstack-dev18:34
*** chandankumar__ has joined #openstack-dev18:36
*** ykhodork has quit IRC18:36
morganfainbergmornin18:37
*** s2r2_ has quit IRC18:37
*** julienvey_ has joined #openstack-dev18:38
*** networkstatic is now known as networkstatic_zZ18:38
dolphmmorganfainberg: ish18:38
morganfainbergdolphm, fair point18:38
*** noslzzp has quit IRC18:38
Anticimexmorganfainberg: morning.  i see your friend stevemar is here as well18:39
Anticimexstevemar: are.. you in fact around18:39
Anticimex?18:39
*** noslzzp has joined #openstack-dev18:39
*** omachace has quit IRC18:39
*** ruhe is now known as _ruhe18:39
stevemarAnticimex, hey hey18:40
*** willingc_ has joined #openstack-dev18:40
*** danielbruno has quit IRC18:41
*** tdruiva_ has joined #openstack-dev18:43
*** willingc has quit IRC18:44
ayoungstevemar, if I delete an access token, is there any reason to delete all of the tokens for a consumer, or was that just there for simplicity?18:45
*** dkuffner has joined #openstack-dev18:45
ayoungWith the revoke API I could add revoke by access token18:45
ayoungor is the access_token_id not recorded in the Keystone token?18:46
*** mikeoutl_ has quit IRC18:46
*** tdruiva has quit IRC18:47
*** Drankis has joined #openstack-dev18:47
*** redhat has joined #openstack-dev18:47
*** teran has joined #openstack-dev18:47
*** tanisdl has joined #openstack-dev18:48
stevemarayoung, hmm, let me see the docs18:48
*** mriedem has joined #openstack-dev18:48
ayoungstevemar, I can see if it is in the token18:49
ayoungwhat is the right semantics?18:49
stevemarboth access_token_id and consumer_id are in the keystone token18:49
*** dave_tucker is now known as dave_tucker_zzz18:49
*** balazs has quit IRC18:49
*** tanisdl has quit IRC18:49
*** jprovazn has joined #openstack-dev18:50
*** zzelle has joined #openstack-dev18:50
*** galstrom is now known as galstrom_zzz18:50
*** athomas has quit IRC18:50
ayoungstevemar, I'm going to be using the notifications (thanks morganfainberg and jamielennox|away for browbeating me into it)18:51
ayoungand I need to add some to oauth18:51
*** teran has quit IRC18:52
*** kenperkins_ has joined #openstack-dev18:52
*** e0ne has joined #openstack-dev18:52
*** jcoufal has joined #openstack-dev18:52
stevemarayoung, i'm tempted to agree with you, and say it was just there for simplicity18:52
ayoungstevemar, we have 3 entities:  consumer, access token, and request token.  Req tok can only be used once, right?18:52
stevemarayoung, correct18:52
stevemarayoung, and request token can only be used to get an access token18:53
ayounga consumer could have multiple access tokens?18:53
*** marun has joined #openstack-dev18:53
stevemaryep18:53
ayoungaccess token can be used for a long time?18:53
dolphmayoung: expiry is optional18:53
ayoungmultiple tokens?18:53
stevemarayoung, yep, so really, it shouldn't be deleting all the consumers tokens18:53
termiestevemar++18:53
ayoungdolphm, OK, so I'm extending the API to handle both consumer and access tokens...assuming both show up in the token18:54
*** burt1 has quit IRC18:54
termiestevemar: i'm graduating you from padawan to whatever the next level up is18:54
dolphmayoung: i don't understand18:54
stevemarayoung, but the consumer could always get *another* keystone token with his existing access token18:54
stevemartermie lives!18:54
termiestevemar: i'm just peanut gallery18:54
termiestevemar: carry on18:54
ayoungdolphm, API just has revoke by consumer. I'm going to implement revoke by access token id as well18:54
stevemartermie, the awkward in adolescent stage between padawan and jedi18:55
stevemarayoung, probably the way to go, it's more specific that way, but we're not doing any serious damage now anyway18:55
ayoungstevemar, thought Padawans were mostly adolescent.  Think he really mean he 's promoting you from Youngling to Padawan18:55
*** kenperkins has quit IRC18:55
*** mikeoutland has joined #openstack-dev18:55
dolphmayoung: propose the API change too18:55
stevemarwomp womp18:56
ayoungdolphm, will do.  I'm going to implement it first, to make sure it is possible18:56
dolphmayoung: and i'm not sure both appear in the token... so you may not need both18:56
ayoungAPI update will come after that18:56
Steapdolphm: ayoung: Hey! I was just wondering whether you knew what the API should be in memcache_crypt.py; this would help me fix https://review.openstack.org/#/c/67199/18:57
*** sarob has joined #openstack-dev18:57
*** DinaBelova is now known as DinaBelova_18:57
ayoungSteap, Tests tests tests tests tests tests18:57
*** sarob has quit IRC18:58
dolphmSteap: let me see if i can get the original author on that review18:58
*** tkay has quit IRC18:58
stevemardolphm, ayoung, they are definitely both there: https://github.com/openstack/keystone/blob/01d26314d316d61443ee3a4c55f6d06bac477600/keystone/token/providers/common.py#L19918:59
ayoungstevemar, ++18:59
*** tkay has joined #openstack-dev18:59
* morganfainberg reads up18:59
Steapdolphm: that would be great!18:59
ayoungPandora's "Gypsy Punk" just started playing Glenn Miller's in the Mood....18:59
ayoungBit of a stretch...18:59
*** zaitcev has quit IRC18:59
dolphmSteap: added him - it's bdpayne18:59
Steapayoung: even with the provided tests, we found it quite difficult to determine whether text strings or bytes should be passed to these methods :/18:59
Steapdolphm: thanks a lot18:59
*** xarses has quit IRC19:00
*** nati_ueno has joined #openstack-dev19:00
ayoungSteap, memcache can handle it either way, right?19:00
ayounggoing to come out as bytes.19:00
Steapayoung: well, when switching to Python 3, I had to add calls to encode/decode19:00
*** markmcclain has quit IRC19:01
ayoungI think different calls to memcache  are not consistant19:01
ayoungmorganfainberg, this is more your bailywick19:01
morganfainbergSteap, iirc hashing/encrypt needs bytes19:01
*** markmcclain has joined #openstack-dev19:01
Steapthe question is (and Victor Stinner asked it when reviewing): should it be done inside the methods, or before dcalling them ?19:01
*** galstrom_zzz is now known as galstrom19:01
morganfainbergSteap, memcache wont care19:01
*** _ruhe is now known as ruhe19:01
*** zaitcev has joined #openstack-dev19:01
Steapmorganfainberg: indeed, so we should probably encode the arguments first19:01
*** wcmarsha has quit IRC19:01
morganfainbergSteap, memcache does effectively pickle if you pass it python structures19:02
Steapmorganfainberg: are you sure ? When running the tests in Python 3, I witnessed some failures19:02
*** aeperezt has joined #openstack-dev19:02
morganfainbergSteap, so usually it is fine.19:02
morganfainbergSteap, but when you need to do anything else on top of that, it needs some encode/decode esp. in py3k because strings aren't byte_str they're text19:02
*** redhat has quit IRC19:03
morganfainbergSteap, but don't assume memcache is the only target.  code it definsively to work against any backend (so encode/decode is much better when it comes to other processing)19:03
*** markmcclain has quit IRC19:03
*** sarob has joined #openstack-dev19:03
*** markmcclain has joined #openstack-dev19:03
Steapmorganfainberg: yes19:03
Steapmorganfainberg: ok, I'll probably run encode/decode prior to the calls19:04
brownemriedem: ping19:04
*** colinmcnamara has quit IRC19:04
mriedembrowne: pong19:06
*** julienvey_ has quit IRC19:06
*** zaitcev has quit IRC19:07
brownestill planning anything for icehouse on https://blueprints.launchpad.net/nova/+spec/vmware-encrypt-vcenter-passwords19:07
Steapmorganfainberg: thanks for the help!19:07
*** mikeoutland has quit IRC19:07
*** cagrev_ has joined #openstack-dev19:07
*** aditirav has quit IRC19:07
*** jmontemayor has quit IRC19:08
*** nmagnezi has joined #openstack-dev19:08
*** jmontemayor_ has joined #openstack-dev19:08
*** mikeoutland has joined #openstack-dev19:08
ayoungAhhhh Gogol Bordello.  The perfect music for hacking on Oauth119:08
*** jmontemayor_ has quit IRC19:08
*** ViswaV has joined #openstack-dev19:08
*** dave_tucker_zzz is now known as dave_tucker19:09
*** jmontemayor has joined #openstack-dev19:09
mriedembrowne: so right before the US xmas holiday i started poking around on refactoring/generalizing that internal code to push it up as a POC, but things sort of devolved quickly and then i was out for almost 2 weeks,19:09
mriedemnever got back to it, but not sure it's all that valuable19:09
ayoungdolphm,     @notifications.created("OAUTH1:access_token") look right?19:09
*** s2r2_ has joined #openstack-dev19:09
ayoungand for trusts it should be19:10
ayoung@notifications.created('OS-TRUST:trust')  right shardy ?19:10
*** cagrev__ has quit IRC19:10
mriedembrowne: does barbican have anything that could handle some of that?19:10
*** jmontemayor has quit IRC19:10
dolphmayoung: looks right to me from here19:10
ayoungmriedem, seems like it is something that Barbican should handle19:10
*** mikeoutland has quit IRC19:11
ayoungstorage of the passwords, that is19:11
brownemriedem: ok understood.  i realize there are strong opinions on this one.19:11
brownei'll look at Barbican some more.  hopefully its not too heavy weight19:11
*** MaxV has joined #openstack-dev19:12
ayoungbrowne, only makes sense if you want escrow19:12
*** dkuffner has quit IRC19:12
*** sn6i23a has joined #openstack-dev19:12
*** zaitcev has joined #openstack-dev19:12
ayoungif you dso...don't worry about "too heavy weight"  worry about "done right"19:12
ayoungdso -> do19:12
browneok19:12
brownethanks19:13
*** gsamfira has joined #openstack-dev19:14
*** jmontemayor has joined #openstack-dev19:14
*** Mandell has quit IRC19:14
*** ykhodork has joined #openstack-dev19:15
*** zaitcev_ has joined #openstack-dev19:15
*** zaitcev has quit IRC19:15
morganfainbergayoung, ooooooh nortifications19:16
morganfainbergayoung, ah, saw your comment(s) above. really? moving towards notifications?19:17
ayoungmorganfainberg, yeah, jamielennox|away convinced me last night to play around with it19:17
morganfainbergayoung, :)19:17
ayoungand I have to say the two of you suggesting it meant I ignored it at my peril19:17
morganfainbergayoung, i actually like the implementation a good deal.19:17
ayoungI can handle peril19:17
ayoungjust a little peril19:17
morganfainbergayoung, hehe19:17
*** mikeoutland has joined #openstack-dev19:17
*** vipul is now known as vipul-away19:17
termiedoes nova have a place somewhere where it outputs a document describing the api?19:18
morganfainbergayoung, It's dangerous to go alone.19:18
morganfainbergtermie, compute-api repo?  *checks*19:18
ayoungmorganfainberg, so I am injecting a few more notifications...all over the flipping place!19:18
morganfainbergtermie, https://github.com/openstack/compute-api ? or looking for something more specific19:18
*** Drankis has quit IRC19:19
*** max_lobur is now known as max_lobur_afk19:19
termiemorganfainberg: oh gawd19:19
*** yassine has quit IRC19:19
*** tkay has quit IRC19:19
ayoungZod19:19
ayounger Zawd?19:19
termiemorganfainberg: the language on github comes up as "smalltalk" and the first paragraph says "Apache Maven"19:19
termieokay, second paragraph19:19
ayoungheh, I think that is something you can safely ignore19:19
*** yeylon_ has joined #openstack-dev19:20
ayoungMaven is just used to convert the markdown, but it should be readable enough right out of git19:20
termieis this used by nova somewhere?19:20
_cjones_termie: Or is this more what you're looking for? http://docs.openstack.org/api/openstack-compute/2/content/19:20
*** edmund has joined #openstack-dev19:20
termiei don't want the docs, per-se, i want the place where the api is defined19:20
termieunless nova is generating it's api from these docs somehow i'm looking for a place that lists all the calls19:21
*** tkay has joined #openstack-dev19:21
*** redhat has joined #openstack-dev19:21
termiefrom everything i've seen it _looks_ like it is generated in an object traversal kind of way19:21
termieah this might be close https://github.com/openstack/nova/tree/master/nova/api/openstack/compute/schemas/v1.119:22
*** e0ne_ has joined #openstack-dev19:22
*** jprovazn has quit IRC19:22
termiethought i don't see how atom fits in to this19:22
*** vipul-away is now known as vipul19:23
*** spzala has joined #openstack-dev19:23
*** Mandell has joined #openstack-dev19:23
termiehmm these just seem to be data types19:23
*** epim has quit IRC19:24
*** epim has joined #openstack-dev19:24
*** nermina has quit IRC19:25
*** e0ne has quit IRC19:25
*** sushils has quit IRC19:25
morganfainbergtermie, oh dear19:25
termiewow, did things really get this xml-y, https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/servers.py19:27
morganfainbergtermie, i haven't looked there in a while.  it appears it did19:28
termiei'n not finding a place where those schemas are being schecked19:28
ayoungmorganfainberg, so, on notifications, we might have a problem withj the extensions. Things are going to be registering for notifications from extensions that might not be enabled.19:28
*** johnthetubaguy has quit IRC19:28
*** akrivoka has quit IRC19:29
termiethis stuff makes me want to cry :(19:29
termie:'-(19:29
morganfainbergayoung, hm. so we need to have something that triggers it19:29
morganfainbergayoung, triggers the extension being enabled that is19:30
ayoungnah19:30
morganfainbergayoung, ?19:30
ayoungmorganfainberg, we need to ignore notifications registration requests19:30
morganfainbergayoung, hm... oh rather than exploding?19:30
*** MaxV_ has joined #openstack-dev19:30
ayoungyeah19:30
*** vartom1111111119 has quit IRC19:30
morganfainbergor just register blindly and if a notification comes in call it good19:30
ayoungif you register for notifications from something that never produces notifications you just get no notifications19:31
termieis json no longer supported as an output format?19:31
morganfainbergtermie, it should be.  i don't see why someone would get rid of that19:31
morganfainbergtermie, in fact... i'd be upset if JSON wasn't valid output format19:31
termieall is see is @wsgi.serializers(xml=Foo)19:31
termiemaybe the json doesn't need special serializing19:31
morganfainbergtermie, likely, i think JSON might be a base format that just "happens"19:32
morganfainbergtermie, but... please don't quote me on that :P19:32
*** topol has joined #openstack-dev19:32
*** MaxV_ has quit IRC19:32
morganfainbergtermie, ohh.  reminds me i need to get a pin sent up to you.19:32
morganfainbergtermie, unless you're going to be in ATL, which case i'll just bring it with me.19:32
termievishy: remmeber how i want to generate tooling based on having a reflection api of all the calls in nova?19:32
termievishy: is there a place where i can get that info?19:33
*** chandankumar__ has quit IRC19:33
termievishy: (stuff like the reflection api in glance)19:33
*** alex_klimov has joined #openstack-dev19:33
*** MaxV has quit IRC19:33
termiemorganfainberg: yeah, i expect to be at the thing in atlanta19:33
*** fingerprint has quit IRC19:34
vishytermie: there isn't exactly19:34
morganfainbergtermie, cool.19:34
termievishy: right now i'm having trouble even figuring out where i can start traversing the call tree19:34
termievishy: the calls don't seem to have any signatures19:34
*** beagles is now known as beagles_brb19:35
termievishy: https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/servers.py#L50319:35
vishytermie: so the apis are currently getting a jsonschema for validation19:36
termievishy: that is what i want19:36
termievishy: where do i haves it from19:36
vishytermie: but your best bet currently would be to get the raw data from the tests19:36
*** Sumeniac has quit IRC19:36
*** marun has quit IRC19:36
*** redhat has quit IRC19:36
termievishy: is there even a super incomplete jsonschema for it somewhere?19:37
termievishy: i'd happily say, "hey this thing works against the stuff that is done so far"19:37
vishyhttps://github.com/openstack/nova/tree/master/nova/tests/integrated/api_samples19:37
vishyso that will have templates for all the json apis19:37
vishytermie: for example https://github.com/openstack/nova/blob/master/nova/tests/integrated/api_samples/all_extensions/server-get-resp.json.tpl19:38
vishythe jsonschema is still being added19:38
termieso right now they aren't actually jsonschema, they are just json, yea?19:38
*** cagrev__ has joined #openstack-dev19:38
termiegot it19:38
*** sarob has quit IRC19:38
vishytermie: https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/schemas/v3/agents_schema.py19:38
termieis there work being done on adding the json schema?19:38
termieinteresting19:38
*** sarob has joined #openstack-dev19:38
termieminues the useless constraints stuff i bet most of this could be autogenerated from those samples19:39
*** nmagnezi has quit IRC19:39
vishyi don't think there is an extension where you can request the schema through the api though19:39
vishytermie: that is what i was thinking19:39
*** nmagnezi has joined #openstack-dev19:39
*** Sumeniac has joined #openstack-dev19:39
vishytermie: but the schema will obviously be easier to parse in the future19:39
termievishy: i'm already generating the constraints programmatically based on variable name19:39
vishytermie: are you reviving ocl?19:40
termievishy: so i bet i can generate the jsonschema from the request and response samples19:40
termievishy: yea19:40
vishytermie: cool, there is a lot of discussion about shared client libraries on the ml right now19:40
*** mikeoutland has quit IRC19:40
termievishy: but if i write this part, nova may be happy to have the jsonschemas i generate from the response data19:40
termieand then tweak them to taste19:40
termies/response/req and response/19:40
*** jcoufal has quit IRC19:41
termiei'm cleaning up the ocl docs a little bit right now, but i need a good nova demo to make people care19:41
*** thuc has joined #openstack-dev19:41
morganfainbergayoung, so https://github.com/openstack/keystone/blob/master/keystone/notifications.py#L97 i think that and the if-statement above it should be removed to solve your issue(s) of having things registered for a resource that wont receive events (e.g. non-active extension)19:42
*** cagrev_ has quit IRC19:42
ayoungmorganfainberg, yep19:42
termievishy: i am hesitant to destroy my morale by looking at the mailing list :/19:42
morganfainbergayoung, you proposing the change or want me to? i'm def. on board with making that happen19:42
ayounggo ahead19:42
dtroyertermie: skip that thread, its >75 messages and doesn't say much you don't already know19:42
morganfainbergok will post shortly19:42
termiedtroyer: -phew-19:43
dtroyertermie: except for stuff you don't care about19:43
termiedtroyer: like opinions19:43
termiedtroyer: :p19:43
dtroyertermie: yup, and putting lipstick on legacy client libs19:43
termieokay, i'll try to whip something up from this sample data and see whether nova wants it19:43
*** sarob has quit IRC19:43
*** tkay has quit IRC19:44
*** thuc_ has quit IRC19:44
*** Drankis has joined #openstack-dev19:45
*** vkozhukalov has quit IRC19:45
*** julienvey_ has joined #openstack-dev19:46
*** thuc has quit IRC19:46
*** tkay has joined #openstack-dev19:46
*** otherwiseguy has joined #openstack-dev19:46
*** novas0x2a|laptop has joined #openstack-dev19:46
*** dave_tucker is now known as dave_tucker_zzz19:47
*** teran has joined #openstack-dev19:48
*** julienvey_ has quit IRC19:48
*** tanisdl has joined #openstack-dev19:51
*** gsamfira has quit IRC19:51
*** tkay has quit IRC19:53
*** Sumeniac has quit IRC19:53
*** teran has quit IRC19:53
*** markmcclain has quit IRC19:53
*** rfolco has quit IRC19:53
*** garyk has quit IRC19:54
*** dave_tucker_zzz is now known as dave_tucker19:54
*** DennyZha` has joined #openstack-dev19:54
*** Sumeniac has joined #openstack-dev19:54
*** DennyZhang has quit IRC19:56
termievishy: hmm, i notice a bunch of these don't have the request side19:56
*** redhat has joined #openstack-dev19:57
*** NikitaKonovalov_ is now known as NikitaKonovalov19:57
*** dave_tucker is now known as dave_tucker_zzz19:59
*** dave_tucker_zzz is now known as dave_tucker19:59
*** MaxV has joined #openstack-dev19:59
*** DennyZha` has quit IRC20:00
stevemardtroyer, ping20:02
termiealright, i have a favor to ask from somebody who already has a devstack setup that can run the integrated tests, i would like a mitmproxy dump of all the traffic for the tests, i can get the info i need from that :)20:02
termiehttp://mitmproxy.org/doc/mitmdump.html20:02
dtroyerstevemar: yo20:02
*** obondarev_ has quit IRC20:02
*** mikeoutland has joined #openstack-dev20:03
termie(assuming the tests run against a running devstack instance, i really have no idea anymore)20:03
stevemardtroyer, my favorite topic, osc and devstack :)20:03
termieopen sound control?20:03
*** smurugesan has joined #openstack-dev20:03
stevemartermie, openstackclient, close though :)20:04
*** DinaBelova_ is now known as DinaBelova20:04
stevemardtroyer, changing identity version to v3 seems to break a bunch of other services that start up, since most use keystoneclient20:04
stevemardtroyer, so would porting a few of those commands over to osc first make more sense? though thats a lot of work :(20:05
*** MarkAtwood has joined #openstack-dev20:05
*** yamahata has quit IRC20:05
dtroyerstevemar: its either that or make a v3 cli in keystoneclient20:06
dtroyerstevemar: is there anything that isn't implemented in osc yet?20:06
*** redhat has quit IRC20:06
*** ViswaV has left #openstack-dev20:06
stevemardtroyer, if it's missing, it's probably an edge case, aside from neutron (which terry is doing last i checked)20:07
*** david-lyle_ has joined #openstack-dev20:08
*** kgriffs_afk is now known as kgriffs20:09
*** jsavak has joined #openstack-dev20:09
termiei think i can pull the data i need out of https://github.com/openstack/nova/blob/master/nova/tests/integrated/test_api_samples.py if i can get enough of the code to run (ideally wihtout installing nova)20:10
*** derekh has joined #openstack-dev20:11
*** MaxV has quit IRC20:11
*** joesavak has quit IRC20:12
*** mdomsch has quit IRC20:12
terrylhowedtroyer what needs to be added to keystoneclient?20:14
*** pixelb has quit IRC20:14
termiehmm maybe not :/20:14
*** jsavak has quit IRC20:15
dtroyerterrylhowe: nothing…there are tests that call keystone that are not aware of the v3 API…those need to be changed to handle either…even if keystone had a v3 CLI the test would still need some attention20:15
*** sushils has joined #openstack-dev20:16
termie:( how is there no way to iterate over this frickin api20:17
*** joesavak has joined #openstack-dev20:18
*** vipul is now known as vipul-away20:19
*** vipul-away is now known as vipul20:19
*** safchain has joined #openstack-dev20:20
*** safchain has quit IRC20:20
*** s2r2__ has joined #openstack-dev20:20
*** teran has joined #openstack-dev20:20
*** burt1 has joined #openstack-dev20:20
*** fbo_away is now known as fbo20:21
*** lucasagomes is now known as lucas-afk20:21
*** Nikolay_1t has quit IRC20:21
*** afazekas_ has quit IRC20:22
*** cnesa has joined #openstack-dev20:23
*** s2r2_ has quit IRC20:23
*** dave_tucker has left #openstack-dev20:24
*** beagles_brb is now known as beagles20:24
lyxusFor tempest, I was wondering 1) Is tempest supposed to be passing 100% of the test from the trunk 2) Does the standard use the openvswitch plugin20:25
*** CaptTofu has quit IRC20:26
*** alex_klimov has quit IRC20:26
*** markmcclain has joined #openstack-dev20:26
*** SergeyLukjanov is now known as SergeyLukjanov_20:28
*** clayb has joined #openstack-dev20:29
*** sarob has joined #openstack-dev20:30
*** sarob has quit IRC20:31
*** markmc has quit IRC20:32
*** nmagnezi has quit IRC20:32
*** dave_tucker has joined #openstack-dev20:33
*** CaptTofu has joined #openstack-dev20:33
*** jsavak has joined #openstack-dev20:33
*** vipul is now known as vipul-away20:34
*** mrda_away is now known as mrda20:35
*** joesavak has quit IRC20:35
bknudsoncan I tell pip to install to my python3 lib rather than python2.6?20:36
*** mikeoutland has quit IRC20:36
*** DinaBelova is now known as DinaBelova_20:37
bknudsonnever mind, found it http://stackoverflow.com/questions/10763440/how-to-install-python3-version-of-package-via-pip20:37
*** erkrnt has joined #openstack-dev20:39
dolphmbknudson: python3 + pip3 :)20:40
*** NikitaKonovalov is now known as NikitaKonovalov_20:42
*** exed_ has quit IRC20:42
*** jecarey has quit IRC20:44
*** rcleere has quit IRC20:46
*** _cjones_ has quit IRC20:46
*** csd has quit IRC20:46
*** exed_ has joined #openstack-dev20:46
*** jasdeepH has joined #openstack-dev20:46
*** ijw has quit IRC20:46
*** NikitaKonovalov_ is now known as NikitaKonovalov20:47
*** julienvey_ has joined #openstack-dev20:48
*** yeylon_ has quit IRC20:48
*** exed_ has quit IRC20:49
*** _cjones_ has joined #openstack-dev20:50
*** Artpicre has quit IRC20:50
*** sarob has joined #openstack-dev20:50
*** vipul-away is now known as vipul20:51
*** Drankis has quit IRC20:51
*** SergeyLukjanov_ is now known as SergeyLukjanov20:51
openstackstatusNOTICE: Zuul is about to restart for an upgrade; changes will be re-enqueued20:51
*** ChanServ changes topic to "Zuul is about to restart for an upgrade; changes will be re-enqueued"20:51
*** Artpicre has joined #openstack-dev20:53
*** julienvey_ has quit IRC20:54
*** julienvey__ has joined #openstack-dev20:54
*** burt1 has quit IRC20:55
*** sarob has quit IRC20:55
*** NikitaKonovalov is now known as NikitaKonovalov_20:57
*** redhat has joined #openstack-dev20:57
ayoungbknudson, dolphm I'm going to post another patch of the revocations.  Its more unified that the last one, since all of the callbacks have moved from inline in the other Managers etc to revoke/core.py  I can further split it out if we think it needs to be, but I'd like to get it up for review.20:57
*** DennyZhang has joined #openstack-dev20:59
*** sarob has joined #openstack-dev20:59
ayoungit means that this review is going to get abandoned:  https://review.openstack.org/#/c/55908/20:59
*** xarses has joined #openstack-dev21:00
*** CaptTofu has quit IRC21:01
ayoungmorganfainberg, have you submitted that notifications patch?21:01
ayoungIf not, don't21:01
morganfainbergayoung, https://review.openstack.org/#/c/68470/121:01
ayoungah21:01
ayoungmorganfainberg,21:01
morganfainbergayoung, i can abandon21:01
ayounghttps://review.openstack.org/#/c/55908/32/keystone/notifications.py21:01
morganfainbergnbd21:01
morganfainbergoh21:02
morganfainbergsure, thats fine21:02
morganfainbergi can torch mine21:02
*** SergeyLukjanov is now known as SergeyLukjanov_21:02
morganfainbergayoung, i'll abandon mine21:02
ayounghmmm, mine didn't trigger a test failure21:02
*** yolanda has quit IRC21:02
ayoungmorganfainberg, Ah..yes it did21:03
*** JonnyNomad has joined #openstack-dev21:03
*** jmontemayor has quit IRC21:04
*** mikeoutland has joined #openstack-dev21:05
*** tdruiva_ has quit IRC21:05
*** tdruiva has joined #openstack-dev21:05
*** MaxV has joined #openstack-dev21:05
*** joesavak has joined #openstack-dev21:05
*** jsavak has quit IRC21:05
*** DennyZhang has quit IRC21:06
ayoungmorganfainberg, keep yours, but add my changes21:06
morganfainbergayoung, bah,21:06
*** lshek has joined #openstack-dev21:07
morganfainbergayoung, already abandoned :P21:07
ayoungso unadandon21:07
*** DennyZhang has joined #openstack-dev21:07
morganfainbergayoung, np, i can bring it back w/ that change.21:07
ayoungthanks.  I'll rebase on that21:07
morganfainbergayoung, but are you going to rebase on top of it?21:07
morganfainbergok21:07
morganfainberggive me a couple21:07
*** theanalyst has quit IRC21:07
ayoungmorganfainberg, add in the disable change, too?21:07
morganfainberghmm?21:07
morganfainbergayoung, oh sure21:08
lbragstadwhoa https://review.openstack.org/#/q/status:open+project:openstack/keystone,n,z21:08
*** DennyZhang has quit IRC21:08
morganfainberglbragstad, ooh lots merged21:08
morganfainberglbragstad, it's way better than it was21:08
ayounglbragstad, lots approved...and 4 pages of reviews21:08
*** DennyZhang has joined #openstack-dev21:08
*** jmontemayor has joined #openstack-dev21:09
*** lshek has quit IRC21:09
*** MaxV has quit IRC21:10
*** Hritcu has joined #openstack-dev21:10
*** ijw has joined #openstack-dev21:11
*** csd has joined #openstack-dev21:11
*** vkmc has quit IRC21:11
*** ChanServ changes topic to "OpenStack development || Support is in #openstack"21:11
*** galstrom is now known as galstrom_zzz21:14
morganfainbergayoung, any other notifications related stuff?21:15
morganfainbergayoung, or just those two?21:15
morganfainbergdisabled and ?21:15
morganfainbergthe add to the resource list set21:15
ayoungmorganfainberg, just those.  I have a few places I will be injecting new notifications, but that should be a follow on patch21:15
morganfainbergok21:15
ayoungStill working on it21:15
*** ijw has quit IRC21:17
morganfainbergayoung, ok should be posted now21:17
*** ijw has joined #openstack-dev21:17
*** CaptTofu has joined #openstack-dev21:19
*** dprince has quit IRC21:19
*** redhat has quit IRC21:20
*** xarses has quit IRC21:21
*** willingc_ has quit IRC21:22
markwashsdague: nice writeup21:22
*** MaxV has joined #openstack-dev21:23
*** thuc has joined #openstack-dev21:23
*** ruhe is now known as _ruhe21:23
sdaguemarkwash: thanks21:23
*** thuc_ has joined #openstack-dev21:23
*** lucas-afk has quit IRC21:25
*** JordanRinke has joined #openstack-dev21:26
*** thuc has quit IRC21:26
*** jhesketh_ has joined #openstack-dev21:28
*** xarses has joined #openstack-dev21:29
*** xarses has quit IRC21:29
*** s2r2__ has quit IRC21:30
*** asalkeld has joined #openstack-dev21:30
morganfainbergsdague, ++ on a good direction21:30
*** MaxV has quit IRC21:31
*** jecarey has joined #openstack-dev21:32
*** DennyZhang has quit IRC21:34
*** jasondotstar has quit IRC21:35
*** DennyZhang has joined #openstack-dev21:35
*** vartom1111111119 has joined #openstack-dev21:36
*** jnoller has quit IRC21:36
*** enqae has joined #openstack-dev21:38
*** _cjones_ has quit IRC21:39
*** enqae has joined #openstack-dev21:40
*** enqae has joined #openstack-dev21:41
*** enqae has quit IRC21:41
*** enqae has joined #openstack-dev21:42
*** enqae has quit IRC21:42
*** gordc has joined #openstack-dev21:45
ayoungmorganfainberg, self.oauth_api.delete_access_token(user_id, access_token_id) is messing up notifications.  Any way I can get both values?21:45
*** networkstatic_zZ has quit IRC21:45
*** DennyZhang has quit IRC21:45
*** DennyZhang has joined #openstack-dev21:46
ayoungWriting code is the fun part of this job.  I should do it more often.21:48
ayoungmorganfainberg, OK,  I need another change to notifications.  I'll submit as part of my other patch, but it looks like this21:49
ayoung    @notifications.deleted("OS-OAUTH1:access_token", resource_index=2)21:49
ayoungmaybe that should be arg_index21:49
*** sarob has quit IRC21:50
*** sarob has joined #openstack-dev21:50
*** ViswaV has joined #openstack-dev21:51
*** ViswaV has quit IRC21:53
*** DennyZhang has quit IRC21:53
*** ViswaV has joined #openstack-dev21:53
*** DennyZhang has joined #openstack-dev21:53
*** DennyZhang has quit IRC21:54
*** DennyZhang has joined #openstack-dev21:54
*** sarob has quit IRC21:55
*** jobewan has quit IRC21:57
stevemarayoung, messing up cause it has multiple args?22:00
*** doug_shelley66 has quit IRC22:01
*** JordanRinke has quit IRC22:01
*** JordanRinke has joined #openstack-dev22:01
*** derekh has quit IRC22:03
*** ArxCruz has quit IRC22:05
*** JordanRinke has quit IRC22:05
*** JordanRinke has joined #openstack-dev22:06
*** david-lyle has quit IRC22:06
*** tdruiva has quit IRC22:06
*** david-lyle has joined #openstack-dev22:07
*** vladikr has quit IRC22:07
*** sarob has joined #openstack-dev22:07
*** mikeoutland has quit IRC22:08
*** Hritcu has quit IRC22:09
*** tdruiva has joined #openstack-dev22:09
*** akrivoka has joined #openstack-dev22:10
*** ArxCruz has joined #openstack-dev22:10
*** armax has left #openstack-dev22:11
*** DennyZhang has quit IRC22:11
*** jsavak has joined #openstack-dev22:11
*** buzztroll has quit IRC22:14
*** david_paterson has quit IRC22:14
*** david-lyle_ has quit IRC22:15
*** joesavak has quit IRC22:15
*** kgriffs is now known as kgriffs_afk22:15
*** sarob has quit IRC22:18
*** rollerj has quit IRC22:19
*** buzztroll has joined #openstack-dev22:19
*** rm_work|away is now known as rm_work22:19
*** burt1 has joined #openstack-dev22:22
*** joesavak has joined #openstack-dev22:23
*** redhat has joined #openstack-dev22:24
*** jsavak has quit IRC22:26
*** taps has quit IRC22:27
*** jdob has quit IRC22:27
*** vuil has quit IRC22:27
*** julienvey__ has quit IRC22:28
*** mkollaro has joined #openstack-dev22:28
*** joesavak has quit IRC22:28
*** sarob has joined #openstack-dev22:29
*** mikeoutland has joined #openstack-dev22:31
*** jergerber has joined #openstack-dev22:31
*** vijendar has quit IRC22:32
*** glenng has quit IRC22:32
Anticimexstevemar: hey22:32
Anticimex(was away)22:32
*** mlavalle has quit IRC22:33
*** Ruetobas has quit IRC22:33
*** alexpilotti has quit IRC22:34
Anticimexstevemar: pm (pasting)22:34
*** alexpilotti has joined #openstack-dev22:34
*** bvandenh has joined #openstack-dev22:35
*** dbalog has left #openstack-dev22:37
*** sdake is now known as sdake-ooo22:37
*** Ruetobas has joined #openstack-dev22:39
ayoungstevemar, yeah, it was sending the user_id, but I needed the access token id.  I probably need both, though.   is access_token_id a uuid?22:39
*** alexpilotti has quit IRC22:41
*** tongli has quit IRC22:42
*** jckasper has quit IRC22:44
*** achampion has quit IRC22:44
*** doug_shelley66 has joined #openstack-dev22:45
*** browne has quit IRC22:45
*** pcm_ has quit IRC22:46
*** sweston has joined #openstack-dev22:46
*** thomasem has quit IRC22:48
*** artom has quit IRC22:49
*** jdennis1 has quit IRC22:50
*** vartom1111111111 has joined #openstack-dev22:51
*** Ruetobas has quit IRC22:52
*** sushils has quit IRC22:55
*** vartom1111111119 has quit IRC22:55
*** jtomasek has quit IRC22:55
*** sushils has joined #openstack-dev22:56
morganfainbergayoung, hm22:57
morganfainbergayoung, might need that index arg22:58
*** xarses has joined #openstack-dev22:58
*** Ruetobas has joined #openstack-dev22:58
*** radez is now known as radez_g0n323:00
*** sweston has quit IRC23:00
stevemarayoung, yep, access tokens are uuids23:02
*** jayg|g0n3 has joined #openstack-dev23:02
*** dvarga has quit IRC23:03
*** sweston has joined #openstack-dev23:03
*** CaptTofu has quit IRC23:04
*** dims has quit IRC23:04
*** gordc1 has joined #openstack-dev23:04
*** kevinconway has quit IRC23:05
*** jdennis has joined #openstack-dev23:05
*** gordc1 has quit IRC23:05
*** gordc has quit IRC23:05
*** sandywalsh has quit IRC23:06
*** peristeri has quit IRC23:06
*** alexpilotti has joined #openstack-dev23:08
*** vartom1111111111 has quit IRC23:08
*** akrivoka has quit IRC23:11
*** akrivoka has joined #openstack-dev23:12
*** tanisdl has quit IRC23:14
*** jmontemayor has quit IRC23:14
*** eharney has quit IRC23:15
*** mlavalle has joined #openstack-dev23:15
*** MarkAtwood has quit IRC23:16
*** burt1 has quit IRC23:17
*** mlavalle has quit IRC23:19
*** dims has joined #openstack-dev23:20
*** jgrimm has quit IRC23:20
*** carl_baldwin has quit IRC23:21
*** sballe has quit IRC23:22
*** sballe has joined #openstack-dev23:22
*** FunnyLookinHat has quit IRC23:23
*** xarses has quit IRC23:23
*** jergerber has quit IRC23:24
*** sarob has quit IRC23:25
*** sarob has joined #openstack-dev23:25
*** Gordonz has quit IRC23:27
*** romcheg has quit IRC23:27
vishyadam_g: any idea why keystone is restarted after log rotation?23:29
*** sarob has quit IRC23:29
vishyzul: ^^23:30
*** rockyg has joined #openstack-dev23:30
*** jruzicka has quit IRC23:34
*** sballe_ has joined #openstack-dev23:34
zzellevishy: strange normally it's not required because oslo uses watchedfilehandler23:35
*** sballe has quit IRC23:35
clarkbzzelle: keystone does not use oslo for logging23:35
zzellehuhum23:35
morganfainbergclarkb, huh?23:35
*** xarses has joined #openstack-dev23:36
*** sweston has quit IRC23:36
morganfainbergclarkb, didn't we move to oslo logging in havana?23:36
clarkbmorganfainberg: keystone does not use oslo.logging for logging23:36
morganfainbergclarkb, i'm almost positive we do23:36
*** sweston has joined #openstack-dev23:36
clarkbmorganfainberg: if you do it is ancient because keystone logs are completely different than everyone else23:36
*** jmckind has quit IRC23:36
morganfainbergclarkb, i am almost 100% positive we sync'd all of that in havana23:37
*** bvandenh has quit IRC23:37
zzellevishy: keystone logging.conf uses WatchedFileHandler which support file rotations23:38
clarkbmorganfainberg: you didn't23:38
*** mfer has quit IRC23:39
morganfainbergclarkb, ok so stable havana claims keystone.openstack.common.log was 6mo ago23:39
morganfainbergand the BP claims completion for 2013.223:39
morganfainbergand i _know_ we use openstack.common.log in icehouse i just did a patch to normalize the import23:40
*** henrynash has quit IRC23:40
clarkbmorganfainberg: I am trying to pull up examples but files are huge and making my browser slow23:40
zzellehttps://github.com/openstack/keystone/blob/master/keystone/openstack/common/log.py23:41
morganfainberghttps://review.openstack.org/#/c/42224/23:41
morganfainbergfor example23:41
zzelle...23:41
*** amcrn has joined #openstack-dev23:41
clarkbmorganfainberg: compare http://logs.openstack.org/12/68412/2/check/check-tempest-dsvm-full/b687da3/logs/screen-key.txt.gz?level=INFO to http://logs.openstack.org/12/68412/2/check/check-tempest-dsvm-full/b687da3/logs/screen-n-crt.txt.gz?level=INFO23:41
clarkbmorganfainberg: they are very different23:41
ttxnotmyname: ping23:42
*** taps has joined #openstack-dev23:42
ttxnotmyname: on https://launchpad.net/swift/+milestone/1.12.0 - should I defer remove-swiftclient-dependency or mark it "implemented" ?23:43
zzellehttps://github.com/openstack/keystone/blob/master/keystone/credential/core.py#L2723:43
morganfainbergclarkb, https://github.com/openstack/keystone/blob/master/keystone/common/config.py#L20 default log format does not mean we don't use olso logging23:43
ttxnotmyname: same question for bug 126234123:43
*** sarob has joined #openstack-dev23:43
*** sweston has quit IRC23:43
clarkbmorganfainberg: the format is built into oslo.logging. are you overriding it?23:43
*** henrynash has joined #openstack-dev23:43
morganfainbergclarkb, doesn't look like it actually23:43
*** sweston has joined #openstack-dev23:43
morganfainbergclarkb, but tbh, not 100% sure, let me check.23:43
clarkbhrm I thought it was built in. I had to do glance when I did the logstash stuff to get them on the same format23:44
*** zzelle has quit IRC23:44
morganfainbergclarkb, looks like that line is not actually being used (_DEFAULT_LOG_FORMAT in config)23:44
*** networkstatic has joined #openstack-dev23:45
*** pablosan has quit IRC23:45
clarkbmorganfainberg: I would expect all projects using oslo.logging to have to same default format because it should be built into oslo.logging. If that isn't the case I guess we got lucky with all of the other projects using it?23:46
morganfainbergclarkb, i know we're using the common logger.23:46
clarkbis it up to date?23:46
morganfainbergsec23:46
morganfainberglooking23:46
clarkbmaybe it was synced against an old version23:46
morganfainbergclarkb, 2mo ago was the last update23:46
bknudsonclarkb: morganfainberg: devstack sets up the logging23:47
*** benrodrigue has quit IRC23:47
*** sweston has quit IRC23:47
clarkbbknudson: using the defaults supplied by the project23:48
morganfainbergbknudson, that was what i was looking into next23:48
clarkbwhich should be oslo defaults23:48
*** tanisdl has joined #openstack-dev23:48
bknudsonHere's our default logging.conf: http://git.openstack.org/cgit/openstack/keystone/tree/etc/logging.conf.sample23:48
*** browne has joined #openstack-dev23:48
morganfainbergaha23:49
morganfainberglogging.conf23:49
bknudsonI was just looking at that file... https://review.openstack.org/#/c/67331/23:49
morganfainbergi forgot that gets used23:49
clarkbaha thats the problem23:49
clarkbit sets formatter normal to that weird format23:49
bknudsonwe could change it to whatever.23:49
morganfainbergclarkb, see we do use oslo!  ;)23:49
*** pablosan has joined #openstack-dev23:49
morganfainbergclarkb, we just make a funky format23:49
clarkbbknudson: I think it should be removed23:50
*** benrodrigue has joined #openstack-dev23:50
clarkbbut I could be wrong about that.23:50
bknudsonclarkb: the config file/23:50
bknudsonor just some setting in there?23:50
clarkbbknudson: basically my desire for logging is that if everything uses oslo.logging we get an identical default23:50
clarkbthat way people writing log parsers don't have to do a different one for each project23:50
bknudsonclarkb: is there a bug?23:50
morganfainberghttps://github.com/openstack/nova/blob/master/etc/nova/logging_sample.conf23:50
clarkbbknudson: there may have been at one time, but I gave up on that goal long ago23:51
morganfainbergprobably need to look at what nova is doing... and see what we can do thats similar23:51
*** mikeoutland has quit IRC23:51
clarkbmorganfainberg: honestly I think it should be pulled in someplace central so that they don't diverge23:51
clarkbbknudson: keystone isn't the only project that has funny formats23:51
bknudsonwe should have the same format... I'd suggest someone else submit the change because mine don't seem to get reviewed.23:51
morganfainbergclarkb, but in the case of nova they have the context formatter and non-context formatter23:51
morganfainbergwhere keystone doesn't use the same semantics iirc23:52
clarkboh I see and it points back into oslo.logging23:52
*** mikeoutland has joined #openstack-dev23:52
morganfainbergclarkb, i don't know if you can make it "centralized"23:52
clarkbmorganfainberg: you can, just sync it like everything else23:52
bknudsonsomehow some nova-specifics slipped into oslo logging23:52
clarkbmorganfainberg: or do you mean the semantics are sufficiently different that everything would break?23:53
*** markmcclain has quit IRC23:53
morganfainbergclarkb, that i think nova specifics in oslo.logging might be wrong23:53
*** jckasper has joined #openstack-dev23:53
clarkbmorganfainberg: I think thats fair23:53
morganfainbergcommon framework != project specifics.23:53
*** troytoman-away is now known as troytoman23:53
clarkbbut openstack should have a single default log format23:53
clarkbagain so that when I run the 25 processes that give me an openstack I don't need 5 different log parsers23:54
morganfainbergclarkb, well... if you go by RFC5424, we are doing it very wrong and should use the structured data fields for some of the stuff nova is doing23:54
bknudsonclarkb: what's the right log format? whatever's in olso?23:54
morganfainbergwhich case, yes, it would be fine23:54
morganfainbergbut we're not really RFC5424 compliant23:54
clarkbbknudson: I actually don't care as long as it is common :)23:54
clarkbbknudson: and that you include microsecond resolution23:54
bknudsonclarkb: is n-crt's ok?23:55
clarkbbknudson: n-crt's matches the most common format23:55
bknudsonthat doesn't have microsecond23:55
clarkbnova, neutron, cinder, glance, heat, ceilometer,23:55
clarkbbknudson: yes it does23:55
clarkber millisecond? I can do conversions honest23:56
*** troytoman is now known as troytoman-away23:56
bknudsonit's milliseconds, if that's good enough23:56
clarkbyeah sorry23:56
bknudsonkeystone can't do anything that fast anyways.23:56
bknudsonit's python23:56
morganfainbergbknudson, lol23:56
*** buzztroll has quit IRC23:56
*** benrodrigue has quit IRC23:57
*** devoid has quit IRC23:57
bknudsonclarkb: I'll open a bug... I should be able to work on it.23:57
bknudsonmorganfainberg's got to get parallel testing working.23:57
morganfainbergbknudson, i needed to wait until I2 cleaned up23:57
clarkbhttp://git.openstack.org/cgit/openstack-infra/config/tree/modules/openstack_project/templates/logstash/indexer.conf.erb illustrates the larger picture problem23:58
bknudsonmorganfainberg: could be a while23:58
morganfainbergbknudson, yeah it's hard to make parallel tesitng work because i need to fix the load_backends to be called 1 time23:58
morganfainbergbknudson, and mucking with tests when things are merging at this pace (slow as it is) is very hard to keep up23:58
bknudsonmorganfainberg: and also use testresources for the pristine db23:59
morganfainbergjust too much pending merge to make the kind of changes i need to make at the moment.23:59
morganfainbergbknudson, if parallel testing can "work" i'll make that happen separatelty23:59

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