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

This commit is contained in:
Jenkins 2016-11-02 16:28:50 +00:00 committed by Gerrit Code Review
commit 14a91b5d01
3 changed files with 4 additions and 4 deletions

View File

@ -168,13 +168,13 @@ Delete a security group
.. code-block:: console
$ nova secgroup-delete GroupName
$ openstack security group delete GROUPNAME
For example:
.. code-block:: console
$ nova secgroup-delete global_http
$ openstack security group delete global_http
Create security group rules for a cluster of instances
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -597,7 +597,7 @@ additive:
The inverse operation is called :command:`nova secgroup-delete-rule`, using the
same format. Whole security groups can be removed with
:command:`nova secgroup-delete`.
:command:`openstack security group delete`.
To create security group rules for a cluster of instances, you want to
use SourceGroups.

View File

@ -127,7 +127,7 @@ Create and manage security groups
.. code-block:: console
$ nova secgroup-delete SECURITY_GROUP_NAME
$ openstack security group delete SECURITY_GROUP_NAME
.. note::