On Tue, 2014-03-04 at 18:45 +0530, Mandar Khanolkar wrote: > I am getting failure while listing images in nova. [snip] > File > "/usr/lib/python2.7/site-packages/novaclient/openstack/common/apiclient/base.py", > line 204, in <module> > @six.add_metaclass(abc.ABCMeta) > AttributeError: 'module' object has no attribute 'add_metaclass'
Looks like you have an old version of "six" installed. The "python-novaclient" package wants a minimum of 1.5.2 for what's currently in git. I recommend upgrading the "six" package to the latest. -- Kevin L. Mitchell <[email protected]> Rackspace _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
