Remove format option examples in policy generator

As `--format` option was dropped in oslopolicy-policy-generator, remove
examples of the option in documentation.

Change-Id: I20f748dadecc15eaad6326a20a121cab4c1a995e
Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
This commit is contained in:
Yasufumi Ogawa 2020-10-21 08:20:06 +00:00
parent 266ee36d33
commit ddb2cbe70d
1 changed files with 0 additions and 7 deletions

View File

@ -38,19 +38,12 @@ The generate the effective policy file for a namespace called ``keystone``:
oslopolicy-policy-generator --namespace keystone
To generate the effective policy file in JSON:
.. code-block:: bash
oslopolicy-policy-generator --namespace keystone --format json
To generate the effective policy file and output directly to a file:
.. code-block:: bash
oslopolicy-policy-generator \
--namespace keystone \
--format yaml \
--output-file keystone-policy.yaml
To show the additional options and arguments supported by