| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | neutron: autogenerate docs | Eric Fried | 2019-11-01 | 1 | -204/+2 |
| | | | | | | | | | | | | | | | | | | | | $namespace = openstack.network.v2 The subcommand documents for $namespace were hardcoded and thus prone to drift over time. This commit removes the hardcoded content and uses the autoprogram-cliff directive to generate them automatically from the subcommand configuration classes. This one turned out to be quite involved, because we support both neutron and nova-network. When running in a real cloud, the command classes detect whether the neutron service is present, assume nova-network if that service is not found, and only add parser options relevant to the detected service. But the docs need to present both sets of options. This was easy enough when they were hardcoded, but required a bit of additional infrastructure for generated docs. Change-Id: I426261eb1d86bcc68656aabd61f10b7f082da402 | ||||
| * | Minor followup to network agent docs | Dean Troyer | 2017-07-20 | 1 | -3/+3 |
| | | | | | Change-Id: I2305a22b3bac20cb25c57af68e7625b83aefef52 | ||||
| * | Network L3 Router Commands for OSC | Ankur Gupta | 2017-07-11 | 1 | -28/+93 |
| | | | | | | | | Implements: blueprint network-l3-commands Co-Authored-By: Akihiro Motoki <amotoki@gmail.com> Change-Id: Ia24d76227e164062e89a74c1621b8acb830b26cf | ||||
| * | reorganize existing documentation according to the new standard layout | Doug Hellmann | 2017-06-23 | 1 | -0/+151 |
| 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> | |||||
