From def2e587e526ff16d4ebf06c635ccc6241a67369 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Tue, 21 Nov 2017 17:25:57 +0000 Subject: [PATCH] Add missing variables for seed VM data volume config to seed-vm.yml --- etc/kayobe/seed-vm.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/kayobe/seed-vm.yml b/etc/kayobe/seed-vm.yml index 710464f89..897fe49b8 100644 --- a/etc/kayobe/seed-vm.yml +++ b/etc/kayobe/seed-vm.yml @@ -26,6 +26,12 @@ # Base image for the seed VM root volume. #seed_vm_root_image: +# Capacity of the seed VM data volume. +#seed_vm_data_capacity: + +# Format of the seed VM data volume. +#seed_vm_data_format: + ############################################################################### # Dummy variable to allow Ansible to accept this file. workaround_ansible_issue_8743: yes