diff --git a/doc/source/glossary.rst b/doc/source/glossary.rst index 316a3c9dbf..5e6bfd8a99 100644 --- a/doc/source/glossary.rst +++ b/doc/source/glossary.rst @@ -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) - `. + retrieve instance-specific data. See :nova-doc:`Nova Metadata + service documentation `. 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) `. + configure instances at boot time. See also :nova-doc:`Nova User data + documentation `. .. _cloud-init: https://cloudinit.readthedocs.io/ diff --git a/doc/source/template_guide/software_deployment.rst b/doc/source/template_guide/software_deployment.rst index 8f3accebb4..166e396ebd 100644 --- a/doc/source/template_guide/software_deployment.rst +++ b/doc/source/template_guide/software_deployment.rst @@ -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 -` +` 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_.