diff options
| author | Chris Behrens <cbehrens@codestud.com> | 2011-08-04 14:47:05 -0700 |
|---|---|---|
| committer | Chris Behrens <cbehrens@codestud.com> | 2011-08-04 14:47:05 -0700 |
| commit | 2b45204e593f9330c8b961cfae3ad5af0bd36642 (patch) | |
| tree | c5ee98d013839d0aede347302c8582ae30135ba3 | |
| parent | e36232aed703eca43c6eb6df02a5c2aa0a1ac649 (diff) | |
doc string fix
| -rw-r--r-- | nova/api/openstack/servers.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/api/openstack/servers.py b/nova/api/openstack/servers.py index e10e5bc86..b89b24047 100644 --- a/nova/api/openstack/servers.py +++ b/nova/api/openstack/servers.py @@ -145,7 +145,8 @@ class Controller(object): def _servers_from_request(self, req, is_detail): """Returns a list of servers based on the request. - Checks for search options and permissions on the options. + Checks for search options and strips out options that should + not be available to non-admins. """ search_opts = {} |
