Commit 9f54c236 authored by Mohammed Naser's avatar Mohammed Naser

Remove old flagfile support

default_flagfile has been removed from the nova trunk in favour of .ini files (https://github.com/openstack/nova/commit/7e3e9b8e9cea4f1bf78d127ffb915b79c854fdbe)
parent 57044a3c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment