diff options
| author | Richard Theis <rtheis@us.ibm.com> | 2016-04-24 19:17:36 -0500 |
|---|---|---|
| committer | Richard Theis <rtheis@us.ibm.com> | 2016-04-25 06:46:12 -0500 |
| commit | d0885e5d5a9f12a74bbf79623f1058f424939e4a (patch) | |
| tree | 817f1a24989e5703441e58535e15a7ad6709f42b /doc/source/command-objects/security-group.rst | |
| parent | a0a29df3e67b29880e62e1974dde18a4993f2aa1 (diff) | |
| download | python-openstackclient-d0885e5d5a9f12a74bbf79623f1058f424939e4a.tar.gz | |
Doc: Add network resource descriptions
Add descriptions to the network resource command documentation.
Change-Id: I547ffb48f8950311a5ee65d6b535846f2aca0efc
Diffstat (limited to 'doc/source/command-objects/security-group.rst')
| -rw-r--r-- | doc/source/command-objects/security-group.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/command-objects/security-group.rst b/doc/source/command-objects/security-group.rst index 2c6e7a8a..3af11b5a 100644 --- a/doc/source/command-objects/security-group.rst +++ b/doc/source/command-objects/security-group.rst @@ -2,6 +2,10 @@ security group ============== +A **security group** acts as a virtual firewall for servers and other +resources on a network. It is a container for security group rules +which specify the network access rules. + Compute v2, Network v2 security group create |
