From 575ca16302b87b2da8820c44bc2a4c24017ae7f8 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Sat, 12 Nov 2022 17:20:12 -0700 Subject: [PATCH] add primary_variant and variant list --- docs/documentation/references/empanadas_config.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/documentation/references/empanadas_config.md b/docs/documentation/references/empanadas_config.md index a7a3d81..e085cac 100644 --- a/docs/documentation/references/empanadas_config.md +++ b/docs/documentation/references/empanadas_config.md @@ -371,7 +371,11 @@ required: True description: Name of the cloud image being pulled. -Accepted key value option `format`, which is `raw` or `qcow2` +Accepted key value options: + +* `format`, which is `raw`, `qcow2`, `vhd`, `tar.xz` +* `variants`, which is a list +* `primary_variant`, which symlinks to the "primary" variant in the variant list #### repoclosure_map