cloudstack
cloudstack copied to clipboard
Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform
### Description This PR adds a command to mark a Management Server as removed on the database only if its status is marked as `Down`. To execute the command, it...
### Description Currently, the `value` parameter of the `updateConfiguration` API is not required. Thus, when the API is executed and the `value` parameter is not specified, the attributes of the...
### Description This PR... ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change...
### Description Currently, when defining the CPU configuration of VMs with KVM, the Apache CloudStack Agent executes the following workflow: https://github.com/apache/cloudstack/blob/41b4f0afd5321e987973b615b566365e48228c6e/plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java#L2980-L2993 As can be noticed, the CPU features are only...
### Description This PR updates the syslog configuration log4j 2. The configuration as was includes non-existent elements and seems incomplete. ### Types of changes - [ ] Breaking change (fix...
### Description In VMware environments, when a VM resides on a host in the `Disconnected` state, and an attach/detach volume operation is initiated, an exception containing infrastructure data is thrown....
### Description This PR fixes a typo 73 times ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [...
For kicking smoketests on 4.20 branch
### Description This PR will allow the updating of a loadbalancer rules `CIDR list` via the API. * Should fix https://github.com/apache/cloudstack/issues/9313 Not 100% sure this is the correct place to...
I am currently preparing a cluster and installed a new (the 1st) management server. That server's network is a fully routed L3-network. Starting the cloudstack-management service does not create the...