summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Create 1.0.4 release notesDean Troyer2015-05-121-0/+5
| | | | Change-Id: Id64a710e05a7268deafa4f0354499bc4cc75d9fa
* Create 1.0.3 release notes1.0.3Dean Troyer2015-03-101-45/+88
| | | | Change-Id: I83dd40d0445f8676e72b87fe90b133566cfb5547
* Merge "Add identity v3 catalog show"Jenkins2015-03-101-1/+1
|\
| * Add identity v3 catalog showTerryHowe2015-03-091-1/+1
| | | | | | | | Change-Id: Ia6b6c25eded43b899b3aa026227ad2859f1c67dd
* | Add ability for diplaying hypervisor statisticslin-hua-cheng2015-03-062-0/+17
| | | | | | | | | | | | | | | | Added new command 'hypervisor stats show' for displaying the hypervisor stats over all compute nodes. Change-Id: I4f98c69135b04d4f6cea67cd6350d5d99fb79dba Partial-Bug: #1423748
* | Merge "Add hypervisor docs"Jenkins2015-03-062-1/+37
|\ \
| * | Add hypervisor docslin-hua-cheng2015-03-052-1/+37
| | | | | | | | | | | | Change-Id: I444734925316e876afcbfdeffafea9973a837022
* | | Fix embarrassing typo in man pageZane Bitter2015-03-051-1/+1
|/ / | | | | | | Change-Id: Icf1fcd9f7952ebff9da0081ccb4b9272e17e7de4
* | Rename --verify for server resize to avoid conflictzhiyuan_cai2015-02-161-3/+3
|/ | | | | | | | | | | | | | Currently server resize command has a verify argument for user to confirm resize operation. But this argument is also registered by openstack client shell which is used to enable server certificate verification. So verify argument can not be correctly passed to server resize command. This patch renames --verify to --confirm (nova client has a resize-confirm command) to solve this problem. Change-Id: I751aa3df16c3b637b82944dd350afc5cbab62120 Closes-Bug: #1416542
* Merge "Restrict groups and users from changing domains"Jenkins2015-02-102-12/+0
|\
| * Restrict groups and users from changing domainsSteve Martinelli2015-02-092-12/+0
| | | | | | | | | | | | | | | | | | | | Similar to projects, we shouldn't allow users and groups to change domains. The server side tosses up an error but osc should restrict that behaviour in the first place. Related-Bug: #1418384 Change-Id: I860291a5859c576021b18e35d1a12c32abfb6ca5
* | Merge "Do not allow user to change domain of a project"Jenkins2015-02-101-6/+0
|\ \ | |/
| * Do not allow user to change domain of a projectSteve Martinelli2015-02-091-6/+0
| | | | | | | | | | | | | | | | | | Keystone Server already surfaces an error for this operation, but we should restrict the user, and not offer --domain to be changed for a project. Change-Id: I48317e8accfea3c285e6ad213e75b783de8070ac Closes-Bug: #1418384
* | Merge "Implement trust in identity v3 api"Jenkins2015-02-101-0/+101
|\ \ | |/ |/|
| * Implement trust in identity v3 apiSteve Martinelli2015-02-081-0/+101
| | | | | | | | | | | | | | | | | | | | | | Added new module in identity v3 api to handle create, read, and delete operations of trust resources. Co-Authored-By: Lance Bragstad <lbragstad@gmail.com> Co-Authored-By: Steve Martinelli <stevemar@ca.ibm.com> Closes-Bug: #1413718 Change-Id: I2b360b141ff70d4f396466abede859a3db6644f4
* | Merge "Add sort support to image list"Jenkins2015-02-071-0/+6
|\ \
| * | Add sort support to image listzhiyuan_cai2015-02-061-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add sort support to image list by sorting items in the client side. The parameter syntax follows this spec[1]. [1] https://review.openstack.org/#/c/145544/ Change-Id: I42b487d18f00f937db1938daa46487cea2a896ab Closes-Bug: #1410251
* | | Merge "Change volume create --snapshot-id to --snapshot"Jenkins2015-02-071-3/+3
|\ \ \
| * | | Change volume create --snapshot-id to --snapshotlin-hua-cheng2015-02-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Keeping the option --snapshot-id hidden for backward compatibility. Change-Id: Iefa0aed9be255a5626a9bbb7db77911ef5ca8595 Closes-Bug: #1418742
* | | | Merge "Begin low-level API for Network v2"Jenkins2015-02-071-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Begin low-level API for Network v2Dean Troyer2015-01-221-3/+3
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | api.network.APIv2 starts with network_list() support to flush out the skeleton of the Network API. list_dhcp_agent() supports the --dhcp option of 'network list' Change-Id: I9a2b90cde84eced1f2ea6a014b769e2bae668211
* | | Merge "Added capabilities/options to 'openstack flavor list' command to ↵Jenkins2015-02-061-0/+18
|\ \ \ | |_|/ |/| | | | | match capabilities already provided by 'nova flavor-list':"
| * | Added capabilities/options to 'openstack flavor list'Igor_Bolotin2015-02-031-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | command to match capabilities already provided by 'nova flavor-list': —public | --private | --all options allows to list public only (default), private only or all flavors. —long displays more field. This option also fetches properties (extra-specs) for each flavor using separate API call for each flavor and it’s too slow to be done by default. However as an administrator - sometimes I need to be able to see them for all flavors. Removed empty “Extra Specs” column as well as "Swap" and "RXTX Factor" from default output. DocImpact Closes-Bug: #1416780 Change-Id: I30cfa2c75e28daf17b936543a177c23ae1743c37
* | | Merge "Improving the help of the lock command."Jenkins2015-02-021-1/+1
|\ \ \ | |/ / |/| |
| * | Improving the help of the lock command.Pedro Navarro2015-02-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The lock command allows you to block the actions on the server for the non-admin users. Improving the help so that api users understands better what locking a server implies. Change-Id: I925c946751602dc0f6bd1d31b514bc20bca585fa Closes-Bug: #1366279
* | | Merge "Add filter to image list"Jenkins2015-01-281-6/+12
|\ \ \
| * | | Add filter to image listDean Troyer2015-01-271-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Hides previously broken --page-size option * Adds --property to image list for filtering on properties * Adds Visibility, Protected, Owner, Properties/Tags to --long output * Adds api.utils.simple_filter() for selecting matches out of a list of objects * Adds tests for all of the above * Updates image docs There are additional filtering options to be added in later reviews. Change-Id: I32feff0ad61aae749b33621c817658d7dc90c3aa Closes-bug: 1401902
* | | | Add the ability to extend volumes in `osc volume set`Steve Martinelli2015-01-271-0/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | Create a --size option for volume set, so the user may extend a volume's size. Change-Id: Ic8d3396d788a14ea1e10bf1da73edfd7f5d85070 Closes-Bug: #1413954
* | | fix object list command namingJimmy McCrory2015-01-241-1/+1
| |/ |/| | | | | Change-Id: I30a62c9b9eb1eeac29f32286ac18c0caed4f380d
* | Merge "Command docs: network"Jenkins2015-01-221-0/+135
|\ \
| * | Command docs: networkDean Troyer2015-01-211-0/+135
| |/ | | | | | | Change-Id: Ia88b6c0ca5205fa5bfc3efa06ac7f84c4a9e5d4e
* | Begin low-level API for Image v1 and v2Dean Troyer2015-01-201-0/+9
|/ | | | | | | | | image list for v1 and v2: * Add --public|--private to command parsers * Implement local public/private filtering for v1 image_list() * Pass public/private filter to server for v2 image_list() Change-Id: Ie7c24ea2d1bf2b3b1b7fa342eb45fee45894634d
* Merge "Create 1.0.2 release notes"1.0.2Jenkins2015-01-192-1/+69
|\
| * Create 1.0.2 release notesSteve Martinelli2015-01-192-1/+69
| | | | | | | | | | | | | | Also move the release notes to the bottom of the ToC, no need for it to be at the top, that's prime real estate. Change-Id: Ib3094a390a7214b320d02f77229f368aa4432c4e
* | Fix doc building errorsSteve Martinelli2015-01-196-28/+50
|/ | | | | | Addresses some of the issues that appeared when running tox -edocs Change-Id: I31133744ee0ddefa72c6590cb381de317e65633e
* Update service clist commands for v2 and v3Dean Troyer2015-01-161-6/+5
| | | | | | | | | | | | Changes to the 'service list' commands for Identity v2 and v3: * Document support for --long * Add Description to v3 output with --long * v3 output is now (ID, Name, Type), with (Description, Enabled) added with --long * Change v2 output to match v3 output, with the absense of Enabled. * Update doc to match Closes-Bug: #1411337 Change-Id: I999e3df22f61350cdeba63bbb7d01145c2ffeeaf
* Merge "Deprecate project usage list command"Jenkins2015-01-151-4/+4
|\
| * Deprecate project usage list commandDean Troyer2015-01-151-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rather than pointing the 'project usage list' entry point directly to ListUsage, this makes a ListProjectUsage subclass to alias the desired command and still allow for changing behaviour or issuing a deprecation messages. This implementation simply sets a new 'deprecated' attribute in the command class that cliff will use to skip this command when generating help output. The actual skipping of the command in help output is dependant on https://review.openstack.org/147349 merging in cliff, this review will simply have no effect on help output until a version of cliff with that update is present. The deprecation message printed is somewhat generic until https://review.openstack.org/147381 is merged in cliff. Until that is merged, the deprecation message will not have the name of the actual command given by the user in it, but rather the text 'this command'. Closes-bug: #1406654 Change-Id: Ie08d4f88d71a660fca1862405351109cd0aa86b6
* | Merge "Copy HIG from wiki"Jenkins2015-01-152-0/+361
|\ \
| * | Copy HIG from wikiDean Troyer2015-01-132-0/+361
| |/ | | | | | | | | | | | | | | This is a basic port of the Human Interface Guide from the OpenStack wiki to our docs. Content changes for updating, etc, will follow in a separate review. Change-Id: Id031cd6a27e045b249e16d00e41be24c55fb3c29
* | Copy wiki content to index pageDean Troyer2015-01-131-8/+23
|/ | | | | | | Copy the content from the main wiki page that is not covered elsewhere in these docs to the index page. Change-Id: I94b68b7a0117d08fc8aba961c6de728118ef794e
* Merge "Command doc: policy"Jenkins2015-01-132-1/+96
|\
| * Command doc: policySteve Martinelli2015-01-122-1/+96
| | | | | | | | | | | | | | Also tweaked a bunch of the code to not show 'blob', but 'rules' instead. Change-Id: I6db798d272ff416a77f169c0e912d2096fa02504
* | Merge "Tweaks to the catalog doc and show command"Jenkins2015-01-131-0/+6
|\ \
| * | Tweaks to the catalog doc and show commandSteve Martinelli2015-01-131-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Looks like providing a service id isn't working, so it the help message was reduced to just type and name. Added a bit more to the docs, too. Change-Id: Id7f8b48bdf99773ad55ca7f204f3c779f84633d5
* | | Merge "Fine tune some of the helps commands"Jenkins2015-01-1315-19/+29
|\ \ \ | |/ / | | / | |/ |/|
| * Fine tune some of the helps commandsSteve Martinelli2015-01-1315-19/+29
| | | | | | | | | | | | | | | | | | try and add some consistency with the show and delete commands. replace 'show x' with 'display x' change 'delete a y' with just 'delete y' Change-Id: I47dfa8ee23ac5c41b355796415eb515155832f65
* | Merge "Add versioning to the docs that missed it"Jenkins2015-01-1211-0/+21
|\ \ | |/
| * Add versioning to the docs that missed itSteve Martinelli2015-01-0911-0/+21
| | | | | | | | Change-Id: I8cb90e0d5aca58c4992271e007af91f8cf782643
* | Command docs: add serviceDean Troyer2015-01-122-1/+145
|/ | | | | | | Co-Authored-By: Lin Hua Cheng <os.lcheng@gmail.com> Change-Id: Icd39e6d769fd4c4797fcf4ef9eb97c71ed166b3b Closes-Bug: #1404434