Comment 36 for bug 1166670

Revision history for this message
Brant Knudson (blk-u) wrote : Re: Deleted user can still create instances

I reviewed the 3 patches:
 bug-1166670-master-v1
 bug-1166670-grizzly-v1
 bug-1166670-folsom-v1

and they all look like they fix the problem and are correct.

One nit, in folsom, I think the text should be:
            LOG.warning('User %s has been deleted, but existing tokens '
                        'remain valid' % user_id)
rather than
            LOG.warning('User %s status has changed, but existing tokens '
                        'remain valid' % user_id)