[Bug 959294] Re: Can't delete users

2012-05-28 Thread Chuck Short
** Also affects: keystone (Ubuntu Precise) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/959294 Title: Can't delete users To manage notifications about t

[Bug 959294] Re: Can't delete users

2012-05-11 Thread Adam Gandelman
Seems the membership removal is not atomic. Opened Bug #998137 to track there. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/959294 Title: Can't delete users To manage notifications about this bu

[Bug 959294] Re: Can't delete users

2012-05-10 Thread Adam Gandelman
Something strange is going on. Tested on a fresh folsom devstack: http://paste.ubuntu.com/980372/ It looks like after the 4th failure. After trying this a few times it seems to succeed after a varying number of failed attempts -- You received this bug notification because you are a member of U

[Bug 959294] Re: Can't delete users

2012-05-10 Thread David Kranz
We just saw this running a new tempest keystone test submitted as https://review.openstack.org/#/c/7231/ (keystone.policy.backends.rules): 2012-05-10 11:06:00,254 DEBUG enforce admin_required: {'tenant_id': u'758e5226e8a542c385ad447383f51b44', 'user_id': u'533cb3d7ca7f4f36ab6bbc4547b445c5', u'ro

[Bug 959294] Re: Can't delete users

2012-05-09 Thread Debo~ Dutta
I see the same issue + keystone tenant-delete 6e491a65755745aba0b3062952481d0f No handlers could be found for logger "keystoneclient.client" An unexpected error prevented the server from fulfilling your request. (IntegrityError) (1451, 'Cannot delete or update a parent row: a foreign key constra

[Bug 959294] Re: Can't delete users

2012-04-18 Thread bastichelaar
I was running Keystone with a Postgresql backend. It seems the patch above doesn't solve the problem for Postgresql, I get lots of IntegrityErrors still. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/9

[Bug 959294] Re: Can't delete users

2012-04-06 Thread Adam Gandelman
** Changed in: keystone (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/959294 Title: Can't delete users To manage notifications about this bug go to

[Bug 959294] Re: Can't delete users

2012-04-05 Thread J. Daniel Schmidt
FYI: remove tenant * does not delete user association: in bug 974199 * does not delete tenant metadata: in bug 973243 remove user * does not delete tenant association: in bug 959294 * does not delete user metadata: in bug 973243 -- You received this bug notification because you are a member of

[Bug 959294] Re: Can't delete users

2012-04-05 Thread J. Daniel Schmidt
opened new bug 974199 to track the open issues -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/959294 Title: Can't delete users To manage notifications about this bug go to: https://bugs.launchpad.ne

[Bug 959294] Re: Can't delete users

2012-04-05 Thread Thierry Carrez
jdsn: please open a separate bug for this fix ** Changed in: keystone Status: In Progress => Fix Released ** Changed in: keystone Milestone: essex-rc2 => None ** Changed in: keystone Assignee: J. Daniel Schmidt (jdsn) => (unassigned) ** Changed in: keystone Milestone: None =

[Bug 959294] Re: Can't delete users

2012-04-04 Thread OpenStack Hudson
Fix proposed to branch: master Review: https://review.openstack.org/6216 ** Changed in: keystone Status: Fix Released => In Progress ** Changed in: keystone Assignee: Adam Gandelman (gandelman-a) => J. Daniel Schmidt (jdsn) -- You received this bug notification because you are a mem

[Bug 959294] Re: Can't delete users

2012-04-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: keystone (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/959294 Title: Ca

[Bug 959294] Re: Can't delete users

2012-04-03 Thread Devin Carlen
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/959294 Title: Can't delete users To manage notifications about this bug go to: htt

[Bug 959294] Re: Can't delete users

2012-04-03 Thread OpenStack Hudson
Reviewed: https://review.openstack.org/6109 Committed: http://github.com/openstack/keystone/commit/75a8dfef51f3566cd5d4cacee41f34bbbf9d15bd Submitter: Jenkins Branch:master commit 75a8dfef51f3566cd5d4cacee41f34bbbf9d15bd Author: Adam Gandelman Date: Mon Apr 2 14:21:43 2012 -0700 Remo

[Bug 959294] Re: Can't delete users

2012-04-03 Thread Thierry Carrez
** Changed in: keystone Milestone: None => essex-rc2 ** Tags removed: essex-rc-potential -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/959294 Title: Can't delete users To manage notifications

[Bug 959294] Re: Can't delete users

2012-04-02 Thread OpenStack Hudson
Fix proposed to branch: master Review: https://review.openstack.org/6109 ** Changed in: keystone Status: Incomplete => In Progress ** Changed in: keystone Assignee: Dolph Mathews (dolph) => Adam Gandelman (gandelman-a) -- You received this bug notification because you are a member o

[Bug 959294] Re: Can't delete users

2012-04-02 Thread Adam Gandelman
This is a bug, and is not surfacing in devstack testing because devstack hasn't yet moved to precise. Oneiric MySQL is configured with MyISAM storage engine by default, which means FK constraints are non-existent in the backend and are essentially meaningless. MySQL on Precise uses InnoDB as the