User-Data for Windows Instance
Hello Folks. On the KVM hypervisor, we need to pass user-data i.e. bat script while creating a windows instance. Is it possible? Which guest-tools should we use? Thank you, Ranjit
[GitHub] [cloudstack-go] poddm opened a new pull request, #47: Resetconfiguration
poddm opened a new pull request, #47: URL: https://github.com/apache/cloudstack-go/pull/47 Add ResetConfiguration support https://cloudstack.apache.org/api/apidocs-4.17/apis/resetConfiguration.html -- 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 to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [cloudstack-go] poddm opened a new pull request, #48: Fix asterisk encoding
poddm opened a new pull request, #48: URL: https://github.com/apache/cloudstack-go/pull/48 Resolving errors when Configuration values contain an asterisk. ``` Error: CloudStack API error 401 (CSExceptionErrorCode: 0): unable to verify user credentials and/or request signature ``` Found the following note [here](http://docs.cloudstack.apache.org/projects/archived-cloudstack-getting-started/en/latest/dev.html): > If you have API calls which contain * (asterisk) characters, you will need to add the option “safe = ‘*’” for the URL encoding. The reason is that Python’s urllib will encode * characters by default, while CloudStack’s internal encoder does not encode them; this results in an authentication failure for your API call. In the above you would replace “urllib.quote_plus(request[k])” with “urllib.quote_plus(request[k], safe=’*’)”. -- 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 to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [cloudstack-cloudmonkey] borisstoyanov commented on issue #118: associatednetworkid= does not autocomplete
borisstoyanov commented on issue #118: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/118#issuecomment-1461504437 @rohityadavcloud advised this could be a small one, he's open to advise the assignee -- 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 to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org