mirror of https://github.com/apache/cloudstack.git
cloudcloudstackiaasinfrastructurejavakuberneteskvmlibvirtorchestrationpythonvirtual-machinevirtualizationvmwarevspherexcp-ngxenserver
Description: 1) Adding two new classes, CloudException and RunTimeCloudException. The former extends Exception and the latter RunTimeException. These will be used by classes that formerly directly extended Exception and RuntimeException. These two classes have an attribute of type IdentityProxy to enable exceptions fill in db ids in separate attribute fields rather than in a string. Doing so will allow the serialization module (GSON for JSON and other for XML) to kick in and convert this db id to a uuid in ApiServer.java just before the JSON/XML responses are sent out. 2) Moving IdentityProxy.java from api/ to utils/ since both CloudException and RuntimeCloudException refer to it. 3) Changing references to IdentityProxy class from api/ to utils/. 4) While rebasing to master, a new file was added, merging api/src/com/cloud/api/response/IsoVmResponse.java to this diff. |
||
|---|---|---|
| agent | ||
| agent-simulator | ||
| api | ||
| build | ||
| client | ||
| cloud-cli | ||
| console | ||
| console-proxy | ||
| console-viewer | ||
| core | ||
| daemonize | ||
| debian | ||
| deps | ||
| docs | ||
| ovm | ||
| patches | ||
| python | ||
| scripts | ||
| server | ||
| setup | ||
| test | ||
| tools | ||
| ui | ||
| usage | ||
| utils | ||
| vmware-base | ||
| .gitignore | ||
| INSTALL.txt | ||
| README.html | ||
| README.md | ||
| build.xml | ||
| cloud.spec | ||
| configure-info.in | ||
| version-info.in | ||
| waf | ||
| waf.bat | ||
| wscript | ||
| wscript_build | ||
| wscript_configure | ||
README.md
CloudStack
CloudStack is a massively scalable free/libre open source Infrastructure as a Service cloud platform.
Visit us at cloudstack.org or join #cloudstack on irc.freenode.net
Binary Downloads
Downloads are available from: http://cloudstack.org/download.html
Supported Hypervisors
- XenServer
- KVM
- VMware ESX/ESXi (via vCenter)
- Oracle VM
- XCP
Mailing lists
Announcement Mailing List Development Mailing List Users Mailing list Commits mailing list