[doc] Use openstack client command to replace others

The neutron client commands will be deprecated,
and 'nova net-list' has already been deprecated, so use
openstack client commands to replace neutron client.

Change-Id: Idb7d9782bb3af28cba7e318b0ed664641b5d731f
This commit is contained in:
Qian Min Chen 2018-07-12 10:49:52 +08:00
parent f51e726f64
commit f3ca9f2a1c
1 changed files with 1 additions and 7 deletions

View File

@ -429,13 +429,7 @@ To decide which network would you like to attach a Trove instance to, run the fo
.. code-block:: bash
$ nova net-list
or
.. code-block:: bash
$ neutron net-list
$ openstack network list
One possible way to find the network name is to execute the 'nova list' command. The output will list all OpenStack instances for the tenant, including network information. Look for ::