From 797aa3cb55f42e9346362b3b4b2533b77d1bee6f Mon Sep 17 00:00:00 2001 From: Grzegorz Bialas <93606484+GregWhiteyBialas@users.noreply.github.com> Date: Thu, 29 May 2025 12:46:00 +0200 Subject: [PATCH] Update README.md Fixing wording --- roles/os_flavors/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/os_flavors/README.md b/roles/os_flavors/README.md index 0237bf1..c469af2 100644 --- a/roles/os_flavors/README.md +++ b/roles/os_flavors/README.md @@ -32,9 +32,9 @@ may contain 'ephemeral', 'flavorid', 'rxtx_factor' and 'swap' items. Optionally, the dict may also contain an item 'extra_specs', which is a dict of metadata to attach to the flavor object. -`is_public` default is `true`. It is a mandatory parameter when mapping flavor -to project, and it have to be set to `false` in that case. Non public -flavor can't be mapped. However there is possibility to create flavor which +`is_public` default is `true`. It is a mandatory parameter when mapping +flavor to project, and it have to be set to `false` in that case. Public +flavor can't be mapped. However there is possibility to create flavor which is private and not mapped to any project. Only 'true' and 'false' are allowed here.