summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Carrez <thierry@openstack.org>2011-02-18 16:37:00 +0100
committerThierry Carrez <thierry@openstack.org>2011-02-18 16:37:00 +0100
commitbf570ca5f199091d505d96b91a3dc3acfbfc9fc7 (patch)
tree352accd743c19655a9a3257254451781efd79d2e
parent15d140992a980d959be6633b59d178a5ea273cdc (diff)
downloadnova-bf570ca5f199091d505d96b91a3dc3acfbfc9fc7.tar.gz
nova-bf570ca5f199091d505d96b91a3dc3acfbfc9fc7.tar.xz
nova-bf570ca5f199091d505d96b91a3dc3acfbfc9fc7.zip
Fixed testing mode leftover
-rwxr-xr-xbin/nova-combined2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nova-combined b/bin/nova-combined
index 40dc2945d..dd21c8df4 100755
--- a/bin/nova-combined
+++ b/bin/nova-combined
@@ -65,7 +65,7 @@ if __name__ == '__main__':
scheduler = service.Service.create(binary='nova-scheduler')
#objectstore = service.Service.create(binary='nova-objectstore')
-# service.serve(compute, network, volume, scheduler)
+ service.serve(compute, network, volume, scheduler)
apps = []
paste_config_file = wsgi.paste_config_file('nova-api.conf')