For some reason, I forgot to commit the other endpoints...

This commit is contained in:
jaypipes@gmail.com
2010-12-14 18:22:03 -05:00
parent 675a883a82
commit c939a51f99
7 changed files with 21 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
Twistd daemon for the nova volume nodes.
"""
import gettext
import os
import sys
@@ -32,6 +33,8 @@ possible_topdir = os.path.normpath(os.path.join(os.path.abspath(sys.argv[0]),
if os.path.exists(os.path.join(possible_topdir, 'nova', '__init__.py')):
sys.path.insert(0, possible_topdir)
gettext.install('nova', unicode=1)
from nova import service
from nova import twistd
from nova import utils