From 1895adb0fa544d98d0c5f0a3b04541237ade5d7c Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Thu, 28 Mar 2024 12:33:57 +0100 Subject: [PATCH] Fix typo --- templates/simple-node-disk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/simple-node-disk.yml b/templates/simple-node-disk.yml index 676ecf9..9a94281 100644 --- a/templates/simple-node-disk.yml +++ b/templates/simple-node-disk.yml @@ -63,7 +63,7 @@ topology_template: - valid_values: [ 2 GB, 4 GB, 8 GB, 16 GB, 32 GB, 64 GB, 128 GB, 256 GB, 512 GB ] disk_size: type: scalar-unit.size - description: Size of the root disk of the VN (in case o 0 disk will no be resized) + description: Size of the root disk of the VM (in case o 0 disk will no be resized) default: 20 GB constraints: - valid_values: [ 20 GB, 50 GB, 100 GB, 200 GB, 0 GB ]