Merge "test: drop unused config option fake_manager"

This commit is contained in:
Jenkins 2016-12-12 08:41:03 +00:00 committed by Gerrit Code Review
commit 9855ea2beb
1 changed files with 0 additions and 3 deletions

View File

@ -37,9 +37,6 @@ from nova.tests.unit import utils
from nova import wsgi
test_service_opts = [
cfg.StrOpt("fake_manager",
default="nova.tests.unit.test_service.FakeManager",
help="Manager for testing"),
cfg.StrOpt("test_service_listen",
default='127.0.0.1',
help="Host to bind test service to"),