rohityadavcloud commented on PR #316:
URL:
https://github.com/apache/cloudstack-documentation/pull/316#issuecomment-1545290542
@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 g
blueorangutan commented on PR #316:
URL:
https://github.com/apache/cloudstack-documentation/pull/316#issuecomment-1545291652
@rohityadavcloud a Jenkins job has been kicked to build the document. I'll
keep you posted as I make progress.
--
This is an automated message from the Apache Git
blueorangutan commented on PR #316:
URL:
https://github.com/apache/cloudstack-documentation/pull/316#issuecomment-1545292168
QA-Doc build failed (QA-JID 76)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
rohityadavcloud closed pull request #316: source: add sphnix-tabs
URL: https://github.com/apache/cloudstack-documentation/pull/316
--
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
rohityadavcloud commented on code in PR #60:
URL: https://github.com/apache/cloudstack-go/pull/60#discussion_r1192036968
##
generate/generate.go:
##
@@ -1291,7 +1291,7 @@ func (s *service) generateConvertCode(cmd, name, typ
string) {
pn := s.pn
switch typ {
-
vishesh92 commented on code in PR #60:
URL: https://github.com/apache/cloudstack-go/pull/60#discussion_r1192069036
##
generate/generate.go:
##
@@ -1291,7 +1291,7 @@ func (s *service) generateConvertCode(cmd, name, typ
string) {
pn := s.pn
switch typ {
-
rohityadavcloud commented on code in PR #60:
URL: https://github.com/apache/cloudstack-go/pull/60#discussion_r1192086562
##
generate/generate.go:
##
@@ -1291,7 +1291,7 @@ func (s *service) generateConvertCode(cmd, name, typ
string) {
pn := s.pn
switch typ {
-
Thanks all.
Since there is no objection, I will act as the 4.18.1.0 release manager.
I have noticed many bug fix PRs are targeted to the main branch, if the
authors want to merge it into 4.18.1.0, please rebase with 4.18 and change
the target branch to 4.18. All commits in the 4.18 branch will be
happyalexkg opened a new issue, #61:
URL: https://github.com/apache/cloudstack-go/issues/61
Hi, i tring to get all VMs which belongs to user with this function
ListVirtualMachines
Here is my code:
`con := cloudstack.InitCloudStack()
p3 := con.VirtualMachine.NewListVir