Comment 8 for bug 1510507

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

Reviewed: https://review.openstack.org/273495
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=38bbc675a2c4336d8ed92429f838035bbf7887b7
Submitter: Jenkins
Branch: master

commit 38bbc675a2c4336d8ed92429f838035bbf7887b7
Author: Matt Riedemann <email address hidden>
Date: Thu Jan 28 04:22:01 2016 -0800

    Stop proxying share_server_id through share in share.manager

    There are a handful of places where share_server_id was retrieved
    through the deprecated attribute on the share DB model object. This
    goes directly to the share instance to get the attribute value
    instead to avoid the deprecation warnings.

    Apparently no tests required updates.

    Change-Id: Id920b22fb43ee7746c8c5bfb0a1145cd92e12be8
    Partial-Bug: #1510507