summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Add direction and protocol options to os security group rule list cmdNam Nguyen Hoai2016-10-141-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch added direction options (--ingress, --egress) and protocol option (--protocol) to filter rules by os security group rule list command. Change-Id: I56ace3f97eb927fd2a868f728c7347a29d028b67 Closes-Bug: #1613533 Partially-Implements: blueprint network-commands-options
* | | | | | | | Merge "Add "--read-only" and "--read-write" options in "volume set""Jenkins2016-11-101-0/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | Add "--read-only" and "--read-write" options in "volume set"Huanxuan Ao2016-10-181-0/+9
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--read-only" and "--read-write" options in "volume set" command to set volume access mode. Implements: bp cinder-command-support Change-Id: I76ba85c7d3ff0eb026a9cbd794368d8b2b0d17fe
* | | | | | | | Merge "Add "volume migrate" command"Jenkins2016-11-102-2/+44
|\ \ \ \ \ \ \ \
| * | | | | | | | Add "volume migrate" commandHuanxuan Ao2016-10-182-2/+44
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "volume migrate" command in volume v1 and v2 to support migrating volume to a new host Change-Id: Ie4e6037171a31a872006a13f9fd1e15eaa627c26 Implements: bp cinder-command-support
* | | | | | | | Merge "Add 'description' option"Jenkins2016-11-091-0/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Add 'description' optionSindhu Devale2016-11-081-0/+7
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds '--description' option to os security group rule create cmd. Change-Id: I604bcdeb4658d2dcc4d860a87e704e186cca5225 Partially-Implements: blueprint network-commands-options Partially-Implements: blueprint neutron-client-descriptions
* | | | | | | | Add 'all-projects' option to 'volume backup list'Jordan Pittier2016-11-081-0/+5
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Similar to what 'volume list --all-projects' does, 'volume backup list --all-projects' list volume backups accross all projects. Change-Id: Id5dda9b5adc822c4ddfb2dda339946d3322858e2
* | | | | | | Add options to "volume backup list" commandHuanxuan Ao2016-11-081-0/+31
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--name", "--status", "--volume", "--marker" (v2 only) and "--limit" (v2 only) options to "volume backup list" command Change-Id: If20cb7650f2359d393ee314d9e055a8659c73009 Closes-Bug: #1612484 Closes-Bug: #1639712
* | | | | | Add filtering options --name,--enable,--disable to router listYi Zhao2016-10-311-0/+14
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I171b6be4501b02c3df66589c45177200919117db Closes-Bug: #1637945 Partially-Implements: blueprint network-commands-options
* | | | | Add --long option and more columns to the hypervisor list commandYan Xing'an2016-10-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support --long option and more columns in output of hypervisor list command, including 'Hypervisor Type', 'Host IP', 'State', and 'vCPU Used', 'vCPUs', 'Memory MB Used', 'Memory MB' with --long option. Change-Id: I0c790c7835309dded03e230cf497168e19404537 Closes-Bug: #1637074
* | | | | Merge "Adds information about private key generation for instance access"Jenkins2016-10-251-10/+12
|\ \ \ \ \
| * | | | | Adds information about private key generation for instance accessAnne Gentle2016-10-251-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Also updated the help text in the command itself. Change-Id: Ib3d4f94ef415a3f12024d0d7c000d2de20de001b Partial-Bug: 1549410
* | | | | | Merge "update volume and zone commands"Jenkins2016-10-251-1/+3
|\ \ \ \ \ \
| * | | | | | update volume and zone commandsliujunpeng2016-10-211-1/+3
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -add volume backup -add zone export/import Change-Id: Ied99ba78e9a45d323e68656ada318ed2984bdc02
* | | | | | update openstackclient page urlliujunpeng2016-10-211-2/+2
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | The wiki url has been deprecated. Change-Id: I4101b357d59661dce06519f158181982c5f96db5
* | | | | Correct help string of the subnet pool list optionsYan Xing'an2016-10-201-7/+7
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct help string of subnet pool list options, from "subnets" to "subnet pools". Change-Id: Ic6dd6649f411748cd0c6e6b08f0451c8a0fa220f Partially-Implements: blueprint network-commands-options
* | | | Merge "Update the doc for Zaqar v2"Jenkins2016-10-172-2/+5
|\ \ \ \
| * | | | Update the doc for Zaqar v2wangxiyuan2016-10-142-2/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Zaqar v1 and v1.1 is deprecated now, and the V2 is the default API version. Update the plugin doc for it. Change-Id: I26db823852ba543607b250a09aae63bb439a8959
* | | | Merge "Add security groups options to "port create/set/unset""Jenkins2016-10-171-0/+27
|\ \ \ \
| * | | | Add security groups options to "port create/set/unset"Nguyen Phuong An2016-10-121-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds '--security-group' and '--no-security-group' options to "port create", "port set" and "port unset" commands. Change-Id: Iff60d8f29227017b0a3966efca6cdecba69abcea Partial-Bug: #1612136 Partially-Implements: blueprint network-commands-options
* | | | | Add support make a router HAReedip2016-10-161-0/+9
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently router set CLI does not provide the support make a router highly available. The following patch enables the same. Checking for setting a router as HA is left on the neutron server itself. Partially-Implements: blueprint network-commands-options Change-Id: I0d0548cf037a14e5ccb2f732918ee9d1f63f43b4 Closes-Bug:#1631492
* | | | Merge "Add a new column and a new option the 'os port list' cmd"Jenkins2016-10-121-0/+5
|\ \ \ \
| * | | | Add a new column and a new option the 'os port list' cmdNam Nguyen Hoai2016-10-121-0/+5
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch will add a new column called status to the result of the 'os port list' command and --long option to 'os port list' command. Co-Authored-By: Ha Van Tu <tuhv@vn.fujitsu.com> Change-Id: I4f942414e969687304b578ed7f003dd219c0f2f8 Closes-Bug: #1613995 Closes-Bug: #1614321 Partially-Implements: blueprint network-commands-options
* | | | Merge "Redefine set/unset command devref"Jenkins2016-10-121-10/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | Redefine set/unset command devrefRui Chen2016-10-101-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now we have some use cases about set/unset properties, try to redefine devref to find out a best and easiest solution to keep commands simple and clearly. Five use cases exist in property action, "append", "update", "remove", "clean", "override", the following rules can cover all these use cases: 1. append ==> "set --property new-key=value" 2. update ==> "set --property existed-key=new-value" 3. remove ==> "unset --property existed-key" 4. clean ==> "set --no-property" 5. clean ==> "unset --all-property" 6. override ==> "set --no-property --property new-key=value" Related blueprint support-no-property-in-aggregate and blueprint allow-overwrite-set-options. Change-Id: If86daf6989d8e0ad0dc6e590d7636be7d5203a18
* | | | Merge "fix doc information in the limit.rst"Jenkins2016-10-121-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix doc information in the limit.rstzheng yin2016-09-271-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I check files in compute/v2, and I find there is a mistake, then I fix it. Change-Id: Ic17b9d5e64e4ed8b1d8e1476c73dd6d9365167fc
* | | | Add network support for Network QoS policiesRodolfo Alonso Hernandez2016-10-112-0/+123
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added following commands: - network qos policy create - network qos policy delete - network qos policy set - network qos policy show - network qos policy list Closes-Bug: 1609037 Depends-On: I33bafeca979410d329ae10a82772ccdb48c10daa Change-Id: I63a8f63702514ff5814481bb021e2aa9d5f3d4b1
* | | More 3.3.0 release notes3.3.0Dean Troyer2016-10-071-1/+2
| | | | | | | | | | | | | | | | | | Plus minor doc formatting updates Change-Id: I849794e954cdeb582f7a0b104c62ec6688ead628
* | | Merge "Document `openstack complete` help and usage"Jenkins2016-10-061-0/+25
|\ \ \ | |_|/ |/| |
| * | Document `openstack complete` help and usageSteve Martinelli2016-09-301-0/+25
| | | | | | | | | | | | | | | | | | | | | Currently we have no documentation for the `complete` command. Change-Id: I9faf38341bb57a61869ddbef406a022219a7c62c Closes-Bug: 1623860
* | | Merge "Add example in the doc when using Identity v3"Jenkins2016-09-301-0/+16
|\ \ \
| * | | Add example in the doc when using Identity v3Léo GEORGEL2016-09-291-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | Add example doc with user_domain_name and project_domain_name Change-Id: I5f454fcf705c8af1f0a1b85385bd7d8587234a14
* | | | Add --ha option to os router create commandNam Nguyen Hoai2016-10-011-1/+5
| |/ / |/| | | | | | | | | | | | | | | | | | | | This patch added --ha option which the 'os router create' command was missed. Change-Id: I77635fb17af32beb0d8ed9aa080ef79285719fdc Closes-Bug: #1610161
* | | Merge "Support "--no" option in aggregate set"Jenkins2016-09-291-0/+7
|\ \ \
| * | | Support "--no" option in aggregate setRui Chen2016-09-241-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Supporting "--no-property" option will apply user a convenience way to clean all properties of aggregate in a short command, and this kind of behavior is the recommended way to devref. The patch add "--no-property" option in "aggregate set" command, and update related test cases and devref document. Change-Id: I7614a23c0db05144562330dc600dbab7d003d5d8 Implements: blueprint support-no-property-in-aggregate
* | | | Merge "Remove beta label for network segment resource"Jenkins2016-09-292-25/+1
|\ \ \ \
| * | | | Remove beta label for network segment resourceRichard Theis2016-09-282-25/+1
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | With Ocata development opened, neutron network segments are no longer beta resources. Change-Id: I25be51c30df17c746136471b88840f64a03187b9 Partially-Implements: blueprint routed-networks
* | | | Merge "Add and modify options for "volume create" command"Jenkins2016-09-291-6/+25
|\ \ \ \
| * | | | Add and modify options for "volume create" commandHuanxuan Ao2016-09-281-6/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.Add mutually exclusive options into a mutually exclusive group. 2.Add "--source-replicated", "--consistency-group", "--hint" and "multi-attach" options 3.Make --size option to be optional under some cases Closes-Bug: #1568005 Closes-Bug: #1627913 Implements: bp implement-cinder-features Co-Authored-By: Roman Vasilets <rvasilets@mirantis.com> Change-Id: I2c4c3073195d33774e477f4d7f22e383b14b41dd
* | | | | Merge "Implement "consistency group list" command"Jenkins2016-09-292-0/+27
|\ \ \ \ \ | |/ / / /
| * | | | Implement "consistency group list" commandHuanxuan Ao2016-09-282-0/+27
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "consistency group" object in volume v2 (v2 only) and implement "consistency group list" command Change-Id: Ifa90d97f4b223f9a5b00708cff07fa2c5e2635f0 Implements: bp cinder-command-support Partial-Bug: #1613964 Co-Authored-By: Sheel Rana <ranasheel2000@gmail.com>
* | | | Merge "remove square backet to required parameter"Jenkins2016-09-282-8/+8
|\ \ \ \
| * | | | remove square backet to required parameterzheng yin2016-09-252-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Required parameter don't need to square backet, therefore, I remove them. Change-Id: I36517fb782da53b3b973f70f292f25a4f6784077
* | | | | Merge "Add option "--name" to command "openstack object create""Jenkins2016-09-281-0/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add option "--name" to command "openstack object create"Rajasi Kulkarni2016-09-261-0/+5
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Option "--name" can be used to set as the object name of the file to be uploaded in the container. Similar to option "--object-name" in command "swift upload". Added unit test case to ensure an exception is raised when using option "--name" for uploading multiple objects. Change-Id: Ied7827841f6ca1cf9d4b48e304cbe5d62eda38ab Closes-Bug: #1607972
* | | | Merge "Add option markup in osc doc"Jenkins2016-09-271-1/+1
|\ \ \ \
| * | | | Add option markup in osc docKATO Tomoyuki2016-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To avoid unintended hyphen concatenation: "openstack –help" Change-Id: I6e8a1c453c5964bea4adc47d167904ab8ce8abda
* | | | | Merge "Remove reference to CLI Ref in osc doc"Jenkins2016-09-271-4/+0
|\ \ \ \ \ | |_|/ / / |/| | | |