Closed kynx closed 8 years ago
Oh, and so the links are loud and clear, this is a fix for #590.
Actually, digging a bit more it looks like __init__.py
is the problem. Maybe it should be:
from novaclient.v2.servers import Server as CloudServer
From what I can tell the only place this is referenced is in clouddns...
Looks like this has been fixed in the latest release
Sorry, couldn't see how to add a test for this - the existing tests use fakes.FakeDNSDevice() which is why they don't pick up on the problem. But this does it for me :smile: