diff options
| author | Akihiro Motoki <amotoki@gmail.com> | 2017-07-03 17:11:57 +0900 |
|---|---|---|
| committer | Akihiro Motoki <amotoki@gmail.com> | 2017-07-10 11:25:29 +0000 |
| commit | c4ec6759b6aec38f1662ce0291ce87d9b5317c19 (patch) | |
| tree | 89c074d6067a356ede8c75fa98f83a7d037305f1 /doc/source/cli/osc_plugins.rst | |
| parent | daceed85e92f66f1142301649ef3742f67c9d8cc (diff) | |
| download | python-neutronclient-c4ec6759b6aec38f1662ce0291ce87d9b5317c19.tar.gz | |
doc: Improve network CLI page
* Move OSC first as neutron CLI is deprecated
* Add more information on OSC usage (links to embeded command list
and the mapping guide)
* Add deprecation notice for neutron CLI
This commit also makes toctree structure simpler
At now, we have two index page unlinked from the top page.
I thought it is good first, but it potentially makes things tricky.
Let's remove such tweaks for easy maintenance.
Change-Id: I7fd79f465fa6c04bf5b13f6578796d4c2d01edfd
Diffstat (limited to 'doc/source/cli/osc_plugins.rst')
| -rw-r--r-- | doc/source/cli/osc_plugins.rst | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/source/cli/osc_plugins.rst b/doc/source/cli/osc_plugins.rst index 343c3a9..0cd7e26 100644 --- a/doc/source/cli/osc_plugins.rst +++ b/doc/source/cli/osc_plugins.rst @@ -20,11 +20,15 @@ ''''''' Heading 4 (Avoid deeper levels because they do not render well.) -Using Network CLI extensions to OpenStack Client -================================================ +Advanced Network Commands in OpenStack Client +============================================= -List of released CLI commands available in openstack client. These commands -can be referenced by doing ``openstack help network``. +The following list covers the extended commands for advanced network +services available in ``openstack`` command. + +These commands can be referenced by doing ``openstack help`` and +the detail of individual command can be referred by +``openstack help <command-name>``. .. toctree:: :glob: |
