diff options
author | Dominic Schlegel <info@dominicschlegel.ch> | 2018-03-29 14:19:29 -0600 |
---|---|---|
committer | Chad Smith <chad.smith@canonical.com> | 2018-03-29 14:19:29 -0600 |
commit | a510726d622b9d1768b5417d09277d5cc786e952 (patch) | |
tree | cfb3ce89047802ab37a6c4338824bd18def5183c /doc/rtd/topics | |
parent | 8caa3bcf8f2c5b3a448b9d892d4cf53ed8db9be9 (diff) | |
download | vyos-cloud-init-a510726d622b9d1768b5417d09277d5cc786e952.tar.gz vyos-cloud-init-a510726d622b9d1768b5417d09277d5cc786e952.zip |
doc: Fix links in OpenStack datasource documentation.
Fix link to external openstack resource and to internal vendor data.
LP: #1721660
Diffstat (limited to 'doc/rtd/topics')
-rw-r--r-- | doc/rtd/topics/datasources/openstack.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rtd/topics/datasources/openstack.rst b/doc/rtd/topics/datasources/openstack.rst index 607b70f3..43592dec 100644 --- a/doc/rtd/topics/datasources/openstack.rst +++ b/doc/rtd/topics/datasources/openstack.rst @@ -5,7 +5,7 @@ OpenStack This datasource supports reading data from the `OpenStack Metadata Service -<http://docs.openstack.org/admin-guide/compute-networking-nova.html#metadata-service>`_. +<https://docs.openstack.org/nova/latest/admin/networking-nova.html#metadata-service>`_. Configuration ------------- @@ -59,6 +59,6 @@ upgrade packages and install ``htop`` on all instances: {"cloud-init": "#cloud-config\npackage_upgrade: True\npackages:\n - htop"} For more general information about how cloud-init handles vendor data, -including how it can be disabled by users on instances, see `Vendor Data`_. +including how it can be disabled by users on instances, see :doc:`/topics/vendordata`. .. vi: textwidth=78 |