Clean up GCE metadata calls. Remove GetNodeResources from all providers.

This commit is contained in:
CJ Cullen
2015-08-14 07:29:52 -07:00
parent e8fcee6718
commit e20467afcb
13 changed files with 5 additions and 495 deletions

View File

@@ -265,7 +265,3 @@ func (v *VagrantCloud) List(filter string) ([]string, error) {
return instances, nil
}
func (v *VagrantCloud) GetNodeResources(name string) (*api.NodeResources, error) {
return nil, nil
}