Update git submodules
authorJingLu5 <lvjing5@huawei.com>
Mon, 24 Jul 2017 02:44:26 +0000 (02:44 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Sat, 29 Jul 2017 04:56:47 +0000 (04:56 +0000)
commite393a757f580b2231fa4844a31f84c010e94a40e
treeaa10f791966c719ea7e5436eed6c52d3bff2c57d
parent83205ade5dcb37d79a5d2f9daf3b358b25593807
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Heat: support vnic_type in heat type context

    JIRA: YARDSTICK-757

    Some test scenarios require VM with specific vnic type.
    This work is about supporting using different vnic types in heat type context.

    context:
      name: demo
      image: cirros-0.3.5
      flavor: yardstick-flavor
      user: cirros

      placement_groups:
        pgrp1:
          policy: "availability"

      servers:
        athena:
          floating_ip: true
          placement: "pgrp1"
        ares:
          placement: "pgrp1"

      networks:
        test:
          cidr: '10.0.1.0/24'
          vnic_type: "normal"

    Change-Id: Ia229fda72f47b04288ea107e2d58fd3e8ac91dd9
Signed-off-by: JingLu5 <lvjing5@huawei.com>
docs/submodules/yardstick