Update git submodules
authorRex Lee <limingjiang@huawei.com>
Wed, 29 Aug 2018 01:17:41 +0000 (01:17 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 29 Aug 2018 01:17:41 +0000 (01:17 +0000)
commita4d6a860c57664af4f290d74e4553e4b75994b05
treeabd2cefba0a9594eeff64713217dd3881db34a0e
parentdad80141e6c4d1363b928c39e353e39af5277515
Update git submodules

* Update docs/submodules/yardstick from branch 'stable/fraser'
  - Merge "Make security group configurable - dovetail" into stable/fraser
  - 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>
    (cherry picked from commit cea576574ac0554c1320179bffe6965ac1333972)
docs/submodules/yardstick