Remove anti-bind mount config

The config `default_bind_mount_logs` was being set in the leap tooling
which results in all containers not having a log bind mount. This change
removes the task that sets the offending config.

Change-Id: Ib85e77ed1f993bad44f1cb36ed11056f8a83dfc5
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2018-08-15 13:09:53 -05:00
parent 8b508a9d90
commit 9e13b7c620
No known key found for this signature in database
GPG Key ID: 9443251A787B9FB3
1 changed files with 0 additions and 10 deletions

View File

@ -50,15 +50,5 @@
with_fileglob:
- "/etc/openstack_deploy/user_*.yml"
- name: Write vars required for upgrade from Mitaka
lineinfile:
dest: /etc/openstack_deploy/user_variables.yml
regexp: "^{{ item.key }}"
line: "{{ item.key }}: {{ item.value }}"
state: present
create: yes
with_items:
- key: "default_bind_mount_logs"
value: false
vars:
repo_root_dir: "{{ osa_playbook_dir }}/"