diff options
author | Joshua Powers <josh.powers@canonical.com> | 2019-10-23 16:33:36 +0000 |
---|---|---|
committer | Server Team CI Bot <josh.powers+server-team-bot@canonical.com> | 2019-10-23 16:33:36 +0000 |
commit | c47b46edbfb328c963f6769e8b95a947e2eba932 (patch) | |
tree | 5b9715633c1585cd3427acce69a7f6f3c8985e0c /doc/rtd/topics/datasources | |
parent | 8b534f887ef735acfe6dbbfb8700d4dc6e479d1d (diff) | |
download | vyos-cloud-init-c47b46edbfb328c963f6769e8b95a947e2eba932.tar.gz vyos-cloud-init-c47b46edbfb328c963f6769e8b95a947e2eba932.zip |
docs: Fix incorrect Azure IMDS IP address
The Azure datasource was incorrectly listing the IP address. This
updates the address to match what is in the Azure provided IMDS
documentation.
LP: #1849508
Diffstat (limited to 'doc/rtd/topics/datasources')
-rw-r--r-- | doc/rtd/topics/datasources/azure.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rtd/topics/datasources/azure.rst b/doc/rtd/topics/datasources/azure.rst index 8328dfad..1427fb3d 100644 --- a/doc/rtd/topics/datasources/azure.rst +++ b/doc/rtd/topics/datasources/azure.rst @@ -62,7 +62,7 @@ IMDS ---- Azure provides the `instance metadata service (IMDS) <https://docs.microsoft.com/en-us/azure/virtual-machines/windows/instance-metadata-service>`_ -which is a REST service on ``196.254.196.254`` providing additional +which is a REST service on ``169.254.169.254`` providing additional configuration information to the instance. Cloud-init uses the IMDS for: - network configuration for the instance which is applied per boot |