summaryrefslogtreecommitdiff
path: root/cloud/openstack/os_image_facts.py
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2016-12-06 02:35:05 -0800
committerToshio Kuratomi <a.badger@gmail.com>2016-12-06 07:03:05 -0800
commitd749ec91e513c40a50b539a7eaccf29c31dda4d4 (patch)
tree229a30024f8250872a1a07fc9eb755a48366bb3c /cloud/openstack/os_image_facts.py
parentfc465fa1e776a1e9d3a7448db0081d3e205ec06e (diff)
downloadansible-modules-core-d749ec91e513c40a50b539a7eaccf29c31dda4d4.tar.gz
Refreshed metadata for core modules
Diffstat (limited to 'cloud/openstack/os_image_facts.py')
-rw-r--r--cloud/openstack/os_image_facts.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/cloud/openstack/os_image_facts.py b/cloud/openstack/os_image_facts.py
index 9fe906da..a810ad46 100644
--- a/cloud/openstack/os_image_facts.py
+++ b/cloud/openstack/os_image_facts.py
@@ -21,6 +21,10 @@ try:
except ImportError:
HAS_SHADE = False
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
module: os_image_facts
short_description: Retrieve facts about an image within OpenStack.