Skip to content

Commit a5ef0a4

Browse files
committed
doc - fix snippet to use cloud image with nodepool
Change-Id: I54fbcf5398616f76832d0f0900abfaeb325a91e4
1 parent a65d4a5 commit a5ef0a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/user/nodepool_config_repository.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ There is a simple way to configure Nodepool to use a cloud image with Zuul's SSH
5353

5454
```yaml
5555
labels:
56-
- name: my-cloud-image-label
56+
- name: cloud-c9s
5757
min-ready: 1
5858
providers:
5959
- name: default
@@ -62,7 +62,7 @@ providers:
6262
image-name-format: '{image_name}-{timestamp}'
6363
boot-timeout: 120 # default 60
6464
cloud-images:
65-
- name: my-cloud-image
65+
- name: cloud-centos-9-stream
6666
username: cloud-user
6767
pools:
6868
- name: main
@@ -71,7 +71,7 @@ providers:
7171
- $public_network_name
7272
labels:
7373
- cloud-image: cloud-centos-9-stream
74-
name: cloud-centos-9-stream
74+
name: cloud-cs9
7575
flavor-name: $flavor
7676
userdata: |
7777
#cloud-config

0 commit comments

Comments
 (0)