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)
|
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…
x
Reference in New Issue
Block a user