Cleanup of the cleanup.
This commit is contained in:
parent
1e047dae71
commit
79402ffbae
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
# vim: tabstop=4 shiftwidth=4 softtabstop=4
|
||||||
#
|
#
|
||||||
# Copyright 2010 United States Government as represented by the
|
# Copyright 2010 United States Government as represented by the
|
||||||
# Administrator of the National Aeronautics and Space Administration.
|
# Administrator of the National Aeronautics and Space Administration.
|
||||||
@ -18,13 +19,10 @@
|
|||||||
|
|
||||||
"""Starter script for Nova API.
|
"""Starter script for Nova API.
|
||||||
|
|
||||||
Starts both the EC2 and OpenStack APIs in separate processes. Pylint warnings
|
Starts both the EC2 and OpenStack APIs in separate processes.
|
||||||
about re-imports should be ignored.
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# pylint: disable=W0404
|
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import multiprocessing
|
import multiprocessing
|
||||||
|
|
||||||
|
@ -171,9 +171,6 @@ class _IntegratedTestBase(test.TestCase):
|
|||||||
self.api = self.user.openstack_api
|
self.api = self.user.openstack_api
|
||||||
|
|
||||||
def _start_api_service(self):
|
def _start_api_service(self):
|
||||||
#ec2 = service.WSGIService("ec2")
|
|
||||||
#ec2.start()
|
|
||||||
|
|
||||||
osapi = service.WSGIService("osapi")
|
osapi = service.WSGIService("osapi")
|
||||||
osapi.start()
|
osapi.start()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user