Add a default flag file for nova-manage to help it find the CA.

This commit is contained in:
Soren Hansen
2010-07-06 17:34:43 +02:00
parent 0be552b2e1
commit 4a87eec5ae
4 changed files with 7 additions and 1 deletions

View File

@@ -218,7 +218,7 @@ def methods_of(obj):
if __name__ == '__main__':
utils.default_flagfile()
utils.default_flagfile('/etc/nova-manage.conf')
argv = FLAGS(sys.argv)
script_name = argv.pop(0)
if len(argv) < 1: