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 2014/01/27 22:42:57 UTC

git commit: fix aws chapter

Updated Branches:
  refs/heads/master 19a244a4e -> 327befd3a


fix aws chapter


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/327befd3
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/327befd3
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/327befd3

Branch: refs/heads/master
Commit: 327befd3af6e4e30bda07ed31b9017930497c222
Parents: 19a244a
Author: Sebastien Goasguen <ru...@gmail.com>
Authored: Mon Jan 27 16:42:45 2014 -0500
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Mon Jan 27 16:42:45 2014 -0500

----------------------------------------------------------------------
 source/aws_interface.rst | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/327befd3/source/aws_interface.rst
----------------------------------------------------------------------
diff --git a/source/aws_interface.rst b/source/aws_interface.rst
index e101769..b611feb 100644
--- a/source/aws_interface.rst
+++ b/source/aws_interface.rst
@@ -92,8 +92,7 @@ prior to using it.
    the Amazon service offerings. You can do this through the CloudStack
    UI as described in the Administration Guide.
 
-   .. warning:: Be sure you have included the Amazon default service offering,
-   m1.small. As well as any EC2 instance types that you will use.
+.. warning:: Be sure you have included the Amazon default service offering, m1.small. As well as any EC2 instance types that you will use.
 
 #. 
 
@@ -102,7 +101,7 @@ prior to using it.
 
 ::
 
-       # service cloudstack-management restart
+     # service cloudstack-management restart
 
 The following sections provides details to perform these steps
 
@@ -220,12 +219,12 @@ To use the EC2 command-line tools, the user must perform these steps:
    CloudStack management server and port. In a bash shell do the
    following.
 
-   .. code:: bash
+.. code:: bash
 
-                         $ export EC2_CERT=/path/to/cert.pem
-                         $ export EC2_PRIVATE_KEY=/path/to/private_key.pem
-                         $ export EC2_URL=http://localhost:7080/awsapi
-                         $ export EC2_HOME=/path/to/EC2_tools_directory
+    $ export EC2_CERT=/path/to/cert.pem
+    $ export EC2_PRIVATE_KEY=/path/to/private_key.pem
+    $ export EC2_URL=http://localhost:7080/awsapi
+    $ export EC2_HOME=/path/to/EC2_tools_directory
 
 Using Timeouts to Ensure AWS API Command Completion
 ---------------------------------------------------