Describe more about security group on create

This patch adds description for security group on container creation dialog.

Change-Id: Idb019f9956aefca275d7554e4eff203b7a2724f8
This commit is contained in:
Shu Muto 2018-04-11 16:05:05 +09:00
parent bd0b01d86f
commit 1fb13fefcb

View File

@ -1,4 +1,25 @@
<dl>
<dt translate>Security Groups</dt>
<dd translate>Security groups define a set of IP filter rules that determine how network traffic flows to and from a container. Users can add additional rules to an existing security group to further define the access options for a container. To create additional rules, go to the <b>Network | Security Groups</b> view, then find the security group and click <b>Manage Rules</b>.</dd>
<dd>
<p translate>
Security groups define a set of IP filter rules that determine
how network traffic flows to and from a container.
</p>
<p translate>
To create new security groups, go to the <b>Network | Security Groups</b> view,
then click <b>Create Security Group</b>.
</p>
<p translate>
Users can add additional rules to an existing security group
to further define the access options for a container.
To create additional rules, go to the <b>Network | Security Groups</b> view,
then find the security group and click <b>Manage Rules</b>.
</p>
<p translate>
In this dialog, specify the security groups for the container.
Note that the security groups will only apply for ports that
will be created from the allocated networks, but will not apply
for the allocated ports that are pre-existing.
</p>
</dd>
</dl>