python-openstackclient/doc/source/cli/command-objects/federation-protocol.rst
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

2.6 KiB

federation protocol

Identity v3

Requires: OS-FEDERATION extension

federation protocol create

Create new federation protocol

federation protocol create

openstack federation protocol create
    --identity-provider <identity-provider>
    --mapping <mapping>
    <name>

--identity-provider <identity-provider>

Identity provider that will support the new federation protocol (name or ID) (required)

--mapping <mapping>

Mapping that is to be used (name or ID) (required)

<name>

New federation protocol name (must be unique per identity provider)

federation protocol delete

Delete federation protocol(s)

federation protocol delete

openstack federation protocol delete
    --identity-provider <identity-provider>
    <federation-protocol> [<federation-protocol> ...]

--identity-provider <identity-provider>

Identity provider that supports <federation-protocol> (name or ID) (required)

<federation-protocol>

Federation protocol(s) to delete (name or ID)

federation protocol list

List federation protocols

federation protocol list

openstack federation protocol list
    --identity-provider <identity-provider>

--identity-provider <identity-provider>

Identity provider to list (name or ID) (required)

federation protocol set

Set federation protocol properties

federation protocol set

openstack federation protocol set
    --identity-provider <identity-provider>
    [--mapping <mapping>]
    <federation-protocol>

--identity-provider <identity-provider>

Identity provider that supports <federation-protocol> (name or ID) (required)

--mapping <mapping>

Mapping that is to be used (name or ID)

<federation-protocol>

Federation protocol to modify (name or ID)

federation protocol show

Display federation protocol details

federation protocol show

openstack federation protocol show
    --identity-provider <identity-provider>
    <federation-protocol>

--identity-provider <identity-provider>

Identity provider that supports <federation-protocol> (name or ID) (required)

<federation-protocol>

Federation protocol to display (name or ID)