From 2e7e7c1a288f17d1d33dd1b7534318f20b0db665 Mon Sep 17 00:00:00 2001 From: Javeria Khan Date: Thu, 12 May 2016 04:35:05 -0700 Subject: [PATCH] Adding Removing / Adding Controllers to Expected Failures Change-Id: I12f7e61addd6df0e9ba08628cd24376b381d65d2 Signed-off-by: Javeria Khan --- doc/plugin_guide/source/troubleshooting.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/plugin_guide/source/troubleshooting.rst b/doc/plugin_guide/source/troubleshooting.rst index 038f629..8ccbd89 100644 --- a/doc/plugin_guide/source/troubleshooting.rst +++ b/doc/plugin_guide/source/troubleshooting.rst @@ -19,12 +19,6 @@ Troubleshooting service plumgrid status service plumgrid start -#. After removing or adding a Controller node, the following steps must be performed on the active Controllers to avoid re-deployment failures: - :: - - pip uninstall pbr - rmmod iovisor - Expected Failures ----------------- @@ -33,3 +27,5 @@ Expected Failures #. *Check pacemaker status* will also fail on OVS checks, as OVS is not used in a PLUMgrid based environment. #. Using *fuel createmirror* is not supported since the PLUMgrid plugin requires a specific version of certain packages on trusty that are not hosted by the partial mirror created by this tool. Furthermore, for an enviroment with the PLUMgrid plugin enabled, it will fail to set repositories as defaults for new environments; however it will update the current ones in the Fuel UI Settings --> Repositories to the local links. + +#. Removing / Adding Controller nodes are not supported in this plugin version, as they will fail on Create_network task.