From f4b17afd216fc8e9bde9d4d0f29abd24fcfd248c Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 4 Apr 2017 18:16:20 +0100 Subject: [PATCH] Remove lxc_container_bind_mounts in test group_vars The value set in this var is already set as part of lxc_container_default_bind_mounts in the tests repo test-vars.yml so it's redundant. Change-Id: I48c0ffb8f95b30fabcdeba0c740bc2e737960c6f --- tests/group_vars/all_containers.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/group_vars/all_containers.yml b/tests/group_vars/all_containers.yml index def8263f..9710edfe 100644 --- a/tests/group_vars/all_containers.yml +++ b/tests/group_vars/all_containers.yml @@ -24,6 +24,3 @@ container_networks: physical_host: localhost properties: service_name: "{{ inventory_hostname }}" -lxc_container_bind_mounts: - - host_directory: "/openstack/log/{{ inventory_hostname }}" - container_directory: "/var/log"