We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c006ca6 commit f378cd4Copy full SHA for f378cd4
openstack-seeder/pkg/seeder/apis/v1/types.go
@@ -200,7 +200,7 @@ type FlavorSpec struct {
200
Name string `json:"name" yaml:"name"` // flavor name
201
Id string `json:"id,omitempty" yaml:"id,omitempty"`
202
Ram int `json:"ram,omitempty" yaml:"ram,omitempty"`
203
- Disk int `json:"disk,omitempty" yaml:"disk,omitempty"`
+ Disk int `json:"disk" yaml:"disk"`
204
Vcpus int `json:"vcpus,omitempty" yaml:"vcpus,omitempty"`
205
Swap int `json:"swap,omitempty" yaml:"swap,omitempty"`
206
RxTxfactor float32 `json:"rxtxfactor,omitempty" yaml:"rxtxfactor,omitempty"`
0 commit comments