| *** rcernin has quit IRC | 00:06 | |
| *** rcernin has joined #openstack-keystone | 00:18 | |
| *** masayukig has quit IRC | 00:51 | |
| *** awestin1 has quit IRC | 00:52 | |
| *** niceplace has quit IRC | 00:52 | |
| *** masayukig has joined #openstack-keystone | 00:53 | |
| *** niceplace has joined #openstack-keystone | 00:54 | |
| *** awestin1 has joined #openstack-keystone | 00:54 | |
| *** rcernin has quit IRC | 01:12 | |
| *** markvoelker has quit IRC | 01:14 | |
| *** markvoelker has joined #openstack-keystone | 01:16 | |
| *** rcernin has joined #openstack-keystone | 01:17 | |
| *** Dinesh_Bhor has quit IRC | 01:27 | |
| *** Dinesh_Bhor has joined #openstack-keystone | 01:31 | |
| openstackgerrit | zhenmei proposed openstack/keystone master: Fix create nonlocal user issue https://review.opendev.org/661183 | 01:32 |
|---|---|---|
| *** jhesketh has quit IRC | 02:12 | |
| *** jhesketh has joined #openstack-keystone | 02:13 | |
| *** dklyle has quit IRC | 03:00 | |
| openstackgerrit | zhenmei proposed openstack/keystone master: Fix create nonlocal user issue https://review.opendev.org/661183 | 03:50 |
| *** shyamb has joined #openstack-keystone | 03:51 | |
| *** shyamb has quit IRC | 03:53 | |
| *** whoami-rajat has joined #openstack-keystone | 03:54 | |
| *** ildikov_ has joined #openstack-keystone | 06:07 | |
| *** aprice_ has joined #openstack-keystone | 06:08 | |
| *** kklimonda_ has joined #openstack-keystone | 06:08 | |
| *** coreycb_ has joined #openstack-keystone | 06:08 | |
| *** Anticime1 has joined #openstack-keystone | 06:10 | |
| *** cmurphy has joined #openstack-keystone | 06:10 | |
| *** ChanServ sets mode: +o cmurphy | 06:10 | |
| *** kklimonda has quit IRC | 06:15 | |
| *** coreycb has quit IRC | 06:15 | |
| *** baffle has quit IRC | 06:15 | |
| *** Anticimex has quit IRC | 06:15 | |
| *** aprice has quit IRC | 06:15 | |
| *** ildikov has quit IRC | 06:15 | |
| *** cmorpheus has quit IRC | 06:15 | |
| *** aprice_ is now known as aprice | 06:15 | |
| *** kklimonda_ is now known as kklimonda | 06:15 | |
| *** coreycb_ is now known as coreycb | 06:15 | |
| *** ildikov_ is now known as ildikov | 06:15 | |
| *** irclogbot_0 has quit IRC | 06:18 | |
| *** irclogbot_1 has joined #openstack-keystone | 06:19 | |
| *** baffle has joined #openstack-keystone | 06:22 | |
| *** pcaruana has joined #openstack-keystone | 06:25 | |
| *** dancn has joined #openstack-keystone | 06:37 | |
| *** rcernin has quit IRC | 06:57 | |
| openstackgerrit | Vishakha Agarwal proposed openstack/python-keystoneclient master: Blacklist bandit 1.6.0 & cap sphinx for 2.7 https://review.opendev.org/660609 | 06:59 |
| openstackgerrit | Vishakha Agarwal proposed openstack/python-keystoneclient master: Blacklist bandit 1.6.0 & cap sphinx for 2.7 https://review.opendev.org/660609 | 07:06 |
| *** markvoelker has quit IRC | 07:07 | |
| *** jaosorior has joined #openstack-keystone | 07:11 | |
| *** tesseract has joined #openstack-keystone | 07:11 | |
| *** xek has joined #openstack-keystone | 07:33 | |
| *** trident has quit IRC | 07:40 | |
| *** trident has joined #openstack-keystone | 07:41 | |
| *** jaosorior has quit IRC | 08:13 | |
| *** jaosorior has joined #openstack-keystone | 08:17 | |
| *** dancn has quit IRC | 08:28 | |
| *** tkajinam has quit IRC | 08:29 | |
| *** Emine has joined #openstack-keystone | 08:32 | |
| *** dancn has joined #openstack-keystone | 08:34 | |
| *** imacdonn has quit IRC | 08:42 | |
| *** imacdonn has joined #openstack-keystone | 08:42 | |
| *** whoami-rajat has quit IRC | 08:48 | |
| *** vishakha has joined #openstack-keystone | 09:05 | |
| *** markvoelker has joined #openstack-keystone | 09:08 | |
| *** pgaxatte has joined #openstack-keystone | 09:19 | |
| pgaxatte | hello | 09:19 |
| pgaxatte | I'm looking at keystone's code in ocata, and I can't find something. I'd appreciate if someone could help me on that | 09:20 |
| pgaxatte | if you curl /v3/projects/{id}, the extra attributes will be added to the response | 09:21 |
| pgaxatte | but looking at the code I don't understand where this is done | 09:21 |
| pgaxatte | the router in keystone.resource.routers calls the resource.controllers.ProjectV3.get_project | 09:22 |
| pgaxatte | which calls resource.core.Manager.get_project | 09:22 |
| pgaxatte | and it relies on the backend functions | 09:22 |
| pgaxatte | but none of these will include the extra_attributes | 09:22 |
| pgaxatte | the only place that seems to add the extra attributes to the response is resource.backends.sql.Project.to_dict() via the include_extra_dict argument | 09:25 |
| pgaxatte | but i don't this function called anywhere with this parameter | 09:25 |
| openstackgerrit | yanpuqing proposed openstack/keystone master: Modify the syntax error of 'ln' command in doc https://review.opendev.org/667050 | 09:34 |
| wxy-xiyuan | pgaxatte: take a look at its parent Class: https://github.com/openstack/keystone/blob/master/keystone/common/sql/core.py#L222 | 09:35 |
| pgaxatte | wxy-xiyuan: haha i was just looking at it | 09:36 |
| pgaxatte | wxy-xiyuan: but the include_extra_dict argument is False by default | 09:37 |
| pgaxatte | so someone has to set it somewhere along the roads | 09:37 |
| pgaxatte | and I don't understand where | 09:37 |
| *** markvoelker has quit IRC | 09:42 | |
| *** dancn has quit IRC | 09:56 | |
| openstackgerrit | Stephen Finucane proposed openstack/oslo.policy master: Updated from global requirements https://review.opendev.org/555580 | 10:24 |
| openstackgerrit | Vishakha Agarwal proposed openstack/python-keystoneclient master: Blacklist bandit 1.6.0 & cap sphinx for 2.7 https://review.opendev.org/660609 | 10:27 |
| openstackgerrit | Vishakha Agarwal proposed openstack/python-keystoneclient master: Remove cms used for PKI/PKIZ https://review.opendev.org/660579 | 10:29 |
| *** markvoelker has joined #openstack-keystone | 10:39 | |
| *** dancn has joined #openstack-keystone | 10:51 | |
| *** mvkr has joined #openstack-keystone | 11:04 | |
| *** markvoelker has quit IRC | 11:13 | |
| *** jaosorior_ has joined #openstack-keystone | 11:21 | |
| *** jaosorior has quit IRC | 11:23 | |
| *** dancn has quit IRC | 11:32 | |
| *** dancn has joined #openstack-keystone | 11:38 | |
| *** markvoelker has joined #openstack-keystone | 12:04 | |
| *** whoami-rajat has joined #openstack-keystone | 12:14 | |
| *** markvoelker has quit IRC | 12:24 | |
| *** jroll has quit IRC | 12:28 | |
| *** jroll has joined #openstack-keystone | 12:29 | |
| *** beekneemech is now known as bnemec | 12:51 | |
| *** dancn has quit IRC | 12:53 | |
| *** dancn has joined #openstack-keystone | 12:58 | |
| *** raildo has joined #openstack-keystone | 12:59 | |
| *** lbragstad has joined #openstack-keystone | 13:02 | |
| *** trident has quit IRC | 13:29 | |
| *** wxy-xiyuan has quit IRC | 13:29 | |
| *** trident has joined #openstack-keystone | 13:35 | |
| *** jaosorior_ has quit IRC | 13:48 | |
| *** vishakha has quit IRC | 13:48 | |
| *** jaosorior has joined #openstack-keystone | 13:49 | |
| *** jaosorior has quit IRC | 13:49 | |
| *** dave-mccowan has joined #openstack-keystone | 14:07 | |
| *** dave-mccowan has quit IRC | 14:11 | |
| gagehugo | o/ | 14:28 |
| cmurphy | \o | 14:28 |
| *** jaosorior has joined #openstack-keystone | 14:33 | |
| gagehugo | kmalloc: https://www.raspberrypi.org/products/raspberry-pi-4-model-b/ | 14:35 |
| kmalloc | Yup | 14:36 |
| kmalloc | So nice to be home. | 14:36 |
| lbragstad | o/ | 14:44 |
| *** jamesmcarthur has joined #openstack-keystone | 14:58 | |
| *** jaosorior has quit IRC | 15:05 | |
| *** jaosorior has joined #openstack-keystone | 15:18 | |
| *** rouk has quit IRC | 15:24 | |
| *** dancn has quit IRC | 15:31 | |
| *** tesseract has quit IRC | 15:33 | |
| *** jaosorior has quit IRC | 15:37 | |
| openstackgerrit | Lance Bragstad proposed openstack/oslo.limit master: Add ksa connection logic https://review.opendev.org/666085 | 15:45 |
| *** jamesmcarthur has quit IRC | 15:56 | |
| openstackgerrit | Lance Bragstad proposed openstack/oslo.limit master: Add ksa connection logic https://review.opendev.org/666085 | 16:01 |
| *** pgaxatte has quit IRC | 16:09 | |
| *** trident has quit IRC | 16:30 | |
| *** trident has joined #openstack-keystone | 16:32 | |
| *** whoami-rajat has quit IRC | 16:44 | |
| *** dklyle has joined #openstack-keystone | 16:49 | |
| *** Emine has quit IRC | 16:57 | |
| *** whoami-rajat has joined #openstack-keystone | 17:02 | |
| *** dklyle has quit IRC | 18:49 | |
| *** david-lyle has joined #openstack-keystone | 18:49 | |
| openstackgerrit | Merged openstack/keystone master: Don't call .c from select() objects https://review.opendev.org/666960 | 19:18 |
| *** xek has quit IRC | 19:23 | |
| *** whoami-rajat has quit IRC | 19:34 | |
| *** bnemec has quit IRC | 20:00 | |
| *** david-lyle is now known as dklyle | 20:06 | |
| *** bnemec has joined #openstack-keystone | 20:08 | |
| *** pcaruana has quit IRC | 20:44 | |
| *** Emine has joined #openstack-keystone | 21:34 | |
| *** raildo has quit IRC | 21:40 | |
| openstackgerrit | Lance Bragstad proposed openstack/oslo.limit master: Flush out basic enforcer and model relationship https://review.opendev.org/666444 | 22:36 |
| openstackgerrit | Lance Bragstad proposed openstack/oslo.limit master: WIP put together example and smooth out issues https://review.opendev.org/667242 | 22:36 |
| lbragstad | johnthetubaguy ^ the example there might help | 22:36 |
| lbragstad | if you have a running environment/devstack you should be able to use a similar config to what's in example.conf | 22:37 |
| *** lbragstad has quit IRC | 22:41 | |
| *** Emine has quit IRC | 22:43 | |
| *** rcernin has joined #openstack-keystone | 22:51 | |
| *** tkajinam has joined #openstack-keystone | 22:55 | |
| *** ianw_pto is now known as ianw | 23:08 | |
| *** rcernin has quit IRC | 23:59 | |
| *** rcernin has joined #openstack-keystone | 23:59 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!