summaryrefslogtreecommitdiff
path: root/doc/source/specs
Commit message (Collapse)AuthorAgeFilesLines
* Implement network rbac create and delete commandsHuanxuan Ao2016-07-281-1/+1
| | | | | | | | | Add "network rbac create" and "network rbac delete" commands and also add unit tests, functional tests, docs and release note for them. Change-Id: I5fd58342f2deaa9bae7717412a942a21bbd7d045 Partially-Implements: blueprint neutron-client-rbac
* Add network-topolopy supportdongwenshuai2016-07-081-0/+44
| | | | | | | | | | Add a new api about network-topolopy in openstackclient It is the intention for OSC to collect data from existing REST APIs Change-Id: I23709ee906555d773c3efeb094aef50587732a1b Related-Bug: #1586584 Implements: bp network-topology-support
* Add network availability for oscManjeet Singh Bhatia2016-06-031-61/+0
| | | | | | | | | This patch implements openstack client for network ip availability. Implements: blueprint neutron-ip-capacity Depends-On: I3b40d8edea87c068c4e8133e436511765064d5f8 Change-Id: Iffaa2e20ff495fbd205d3397e027e8141d04385e
* Spec to Implement IP AvailabilityAnkur Gupta2016-05-021-0/+61
| | | | | | | | | | | | | Specification to lay out new commands to be added to OSC. New feature has been implemented and released for Neutron and python-neutronclient to display IP usages. Commands will display the IP usage across all networks, or detailed IP usage specifics for a given network Partially Implements Blueprint: neutron-ip-capacity Change-Id: I1c25de1bd924d92a96c20d60fa24d9e966b92dcd
* Doc: Add optional command specs processRichard Theis2015-12-142-0/+129
The developer documentation has been updated to include an optional command specs process. This process may be used to work out the specifications for new commands, objects and actions before their implementation. This new process could assist in the implementation of additional neutron support in OSC. Change-Id: I62f7472435a9caacee0d1b4c8d35417c123b5a44