Skip to content

Commit

Permalink
fix: json unmarshal
Browse files Browse the repository at this point in the history
  • Loading branch information
Qu Xuan committed Apr 26, 2020
1 parent 74eef22 commit b48dbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/multicloud/openstack/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ type SecurityGroup struct {

type ExtraSpecs struct {
CpuPolicy string `json:"hw:cpu_policy,omitempty"`
MemPageSize int `json:"hw:mem_page_size,omitempty"`
MemPageSize string `json:"hw:mem_page_size,omitempty"`
}

type Resource struct {
Expand Down

0 comments on commit b48dbbc

Please sign in to comment.