Skip to content

Commit 090c5d8

Browse files
authored
Merge pull request #69299 from apinnick/CNV-36284-cloudInitNoCloud
CNV- 36284: cloudInitNoCloud
2 parents 2477d97 + 91e84b1 commit 090c5d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/virt-adding-public-key-cli.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ spec:
101101
- dataVolume:
102102
name: example-volume
103103
name: example-vm-disk
104-
- cloudInitConfigDrive: <.>
104+
- cloudInitNoCloud: <.>
105105
userData: |-
106106
#cloud-config
107107
user: cloud-user
@@ -134,7 +134,7 @@ data:
134134
key: |
135135
MIIEpQIBAAKCAQEAulqb/Y... <.>
136136
----
137-
<.> Specify `cloudInitConfigDrive` to create a configuration drive.
137+
<.> Specify the `cloudInitNoCloud` data source.
138138
ifdef::dynamic-key[]
139139
<.> Specify the user names.
140140
endif::[]

0 commit comments

Comments
 (0)