Metadata Status needs to be a list, not a scalar.

The default metadata was specified with a string "preview" instead of
the list ["preview"].
This commit is contained in:
Toshio Kuratomi 2016-12-06 13:44:32 -08:00 committed by Matt Clay
parent 6c4f365e67
commit df9059936b
32 changed files with 32 additions and 32 deletions

View file

@ -38,7 +38,7 @@ from ansible.module_utils.ovirt import (
)
ANSIBLE_METADATA = {'status': 'preview',
ANSIBLE_METADATA = {'status': ['preview'],
'supported_by': 'community',
'version': '1.0'}