Remove old flagfile support
default_flagfile has been removed from the nova trunk in favour of .ini files (7e3e9b8e9c
)
This commit is contained in:
parent
57044a3c0a
commit
9f54c23629
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue