Comment 1 for bug 1697581

Revision history for this message
Xing Yang (xing-yang) wrote :

The "share_id" property was removed from ShareSnapshotInstance in the following patch. As a result, drivers referencing "share_id" ran into this problem because it is not populated any more.

https://review.openstack.org/#/c/433854/12/manila/db/sqlalchemy/models.py

The "share_id" property was a temporary fix for backward compatibility when "Instance" was introduced. "share_instance_id" should be the right one to use.