From e41781137fa1d328301abf2adca3f1ff53eed59f Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Wed, 11 Dec 2013 11:48:56 +0000 Subject: [PATCH] doc: remove note about Nova plugin framework The architecture doc alludes to a Nova plugin framework which is now considered obsolete. See oslo-incubator review I5552b5625e26f4821464807743545ec6f5117f2b (commit 4b78868) for more background. Change-Id: Id170510bc3147af94941c993ffe6997c418d4be4 --- doc/source/architecture.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/doc/source/architecture.rst b/doc/source/architecture.rst index 499ba0ef5..7712d710e 100644 --- a/doc/source/architecture.rst +++ b/doc/source/architecture.rst @@ -327,14 +327,6 @@ for the plugin instances. Plugins are not required to subclass from the API definition class, but it is encouraged as a way to discover API changes. -.. note:: - - There is ongoing work to add a generic plugin system to Nova. If - that is implemented as part of the common library, ceilometer may - use it (or adapt it as necessary for our use). If it remains part - of Nova for Folsom we should probably not depend on it because - loading plugins is trivial with setuptools. - Polling -------