summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Fix "endpoint list" help messageRui Chen2017-02-221-2/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OSC support to filter OpenStack endpoints by service type, name and ID, but help message and document don't contain "type" for "--service" option of "endpoint list" command. Change-Id: I5c8bc28e037b4c6f96ec83525a319353f01f256a Closes-Bug: #1666841
* | | | | | Merge "add volume->osc mapping"Jenkins2017-02-212-0/+112
|\ \ \ \ \ \
| * | | | | | add volume->osc mappingSteve Martinelli2017-02-212-0/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia773cf66c9949433eb5e5ab5c58b7c871c17fc22
* | | | | | | Merge "add swift and nova to osc mapping"Jenkins2017-02-214-0/+175
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | / / | |_|_|_|/ / |/| | | | |
| * | | | | add swift and nova to osc mappingSteve Martinelli2017-02-214-0/+175
| | |_|/ / | |/| | | | | | | | | | | | | Change-Id: If3ab811868aaf8c9391a2190ff0af63b0e0ea559
* | | | | Remove text about OSC as a plugin requirementDean Troyer2017-02-201-4/+7
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | python-openstackclient should not be in a plugin's requirements.txt as it will pull in the OSC dependencies that may not be desirable. Change-Id: Id72745704ec70cab438e766dbac21a838fccb523
* | | | Merge "Fix "server create" command failed when --nic auto or none"Jenkins2017-02-181-0/+2
|\ \ \ \
| * | | | Fix "server create" command failed when --nic auto or noneRui Chen2017-02-151-0/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "auto" and "none" options was added into --nic argument of server create command in patch https://review.openstack.org/#/c/412698/ , but that don't work and raise internal error when execute command. The patch fix that issue and add unit and functional tests. Change-Id: Ia718c3bac0a5172a0cdbe9f0d97972a9346c1172 Co-Authored-By: Kevin_Zheng <zhengzhenyu@huawei.com> Closes-Bug: #1663520
* | | | Merge "Add "volume host failover" command"Jenkins2017-02-182-2/+25
|\ \ \ \
| * | | | Add "volume host failover" commandzhiyong.dai2016-11-212-2/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "volume host failover" command in volume v2 (v2 only). Change-Id: Ia39e6d20bf5c9d3096e46f3432804a240827548d Implements: bp cinder-command-support
* | | | | Merge "Add "encryption-*" options in volume type commands"Jenkins2017-02-181-0/+81
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add "encryption-*" options in volume type commandsHuanxuan Ao2017-01-141-0/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--encryption-provider", "--encryption-cipher", "--encryption-key-size" and "--encryption-control-location" options to "volume type set" and "volume type create" commands. Add "--encryption-type" option to "volume type unset", "volume type list" and "volume type show" commands. Change-Id: I3572635d5913d971a723a62d7790ffe0f20ec39a Implements: bp cinder-command-support Closes-Bug: #1651117
* | | | | Merge "Overwrite/Clear Flavor property"Jenkins2017-02-131-0/+6
|\ \ \ \ \
| * | | | | Overwrite/Clear Flavor propertyReedip2017-02-131-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds support to overwrite/clear the flavor's property using the new ``--no-property`` option in the ``flavor set`` command. Change-Id: I873c96fcf223bbd638a19b908766d904a84e8431 Implements: blueprint allow-overwrite-set-options Co-Authored By: zhiyong.dai@easystack.cn
* | | | | | Merge "Add choices for option '--policy'"Jenkins2017-02-131-2/+2
|\ \ \ \ \ \
| * | | | | | Add choices for option '--policy'zhiyong.dai2016-11-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When creating server group, the '--policy' option is required, but valid choice is 'affinity' or 'anti-affinity', adding multiple policies will produce an error. This patch add choices and default value for option '--policy', and remove the former help message. Change-Id: I312680af384363b3e9a7de9aa1f0946643e193e2 Closes-Bug: #1662771
* | | | | | | Merge "Add --fixed-ip option to the port list command"Jenkins2017-02-131-0/+7
|\ \ \ \ \ \ \
| * | | | | | | Add --fixed-ip option to the port list commandYan Xing'an2017-02-071-0/+7
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support to allow filtering ports via --fixed-ip option to the port list command. Change-Id: I2f728368d3046b2e6feadd0848bf6f8680e31aba Partial-bug: #1634799 Partially-Implements: blueprint network-commands-options
* | | | | | | DevRef fix for network qos policyzhiyong.dai2016-11-271-3/+7
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several help messages are not proper. This patch will do the following work: * Remove redundant square bracket ']' * Modify the wrong message Change-Id: I2f05d1dc86838dbe77169074f93e467a959d0122
* | | | | | NIT: replace os with openstack in command exampleAnkur Gupta2017-02-033-8/+8
|/ / / / / | | | | | | | | | | | | | | | Change-Id: Iac1b0ec3b715ffa0eb41fc2fe9020781d834a7a3
* | | | | Merge "Fix sphinx errors"Jenkins2017-01-261-5/+5
|\ \ \ \ \
| * | | | | Fix sphinx errorsAndreas Jaeger2017-01-261-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's :option: instead of :options:, fix typo. Change-Id: I273d592f38db07fef7633fe833b1c0ab9e52e6a8
* | | | | | Cleanup for 3.8.0 releaseDean Troyer2017-01-262-6/+9
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Release notes and proofreading cleanups. Change-Id: Iddc6a64e6ea3082aa220a2465793e6f7f2aecaa9
* | | | | Merge "Support "--no-property" option in volume snapshot set"Jenkins2017-01-261-0/+7
|\ \ \ \ \
| * | | | | Support "--no-property" option in volume snapshot setzhiyong.dai2017-01-251-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Supporting "--no-property" option will apply user a convenient way to clean all properties of volume snapshot in a short command, and this kind of behavior is the recommended way to devref. The patch adds "--no-property" option in "volume snapshot set" command, and update related test cases and devref document. Change-Id: I5f10cc2b5814553699920c4343995b2e11416e4e Implements: blueprint allow-overwrite-set-options
* | | | | | Merge "Add options to "server list" command"Jenkins2017-01-261-0/+11
|\ \ \ \ \ \
| * | | | | | Add options to "server list" commandjiahui.qiang2017-01-251-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--deleted" and "--changes-since" options to "server list" command. Change-Id: Id94f6e5831a60b172b6cfcfca29b1d89de8db621 Closes-Bug:#1647242
* | | | | | | Merge "Adds domain specification for SetUser"Jenkins2017-01-261-0/+7
|\ \ \ \ \ \ \
| * | | | | | | Adds domain specification for SetUserSamuel Pilla2017-01-251-0/+7
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds the ability to specify the domain context for making changes to a user with `--domain` flag. Example: $ openstack user set test_user --domain test_domain --enable Change-Id: I2b3241785c22e72e19181394acff650422299b0e Closes-Bug: #1658147
* | | | | | | Merge "To support '--project' and '--project-domain' options"Jenkins2017-01-261-0/+10
|\ \ \ \ \ \ \
| * | | | | | | To support '--project' and '--project-domain' optionsBadhmapriya Boopalan2016-12-231-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include '--project' and '--project-domain' filtering options to 'port list' command. Change-Id: Ic7deae348f737c754b2f3e2113bd76d71a442400 Closes-Bug: #1648087
* | | | | | | | Merge "Add meter rule to OSC"Jenkins2017-01-262-0/+104
|\ \ \ \ \ \ \ \
| * | | | | | | | Add meter rule to OSCAnkur Gupta2017-01-232-0/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement network feature meter label rules into OpenStack Client. Allows for creation of rules to meter network traffic. Partially Implements: blueprint neutron-client-metering Change-Id: If18c078d7e80c122583417669f820f02c84d6237
* | | | | | | | | Merge "Add 'allowed address pairs' option to 'port create/set/unset'"Jenkins2017-01-261-0/+29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add 'allowed address pairs' option to 'port create/set/unset'Nguyen Phuong An2016-12-201-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds '--allowed-addres-pair' and '--no-allowed-address-pair' options to 'port create', 'port set' and 'port unset' commands. Partial-Bug: #1612136 Closes-Bug: #1638265 Partially-Implements: blueprint network-commands-options Co-Authored-By: Ha Van Tu <tuhv@vn.fujitsu.com> Change-Id: I08d2269950467a8972a0d0110ed61f5cc7f5ca45
* | | | | | | | | | Merge "Add --project and --project-domain option to "volume snapshot list""Jenkins2017-01-251-0/+15
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Add --project and --project-domain option to "volume snapshot list"jiahui.qiang2017-01-071-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--project" and "--project-domain" option to volume v2's "volume snapshot list" command, it will filter list result by different project. Change-Id: I7dccd6d8d9f1889fa9cb0c2d04a42d77975c645b
* | | | | | | | | | Merge "Update container format choices"Jenkins2017-01-241-2/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Update container format choicesBrian Rosmaita2017-01-231-2/+4
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The choices for valid container formats is out of date in the image v1 and v2 help text. This patch adds 'ova' and 'docker' and does some minor refactoring to align the container_format option with the disk_format option. Change-Id: Icdea5fab801abd651baf45cf96c920c7df79f11b Closes-bug: #1658138
* | | | | | | | | | Merge "Update devref about "--no-property""Jenkins2017-01-231-11/+15
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Update devref about "--no-property"Rui Chen2017-01-221-11/+15
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the example about "--no-property" and "--property" to make help message order more reasonable, that help make users aware of the processing order, and update the help details when both "--no-property" and "--property" appear in the same command. Change-Id: I998cdaf2f8c881dce219581ff328a639e8e358ee Implements: blueprint allow-overwrite-set-options
* | | | | | | | | Merge "TrivialFix in helpMessage for readability"Jenkins2017-01-231-1/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | TrivialFix in helpMessage for readabilityzhiyong.dai2016-11-231-1/+2
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic5fae89455470585f1bd79539f99a9c04e0c68a0
* | | | | | | | Merge "Fill the missing colon"Jenkins2017-01-181-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fill the missing colonzhiyong.dai2016-11-221-1/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch fills the missing colon in ip-availability.rst Change-Id: Icc7c8cc04fdfeb00051392f560bedcde62cfcee7
* | | | | | | | Add plugin adoption for troveTrevor McCasland2017-01-173-1/+8
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With I308a6c6f3f5ce7dbb814ec0fd8ecb1734a2f137f merged in the python-troveclient project, trove can now say it has adopted the plugin. What commands that actually get implemented for this cycle, is to be determined. Another patch adding more commands to the docs will be proposed later when they get merged. Change-Id: If2c2545dd5d1510cc6eece698e34ad0f8c1b970f
* | | | | | | Fix flavor create help re swap size unitsPavlo Shchelokovskyy2017-01-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nova actually expects and uses swap size in MB, while in openstackclient currently help states that swap must be specified in GB and passes this value to nova without changes. Fix the help string. Change-Id: I95f46246c072961ce77f818d80d75e6a51f728d0 Closes-Bug: #1656018
* | | | | | | Merge "Add support for Network QoS rule commands"Jenkins2017-01-112-0/+166
|\ \ \ \ \ \ \
| * | | | | | | Add support for Network QoS rule commandsRodolfo Alonso Hernandez2017-01-092-0/+166
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added following commands: - network qos rule create --type minimum-bandwidth dscp-marking limit-bandwidth - network qos rule delete - network qos rule list - network qos rule set - network qos rule show Closes-Bug: 1609472 Depends-On: I2e8869750024a8ccbc7777b95fe8ef6e26ec0885 Depends-On: Ife549ff6499217ca65e2554be8ef86ea7866b2d8 Change-Id: Ib3e1951f0917f5f23c8d9e0a380d19da2b3af5f0
* | | | | | | | Merge "Add two consistency group commands"Jenkins2017-01-111-1/+45
|\ \ \ \ \ \ \ \