Comment 8 for bug 1635606

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to puppet-tripleo (stable/newton)

Reviewed: https://review.openstack.org/392131
Committed: https://git.openstack.org/cgit/openstack/puppet-tripleo/commit/?id=40636997c109bd22568ef9a585e515d5e56b87a8
Submitter: Jenkins
Branch: stable/newton

commit 40636997c109bd22568ef9a585e515d5e56b87a8
Author: Jiri Stransky <email address hidden>
Date: Thu Oct 20 19:26:16 2016 +0200

    NFS mounting for Glance file backend

    Previously we did this with Pacemaker, but with move to NG HA
    architecture we lost the ability to use NFS mounts as image storage for
    Glance. This reimplements the mounting without utilizing Pacemaker. The
    mount is by default also written to /etc/fstab so that it persists over
    reboot, but this behavior can be disabled.

    This could also go to puppet-glance eventually, but not yet -- we need
    this backported to Newton because it's a TripleO regression. I don't
    think puppet-glance would allow backporting this to Newton, because from
    their point of view it would be a RFE rather than a regression.

    Change-Id: I45ad34c36587a8d695069368cf791f1efb68256c
    Related-Bug: #1635606
    (cherry picked from commit ad4e331917a2da9f2fd8215369736896348244fd)