Hello Again!
Hi, I've joined ShapeBlue and very happy to back with CloudStack community. Looking forward to working with you all. regards, Kishan
Re: Hello Again!
Welcome (back) Kishan! Regards. From: Kishan Kavala Sent: Thursday, March 9, 2023 16:11 To: dev@cloudstack.apache.org Subject: Hello Again! Hi, I've joined ShapeBlue and very happy to back with CloudStack community. Looking forward to working with you all. regards, Kishan
Re: Hello Again!
Welcome Kishan! Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 9 Mar 2023, at 11:41, Kishan Kavala wrote: > > Hi, > I've joined ShapeBlue and very happy to back with CloudStack community. > Looking forward to working with you all. > > regards, > Kishan > > > >
Re: Hello Again!
Welcome back Kishan ! Glad to see you again in the community . Kind regards, Wei On Thu, 9 Mar 2023 at 11:42, Kishan Kavala wrote: > Hi, > I've joined ShapeBlue and very happy to back with CloudStack community. > Looking forward to working with you all. > > regards, > Kishan > > > > >
Re: Hello Again!
Welcome back Kishan! From: Kishan Kavala Sent: Thursday, March 9, 2023 4:11 PM To: dev@cloudstack.apache.org Subject: Hello Again! Hi, I've joined ShapeBlue and very happy to back with CloudStack community. Looking forward to working with you all. regards, Kishan
Re: Hello Again!
Welcome Kishan! Regards, Nicolas Vazquez From: Kishan Kavala Date: Thursday, 9 March 2023 at 07:42 To: dev@cloudstack.apache.org Subject: Hello Again! Hi, I've joined ShapeBlue and very happy to back with CloudStack community. Looking forward to working with you all. regards, Kishan
Re: Hello Again!
Great, Welcome back Kishan... Regards, Suresh On Thu, Mar 9, 2023 at 4:12 PM Kishan Kavala wrote: > > Hi, > I've joined ShapeBlue and very happy to back with CloudStack community. > Looking forward to working with you all. > > regards, > Kishan > > > >
[GitHub] [cloudstack-go] poddm closed pull request #48: Fix asterisk encoding
poddm closed pull request #48: Fix asterisk encoding URL: https://github.com/apache/cloudstack-go/pull/48 -- 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, #49: fix asterisk encoding
poddm opened a new pull request, #49: URL: https://github.com/apache/cloudstack-go/pull/49 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
Re: Hello Again!
Welcome back Kishan! Regards From: Suresh Kumar Anaparti Sent: Thursday, March 9, 2023 7:01 PM To: dev@cloudstack.apache.org Subject: Re: Hello Again! Great, Welcome back Kishan... Regards, Suresh On Thu, Mar 9, 2023 at 4:12 PM Kishan Kavala wrote: > > Hi, > I've joined ShapeBlue and very happy to back with CloudStack community. > Looking forward to working with you all. > > regards, > Kishan > > > >