Files
proxmox-cloud-controller-ma…/.github/PULL_REQUEST_TEMPLATE.md
Serge Logvinov 3a34fb960a fix: find node by name
We will find the node by name more precisely.
Check the UUID and VM name to determine the VM ID.

Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
2025-02-13 16:59:03 +02:00

24 lines
575 B
Markdown

# Pull Request
<!--
## Note to the Contributor
We encourage contributors to go through a proposal process to discuss major changes.
Before your PR is allowed to run through CI, the maintainers of Proxmox CCM will first have to approve the PR.
-->
## What? (description)
## Why? (reasoning)
## Acceptance
Please use the following checklist:
- [ ] you linked an issue (if applicable)
- [ ] you included tests (if applicable)
- [ ] you linted your code (`make lint`)
- [ ] you linted your code (`make unit`)
> See `make help` for a description of the available targets.