Skip to content

Commit

Permalink
Update SCS flavor names
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
Christian Berendt committed Aug 23, 2024
1 parent d85c7c0 commit 813c7bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions docs/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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
```
Expand Down Expand Up @@ -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
```
Expand Down

0 comments on commit 813c7bb

Please sign in to comment.