Doug Hellmann 9599ffe65d reorganize existing documentation according to the new standard layout
Move existing content around based on the doc-migration specification.

Replace :doc: markup with :ref: to have sphinx keep track of where the
files move and generate valid hyperlinks.

Add a few toctrees and index pages for the new directories.

Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
Change-Id: I253ee8f89d3ec40e39310c18bb87ed1d3d5de330
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-23 11:54:32 +02:00

1.3 KiB

policy

Identity v3

policy create

Create new policy

policy create

openstack policy create
    [--type <type>]
    <filename>

--type <type>

New MIME type of the policy rules file (defaults to application/json)

<filename>

New serialized policy rules file

policy delete

Delete policy(s)

policy delete

openstack policy delete
    <policy> [<policy> ...]

<policy>

Policy(s) to delete

policy list

List policies

policy list

openstack policy list
    [--long]

--long

List additional fields in output

policy set

Set policy properties

policy set

openstack policy set
    [--type <type>]
    [--rules <filename>]
    <policy>

--type <type>

New MIME type of the policy rules file

--rules <filename>

New serialized policy rules file

<policy>

Policy to modify

policy show

Display policy details

policy show

openstack policy show
    <policy>

<policy>

Policy to display