Skip to content

Commit a9076d7

Browse files
authored
Updating security group documentation
Correcting the documentation about security groups.
1 parent 5640e12 commit a9076d7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/adminguide/networking/security_groups.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ rules filter network traffic according to the IP address that is
2727
attempting to communicate with the instance. Security groups are particularly
2828
useful in zones that use basic networking, because there is a single
2929
guest network for all Guest Instances. In advanced zones, security groups are
30-
supported only on the KVM hypervisor.
30+
supported only on the KVM hypervisor and XenServer/XCP-ng with the network backend configured as "bridge".
3131

3232
.. note::
3333
In a zone that uses advanced networking, you can instead define
@@ -41,8 +41,7 @@ desired set of rules.
4141
Any CloudStack user can set up any number of additional security groups.
4242
When a new instance is launched, it is assigned to the default security group
4343
unless another user-defined security group is specified. An instance can be a
44-
member of any number of security groups. Once an instance is assigned to a
45-
security group, it remains in that group for its entire lifetime; you
44+
member of any number of security groups. You change the security groups of an instance in a stopped state; you
4645
can not move a running instance from one security group to another.
4746

4847
You can modify a security group by deleting or adding any number of

0 commit comments

Comments
 (0)