You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2019/01/25 17:13:20 UTC

[cloudstack-documentation] 10/21: Formating fix to show code

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch security-tls-config
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git

commit ddc2485de125b4c0c2a98cc8716320d912d33edf
Author: Andrija Panic <an...@users.noreply.github.com>
AuthorDate: Wed Oct 10 00:11:51 2018 +0200

    Formating fix to show code
    
    "flush tables with read lock..." and few more lines were hidden due to formatting...
---
 source/installguide/optional_installation.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/installguide/optional_installation.rst b/source/installguide/optional_installation.rst
index d352f06..de2d328 100644
--- a/source/installguide/optional_installation.rst
+++ b/source/installguide/optional_installation.rst
@@ -150,7 +150,7 @@ steps are a guide to implementing MySQL replication.
    assumes that master and slave run on the 172.16.1.0/24 network.
 
    .. sourcecode: bash
-
+   .. parsed-literal::
       # mysql -u root
       mysql> create user 'cloud-repl'@'172.16.1.%' identified by 'password';
       mysql> grant replication slave on *.* TO 'cloud-repl'@'172.16.1.%';