watcher.decision_engine.model.collector.nova
Modulewatcher.decision_engine.model.collector.nova
Module¶watcher.decision_engine.model.collector.nova.
ModelBuilder
(osc)[source]¶Bases: object
Build the graph-based model
This model builder adds the following data”
NOTE(v-francoise): This model builder is meant to be extended in the future to also include both storage and network information respectively coming from Cinder and Neutron. Some prelimary work has been done in this direction in https://review.openstack.org/#/c/362730 but since we cannot guarantee a sufficient level of consistency for neither the storage nor the network part before the end of the Ocata cycle, this work has been re-scheduled for Pike. In the meantime, all the associated code has been commented out.
watcher.decision_engine.model.collector.nova.
NovaClusterDataModelCollector
(config, osc=None)[source]¶Bases: watcher.decision_engine.model.collector.base.BaseClusterDataModelCollector
Nova cluster data model collector
The Nova cluster data model collector creates an in-memory representation of the resources exposed by the compute service.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.