Comment 2 for bug 1292997

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

Reviewed: https://review.openstack.org/80859
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=048cd541c7066185b3802bded7b2f009859443c3
Submitter: Jenkins
Branch: master

commit 048cd541c7066185b3802bded7b2f009859443c3
Author: Jay Pipes <email address hidden>
Date: Sun Mar 16 19:37:37 2014 -0400

    Correct inheritance of nova.volume.cinder.API

    nova.volume.cinder.API was deriving incorrectly from nova.db.base. This
    patch simply removes that unnecessary import and changes
    nova.volume.cinder.API to derive from object instead.

    Change-Id: I5092b7fbb3780317a09a512aed7ecbe1d57a4428
    Closes-bug: #1292997