summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* | Merge "Glance `image set` Resolve Fracturing"Jenkins2015-09-231-1/+59
|\ \
| * | Glance `image set` Resolve FracturingNiallBunting2015-09-231-1/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently `image set` uses the new api, where other parts of osc the old api is used. This deprecates the v2 api in favour of the v1 to maintain the same commands across osc. However the functionality now remains there as people could now be using this functionality. This also adds the --unprotected argument, as in the previous version if --protected was not supplied it would just make the argument --unprotected without the users explicit consent. The patch also fixes the documentation for image set as it was outdated. Change-Id: I990d20332c80165102badef7ac94ddbeb7824950 Closes-Bug: 1498092
* | | Add image create support for image v2Monty Taylor2015-09-211-1/+20
|/ / | | | | | | | | | | | | | | | | | | | | We have it for v1, but v2 is the future. There are two differences, things in v2 do not go into a properties dict, and the actual image data needs to get uploaded as a second step. Closes-Bug: 1405562 Co-Authored-By: Niall Bunting <niall.bunting@hp.com> Co-Authored-By: Sean Perry <sean.perry@hp.com> Change-Id: If7b81c4a6746c8a1eb0302c96e045fb0f457d67b
* | Remove backticks from help in role commandsHidekazu Nakamura2015-09-191-9/+9
|/ | | | | | | | the docs and code had inconsistencies with how it references other arguments, lets just remove the backticks from around them. Change-Id: I43d17b07364e45387c6b9d86c2aca26eeea8ed93
* Add filtering by user for 'openstack server list'kafka2015-09-081-0/+9
| | | | | | | | | | | Add a new option to search by user when listing servers, include support for domain scoped users, also update docs Co-Authored-By: Steve Martinelli <stevemar@ca.ibm.com> Closes-Bug: #1483974 Change-Id: Ifdade6dc9ca8400fbd85f6b55793ab15ed17b97d
* Add support for listing servers of other projectsAshish Singh2015-09-081-0/+10
| | | | | | | | | | Added project and project-domain option to server list command for listing servers based on project name or id Co-Authored-By: Steve Martinelli <stevemar@ca.ibm.com> Change-Id: Iaadfffe734ad8a72fa4b1eeb2222748c66f7fae0 Closes-Bug: #1488486
* Add --inherited to the role docsSteve Martinelli2015-08-071-0/+21
| | | | | | | commit Id72670be8640e5c6e2490a6ef849e9ec3493b1a9 forgot to update the docs for role.rst. Change-Id: I97c426ea9b290fc266b34cb0bf97de56cfd098de
* Rename command docs to remove underscoresSteve Martinelli2015-08-063-0/+0
| | | | | | For consistency, use dashes instead of underscores. Change-Id: I2da19b56952a8a9d172793ae211bdc58ddff4146
* Merge "Add set feature to volume type v2"Jenkins2015-08-071-4/+14
|\
| * Add set feature to volume type v2heha2015-08-061-4/+14
| | | | | | | | | | | | | | | | | | | | "volume type set" and "volume type unset" is not in the v2. Co-Authored-By: Lin Hua Cheng <os.lcheng@gmail.com> implements bp: volume-v2 Change-Id: Ia804787d76d2029726c030b43c61eac3b411f66a
* | Merge "Add list feature to volume v2"Jenkins2015-08-071-1/+1
|\ \
| * | Add list feature to volume v2heha2015-08-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "volume list" is not in the v2. Co-Authored-By: Lin Hua Cheng <os.lcheng@gmail.com> implements bp: volume-v2 Change-Id: I9f4585202f5f9ec5f4c091278fc6c4036efb1290
* | | Add domain scoping in 'role assignment list'lin-hua-cheng2015-07-311-0/+18
|/ / | | | | | | | | | | | | | | Add ability to set which domain the user, group or project belong to. Change-Id: Idf6c7f23ab96261a73682226fb10ce5f0133924e Closes-Bug: #1472909
* | Merge "Add configuration show command"Jenkins2015-07-241-0/+18
|\ \ | |/ |/|
| * Add configuration show commandTerryHowe2015-07-231-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | Create a `configuration show` command that displays the current configuration of the CLI. Different configurations can be displayed using options such as --os-cloud. Passwords and tokens are redacted by default unless the --unmask option is specified. Closes-Bug: #1476729 Change-Id: I0792365d0c5fa526cd09c0ed88c6bb1e2cb813a7
* | Merge "add doc for floatingip"Jenkins2015-07-231-0/+85
|\ \
| * | add doc for floatingipchengkunye2015-07-221-0/+85
| | | | | | | | | | | | Change-Id: Ibdee50066452ed33f210e93de29eba3c0ec2e155
* | | Fix yet more documentation warningsTerryHowe2015-07-215-11/+12
|/ / | | | | | | Change-Id: I87683039601ae90531f27ebebbc4d0b1d252e846
* | Merge "Add create and list for volume type v2"Jenkins2015-07-201-1/+25
|\ \
| * | Add create and list for volume type v2chengkunye2015-07-201-1/+25
| |/ | | | | | | | | | | | | | | Volume API v2 is missing create and list features. implements bp: volume-v2 Change-Id: I34a1ae440e9620b1c65546f4f43b369c8661250d
* | Merge "add image member commands for image API"Jenkins2015-07-201-0/+54
|\ \ | |/ |/|
| * add image member commands for image APIchengkunye2015-07-201-0/+54
| | | | | | | | | | | | | | | | | | This commit adds the following commands: image project add image project remove Closes-Bug: 1402420 Change-Id: I07954e9fa43a3ad6078dd939ecedf9f038299e7b
* | Minor identity documentation changeTerryHowe2015-07-192-2/+2
| | | | | | | | Change-Id: Ib139f2376e70ebb7b5621cdad4da61c64c1f9246