add back utils.default_flagflie

This commit is contained in:
Andy Smith
2010-12-09 16:45:51 -08:00
parent 1ef7a5a51c
commit ae99956b77
6 changed files with 11 additions and 0 deletions

View File

@@ -34,7 +34,9 @@ if os.path.exists(os.path.join(possible_topdir, 'nova', '__init__.py')):
sys.path.insert(0, possible_topdir)
from nova import service
from nova import utils
if __name__ == '__main__':
utils.default_flagfile()
service.serve()
service.wait()