Merge "Use 'openstack security group list' to replace 'nova secgroup-list'"

This commit is contained in:
Jenkins 2016-10-21 02:03:12 +00:00 committed by Gerrit Code Review
commit cdb9c3955c
3 changed files with 17 additions and 16 deletions

View File

@ -502,17 +502,18 @@ command-line equivalents.
**Setting with nova command** **Setting with nova command**
From the command line, you can get a list of security groups for the From the command line, you can get a list of security groups for the
project you're acting in using the :command:`nova secgroup-list` command: project you're acting in using the :command:`openstack security group list`
command:
.. code-block:: console .. code-block:: console
$ nova secgroup-list $ openstack security group list
+---------+-------------+ +--------------------------------------+---------+------------------------+----------------------------------+
| Name | Description | | ID | Name | Description | Project |
+---------+-------------+ +--------------------------------------+---------+------------------------+----------------------------------+
| default | default | | d4246298-e5d6-440b-a29e-0a721c2259c7 | open | all ports | 1eaaf6ede7a24e78859591444abf314a |
| open | all ports | | ec02e79e-83e1-48a5-86ad-14ab9a8c375f | default | Default security group | 1eaaf6ede7a24e78859591444abf314a |
+---------+-------------+ +--------------------------------------+---------+------------------------+----------------------------------+
To view the details of the "open" security group: To view the details of the "open" security group:

View File

@ -117,7 +117,7 @@ Before you begin, source the OpenStack RC file.
.. code-block:: console .. code-block:: console
$ nova secgroup-list --all-tenants $ openstack security group list
.. note:: .. note::
@ -129,12 +129,12 @@ Before you begin, source the OpenStack RC file.
Note the ID of the security group that you want to use for your Note the ID of the security group that you want to use for your
instance:: instance::
+----+---------+-------------+----------------------------------+ +--------------------------------------+---------+------------------------+----------------------------------+
| Id | Name | Description | Tenant_ID | | ID | Name | Description | Project |
+----+---------+-------------+----------------------------------+ +--------------------------------------+---------+------------------------+----------------------------------+
| 2 | default | default | 66265572db174a7aa66eba661f58eb9e | | b0d78827-0981-45ef-8561-93aee39bbd9f | default | Default security group | 5669caad86a04256994cdf755df4d3c1 |
| 1 | default | default | b70d90d65e464582b6b2161cf3603ced | | ec02e79e-83e1-48a5-86ad-14ab9a8c375f | default | Default security group | 1eaaf6ede7a24e78859591444abf314a |
+----+---------+-------------+----------------------------------+ +--------------------------------------+---------+------------------------+----------------------------------+
If you have not created any security groups, you can assign the instance If you have not created any security groups, you can assign the instance
to only the default security group. to only the default security group.

View File

@ -114,7 +114,7 @@ Create and manage security groups
.. code-block:: console .. code-block:: console
$ nova secgroup-list $ openstack security group list
#. To create a security group with a specified name and description, enter #. To create a security group with a specified name and description, enter
the following command: the following command: