~gundlach/nova/servers_api

« back to all changes in this revision

Viewing changes to nova/manager.py

  • Committer: Cerberus
  • Date: 2010-09-29 22:24:36 UTC
  • mfrom: (295.1.15 trunk)
  • Revision ID: matt.dietz@rackspace.com-20100929222436-haxgq7uool12oqs1
Merge from trunk and networking setup for new instances

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        if not db_driver:
38
38
            db_driver = FLAGS.db_driver
39
39
        self.db = utils.import_object(db_driver)  # pylint: disable-msg=C0103
 
40
 
 
41
    def init_host(self):
 
42
       """Do any initialization that needs to be run if this is a standalone service.
 
43
 
 
44
       Child classes should override this method.
 
45
       """
 
46
       pass