[user-guide]Use "openstack" to replace "nova" command

This patch:
- Use "openstack" to replace "nova" command when gathering parameters to launch an instance
- update the "note" of available security groups

Implements: blueprint use-openstack-command
Change-Id: Ia8bc262e20efd19f2ab819489368a5d7a42fc243
This commit is contained in:
caoyuan 2016-07-29 07:35:03 +00:00 committed by KATO Tomoyuki
parent 3656d3aece
commit acd742a62d

View File

@ -121,13 +121,9 @@ Before you begin, source the OpenStack RC file.
.. note::
If you are an admin user, specify the :option:`--all-tenants` parameter to
list groups for all projects.
If you are an admin user, this command will list groups for all tenants.
Note the ID of the security group that you want to use for your
instance::
Note the ID of the security group that you want to use for your instance::
+--------------------------------------+---------+------------------------+----------------------------------+
| ID | Name | Description | Project |
@ -143,14 +139,14 @@ Before you begin, source the OpenStack RC file.
.. code-block:: console
$ nova secgroup-list-rules default
$ openstack security group rule list default
#. List the available key pairs, and note the key pair name that you use for
SSH access.
.. code-block:: console
$ nova keypair-list
$ openstack keypair list
Launch an instance
~~~~~~~~~~~~~~~~~~