Kilo Series Release Notes¶
Main features
Datalog: basic rules, column references, multiple policies, action-execution rules
Monitoring: check for policy violations by asking for the rows of the
errortableProactive enforcement: prevent violations by asking Congress before making changes using the
simulateAPI callManual reactive enforcement: correct violations by writing Datalog statements that say which actions to execute to eliminate violations
Datasource drivers for Ceilometer, Cinder, CloudFoundry, Glance, Ironic, Keystone, Murano, Neutron, Nova, Plexxi, Swift, vCenter
Known issues
GET /v1/policies/<policy-name>/rulesfails to return 404 if the policy name is not found. There are similar issues for other/v1/policies/<policy-name>/rulesAPI calls.Within a policy, you may not use both
execute[<table>(<args>)]and<table>(<args>)in the heads of rules.