diff options
| author | termie <github@anarkystic.com> | 2011-03-24 12:42:47 -0700 |
|---|---|---|
| committer | termie <github@anarkystic.com> | 2011-03-24 12:42:47 -0700 |
| commit | 5c03ade2ee82350d845c8306d5aab9eda3073137 (patch) | |
| tree | 25108377f748cd1ac2d8f405e45fb9ed0dba8d77 /nova/api | |
| parent | ef5c9e11595a00de468783adbb60cfbc2cbbf13d (diff) | |
add some more docs to direct.py
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/direct.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nova/api/direct.py b/nova/api/direct.py index 1011091a6..2e158e89e 100644 --- a/nova/api/direct.py +++ b/nova/api/direct.py @@ -225,6 +225,10 @@ class Limited(object): Additionally where appropriate methods can be added or overwritten, for example to provide backwards compatibility. + The wrapping approach has been chosen so that the wrapped API can maintain + its own internal consistency, for example if it calls "self.create" it + should get its own create method rather than anything we do here. + """ _allowed = None |
