1
0
Fork 0
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:
Adam Miller 2018-02-07 17:05:27 -06:00
parent 13ec1d874d
commit 6791990992

View file

@ -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