Add RBAC tests for the Nova images API.
These APIs are proxy calls to the Image service. Consequently, no nova
policy actions are enforced; instead, only glance policy actions are
enforced. As such, these tests check that only glance policy actions are
executed.
In addition, these tests will fail with a 404 starting from microversion
2.36 onward, so max_microversion is set to 2.35.
Finally, this patch removes CONF from test_agents_rbac and updates
an error message.
Co-Authored-By: Samantha Blanco <samantha.blanco@att.com>
Change-Id: I16677bf17a61caf9ba8c03d8dc4fda8c5f90d078
2 files changed