Comment 1 for bug 1034701

Revision history for this message
James Page (james-page) wrote :

I see references to glanceclient in the horizon codebase:

(quantal-amd64)root@hendrix:/usr/share/pyshared# fgrep -r "glanceclient.common" *
horizon/tests/test_data/exceptions.py:from glanceclient.common import exceptions as glance_exceptions
horizon/exceptions.py:from glanceclient.common import exceptions as glanceclient
horizon/api/nova.py: from glanceclient.common import exceptions as glance_exceptions

Suspect its been missed during the re-jig between glance -> glanceclient.

Marking as High; please install python-glanceclient to workaround for the time being.