From c47b46edbfb328c963f6769e8b95a947e2eba932 Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Wed, 23 Oct 2019 16:33:36 +0000 Subject: 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 --- doc/rtd/topics/datasources/azure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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) `_ -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 -- cgit v1.2.3