Comment 2 for bug 1496833

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

Reviewed: https://review.openstack.org/224846
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=69d06d7c5f1e398a7c0a508ea08afb38c057bc94
Submitter: Jenkins
Branch: master

commit 69d06d7c5f1e398a7c0a508ea08afb38c057bc94
Author: Ramana Raja <email address hidden>
Date: Thu Sep 17 23:04:41 2015 +0530

    glusterfs_native: Hardwire Manila Host CN pattern

    Currently, the glusterfs_native driver can support
    create_share_from_snapshot API only if the Manila host's TLS
    certificate's common name(CN) is prefixed by 'glusterfs-server'. This
    constraint on the CN of the host is not acceptable. So fix this by
    hardwiring a Manila host CN pattern that allows the Manila host CN
    to have a more intuitive prefix, 'manila-host'.

    Change-Id: Ibab27da4f9b28c6e7d2ef9c175d5decf5fa67ce4
    Closes-Bug: #1496833