From 813c7bb79e3ed54f6363940c1c271cafe220f212 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Fri, 23 Aug 2024 21:59:13 +0200 Subject: [PATCH] Update SCS flavor names Signed-off-by: Christian Berendt --- docs/getting-started.md | 4 ++-- docs/templates.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 24ce391..5b7d64c 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -123,7 +123,7 @@ terraform-hello-world: type: file path: clouds.yaml "cloud name": openstack - flavor: "SCS-1V:1:10" + flavor: "SCS-1V-1-10" image: "Ubuntu 22.04" "public network": public ``` @@ -386,7 +386,7 @@ ansible-hello-world: type: file path: clouds.yaml "cloud name": openstack - flavor: "SCS-1V:1:10" + flavor: "SCS-1V-1-10" image: "Ubuntu 22.04" prefix: "{{ tcs.name }}" "public network": public diff --git a/docs/templates.md b/docs/templates.md index ae1c89f..4dd0137 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -35,7 +35,7 @@ inputs: type: file path: clouds.yaml "cloud name": openstack - flavor: "SCS-1V:1:10" + flavor: "SCS-1V-1-10" prefix: "{{ tcs.name }}" "public network": public ``` @@ -55,7 +55,7 @@ ansible-hello-world: type: file path: clouds.yaml "cloud name": openstack - flavor: "SCS-1V:1:10" + flavor: "SCS-1V-1-10" prefix: "{{ tcs.name }}" "public network": public ``` @@ -85,7 +85,7 @@ terraform-hello-world: type: file path: clouds.yaml "cloud name": openstack - flavor: "SCS-1V:1:10" + flavor: "SCS-1V-1-10" prefix: "{{ tcs.name }}" "public network": public ```