-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Describe the bug
The avi_api_image module requires requests_toolbelt but this is not listed in the documented requirements or requirements.txt file.
Reproduction steps
1.Install ansible, vmware.alb collection and pip modules from requirements text as documented
2.attempt to use avi_api_image to upload a package
3.recieve error fatal: [localhost]: FAILED! => {
"changed": false,
"invocation": {
"module_args": {
"api_context": null,
"api_version": "22.1.6",
"avi_credentials": null,
"avi_deactivate_session_cache_as_fact": false,
"controller": "",
"file_path": "",
"params": null,
"password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
"tenant": "admin",
"tenant_uuid": "",
"timeout": 300,
"username": "admin"
}
},
"msg": "avi_api_image, requests_toolbelt is required for this module"
}
Expected behavior
Expected that all required python modules are listed in docs for manual install and in requirments.txt file for automated installation.
Additional context
No response