Merge "Docs: Fix links broken since Train release"
This commit is contained in:
commit
88528fb7de
@ -57,9 +57,8 @@
|
||||
|
||||
Metadata service
|
||||
A Compute service that enables virtual machine instances to
|
||||
retrieve instance-specific data. See :nova-doc:`Metadata
|
||||
service (OpenStack Administrator Guide)
|
||||
<admin/networking-nova.html#metadata-service>`.
|
||||
retrieve instance-specific data. See :nova-doc:`Nova Metadata
|
||||
service documentation <user/metadata.html#metadata-service>`.
|
||||
|
||||
Multi-region
|
||||
A feature of Heat that supports deployment to multiple regions.
|
||||
@ -161,8 +160,8 @@
|
||||
User data
|
||||
A :term:`resource property` that contains a user-provided data
|
||||
blob. User data gets passed to `cloud-init`_ to automatically
|
||||
configure instances at boot time. See also :nova-doc:`User data
|
||||
(OpenStack End User Guide) <user/user-data.html>`.
|
||||
configure instances at boot time. See also :nova-doc:`Nova User data
|
||||
documentation <user/metadata.html#user-provided-data>`.
|
||||
|
||||
.. _cloud-init: https://cloudinit.readthedocs.io/
|
||||
|
||||
|
@ -53,7 +53,7 @@ User-data boot scripts and cloud-init
|
||||
When booting a server it is possible to specify the contents of the user-data
|
||||
to be passed to that server. This user-data is made available either from
|
||||
configured config-drive or from the :nova-doc:`Metadata service
|
||||
<admin/networking-nova.html#metadata-service>`
|
||||
<user/metadata.html#metadata-service>`
|
||||
|
||||
How this user-data is consumed depends on the image being booted, but the most
|
||||
commonly used tool for default cloud images is cloud-init_.
|
||||
|
Loading…
Reference in New Issue
Block a user