diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-02-02 07:57:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-02 07:57:23 +0000 |
commit | c2174cd6d489b9079faec3523f175725da08f9df (patch) | |
tree | 8b7e055ef982599fae1601aa6e5d0526aa9f54bf /docs/release/installation/installation.instruction.rst | |
parent | 6ccfee59ea7225cfc46227e7e874835dc75dc575 (diff) | |
parent | 574021257b89eda2b431e51121bbb11bd9d54988 (diff) |
Merge "deploy.sh: Disable net.bridge.bridge-nf-call"
Diffstat (limited to 'docs/release/installation/installation.instruction.rst')
-rw-r--r-- | docs/release/installation/installation.instruction.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/release/installation/installation.instruction.rst b/docs/release/installation/installation.instruction.rst index 1bf295a0e..6c0bf4cb8 100644 --- a/docs/release/installation/installation.instruction.rst +++ b/docs/release/installation/installation.instruction.rst @@ -243,6 +243,8 @@ is recommened to install libvirt-bin explicitly on the Jumpserver before the dep dependencies on the Jumpserver, unless explicitly asked not to (via -P deploy arg). This includes Python, QEMU, libvirt etc. +**NOTE**: The install script will alter Jumpserver sysconf and disable `net.bridge.bridge-nf-call`. + .. code-block:: bash $ apt-get install linux-image-generic-hwe-16.04-edge libvirt-bin |