Merge pull request #3714 from jtopjian/openstack-secgroup-doc-fix

provider/openstack: Documentation update for Security Group "self"
This commit is contained in:
Joe Topjian 2015-11-01 10:32:39 +09:00
commit 42d68cff93
1 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,8 @@ from which to forward traffic to the parent group. Changing
this creates a new security group rule.
* `self` - (Optional) Required if `cidr` and `from_group_id` is empty. If true,
the security group itself will be added as a source to this ingress rule.
the security group itself will be added as a source to this ingress rule. `cidr`
and `from_group_id` will be ignored if either are set while `self` is true.
## Attributes Reference