Updated Branches: refs/heads/master 54c0508b9 -> 1114d178b
Fixed code block formatting Various code blocks were not formatted correctly Signed-off-by: Sebastien Goasguen <[email protected]> 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 <[email protected]> Authored: Thu Feb 13 11:48:13 2014 +0000 Committer: Sebastien Goasguen <[email protected]> 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; #.
