summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | 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
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove reference to CLI Ref in osc docKATO Tomoyuki2016-09-251-4/+0
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Since we decide to unify the osc doc into the osc repo, CLI Reference does not provide osc content. Change-Id: I0d530143105b5411a7a38e9e9d2297a1e8c69071
* | | | Merge "Add warning message for --state option of set command in volume"Jenkins2016-09-263-3/+8
|\ \ \ \
| * | | | Add warning message for --state option of set command in volumeHuanxuan Ao2016-09-263-3/+8
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are some set commands can set object state, it maybe a danger behavor for users, so add explanation and warning in the help message of the "--state" option to talk users be caution when using (cinderclient have done this too) Change-Id: I6a902887ea98879999c9972f36b1b7ef332173c3
* | | | Merge "Add command option parameter in console-url.rst"Jenkins2016-09-261-0/+1
|\ \ \ \
| * | | | Add command option parameter in console-url.rstzheng yin2016-09-261-0/+1
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | There are options (--rdp,--serial,--mks) in console-url.rst, but it has no these options after "os console url show", therefore, I add them. Change-Id: I4fd6b14f37cb5751021b8d33d4a65dae17e4e4e5
* | | | Align '=' for developing.rst and newton.rstguangpei.liu2016-09-261-2/+2
| |/ / |/| | | | | | | | Change-Id: I2d9b4cbaf65a0fa1c3184f52540b90d32b906fa3
* | | Fix typo in osc docLiuNanke2016-09-251-1/+1
| |/ |/| | | | | Change-Id: I8df73b36378e3de88ebe6d1ec125546c83f707c7
* | Merge "Add --description to Neutron commands"Jenkins2016-09-232-0/+16
|\ \
| * | Add --description to Neutron commandsAnkur Gupta2016-09-232-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added simple option for floating ip description when creating a floating ip. Added option for create and set router as well. Partially Implements: blueprint neutron-client-descriptions Partially Implements: blueprint network-commands-options Change-Id: Ib8cd8af449e9ff33b980017b2527a6b196894a00
* | | Merge "Introduce overwrite functionality in ``osc port set``"Jenkins2016-09-231-4/+10
|\ \ \
| * | | Introduce overwrite functionality in ``osc port set``reedip2016-09-211-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The overwrite functionality allows user to overwrite either the binding-profile or the fixed-ips of a specific port. Change-Id: I8ec3d04eeaf28972ee545fcdda4d5f7bd9deb915 partially-implements: blueprint allow-overwrite-set-options
* | | | Merge "Overwrite/Clear support for subnets"Jenkins2016-09-231-1/+14
|\ \ \ \
| * | | | Overwrite/Clear support for subnetsReedip2016-09-211-1/+14
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds the overwrite/clear functionality for allocation-pool and host-routes in subnets. Change-Id: Idfa41173d0c054c5bfb4eda8c5f614928012555a implements: blueprint allow-overwrite-set-options
* | | | Merge "Add square bracket to option parameter"Jenkins2016-09-231-5/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add square bracket to option parameterzheng yin2016-09-231-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Because option parameter is not required. I add [] to option parameter. Change-Id: I27c14c42bf576decff90a4a290dcaad7fab00524
* | | | Merge "Align '=' for image.rst"Jenkins2016-09-221-2/+2
|\ \ \ \
| * | | | Align '=' for image.rstqtang2016-09-221-2/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: Iae074a9b6f5ef91738d35e41602c234aab5bed56
* | | | | Merge "Add "volume backup set" command in volume v2"Jenkins2016-09-221-0/+31
|\ \ \ \ \
| * | | | | Add "volume backup set" command in volume v2Huanxuan Ao2016-09-221-0/+31
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "volume backup set" command in volume v2 (v2 only) to set backup name, description and state Change-Id: If17e8457db9a4704fb5bb9c75921ed82fd0069cf Closes-Bug: #1613261
* | | | | Merge "Add filtering options to os network list command"Jenkins2016-09-221-1/+44
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add filtering options to os network list commandHa Van Tu2016-09-221-1/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds the following filtering options: '--name', '--internal', '--share' and '--no-share', '--enable' and '--disable', '--project' and '--project-domain', '--status'. Change-Id: I7e9dd372ee572c6ee8cdba7fac3182f9dc0a137b Partially-Implements: blueprint network-commands-options Closes-Bug: #1578819
* | | | | Merge "Implement "volume transfer request show/accept" command"Jenkins2016-09-221-0/+37
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Implement "volume transfer request show/accept" commandHuanxuan Ao2016-09-221-0/+37
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "volume transfer request show" and "volume transfer accept" commands in volume v1 and v2. Also add the unit tests, docs, release note and functional tests Implements: bp cinder-command-support Co-Authored-By: Sheel Rana <ranasheel2000@gmail.com> Change-Id: I5787fc486b3401307125caa316f517b9c96a95a5