Merge "Do not start nova-network in the notification func test"

This commit is contained in:
Zuul 2019-05-23 22:30:56 +00:00 committed by Gerrit Code Review
commit ebd0500b6a
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ class NotificationSampleTestBase(test.TestCase,
self.start_service('conductor')
self.start_service('scheduler')
self.start_service('network', manager=CONF.network_manager)
self.compute = self.start_service('compute')
# Reset the service create notifications
fake_notifier.reset()