~justin-fathomdb/nova/justinsb-metadata3

« back to all changes in this revision

Viewing changes to bin/nova-ajax-console-proxy

  • Committer: Justin Santa Barbara
  • Date: 2011-02-24 05:43:20 UTC
  • mfrom: (697.1.19 nova)
  • Revision ID: justin@fathomdb.com-20110224054320-khamow7odtngapa1
Merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
import exceptions
27
27
import gettext
28
 
import logging
29
28
import os
30
29
import sys
31
30
import time
130
129
if __name__ == '__main__':
131
130
    utils.default_flagfile()
132
131
    FLAGS(sys.argv)
 
132
    logging.setup()
133
133
    server = wsgi.Server()
134
134
    acp = AjaxConsoleProxy()
135
135
    acp.register_listeners()