Various bigiq fixes (#44487)

Fixes usage of the RestClient class. Documentation fixes. Removal
of dependency code.
This commit is contained in:
Tim Rupp 2018-08-21 18:40:19 -04:00 committed by GitHub
commit 07a011cd6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 68 additions and 112 deletions

View file

@ -449,7 +449,7 @@ def main():
)
try:
client = F5RestClient(module=module)
client = F5RestClient(**module.params)
mm = ModuleManager(module=module, client=client)
results = mm.exec_module()
exit_json(module, results, client)