mirror of
https://github.com/rancher/os.git
synced 2025-09-25 20:52:58 +00:00
Fix user-data for ec2 metadata source (#2189)
This commit is contained in:
committed by
niusmallnan
parent
a5af88224a
commit
dab1c4ffb3
@@ -30,7 +30,7 @@ import (
|
|||||||
const (
|
const (
|
||||||
DefaultAddress = "http://169.254.169.254/"
|
DefaultAddress = "http://169.254.169.254/"
|
||||||
apiVersion = "latest/"
|
apiVersion = "latest/"
|
||||||
userdataPath = apiVersion + "user-data/"
|
userdataPath = apiVersion + "user-data"
|
||||||
metadataPath = apiVersion + "meta-data/"
|
metadataPath = apiVersion + "meta-data/"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user