summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/network-service-provider.rst
Commit message (Collapse)AuthorAgeFilesLines
* reorganize existing documentation according to the new standard layoutDoug Hellmann2017-06-231-20/+0
| | | | | | | | | | | | | Move existing content around based on the doc-migration specification. Replace :doc: markup with :ref: to have sphinx keep track of where the files move and generate valid hyperlinks. Add a few toctrees and index pages for the new directories. Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454 Change-Id: I253ee8f89d3ec40e39310c18bb87ed1d3d5de330 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Fix reference in network flavor create command referenceAkihiro Motoki2017-03-101-0/+1
| | | | | | | | | | | network-flavor.rst * The opening quote of :ref: should be a backquote * Closing paranthesis was missing after the reference network-service-provider.rst * A blank line is required after a label definition Change-Id: Ie5c2bedbb6e5b4337b69a7d1ea75c47366e3d627
* OSC Network FlavorAnindita Das2017-02-221-0/+1
| | | | | | | | | | | | | | | | Implements Neutron feature of Network Flavor into OpenstackClient This patch implements the following commands: network flavor create network flavor delete network flavor list network flavor show network flavor set Works with openstacksdk version 0.9.8 Change-Id: I29d7a62341010a1d067a8ca93bccb7d9b8d4c425 Partially-Implements: blueprint neutron-client-flavors Partially-Implements: blueprint network-commands-options
* change os in command example to openstack(2)Kevin_Zheng2016-12-201-1/+1
| | | | | | | | | In the current doc, the command examples are like "os server create" but the acutal command should be started with "openstack" instead of "os", it is misleading to first time users. Change-Id: I80c96f0938cec382f2f714a500138bd5a2c81aa0
* Add network service provider list to OSCAnkur Gupta2016-11-281-0/+18
Add network service providers commands to OSC Change-Id: Iea8bbe460061d67e36a4346b349e07612112c732 Depends-On: Ie0be92e0717b8b13e31068276a12b5fbf784e374