From 37f1a25932b6df50af0db266bc42ab2597f79a1e Mon Sep 17 00:00:00 2001 From: Ross Brattain Date: Fri, 10 Nov 2017 15:05:51 +0000 Subject: Update git submodules * Update docs/submodules/yardstick from branch 'master' - Merge "Heat: add availability_zone" - Heat: add availability_zone Users would like to ensure placement of VMs on specific compute nodes so that the measurements are meaningful. Examples: Measure network performance in different scenarios (VMs in same host, in different hosts, across fabric, across tenants) Example: context: name: yardstick placement_groups: pgrp1: policy: "availability" servers: tg_0: floating_ip: true placement: "pgrp1" availability_zone: "zone2" vnf_0: floating_ip: true placement: "pgrp1" availability_zone: "zone1" Change-Id: I28a757c25ae3f5b3571ab3edd82d51ceba32c302 Signed-off-by: Ross Brattain --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index bf049c61b..9894640fb 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit bf049c61b6c11ff0756220b44b73ebbdc101366a +Subproject commit 9894640fb446b587c621804572eb580886bae7a1 -- cgit 1.2.3-korg