summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
* Merge "Add --owner to `image create`"Jenkins2015-11-121-2/+0
|\
| * Add --owner to `image create`NiallBunting2015-11-061-2/+0
| | | | | | | | | | | | | | This adds --owner to `image create`. This is backwards compatable with v1. Change-Id: I9e79cf880c91a1386419db729818d23dfe632179 Depends-On: I8d572a070bbb04dccdd051b8e0ad199c5754746e
* | Merge "Add compute service delete"Jenkins2015-11-112-0/+173
|\ \
| * | Add compute service deleteAlex Schultz2015-10-162-0/+173
| | | | | | | | | | | | | | | | | | | | | | | | This change adds 'compute service delete <service>' to the openstack client. This is the equivalent of 'nova service-delete <id>' Change-Id: I69ef1cac72cbe125c2114f8e958e22350a70f367 Closes-Bug: #1503510
* | | 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-3/+3
|/ / | | | | | | | | | | | | | | | | 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-0/+15
| | | | | | | | | | | | | | 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/+15
| | | | | | | | | | | | | | There is no start command in osc. Add it. Change-Id: Ic50f83413ab17c53396065aabb3f5a1506b52959 Implements: blueprint cmd-with-multi-servers
* | Merge "remove url from v3 regions"Jenkins2015-10-291-10/+0
|\ \
| * | remove url from v3 regionsSteve Martinelli2015-10-211-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the parameter "url" was removed from Keystone, it was only added for one release as part of an experimental support for adding service providers. BackwardsIncompatibleImpact Closes-Bug: 1506841 Change-Id: I7a62fbf1d9bfa8e6dd8d619e98c32b9860348d2e
* | | Support pagination params for flavor listliyingjun2015-10-211-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | Missing 'marker' and 'limit' params for `openstack flavor list` shell command. It would be nice to have this when there are many flavors. Closes-bug: #1505874 Change-Id: I088ac5d24f0d7595f5cbce14f063e296a449eb26
* | | Follow-on for volume list - add tests, clean helpDean Troyer2015-10-161-3/+13
|/ / | | | | | | | | | | | | | | | | | | * Add volume list tests for v1 (a copy of the v2 tests) * Converts volume v2 tests to use Identity v3 so domains can be tested * Add volume list (v2) tests for new options * Re-orders volume list options (both v1 and v2) to match * MArks the new volume list (v2) options as v2-only in doc Change-Id: I2181b2c48cfde2147d7d0ef135322df8a81e7ce8
* | Add filtering by project/user for 'openstack volume list'kafka2015-10-151-6/+24
|/ | | | | | | | | | added project, user and domain options for filtering results, also cleaned up the order to match the docs. Co-Authored-By: Steve Martinelli <stevemar@ca.ibm.com> Closed-bug: #1483976 Change-Id: I9d955094d31d4a28e215d24f7521a11c62bee8db
* Merge "Add tags to `image set`"Jenkins2015-10-071-0/+9
|\
| * Add tags to `image set`NiallBunting2015-10-061-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | This adds --tag to the v2 version of `image set`. This is another step to compatability between the osc image api. Added merge of tags into existing tags and handling duplicates, and tests for same. Co-Authored-By: Steve Martinelli <stevemar@ca.ibm.com> Change-Id: Ie800fcbf8bbc0978c54ace3278750a18023e8ce4
* | Merge "Clean up Image v2 image set command"Jenkins2015-10-061-21/+20
|\ \ | |/
| * Clean up Image v2 image set commandDean Troyer2015-10-061-21/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the Image v2 image set command meet at the intersection of the v1 image set command and the v2 image create command: * Add visibility to the deadopts list and remove the option * Put the options in the same order as v1 image set * Make the help text match * Add --properties * Move the additional options that do not appear in either v1 image set or v2 image create after --property as they are really pre-defined properties * Add tests for v2 image set to match v1 and then some * Put the SetImage class in v2/image.py in alphabetical order Change-Id: I102b914e8ad09a014f6fdd846c5766b6c2eaadb8
* | Set object store arg order in docsDean Troyer2015-10-062-20/+20
| | | | | | | | | | | | | | argparse displays positional args last in the help output, our docs should match. Change-Id: I01e8d62cb8c1b537ea0441b8bdf8880a4c856b32
* | add set/unset support for objects in object storeSteve Martinelli2015-10-061-0/+50
| | | | | | | | | | | | | | | | | | add docs and command support to set and unset metadata of objects that are stored in an object store (swift). Closes-Bug: #1501945 Change-Id: If838a4b3343b6ddb97cd4bd1cb63f0ba1c1a00a1
* | add support for set/unset of container propertiesSteve Martinelli2015-10-061-0/+40
| | | | | | | | | | | | | | | | include docs and commands to set and unset container properties Partial-Bug: #1501945 Change-Id: I8d7e8cf356a2321a37ed940c4e10cae411b94dfd
* | Merge "Rename swift account commands"Jenkins2015-10-051-15/+15
|\ \
| * | Rename swift account commandsSteve Martinelli2015-10-011-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | rename `os account` to `os object store account` Co-Authored-By: Lin Hua Cheng <os.lcheng@gmail.com> Closes-Bug: #1501943 Change-Id: I54fdcea7a48df16f20e17605110f8d33a20f713c
* | | Merge "Add support for showing account details"Jenkins2015-10-051-0/+10
|\ \ \ | |/ /
| * | Add support for showing account detailsSteve Martinelli2015-10-021-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add the command `openstack account show` that lists details about the object store account that the user authenticated against. Partial-Bug: #1501943 Change-Id: I1246dafee812b63a41d43be4e3598224364a2c11
* | | Merge "Add support for updating swift account properties"Jenkins2015-10-051-0/+35
|\ \ \ | |/ / | | / | |/ |/|
| * Add support for updating swift account propertiesSteve Martinelli2015-10-011-0/+35
| | | | | | | | | | | | | | | | | | this patch adds support for creating/updating and removing properties (nee: metadata) for object store accounts. Partial-Bug: #1501943 Change-Id: I3ed70a5d8bd8920fedb79adc60cdc602261d5eef