sureshanaparti commented on PR #327:
URL: 
https://github.com/apache/cloudstack-terraform-provider/pull/327#issuecomment-5540141256

   > @bddvlpr validateSystemServiceOfferingConfiguration compares 
system_vm_type/storage_type against lowercase literals, but both fields accept 
mixed case via StringInSlice(..., true) — the lowercasing StateFunc only 
applies to stored state, not to the raw value CustomizeDiff sees while 
planning. So system_vm_type = "DomainRouter" (valid per schema, and 
CloudStack's own casing convention) with network_rate set wrongly fails with 
"network_rate can only be set when system_vm_type is domainrouter". Same issue 
in reverse for storage_type = "Local" + offer_ha — it silently skips the check 
instead. Could this be a problem?
   
   ping @bddvlpr can you advise on this. thanks.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to