summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/network-flavor.rst
Commit message (Collapse)AuthorAgeFilesLines
* reorganize existing documentation according to the new standard layoutDoug Hellmann2017-06-231-183/+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>
* Introduce neutron flavor associate, disassociate to OSCShashank Kumar Shankar2017-04-031-0/+44
| | | | | | | | | | This patch introduces network flavor associate and disassociate to OSC. The following neutron equivalent commands are implemented in OSC: - neutron flavor-associate - neutron flavor-disassociate Change-Id: Icba4dbf7300a36353142586359059cd6784049dc
* Doc: Fix link in network flavorsAnkur Gupta2017-03-241-1/+1
| | | | | | Rendered incorrectly. Change-Id: I206dd8affa45864e406796147665c94684e9bf4d
* Fix reference in network flavor create command referenceAkihiro Motoki2017-03-101-1/+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
* Nit: Trivial doc formatting fix for network flavorAnkur Gupta2017-03-011-4/+10
| | | | Change-Id: I6e67c0859642593bc7fdd479cac81e56d87faf09
* OSC Network FlavorAnindita Das2017-02-221-0/+133
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