do3meli has proposed merging ~d-info-e/cloud-init:fix-openstack-doc into cloud-init:master.
Commit message: Fix links in OpenStack datasource doc LP: #1721660 Requested reviews: cloud-init commiters (cloud-init-dev) Related bugs: Bug #1721660 in cloud-init: "Bugs in the openstack vendordata docs" https://bugs.launchpad.net/cloud-init/+bug/1721660 For more details, see: https://code.launchpad.net/~d-info-e/cloud-init/+git/cloud-init/+merge/342250 -- Your team cloud-init commiters is requested to review the proposed merge of ~d-info-e/cloud-init:fix-openstack-doc into cloud-init:master.
diff --git a/doc/rtd/topics/datasources/openstack.rst b/doc/rtd/topics/datasources/openstack.rst index 607b70f..43592de 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
_______________________________________________ Mailing list: https://launchpad.net/~cloud-init-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~cloud-init-dev More help : https://help.launchpad.net/ListHelp

