Comment 8 for bug 1070509

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

Reviewed: https://review.openstack.org/16618
Committed: http://github.com/openstack/nova/commit/612f40403dece693ec2dc8876d4a18b9a410f1fb
Submitter: Jenkins
Branch: stable/folsom

commit 612f40403dece693ec2dc8876d4a18b9a410f1fb
Author: Dan Prince <email address hidden>
Date: Tue Oct 23 15:17:39 2012 -0400

    Don't require quantumclient when running nova-api.

    Handle ImportErrors's when importing the quantumv2 API
    in the Nova API servers controller. This makes it possible
    to run nova-api when quantumclient is not present.

    This was recently broken in commit 83a8418 which changed how we
    import the quantum v2 API class.

    Fixes LP Bug #1070509.

    Change-Id: I3c452c3bd88cb5b431cb23e525ff78e3d677e1a8
    (cherry picked from commit fd4bb5e153118b327b7d958810b28513a0057d27)