Merge pull request #240 from epankala/euca4_compat_fix

AWS: Eucalyptus 4.x compatibility fix
This commit is contained in:
Alex Crawford 2014-09-24 10:55:39 -07:00
commit c10bfc2f56

View File

@ -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 {