We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65d4a5 commit a5ef0a4Copy full SHA for a5ef0a4
doc/user/nodepool_config_repository.md
@@ -53,7 +53,7 @@ There is a simple way to configure Nodepool to use a cloud image with Zuul's SSH
53
54
```yaml
55
labels:
56
-- name: my-cloud-image-label
+- name: cloud-c9s
57
min-ready: 1
58
providers:
59
- name: default
@@ -62,7 +62,7 @@ providers:
62
image-name-format: '{image_name}-{timestamp}'
63
boot-timeout: 120 # default 60
64
cloud-images:
65
- - name: my-cloud-image
+ - name: cloud-centos-9-stream
66
username: cloud-user
67
pools:
68
- name: main
@@ -71,7 +71,7 @@ providers:
71
- $public_network_name
72
73
- cloud-image: cloud-centos-9-stream
74
- name: cloud-centos-9-stream
+ name: cloud-cs9
75
flavor-name: $flavor
76
userdata: |
77
#cloud-config
0 commit comments