Docs: Fix links broken since Train release
Change-Id: Iccd1185c697d3c44c887ee69ef403c8c4c9ef6fb
This commit is contained in:
parent
18f59964a0
commit
40ec766568
@ -57,9 +57,8 @@
|
|||||||
|
|
||||||
Metadata service
|
Metadata service
|
||||||
A Compute service that enables virtual machine instances to
|
A Compute service that enables virtual machine instances to
|
||||||
retrieve instance-specific data. See :nova-doc:`Metadata
|
retrieve instance-specific data. See :nova-doc:`Nova Metadata
|
||||||
service (OpenStack Administrator Guide)
|
service documentation <user/metadata.html#metadata-service>`.
|
||||||
<admin/networking-nova.html#metadata-service>`.
|
|
||||||
|
|
||||||
Multi-region
|
Multi-region
|
||||||
A feature of Heat that supports deployment to multiple regions.
|
A feature of Heat that supports deployment to multiple regions.
|
||||||
@ -161,8 +160,8 @@
|
|||||||
User data
|
User data
|
||||||
A :term:`resource property` that contains a user-provided data
|
A :term:`resource property` that contains a user-provided data
|
||||||
blob. User data gets passed to `cloud-init`_ to automatically
|
blob. User data gets passed to `cloud-init`_ to automatically
|
||||||
configure instances at boot time. See also :nova-doc:`User data
|
configure instances at boot time. See also :nova-doc:`Nova User data
|
||||||
(OpenStack End User Guide) <user/user-data.html>`.
|
documentation <user/metadata.html#user-provided-data>`.
|
||||||
|
|
||||||
.. _cloud-init: https://cloudinit.readthedocs.io/
|
.. _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
|
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
|
to be passed to that server. This user-data is made available either from
|
||||||
configured config-drive or from the :nova-doc:`Metadata service
|
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
|
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_.
|
commonly used tool for default cloud images is cloud-init_.
|
||||||
|
Loading…
Reference in New Issue
Block a user