Help paste_config_file find the api config now that we moved it.

This commit is contained in:
Soren Hansen
2011-04-05 14:55:19 +02:00
parent 881c774d0f
commit 3a61630c3f

View File

@@ -532,6 +532,7 @@ def paste_config_file(basename):
"""
configfiles = [basename,
os.path.join(FLAGS.state_path, 'etc', 'nova', basename),
os.path.join(FLAGS.state_path, 'etc', basename),
os.path.join(FLAGS.state_path, basename),
'/etc/nova/%s' % basename]