summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
* Remove OSCGenericPassword pluginDean Troyer2016-06-221-2/+19
| | | | | | | The need for this has passed plus with 3.0 we can take the breakage hit, if any. Change-Id: Ic019842f00033d2cd67b75f036e7e817e4b7c075
* Merge "Support bulk deletion for "flavor/aggregate delete""Jenkins2016-06-222-6/+6
|\
| * Support bulk deletion for "flavor/aggregate delete"Huanxuan Ao2016-06-212-6/+6
| | | | | | | | | | | | | | | | | | Support bulk deletion and error handling for "aggregate delete" and "flavor delete" commands. Change-Id: I3f6105cbeeab1c9f8cd571c63ce0e7ac3d4252b3 Partially-Implements: blueprint multi-argument-compute Partial-Bug: #1592906
* | Add "--project" option to the "flavor create" command.Huanxuan Ao2016-06-211-0/+12
| | | | | | | | | | | | | | | | Add ``--project`` and ``--project-domain`` options to the ``flavor create`` command. We can use these options to add the flavor access to a givin project when we create the flavor. Change-Id: Ic1907272c1d1ae526f9c9e86f32ba06c6da147c0
* | Merge "Add "--network-segment" option to "subnet create""Jenkins2016-06-202-10/+57
|\ \
| * | Add "--network-segment" option to "subnet create"Richard Theis2016-06-132-10/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--network-segment" option to the "subnet create" command. This is a beta command option and subject to change. Use global option "--os-beta-command" to enable this option. This patch set also provides a devref update for beta command options. Change-Id: I4d0fbe079b2a873307364c41c22ce9ba88e632e6 Partially-Implements: blueprint routed-networks
* | | Merge "Modify help msg and docs in identity"Jenkins2016-06-202-2/+2
|\ \ \
| * | | Modify help msg and docs in identitysunyajing2016-06-172-2/+2
| | |/ | |/| | | | | | | | | | | | | | | | | | | Migrate 'change', 'update' to 'modify', migrate 'user to delete' to 'user(s) to delete', migrate '(name or ID)' to '(type, name or ID)'. Change-Id: Ie425e178bb5ddf773e6e793fcd91c78e9c4a5053
* | | Merge "Add doc for logger usage"Jenkins2016-06-202-0/+74
|\ \ \ | |/ / |/| |
| * | Add doc for logger usageTang Chen2016-06-162-0/+74
| | | | | | | | | | | | | | | | | | | | | | | | This patch adds a doc to record rules of usage of loggers in OSC. Change-Id: I27a09f9abb523393031560e2310bfdd1af0b8922 Implements: blueprint log-usage
* | | Merge "Support bulk deletion for delete commands in networkv2"Jenkins2016-06-162-6/+6
|\ \ \
| * | | Support bulk deletion for delete commands in networkv2Huanxuan Ao2016-06-162-6/+6
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch support bulk deletion for delete commands below: 1.subnet delete 2.subnet pool delete Up to now, all the delete commands in networkv2 support bulk deletion. Change-Id: I63f6d1d02bad1fcc26e72b7028b53958a68ce2dc Partially-Implements: blueprint multi-argument-network Partial-Bug: #1592906
* | | Merge "Add "--password-prompt" to user.rst"Jenkins2016-06-161-0/+1
|\ \ \
| * | | Add "--password-prompt" to user.rstsunyajing2016-06-161-0/+1
| |/ / | | | | | | | | | Change-Id: I2e86114698887a6343c248783c343f269bf4988d
* | | Merge "Move server image create command to its own resource file."Jenkins2016-06-161-4/+4
|\ \ \
| * | | Move server image create command to its own resource file.Dean Troyer2016-06-031-4/+4
| | | | | | | | | | | | | | | | Change-Id: If37e82072bd7a32b81bfb1a8bb048f018dd5b04f
* | | | Merge "Modify doc issues about property option of aggregate"Jenkins2016-06-161-4/+3
|\ \ \ \
| * | | | Modify doc issues about property option of aggregateHuanxuan Ao2016-06-161-4/+3
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The formal of multi properties in most docs likes this: [--property <key=value> [...] ] [--property <key> [...] ] This patch modify the formal of multi properties in aggregate.rst. Change-Id: I557cd51696d2721c8955c4a79f1ab85de3a0b9ce
* | | | Merge "Fix help msg of identity endpoint"Jenkins2016-06-161-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Fix help msg of identity endpointsunyajing2016-06-161-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | <service> argument of `endpoint create` command doesn't mean `new endpoint service`, but an existent service that the new endpoint attached to. Change-Id: I846fdb501bdea14499f42288186f375a3b2b5951
* | | | Merge "Support bulk deletion for commands that exist in both network and ↵Jenkins2016-06-153-9/+10
|\ \ \ \ | | | | | | | | | | | | | | | compute."
| * | | | Support bulk deletion for commands that exist in both network and compute.Huanxuan Ao2016-06-153-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some delete commands in networkv2 are exist in both network and compute, They can use NetworkAndComputeDeleteclass to supprot bulk deletion and error handling and the codes are similar, so I change them all in this patch. The changed commands including: 1.floating ip delete 2.security group delete 3.security group rule delete Also, I update unit tests and docs for these commands in this patch. Change-Id: I6c94c3d10ba579ddd9b14d17673c821e3481fd8a Partially-Implements: blueprint multi-argument-network
* | | | | Merge "Support compute service force down/up"Jenkins2016-06-151-0/+9
|\ \ \ \ \
| * | | | | Support compute service force down/upRui Chen2016-06-141-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Aims to evacuate servers from compute host as soon as possible, operators might set the compute service force down manually. Novaclient support the behavior, this patch support it in OSC. Change-Id: I22ff1c5d670c449771fdcb3f4f39cd82f428531a Closes-Bug: #1589348
* | | | | | Add default IP version and fix help messages for "ip availability list"Huanxuan Ao2016-06-151-1/+1
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was not a default IP version in "ip availability list" command, if we used this command without "--ip-version" option, the output was different from the outputs with the option "--ip-version 4" and "--ip-version 6" and it is not right. This patch add default IP version (default is 4) in ``ip availability list`` command and make this command work properly without ``--ip-version`` option. And also fix the help message. Change-Id: Idc08ab6eaf05946eb2ab59bfb3d4497a383d987d Closes-Bug: #1592761
* | | | | Merge "Add geneve provider network type"Jenkins2016-06-151-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add geneve provider network typeRichard Theis2016-06-101-2/+2
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Add the "geneve" choice to the "os network create" command's "--provider-network-type" option. Change-Id: I7573232ec3594ec4acbfae43a8456b8c3fcd1a83 Implements: blueprint neutron-client
* | | | Merge "Fix image delete multiple arguments error"Jenkins2016-06-141-5/+2
|\ \ \ \
| * | | | Fix image delete multiple arguments errorsunyajing2016-06-131-5/+2
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix image delete command, support processing multiple arguments delete error. Fix doc/source/command-errors.rst, make the msg format correct. Change-Id: Icbe347fe077bc148bf71ea8f7399b0e934b7cdf9 Partially-Implements: blueprint multi-argument-image
* | | | osc-lib: commandDean Troyer2016-06-131-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Leave command.py and test_command.py as a sanity check during the deprecation period. Change-Id: I24e1b755cbfbcbcaeb5273ec0c9706b82384fc85
* | | | osc-lib: parseractionsDean Troyer2016-06-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Leave parseractions.py and test_parseractions.py as a sanity check during the deprecation period. Change-Id: I1a7469b6d872284e0276502a1a287bc0b87f8f83
* | | | osc-lib: logsDean Troyer2016-06-131-1/+1
| | | | | | | | | | | | | | | | Change-Id: I2a4d40cd72cc22e97a600751ae29c2309ebed28b
* | | | osc-lib: utilsDean Troyer2016-06-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use osc-lib directly for utils. Leave openstackclient.common.utils for deprecation period. Change-Id: I5bd9579abc4e07f45219ccd0565626e6667472f7
* | | | osc-lib: exceptionsDean Troyer2016-06-131-1/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | Use osc-lib directly for exceptions. Leave openstackclient.common.exceptions for deprecation period. Change-Id: Iea3e862302372e1b31ccd27f69db59b4953ca828
* | | Trivial: Fix coding style in examples in docTang Chen2016-06-131-10/+14
|/ / | | | | | | | | | | | | | | Now, we use i18n strings for help and log messages, and standardize the usage of logger. So fix those in the example in doc. Change-Id: Ibbc051b12133699811dd35a7e77a10de50ed8e44
* | Merge "Fix compute service set command"Jenkins2016-06-081-1/+1
|\ \
| * | Fix compute service set commandsunyajing2016-06-081-1/+1
| | | | | | | | | | | | | | | | | | add ``Binary name`` to help msg of compute service set command. Change-Id: I5ed3824ec5bede250ce41f187835e8901b5e11fd
* | | Merge "Fix errors for "volume type unset" command"Jenkins2016-06-071-1/+1
|\ \ \
| * | | Fix errors for "volume type unset" commandHuanxuan Ao2016-06-061-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | Normally, we can unset multi properties but the "volume type unset" command could not, because the action "append" was missed. So I add it and also fix the unit test and doc in this patch. Change-Id: I20470f2b7bb2a8d7f292cea498826669c3418c77
* | | Merge "Refactor SetService --enable/disable option"Jenkins2016-06-061-3/+2
|\ \ \
| * | | Refactor SetService --enable/disable optionTang Chen2016-06-041-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch changes the following: 1. --enable/disable option should follow the rules in the doc below: http://docs.openstack.org/developer/python-openstackclient/command-options.html#boolean-options 2. "--disable-resion" is specified but not "--disable", an exception is raised instead of igoring "--disable-reason" option. Change-Id: I92e9234111e661bfe7119a8e19389a87c874ab0c
* | | | Merge "fix keypair help msg"Jenkins2016-06-061-2/+2
|\ \ \ \
| * | | | fix keypair help msgsunyajing2016-06-061-2/+2
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | keypair delete and keypair show commands cannot work on keypair ID Change-Id: I958fcd2ed184706b28d63cc9c73a8b566e86a16c Closes-Bug:#1588701
* | | | Merge "Add network availability for osc"Jenkins2016-06-062-4/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add network availability for oscManjeet Singh Bhatia2016-06-032-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch implements openstack client for network ip availability. Implements: blueprint neutron-ip-capacity Depends-On: I3b40d8edea87c068c4e8133e436511765064d5f8 Change-Id: Iffaa2e20ff495fbd205d3397e027e8141d04385e
* | | | Merge "Support multiple argument for compute agent delete command"Jenkins2016-06-051-3/+3
|\ \ \ \
| * | | | Support multiple argument for compute agent delete commandsunyajing2016-06-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3b19e4914d475b86d7e8aa8d76e62a2ac811272f Partially-Implements: blueprint multi-argument-compute
* | | | | Merge "Add support for volume transfer request list"Jenkins2016-06-042-0/+22
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add support for volume transfer request listSheel Rana2016-06-042-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OSC does not support to list volume transfer from one user to other user. This patch will provide support for listning volume transfer requests. Closes-Bug:#1554886 Implements: bp cinder-command-support Change-Id: Ie659bc39cb1d1e931cca7a40b2f126a067ee484c
* | | | | Merge "Fix --enable options on commands"Jenkins2016-06-043-13/+9
|\ \ \ \ \ | |_|_|_|/ |/| | | |