Changed the nomenclature of credentials command

Removed the "s" of the "credentials command" in the documentation and renaming the file to credential.rst (instead of credentials)

Change-Id: If1df15b9a630a5452e05d14fb45e9ebb124583a7
This commit is contained in:
Adriano Fialho 2016-05-14 13:22:13 -03:00
parent e1c53250bc
commit 2629fda947
2 changed files with 6 additions and 6 deletions
doc/source

@ -1,27 +1,27 @@
=========== ===========
credentials credential
=========== ===========
Identity v3 Identity v3
credentials create credential create
------------------ ------------------
.. ''[consider rolling the ec2 creds into this too]'' .. ''[consider rolling the ec2 creds into this too]''
.. code:: bash .. code:: bash
os credentials create os credential create
--x509 --x509
[<private-key-file>] [<private-key-file>]
[<certificate-file>] [<certificate-file>]
credentials show credential show
---------------- ----------------
.. code:: bash .. code:: bash
os credentials show os credential show
[--token] [--token]
[--user] [--user]
[--x509 [--root]] [--x509 [--root]]

@ -83,7 +83,7 @@ referring to both Compute and Volume quotas.
* ``console url``: (**Compute**) server remote console URL * ``console url``: (**Compute**) server remote console URL
* ``consumer``: (**Identity**) OAuth-based delegatee * ``consumer``: (**Identity**) OAuth-based delegatee
* ``container``: (**Object Storage**) a grouping of objects * ``container``: (**Object Storage**) a grouping of objects
* ``credentials``: (**Identity**) specific to identity providers * ``credential``: (**Identity**) specific to identity providers
* ``domain``: (**Identity**) a grouping of projects * ``domain``: (**Identity**) a grouping of projects
* ``ec2 credentials``: (**Identity**) AWS EC2-compatible credentials * ``ec2 credentials``: (**Identity**) AWS EC2-compatible credentials
* ``endpoint``: (**Identity**) the base URL used to contact a specific service * ``endpoint``: (**Identity**) the base URL used to contact a specific service