mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix version_added in modules/cloud/openstack/os_project_access.py for merge
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
13ec1d874d
commit
6791990992
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ DOCUMENTATION = '''
|
||||||
module: os_project_access
|
module: os_project_access
|
||||||
short_description: Manage OpenStack compute flavors acceess
|
short_description: Manage OpenStack compute flavors acceess
|
||||||
extends_documentation_fragment: openstack
|
extends_documentation_fragment: openstack
|
||||||
version_added: "2.4"
|
version_added: "2.5"
|
||||||
author: "Roberto Polli (@ioggstream)"
|
author: "Roberto Polli (@ioggstream)"
|
||||||
description:
|
description:
|
||||||
- Add or remove flavor, volume_type or other resources access
|
- Add or remove flavor, volume_type or other resources access
|
||||||
|
|
Loading…
Reference in a new issue