Skip to content

Commit bfe95b3

Browse files
committed
Removed beta notice for Metadata
1 parent 195f53a commit bfe95b3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

openapi.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6022,6 +6022,11 @@ paths:
60226022
* You may also supply a list of usernames via the `authorized_users` field.
60236023
* These users must have an SSH Key associated with your Profile first. See SSH Key Add ([POST /profile/sshkeys](/docs/api/profile/#ssh-key-add)) for more information.
60246024

6025+
* Using cloud-init with [Metadata](/docs/products/compute/compute-instances/guides/metadata/).
6026+
* Automate system configuration and software installation by providing a base-64 encoded [cloud-config](/docs/products/compute/compute-instances/guides/metadata-cloud-config/) file.
6027+
* Requires a compatible Image. You can determine compatible Images by checking for `cloud-init` under `capabilities` when using Images List ([GET /images](/docs/api/images/#images-list)).
6028+
* Requires a compatible Region. You can determine compatible Regions by checking for `Metadata` under `capabilities` when using Regions List ([GET /regions](/docs/api/regions/#regions-list)).
6029+
60256030
* Using a StackScript.
60266031
* See StackScripts List ([GET /linode/stackscripts](/docs/api/stackscripts/#stackscripts-list)) for
60276032
a list of available StackScripts.
@@ -6047,12 +6052,6 @@ paths:
60476052
* See Linode Boot ([POST /linode/instances/{linodeId}/boot](/docs/api/linode-instances/#linode-boot)).
60486053
* Disks and Configs must be created manually.
60496054
* This is only recommended for advanced use cases.
6050-
6051-
* **BETA** Using cloud-init with [Metadata](/docs/products/compute/compute-instances/guides/metadata/).
6052-
* Automate system configuration and software installation by providing a base-64 encoded [cloud-config](/docs/products/compute/compute-instances/guides/metadata-cloud-config/) file.
6053-
* Requires a compatible Image. You can determine compatible Images by checking for `cloud-init` under `capabilities` when using Images List ([GET /images](/docs/api/images/#images-list)).
6054-
* Requires a compatible Region. You can determine compatible Regions by checking for `Metadata` under `capabilities` when using Regions List ([GET /regions](/docs/api/regions/#regions-list)).
6055-
* This feature is in beta and is currently limited to certain Regions and distributions. Please be aware that this feature may receive breaking updates in the future. This notice will be removed when this feature is out of beta.
60566055
tags:
60576056
- Linode Instances
60586057
operationId: createLinodeInstance

0 commit comments

Comments
 (0)