~cbehrens/nova/lp844155

Viewing all changes in revision 1528.

  • Committer: Tarmac
  • Author(s): Anthony Young, Vishvananda Ishaya
  • Date: 2011-09-06 20:56:42 UTC
  • mfrom: (1464.4.16 os-user_id-description)
  • Revision ID: tarmac-20110906205642-fzt3z03c14ztqodn
At present, the os servers.detail api does not return server.user_id or server.tenant_id.  This is problematic, since the servers.detail api defaults to returning all servers for all users of a tenant, which makes it impossible to tell which user is associated with which server.

Similarly, when admin users access servers.list, all instances for all tenants are returned.  Without a tenant_id field, administrators can't sift through the server list very easily.

This merge request does the following:

* add user_id and tenant_id to servers.detail
* makes it possible for admins to filter with the term 'tenant_id' (rather than project_id)

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: