test: drop unused config option fake_manager

We don't use it anywhere, so just remove it.

Change-Id: I9343aa4e04cb5fea640a43f5dad157ecd28db994
This commit is contained in:
ChangBo Guo(gcb) 2016-12-08 20:18:57 +08:00
parent d9a7c16c30
commit 06a990cdb2

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"),