← Back to team overview

openstack team mailing list archive

Re: Troubles starting nova-dns on CentOS 6.4

 

Hi Aleksandar,

flags.py was removed from Grizzly, you may want to update the code for nova
dns by using "from oslo.config import cfg" instead.

Thanks,

Jay


2013/5/17 Aleksandar Petreski <apetreski@xxxxxxxxx>

> Hi,
>
> I'm trying to setup and run nova-dns on my Openstack (grizly) test
> environment.
> Got the code from https://github.com/nsavin/nova-dns (also tried with
> https://github.com/griddynamics/nova-dns same result)
> The installation went fine, but when trying to start the service
> (nova-dns) got:
>
> Traceback (most recent call last):
>   File "/usr/bin/nova-dns", line 36, in <module>
>     from nova_dns import dns, amqp
>   File "/usr/lib/python2.6/site-packages/nova_dns/dns.py", line 23, in
> <module>
>     from nova import flags
> ImportError: cannot import name flags
>
> Has anyone got this sort of issue and managed to solve ?
>
> Thank you.
>
> --
> Aleksandar Petreski
>
> RHCE #805008289536145
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
>

References