summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2012-05-18 09:44:54 -0700
committerJoel Martin <github@martintribe.org>2012-05-18 09:44:54 -0700
commita04087e44cf27784394285455053b2325f437f63 (patch)
tree305fcb384197012ccd52fc02b6da334f943a9652
parent72a5596e50471039e16b49f6c15d0b02576cb7ae (diff)
parent9f54c236299e988fa166c2b8b129319463fda542 (diff)
downloadnovnc-a04087e44cf27784394285455053b2325f437f63.tar.gz
Merge pull request #166 from mnaser/patch-1
Remove old flagfile support
-rwxr-xr-xutils/nova-novncproxy2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/nova-novncproxy b/utils/nova-novncproxy
index a6fce14..a920492 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