summaryrefslogtreecommitdiff
path: root/doc/source/commands.rst
Commit message (Collapse)AuthorAgeFilesLines
* autodocument commands from plugins using stevedore.sphinxextSteve Martinelli2015-12-011-1/+2
| | | | | | | | conflicting command names are a painpoint, so is manually updating a list. let's autodocument the commands that are being use by existing osc supporters. Change-Id: If37d81dfd57cc79803668b64be1ccd776e319572
* Add "openstack server unshelve" into OSCxiexs2015-11-281-1/+2
| | | | | | | | The unshelve operation is not supported by OSC, and this patch tries to add it. Change-Id: Ic60a4616cb63ad21c1a3c8e02611da8bad3a8bd0 Implements: blueprint introduce-shelve-into-osc
* Change 'Object Store' to 'Object Storage'Xi Yang2015-11-261-2/+2
| | | | | | | Because the official documents uses 'Object Storage', so change it in this project. Change-Id: I87c0996b48c452b3ff619b8214676ae377e6d0af
* Merge "Add "openstack server shelve" into OSC"Jenkins2015-11-241-0/+1
|\
| * Add "openstack server shelve" into OSCxiexs2015-11-241-0/+1
| | | | | | | | | | | | | | | | Currently, the shelve operation is not supported by OSC. So, this patch attempts to add it into OSC. Change-Id: I92545300bef006a069338168d2de800e8a58af69 Implements: blueprint introduce-shelve-into-osc
* | Doc: Update and add IP addressRichard Theis2015-11-241-5/+6
| | | | | | | | | | | | | | | | | | | | | | Fix the 'ip floating' command documentation file name. Add missing command list documentation for the 'ip fixed' and 'ip floating pool' commands. In addition, update the command description and argument help to fix minor issues and use consistent terminology. And finally, cleanup the Network command object formatting. Change-Id: I0168891bc674c9f0d4df4062f7e93f497dc8fe6f
* | Enable "openstack server resume" command to take multiple servers.Tang Chen2015-11-241-1/+1
| | | | | | | | | | | | | | | | | | Current "openstack server resume" command could only resume one server. Improve it to be able to handle more than one servers. Also improve the doc to reflect the new feature. Change-Id: I726eb86bfa3df3a9911f45770e6641264dbc1e0b Implements: blueprint cmd-with-multi-servers
* | Enable "openstack server suspend" command to take multiple servers.Tang Chen2015-11-241-1/+1
|/ | | | | | | | | Current "openstack server suspend" command could only suspend one server. Improve it to be able to handle more than one servers. Also improve the doc to reflect the new feature. Change-Id: Ic0417ee28f46c9198a35744c0180342e61966b26 Implements: blueprint cmd-with-multi-servers
* Enable "openstack server unlock" command to take multiple servers.Tang Chen2015-11-131-1/+1
| | | | | | | | | Current "openstack server unlock" command could only unlock one server. Improve it to be able to handle more than one servers. Also improve the doc to reflect the new feature. Change-Id: Ibf57b2021a504da950a491d63139a438087aed0b Implements: blueprint cmd-with-multi-servers
* Enable "openstack server lock" command to take multiple servers.Tang Chen2015-11-131-1/+1
| | | | | | | | | Current "openstack server lock" command could only lock one server. Improve it to be able to handle more than one servers. Also improve the doc to reflect the new feature. Change-Id: Ifcf103b1c32e6c547ac09f688b887b1c03f92b09 Implements: blueprint cmd-with-multi-servers
* Enable "openstack server unpause" command to take multiple servers.Tang Chen2015-11-131-1/+1
| | | | | | | | | Current "openstack server unpause" command could only unpause one server. Improve it to be able to handle more than one servers. Also improve the doc to reflect the new feature. Change-Id: I069ebdd6dcd121f6e55c2bf40d42197f93830e0c Implements: blueprint cmd-with-multi-servers
* Merge "Trivial cleanup: Use plural format for "server delete" doc."Jenkins2015-11-101-1/+1
|\
| * Trivial cleanup: Use plural format for "server delete" doc.Tang Chen2015-11-101-1/+1
| | | | | | | | Change-Id: I4dca25f1933d5925db443eca75f602a39a833413
* | Enable "openstack server pause" command to take multiple servers.Tang Chen2015-11-091-1/+1
|/ | | | | | | | | Current "openstack server pause" command could only pause one server. Improve it to be able to handle more than one servers. Also improve the doc to reflect the new feature. Change-Id: I809f77f0720457c9cdc1028a70b391c75885984c Implements: blueprint cmd-with-multi-servers
* Add "server stop" command to osc.Tang Chen2015-11-051-1/+2
| | | | | | | There is no stop command in osc. Add it. Change-Id: Ia11a8f3b1245c884f7da442292009342d2ffde1e Implements: blueprint cmd-with-multi-servers
* Add "server start" command to osc.Tang Chen2015-11-051-0/+1
| | | | | | | There is no start command in osc. Add it. Change-Id: Ic50f83413ab17c53396065aabb3f5a1506b52959 Implements: blueprint cmd-with-multi-servers
* Trivial clean up: Add doc for "osc server lock/unlock".Tang Chen2015-10-281-2/+2
| | | | | | There is no doc for "server lock/unlock" in doc/source/commands.rst. Change-Id: Ibabc260f6269a452c3de0d032839f63938bd348e
* Merge "Add a table showing all the openstack plugin objects"Jenkins2015-10-141-0/+34
|\
| * Add a table showing all the openstack plugin objectsSteve Martinelli2015-10-081-0/+34
| | | | | | | | | | | | | | | | We need a spot that highlights the `objects` used by OpenStack based `plugins`. The sooner we have this information out, the sooner we reduce the chance of a name collision. Change-Id: If9f07e19adea4aaa813eecdd0bce1fbfe616e306
* | Fix a typo in commands.rstDaisuke Fujita2015-10-081-1/+1
|/ | | | | | 1. "ec2 cedentials" to "ec2 credentials" Change-Id: I9a17c0d592f9a4d6e53e6dd786cba405468a3e09
* Add docs for service provider CRUDSteve Martinelli2015-04-151-0/+1
| | | | | | | | This patch adds service providers to command-objects, and makes a few changes to the help text, to align it more with the already established identity provider resource. Change-Id: Ibf3d2bc04bf5588d1fc9c37b8ca28c007496c021
* Add ability for diplaying hypervisor statisticslin-hua-cheng2015-03-061-0/+1
| | | | | | | | Added new command 'hypervisor stats show' for displaying the hypervisor stats over all compute nodes. Change-Id: I4f98c69135b04d4f6cea67cd6350d5d99fb79dba Partial-Bug: #1423748
* Add hypervisor docslin-hua-cheng2015-03-051-1/+1
| | | | Change-Id: I444734925316e876afcbfdeffafea9973a837022
* Command doc: policySteve Martinelli2015-01-121-1/+1
| | | | | | | Also tweaked a bunch of the code to not show 'blob', but 'rules' instead. Change-Id: I6db798d272ff416a77f169c0e912d2096fa02504
* Command docs: add serviceDean Troyer2015-01-121-1/+1
| | | | | | | Co-Authored-By: Lin Hua Cheng <os.lcheng@gmail.com> Change-Id: Icd39e6d769fd4c4797fcf4ef9eb97c71ed166b3b Closes-Bug: #1404434
* Command doc: access tokenSteve Martinelli2015-01-091-1/+1
| | | | Change-Id: I1b7103e28273f0a63c7d6b6003317b9e69702b05
* Merge "Command doc: snapshot"Jenkins2015-01-091-1/+1
|\
| * Command doc: snapshotSteve Martinelli2015-01-091-1/+1
| | | | | | | | Change-Id: Ibe5cd0a8422788762e0c52b702b7bd54e6a46813
* | Merge "Request token creation docs + tweaks"Jenkins2015-01-091-1/+1
|\ \
| * | Request token creation docs + tweaksSteve Martinelli2015-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | | Added command docs, and changed request token to take in name or id of a project, and also support a domain option. Change-Id: I87363274e5b7a0c687e234f5a4bcaaf166d28840
* | | Merge "Command doc: consumer"Jenkins2015-01-091-1/+1
|\ \ \ | |/ /
| * | Command doc: consumerSteve Martinelli2015-01-081-1/+1
| | | | | | | | | | | | Change-Id: Ie687e1d7f80810106a64204828299f9d143b8d7c
* | | Command doc: imageSteve Martinelli2015-01-091-1/+1
| | | | | | | | | | | | Change-Id: Ib1563b58351315dc2a44ad77882f8c834a1214c0
* | | Merge "Command doc: federation protocol"Jenkins2015-01-081-0/+1
|\ \ \
| * | | Command doc: federation protocolSteve Martinelli2015-01-081-0/+1
| | | | | | | | | | | | | | | | Change-Id: I1289eb0caf31fca21c5c377cf13aebd1434a00ee
* | | | Merge "Command doc: identity provider"Jenkins2015-01-081-1/+1
|\ \ \ \ | |/ / /
| * | | Command doc: identity providerSteve Martinelli2015-01-081-1/+1
| | | | | | | | | | | | | | | | Change-Id: Ie73accfaa3d45205a2521e6e61efd16142c460b2
* | | | Merge "Command doc: mapping"Jenkins2015-01-081-0/+1
|\ \ \ \ | |/ / /
| * | | Command doc: mappingSteve Martinelli2015-01-081-0/+1
| |/ / | | | | | | | | | | | | | | | | | | Also tweaked the code for `mapping set` as it was previously using cliff Show instead of cliff Command. Change-Id: I0ea1383a9f2dddf4b2f717b2aa16bbd60ab1720c
* | | Merge "Command doc: backup"Jenkins2015-01-081-1/+1
|\ \ \ | | |/ | |/|
| * | Command doc: backupSteve Martinelli2015-01-081-1/+1
| | | | | | | | | | | | Change-Id: Iecd4dbddea637bd6540d94b37253a9ba434c9db3
* | | Merge "Command docs: volume"Jenkins2015-01-081-1/+1
|\ \ \
| * | | Command docs: volumeSteve Martinelli2015-01-071-1/+1
| | | | | | | | | | | | | | | | Change-Id: Id1e500d5fb19ffdeb0d1bde9e22c3143c0873d0c
* | | | Merge "Command doc: volume type"Jenkins2015-01-081-1/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Command doc: volume typeSteve Martinelli2015-01-051-1/+1
| |/ | | | | | | Change-Id: I7e36daa027639d6a782043d4181c1b328335975a
* | Update the command listSteve Martinelli2015-01-051-5/+6
|/ | | | | | | | | We've been making changes to the commands.rst file as we add command docs, looks like we missed a few. Also fixed a few typos Change-Id: Ie93280a7e5ba37303a1984a68870b5a4fc5c6e06
* Merge "Command docs: group"Jenkins2015-01-031-1/+1
|\
| * Command docs: groupDean Troyer2015-01-031-1/+1
| | | | | | | | | | | | Fix up formatting for group command docs and help Change-Id: Icda79842d52da90d5eac2b0fdbc0d576d371378d
* | Merge "Command docs: ec2 credentials"Jenkins2015-01-021-0/+1
|\ \ | |/ |/|
| * Command docs: ec2 credentialsDean Troyer2015-01-021-0/+1
| | | | | | | | | | | | Add ec2 credentials docs Change-Id: I1699d1c8e9859153557081966654646966a3268d