Skip to content

Commit 161a19f

Browse files
committed
switch from %d to %s in log
1 parent ac6c4fd commit 161a19f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/cloud/services/compute/instance_types.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ func NewInstanceStatusFromServer(server *ServerExt, logger logr.Logger) *Instanc
6868
}
6969

7070
type networkInterface struct {
71-
Address string `json:"addr"`
72-
Version float64 `json:"version"`
73-
Type string `json:"OS-EXT-IPS:type"`
71+
Address string `json:"addr"`
72+
Version int `json:"version"`
73+
Type string `json:"OS-EXT-IPS:type"`
7474
}
7575

7676
// InstanceNetworkStatus represents the network status of an OpenStack instance

0 commit comments

Comments
 (0)