summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Add "--remote-source" option to "volume snapshot create" command"Jenkins2016-12-131-0/+9
|\
| * Add "--remote-source" option to "volume snapshot create" commandHuanxuan Ao2016-12-121-0/+9
| | | | | | | | | | | | | | | | | | | | | | Add "--remote-source" option to "volume snapshot create" command to support creating snapshot from an existing remote snapshot in volume v2 (v2 only), also add the doc, unit tests and release note. Change-Id: I9e5fad4f0db5b44d528eb6b930edbc816e392c3a Implements: bp cinder-command-support Closes-Bug: #1618676 Co-Authored-By: Sheel Rana <ranasheel2000@gmail.com>
* | update plugins documentationSteve Martinelli2016-12-111-2/+1
|/ | | | | | | | | | | | - remove cueclient from list of supported plugins, it seems like a dead project to me, see [1] for more details. - remove the ** from watcherclient, it is now listed in global requirements [2]. [1] https://review.openstack.org/#/c/409497/ [2] https://github.com/openstack/requirements/blob/master/global-requirements.txt#L232 Change-Id: Ia49436ccdbdf5d84060062b57e4a6286b5906468
* Add extra filtering options to floating ip listsongminglong2016-12-091-0/+35
| | | | | | | | | | The patch adds filtering '--long', 'status', '--project', '--project-domain' and '--router' options to floating ip list command. Closes-Bug: #1614379 Partially-Implements: blueprint network-commands-options Change-Id: I2a02cf23845ff435927d8b481f77249915bd94dc
* Merge "Correct missspellings of secret"Jenkins2016-12-082-4/+4
|\
| * Correct missspellings of secretDougal Matthews2016-12-082-4/+4
| | | | | | | | Change-Id: Ia00d5cf3a32f534d1c0f40d5b295610f88a777d4
* | Merge "Add '--force' option to 'volume snapshot delete' command"Jenkins2016-12-081-0/+5
|\ \
| * | Add '--force' option to 'volume snapshot delete' commandHuanxuan Ao2016-12-081-0/+5
| |/ | | | | | | | | | | | | | | | | Add '--force' option to 'volume snapshot delete' command in volume v2 (v2 only) to allow delete in state other than error or available. Change-Id: Ie8991e9a630d7c7e9ac6c6870aed787bbcebacf2 Closes-Bug: #1597195
* | Merge "Trivial: update volume-qos.rst"Jenkins2016-12-081-1/+8
|\ \
| * | Trivial: update volume-qos.rstzhiyong.dai2016-12-071-1/+8
| | | | | | | | | | | | | | | | | | | | | Before the ".. describe",some codes are left out. I add them in this patch. In addition, I change "[--property <key> ] to [--property <key> [...] ] Change-Id: I37ae0ba53e2a2d43a4806b318c7776ff2260fd1d
* | | Merge "Add "consistency group set" command"Jenkins2016-12-081-1/+26
|\ \ \
| * | | Add "consistency group set" commandzhiyong.dai2016-12-061-1/+26
| |/ / | | | | | | | | | | | | | | | | | | | | | Add "consistency group set" command in volume v2 (v2 only). Change-Id: I53116015388b7a4b0e15813f52c1246166bb0fc1 Implements: bp cinder-command-support Partial-Bug: #1613964
* | | Merge "Add options to "volume snapshot list" command"Jenkins2016-12-081-0/+16
|\ \ \
| * | | Add options to "volume snapshot list" commandjiahui.qiang2016-11-261-0/+16
| |/ / | | | | | | | | | | | | | | | | | | | | | Add "--name", "--status" and "--volume" options to "volume snapshot list" command for filtering results. Change-Id: I72db1abce7701f31598deec34801a4d1f5713870 Closes-Bug:#1645252
* | | Merge "Add "consistency-group-snapshot" option to consistency group create"Jenkins2016-12-081-1/+5
|\ \ \
| * | | Add "consistency-group-snapshot" option to consistency group createHuanxuan Ao2016-12-071-1/+5
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "consistency-group-snapshot" option to "consistency group create" command to support for creating consistency group from existing consistency group snapshot Implements: bp cinder-command-support Partial-Bug: #1613964 Change-Id: I54c265d38299f4973945ba99e30042bcf47859c0
* | | Merge "Add "volume host set" command"Jenkins2016-12-082-0/+31
|\ \ \
| * | | Add "volume host set" commandjiahui.qiang2016-11-252-0/+31
| | |/ | |/| | | | | | | | | | | | | | | | | | | Add "volume host set" command in volume v2 to support freeze(disable) and thaw(enable) the specified cinder-volume host Change-Id: Iee1604d72f9eccd9e327b0ef8d345909a733a647 Implements: bp cinder-command-support
* | | Merge "Add "dns-name" option to "os port create" and "os port set""Jenkins2016-12-081-0/+12
|\ \ \ | |_|/ |/| |
| * | Add "dns-name" option to "os port create" and "os port set"Nam Nguyen Hoai2016-12-031-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch added a "dns-name" option to "os port create" and "os port set" command. Change-Id: I360e2c9a1970e64fe17e4561d7618f860b937373 Co-Authored-By: Ha Van Tu <tuhv@vn.fujitsu.com> Partial-Bug: #1612136 Partially-Implements: blueprint network-commands-options
* | | Merge "Add '--project' and '--project-domain' options to os cmds"Jenkins2016-12-053-0/+38
|\ \ \ | |_|/ |/| |
| * | Add '--project' and '--project-domain' options to os cmdsNam Nguyen Hoai2016-12-013-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch added '--project' and '--project-domain' options to filter subnets resulted by 'os subnet list', 'os floating ip create' and 'os security group list' commands. Co-Authored-By: Ha Van Tu <tuhv@vn.fujitsu.com> Change-Id: I727663d49ffa6aa042fdeb60797f18bb753b0372 Closes-Bug: #1613231 Closes-Bug: #1610909 Closes-Bug: #1613629 Partially-Implements: blueprint network-commands-options
* | | Merge "Refactor "snapshot" commands"Jenkins2016-12-033-2/+178
|\ \ \
| * | | Refactor "snapshot" commandsHuanxuan Ao2016-11-033-2/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.change the command name ``snapshot create/delete/list/ show/set/unset`` to ``volume snapshot create/delete/list/ show/set/unset``. 2.change the optional parameter "--name <name>" to a positional parameter "<snapshot-name>"; Change the positional parameter "<volume>" to a optional parameter "--volume <volume>" Change-Id: If03276ecdf6f0d96893d5ecf91c2aaa64929cff3 Implements: bp backup-snapshot-renamed-for-volume-resource Co-Authored-By: Sheel Rana <ranasheel2000@gmail.com>
* | | | Add "consistency group show" commanddaizhiyong2016-12-021-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "consistency group show" command in volume v2 (v2 only). Change-Id: If496eba2955c0aacd52600bb6fba39690ddd90cb Implements: bp cinder-command-support Partial-Bug: #1613964
* | | | Add "consistency group delete" commandzhiyong.dai2016-12-021-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "consistency group delete" command in volume v2 (v2 only). Change-Id: Ieebc2417df0d45a578d5617bad245d7863f09190 Implements: bp cinder-command-support Partial-Bug: #1613964
* | | | Merge "Sort list images by name by default"Jenkins2016-12-021-1/+1
|\ \ \ \
| * | | | Sort list images by name by defaultVijendra Soni2016-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set the default key and dir for openstack image list, if no command line argument passed Changing sort_key to name(old value: created_at) Change-Id: I6c61f6e5a04824d655ccf43477afcec9652101df Closes-Bug: #1639231
* | | | | Merge "Add "--type" and "--retype-policy" options to "volume set" command"Jenkins2016-12-021-0/+16
|\ \ \ \ \
| * | | | | Add "--type" and "--retype-policy" options to "volume set" commandHuanxuan Ao2016-11-231-0/+16
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--type" and "--retype-policy" options to "volume set" command in volume v2 (v2 only) to support changing the volume type for a volume Change-Id: I0153abdb967aee790586a57cef31930e32005c1b Implements: bp cinder-command-support
* | | | | Merge "Add commands for "consistency group snapshot""Jenkins2016-12-022-0/+97
|\ \ \ \ \
| * | | | | Add commands for "consistency group snapshot"Huanxuan Ao2016-11-192-0/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add commands: consistency group snapshot create consistency group snapshot delete consistency group snapshot list consistency group snapshot show in volume v2 (v2 only) Change-Id: Ib4115f8ff00fb5aa8194588223032657eb1346b5 Closes-Bug: #1642238 Implements: bp cinder-command-support
* | | | | | Merge "Add "consistency group create" command"Jenkins2016-12-021-0/+36
|\ \ \ \ \ \
| * | | | | | Add "consistency group create" commandHuanxuan Ao2016-11-171-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "consistency group create" command in volume v2 (v2 only). Change-Id: I2e9affe390b1012aa18459e64d04afcdfc15e27d Implements: bp cinder-command-support Partial-Bug: #1613964
* | | | | | | Merge "clean up image choices and help text"Jenkins2016-12-021-2/+4
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | clean up image choices and help textSteve Martinelli2016-11-231-2/+4
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use choices for image set and image create commands, this aligns with our use of choices in networking commands. Also update the help text to match that of the networking commands, where we iterate through the options. Related-Bug: 1635518 Change-Id: Ib4c66b06e07f1d4e5bfe1b74053f2215cccad890
* | | | | | Merge "Add `--enable/disable-port-security` option to `port set` and `port ↵Jenkins2016-12-021-0/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | create`"
| * | | | | | Add `--enable/disable-port-security` option to `port set` and `port create`Sindhu Devale2016-11-281-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds the currently missing options `--enable-port-security` and `--disable-port-security` in the `os port set` and `os port create` commands. Partially-Implements: blueprint network-commands-options Change-Id: I4dc11cdf32bf482a5937f5464fe8a3b418644ec3
* | | | | | | Merge "Introduce overwrite functionality in ``osc subnet set``"Jenkins2016-12-011-0/+7
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Introduce overwrite functionality in ``osc subnet set``Reedip2016-11-281-0/+7
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The overwrite functionality allows user to overwrite the dns-nameservers of a specific subnet. Change-Id: I421808a3bdeb4565668f627b7929c4762cf40212 partially-implements: blueprint allow-overwrite-set-options partially-implements: blueprint network-commands-options
* | | | | | Merge "Add network service provider list to OSC"Jenkins2016-11-292-0/+19
|\ \ \ \ \ \
| * | | | | | Add network service provider list to OSCAnkur Gupta2016-11-282-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add network service providers commands to OSC Change-Id: Iea8bbe460061d67e36a4346b349e07612112c732 Depends-On: Ie0be92e0717b8b13e31068276a12b5fbf784e374
* | | | | | | Add QoS support to Network object.Rodolfo Alonso Hernandez2016-11-281-0/+16
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added "qos_policy" parameter to Network class. Change-Id: Idc00f2792eef5b1f0910084d95cf9a8e83fe818c Closes-Bug: 1627069
* | | | | | Merge "Add '--network' and other options to floating ip list"Jenkins2016-11-181-0/+21
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Add '--network' and other options to floating ip listsongminglong2016-11-131-0/+21
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The patch adds filtering '--network', '--port', '--fixed-ip-address' options to floating ip list command Partial-Bug: #1614379 Change-Id: I82319d0985d9e864431097c90264a20bf88167cc
* | | | | TrivialFix: Insert blank space for readabilityReedip2016-11-161-0/+1
|/ / / / | | | | | | | | | | | | Change-Id: Ia4612f65332d788e186c801edb98486862f98e56
* | | | Merge "Not appropriate name sg rule attribute"Jenkins2016-11-101-5/+5
|\ \ \ \
| * | | | Not appropriate name sg rule attributejudy-yu2016-11-041-5/+5
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For ingress rules set ip-prefix means src-ip- prefix, but for egress rules set ip-prefix means dst-ip-prefix. It is not appropriate to name src-ip directly. So as to src-group. Change-Id: I03fd0e14e470e7272930ac2651e73263b83bd4e1 Closes-bug: #1637365
* | | | Merge "Add description field port create & port set"Jenkins2016-11-101-0/+10
|\ \ \ \
| * | | | Add description field port create & port setAradhana Singh2016-10-171-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patchset 1. adds description field to openstack port create and openstack port set. 2. updates method _add_updatable_args with 4 spaces instead of existing 8 spaces Partially Implements: blueprint neutron-client-descriptions Partially Implements: blueprint network-commands-options Change-Id: I4598e555722b1de7bc47f3a9be0fd81eacfcb572