We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594c15e commit 41d01d4Copy full SHA for 41d01d4
pkg/cloud/services/compute/service.go
@@ -49,6 +49,7 @@ func (s Service) getGopherClient() *gophercloud.ServiceClient {
49
if err != nil {
50
return nil
51
}
52
+ computeClient.Microversion = "2.79"
53
return computeClient
54
55
0 commit comments