Hello everyone,
We have recently started deploying a cloudstack installation, but have ran into
an issue. When it comes time for our system vms to start they are stuck in a
starting loop.
Looking into the catelina.out log we see this 'Unable to start VM on
Host[-1-Routing] due to Unable to add
d);
$signature = cloudstack_encrypt($newCmd, $secret);
$url = cloudstack_formattedUrl($baseUrl, $api, $clean_command, $signature);
return $url;
}
When I run the command it returns for createAccount I get 'Error: 401unable to
verify user credentials and/or request signature'.
Is there something wrong with my code?
Thanks,
Blake Ferkingstad
M
To: users@cloudstack.apache.org
Subject: Re: API Signing Issue
No html entities or similar in $cmd that could be exploded and mistaken as a
parameter?
Erik
Den mandag 30. mars 2015 skrev Blake Ferkingstad
følgende:
> Hello everyone,
>
>
>
> I have a question on my API Signing
che_CloudStack/4.0.0-incubating/html-single/API_Developers_Guide/#enabling-port-8096
--
Sent from the Delta quadrant using Borg technology!
Nux!
www.nux.ro
- Original Message -
> From: "Blake Ferkingstad"
> To: users@cloudstack.apache.org
> Sent: Monday, 30 March, 2015 16:17:2
ignature=' . $signature;
return $url;
}
Thanks,
Blake Ferkingstad
-Original Message-
From: Blake Ferkingstad [mailto:bferkings...@acentek.net]
Sent: Monday, March 30, 2015 11:51 AM
To: users@cloudstack.apache.org
Subject: RE: API Signing Issue
Hi Nux!,
Thanks for the link,