ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
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".

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.
