Remove old flagfile support

default_flagfile has been removed from the nova trunk in favour of .ini files (7e3e9b8e9c)
This commit is contained in:
Mohammed Naser 2012-05-17 13:48:42 -03:00
parent 57044a3c0a
commit 9f54c23629
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ if __name__ == '__main__':
parser.error("SSL only and %s not found" % FLAGS.cert)
# Setup flags
utils.default_flagfile()
utils.default_cfgfile()
FLAGS(sys.argv)
# Create and start the NovaWebSockets proxy