Saturday, 2015-03-07

*** marekd-mobile has quit IRC00:00
*** dimsum__ has quit IRC00:04
*** _cjones_ has quit IRC00:07
*** AndroUser2 has joined #openstack-keystone00:07
openstackgerritRodrigo Duarte proposed openstack/keystonemiddleware: Avoid passing str to datetime.timedelta  https://review.openstack.org/16234700:09
*** tqtran_afk has joined #openstack-keystone00:11
openstackgerritOpenStack Proposal Bot proposed openstack/keystone: Updated from global requirements  https://review.openstack.org/16235000:15
morganfainbergrodrigods, ^ that one you just proposed. how does that interact with the one by jamielennox|away https://review.openstack.org/#/c/161962/00:16
rodrigodsmorganfainberg, wasn't aware about that one... should I rebase mine above his?00:18
morganfainbergrodrigods, just make sure you're looking at that one as well00:18
rodrigodsmorganfainberg, k00:18
*** tqtran_afk is now known as tqtran00:18
openstackgerritOpenStack Proposal Bot proposed openstack/python-keystoneclient: Updated from global requirements  https://review.openstack.org/16235500:22
rodrigodsmorganfainberg, seems unrelated to me00:23
rodrigodsand jamielennox|away change looks good to me :)00:23
morganfainbergrodrigods, i hadn't looked just making sure it wasn't addressed in that one just due to some restructuring00:23
rodrigodsmorganfainberg, ok, mine it is a one liner converting a conf to int before passing to the datetime lib00:24
*** david-lyle is now known as david-lyle_afk00:25
*** markvoelker has quit IRC00:25
openstackgerritMerged openstack/keystone: Use oslo.policy instead of incubated version  https://review.openstack.org/14862400:25
*** dimsum__ has joined #openstack-keystone00:31
openstackgerritBrant Knudson proposed openstack/keystone: Move cryptography to test-requirements.txt  https://review.openstack.org/16236000:31
*** dims_ has joined #openstack-keystone00:32
morganfainberghuh00:32
morganfainbergdb2 is still reporting00:32
bknudsonmorganfainberg: wait until its token expires.00:32
morganfainbergbknudson, also i disagree with putting things like that in test-requires00:32
bknudsonmaybe have to kill the ssh connectoin00:32
morganfainbergi really do not want to say "oh go install stuff" to use things if we can avoid it00:33
morganfainbergis there a reason besides00:33
morganfainberg"it's not the default" you're advocating moving it?00:33
bknudsonmorganfainberg: the only reason is for consistency00:33
morganfainbergbknudson, i'd prefer to move the consistency the otherway personally00:33
morganfainbergknowing magic things to install to enable features is bad experience imo00:34
morganfainbergor needing to figure it all out00:34
bknudsonI'll just note that packagers like us don't use requirements.txt00:34
morganfainbergsure00:34
bknudsonI don't know who would.00:34
morganfainbergbut a lot of packagers do base requirements for something on what is in requirements.txt00:34
morganfainberglook there first and see what they should include00:35
bknudsonthey should get active in the community so they know what's going on.00:35
*** AndroUser2 has quit IRC00:35
*** dimsum__ has quit IRC00:36
morganfainbergmsgpack-python also needs to be moved then00:36
*** EmilienM is now known as EmilienM|afk00:36
morganfainbergand in theory evenetlet should be moved [see slippery slope]00:36
morganfainberg;)00:36
bknudsonwe can move eventlet since it's deprecated.00:37
morganfainbergi'd like to get to a point where we could package up providers like fernet into something we can load w/ stevedore00:37
morganfainbergthen if you want to install it, it's isolated code - easy to get deps clear for it00:37
bknudsonmorganfainberg: I think dhellmann made a start at it.00:37
morganfainbergbknudson, he did. but we'd also need to split it into another repo because $setuptools00:38
bknudsonmoar repos!00:38
morganfainberghonestly, i'd be ok with that.00:38
morganfainbergmake token providers separate from the main repo.00:38
bknudsonit'll be a full time job just approving proposal bots00:38
morganfainberghaha00:39
*** _cjones_ has joined #openstack-keystone00:39
morganfainberganyway. i'll voice my opinion on that review. i wont block it though.00:39
openstackgerritBrant Knudson proposed openstack/keystone: Move Fernet requirements to test-requirements.txt  https://review.openstack.org/16236000:40
morganfainbergbknudson, ok comment posted.00:42
*** jorge_munoz has joined #openstack-keystone00:42
bknudsoneven DB2 CI is against this one.00:42
morganfainbergbknudson, i thnk we could also move keystoneclient to test-requirements since it's only used for CMS in pki tokens00:43
morganfainbergwhich si also not the default00:43
bknudsonmorganfainberg: it's used by revocation list signing, too.00:44
bknudsonit's used all over the place.00:44
* morganfainberg would move ldap to requirements.txt too tbh00:44
morganfainbergand ldappool.00:45
morganfainbergand python-memcache [wince]00:45
bknudsonmorganfainberg: I told our packagers to add ldappool to rpm deps and they complained because it's not in requirements.txt00:46
morganfainbergi'd like to see test-requirements only be a place for things that are for running tests, not run-time configurations.00:46
morganfainbergso lets move it! :)00:46
morganfainberglets move the consistency the otherway00:46
bknudsonmorganfainberg: I'm trying to teach them a lesson.00:46
morganfainbergi actually agree that if it is used at runtime it should be in requirements...even if that isn't the default deployment mode. /shrug00:47
bknudsonI'd be fine with it... as long as we're consistent.00:47
morganfainbergbknudson, fair enough and i agree we should be consistent00:47
bknudsonI think there was some discussion in -oslo today... see if I can find it.00:47
morganfainbergsounds good.00:47
bknudson2015-03-06T20:41:07  <lifeless> so the pip upstream folk actually don't like what we do with requirements00:48
bknudsonhttp://eavesdrop.openstack.org/irclogs/%23openstack-oslo/%23openstack-oslo.2015-03-06.log00:48
bknudson2015-03-06T20:42:51  <lifeless> I'll follow up on the list on Monday00:48
bknudsonsomething to look forward to00:49
morganfainbergbknudson, so i think the answer is split the backends up00:49
morganfainbergbknudson, in a smart way.00:49
morganfainbergseparate repos and stevedore loading00:49
bknudsonthat would also force us to have an ABI00:50
morganfainbergbecause i'd say that as an application, if it is runtime-requirement, we'd meet the _hard_requires requirement here00:50
morganfainbergeven if it's not the default runtime requirement00:50
morganfainbergwe're not a lib where we do "import X" and hope it works00:50
morganfainbergand i do agree if it was keystone-lib, we'd not cram everything into it00:51
morganfainbergbknudson, yes it would... and to be honest, we *should* have an ABI00:51
bknudsonthat would make gyee happy00:51
morganfainbergbknudson, would it make you unhappy? or are you more ambivalent about that?00:52
morganfainbergor would you be happy with it?00:52
* morganfainberg could see this as a serious effort for Liberty.00:52
bknudsonhas to think about it.00:53
bknudsonit's definitely got its merits.00:53
morganfainberglet me know what you think. i wont push for that kind of change yet. i'm mulling over my thoughts for liberty still ;)00:53
bknudsonany other project do this that you know of?00:53
morganfainbergneutron and their drivers00:53
morganfainbergmost are afaik being punted out of tree.00:53
bknudsondo they consider them all "integrated"00:53
morganfainbergtoday yes00:53
morganfainbergtomorrow no00:53
morganfainbergbut that is because the drivers are maintained by $company_who_wrote_them00:54
bknudsonso we'd have release 1.0 of identity sql backend?00:54
morganfainbergyes00:54
gyeesorry what are we talking about? ABI?00:54
bknudsongyee: splitting all the backends out to their own repos.00:54
morganfainberggyee, yes. possibly formalizing the interface so we could split the drivers out of the tree into their own repos00:55
gyeeamen brother!00:55
gyeeI have to spend a day or two refactoring our mongo drivers everytime we do a pull00:55
bknudsonupstream it!00:55
gyeebecause we keep changing the @#$!@ interface00:55
morganfainbergbknudson, i think we'd need to spend some time and make sure we are happy with the ABI00:56
gyeebknudon, can't, we have account life cycle management logic in there too00:56
morganfainbergbknudson, that is totally doable. it wouldn't be awful, but it would mean ensuring we pay down the tech debt.00:56
bknudsonthat would be a good thing by itself.00:56
gyeeI would need to separate those out00:56
bknudsongyee: make that a plugin.00:57
gyeeto us, user is directly tight to an account00:57
morganfainbergbknudson, i also think i'd want to re-design how the caching layer works if we do that, move to something like how dogpile allows proxies.00:57
gyeetied00:57
bknudsonuse notifications00:57
morganfainbergwith a formal ABI gyee  could split that logic out and load it in where needed, since his team would own the mongo driver [in stackforge?]00:57
gyeeright00:58
gyeealso need to strip out the PII encryption layer00:58
morganfainbergso they could have hooks for themselves. it would be an easier sell rather than "well good luck maintaining this"00:58
morganfainbergsince they could focus on making the split rather than keeping up w/ keystone's interfaces00:58
openstackgerritBrant Knudson proposed openstack/keystone: Move pysaml to requirements.txt for py3  https://review.openstack.org/16236300:59
gyeeI've got a feeling that stuff won't stablize till we straighten the role interfaces00:59
gyeerole and assignment01:00
morganfainberggyee, each backend would need a formal ABI.01:00
gyeethat backend is most unstable right now01:00
morganfainberggyee, so identity and token might be easy to formalize01:00
morganfainbergwhere resource and assignment takes a bit mroe work01:00
gyeemorganfainberg, yes01:00
bknudsonresources.01:00
morganfainbergbknudson, ack.01:00
bknudsonit takes me a while to find that stuff now.01:01
morganfainbergbknudson, yeah i've had to remap in my head where htings live01:01
morganfainberg:(01:01
gyeebknudson, I spent a better part of this week refactoring the mongo drivers for resource :(01:01
gyeewelcome to my world01:01
bknudsonthat's what happens when it's not upstream.01:01
* gyee is crying01:02
bknudsongyee: I was in SF a couple of weeks ago for the OSSG meetup.01:02
bknudsonnice weather there01:02
morganfainbergbknudson, anyway think about the ABI and then splitting. let me know what your mulling comes up with. i'm slowly moving toward the thought that it could be a very good focus for a cycle to cleanup interfaces like that.01:03
openstackgerritBrant Knudson proposed openstack/keystone: Remove useless comment from requirements.txt  https://review.openstack.org/16236401:03
morganfainbergbknudson, LOL ^ "duh" keystone dependencies...01:04
gyeebknudson, there was a street fair at SF Chinatown for the lunar new year festival01:04
bknudsonok, that's it for messing with requirements.txt for a while.01:04
bknudsongyee: there was also going to be some kind of world's fair thing?01:05
bknudsonalso, someone drowned in the bay.01:05
gyeebknudson, yeah, that happens way too often, sadly01:05
morganfainberggyee, we have the cherry blossoms blooming at the gardens here in Pasadena01:06
bknudsondon't drink out of it.01:06
morganfainberggyee, its... kinda spring-like.01:06
gyeenice, weather is in the 70s right now01:07
bknudsondon't tell ayoung about your weather.01:07
*** markvoelker has joined #openstack-keystone01:08
*** samueldmq_ has quit IRC01:11
*** markvoelker has quit IRC01:12
*** markvoelker has joined #openstack-keystone01:15
*** tqtran has quit IRC01:18
*** markvoelker has quit IRC01:20
*** jorge_munoz has quit IRC01:44
*** rwsu is now known as rwsu-afk01:46
*** sigmavirus24 is now known as sigmavirus24_awa01:47
*** gyee has quit IRC01:52
*** _cjones_ has quit IRC01:55
*** dims_ has quit IRC02:02
*** erkules_ has joined #openstack-keystone02:06
*** erkules has quit IRC02:09
ayoungrichm, sorry, just swa your message.  I'm good;  I'm wokring with devstack, so I have the version I need on the server.  I was trying to run it from my laptop, and that is Fedora standard openstack client.02:09
ayoung$ openstack identity provider list02:11
ayoung/usr/lib/python2.7/site-packages/novaclient/v1_1/__init__.py:30: UserWarning: Module novaclient.v1_1 is deprecated (taken as a basis for novaclient.v2). The preferable way to get client class or object you can find in novaclient.client module.02:11
ayoung  warnings.warn("Module novaclient.v1_1 is deprecated (taken as a basis for "02:11
ayoungERROR: openstack Unknown command ['identity', 'provider', 'list']02:11
richmayoung: yep - known issue02:12
ayoungrichm, any worjk around?02:12
ayoung--os-identity-api-version=3  ?02:13
richmayoung: I do this on my testing vms: sed -i '/^warnings.warn/,/^$/d' /usr/lib/python2.7/site-packages/novaclient/v1_1/__init__.py02:13
ayoungrichm, I think I need to pass the above value and I'm good.02:13
richmok02:13
ayoungrichm, yeah, the dfefault is v2.002:14
ayoungon devstack, this works:02:14
richmayoung: as you have found out - puppet will wipe out pip packages and replace them with rpms02:14
ayoung-sh-4.3$ export OS_USERNAME=admin02:14
ayoung-sh-4.3$ openstack --os-identity-api-version=3    identity provider list02:14
richmyou can also use export OS_IDENTITY_API_VERSION=302:14
*** browne has quit IRC02:14
ayoungrichm, ah...well,  I;m not surprised, but that is not what happend here02:14
richmif you only want to use v302:14
ayoungI'm actually very close to getting sssd tested using federation02:15
richmexcellent02:15
ayoung{"error": {"message": "Could not find federated protocol kerberos for Identity Provider: sssd", "code": 404, "title": "Not Found"}}02:16
ayoungrichm, so I think I can make this all work nicely within the Kerberos client plugin02:17
ayoungI'm passing the following  JSON for an unscoped token request:02:17
*** markvoelker has joined #openstack-keystone02:17
ayoung'{ "auth": { "identity": { "methods": ["kerberos"], "kerberos":{"identity_provider":"sssd", "protocol":"kerberos"}}, "scope": { "unscoped": { } } } }'02:17
ayoungnow I need a mapping....02:17
*** devlaps has joined #openstack-keystone02:18
*** stevemar has joined #openstack-keystone02:18
*** ChanServ sets mode: +v stevemar02:18
*** markvoelker has quit IRC02:21
*** davechen has joined #openstack-keystone02:28
ayoungrichm, ERROR: openstack {u'mapping': {u'rules': [{u'local': [{u'user': {u'name': u'{0}'}}, {u'group': {u'id': u'0cd5e9'}}], u'remote': [{u'type': u'UserName'}, {u'type': u'orgPersonType', u'not_any_of': [u'Contractor', u'Guest']}]}]}} is not of type 'array'02:32
ayoungthat is using the one from the example.02:32
ayounghttp://specs.openstack.org/openstack/keystone-specs/api/v3/identity-api-v3-os-federation-ext.html#create-a-mapping02:33
richmayoung: hmm - never used that api02:37
ayoungrichm, I suspect it has something to do with reading the JSON from the file.  Probably some format.  I'll try straight curl next02:38
*** kaisers has joined #openstack-keystone02:38
*** kaisers1 has quit IRC02:40
*** kaisers1 has joined #openstack-keystone02:56
*** kaisers has quit IRC02:56
*** Nakato has quit IRC03:01
*** r-daneel_ has quit IRC03:02
*** morganfainberg has quit IRC03:02
*** dimsum__ has joined #openstack-keystone03:03
*** kaisers has joined #openstack-keystone03:05
*** kaisers1 has quit IRC03:06
*** r-daneel_ has joined #openstack-keystone03:07
*** dimsum__ has quit IRC03:08
openstackgerritMerged openstack/keystone: Remove useless comment from requirements.txt  https://review.openstack.org/16236403:13
*** richm has quit IRC03:14
*** davechen has quit IRC03:15
*** markvoelker has joined #openstack-keystone03:18
*** markvoelker has quit IRC03:23
*** devlaps has quit IRC03:26
*** Nakato has joined #openstack-keystone03:27
openstackgerritSteve Martinelli proposed openstack/keystone: Crosslink to other sites that are owned by Keystone  https://review.openstack.org/16149003:30
openstackgerritSteve Martinelli proposed openstack/keystone: Add documentation for key terms and basic authenticating  https://review.openstack.org/15201803:32
*** iamjarvo has joined #openstack-keystone03:32
*** morganfainberg has joined #openstack-keystone03:40
*** ChanServ sets mode: +v morganfainberg03:40
*** trey has quit IRC03:43
*** r-daneel_ has quit IRC03:44
*** r-daneel_ has joined #openstack-keystone03:45
*** trey has joined #openstack-keystone03:47
*** r-daneel_ has quit IRC03:51
*** spandhe has quit IRC03:59
openstackgerritSteve Martinelli proposed openstack/keystone: Crosslink to other sites that are owned by Keystone  https://review.openstack.org/16149004:08
*** spandhe has joined #openstack-keystone04:12
*** charz has quit IRC04:16
*** hugokuo has quit IRC04:16
*** markvoelker has joined #openstack-keystone04:19
*** charz has joined #openstack-keystone04:20
openstackgerritMerged openstack/keystone: Remove policy parsing exception  https://review.openstack.org/15856204:22
openstackgerritMerged openstack/keystone: Remove incubated version of oslo policy  https://review.openstack.org/15715804:22
*** hugokuo has joined #openstack-keystone04:24
*** markvoelker has quit IRC04:25
*** lhcheng has quit IRC04:26
openstackgerritMerged openstack/keystone: Cleanup policy related tests  https://review.openstack.org/15856104:31
*** jamiec has quit IRC04:39
*** jamiec has joined #openstack-keystone04:39
*** hugokuo has quit IRC04:47
*** charz has quit IRC04:47
*** Viswanath has joined #openstack-keystone04:53
*** Viswanath has quit IRC04:56
*** lhcheng has joined #openstack-keystone05:06
*** dguerri`afk has quit IRC05:11
*** spandhe has quit IRC05:12
*** dguerri has joined #openstack-keystone05:13
*** markvoelker has joined #openstack-keystone05:20
*** markvoelker has quit IRC05:26
*** iamjarvo has quit IRC05:33
openstackgerritOpenStack Proposal Bot proposed openstack/keystone: Imported Translations from Transifex  https://review.openstack.org/16238606:03
*** iamjarvo has joined #openstack-keystone06:03
*** iamjarvo has quit IRC06:10
*** markvoelker has joined #openstack-keystone06:22
*** markvoelker has quit IRC06:26
*** dimsum__ has joined #openstack-keystone06:41
*** dimsum__ has quit IRC06:46
*** charz has joined #openstack-keystone06:59
*** hugokuo has joined #openstack-keystone07:04
*** markvoelker has joined #openstack-keystone07:23
*** spandhe has joined #openstack-keystone07:26
*** markvoelker has quit IRC07:27
*** spandhe has quit IRC07:57
*** markvoelker has joined #openstack-keystone08:24
*** lhcheng has quit IRC08:28
*** stevemar has quit IRC08:28
*** markvoelker has quit IRC08:29
*** Akshik has joined #openstack-keystone08:55
*** lhcheng has joined #openstack-keystone09:00
*** markvoelker has joined #openstack-keystone09:25
*** markvoelker has quit IRC09:31
*** henrynash has joined #openstack-keystone09:34
*** ChanServ sets mode: +v henrynash09:34
*** samueldmq_ has joined #openstack-keystone09:56
samueldmq_good morning  :)10:07
samueldmq_henrynash, ping - you around ?10:07
*** lhcheng has quit IRC10:07
henrynashsamueldmq: hi10:07
samueldmq_henrynash, hi, just a quick discussion :)10:08
henrynashsure10:08
samueldmq_henrynash, regarding your comment on https://review.openstack.org/#/c/142472/10:08
samueldmq_henrynash, where I should create copy-tables for SQLite, etc10:08
samueldmq_henrynash, I created the tables, not a big work .. but I have a question regarding migration10:09
samueldmq_s/migration/downgrade10:09
henrynashyou can just create them in the normal place, call it “assignment-temp” or something like that10:09
henrynashand then rename at the end10:10
samueldmq_henrynash, yes, that's simple10:10
henrynash(or rename first and then create the new table with the correct name…which is maybe better)10:10
samueldmq_henrynash, my question is: if after upgrading I have both inherited and non-inherited assignments (fits the new constraint)10:11
henrynashdid dinf one of the examples where we did this before?10:11
samueldmq_henrynash, how can I downgrade?10:11
henrynash(did you find one…)10:11
samueldmq_henrynash, yeah, I saw 044 and it was a pretty copy-paste-adapt :D10:11
henrynash:-)10:12
henrynashok, so on downgrade....10:12
henrynash….two choices:10:12
henrynasha) you just drop the inherited assinments on teh floor10:12
henrynashb) you expand out the inherited assignments to the projects that would have got them10:12
henrynasha) is best I think10:13
henrynash…since if a customer then re-upgraded (as they surely will at some point), then yuo’d end up with lots of dreict roels to clean up10:13
henrynashin general we do not try and presrve data that uses “future” concepts across a downgrade10:14
samueldmq_henrynash, in fact we could have any of inherited or not at first (before migration)10:15
samueldmq_henrynash, but this is a good rule10:15
samueldmq_henrynash, but I agree, but we could be softer with inherited assignments10:16
samueldmq_henrynash, just droping those in whose there is a conflict with a non-inherited assignment (opting to stay with the non-inherited)10:16
samueldmq_henrynash, in other hand; this would harder the script, instead of just droping inherited assignments ...10:17
henrynashOH…sorry - I thought we were taling about where we first enabled inheritance…this is the PK thing, right10:18
*** dimsum__ has joined #openstack-keystone10:18
henrynashin that case, yes, we need to drop one of them10:19
henrynashI would agree, that we should drop an inherited one if there is a direct one that clashes10:19
samueldmq_henrynash, great!10:20
samueldmq_henrynash, so that is not so hard to do for sqlite, where we copy content from one table to another10:20
samueldmq_henrynash, but how to do so in mysql, etc? where my script just modify hte constraint?10:20
henrynashone idea….isn’t there a patch somewhere to add time stampd to this table?  If that does merge, I guess youcould drop the newest one10:21
samueldmq_henrynash, will the dbms just fail when changing the constraint?10:21
samueldmq_henrynash, I dont know what will be the behavior10:21
henrynashhmm, good point….yes, it should fail since there is a constraint error…10:22
henrynashyou may need to do a copy table ANYWAY10:22
henrynashto get the desired (and consistent) behaviour10:22
samueldmq_henrynash, yes, OR drop clshing assignments before adding the constraint10:22
henrynashsamueldmq: yes, you could do that….tru…pre-process the table10:23
samueldmq_henrynash, do a copy table anyway would be safer10:23
henrynashI think so10:23
samueldmq_henrynash, if we fail in the middle of the migration, we wont loose data10:23
*** dimsum__ has quit IRC10:23
samueldmq_henrynash, great! thanks10:24
*** markvoelker has joined #openstack-keystone10:26
*** Akshik_ has joined #openstack-keystone10:31
*** markvoelker has quit IRC10:32
samueldmq_henrynash, well, regarding the patch to add timestamp, I think it will add NOW to all existing entries10:33
samueldmq_henrynash, if so, maybe droping the newest wont be the best approach (since normally the operator will do both upgrades)10:33
samueldmq_henrynash, so let's keep the table copy and then transfer data10:33
samueldmq_henrynash, thanks, have a nice weekend10:34
*** Akshik has quit IRC10:34
henrynashnp, thanks10:34
*** Akshik_ has quit IRC10:40
*** henrynash has quit IRC10:40
*** markvoelker has joined #openstack-keystone11:28
*** markvoelker has quit IRC11:32
*** markvoelker has joined #openstack-keystone12:29
*** markvoelker has quit IRC12:33
*** dims_ has joined #openstack-keystone12:53
*** toddnni has quit IRC13:00
*** toddnni has joined #openstack-keystone13:00
*** dims_ has quit IRC13:01
*** markvoelker has joined #openstack-keystone13:30
*** markvoelker has quit IRC13:35
*** chlong has joined #openstack-keystone13:39
*** topol has joined #openstack-keystone13:48
*** ChanServ sets mode: +v topol13:48
*** topol_ has joined #openstack-keystone13:49
*** ChanServ sets mode: +v topol_13:49
*** topol has quit IRC13:49
*** topol_ is now known as topol13:49
*** abhirc has joined #openstack-keystone14:20
*** markvoelker has joined #openstack-keystone14:31
*** markvoelker has quit IRC14:36
*** markvoelker has joined #openstack-keystone14:44
*** samueldmq_ has quit IRC15:25
*** angular_mike has joined #openstack-keystone15:26
*** angular_mike is now known as ff_guy15:26
*** abhirc has quit IRC15:50
*** abhirc has joined #openstack-keystone15:51
*** Akshik has joined #openstack-keystone15:52
*** samueldmq_ has joined #openstack-keystone15:52
*** abhirc has quit IRC15:56
*** sudorandom has quit IRC16:01
*** henrynash has joined #openstack-keystone16:22
*** ChanServ sets mode: +v henrynash16:22
*** EmilienM|afk is now known as EmilienM16:24
*** Akshik has quit IRC16:29
*** r-daneel_ has joined #openstack-keystone16:32
*** sudorandom has joined #openstack-keystone16:34
*** henrynash has quit IRC16:39
*** markvoelker has quit IRC16:45
*** r-daneel_ has quit IRC17:02
*** abhirc has joined #openstack-keystone17:05
*** abhirc_ has joined #openstack-keystone17:09
*** abhirc has quit IRC17:09
*** r-daneel_ has joined #openstack-keystone17:10
openstackgerritmariam john proposed openstack/pycadf: Add api_audit_map.conf for Trove project  https://review.openstack.org/16241517:13
openstackgerritmariam john proposed openstack/pycadf: Add api_audit_map.conf for Trove project  https://review.openstack.org/16241517:15
*** _cjones_ has joined #openstack-keystone17:18
*** stevemar has joined #openstack-keystone17:19
*** ChanServ sets mode: +v stevemar17:19
*** dimsum__ has joined #openstack-keystone17:21
*** _cjones_ has quit IRC17:21
*** _cjones_ has joined #openstack-keystone17:22
openstackgerritRodrigo Duarte proposed openstack/keystone: Mirror domain entries to project table  https://review.openstack.org/16140817:25
openstackgerritRodrigo Duarte proposed openstack/keystone: Add is_domain field in Project Table  https://review.openstack.org/15742717:25
*** dimsum__ has quit IRC17:25
openstackgerritRodrigo Duarte proposed openstack/keystone: WIP: Bye bye domain table  https://review.openstack.org/16185417:25
openstackgerritRodrigo Duarte proposed openstack/keystone: Honor domain operations in project table  https://review.openstack.org/14376317:25
openstackgerritRodrigo Duarte proposed openstack/keystone: Change project name constraint  https://review.openstack.org/15837217:25
*** iamjarvo has joined #openstack-keystone17:28
*** ff_guy has quit IRC17:33
*** dimsum__ has joined #openstack-keystone17:34
*** erkules_ is now known as erkules17:42
*** markvoelker has joined #openstack-keystone17:44
*** markvoelker has quit IRC17:49
*** dhellmann has quit IRC17:51
*** dhellmann has joined #openstack-keystone17:52
*** dhellmann has quit IRC17:54
*** dhellmann has joined #openstack-keystone17:54
*** iamjarvo has quit IRC17:59
*** dhellmann has quit IRC18:06
*** dhellmann has joined #openstack-keystone18:07
*** dhellmann has quit IRC18:14
*** dhellmann has joined #openstack-keystone18:14
*** Viswanath has joined #openstack-keystone18:14
*** chlong has quit IRC18:15
*** Viswanath has quit IRC18:17
*** dimsum__ has quit IRC18:21
*** dimsum__ has joined #openstack-keystone18:21
*** dimsum__ has quit IRC18:22
*** _cjones_ has quit IRC18:39
*** henrynash has joined #openstack-keystone18:39
*** ChanServ sets mode: +v henrynash18:39
*** markvoelker has joined #openstack-keystone18:45
openstackgerritSteve Martinelli proposed openstack/pycadf: Clean up pycadf's doc landing page  https://review.openstack.org/16242218:48
*** markvoelker has quit IRC18:51
*** sigmavirus24_awa is now known as sigmavirus2418:55
openstackgerritSteve Martinelli proposed openstack/pycadf: add a new set of release notes  https://review.openstack.org/16242718:58
dstanekyay, cadf! go stevemar go18:59
stevemardstanek, just cleaning up some doc :)19:00
stevemardstanek, i realized that some parts are really thorough, and some are one liners...19:00
openstackgerritSteve Martinelli proposed openstack/pycadf: Remove empty _templates folder  https://review.openstack.org/16242819:01
*** henrynash has quit IRC19:14
*** topol has quit IRC19:17
openstackgerritSteve Martinelli proposed openstack/pycadf: Add a section for audit maps  https://review.openstack.org/16242919:20
*** dimsum__ has joined #openstack-keystone19:22
openstackgerritSteve Martinelli proposed openstack/pycadf: Fix formatting error for geolocation note  https://review.openstack.org/16243019:25
stevemardstanek, there we go, all done19:26
stevemarnow to fix the 8 bugs on my plate19:26
openstackgerritSteve Martinelli proposed openstack/pycadf: add a new set of release notes  https://review.openstack.org/16242719:27
*** dimsum__ has quit IRC19:27
openstackgerritSteve Martinelli proposed openstack/pycadf: Remove empty _templates folder  https://review.openstack.org/16242819:28
openstackgerritSteve Martinelli proposed openstack/pycadf: Fix formatting error for geolocation note  https://review.openstack.org/16243019:28
openstackgerritSteve Martinelli proposed openstack/pycadf: Add a section for audit maps  https://review.openstack.org/16242919:28
*** dimsum__ has joined #openstack-keystone19:39
*** dimsum__ has quit IRC19:44
*** spandhe has joined #openstack-keystone19:46
*** markvoelker has joined #openstack-keystone19:47
*** markvoelker has quit IRC19:53
*** stevemar has quit IRC19:53
*** dimsum__ has joined #openstack-keystone19:59
openstackgerritMerged openstack/pycadf: Updated from global requirements  https://review.openstack.org/16225120:14
*** mattfarina has joined #openstack-keystone20:30
dstanekstevemar: nice, i'll take a look a little later20:30
*** mattfarina has quit IRC20:30
*** markvoelker has joined #openstack-keystone20:49
*** iamjarvo has joined #openstack-keystone20:50
*** iamjarvo has quit IRC20:50
*** dimsum__ has quit IRC20:50
*** iamjarvo has joined #openstack-keystone20:50
*** markvoelker has quit IRC20:55
*** dimsum__ has joined #openstack-keystone20:58
*** dimsum__ has quit IRC21:02
*** dimsum__ has joined #openstack-keystone21:10
*** henrynash has joined #openstack-keystone21:15
*** ChanServ sets mode: +v henrynash21:15
*** stevemar has joined #openstack-keystone21:19
*** ChanServ sets mode: +v stevemar21:19
*** spandhe has quit IRC21:19
*** sigmavirus24 is now known as sigmavirus24_awa21:44
dstanektokens are killing me21:50
*** markvoelker has joined #openstack-keystone21:51
*** stevemar has quit IRC21:55
*** markvoelker has quit IRC21:57
*** topol has joined #openstack-keystone22:05
*** ChanServ sets mode: +v topol22:05
*** samueldmq_ is now known as samueldmq_away22:10
*** iamjarvo has quit IRC22:12
*** dimsum__ has quit IRC22:24
*** iamjarvo has joined #openstack-keystone22:37
*** iamjarvo has quit IRC22:42
*** dimsum__ has joined #openstack-keystone22:43
*** markvoelker has joined #openstack-keystone22:53
*** dimsum__ has quit IRC22:56
*** markvoelker has quit IRC22:57
*** dimsum__ has joined #openstack-keystone23:01
*** henrynash has quit IRC23:25
*** chlong has joined #openstack-keystone23:32
*** topol has quit IRC23:46
*** lhcheng has joined #openstack-keystone23:53
*** markvoelker has joined #openstack-keystone23:54
*** markvoelker has quit IRC23:58

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