summaryrefslogtreecommitdiff
path: root/doc/source/cli/man
Commit message (Collapse)AuthorAgeFilesLines
* Add documentation about login with federationpedro2020-12-021-0/+112
| | | | | | | | The documentation presents the parameters necessary to authenticate via federation (using password) and do a brief description of each parameter used in the process. Change-Id: Iae3b6d0b56ebd2bbbb94f9f3637b5086e75559a7
* Merge "Replace port 35357 with 5000 for "auth_url""Zuul2020-03-201-2/+2
|\
| * Replace port 35357 with 5000 for "auth_url"Nguyen Van Duc2018-09-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on the change in Keystone Install Guide [1], this patch replace port 35357 with 5000 for "auth_url". For more details, please check similar changes which have been done on other projects: Nova [2], Neutron [3], Cinder [4], Glance [5]. [1] https://review.openstack.org/#/c/541857 [2] https://review.openstack.org/#/c/562812 [3] https://review.openstack.org/#/c/566491 [4] https://review.openstack.org/#/c/565464 [5] https://review.openstack.org/#/c/558932 Change-Id: I4faabbb107f912c7ed1cc5d3467ea5a94197d4a0
* | document the --timing optionGuang Yee2019-05-081-0/+4
|/ | | | | | Change-Id: I2d13088ea026ac7288213fe808874c4a3a81313a Story: #2005315 Task: #30863
* Change bug url to a correct onetianhui2018-06-271-2/+2
| | | | | | | The url for the python-openstackclient bugs is deprecated and needs to change it to a correct one. Change-Id: I3762faf27fdb647dbff2e47b19d238108ef1975f
* Update the documentation link for doc migrationHangdong Zhang2017-07-241-1/+1
| | | | Change-Id: I7833e40d66abe233af5a211bcefadc141fe8e54b
* reorganize existing documentation according to the new standard layoutDoug Hellmann2017-06-231-0/+509
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>