Skip to content

Commit 2629fda

Browse files
committed
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
1 parent e1c5325 commit 2629fda

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
===========
2-
credentials
2+
credential
33
===========
44

55
Identity v3
66

7-
credentials create
7+
credential create
88
------------------
99

1010
.. ''[consider rolling the ec2 creds into this too]''
1111
1212
.. code:: bash
1313
14-
os credentials create
14+
os credential create
1515
--x509
1616
[<private-key-file>]
1717
[<certificate-file>]
1818
19-
credentials show
19+
credential show
2020
----------------
2121

2222
.. code:: bash
2323
24-
os credentials show
24+
os credential show
2525
[--token]
2626
[--user]
2727
[--x509 [--root]]

doc/source/commands.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ referring to both Compute and Volume quotas.
8383
* ``console url``: (**Compute**) server remote console URL
8484
* ``consumer``: (**Identity**) OAuth-based delegatee
8585
* ``container``: (**Object Storage**) a grouping of objects
86-
* ``credentials``: (**Identity**) specific to identity providers
86+
* ``credential``: (**Identity**) specific to identity providers
8787
* ``domain``: (**Identity**) a grouping of projects
8888
* ``ec2 credentials``: (**Identity**) AWS EC2-compatible credentials
8989
* ``endpoint``: (**Identity**) the base URL used to contact a specific service

0 commit comments

Comments
 (0)