From 5c070bcf0b1714b9e1f511d3374a81802a155be9 Mon Sep 17 00:00:00 2001 From: Dongcan Ye Date: Fri, 6 May 2016 20:53:08 +0800 Subject: [PATCH] [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 8a4ffb4224d438d68d642f93269002b06bf63502) --- doc/install-guide/source/neutron-compute-install.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/install-guide/source/neutron-compute-install.rst b/doc/install-guide/source/neutron-compute-install.rst index 952817ea58..99161216dd 100644 --- a/doc/install-guide/source/neutron-compute-install.rst +++ b/doc/install-guide/source/neutron-compute-install.rst @@ -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