Index: provider/manual/provider.go |
=== modified file 'provider/manual/provider.go' |
--- provider/manual/provider.go 2014-02-13 03:16:09 +0000 |
+++ provider/manual/provider.go 2014-03-31 03:36:17 +0000 |
@@ -169,16 +169,3 @@ |
attrs["storage-auth-key"] = envConfig.storageAuthKey() |
return attrs, nil |
} |
- |
-func (_ manualProvider) PublicAddress() (string, error) { |
- // TODO(axw) 2013-09-10 bug #1222643 |
- // |
- // eth0 may not be the desired interface for traffic to route |
- // through. We should somehow make this configurable, and |
- // possibly also record the IP resolved during manual bootstrap. |
- return utils.GetAddressForInterface("eth0") |
-} |
- |
-func (p manualProvider) PrivateAddress() (string, error) { |
- return p.PublicAddress() |
-} |