summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Lamar <brian.lamar@rackspace.com>2011-06-21 12:03:27 -0400
committerBrian Lamar <brian.lamar@rackspace.com>2011-06-21 12:03:27 -0400
commit186598a819c4e9c4b1b76aad61e7df56cdddd5be (patch)
tree8a1eb62258fc7d1916254d2355c7c5151b8166b6
parent7c846ea890f3c7143fd5e158931fc415e53a9bf0 (diff)
Removed whitespace.
-rwxr-xr-xbin/nova-direct-api4
-rwxr-xr-xbin/nova-objectstore6
-rwxr-xr-xbin/nova-vncproxy2
3 files changed, 6 insertions, 6 deletions
diff --git a/bin/nova-direct-api b/bin/nova-direct-api
index 5d63eb87f..c6cf9b2ff 100755
--- a/bin/nova-direct-api
+++ b/bin/nova-direct-api
@@ -93,8 +93,8 @@ if __name__ == '__main__':
with_req = direct.PostParamsMiddleware(with_json)
with_auth = direct.DelegatedAuthMiddleware(with_req)
- server = wsgi.Server("Direct API",
- with_auth,
+ server = wsgi.Server("Direct API",
+ with_auth,
host=FLAGS.direct_host,
port=FLAGS.direct_port)
server.start()
diff --git a/bin/nova-objectstore b/bin/nova-objectstore
index aa0dc063f..1aef3a255 100755
--- a/bin/nova-objectstore
+++ b/bin/nova-objectstore
@@ -50,9 +50,9 @@ if __name__ == '__main__':
FLAGS(sys.argv)
logging.setup()
router = s3server.S3Application(FLAGS.buckets_path)
- server = wsgi.Server("S3 Objectstore",
- router,
- port=FLAGS.s3_port,
+ server = wsgi.Server("S3 Objectstore",
+ router,
+ port=FLAGS.s3_port,
host=FLAGS.s3_host)
server.start()
server.wait()
diff --git a/bin/nova-vncproxy b/bin/nova-vncproxy
index 62d3b948c..72271df3a 100755
--- a/bin/nova-vncproxy
+++ b/bin/nova-vncproxy
@@ -96,7 +96,7 @@ if __name__ == "__main__":
service.serve()
- server = wsgi.Server("VNC Proxy",
+ server = wsgi.Server("VNC Proxy",
with_auth,
host=FLAGS.vncproxy_host,
port=FLAGS.vncproxy_port)