Skip to content

requests_toolbelt missing from requirements.txt #226

@rexit1982

Description

@rexit1982

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions