Clean up GCE metadata calls. Remove GetNodeResources from all providers.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user