summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/credential.rst
diff options
context:
space:
mode:
authorAdriano Fialho <dritec@gmail.com>2016-05-14 13:22:13 -0300
committerAdriano Fialho <dritec@gmail.com>2016-05-14 13:22:13 -0300
commit2629fda94708fb0e335087b5e158629b15a95e4b (patch)
treeccb9139860a00005d151a084c9ffd0c8fd6dc274 /doc/source/command-objects/credential.rst
parente1c53250bcf430517d254ada998e78b057a56a49 (diff)
downloadpython-openstackclient-2629fda94708fb0e335087b5e158629b15a95e4b.tar.gz
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
Diffstat (limited to 'doc/source/command-objects/credential.rst')
-rw-r--r--doc/source/command-objects/credential.rst27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/source/command-objects/credential.rst b/doc/source/command-objects/credential.rst
new file mode 100644
index 00000000..ed8a00db
--- /dev/null
+++ b/doc/source/command-objects/credential.rst
@@ -0,0 +1,27 @@
+===========
+credential
+===========
+
+Identity v3
+
+credential create
+------------------
+
+.. ''[consider rolling the ec2 creds into this too]''
+
+.. code:: bash
+
+ os credential create
+ --x509
+ [<private-key-file>]
+ [<certificate-file>]
+
+credential show
+----------------
+
+.. code:: bash
+
+ os credential show
+ [--token]
+ [--user]
+ [--x509 [--root]]