summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \ \ | |/ /
| * | 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
* | | docs: pip install -e needs an argumentSteve Martinelli2015-09-241-1/+1
| |/ |/| | | | | | | | | | | The arguments to install the development branch is incorrect, since the -e option needs a directory to look for setup.py in. Change-Id: Icfe402e7b79a50ddc885c7eadb6c323c27e36ef3
* | 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 release notes for 1.7.01.7.0Dean Troyer2015-09-221-0/+42
| | | | | | | | | | | | Change-Id: I4b4d229f7c3292923c8a29d1e1182a8352688b5d
* | | 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
* Merge "Add filtering by user for 'openstack server list'"Jenkins2015-09-101-0/+9
|\
| * 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
* | Merge "Add support for listing servers of other projects"Jenkins2015-09-101-0/+10
|\ \ | |/
| * 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
* | Merge "Set up every time record log in file"Jenkins2015-09-082-0/+92
|\ \ | |/ |/|
| * Set up every time record log in fileDaisuke Fujita2015-08-082-0/+92
| | | | | | | | | | | | | | | | | | This will allow users to record logs of all their commands into a predefined log file, in clouds.yaml. The log should have a format similar to that of oslo.log. Change-Id: I1b334bf429d575fc25809c9706fc0b11116be3f1 Implements: blueprint every-time-record-log-in-file
* | Merge "Adds documentation on weekly meeting"Jenkins2015-08-201-0/+10
|\ \
| * | Adds documentation on weekly meetingKelvin Lui2015-08-191-0/+10
| | | | | | | | | | | | Change-Id: Ia51f76323800aa5397a0d8a307c1cfbdaf90ab24
* | | Merge "Added note to install openstackclient"Jenkins2015-08-191-0/+17
|\ \ \ | |/ / |/| |
| * | Added note to install openstackclientAsha Saravanamohan2015-08-191-0/+17
| | | | | | | | | | | | | | | Change-Id: Idcd9ef4e7a10ebbd8b68e7320680f503dfc166a9 Closes-Bug: #1483384
* | | Update the plugin docs for designateTerryHowe2015-08-191-1/+1
|/ / | | | | | | Change-Id: I43cee0670728ec15de461be55ffb0504a216de77
* | Merge "Add release notes for 1.6.0"Jenkins2015-08-111-0/+128
|\ \
| * | Add release notes for 1.6.0Steve Martinelli2015-08-081-0/+128
| | | | | | | | | | | | Change-Id: Ia96f9c31879215cb98096de327a1add308fe1a36
* | | Merge "Add developer documentation"Jenkins2015-08-102-1/+98
|\ \ \
| * | | Add developer documentationSteve Martinelli2015-08-082-1/+98
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | OSC was missing developer docs, these are critically helpful for new developers. Add sections related to running tests (tox, functional and with the debugger), and generating docs locally. implements bp: developer-documentation Change-Id: I428d89c3e5fc335864bc4f7843506043ec332fe5