From 600a00d4d5f2b4f438e38285478730c420ee0715 Mon Sep 17 00:00:00 2001 From: JingLu5 Date: Tue, 1 Aug 2017 08:24:01 +0000 Subject: Update git submodules * Update docs/submodules/yardstick from branch 'master' - Bugfix: port_security_enabled issue JIRA: YARDSTICK-765 When port_security_enabled is not set, VMs are assigned with security group 'default'. When using 'default' security group, all egress traffic and intercommunication in the default group are allowed and all ingress from outside of the default group is dropped by default (in the default security group). This causes yardstick cannot ssh into VMs. If port_security_enabled is not set, we should still add the security group that created by yardstick to the VMs. Change-Id: Ifd22fb452e0077581b6900f8f51c4e3c342a30aa Signed-off-by: JingLu5 --- 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 5ad208bd8..90e5786f6 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit 5ad208bd8d0c1798179de226f28f1e1ec03033fa +Subproject commit 90e5786f6e5bd3235e3d1c307782b8cae9d7b958 -- cgit 1.2.3-korg