From 0666b18821ea74cbb2d41228180a2f60a74fa9e7 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotjagov Date: Sat, 15 Jun 2019 01:52:39 +0300 Subject: [PATCH] Revert defining tempest_install_method for tests Since [1] is merged, we don't need defining this variable for containers [1] https://review.opendev.org/665244/ This reverts commit 1084ff6d5acab882de1a361fc4144ec0630f520d. Change-Id: I41c504823277b8c5ee1b14540cdfbb693fc25a8c --- tests/group_vars/all_containers.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/group_vars/all_containers.yml b/tests/group_vars/all_containers.yml index 6974e90e..802a50f4 100644 --- a/tests/group_vars/all_containers.yml +++ b/tests/group_vars/all_containers.yml @@ -23,4 +23,3 @@ container_networks: physical_host: localhost properties: service_name: "{{ inventory_hostname }}" -tempest_install_method: source