Removed whitespace.
This commit is contained in:
@@ -93,8 +93,8 @@ if __name__ == '__main__':
|
|||||||
with_req = direct.PostParamsMiddleware(with_json)
|
with_req = direct.PostParamsMiddleware(with_json)
|
||||||
with_auth = direct.DelegatedAuthMiddleware(with_req)
|
with_auth = direct.DelegatedAuthMiddleware(with_req)
|
||||||
|
|
||||||
server = wsgi.Server("Direct API",
|
server = wsgi.Server("Direct API",
|
||||||
with_auth,
|
with_auth,
|
||||||
host=FLAGS.direct_host,
|
host=FLAGS.direct_host,
|
||||||
port=FLAGS.direct_port)
|
port=FLAGS.direct_port)
|
||||||
server.start()
|
server.start()
|
||||||
|
@@ -50,9 +50,9 @@ if __name__ == '__main__':
|
|||||||
FLAGS(sys.argv)
|
FLAGS(sys.argv)
|
||||||
logging.setup()
|
logging.setup()
|
||||||
router = s3server.S3Application(FLAGS.buckets_path)
|
router = s3server.S3Application(FLAGS.buckets_path)
|
||||||
server = wsgi.Server("S3 Objectstore",
|
server = wsgi.Server("S3 Objectstore",
|
||||||
router,
|
router,
|
||||||
port=FLAGS.s3_port,
|
port=FLAGS.s3_port,
|
||||||
host=FLAGS.s3_host)
|
host=FLAGS.s3_host)
|
||||||
server.start()
|
server.start()
|
||||||
server.wait()
|
server.wait()
|
||||||
|
@@ -96,7 +96,7 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
service.serve()
|
service.serve()
|
||||||
|
|
||||||
server = wsgi.Server("VNC Proxy",
|
server = wsgi.Server("VNC Proxy",
|
||||||
with_auth,
|
with_auth,
|
||||||
host=FLAGS.vncproxy_host,
|
host=FLAGS.vncproxy_host,
|
||||||
port=FLAGS.vncproxy_port)
|
port=FLAGS.vncproxy_port)
|
||||||
|
Reference in New Issue
Block a user