summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Merge "Add two consistency group commands"Jenkins2017-01-111-1/+45
|\ \ \ \ \ \
| * | | | | | Add two consistency group commandszhiyong.dai2016-12-131-1/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add commands: consistency group add volume consistency group remove volume in volume v2 (v2 only) Change-Id: I70ff287d3b5df78196b8f4b9e50402c471aef284 Implements: bp cinder-command-support Closes-Bug: #1613964
* | | | | | | Merge "Add support for Glance 'update image members' feature"Jenkins2017-01-111-0/+31
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Add support for Glance 'update image members' featureJordan Pittier2017-01-041-0/+31
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds 3 new options to the "image set" command: --accept, --reject and --pending. This updates the membership status for an image. Closes-Bug: 1620481 Change-Id: I13b8c067aad68ece9ff636fbdd83bcb3663c91b2
* | | | | | Merge "OSC Network Meter"Jenkins2017-01-081-0/+91
|\ \ \ \ \ \
| * | | | | | OSC Network MeterAnkur Gupta2017-01-011-0/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement Neutron feature of Metering into OpenStack Client. Meter Rules will be implemented in seperate patchset. Partially Implements: blueprint neutron-client-metering Change-Id: Ie82d42759504cbdb1c991c5183c1f0adf59e60fe
* | | | | | | Merge "Add options to allow filtering on agent list"Jenkins2017-01-081-0/+13
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Add options to allow filtering on agent listZhou Zhihong2017-01-051-0/+13
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add options to allow filtering via --agent-type and --host on agent list Change-Id: I1800f0777aa92a76b4b95f64f8acc18454809e81 Closes-Bug: #1641868 Partially-Implements: blueprint network-commands-options
* | | | | | Merge "Add ":option:` `" in the help message"Jenkins2017-01-048-29/+41
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add ":option:` `" in the help messagezhiyong.dai2017-01-038-29/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch mainly adds ":option:` `" in several help messages in the doc. This modification will create one link which helps the readers find the relative option quickly and conveniently in website. Change-Id: Ia047e15c3b2064e4822ee7df7922d4774d862602
* | | | | | update server migrate '--wait' descriptionlicanwei2016-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'Wait for resize to complete' ==> 'Wait for migrate to complete' Change-Id: I0e08968c0132f0a8e1ef1ce2e6179001315372c3
* | | | | | Merge "Add '--type'and other options to network rbac list"Jenkins2016-12-261-0/+15
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Add '--type'and other options to network rbac listguiyanxing2016-12-211-0/+15
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds '--type','--action','--long' filtering options to network rbac list command Change-Id: I21846820ab223bb7832e89eb2d7658bbec271aec Closes-Bug: #1648307 Partially-Implements: blueprint network-commands-options
* | | | | Merge "Should support 'auto' and 'none' as network parameter when boot ↵Jenkins2016-12-231-2/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | instances"
| * | | | | Should support 'auto' and 'none' as network parameter when boot instancesKevin_Zheng2016-12-221-2/+4
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nova added support using 'auto' and 'none' as network parameters since microversion 2.37: http://git.openstack.org/cgit/openstack/nova/tree/nova/api/openstack/rest_api_version_history.rst#n389 we should also add support for this in OSC. Change-Id: I6e5f616dfa48895ebd13144effe9fda7cb94c649 Closes-bug: #1651288
* | | | | Add support for QoS rule type commandsRodolfo Alonso Hernandez2016-12-221-0/+18
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added following commands: - network qos rule type list Closes-Bug: 1612194 Depends-On: Iecf7bc7acd244a842aae963993f37a64a26b43b9 Change-Id: I38af823c726ceaba9d0b45488fa48e2d93971c92
* | | | Merge "Introduce overwrite functionality in ``osc router set``"Jenkins2016-12-211-1/+3
|\ \ \ \
| * | | | Introduce overwrite functionality in ``osc router set``Reedip2016-12-191-1/+3
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | The overwrite functionality allows user to overwrite the routes of a specific router. Change-Id: I8d3cfe5cab2ffbfa046371c3adcd2cf446c91cbc partially-implements: blueprint allow-overwrite-set-options
* | | | Fix all missing "os to openstack" transformationHuanxuan Ao2016-12-215-5/+5
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | Checked and fix all missing of the review: https://review.openstack.org/#/c/412669/ https://review.openstack.org/#/c/412673/ https://review.openstack.org/#/c/412678/ Change-Id: Ice85958874121eeb574d0b4cfa58e1590b014ed6
* | | Merge "change os in command example to openstack(3)"Jenkins2016-12-2024-128/+128
|\ \ \
| * | | change os in command example to openstack(3)Kevin_Zheng2016-12-2024-128/+128
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | In the current doc, the command examples are like "os server create" but the acutal command should be started with "openstack" instead of "os", it is misleading to first time users. Change-Id: Ie67c0152d8ff8b7c456f91dc8b9a9164437ee9d1
* | | Merge "change os in command example to openstack(2)"Jenkins2016-12-2035-146/+146
|\ \ \
| * | | change os in command example to openstack(2)Kevin_Zheng2016-12-2035-146/+146
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | In the current doc, the command examples are like "os server create" but the acutal command should be started with "openstack" instead of "os", it is misleading to first time users. Change-Id: I80c96f0938cec382f2f714a500138bd5a2c81aa0
* | | Merge "change os in command example to openstack"Jenkins2016-12-2022-76/+76
|\ \ \
| * | | change os in command example to openstackKevin_Zheng2016-12-2022-76/+76
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | In the current doc, the command examples are like "os server create" but the acutal command should be started with "openstack" instead of "os", it is misleading to first time users. Change-Id: Ic7686257725e1aa8e4e0d65a712eff1c079927a8
* | | Add support for clearing router gatewayReedip2016-12-191-0/+5
|/ / | | | | | | | | | | | | | | | | This patch adds the support to clear the gateway information from a router. Change-Id: I446c556750f080a6fc21fea8f531fd71838d648a Implements: blueprint neutron-client-advanced-router Partially-Implements: blueprint network-commands-options
* | Merge "Add support for setting router gateway"Jenkins2016-12-191-0/+19
|\ \
| * | Add support for setting router gatewayReedip2016-12-171-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds the support to set the gateway information for a router. Implements: blueprint neutron-client-advanced-router Partially-Implements: blueprint network-commands-options Change-Id: Ifb5a4d1965cd7e75c0c8cf2cfb677e0628b699dc Depends-On: I2bda0dd40afd64b6cecca5f64ef2326bda4fac92
* | | Merge "Add filtering options to the address scope list command"Jenkins2016-12-181-0/+29
|\ \ \
| * | | Add filtering options to the address scope list commandYan Xing'an2016-12-181-0/+29
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Add --name, --ip-version, --project, --project-domain, --share, --no-share options to the address scope list command. Change-Id: I8ece8da473d07dfc21dfb5b17de47624241f0142 Closes-Bug: #1636046 Partially-Implements: blueprint network-commands-options
* | | Merge "Add --default option to "volume type list""Jenkins2016-12-181-1/+7
|\ \ \
| * | | Add --default option to "volume type list"jiahui.qiang2016-12-061-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--default" option to volume v2's "type list" command, it will show which volume type the volume service has set as default. Implements: bp cinder-command-support Change-Id: Iae7ebc633ebe5554cc88390a84361887ec211fb2
* | | | Merge "Add some options to "volume create" command"Jenkins2016-12-161-0/+18
|\ \ \ \ | |/ / / |/| | |
| * | | Add some options to "volume create" commandjiahui.qiang2016-12-061-0/+18
| |/ / | | | | | | | | | | | | | | | | | | | | | Add "--bootable", "--non-bootable", "--read-only" and "--read-write" options to "volume create" command for setting some attributes at the time of crration. Change-Id: I71b4e9fccb4ee0ab1a90e7179d6d2d34dbbae909 Implements: bp cinder-command-support
* | | Add ploop to supported disk formatsMikhail Feoktistov2016-12-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | This format is used for containers for Virtuozzo hypervisor Closes-Bug: 1650342 Change-Id: Ic79f29a1fe9ea5016d3d5520c2b06e39da01ff61
* | | 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>
* | 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 "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-081-0/+30
|\ \ \ \
| * | | | Add "volume host set" commandjiahui.qiang2016-11-251-0/+30
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | 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
|\ \ \ \ | |_|/ / |/| | |