keystone/keystone/common/policies
Colleen Murphy e2d83ae95d Re-enable line-length linter
In 09088690 we mistakenly added E501 to the flake8 ignore list. Since
then, many new violations have been introduced. This patch re-enables
the check and corrects all violations, except in some cases like unit
test names where the subunit output would suffer if we attempted to
shorten the function name.

This may appear to be a pointless no-op that messes with
git-blameability, and it is, but the reason to do this is that if PEP8
violations are introduced in master and then backported to a stable
branch, most stable branches will fail the pep8 job since the flake8
ignore list is correct for those branches. Rather than loosening the
check in older branches or requiring those backports to fix the linter
errors independently of what's been merged in master, we should fix it
now so that we don't introduce more errors in the future and patches can
more easily be backported.

Change-Id: I9f71926105eb448bb0200201d1838b67d4963cd6
2019-10-21 08:48:47 -07:00
..
__init__.py Expose access rules as its own API 2019-09-14 03:14:20 -07:00
access_rule.py Expose access rules as its own API 2019-09-14 03:14:20 -07:00
access_token.py Add scope_types to oauth policies 2018-01-05 22:25:05 +00:00
application_credential.py Make policy deprecation reasons less verbose 2019-09-20 08:58:52 -07:00
auth.py Implement GET /v3/auth/system 2018-01-24 01:09:16 +00:00
base.py DRY up credential policies 2019-09-18 08:42:33 -07:00
consumer.py Make policy deprecation reasons less verbose 2019-09-20 08:58:52 -07:00
credential.py Merge "DRY up credential policies" 2019-09-24 18:24:23 +00:00
domain.py Make policy deprecation reasons less verbose 2019-09-20 08:58:52 -07:00
domain_config.py Make policy deprecation reasons less verbose 2019-09-20 08:58:52 -07:00
ec2_credential.py Merge "DRY up credential policies" 2019-09-24 18:24:23 +00:00
endpoint.py Make policy deprecation reasons less verbose 2019-09-20 08:58:52 -07:00
endpoint_group.py Re-enable line-length linter 2019-10-21 08:48:47 -07:00
grant.py Re-enable line-length linter 2019-10-21 08:48:47 -07:00
group.py Make policy deprecation reasons less verbose 2019-09-20 08:58:52 -07:00
identity_provider.py Make policy deprecation reasons less verbose 2019-09-20 08:58:52 -07:00
implied_role.py Make policy deprecation reasons less verbose 2019-09-20 08:58:52 -07:00
limit.py Allow domain users to access the limit API 2019-09-24 19:14:17 -07:00
mapping.py Make policy deprecation reasons less verbose 2019-09-20 08:58:52 -07:00
policy.py Make policy deprecation reasons less verbose 2019-09-20 08:58:52 -07:00
policy_association.py Re-enable line-length linter 2019-10-21 08:48:47 -07:00
project.py Make policy deprecation reasons less verbose 2019-09-20 08:58:52 -07:00
project_endpoint.py Implement scope type checking for Project Endpoints 2019-09-19 15:39:22 -07:00
protocol.py Make policy deprecation reasons less verbose 2019-09-20 08:58:52 -07:00
region.py Make policy deprecation reasons less verbose 2019-09-20 08:58:52 -07:00
registered_limit.py Allow domain users to access the registered limits API 2019-01-08 18:16:07 +00:00
revoke_event.py Add scope_types for revoke event policies 2018-01-04 21:14:16 +00:00
role.py Make policy deprecation reasons less verbose 2019-09-20 08:58:52 -07:00
role_assignment.py Allow system/domain scope for assignment tree list 2019-09-20 16:15:16 +00:00
service.py Make policy deprecation reasons less verbose 2019-09-20 08:58:52 -07:00
service_provider.py Make policy deprecation reasons less verbose 2019-09-20 08:58:52 -07:00
token.py Make policy deprecation reasons less verbose 2019-09-20 08:58:52 -07:00
token_revocation.py Deprecate identity:revocation_list policy for removal 2019-07-23 17:21:19 +00:00
trust.py Re-enable line-length linter 2019-10-21 08:48:47 -07:00
user.py Make policy deprecation reasons less verbose 2019-09-20 08:58:52 -07:00