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:
parent
8b508a9d90
commit
9e13b7c620
@ -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 }}/"
|
||||
|
Loading…
Reference in New Issue
Block a user