From 9f54c236299e988fa166c2b8b129319463fda542 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Thu, 17 May 2012 13:48:42 -0300 Subject: [PATCH] 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) --- utils/nova-novncproxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/nova-novncproxy b/utils/nova-novncproxy index a6fce14b..a920492d 100755 --- a/utils/nova-novncproxy +++ b/utils/nova-novncproxy @@ -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