[install-guide] Add ipset installation in compute node

In some case, host may lack ipset utility(e.g., due to a
dependency issue). This will cause create vm failed if we
enable Neutron securitygroup in compute node.

We had already fixed in Neutron side, we using neutron-sanity-check
tool for check ipset installation. But this is insufficiency,
some guys may not know that tool.

So we install ipset in compute node.


Change-Id: If071a9aa3d8bb5854de1abd4c9eb3eafb3b07817
Related-Bug: #1510680
(cherry picked from commit 8a4ffb4224)
This commit is contained in:
Dongcan Ye 2016-05-06 20:53:08 +08:00 committed by venkatamahesh
parent 5fb6d63bf2
commit 5c070bcf0b
1 changed files with 5 additions and 1 deletions

View File

@ -17,9 +17,13 @@ Install the components
.. only:: rdo
.. todo:
https://bugzilla.redhat.com/show_bug.cgi?id=1334626
.. code-block:: console
# yum install openstack-neutron-linuxbridge ebtables
# yum install openstack-neutron-linuxbridge ebtables ipset
.. only:: obs