[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. backport: Mitaka Change-Id: If071a9aa3d8bb5854de1abd4c9eb3eafb3b07817 Related-Bug: #1510680
This commit is contained in:
parent
872fa43b2c
commit
8a4ffb4224
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user