From 2bcce9999487b69eb9d1a2674634035ce9954035 Mon Sep 17 00:00:00 2001 From: s-hertel Date: Wed, 7 Feb 2018 19:29:48 -0500 Subject: [PATCH] PEP8 os_project_access --- lib/ansible/modules/cloud/openstack/os_project_access.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/cloud/openstack/os_project_access.py b/lib/ansible/modules/cloud/openstack/os_project_access.py index 38fcaca7bb6..a0e125c8a8e 100644 --- a/lib/ansible/modules/cloud/openstack/os_project_access.py +++ b/lib/ansible/modules/cloud/openstack/os_project_access.py @@ -97,6 +97,7 @@ except ImportError: from ansible.module_utils.basic import AnsibleModule from ansible.module_utils.openstack import openstack_full_argument_spec, openstack_module_kwargs + def _get_allowed_projects(cloud, flavor_id): return [x.tenant_id for x