Update git submodules
authorJing Lu <lvjing5@huawei.com>
Mon, 27 Aug 2018 01:49:38 +0000 (01:49 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 27 Aug 2018 01:49:38 +0000 (01:49 +0000)
commit1c6c00d7efe5adf19dc3c990ceb42c00bd37eb0b
tree0bb9b9e63e5be5319541c135b77d9ec9c5ad10be
parent348337146634ee9940e7746019c5a248702af28e
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 <limingjiang@huawei.com>
docs/submodules/yardstick