diff options
| author | Thierry Carrez <thierry@openstack.org> | 2011-02-18 16:37:00 +0100 |
|---|---|---|
| committer | Thierry Carrez <thierry@openstack.org> | 2011-02-18 16:37:00 +0100 |
| commit | bf570ca5f199091d505d96b91a3dc3acfbfc9fc7 (patch) | |
| tree | 352accd743c19655a9a3257254451781efd79d2e | |
| parent | 15d140992a980d959be6633b59d178a5ea273cdc (diff) | |
| download | nova-bf570ca5f199091d505d96b91a3dc3acfbfc9fc7.tar.gz nova-bf570ca5f199091d505d96b91a3dc3acfbfc9fc7.tar.xz nova-bf570ca5f199091d505d96b91a3dc3acfbfc9fc7.zip | |
Fixed testing mode leftover
| -rwxr-xr-x | bin/nova-combined | 2 |
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') |
