Updated Strategy plugin doc

As we modified the way a strategy gets implemented in
blueprint watcher-add-actions-via-conf, this patchset updates the
documentation regarding the implementation of a strategy plugin.

Change-Id: I517455bc34623feff704956ce30ed545a0e1014b
Closes-Bug: #1533740
This commit is contained in:
Vincent Françoise
2016-02-17 17:39:50 +01:00
committed by David TARDIVEL
parent 9fadfbe40a
commit 4afefa3dfb
4 changed files with 54 additions and 41 deletions

View File

@@ -63,7 +63,8 @@ watcher_planners =
default = watcher.decision_engine.planner.default:DefaultPlanner
[pbr]
autodoc_index_modules = True
warnerrors = true
autodoc_index_modules = true
autodoc_exclude_modules =
watcher.db.sqlalchemy.alembic.env
watcher.db.sqlalchemy.alembic.versions.*