From 1c6c00d7efe5adf19dc3c990ceb42c00bd37eb0b Mon Sep 17 00:00:00 2001 From: Jing Lu Date: Mon, 27 Aug 2018 01:49:38 +0000 Subject: Update git submodules * Update docs/submodules/yardstick from branch 'master' - Merge "Make security group configurable - dovetail" - Make security group configurable - dovetail Make sercurity group can be configured via the context. The format would be: context: name: demo image: yardstick-image flavor: yardstick-flavor user: ubuntu security_group: rules: - remote_ip_prefix: "0.0.0.0/0" protocol: "tcp" port_range_min: 1 port_range_max: 65535 - remote_ip_prefix: "0.0.0.0/0" protocol: "udp" port_range_min: 1 port_range_max: 65535 - remote_ip_prefix: "0.0.0.0/0" protocol: "icmp" JIRA: YARDSTICK-1360 Change-Id: I00c45767ee2d70b790590e824599d5a4c274bced Signed-off-by: rexlee8776 --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules/yardstick') diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index 5b23c7f12..c20af2d97 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit 5b23c7f12857ea6d47f184046010b467949303e6 +Subproject commit c20af2d971faf510cda48ef9be50ffb929e500e7 -- cgit 1.2.3-korg