Merge pull request #166 from mnaser/patch-1
Remove old flagfile support
This commit is contained in:
commit
a04087e44c
|
@ -132,7 +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_flagfile()
|
utils.default_cfgfile()
|
||||||
FLAGS(sys.argv)
|
FLAGS(sys.argv)
|
||||||
|
|
||||||
# Create and start the NovaWebSockets proxy
|
# Create and start the NovaWebSockets proxy
|
||||||
|
|
Loading…
Reference in New Issue