CodeBleu
CodeBleu
I did use '()' around some code so that I could split long lines into multiple lines. This should be ok, but you might want to verify this. As the...
# Bug report Attempting to change host name or password from Cloudstack, does not work. ## Steps to reproduce the problem 1. Clone cloud-init using `git clone https://github.com/canonical/cloud-init.git` 2. Navigate...
Adjusting so the test will now fail if the `index` value is greater than or equal to the size of the `slice`.
@rohityadavcloud Figured it might be good to have the `Discussions` on this repo for when there are topics or questions, that doesn't necessarily need to be an `issue`
I get the following when trying to execute `cfssl version` ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x8bf606] goroutine 1...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ~~~ Logs ~~~ ##### CLOUDSTACK VERSION ~~~ 4.19.1.0, 4.18.1.0 ~~~ ##### CONFIGURATION ##### OS / ENVIRONMENT ##### SUMMARY Password and sensitive...
@resmo It appears the python module used in this collection is broken with `Cloudstack 4.19` and those maintainers "`..no longer have interest in maintaining this library..`" https://github.com/exoscale/cs/issues/130
I have the following in my resource config: ``` resource "cloudstack_instance" "test_box" { name = test-box-0 display_name = "test-box-0" details = {cpuNumber = "4", memory = "4096"} } ``` but...
Provide more info about using the `details` parameter
### 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...