summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge "Implementation for project unset cmd for python-openstackclient."Jenkins2016-01-041-0/+24
|\ \ \
| * | | Implementation for project unset cmd for python-openstackclient.Jude Job2016-01-041-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch introduces a unit test class TestProjectUnset for testing unset cmd. Co-Authored-By: Steve Martinelli <stevemar@ca.ibm.com> Change-Id: Ib4a414d2313e3d37e48d1cb3639f064231aec508 Closes-Bug: #1486597
* | | | Merge "Use Block Storage instead of Volume"Jenkins2016-01-048-13/+13
|\ \ \ \
| * | | | Use Block Storage instead of VolumeXi Yang2015-11-278-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Volume is better to be replaced by Block Storage in the doc. Change-Id: I736669ee01c7385b6e701cb20f4334eff1c49286
* | | | | Docstring should say 'default' if option is defaultRushi Agrawal2015-12-311-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I59d83e7a0a590fa537f509f7f19940640f555679
* | | | | Add owner validation for "openstack image create/set"xiexs2015-12-211-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Owner validation is necessary if a new image owner will be created/set. Change-Id: I621774e02866bfa98a31b613deff5d7b6a962737 Closes-Bug: #1517134
* | | | | Merge "Add image re/deactivate commands"Jenkins2015-12-181-0/+13
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add image re/deactivate commandsNiallBunting2015-12-161-0/+13
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change allows admins to deactivate and reactivate their images. Currently this has to be done with the REST api or the glanceclient. This change introduces `--deactivate` and `--activate` for the `image set` command. This requires glanceclient 1.2.0. Which got bumped here: https://review.openstack.org/#/c/257512/ Change-Id: I476c44a0343cdc92d58ddc93fb06470242de2345 Depends-On: I2c370c6bf6ff664d94d756cc76aaa983fbdb8869 Closes-Bug: 1516661
* | | | Router: Add "router show" command using SDKTang Chen2015-12-171-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds "router show" command to osc using sdk. Change-Id: Idb0f7f0376926e97f9f70a52ef21511e7ffa9d92 Implements: blueprint neutron-client Partial-bug: #1519503
* | | | Router: Add "router set" command using SDKTang Chen2015-12-171-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds "router set" command to osc using sdk. NOTE: Setting ha property of a router is not supported for now. Will suppport it in another patch. Change-Id: I9c15249ae61a87291f0728ad1c8f0a98aa8119bf Implements: blueprint neutron-client Partial-bug: #1519503
* | | | Router: Add "router delete" command using SDKTang Chen2015-12-161-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds "router delete" command to osc using sdk. Change-Id: I47d0ca7f7984942ffceaeb1c9ac69efd09145f40 Implements: blueprint neutron-client Partial-bug: #1519503
* | | | Router: Add "router create" command using SDKTang Chen2015-12-151-0/+40
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds "router create" command to osc using sdk. NOTE: Test for --project needs support for fake identity client v2 and v3. These tests will be added in other patches. NOTE: external_gateway_info and routes are not supported to be passed to create command now. They will be supported in another tow patches. NOTE: Creating a ha router is not supported for now. Will support it in another patch. Change-Id: I7642295d27c27dd498331ae1da1c293706d8f6af Implements: blueprint neutron-client Partial-bug: #1519503
* | | Merge "Router: Add "router list" command using SDK"Jenkins2015-12-111-0/+20
|\ \ \
| * | | Router: Add "router list" command using SDKTang Chen2015-12-111-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "router list" command. It takes one "--long" option. By default, the command will print router id, name, status, admin state up, distributed, ha and project id. With "--long" option, it will also print routes and external gateway info. Change-Id: I9d21904c41c11ee1fa107f985744878a1dc2f970 Implements: blueprint neutron-client Partial-bug: #1519503
* | | | Merge "Trivial: Fix parameter name typo in network.rst"Jenkins2015-12-111-3/+3
|\ \ \ \
| * | | | Trivial: Fix parameter name typo in network.rstTang Chen2015-12-111-3/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. "network delete" takes network name or ID, not project 2. "network set/show" takes network name or ID, not only name. So use network, not name. Change-Id: I13835fea1d0151ea0cd93e250b022c9daf74b537
* | | | Merge "Add source security group support to create rule"Jenkins2015-12-111-2/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Add source security group support to create ruleRichard Theis2015-12-071-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The 'security group rule create' command was updated to support a source security group. Now either a source IP address block or source security group can be specified when creating a rule. The default remains the same. Change-Id: If57de2871810caddeeaee96482eb34146968e173 Closes-Bug: #1522969
* | | | Trivial: Do not use plural format in command parameter in "network delete"Tang Chen2015-12-111-1/+1
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | Since "network delete" could delete more than one network, add a (s) to the doc. And also, rename the parameter "networks" to "network". The naming style is not using plural format in parameter. Change-Id: Id434ea905af34457f84ea6bcb18addef5800429a
* | | Merge "Trivial: Improve doc for "server create" command"Jenkins2015-12-051-4/+5
|\ \ \ | |/ / |/| |
| * | Trivial: Improve doc for "server create" commandTang Chen2015-12-041-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | The following options of "server create" command support searching by both name and ID. So add this info into doc. --image, --volume, --flavor, --security. Change-Id: I93b167da58144e5de6c9996009b7ea2449fb4cd8
* | | Trivial: Remove unuseful doc of "network list" command.Tang Chen2015-12-051-5/+0
| | | | | | | | | | | | | | | | | | | | | There is actually no "--dhcp" option in "network list" command. So remove the doc from .rst file. Change-Id: I481b260f99be635be4de8e6780206af47cdaa7ce
* | | Merge "Support "server list" searching by both image name and ID."Jenkins2015-12-031-1/+1
|\ \ \
| * | | Support "server list" searching by both image name and ID.Tang Chen2015-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nova API only supports list servers searching by image ID. In OSC, we can support both image name and ID by mapping the name to ID. This patch also fix the inconsistent doc in .py and .rst files. Closes-Bug: 1521492 Change-Id: I70613843f82d74732bd32a457cd4a31aba57825f
* | | | Merge "Support "server list" searching by both flavor name and ID."Jenkins2015-12-031-1/+1
|\ \ \ \ | |/ / /
| * | | Support "server list" searching by both flavor name and ID.Tang Chen2015-12-011-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nova API only supports list servers searching by flavor ID. In OSC, we can support both flavor name and ID by mapping the name to ID. This patch also fix the inconsistent doc in .py and .rst files. Partial-Bug: 1521492 Change-Id: I1d1a6aa91aef4e2846745babe8382481185fa96e
* | | Trivial: Reorder doc of "server shelve" command to keep alphabetic order.Tang Chen2015-12-041-15/+15
|/ / | | | | | | Change-Id: I616154a8c958b6980233014c7ae1c4544283d72d
* | Merge "Add --limit option to "server list" command."Jenkins2015-12-011-0/+7
|\ \
| * | Add --limit option to "server list" command.Tang Chen2015-12-011-0/+7
| | | | | | | | | | | | | | | | | | This option will limit the total amount of items the command will list up. Change-Id: I46af0d479d795ebb6a74585d0f76629dd940b117
* | | Merge "Consistency of the --all argument for snapshots"Jenkins2015-12-011-0/+5
|\ \ \
| * | | Consistency of the --all argument for snapshotsJean-Philippe Evrard2015-11-301-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change is inspired by the volume.py. It allow the user to use openstack snapshot list --all. Closes-Bug: #1517386 Change-Id: I72a53fcd0c5c5af539cd88b37e71b4331fa67473
* | | | Merge "Add --marker option to "server list" command."Jenkins2015-11-301-0/+6
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Add --marker option to "server list" command.Tang Chen2015-12-011-0/+6
| |/ | | | | | | | | | | | | This option will give user a chance to display the server list from wherever they want. Change-Id: I92cca5e98cd473f1113a9106eb9d1f490694b1fe
* | Add "openstack server unshelve" into OSCxiexs2015-11-281-0/+15
|/ | | | | | | | 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-263-3/+3
| | | | | | | 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/+15
|\
| * Add "openstack server shelve" into OSCxiexs2015-11-241-0/+15
| | | | | | | | | | | | | | | | 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
* | Merge "Doc: Update and add IP address"Jenkins2015-11-243-18/+78
|\ \
| * | Doc: Update and add IP addressRichard Theis2015-11-243-18/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge "Doc: Add security group and security group rule"Jenkins2015-11-242-0/+160
|\ \ \ | |/ / |/| |
| * | Doc: Add security group and security group ruleRichard Theis2015-11-242-0/+160
| |/ | | | | | | | | | | | | | | | | Add missing command list documentation for the 'security group' and 'security group rule' commands. In addition, update the command description and argument help to fix minor issues and use consistent terminology. Change-Id: I9f4a3fbac5637289f19511874e16391d3fe27132
* | Enable "openstack server resume" command to take multiple servers.Tang Chen2015-11-241-3/+3
| | | | | | | | | | | | | | | | | | 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-3/+3
|/ | | | | | | | | 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
* Merge "Enable "openstack server unlock" command to take multiple servers."Jenkins2015-11-171-3/+3
|\
| * Enable "openstack server unlock" command to take multiple servers.Tang Chen2015-11-131-3/+3
| | | | | | | | | | | | | | | | | | 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
* | Merge "Enable "openstack server lock" command to take multiple servers."Jenkins2015-11-161-3/+3
|\ \ | |/
| * Enable "openstack server lock" command to take multiple servers.Tang Chen2015-11-131-3/+3
| | | | | | | | | | | | | | | | | | 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
* | Merge "Enable "openstack server unpause" command to take multiple servers."Jenkins2015-11-161-3/+3
|\ \ | |/
| * Enable "openstack server unpause" command to take multiple servers.Tang Chen2015-11-131-3/+3
| | | | | | | | | | | | | | | | | | 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
* | Add capability to update description of an IdPlin-hua-cheng2015-11-121-0/+5
|/ | | | | Change-Id: I854067642bbfde6fdf84b22b9cc1de8afc7767c0 Closes-Bug: #1515815