summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorZhenguo Niu <Niu.ZGlinux@gmail.com>2013-05-22 16:28:34 +0800
committerGerrit Code Review <review@openstack.org>2013-05-30 22:17:02 +0000
commit66a98966bf8924b01c983ac9ac31d4e45476339c (patch)
treec39a96ee6f5f6ca4450d05d0eb73adcd3bd5b400 /README.rst
parentdef5df2760b38b1493548722ddd49082f3773c31 (diff)
downloadpython-novaclient-66a98966bf8924b01c983ac9ac31d4e45476339c.tar.gz
Add update method of security group name and description
make it possible to edit the name and description of common security groups, we can not rename the default. nova patch : https://review.openstack.org/#/c/29490/ Fixes: bug #918393 Change-Id: I559f2fa09c1f205d3bbe7352fc169152e6b38586
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index ed4dc96b..6207d89f 100644
--- a/README.rst
+++ b/README.rst
@@ -160,6 +160,7 @@ You'll find complete documentation on the shell by running
Add a source group rule to a security group.
secgroup-add-rule Add a rule to a security group.
secgroup-create Create a security group.
+ secgroup-update Update a security group.
secgroup-delete Delete a security group.
secgroup-delete-group-rule
Delete a source group rule from a security group.