summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/port.rst
Commit message (Collapse)AuthorAgeFilesLines
* State i18() changes and help messages improvedTang Chen2016-04-181-5/+5
| | | | | | | | Add _() to wrap help message in network commands. And also some improvement for help message. Change-Id: Ib3e498f5976ba98c44fd4eec2d1623263b3db53e Partial-bug: 1570924
* Doc: Unify repeatable option commentsTang Chen2016-04-121-4/+4
| | | | | | | | | | | | There are lots of "this option can be repeated" comments in the doc, which are not consistent to other similar docs. This patch changes them to the following format: "repeat option to do something" Change-Id: I54e01053091c428bf87bb36bb95f73a0b80ab6e7
* Doc: Fix network command documentation issuesRichard Theis2016-04-081-6/+6
| | | | | | | | | | | | | Fix the following network command documentation issues: - Fix format of subnet pool positional arguments - Update port set options to match help - Fix network command documentation for Network v2 versus Compute v2 options and commands - Fix subnet command documentation errors and formatting problems in help text Change-Id: I808c2a70ca62eafc9e42d6873539cdd142ffe50c Related-Bug: #1558677
* TrivialFix: Fix help messages for port setreedip2016-04-071-2/+2
| | | | | | | | | | Certain messages in ``port set`` were incorrect as mentioned in [1] which are fixed in this patch. [1]:https://review.openstack.org/#/c/300309/6/doc/source/command-objects/port.rst TrivialFix Change-Id: Icb8e91664fea590cd4202f80d61a82eb50b22403
* Add option to clear information from portsreedip2016-04-071-2/+10
| | | | | | | | | | This patch adds the option of "no-fixed-ip" and "no-binding-profile" which is used to clear the fixed-ip and binding:profile information from the ports. Change-Id: I946301eaf6c647bae55e4f416aa0d98e5f06e699
* Add name option to 'port set'reedip2016-04-051-0/+5
| | | | | | | | | | Port's name can be updated in NeutronClient and it is a very good feature for a user to have the ability to rename a port. This was missing in the openstackclient, and the same has been added in this patch. Change-Id: I6e712ef08ab1c0a23786c4bb6972d3e0f8f0f999 Implements: blueprint neutron-client
* Merge "Fix options in port create/set"Jenkins2016-03-171-6/+6
|\
| * Fix options in port create/setDean Troyer2016-03-171-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | * --device-id should have been --device * --host-id should have been --host Old options are deprecated and retained for compatibility since they appear in a release. Closes-Bug: 1558677 Change-Id: Ic733523c8d57060f2cb5d420fdb1f7598e7d5e71
* | Add option to allow filtering by router on port listJas2016-03-161-0/+5
|/ | | | | | | | | | Added support to allow filtering ports via --router option to list ports that are applicable to specific router. Partial-bug: #1519909 Partially-implements: blueprint neutron-client Change-Id: I6dd958603909f641735c821a62fc0d45afd5c7ec
* Add 'port set' commandJas2016-03-081-1/+61
| | | | | | | | Add CLI support for the 'port set' command Change-Id: I2bea508e11290284aa64b1ab548a0bb61e7290d3 Partial-bug: #1519909 Partially-implements: blueprint neutron-client
* Add port list commandJas2016-03-071-0/+10
| | | | | | | | This patch adds the ability to list all created ports Change-Id: Ie1a48c203cabc96346a4950f21b83493d58a66a5 Partial-bug: #1519909 Partially-implements: blueprint neutron-client
* Add 'port create' commandJas2016-03-041-0/+78
| | | | | | | | This patch adds usage of 'port create' in CLI Change-Id: I888af50784c3b6c7ec30552ade79f05a5e974711 Partial-bug: #1519909 Partially-implements: blueprint neutron-client
* Add "os port show" commandRichard Theis2016-02-021-0/+16
| | | | | | | | Add "os port show" command. Change-Id: Id87c81640e74c60ae8f247c722c64fdadff022a2 Partial-Bug: #1519909 Partially-Implements: blueprint neutron-client
* Add support to delete the portsSaiKiran2016-01-201-0/+21
This patch adds "port delete" command to osc. Change-Id: I5c92b2f573249df4e6551506584ccafb4ff290b2 Implements: blueprint neutron-client Partial-Bug: #1519909