summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/port.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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