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
This commit is contained in:
Mark McLoughlin 2013-12-11 11:48:56 +00:00
parent 2dfc578b2d
commit e41781137f

View File

@ -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
-------