summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLance Richardson <lrichard@redhat.com>2017-05-31 19:04:47 -0400
committerBen Pfaff <blp@ovn.org>2017-06-08 14:03:09 -0700
commit75ddb5f4698fa64a10edc04522bdb2ec2eedb47d (patch)
tree8db9a603e68e0eadd12b2b2142a33c1644bbcc08 /NEWS
parentd6db7b3cc4bcf908e3016924f4e782d4740f804f (diff)
downloadopenvswitch-75ddb5f4698fa64a10edc04522bdb2ec2eedb47d.tar.gz
ovn: add rbac tables to ovn southbound schema
Add rbac "roles" and "permissions" tables to ovn southbound database schema, add support to ovn-northd for managing these tables. Signed-off-by: Lance Richardson <lrichard@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2517b9063..5f5c11e26 100644
--- a/NEWS
+++ b/NEWS
@@ -38,6 +38,7 @@ Post-v2.7.0
abbreviated to 4 hex digits.
* "ovn-sbctl lflow-list" can now print OpenFlow flows that correspond
to logical flows.
+ * Now uses OVSDB RBAC support to reduce impact of compromised hypervisors.
- OVSDB:
* New support for role-based access control (see ovsdb-server(1)).
- Add the command 'ovs-appctl stp/show' (see ovs-vswitchd(8)).