[GitHub] [cloudstack-documentation] weizhouapache opened a new pull request, #301: KVM: do not listen on TCP port when configure kvm host

2023-01-16 Thread GitBox
weizhouapache opened a new pull request, #301: URL: https://github.com/apache/cloudstack-documentation/pull/301 This fixes [#5834](https://github.com/apache/cloudstack/issues/5834) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [cloudstack-documentation] weizhouapache commented on pull request #301: KVM: do not listen on TCP port when configure kvm host

2023-01-16 Thread GitBox
weizhouapache commented on PR #301: URL: https://github.com/apache/cloudstack-documentation/pull/301#issuecomment-1383739245 @blueorangutan docbuild -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [cloudstack-documentation] weizhouapache commented on pull request #301: KVM: do not listen on TCP port when configure kvm host

2023-01-16 Thread GitBox
weizhouapache commented on PR #301: URL: https://github.com/apache/cloudstack-documentation/pull/301#issuecomment-1384017587 @blueorangutan docbuild -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [cloudstack-terraform-provider] ccycv opened a new issue, #47: cannot unmarshal object into Go struct field RegisterTemplateResponse.template of type string

2023-01-16 Thread GitBox
ccycv opened a new issue, #47: URL: https://github.com/apache/cloudstack-terraform-provider/issues/47 I'm getting the following error for registering new template in cloudstack via terraform. ``` cloudstack_template.Test: Creating... ╷ │ Error: Error creating template Test:

[GitHub] [cloudstack-terraform-provider] ccycv opened a new issue, #48: error retrieving ID of zone all: No match found for all: &{Count:0 Zones:[]}

2023-01-16 Thread GitBox
ccycv opened a new issue, #48: URL: https://github.com/apache/cloudstack-terraform-provider/issues/48 Is there a way to register a template in all the available zones without having to specify each zone? I tested with value "all" and I get this error. ``` cloudstack_temp