From e74a3b77447094767be78ae76758999e376f361f Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Fri, 1 Jun 2018 21:41:29 +0000 Subject: [PATCH] Clarify CLI documentation This commit simply expands on the CLI usage document so that we can easily expand it to include new sections. Change-Id: Ib1c4d6999e2cdcb078609f0cf612f7073d2747c4 --- doc/source/cli/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/cli/index.rst b/doc/source/cli/index.rst index fe5612c2..08b56c9f 100644 --- a/doc/source/cli/index.rst +++ b/doc/source/cli/index.rst @@ -2,6 +2,12 @@ Command Line Interface ====================== +This document describes the various command line tools exposed by +``oslo.policy`` to manage policies and policy files. + +oslopolicy-checker +================== + Run the command line ``oslopolicy-checker`` to check policy against the OpenStack Identity API access information.