mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 22:51:23 -07:00
Fix spacing in os_project_access docs
Import openstack_module_kwargs
This commit is contained in:
parent
dff5fa3ec2
commit
2855f22e2b
1 changed files with 17 additions and 18 deletions
|
@ -95,8 +95,7 @@ except ImportError:
|
||||||
|
|
||||||
|
|
||||||
from ansible.module_utils.basic import AnsibleModule
|
from ansible.module_utils.basic import AnsibleModule
|
||||||
from ansible.module_utils.openstack import openstack_full_argument_spec
|
from ansible.module_utils.openstack import openstack_full_argument_spec, openstack_module_kwargs
|
||||||
|
|
||||||
|
|
||||||
def _get_allowed_projects(cloud, flavor_id):
|
def _get_allowed_projects(cloud, flavor_id):
|
||||||
return [x.tenant_id
|
return [x.tenant_id
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue