cloudstack: improve required params

This commit is contained in:
Rene Moser 2015-05-29 10:07:00 +02:00 committed by Matt Clay
parent b2e60b7cde
commit 30feb9d387
11 changed files with 39 additions and 0 deletions

View file

@ -200,6 +200,9 @@ def main():
api_url = dict(default=None),
api_http_method = dict(default='get'),
),
required_together = (
['api_key', 'api_secret', 'api_url'],
),
supports_check_mode=True
)