Comment 5 for bug 1503411

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible (kilo)

Reviewed: https://review.openstack.org/237145
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=d3a8fc9cdb235ea0f7f1da9996007d0d945d7fc8
Submitter: Jenkins
Branch: kilo

commit d3a8fc9cdb235ea0f7f1da9996007d0d945d7fc8
Author: Andy McCrae <email address hidden>
Date: Mon Oct 19 16:50:43 2015 +0100

    Only bind mount images dir /w local Glance storage

    /var/lib/images should not be bind mounted unless:
    The glance server is not on metal
    Is using local file storage
    Isn't using glance_nfs_client settings

    This isn't required for non-file backed glance servers, and will cause
    failures if /var/lib/images is bind mounted when using nfs_clients
    for glance.

    Closes-bug: #1503411
    Change-Id: Ie90f75652a960af664fcf8f29d554045f0599944
    (cherry picked from commit 537912778d8c79ffe54930612077e2bea72de737)