You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2013/07/19 11:44:31 UTC

git commit: updated refs/heads/4.2 to 5e579c3

Updated Branches:
  refs/heads/4.2 7c664728f -> 5e579c37f


CLOUDSTACK-2057: minor correction


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5e579c37
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5e579c37
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5e579c37

Branch: refs/heads/4.2
Commit: 5e579c37fca8fbe775c1d8680b2eca8832d9a8fd
Parents: 7c66472
Author: Sebastien Goasguen <ru...@gmail.com>
Authored: Fri Jul 19 05:44:18 2013 -0400
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Fri Jul 19 05:44:18 2013 -0400

----------------------------------------------------------------------
 docs/en-US/signing-api-requests.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5e579c37/docs/en-US/signing-api-requests.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/signing-api-requests.xml b/docs/en-US/signing-api-requests.xml
index fc8773b..92ff79e 100644
--- a/docs/en-US/signing-api-requests.xml
+++ b/docs/en-US/signing-api-requests.xml
@@ -39,8 +39,8 @@
             <note><para>As with all query string parameters of field-value pairs, the "field" component is case insensitive while all "value" values are case sensitive.</para></note>
             <programlisting>command=deployVirtualMachine&amp;serviceOfferingId=1&amp;diskOfferingId=1&amp;templateId=2&amp;zoneId=4&amp;apiKey=miVr6X7u6bN_sdahOBpjNejPgEsT35eXq-jB8CG20YI3yaxXcgpyuaIRmFI_EJTVwZ0nUkkJbPmY3y2bciKwFQ</programlisting>
         </listitem>
-        <listitem><para>Signature: This is the hashed signature of the Base URL that is generated using a combination of the user’s Secret Key and the HMAC SHA-1 hashing algorithm.</para>
-            <para>&amp;signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D</para>
+        <listitem><para>Signature: This is the signature of the command string that is generated using a combination of the user’s Secret Key and the HMAC SHA-1 hashing algorithm.</para>
+            <programlisting>&amp;signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D</programlisting>
         </listitem>
     </itemizedlist>
     <para>Every API request has the format Base URL+API Path+Command String+Signature.</para>