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
This commit is contained in:
Jesse Pretorius 2017-04-04 18:16:20 +01:00
parent 2a92a4e185
commit f4b17afd21
1 changed files with 0 additions and 3 deletions

View File

@ -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"