mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
18 lines
473 B
Plaintext
18 lines
473 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * virt/virtual_machines/creating_vm/virt-creating-vms-from-templates.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="virt-cloud-init-fields-web_{context}"]
|
|
= Cloud-init fields
|
|
|
|
|===
|
|
|Name | Description
|
|
|
|
|Authorized SSH Keys
|
|
|The user's public key that is copied to *_~/.ssh/authorized_keys_* on the virtual machine.
|
|
|
|
|Custom script
|
|
|Replaces other options with a field in which you paste a custom cloud-init script.
|
|
|===
|