fix integration doc warning

Issue-ID: INT-1490

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I9153da660ae469c0bd3ed51cfebd912b6e4b9bf2
Signed-off-by: mrichomme <morgan.richomme@orange.com>
diff --git a/bootstrap/codesearch/README.rst b/bootstrap/codesearch/README.rst
index 78262b2..10e5b8c 100644
--- a/bootstrap/codesearch/README.rst
+++ b/bootstrap/codesearch/README.rst
@@ -55,6 +55,7 @@
    (`integration/bootstrap/codesearch`).
 
 .. code-block:: sh
+
    vagrant up --provider=libvirt
 
 This will:
diff --git a/bootstrap/vagrant-minimal-onap/README.rst b/bootstrap/vagrant-minimal-onap/README.rst
index 1315a00..8a9850d 100644
--- a/bootstrap/vagrant-minimal-onap/README.rst
+++ b/bootstrap/vagrant-minimal-onap/README.rst
@@ -29,6 +29,7 @@
 Following set of commands can be used to prepare a machine running Ubuntu 18.04 for this setup:
 
 .. code-block:: sh
+
    sudo sed -i'.bak' 's/^#.*deb-src/deb-src/' /etc/apt/sources.list
    sudo apt-get update
    sudo apt-get build-dep vagrant ruby-libvirt
@@ -113,6 +114,7 @@
    (`integration/bootstrap/vagrant-minimal-onap`).
 
 .. code-block:: sh
+
    vagrant up --provider=libvirt
 
 
@@ -123,11 +125,13 @@
 be available on Operator's machine. It can be accessed by executing:
 
 .. code-block:: sh
+
    vagrant ssh operator
 
 Although appropriate context is set for `kubectl` on login, when interacting with the cluster the
 `onap` namespace has to be explicitly specified. Example:
 
 .. code-block:: sh
+
    # Operator's machine shell
    kubectl -nonap get pods