Comment 10 for bug 1537783

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (stable/liberty)

Reviewed: https://review.openstack.org/333749
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=36aae4305846605775b5a4a4acc0499daf39ec94
Submitter: Jenkins
Branch: stable/liberty

commit 36aae4305846605775b5a4a4acc0499daf39ec94
Author: Gyorgy Szombathelyi <email address hidden>
Date: Sat Feb 20 19:34:48 2016 +0100

    Support https keystone CA checking in volume quotas

    Currently connecting to https secured keystone instance mostly
    fail in cinder quotas, since neither CA certificate nor the
    insecure option is passed to keystone client. Fixing this by
    passing these options from keystone_authtoken, converting them
    to a verify option for the keystone session object.

    This can't be directly cherrypicked since code directory
    changes, so add patch to old place instead.

    Change-Id: Ifd9214b837d87d7bf6d78406a8cef447c2b7c39e
    Closes-Bug: #1537783
    (cherry picked from commit 6c27d05d8faa2fb284a0c9eeb57480bb5e82942f)