Skip to content

Commit

Permalink
Use always present SCS flavors in example.
Browse files Browse the repository at this point in the history
Fixes #190.

Signed-off-by: Kurt Garloff <kurt@garloff.de>
  • Loading branch information
garloff committed Jan 13, 2025
1 parent ab31416 commit 444bd5d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/providers/openstack/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,11 @@ spec:
topology:
variables:
- name: controller_flavor
value: "SCS-2V-4-50"
value: "SCS-2V-4-20s"
- name: worker_flavor
value: "SCS-2V-4-50"
value: "SCS-2V-4"
- name: worker_root_disk
value: 30
- name: external_id
value: ${CS_EXTERNAL_ID}
class: ${CS_CLASS_NAME}
Expand Down

0 comments on commit 444bd5d

Please sign in to comment.