-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxmox local
connection support.
#4027
base: main
Are you sure you want to change the base?
Proxmox local
connection support.
#4027
Conversation
076e1fd
to
c9537ee
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thakns for your contribution! Please add a changelog fragment.
I would suggest to split this up into (at least) two PRs: one for the new feature, and one for refactoring. The way this PR is now makes it really hard to review, since there are so many changes at once.
49cd0aa
to
19859e0
Compare
19859e0
to
f07329c
Compare
This comment has been minimized.
This comment has been minimized.
f07329c
to
2b45b1d
Compare
@reitermarkus This pullrequest is waiting for your response. Please respond or the pullrequest will be closed. |
Still waiting for a fix upstream. According to https://bugzilla.proxmox.com/show_bug.cgi?id=4333#c5, my proposed patch was merged and then reverted again. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
99cf835
to
a3bf6c6
Compare
This comment was marked as outdated.
This comment was marked as outdated.
# Conflicts: # plugins/module_utils/proxmox.py # plugins/modules/proxmox.py # plugins/modules/proxmox_tasks_info.py
a3bf6c6
to
b85bf87
Compare
This comment was marked as outdated.
This comment was marked as outdated.
b85bf87
to
ff34c9f
Compare
SUMMARY
ISSUE TYPE
COMPONENT NAME
proxmox, proxmox_kvm, etc.
ADDITIONAL INFORMATION
Use the
local
backend when no credential parameters are specified in order to use SSH instead of the HTTP API.--
Closes #5449.