fixed proxmox_kvm documentation (#44308)
The documentation defines `cpu` as: ``` default cpu type default value: kvm64 ``` Therefore defining `cpu` with `8` in the `examples` section makes no sense. So changing to `cores`. Signed-off-by: Christian Rebischke <Chris.Rebischke@posteo.de>
This commit is contained in:
parent
19116e0102
commit
66a8711ecb
1 changed files with 1 additions and 1 deletions
|
@ -513,7 +513,7 @@ EXAMPLES = '''
|
||||||
api_host : helldorado
|
api_host : helldorado
|
||||||
name : spynal
|
name : spynal
|
||||||
node : sabrewulf
|
node : sabrewulf
|
||||||
cpu : 8
|
cores : 8
|
||||||
memory : 16384
|
memory : 16384
|
||||||
update : yes
|
update : yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue