mirror of
https://github.com/outbackdingo/proxmox-cloud-controller-manager.git
synced 2026-01-27 10:20:13 +00:00
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>
24 lines
575 B
Markdown
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.
|