From 837ec466286579c0746a17ed09941748e69369e0 Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Tue, 10 Jul 2018 17:03:46 +0000 Subject: Update git submodules * Update docs/submodules/yardstick from branch 'master' - Merge "Add network elements as a dict in Kubernetes context" - Add network elements as a dict in Kubernetes context Like in Heat context, network elements should be defined in a dictionary, using the network name as the entry key. Previous implementation: context: networks: - name: ... plugin: ... args: ... New implementation: context: networks: net_name_1: plugin: ... args: ... net_name_2: ... JIRA: YARDSTICK-1160 Change-Id: I786b06555af509440604305e2c3c2c9fe521bef8 Signed-off-by: Rodolfo Alonso Hernandez --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules/yardstick') diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index 42b33dc3c..438f7b510 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit 42b33dc3cba15a22214295770756c94f9be08f11 +Subproject commit 438f7b5100e05ed668a0ea90674008a391eb5784 -- cgit 1.2.3-korg