cloudstack
cloudstack copied to clipboard
Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform
### Description CloudStack has a global setting "wait" which controls the wait time by the management server for all the commands which it sends. There are also some command specific...
Shebang updated for portability. Exception handling now prints error details. Used pop(0) for removing the first element from availIP. Added constants for better code management. Used f-strings for modern string...
### Description This PR does multiple UI improvements 1. Autofill vCenter host, datacenter and credentials while adding cluster using the zone wide value from vmware_data_center table 2. Show Usage settings...
### Description This PR ads two additional methods to detect cpu speed on kvm hosts. This will improve the speed detection on AMD Epyc cpu's. For cpu's where the Ghz...
### Description This PR cleans up the code base and standardizes some terms for casing. Fixes in exception messages, log messages, code comments and more. ### Types of changes -...
https://pre-commit.com/#4-optional-run-against-all-the-files https://pre-commit.com/#3-install-the-git-hook-scripts https://pre-commit.com/#pre-commit-autoupdate ### Description The Makefile will contain the three main commands for using pre-commit locally. At least this gives you a quickstart and place to see and run...
### Description This PR cleans up some Python code. Mainly `print` statements. ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to...
MD012 no-multiple-blanks - Multiple consecutive blank lines https://github.com/DavidAnson/markdownlint/blob/main/doc/md012.md ### Description This PR cleans up and standardizes the Markdown files. ### Types of changes - [ ] Breaking change (fix or...
https://github.com/DavidAnson/markdownlint/blob/main/doc/md018.md ### Description This PR adds another check for our Markdown linter. MD018/no-missing-space-atx No space after hash on atx style heading. ### Types of changes - [ ] Breaking change...
https://github.com/pre-commit/pre-commit-hooks?tab=readme-ov-file#check-yaml ### Description This PR adds another check or test to our pre-commit framework. From the official pre-commit organization. ### Types of changes - [ ] Breaking change (fix or...