summaryrefslogtreecommitdiffstats
path: root/bin/nova-api
diff options
context:
space:
mode:
authorJustin Santa Barbara <justin@fathomdb.com>2011-03-07 15:22:59 -0800
committerJustin Santa Barbara <justin@fathomdb.com>2011-03-07 15:22:59 -0800
commit8e0fd37ddfbe88df296cf45583f0b3e4fa4d7a75 (patch)
tree8a64adb148b144fe27df26659672905786a8b47a /bin/nova-api
parentede88283729663f11d913cc54bcf8ee08028d98f (diff)
downloadnova-8e0fd37ddfbe88df296cf45583f0b3e4fa4d7a75.tar.gz
nova-8e0fd37ddfbe88df296cf45583f0b3e4fa4d7a75.tar.xz
nova-8e0fd37ddfbe88df296cf45583f0b3e4fa4d7a75.zip
Converted tabs to spaces in bin/nova-api
Diffstat (limited to 'bin/nova-api')
-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()