Commit cb3ad1b5 authored by Joel Martin's avatar Joel Martin

Merge pull request #168 from soheilhassasyeganeh/master

Fix nova flag API change
parents ab44059b b1d2225e
...@@ -132,8 +132,7 @@ if __name__ == '__main__': ...@@ -132,8 +132,7 @@ if __name__ == '__main__':
parser.error("SSL only and %s not found" % FLAGS.cert) parser.error("SSL only and %s not found" % FLAGS.cert)
# Setup flags # Setup flags
utils.default_cfgfile() flags.parse_args(sys.argv)
FLAGS(sys.argv)
# Create and start the NovaWebSockets proxy # Create and start the NovaWebSockets proxy
server = NovaWebSocketProxy(listen_host=FLAGS.novncproxy_host, server = NovaWebSocketProxy(listen_host=FLAGS.novncproxy_host,
......
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