mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-24 04:00:27 +01:00
cloud-setup: fix the host address for azure
Fixes: e7ac7290bd ('cloud-setup: add tool for automatic IP configuration in cloud')
This commit is contained in:
parent
76a6a30577
commit
df6cdd4315
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
#define HTTP_TIMEOUT_MS 3000
|
||||
|
||||
#define NM_AZURE_METADATA_HEADER "Metadata:true"
|
||||
#define NM_AZURE_HOST "localhost:8080"
|
||||
#define NM_AZURE_HOST "169.254.169.254"
|
||||
#define NM_AZURE_BASE "http://" NM_AZURE_HOST
|
||||
#define NM_AZURE_API_VERSION "?format=text&api-version=2017-04-02"
|
||||
#define NM_AZURE_METADATA_URL_BASE /* $NM_AZURE_BASE/$NM_AZURE_API_VERSION */ "/metadata/instance/network/interface/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue