From 1fb13fefcb630b51b5759462887dc5fe57786a35 Mon Sep 17 00:00:00 2001 From: Shu Muto Date: Wed, 11 Apr 2018 16:05:05 +0900 Subject: [PATCH] Describe more about security group on create This patch adds description for security group on container creation dialog. Change-Id: Idb019f9956aefca275d7554e4eff203b7a2724f8 --- .../security-groups/security-groups.help.html | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/zun_ui/static/dashboard/container/containers/actions/workflow/security-groups/security-groups.help.html b/zun_ui/static/dashboard/container/containers/actions/workflow/security-groups/security-groups.help.html index 3692e82..59839fe 100644 --- a/zun_ui/static/dashboard/container/containers/actions/workflow/security-groups/security-groups.help.html +++ b/zun_ui/static/dashboard/container/containers/actions/workflow/security-groups/security-groups.help.html @@ -1,4 +1,25 @@
Security Groups
-
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 Network | Security Groups view, then find the security group and click Manage Rules.
+
+

+ Security groups define a set of IP filter rules that determine + how network traffic flows to and from a container. +

+

+ To create new security groups, go to the Network | Security Groups view, + then click Create Security Group. +

+

+ 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 Network | Security Groups view, + then find the security group and click Manage Rules. +

+

+ 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. +

+