From ed44e3a05b0924137c1336fb7de1d35fbf9aaf05 Mon Sep 17 00:00:00 2001 From: Javeria Khan Date: Thu, 5 May 2016 11:17:24 -0700 Subject: [PATCH] Adding expected failures to plugin guide Change-Id: I73b49d6cbe6e8f19ba5fd53c62c118fcc269aef6 Signed-off-by: Javeria Khan --- doc/plugin_guide/source/troubleshooting.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/plugin_guide/source/troubleshooting.rst b/doc/plugin_guide/source/troubleshooting.rst index 2ecc50b..43a8551 100644 --- a/doc/plugin_guide/source/troubleshooting.rst +++ b/doc/plugin_guide/source/troubleshooting.rst @@ -19,3 +19,10 @@ Troubleshooting service plumgrid status service plumgrid start + +Expected Failures +----------------- + +#. Some health checks are expected to fail due to the default networks and routers created during the deployment being deleted, after PLUMgrid plugin is installed. These are created before PLUMgrid is enabled as the network backend, hence the PLUMgrid ONS platform has no knowledge of these previously created routers/networks and they are therefore removed. + +#. *Check pacemaker status* will also fail on OVS checks, as OVS is not used in a PLUMgrid based environment.