Friday, 2017-06-02

*** adriant has joined #openstack-keystone00:05
*** pramodrj07 has quit IRC00:06
*** stevemar__ has quit IRC00:22
*** stevemar__ has joined #openstack-keystone00:23
*** stevemar__ has quit IRC00:27
*** gyee has quit IRC00:30
*** Shunli has joined #openstack-keystone00:30
*** dikonoor has joined #openstack-keystone00:37
*** zsli_ has joined #openstack-keystone00:37
*** zsli__ has joined #openstack-keystone00:39
*** Shunli has quit IRC00:41
*** Shunli has joined #openstack-keystone00:41
*** shuyingya has joined #openstack-keystone00:41
*** zsli_ has quit IRC00:43
*** shuyingya has quit IRC00:43
*** shuyingya has joined #openstack-keystone00:43
*** xiaoyang has joined #openstack-keystone00:43
*** zsli__ has quit IRC00:43
*** jamielennox is now known as jamielennox|away00:44
*** shuyingya has quit IRC00:49
*** thorst has joined #openstack-keystone01:11
*** piliman974 has joined #openstack-keystone01:15
*** liujiong_lj has joined #openstack-keystone01:19
xiaoyangHi, what's the meaning of 'pip install .[ldap,memcache,mongodb]'? Running the UT times error: 'no module named six'01:19
*** liujiong_lj is now known as liujiong01:22
*** shuyingya has joined #openstack-keystone01:26
*** stevemar__ has joined #openstack-keystone01:49
*** spzala has quit IRC01:52
*** jamielennox|away is now known as jamielennox02:00
*** thorst has quit IRC02:02
*** spzala has joined #openstack-keystone02:13
*** liujiong has quit IRC02:14
*** liujiong_lj has joined #openstack-keystone02:14
*** spzala has quit IRC02:18
*** piliman974 has quit IRC02:20
jamielennoxxiaoyang: pip has optional packages, so that's saying install the package in local directory - and include all the dependencies you need for using ldap, memcache and mongodb02:21
jamielennoxbut six is not an optional dependency, so something is wrong with your pip environment02:22
*** links has joined #openstack-keystone02:23
*** piliman974 has joined #openstack-keystone02:26
xiaoyangjamielennox: thx. And, how do I add six to the option?02:26
jamielennoxxiaoyang: six is already a dependency of keystone, it's required even without the [...] optios02:27
jamielennoxi think your pip itself is broken02:27
jamielennoxtry just doing pip install six and see if it works02:28
jamielennoxand then i'd try recreating the virtualenv with recent pip02:28
*** thorst has joined #openstack-keystone02:29
*** thorst has quit IRC02:30
xiaoyangthis command is not work '.tox/py27/bin/pip install  -c https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/mitaka -r /root/keystone/test-requirements.txt .[ldap,memcache,mongodb]'. error: no module named six.02:31
jamielennoxxiaoyang: i don't think this is keystone's fault, try rebuilding the tox envs?02:33
*** stevemar__ has quit IRC02:33
*** faizy has quit IRC02:33
*** stevemar__ has joined #openstack-keystone02:33
*** faizy has joined #openstack-keystone02:34
openstackgerritOpenStack Proposal Bot proposed openstack/python-keystoneclient master: Updated from global requirements  https://review.openstack.org/47014002:36
*** stevemar__ has quit IRC02:38
*** piliman974 has quit IRC02:38
xiaoyangyeah, I agree with you. This is 'pip install .[]'`s error. I tried to rebuilding the tox envs. Install test-requirements.txt then install .[ldap,memcache,mongodb] is ok.02:39
*** thorst has joined #openstack-keystone02:41
*** thorst has quit IRC02:41
*** spzala has joined #openstack-keystone02:41
*** thorst has joined #openstack-keystone02:51
*** edmondsw has joined #openstack-keystone03:00
*** spzala has quit IRC03:01
*** tobberydberg has joined #openstack-keystone03:03
*** edmondsw has quit IRC03:04
*** tobberydberg has quit IRC03:08
*** spzala has joined #openstack-keystone03:22
*** thorst has joined #openstack-keystone03:22
*** spzala has quit IRC03:26
*** jamielennox is now known as jamielennox|away03:30
*** thorst has quit IRC03:40
*** faizy_ has joined #openstack-keystone03:47
*** nicolasbock has quit IRC03:48
*** faizy has quit IRC03:51
*** faizy_ has quit IRC04:06
*** faizy has joined #openstack-keystone04:07
*** stevemar__ has joined #openstack-keystone04:34
*** thorst has joined #openstack-keystone04:37
*** xiaoyang has quit IRC04:37
*** xiaoyang has joined #openstack-keystone04:38
*** stevemar__ has quit IRC04:39
*** jaosorior has joined #openstack-keystone04:41
*** thorst has quit IRC04:42
*** arahal_ has joined #openstack-keystone05:21
*** rcernin has joined #openstack-keystone05:26
*** arahal_ has quit IRC05:27
*** markvoelker_ has joined #openstack-keystone05:27
*** markvoelker has quit IRC05:28
*** thorst has joined #openstack-keystone05:38
*** thorst has quit IRC05:43
*** spzala has joined #openstack-keystone05:50
*** spzala has quit IRC05:55
*** spzala has joined #openstack-keystone06:13
*** spzala has quit IRC06:18
*** dikonoor has quit IRC06:25
*** dikonoor has joined #openstack-keystone06:25
*** aselius has quit IRC06:32
*** edmondsw has joined #openstack-keystone06:36
*** edmondsw has quit IRC06:41
*** tobberydberg has joined #openstack-keystone06:47
*** spzala has joined #openstack-keystone06:49
*** spzala has quit IRC06:54
*** tesseract has joined #openstack-keystone07:04
*** aojea has joined #openstack-keystone07:12
*** dikonoor has quit IRC07:28
*** aselius has joined #openstack-keystone07:34
*** piliman974 has joined #openstack-keystone07:37
*** thorst has joined #openstack-keystone07:39
*** thorst has quit IRC07:44
openstackgerritMerged openstack/oslo.policy master: Updated from global requirements  https://review.openstack.org/47013007:55
*** zzzeek has quit IRC08:00
*** adriant has quit IRC08:01
*** zzzeek has joined #openstack-keystone08:01
*** prashkre has joined #openstack-keystone08:06
*** faizy has quit IRC08:08
*** faizy has joined #openstack-keystone08:10
*** faizy has quit IRC08:12
*** faizy has joined #openstack-keystone08:13
*** prashkre has quit IRC08:18
*** jamielennox|away is now known as jamielennox08:21
jamielennoxxiaoyang: looks like you hit: https://github.com/pypa/setuptools/issues/104208:23
jamielennoxi imagine -infra is working pretty hard on this, but fixed upstream08:23
*** dikonoor has joined #openstack-keystone08:29
*** stevemar__ has joined #openstack-keystone08:37
*** aojea has quit IRC08:39
*** thorst has joined #openstack-keystone08:40
*** aojea has joined #openstack-keystone08:40
*** stevemar__ has quit IRC08:42
*** jamielennox is now known as jamielennox|away08:49
xiaoyangjamielennox:this is setuptools version error,need <35 >36. thank you.08:53
*** liujiong_lj has quit IRC08:57
*** liujiong has joined #openstack-keystone08:59
*** thorst has quit IRC08:59
*** flwang has quit IRC09:00
*** dikonoor has quit IRC09:05
*** shuyingya has quit IRC09:09
*** shuyingya has joined #openstack-keystone09:10
*** shuyingya has quit IRC09:11
*** shuyingya has joined #openstack-keystone09:11
*** shuyingya has quit IRC09:15
*** shuyingya has joined #openstack-keystone09:16
*** faizy has quit IRC09:21
*** aojea has quit IRC09:33
*** aojea has joined #openstack-keystone09:33
*** Shunli has quit IRC09:34
*** dikonoor has joined #openstack-keystone09:36
*** aselius has quit IRC09:44
*** piliman974 has quit IRC09:46
*** thorst has joined #openstack-keystone09:56
*** thorst has quit IRC10:01
*** jaosorior is now known as jaosorior_lunch10:01
*** nicolasbock has joined #openstack-keystone10:03
*** shuyingy_ has joined #openstack-keystone10:05
*** shuyingya has quit IRC10:05
*** lunarlamp has quit IRC10:08
*** piliman974 has joined #openstack-keystone10:11
*** mariusv has joined #openstack-keystone10:11
*** flwang has joined #openstack-keystone10:15
*** liujiong has quit IRC10:19
*** mariusv has quit IRC10:44
*** mariusv has joined #openstack-keystone10:46
*** thorst has joined #openstack-keystone10:57
*** thorst has quit IRC11:02
*** piliman974 has quit IRC11:02
*** dave-mccowan has joined #openstack-keystone11:03
*** piliman974 has joined #openstack-keystone11:04
*** shuyingy_ has quit IRC11:08
*** shuyingya has joined #openstack-keystone11:09
*** raildo has joined #openstack-keystone11:12
*** dikonoo has joined #openstack-keystone11:13
*** dikonoor has quit IRC11:16
*** edmondsw has joined #openstack-keystone11:19
*** dklyle has quit IRC11:25
*** david-lyle has joined #openstack-keystone11:31
openstackgerritOpenStack Proposal Bot proposed openstack/keystone master: Updated from global requirements  https://review.openstack.org/47009911:34
openstackgerritOpenStack Proposal Bot proposed openstack/keystonemiddleware master: Updated from global requirements  https://review.openstack.org/47010111:34
*** thorst has joined #openstack-keystone11:41
*** thorst has quit IRC11:45
*** nicolasbock has quit IRC11:46
*** stevemar__ has joined #openstack-keystone11:55
*** nicolasbock has joined #openstack-keystone11:56
*** thorst has joined #openstack-keystone12:01
*** ducttape_ has joined #openstack-keystone12:03
*** ducttap__ has joined #openstack-keystone12:06
*** catintheroof has joined #openstack-keystone12:08
*** ducttape_ has quit IRC12:10
*** piliman974 has quit IRC12:12
*** aojea has quit IRC12:15
*** aojea has joined #openstack-keystone12:16
*** ducttap__ has quit IRC12:18
openstackgerritMerged openstack/keystone master: Support new hashing algorithms for securely storing password hashes  https://review.openstack.org/43870112:20
*** aojea has quit IRC12:20
*** piliman974 has joined #openstack-keystone12:25
openstackgerritOpenStack Proposal Bot proposed openstack/keystone master: Updated from global requirements  https://review.openstack.org/47009912:29
*** nicolasbock has quit IRC12:33
openstackgerritSamriddhi proposed openstack/keystone master: Added keystone admin guides to documentation  https://review.openstack.org/46951512:34
Dinesh_Bhorlbragstad: Hi, it will be great if you take a look at it and give some inputs: https://review.openstack.org/#/c/329913/12:36
*** spzala has joined #openstack-keystone12:41
*** shuyingya has quit IRC12:47
*** stevemar__ has quit IRC12:47
*** stevemar__ has joined #openstack-keystone12:51
openstackgerritMonty Taylor proposed openstack/keystoneauth master: Optimize matching version no microversion needed  https://review.openstack.org/47027412:55
openstackgerritMonty Taylor proposed openstack/keystoneauth master: Rename discover_versions to fetch_version_info  https://review.openstack.org/47027512:55
*** stevemar__ has quit IRC12:56
* cmurphy waves to mordred13:00
* mordred waves to cmurphy13:00
cmurphymordred: with the keystone spec freeze coming up do you need/want any kind of help with https://review.openstack.org/#/c/450415/ ? it has a decent amount of feedback13:01
*** jaosorior_lunch is now known as jaosorior13:03
*** piliman974 has quit IRC13:13
*** nicolasbock has joined #openstack-keystone13:13
*** piliman974 has joined #openstack-keystone13:15
*** aojea has joined #openstack-keystone13:17
*** lucasxu has joined #openstack-keystone13:20
*** aojea has quit IRC13:22
*** Dinesh_Bhor has quit IRC13:24
*** rmascena has joined #openstack-keystone13:28
*** raildo has quit IRC13:31
*** ducttape_ has joined #openstack-keystone13:34
*** aojea has joined #openstack-keystone13:35
*** links has quit IRC13:35
*** arahal_ has joined #openstack-keystone13:39
*** rmascena__ has joined #openstack-keystone13:46
*** rmascena__ is now known as raildo13:48
*** rmascena has quit IRC13:48
*** stevemar__ has joined #openstack-keystone13:51
mordredcmurphy: I was just working through it now actually - thanks for the great feedback btw!13:53
mordredcmurphy: also, don't know if you saw, but I've got a stack up implementing most of it (from which I learned a few things I'm also incorporating into the next rev)13:53
cmurphymordred: oh I don't think I noticed that, I'll take a look13:54
mordredspecifically some paths where we should optimize earlier13:54
mordredcmurphy: https://review.openstack.org/#/q/status:open+project:openstack/keystoneauth+branch:master+topic:version-discovery13:54
cmurphymordred: i've seen the version discovery patches (haven't dug into them yet) but i was more wondering about the api keys spec13:55
mordredcmurphy: OHHHHHH13:59
mordredcmurphy: duh13:59
mordredcmurphy: when is the spec freeze? and oh wow, yeah - there's a bunch of good feedback on that. lemme read through it real quick but then yeah, I may want some help :)14:00
cmurphymordred: end of next week if i read https://releases.openstack.org/pike/schedule.html correctly14:01
*** ducttape_ has quit IRC14:10
*** rmascena has joined #openstack-keystone14:14
*** dikonoo has quit IRC14:14
*** raildo has quit IRC14:16
*** stevemar__ has quit IRC14:19
*** stevemar__ has joined #openstack-keystone14:25
*** tobberyd_ has joined #openstack-keystone14:32
*** tobberydberg has quit IRC14:33
*** lucasxu has quit IRC14:34
*** lucasxu has joined #openstack-keystone14:36
*** tobberyd_ has quit IRC14:36
*** stevemar__ has quit IRC14:36
*** stevemar__ has joined #openstack-keystone14:37
*** stevemar__ has quit IRC14:41
*** catintheroof has quit IRC14:45
*** shuyingya has joined #openstack-keystone14:51
*** shuyingya has quit IRC14:53
openstackgerritSamuel Pilla proposed openstack/keystone master: WIP: Add project tags  https://review.openstack.org/47031714:53
*** aojea has quit IRC14:56
*** ducttape_ has joined #openstack-keystone14:56
*** agrebennikov has joined #openstack-keystone14:58
*** phalmos has joined #openstack-keystone14:58
*** rcernin has quit IRC15:05
*** phalmos has quit IRC15:05
*** arahal_ has quit IRC15:13
*** arahal_ has joined #openstack-keystone15:13
*** gyee has joined #openstack-keystone15:27
*** dims has quit IRC15:28
*** pooja_jadhav has quit IRC15:28
*** trevormc has joined #openstack-keystone15:29
*** trevormc has left #openstack-keystone15:29
*** piliman974 has quit IRC15:36
*** piliman974 has joined #openstack-keystone15:37
*** lucasxu has quit IRC15:38
*** phalmos has joined #openstack-keystone15:41
*** phalmos has quit IRC15:52
*** tobberydberg has joined #openstack-keystone15:54
*** stevemar__ has joined #openstack-keystone15:59
*** tobberydberg has quit IRC15:59
*** tesseract has quit IRC16:00
*** aselius has joined #openstack-keystone16:01
*** arahal__ has joined #openstack-keystone16:02
*** arahal_ has quit IRC16:05
knikollao/16:08
gagehugoo/16:10
*** pcaruana has quit IRC16:16
openstackgerritMerged openstack/keystone master: Update doctor warning about caching  https://review.openstack.org/46839416:19
openstackgerritGage Hugo proposed openstack/keystone master: Rename assertRaisesRegexp testing function  https://review.openstack.org/47036016:22
*** rmascena has quit IRC16:28
*** jaosorior has quit IRC16:30
cmurphygagehugo: i tried just deleting the assertRaisesRegexp function and things still work for python2.7 and 316:44
cmurphyi don't think we still need it to work on 2.616:44
samueldmqcmurphy: ++16:50
samueldmqhi all16:50
*** phalmos has joined #openstack-keystone16:53
lbragstadgyee: +1 on your suggestion here - https://review.openstack.org/#/c/464763/17:00
*** lucasxu has joined #openstack-keystone17:00
lbragstadgyee: i'll swing over to openstack-security at some point today and see if i can get someone to weigh in17:00
lbragstadgyee: do you want me to ping you before i have that conversation?17:00
*** spzala has quit IRC17:04
*** dims has joined #openstack-keystone17:10
gyeelbragstad: requiring a different scope in order to get the global roles is going to turn off a lot of clients17:13
gyeewe learned that lesson with domain-scope tokens17:13
lbragstadgyee: i don't disagree with that - i defaulted to it based on the security concerns brought up in a discussion with edmondsw17:14
lbragstadgyee: if we can mitigate those concerns, or if they aren't concerns at all, i'll be happy to rework the spec17:14
lbragstadgyee: totally agree we need security focus on that bit though17:14
gyeethat's a fine line between security and usability, and we don't want to overstep it17:15
edmondsw"global" is a scope... if you want global access, there's no way around that which isn't a bug17:15
edmondswgyee I think you may have learned the wrong lessons from the domain-scope tokens history17:16
gyeemy favorite quote “The only truly secure system is one that is powered off, cast in a block of concrete and sealed in a lead-lined room with armed guards.”17:17
edmondswpoor implementation/communication are behind the domain-scope usability issues17:17
edmondswgyee even then :)17:17
gyeeI see no difference between global roles and token-with-subset-of-roles proposal if we have to explicit scope17:18
gyeethink about the clients will have to joggles with different tokens17:18
gyeethat places a lot of complexity at the end user's hands, where all they want is simplicity17:18
gyeecomplexity/flexibility should be at the operator side17:19
edmondswgyee I don't see a relationship between global role and token-with-subset-of-roles... how can you see no difference?17:20
gyeeboth require the users to check the right token17:20
gyees/check/choose17:21
edmondswgyee as for juggling tokens... I don't see why you'd need to juggle tokens if we add global roles, either... maybe making different assumptions than I am?17:21
edmondswgyee "check the right token"?17:21
gyeeyou need to scope to "global" don't you?17:21
edmondswto... ?17:21
*** piliman974 has quit IRC17:22
gyeeyou need to scope your token to "global"17:22
edmondswto do what?17:22
gyeeas oppose to unscoped, project, or domain17:22
edmondswto do what?17:22
gyeeto get the global roles17:22
edmondswand then... do what?17:22
gyeeto do whatever global roles allow you to do17:23
edmondswif you want to operate on the system globally, then yes, of course you need a globally-scoped token17:23
edmondswbut in that case you don't need any other type of token, so there's no juggling17:23
*** phalmos has quit IRC17:23
*** dims has quit IRC17:24
gyeehow does end users know they need to operate at the global scope17:24
edmondswif you want to operate in a project scope, then get a project-scoped token. And in that case there's no need for a global-scope token, so no juggling17:24
edmondswgyee users already have to know what resources are scoped to, so there's no new knowledge requirement about that17:25
lbragstadi think part of this is going to require users knowing the difference between project level operations and global operations17:25
*** dims has joined #openstack-keystone17:26
lbragstadit'd be great to figure that out programatically17:26
edmondswe.g. users already know that hosts are shared across all projects, i.e. global17:26
edmondswthey know when they share an image across all projects17:27
edmondswetc.17:27
gyeeimages are not always shared right?17:28
gyeethere are public and private images17:28
*** harlowja has quit IRC17:28
edmondswgyee right17:28
edmondswthat's why I said "when"17:29
gyeeimagine you are implementing a UI or using CLI17:29
edmondswthat's 2 very different use cases, but ok17:29
gyeefrom UI, you get an access denied when trying to do something, then you scratch your head thinking, WTF do I need to do now? :-)17:31
gyeeoh, I need call my admin to find out which token I should be using17:32
edmondswgyee what? of course not17:32
edmondswUI users don't even know about tokens...17:32
edmondswneither do CLI users17:33
edmondswonly API users17:33
edmondswand yes, using the API requires more knowledge than UI or CLI... nothing new there17:34
gyeethat was my point, you are asking them to joggle with different tokens17:34
edmondswgyee no, I'm not...17:34
edmondswand I can't figure out why you think I am...17:34
*** esp has joined #openstack-keystone17:34
gyeesorry, I meant we, the spec17:35
edmondswgyee which one?17:35
gyeeglobal roles17:35
edmondswlink?17:36
edmondswI didn't realize we had a spec up yet17:36
lbragstadedmondsw: https://review.openstack.org/#/c/464763/17:36
edmondswlbragstad tx... added myself17:37
edmondswI have to go eat before my stomach consumes itself...17:37
lbragstadedmondsw: i'm in the same boat17:39
*** sjain has joined #openstack-keystone17:40
openstackgerritGage Hugo proposed openstack/keystone master: Remove assertRaisesRegexp testing function  https://review.openstack.org/47036017:42
*** esp has quit IRC17:59
*** esp has joined #openstack-keystone17:59
*** spzala has joined #openstack-keystone18:02
*** lbragstad has quit IRC18:08
*** dims has quit IRC18:16
*** dims has joined #openstack-keystone18:17
*** raildo has joined #openstack-keystone18:31
*** raildo has quit IRC18:33
*** raildo has joined #openstack-keystone18:33
*** xiaoyang has quit IRC18:35
*** spzala has quit IRC18:37
*** lbragstad has joined #openstack-keystone18:38
*** ChanServ sets mode: +o lbragstad18:38
*** catintheroof has joined #openstack-keystone18:38
*** lbragstad has quit IRC18:39
*** lbragstad has joined #openstack-keystone18:40
*** ChanServ sets mode: +o lbragstad18:41
*** esp has quit IRC18:42
*** lbragstad has quit IRC18:42
*** esp has joined #openstack-keystone18:43
*** lbragstad has joined #openstack-keystone18:44
*** ChanServ sets mode: +o lbragstad18:44
*** lbragstad_ has joined #openstack-keystone18:46
*** lbragstad has quit IRC18:46
*** lbragstad_ has quit IRC18:47
*** lbragstad has joined #openstack-keystone18:48
*** ChanServ sets mode: +o lbragstad18:48
*** lbragstad has quit IRC18:49
*** lbragstad__ has joined #openstack-keystone18:49
*** lbragstad__ has quit IRC18:49
*** lbragstad__ has joined #openstack-keystone18:49
*** lbragstad__ has quit IRC18:51
*** lbragstad__ has joined #openstack-keystone18:51
*** lucasxu has quit IRC18:52
*** MasterOfBugs has joined #openstack-keystone18:53
*** lbragstad__ has quit IRC18:54
*** lbragstad__ has joined #openstack-keystone18:54
*** lbragstad__ has quit IRC18:59
*** catintheroof has quit IRC19:02
*** lucasxu has joined #openstack-keystone19:04
*** spzala has joined #openstack-keystone19:13
*** lbragstad__ has joined #openstack-keystone19:13
*** lbragstad__ is now known as lbragstad19:13
*** gyee has quit IRC19:14
*** ChanServ sets mode: +o lbragstad19:14
*** gyee has joined #openstack-keystone19:17
*** spzala has quit IRC19:18
samueldmqlbragstad: edmondsw any of you around?19:18
lbragstadi am19:19
samueldmqlbragstad: so, sjain and I were taking about our docs and had some thoughts19:19
samueldmqwould like to chat to you if you are available19:20
samueldmqlbragstad: main idea was to split our docs into 4 categories19:21
samueldmq2) User docs (we really mean user of our apis, e.g app writers)19:21
samueldmq3) Operator docs (how do we deploy? etc)19:22
samueldmq4) Developer docs (How do I write code/docs? how to submit to review? what is a RN?)19:22
samueldmqand 1) Getting started, which includes useful information for 2,3,4, such as identity concepts (roles, users, etc), keystone architecture19:23
lbragstadcc asettle ^19:23
openstackgerritOpenStack Proposal Bot proposed openstack/keystone master: Updated from global requirements  https://review.openstack.org/47009919:24
samueldmqI guess this would make our docs easier to read, and a person can find docs easier depending on the audience they belong to19:24
lbragstadsamueldmq: yeah - that sounds oddly familiar to the current thread on the mailing list http://lists.openstack.org/pipermail/openstack-dev/2017-May/117162.html19:24
lbragstadsamueldmq: i'm not sure if you've been following that thread ^19:25
samueldmqlbragstad: not completely, I am catching up, thanks19:26
lbragstadsamueldmq: there are a couple proposals for docs maintenance in that thread that will more than likely impact us19:27
samueldmqlbragstad: yes, but the proposal I was talking about above is to how we organize our docs19:36
samueldmqlike the structure19:37
samueldmqif we end up migrating all docs from https://github.com/openstack/openstack-manuals/tree/master/doc to our tree19:37
samueldmqgreat, we will find a place for them under one of admin/user/dev sections (depending on their audiences)19:37
samueldmqif not, they will still have a place there (as they will be referenced anyways)19:37
*** piliman974 has joined #openstack-keystone19:38
samueldmqlbragstad: I will try to put a patch up to see what it looks like19:38
*** spzala has joined #openstack-keystone19:42
samueldmqand when I say split in 4 categories19:42
samueldmqthat's just the way they'll be organized and appear in the main index page that is https://docs.openstack.org/developer/keystone/19:42
samueldmqbrb19:42
lbragstadsamueldmq: ah - i see what you mean19:49
lbragstad(i think)19:49
*** wasmum has joined #openstack-keystone19:55
*** sjain has quit IRC20:01
*** wasmum has quit IRC20:03
*** raildo has quit IRC20:03
openstackgerritNicolas Helgeson proposed openstack/keystone master: Added versions to keyston headers  https://review.openstack.org/46818920:03
*** harlowja has joined #openstack-keystone20:04
*** rcernin has joined #openstack-keystone20:12
edmondswsamueldmq I've always thought it was confusing that that url has "developer" right in it, but people put things in there that aren't just for developers20:13
edmondswIf they're called developer docs, they should just be developer docs, no?20:13
*** wasmum has joined #openstack-keystone20:14
*** stevemar__ has quit IRC20:14
*** stevemar__ has joined #openstack-keystone20:15
openstackgerritJaewoo Park proposed openstack/keystone master: Brush up X-Subject-Token to prevent keystone curl from failing using awk commands  https://review.openstack.org/47042520:16
*** stevemar__ has quit IRC20:20
*** esp has quit IRC20:20
openstackgerritJaewoo Park proposed openstack/keystone master: Brush up X-Subject-Token to prevent keystone curl from failing with awk  https://review.openstack.org/47042520:24
openstackgerritMerged openstack/keystone master: Remove assertRaisesRegexp testing function  https://review.openstack.org/47036020:42
*** nicolasbock has quit IRC20:43
*** ducttape_ has quit IRC20:44
*** ducttape_ has joined #openstack-keystone20:45
*** lucasxu has quit IRC20:45
*** lucasxu has joined #openstack-keystone20:47
*** lucasxu has quit IRC20:48
*** esp has joined #openstack-keystone20:48
*** lucasxu has joined #openstack-keystone20:48
*** lucasxu has quit IRC20:49
lbragstadthis is neat - https://gist.github.com/lbragstad/935d8c771bbfb57237349496e601f7ad20:49
lbragstadincase anyone knows of someone wanting to move to fernet but doesn't want to sacrifice downtime while switching token providers20:49
lbragstadit allows operators to specify `[token] provider = uuid` then `[token] provider = hybrid_uuid` then `[token] provider = hybrid_fernet` then `[token] provider = fernet`20:51
*** esp has quit IRC21:00
*** agrebennikov has quit IRC21:05
*** ducttape_ has quit IRC21:09
*** thorst has quit IRC21:11
*** thorst has joined #openstack-keystone21:15
*** thorst has quit IRC21:19
*** lbragstad has quit IRC21:22
*** ducttape_ has joined #openstack-keystone21:31
*** ducttap__ has joined #openstack-keystone21:34
*** ducttape_ has quit IRC21:37
*** thorst has joined #openstack-keystone21:39
*** spzala has quit IRC21:49
*** spzala has joined #openstack-keystone21:50
*** piliman974 has quit IRC21:55
*** thorst has quit IRC21:58
*** edmondsw has quit IRC22:03
openstackgerritOpenStack Proposal Bot proposed openstack/oslo.policy master: Updated from global requirements  https://review.openstack.org/47053222:05
openstackgerritOpenStack Proposal Bot proposed openstack/python-keystoneclient master: Updated from global requirements  https://review.openstack.org/47014022:06
*** arahal__ has quit IRC22:15
*** lbragstad has joined #openstack-keystone22:18
*** ChanServ sets mode: +o lbragstad22:18
*** esp has joined #openstack-keystone22:21
*** andreaf has quit IRC22:35
*** rcernin has quit IRC22:39
*** andreaf has joined #openstack-keystone22:40
*** davechen has quit IRC22:40
*** ayoung has quit IRC22:40
*** melwitt_ has joined #openstack-keystone22:40
*** melwitt has quit IRC22:40
*** davechen has joined #openstack-keystone22:40
*** ayoung has joined #openstack-keystone22:40
*** spzala has quit IRC22:41
*** spzala has joined #openstack-keystone22:41
*** mtreinish has quit IRC22:42
*** spzala has quit IRC22:46
*** piliman974 has joined #openstack-keystone22:46
*** mvk has quit IRC22:47
*** mtreinish has joined #openstack-keystone22:47
*** thorst has joined #openstack-keystone22:49
*** thorst has quit IRC22:49
*** melwitt_ is now known as melwitt22:49
*** spzala has joined #openstack-keystone22:50
*** MasterOfBugs has quit IRC22:50
*** spzala has quit IRC22:54
*** thorst has joined #openstack-keystone22:55
*** spzala has joined #openstack-keystone22:56
*** ducttap__ has quit IRC22:58
*** mvk has joined #openstack-keystone22:59
*** spzala has quit IRC23:00
*** stevemar__ has joined #openstack-keystone23:02
*** edmondsw has joined #openstack-keystone23:11
*** thorst has quit IRC23:14
*** stevemar__ has quit IRC23:15
*** edmondsw has quit IRC23:16
*** piliman974 has quit IRC23:50

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