Skip to content

UI add compute offering wizard missing parameter diskofferingstrictness in api call #7070

@sbrueseke

Description

@sbrueseke
ISSUE TYPE
  • Bug Report
COMPONENT NAME
UI
CLOUDSTACK VERSION
4.17.2.0
SUMMARY

When creating a compute offering via UI wizard and you enable "Disk offering strictness" it will not be included in the api call.

STEPS TO REPRODUCE
Add a new compute offering via UI wizard and enable "Disk offering strictness".

computeoffering

EXPECTED RESULTS
"Disk offering strictness" of this compute offering should be set to true.
ACTUAL RESULTS
Take a look at the api call which will be send from you browser to CS when using the UI wizard to create a new compute offering.

/client/api/?issystem=false&name=testing&displaytext=testing&storagetype=shared&provisioningtype=thin&cachemode=none&customized=false&offerha=false&limitcpuuse=false&dynamicscalingenabled=true&cpunumber=1&cpuspeed=500&memory=1024&command=createServiceOffering&response=json

diskofferingstrictness should be added with value true, but it is missing and also UI shows false in the compute offering overview.

computeoffering_sum

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions