summaryrefslogtreecommitdiff
path: root/doc/source/cli/oslopolicy-list-redundant.rst
blob: ed5651612e94ace787162e99e33c3e8c7dec18ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
=========================
oslopolicy-list-redundant
=========================

.. program:: oslopolicy-list-redundant

Synopsis
--------

::

  oslopolicy-list-redundant [-h] [--config-dir DIR] [--config-file PATH]
                            [--namespace NAMESPACE]

Description
-----------

The ``oslopolicy-list-redundant`` tool is useful for detecting policies that
are specified in policy files that are the same as the defaults provided by the
service. Operators can use this tool to find policies that they can remove from
their policy files, making maintenance easier.

This tool assumes a policy file containing overrides exists and is specified
through configuration.

Options
-------

.. include:: common/default-opts.rst

.. include:: common/enforcer-opts.rst

Examples
--------

To list redundant default policies:

.. code-block:: bash

   oslopolicy-list-redundant --namespace keystone --config-dir /etc/keystone

For more information regarding the options supported by this tool:

.. code-block:: bash

   oslopolicy-list-redundant --help

See Also
--------

:program:`oslopolicy-sample-generator`, :program:`oslopolicy-policy-generator`,
:program:`oslopolicy-checker`