[Yahoo-eng-team] [Bug 1620764] [NEW] migration test fails on table addition

2016-09-06 Thread Alexander Makarov
Public bug reported: If expand repo migration adds a table, corresponding unit test fails attempting to access created table with the error "Table does not exist" [0] [0] http://logs.openstack.org/88/208488/51/check/gate-keystone-python27 -db-ubuntu-xenial/81311f3/console.html#_2016-09-06_14_27_4

[Yahoo-eng-team] [Bug 1569389] [NEW] set_config_defaults() never called on testing

2016-04-12 Thread Alexander Makarov
Public bug reported: I can even put a line None[0] in the keystone.common.config.set_config_defaults() and tests run as nothing wrong happened. Consequently, any defaults override put there has no effect during testing. ** Affects: keystone Importance: Undecided Assignee: Alexander

[Yahoo-eng-team] [Bug 1501698] [NEW] LDAP identity backend does not honor list_limit

2015-10-01 Thread Alexander Makarov
Public bug reported: list_limit set in [identity] section is not used to limit user list: the result contains entire set of users returned by the query ** Affects: keystone Importance: Undecided Assignee: Alexander Makarov (amakarov) Status: New ** Changed in: keystone

[Yahoo-eng-team] [Bug 1496512] Re: Misplaced memcache servers in keystone config cause token loss

2015-09-16 Thread Alexander Makarov
master: https://review.fuel-infra.org/#/c/11662/ 7.0: https://review.fuel-infra.org/#/c/8189 ** Also affects: keystone Importance: Undecided Status: New ** Changed in: keystone Assignee: (unassigned) => Alexander Makarov (amakarov) ** No longer affects: keystone ** Also affe

[Yahoo-eng-team] [Bug 1494398] [NEW] AuthN fails if the tenant is recreated in the process

2015-09-10 Thread Alexander Makarov
Public bug reported: Scenario: 2 requests are executed in parallel: 1) authentication against "the tenant" by tenant name 2) delete "the tenant" + create "the tenant" According to API contract authentication should pass, but internally all magic is done using tenant_id acquired at the very begi

[Yahoo-eng-team] [Bug 1493126] [NEW] openstack group create fails while using admin token

2015-09-07 Thread Alexander Makarov
Public bug reported: While using --os-token=ADMIN_TOKEN rather then admin user credentials fails with error message: $ openstack --os-token= group create "qwerty" ERROR: openstack The request you have made requires authentication. (Disable debug mode to suppress these details.) (HTTP 401) (Reque

[Yahoo-eng-team] [Bug 1482271] [NEW] Race condition in multithreaded Apache/WSGI setup

2015-08-06 Thread Alexander Makarov
ead locks: http://code.google.com/p/modwsgi/wiki/ProcessesAndThreading#Building_A_Portable_Application ** Affects: keystone Importance: Undecided Assignee: Alexander Makarov (amakarov) Status: In Progress -- You received this bug notification because you are a member of Yahoo! E

[Yahoo-eng-team] [Bug 1472306] [NEW] Broken ascii diagram in materialized path spec

2015-07-07 Thread Alexander Makarov
recede the pseudo-graphics block for it to be displayed in a monospace font. ** Affects: keystone Importance: Undecided Assignee: Alexander Makarov (amakarov) Status: In Progress ** Changed in: keystone Assignee: (unassigned) => Alexander Makarov (amakarov) -- You rece

[Yahoo-eng-team] [Bug 1420788] [NEW] Logging blocks on race condition under eventlet

2015-02-11 Thread Alexander Makarov
Public bug reported: Wrong initialization order makes logging block on race condition under eventlet. bin/keystone-all launcher initialize logging first and after that does eventlet patching leaving logging system with generic thred.lock in critical sections what leads to infinite thread locks un

[Yahoo-eng-team] [Bug 1417737] [NEW] KVS cache backend incompatible with redis-py

2015-02-03 Thread Alexander Makarov
8959 TRACE keystone.common.wsgi AttributeError: 'LuaLock' object has no attribute 'lock_timeout' 2015-02-03 14:56:14.890 8959 TRACE keystone.common.wsgi ** Affects: keystone Importance: Undecided Assignee: Alexander Makarov (amakarov) Status: New ** Change

[Yahoo-eng-team] [Bug 1412846] [NEW] Cannot chain a trust with a role specified by name

2015-01-20 Thread Alexander Makarov
;, line 85, in <genexpr> 2015-01-19 17:12:36.953 4246 TRACE keystone.common.wsgi if not all(role['id'] in parent_roles for role in trust['roles']): 2015-01-19 17:12:36.953 4246 TRACE keystone.common.wsgi KeyError: 'id' 2015-01-19 17:12:36.953 4246 TRACE key

[Yahoo-eng-team] [Bug 1403929] [NEW] Improve clarity, encapsulation and performance of assignment type calculation

2014-12-18 Thread Alexander Makarov
Assignee: Alexander Makarov (amakarov) Status: In Progress ** Changed in: keystone Assignee: (unassigned) => Alexander Makarov (amakarov) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. ht

[Yahoo-eng-team] [Bug 1402760] [NEW] All user tokens are considered revoked on it's group role revocation

2014-12-15 Thread Alexander Makarov
Public bug reported: The case for the bug: - User authenticates and receives a token scoped to the project1 - User authenticates and receives a token scoped to the project2 - User joins the group - Group is granted a role to the project1 - Group role grant to the project1 is revoked Result: All u

[Yahoo-eng-team] [Bug 1401926] [NEW] Role revocation invalidates tokens on all user projects

2014-12-12 Thread Alexander Makarov
other, "intact" project, seizes to validate. Further investigation gave me that token is not deleted, but a revocation event created matching both tokens. ** Affects: keystone Importance: Undecided Assignee: Alexander Makarov (amakarov) Status: In Progress -- You rec

[Yahoo-eng-team] [Bug 1401108] [NEW] Memcache pool locks on release

2014-12-10 Thread Alexander Makarov
causing thread lock. ** Affects: keystone Importance: Undecided Assignee: Alexander Makarov (amakarov) Status: New ** Changed in: keystone Assignee: (unassigned) => Alexander Makarov (amakarov) -- You received this bug notification because you are a member of Yahoo! Engin

[Yahoo-eng-team] [Bug 1395688] [NEW] Memcache distributed lock ruins HA

2014-11-24 Thread Alexander Makarov
Public bug reported: Current memcache lock's polling interval calculation locks execution for too long. In concurrent environment when distributed locking is actively used the chance of 8 subsequent lock collisions is high enough to begin failing authorisation due to timeout. ** Affects: keyst

[Yahoo-eng-team] [Bug 1388069] [NEW] Review documentation change for trust redelegation

2014-10-31 Thread Alexander Makarov
Public bug reported: https://review.openstack.org/#/c/131541/ needs a tech. writer review. ** Affects: keystone Importance: Undecided Assignee: Irina (ipovolotskaya) Status: New ** Tags: documentation -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1380670] [NEW] python-memcached misses working backend

2014-10-13 Thread Alexander Makarov
Public bug reported: In multi-backend case there is always a chance for client to miss a working backend among not responding. Assuming memcached is up and running on localhost:11211: import memcache import random cl = memcache.Client(['localhost:11211', 'localhost:11212', 'localhost:11213', 'l

[Yahoo-eng-team] [Bug 1377080] Re: Stale endpoint selection logic in keystone client

2014-10-03 Thread Alexander Makarov
** Changed in: keystone Assignee: (unassigned) => Alexander Makarov (amakarov) ** Project changed: keystone => python-keystoneclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.ne

[Yahoo-eng-team] [Bug 1377080] [NEW] Stale endpoint selection logic in keystone client

2014-10-03 Thread Alexander Makarov
Public bug reported: In V3 endpoint groups from different regions are not grouped. It results in a problem in "url_for": it only stores for result endpoints of the last region of all with similar service type. ** Affects: keystone Importance: Undecided Assignee: Alexand