Docs: Fix links broken since Train release

Change-Id: Iccd1185c697d3c44c887ee69ef403c8c4c9ef6fb
(cherry picked from commit 40ec766568)
This commit is contained in:
Zane Bitter 2020-01-22 23:37:37 -05:00
parent 3cbf44efde
commit 16bf70d5b9
2 changed files with 5 additions and 6 deletions

View File

@ -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/

View File

@ -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_.