Re: [Openstack] Question regarding Nova in Havana

2014-04-15 Thread Prashant Upadhyaya
[mailto:heut2...@gmail.com] Sent: Wednesday, April 16, 2014 11:25 AM To: Prashant Upadhyaya Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Question regarding Nova in Havana Hi Prashant, when the service starts, it checks if it has already registered in the database, if not, it will update the

Re: [Openstack] Question regarding Nova in Havana

2014-04-15 Thread Yaguang Tang
Hi Prashant, when the service starts, it checks if it has already registered in the database, if not, it will update the db to create an item for itself. you can see from the nova/service.py 149 def start(self): 150 verstr = version.version_string_with_package() 151 LOG.audit(

[Openstack] Question regarding Nova in Havana

2014-04-15 Thread Prashant Upadhyaya
Hi, I am writing a Compute Node Simulator. The idea is that I would write a piece of software using C which honors the RabbitMQ interface towards the Controller, but will not actually do the real thing - everything on the Compute Node will be simulated by my simulator software. The problem I