-
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
#8440 Allow for API Port to be specified when using proxmox_kvm #8441
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
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.
Thanks for your contribution! Please note that you also have to document the new option in plugins/doc_fragments/proxmox.py
.
Will work on that and submit again :) |
- Added documentation on api_port - Fixed multiple spaces after operator - Switched from str to int
Co-authored-by: Felix Fontein <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
If nobody objects, I'll merge this in ~a week. |
Backport to stable-9: 💚 backport PR created✅ Backport PR branch: Backported as #8478 🤖 @patchback |
@tgouverneur thanks for your contribution! |
* added api_port * added changelog fragments for #8440 * api_port minor changes - Added documentation on api_port - Fixed multiple spaces after operator - Switched from str to int * Update changelogs/fragments/8440-allow-api-port-specification.yaml Co-authored-by: Felix Fontein <[email protected]> * Update changelogs/fragments/8440-allow-api-port-specification.yaml Co-authored-by: Felix Fontein <[email protected]> * Update plugins/doc_fragments/proxmox.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/doc_fragments/proxmox.py Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit d2d7deb)
… specified when using proxmox_kvm (#8478) #8440 Allow for API Port to be specified when using proxmox_kvm (#8441) * added api_port * added changelog fragments for #8440 * api_port minor changes - Added documentation on api_port - Fixed multiple spaces after operator - Switched from str to int * Update changelogs/fragments/8440-allow-api-port-specification.yaml Co-authored-by: Felix Fontein <[email protected]> * Update changelogs/fragments/8440-allow-api-port-specification.yaml Co-authored-by: Felix Fontein <[email protected]> * Update plugins/doc_fragments/proxmox.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/doc_fragments/proxmox.py Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit d2d7deb) Co-authored-by: Thomas Gouverneur <[email protected]>
SUMMARY
Implements #8440
ISSUE TYPE
COMPONENT NAME
modules_utils/proxmox.py
ADDITIONAL INFORMATION
N/A -- see #8440