Merge pull request #240 from epankala/euca4_compat_fix
AWS: Eucalyptus 4.x compatibility fix
This commit is contained in:
commit
c10bfc2f56
@ -13,9 +13,9 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
DefaultAddress = "http://169.254.169.254/"
|
DefaultAddress = "http://169.254.169.254/"
|
||||||
apiVersion = "2009-04-04"
|
apiVersion = "2009-04-04/"
|
||||||
userdataPath = apiVersion + "/user-data"
|
userdataPath = apiVersion + "user-data"
|
||||||
metadataPath = apiVersion + "/meta-data"
|
metadataPath = apiVersion + "meta-data"
|
||||||
)
|
)
|
||||||
|
|
||||||
type metadataService struct {
|
type metadataService struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user