Fixing empty lines around the code block 21/39821/1
authorMars Toktonaliev <mars.toktonaliev@nokia.com>
Wed, 28 Mar 2018 20:13:16 +0000 (15:13 -0500)
committerMars Toktonaliev <mars.toktonaliev@nokia.com>
Wed, 28 Mar 2018 20:17:24 +0000 (15:17 -0500)
Issue-ID: DOC-252

Change-Id: I614a8b957c37320bc3d0c14d460c197a4becf1cd
Signed-off-by: Mars Toktonaliev <mars.toktonaliev@nokia.com>
docs/guides/onap-developer/settingup/install-designate.rst

index 42000a4..ddc2cd5 100644 (file)
@@ -54,7 +54,9 @@ Few steps have to be performed. The detail of each steps are in `the config guid
 
 1. Install bind9 nameserver
 2. Configure it to accept dns updates and forward to your master DNS Server. Example configuration is below:
+
    .. code:: bash
+
     root@designate:~# cat /etc/bind/named.conf.options
     include "/etc/bind/rndc.key";
     options {
@@ -74,7 +76,8 @@ Few steps have to be performed. The detail of each steps are in `the config guid
     controls {
         inet 10.203.157.79 port 953 allow { 10.203.157.79; } keys { "rndc-key"; };
         };
-    root@designate:~# 
+    root@designate:~#
+    
 3. Configure Designate in openstack. Please see `this guide <https://docs.openstack.org/mitaka/networking-guide/config-dns-int.html>` for more details.
 4. Create a pool pointing to your nameserver