Trivial: remove unused var from policies.base.py

nova.policies.base.py define a var 'COMPUTE_API' which
is not used anymore.

This was only used in nova/api/openstack/compute/extension_info.py
which has been removed in- I61d8063708731133177534888ba7f5f05a6bd901

Change-Id: I80abee523e58d47da9e55399b3d4ad06b6ccfd69
This commit is contained in:
ghanshyam 2019-03-21 21:45:49 +00:00
parent c3386126e0
commit 5bfda590d4
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@
from oslo_policy import policy
COMPUTE_API = 'os_compute_api'
RULE_ADMIN_OR_OWNER = 'rule:admin_or_owner'
RULE_ADMIN_API = 'rule:admin_api'
RULE_ANY = '@'