Compare commits
No commits in common. "d94e982cee3860522385e49ade32425809df53ab" and "66cfbae8631d01369f65adeb051b59028db705bb" have entirely different histories.
d94e982cee
...
66cfbae863
2 changed files with 1 additions and 5 deletions
|
@ -2,10 +2,6 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Use `NB_CLUSTER_ID` even for VM update.
|
||||
|
||||
## [0.2.1] - 01/05/2025
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -143,7 +143,7 @@ def _process_pve_virtual_machine(
|
|||
else:
|
||||
nb_virtual_machine.name = _pve_virtual_machine['name']
|
||||
nb_virtual_machine.site = _nb_device.site.id
|
||||
nb_virtual_machine.cluster = os.environ.get('NB_CLUSTER_ID', 1)
|
||||
nb_virtual_machine.cluster = 1
|
||||
nb_virtual_machine.device = _nb_device.id
|
||||
nb_virtual_machine.vcpus = pve_virtual_machine_config['cores']
|
||||
nb_virtual_machine.memory = int(pve_virtual_machine_config['memory'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue