new pve api

This commit is contained in:
ston1th 2020-06-05 00:22:04 +02:00
commit 9a58ab40b0
6 changed files with 17 additions and 17 deletions

View file

@ -111,8 +111,7 @@ func (c *cloud) ScrubDNS(nameservers, searches []string) (nsOut, srchOut []strin
}
func (c *cloud) HasClusterID() bool {
// TODO set to true
return false
return true
}
func init() {