diff options
author | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-10-14 02:18:33 +0000 |
---|---|---|
committer | Tarmac <> | 2010-10-14 02:18:33 +0000 |
commit | 134b846d23be923f7453e945e92f32dffbc54f50 (patch) | |
tree | 9fc035930f9a2589294522b0bd15b200dcc10b4b /nova/context.py | |
parent | a4aa6725be683e7e1f35df1e54069b755d19551b (diff) | |
parent | 03962c39bf4ecbe424d3960f7fbbd19c37911757 (diff) | |
download | nova-134b846d23be923f7453e945e92f32dffbc54f50.tar.gz nova-134b846d23be923f7453e945e92f32dffbc54f50.tar.xz nova-134b846d23be923f7453e945e92f32dffbc54f50.zip |
Fixes bug 660115.
Part of the cause of the confusion that led to this problem is I think that we have 3 different 'user' objects that can be passed to different methods: a simple dict, an auth.User object, and a db.sqlalchemy.models.User object (which maps __getitem__ to getattr for good measure.) When we sweep through and add clear docstrings to every method, explaining their inputs and outputs, I think errors like these will be less likely.
Diffstat (limited to 'nova/context.py')
0 files changed, 0 insertions, 0 deletions