You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been recently playing with nova-dns and I'm having the following issue.
Running icehouse and downloaded nova_dns from git hub but nova dns is failing to start with the following error:
Traceback (most recent call last):
File "/usr/bin/nova-dns", line 39, in
from nova_dns import dns, amqp
File "/usr/lib/python2.6/site-packages/nova_dns/dns.py", line 27, in
from nova import flags
Is there any easy fix for this issue?
Mant thx in advance.
The text was updated successfully, but these errors were encountered:
Hi there,
I've been recently playing with nova-dns and I'm having the following issue.
Running icehouse and downloaded nova_dns from git hub but nova dns is failing to start with the following error:
/usr/bin/nova-dns -- --flagfile=/etc/nova/nova.conf --logfile=/var/log/nova/nova-dns.log --pidfile /var/run/nova/nova-dns.pid
Traceback (most recent call last):
File "/usr/bin/nova-dns", line 39, in
from nova_dns import dns, amqp
File "/usr/lib/python2.6/site-packages/nova_dns/dns.py", line 27, in
from nova import flags
Is there any easy fix for this issue?
Mant thx in advance.
The text was updated successfully, but these errors were encountered: