From e10f1728f617f98f657b01dcdf0f38b210322848 Mon Sep 17 00:00:00 2001 From: berkas1 <berka@berkasimon.com> Date: Mon, 30 Aug 2021 15:55:39 +0200 Subject: [PATCH] fix(quick-start): add note what to do when flavor is not listed in VM launch form --- content/cloud/quick-start/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/cloud/quick-start/index.md b/content/cloud/quick-start/index.md index eb0036e..aa5a782 100644 --- a/content/cloud/quick-start/index.md +++ b/content/cloud/quick-start/index.md @@ -136,7 +136,7 @@ For details, refer to [the official documentation](https://docs.openstack.org/ho  -4. Choose the size of your instance by selecting a flavor. Additional volumes for data can be attached later on. +4. Choose the size of your instance by selecting a flavor. Additional volumes for data can be attached later on. The shown table sometimes won't list all flavors, so if you do not see some flavors in the table (flavors that you should have access to), try to use the search field (and enter few characters from its name). Other option is to use OpenStack CLI or some automation tool (like Terraform) to create instances.  -- GitLab