2015-01-10 02:43:20 -05:00
|
|
|
======
|
|
|
|
policy
|
|
|
|
======
|
|
|
|
|
|
|
|
Identity v3
|
|
|
|
|
|
|
|
policy create
|
|
|
|
-------------
|
|
|
|
|
|
|
|
Create new policy
|
|
|
|
|
|
|
|
.. program:: policy create
|
|
|
|
.. code:: bash
|
|
|
|
|
2016-12-20 09:18:55 +08:00
|
|
|
openstack policy create
|
2015-01-10 02:43:20 -05:00
|
|
|
[--type <type>]
|
|
|
|
<filename>
|
|
|
|
|
|
|
|
.. option:: --type <type>
|
|
|
|
|
|
|
|
New MIME type of the policy rules file (defaults to application/json)
|
|
|
|
|
|
|
|
.. describe:: <filename>
|
|
|
|
|
|
|
|
New serialized policy rules file
|
|
|
|
|
|
|
|
policy delete
|
|
|
|
-------------
|
|
|
|
|
2016-07-12 12:44:55 +08:00
|
|
|
Delete policy(s)
|
2015-01-10 02:43:20 -05:00
|
|
|
|
|
|
|
.. program:: policy delete
|
|
|
|
.. code:: bash
|
|
|
|
|
2016-12-20 09:18:55 +08:00
|
|
|
openstack policy delete
|
2016-07-12 12:44:55 +08:00
|
|
|
<policy> [<policy> ...]
|
2015-01-10 02:43:20 -05:00
|
|
|
|
|
|
|
.. describe:: <policy>
|
|
|
|
|
2016-07-12 12:44:55 +08:00
|
|
|
Policy(s) to delete
|
2015-01-10 02:43:20 -05:00
|
|
|
|
|
|
|
policy list
|
|
|
|
-----------
|
|
|
|
|
|
|
|
List policies
|
|
|
|
|
|
|
|
.. program:: policy list
|
|
|
|
.. code:: bash
|
|
|
|
|
2016-12-20 09:18:55 +08:00
|
|
|
openstack policy list
|
2015-01-10 02:43:20 -05:00
|
|
|
[--long]
|
|
|
|
|
|
|
|
.. option:: --long
|
|
|
|
|
|
|
|
List additional fields in output
|
|
|
|
|
|
|
|
policy set
|
|
|
|
----------
|
|
|
|
|
|
|
|
Set policy properties
|
|
|
|
|
|
|
|
.. program:: policy set
|
|
|
|
.. code:: bash
|
|
|
|
|
2016-12-20 09:18:55 +08:00
|
|
|
openstack policy set
|
2015-01-10 02:43:20 -05:00
|
|
|
[--type <type>]
|
|
|
|
[--rules <filename>]
|
|
|
|
<policy>
|
|
|
|
|
|
|
|
.. option:: --type <type>
|
|
|
|
|
|
|
|
New MIME type of the policy rules file
|
|
|
|
|
|
|
|
.. describe:: --rules <filename>
|
|
|
|
|
|
|
|
New serialized policy rules file
|
|
|
|
|
|
|
|
.. describe:: <policy>
|
|
|
|
|
|
|
|
Policy to modify
|
|
|
|
|
|
|
|
policy show
|
|
|
|
-----------
|
|
|
|
|
|
|
|
Display policy details
|
|
|
|
|
|
|
|
.. program:: policy show
|
|
|
|
.. code:: bash
|
|
|
|
|
2016-12-20 09:18:55 +08:00
|
|
|
openstack policy show
|
2015-01-10 02:43:20 -05:00
|
|
|
<policy>
|
|
|
|
|
|
|
|
.. describe:: <policy>
|
|
|
|
|
|
|
|
Policy to display
|