summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/nova-api2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nova-api b/bin/nova-api
index 2d2ef6d0c..c921ec45c 100755
--- a/bin/nova-api
+++ b/bin/nova-api
@@ -62,5 +62,5 @@ if __name__ == '__main__':
LOG.error(_("No paste configuration found for: %s"), 'nova-api.conf')
sys.exit(1)
else:
- service = service.serve_wsgi(service.ApiService, conf)
+ service = service.serve_wsgi(service.ApiService, conf)
service.wait()