Comment 3 for bug 1493112

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

Reviewed: https://review.openstack.org/576389
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=e396560f33cd97ca1609b19e7087f746983d5928
Submitter: Zuul
Branch: master

commit e396560f33cd97ca1609b19e7087f746983d5928
Author: wanghao <email address hidden>
Date: Tue Jun 19 14:53:56 2018 +0800

    Keep ORM names matching their VO counterparts

    Now cinder had some Versioned Objects which names do not
    match their ORM counterparts. In method: get_model_for_versioned_object,
    we handles those exceptions.

    This patch fix this issue to keep the names match.

    Change-Id: Icf709d87be99df95e5b52204032b730cd790096c
    Closes-Bug: #1493112