mirror of https://github.com/apache/cloudstack.git
* Added disk provisioning type support for VMWare
* Review changes
* Fixed unit test
* Review changes
* Added missing licenses
* Review changes
* Update StoragePoolInfo.java
Removed white space
* Review change - Getting disk provisioning strictness setting using the zone id and not the pool id
* Delete __init__.py
* Merge fix
* Fixed failing test
* Added comment about parameters
* Added error log when update fails
* Added exception when using API
* Ordering storage pool selection to prefer thick disk capable pools if available
* Removed unused parameter
* Reordering changes
* Returning storage pool details after update
* Removed multiple pool update, updated marvin test, removed duplicate enum
* Removed comment
* Removed unused import
* Removed for loop
* Added missing return statements for failed checks
* Class name change
* Null pointer
* Added more info when a deployment fails
* Null pointer
* Update api/src/main/java/org/apache/cloudstack/api/BaseListCmd.java
Co-authored-by: dahn <daan.hoogland@gmail.com>
* Small bug fix on API response and added missing bracket
* Removed datastore cluster code
* Removed unused imports, added missing signature
* Removed duplicate config key
* Revert "Added more info when a deployment fails"
This reverts commit
|
||
|---|---|---|
| .. | ||
| config | ||
| lib | ||
| misc/build | ||
| sandbox | ||
| src | ||
| __init__.py | ||
| asyncJobMgr.py | ||
| cloudstackConnection.py | ||
| cloudstackException.py | ||
| cloudstackTestCase.py | ||
| cloudstackTestClient.py | ||
| codegenerator.py | ||
| codes.py | ||
| configGenerator.py | ||
| dbConnection.py | ||
| deployAndRun.py | ||
| deployDataCenter.py | ||
| jsonHelper.py | ||
| marvinInit.py | ||
| marvinLog.py | ||
| marvinPlugin.py | ||
| settings.py | ||
| sshClient.py | ||
| tcExecuteEngine.py | ||
| testSetupSuccess.py | ||