Add strategy template doc
Developer should provide a detailled documentation about his strategy algorithm to make it even easier to use by a Watcher end user. I propose in this changeset a template for strategy documentation. you will find also a example with basic consolidation strategy. Change-Id: I66da1a33b87a94b508dd23ac7dce4cae6f4e068b
This commit is contained in:
@@ -28,16 +28,10 @@ LOG = log.getLogger(__name__)
|
||||
|
||||
|
||||
class NovaClusterDataModelCollector(base.BaseClusterDataModelCollector):
|
||||
"""nova
|
||||
"""Nova cluster data model collector
|
||||
|
||||
*Description*
|
||||
|
||||
This Nova cluster data model collector creates an in-memory representation
|
||||
of the resources exposed by the compute service.
|
||||
|
||||
*Spec URL*
|
||||
|
||||
<None>
|
||||
The Nova cluster data model collector creates an in-memory
|
||||
representation of the resources exposed by the compute service.
|
||||
"""
|
||||
|
||||
def __init__(self, config, osc=None):
|
||||
|
||||
Reference in New Issue
Block a user