nova/nova/tests
Divya cbf606bdba view hypervisor details rest api should be allowed for non-admins
The current call to show hypervisor is broken and expects the
user to have admin privileges always.It does not allow non-
admin users to view hypervisor details. This should be
controlled based on the rule defined in the policy.json rather
than have the permissions mandated programmatically. This bug
is caused due to regression and was working earlier.So the
changes proposed here is merely retaining the older behavior.
To ensure that this works as before, the context passed to the
db api layer is elevated so that it passes the requires_admin_
context check that is present in the db layer.

Change-Id: I50437788aac72608998cf9c24d4d562b1ff20301
Closes-Bug: 1447084
(cherry picked from commit 6be11856c6)
2015-04-28 08:53:44 +02:00
..
functional Add min/max of API microversions to version API 2015-04-15 19:56:32 +00:00
unit view hypervisor details rest api should be allowed for non-admins 2015-04-28 08:53:44 +02:00
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
fixtures.py Add a fixture for the NovaObject indirection API 2015-03-23 18:46:11 +01:00