Skip to content

Commit

Permalink
doc - fix snippet to use cloud image with nodepool
Browse files Browse the repository at this point in the history
Change-Id: I54fbcf5398616f76832d0f0900abfaeb325a91e4
  • Loading branch information
morucci committed Jun 13, 2024
1 parent a65d4a5 commit a5ef0a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/user/nodepool_config_repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ There is a simple way to configure Nodepool to use a cloud image with Zuul's SSH

```yaml
labels:
- name: my-cloud-image-label
- name: cloud-c9s
min-ready: 1
providers:
- name: default
Expand All @@ -62,7 +62,7 @@ providers:
image-name-format: '{image_name}-{timestamp}'
boot-timeout: 120 # default 60
cloud-images:
- name: my-cloud-image
- name: cloud-centos-9-stream
username: cloud-user
pools:
- name: main
Expand All @@ -71,7 +71,7 @@ providers:
- $public_network_name
labels:
- cloud-image: cloud-centos-9-stream
name: cloud-centos-9-stream
name: cloud-cs9
flavor-name: $flavor
userdata: |
#cloud-config
Expand Down

0 comments on commit a5ef0a4

Please sign in to comment.