Comment 4 for bug 1745212

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to openstack-ansible (master)

Reviewed: https://review.openstack.org/537641
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=7cd9fec86f11a294b67b8ae990141cdb7a97fdfe
Submitter: Zuul
Branch: master

commit 7cd9fec86f11a294b67b8ae990141cdb7a97fdfe
Author: Marc Gariepy <email address hidden>
Date: Wed Jan 24 15:12:54 2018 -0500

    Remove default_bind_mount_logs from config changes.

    Changing the value for default_bind_mount_logs on upgrade will make all
    container restart. It only make sense to add this to the config when:
    - you upgrade to the release that changes the default behavior
        - this is to keep the old default.
    - The setting is not set in the configuration.
        - If the config is present, you don't want to change it.

    Change-Id: I37217352357dee8c844d3b20d28075f7e4ef1223
    Related-Bug: #1745212