Service state update in database [closed]
I want to access the script where the service 'state' is updated in mysql and output in the command 'nova service-list'
First time here? Check out the FAQ!
I want to access the script where the service 'state' is updated in mysql and output in the command 'nova service-list'
Asked: 2014-09-23 23:57:37 -0500
Seen: 53 times
Last updated: Sep 23 '14
You can get the Nova sources from here. Examining the code for a service such as
nova-compute
should provide an answer to your question. You should at least try that first.