Bernardo De Marco Gonçalves
Bernardo De Marco Gonçalves
@DaanHoogland, thanks for your review! When I started developing this PR I had also considered converting the `*.smtp.enabledSecurityProtocols` settings to `Kind.CSV`. However, I've noticed some issues with that. The settings...
Hello, @lwsa-leonardosouza Do the credentials configured in your `cloudstack` provider belong to a Root Admin account? If so, could you verify whether the `var.vlan` input variable is defined? Additionally, it...
@kiranchavala, yes, I'll open it later today
@kiranchavala, I've just opened the PR, see #180. As for the following quote present in my first reply (see https://github.com/apache/cloudstack-terraform-provider/issues/172#issuecomment-2830583776): > We can create a new issue to support the...
The following line of code seems to be the root cause of the exception: https://github.com/apache/cloudstack/blob/8e4fe1c370e251656f3314bc9f522f6491be0e98/engine/schema/src/main/java/com/cloud/upgrade/dao/Upgrade42000to42010.java#L103 The `cloud.network_offering_details` table does not have the `resource_id` and `resource_type` columns. @weizhouapache @DaanHoogland @shwstppr, should...
> @bernardodemarco done. PR: https://github.com/apache/cloudstack/pull/11171 @shwstppr, perfect, thanks!
@blueorangutan package
@blueorangutan package
@blueorangutan package
@DaanHoogland, thanks for the review! > is the active parameter needed? would we ever want to list no longer available sessions? Yes, listing removed sessions is useful for audit and...