Jump to: navigation, search

Difference between revisions of "Meetings/KeystoneMeeting"

(Weekly Keystone team meeting)
m (Weekly Keystone Reviewathon)
 
(802 intermediate revisions by 65 users not shown)
Line 1: Line 1:
= Weekly Keystone team meeting =
+
= Weekly Keystone team meetings =
  
If you're interested in identity for OpenStack, we hold public meetings weekly in <code><nowiki>#openstack-meeting</nowiki></code>, on [https://www.google.com/search?q=current+utc+time Tuesdays at 18:00 UTC]. Please feel free to add items to the agenda below with your name and we'll cover them.
+
== Weekly IRC Meeting ==
 +
If you're interested in identity, authentication, authorization, and/or policy for OpenStack, we hold public meetings weekly on [[IRC]] in <code><nowiki>#openstack-keystone</nowiki></code>, on [https://www.google.com/search?q=current+utc+time Wednesdays at 15:00 UTC]. Please feel free to add items to the agenda in the etherpad with your name and we'll cover them.
  
== Agenda for next meeting ==
+
=== Agenda for next meeting ===
 +
The Main Agenda can be found at https://etherpad.openstack.org/p/keystone-weekly-meeting
  
* [https://review.openstack.org/#/c/48971/ Re-opening for Icehouse]
+
== Weekly Keystone Reviewathon ==
* [http://www.mail-archive.com/openstack-dev@lists.openstack.org/msg04761.html OpenStack Identity API Documentation Kudos]
+
We hold a weekly session on Google Meet where we discuss and review the outstanding merge requests and specifications for the Keystone projects If you are interested in an invitation please let me know via [https://wiki.openstack.org/wiki/IRC IRC] (d34dh0r53) or [mailto:dwilde@redhat.com email] (dwilde@redhat.com). The reviewathon is held every [https://www.google.com/search?q=current+utc+time Friday at 15:00 UTC]. and the link for the meeting room is [https://meet.google.com/drx-yoqc-nzs here].
* [[ReleaseNotes/Havana|Havana Release Notes]]
 
* [https://bugs.launchpad.net/python-keystoneclient/+bug/1217734 Transient failure] via python-keystoneclient
 
* Code reviews for icehouse blueprints
 
** [https://review.openstack.org/#/c/40692/ Key Distribution Server] which is needed by:
 
*** [https://review.openstack.org/#/c/37118/ Initial KDS service]
 
** [https://review.openstack.org/37545 Identity API v3 OS-QUOTAS Extension] which is needed by:
 
*** [https://review.openstack.org/40568 Add quotas API]
 
** [https://review.openstack.org/#/c/46771 Identity API v3 OS-ACCESS-KEY Extension]
 
** [https://review.openstack.org/#/c/45903 Addition of mechanism to opt-out from catalog data during token validatio]
 
* oslo.db multi-threading failure - http://paste.openstack.org/raw/48054/ - Brant
 
** Can delete user and role at the same time, should it fail?
 
** Any other same-time operations? (role and project, ...)
 
** Code:
 
*** assignment driver delete_role calls delete_grant several times: https://github.com/openstack/keystone/blob/master/keystone/assignment/backends/sql.py#L609
 
***  delete_grant checks user_id: https://github.com/openstack/keystone/blob/master/keystone/assignment/backends/sql.py#L169
 
*** Also checks group_id, domain_id, project_id, so deleting group, domain, or project when delete role could also cause this.
 
** Proposal is to remove the checks.
 
** Alternatively, maybe could fix by doing all db ops in xact
 
*** problem is going across backends for user/group
 
*** Would require refactoring of assignment to pass along the session.
 
* Open discussion
 
 
 
== Previous meetings ==
 
 
 
Logs and meeting summaries of previous meetings are located [http://eavesdrop.openstack.org/meetings/keystone/ here].
 

Latest revision as of 14:51, 1 December 2023

Weekly Keystone team meetings

Weekly IRC Meeting

If you're interested in identity, authentication, authorization, and/or policy for OpenStack, we hold public meetings weekly on IRC in #openstack-keystone, on Wednesdays at 15:00 UTC. Please feel free to add items to the agenda in the etherpad with your name and we'll cover them.

Agenda for next meeting

The Main Agenda can be found at https://etherpad.openstack.org/p/keystone-weekly-meeting

Weekly Keystone Reviewathon

We hold a weekly session on Google Meet where we discuss and review the outstanding merge requests and specifications for the Keystone projects If you are interested in an invitation please let me know via IRC (d34dh0r53) or email (dwilde@redhat.com). The reviewathon is held every Friday at 15:00 UTC. and the link for the meeting room is here.