summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Add release notes for 1.9.0"1.9.0Jenkins2015-11-171-0/+58
|\
| * Add release notes for 1.9.0Steve Martinelli2015-11-161-0/+58
| | | | | | | | | | | | Sum up the latest bug fixes for the latest release. Change-Id: I4f6e9e9d5062e5ccb94f088abdc270fc40373d16
* | Merge "Enable "openstack server unlock" command to take multiple servers."Jenkins2015-11-172-4/+4
|\ \ | |/ |/|
| * Enable "openstack server unlock" command to take multiple servers.Tang Chen2015-11-132-4/+4
| | | | | | | | | | | | | | | | | | 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-162-4/+4
|\ \ | |/
| * Enable "openstack server lock" command to take multiple servers.Tang Chen2015-11-132-4/+4
| | | | | | | | | | | | | | | | | | 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-162-4/+4
|\ \ | |/
| * Enable "openstack server unpause" command to take multiple servers.Tang Chen2015-11-132-4/+4
| | | | | | | | | | | | | | | | | | 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 Command Options guideline doc"Jenkins2015-11-112-0/+136
|\ \
| * | Add Command Options guideline docDean Troyer2015-10-212-0/+136
| | | | | | | | | | | | | | | | | | | | | Add a developer guideline for command options to define the options used across multiple commands and make them behave consistently. Change-Id: I1dbbafe8061e10b271cd55cac056731508c52204
* | | 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-102-2/+2
|\ \ \ \
| * | | | Trivial cleanup: Use plural format for "server delete" doc.Tang Chen2015-11-102-2/+2
| | |_|/ | |/| | | | | | | | | | Change-Id: I4dca25f1933d5925db443eca75f602a39a833413
* | | | Enable "openstack server pause" command to take multiple servers.Tang Chen2015-11-092-4/+4
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | 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-052-1/+17
| | | | | | | | | | | | | | | | | | | | | 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-052-0/+16
| | | | | | | | | | | | | | | | | | | | | 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-292-10/+12
|\ \ \
| * | | remove url from v3 regionsSteve Martinelli2015-10-212-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | 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
* | | | 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
* | | Merge "Add release notes for 1.8.0"1.8.0Jenkins2015-10-191-0/+33
|\ \ \
| * | | Add release notes for 1.8.0Dean Troyer2015-10-191-0/+33
| | |/ | |/| | | | | | | | | | Depends-On: I2181b2c48cfde2147d7d0ef135322df8a81e7ce8 Change-Id: I9bdee1b932bcefd3c802461f6f7ac6d9266110ce
* | | Merge "Follow-on for volume list - add tests, clean help"Jenkins2015-10-191-3/+13
|\ \ \ | |_|/ |/| |
| * | 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
* | | Merge "Add filtering by project/user for 'openstack volume list'"Jenkins2015-10-171-6/+24
|\ \ \ | |/ / | | / | |/ |/|
| * 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 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
* | Merge "Fix a typo in commands.rst"Jenkins2015-10-121-1/+1
|\ \
| * | Fix a typo in commands.rstDaisuke Fujita2015-10-081-1/+1
| | | | | | | | | | | | | | | | | | 1. "ec2 cedentials" to "ec2 credentials" Change-Id: I9a17c0d592f9a4d6e53e6dd786cba405468a3e09
* | | Merge "Fix typos in authentication.rst"Jenkins2015-10-121-2/+2
|\ \ \
| * | | Fix typos in authentication.rstDaisuke Fujita2015-10-081-2/+2
| |/ / | | | | | | | | | | | | | | | | | | 1. "inital" to "initial" 2. "set of of environment variables" to "set of environment variables" Change-Id: I7040792c1a03a9a3ac873f9a0428bfa1178fd550
* | | Merge "image set should not show the resource"Jenkins2015-10-081-0/+12
|\ \ \ | |/ / |/| |
| * | image set should not show the resourceSteve Martinelli2015-10-061-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | the rest of OSC set commands do not show the resource after it has been updated. unless the update fails then we report back a failure, otherwise the user should assume everything went fine. Change-Id: I2bd4188450c3853b4a1bc25f80fc9450cda32bdd
* | | 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
* | | Merge "Update the plugin docs"Jenkins2015-10-061-6/+6
|\ \ \
| * | | Update the plugin docsSteve Martinelli2015-10-061-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been some changes as to the status of OSC plugins, highlight these changes in the table. Change-Id: Iff6520d35b34ae5d7bf88a128ebdf05f3681d643
* | | | 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
|\ \ \ | |/ /