diff options
author | Joshua Powers <josh.powers@canonical.com> | 2019-11-20 09:18:05 -0800 |
---|---|---|
committer | Ryan Harper <ryan.harper@canonical.com> | 2019-11-20 11:18:05 -0600 |
commit | 87bb30c7a282a2006f64205b570da25258f221f1 (patch) | |
tree | bd9a07cbb86041df3888495115e552885b440b42 | |
parent | 8db5ee8146d1277f1f6c7d7270a31ffdd8acc971 (diff) | |
download | vyos-cloud-init-87bb30c7a282a2006f64205b570da25258f221f1.tar.gz vyos-cloud-init-87bb30c7a282a2006f64205b570da25258f221f1.zip |
docs: Update the configdrive datasource links (#44)
Update ConfigDrive datasource documentation to point to the most recent
OpenStack documentation for ConfigDrive.
LP: #1852461
-rw-r--r-- | doc/rtd/topics/datasources/configdrive.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/rtd/topics/datasources/configdrive.rst b/doc/rtd/topics/datasources/configdrive.rst index f4c5a34a..4fcbccee 100644 --- a/doc/rtd/topics/datasources/configdrive.rst +++ b/doc/rtd/topics/datasources/configdrive.rst @@ -6,7 +6,7 @@ Config Drive The configuration drive datasource supports the `OpenStack`_ configuration drive disk. - See `the config drive extension`_ and `introduction`_ in the public + See `the config drive extension`_ and `metadata introduction`_ in the public documentation for more information. By default, cloud-init does *always* consider this source to be a full-fledged @@ -123,9 +123,9 @@ This provides cloud-init user-data. See :ref:`examples <yaml_examples>` for what all can be present here. .. _OpenStack: http://www.openstack.org/ -.. _introduction: http://docs.openstack.org/trunk/openstack-compute/admin/content/config-drive.html +.. _metadata introduction: https://docs.openstack.org/nova/latest/user/metadata.html#config-drives .. _python-novaclient: https://github.com/openstack/python-novaclient .. _iso9660: https://en.wikipedia.org/wiki/ISO_9660 .. _vfat: https://en.wikipedia.org/wiki/File_Allocation_Table -.. _the config drive extension: http://docs.openstack.org/user-guide/content/config-drive.html +.. _the config drive extension: https://docs.openstack.org/nova/latest/admin/config-drive.html .. vi: textwidth=78 |