python-openstackclient/doc/source/command-objects/credential.rst
Kevin_Zheng 9663424c74 change os in command example to openstack
In the current doc, the command examples are like
"os server create" but the acutal command should
be started with "openstack" instead of "os", it
is misleading to first time users.

Change-Id: Ic7686257725e1aa8e4e0d65a712eff1c079927a8
2016-12-20 09:03:29 +08:00

1.8 KiB

credential

Identity v3

credential create

Create new credential

credential create

openstack credential create
    [--type <type>]
    [--project <project>]
    <user> <data>

--type <type>

New credential type

--project <project>

Project which limits the scope of the credential (name or ID)

User that owns the credential (name or ID)

<data>

New credential data

credential delete

Delete credential(s)

credential delete

openstack credential delete
    <credential-id> [<credential-id> ...]




ID(s) of credential to delete

credential list

List credentials

credential list

openstack credential list

credential set

Set credential properties

credential set

openstack credential set
    [--user <user>]
    [--type <type>]
    [--data <data>]
    [--project <project>]
    <credential-id>

--user <user>

User that owns the credential (name or ID)

--type <type>

New credential type

--data <data>

New credential data

--project <project>

Project which limits the scope of the credential (name or ID)

ID of credential to change

credential show

Display credential details

credential show

openstack credential show
    <credential-id>




ID of credential to display