Re: [Openstack] nova-network: how to remove

2013-04-25 Thread Unmesh Gurjar
Arindam, You can do it using 'nova-manage service disable --host --service ' command. Similarly, you can enable the network service in controller node. -Unmesh. On Thu, Apr 25, 2013 at 9:16 PM, Arindam Choudhury wrote: > Hi, > > I mistakenly installed nova-network in a compute node and its

[Openstack] nova-network: how to remove

2013-04-25 Thread Arindam Choudhury
Hi, I mistakenly installed nova-network in a compute node and its became the default one. Though I can start the nova-network in the controller, it does not start the dnsmasq. How to disable the nova-network from the compute node and enable the one in the controller?