summaryrefslogtreecommitdiff
path: root/Documentation/automake.mk
diff options
context:
space:
mode:
authorMark Michelson <mmichels@redhat.com>2017-10-20 09:46:19 -0500
committerBen Pfaff <blp@ovn.org>2017-10-24 14:45:34 -0700
commit431e90b7c5f704d3d7fcbfbf8fcce50f08e0825f (patch)
tree2aac88227df5735655feb3f2bdb91433f92108ab /Documentation/automake.mk
parent2c71d7d8ecf46f214c211635ce0a42fa20bfd8fd (diff)
downloadopenvswitch-431e90b7c5f704d3d7fcbfbf8fcce50f08e0825f.tar.gz
Documentation: Add document describing RBAC
Role based access control is a relatively new addition to OVS/OVN, and aside from the database documentation in ovn-sb(5), there is not much explaining what RBAC is, how to use it, and the available roles. This document remedies that situation. It is hopeful that any new roles added will be added to this document in the future. Signed-off-by: Mark Michelson <mmichels@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'Documentation/automake.mk')
-rw-r--r--Documentation/automake.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/automake.mk b/Documentation/automake.mk
index 2a0c8e868..630fdf197 100644
--- a/Documentation/automake.mk
+++ b/Documentation/automake.mk
@@ -42,6 +42,7 @@ DOC_SOURCE = \
Documentation/topics/openflow.rst \
Documentation/topics/ovsdb-replication.rst \
Documentation/topics/porting.rst \
+ Documentation/topics/role-based-access-control.rst \
Documentation/topics/tracing.rst \
Documentation/topics/windows.rst \
Documentation/howto/index.rst \