Remove volume:get policy from test policy file

There is a policy file maintained specifically for testing that
overrides the default policies so that they are easier to test
against. Ideally, we should make it so that it easier to test the
default policies instead of overriding them since this would help us
prevent regression when policies are change. An example of how to do
this was implemented in the following patch:

  I88354ec57849e59764b1f5b0233be4fa1ef70c38

The more tests cases that are covered like that, the more policies we
can remove from cinder/tests/unit/policy.json. Once that file is empty
we should have satisfactory test coverage of the default policies that
are maintained in code.

Change-Id: Ia6c2e51fa88811e04f1c312f003b7b2524d90072
This commit is contained in:
Lance Bragstad 2018-10-10 17:03:07 +00:00
parent a2d4a9569e
commit f207bac809
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
"volume:create": "",
"volume:create_from_image": "",
"volume:get": "rule:admin_or_owner",
"volume:get_all": "",
"volume:get_volume_metadata": "",
"volume:get_volume_image_metadata": "",