nova-network: how to remove‏

Asked by arindam

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?

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
arindam
Solved:
Last query:
Last reply:
Revision history for this message
arindam (arindam-live) said :
#1

Arindam,

You can do it using 'nova-manage service disable --host <hostname> --service <service>' command. Similarly, you can enable the network service in controller node.

-Unmesh