mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
status 7803: resolved fixed Fix overview: 1) Parameter "isDefault" should be defined as a part of createNetwork * Virtual network is always default * Parameter can be specified only for DirectNetwork * Once parameter is set, there is no way to change it as we don't provide updateNetwork command. 2) Added isDefault parameter to listNetworks command so you can sort by that. 3) DeployVmCmd: * at least one default network should be set * if more than 1 default network is set - throw an error 4) Return isDefault information as a part of Nic object for the vm response in deploy/stop/start/listVm