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/02/13 16:46:07 UTC

git commit: Fixed code block formatting

Updated Branches:
  refs/heads/master 54c0508b9 -> 1114d178b


Fixed code block formatting

Various code blocks were not formatted correctly

Signed-off-by: Sebastien Goasguen <ru...@gmail.com>


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/1114d178
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/1114d178
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/1114d178

Branch: refs/heads/master
Commit: 1114d178b6c46018a00d634f7771bffae238b421
Parents: 54c0508
Author: Geoff Higginbottom <hi...@apache.org>
Authored: Thu Feb 13 11:48:13 2014 +0000
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Thu Feb 13 16:46:03 2014 +0100

----------------------------------------------------------------------
 source/configuration.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/1114d178/source/configuration.rst
----------------------------------------------------------------------
diff --git a/source/configuration.rst b/source/configuration.rst
index a2adc1c..f2b0dce 100644
--- a/source/configuration.rst
+++ b/source/configuration.rst
@@ -112,7 +112,7 @@ region.
 
    .. code:: bash
 
-       cloudstack-setup-databases cloud:<dbpassword>@localhost --deploy-as=root:<password> -e <encryption_type> -m <management_server_key> -k <database_key> -r <region_id>
+      # cloudstack-setup-databases cloud:<dbpassword>@localhost --deploy-as=root:<password> -e <encryption_type> -m <management_server_key> -k <database_key> -r <region_id>
 
 #. 
 
@@ -189,7 +189,7 @@ region.
 
    .. code:: bash
 
-       mysql> delete from account where type = 5;
+          # mysql> delete from account where type = 5;
 
 #. 
 
@@ -197,7 +197,7 @@ region.
 
    .. code:: bash
 
-       mysql> update account set default_zone_id = null;
+          # mysql> update account set default_zone_id = null;
 
 #.