Saturday, 2015-08-29

*** dims_ has joined #openstack-keystone00:04
*** sigmavirus24 is now known as sigmavirus24_awa00:06
*** dimsum__ has quit IRC00:07
*** tqtran_ has quit IRC00:10
*** markvoelker has quit IRC00:16
*** browne has quit IRC00:17
openstackgerritBrant Knudson proposed openstack/keystone: Refactor mapping rule engine tests to not create servers  https://review.openstack.org/21853000:22
*** shadower has quit IRC00:23
bknudson^ step 1 speeding up the tests.00:23
*** shadower has joined #openstack-keystone00:23
*** ankita_wagh has joined #openstack-keystone00:30
*** ankita_wagh has quit IRC00:35
stevemarbknudson: oh?00:36
bknudsonstevemar: step 1 of 100000000:37
stevemarbknudson: hows that help? looks like it was just a move?00:37
stevemaroh, was it doing it for every test?00:37
*** ankita_wagh has joined #openstack-keystone00:37
bknudsonstevemar: it's gotten very slow to start up the servers00:38
stevemari'd actually prefer these not in a contrib folder00:38
bknudsonI changed it to use unit.BaseTestCase rather than FederationTests00:38
bknudsonI just gave the unit tests in the same structure as the regular keystone code.00:39
bknudsonso that it's easy to figure out what the test file is for the code file00:39
stevemarah right, those don't actually need federated server set up00:39
bknudsonso if you don't like it in a contrib folder then federation should not be in contrib.00:39
stevemartheres a patch out for that...00:40
stevemarbut its cool00:40
stevemartrying to help a new person work through that one00:40
*** ankita_wagh has quit IRC00:41
*** ankita_wagh has joined #openstack-keystone00:42
bknudsonI'm trying to fix test_notifications, too, but that one's harder.00:42
bknudsonthey don't do REST calls but they use the new_*_ref methods that are defined in test_v3 :(00:42
*** erhudy has quit IRC00:49
*** tonytan4ever has quit IRC00:51
*** david-lyle has joined #openstack-keystone01:06
*** geoffarnold is now known as geoffarnoldX01:09
*** topol has joined #openstack-keystone01:09
*** ChanServ sets mode: +v topol01:09
*** richm has quit IRC01:12
*** henrynash has joined #openstack-keystone01:13
*** ChanServ sets mode: +v henrynash01:13
*** markvoelker has joined #openstack-keystone01:16
stevemarbknudson: i swear i had a patch that moved all the new_*_ref calls out and you -1ed it01:17
stevemar:P01:17
stevemarway wayyyy back when01:17
stevemarcause i didn't like them in test_v3 either01:18
stevemarfound it! https://review.openstack.org/#/c/70520/01:19
*** markvoelker has quit IRC01:21
*** spandhe has quit IRC01:21
*** henrynash has quit IRC01:33
*** henrynash has joined #openstack-keystone01:34
*** ChanServ sets mode: +v henrynash01:34
*** mylu has quit IRC01:38
*** mylu has joined #openstack-keystone01:39
*** tsymancz1k has quit IRC01:43
*** david-lyle has quit IRC01:43
*** dims_ has quit IRC01:44
*** mylu has quit IRC01:45
*** mylu has joined #openstack-keystone01:46
*** mylu has quit IRC01:50
*** stevemar has quit IRC01:53
*** dave-mccowan has quit IRC01:53
*** stevemar has joined #openstack-keystone01:53
*** ChanServ sets mode: +v stevemar01:53
*** devlaps has quit IRC01:55
*** stevemar has quit IRC01:58
*** henrynash has quit IRC02:04
*** mylu has joined #openstack-keystone02:06
*** stevemar has joined #openstack-keystone02:19
*** ChanServ sets mode: +v stevemar02:19
*** h00327910__ has joined #openstack-keystone02:22
*** tsymancz1k has joined #openstack-keystone02:24
*** ankita_wagh has quit IRC02:29
*** dimsum__ has joined #openstack-keystone02:35
*** dimsum__ has quit IRC02:35
*** geoffarnoldX has quit IRC02:38
openstackgerritMerged openstack/keystone: Change mongodb extras to lowercase  https://review.openstack.org/21723402:44
*** humble__ has joined #openstack-keystone02:44
humble__Hi all, I want to use a token to init a keystoneclient to service_catalog, but it return The service catalog is empty. I found that there are catalogs in db02:46
humble__Code http://paste.openstack.org/show/431688/02:47
humble__anyone can help?02:47
*** woodster_ has quit IRC02:49
*** hakimo_ has joined #openstack-keystone02:52
openstackgerritOpenStack Proposal Bot proposed openstack/keystone: Updating sample configuration file  https://review.openstack.org/21699802:53
*** hakimo has quit IRC02:54
*** annasort has quit IRC02:56
*** stevemar has quit IRC02:58
*** david-lyle has joined #openstack-keystone02:59
*** lhcheng has joined #openstack-keystone03:00
*** ChanServ sets mode: +v lhcheng03:00
*** ngupta has joined #openstack-keystone03:01
*** david-lyle has quit IRC03:05
*** dave-mccowan has joined #openstack-keystone03:17
*** markvoelker has joined #openstack-keystone03:17
*** markvoelker has quit IRC03:22
*** browne has joined #openstack-keystone03:22
*** tsymancz1k has quit IRC03:22
*** tsymanczyk has joined #openstack-keystone03:23
*** tsymanczyk is now known as Guest445203:23
*** dave-mccowan has quit IRC03:26
*** stevemar has joined #openstack-keystone03:34
*** ChanServ sets mode: +v stevemar03:34
*** stevemar has quit IRC03:34
*** stevemar has joined #openstack-keystone03:34
*** ChanServ sets mode: +v stevemar03:34
stevemarhumble__: is that token the ADMIN_TOKEN from the config file?03:35
stevemari think you need to authenticate against a project to get the service catalog03:36
*** browne has quit IRC03:36
humble__stevemar: it is a token from context03:36
stevemarwhat you do mean "from context"?03:37
stevemarfrom the spec: "A token scoped to a project will also have a service catalog, along with the user’s roles applicable to the project."03:38
stevemarhttp://specs.openstack.org/openstack/keystone-specs/api/v3/identity-api-v3.html#authentication-responses03:38
humble__stevemar: when I use curl to request a token firstly by method password, the endpoints is in http response body03:39
stevemarhumble__: can you paste the curl request? without the password03:40
humble__POST /v3/auth/tokens HTTP/1.103:40
humble__Host: 192.168.189.9:500003:40
humble__Content-Type: application/json03:40
humble__Cache-Control: no-cache03:40
humble__{ "auth": { "identity": { "methods": [ "token" ], "token": { "id": "0148dfea5cb2436b83bc9d68649beaa1" } } } }03:40
*** Guest4452 has quit IRC03:41
*** stevemar has quit IRC03:44
*** Kennan has quit IRC03:47
*** Kennan has joined #openstack-keystone03:47
*** shoutm has joined #openstack-keystone03:53
*** stevemar has joined #openstack-keystone03:54
*** ChanServ sets mode: +v stevemar03:54
*** ngupta has quit IRC04:01
*** ngupta has joined #openstack-keystone04:01
openstackgerritMerged openstack/keystone: Simplify federated_domain_name processing  https://review.openstack.org/21737604:10
openstackgerritOpenStack Proposal Bot proposed openstack/keystone: Updating sample configuration file  https://review.openstack.org/21699804:11
*** david-lyle has joined #openstack-keystone04:18
lhchengstevemar: ping04:30
stevemarlhcheng: hey dude04:30
lhchengstevemar: are you working on Europe tz now?04:31
lhchenghaven't seen you in a while :)04:31
stevemarlhcheng: nah, i'm in austin, but i've got a deadline coming up :)04:31
lhchengconference?04:32
stevemarjust a lot of work stuff (non-upstream) to do04:32
stevemarnah04:32
stevemarat the ibm lab04:32
stevemarhelping to ramp up new folks, and teach others about deploying openstack04:32
stevemartopol: you around?04:32
topolyes, gonna start writing some soon. whats up?04:33
lhchengcool04:33
stevemarlhcheng: that's been a few weeks, and then i have something due on the 1st :)04:33
topolstevemar, whats up04:33
stevemartopol: just saying hi :)04:33
stevemartopol: and another poke to get cranking04:33
lhcheng I am getting suck into non-upstream work lately too. packaging is a pain.04:33
topolstevemar I *know* what you are really saying04:34
stevemarlhcheng: i bet04:34
lhchengtopol: o/04:34
lhchengstevemar: got a question for you on the idp specific websso04:34
lhchengtrying to figure out how the Idp specific settings would look like in horizon04:35
lhchengstevemar: thoughts on this settings: http://paste.openstack.org/show/431794/04:36
lhchengtopol: hello! keeping stevemar busy? :)04:37
topollhcheng, other way around.  :-)04:37
lhchenghah04:37
stevemarlhcheng: i'm a real slave driver04:40
stevemar*looking*04:40
* lhcheng turn to give work to stevemar04:41
*** bapalm has quit IRC04:42
stevemarlhcheng: i'm not really getting the difference to the user between options 1 and 2?04:42
stevemari can see the difference, but won't the combo box just say the same thing04:43
lhchengooops, forgot to update the description04:43
lhchengoption 2 has a third optional value in the tuple04:43
stevemaro04:44
stevemari like option 1 for now, it seems easier04:44
lhchengthe first value is the value in the dropdown04:44
lhchengit is the unique identifier passed when the user select an Auth Type and submits the form04:45
lhchengthinking about it..04:47
lhchengoption 2 might be more secure..04:47
lhchengthe users won't see the real IDP_id and protocol04:47
lhchengthey'll only see "goog_idc" (if they inspect the HTML), which is just a unique identifier.04:48
*** bapalm has joined #openstack-keystone04:49
*** tsymancz1k has joined #openstack-keystone04:52
*** markvoelker has joined #openstack-keystone05:18
*** mylu has quit IRC05:20
*** ngupta has quit IRC05:21
*** markvoelker has quit IRC05:23
*** hrou has quit IRC05:54
*** ankita_wagh has joined #openstack-keystone06:15
*** roxanagh_ has quit IRC06:16
*** ankita_wagh has quit IRC06:18
*** ankita_wagh has joined #openstack-keystone06:19
*** mylu has joined #openstack-keystone06:23
*** stevemar has quit IRC06:25
*** lhcheng has quit IRC06:27
*** stevemar has joined #openstack-keystone06:27
*** ChanServ sets mode: +v stevemar06:27
*** topol has quit IRC06:38
*** lhcheng has joined #openstack-keystone06:45
*** ChanServ sets mode: +v lhcheng06:45
*** stevemar has quit IRC06:49
*** ankita_wagh has quit IRC07:01
*** lhcheng has quit IRC07:06
*** mylu has quit IRC07:11
*** markvoelker has joined #openstack-keystone07:19
*** markvoelker has quit IRC07:24
*** lhcheng has joined #openstack-keystone07:43
*** ChanServ sets mode: +v lhcheng07:43
*** spandhe has joined #openstack-keystone07:57
*** shoutm has quit IRC08:29
*** lhcheng has quit IRC08:30
*** ig0r_ has joined #openstack-keystone08:36
*** shoutm has joined #openstack-keystone08:39
*** shoutm has quit IRC08:45
*** spandhe has quit IRC09:02
*** markvoelker has joined #openstack-keystone09:20
*** markvoelker has quit IRC09:24
*** ig0r__ has joined #openstack-keystone09:31
*** ig0r_ has quit IRC09:34
*** lhcheng has joined #openstack-keystone10:05
*** ChanServ sets mode: +v lhcheng10:05
*** lhcheng has quit IRC10:09
*** tobe has joined #openstack-keystone10:24
*** tobe has quit IRC10:25
*** yasu_ has joined #openstack-keystone10:31
*** mpmsimo has joined #openstack-keystone11:16
*** markvoelker has joined #openstack-keystone11:20
*** markvoelker has quit IRC11:25
*** lhcheng has joined #openstack-keystone11:54
*** ChanServ sets mode: +v lhcheng11:54
*** dave-mccowan has joined #openstack-keystone11:54
*** lhcheng has quit IRC11:58
*** dave-mcc_ has joined #openstack-keystone12:05
*** dave-mccowan has quit IRC12:07
*** sigmavirus24_awa is now known as sigmavirus2412:24
*** sigmavirus24 is now known as sigmavirus24_awa12:25
*** humble__ has quit IRC12:36
*** humble__ has joined #openstack-keystone12:37
*** mpmsimo has quit IRC12:37
*** mpmsimo has joined #openstack-keystone12:44
*** mpmsimo has quit IRC12:45
*** mpmsimo has joined #openstack-keystone13:05
*** richm has joined #openstack-keystone13:05
*** mpmsimo has quit IRC13:07
*** ngupta has joined #openstack-keystone13:09
*** richm has quit IRC13:11
*** richm has joined #openstack-keystone13:12
*** shoutm has joined #openstack-keystone13:15
*** richm has quit IRC13:16
*** Ephur_ has quit IRC13:23
*** htruta has quit IRC13:23
*** rharwood has quit IRC13:23
*** htruta has joined #openstack-keystone13:23
*** ig0r__ has quit IRC13:24
*** ericksonsantos has quit IRC13:24
*** tobasco has quit IRC13:24
*** Daviey has quit IRC13:24
*** ericksonsantos has joined #openstack-keystone13:25
*** rharwood has joined #openstack-keystone13:25
*** ig0r_ has joined #openstack-keystone13:27
*** Daviey has joined #openstack-keystone13:32
*** tobasco has joined #openstack-keystone13:32
*** lhcheng has joined #openstack-keystone13:43
*** ChanServ sets mode: +v lhcheng13:43
*** mpmsimo has joined #openstack-keystone13:46
*** lhcheng has quit IRC13:47
*** mpmsimo has quit IRC13:48
*** ngupta has quit IRC14:56
*** jdennis has quit IRC15:10
*** mpmsimo has joined #openstack-keystone15:33
*** mpmsimo has quit IRC15:39
*** hrou has joined #openstack-keystone15:49
*** shoutm has quit IRC16:01
openstackgerritBrant Knudson proposed openstack/keystone: Move TestClient to test_versions  https://review.openstack.org/21858416:10
openstackgerritBrant Knudson proposed openstack/keystone: Refactor mapping rule engine tests to not create servers  https://review.openstack.org/21853016:23
openstackgerritBrant Knudson proposed openstack/keystone: Revert "Use entrypoints for paste middleware and apps"  https://review.openstack.org/21803816:24
openstackgerritBrant Knudson proposed openstack/keystone: Refactor mapping rule engine tests to not create servers  https://review.openstack.org/21853016:25
*** topol has joined #openstack-keystone16:26
*** ChanServ sets mode: +v topol16:26
*** topol has quit IRC16:30
*** mtreinish has quit IRC16:33
*** mtreinish has joined #openstack-keystone16:36
openstackgerritBrant Knudson proposed openstack/python-keystoneclient: Proper deprecation for httpclient.USER_AGENT  https://review.openstack.org/20583316:37
openstackgerritBrant Knudson proposed openstack/python-keystoneclient: Deprecate create HTTPClient without session  https://review.openstack.org/20583216:37
openstackgerritBrant Knudson proposed openstack/python-keystoneclient: Update deprecation text for Session properties  https://review.openstack.org/19151116:37
openstackgerritBrant Knudson proposed openstack/python-keystoneclient: Deprecate create Discover without session  https://review.openstack.org/20582916:37
openstackgerritBrant Knudson proposed openstack/keystone: Add user domain info to federated fernet tokens  https://review.openstack.org/21374216:51
openstackgerritBrant Knudson proposed openstack/keystone: Add user_domain_id, project_domain_id to auth context  https://review.openstack.org/21379216:51
openstackgerritBrant Knudson proposed openstack/keystone: Correct docstring for common.authorization  https://review.openstack.org/21375216:51
openstackgerritBrant Knudson proposed openstack/keystone: Add unit tests for token_to_auth_context  https://review.openstack.org/21379716:51
openstackgerritBrant Knudson proposed openstack/keystone: Build oslo.context RequestContext  https://review.openstack.org/21851116:51
openstackgerritBrant Knudson proposed openstack/keystone: More info in RequestContext  https://review.openstack.org/21359516:51
*** ankita_wagh has joined #openstack-keystone16:55
*** ankita_wagh has quit IRC17:19
*** dave-mccowan has joined #openstack-keystone17:20
*** dave-mcc_ has quit IRC17:20
*** lhcheng has joined #openstack-keystone17:24
*** ChanServ sets mode: +v lhcheng17:24
*** topol has joined #openstack-keystone17:44
*** ChanServ sets mode: +v topol17:44
*** mylu has joined #openstack-keystone17:49
*** Kennan2 has joined #openstack-keystone18:03
*** stevemar has joined #openstack-keystone18:03
*** ChanServ sets mode: +v stevemar18:03
*** Kennan has quit IRC18:04
*** lhcheng has quit IRC18:11
*** markvoelker has joined #openstack-keystone18:22
*** markvoelker_ has joined #openstack-keystone18:27
*** markvoelker has quit IRC18:29
*** markvoelker has joined #openstack-keystone19:04
*** spandhe has joined #openstack-keystone19:05
*** markvoelker_ has quit IRC19:06
*** markvoelker_ has joined #openstack-keystone19:08
*** markvoelker has quit IRC19:09
*** boris-42 has quit IRC19:10
*** e0ne has joined #openstack-keystone19:22
*** e0ne has quit IRC19:23
*** dan has quit IRC19:24
*** e0ne has joined #openstack-keystone19:25
*** markvoelker_ has quit IRC19:28
*** mylu has quit IRC19:31
*** mylu has joined #openstack-keystone19:32
*** e0ne has quit IRC19:34
*** mylu has quit IRC19:36
*** e0ne has joined #openstack-keystone19:39
*** e0ne has quit IRC19:43
openstackgerritBrant Knudson proposed openstack/keystone: Merge v2 client sql tests  https://review.openstack.org/21860519:46
*** mylu has joined #openstack-keystone19:47
*** e0ne has joined #openstack-keystone19:47
openstackgerritBrant Knudson proposed openstack/keystone: Merge v2 client sql tests  https://review.openstack.org/21860519:47
*** e0ne has quit IRC19:52
*** e0ne has joined #openstack-keystone19:56
*** e0ne has quit IRC20:03
*** e0ne has joined #openstack-keystone20:07
*** e0ne has quit IRC20:08
* stevemar is distracted by the jays absolutely crushing detroit20:08
odyssey4mestevemar oh?20:16
stevemarodyssey4me: indeed20:16
stevemarodyssey4me: 15-1 is quite the show :)20:16
odyssey4meah, 'the' jays - the sports team :) I was thinking jaypipes :p20:17
stevemarodyssey4me: i'd be impressed if he could crush detroit20:18
odyssey4mehahaha, that's what made me curious :p20:19
*** spandhe has quit IRC20:31
stevemarwhy do we have a "default" option in policy.json but not use it? https://github.com/openstack/keystone/blob/master/etc/policy.json#L1120:45
bknudsonstevemar: that rule is used if there isn't a rule defined for the target.21:06
bknudsone.g., if we add a new target and the deployer doesn't update their policy.json with the target.21:06
stevemarbknudson: does "" count as a rule?21:07
bknudsonstevemar: yes, and it means something... probably allow all?21:07
stevemaryes, it means that21:08
*** ankita_wagh has joined #openstack-keystone21:20
*** ankita_wagh has quit IRC21:24
openstackgerritBrant Knudson proposed openstack/keystone: Provide new_xyz_ref functions in tests.core  https://review.openstack.org/7052021:34
stevemarbknudson: you brought back the dead!21:34
bknudsonstevemar: it's a zombie review.21:34
stevemarbknudson: haha, good to know the code hasn't changed much since then :P21:35
bknudsonstevemar: did you want me to merge https://review.openstack.org/#/c/70521/ in to that one?21:36
bknudsonthere's a comment on https://review.openstack.org/#/c/70521/ saying to merge it into https://review.openstack.org/7052021:37
bknudsonit'll probably be a little different now since will be calling the function rather than just removing the methods21:37
stevemarbknudson: oh, forgot about that, sure... if you have it open already21:37
stevemaryeah21:37
stevemarif its still applicable21:37
*** crinkle has quit IRC21:37
*** crinkle has joined #openstack-keystone21:38
bknudsonthe copy-pasted method is still there.21:39
openstackgerritBrant Knudson proposed openstack/keystone: Provide new_xyz_ref functions in tests.core  https://review.openstack.org/7052021:39
*** jlvillal has quit IRC21:40
*** jlvillal has joined #openstack-keystone21:45
*** markvoelker has joined #openstack-keystone21:45
*** markvoelker has quit IRC21:49
*** markvoelker has joined #openstack-keystone21:49
*** mylu has quit IRC22:14
*** mylu has joined #openstack-keystone22:16
*** stevemar has quit IRC22:20
*** stevemar has joined #openstack-keystone22:27
*** ChanServ sets mode: +v stevemar22:27
openstackgerritBrant Knudson proposed openstack/keystone: Change notifications tests to not start servers  https://review.openstack.org/21861022:28
*** stevemar has quit IRC22:32
*** markvoelker has quit IRC22:43
*** topol has quit IRC22:47
*** mylu has quit IRC23:04
*** mylu has joined #openstack-keystone23:05
*** mylu has quit IRC23:08
*** mylu has joined #openstack-keystone23:08
*** stevemar has joined #openstack-keystone23:30
*** ChanServ sets mode: +v stevemar23:30
*** spandhe has joined #openstack-keystone23:32
*** spandhe_ has joined #openstack-keystone23:35
*** stevemar has quit IRC23:36
*** stevemar has joined #openstack-keystone23:36
*** ChanServ sets mode: +v stevemar23:36
*** spandhe has quit IRC23:37
*** spandhe_ is now known as spandhe23:37
*** mylu has quit IRC23:40
*** mylu has joined #openstack-keystone23:41
*** mylu has quit IRC23:45
*** marzif has quit IRC23:55
*** markvoelker has joined #openstack-keystone23:55
*** mylu has joined #openstack-keystone23:57
*** markvoelker_ has joined #openstack-keystone23:58
*** markvoelker has quit IRC23:59

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