congress.policy_engines.base_driver.
PolicyEngineDriver
(*args, **kwargs)¶Bases: sphinx.ext.autodoc.importer._MockObject
Driver for policy engines, analogous to DataSourceDriver.
set_policy
(policy)¶Set the policy of this policy engine. POLICY is a datalog string.
supported_language
()¶Return description of the language supported by this engine.
A description is a list of permitted tables and a list of forbidden tables. Eventually we may broaden the description.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.