From 9e13b7c62059333246b90f84c7670c275f3d06b4 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Wed, 15 Aug 2018 13:09:53 -0500 Subject: [PATCH] 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 --- .../playbooks/deploy-config-changes-newton.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/leap-upgrades/upgrade-utilities-newton/playbooks/deploy-config-changes-newton.yml b/leap-upgrades/upgrade-utilities-newton/playbooks/deploy-config-changes-newton.yml index a18b766d..e4b15adc 100644 --- a/leap-upgrades/upgrade-utilities-newton/playbooks/deploy-config-changes-newton.yml +++ b/leap-upgrades/upgrade-utilities-newton/playbooks/deploy-config-changes-newton.yml @@ -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 }}/"