Update git submodules
authorJingLu5 <lvjing5@huawei.com>
Tue, 1 Aug 2017 08:24:01 +0000 (08:24 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 1 Aug 2017 13:47:43 +0000 (13:47 +0000)
commit600a00d4d5f2b4f438e38285478730c420ee0715
tree615c18058170be60a3eb9e39c5d3ec988e50c539
parent58537a1b60b0e7608a4c8933cb621b097682b6e2
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 <lvjing5@huawei.com>
docs/submodules/yardstick